.header-section{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);align-items:center;width:100%;min-height:80vh;display:flex;position:relative;overflow:hidden}.header-section .text-content{z-index:2;color:#fff;max-width:800px;margin-bottom:110px;padding:110px;position:relative}@media (max-width:768px){.header-section .text-content{max-width:100%;padding:40px 24px}}.header-section .text-content h1{text-shadow:0 2px 4px #0000004d;margin-bottom:24px;font-size:3.5rem;font-weight:700;line-height:1.15}@media (max-width:768px){.header-section .text-content h1{font-size:2rem}}.header-section .text-content p{opacity:.95;max-width:500px;margin-bottom:32px;font-size:1.125rem;font-weight:400;line-height:1.7}@media (max-width:768px){.header-section .text-content p{font-size:1rem}}.header-section .wave-divider{z-index:10;width:100%;line-height:0;position:absolute;bottom:-5px;left:0}.header-section .wave-divider svg{fill:#fff;width:100%;height:80px;display:block}@media (max-width:768px){.header-section .wave-divider svg{height:40px}}.header-section .image-wrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.header-section .image-wrapper img{object-fit:cover;object-position:top;width:100%;height:100%}.header-section .image-wrapper:after{content:"";z-index:1;background:linear-gradient(90deg,#000c 0%,#0009 50%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}
.modell{align-items:center;gap:110px;padding:110px;display:flex}.modell .leftSite{width:100%;max-width:80%}.modell .leftSite .logo-wrapper,.modell .leftSite .logo-wrapper img{margin:0 auto}.modell .leftSite h2{margin-top:16px}.modell .leftSite p{max-width:700px}.modell .video-wrapper{width:100%;height:100%}.modell .video-wrapper iframe{object-fit:contain;width:100%;height:100%}
.visionBlock{padding:100px}.visionBlock h2{text-align:center}.visionBlock strong{font-weight:700}.visionBlock .grid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;margin-top:80px;display:grid}.visionBlock .grid .leftSide img{-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;width:100%}.visionBlock .grid .rightSide .textMarkdown{gap:0}.visionBlock .grid .rightSide .textMarkdown p:first-of-type{margin-bottom:16px}.visionBlock .grid .rightSide .textMarkdown p em{font-style:italic;font-weight:400}.visionBlock .grid .rightSide .button{margin-top:24px}
.sportsBlock{background-color:#f5f1e8;padding:100px}.sportsBlock strong{font-weight:700}.sportsBlock .textMarkdown{text-align:center;max-width:900px;margin:0 auto}.sportsBlock .grid{grid-template-columns:1fr 1fr;gap:100px;margin-top:100px;display:grid}.sportsBlock .grid .leftSide h3{max-width:400px}.sportsBlock .grid .leftSide .bottomLine{background-color:#e30613;width:80px;height:5px;margin:20px 0}.sportsBlock .grid .textMarkdown{text-align:left;max-width:inherit}.sportsBlock .grid ul{margin-top:16px}.sportsBlock .grid .rightSide video{width:100%;height:100%}.sportsBlock .grid{margin-bottom:100px}.sportsBlock h3{text-align:center}.sportsBlock .centerBtn{text-align:center;margin-top:36px}
.companyBlock{background-color:#f5f1e8;padding:100px}.companyBlock .textMarkdown{text-align:center;gap:0}.companyBlock .textMarkdown p{max-width:850px;margin:0 auto}.companyBlock .textMarkdown p u{font-size:2.2rem;line-height:1}.companyBlock .textMarkdown h2{margin-bottom:16px;line-height:1}.companyBlock .grid{grid-template-columns:1fr 1fr;display:grid}.companyBlock .grid .leftSide h4{margin-bottom:16px}.companyBlock .grid .leftSide .left{text-align:left;gap:8px}.companyBlock .grid .leftSide .left p{margin-left:0}
.businessModellBlock{padding:100px}.businessModellBlock .textMarkdown{max-width:900px}.businessModellBlock .grid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;margin-top:100px;display:grid}.businessModellBlock .grid .leftSide video{aspect-ratio:16/9;width:100%}.businessModellBlock .grid .rightSide .button{margin-top:24px}
.formBlock{background-color:#f5f1e8;align-items:center;gap:100px;padding:110px;display:flex}.formBlock .leftSite{width:50%}.formBlock .leftSite img{object-fit:cover;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;width:100%;height:100%}.formBlock .text{max-width:50%}.formBlock .buttons{margin-top:40px}.formBlock .buttons button{cursor:pointer;font-family:inherit}
.modal-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:560px;max-height:90vh;padding:40px;animation:.25s slideUp;position:relative;overflow-y:auto}.modal-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;padding:8px;font-size:20px;line-height:1;transition:background-color .15s;position:absolute;top:16px;right:16px}.modal-close:hover{color:#333;background-color:#f0f0f0}.modal-title{color:#1a1a2e;margin-bottom:24px;padding-right:32px;font-size:1.5rem;font-weight:700}.form-group{margin-bottom:20px}.form-label{color:#333;margin-bottom:6px;font-size:.875rem;font-weight:600;display:block}.form-label .form-required{color:#e30613;margin-left:2px}.form-input,.form-textarea,.form-select{color:#333;background:#fff;border:1.5px solid #ddd;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#aaa}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#1a1a2e;outline:none;box-shadow:0 0 0 3px #1a1a2e1a}.form-input.has-error,.form-textarea.has-error,.form-select.has-error{border-color:#e30613}.form-input.has-error:focus,.form-textarea.has-error:focus,.form-select.has-error:focus{box-shadow:0 0 0 3px #e306131a}.form-textarea{resize:vertical;min-height:120px}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.form-yesno{gap:12px;display:flex}.form-yesno__option{cursor:pointer;border:1.5px solid #ddd;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:500;transition:all .2s;display:flex}.form-yesno__option input[type=radio]{display:none}.form-yesno__option:hover{background:#f8f8f8;border-color:#1a1a2e}.form-yesno__option:has(input:checked){color:#fff;background:#1a1a2e;border-color:#1a1a2e}.form-yesno.has-error .form-yesno__option{border-color:#e30613}.form-checkbox{cursor:pointer;align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.5;display:flex}.form-checkbox input[type=checkbox]{accent-color:#1a1a2e;cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-top:2px}.form-checkbox__text{color:#555}.form-checkbox__text a{color:#1a1a2e;text-decoration:underline}.form-checkbox__text a:hover{color:#e30613}.form-checkbox.has-error input[type=checkbox]{outline-offset:2px;outline:2px solid #e30613}.form-error{color:#e30613;margin-top:4px;font-size:.8rem}.form-submit{width:100%;margin-top:28px}.form-submit-btn{color:#fff;cursor:pointer;background-color:#e30613;border:none;border-radius:99px;justify-content:center;align-items:center;width:100%;padding:14px 32px;font-family:inherit;font-size:1.125rem;font-weight:500;transition:all .3s;display:flex}.form-submit-btn:hover:not(:disabled){background-color:#cd0039;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.form-submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-success{text-align:center;padding:20px 0}.form-success__icon{color:#2e7d32;background:#e8f5e9;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:28px;display:flex}.form-success__message{color:#333;margin-bottom:24px;font-size:1.1rem;line-height:1.6}.form-submit-error{color:#991b1b;background:#fef2f2;border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:.875rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-overlay{align-items:flex-end;padding:12px}.modal-content{border-radius:20px 20px 0 0;max-height:85vh;padding:24px}}
.productBlock{flex-direction:column;gap:100px;padding:110px;display:flex}.productBlock .textMarkdown{text-align:center;max-width:900px;margin:0 auto}.productBlock .grid{grid-column-gap:40px;grid-row-gap:20px;grid-template-columns:1fr 1fr 1fr;display:grid}.productBlock .grid a{-ms-border-radius:20px;-o-border-radius:20px;color:#e30613;border:1px solid #e30613;border-radius:20px;padding:30px;font-size:18px;font-weight:400;transition:all .5s ease-in-out}.productBlock .grid a h3{text-align:center}.productBlock .grid a img{max-width:100%}.productBlock .grid a:hover{color:#fff;background-color:#e30613}.productBlock .bottomText{text-align:center}.productBlock .bottomText h3{margin-bottom:16px}.productBlock .bottomText a{margin-top:16px}
