@import url('fonts.css');:root {--BGWsans: 'Open Sans', sans-serif !important;--BGWserif: 'Cormorant Garamond', serif !important;--BGWzhFont: "AR PL UKai CN", "regular script", "kaiti", "kaishu", "zhengshu", "zhengkai", serif !important;--HoverColor: #339999;--bgwPadding: 0 2%;--bgwWidth: 2222px;--header-offset: 190px;}:lang(zh) {font-family: [Chinese fonts] }* {margin: 0;padding: 0;box-sizing: border-box;transition: all 0.6s ease !important;}body, html {font-family: var(--BGWsans);margin: 0;padding: 0;height: 101%;}html {scroll-behavior: smooth;box-sizing: border-box;}.bgwLb {width: 100%;height: 1px;position: fixed;top: 0;overflow: hidden;background-color: #f0f8f8;z-index: 100002;}.bgwLb:before {display: block;position: absolute;content: "";left: -200px;width: 200px;height: 1px;background-color: #92cacc;-webkit-animation: loading 1s linear;animation: loading 1s linear;}@-webkit-keyframes loading {from {left: -200px;width: 30%;}50% {width: 30%;}70% {width: 70%;}80% {left: 50%;}95% {left: 120%;}to {left: 100%;}}.BgwBody {display: block;width: 100%;margin: 0 auto;padding: 0;}main, header, section, article, aside {padding: 0;margin: 0;}.bgw-grid-main {display: grid;grid-template-columns: 1fr;}.bgw-grid-content {grid-row: 1;}.bgw-grid-intro {grid-row: 2;}p {hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;margin: 0;padding: 0 0 0.3% 0;}p.right {text-align: right;}i, em {font-style: italic;}em {letter-spacing: 0.08em;}b {font-style: normal;font-weight: 600;}.center {text-align: center;}.left {text-align: left;}.justify {text-align: justify;}hr {border: none;height: 1px;background-color: #eaeaea;width: 100%;margin: 30px auto;}.visually-hidden {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}.BGWnavbar {padding: 1rem 1rem;position: fixed;top: 0;left: 0;right: 0;z-index: 1000;background-color: rgba(255, 255, 255, 0.88);backdrop-filter: blur(10px);box-shadow: none;transition: box-shadow 0.3s ease;}.BGWnavbar.scrolled {box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);}.BGWnavBox {display: flex;flex-direction: column;align-items: center;max-width: 100%;margin: 0 auto;}.BGWlogoContain {max-height: 100px;overflow: hidden;transition: all 0.4s ease;padding: 45px 0 50px 0;}.BGWlogoContain.hidden {max-height: 0;opacity: 0;margin: 0;padding: 0;}#BGWlogoImg, #BGWlogoImg a {width: 275px;height: 15px;}#BGWlogoImg {cursor: pointer;transition: transform 100ms cubic-bezier(.65, .06, .19, .96), opacity 100ms ease-in-out;margin: 0 auto;display: flex;justify-content: center;align-items: center;}#BGWlogoImg a {display: block;text-indent: -9999px;background: url('../img/basics/logo.png') center no-repeat;background-size: auto;background-size: auto 15px;text-align: center;}.BGWaddit {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}@media (max-width: 980px) {.BGWlogoContain {padding: 45px 0 50px 0;}#BGWlogoImg, #BGWlogoImg a {width: 257px;height: 14px;}#BGWlogoImg a {background-size: auto 14px;}}@media (max-width: 666px) {.BGWlogoContain {padding: 15px 0 30px 0;}}.BGWnav-Links {display: flex;list-style: none;gap: 2rem;justify-content: center;flex-wrap: wrap;background: transparent;padding: 5px;}.BGWnav-Links a {font-family: var(--BGWsans);font-size: 0.85em;line-height: 100%;text-decoration: none;letter-spacing: 0.18em;font-weight: 400 !important;color: #333;text-align: center;text-transform: uppercase;position: relative;margin: 20px 0;transition: color 0.3s ease;}.BGWnav-Links a:hover {color: #999;}.BGWnav-Links a.act, .BGWnav-Links a.act:hover {color: #111 !important;}.BGWnav-Links a.navLang {color: #339999;}.BGWnav-Links a.navLang::after {background-color: #339999;}.BGWham {display: none;flex-direction: column;cursor: pointer;background: none;border: none;padding: 0;z-index: 1001;margin: 0 auto;}.BGWham span {width: 30px;height: 2px;background: #888;margin: 3px 0;transition: all 0.3s ease;border-radius: 3px;}.BGWham.active span:nth-child(1) {transform: rotate(45deg) translate(8px, 8px);}.BGWham.active span:nth-child(2) {opacity: 0;}.BGWham.active span:nth-child(3) {transform: rotate(-45deg) translate(3px, -3px);}@media (max-width: 768px) {.BGWham {display: flex;}.BGWnav-Links {position: fixed;top: 0;right: -100%;bottom: 0;height: 100vh;width: 100%;max-width: 400px;background: #fff;flex-direction: column;align-items: center;justify-content: center;padding: 0;transition: right 0.4s ease;box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);visibility: hidden;}.BGWnav-Links.active {right: 0;visibility: visible;}.BGWnav-Links li {opacity: 0;transform: translateX(50px);transition: opacity 0.5s ease, transform 0.5s ease;margin: 2px 0;padding: 0;}.BGWnav-Links a {margin: 0 0;}.BGWnav-Links.active li {opacity: 1;transform: translateX(0);}.BGWnav-Links.active li:nth-child(1) {transition-delay: 0.1s;}.BGWnav-Links.active li:nth-child(2) {transition-delay: 0.2s;}.BGWnav-Links.active li:nth-child(3) {transition-delay: 0.3s;}.BGWnav-Links.active li:nth-child(4) {transition-delay: 0.4s;}.BGWnav-Links.active li:nth-child(5) {transition-delay: 0.5s;}.BGWnav-Links a::after {display: none;}.BGWnav-Links a {font-size: 1.15rem;line-height: 100%;padding: 0;}}h1 {font-family: var(--BGWserif);font-size: 38px;letter-spacing: 0.07em;line-height: 190%;text-decoration: none;font-weight: 300;color: #222;margin: 0;padding: 0;}h1.two {font-family: var(--BGWsans);font-size: 26px;letter-spacing: 0.09em;line-height: 220%;text-decoration: none;text-transform: uppercase;font-weight: 300;text-align: center;color: #333;margin: 0 auto;margin-bottom: 3%;padding: 0;}h1.tree {font-family: var(--BGWserif);font-size: 1.55em;letter-spacing: 0.22em;text-decoration: none;text-transform: uppercase;text-align: center;font-style: none;margin: 0 auto;margin-top: 18px;margin-bottom: 35px;padding: 0;font-weight: 400;color: #333;}h2 {font-family: var(--BGWsans);font-size: 24px;letter-spacing: 0.07em;line-height: 150%;text-decoration: none;text-transform: none;font-style: none;font-weight: 300;color: #444;margin: 0;padding: 4% 0 2% 0;}h2.two {font-family: var(--BGWsans);font-size: 15px;letter-spacing: 0.16em;line-height: 150%;text-decoration: none;text-transform: uppercase;font-style: none;text-align: center;font-weight: 400;color: #333;margin: 0 auto;padding: 5% 0 3% 0;}h1.origo {font-family: var(--BGWserif);font-size: 48px;letter-spacing: 0.07em;line-height: 160%;text-decoration: none;font-weight: 300;color: #222;margin: 0;padding: 0;}.bgw-content-top, .bgw-content, .bgw-content-LG, .bgw-content-middle, .bgw-content-following {display: block;margin: 0 auto;padding: var(--bgwPadding);clear: both;}.bgw-heading {display: flex;justify-content: center;align-items: center;max-width: var(--bgwWidth);margin: 0 auto;margin-top: 210px;clear: both;}.bgw-content-top {max-width: var(--bgwWidth);margin-top: 160px;}.bgw-content {max-width: var(--bgwWidth);margin-top: 30px;}.bgw-content-LG {max-width: 100%;margin-top: 200px;}.bgw-content-middle {max-width: 1111px;margin-top: 120px;}.bgw-content-following {max-width: var(--bgwWidth);}.bgw-content-inner {margin: 0;padding: 0 3%;position: relative;text-align: center;transition: all 0.5s ease;}.bgw-spacer-50, .bgw-spacer-80, .bgw-spacer-100, .bgw-spacer-130, .bgw-spacer-160, .bgw-spacer-180, .bgw-spacer-200 {clear: both;}.bgw-spacer-50 {height: 50px;}.bgw-spacer-80 {height: 80px;}.bgw-spacer-100 {height: 100px;}.bgw-spacer-130 {height: 130px;}.bgw-spacer-160 {height: 160px;}.bgw-spacer-180 {height: 180px;}.bgw-spacer-200 {height: 200px;}.home-grid {display: grid;grid-template-rows: auto auto;}.home-slider {grid-row: 1;margin-top: var(--header-offset);}.home-intro {grid-row: 2;margin-top: clamp(88px, 9.9vw, 99px);margin-bottom: clamp(60px, 10vw, 140px);transform: translateY(-6px);}.home-intro .tree {font-family: var(--BGWserif);font-size: clamp(2.0rem, 3.7vw, 4.6rem);font-weight: 300;line-height: 1.05;letter-spacing: 0.06em;text-align: center;margin: 0 0 0.6em 0;color: #666;}.home-intro-solo {font-family: var(--BGWserif);font-size: clamp(1.0rem, 1.6vw, 1.45rem);line-height: 1.6;letter-spacing: 0.02em;text-align: center;max-width: 40ch;margin: 0 auto;color: #444;opacity: 0.85;}.start-slider-container {position: relative;width: 100%;height: calc(100vh - 190px);overflow: hidden;}.start-slide {position: absolute;inset: 0;opacity: 0;z-index: 0;pointer-events: none;transition: opacity 1.8s ease-in-out !important;}.start-slide.active {opacity: 1;z-index: 10;pointer-events: auto;}.start-slide-bg {width: 100%;height: 100%;object-fit: cover;display: block;}.start-slide-content {position: absolute;left: 3%;bottom: 50px;max-width: 680px;text-decoration: none;color: #fff;cursor: pointer;}.start-slide-title {font-family: var(--BGWserif);font-size: clamp(2.8rem, 4.2vw, 4.2rem);font-weight: 400;letter-spacing: 0.03em;line-height: 1.1;margin: 0 0 0.2em 0;transform: translateY(-260px);opacity: 0;transition: transform 2.6s cubic-bezier(0.34, 1.11, 0.64, 1), opacity 2.6s cubic-bezier(0.34, 1.11, 0.64, 1) !important;}.start-slide-text {font-family: var(--BGWserif);font-size: clamp(1.1rem, 1.6vw, 1.6rem);font-weight: 400;letter-spacing: 0.03em;line-height: 1.2;margin: 0;transform: translateX(260px);opacity: 0;transition: transform 2.6s cubic-bezier(0.34, 1.11, 0.64, 1), opacity 2.6s cubic-bezier(0.34, 1.11, 0.64, 1) !important;}.start-slide.active .start-slide-title {transform: translateY(0);opacity: 1;transition-delay: 0.3s;}.start-slide.active .start-slide-text {transform: translateX(0);opacity: 1;transition-delay: 0.6s;}@media (max-width: 768px) {.start-slider-container {height: calc(100svh - 135px);height: calc(100vh - 135px);}.start-slide-content {bottom: 30px;left: 5%;right: 5%;max-width: 100%;}:root {--header-offset: 135px;}}@media (prefers-reduced-motion: reduce) {.start-slide, .start-slide-title, .start-slide-text, .start-slide-content {transition: none !important;}.start-slide-title, .start-slide-text {transform: none;opacity: 1;}}a.empty, a.empty:link, a.empty:visited, a.empty:active, a.empty:hover {margin: 0;padding: 0;text-decoration: none;border: none;}.bgw-origo-col, .origo-intro-box {max-width: 1200px;}.bgw-origo-col {display: flex;justify-content: center;margin: 0 auto;gap: 4%;}.bgw-origo-left {flex: 0 0 30%;}.bgw-origo-right {flex: 0 0 66%;}@media (max-width: 768px) {.bgw-origo-left {display: none;}.bgw-origo-right {flex: 0 0 100%;}}.bgw-bio-col {display: flex;flex-direction: row;justify-content: center;margin: 0 auto;gap: 4%;max-width: 1000px;margin-top: 1%;}.bgw-bio-left {flex: 0 0 35%;}.bgw-bio-right {flex: 0 0 61%;padding-top: 3%;}@media (max-width: 768px) {.bgw-bio-col {flex-direction: column;}.bgw-bio-right, .bgw-bio-left {flex: 0 0 100%;}}.origo-intro-box {display: block;justify-content: center;margin: 0 auto;margin-bottom: 2%;}.origo-intro {font-family: var(--BGWserif);font-size: 20px;font-style: none;letter-spacing: 0.02em;line-height: 160%;text-decoration: none;text-transform: none;text-align: justify;font-weight: 300;color: #333;column-count: 2;column-gap: 1.5rem;padding: 1.5% 0 2% 0;}.origo-definition {font-family: var(--BGWserif);font-size: 22px;font-style: none;letter-spacing: 0.02em;line-height: 150%;text-decoration: none;text-transform: none;text-align: center;font-weight: 300;color: #333;padding: 1.2% 0;}p.bgw-claim-solo {font-family: var(--BGWserif);border: 0;text-align: center;margin: 0;hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;font-weight: 300;font-size: 19px;line-height: 160%;letter-spacing: 0.02em;color: #333;}p.data-origo, p.data-origo-indent, a.data-origo-link:link, a.data-origo-link:visited, a.data-origo-link:active, a.data-origo-link:hover {font-family: var(--BGWserif);border: 0;text-align: justify;margin: 0;hyphens: auto !important;-webkit-hyphens: auto !important;-ms-hyphens: auto !important;}p.data-origo, p.data-origo-indent {font-weight: 300 !important;font-size: 20px;line-height: 170%;letter-spacing: 0.02em;color: #333;}p.data-origo-credo, p.data-origo-indent-credo {font-family: var(--BGWserif);font-weight: 300 !important;font-size: 21px;line-height: 170%;letter-spacing: 0.03em;color: #333;border: 0;text-align: left;font-style: italic;margin: 0;hyphens: auto !important;-webkit-hyphens: auto !important;-ms-hyphens: auto !important;}p.data-origo-indent-credo {text-indent: 2.0em;}p.data-origo {margin-bottom: 5px !important;}p.data-origo-indent {text-indent: 2.0em;margin-bottom: 7px !important;}a.data-origo-link:link, a.data-origo-link:visited, a.data-origo-link:active {font-weight: 400 !important;font-size: 20px;line-height: 170%;color: #333;font-style: italic;text-decoration: none;letter-spacing: 0.07em;}a.data-origo-link:hover {color: var(--HoverColor);}@media (max-width: 820px) {p.data-origo, p.data-origo-indent {font-size: 19px;line-height: 160%;letter-spacing: 0.02em;text-align: justify;}p.bgw-claim-solo {text-align: justify;}.origo-definition {font-size: 22px;text-align: justify;padding: 2.2% 0;}}figure.soloImages {position: relative;width: 100%;height: auto;padding: 0 0 !important;margin: 7% 0 30% 0 !important;overflow: hidden;}.soloImages img {width: 100%;height: auto;padding: 0;margin: 0;object-fit: contain;transition: transform 0.8s ease;display: block;border-radius: 0;}figcaption.soloImg {position: absolute;bottom: 0;left: 0;width: 100%;background-color: rgba(255, 255, 255, 0.93);font-family: var(--BGWsans);font-size: 13px;line-height: 200%;letter-spacing: 0.03em;font-weight: 400;text-align: center;hyphens: auto;color: #333;padding: 25px 0 28px 0;margin: 0;transform: translateY(100%);transition: transform 0.5s ease;}figure.soloImages:hover figcaption.soloImg {transform: translateY(0);margin: 0 0 0 0;}#PubLink {list-style: none;padding: 0;margin: 5% 0 3% 0;}.publink {font-family: var(--BGWsans);text-align: left;letter-spacing: 0.04em;margin: 1% 0 !important;}a.extern, a.extern:link, a.extern:visited, a.extern:active {font-family: var(--BGWserif);display: inline-flex;align-items: center;gap: 15px;text-transform: uppercase;letter-spacing: 0.14em;line-height: 180%;font-size: 0.96rem;font-weight: 400;color: #333;text-decoration: none;text-align: left;transition: color 0.4s ease;}a.extern:hover {color: var(--HoverColor);}a.extern::before {content: "";display: inline-block;width: 16px;height: 16px;flex-shrink: 0;color: #888;background-color: currentColor;mask-image: url("../svg/arrow-right.svg");-webkit-mask-image: url("../svg/arrow-right.svg");mask-size: contain;-webkit-mask-size: contain;mask-repeat: no-repeat;-webkit-mask-repeat: no-repeat;mask-position: center;-webkit-mask-position: center;transition: background-color 0.4s ease, transform 0.4s ease;}a.extern:hover::before {color: var(--HoverColor);transform: translateX(4px);}nav[aria-label="Downloads"] {font-family: var(--BGWsans);font-size: 0.95rem;letter-spacing: 0.04em;margin: 4% 0;margin-left: -1%;color: #777;}nav[aria-label="Downloads"] a.origo-link {color: #333;text-decoration: none;padding: 0 1%;transition: color 0.3s ease;}nav[aria-label="Downloads"] a.origo-link:hover {color: var(--HoverColor);}.fly {opacity: 0;transform: translateY(100px);transition: opacity 0.8s ease-out, transform 0.8s ease-out;}.fly.visible {opacity: 1;transform: translateY(0);}.bgw-artworks-container {display: flex;flex-wrap: wrap;max-width: 1166px;margin: 0 auto;gap: 50px;margin-top: 250px;}.bgw-artworks-item {flex: 0 0 calc(33.333% - 34px);margin: 0 auto;margin-bottom: 2%;text-align: center;padding: 0;list-style: none !important;}.bgw-artworks-item a {color: inherit;display: block;text-decoration: none;}.bgw-artworks-item img {width: 100%;object-fit: cover;display: block;transition: opacity 0.3s ease;padding-bottom: 5%;}@media (max-width: 768px) {.bgw-artworks-container {margin-top: 200px;}.bgw-artworks-item {flex: 0 0 calc(50% - 25px);}}@media (max-width: 666px) {.bgw-artworks-item {flex: 0 0 100%;}}.origo-series-links {list-style: none;padding: 0;margin: 1% 0;display: flex;flex-direction: row;gap: 16px;}.origo-series-links li {margin: 0;}.origo-series-links a {font-family: var(--BGWserif);border: 0;text-align: left;margin: 0;hyphens: auto !important;-webkit-hyphens: auto !important;-ms-hyphens: auto !important;font-weight: 500 !important;font-size: 19px;line-height: 180%;color: #333;text-decoration: none;letter-spacing: 0.02em;}.origo-series-links a:hover {color: var(--HoverColor);}@media (max-width: 888px) {.origo-series-links {display: none;}}a.data-bio-link:link, a.data-bio-link:visited, a.data-bio-link:active, a.data-bio-link:hover {font-family: var(--BGWserif);border: 0;text-align: justify;margin: 0;hyphens: auto !important;-webkit-hyphens: auto !important;-ms-hyphens: auto !important;}a.data-bio-link:link, a.data-bio-link:visited, a.data-bio-link:active {font-weight: 500 !important;font-size: 19px;line-height: 180%;color: #333;text-decoration: none;letter-spacing: 0.02em;}a.data-bio-link:hover {color: var(--HoverColor);}.work-thumb-heading {font-family: var(--BGWserif);font-size: 1.15em;line-height: 100%;text-decoration: none;text-transform: none;letter-spacing: 0.13em;text-align: center;font-weight: 500;color: #222;margin: 6% 0 10% 0;padding: 0 !important;}.pubMain {max-width: 1250px !important;margin: 0 auto;margin-top: 220px;padding: 0;}.bgwPubs {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 3.65rem;align-items: start;font-family: var(--BGWserif);}@media (max-width: 900px) {.bgwPubs {grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (max-width: 560px) {.bgwPubs {grid-template-columns: 1fr;}}.bgwPub {display: grid;gap: .75rem;}.bgwPubCover {aspect-ratio: 3 / 4;background: #fff;border: 0;overflow: hidden;display: flex;align-items: flex-end;justify-content: center;margin: 4% 0;}.bgwPubCover img {display: block;max-width: 100%;max-height: 100%;width: auto;height: auto;object-fit: contain;}.PubTitle, .PubDate {font-family: var(--BGWserif);text-align: left;letter-spacing: 0.04em;}.PubTitle {font-size: 1.15rem;font-weight: 500;line-height: 1.25;text-align: left;letter-spacing: 0.04em;color: #121212;}.PubDate {font-size: 1.03rem;font-weight: 400;color: rgba(18,18,18,.72);line-height: 1.35;}.PubLinkBook {margin: 0 0 3% 0;}a.externpub, a.externpub:link, a.externpub:visited, a.externpub:active {font-family: var(--BGWsans);text-align: left;letter-spacing: 0.04em;font-size: .70rem;text-decoration: none;line-height: 240%;font-weight: 400;text-transform: uppercase;color: #666;margin: 0;padding-bottom: 5px;border-bottom: 1px solid #666;}a.externpub:hover {color: var(--HoverColor);border-bottom: 1px solid #339999;}.contact-inner {max-width: 777px;padding: 10px 5px 0;margin: 0 auto;margin-top: 220px;}.imptextcenter {color: #333;text-align: center;font-weight: 400;}.imptextSolo, .bgw-street-data, .bgw-contact-data, a.contactmail, a.contactmail:link, a.contactmail:visited, a.contactmail:active, a.teLink, a.teLink:link, a.teLink:visited, a.teLink:active {font-family: var(--BGWserif);hyphens: auto;font-size: 20px;line-height: 190%;letter-spacing: 0.05em;text-align: center;text-decoration: none !important;text-transform: none;font-weight: 400;color: #333;}address.bgw-contact-data {margin: 0 0 70px 0;}address {font-style: normal;}a.teLink {line-height: 260% !important;}a.contactmail, a.contactmail:link, a.contactmail:visited, a.contactmail:active {border-bottom: 1px solid #999;padding-bottom: 5px;}a.contactmail:hover, a.teLink:hover {color: var(--HoverColor);}.contact-images-bgw {padding: 0;margin-top: 15px;margin-bottom: 25px;}.contact-images-bgw img {width: 100%;}figure.cont-img {overflow: hidden;position: relative;display: inline-block;width: 100%;}figure.cont-img img {width: 100%;display: block;}figcaption.cont-img {position: absolute;bottom: -13em;width: 100%;font-size: 13px;line-height: 160%;font-weight: 400;text-align: center;hyphens: auto;color: #333;letter-spacing: 0.05em;background: rgba(255, 255, 255, 0.95);padding: 5% 1% 5% 1%;-webkit-transition: all 0.3s ease;transition: all 0.9s ease;}figure.cont-img:focus figcaption.cont-img, figure.cont-img:hover figcaption.cont-img {bottom: 0;left: 0;width: 100%;background: rgba(255, 255, 255, 0.95);}.imprint-box {display: block;margin: 0 auto;padding: 0;clear: both;max-width: 888px;margin-top: 230px;}.bgw-social-media-logo {width: 100%;padding: 0;margin: 0;margin-top: 10%;margin-bottom: 50px;display: flex;flex-direction: row;justify-content: center !important;align-items: flex-start;}.bgw-social-media-logo img {width: 100%;}#bgw-I-logo, #bgw-X-logo, #bgw-F-logo {z-index: 10000;cursor: pointer;transition: transform 500ms cubic-bezier(.65, .06, .19, .96), opacity 500ms ease-in-out;width: 25px;height: 25px;margin: 2%;}#bgw-I-logo a {display: block;text-indent: -9999px;width: 25px;height: 25px;background: url('../img/basics/instagram.png') 0 center no-repeat;background-size: auto;background-size: auto 25px;text-align: center;}#bgw-X-logo a {display: block;text-indent: -9999px;width: 25px;height: 25px;background: url('../img/basics/X.png') 0 center no-repeat;background-size: auto;background-size: auto 25px;text-align: center;}.footer {display: flex;justify-content: center;align-items: center;text-align: center;padding: 20% 0 2% 0;}.footer a, .footer span {font-family: var(--BGWsans);font-size: 0.65rem;line-height: 100%;text-decoration: none;letter-spacing: 0.16em;text-transform: uppercase;font-weight: 400 !important;color: #666;text-align: center;}.footer a:hover {color: var(--HoverColor);}@media (max-width: 930px) {.bgw-content-inner {padding: 0 4%;}.StartColCount, .PortColCount {column-count: 1;column-gap: none;}}@media (max-width: 880px) {.bgw-content-top, .bgw-content, .bgw-content-LG, .bgw-content-middle, .bgw-content-following {padding: 0 5%;}.bgw-heading {margin-top: 180px;}.bgw-content-top {margin-top: 90px;}.bgw-spacer-50, .bgw-spacer-80, .bgw-spacer-100, .bgw-spacer-130, .bgw-spacer-160, .bgw-spacer-180, .bgw-spacer-200 {height: 20px;}}@media (max-width: 820px) {.bgw-content-inner {padding: 0 5%;}}@media (max-width: 768px) {.bgw-content, .bgw-content-middle, .bgw-content-LG {margin-top: 30px;}h1 {font-size: 38px;letter-spacing: 0.03em;line-height: 120%;margin: 0 0 6% 0;padding: 0;}h2 {font-size: 24px;letter-spacing: 0.03em;line-height: 140%;padding: 3% 0;}h2.two {font-size: 15px;letter-spacing: 0.08em;padding: 8% 0 3% 0;}.left {text-align: center;}h1.origo {font-size: 44px;letter-spacing: 0.03em;line-height: 120%;margin: 0 0 6% 0;padding: 0;}.origo-intro {font-size: 20px;line-height: 140%;column-count: 1;column-gap: 0;padding: 2% 0 3% 0;}nav[aria-label="Downloads"] {letter-spacing: 0.02em;margin: 0 auto;margin-top: 10%;margin-bottom: 10%;text-align: center;margin-left: 0;}.footer {padding: 8% 0;}}figure {display: block;margin: 0;padding: 0;width: 100%;position: relative;text-decoration: none;}figure img {display: block;width: 100%;height: auto;margin: 0;padding: 0;object-fit: cover;}figure > figcaption.span {list-style: none;}.slip {display: flex;flex-direction: column !important;justify-content: center !important;margin: 0 auto;margin-top: 200px;max-width: 700px;}.slip-content {display: flex;flex-direction: column !important;justify-content: center !important;align-items: flex-start !important;text-align: center !important;margin: 0 auto;padding: 0;}.slip-h2 {font-family: var(--BGWsans);font-size: 20px;letter-spacing: 0.17em;line-height: 240%;text-decoration: none;text-align: center !important;text-transform: uppercase;font-weight: 300;color: #666;margin: 0 auto !important;margin-top: 3% !important;padding: 0;}.slip-text {font-family: var(--BGWserif);font-size: 18px;letter-spacing: 0.07em;line-height: 190%;text-decoration: none;text-align: center !important;font-weight: 300;color: #222;margin: 0 auto !important;padding: 0;}