@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsanscondensed;
  src: url('../fonts/IBMPlexSansCondensed-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsanscondensed;
  src: url('../fonts/IBMPlexSansCondensed-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsanscondensed;
  src: url('../fonts/IBMPlexSansCondensed-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ii Vorkurs;
  src: url('../fonts/II-Vorkurs-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ii Vorkurs;
  src: url('../fonts/II-Vorkurs-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ii Vorkurs;
  src: url('../fonts/II-Vorkurs-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --_ccc---color--light: #f7f6ec;
  --_ccc---type--body: Ibmplexmono, "Trebuchet MS", sans-serif;
  --_ccc---color--dark: #2d342c;
  --_ccc---type--headings: "Ii Vorkurs", Arial, sans-serif;
  --_ccc---color--main: #fcbd00;
  --_ccc---color--black-black: black;
  --_ccc---color--grey: #a0aec0;
  --_ccc---color--white-white: white;
  --_ccc---color--highlight: #ff4f2c;
  --_ccc---space--slider-spacing: 10rem;
  --_ccc---space--container-large: 80rem;
  --_ccc---space--container-tablet-small: 30rem;
  --_ccc---space--container-large-mobile: 20rem;
  --_ccc---space--tab-width-mobile: 20rem;
  --_ccc---color--manila: #e2e9de;
  --_ccc---space--drop-shadow-xy: 4px;
  --_ccc---space--drop-shadow-blur: 10px;
  --_ccc---space--drop-shadow-size: -3px;
  --_ccc---color--transparent: #fff0;
  --_ccc---space--container-tablet: 40rem;
  --_ccc---space--nav-height: 112px;
  --_ccc---space--tab-width: 60rem;
  --_ccc---space--container-large-tablet: 48rem;
  --_ccc---space--mid-opacity: 80%;
  --_ccc---space--tab-button: 20rem;
  --_ccc---type--headings-mobile: Ibmplexsanscondensed, Arial, sans-serif;
  --_ccc---color--ff-green: #00fa62;
  --_ccc---space--padding-horizontal: 5%;
  --_ccc---space--container: 60rem;
  --_ccc---space--container-small: 48rem;
  --_ccc---space--container-half: 30rem;
  --_ccc---space--container-mobile: 17rem;
  --_ccc---space--container-mobile-small: 15rem;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--_ccc---color--light);
  font-family: var(--_ccc---type--body);
  color: var(--_ccc---color--dark);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--_ccc---type--headings);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-family: var(--_ccc---type--headings);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: var(--_ccc---color--main);
  mix-blend-mode: normal;
  text-decoration: underline;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-heading-style-h2 {
  color: var(--_ccc---color--black-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_image {
  box-shadow: 6px 6px 12px -1px var(--_ccc---color--grey);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 40%;
  overflow: visible;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
  padding: 4rem;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--_ccc---color--black-black);
  background-color: var(--_ccc---color--white-white);
  color: var(--_ccc---color--black-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl-text-style-medium {
  color: var(--_ccc---color--black-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_section_gallery21 {
  background-color: var(--_ccc---color--white-white);
  background-image: url('../images/wall--3000px.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 110vh;
  overflow: hidden;
}

.rl_section_gallery21.bkgd-wall-flex-left-center {
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.rl_section_gallery21.brick-wall-flex-left-center {
  background-image: url('../images/bkgd-desktop-gradient-bricks2.jpg');
  background-size: cover;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--_ccc---color--black-black);
  background-color: var(--_ccc---color--white-white);
  color: var(--_ccc---color--black-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rl-button {
  border: 1px solid var(--_ccc---color--black-black);
  background-color: var(--_ccc---color--black-black);
  color: var(--_ccc---color--white-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--_ccc---color--black-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-2.is-white {
  color: #fff;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-heading-style-h1 {
  color: var(--_ccc---color--black-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: #fff;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.header5_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.rl_section_header5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/placeholder-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 35rem;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--_ccc---color--white-white);
  color: var(--_ccc---color--white-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.product6_heading {
  flex: 1;
}

.margin-bottom, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall.margin-2rem {
  margin-bottom: 2rem;
}

.margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge.bottom-4rem {
  margin-bottom: 4rem;
}

.margin-bottom.margin-xxlarge.z-index-2 {
  z-index: 3;
  position: relative;
}

.margin-bottom.margin-small, .margin-bottom.margin-xxsmall, .margin-bottom.margin-medium-2, .margin-bottom.margin-zero {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h2 {
  letter-spacing: .0375rem;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.text-color-highlight {
  color: var(--_ccc---color--highlight);
}

.heading-style-h2.text-color-painting {
  letter-spacing: 10px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/geo_col4.jpg');
  background-position: 50%;
  background-size: 175%;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-style-h2.text-color-dark-wide {
  letter-spacing: 50px;
}

.text-size-large {
  font-size: 1.625rem;
}

.product_slide {
  margin-right: var(--_ccc---space--slider-spacing);
}

.product6_item {
  width: 100%;
}

.product_mask {
  width: 25%;
  overflow: visible;
}

.container-large {
  max-width: var(--_ccc---space--container-large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.max-width-100percent {
  max-width: 100%;
}

.container-large.max-width60, .container-large._60 {
  max-width: 60%;
}

.slider-arrow {
  color: #0c0b09;
  background-color: #fff;
  border: 1px solid #0c0b0926;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-bottom-next.bkgd-highlight {
  background-color: var(--_ccc---color--highlight);
}

.slider-arrow.is-bottom-next.bkgd-main {
  background-color: var(--_ccc---color--main);
}

.slider-arrow.is-bottom-next.bkgd-manila {
  background-color: var(--_ccc---color--manila);
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-previous.bkgd-highlight {
  background-color: var(--_ccc---color--highlight);
}

.slider-arrow.is-bottom-previous.bkgd-main {
  background-color: var(--_ccc---color--main);
}

.slider-arrow.is-bottom-previous.bkgd-painting {
  background-color: var(--_ccc---color--highlight);
  background-image: url('../images/geo_col4.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slider-arrow.is-bottom-previous.bkgd-manila {
  background-color: var(--_ccc---color--manila);
}

.product6_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.product6_item-link {
  width: 100%;
  text-decoration: none;
}

.product6_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.padding-40rem-bottom {
  padding-bottom: 40rem;
}

.product_image-wrapper {
  box-shadow: var(--_ccc---space--drop-shadow-xy) var(--_ccc---space--drop-shadow-xy) var(--_ccc---space--drop-shadow-blur) var(--_ccc---space--drop-shadow-size) #0003;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.product_image-wrapper._75percent {
  width: 75%;
}

.padding-global {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-height: 80px;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.bkgd-bricks-black {
  background-image: url('../images/bkgd_desktop-bricks-blk-1500.jpg');
  background-position: 0 0;
  background-size: auto;
}

.padding-global.bkgd-manila {
  background-color: var(--_ccc---color--manila);
}

.text-size-medium {
  font-size: 1.25rem;
}

.product_image {
  aspect-ratio: 12 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product_image.fit-contain {
  aspect-ratio: 10 / 10;
  object-fit: contain;
}

.product_image._10-12 {
  aspect-ratio: 10 / 12;
}

.product_image._10-12._75 {
  width: 75%;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.wide-spaced {
  letter-spacing: 5px;
}

.text-style-tagline.text-color-white {
  color: var(--_ccc---color--white-white);
}

.product6_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.product6_title-wrapper.text-color-light {
  color: var(--_ccc---color--light);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center.no-max-w {
  max-width: none;
}

.product6_slider {
  background-color: #0000;
  max-width: 80vw;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 6rem;
  position: relative;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.button-group.is-center {
  justify-content: center;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-size-small {
  font-size: 1rem;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px none var(--_ccc---color--dark);
  background-color: var(--_ccc---color--transparent);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  mix-blend-mode: normal;
  background-image: url('../images/button-dark-outilne.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-bottom: .25rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button:hover {
  transform: translate(0, 3px);
  box-shadow: 0 0 #00884e;
}

.button.is-secondary {
  color: var(--_ccc---color--manila);
  background-color: #0000;
  border-color: #0c0b0926;
}

.button.is-secondary:hover {
  box-shadow: 0 0 #0c0b0926;
}

.button.is-secondary.is-small {
  color: var(--_ccc---color--manila);
}

.button.opacity-80percent {
  opacity: .8;
}

.section_product6 {
  overflow: hidden;
}

.section_product6.color-scheme-1.bkgd-bricks {
  background-image: url('../images/bkgd-desktop--bricks.jpg');
  background-position: 50%;
  background-size: auto;
}

.section_product6.color-scheme-1.bkgd-bricks-black {
  background-image: url('../images/bkgd_desktop-bricks-blk-1500.jpg');
  background-position: 50%;
  background-size: auto;
}

.section_product6.color-scheme-1.bkgd-bricks-black.minimum-80vh {
  background-image: url('../images/bkgd-desktop--bricks.jpg');
  background-size: auto 75%;
  min-height: 80vh;
}

.section_product6.color-scheme-1.bkgd-bricks-gradient {
  background-image: url('../images/bkgd-desktop-gradient-bricks2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_product6.color-scheme-1.bkgd-bricks-gradient.minimumh8vh {
  overflow-wrap: normal;
  background-image: url('../images/bkgd_desktop-bricks-blk-1500.jpg');
  background-repeat: repeat;
  background-size: auto 75%;
  min-height: 80vh;
}

.section_product6.color-scheme-1.bkgd-bricks-white {
  background-image: url('../images/bkgd-desktop--bricks.jpg');
  background-position: 50%;
  background-size: auto 75%;
}

.section_product6.color-scheme-1.bkgd-bricks-white.minimum-80vh {
  background-image: url('../images/bkgd-desktop--bricks.jpg');
  background-size: auto 75%;
  min-height: 80vh;
}

.section_product6.color-scheme-1.bkgd-bricks-white.minimum-100vh {
  background-size: auto 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section_product6.color-scheme-1.bkgd-bricks-white.minimum-100vh.max-w-100vw {
  max-width: 100vw;
}

.header83_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.gallery25_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto 4rem 0% auto;
}

.heading-style-h4-4 {
  letter-spacing: -.0225rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.career3_list-wrapper {
  overflow: hidden;
}

.layout518_card-large {
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header109_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.event26_meta-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.header109_video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.header82_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section_layout517.color-scheme-1 {
  position: relative;
}

.layout486_number-wrapper {
  text-align: center;
}

.portfolio23_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.timeline6_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.layout517_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout518_grid-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  height: 90vh;
  margin-top: 0;
  display: grid;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.header156_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout495_tab-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-top: .375rem;
}

.faq10_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout424_heading-list {
  height: 16rem;
  overflow: hidden;
}

.layout424_heading-list.heading-list-visible {
  height: 20rem;
  overflow: visible;
}

.timeline15_tab-change {
  display: none;
}

.layout411_desktop-inner-wrapper {
  height: 80%;
  position: relative;
  top: 10%;
  overflow: hidden;
}

.layout411_image {
  border-radius: 8px;
  width: 80%;
}

.faq10_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.layout484_split-text {
  display: none;
}

.is-quantity-input {
  width: 4rem;
}

.is-quantity-input::placeholder {
  color: #0d0900;
}

.content5_content-wrapper {
  position: sticky;
  top: 5rem;
}

.product-header1_details {
  overflow: hidden;
}

.layout518_component {
  height: 250vh;
  position: relative;
}

.heading-style-h1-3 {
  letter-spacing: -.045rem;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0d0900;
}

.section_cta26 {
  position: relative;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.layout517_image-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog33_author-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout492_tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-small-2 {
  font-size: .875rem;
}

.blog-post-header1_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.header153_image-wrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 40%;
  position: absolute;
  overflow: hidden;
}

.header153_image-wrapper.is-image4 {
  max-width: 30%;
  height: 25%;
  bottom: 37%;
  right: 0%;
}

.header153_image-wrapper.is-image5 {
  opacity: 1;
  mix-blend-mode: difference;
  object-fit: fill;
  border-radius: 0;
  width: 30%;
  height: 25%;
  bottom: 68%;
  right: 32%;
}

.header153_image-wrapper.is-image1 {
  object-fit: fill;
  width: 100%;
  max-width: 25%;
  height: 20%;
  bottom: 68%;
  left: 46%;
}

.header153_image-wrapper.is-image7 {
  width: 30%;
  max-width: 40%;
  height: 25%;
  top: 61%;
  right: 20%;
}

.header153_image-wrapper.is-image8 {
  bottom: 39%;
  left: 0%;
}

.header153_image-wrapper.is-image3 {
  max-width: 30%;
  height: 25%;
  top: 68%;
  left: 1%;
}

.header153_image-wrapper.is-image2 {
  max-width: 30%;
  height: 25%;
  left: 19%;
}

.header153_image-wrapper.is-image6 {
  width: 60%;
  max-width: 45%;
  height: 35%;
  right: -20%;
}

.header83_background-images {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.product-header1_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #0d090026;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.blog33_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.footer1_logo-link {
  padding-left: 0;
}

.component-instructions-delete {
  z-index: 1;
  color: #0d0900;
  text-align: left;
  background-color: #f2f2f2;
  padding: 2rem;
  position: relative;
}

.timeline15_tab-progress {
  opacity: .15;
  background-color: #0d0900;
  width: 100%;
  height: 3px;
}

.event26_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.timeline15_progress-bar {
  z-index: 1;
  background-color: #0d0900;
  width: 10%;
  height: 3px;
  transition: width .2s;
  position: absolute;
  bottom: 3.5625rem;
}

.header79_image-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header79_image-column.image-column-3 {
  margin-top: 0%;
}

.header79_image-column.image-column-5 {
  margin-top: -20%;
}

.header79_image-column.image-column-2 {
  margin-top: -50%;
}

.header79_image-column.image-column-1 {
  margin-top: -20%;
}

.header79_image-column.image-column-4 {
  margin-top: -30%;
}

.timeline6_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fef1cc);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.layout424_content {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.blog33_date-wrapper {
  align-items: center;
  display: flex;
}

.blog-post-header1_author-image {
  object-fit: cover;
  width: 100%;
}

.layout495_lightbox {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout486_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.layout486_content.padding-left-5percent {
  background-color: #ffffffe6;
  padding-left: 5%;
}

.blog33_image-wrapper {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.layout411_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.layout486_content-left {
  align-items: flex-start;
  height: 14rem;
  display: flex;
  position: sticky;
  top: 20%;
  overflow: hidden;
}

.layout486_content-left.bkgd-barpoint {
  background-image: url("https://cdn.prod.website-files.com/695a1089a1199ca8ea1ffd63/69bface93cac7986ad1657f7_d7c7dfa813e85ca6e8069880aa72a11e_View_To_Gentleman's_Halt.jpg");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
}

.navbar1_logo:where(.w-variant-bcae1152-7126-a0a0-5763-ca5a47317604) {
  filter: brightness(0%) invert();
}

.header156_image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-1x1-small-2 {
  width: 2rem;
  height: 2rem;
}

.layout411_images-wrapper {
  z-index: 1;
  position: relative;
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0d0900;
  background-color: #0d09000d;
  border: 1px solid #0d09000d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-2.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag-2.is-alternate {
  color: #fff;
  background-color: #ffffff1a;
  border-color: #ffffff1a;
}

.header109_component {
  flex-direction: column;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.timeline6_item {
  z-index: 2;
  background-color: #fef1cc;
  border: 1px solid #0d090026;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  margin-left: 3rem;
  padding: 2rem;
  overflow: hidden;
}

.product-header1_reviews-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.product-header1_component {
  padding-bottom: 3rem;
}

.footer1_credit-text {
  color: var(--_ccc---color--main);
  font-size: .875rem;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.timeline6_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fef1cc, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.layout505_tabs-menu {
  border-right: 1px solid #0d090026;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.header156_text-wrapper {
  text-align: center;
  align-self: center;
  position: absolute;
}

.event26_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-header1_image-wrapper {
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.header79_content {
  z-index: 1;
  position: relative;
}

.layout505_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  mix-blend-mode: normal;
  background-color: #fcbd0052;
  border-bottom: 1px solid #0d090026;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  display: flex;
}

.layout505_tab-link:hover {
  background-color: var(--_ccc---color--main);
}

.layout505_tab-link.w--current {
  opacity: 1;
  background-color: #f7e9c2;
  box-shadow: inset -6px 3px 5px -1px #413f3b2e;
}

.layout505_tab-link.tab-last {
  border-bottom-style: none;
}

.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  mix-blend-mode: normal;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.layout505_icon-wrapper {
  display: inline-block;
}

.layout351_image {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

.layout495_tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.career3_job-department {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.header143_lightbox {
  transform-origin: 100% 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  min-height: 1svh;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #0d0900;
}

.navbar1_link.bkgd-color-light-menu:where(.w-variant-bcae1152-7126-a0a0-5763-ca5a47317604) {
  background-color: var(--_ccc---color--light);
}

.header143_component {
  min-height: 100vh;
  position: relative;
}

.layout351_content-wrapper {
  flex-direction: column;
  flex: none;
  width: 40rem;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
}

.timeline15_tab-progress-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.event26_item {
  background-color: #fef1cc;
  border: 1px solid #0d090026;
  border-radius: 8px;
  overflow: hidden;
}

.layout411_desktop-sticky-images {
  height: 100vh;
  position: sticky;
  top: 0;
}

.layout505_tab-pane {
  background-color: var(--_ccc---color--manila);
  height: 100%;
}

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.divider-horizontal {
  background-color: var(--_ccc---color--light);
  color: var(--_ccc---color--light);
  mix-blend-mode: difference;
  width: 100%;
  height: 1px;
}

.breadcrumb-link {
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.padding-top, .padding-top.padding-medium-2, .padding-top.padding-xhuge-2 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.portfolio23_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.layout488_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  position: relative;
}

.event26_icon-wrapper {
  flex: none;
}

.gallery25_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header1_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.header153_images-wrapper-right {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.header153_images-wrapper-right.delete-this-class {
  position: absolute;
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #0d090026;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.timeline6_circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 2rem;
  height: 100%;
  margin-left: -2rem;
  display: flex;
  position: absolute;
}

.text-size-regular-3 {
  font-size: 1rem;
}

.heading-style-h5-60 {
  opacity: .6;
  letter-spacing: -.0175rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.header153_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.layout518_card-small-bottom {
  background-color: var(--_ccc---color--highlight);
  border: 1px solid #0d090026;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.video-overlay-layer-2 {
  z-index: 1;
  background-color: #0d090066;
  position: absolute;
  inset: 0%;
}

.blog-post-header1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.layout488_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 4rem;
  max-width: 24rem;
  display: flex;
  position: relative;
}

.layout517_component {
  flex-direction: column;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
}

.career3_accordion {
  border-bottom: 1px solid #0d090026;
}

.layout518_ix-trigger {
  z-index: -1;
  padding-top: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery24_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header83_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.header153_content {
  z-index: 2;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: var(--_ccc---color--light);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.text-size-medium-9 {
  font-size: 1.125rem;
}

.text-size-medium-9.bkgd-color-light {
  display: inline;
}

.header79_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.layout505_tabs {
  background-color: #fcbd0052;
  border: 1px solid #0d090026;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 20rem 60rem;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout505_tabs.bkgd-manila {
  background-image: url('../images/manila-folder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

.layout411_mobile-image-wrapper {
  display: none;
}

.portfolio23_image-wrapper, .layout495_image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.timeline15_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.product-header1_image {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout517_content-bottom {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-header1_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout492_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery24_horizontal-scroll-content {
  grid-column-gap: 2rem;
  align-items: center;
  width: 400vh;
  display: flex;
}

.faq10_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.timeline6_progress-line-cover {
  z-index: 2;
  background-color: var(--_ccc---color--manila);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.layout505_component {
  background-image: url('../images/manila-folder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  overflow: hidden;
}

.header79_component {
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.layout351_column-horiztonal-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

.header156_image-wrapper {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.header156_image-wrapper.is-image1 {
  top: -15%;
  right: 0%;
}

.header156_image-wrapper.is-image4 {
  bottom: 5%;
  left: -10%;
}

.header156_image-wrapper.is-image2 {
  top: 5%;
  left: -10%;
}

.header156_image-wrapper.is-image3 {
  left: -15%;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.header83_image-wrapper {
  position: relative;
}

.timeline15_circle {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
  box-shadow: 0 0 0 8px #fef1cc;
}

.layout486_progress-bar {
  background-color: #0d0900;
  width: 2rem;
  height: 2px;
}

.layout488_heading {
  z-index: 1;
  white-space: nowrap;
  font-size: 6rem;
  position: relative;
}

.layout488_heading.show-mobile-landscape {
  display: none;
}

.layout424_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.footer1_bottom-wrapper {
  color: var(--_ccc---color--light);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.layout495_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .4;
  background-color: #0000;
  border-bottom: 1px solid #0d090026;
  padding: 1.5rem 0;
  display: flex;
}

.layout495_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.header109_content {
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 7rem;
  position: relative;
}

.layout488_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
}

.margin-top.margin-large-2, .margin-top.margin-xxlarge, .margin-top.margin-small, .margin-top.margin-xsmall-2, .margin-top.margin-tiny-2, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.width30rem {
  width: 30rem;
}

.margin-top.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.layout486_progress-wrapper {
  background-color: #dadad8;
  width: 105%;
  height: 2px;
  margin-bottom: 2rem;
  margin-left: -5%;
}

.header83_content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout351_column-content {
  min-width: 200vw;
  height: 100%;
  overflow: auto;
}

.navbar1_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_component.color-scheme-1 {
  background-color: var(--_ccc---color--transparent);
  position: fixed;
  inset: 0% 0% auto;
}

.header109_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline15_tab-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout518_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog33_author-image-wrapper {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.form_message-success-3 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.content5_gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.show-mobile-landscape {
  display: none;
}

.event26_image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-post-header1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.gallery24_component {
  height: 400vh;
}

.timeline15_component {
  position: relative;
}

.layout411_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.gallery25_mask {
  width: 80%;
  overflow: visible;
}

.event26_item-content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
}

.layout488_circle {
  z-index: -1;
  background-color: #fef1cc;
  border-radius: 99999px;
  width: 4vh;
  height: 4vh;
  position: absolute;
}

.layout492_lightbox {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.breadcrumb_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-header1_lightbox-link {
  width: 100%;
  display: block;
}

.layout517_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.component-instructions-item {
  padding-left: .5rem;
}

.heading-style-h2-4 {
  letter-spacing: -.0325rem;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.padding-vertical, .padding-vertical.padding-xxlarge-2 {
  padding-left: 0;
  padding-right: 0;
}

.max-width-medium-4 {
  width: 100%;
  max-width: 35rem;
}

.section_gallery25 {
  overflow: hidden;
}

.blog-post-header1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.header143_content-right {
  margin-top: 12rem;
}

.layout351_column-text {
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_input-2 {
  color: #0d0900;
  background-color: #0000;
  border: 1px #0d090026;
  border-bottom-style: solid;
  border-radius: 6px;
  height: auto;
  min-height: 2rem;
  margin-bottom: 0;
  padding: .5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #0d0900;
}

.form_input-2::placeholder {
  color: #0d090099;
}

.form_input-2.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #ffffff1a #ffffff1a #fff3;
}

.form_input-2.is-alternate::placeholder {
  color: #fff9;
}

.form_input-2.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.layout424_heading {
  white-space: nowrap;
  font-size: 6rem;
}

.layout424_heading.heading-3 {
  color: var(--_ccc---color--dark);
  line-height: 1.2;
}

.layout424_heading.heading-3.text-wrap {
  white-space: normal;
}

.layout424_heading.heading-4 {
  color: var(--_ccc---color--main);
  line-height: 1.2;
  text-decoration: line-through;
}

.layout424_heading.heading-4.text-wrap {
  white-space: normal;
}

.layout424_heading.heading-2 {
  color: var(--_ccc---color--highlight);
  line-height: 1.2;
  display: inline;
}

.layout424_heading.heading-2.text-wrap {
  white-space: normal;
}

.layout424_heading.heading-1 {
  line-height: 1.2;
}

.layout424_heading.heading-1.text-wrap {
  color: var(--_ccc---color--white-white);
  white-space: normal;
  mix-blend-mode: difference;
  height: 100px;
  line-height: 1;
  text-decoration: none;
}

.layout495_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.faq3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.header156_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout518_card-small-top {
  background-color: #fef1cc;
  border: 1px solid #0d090026;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.layout518_card-small-top.bkgd-color-main {
  background-color: var(--_ccc---color--main);
}

.layout424_component {
  flex-direction: column;
  height: 300vh;
  position: relative;
}

.header153_images-wrapper-left {
  z-index: 2;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.header153_images-wrapper-left.delete-this-class {
  position: absolute;
}

.layout505_tab-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 45rem;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.layout505_tab-content.bk-painting {
  background-image: url('../images/cc_2e__insitu2.jpg');
  background-position: 50%;
  background-size: cover;
}

.layout505_tab-content.blkbd-bkgd {
  background-image: url('../images/formula_eg.gif');
  background-position: 0 0;
  background-size: cover;
}

.layout505_tab-content.bkgd-foa {
  background-image: url('../images/mumbai.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout505_tab-content.bk-excalidraw {
  background-image: url('../images/Screenshot-2026-02-28-at-10.29.53-pm.png');
  background-position: 0 0;
  background-size: cover;
}

.layout505_tab-content.bkgd-learn {
  background-image: url('../images/learning-diagram.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout505_tab-content.bkgd-tech {
  background-image: url('../images/tech-diagram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout505_tab-content.bkgd-design {
  background-image: url('../images/design-diagram.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout505_tab-content.bkgd-paint {
  background-image: url('../images/painting-diagram.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout505_tab-content.bkgd-install {
  background-image: url('../images/install-diagram.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog33_component {
  flex-direction: column;
  align-items: center;
}

.timeline15_fade-overlay-left {
  z-index: 2;
  background-image: linear-gradient(90deg, #fef1cc, #fff0);
  width: 4rem;
  height: 4px;
  position: absolute;
  top: .875rem;
  left: 0%;
}

.career3_item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.section_layout505.color-scheme-4 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.footer1_link {
  opacity: .8;
  color: var(--_ccc---color--manila);
  mix-blend-mode: normal;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.layout411_background-image {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Placeholder-Image-Portrait.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer1_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.content29_author-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery25_slide {
  padding-right: 2rem;
}

.portfolio23_item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fef1cc;
  border: 1px solid #0d090026;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  overflow: hidden;
}

.header83_component {
  height: 300vh;
  position: relative;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.layout492_image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.layout495_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-section-medium-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.slider-arrow-2 {
  color: #0d0900;
  background-color: #fef1cc;
  border: 1px solid #0d090026;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow-2.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow-2.is-bottom-next {
  inset: auto 0% 0% auto;
}

.layout411_mobile-image {
  width: 100%;
  height: 100%;
  position: absolute;
}

.layout351_accordion {
  border-right: 1px solid #0d090026;
  flex-direction: row;
  justify-content: flex-start;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_accordion.active {
  width: 100%;
}

.section_header79 {
  position: relative;
}

.portfolio23_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header143_video-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.header79_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.timeline6_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: relative;
}

.timeline6_progress.z-index-2 {
  z-index: -2;
}

.gallery25_slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.gallery24_image {
  object-fit: cover;
  width: 80vw;
  height: 80vh;
}

.content29_social-link {
  background-color: #fef1cc;
  border-radius: 20px;
  padding: .25rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.header153_ix-trigger {
  z-index: -1;
  margin-top: 15vh;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.faq10_list {
  border-bottom: 1px solid #0d090026;
}

.career3_list {
  margin-bottom: 2rem;
  display: block;
}

.event26_heading {
  flex: 1;
}

.heading-style-h3-5 {
  aspect-ratio: auto;
  letter-spacing: -.0275rem;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3-5.text-color-light {
  color: var(--_ccc---color--light);
}

.heading-style-h3-5.mobile-bkgd-highlight {
  background-color: var(--_ccc---color--main);
  object-fit: contain;
  display: inline-block;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.product-header1_accordion-wrapper {
  border-bottom: 1px solid #0d090026;
}

.header82_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout492_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.content5_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.error-state-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.variant-button {
  color: #0d0900;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-active {
  background-color: var(--_ccc---color--highlight);
  color: #fff;
  mix-blend-mode: normal;
  border-color: #0d0900;
}

.variant-button.is-disabled {
  opacity: .25;
}

.section_event26 {
  overflow: hidden;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.layout486_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.layout411_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 20vh;
  display: flex;
}

.footer1_component.color-scheme-5 {
  position: absolute;
  inset: auto 0% 0%;
}

.footer1_component.footer-ccc {
  color: var(--_ccc---color--manila);
  background-image: url('../images/footer-floor-light.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  position: static;
  inset: auto 0% 0%;
}

.layout486_content-right {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event26_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 8rem;
  position: relative;
}

.event26_mask {
  width: 33.33%;
  overflow: visible;
}

.header79_image-wrapper {
  border-radius: 8px;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.layout492_paragraph {
  overflow: hidden;
}

.portfolio23_content-left {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content29_content-wrapper {
  margin-bottom: 4rem;
}

.event26_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.layout518_content {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fef1cc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header109_inner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.layout518_cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-left: 2rem;
  display: grid;
}

.product-header1_rating-icon {
  color: #0d0900;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.blog-post-header1_social-link {
  background-color: #fef1cc;
  border-radius: 20px;
  padding: .25rem;
}

.timeline15_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  display: flex;
}

.timeline15_tab-link.w--current {
  color: #0d0900;
  background-color: #0000;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.header156_component {
  flex-direction: column;
  min-height: 180vh;
  margin-bottom: 7rem;
  position: relative;
}

.header156_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.margin-vertical, .margin-vertical.margin-large-2 {
  margin-left: 0;
  margin-right: 0;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq3_list {
  border-bottom: 1px solid #0d090026;
}

.timeline6_progress-line {
  z-index: 0;
  background-color: #0d0900;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline6_circle {
  z-index: 2;
  background-color: var(--_ccc---color--highlight);
  color: var(--_ccc---color--main);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fef1cc;
}

.layout517_card {
  z-index: 1;
  color: var(--_ccc---color--manila);
  background-image: url('../images/tag.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #0d090026;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  overflow: hidden;
}

.blog-post-header1_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery24_image-wrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.timeline15_fade-overlay-right {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, #fef1cc);
  width: 4rem;
  height: 4px;
  position: absolute;
  top: .875rem;
  right: 0%;
}

.navbar1_dropdown-list.w--open {
  background-color: #fef1cc;
  border: 1px solid #0d090026;
  border-radius: 8px;
  padding: .5rem;
}

.is-bottom-left-next {
  inset: auto auto 0% 4rem;
}

.header79_background-images {
  z-index: 0;
  background-color: #fef1cc;
  background-image: url('../images/bkgd_desktop-bricks-blk-1500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.product-header1_rating-wrapper {
  display: flex;
}

.layout488_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 40% max-content 40%;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content29_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.layout351_content {
  background-color: #fef1cc;
  border: 1px solid #0d090026;
  border-radius: 8px;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.lightbox-play-icon-2 {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-size-tiny-4 {
  font-size: .75rem;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header143_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_default-state {
  margin-bottom: 2rem;
}

.layout486_number {
  font-family: var(--_ccc---type--headings);
  color: var(--_ccc---color--light);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--_ccc---color--main);
  mix-blend-mode: difference;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}

.layout486_number.show-mobile-landscape {
  display: none;
}

.layout486_number.bkgd-barpoint {
  mix-blend-mode: normal;
  background-image: url("https://cdn.prod.website-files.com/695a1089a1199ca8ea1ffd63/69bface93cac7986ad1657f7_d7c7dfa813e85ca6e8069880aa72a11e_View_To_Gentleman's_Halt.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout486_number.bkgd-bondi {
  background-image: url('../images/dont-panic-3000.jpg');
  background-position: 50%;
  background-size: cover;
}

.layout486_number.bkgd-aspectrum {
  background-image: url('../images/aspectrums5.png');
  background-position: 0 0;
  background-size: contain;
}

.layout486_number.bkgd-geo {
  background-image: url('../images/khanti-1000-x-1000mm-Acrylic-on-canvas-December-2014.jpg');
  background-position: 0 0;
  background-size: cover;
}

.header156_content-bottom {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 5rem 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar1_menu-button {
  padding: 0;
}

.blog33_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.event26_item-link {
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.header79_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.section_header153.color-scheme-2 {
  display: block;
}

.layout495_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog33_item-link {
  text-decoration: none;
}

.header82_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.event26_slide {
  padding-right: 2rem;
}

.layout518_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.blog33_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.error-text {
  color: #e23939;
}

.content5_image-wrapper {
  border-radius: 8px;
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery25_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 6rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.footer1_legal-link {
  color: var(--_ccc---color--manila);
  mix-blend-mode: normal;
  font-size: .5rem;
  text-decoration: underline;
}

.career3_title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.timeline15_tabs-menu {
  color: #86847f;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  overflow: auto;
}

.product-header1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.is-bottom-left-previous {
  inset: auto auto 0% 0%;
}

.career3_content-right {
  width: 100%;
}

.gallery25_content-left {
  justify-content: flex-end;
  display: flex;
}

.layout351_vertical-text-styling {
  display: none;
}

.button-13 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #ff4f2c;
  border: 1px solid #ff4f2c;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-13:hover {
  background-color: #cc3f23;
  border-color: #cc3f23;
}

.button-13.is-link {
  color: #0d0900;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-13.is-link:hover {
  text-decoration: underline;
}

.button-13.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-13.is-link.is-icon.text-color-dark {
  mix-blend-mode: normal;
}

.button-13.is-small {
  padding: .25rem .625rem;
}

.button-13.is-secondary {
  color: #0d0900;
  background-color: #0000;
  border-color: #0d090026;
}

.button-13.is-secondary:hover {
  background-color: #0d09000d;
}

.button-13.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff3;
}

.button-13.is-secondary.is-alternate:hover {
  background-color: #ffffff1a;
}

.button-13.is-alternate {
  color: #0d0900;
  background-color: #fff;
  border-color: #fff;
}

.button-13.is-alternate:hover {
  background-color: #dadad8;
  border-color: #dadad8;
}

.button-13.is-outline {
  color: #0d0900;
  background-color: #0000;
  border-color: #0d090026;
}

.button-13.is-outline:hover {
  background-color: #0d09000d;
}

.button-13.is-outline.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff3;
}

.button-13.is-outline.is-alternate:hover {
  background-color: #ffffff1a;
}

.layout492_tab-link {
  opacity: .4;
  background-color: #0000;
  border-bottom: 1px solid #0d090026;
  padding: 1.5rem 0;
}

.layout492_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.product-header1_option {
  margin-bottom: 1.5rem;
}

.faq3_answer {
  overflow: hidden;
}

.layout505_tabs-content {
  min-width: 45rem;
}

.header83_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout351_column-vertical-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(180deg);
}

.layout351_column {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.header109_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.layout411_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.career3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.success-text {
  font-weight: 600;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.header82_content-bottom {
  z-index: 1;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  height: 80vh;
  margin-bottom: -10vh;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.event26_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.career3_icon-wrapper {
  align-self: center;
  width: 2rem;
  display: flex;
}

.header82_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.header83_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.product-header1_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.header153_image {
  aspect-ratio: auto;
  mix-blend-mode: difference;
  object-fit: contain;
  width: 80%;
  height: 80%;
}

.header153_image._50 {
  width: 100%;
  height: 100%;
}

.header153_image.color-invert {
  opacity: 1;
  filter: invert();
}

.layout495_paragraph {
  overflow: hidden;
}

.cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.layout518_card-content {
  z-index: 1;
  position: relative;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.content29_author-image-wrapper {
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.content5_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout488_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.timeline6_line {
  opacity: .15;
  background-color: #0d0900;
  width: 3px;
  height: 100%;
}

.footer1_link-list {
  color: var(--_ccc---color--manila);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.event26_category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.header82_component {
  flex-direction: column;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.blog-post-header1_author-image-wrapper {
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.gallery25_image-wrapper {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center.flex {
  flex-flow: column;
  display: flex;
}

.product-header1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.header143_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.timeline15_image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.layout492_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.text-align-center.text-color-light {
  color: var(--_ccc---color--light);
}

.faq10_answer {
  overflow: hidden;
}

.faq10_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #0d090026;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.timeline6_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout517_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  color: var(--_ccc---color--light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.timeline6_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 48rem;
  display: grid;
}

.layout518_icon-wrapper {
  display: inline-block;
}

.gallery25_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product-header1_image-wrapper {
  box-shadow: var(--_ccc---space--drop-shadow-xy) var(--_ccc---space--drop-shadow-xy) var(--_ccc---space--drop-shadow-blur) var(--_ccc---space--drop-shadow-size) #0003;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.max-width-medium-left-xl {
  width: 100%;
  max-width: 35rem;
}

.cc-gallery_arrow-left {
  border: 1px solid var(--_ccc---color--black-black);
  background-color: var(--_ccc---color--white-white);
  color: var(--_ccc---color--black-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.image {
  flex: 1;
}

.paragraph, .paragraph-2, .text-block {
  background-color: var(--_ccc---color--light);
}

.bkgd-color-light {
  background-color: var(--_ccc---color--light);
  object-fit: contain;
  align-items: stretch;
  display: inline;
}

.bkgd-color-light.block {
  display: block;
}

.container-large-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-360 {
  width: 100%;
  height: 100%;
}

.html-embed {
  object-fit: fill;
  width: auto;
  height: 100%;
}

.section360 {
  width: 100vw;
  height: 80vh;
}

.image-2 {
  transform: rotate(90deg);
}

.scroll-section {
  justify-content: center;
  align-items: flex-end;
  height: 30vh;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-color-main {
  color: var(--_ccc---color--main);
  letter-spacing: 10px;
}

.inline-text {
  display: inline-block;
}

.dropdown-chevron-l {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-span-dark {
  color: var(--_ccc---color--dark);
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_header {
  position: relative;
}

.header-100vh {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.header-100vh.align-bottom {
  align-items: flex-end;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_header-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: fixed;
  inset: 0%;
}

.padding-large {
  padding: 3rem;
}

.text-size-medium-3 {
  font-size: 1rem;
}

.padding-global-100vh {
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  mix-blend-mode: difference;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-4.border--white-cc {
  border-color: #fff;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
}

.artworks__background-image--20 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 4px;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.padding-section-large-no-scroll {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-color-difference {
  color: var(--_ccc---color--white-white);
  letter-spacing: 10px;
  mix-blend-mode: difference;
}

.heading-style-h1--xl {
  letter-spacing: -.045rem;
  font-size: 40vh;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h1--xl.text-color-main {
  font-size: 26vw;
}

.rotate180 {
  flex: 1;
  transform: rotate(180deg);
}

.div-heading-one {
  background-image: url('../images/mural1.jpg');
  background-position: 50%;
  background-size: 110%;
}

.link-block {
  color: var(--_ccc---color--main);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 16rem;
  text-decoration: none;
  display: block;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: scale-down;
  align-self: auto;
  width: 10%;
  height: auto;
  display: block;
}

.div-heading-two {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.link-flexbox {
  color: var(--_ccc---color--main);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 16rem;
  text-decoration: none;
  display: flex;
}

.link-flexbox.horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
}

.div-heading-three {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.max-width-100percent {
  width: 100%;
  max-width: 100%;
}

.max-width-100percent.align-center.no-max-w {
  max-width: none;
}

.image-rotate90 {
  transform: rotate(90deg);
}

.link-block-blending-normal {
  mix-blend-mode: normal;
}

.div-heading-four {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.product_mask-large {
  width: 25%;
  overflow: visible;
}

.product_mask-sml {
  width: 15%;
  min-width: 50px;
  max-width: none;
  overflow: visible;
}

.section-sales-sliders {
  background-image: url('../images/bkgd-desktop--bricks.jpg');
  background-position: 50%;
  background-size: auto 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.section-editions {
  background-image: url('../images/bkgd-desktop--bricks.jpg');
  background-position: 0 0;
  background-size: 75%;
  overflow: hidden;
}

.section-slider-brick-black {
  background-color: var(--_ccc---color--main);
  overflow-wrap: normal;
  min-height: 0;
  overflow: hidden;
}

.product_mask-xl {
  width: 35%;
  overflow: visible;
}

.section-brick-white {
  background-image: url('../images/bkgd-desktop--bricks.jpg');
  background-position: 0 0;
  background-size: 75%;
  overflow: hidden;
}

.section-bricks-black {
  background-image: url('../images/bkgd_desktop-bricks-blk-1500.jpg');
  background-position: 0 0;
  background-size: 75%;
  overflow: hidden;
}

.blending-softlight {
  opacity: 1;
  mix-blend-mode: soft-light;
}

.image-overlay {
  mix-blend-mode: multiply;
}

.image-overlay.opacity {
  opacity: var(--_ccc---space--mid-opacity);
}

.layout157_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-section-large-no-background {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-3.margin-small.z {
  z-index: 10;
  position: relative;
}

.header30_background-image--mobile-cc {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.layout157_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.layout157_lightbox-image {
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
}

.logo6_wrapper {
  opacity: .8;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.logo6_wrapper.background-color-black {
  background-color: #0000;
}

.logo6_wrapper.background-color-main {
  background-color: var(--_ccc---color--main);
}

.button-difference {
  color: #f7f6ec;
  text-align: center;
  text-transform: capitalize;
  mix-blend-mode: difference;
  background-color: #2d342c;
  border: 1px solid #f7f6ec;
  padding: .75rem 1.5rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.header75_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.about__background-image-cc {
  object-fit: cover;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: none;
  position: fixed;
  inset: 0%;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.contact9_image {
  object-fit: cover;
  height: 100%;
  display: block;
}

.header75_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-field-wrapper {
  position: relative;
}

.margin-top-3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-image-static-cc {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.background-image-static-cc.inverse {
  filter: invert();
}

.logo-bw {
  max-height: 3.5rem;
}

.logo-bw.height--10rem-cc {
  max-height: 10rem;
}

.logo-bw.height--10rem-cc.blending-lighten {
  mix-blend-mode: lighten;
}

.text-size-medium-10 {
  white-space: pre-wrap;
  font-size: 1.25rem;
}

.text-size-medium-10.text-color-white {
  color: #f7f6ec;
}

._wf-form-contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-section-large-background-black {
  background-color: #000;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header75_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.contact_component {
  margin-bottom: var(--_ccc---space--slider-spacing);
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.text-size-medium-11 {
  font-size: 1rem;
}

.text-size-medium-11.text-color-white {
  color: #f7f6ec;
}

.padding-global-100h-centered {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.padding-global-100h-centered.vertical {
  flex-flow: column;
  margin-top: auto;
}

.header75_component {
  z-index: 1;
  flex-direction: column;
  height: 300vh;
  display: flex;
  position: relative;
}

.header75_component.top__padding-100-cc {
  padding-top: 100px;
}

.logo6_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.logo6_list.main {
  background-color: #0000;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo6_list.main.width-80percent {
  width: 80%;
}

.padding-zero {
  padding-left: 5%;
  padding-right: 5%;
}

.section_header75.top__margin-100-cc {
  margin-top: 100px;
}

.padding-global-100h {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.header75_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.container-large-2 {
  background-color: #0000;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.max-width-large-2 {
  width: 100%;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header75_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.padding-section-medium-2 {
  flex: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-align-center-2 {
  text-align: center;
}

.text-size-medium-9-copy {
  padding-top: 2rem;
  font-size: 1.125rem;
}

.text-size-medium-9-copy.bkgd-color-light {
  display: inline;
}

.text-size-medium-9-copy.bkgd-color-dark-blurry-60opacity {
  background-color: var(--_ccc---color--black-black);
  opacity: .6;
  vertical-align: middle;
  padding-bottom: 2rem;
  line-height: 18px;
  display: flex;
  box-shadow: 0 0 16px 8px #000;
}

.timeline_left {
  margin-left: -3rem;
}

.timeline_date-text {
  z-index: 3;
  color: #2d342c;
  text-align: center;
  mix-blend-mode: difference;
  background-color: #f5f5f5;
  position: relative;
}

.timeline_date-headline {
  z-index: 3;
  color: #2d342c;
  text-align: center;
  mix-blend-mode: difference;
  background-color: #f7f6ec;
  position: relative;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.image-100h {
  width: 100%;
  max-width: none;
  height: 100%;
}

.text-color-dark {
  color: var(--_ccc---color--dark);
  letter-spacing: 10px;
}

.text-color-highlight {
  color: var(--_ccc---color--main);
  letter-spacing: 10px;
}

.text-color-image {
  color: var(--_ccc---color--main);
  letter-spacing: 10px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/geo_col4.jpg');
  background-position: 25%;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-14 {
  font-family: var(--_ccc---type--body);
  font-size: 3rem;
  font-weight: 400;
}

.margin-bottom-4 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h3-6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-6.desktop-h2 {
  font-size: 4rem;
}

.heading-style-h3-6.desktop-h2.text-color-black-no-difference {
  color: #2d342c;
  mix-blend-mode: normal;
}

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header-switches-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.margin-top-4 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-4.margin-medium.footer-2rem {
  padding-bottom: 2rem;
}

.header76_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.text-size-medium-12 {
  font-size: 1rem;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-14 {
  color: #fff;
  text-align: center;
  letter-spacing: .3rem;
  background-color: #000;
  border: 1px solid #fff;
  min-width: 15rem;
  padding: .75rem 1.5rem;
  font-size: .8rem;
  font-weight: 600;
}

.header_content-left-no-scroll {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.switches-header-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.design_tabs-content {
  background-color: var(--_ccc---color--main);
  background-image: url('../images/grid.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: 65%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 55rem;
  max-width: 55rem;
  height: 35rem;
  padding: 4rem 2rem 4rem 4rem;
  display: flex;
}

.design_tabs-content.bk-painting {
  background-image: url('../images/cc_2e__insitu2.jpg');
  background-position: 50%;
  background-size: cover;
}

.design_tabs-content.blkbd-bkgd {
  background-image: url('../images/formula_eg.gif');
  background-position: 0 0;
  background-size: cover;
}

.design_tabs-content.bkgd-foa {
  background-image: url('../images/mumbai.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.design_tabs-content.bk-excalidraw {
  background-image: url('../images/Screenshot-2026-02-28-at-10.29.53-pm.png');
  background-position: 0 0;
  background-size: cover;
}

.design_tabs-content.bkgd-learn {
  background-image: url('../images/learning-diagram.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.design_tabs-content.bkgd-tech {
  background-image: url('../images/tech-diagram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.design_tabs-content.bkgd-design {
  background-image: url('../images/design-diagram.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.design_tabs-content.bkgd-paint {
  background-image: url('../images/painting-diagram.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.design_tabs-content.bkgd-install {
  background-image: url('../images/install-diagram.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-binder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 5rem 55rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-binder {
  background-color: var(--_ccc---color--main);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/tag-binder-grid.png');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: 100%;
  background-clip: border-box;
  width: 5rem;
  box-shadow: inset -2px 0 4px 1px #0003;
}

.image-4 {
  mix-blend-mode: exclusion;
}

.bkgd-color-dark {
  background-color: var(--_ccc---color--dark);
  object-fit: contain;
  align-items: stretch;
  display: inline;
}

.bkgd-color-dark.block {
  display: block;
}

.tab-flex {
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: var(--_ccc---space--container-large);
  }

  .padding-section-large.padding-40rem-bottom {
    padding-bottom: 60rem;
  }

  .product_image-wrapper {
    box-shadow: var(--_ccc---space--drop-shadow-xy) var(--_ccc---space--drop-shadow-xy) var(--_ccc---space--drop-shadow-blur) var(--_ccc---space--drop-shadow-size) #0003;
  }

  .product_image-wrapper._75percent {
    width: 75%;
  }

  .product_image-wrapper.fit-fill {
    object-fit: fill;
  }

  .product_image {
    aspect-ratio: 12 / 12;
  }

  .product_image.fit-contain {
    object-fit: contain;
  }

  .product_image._10-12 {
    aspect-ratio: 10 / 12;
  }

  .layout486_content {
    background-color: #ffffffe6;
  }

  .layout486_content.padding-left-5percent {
    padding-left: 5%;
  }

  .navbar1_logo:where(.w-variant-bcae1152-7126-a0a0-5763-ca5a47317604) {
    filter: brightness(0%) invert();
  }

  .navbar1_link:where(.w-variant-bcae1152-7126-a0a0-5763-ca5a47317604) {
    background-color: var(--_ccc---color--light);
    mix-blend-mode: normal;
  }

  .layout486_progress-wrapper {
    width: 105%;
    margin-left: -5%;
  }

  .navbar1_component.color-scheme-1 {
    height: var(--_ccc---space--nav-height);
  }

  .header79_background-images {
    background-image: url('../images/bkgd_desktop-bricks-blk-1500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .layout505_tabs-content {
    min-width: var(--_ccc---space--tab-width);
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--_ccc---color--transparent);
  }

  .form-input {
    min-width: 343px;
  }

  .text-color-dark {
    color: var(--_ccc---color--dark);
  }

  .text-color-highlight {
    color: var(--_ccc---color--highlight);
  }

  .text-color-image {
    -webkit-text-fill-color: transparent;
    background-image: url('../images/geo_col4.jpg');
    background-position: 0%;
    background-repeat: repeat;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .bkgd-color-dark {
    background-color: var(--_ccc---color--dark);
  }
}

@media screen and (max-width: 991px) {
  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl_section_gallery21 {
    min-height: 100vh;
  }

  .rl_section_gallery21.bkgd-wall-flex-left-center, .rl_section_gallery21.brick-wall-flex-left-center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .product6_heading {
    margin-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .product_slide {
    padding-right: 4rem;
  }

  .product_mask {
    width: 30%;
  }

  .container-large {
    width: 40rem;
    max-width: none;
  }

  .container-large.max-width-100percent {
    max-width: 100%;
  }

  .container-large._60 {
    max-width: 40%;
  }

  .container-large.mobile-no-max-w.padding-top {
    margin-top: var(--_ccc---space--slider-spacing);
  }

  .product6_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-global {
    min-height: auto;
  }

  .padding-global.bkgd-bricks-black {
    background-image: url('../images/bkgd_desktop-bricks-blk-1500.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .product6_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .section_product6.color-scheme-1.bkgd-bricks-white.minimum-100vh.max-w-100vw.flexbox-align-h-left {
    justify-content: center;
    align-items: flex-start;
  }

  .gallery25_slide-nav {
    right: 2rem;
  }

  .heading-style-h4-4 {
    font-size: 1.75rem;
  }

  .layout518_card-large {
    width: 100%;
    padding: 6rem 2rem;
  }

  .header109_video-wrapper {
    justify-content: center;
  }

  .header82_content {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout518_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .header156_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .faq10_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .layout424_heading-list {
    height: 20rem;
  }

  .content5_content-wrapper {
    position: static;
  }

  .layout518_component {
    height: auto;
  }

  .heading-style-h1-3 {
    font-size: 3.25rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
    font-size: 14px;
  }

  .layout492_tabs {
    grid-column-gap: 3rem;
  }

  .header153_image-wrapper {
    max-width: 50%;
  }

  .header153_image-wrapper.is-image4 {
    bottom: 16%;
  }

  .header153_image-wrapper.is-image5 {
    bottom: 73%;
    right: 62%;
  }

  .header153_image-wrapper.is-image1 {
    left: 52%;
  }

  .header153_image-wrapper.is-image7 {
    top: 63%;
    right: 33%;
  }

  .header153_image-wrapper.is-image8 {
    bottom: -10%;
  }

  .header153_image-wrapper.is-image3 {
    top: 67%;
    left: 21%;
  }

  .header153_image-wrapper.is-image2 {
    top: 389.875px;
    left: 7%;
  }

  .header153_image-wrapper.is-image6 {
    right: 0%;
  }

  .blog33_list {
    grid-template-columns: 1fr 1fr;
  }

  .header79_image-column.image-column-5, .header79_image-column.image-column-4 {
    display: none;
  }

  .layout424_content {
    height: 100svh;
  }

  .menu-icon1_line-top {
    background-color: #0d0900;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .timeline6_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .product-header1_component {
    padding-bottom: 2.5rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .layout505_tabs-menu {
    width: var(--_ccc---space--container-tablet);
  }

  .menu-icon1_line-middle {
    background-color: #0d0900;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .header156_text-wrapper {
    align-self: center;
  }

  .layout505_tab-link {
    padding: 1rem;
    font-size: 12px;
  }

  .layout495_tabs {
    grid-column-gap: 3rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link.bkgd-color-light-menu {
    background-color: var(--_ccc---color--white-white);
    color: var(--_ccc---color--dark);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }

  .layout505_tab-pane {
    width: 40rem;
    height: auto;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .divider-horizontal {
    color: var(--_ccc---color--light);
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium-2 {
    color: var(--_ccc---color--light);
  }

  .heading-style-h5-60 {
    font-size: 1rem;
  }

  .header153_component {
    height: 100svh;
  }

  .layout518_card-small-bottom {
    width: 100%;
  }

  .header153_content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .layout505_tabs {
    grid-template-rows: auto;
    grid-template-columns: 20rem;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .gallery24_horizontal-scroll-content {
    width: 300vh;
  }

  .layout351_column-horiztonal-text {
    display: block;
  }

  .header156_image-wrapper.is-image1 {
    top: -10%;
  }

  .header156_image-wrapper.is-image3 {
    left: -30%;
  }

  .layout488_heading {
    font-size: 4rem;
  }

  .header109_content {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
    height: auto;
    overflow: hidden;
  }

  .timeline15_tab-wrapper {
    grid-column-gap: 3rem;
  }

  .layout411_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .gallery25_mask {
    width: 50%;
  }

  .heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

  .layout495_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .faq3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout518_card-small-top {
    width: 100%;
  }

  .layout505_tab-content {
    width: 100%;
    min-width: 0;
    padding: 2rem;
  }

  .layout505_tab-content.bkgd-paint {
    min-width: 0;
  }

  .section_layout505.color-scheme-4 {
    min-height: auto;
  }

  .gallery25_slide {
    padding-right: 2rem;
  }

  .portfolio23_item {
    padding: 2rem;
  }

  .padding-section-medium-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout351_accordion {
    border-right-style: none;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .portfolio23_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header143_video-wrapper {
    justify-content: center;
    height: 60vh;
  }

  .gallery25_slider {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery24_image {
    max-height: 40rem;
  }

  .event26_heading {
    margin-right: 3rem;
  }

  .heading-style-h3-5 {
    font-size: 2.25rem;
  }

  .heading-style-h3-5.mobile-bkgd-highlight {
    background-color: var(--_ccc---color--main);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-end;
    margin-top: 1.5rem;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 1rem;
  }

  .layout492_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout486_component {
    grid-column-gap: 2rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer1_component.footer-ccc {
    background-size: auto 100vh;
    min-height: 0;
  }

  .menu-icon1_line-middle-inner {
    width: 24px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .event26_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .event26_mask {
    width: 50%;
  }

  .content29_content-wrapper {
    margin-bottom: 3rem;
  }

  .event26_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .layout518_content {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout518_cards-wrapper {
    padding-left: 0;
  }

  .header156_component {
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1:where(.w-variant-bcae1152-7126-a0a0-5763-ca5a47317604) {
    filter: invert();
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .is-bottom-left-next {
    left: calc(5% + 4rem);
  }

  .header79_background-images {
    background-image: url('../images/bkgd_desktop-bricks-blk-1500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .layout488_content {
    height: 100svh;
  }

  .layout351_content {
    border-top: 0 #0000;
    border-right: 1px solid #0d090026;
    flex-direction: column;
    height: auto;
  }

  .header143_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .menu-icon1_line-bottom {
    background-color: #0d0900;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header156_content-bottom {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .gallery25_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    color: var(--_ccc---color--light);
    grid-template-columns: 1fr;
  }

  .is-bottom-left-previous {
    left: auto;
  }

  .gallery25_content-left {
    justify-content: flex-start;
  }

  .layout351_image-wrapper {
    margin-bottom: 0;
  }

  .layout505_tabs-content {
    width: var(--_ccc---space--container-tablet);
    max-width: var(--_ccc---space--container-large-tablet);
    min-width: auto;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_column {
    border-top: 1px solid #0d090026;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 5rem;
  }

  .career3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .header82_content-bottom {
    justify-content: center;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fef1cc;
    background-clip: border-box;
    border-bottom: 1px solid #0d090026;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 25vh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .content5_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-align-center {
    flex: 0 auto;
  }

  .text-align-center._80percent-max {
    max-width: 80%;
  }

  .gallery25_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .max-width-medium-left-xl {
    padding-left: 1rem;
  }

  .div-360 {
    justify-content: center;
    top: 0;
  }

  .scroll-section {
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .dropdown-list {
    background-color: #ddd;
  }

  .dropdown-list.w--open {
    background-color: #ddd0;
    font-size: 12px;
    line-height: 14px;
  }

  .dropdown-chevron-l {
    inset: auto 0% auto auto;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-small {
    margin-bottom: 0;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .artworks__background-image--20 {
    display: inline-block;
  }

  .padding-section-large-no-scroll {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1--xl {
    font-size: 3.25rem;
  }

  .heading-style-h1--xl.text-color-main {
    font-size: 20vw;
  }

  .link-flexbox {
    max-width: 100%;
  }

  .link-flexbox.top {
    justify-content: flex-start;
    align-items: center;
    height: 20rem;
  }

  .product_mask-sml {
    width: 50%;
  }

  .section-sales-sliders {
    justify-content: center;
    align-items: flex-start;
  }

  .padding-section-large-no-background {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-3.margin-small {
    margin-bottom: 0;
  }

  .header30_background-image--mobile-cc {
    display: inline;
  }

  .layout157_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .header75_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about__background-image-cc {
    display: none;
  }

  .header75_content-bottom {
    justify-content: center;
    height: 90vh;
    top: 0;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-background-black {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header75_lightbox-image {
    max-height: 40rem;
  }

  .contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-global-100h-centered, .padding-global-100h {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline_date-text {
    text-align: right;
    font-size: 2rem;
  }

  .timeline_date-headline {
    text-align: right;
    background-color: #f7f6ec;
    font-size: 1rem;
  }

  .padding-global-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-100h {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .margin-bottom-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-4.margin-small {
    margin-bottom: 0;
  }

  .header-switches-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_content-left-no-scroll {
    margin-left: 5%;
    margin-right: 5%;
  }

  .switches-header-content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .design_tabs-content {
    max-width: var(--_ccc---space--container-tablet);
    background-position: 14px 0;
    background-size: 100%;
    width: 100%;
    min-width: 0;
    height: 35rem;
    padding: 2rem;
    font-size: 12px;
  }

  .design_tabs-content.bkgd-paint {
    min-width: 0;
  }

  .div-binder {
    grid-template-rows: 5rem 55rem;
    grid-template-columns: auto;
    width: 40rem;
    height: 40rem;
    position: relative;
  }

  .background-binder {
    background-image: url('../images/tag-binder-grid-side.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
    width: 40rem;
    position: static;
    inset: 0% 0% auto;
  }

  .bkgd-color-dark {
    background-color: var(--_ccc---color--dark);
  }
}

@media screen and (max-width: 767px) {
  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_section_gallery21 {
    min-height: 100vh;
  }

  .rl_section_gallery21.bkgd-wall-flex-left-center, .rl_section_gallery21.brick-wall-flex-left-center {
    object-fit: fill;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl-padding-global._w-100 {
    width: 100%;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .product6_heading {
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge.bottom-4rem {
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .product_slide {
    padding-right: 3rem;
  }

  .container-large {
    width: var(--_ccc---space--container-tablet-small);
    max-width: none;
  }

  .container-large.max-width-100percent {
    width: 100%;
    max-width: 100%;
  }

  .container-large.max-width60 {
    width: 100%;
    max-width: 80svw;
  }

  .container-large._60 {
    width: 100%;
    max-width: 40%;
  }

  .container-large.mobile-no-max-w {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .product6_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product_image-wrapper {
    height: 100%;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .max-width-large {
    width: 50vw;
    max-width: none;
  }

  .header83_images-layout {
    grid-template-columns: 1fr;
  }

  .gallery25_slide-nav {
    right: 5%;
  }

  .heading-style-h4-4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout518_card-large {
    padding: 4rem 1.5rem;
  }

  .header82_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout518_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header156_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .faq10_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .layout424_heading-list {
    height: 10rem;
  }

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .layout492_tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .header153_image-wrapper {
    max-width: 60%;
  }

  .header153_image-wrapper.is-image5 {
    right: -30%;
  }

  .header153_image-wrapper.is-image1 {
    left: -30%;
  }

  .header153_image-wrapper.is-image7 {
    right: -30%;
  }

  .header153_image-wrapper.is-image8 {
    bottom: -5%;
  }

  .header153_image-wrapper.is-image3 {
    left: -30%;
  }

  .header153_image-wrapper.is-image2 {
    left: -40%;
  }

  .header153_image-wrapper.is-image6 {
    right: -40%;
  }

  .product-header1_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog33_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .timeline15_progress-bar {
    bottom: 6.25rem;
  }

  .header79_image-column.image-column-3 {
    display: none;
  }

  .layout424_content {
    min-height: 0;
  }

  .layout486_content, .layout411_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout486_content-left {
    display: none;
    position: static;
  }

  .header156_image {
    aspect-ratio: 2 / 3;
  }

  .timeline6_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 25rem;
    margin-left: 1rem;
    padding: 1.5rem;
  }

  .product-header1_component {
    padding-bottom: 1.5rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .layout505_tabs-menu {
    width: var(--_ccc---space--container-tablet-small);
    border-right-style: none;
  }

  .layout505_tab-link {
    padding: .5rem 1.5rem;
  }

  .layout505_tab-link.tab-last {
    border-bottom-style: solid;
  }

  .layout351_image {
    height: 20rem;
  }

  .layout495_tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .career3_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar1_link.bkgd-color-light-menu {
    background-color: var(--_ccc---color--white-white);
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .header143_component {
    min-height: auto;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .layout411_desktop-sticky-images {
    display: none;
  }

  .layout505_tab-pane {
    width: var(--_ccc---space--container-tablet-small);
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout488_component {
    height: 200vh;
  }

  .product-header1_accordion-icon {
    width: 1.75rem;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h5-60 {
    font-size: 1rem;
  }

  .layout518_card-small-bottom {
    grid-template-columns: 1fr;
  }

  .gallery24_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .container-small {
    max-width: 100vw;
  }

  .container-small.mobile-max-width-none {
    max-width: none;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .layout505_tabs {
    grid-template-columns: 1fr;
  }

  .layout411_mobile-image-wrapper {
    background-image: linear-gradient(#00000080, #00000080), url('../images/placeholder-image.svg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: 100%;
    margin-top: 2.5rem;
    padding: 10%;
    display: block;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 200vh;
  }

  .faq10_icon-wrapper {
    width: 1.75rem;
  }

  .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

  .header156_image-wrapper.is-image1 {
    top: -5%;
  }

  .header156_image-wrapper.is-image4 {
    bottom: 10%;
  }

  .header156_image-wrapper.is-image2 {
    top: 10%;
  }

  .header156_image-wrapper.is-image3 {
    bottom: 30%;
  }

  .layout488_heading {
    font-size: 3rem;
  }

  .layout488_heading.heading-2, .layout488_heading.heading-1 {
    display: none;
  }

  .layout488_heading.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .header109_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout486_progress-wrapper {
    margin-top: 2rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .timeline15_tab-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content5_gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .layout411_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery25_mask {
    width: 80%;
  }

  .heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .header143_content-right {
    margin-top: 0;
  }

  .layout351_column-text {
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .layout424_heading {
    font-size: 4rem;
  }

  .faq3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout518_card-small-top {
    grid-template-columns: 1fr;
  }

  .layout424_component {
    height: 200vh;
  }

  .layout505_tab-content {
    width: 100%;
    min-width: 0;
    padding: 1.5rem;
  }

  .career3_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .gallery25_slide {
    padding-right: 1.5rem;
  }

  .portfolio23_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .padding-section-medium-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .layout411_mobile-image {
    position: static;
  }

  .portfolio23_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header143_video-wrapper {
    height: auto;
  }

  .timeline6_progress {
    left: 0;
  }

  .gallery24_image {
    width: 90vw;
    max-height: 30rem;
  }

  .faq10_list.first-col {
    border-bottom-style: none;
  }

  .career3_list {
    margin-bottom: 1.5rem;
  }

  .event26_heading {
    margin-right: 0;
  }

  .heading-style-h3-5 {
    font-size: 2rem;
  }

  .heading-style-h3-5.margin-zero {
    margin-top: 0;
    margin-bottom: 0;
  }

  .layout486_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout486_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .event26_slider {
    padding-bottom: 6rem;
  }

  .event26_mask {
    width: 80%;
  }

  .content29_content-wrapper {
    margin-bottom: 2rem;
  }

  .event26_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .layout518_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout518_cards-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

  .header156_gallery {
    grid-template-columns: 1fr 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline6_circle {
    margin-top: 2.25rem;
  }

  .layout517_card {
    grid-template-columns: 1fr;
    width: 90%;
    padding: 1.5rem;
  }

  .layout488_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 60%;
  }

  .header143_content-wrapper {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .layout486_number {
    font-size: 6rem;
  }

  .layout486_number.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .layout486_number.show-mobile-landscape.bkgd-aspectrum.text-color-white {
    mix-blend-mode: normal;
  }

  .header156_content-bottom {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .layout495_tabs-menu {
    margin-bottom: 2rem;
  }

  .event26_slide {
    padding-right: 1.5rem;
  }

  .gallery25_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .timeline15_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .timeline15_tabs-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .product-header1_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .layout505_tabs-content {
    width: var(--_ccc---space--container-tablet-small);
  }

  .layout351_column-vertical-text {
    font-size: 1.25rem;
  }

  .layout351_column {
    height: 4rem;
  }

  .career3_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .career3_icon-wrapper {
    width: 28px;
  }

  .product-header1_gallery {
    grid-template-columns: 1fr;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 6rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .faq10_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .timeline6_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .gallery25_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .layout492_tabs-content {
    margin-bottom: 1.5rem;
  }

  .max-width-medium-left-xl {
    padding-left: 2rem;
  }

  .cc-gallery_arrow-left {
    right: 3.5rem;
  }

  .bkgd-color-light.hide-mobile {
    display: none;
  }

  .scroll-section {
    height: 20vh;
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .artworks__background-image--20 {
    display: inline-block;
  }

  .padding-section-large-no-scroll {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1--xl {
    font-size: 2.5rem;
  }

  .product_mask-large {
    width: 30%;
  }

  .product_mask-sml {
    width: 20%;
  }

  .product_mask-xl {
    width: 30%;
  }

  .section-brick-white {
    background-size: cover;
  }

  .image-overlay.opacity.mobile-100vw {
    max-width: 100vw;
  }

  .image-overlay.opacity.mobile-90vw {
    object-fit: contain;
    max-width: 90vw;
  }

  .padding-section-large-no-background {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header30_background-image--mobile-cc {
    display: none;
  }

  .logo6_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header75_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about__background-image-cc {
    display: inline-block;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-bw {
    max-height: 3rem;
  }

  .padding-section-large-background-black {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header75_lightbox-image {
    max-height: 30rem;
  }

  .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-11 {
    font-size: 1rem;
  }

  .logo6_list {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-medium-9-copy {
    font-size: 1rem;
  }

  .timeline_date-text {
    text-align: center;
    font-size: 2rem;
  }

  .timeline_date-headline {
    text-align: center;
    font-size: 1rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3-6 {
    font-size: 1.5rem;
  }

  .heading-style-h3-6.desktop-h2 {
    font-size: 2rem;
  }

  .header-switches-component {
    padding-top: 4rem;
  }

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .switches-header-content-right {
    height: 30rem;
  }

  .design_tabs-content {
    width: 30rem;
    height: 26rem;
    padding: 1.5rem;
  }

  .div-binder {
    width: var(--_ccc---space--container-tablet);
    grid-template-rows: 4rem 55rem;
    height: 30rem;
  }

  .background-binder {
    width: 30rem;
  }
}

@media screen and (max-width: 479px) {
  .rl_section_gallery21 {
    min-height: 210vh;
  }

  .rl_section_gallery21.bkgd-wall-flex-left-center, .rl_section_gallery21.brick-wall-flex-left-center {
    min-height: 100vh;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge.bottom-4rem {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-zero {
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.text-color-main {
    font-size: 2rem;
  }

  .heading-style-h2.text-color-dark-wide.max-width-80vw {
    max-width: 80vw;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .product_slide {
    margin-right: 3rem;
    padding-right: 0;
  }

  .product_mask {
    width: 65%;
  }

  .container-large {
    max-width: var(--_ccc---space--container-large-mobile);
    width: 100%;
  }

  .container-large.max-width-100percent {
    max-width: 100%;
  }

  .container-large.max-width60 {
    max-width: 20%;
  }

  .container-large._60 {
    max-width: 15%;
    margin-left: 5%;
  }

  .container-large.mobile-no-max-w {
    width: var(--_ccc---space--tab-width-mobile);
  }

  .container-large.mobile-no-max-w.padding-5percent {
    padding-left: 5%;
  }

  .container-large.width-20rem {
    width: 20rem;
  }

  .padding-global.width-17rem {
    width: var(--_ccc---space--tab-width-mobile);
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.max-width-80vw {
    max-width: 80vw;
  }

  .text-style-tagline.text-color-white {
    color: var(--_ccc---color--light);
  }

  .max-width-large.align-center.no-max-w {
    width: var(--_ccc---space--tab-width-mobile);
  }

  .text-size-small {
    font-size: .75rem;
  }

  .section_product6.color-scheme-1.bkgd-bricks-black.minimum-80vh, .section_product6.color-scheme-1.bkgd-bricks-white.minimum-80vh, .section_product6.color-scheme-1.bkgd-bricks-white.minimum-100vh {
    background-image: url('../images/bkgd-desktop--bricks.jpg');
    background-size: auto 50%;
  }

  .header83_images-layout {
    transform: scale(3.4);
  }

  .heading-style-h4-4 {
    font-size: 1.5rem;
  }

  .timeline6_row {
    grid-column-gap: 1rem;
  }

  .header156_content-wrapper, .faq10_content {
    grid-template-columns: 1fr;
  }

  .layout424_heading-list {
    height: 10rem;
  }

  .heading-style-h1-3 {
    font-size: 2.75rem;
  }

  .layout492_tabs {
    grid-template-columns: 1fr;
  }

  .text-size-small-2 {
    font-size: .75rem;
  }

  .header153_image-wrapper {
    max-width: 90%;
  }

  .header153_image-wrapper.is-image4 {
    bottom: -3%;
  }

  .header153_image-wrapper.is-image5 {
    right: 30%;
  }

  .header153_image-wrapper.is-image1 {
    left: 24%;
  }

  .header153_image-wrapper.is-image7 {
    right: 34%;
  }

  .header153_image-wrapper.is-image8 {
    bottom: 1%;
  }

  .header153_image-wrapper.is-image3 {
    left: 31%;
  }

  .header153_image-wrapper.is-image2 {
    left: 13%;
  }

  .header153_image-wrapper.is-image6 {
    right: 0%;
  }

  .event26_meta-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .layout486_content {
    height: auto;
  }

  .layout486_content.padding-left-5percent {
    padding-left: 5%;
  }

  .layout411_content {
    height: auto;
  }

  .timeline6_item {
    grid-template-columns: 3rem 1fr;
    width: 15rem;
  }

  .content29_tag-list-wrapper {
    width: 100%;
  }

  .layout505_tabs-menu {
    max-width: var(--_ccc---space--tab-width-mobile);
    width: 100%;
  }

  .layout505_tab-link {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .layout505_tab-link.w--current {
    width: 100%;
  }

  .layout495_tabs {
    grid-template-columns: 1fr;
  }

  .navbar1_link {
    mix-blend-mode: normal;
  }

  .navbar1_link.bkgd-color-dark-menu {
    background-color: var(--_ccc---color--dark);
    color: var(--_ccc---color--light);
  }

  .navbar1_link.bkgd-color-light-menu {
    background-color: var(--_ccc---color--white-white);
    color: var(--_ccc---color--dark);
    margin-top: .25rem;
    margin-bottom: .25rem;
    display: block;
    left: 0;
    right: 0;
  }

  .layout505_tab-pane {
    max-width: var(--_ccc---space--container-large-mobile);
    width: 100%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular-3 {
    font-size: .75rem;
  }

  .heading-style-h5-60 {
    font-size: .8rem;
  }

  .header153_content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer1_legal-list {
    padding-top: 1rem;
    line-height: 16px;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .layout505_tabs {
    grid-template-columns: 1fr;
  }

  .content29_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .layout517_content-bottom {
    justify-content: center;
    align-items: center;
  }

  .product-header1_layout {
    grid-template-columns: 1fr;
  }

  .gallery24_horizontal-scroll-content {
    width: 150vh;
  }

  .header156_image-wrapper.is-image1 {
    top: -2%;
  }

  .layout488_heading {
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout411_component {
    grid-template-columns: 1fr;
  }

  .gallery25_mask {
    width: 95%;
  }

  .layout517_image {
    box-shadow: 2px 3px 5px 12px var(--_ccc---color--dark);
  }

  .heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-header1_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .layout424_heading {
    font-size: 2.75rem;
  }

  .layout424_heading.heading-1.text-wrap {
    height: 100%;
  }

  .faq3_content {
    grid-template-columns: 1fr;
  }

  .layout505_tab-content {
    min-width: 0;
  }

  .footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .gallery24_image {
    max-height: 25rem;
  }

  .heading-style-h3-5 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 1.5rem;
  }

  .layout486_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .footer1_component.footer-ccc {
    background-size: auto 105vh;
  }

  .layout486_content-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .event26_mask {
    width: 95%;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .career3_title-heading {
    margin-bottom: 1.25rem;
  }

  .is-bottom-left-next {
    left: 24%;
  }

  .layout488_content {
    grid-row-gap: 1rem;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

  .text-size-tiny-4 {
    font-size: .625rem;
  }

  .header143_content-wrapper {
    grid-template-columns: 1fr;
  }

  .layout486_number.show-mobile-landscape {
    color: var(--_ccc---color--white-white);
    -webkit-text-stroke-width: 2px;
    mix-blend-mode: difference;
  }

  .layout486_number.show-mobile-landscape.bkgd-barpoint {
    mix-blend-mode: normal;
  }

  .layout486_number.show-mobile-landscape.bkgd-bondi {
    color: var(--_ccc---color--light);
  }

  .layout486_number.show-mobile-landscape.bkgd-geo {
    color: var(--_ccc---color--dark);
    mix-blend-mode: normal;
  }

  .career3_title-wrapper {
    display: block;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .layout505_tabs-content {
    max-width: var(--_ccc---space--tab-width-mobile);
    width: 100%;
    min-width: 0;
  }

  .content29_tag-list {
    justify-content: flex-start;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--_ccc---color--light);
    height: 50vh;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .text-align-center.padding-xxlarge.padding-mobile-no-side {
    padding-left: 0;
    padding-right: 0;
  }

  .text-align-center._80percent-max {
    max-width: none;
  }

  .timeline6_content-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .div-360 {
    margin-left: 0;
    margin-right: .5rem;
  }

  .html-embed {
    width: 100%;
    height: 80svh;
  }

  .margin-bottom-2 {
    margin: 0 0 1rem;
  }

  .margin-bottom-2.margin-small {
    margin-bottom: .5rem;
  }

  .heading-style-h1-2.text-color-black-normal {
    color: #2d342c;
    mix-blend-mode: normal;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .artworks__background-image--20 {
    width: 110%;
    max-width: none;
    margin-left: -30px;
    padding-left: 0;
    padding-right: 0;
    display: inline;
    overflow: hidden;
  }

  .padding-section-large-no-scroll {
    overflow: hidden;
  }

  .heading-style-h1--xl {
    font-size: 2.75rem;
  }

  .div-heading-one {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 170%;
  }

  .link-flexbox.top {
    height: 10rem;
  }

  .max-width-100vw {
    max-width: 100vw;
  }

  .product_mask-large {
    width: 95%;
  }

  .product_mask-sml {
    width: 50%;
  }

  .section-sales-sliders {
    background-image: url('../images/bkgd-desktop--bricks.jpg');
    background-size: auto 50%;
  }

  .product_mask-xl {
    width: 95%;
  }

  .margin-bottom-3 {
    margin: 0 0 1rem;
  }

  .margin-bottom-3.margin-small {
    margin-bottom: .5rem;
  }

  .header30_background-image--mobile-cc {
    display: inline;
  }

  .logo6_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo6_wrapper.background-color-main {
    padding: .5rem;
  }

  .about__background-image-cc {
    display: none;
  }

  .header75_content-bottom {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-10 {
    white-space: normal;
  }

  .heading-13 {
    font-size: 2rem;
  }

  .header75_lightbox-image {
    max-height: 25rem;
  }

  .contact_component {
    grid-template-columns: 1fr;
  }

  .padding-global-100h-centered.vertical.m.argin-5percent {
    margin-left: 5%;
    margin-right: 5%;
  }

  .padding-zero {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-5percent {
    margin-left: -5%;
  }

  .padding-global-100h.margin-5percent {
    margin-left: 5%;
    margin-right: 5%;
  }

  .button-group-2.is-center {
    justify-content: center;
  }

  .text-size-medium-9-copy {
    font-size: 1rem;
  }

  .timeline_date-text, .timeline_date-headline {
    text-align: center;
  }

  .text-color-dark {
    white-space: normal;
    font-size: 36px;
  }

  .margin-bottom-4 {
    margin: 0 0 1rem;
  }

  .margin-bottom-4.margin-small {
    margin-bottom: .5rem;
  }

  .header-switches-component {
    grid-template-columns: 1fr;
  }

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_content-left-no-scroll {
    max-width: 90vw;
    overflow: hidden;
  }

  .switches-header-content-right {
    height: 28rem;
  }

  .design_tabs-content {
    width: auto;
    min-width: 0;
    height: 28rem;
  }

  .div-binder {
    width: var(--_ccc---space--tab-button);
    grid-template-rows: 2.5rem 55rem;
    height: 30rem;
  }

  .background-binder {
    width: var(--_ccc---space--tab-width-mobile);
  }
}

#w-node-_07d5c857-08f2-a822-551d-4badfc1dbd22-ea1ffd82 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea600e8-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea600ea-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea600f3-057a1f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea601c7-057a1f3e {
  align-self: end;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea60292-057a1f3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea6035b-057a1f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea6035c-057a1f3e {
  order: 9999;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea60361-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60365-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60369-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6036d-057a1f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea604a5-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea604e1-057a1f3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea60578-057a1f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea605d0-057a1f3e {
  justify-self: end;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea605d5-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea605d7-057a1f3e {
  justify-self: start;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea6062b-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60703-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60704-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60705-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60706-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60707-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60708-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60709-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6070a-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6070b-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6070c-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6070d-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6070e-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6070f-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60710-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60711-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60712-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60713-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60714-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60850-057a1f3e, #w-node-fa9da732-1893-20b4-4957-dfee74b8721c-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b8721d-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b8721e-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b8721f-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87220-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87221-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87222-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87223-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87224-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87225-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87226-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87227-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87228-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87229-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b8722a-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b8722b-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b8722c-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b8722d-8cc02efe, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6035b-8cc02efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea6035c-8cc02efe {
  order: 9999;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea60361-8cc02efe, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60365-8cc02efe, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60369-8cc02efe, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6036d-8cc02efe, #galleries.w-node-_31bf9555-e98a-3227-dc3b-1cc80273a441-aa113321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d5c857-08f2-a822-551d-4badfc1dbd22-6e65db71, #w-node-_203a0f13-d49c-d731-e921-bbfec18f6bca-4ae3a623 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8c267fbd-7d52-3190-ca9d-7aa24a8095f3-4ae3a623, #w-node-_8c267fbd-7d52-3190-ca9d-7aa24a8095f6-4ae3a623, #w-node-_8c267fbd-7d52-3190-ca9d-7aa24a8095f9-4ae3a623, #w-node-_8c267fbd-7d52-3190-ca9d-7aa24a8095fc-4ae3a623, #w-node-_8c267fbd-7d52-3190-ca9d-7aa24a8095ff-4ae3a623, #w-node-_8c267fbd-7d52-3190-ca9d-7aa24a809602-4ae3a623, #w-node-_8c267fbd-7d52-3190-ca9d-7aa24a809605-4ae3a623, #w-node-_8c267fbd-7d52-3190-ca9d-7aa24a809608-4ae3a623, #w-node-e7dae985-37c2-72b3-8ab3-ac311918cddf-1411fbbc, #w-node-e7dae985-37c2-72b3-8ab3-ac311918cde2-1411fbbc, #w-node-e7dae985-37c2-72b3-8ab3-ac311918cde5-1411fbbc, #w-node-e7dae985-37c2-72b3-8ab3-ac311918cde8-1411fbbc, #w-node-e7dae985-37c2-72b3-8ab3-ac311918cdeb-1411fbbc, #w-node-e7dae985-37c2-72b3-8ab3-ac311918cdee-1411fbbc {
  justify-self: center;
}

#w-node-e7dae985-37c2-72b3-8ab3-ac311918ce31-1411fbbc {
  justify-self: start;
}

#w-node-_565a664a-0e13-3d83-11ed-c481fcd5a956-b6bcfe02 {
  justify-self: end;
}

#w-node-_565a664a-0e13-3d83-11ed-c481fcd5a983-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a984-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a985-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a986-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a987-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a988-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a989-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a98a-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a98b-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a98c-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a98d-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a98e-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a98f-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a990-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a992-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a993-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a994-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a995-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a996-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a997-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a998-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a999-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a99a-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a99b-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a99c-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a99d-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a99e-b6bcfe02, #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a99f-b6bcfe02, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6035b-b6bcfe02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea6035c-b6bcfe02 {
  order: 9999;
}

#w-node-e5b15302-7b5a-744f-3eb2-937a2ea60361-b6bcfe02, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60365-b6bcfe02, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60369-b6bcfe02, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6036d-b6bcfe02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9701fd7e-bf32-fe54-8049-716393dfb5e7-fa49871b {
  justify-self: end;
}

#w-node-_9701fd7e-bf32-fe54-8049-716393dfb601-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb602-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb603-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb604-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb605-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb606-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb607-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb608-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb609-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb60a-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb60b-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb60c-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb60d-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb60e-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb610-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb611-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb612-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb613-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb614-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb615-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb616-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb617-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb618-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb619-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb61a-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb61b-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb61c-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb61d-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb631-fa49871b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9701fd7e-bf32-fe54-8049-716393dfb632-fa49871b {
  order: 9999;
}

#w-node-_9701fd7e-bf32-fe54-8049-716393dfb637-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb63b-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb63f-fa49871b, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb643-fa49871b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00bd4669-c3d3-c365-7962-b855371611c8-fa498747 {
  justify-self: end;
}

#w-node-_00bd4669-c3d3-c365-7962-b855371611e2-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611e3-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611e4-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611e5-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611e6-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611e7-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611e8-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611e9-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611ea-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611eb-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611ec-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611ed-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611ee-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611ef-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611f1-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611f2-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611f3-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611f4-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611f5-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611f6-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611f7-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611f8-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611f9-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611fa-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611fb-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611fc-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611fd-fa498747, #w-node-_00bd4669-c3d3-c365-7962-b855371611fe-fa498747 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60705-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60707-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60709-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6070b-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6070d-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6070f-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60711-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea60713-057a1f3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6081f-057a1f3e {
    justify-self: auto;
  }

  #w-node-fa9da732-1893-20b4-4957-dfee74b8721e-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87220-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87222-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87224-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87226-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b87228-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b8722a-8cc02efe, #w-node-fa9da732-1893-20b4-4957-dfee74b8722c-8cc02efe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a956-b6bcfe02, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb5e7-fa49871b, #w-node-_00bd4669-c3d3-c365-7962-b855371611c8-fa498747 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_07d5c857-08f2-a822-551d-4badfc1dbd22-ea1ffd82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5b15302-7b5a-744f-3eb2-937a2ea5ffd1-057a1f3e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6035f-057a1f3e {
    order: 9999;
  }

  #w-node-e5b15302-7b5a-744f-3eb2-937a2ea604a5-057a1f3e, #w-node-e5b15302-7b5a-744f-3eb2-937a2ea604e1-057a1f3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5b15302-7b5a-744f-3eb2-937a2ea605d2-057a1f3e {
    order: -9999;
  }

  #w-node-e5b15302-7b5a-744f-3eb2-937a2ea605d7-057a1f3e {
    justify-self: center;
  }

  #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6035f-8cc02efe {
    order: 9999;
  }

  #w-node-_07d5c857-08f2-a822-551d-4badfc1dbd22-6e65db71, #w-node-_203a0f13-d49c-d731-e921-bbfec18f6bca-4ae3a623 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed23ae47-f9c6-e820-ef13-c5c1a7208c32-1411fbbc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e5b15302-7b5a-744f-3eb2-937a2ea6035f-b6bcfe02, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb635-fa49871b {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_203a0f13-d49c-d731-e921-bbfec18f6bca-4ae3a623 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_565a664a-0e13-3d83-11ed-c481fcd5a980-b6bcfe02, #w-node-_9701fd7e-bf32-fe54-8049-716393dfb5fe-fa49871b, #w-node-_00bd4669-c3d3-c365-7962-b855371611df-fa498747 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsanscondensed';
  src: url('../fonts/IBMPlexSansCondensed-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsanscondensed';
  src: url('../fonts/IBMPlexSansCondensed-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsanscondensed';
  src: url('../fonts/IBMPlexSansCondensed-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ii Vorkurs';
  src: url('../fonts/II-Vorkurs-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ii Vorkurs';
  src: url('../fonts/II-Vorkurs-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ii Vorkurs';
  src: url('../fonts/II-Vorkurs-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}