:root{--content-width:80rem;--column-count:1;--body-padding:3rem;box-sizing:border-box}:root h1,:root h2,:root h3,:root h4,:root h5,:root h6,:root ol,:root p,:root ul{margin:unset;padding:unset}:root *{line-height:1.3;box-sizing:inherit}:root form fieldset{all:unset}:root ol,:root ul{margin-left:3rem}:root h1,:root h2,:root h3,:root h4,:root h5,:root h6{font-family:var(--headings-font);font-weight:600;color:rgb(var(--dark-color))}:root a,:root div,:root p{font-family:var(--body-font);font-weight:300;color:rgb(var(--dark-color))}:root .columns{display:grid;justify-content:space-between;grid-gap:var(--body-padding);gap:var(--body-padding);grid-template-columns:var(--mobile-columns)}:root .wrapper{padding-inline:var(--body-padding);max-width:var(--content-width);margin-inline:auto}:root .light,:root .light *{color:rgb(var(--light-color))}:root .light p{color:rgba(var(--light-color),.6)}:root .left,:root .left>*{text-align:left}:root .centered,:root .centered>*{text-align:center}:root .right,:root .right>*{text-align:right}@media(min-width:741px){:root{--content-width:110rem;--column-count:2;--body-padding:8rem}}@media(min-width:1041px){:root{--content-width:188rem;--column-count:4;--body-padding:8rem}}:root{--primary-color:10,6,30;--secondary-color:90,100,130;--tertiary-color:90,34,100;--light-color:240,240,250;--dark-color:7,16,14;--headings-font:"URW DIN",sans-serif;--body-font:Arial,sans-serif;font-size:8px}body h1{font-size:8rem}body h2{font-size:6rem}body h3{font-size:5rem}body h4{font-size:4rem}body h5{font-size:3rem}body div,body h6,body p,body span{font-size:2rem}@media(min-width:741px){body h1{font-size:15rem}body h2{font-size:8rem}body h3{font-size:6rem}body h4{font-size:5rem}body h5{font-size:4rem}body h6{font-size:3rem}body div,body p,body span{font-size:2rem}}@media(min-width:1041px){body h1{font-size:15rem}body h2{font-size:8rem}body h3{font-size:6rem}body h4{font-size:5rem}body h5{font-size:4rem}body h6{font-size:3rem}body div,body p,body span{font-size:2rem}}::-webkit-scrollbar{width:1rem;z-index:99}::-webkit-scrollbar-thumb{background:rgb(var(--tertiary-color));background:linear-gradient(0deg,rgba(var(--tertiary-color),0),rgba(var(--tertiary-color),1),rgba(var(--tertiary-color),0));border-radius:1rem;z-index:99}::-webkit-scrollbar-track{background:rgba(var(--dark-color),1);z-index:99}html{scroll-behavior:smooth;box-sizing:border-box;color:rgb(var(--light-color))}html body{margin:unset}html body main .span2{grid-column:span 2}html body main .scrollfix{padding-bottom:110vh}html body main header{position:fixed;top:0;left:0;width:100vw;height:auto;z-index:99;overflow-x:clip}html body main header .head-content{padding:calc(var(--body-padding)/2) var(--body-padding);display:grid;justify-content:space-between;grid-template-areas:"logo nav";grid-gap:var(--body-padding);gap:var(--body-padding);width:100%}html body main header .head-content nav.primary{visibility:visible;opacity:1;grid-area:nav}html body main header .head-content #back-to-top{position:fixed;right:calc(var(--body-padding)/3);bottom:calc(var(--body-padding)/3);color:rgb(var(--light-color));transform:translate(300%,300%);background-color:rgb(var(--tertiary-color));width:6rem;height:6rem;border-radius:50%;opacity:0;visibility:hidden;pointer-events:all;z-index:99}html body main header .head-content #back-to-top:after,html body main header .head-content #back-to-top:before{content:"";display:block;position:absolute;top:calc(50% - .5rem);height:1rem;width:calc(75% - 2rem);border-radius:1rem;background-color:rgb(var(--light-color))}html body main header .head-content #back-to-top:before{transform:rotate(-45deg);left:1.2rem}html body main header .head-content #back-to-top:after{transform:rotate(45deg);right:1.2rem}html body main header .head-content *{transition:all .3s}html body main header.inactive{pointer-events:none}html body main header.inactive .head-content #logo-wrapper{transform:translateX(-200%);opacity:0;visibility:hidden}html body main header.inactive .head-content nav.primary{transform:translateX(200%);opacity:0;visibility:hidden}html body main header.inactive .head-content #back-to-top{transform:translate(0);opacity:1;visibility:visible}html body main .hero{position:fixed;top:0;width:100%;z-index:-1}html body main .hero .carousel-image img{-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:saturate(0)}html body main .contact-section,html body main .home-section,html body main .photography-section,html body main .project-section,html body main .terms-section{overflow-x:clip;background-color:rgba(var(--primary-color),1)}html body main .contact-section .wrapper,html body main .home-section .wrapper,html body main .photography-section .wrapper,html body main .project-section .wrapper,html body main .terms-section .wrapper{position:relative;padding-bottom:8rem}html body main .contact-section .wrapper:before,html body main .home-section .wrapper:before,html body main .photography-section .wrapper:before,html body main .project-section .wrapper:before,html body main .terms-section .wrapper:before{content:"";position:absolute;left:calc(50% - 175rem);top:-30rem;width:350rem;height:60rem;background-color:rgb(var(--primary-color));border-radius:50%;box-shadow:inset 0 0 10rem rgb(var(--tertiary-color));z-index:-1}html body main .contact-section .wrapper .profile-image,html body main .home-section .wrapper .profile-image,html body main .photography-section .wrapper .profile-image,html body main .project-section .wrapper .profile-image,html body main .terms-section .wrapper .profile-image{border-radius:4rem}html body main .project-section .columns.project{padding:8rem;border:2px solid rgba(var(--light-color),.2);border-radius:2rem;background:rgb(var(--dark-color))}html body main .project-section .columns.project .project-header{display:flex;gap:8rem;align-items:center}html body main .project-section .columns.project .project-image{position:relative;transition:all .3s ease}html body main .project-section .columns.project .project-image:before{content:"";position:absolute;inset:0;background:radial-gradient(closest-side,rgba(var(--light-color),1),rgba(var(--light-color),0));opacity:0;z-index:-1;transition:all .3s ease}html body main .project-section .columns.project .project-image:hover{transform:scale(1.2)}html body main .project-section .columns.project .project-image:hover:before{opacity:1}html body main .project-section .columns .project-groups{display:flex;flex-direction:column;gap:4rem;text-align:left;background:radial-gradient(closest-side,rgba(var(--tertiary-color),1),rgba(var(--light-color),0))}html body main .project-section .columns .project-groups .seemore{text-decoration:none}html body main .project-section .columns .project-groups .seemore h3{color:#fff;display:flex;align-items:center;justify-content:flex-start;gap:4rem}html body main .project-section .columns .project-groups .seemore h3:after{content:"";height:2rem;width:2rem;border-width:.5rem;border-left:0 solid rgb(var(--light-color));border-bottom:.5rem solid rgb(var(--light-color));border-right:.5rem solid rgb(var(--light-color));border-top:0 solid rgb(var(--light-color));transform:rotate(-45deg);transition:.3s ease}html body main .project-section .columns .project-groups .seemore h3:hover:after{transform:translateX(2rem) rotate(-45deg)}html body main .project-section .columns .project-groups .seemore:after{content:"";display:block;margin-top:2rem;width:20rem;height:.5rem;background-color:rgb(var(--light-color))}html body main .project-section .columns .project-groups .project-list{padding:4rem;border:2px solid rgba(var(--light-color),.2);border-radius:2rem;background:rgb(var(--dark-color));height:100%}html body main .project-section .columns .project-groups .project-list .image-focus{transition:all .3s ease}html body main .project-section .columns .project-groups .project-list:hover .image-focus{transform:scale(1.1)}html body main .project-section .columns .project-groups.logos img:not(.iswhite){filter:brightness(0) invert(1);transition:.3s ease}html body main .project-section .columns .project-groups.logos img:not(.iswhite):hover{filter:brightness(1) invert(0)}html body main .project-section .columns .project-groups.logos img.span2{grid-column:span 2}html body main .project-section .project-buttons{display:flex;justify-content:start;gap:1rem}html body main .photography-section .gallery{min-height:100vh;gap:3rem}html body main .photography-section .gallery a.gallery-image{aspect-ratio:4/3;display:block;position:relative;overflow:hidden}html body main .photography-section .gallery a.gallery-image:after{content:"";pointer-events:none;position:absolute;inset:0;background-color:rgba(var(--dark-color),.3);transition:all .3s ease}html body main .photography-section .gallery a.gallery-image:hover:after{background-color:rgba(var(--dark-color),0)}html body main .photography-section .gallery a.gallery-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}html body main .photography-section .gallery a.gallery-image .image-overlay{position:absolute;inset:0;background-position:50%;background-size:cover;filter:blur(8px);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);transition:opacity .5s ease-out;opacity:0}html body main .photography-section .gallery a.gallery-image.loading .image-overlay{opacity:1}html body main .contact-section h3,html body main .contact-section h4,html body main .contact-section h5{color:rgb(var(--light-color))}html body main .contact-section a,html body main .contact-section p{color:rgba(var(--light-color),.6);text-decoration:none}html body main .contact-section .columns .form-block{background-color:rgba(var(--dark-color),1);border:2px solid rgba(var(--light-color),.2);border-radius:2rem;padding:4rem;text-align:left}html body main .contact-section .columns .form-block form{display:grid;margin:auto;max-width:120rem;grid-template-columns:1fr;grid-gap:calc(var(--body-padding)/2);gap:calc(var(--body-padding)/2)}html body main .contact-section .columns .form-block form div{width:100%}html body main .contact-section .columns .form-block form div input:not([type=file]),html body main .contact-section .columns .form-block form div textarea{all:unset;box-sizing:inherit;width:100%;padding:2rem;color:rgb(var(--light-color));text-align:left;border-bottom:.25rem solid rgba(var(--light-color),.5)}html body main .contact-section .columns .form-block form div input:not([type=file])::placeholder,html body main .contact-section .columns .form-block form div textarea::placeholder{color:rgba(var(--light-color),.5)}html body main .contact-section .columns .form-block form div.fileButtonWrapper{display:flex;flex-wrap:wrap;color:rgb(var(--light-color));gap:2rem;align-items:center}html body main .contact-section .columns .form-block form div.fileButtonWrapper label{min-width:200px}html body main .contact-section .columns .form-block form div.fileButtonWrapper input :active,html body main .contact-section .columns .form-block form div.fileButtonWrapper input:focus{display:none}html body main .contact-section .columns .form-block form div.fileButtonWrapper input::-webkit-file-upload-button{display:none}html body main .contact-section .columns .form-block form div.fileButtonWrapper input::file-selector-button{display:none}html body main .contact-section .columns .form-block form div.fileButtonWrapper input#fileUpload{flex:1 1}html body main .contact-section .columns .form-block form div.fileButtonWrapper i{flex-basis:100%;font-size:1.5rem;color:rgb(var(--light-color))}html body main .contact-section .columns .form-block form .fillForm{grid-column:span 1}html body main .contact-section .columns .form-block form .fillForm .button{width:100%}html body main .contact-section .columns .details-block{padding:4rem;text-align:left}html body main .contact-section .columns .details-block .columns.contact-methods .columns{align-items:center;text-align:center}html body main .contact-section .columns .details-block .columns div{display:flex;flex-direction:column;justify-content:center;gap:1rem}html body main .contact-section .columns .details-block .columns div h4{font-size:3rem}html body main .contact-section .columns .social-media{margin-top:4rem;padding-top:3rem;border-top:.25rem solid rgba(var(--light-color),.6)}html body main .contact-section .columns .icon-wrapper{background-color:rgb(var(--tertiary-color));width:8rem;height:8rem;border-radius:8rem;padding:1.5rem}html body main .contact-section .columns .icon-wrapper img{filter:brightness(0) invert(1);width:100%;height:100%}html body main .terms-section .terms{max-width:150rem;margin:auto;display:flex;flex-direction:column}html body main .terms-section .terms h3{margin-top:3rem;margin-bottom:2rem}html body main .terms-section .terms li,html body main .terms-section .terms p{margin-bottom:1rem}html body main #overview-experience{grid-row:span 2}html body main .overview-section{background-color:rgb(var(--primary-color));position:relative;z-index:2;padding-bottom:8rem}html body main .overview-section .overview-skills,html body main .overview-section .timeline{background:radial-gradient(closest-side,rgba(var(--tertiary-color),1),rgba(var(--light-color),0))}html body main .overview-section .overview-skills{display:flex;flex-direction:column;gap:2rem}html body main .overview-section .overview-skills>.columns{gap:8rem}html body main .overview-section .overview-skills>.columns>div{display:flex;flex-direction:column;gap:2rem}html body main .overview-section .overview-skills>.columns>div>div{font-weight:600}html body main .overview-section .overview-skills>.columns .columns{gap:4rem}@media(min-width:741px){:root .contact-section form{grid-template-columns:1fr 1fr}:root .contact-section form div.fileButtonWrapper,:root .contact-section form div.message{grid-column:span 2}}@media(min-width:1041px){:root .columns{grid-template-columns:var(--desktop-columns)}:root .overview-section .wrapper>.columns,:root .project-section .wrapper>.columns{gap:12rem}:root .project-section{padding-block:8rem}:root .contact-section .details-block .columns.contact-methods .columns{align-items:start!important;text-align:left!important}}header nav *{transition:unset}header .head-content{align-items:center}header .head-content nav li,header .head-content nav ul{list-style:none;margin-left:unset;display:flex;flex-direction:column;width:100%}header .head-content nav li .chevron,header .head-content nav ul .chevron{display:block;width:1.25rem;height:1.25rem;border-top:2px solid rgb(var(--light-color));border-right:2px solid rgb(var(--light-color));transform:rotate(45deg);transform-origin:50% 25%}header .head-content nav>ul{visibility:hidden;opacity:0;position:fixed;height:100vh;padding-top:18rem;top:0;right:-100%;width:50%;max-width:40rem;background-color:rgba(var(--primary-color),.95);box-shadow:0 0 16px 16px rgba(var(--primary-color),.5);z-index:2}header .head-content nav>ul li{flex-direction:row;flex-wrap:wrap;align-items:center}header .head-content nav>ul li:hover{background-color:rgba(var(--secondary-color),1)}header .head-content nav>ul li ul{flex-basis:100%}header .head-content nav>ul li label{width:100%}header .head-content nav>ul li label a,header .head-content nav>ul li label div{display:flex;justify-content:space-between;cursor:pointer}header .head-content nav>ul li a,header .head-content nav>ul li div{text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;align-items:center;padding-block:1.5rem;padding-inline:4rem;color:rgba(var(--light-color),1);border-bottom:1px solid rgba(var(--light-color),.5)}header .head-content nav>ul:first-child a,header .head-content nav>ul:first-child div{border-top:1px solid rgba(var(--light-color),.5)}header .head-content nav>ul .parent ul{visibility:hidden;opacity:0;height:0;border-bottom:unset;transition:all .3s ease;background-color:rgba(var(--light-color),.5)}header .head-content nav>ul .parent ul>li{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:2rem;width:100%}header .head-content nav>ul .parent ul>li a,header .head-content nav>ul .parent ul>li div{border-bottom:unset}header .head-content nav>ul .parent input:checked~ul{height:auto;visibility:visible;opacity:1}header .head-content nav>ul .parent input:checked~label div span{transform:rotate(135deg)}header .head-content nav input{display:none}header .head-content nav input:checked~ul{visibility:visible;opacity:1;right:0}header .head-content nav input:checked~.mobile-nav-close{opacity:1;pointer-events:auto;left:0}header .head-content nav .mobile-nav-icon{position:relative;z-index:3}header .head-content nav .mobile-nav-icon:hover{cursor:pointer}header .head-content nav .mobile-nav-close{position:fixed;inset:0;opacity:0;pointer-events:none;background-color:rgba(var(--primary-color),.4);z-index:1;left:100%;transition:all .6s ease;cursor:pointer}header .head-content nav.primary{height:max-content}header .head-content nav.primary .mobile-nav-icon .menuIcon{display:block;width:3rem;height:3rem;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;gap:calc(33% - 2px)}header .head-content nav.primary .mobile-nav-icon .menuIcon:after,header .head-content nav.primary .mobile-nav-icon .menuIcon:before{content:"";box-sizing:inherit;display:block;height:33%;border-block:1px solid rgb(var(--light-color));transition:transform .3s ease}header .head-content nav.primary .mobile-nav-icon .menuIcon:before{transform-origin:25% 100%}header .head-content nav.primary .mobile-nav-icon .menuIcon:after{transform-origin:25% 0}header .head-content nav.primary input#menu-toggle:checked~.mobile-nav-icon .menuIcon:after,header .head-content nav.primary input#menu-toggle:checked~.mobile-nav-icon .menuIcon:before{height:0;border-block:2px solid rgb(var(--light-color));border-radius:2px}header .head-content nav.primary input#menu-toggle:checked~.mobile-nav-icon .menuIcon:before{transform:rotate(45deg)}header .head-content nav.primary input#menu-toggle:checked~.mobile-nav-icon .menuIcon:after{transform:rotate(-45deg)}footer nav.footer li,footer nav.footer ul{list-style:none;margin-left:unset;display:flex}footer nav.footer ul{gap:2rem;margin:unset}footer nav.footer ul li a,footer nav.footer ul li div{text-decoration:none}@media(min-width:1041px){header .head-content{align-items:center}header .head-content nav{width:max-content}header .head-content nav li,header .head-content nav ul{flex-direction:row;width:100%}header .head-content nav>ul{box-shadow:unset;max-width:max-content}header .head-content nav>ul>li:hover{background-color:rgba(var(--secondary-color),0)}header .head-content nav>ul>li:hover>a,header .head-content nav>ul>li:hover>div,header .head-content nav>ul>li:hover>label a,header .head-content nav>ul>li:hover>label div{color:rgba(var(--light-color),.7)}header .head-content nav ul{position:static;padding:unset;height:max-content;visibility:visible;opacity:1;background-color:unset}header .head-content nav ul li{min-width:unset;position:relative}header .head-content nav ul li label{pointer-events:none}header .head-content nav ul li a,header .head-content nav ul li div,header .head-content nav ul li:first-child a{border:unset;min-width:unset;width:100%}header .head-content nav ul li.parent ul{position:absolute;visibility:hidden;pointer-events:none;opacity:0;display:flex;flex-direction:column;top:100%;left:0;align-items:flex-start;width:max-content;height:max-content}header .head-content nav ul li.parent>label div{align-items:center;gap:2rem;padding-right:1.5rem}header .head-content nav ul li:hover label span{transform:rotate(135deg)}header .head-content nav ul li:hover ul{visibility:visible;opacity:1;pointer-events:all}header .head-content .mobile-nav-icon{display:none}}.button{width:140px;height:40px;border:none;border-radius:10px;background:linear-gradient(to right,rgb(var(--buttoncolorlowlight)),rgb(var(--buttoncolorhighlight)),rgb(var(--buttoncolorlowlight)),rgb(var(--buttoncolorhighlight)),rgb(var(--buttoncolorlowlight)),rgb(var(--buttoncolorhighlight)));background-size:250%;background-position:0;color:rgb(var(--buttoncolorhighlight));position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;text-align:center}.button,.button:hover{transition-duration:1s}.button:hover{background-position:100%}.button:before{position:absolute;content:"";display:flex;align-items:center;justify-content:center;width:calc(100% - 4px);height:calc(100% - 4px);border-radius:8px;transition-duration:1s;background-color:rgba(var(--primarycolor),.8);background-size:200%}.button .buttonText{position:absolute;font-family:ff-scala-sans-pro,sans-serif;color:rgb(var(--buttoncolorhighlight));font-size:2rem}:root{--primarycolor:7,7,7;--secondarycolor:35,35,35;--highlightcolor1:115,79,150;--buttoncolorhighlight:168,168,168;--buttoncolorlowlight:100,100,100}@media screen and (min-width:960px){:root{--file-columns:1fr 2fr;--maxfile-span:span 2}}body .highlight{position:relative;text-transform:uppercase;font-weight:600}body .highlight:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,rgba(var(--highlightcolor1),0),rgba(var(--highlightcolor1),1),rgba(var(--highlightcolor1),0))}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:100 700;font-display:block;src:url(/_next/static/media/material-symbols-outlined.ccd3c1f3.woff2) format("woff2")}.material-symbols-outlined{font-family:Material Symbols Outlined;font-feature-settings:"liga"}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-weight:100 700;font-display:block;src:url(/_next/static/media/material-symbols-rounded.d72be48b.woff2) format("woff2")}.material-symbols-outlined,.material-symbols-rounded{font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.material-symbols-rounded{font-family:Material Symbols Rounded;font-feature-settings:"liga"}@font-face{font-family:Material Symbols Sharp;font-style:normal;font-weight:100 700;font-display:block;src:url(/_next/static/media/material-symbols-sharp.a1ffd717.woff2) format("woff2")}.material-symbols-sharp{font-family:Material Symbols Sharp;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-Medium.784f3f04.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-MediumItalic.55d80525.woff2) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-Regular.2b69d741.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-LightItalic.6a5270da.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-MediumItalic.e6074a7b.woff2) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-XLight.0a0e1f6a.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-XLightItalic.33f55d21.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-Italic.e119a261.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-LightItalic.1e13916b.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-LightItalic.dd058ef4.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-ThinItalic.0c7def4d.woff2) format("woff2");font-weight:100;font-style:italic}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-Thin.0db930a0.woff2) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-BlackItalic.b3afa636.woff2) format("woff2");font-weight:900;font-style:italic}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-BlackItalic.9b745ec9.woff2) format("woff2");font-weight:900;font-style:italic}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-Black.14a0e465.woff2) format("woff2");font-weight:900;font-style:normal}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-Black.117551ea.woff2) format("woff2");font-weight:900;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-Regular.5b6b6ed7.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-Bold.8afe2e37.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-Bold.9706abf3.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-ThinItalic.e15b81be.woff2) format("woff2");font-weight:100;font-style:italic}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-Thin.2dd05b17.woff2) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-BoldItalic.96869a1c.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-Regular.74adbb36.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-DemiItalic.95575e68.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-XLightItalic.4c56800e.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-Demi.e045c954.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-Bold.86fbbb89.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-XLight.3ac77dd8.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-Black.57faea67.woff2) format("woff2");font-weight:900;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-Medium.9af8123b.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-Italic.665773a1.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-Light.184c097c.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-XLightItalic.b241e6a6.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-Thin.5c4b0ae8.woff2) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-BoldItalic.8540fcf1.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-Demi.8154f381.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-BlackItalic.506f3719.woff2) format("woff2");font-weight:900;font-style:italic}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-Light.53a4c63d.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-XLight.e3e49dfc.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-ThinItalic.74b8ac70.woff2) format("woff2");font-weight:100;font-style:italic}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-Demi.b0c4547b.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-MediumItalic.939fecb3.woff2) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:URW DIN SemiCond;src:url(/_next/static/media/URWDINSemiCond-BoldItalic.72b7c31b.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-Medium.a7ce011c.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-Light.47b7efca.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:URW DIN;src:url(/_next/static/media/URWDIN-DemiItalic.db38622c.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-Italic.483a8817.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:URW DIN Cond;src:url(/_next/static/media/URWDINCond-DemiItalic.785d5081.woff2) format("woff2");font-weight:400;font-style:italic}