/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.messages__wrapper{position:fixed;top:10vh;z-index:100;width:80%;max-width:40em;left:calc(50% - 20em);}@media (max-width:40em){.messages__wrapper{left:10%;}}body.toolbar-fixed .messages__wrapper{top:20vh;}.alert{padding:1em;margin-bottom:1em;border-radius:1em;color:white;}.alert > p{margin:0;}.alert--dismissible{padding-right:2em;}.alert--success{background-color:#10b032;}.alert--info{background-color:#4591f2;}.alert--warning{background-color:#eab028;}.alert--danger{background-color:#d23544;}input[type=email]{border:0.13em solid rgba(1,22,56,0.5);padding:1em 1.5em;font-family:'Open Sans',sans-serif;line-height:normal;border-radius:0.3em;max-width:100%;transition:all 0.2s ease-in;}input[type=email].error{border-color:#E30000;}input[type=email]:focus{border-color:#011638;}input[type=tel]{border:0.13em solid rgba(1,22,56,0.5);padding:1em 1.5em;font-family:'Open Sans',sans-serif;line-height:normal;border-radius:0.3em;max-width:100%;transition:all 0.2s ease-in;}input[type=tel].error{border-color:#E30000;}input[type=tel]:focus{border-color:#011638;}input[type=text]{border:0.13em solid rgba(1,22,56,0.5);padding:1em 1.5em;font-family:'Open Sans',sans-serif;line-height:normal;border-radius:0.3em;max-width:100%;transition:all 0.2s ease-in;}input[type=text].error{border-color:#E30000;}input[type=text]:focus{border-color:#011638;}input[type=password]{border:0.13em solid rgba(1,22,56,0.5);padding:1em 1.5em;font-family:'Open Sans',sans-serif;line-height:normal;border-radius:0.3em;max-width:100%;transition:all 0.2s ease-in;}input[type=password].error{border-color:#E30000;}input[type=password]:focus{border-color:#011638;}input[type=date]{border:0.13em solid rgba(1,22,56,0.5);padding:1em 1.5em;font-family:'Open Sans',sans-serif;line-height:normal;border-radius:0.3em;max-width:100%;transition:all 0.2s ease-in;}input[type=date].error{border-color:#E30000;}input[type=date]:focus{border-color:#011638;}input[type=number]{border:0.13em solid rgba(1,22,56,0.5);padding:1em 1.5em;font-family:'Open Sans',sans-serif;line-height:normal;border-radius:0.3em;max-width:100%;transition:all 0.2s ease-in;}input[type=number].error{border-color:#E30000;}input[type=number]:focus{border-color:#011638;}input[type=submit].button--secondary{transition:0.2s background-color ease-in,0.2s color ease-in;}input[type=submit].button--secondary:hover,input[type=submit].button--secondary:focus,input[type=submit].button--secondary:active{background-color:#011638;color:white;}.js-form-type-radio input[type=radio],.js-form-type-checkbox input[type=radio],.js-form-type-radio input[type=checkbox],.js-form-type-checkbox input[type=checkbox]{visibility:hidden;position:absolute;}.js-form-type-radio input[type=radio] + label,.js-form-type-checkbox input[type=radio] + label,.js-form-type-radio input[type=checkbox] + label,.js-form-type-checkbox input[type=checkbox] + label{position:relative;padding-left:2.15em;padding-top:0.2em;}.js-form-type-radio input[type=radio] + label::before,.js-form-type-checkbox input[type=radio] + label::before,.js-form-type-radio input[type=checkbox] + label::before,.js-form-type-checkbox input[type=checkbox] + label::before{content:'';display:block;position:absolute;left:0;top:0;width:1.375em;height:1.375em;background-image:url(/themes/custom/tpp/images/form_elements.svg);background-repeat:no-repeat;background-position-x:0;}.js-form-type-radio input[type=radio]:checked + label::before,.js-form-type-checkbox input[type=radio]:checked + label::before,.js-form-type-radio input[type=checkbox]:checked + label::before,.js-form-type-checkbox input[type=checkbox]:checked + label::before{background-position-x:100%;}.js-form-type-radio input[type=radio] + label::before,.js-form-type-checkbox input[type=radio] + label::before{background-position-y:0;background-size:3.41em;}.js-form-type-radio input[type=checkbox] + label,.js-form-type-checkbox input[type=checkbox] + label{padding-left:2.5em;}.js-form-type-radio input[type=checkbox] + label::before,.js-form-type-checkbox input[type=checkbox] + label::before{background-size:2.841666em;background-position-y:100%;}details{width:100%;margin-bottom:1.5em;}details > fieldset.webform-composite-hidden-title{margin:0;}details > summary{font-size:1.3125em;font-weight:600;padding-bottom:0.75em;padding-right:1.75em;list-style:none;border-bottom:0.1rem solid rgba(1,22,56,0.5);position:relative;cursor:pointer;transition:margin-bottom 0.2s ease-in;}details > summary::marker,details > summary::-webkit-details-marker{display:none;}details > summary::before,details > summary::after{content:'';display:block;position:absolute;right:0;width:1.1em;height:0.1875em;background-color:#E30000;border-radius:1em;transition:opacity 0.2s ease-in,transform 0.2s ease-out;}details > summary::after{transform:rotate(90deg);top:0.6em;}details > summary::before{top:0.6em;}details[open]{border-bottom:0.1rem solid rgba(1,22,56,0.5);}details[open] > summary{margin-bottom:1em;}details[open] > summary::before{opacity:0;}details[open] > summary::after{transform:rotate(0deg);}select{border:0.13em solid rgba(1,22,56,0.5);padding:1em 1.5em;font-family:'Open Sans',sans-serif;line-height:normal;border-radius:0.3em;max-width:100%;transition:all 0.2s ease-in;box-shadow:none;line-height:1.2em;font-size:1em;background-color:white;}select.error{border-color:#E30000;}select:focus{border-color:#011638;}textarea{border:0.13em solid rgba(1,22,56,0.5);padding:1em 1.5em;font-family:'Open Sans',sans-serif;line-height:normal;border-radius:0.3em;max-width:100%;transition:all 0.2s ease-in;}textarea.error{border-color:#E30000;}textarea:focus{border-color:#011638;}form .description{font-size:0.8em;}.form-item{padding:0 0 1em 0;max-width:100%;}.form-item label{display:block;}.bef-exposed-form{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:78rem;margin-left:auto;margin-right:auto;margin-bottom:2em;padding:1em 3em;background-color:white;}.bef-exposed-form > fieldset{margin:auto;}.bef-exposed-form .form-item{padding:0;}.bef-exposed-form .form-radios{display:flex;flex-wrap:wrap;}.bef-exposed-form .form-radios > .form-item{margin:1em;padding:0;}.bef-exposed-form .form-radios label{padding:1em 1.5em;color:#011638;font-weight:bold;font-size:0.8em;cursor:pointer;transition:color 200ms ease-in,background-color 200ms ease-in;border-radius:2em;}.bef-exposed-form .form-radios label:hover{background-color:#E30000;color:white;}.bef-exposed-form .form-radios input[type=radio]{display:none;}.bef-exposed-form .form-radios input[type=radio]:checked + label{background-color:#E30000;color:white;}.bef-exposed-form > .form-actions{width:100%;}.mm-checkboxes .form-checkboxes{display:flex;justify-content:space-around;flex-wrap:wrap;}.fieldset-container{width:100%;margin-bottom:1em;border-bottom:0.1rem solid rgba(1,22,56,0.5);}.fieldset-container > legend{font-size:1.3125em;font-weight:600;width:100%;padding-bottom:0.2em;padding-top:1em;padding-right:1.75em;border-top:0.1rem solid rgba(1,22,56,0.5);}.ui-dialog{padding-bottom:0.75em;}.ui-dialog .ui-dialog-buttonpane{display:none;}.ui-dialog form .form-actions input{display:initial !important;}.form-type-tel .iti--allow-dropdown input,.form-type-tel .iti--allow-dropdown input[type="tel"],.form-type-tel .iti--allow-dropdown input[type="text"],.form-type-tel .iti--separate-dial-code input,.form-type-tel .iti--separate-dial-code input[type="tel"],.form-type-tel .iti--separate-dial-code input[type="text"]{padding-left:1.5em;padding-right:1.5em;}.form-type-tel .iti .iti__flag-container{display:none;}@media all and (max-width:62rem){.bef-exposed-form{flex-direction:column;flex-wrap:nowrap;}.bef-exposed-form > .form-item + .form-item{margin-top:0.5em;}.bef-exposed-form .form-radios{justify-content:center;}}.button{color:white;background:#595959;padding:0.4em 4em;border-radius:3rem;display:inline-block;text-decoration:none;font-weight:600;cursor:pointer;border:none;margin:0.2em;transition:color 0.2s ease,background-color 0.2s ease,border 0.2s ease,box-shadow 0.2s ease;}.button:hover,.button:active,.button:focus{background-color:#333333;color:white;border:none;text-decoration:none;}.button--primary{color:white;background:#E30000;padding:0.4em 4em;border-radius:3rem;display:inline-block;text-decoration:none;font-weight:600;cursor:pointer;border:none;margin:0.2em;transition:color 0.2s ease,background-color 0.2s ease,border 0.2s ease,box-shadow 0.2s ease;border:0.2em solid #E30000;}.button--primary:hover,.button--primary:active,.button--primary:focus{background-color:#333333;color:white;border:none;text-decoration:none;}.button--primary:hover,.button--primary:active,.button--primary:focus{background:#960000;text-decoration:none;font-weight:bold;color:white;border:0.2em solid #960000;}.button--secondary{color:inherit;background:transparent;padding:0.4em 4em;border-radius:3rem;display:inline-block;text-decoration:none;font-weight:600;cursor:pointer;border:none;margin:0.2em;transition:color 0.2s ease,background-color 0.2s ease,border 0.2s ease,box-shadow 0.2s ease;border:0.1em solid #011638;padding:0.4em 2em;font-weight:700;font-size:0.9em;border-radius:2em;position:relative;width:18em;text-align:center;text-wrap:nowrap;}.button--secondary:hover,.button--secondary:active,.button--secondary:focus{background-color:#333333;color:white;border:none;text-decoration:none;}.button--secondary::after{content:'';position:absolute;bottom:0.35em;left:4em;width:0;height:0.1em;background-color:currentColor;transition:width 0.25s;}.button--secondary:hover,.button--secondary:active,.button--secondary:focus{color:inherit;background-color:transparent;border:0.1em solid #fff;font-weight:bold;text-decoration:none;}.button--secondary:hover::after,.button--secondary:active::after,.button--secondary:focus::after{width:calc(100% - 4em * 2);}.button--secondary.cl-white:active,.button--secondary.cl-white:hover{color:white;}.button--tertiary{color:white;background:#011638;padding:0.4em 4em;border-radius:3rem;display:inline-block;text-decoration:none;font-weight:600;cursor:pointer;border:none;transition:color 0.2s ease,background-color 0.2s ease,border 0.2s ease,box-shadow 0.2s ease;border:0.12em solid #fff;font-weight:300;text-align:center;margin:0.2em;padding:0.4em 2.5em;}.button--tertiary:hover,.button--tertiary:active,.button--tertiary:focus{background-color:#333333;color:white;border:none;text-decoration:none;}.button--tertiary:hover,.button--tertiary:active,.button--tertiary:focus{background-color:white;color:#011638;border:0.12em solid white;}@media (max-width:35em){.button--tertiary{display:flex;align-items:center;justify-content:center;}}@media (max-width:50rem){.button--tertiary{font-size:0.95em;}}.button--tertiary-inverted{color:white;background:#595959;padding:0.4em 4em;border-radius:3rem;display:inline-block;text-decoration:none;font-weight:600;cursor:pointer;border:none;color:#011638;background-color:white;border:0.13rem solid #011638;transition:color 0.2s ease,background-color 0.2s ease,border 0.2s ease,box-shadow 0.2s ease;font-weight:300;text-align:center;margin:0.2em;padding:0.4em 2.5em;}.button--tertiary-inverted:hover,.button--tertiary-inverted:active,.button--tertiary-inverted:focus{background-color:#333333;color:white;border:none;text-decoration:none;}.button--tertiary-inverted:hover,.button--tertiary-inverted:active,.button--tertiary-inverted:focus{background-color:#333333;color:white;border:none;text-decoration:none;}.button--tertiary-inverted:hover,.button--tertiary-inverted:active,.button--tertiary-inverted:focus{background-color:#011638;color:white;border:0.13rem solid #011638;text-decoration:none;}.button--inverted{background:#595959;padding:0.4em 4em;border-radius:3rem;display:inline-block;text-decoration:none;font-weight:600;cursor:pointer;border:none;margin:0.2em;transition:color 0.2s ease,background-color 0.2s ease,border 0.2s ease,box-shadow 0.2s ease;color:white;background:transparent;border:0.1rem solid white;text-transform:uppercase;}.button--inverted:hover,.button--inverted:active,.button--inverted:focus{background-color:#333333;color:white;border:none;text-decoration:none;}.button--inverted:hover,.button--inverted:active,.button--inverted:focus{background-color:#333333;color:white;border:none;text-decoration:none;}.button--inverted:hover{text-decoration:underline;}.button--alert{cursor:pointer;position:relative;top:-0.15em;right:-1.3em;color:inherit;float:right;padding:0;font-size:1.35em;font-weight:normal;text-shadow:0 1px 0 #fff;opacity:1;background:transparent;box-shadow:none;}.button--alert:hover{color:inherit;background:inherit;}.bg-dark-blue .button--secondary{color:white;}.flexslider{background:none;border:none;}.google-reviews{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));margin-inline:0;justify-content:flex-start;}@media (min-width:768px){.google-reviews{gap:2.5rem;}}.card{background:#e5e7ea;border-radius:1rem;padding:1.5rem 1.75rem 2rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;max-height:17em;min-height:17em;transition:max-height 0.35s ease;}.card.is-expanded{max-height:1000px;}.card__author{display:flex;align-items:center;gap:0.75rem;}.card__avatar{width:40px;height:40px;border-radius:50%;background:#ccc;display:grid;place-items:center;font:700 1.25rem/1 'Open Sans',sans-serif;color:#fff;}.card__meta{font-size:0.75rem;color:#666;}.card__name{font-weight:700;font-size:0.9rem;color:#011638;}.stars{color:#fbbc04;font-size:1.4em;letter-spacing:-1px;}.card__text{position:relative;font-size:0.85rem;flex:1 1 auto;}.card__text--full{display:none;}.card__text.is-expanded .card__text--short{display:none;}.card__text.is-expanded .card__text--full{display:block;}.card__text.is-expanded .card__text--full p{font-size:inherit;}.card__toggle{display:inline-block;margin-top:auto;align-self:flex-start;background:none;border:none;color:#0066cc;font-weight:600;cursor:pointer;padding:0;}.card__toggle.hidden{display:none;}.google-logo{margin-top:auto;height:3em;width:4em;background:url(/themes/custom/tpp/images/Google-logo.svg) center / contain no-repeat;display:block;}.web-footer{padding:2.5em 2em;color:rgba(255,255,255,0.6);background-color:#011638;}.web-footer__inner{display:flex;flex-wrap:wrap;gap:2em;align-items:flex-start;justify-content:space-between;}.web-footer__logo{display:inline-block;}.web-footer__logo svg{display:block;width:auto;height:30px;}.web-footer__logo-mask{mask-type:luminance;}.web-footer__partner{margin:1em 0 0;font-size:0.82em;line-height:1.6;}.web-footer__heading{margin:0 0 0.5em;color:rgba(255,255,255,0.4);font-size:0.72em;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;}.web-footer__phone{color:#fff;font-size:1.1em;font-weight:700;}.web-footer__links{display:flex;flex-wrap:wrap;gap:1.5em;margin-top:1em;font-size:0.82em;}.web-footer__logo,.web-footer__phone,.web-footer__link{text-decoration:none;}.web-footer__logo:hover,.web-footer__phone:hover,.web-footer__link:hover,.web-footer__logo:active,.web-footer__phone:active,.web-footer__link:active,.web-footer__logo:focus,.web-footer__phone:focus,.web-footer__link:focus{text-decoration:none;}.web-footer__link{color:rgba(255,255,255,0.65);}.web-footer__copyright-wrapper{display:flex;flex-direction:column;justify-content:flex-end;}.web-footer__copyright{margin:0;color:rgba(255,255,255,0.35);font-size:0.8em;}.content-section{padding:5em 0;}.content-section--compact{padding-top:2.8em;padding-bottom:2.8em;}.container.container--narrow{max-width:62rem;}.section-eyebrow{display:inline-flex;gap:0.6em;align-items:center;margin-bottom:1em;color:#E30000;}.section-eyebrow__line{width:1.9em;height:0.18em;border-radius:2em;background-color:currentColor;}.section-eyebrow__text{font-size:0.76em;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;}.split-layout{display:flex;flex-wrap:wrap;gap:2em;align-items:stretch;}.split-layout__item{flex:1 1 320px;}.split-layout__item--wide{flex-basis:360px;}.split-layout__item--centered{align-self:center;}.dark-card{padding:2.2em;color:#fff;background-color:#011638;border-radius:1em;}.dark-card__title{margin:0 0 0.8em;color:inherit;font-size:1.5em;font-weight:700;line-height:1.3;}.dark-card__text{margin:0 0 1.5em;color:rgba(255,255,255,0.78);font-size:0.92em;line-height:1.7;}.statistics-list{display:flex;flex-wrap:wrap;gap:1.5em;margin-bottom:1.5em;}.statistic__value{display:block;font-family:'Sora','Open Sans',sans-serif;font-size:1.8em;font-weight:800;}.statistic__label{color:rgba(255,255,255,0.55);font-size:0.72em;letter-spacing:0.05em;text-transform:uppercase;}.brand-attribution{display:flex;gap:1em;align-items:center;}.brand-attribution__label{color:rgba(255,255,255,0.5);font-size:0.78em;}.brand-attribution__logo{display:inline-block;}.brand-attribution__logo svg{display:block;width:auto;height:30px;}.partner-summary__title{margin:0 0 0.5em;color:#888;font-size:0.75em;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;}.partner-summary__text{margin:0 0 1.2em;color:#595959;font-size:0.92em;line-height:1.6;}.partner-list{display:flex;flex-wrap:wrap;gap:0.6em;}.partner-chip{padding:0.55em 1.1em;color:#4D4C4D;background-color:#fff;border:1px solid #e8e8e8;border-radius:0.5em;font-size:0.85em;font-weight:700;}.cta-band{display:flex;flex-wrap:wrap;gap:2em;align-items:center;justify-content:space-between;padding-top:3.6em;padding-bottom:3.6em;}.cta-band__content{flex:1 1 22em;}.cta-band__title{margin:0 0 0.3em;color:#011638;font-size:1.7em;font-weight:800;line-height:1.2;}.cta-band__text{margin:0;color:#595959;font-size:1.02em;line-height:1.55;}.cta-band__actions{display:flex;flex-wrap:wrap;gap:1em;align-items:center;}@media (max-width:35rem){.cta-band__actions{justify-content:center;}}.cta-button{display:inline-flex;gap:0.5em;align-items:center;padding:0.9em 2.2em;border-radius:0.4rem;font-weight:700;text-decoration:none;}.cta-button:hover,.cta-button:active,.cta-button:focus{text-decoration:none;}.cta-button--primary{color:#fff;background-color:#E30000;border:0.18em solid #E30000;box-shadow:0 10px 24px rgba(227,0,0,0.22);}.cta-button--outline{color:#011638;border:0.13em solid #011638;}.cta-button--compact{padding-top:0.7em;padding-bottom:0.7em;}.cta-button--small{font-size:0.92em;}.cta-button--nowrap{white-space:nowrap;}.cta-button--slim{padding:0.75em 1.8em;}.cta-actions{display:flex;flex-wrap:wrap;gap:1em;align-items:center;}@media (max-width:28em){.cta-actions{justify-content:center;}.cta-actions .cta-button--primary{width:100%;white-space:wrap;}}.section-intro{margin-bottom:1.6em;}.section-intro .section-eyebrow{margin-bottom:0.7em;}.section-intro__text{max-width:38em;margin:0;color:rgba(255,255,255,0.82);font-size:1.12em;line-height:1.55;}.resource-card-list{display:flex;flex-wrap:wrap;gap:1.2em;}.resource-card{display:flex;flex:1 1 22em;gap:1em;align-items:flex-start;padding:1.6em;background-color:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.12);border-radius:1em;}.resource-card__icon{display:flex;flex:0 0 46px;align-items:center;justify-content:center;width:46px;height:46px;color:#fff;background-color:rgba(255,255,255,0.09);border-radius:0.7em;}.resource-card__title{margin:0 0 0.35em;color:#fff;font-size:1.05em;font-weight:700;}.resource-card__text{margin:0 0 0.7em;color:rgba(255,255,255,0.7);font-size:0.9em;line-height:1.5;}.resource-card__link{color:#ff6b6b;font-size:0.9em;font-weight:700;text-decoration:none;}.resource-card__link:hover,.resource-card__link:active,.resource-card__link:focus{text-decoration:none;}.resource-card__link--action{cursor:pointer;}.section-header{margin-bottom:2.5em;text-align:center;}.section-header--condensed{margin-bottom:0;}.section-header .section-eyebrow{margin-bottom:0.7em;}.section-header__title{margin:0 0 0.3em;color:#011638;font-size:1.95em;font-weight:700;}.section-header__title--large{font-size:2em;}.section-header__title--flush{margin-bottom:0;}.section-header__text{margin:0;color:#595959;font-size:0.95em;}.process-steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:2em;}.process-steps__connector{position:absolute;z-index:0;top:2.4em;right:16.6%;left:16.6%;height:2px;background:linear-gradient(90deg,#E30000,rgba(227,0,0,0.15));}@media (max-width:50rem){.process-steps{grid-template-columns:1fr;}.process-steps__connector{display:none;}}.process-step{position:relative;z-index:1;text-align:center;}.process-step__icon{display:flex;align-items:center;justify-content:center;width:5em;height:5em;margin:0 auto 1.2em;background-color:#011638;border-radius:1.4em;box-shadow:0 8px 24px rgba(1,22,56,0.2);}.process-step__heading{display:flex;gap:0.55em;align-items:center;justify-content:center;margin-bottom:0.4em;}.process-step__number{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:1.7em;height:1.7em;color:#fff;background-color:#E30000;border-radius:50%;font-family:'Sora','Open Sans',sans-serif;font-size:0.85em;font-weight:800;}.process-step__title{margin:0;color:#011638;font-size:1.15em;font-weight:700;}.process-step__text{margin:0;color:#595959;font-size:0.9em;line-height:1.55;}.notice-callout{margin-top:2.5em;padding:1.5em;background-color:#f5f5f5;border-radius:1em;text-align:center;}.notice-callout__label{color:#011638;font-size:1.05em;font-weight:700;}.notice-callout__link{display:inline-flex;gap:0.4em;align-items:center;margin-left:1em;color:#E30000;font-weight:700;text-decoration:none;}.notice-callout__link:hover,.notice-callout__link:active,.notice-callout__link:focus{text-decoration:none;}@media (max-width:35rem){.notice-callout__label,.notice-callout__link{display:flex;justify-content:center;}.notice-callout__link{margin-top:0.75em;margin-left:0;}}.hero{position:relative;overflow:hidden;}.hero__accent{position:absolute;pointer-events:none;}.hero__accent--top{top:-12%;right:-8%;width:46%;height:130%;background:radial-gradient(ellipse at center,#eaf2fb 0%,transparent 68%);}.hero__accent--bottom{bottom:-30%;left:-6%;width:34%;height:80%;background:radial-gradient(ellipse at center,#fdeeee 0%,transparent 70%);}@media (max-width:67.5rem){.hero__accent{display:none;}}.hero__inner{position:relative;z-index:1;display:flex;gap:3.2em;align-items:center;padding-top:3.5em;padding-bottom:3.8em;}@media (max-width:50rem){.hero__inner{flex-direction:column;}}.hero__content{flex:1 1 430px;}@media (max-width:50rem){.hero__content{flex-basis:auto;}}.hero__eyebrow{display:inline-flex;gap:0.55em;align-items:center;margin-bottom:1.3em;color:#011638;}.hero__eyebrow-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:1.7em;height:1.7em;color:#fff;background-color:#E30000;border-radius:50%;}.hero__eyebrow-text{font-size:0.8em;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;}.hero__title{margin:0 0 0.45em;color:#011638;font-size:3.05em;font-weight:800;letter-spacing:-0.025em;line-height:1.08;}@media (max-width:35rem){.hero__title{font-size:2.4em;}}.hero__highlight{color:#E30000;}.hero__lead{max-width:30em;margin:0 0 1.9em;color:#46566d;font-size:1.1em;line-height:1.62;}.hero__trust-list{display:flex;flex-wrap:wrap;gap:1.4em;margin-top:1.8em;}.hero__trust-item{display:flex;gap:0.45em;align-items:center;color:#46566d;font-size:0.84em;font-weight:600;}.hero__trust-item svg{color:#1aa34a;}.hero__media{position:relative;flex:0 0 45%;width:45%;}@media (max-width:50rem){.hero__media{flex-basis:auto;width:100%;}}.hero__media-accent{position:absolute;right:-0.7em;bottom:-0.7em;width:100%;height:100%;background-color:#dce8f5;border-radius:1.4em;}.hero__media-frame{position:relative;overflow:hidden;aspect-ratio:16 / 10;background-color:#fff;border:1px solid #eef2f7;border-radius:1.2em;box-shadow:0 22px 55px rgba(1,22,56,0.18);}.hero__media-frame video{display:block;width:100%;height:100%;padding:1em;object-fit:cover;}.page-intro{padding-top:3.2em;padding-bottom:1em;text-align:center;}.page-intro .section-eyebrow{margin-bottom:0.9em;}.page-intro__title{margin:0 0 0.3em;color:#011638;font-family:'Sora','Open Sans',sans-serif;font-size:2.6em;font-weight:800;letter-spacing:-0.02em;line-height:1.15;}.page-intro__text{margin:0;color:#46566d;font-size:1.1em;}@media (max-width:35rem){.page-intro__title{font-size:2.2em;}}.prose-section{padding-top:1.5em;padding-bottom:2.5em;}.prose-section__title{margin:0 0 0.7em;color:#011638;font-size:1.7em;font-weight:700;line-height:1.25;}.prose-section__text{margin:0;color:#33445c;font-size:1.02em;line-height:1.7;}.prose-section__emphasis{color:#011638;font-weight:700;}.accent-list{margin:0.8em 0 0;padding:0;list-style:none;}.accent-list__item{position:relative;margin-bottom:0.55em;padding-left:1.6em;line-height:1.55;}.accent-list__item::before{position:absolute;top:0.55em;left:0;width:0.5em;height:0.5em;background-color:#E30000;border-radius:50%;content:'';}.content-copy__title{margin:0 0 0.5em;color:#011638;font-size:1.25em;font-weight:700;}.content-copy__text{margin:0;color:#33445c;font-size:1em;line-height:1.7;}.content-copy__text--compact{line-height:1.65;}.content-copy__text--spaced{margin-top:1em;}.content-copy__link{color:#E30000;font-weight:700;text-decoration:none;white-space:nowrap;}.content-copy__link:hover,.content-copy__link:active,.content-copy__link:focus{text-decoration:none;}.content-copy__action{margin-top:1.2em;}.ui-dialog-content .assistance-popup__text{margin:0;color:#33445c;font-size:0.92em;line-height:1.65;}.ui-dialog-content .assistance-popup__link{color:#E30000;font-weight:700;text-decoration:none;}.ui-dialog-content .assistance-popup__link:hover,.ui-dialog-content .assistance-popup__link:active,.ui-dialog-content .assistance-popup__link:focus{text-decoration:none;}.ui-dialog.assist-dialog{width:calc(100% - 2em) !important;max-width:30em;padding:0;background-color:#fff;border-radius:1em;box-shadow:0 24px 60px rgba(0,0,0,0.3);}.ui-dialog.assist-dialog .ui-dialog-titlebar{padding:1.8em 4.5em 0.7em 1.8em;}.ui-dialog.assist-dialog .ui-dialog-title{display:block;width:auto;margin:0;color:#011638;font-family:'Sora','Open Sans',sans-serif;font-size:1.2em;font-weight:700;line-height:1.3;}.ui-dialog.assist-dialog .ui-dialog-titlebar-close{top:0.9em;right:0.5em;display:flex;align-items:center;justify-content:center;width:2em;height:2em;padding:0;background-color:#f0f2f5;border-radius:50%;cursor:pointer;}.ui-dialog.assist-dialog .ui-dialog-titlebar-close .ui-icon{width:15px;height:15px;}.ui-dialog.assist-dialog .ui-dialog-titlebar-close .ui-icon::before,.ui-dialog.assist-dialog .ui-dialog-titlebar-close .ui-icon::after{top:6px;left:0;width:15px;height:2px;background-color:#011638;}.ui-dialog.assist-dialog .ui-dialog-content{padding:0 1.8em 1.6em !important;}.nehoda-form{padding-top:3em;padding-bottom:3em;}.nehoda-form .mm-poptavka{padding-top:1em;}body{margin:0;font-family:'Open Sans',sans-serif;color:#011638;background-color:white;font-weight:normal;}html{scroll-behavior:smooth;}html,*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.paragraph--text img,.accordion__text img,.container--node-body img,.mm-text img,.mm-boxschema img,.cars--header img,.mm-autopujcovna img{margin-bottom:1em;}.paragraph--text ul,.accordion__text ul,.container--node-body ul,.mm-text ul,.mm-boxschema ul,.cars--header ul,.mm-autopujcovna ul,.paragraph--text ol,.accordion__text ol,.container--node-body ol,.mm-text ol,.mm-boxschema ol,.cars--header ol,.mm-autopujcovna ol{padding-left:1.3em;}.paragraph--text ul > li,.accordion__text ul > li,.container--node-body ul > li,.mm-text ul > li,.mm-boxschema ul > li,.cars--header ul > li,.mm-autopujcovna ul > li,.paragraph--text ol > li,.accordion__text ol > li,.container--node-body ol > li,.mm-text ol > li,.mm-boxschema ol > li,.cars--header ol > li,.mm-autopujcovna ol > li{margin-bottom:0.5em;line-height:normal;margin-top:0.2em;}.paragraph--text ul > li p,.accordion__text ul > li p,.container--node-body ul > li p,.mm-text ul > li p,.mm-boxschema ul > li p,.cars--header ul > li p,.mm-autopujcovna ul > li p,.paragraph--text ol > li p,.accordion__text ol > li p,.container--node-body ol > li p,.mm-text ol > li p,.mm-boxschema ol > li p,.cars--header ol > li p,.mm-autopujcovna ol > li p{line-height:1.55em;}.paragraph--text ul.high > li,.accordion__text ul.high > li,.container--node-body ul.high > li,.mm-text ul.high > li,.mm-boxschema ul.high > li,.cars--header ul.high > li,.mm-autopujcovna ul.high > li,.paragraph--text ol.high > li,.accordion__text ol.high > li,.container--node-body ol.high > li,.mm-text ol.high > li,.mm-boxschema ol.high > li,.cars--header ol.high > li,.mm-autopujcovna ol.high > li{margin-top:1.1em;}.paragraph--text ul.extra > li,.accordion__text ul.extra > li,.container--node-body ul.extra > li,.mm-text ul.extra > li,.mm-boxschema ul.extra > li,.cars--header ul.extra > li,.mm-autopujcovna ul.extra > li,.paragraph--text ol.extra > li,.accordion__text ol.extra > li,.container--node-body ol.extra > li,.mm-text ol.extra > li,.mm-boxschema ol.extra > li,.cars--header ol.extra > li,.mm-autopujcovna ol.extra > li{font-size:1.1875em;line-height:1.75;}.paragraph--text ul.large > li,.accordion__text ul.large > li,.container--node-body ul.large > li,.mm-text ul.large > li,.mm-boxschema ul.large > li,.cars--header ul.large > li,.mm-autopujcovna ul.large > li,.paragraph--text ol.large > li,.accordion__text ol.large > li,.container--node-body ol.large > li,.mm-text ol.large > li,.mm-boxschema ol.large > li,.cars--header ol.large > li,.mm-autopujcovna ol.large > li{font-size:1.5625em;}.paragraph--text ul.light > li,.accordion__text ul.light > li,.container--node-body ul.light > li,.mm-text ul.light > li,.mm-boxschema ul.light > li,.cars--header ul.light > li,.mm-autopujcovna ul.light > li,.paragraph--text ol.light > li,.accordion__text ol.light > li,.container--node-body ol.light > li,.mm-text ol.light > li,.mm-boxschema ol.light > li,.cars--header ol.light > li,.mm-autopujcovna ol.light > li{font-size:0.9375em;}@media (max-width:50rem){.paragraph--text ul.extra > li,.accordion__text ul.extra > li,.container--node-body ul.extra > li,.mm-text ul.extra > li,.mm-boxschema ul.extra > li,.cars--header ul.extra > li,.mm-autopujcovna ul.extra > li,.paragraph--text ol.extra > li,.accordion__text ol.extra > li,.container--node-body ol.extra > li,.mm-text ol.extra > li,.mm-boxschema ol.extra > li,.cars--header ol.extra > li,.mm-autopujcovna ol.extra > li{font-size:1.1em;}.paragraph--text ul.large > li,.accordion__text ul.large > li,.container--node-body ul.large > li,.mm-text ul.large > li,.mm-boxschema ul.large > li,.cars--header ul.large > li,.mm-autopujcovna ul.large > li,.paragraph--text ol.large > li,.accordion__text ol.large > li,.container--node-body ol.large > li,.mm-text ol.large > li,.mm-boxschema ol.large > li,.cars--header ol.large > li,.mm-autopujcovna ol.large > li{font-size:1.2em;}}.paragraph--text ul,.accordion__text ul,.container--node-body ul,.mm-text ul,.mm-boxschema ul,.cars--header ul,.mm-autopujcovna ul{margin:0.8em 0 0;padding:0;list-style:none;}.paragraph--text ul > li,.accordion__text ul > li,.container--node-body ul > li,.mm-text ul > li,.mm-boxschema ul > li,.cars--header ul > li,.mm-autopujcovna ul > li{position:relative;margin-top:0;margin-bottom:0.55em;padding-left:1.6em;line-height:1.55;}.paragraph--text ul > li::before,.accordion__text ul > li::before,.container--node-body ul > li::before,.mm-text ul > li::before,.mm-boxschema ul > li::before,.cars--header ul > li::before,.mm-autopujcovna ul > li::before{position:absolute;top:0.55em;left:0;width:0.5em;height:0.5em;background-color:#E30000;border-radius:50%;content:'';}.paragraph--text ol,.accordion__text ol,.container--node-body ol,.mm-text ol,.mm-boxschema ol,.cars--header ol,.mm-autopujcovna ol{list-style:none;counter-reset:ol-counter;}.paragraph--text ol li,.accordion__text ol li,.container--node-body ol li,.mm-text ol li,.mm-boxschema ol li,.cars--header ol li,.mm-autopujcovna ol li{counter-increment:ol-counter;padding-left:0.45em;}.paragraph--text ol li::marker,.accordion__text ol li::marker,.container--node-body ol li::marker,.mm-text ol li::marker,.mm-boxschema ol li::marker,.cars--header ol li::marker,.mm-autopujcovna ol li::marker{content:counter(ol-counter) ".";font-weight:800;}.paragraph--text ol.custom-list li::marker,.accordion__text ol.custom-list li::marker,.container--node-body ol.custom-list li::marker,.mm-text ol.custom-list li::marker,.mm-boxschema ol.custom-list li::marker,.cars--header ol.custom-list li::marker,.mm-autopujcovna ol.custom-list li::marker{content:attr(number) ".";}.grid-sponzori{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;gap:1.5em;}@media (max-width:35rem){.grid-sponzori{grid-template-columns:repeat(3,auto);grid-auto-flow:row;}}.u-invisible{opacity:0;}@media (prefers-reduced-motion:reduce){.js-animate{animation:none !important;opacity:1 !important;}}@media (max-width:35rem){.u-invisible{animation:none !important;opacity:1 !important;}}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);}.grid-3 img{width:13em;}@media (max-width:35rem){.grid-3{display:flex;flex-direction:column;align-items:center;gap:1em;}}.grid-3a > div:first-child{width:15em;height:15em;border-radius:50%;background:#f5f5f5;display:flex;justify-content:center;align-items:center;margin:0;}.grid-3a div:last-child{grid-column:span 2;width:100%;}.grid-3b div:first-child{grid-column:span 2;}.grid-3b > div:last-child{width:15em;height:15em;border-radius:50%;background:#f5f5f5;display:flex;justify-content:center;align-items:center;margin:0;}@media (max-width:35rem){.grid-3b > div:last-child{order:-1;}}.tpp-flex{display:flex;flex-wrap:wrap;width:100%;gap:0 3em;}.tpp-flex > *{flex:1 0 8em;}@media all and (max-width:21em){.tpp-flex > *{flex-shrink:1;}}.tpp-flex > p{padding:0.5em;}.tpp-flex > p + p{margin-top:0;}.tpp-flex.flex--center{align-items:center;}.tpp-flex.flex--stretch{align-items:stretch;}.tpp-flex.flex--justify-center{justify-content:center;}.tpp-flex-nw{display:flex;width:100%;align-items:stretch;justify-content:space-between;}.tpp-flex-nw > *{max-width:calc(50% - 1.5em);}.tpp-flex-w{display:flex;width:100%;flex-wrap:wrap;align-items:center;}.tpp-flex-w.flex--justify-center{justify-content:center;}@media all and (max-width:35rem){.tpp-flex-w{justify-content:center;}}.container{width:96%;max-width:78rem;margin-left:auto;margin-right:auto;}#block-tpp-page-title{text-align:center;}.page-wrapper{margin:auto;}strong,b{font-weight:800;}small{font-size:0.75rem;}i,em{font-style:italic;}sub{vertical-align:sub;font-size:0.7em;}sup{vertical-align:super;font-size:0.7em;}p{line-height:1.4;font-size:20px;}p a:not([class*="button"]){text-decoration:underline;transition:color 100ms ease-in;}p a:not([class*="button"]).cl-blue:hover,p a:not([class*="button"]).cl-blue:active{color:#011638;}p a:not([class*="button"]).cl-red:hover,p a:not([class*="button"]).cl-red:active{color:#011638;}p a:not([class*="button"]).cl-green:hover,p a:not([class*="button"]).cl-green:active{color:#707d1c;}p a[href^="mailto:"]{color:#011638;}p a[href^="mailto:"]:hover,p a[href^="mailto:"]:active{color:#011638;}p.extra{font-size:1.1875em;line-height:1.75;}p.large{font-size:1.5625em;}p.light{font-size:0.9375em;opacity:0.5;}@media (max-width:50rem){p.extra{font-size:1.1em;}p.large{font-size:1.2em;}}p + p{margin-top:1em;}a{color:inherit;text-decoration:none;}a:hover{text-decoration:underline;}.site-name{top:0;left:0;width:1px;height:1px;display:block;position:absolute;text-indent:-66666px;overflow:hidden;}.underline{text-decoration:underline;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}h1{font-family:inherit;font-weight:bold;line-height:1.1;color:inherit;margin-top:0.4em;margin-bottom:0.5em;font-weight:700;font-family:'Sora','Open Sans',sans-serif;font-size:2.375em;}@media (max-width:50rem){h1{font-size:1.9em;}}h2{font-family:inherit;font-weight:bold;line-height:1.1;color:inherit;margin-top:0.4em;margin-bottom:0.5em;font-weight:700;font-family:'Sora','Open Sans',sans-serif;font-size:2.125em;}@media (max-width:50rem){h2{font-size:1.9125em;}}h3{font-family:inherit;font-weight:bold;line-height:1.1;color:inherit;margin-top:0.4em;margin-bottom:0.5em;font-weight:700;font-family:'Sora','Open Sans',sans-serif;font-size:1.5625em;font-weight:600;}@media (max-width:50rem){h3{font-size:1.09375em;text-align:center;}}h4{font-family:inherit;font-weight:bold;line-height:1.1;color:inherit;margin-top:0.4em;margin-bottom:0.4em;font-size:1.25em;}@media (max-width:50rem){h4{font-size:1.125em;}}h5{font-family:inherit;font-weight:bold;line-height:1.1;color:inherit;margin-top:0.4em;margin-bottom:0.4em;font-size:1em;}h6{font-family:inherit;font-weight:bold;line-height:1.1;color:inherit;margin-top:0.4em;margin-bottom:0.4em;font-size:inherit;}.subtitle{font-weight:600;font-size:1.5625em;display:block;margin-bottom:0.5em;}hr{border:none;height:0.125em;margin:1em 0;background:linear-gradient(270deg,rgba(6,24,56,0) 1.37%,#061838 13.18%,#061838 86.16%,rgba(6,24,56,0) 98%);}img{display:block;max-width:100%;height:auto;}picture > img{margin-left:auto;margin-right:auto;}.align-center > img{margin-left:auto;margin-right:auto;}nav.breadcrumb{width:96%;max-width:78rem;margin-left:auto;margin-right:auto;padding:2em 0;}nav.breadcrumb a{font-size:inherit;text-decoration:underline;color:#595959;font-weight:400;}nav.breadcrumb ol{display:flex;}nav.breadcrumb ol > li{font-size:0.8em;color:#595959;font-weight:400;text-decoration:underline;opacity:0.5;}nav.breadcrumb ol > li + li{position:relative;padding-left:2em;}nav.breadcrumb ol > li + li::before{content:'<';display:block;position:absolute;left:0.75em;top:calc(50% - 0.45em);}@media all and (max-width:35rem){nav.breadcrumb ol > li:last-child{display:none;}nav.breadcrumb ol > li{display:flex;align-items:center;}}#block-tpp-page-title{width:96%;max-width:78rem;margin-left:auto;margin-right:auto;}main.content{padding-top:0;min-height:62vh;}.page-node-type--hlavni-stranka main.content,.page-node-type--page main.content,.vozidla--page main.content{padding-top:0;}.page-node-type--page{margin-bottom:0;}.ico--fb{display:inline-block;width:1.2em;height:1.2em;background-repeat:no-repeat;background-size:1.2em;background-position:left 100%;}.document a{color:#E30000;}.document .file--application-pdf a{padding-left:1.5em;background-repeat:no-repeat;background-position:left;background-size:1.25em;}.document--wide{width:98%;margin:auto auto 1.5em;background-color:white;border-radius:0 1.5em;box-shadow:0.375em 0.375em 0.625em rgba(0,0,0,0.1);transition:all 0.25s ease-in;}.document--wide a{text-decoration:underline;font-weight:800;display:block;padding:1.75em 1.5em 1.75em 8em;}.document--wide .file--application-pdf a{padding-left:8em;background-size:1.5em;background-position-x:2em;}.document--wide:hover{transform:scale(1.005);box-shadow:0.375em 0.375em 0.625em rgba(0,0,0,0.2);}ul.mm-emergency{float:right;padding-left:0;padding-top:2em;font-size:1.5625em;font-weight:600;margin-left:0.75em;}ul.mm-emergency > li{display:flex;justify-content:space-between;align-items:center;}ul.mm-emergency > li::before{display:none;}ul.mm-emergency strong{font-size:1.28em;}.mm-zone-link{padding-left:2em;background-image:url(/themes/custom/tpp/images/zone_icon_dark.svg);background-repeat:no-repeat;background-position:0.25em center;background-size:1.5em;}.mm-tel{border:0.1em solid white;border-radius:2.065em;padding:1em;font-weight:bold;text-decoration:none !important;}.ico-phone,.ico-phone-w,.mm-tel{padding-left:1.75em;position:relative;}.ico-phone::before,.ico-phone-w::before,.mm-tel::before{position:absolute;left:0.5em;top:calc(50% - 0.5em);display:block;content:'';background-image:url(/themes/custom/tpp/images/phone.svg);background-repeat:no-repeat;background-size:1em;background-position:center 0;width:1em;height:1em;}.ico-phone-w::before,.mm-tel::before{background-position-y:100%;}.mm-cert{padding-left:3em;position:relative;font-weight:bold;}.mm-cert::before{content:'';display:block;position:absolute;left:0;top:0;width:2.5em;height:3.5em;background-image:url(/themes/custom/tpp/images/cert.svg);background-repeat:no-repeat;background-size:contain;}.mm-map{padding-top:6em;padding-left:10em;min-height:21em;background-image:url(/themes/custom/tpp/images/map_cr_big.svg);background-repeat:no-repeat;background-size:37em;color:#011638;max-width:37em;}@media (max-width:38.54166667em){.mm-map{font-size:0.9em;background-size:100%;padding-left:27%;padding-top:13%;}}.mm-sledovani-block{padding:1em 0 4em;}.mm-sledovani{display:flex;justify-content:space-between;}.mm-sledovani > div{max-width:30em;}.mm-sledovani > .zakazky{flex-shrink:1;}.mm-sledovani > .minfo{flex-shrink:2;}.mm-sledovani > img,.mm-sledovani > a > img{width:25em;margin:0 0.75em;max-width:94%;}@media (max-width:56rem){.mm-sledovani{flex-direction:column;align-items:center;}.mm-sledovani > div{margin-bottom:1em;}}ul.one-line,ul.menu--footer{display:flex;}ul.one-line.center,ul.menu--footer.center{justify-content:center;}ul.one-line > li,ul.menu--footer > li{position:relative;text-align:center;margin:0 1.5em;}ul.one-line > li + li::before,ul.menu--footer > li + li::before{position:absolute;content:'';display:block;width:0.1em;height:1em;left:-1.55em;top:calc(50% - 0.45em);background-color:#E30000;}ul.list-boxes{display:flex;justify-content:space-around;flex-wrap:wrap;margin-left:-0.25em;margin-bottom:2em;list-style:none;}ul.list-boxes > li{width:12.75em;height:4em;text-align:center;font-size:1.1875em;font-weight:700;border:0.1em solid #4D4C4D;display:flex;align-items:center;justify-content:center;padding:0.7em 1em;margin:0.8em 0.21em;}ul.list-boxes > li::before{display:none;}body.path-webform main,body.path-form{padding-bottom:1em;}@media (max-width:35rem){ul.one-line{flex-wrap:wrap;}}.ui-widget-overlay{background:black;opacity:0.8;}header#navbar{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;width:100%;z-index:100;background-color:#011638;border-bottom:1px solid rgba(255,255,255,0.1);height:4rem;}@media all and (min-width:80rem){header#navbar{padding-left:calc(50% - 78rem/2);padding-right:calc(50% - 78rem/2);}}@media all and (max-width:80rem){header#navbar{padding-left:1rem;padding-right:1rem;}}header#navbar > #block-tpp-site-branding{display:flex;align-items:center;flex-shrink:0;max-width:19.25em;margin-right:2em;padding:0;}header#navbar > #block-tpp-site-branding a{display:flex;align-items:center;}header#navbar > #block-tpp-site-branding img{display:block;width:auto;height:26px;max-height:26px;}header#navbar > nav{position:relative;display:flex;align-items:center;justify-content:center;}header#navbar.fixed{position:sticky;top:0;padding-top:0;box-shadow:none;}header#navbar .menu--label{display:none;}header#navbar #block-tpp-hornimenu{position:absolute;top:0.5em;right:0;}@media (min-width:81.25rem){header#navbar #block-tpp-hornimenu{right:calc(50% - 40.25em);}}header#navbar #block-tpp-main-menu{padding-left:1.5em;margin-top:0;}header#navbar #block-tpp-main-menu .language-switcher-language-url{display:none;}header#navbar #block-tpp-main-menu .mm-phone{margin-left:1em;}@media all and (max-width:67em){header#navbar #block-tpp-main-menu .mm-phone{margin-left:1em;}}header#navbar #block-tpp-main-menu .mm-phone a{font-size:1em;border:0;background-color:transparent;border-radius:0;padding:0 0 0 1.5em;position:relative;white-space:nowrap;}header#navbar #block-tpp-main-menu .mm-phone a::before{content:'';display:block;position:absolute;left:0;top:calc(50% - 0.5em);width:1em;height:1em;background:url(/themes/custom/tpp/images/phone.svg) no-repeat center;background-size:1em;background-position-y:100%;background-position-x:center;}@media all and (max-width:77rem) and (min-width:62rem){header#navbar{font-size:0.85em;}header#navbar #block-tpp-main-menu{padding-left:1.4em;}header#navbar #block-tpp-hornimenu{right:0;}}.mm-scrolled header#navbar{position:sticky;top:0;height:4rem;border-bottom:1px solid rgba(255,255,255,0.1);}.mm-scrolled header#navbar #block-tpp-main-menu{margin-top:0;}.mm-scrolled header#navbar #block-tpp-main-menu .mm-phone a{font-size:1em;}@media (min-width:62rem){.mm-scrolled header#navbar > #block-tpp-site-branding{font-size:0.75em;}.mm-scrolled header#navbar #block-tpp-hornimenu{display:none;}}@media (max-width:62rem){.mm-scrolled header#navbar.navbar--opened{top:0;}.mm-scrolled header#navbar.navbar--opened #block-tpp-main-menu{margin-top:1em;}.mm-scrolled header#navbar #block-tpp-main-menu .mm-phone a{font-size:0.9em;}}.mm-scrolled.mm-menu-show header#navbar{top:0;}@media (max-width:62rem){.user-logged-in #navbar.fixed{top:0;}#toolbar-administration{display:none;}body.toolbar-tray-open.toolbar-vertical.toolbar-fixed{margin-left:0!important;}header#navbar #block-tpp-hornimenu{position:static;}header#navbar > #block-tpp-site-branding{height:4rem;padding-top:0;}header#navbar > #block-tpp-site-branding img{width:auto;height:26px;max-height:26px;}header#navbar .menu--label{display:block;font-size:1em;font-weight:bold;text-transform:uppercase;bottom:0;right:2em;position:relative;color:#E30000;}}.icon--burger{display:none;}.menu--main{margin:0;padding:0;display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:2em;position:relative;background:transparent;}.menu__item--main{list-style:none;min-width:0;position:relative;display:flex;align-items:center;font-weight:600;}.menu__link--main{color:rgba(255,255,255,0.85);width:100%;display:flex;align-items:center;text-align:center;text-decoration:none;padding:0;font-size:0.85em;font-weight:600;}.menu__link--main span{transition:border-top-color 200ms ease-in;padding-top:0;border-top-color:transparent;}.menu__link--main:hover,.menu__link--main.is-active{color:#fff;text-decoration:none;}.menu__item--parent{transition:all 100ms ease-in;}.menu__link--main.menu__link--parent > .menu__arrow{width:2em;height:100%;position:absolute;padding:0;right:-0.2em;}@media (min-width:62rem){.menu__link--main.menu__link--parent > .menu__arrow{width:1.75em;right:-0.55em;}}.menu__link--main.menu__link--parent > .menu__arrow::after{content:'';display:block;background-image:url("/themes/custom/tpp/images/caret.svg");background-repeat:no-repeat;background-size:0.95em;background-position:center;transition:transform 200ms ease-in,top 200ms ease-in;width:100%;height:0.4em;top:50%;position:relative;}.menu__item--main.menu__item--parent,.menu__item--horni-menu.menu__item--parent{position:relative;}.menu__item--main.menu__item--parent > ul,.menu__item--horni-menu.menu__item--parent > ul{display:block;overflow:hidden;max-height:0;width:21em;opacity:0;background-color:white;border-radius:1.875em;top:100%;padding:0;z-index:29;position:absolute;transition:opacity 400ms ease;box-shadow:0 0.375em 0.375em rgba(0,0,0,0.25);}.menu__item--main.menu__item--parent.menu__item--first > ul,.menu__item--horni-menu.menu__item--parent.menu__item--first > ul{width:30em;}.menu__item--main.menu__item--parent > a{position:relative;}.menu--main.menu--child > .menu__item,.menu--horni-menu.menu--child > .menu__item{list-style:none;}.menu--main.menu--child > .menu__item.menu__item--last,.menu--horni-menu.menu--child > .menu__item.menu__item--last{margin-bottom:1em;}.menu--main.menu--child > .menu__item > .menu__link,.menu--horni-menu.menu--child > .menu__item > .menu__link{display:table;padding:0.25em 1em;text-align:left;color:#011638;font-size:1.1875em;font-weight:normal;}.menu--main.menu--child > .menu__item > .menu__link.submenu__title,.menu--horni-menu.menu--child > .menu__item > .menu__link.submenu__title{opacity:0.55;font-weight:700;padding:1em 0 1em 1em;text-transform:uppercase;font-size:1em;margin-top:0.5em;margin-bottom:0.5em;}.menu--main.menu--child > .menu__item .menu-nehoda,.menu--horni-menu.menu--child > .menu__item .menu-nehoda{padding-left:8.75em;background-image:url(/themes/custom/tpp/images/nehoda_cz.png);background-repeat:no-repeat;margin-top:1em;background-size:7em;background-position-x:1em;background-position-y:calc(100% - 0.25em);}.menu--main.menu--child > .menu__item .mm-phone,.menu--horni-menu.menu--child > .menu__item .mm-phone{position:absolute;top:3.25em;right:1.5em;color:white;font-weight:bold;background-color:#011638;border:none !important;width:auto;border-radius:1.343em;padding:0.5em 1em;z-index:9;}.menu--main.menu--child > .menu__item--last > .menu__link,.menu--horni-menu.menu--child > .menu__item--last > .menu__link{border-bottom:0 solid #eee;}.menu__item--main.menu__item--parent:hover > .menu--child,.menu__item--horni-menu.menu__item--parent:hover > .menu--child{opacity:1;max-height:90em;padding-left:1em;padding-right:0.5em;}.menu__item--main.menu__item--parent.submenu--opened .menu__arrow::after,.menu__item--horni-menu.menu__item--parent.submenu--opened .menu__arrow::after{transform:rotate(90deg);top:calc(50% - 0.1em);}.menu__item--main.menu__item--parent.submenu--opened > .menu--child,.menu__item--horni-menu.menu__item--parent.submenu--opened > .menu--child{opacity:1;max-height:90em;padding-left:1em;padding-right:0.5em;}@media (max-width:62rem){.menu__item--main{display:block;}header#navbar{height:4rem;display:block;overflow:hidden;clip-path:border-box;transition:height 200ms ease-in,background-color 200ms ease-in;}header#navbar nav#block-tpp-main-menu{margin-top:1em;padding:0;}header#navbar nav#block-tpp-main-menu .mm-phone{position:absolute;top:-3.75em;right:5rem;}header#navbar nav#block-tpp-main-menu .mm-phone a{background-color:transparent;color:white;border:none;font-size:0.9em;font-weight:700;}header#navbar nav#block-tpp-main-menu .mm-phone a::before{background-position-y:100%;}header#navbar .menu--main.menu--parent{display:block;width:100%;padding-bottom:1em;}header#navbar .menu__item--parent{border-radius:0;padding-right:0;width:auto;margin-bottom:0;font-size:1em;background-color:transparent;}header#navbar .menu__item--parent > .menu__link{padding-left:0.75em;background-position-y:calc(100% - 0.6em);background-position-x:calc(100% - 0.6em);}header#navbar .menu__link--main{display:flex;justify-content:center;align-items:stretch;white-space:nowrap;padding:0.65em 0.25em;overflow:hidden;color:rgba(255,255,255,0.85);text-align:center;}header#navbar .menu__link--main:hover > .link__title,header#navbar .menu__link--main.is-active > .link__title{border-top:none;text-decoration:none;}header#navbar .menu__link--main.menu__link--parent{height:auto;}header#navbar ul.menu--child{max-height:2.8em;width:100%;position:relative;opacity:1;padding-left:0.5em;padding-right:0;margin-bottom:0;padding-top:0;box-shadow:none;background-color:transparent;transition:max-height 150ms ease-in,background-color 150ms ease-in;}header#navbar ul.menu--child .submenu__title{font-weight:400;font-size:0.9em;padding-bottom:0.5em;}header#navbar ul.menu--child .menu__link{padding-left:0;padding-top:0.6em;padding-bottom:0.5em;color:rgba(255,255,255,0.75);display:flex;align-items:center;}header#navbar ul.menu--child .menu__link:hover,header#navbar ul.menu--child .menu__link.is-active{color:#fff;}header#navbar ul.menu--child .menu__link .link__title{padding-top:0;}header#navbar.navbar--opened{height:100vh;background-color:#011638;overflow-y:auto;}header#navbar.navbar--opened nav#block-tpp-main-menu .mm-phone a{color:#fff;font-weight:700;opacity:1;}header#navbar .menu--main .menu__arrow,header#navbar .menu--horni-menu .menu__arrow{position:static;height:auto;padding-left:0.25em;}header#navbar .menu--main .menu__arrow::after,header#navbar .menu--horni-menu .menu__arrow::after{transform:rotate(-90deg);top:calc(50% - 0.15em);height:0.6em;}header#navbar .menu--main .menu__item.submenu--opened ul.menu--child,header#navbar .menu--horni-menu .menu__item.submenu--opened ul.menu--child{opacity:1;max-height:17em;padding:0.5em calc(50% - 10em);background-color:rgba(255,255,255,0.06);border-radius:0;box-shadow:none;overflow-y:scroll;}header#navbar .menu--main .menu__item.submenu--opened ul.menu--child .menu__link,header#navbar .menu--horni-menu .menu__item.submenu--opened ul.menu--child .menu__link{justify-content:flex-start;}header#navbar .menu--main .menu__item.submenu--opened ul.menu--child .submenu__title,header#navbar .menu--horni-menu .menu__item.submenu--opened ul.menu--child .submenu__title{display:none;}header#navbar .menu--main .menu__item.submenu--opened ul.menu--child .menu-nehoda,header#navbar .menu--horni-menu .menu__item.submenu--opened ul.menu--child .menu-nehoda{font-size:0.8em;padding-left:8em;background-position-x:0;background-position-y:calc(100% - 0.5em);}header#navbar .menu--main .menu__item.submenu--opened .menu__arrow::after,header#navbar .menu--horni-menu .menu__item.submenu--opened .menu__arrow::after{transform:rotate(0deg);}.icon--burger{position:absolute;top:calc(4rem / 2 - 1.25em);right:2.75em;display:block;z-index:1060;background:transparent;border:0;border-radius:1.5em;cursor:pointer;padding:0.75em 0.5em;width:3.5em;}.icon--burger::before{content:'menu';text-transform:uppercase;display:block;float:left;font-size:1em;color:#E30000;font-weight:bold;width:1px;overflow:hidden;text-indent:-9999px;}.icon--burger *{transition:all 500ms ease;}.icon--burger__top,.icon--burger__center,.icon--burger__bottom{display:block;width:1.8em;height:0.2em;background:#fff;position:absolute;top:0.75em;right:0.5em;}.icon--burger__center{top:1.242em;opacity:1;}.icon--burger__bottom{top:1.734em;}.navbar--opened .icon--burger .icon--burger__center{opacity:0;}.navbar--opened .icon--burger .icon--burger__top{transform:rotate(45deg);top:1.35em;background:#fff;}.navbar--opened .icon--burger .icon--burger__bottom{transform:rotate(-45deg);top:1.35em;background:#fff;}.mm-scrolled header#navbar:not(.navbar--opened) nav#block-tpp-main-menu .mm-phone{top:-2em;}}@media all and (max-width:23.5rem){.icon--burger{right:1.75em;}header#navbar nav#block-tpp-main-menu .mm-phone{right:3em;}}@media all and (max-width:28em){header#navbar nav#block-tpp-main-menu .mm-phone{text-indent:-9999px;font-size:1.325em;top:-3.5rem;}}ul.menu--horni-menu{display:flex;flex-wrap:nowrap;z-index:9;}ul.menu--horni-menu > li{margin:0 0.5em;}ul.menu--horni-menu > li a{color:white;display:flex;padding:0.5em 1em;align-items:center;}ul.menu--horni-menu > li a.mm-zone-link{padding-left:2em;}ul.menu--horni-menu .menu__arrow{width:2em;height:100%;position:absolute;padding:0;right:-0.2em;}@media (min-width:62rem){ul.menu--horni-menu .menu__arrow{width:1.75em;right:-0.55em;}}ul.menu--horni-menu .menu__arrow::after{content:'';display:block;background-image:url("/themes/custom/tpp/images/caret.svg");background-repeat:no-repeat;background-size:0.95em;background-position:center;transition:transform 200ms ease-in,top 200ms ease-in;width:100%;height:0.4em;top:50%;position:relative;}ul.menu--horni-menu .menu__arrow::after{top:calc(50% - 0.2em);}.menu__item--horni-menu.menu__item--parent.submenu--opened > .menu--child{left:-5em;}.menu__item--horni-menu.menu__item--parent.submenu--opened .menu__arrow::after{top:calc(50% - 0.3em);}.menu__item--horni-menu.menu__item--parent:hover > .menu--child{left:-5em;}@media (max-width:62rem){ul.menu--horni-menu{position:static;margin-top:1em;flex-direction:column;width:100%;}ul.menu--horni-menu > li a{color:rgba(255,255,255,0.85);justify-content:center;}ul.menu--horni-menu > li a.mm-zone-link{padding-left:1em;background-image:none;}ul.menu--horni-menu > li > a{font-size:1.125em;}ul.menu--horni-menu .menu__link--horni-menu{display:flex;justify-content:center;align-items:stretch;}ul.menu--horni-menu ul.menu--child{margin-top:0;font-size:0.9em;background-color:transparent;}.menu__item--horni-menu.menu__item--parent.submenu--opened > .menu--child{left:0;padding-right:0;}.menu__item--horni-menu.menu__item--parent:hover > .menu--child{left:0;padding-right:0;}}.edit-link{position:absolute;top:-13px;right:-13px;border-radius:15px;width:26px;height:26px;background:#fff;text-indent:-9999px;overflow:hidden;border:2px solid #aaa;}.edit-link:after{position:absolute;transform:rotate(45deg);background:#aaa;width:6px;height:11px;left:9px;top:4px;content:'';}.edit-link:before{position:absolute;transform:rotate(45deg);content:'';top:14px;left:1px;width:0;height:0;border:4px solid transparent;border-top-color:#aaa;border-bottom:0;}.edit-link:hover:after{background:#333;}.edit-link:hover{border-color:#333;}.edit-link:hover:before{border-top-color:#333;}.page--user-login .user-login-form{padding:50px;max-width:500px;width:100%;height:auto;margin:0 auto;}body[class*="page--user"] #block-tpp-page-title,body[class*="page--user"] #block-pagetitle{margin-top:-4rem;height:calc(4rem + 9em);padding-top:4rem;text-align:center;}body[class*="page--user"] #block-tpp-page-title h1,body[class*="page--user"] #block-pagetitle h1{margin-top:1.5em;}body[class*="page--user"] form.user-login-form input[type=submit]{color:white;background:#E30000;padding:0.4em 4em;border-radius:3rem;display:inline-block;text-decoration:none;font-weight:600;cursor:pointer;border:none;margin:0.2em;transition:color 0.2s ease,background-color 0.2s ease,border 0.2s ease,box-shadow 0.2s ease;border:0.2em solid #E30000;}body[class*="page--user"] form.user-login-form input[type=submit]:hover,body[class*="page--user"] form.user-login-form input[type=submit]:active,body[class*="page--user"] form.user-login-form input[type=submit]:focus{background-color:#333333;color:white;border:none;text-decoration:none;}body[class*="page--user"] form.user-login-form input[type=submit]:hover,body[class*="page--user"] form.user-login-form input[type=submit]:active,body[class*="page--user"] form.user-login-form input[type=submit]:focus{background:#960000;text-decoration:none;font-weight:bold;color:white;border:0.2em solid #960000;}body[class*="page--user"] form.user-login-form input[type=submit]:hover,body[class*="page--user"] form.user-login-form input[type=submit]:active,body[class*="page--user"] form.user-login-form input[type=submit]:focus{background-color:#333333;color:white;border:none;text-decoration:none;}body[class*="page--user"] form.user-login-form input[type=submit]:hover,body[class*="page--user"] form.user-login-form input[type=submit]:active,body[class*="page--user"] form.user-login-form input[type=submit]:focus{background:#960000;text-decoration:none;font-weight:bold;color:white;border:0.2em solid #960000;}.path-user main#content{text-align:center;}.region--taby{position:fixed;bottom:0;left:0;background:#fff;max-width:150px;-webkit-border-top-right-radius:20px;-moz-border-radius-topright:20px;border-top-right-radius:20px;border:1px solid #680984;border-left-width:0;border-bottom-width:0;}.region--taby ul{margin:0;padding:10px;list-style:none;}.region--taby ul li{margin:0;padding:0;list-style:none;}.region--taby ul li a{display:block;padding:3px;color:#921fb3;font-size:13px;text-decoration:none;}.region--taby ul li a:hover{color:#4a0254;}.region--taby .contextual{display:none;}#customer-zone{position:fixed;right:-13.75em;top:calc(4rem + 2em);width:17.5em;height:16em;background-color:#f3f5f6;display:flex;justify-content:right;box-shadow:0 0.25em 0.25em 0 rgba(0,0,0,0.25);border-radius:1.4em 0 0 1.4em;z-index:20;transition:right 0.3s ease-in;}#customer-zone > h2{height:3.33333em;width:14.2222em;color:white;font-size:1.125em;position:absolute;top:calc(50% - (3.33333em/2));left:-5.444435em;margin:0;padding:1em 3.8em 1em 2em;background-color:#011638;border-top-left-radius:1.111111em;border-top-right-radius:1.111111em;transform:rotate(-90deg);}#customer-zone::before{content:'';display:block;position:absolute;background-image:url(/themes/custom/tpp/images/zone_icon.svg);background-repeat:no-repeat;background-size:2em;background-position:center;left:0.9em;top:1em;width:2em;height:2em;z-index:21;}#customer-zone .zone-content{width:calc(100% - 3.75em);text-align:center;padding:0.25em 1.25em;}#customer-zone .zone-content > img{margin:-2.25em auto 0.25em;}#customer-zone .zone-content strong{font-weight:700;}#customer-zone.open,#customer-zone:hover{right:0;}@media (max-width:35rem){#customer-zone{font-size:0.9em;flex-direction:column;bottom:-18.75em;top:auto;height:22.5em;right:calc(50% - 8.75em);border-radius:1.4em 1.4em 0 0;transition:bottom 0.4s ease-in;}#customer-zone > h2{transform:none;position:static;width:auto;padding:1em 2em 1em 3.8em;}#customer-zone .zone-content{align-self:center;}#customer-zone .zone-content > img{margin-top:0;}#customer-zone:hover,#customer-zone.open{right:calc(50% - 8.75em);bottom:0;}}footer.region--footer{clear:both;position:relative;display:flex;flex-wrap:wrap;overflow:hidden;background-color:#011638;color:#fff;}@media (min-width:80rem){footer.region--footer{padding-left:calc(50% - (78rem / 2));padding-right:calc(50% - (78rem / 2));}}footer.region--footer > nav{padding:0 1em 1em;}footer.region--footer > nav li + li{margin-top:0.5em;}footer.region--footer > nav a.menu__link{text-decoration:none;font-weight:normal;}footer.region--footer > nav a.menu__link:hover{text-decoration:underline;}footer.region--footer .menu__title,footer.region--footer h2{font-size:1.5em;}footer.region--footer .tel,footer.region--footer .footer-kontakt p{text-align:center;}footer.region--footer .tel{font-size:1.25em;}footer.region--footer .tel,footer.region--footer h2{font-weight:500;margin-top:1em;margin-bottom:0.5em;}.tpp-footer{width:100%;}@media (max-width:62rem){.tpp-footer > *{margin-bottom:1em;}}.footer-menu{flex-basis:33%;}.footer-menu > h2{padding-left:0.5rem;}.socials-block > h2{text-align:center;}.mm-socials{display:flex;}.mm-socials a{text-indent:-9999px;display:block;width:3em;height:2.875em;background-repeat:no-repeat;background-position:center;margin:0.75em 1.75em;background-image:url(/themes/custom/tpp/images/socials.svg);background-size:22.375em 2.875em;}.mm-socials a.social--facebook{background-position-x:0;}.mm-socials a.social--twitter{background-position-x:100%;}.mm-socials a.social--instagram{background-position-x:33.333%;}.mm-socials a.social--youtube{background-position-x:66.666%;}@media (max-width:50rem){.mm-socials{font-size:0.9em;}}ul.menu--footer{flex-wrap:wrap;}ul.menu--footer > li{margin:0 0.5em;}ul.menu--footer > li a.map-link{display:block;width:83%;margin-top:0.75em;border-left:none;padding-left:2.5em;background-image:url(/themes/custom/tpp/images/map.svg);background-repeat:no-repeat;background-size:1.8em 2.3em;background-position:0.2em center;text-decoration:underline;text-align:left;min-height:2.3em;}ul.menu--footer > li + li::before{left:-0.55em;}ul.menu--footer > li:last-child::before{display:none;}@media (max-width:62rem){ul.menu--footer > li:last-child{flex-basis:100%;}}.tpp-copyright{width:100%;position:absolute;left:0;bottom:0;height:4rem;background-color:#011638;display:flex;align-items:center;}.tpp-copyright > *{flex-grow:1;}.tpp-copyright small{display:flex;font-weight:300;font-size:1em;height:100%;justify-content:center;align-items:center;margin:auto;max-width:78rem;}@media all and (max-width:80rem){.tpp-copyright small{margin:0 2%;}}.tpp-copyright p + p{margin:0;}@media (max-width:35rem){footer.region.region--footer{flex-direction:column;flex-wrap:nowrap;align-items:center;padding-left:4%;padding-right:4%;padding-bottom:8em;}footer.region.region--footer > div,footer.region.region--footer > nav{max-width:96%;margin-bottom:1.5rem;}footer.region.region--footer .tpp-copyright{text-align:center;width:100%;margin-bottom:0;max-width:none;bottom:4em;}footer.region.region--footer .tpp-copyright small{flex-direction:column;justify-content:center;font-size:1em;}footer.region.region--footer ul.menu--footer{font-size:0.9em;}}.mm-header{position:relative;padding-top:2em;color:#011638;background-color:white;background-repeat:no-repeat;background-position:center;min-height:48em;padding-bottom:1.5em;}.mm-header.kraje{padding-bottom:4em;}.mm-header .mm-branches{position:absolute;bottom:1em;}.mm-header > header{margin-bottom:3em;}.page-node-type--page .mm-header h1{margin-bottom:0;}.no-image > .mm-header{min-height:0;}ul.mm-branches{font-weight:600;width:100%;justify-content:center;}ul.mm-branches > li{font-size:1.375em;line-height:2.5;margin:0 1.5em;}ul.mm-branches > li:first-child::before{content:'';display:block;background-image:url(/themes/custom/tpp/images/map_cr.svg);background-repeat:no-repeat;background-size:3em 2em;background-position:center;width:3em;height:2em;position:absolute;left:-4em;top:calc(50% - 1em);}@media (min-width:56rem){.mm-n-sluzby{margin-top:-5em;}}@media all and (max-width:80rem){ul.mm-branches{font-size:0.9em;}}@media all and (max-width:62rem){.mm-header{padding-top:calc(4rem + 1.5em);padding-bottom:1em;}.page-node-type--page .mm-header{padding-top:1.5em;}ul.mm-branches{display:none;}}.mm-box{max-width:35.75em;background-color:white;display:flex;flex-direction:column;justify-content:space-between;}.mm-box.mm-box--grey{background-color:#e5e7ea;box-shadow:0 0.25em 0.25em 0 rgba(0,0,0,0.25);}.mm-box > div{margin-left:4.5em;}@media (max-width:56rem){.mm-box > div{margin-left:5.5em;}}.mm-box.mm-box--small{border-radius:1.875em;padding:1.75em;}.nehoda-kde-pusobime{display:inline-flex;align-items:flex-start;gap:0.6em;}.nehoda-kde-pusobime:before{content:'';display:block;background-image:url(/themes/custom/tpp/images/map_cr.svg);background-repeat:no-repeat;background-size:3em 2em;background-position:center;width:7em;height:2em;position:static;}.nehoda-popisek{margin-bottom:3em;}.round{border-radius:5em;padding:2.5em;}.basic-box.paragraph{padding-left:1em;padding-right:1em;}.basic-box > .paragraph__content{border-radius:1.5em;border:0.1em solid white;}.basic-box > .paragraph__content > img:first-child,.basic-box > .paragraph__content div:first-child > img{border-radius:1.5em 1.5em 0 0;}@media (max-width:56rem){.basic-box.paragraph{max-width:480px !important;margin-left:auto !important;margin-right:auto !important;}}.ui-dialog{border-radius:3.125em;max-width:95%;}.ui-dialog .ui-dialog-titlebar{background-color:transparent;border:none;padding:1.25em 0;}.ui-dialog .ui-dialog-title{display:none;}.ui-dialog .ui-dialog-titlebar-close{text-indent:-9999px;background-color:white;border:none;width:1.5em;height:1.5em;right:1.75em;top:1.55em;}.ui-dialog .ui-dialog-titlebar-close .ui-icon{background-image:none;width:100%;height:100%;}.ui-dialog .ui-dialog-titlebar-close .ui-icon::before,.ui-dialog .ui-dialog-titlebar-close .ui-icon::after{content:'';display:block;width:1.25em;height:0.2em;background-color:#E30000;position:absolute;top:0.5em;border-radius:1em;}.ui-dialog .ui-dialog-titlebar-close .ui-icon::before{transform:rotate(-45deg);}.ui-dialog .ui-dialog-titlebar-close .ui-icon::after{transform:rotate(45deg);}.ui-dialog .ui-dialog-buttonpane{background-color:white;border-bottom-left-radius:3.125em;border-bottom-right-radius:3.125em;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none;text-align:center;}.pager__items{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;list-style:none;text-align:center;margin:1rem 0;font-weight:bold;color:#595959;}.pager__item{display:inline-block;margin-right:0.25rem;margin-left:0.25rem;}.pager__item > a{text-transform:none;text-decoration:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:2rem;height:2rem;padding-right:0.5rem;padding-left:0.5rem;border-radius:1rem;line-height:1;}.pager__item.is-active > a{color:white;background-color:#011638;}.pager__item:hover > a{color:white;background-color:#0a66fb;}.infinite-scroll{display:flex;justify-content:center;max-width:96%;margin:auto;}.mm-line--vertical{position:relative;}.mm-line--vertical::before{content:'';display:block;position:absolute;height:100%;width:0.15em;background-color:#011638;opacity:0.1;top:0;border-radius:2em;left:calc(50% - 0.075em);}.mm-switch{display:inline-block;position:relative;width:3em;height:1.5em;border-radius:1.5em;background-color:#011638;transition:right 0.25s ease-in,left 0.25s ease-in;}.mm-switch::before{content:'';display:block;position:absolute;border-radius:100%;background-color:white;width:1.275em;height:1.275em;top:0.1175em;left:0.1em;}.mm-switch.active::before{left:auto;right:0.1em;}.border-l:not(.paragraph--text){border-left:0.03125rem solid #E30000;padding-left:0.5rem;}.border-r:not(.paragraph--text){border-right:0.03125rem solid #E30000;padding-right:0.5rem;}.border-l > .paragraph__content{border-left:0.03125rem solid #E30000;padding-left:0.5rem;}.border-r > .paragraph__content{border-right:0.03125rem solid #E30000;padding-right:0.5rem;}.cl-red{color:#E30000;}.cl-footer{color:#011638;}.cl-blue{color:#011638;}.cl-dark-blue{color:#011638;}.cl-green{color:#BBD02F;}.cl-white{color:white;}.cl-text{color:#011638;}.bg-red{background-color:#E30000;}.bg-footer{background-color:#011638;}.bg-blue{background-color:#011638;}.bg-dark-blue{background-color:#011638;}.bg-green{background-color:#BBD02F;}.bg-white{background-color:white;}.bg-gray{background-color:#e5e7ea;}.bg-gray2{background-color:#f5f5f5;}.bg-car{background-color:white;background-image:url(/themes/custom/tpp/images/background_car.jpg);background-repeat:no-repeat;background-position:center bottom;}.bg-call{background-color:#011638;background-image:url(/themes/custom/tpp/images/background_call.jpg);background-repeat:no-repeat;background-position:center bottom;color:white;}.fw-700{font-weight:700;}.fw-600{font-weight:600;}@media (max-width:56rem){.bg-call{background-position:right top;}}@media (max-width:35rem){.bg-car{background-image:url(/themes/custom/tpp/images/background_car_mobile.jpg);}.bg-call{background-image:url(/themes/custom/tpp/images/background_call_mobile.jpg);background-size:contain;}}.telephone{padding-left:2em;padding-right:0.4em;position:relative;}.telephone::before{content:'';display:block;position:absolute;left:0.5em;width:1.3em;height:1.3em;background:url(/themes/custom/tpp/images/phone.svg) no-repeat center;background-size:1.25em;background-position-y:100%;background-position-x:center;}.contact-us,.odkaz{position:relative;}.contact-us::before,.odkaz::before{content:'';display:block;position:absolute;right:1em;width:1.1em;height:1.1em;background:url(/themes/custom/tpp/images/caret.svg) no-repeat center;background-size:1.25em;background-position-y:100%;background-position-x:center;bottom:0.8em;}
.fz85p{font-size:85%;}.fz10{font-size:1em;}.fz11{font-size:1.1em;}.fz12{font-size:1.2em;}.fz13{font-size:1.3em;}.fz15{font-size:1.5em;}.fz17{font-size:1.7em;}.fz20{font-size:2em;}.fz25{font-size:2.5em;}.fz05{font-size:0.5em;}.fz08{font-size:0.8em;}.fz09{font-size:0.9em;}.fll{float:left;}.flr{float:right;}.cleaner{clear:both;}span.cleaner{clear:both;display:block;position:relative;}.p10{padding:10px;}.p20{padding:20px;}.p0{padding:0;}.p1em{padding:1em;}.p2em{padding:2em;}.p3em{padding:2em;}.pt0{padding-top:0;}.pt1em{padding-top:1em;}.pt2em{padding-top:2em;}.pt3em{padding-top:3em;}.pb0{padding-bottom:0;}.pb1em{padding-bottom:1em;}.pb2em{padding-bottom:2em;}.pb3em{padding-bottom:3em;}.pl0{padding-left:0;}.pl1em{padding-left:1em;}.pl2em{padding-left:2em;}.pl3em{padding-left:3em;}.pr0{padding-right:0;}.pr1em{padding-right:1em;}.pr2em{padding-right:2em;}.pr3em{padding-right:3em;}.pv0{padding-top:0;padding-bottom:0;}.pv1em{padding-top:1em;padding-bottom:1em;}.pv2em{padding-top:2em;padding-bottom:2em;}.pv3em{padding-top:3em;padding-bottom:3em;}.ph0{padding-left:0;padding-right:0;}.ph1em{padding-left:1em;padding-right:1em;}.ph2em{padding-left:2em;padding-right:2em;}.ph3em{padding-left:3em;padding-right:3em;}.m0{margin:0;}.m025em{margin:0.25em;}.m05em{margin:0.5em;}.m1em{margin:1em;}.m2em{margin:2em;}.m3em{margin:3em;}.mt0{margin-top:0;}.mt025em{margin-top:0.25em;}.mt05em{margin-top:0.5em;}.mt1em{margin-top:1em;}.mt2em{margin-top:2em;}.mt3em{margin-top:3em;}.mb0{margin-bottom:0;}.mb025em{margin-bottom:0.25em;}.mb05em{margin-bottom:0.5em;}.mb1em{margin-bottom:1em;}.mb2em{margin-bottom:2em;}.mb3em{margin-bottom:3em;}.ml0{margin-left:0;}.ml025{margin-left:0.25em;}.ml05{margin-left:0.5em;}.ml1em{margin-left:1em;}.ml2em{margin-left:2em;}.ml3em{margin-left:3em;}.mr0{margin-right:0;}.mr025{margin-right:0.25em;}.mr05{margin-right:0.5em;}.mr1em{margin-right:1em;}.mr2em{margin-right:2em;}.mr3em{margin-right:3em;}.mv0{margin-top:0;margin-bottom:0;}.mh0{margin-left:0;margin-right:0;}.mv1em{margin-top:1em;margin-bottom:1em;}.mv2em{margin-top:2em;margin-bottom:2em;}.mv3em{margin-top:3em;margin-bottom:3em;}.mh1em{margin-left:1em;margin-right:1em;}.mh2em{margin-left:2em;margin-right:2em;}.mh3em{margin-left:3em;margin-right:3em;}.m0{margin:0;}.bt1so{border-top:1px solid #eee;}.bt1da{border-top:1px dashed #eee;}.bt1do{border-top:1px dotted #eee;}.bb1so{border-bottom:1px solid #eee;}.bb1da{border-bottom:1px dashed #eee;}.bb1do{border-bottom:1px dotted #eee;}.bl1so{border-left:1px solid #eee;}.bl1da{border-left:1px dashed #eee;}.bl1do{border-left:1px dotted #eee;}.br1so{border-right:1px solid #eee;}.br1da{border-right:1px dashed #eee;}.br1do{border-right:1px dotted #eee;}.bt1so-d{border-top:1px solid #ddd;}.bt1da-d{border-top:1px dashed #ddd;}.bt1do-d{border-top:1px dotted #ddd;}.bb1so-d{border-bottom:1px solid #ddd;}.bb1da-d{border-bottom:1px dashed #ddd;}.bb1do-d{border-bottom:1px dotted #ddd;}.bl1so-d{border-left:1px solid #ddd;}.bl1da-d{border-left:1px dashed #ddd;}.bl1do-d{border-left:1px dotted #ddd;}.br1so-d{border-right:1px solid #ddd;}.br1da-d{border-right:1px dashed #ddd;}.br1do-d{border-right:1px dotted #ddd;}.relative{position:relative;}.absolute{position:absolute;}.dnone{display:none;}.dblock{display:block;}.tal{text-align:left;}.tar{text-align:right;}.tac{text-align:center;}
