@charset "UTF-8";
.container { position: relative; width: 100%; max-width: 1400px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

.container--large { max-width: 1440px; }

.headline-underscore { display: block; }

.headline-underscore--center { width: 100%; height: 4px; margin: 20px auto; background: #6ccad0; background: radial-gradient(ellipse at center, #6ccad0 0%, #6ccad0 30%, rgba(108, 202, 208, 0) 70%); }

.headline-underscore--left { width: 100%; height: 4px; margin: 20px auto; background: #6ccad0; background: radial-gradient(ellipse at left, #6ccad0 0%, #6ccad0 30%, rgba(108, 202, 208, 0) 70%); }

*, *:before, *:after { box-sizing: border-box; -moz-osx-font-smoothing: grayscale; }

*:focus { outline: none; }

body { margin: 0; padding: 0; font-family: "industry", sans-serif; font-size: 15px; background-color: #000000; background-image: url(../img/bkgd-pattern.jpg); background-position: top left; background-repeat: repeat; background-size: 250px 250px; }

h1, h2, h3, h4, h5 { margin: 0; color: #ffffff; font-family: "solano-gothic-pro-mvb", sans-serif; text-transform: uppercase; }

h1 { font-size: 120px; }

@media all and (min-width: 1024px) { h1 { font-size: 140px; } }

h2 { font-size: 50px; }

@media all and (min-width: 1024px) { h2 { font-size: 80px; } }

h3 { font-size: 30px; }

@media all and (min-width: 1024px) { h3 { font-size: 66px; } }

p { margin: 0; color: #ffffff; line-height: 170%; }

a { text-decoration: none; }

.button { padding: 8px 25px; color: #ffffff; font-family: "solano-gothic-pro-mvb", sans-serif; font-size: 18px; text-decoration: none; text-transform: uppercase; background-color: #F37121; border: none; border-radius: 20px; cursor: pointer; transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out, 0.3s box-shadow ease-in-out; }

.button:hover, .button:focus { color: #F37121; background-color: #000000; }

.button--text { background-color: transparent; }

.button--text:hover, .button--text:focus { color: #000000; background-color: #F37121; }

.button--white { color: #F37121; background-color: #ffffff; }

.button--white:hover, .button--white:focus { color: #000000; background-color: #F37121; }

.site-header { position: fixed; width: 100%; top: 0; left: 0; background-image: linear-gradient(to bottom, #000000 0%, #000000 30%, rgba(0, 0, 0, 0) 100%); z-index: 5; }

.site-header__container { display: flex; position: relative; flex-direction: row; align-items: center; justify-content: space-between; padding-top: 15px; padding-bottom: 15px; }

@media all and (min-width: 1024px) { .site-header__container { justify-content: flex-start; padding-top: 20px; padding-bottom: 20px; } }

.site-header__logo-wrap { margin-right: 30px; }

.site-header__logo { display: block; }

/** Site Nav */
.site-header-nav { display: none; position: relative; background: none; width: 100%; }

@media all and (min-width: 1024px) { .site-header-nav { display: block; } }

.site-header-nav__items { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; width: auto; height: auto; padding: 0; list-style: none; }

.site-header-nav__item + .site-header-nav__item { margin-top: 0; margin-left: 10px; }

.site-header-nav__language { position: absolute; top: 10px; right: 15px; text-align: right; background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(243, 113, 33, 0); padding: 5px 10px; visibility: hidden; transition: background-color 300ms, border 300ms; }

.site-header-nav__language.active { visibility: visible; background-color: black; border-color: #f37121; }

.site-header-nav__language button { visibility: visible; font-family: "solano-gothic-pro-mvb", sans-serif; text-transform: uppercase; font-size: 18px; background-color: rgba(0, 0, 0, 0); color: white; border: 0; cursor: pointer; }

.site-header-nav__language button:before { position: relative; content: '•'; color: #F37121; font-size: 45px; line-height: 0; top: 6px; right: 5px; margin-left: 4px; }

.site-header-nav__language button:after { position: relative; top: -5px; left: 4px; content: ''; display: inline-block; width: 7px; height: 7px; border-right: 0.125em solid #F37121; border-top: 0.125em solid #F37121; transform: rotate(135deg); margin: 0 4px; transition: transform 150ms, top 150ms; }

.site-header-nav__language button.active:after { transform: rotate(-45deg); top: -2px; }

.site-header-nav__language ul { position: relative; list-style-type: none; visibility: hidden; opacity: 0; transition: visibility 300ms, opacity 300ms; margin-top: 15px; right: 22px; }

.site-header-nav__language ul.active { visibility: visible; opacity: 1; }

.site-header-nav__language ul li { margin: 5px auto; }

.site-header-nav__language ul li a { font-family: "solano-gothic-pro-mvb", sans-serif; color: white; }

.site-header-nav__language ul li.active { margin-right: -9px; }

.site-header-nav__language ul li.active :after { position: relative; content: ' •'; color: #F37121; left: 7px; }

/** Site Mobile Nav */
.site-header-mobile-nav-trigger { display: flex; position: relative; flex-direction: column; align-items: center; justify-content: space-between; width: 37px; height: 37px; padding: 10px 5px; background: #ffffff; border: none; border-radius: 50%; cursor: pointer; transition: 0.3s background ease-in-out; }

@media all and (min-width: 1024px) { .site-header-mobile-nav-trigger { display: none; } }

.site-header-mobile-nav-trigger:hover, .site-header-mobile-nav-trigger:focus { background: #F37121; }

.site-header-mobile-nav-trigger:hover .site-header-mobile-nav-trigger__line, .site-header-mobile-nav-trigger:focus .site-header-mobile-nav-trigger__line { background: #ffffff; }

.site-header-mobile-nav-trigger__line { width: 16px; height: 3px; background: #F37121; border-radius: 5px; transition: 0.3s background ease-in-out; }

.site-header-mobile-nav-trigger__line--middle { width: 20px; }

.site-header-mobile-nav { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #000000; opacity: 0; visibility: hidden; }

@media all and (min-width: 1024px) { .site-header-mobile-nav { display: none; } }

.site-header-mobile-nav__items { display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 0; list-style: none; }

.site-header-mobile-nav__item + .site-header-mobile-nav__item { margin-top: 30px; }

.site-header-mobile-nav__flag { margin-top: 30px; }

.site-header-mobile-nav__flag img { height: 38px; }

.site-header-mobile-nav__link.button--text { box-shadow: 0 0 0 1px #F37121; }

.site-header-mobile-nav__link.button--text:hover { box-shadow: 0 0 0 1px rgba(243, 113, 33, 0); }

.site-footer { position: relative; color: #ffffff; font-size: 14px; background: #000000; z-index: 2; }

.site-footer__container { padding-top: 60px; padding-bottom: 60px; }

@media all and (min-width: 1024px) { .site-footer__container { padding-top: 90px; padding-bottom: 90px; } }

.site-footer__logo { display: inline-block; margin-bottom: 30px; }

.site-footer__legal { margin-bottom: 30px; }

.site-footer__social { margin-bottom: 30px; }

.site-footer__social-icon + .site-footer__social-icon { margin-left: 10px; }

.site-footer__social-icon path { fill: #ffffff; transition: 0.3s all ease-in-out; }

.site-footer__social-icon path:hover, .site-footer__social-icon path:focus { fill: #F37121; }

.site-footer__copyright { position: relative; padding-top: 30px; text-align: center; }

.site-footer__copyright:before { content: ''; display: block; position: absolute; width: 100%; height: 1px; top: 0; left: 0; background: #cbcbcb; }

.site-footer__copyright p { color: #cbcbcb; }

.site-footer-nav { margin-bottom: 30px; }

.site-footer-nav__items { display: flex; flex-direction: column; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }

@media all and (min-width: 768px) { .site-footer-nav__items { flex-direction: row; } }

.site-footer-nav__item + .site-footer-nav__item { margin-top: 10px; }

@media all and (min-width: 768px) { .site-footer-nav__item + .site-footer-nav__item { margin-top: 0; margin-left: 10px; } }

.site-footer-nav__link { color: #ffffff; font-family: "solano-gothic-pro-mvb", sans-serif; font-size: 18px; transition: 0.3s; }

.site-footer-nav__link:hover, .site-footer-nav__link:focus { color: #F37121; }

.animated-features { position: relative; z-index: 2; }

.animated-features:before { content: ''; position: fixed; width: 100%; height: 100%; top: 0; left: 0; box-shadow: inset 0 0 90px 70px rgba(0, 0, 0, 0.8); z-index: 2; pointer-events: none; }

.additional-features { position: relative; background: white; z-index: 2; }

.feature { position: relative; overflow: hidden; z-index: 2; }

.feature--productivity .headline-underscore--center { display: block; }

@media all and (min-width: 1024px) { .feature--productivity .headline-underscore--center { display: none; } }

.feature--productivity .headline-underscore--left { display: none; }

@media all and (min-width: 1024px) { .feature--productivity .headline-underscore--left { display: block; } }

.feature--productivity .feature__container { padding-top: 0; }

.feature--productivity .feature__copy { max-width: 500px; padding: 0; text-align: center; background: none; }

@media all and (min-width: 1024px) { .feature--productivity .feature__copy { text-align: left; background: none; } }

.feature--diagnostics .feature__mobile-image:after { display: none; }

.feature--efficiency .feature__mobile-image:after { display: none; }

.feature--engineered .feature__mobile-image { max-width: 50%; }

.feature--engineered .feature__mobile-image:after { display: none; }

.feature--mobility .feature__mobile-image { max-width: 90%; }

.feature--mobility .feature__mobile-image:after { display: none; }

.feature__container { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 30px; padding-bottom: 50px; }

@media all and (min-width: 1024px) { .feature__container { flex-direction: row; align-items: center; justify-content: flex-end; min-height: 100vh; padding-top: 0; padding-bottom: 0; } }

.feature--intro .feature__container { justify-content: flex-start; min-height: 100vh; }

@media all and (min-width: 1024px) { .feature--left .feature__container { justify-content: flex-start; } }

@media all and (min-width: 1024px) { .feature--right .feature__container { justify-content: flex-end; } }

.feature__mobile-image { display: block; position: relative; flex: 0 1 auto; width: 100%; max-width: 500px; }

@media all and (min-width: 1024px) { .feature__mobile-image { display: none; } }

.feature__mobile-image img { display: block; max-width: 100%; margin: 0 auto; }

.feature__mobile-image:after { content: ''; display: block; position: absolute; width: 100%; height: 100px; top: 0; left: 50%; background-image: url(../img/blue-bar-center.png); background-position: center center; background-repeat: no-repeat; background-size: contain; transform: translate(-50%, -50%); }

.feature__copy { flex: 0 0 auto; width: 100%; max-width: 500px; padding: 20px; background: #000000; }

.feature__copy button { margin-top: 10px; }

@media all and (min-width: 1024px) { .feature__copy { flex: 0 0 40%; width: 40%; max-width: none; padding: 0; background: none; } }

.feature__headline { position: relative; line-height: 100%; }

.feature__description a { color: #F37121; font-weight: bold; text-decoration: underline; }

.feature__description a:hover { color: #ffffff; }

.feature__list { color: #ffffff; }

.feature__list li { margin-bottom: 10px; list-style: none; }

.feature__list li::before { content: ""; position: absolute; left: 20px; margin-top: 7px; width: 9px; height: 6px; background-color: #F37121; transform: skewX(325deg); }

.feature__continue { position: absolute; width: auto; height: auto; pointer-events: none; z-index: 1; }

.feature__continue__button { display: flex; position: absolute; flex-direction: row; align-items: center; justify-content: center; bottom: 20px; left: 0; color: #F37121; font-family: "solano-gothic-pro-mvb", sans-serif; font-size: 16px; text-transform: uppercase; pointer-events: auto; transform: rotate(90deg) translateX(-50%) translateY(100%); transform-origin: 50% 50%; }

@media all and (min-width: 1024px) { .feature__continue__button { font-size: 21px; } }

.feature__continue__button__line { width: 25px; height: 3px; background: #F37121; transform-origin: 0% 50%; transition: 0.3s all ease-in-out; pointer-events: none; }

.feature__continue__button__text { padding-right: 10px; padding-left: 10px; line-height: 0; pointer-events: none; transition: 0.3s all ease-in-out; }

.feature__continue__button__arrow { transform: rotate(-90deg) translate(-53%, 50%); transform-origin: 0% 50%; transition: 0.3s all ease-in-out; }

.feature__continue__button:hover .feature__continue__button__line, .feature__continue__button:focus .feature__continue__button__line { transform: scaleX(1.2); }

.feature__continue__button:hover .feature__continue__button__text, .feature__continue__button:focus .feature__continue__button__text { transform: translateX(5px); }

.feature__continue__button:hover .feature__continue__button__arrow, .feature__continue__button:focus .feature__continue__button__arrow { transform: rotate(-90deg) translate(-53%, 75%) scaleY(1.2); }

.feature--right .feature__continue { right: 30px; bottom: -10px; }

@media all and (min-width: 1024px) { .feature--right .feature__continue { right: 0; bottom: 0; } }

.feature--right .feature__continue__button { transform: translateX(-100%); }

@media all and (min-width: 1024px) { .feature--right .feature__continue__button { transform: rotate(90deg) translateX(-50%) translateY(300%); } }

.feature--left .feature__continue { right: 30px; bottom: -10px; }

@media all and (min-width: 1024px) { .feature--left .feature__continue { right: auto; bottom: 0; left: 0; } }

.feature--left .feature__continue__button { transform: translateX(-100%); }

@media all and (min-width: 1024px) { .feature--left .feature__continue__button { transform: rotate(90deg) translateX(-50%) translateY(100%); } }

.specialty-intro { width: auto; margin: 0 auto; padding-top: 100px; color: #cbcbcb; text-align: center; text-transform: uppercase; }

@media all and (min-width: 1024px) { .specialty-intro { margin: 0; padding-top: 0; } }

.specialty-intro__secondary-copy { display: block; max-width: 500px; padding: 30px 0; text-align: center; }

@media all and (min-width: 1024px) { .specialty-intro__secondary-copy { display: none; } }

.specialty-intro__explore { position: absolute; width: 100%; height: 100vh; top: 0; left: 0; pointer-events: none; }

.specialty-intro__explore__button { display: flex; position: absolute; flex-direction: row; align-items: center; justify-content: center; bottom: 20px; left: 0; color: #F37121; font-family: "solano-gothic-pro-mvb", sans-serif; font-size: 16px; text-transform: uppercase; pointer-events: auto; transform: rotate(90deg) translateX(-50%) translateY(100%); transform-origin: 50% 50%; }

@media all and (min-width: 1024px) { .specialty-intro__explore__button { font-size: 21px; } }

.specialty-intro__explore__button__line { width: 25px; height: 3px; background: #F37121; transform-origin: 0% 50%; transition: 0.3s all ease-in-out; pointer-events: none; }

.specialty-intro__explore__button__text { padding-right: 10px; padding-left: 10px; line-height: 0; pointer-events: none; transition: 0.3s all ease-in-out; }

.specialty-intro__explore__button__arrow { transform: rotate(-90deg) translate(-53%, 50%); transform-origin: 0% 50%; transition: 0.3s all ease-in-out; }

.specialty-intro__explore__button:hover .specialty-intro__explore__button__line, .specialty-intro__explore__button:focus .specialty-intro__explore__button__line { transform: scaleX(1.2); }

.specialty-intro__explore__button:hover .specialty-intro__explore__button__text, .specialty-intro__explore__button:focus .specialty-intro__explore__button__text { transform: translateX(5px); }

.specialty-intro__explore__button:hover .specialty-intro__explore__button__arrow, .specialty-intro__explore__button:focus .specialty-intro__explore__button__arrow { transform: rotate(-90deg) translate(-53%, 75%) scaleY(1.2); }

.specialty-intro__headline { position: relative; color: #cbcbcb; font-weight: normal; }

.specialty-intro__headline__line--small { font-size: 1.25vw; letter-spacing: 1vw; font-family: "Michroma", sans-serif; line-height: 170%; }

@media (max-width: 880px) { .specialty-intro__headline__line--small { font-size: 11px; } }

@media (min-width: 1440px) { .specialty-intro__headline__line--small { font-size: 18px; } }

@media (max-width: 500px) { .specialty-intro__headline__line--small { letter-spacing: 5px; } }

@media (min-width: 1000px) { .specialty-intro__headline__line--small { letter-spacing: 10px; } }

.specialty-intro__headline__line--large { font-size: 8vw; letter-spacing: 1vw; margin-top: 1px; margin-bottom: 0; font-weight: bold; line-height: 90%; }

@media (max-width: 625px) { .specialty-intro__headline__line--large { font-size: 50px; } }

@media (min-width: 1437.5px) { .specialty-intro__headline__line--large { font-size: 115px; } }

@media (max-width: 1000px) { .specialty-intro__headline__line--large { letter-spacing: 10px; } }

@media (min-width: 1500px) { .specialty-intro__headline__line--large { letter-spacing: 15px; } }

.specialty-intro__headline svg { width: 100%; }

@media all and (min-width: 1024px) { .specialty-intro__headline svg { width: 530px; } }

.specialty-intro__subhead { color: #cbcbcb; font-weight: normal; }

.specialty-intro__subhead__line--small { font-size: 0.8vw; letter-spacing: 0.7vw; font-family: "Michroma", sans-serif; }

@media (max-width: 1375px) { .specialty-intro__subhead__line--small { font-size: 11px; } }

@media (min-width: 1500px) { .specialty-intro__subhead__line--small { font-size: 12px; } }

@media (max-width: 714.28571x) { .specialty-intro__subhead__line--small { letter-spacing: 5x; } }

@media (min-width: 1428.57143px) { .specialty-intro__subhead__line--small { letter-spacing: 10px; } }

.specialty-intro__subhead__line--large { font-size: 2.1vw; letter-spacing: 0.7vw; }

@media (max-width: 952.38095px) { .specialty-intro__subhead__line--large { font-size: 20px; } }

@media (min-width: 1428.57143px) { .specialty-intro__subhead__line--large { font-size: 30px; } }

@media (max-width: 714.28571x) { .specialty-intro__subhead__line--large { letter-spacing: 5x; } }

@media (min-width: 1428.57143px) { .specialty-intro__subhead__line--large { letter-spacing: 10px; } }

.specialty-intro__subhead__line strong { position: relative; color: #ffffff; text-shadow: 0 0 2px #ffffff; white-space: nowrap; z-index: 0; }

.specialty-intro__subhead__line strong:before { content: ''; position: absolute; width: 120%; height: 30%; top: 50%; left: 50%; background: #6ccad0; border-radius: 50%; z-index: -1; filter: blur(8px); transform: translate(-50%, -50%); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .specialty-intro__subhead__line strong:before { display: none; } }

.specialty-intro__mobile-image { width: 100%; padding-top: 50px; }

@media all and (min-width: 1024px) { .specialty-intro__mobile-image { display: none; } }

.specialty-intro__mobile-image img { display: block; width: auto; max-width: 100%; margin: 0 auto; }

@font-face { font-family: 'swiper-icons'; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff"); font-weight: 400; font-style: normal; }

:root { --swiper-theme-color: #007aff; }

.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; }

.swiper-container-vertical > .swiper-wrapper { flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper { flex-wrap: wrap; flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d { perspective: 1200px; }

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; /* For Firefox */ -ms-overflow-style: none; /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { -ms-scroll-snap-type: y mandatory; scroll-snap-type: y mandatory; }

:root { /* --swiper-pagination-color: var(--swiper-theme-color); */ }

.swiper-pagination { position: absolute; text-align: center; transition: 300ms opacity; transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: 0.2; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: var(--swiper-theme-color); background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-theme-color); background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-white { --swiper-pagination-color: #ffffff; }

.swiper-pagination-black { --swiper-pagination-color: #000000; }

.swiper-pagination-lock { display: none; }

/* Take base styling from "clean" skin and apply to custom JLG skin */
.glightbox-container { position: fixed; width: 100%; height: 100%; top: 0; left: 0; outline: none; overflow: hidden; overflow: hidden; z-index: 999999 !important; touch-action: none; -webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden; }

.glightbox-container.inactive { display: none; }

.glightbox-container .gcontainer { position: relative; width: 100%; height: 100%; overflow: hidden; z-index: 9999; }

.glightbox-container .gslider { display: flex !important; position: relative; align-items: center; justify-content: center; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden; transform: translate3d(0, 0, 0); transition: transform 0.4s ease; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-align: center; -ms-flex-align: center; }

.glightbox-container .gslide { display: flex; position: absolute; align-items: center; justify-content: center; width: 100%; opacity: 1; opacity: 0; -webkit-user-select: none; -ms-user-select: none; user-select: none; -webkit-box-align: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; }

/* top: 0; left: 0; right: 0; top: 50%; left: 50%; transform: translate(-50%, -50%); */
.glightbox-container .gslide.current { position: relative; opacity: 1; z-index: 99999; }

.glightbox-container .gslide.prev { opacity: 1; z-index: 9999; }

.glightbox-container .gslide-inner-content { width: 100%; }

.glightbox-container .ginner-container { display: flex; position: relative; flex-direction: column; justify-content: center; width: 100%; max-width: 100%; height: 100vh; margin: auto; -webkit-box-pack: center; -ms-flex-pack: center; }

.glightbox-container .ginner-container.gvideo-container { width: 100%; }

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top { flex-direction: column; }

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right { max-width: 100% !important; }

.gslide iframe, .gslide video { min-height: 165px; border: none; outline: none !important; -webkit-overflow-scrolling: touch; touch-action: auto; }

.gslide-image { align-items: center; }

.gslide-image img { display: block; float: none; width: auto; min-width: 200px; max-width: 100%; max-width: 100vw; height: auto; max-height: 100vh; margin: 0; margin: auto; padding: 0; border: none; outline: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; object-fit: cover; touch-action: none; }

.desc-top .gslide-image img, .desc-bottom .gslide-image img { width: auto; }

.desc-left .gslide-image img, .desc-right .gslide-image img { width: auto; max-width: 100%; }

.gslide-image img.zoomable { position: relative; }

.gslide-image img.dragging { cursor: grabbing !important; transition: none; }

.gslide-video { position: relative; width: 100%; width: 100vh; width: 100% !important; max-width: 100%; max-width: 100vh; }

.gslide-video .gvideo-wrapper { width: 100%; /* max-width: 160vmin; */ margin: auto; }

.gslide-video::before { content: ''; display: block; display: none; position: absolute; width: 100%; height: 100%; background: rgba(255, 0, 0, 0.34); }

.gslide-video.playing::before { display: none; }

.gslide-video.fullscreen { min-width: 100%; max-width: 100% !important; height: 75vh; }

.gslide-video.fullscreen video { width: 100% !important; max-width: 100% !important; }

.gslide-inline { max-width: 100%; max-height: calc(100vh - 40px); text-align: left; background: #fff; overflow: auto; }

.gslide-inline .ginlined-content { width: 100%; padding: 20px; }

.gslide-inline .dragging { cursor: grabbing !important; transition: none; }

.ginlined-content { display: block !important; opacity: 1; overflow: auto; }

.gslide-external { display: flex; width: 100%; min-width: 100%; height: 100%; max-height: 75vh; padding: 0; background: #fff; overflow: auto; }

.gslide-media { display: block; display: inline-flex; display: flex; width: auto; }

.zoomed .gslide-media { box-shadow: none !important; }

.desc-top .gslide-media, .desc-bottom .gslide-media { flex-direction: column; margin: 0 auto; }

.gslide-description { position: relative; flex: 1 0 100%; }

.gslide-description.description-left, .gslide-description.description-right { max-width: 100%; }

.gslide-description.description-bottom, .gslide-description.description-top { width: 100%; margin: 0 auto; }

.gslide-description p { margin-bottom: 12px; }

.gslide-description p:last-child { margin-bottom: 0; }

.zoomed .gslide-description { display: none; }

/* Description for mobiles something like facebook does the description for the photos */
.glightbox-mobile .glightbox-container .gslide-description { position: absolute; order: 2 !important; width: 100%; max-width: 100vw !important; height: auto !important; max-height: 78vh; bottom: 15px; padding: 19px 11px; padding-bottom: 50px; background: transparent; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); overflow: auto !important; transition: opacity 0.3s linear; -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; }

.glightbox-mobile .glightbox-container .gslide-title { color: #fff; font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc { color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a { color: #fff; font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * { color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string { color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more { color: #fff; opacity: 0.4; }

.gdesc-open .gslide-media { opacity: 0.4; transition: opacity 0.5s ease; }

.gdesc-open .gdesc-inner { padding-bottom: 30px; }

.gdesc-closed .gslide-media { opacity: 1; transition: opacity 0.5s ease; }

.greset { transition: all 0.3s ease; }

.gabsolute { position: absolute; }

.grelative { position: relative; }

.glightbox-desc { display: none !important; }

.glightbox-open { overflow: hidden; }

.gloader { display: block; position: absolute; width: 25px; height: 25px; top: 47%; right: 0; left: 0; margin: 0 auto; border: 2px solid #fff; border-radius: 50%; border-right-color: transparent; z-index: 9999; animation: lightboxLoader 0.8s infinite linear; }

.goverlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #000; will-change: opacity; }

.glightbox-mobile .goverlay { background: #000; }

.gprev, .gnext, .gclose { display: block; width: 26px; height: 44px; background-position: 0 0; background-repeat: no-repeat; border: none; cursor: pointer; z-index: 99999; }

.gprev svg, .gnext svg, .gclose svg { display: block; width: 100%; height: auto; }

.gprev.disabled, .gnext.disabled, .gclose.disabled { opacity: 0.1; }

.gprev .garrow, .gnext .garrow, .gclose .garrow { stroke: #fff; }

iframe.wait-autoplay { opacity: 0; }

.glightbox-closing .gnext, .glightbox-closing .gprev, .glightbox-closing .gclose { opacity: 0 !important; }

/*Skin */
.glightbox-jlg .gslide-description { background: #fff; }

.glightbox-jlg .gdesc-inner { padding: 22px 20px; }

.glightbox-jlg .gslide-title { margin-bottom: 19px; color: #000; font-family: arial; font-size: 1em; font-weight: normal; line-height: 1.4em; }

.glightbox-jlg .gslide-desc { margin-bottom: 0; font-family: arial; font-size: 0.86em; line-height: 1.4em; }

.glightbox-jlg .gslide-video { background: #000; }

/* .gprev, .gnext, .gclose{ border: none; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII='); } */
.glightbox-jlg .gprev, .glightbox-jlg .gnext, .glightbox-jlg .gclose { background-color: rgba(0, 0, 0, 0.12); }

.glightbox-jlg .gprev:hover, .glightbox-jlg .gnext:hover, .glightbox-jlg .gclose:hover { background-color: rgba(0, 0, 0, 0.2); }

.glightbox-jlg .gprev path, .glightbox-jlg .gnext path, .glightbox-jlg .gclose path { fill: #fff; }

.glightbox-jlg button:focus:not(.focused):not(.disabled) { outline: none; }

.glightbox-jlg .gprev { position: absolute; width: 40px; height: 56px; top: -100%; left: 30px; }

.glightbox-jlg .gnext { position: absolute; width: 40px; height: 56px; top: -100%; right: 30px; }

.glightbox-jlg .gclose { position: absolute; width: 35px; height: 35px; top: 15px; right: 10px; background-position: -59px 2px; opacity: 0.7; }

.glightbox-jlg .gclose svg { width: 20px; }

.glightbox-jlg .gclose:hover { opacity: 1; }

/*CSS Animations*/
.gfadeIn { animation: gfadeIn 0.5s ease; }

.gfadeOut { animation: gfadeOut 0.5s ease; }

.gslideOutLeft { animation: gslideOutLeft 0.3s ease; }

.gslideInLeft { animation: gslideInLeft 0.3s ease; }

.gslideOutRight { animation: gslideOutRight 0.3s ease; }

.gslideInRight { animation: gslideInRight 0.3s ease; }

.gzoomIn { animation: gzoomIn 0.5s ease; }

.gzoomOut { animation: gzoomOut 0.5s ease; }

@keyframes lightboxLoader { 0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes gfadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes gfadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes gslideInLeft { from { opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to { opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); } }

@keyframes gslideOutLeft { from { opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to { opacity: 0;
    visibility: hidden;
    transform: translate3d(-60%, 0, 0); } }

@keyframes gslideInRight { from { opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to { opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes gslideOutRight { from { opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to { opacity: 0;
    transform: translate3d(60%, 0, 0); } }

@keyframes gzoomIn { from { opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 1; } }

@keyframes gzoomOut { from { opacity: 1; }
  50% { opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

@media (min-width: 769px) { .glightbox-container .ginner-container { flex-direction: row; width: auto; height: auto; }
  .glightbox-container .ginner-container.desc-top .gslide-description { order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img { order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description { order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image { order: 1; }
  .gslide-image img { max-width: calc(100% - 20px); max-width: 100%; max-height: 97vh; }
  .gslide-image img.zoomable { cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable { cursor: grab; }
  .gslide-inline { max-height: 95vh; }
  .gslide-external { max-height: 100vh; }
  .gslide-description.description-left, .gslide-description.description-right { max-width: 275px; }
  .glightbox-open { height: auto; }
  .goverlay { background: rgba(0, 0, 0, 0.92); }
  .glightbox-jlg .gslide-media { box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }
  .glightbox-jlg .description-left .gdesc-inner, .glightbox-jlg .description-right .gdesc-inner { position: absolute; height: 100%; overflow-y: auto; }
  .glightbox-jlg .gprev { top: 45%; }
  .glightbox-jlg .gnext { top: 45%; } }

@media (min-width: 992px) { .glightbox-jlg .gclose { right: 20px; } }

@media screen and (max-height: 420px) { .goverlay { background: #000; } }

.glightbox-jlg .plyr__control--overlaid { background: #F37121; }

.glightbox-jlg .plyr__progress input[type='range'], .glightbox-jlg .plyr--full-ui input[type='range'] { color: #F37121; }

.glightbox-jlg .plyr--video .plyr__control.plyr__tab-focus, .glightbox-jlg .plyr--video .plyr__control:hover, .glightbox-jlg .plyr--video .plyr__control[aria-expanded='true'] { background: #F37121; }

.glightbox-jlg .plyr--paused .plyr__poster { pointer-events: none; }

.glightbox-jlg .ginner-container { height: auto !important; }

.glightbox-jlg .gslide-external { padding-bottom: 56.25% !important; }

.glightbox-jlg .gslide-external iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

.glightbox-jlg .gprev, .glightbox-jlg .gnext { display: none !important; }

.video-gallery { position: relative; background: #000000; overflow: hidden; }

.video-gallery h2 { position: relative; margin-bottom: 15px; padding-bottom: 15px; line-height: 100%; }

.video-gallery h2:after { content: ''; display: block; position: absolute; width: 100px; height: 3px; bottom: 0; left: 0; background: #F37121; }

.video-gallery__container { padding-top: 60px; padding-bottom: 60px; }

@media all and (min-width: 1024px) { .video-gallery__container { padding-top: 90px; padding-bottom: 90px; } }

.video-gallery__carousel { position: relative; overflow: visible; }

.video-gallery .swiper-pagination { bottom: -36px; }

.video-gallery .swiper-pagination-bullet { width: 15px; height: 15px; background-color: rgba(0, 0, 0, 0); border-width: 2px; border-style: solid; border-radius: 50%; border-color: #6ccad0; box-shadow: 0 0 8px #6ccad0; opacity: 1; }

.video-gallery .swiper-pagination-bullet-active { background-color: #6ccad0; }

.video-gallery-slide { position: relative; background: green; cursor: pointer; }

.video-gallery-slide.swiper-slide-active .video-gallery-slide__video-link { pointer-events: auto; }

.video-gallery-slide.swiper-slide-active .video-gallery-slide__video-link:hover:after { transform: translate(-50%, -50%) scale(1.05); }

.swiper-slide-prev .video-gallery-slide__nav { opacity: 1; visibility: visible; }

.swiper-slide-prev .video-gallery-slide__nav:after { right: -10px; left: auto; background-image: url(../img/arrow-left.png); transform: translate(0%, -50%); }

@media all and (min-width: 1024px) { .swiper-slide-prev .video-gallery-slide__nav:after { right: 2.5%; left: auto; } }

.swiper-slide-next .video-gallery-slide__nav { opacity: 1; visibility: visible; }

.swiper-slide-next .video-gallery-slide__nav:after { background-image: url(../img/arrow-right.png); transform: translate(0, -50%); }

.swiper-slide-prev:hover .video-gallery-slide__nav:after, .swiper-slide-prev:focus .video-gallery-slide__nav:after { transform: translate(-50%, -50%); }

.swiper-slide-next:hover .video-gallery-slide__nav:after, .swiper-slide-next:focus .video-gallery-slide__nav:after { transform: translate(50%, -50%); }

.video-gallery-slide__video-link { display: block; position: relative; width: 100%; pointer-events: none; }

.video-gallery-slide__video-link p { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 5%; font-family: "solano-gothic-pro-mvb", sans-serif; font-size: 26px; line-height: 1; text-transform: uppercase; background-color: rgba(0, 0, 0, 0.5); }

@media all and (min-width: 1024px) { .video-gallery-slide__video-link p { font-size: 40px; } }

.video-gallery-slide__video-link:after { content: ''; display: block; position: absolute; width: 74px; height: 74px; top: 50%; left: 50%; background-image: url(../img/play-icon.png); background-position: center center; background-repeat: no-repeat; background-size: contain; transform: translate(-50%, -50%); transition: 0.3s ease-in-out all; }

@media all and (min-width: 1024px) { .video-gallery-slide__video-link:after { width: 124px; height: 124px; } }

.video-gallery-slide__video-image { display: block; width: 100%; }

.video-gallery-slide__nav { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); opacity: 0; visibility: hidden; pointer-events: none; transition: 0.3s all ease-in-out; }

.video-gallery-slide__nav:after { content: ''; position: absolute; width: 38px; height: 44.08px; top: 50%; left: -10px; background-position: center center; background-repeat: no-repeat; background-size: contain; transform: translate(0, -50%); transition: 0.3s all ease-in-out; }

@media all and (min-width: 1024px) { .video-gallery-slide__nav:after { width: 50px; height: 58px; left: 2.5%; } }

.image-sequence-wrapper { display: none; position: fixed; width: auto; max-width: 100%; height: 100%; max-height: 100%; top: 50%; right: 0; z-index: 1; pointer-events: none; }

@media all and (min-width: 1024px) { .image-sequence-wrapper { display: block; } }

#image-sequence { position: relative; width: auto; height: auto; max-height: 100%; pointer-events: none; }

.diagnostics-phone { position: absolute; width: 320px; height: 430px; bottom: 10%; left: 0; background-image: url(../img/diagnostics-phone.png); background-position: center center; background-repeat: no-repeat; background-size: contain; opacity: 0; }

.mobility-person { position: absolute; width: 260px; height: 410px; bottom: -40px; left: 5%; background-image: url(../img/mobility-person.png); background-position: center center; background-repeat: no-repeat; background-size: contain; opacity: 0; }

.sign-up--dark { background-color: #000000; }

.sign-up--dark__links { display: grid; grid-template-columns: 1fr; margin-top: 100px; }

@media all and (min-width: 1024px) { .sign-up--dark__links { grid-template-columns: 1fr 1fr; } }

.sign-up--dark__link { text-align: center; padding: 20px 0; }

@media all and (min-width: 1024px) { .sign-up--dark__link { padding: 0 15%; } }

.sign-up--dark__link h4 { font-size: 30px; }

.sign-up--dark .tray-button { display: block; margin: 0 auto; }

.sign-up--dark h2 { position: relative; margin-bottom: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; }

.sign-up--dark h2:after { content: ''; display: block; position: absolute; width: 100px; height: 3px; bottom: 0; left: 50%; transform: translate(-50%, 0); background: #F37121; }

.sign-up--dark p { color: #ffffff; text-align: center; margin: 0 auto 10px auto; width: 100%; }

@media all and (min-width: 1024px) { .sign-up--dark p { width: 70%; } }

.sign-up-tray form { width: 100%; }

.sign-up-tray form .form-notice--header { margin-bottom: 5px; }

.sign-up-tray form .form-notice--footer { margin-top: 15px; }

.sign-up-tray form .form-notice p { font-size: 14px; }

.sign-up-tray form label { display: block; margin-bottom: 5px; color: #000000; transition: 0.3s all ease-in-out; }

.sign-up-tray form input[type='text'], .sign-up-tray form input[type='email'] { width: 100%; padding: 12px; border: none; border-radius: 8px; box-shadow: 0 0 0 1px #707070; transition: 0.3s all ease-in-out; -webkit-appearance: none; appearance: none; }

.sign-up-tray form input[type='text']:hover, .sign-up-tray form input[type='text']:focus, .sign-up-tray form input[type='email']:hover, .sign-up-tray form input[type='email']:focus { box-shadow: 0 0 0 1px #F37121; }

.sign-up-tray form .form-item--checkbox { display: flex; flex-direction: row; align-items: center; margin-bottom: 0; }

.sign-up-tray form .form-item--checkbox label { margin-bottom: 0; margin-left: 10px; font-size: 12px; cursor: pointer; }

.sign-up-tray form .form-item--checkbox label a { color: #000000; text-decoration: underline; transition: 0.3s all ease-in-out; }

.sign-up-tray form .form-item--checkbox label a:hover, .sign-up-tray form .form-item--checkbox label a:focus { color: #F37121; }

.sign-up-tray form .form-item--checkbox input { cursor: pointer; }

.sign-up-tray form .form-item__select-wrap { position: relative; width: 100%; border-radius: 8px; }

.sign-up-tray form .form-item__select-arrow { position: absolute; width: 34px; height: 100%; top: 0; right: 12px; pointer-events: none; }

.sign-up-tray form .form-item__select-arrow:after { content: ''; display: block; position: absolute; width: 1px; height: 60%; top: 50%; left: 0; background: #cbcbcb; transform: translateY(-50%); }

.sign-up-tray form .form-item__select-arrow__arrow { position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s all ease-in-out; }

.sign-up-tray form select { width: 100%; padding: 12px; background: #ffffff; border: none; border-radius: 8px; box-shadow: 0 0 0 1px #707070; cursor: pointer; transition: 0.3s all ease-in-out; -webkit-appearance: none; appearance: none; }

.sign-up-tray form select:hover, .sign-up-tray form select:focus { box-shadow: 0 0 0 1px #F37121; }

.sign-up-tray form select:hover + .form-item__select-arrow .form-item__select-arrow__arrow, .sign-up-tray form select:focus + .form-item__select-arrow .form-item__select-arrow__arrow { transform: translateY(-50%) scale(1.05); }

.sign-up-tray form .form-item { width: 100%; }

.sign-up-tray form .form-item + .form-item { margin-top: 15px; }

.sign-up-tray form .form-item--error label { color: #F37121; }

.sign-up-tray form .form-item--error input[type='text'], .sign-up-tray form .form-item--error input[type='email'] { box-shadow: 0 0 0 2px #F37121; }

.sign-up-tray form .form-item--error input[type='text']:hover, .sign-up-tray form .form-item--error input[type='text']:focus, .sign-up-tray form .form-item--error input[type='email']:hover, .sign-up-tray form .form-item--error input[type='email']:focus { box-shadow: 0 0 0 1px #F37121; }

.sign-up-tray form .form-item--error select { box-shadow: 0 0 0 2px #F37121; }

.sign-up-tray form .form-item--error select:hover, .sign-up-tray form .form-item--error select:focus { box-shadow: 0 0 0 1px #F37121; }

.sign-up-tray__form-wrapper { width: 100%; }

.sign-up h2 { position: relative; margin-bottom: 20px; padding-bottom: 20px; color: #000000; }

.sign-up h2:after { content: ''; display: block; position: absolute; width: 100px; height: 3px; bottom: 0; left: 0; background: #F37121; }

.sign-up p { color: #000000; }

.sign-up__container { padding-top: 60px; padding-bottom: 60px; }

@media all and (min-width: 1024px) { .sign-up__container { padding-top: 90px; padding-bottom: 90px; } }

.sign-up__content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }

.sign-up__copy { width: 100%; padding-bottom: 30px; }

@media all and (min-width: 1024px) { .sign-up__copy { width: 60%; padding-right: 30px; padding-bottom: 0; } }

.sign-up__form-wrapper { width: 100%; }

@media all and (min-width: 1024px) { .sign-up__form-wrapper { width: 40%; } }

.sign-up form { width: 100%; }

.sign-up form .form-notice--header { margin-bottom: 5px; }

.sign-up form .form-notice--footer { margin-top: 15px; }

.sign-up form .form-notice p { font-size: 14px; }

.sign-up form label { display: block; margin-bottom: 5px; color: #000000; transition: 0.3s all ease-in-out; }

.sign-up form input[type='text'], .sign-up form input[type='email'] { width: 100%; padding: 12px; border: none; border-radius: 8px; box-shadow: 0 0 0 1px #707070; transition: 0.3s all ease-in-out; -webkit-appearance: none; appearance: none; }

.sign-up form input[type='text']:hover, .sign-up form input[type='text']:focus, .sign-up form input[type='email']:hover, .sign-up form input[type='email']:focus { box-shadow: 0 0 0 1px #F37121; }

.sign-up form .form-item--checkbox { display: flex; flex-direction: row; align-items: center; margin-bottom: 0; }

.sign-up form .form-item--checkbox label { margin-bottom: 0; margin-left: 10px; font-size: 12px; cursor: pointer; }

.sign-up form .form-item--checkbox label a { color: #000000; text-decoration: underline; transition: 0.3s all ease-in-out; }

.sign-up form .form-item--checkbox label a:hover, .sign-up form .form-item--checkbox label a:focus { color: #F37121; }

.sign-up form .form-item--checkbox input { cursor: pointer; }

.sign-up form .form-item__select-wrap { position: relative; width: 100%; border-radius: 8px; }

.sign-up form .form-item__select-arrow { position: absolute; width: 34px; height: 100%; top: 0; right: 12px; pointer-events: none; }

.sign-up form .form-item__select-arrow:after { content: ''; display: block; position: absolute; width: 1px; height: 60%; top: 50%; left: 0; background: #cbcbcb; transform: translateY(-50%); }

.sign-up form .form-item__select-arrow__arrow { position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s all ease-in-out; }

.sign-up form select { width: 100%; padding: 12px; background: #ffffff; border: none; border-radius: 8px; box-shadow: 0 0 0 1px #707070; cursor: pointer; transition: 0.3s all ease-in-out; -webkit-appearance: none; appearance: none; }

.sign-up form select:hover, .sign-up form select:focus { box-shadow: 0 0 0 1px #F37121; }

.sign-up form select:hover + .form-item__select-arrow .form-item__select-arrow__arrow, .sign-up form select:focus + .form-item__select-arrow .form-item__select-arrow__arrow { transform: translateY(-50%) scale(1.05); }

.sign-up form .form-item { width: 100%; }

.sign-up form .form-item + .form-item { margin-top: 15px; }

.sign-up form .form-item--error label { color: #F37121; }

.sign-up form .form-item--error input[type='text'], .sign-up form .form-item--error input[type='email'] { box-shadow: 0 0 0 2px #F37121; }

.sign-up form .form-item--error input[type='text']:hover, .sign-up form .form-item--error input[type='text']:focus, .sign-up form .form-item--error input[type='email']:hover, .sign-up form .form-item--error input[type='email']:focus { box-shadow: 0 0 0 1px #F37121; }

.sign-up form .form-item--error select { box-shadow: 0 0 0 2px #F37121; }

.sign-up form .form-item--error select:hover, .sign-up form .form-item--error select:focus { box-shadow: 0 0 0 1px #F37121; }

body.preloader-active { overflow-y: hidden; }

.preloader { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #000000; z-index: 100; }

.preloader__container { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; }

.preloader__count { color: #ffffff; }

.preloader__bar { width: 300px; height: 5px; margin-top: 10px; background: #F37121; border-radius: 5px; transform: scaleX(0); }

.sketches { position: absolute; width: 100%; max-height: 100%; top: 0; left: 0; overflow: hidden; }

.sketch { position: relative; width: 100%; min-height: 100vh; background-repeat: no-repeat; background-size: 100% auto; opacity: 0; transition: 0.5s opacity ease-in-out; }

.sketch--active { opacity: 1; }

.sketch--illustrations1-left { background-image: url(../img/illustrations1-left.png); background-position: top left; }

.sketch--illustrations1-right { background-image: url(../img/illustrations1-right.png); background-position: top right; }

.sketch--illustrations2-left { background-image: url(../img/illustrations2-left.png); background-position: center left; }

.sketch--illustrations2-right { background-image: url(../img/illustrations2-right.png); background-position: center right; }

.sketch--illustrations3-right { background-image: url(../img/illustrations3-right.png), url(../img/text-capacity-full.png); background-position: center right, top left; background-repeat: no-repeat, no-repeat; background-size: 100% auto, 100% auto; }

.sketch--illustrations3-left { background-image: url(../img/illustrations3-left.png); background-position: center left; }

.sketch--illustrations4-left { background-image: url(../img/illustrations4-left.png); background-position: top left; }

.sketch--illustrations4-right { background-image: url(../img/illustrations4-right.png); background-position: top left; }

.sketch--text-maintenance { background-image: url(../img/text-maintenance-full.png); background-position: top center; }

.sketch--text-davinci { background-image: url(../img/text-davinci-full.png); background-position: top center; }

.thank-you { position: fixed; width: 550px; max-width: 90vw; top: 20px; left: 50%; padding: 10px 30px; text-align: center; background-color: #6ccad0; border-radius: 30px; opacity: 0; visibility: hidden; z-index: 10; transform: translateX(-50%); }

.thank-you p { color: #000000; }

.thank-you a { color: #000000; font-weight: bold; text-decoration: underline; transition: 0.3s ease-in-out all; }

.thank-you a:hover { color: #27767c; }

.brochure-intro { width: auto; margin: 0 auto; padding-top: 100px; color: #cbcbcb; text-align: center; text-transform: uppercase; }

@media all and (min-width: 1024px) { .brochure-intro { margin: 0; padding-top: 50px; } }

.tray { position: absolute; color: #ffffff; top: 0; bottom: 0; right: 0; background-color: #000000; overflow: auto; padding: 65px 1em 1em 1em; font-family: "industry", sans-serif; }

@media all and (min-width: 1024px) { .tray { padding: 100px 5em 1em 5em; } }

.tray-wrap { position: fixed; z-index: 4; top: 0; bottom: 0; right: 0; width: 100%; transform: translateX(100%); transition: 0.4s ease-out; }

.tray-wrap.active { transform: translateX(0%); }

@media all and (min-width: 1024px) { .tray-wrap { width: 60%; } }

.tray--close { display: block; width: 100%; text-align: right; }

.tray--close a { color: #F37121; font-family: "solano-gothic-pro-mvb", sans-serif; font-size: 20px; text-transform: uppercase; transition: color 0.25s; }

@media all and (min-width: 1024px) { .tray--close a { margin-right: -2em; } }

.tray--close a:hover { color: #ffffff; }

.tray--close a::after { content: "\00d7"; margin-left: 5px; }

.tray .app-download { display: grid; grid-template-columns: 1fr; margin-top: 15px; }

.tray .app-download a { margin: 4px auto; }

.tray .app-download a img { max-height: 70px; width: auto; }

@media all and (min-width: 1024px) { .tray .app-download a img { max-height: 40px; } }

@media all and (min-width: 1024px) { .tray .app-download { grid-template-columns: 1fr 1fr; } }

.tray img { width: 100%; }

.tray h2 { font-size: 40px; line-height: 1em; }

@media all and (min-width: 1024px) { .tray h2 { font-size: 60px; } }

.tray h4 { font-size: 20px; }

.tray li { margin-bottom: 10px; list-style: none; }

.tray li::before { content: ""; position: absolute; left: 40px; margin-top: 7px; width: 9px; height: 6px; background-color: #F37121; transform: skewX(325deg); }

@media all and (min-width: 1024px) { .tray li::before { left: 100px; } }

.tray .video-gallery-slide__video-link { pointer-events: auto; }

.tray .video-gallery-slide__video-link:hover:after { transform: translate(-50%, -50%) scale(1.05); }

.tray form { width: 100%; }

.tray form .form-notice--header { margin-bottom: 5px; }

.tray form .form-notice--footer { margin-top: 15px; }

.tray form .form-notice p { font-size: 14px; }

.tray form label { display: block; margin-bottom: 5px; color: #ffffff; transition: 0.3s all ease-in-out; }

.tray form input[type='text'], .tray form input[type='email'] { width: 100%; padding: 12px; border: none; border-radius: 8px; box-shadow: 0 0 0 1px #707070; transition: 0.3s all ease-in-out; -webkit-appearance: none; appearance: none; }

.tray form input[type='text']:hover, .tray form input[type='text']:focus, .tray form input[type='email']:hover, .tray form input[type='email']:focus { box-shadow: 0 0 0 1px #F37121; }

.tray form .form-item--checkbox { display: flex; flex-direction: row; align-items: center; margin-bottom: 0; }

.tray form .form-item--checkbox label { margin-bottom: 0; margin-left: 10px; font-size: 12px; cursor: pointer; }

.tray form .form-item--checkbox label a { color: #ffffff; text-decoration: underline; transition: 0.3s all ease-in-out; }

.tray form .form-item--checkbox label a:hover, .tray form .form-item--checkbox label a:focus { color: #F37121; }

.tray form .form-item--checkbox input { cursor: pointer; }

.tray form .form-item__select-wrap { position: relative; width: 100%; border-radius: 8px; }

.tray form .form-item__select-arrow { position: absolute; width: 34px; height: 100%; top: 0; right: 12px; pointer-events: none; }

.tray form .form-item__select-arrow:after { content: ''; display: block; position: absolute; width: 1px; height: 60%; top: 50%; left: 0; background: #cbcbcb; transform: translateY(-50%); }

.tray form .form-item__select-arrow__arrow { position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s all ease-in-out; }

.tray form select { width: 100%; padding: 12px; background: #ffffff; border: none; border-radius: 8px; box-shadow: 0 0 0 1px #707070; cursor: pointer; transition: 0.3s all ease-in-out; -webkit-appearance: none; appearance: none; }

.tray form select:hover, .tray form select:focus { box-shadow: 0 0 0 1px #F37121; }

.tray form select:hover + .form-item__select-arrow .form-item__select-arrow__arrow, .tray form select:focus + .form-item__select-arrow .form-item__select-arrow__arrow { transform: translateY(-50%) scale(1.05); }

.tray form .form-item { width: 100%; }

.tray form .form-item + .form-item { margin-top: 15px; }

.tray form .form-item--error label { color: #F37121; }

.tray form .form-item--error input[type='text'], .tray form .form-item--error input[type='email'] { box-shadow: 0 0 0 2px #F37121; }

.tray form .form-item--error input[type='text']:hover, .tray form .form-item--error input[type='text']:focus, .tray form .form-item--error input[type='email']:hover, .tray form .form-item--error input[type='email']:focus { box-shadow: 0 0 0 1px #F37121; }

.tray form .form-item--error select { box-shadow: 0 0 0 2px #F37121; }

.tray form .form-item--error select:hover, .tray form .form-item--error select:focus { box-shadow: 0 0 0 1px #F37121; }

.tray-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; background-color: rgba(0, 0, 0, 0); visibility: hidden; transition: 0.3s ease-out; }

.tray-overlay.active { background-color: rgba(0, 0, 0, 0.5); visibility: visible; }

.tray .button { display: inline-block; margin-top: 20px; }

.comparison-chart { position: relative; background-color: #ffffff; color: #000000; z-index: 2; }

.comparison-chart .comparison-container { padding-top: 90px; padding-bottom: 90px; }

.comparison-chart p { color: #000000; width: 100%; margin-bottom: 10px; }

@media all and (min-width: 1024px) { .comparison-chart p { width: 60%; } }

.comparison-chart p.fine-print { font-size: 12px; margin: 0 auto; padding: 1em 0; text-align: center; }

@media all and (min-width: 1024px) { .comparison-chart p.fine-print { width: 60%; } }

.comparison-chart h2 { color: #000000; position: relative; margin-bottom: 15px; padding-bottom: 15px; line-height: 100%; }

.comparison-chart h2:after { content: ''; display: block; position: absolute; width: 100px; height: 3px; bottom: 0; left: 0; background: #F37121; }

.comparison-chart table { width: 100%; border-collapse: collapse; table-layout: fixed; }

.comparison-chart tbody tr { border-top: 1px solid #DDD; }

.comparison-chart tbody tr:last-child { border-bottom: 1px solid #DDD; }

.comparison-chart td { text-align: center; padding: 8px 0; font-size: 12px; }

@media all and (min-width: 1024px) { .comparison-chart td { font-size: 15px; } }

.comparison-chart td:first-child { text-align: left; font-weight: bold; font-family: "solano-gothic-pro-mvb", sans-serif; font-size: 12px; }

@media all and (min-width: 1024px) { .comparison-chart td:first-child { font-size: 18px; } }

.comparison-chart th { font-weight: bold; text-transform: uppercase; font-family: "solano-gothic-pro-mvb", sans-serif; font-size: 15px; padding: 8px 0; line-height: 1em; }

@media all and (min-width: 1024px) { .comparison-chart th { font-size: 24px; } }

.comparison-chart th.c1 { color: #005DC0; }

.comparison-chart th.c2 { color: #E61E1E; }

.comparison-chart .comparison-extra { display: none; overflow: hidden; }

.comparison-chart .comparison-extra tr:first-child { border-top: 0; }

.comparison-chart .comparison-extra.active { display: block; overflow: auto; }

.comparison-chart button { margin: 5px auto; display: block; }


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