:root {
  --basic-dark-colour: #1d1f2e;
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --light-grey: #fafafa;
  --20-blue: #0986cc;
  --dim-grey: #727272;
  --white: white;
  --black-2: #021929;
  --da-blue: #04385b;
  --yellow-green: #82c225;
  --black: black;
  --teal: #327985;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-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-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  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-commerceaddtocartquantityinput, .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 {
  color: var(--basic-dark-colour);
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: #1d1f2eb3;
  margin-bottom: 15px;
}

a {
  color: var(--brown-main);
  border-bottom: 1px #a25f4b4d;
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline-block;
}

a:hover {
  color: #31b5ff;
  border-bottom-color: #a25f4bcc;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
}

img {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

label {
  color: #1d1f2e99;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

blockquote {
  border-top: 1px none var(--line-colour);
  color: var(--brown-main);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #a25f4b33;
  border-left: 2px solid #a25f4b33;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

figcaption {
  color: #1d1f2e80;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.cart-button {
  opacity: .6;
  color: var(--basic-dark-colour);
  background-color: #0000;
  padding: 4px 0;
  line-height: 100%;
  transition: opacity .2s;
  display: none;
  position: relative;
  overflow: hidden;
}

.cart-button:hover {
  opacity: 1;
  color: var(--basic-dark-colour);
}

.item-count {
  color: #fff;
  background-color: #1d1f2e;
  height: auto;
}

.cart-wrapper {
  background-color: #1d1f2e26;
}

.cart-container {
  color: #fff;
  background-color: #1d1f2e;
  min-width: 440px;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.cart-heading {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.cart-header {
  border-bottom-color: #d2d2d51a;
  padding: 30px 40px;
}

.cart-icon {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 10px;
}

.close-button {
  opacity: .7;
  align-items: center;
  width: auto;
  height: auto;
  transition: opacity .4s;
  display: flex;
}

.close-button:hover {
  opacity: 1;
}

.cart-close-icon {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-list {
  color: #fff;
  padding: 30px 40px 0;
}

.button {
  z-index: 1;
  color: var(--basic-dark-colour);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6d6d6d;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  width: 350px;
  margin-left: 0;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.button:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: var(--basic-dark-colour);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.button.cc-product-button {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.button.cc-product-button:hover {
  opacity: .96;
}

.button.top {
  clear: none;
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  position: static;
  inset: auto 0% 0%;
}

.button.top:hover {
  clear: none;
  background-color: var(--20-blue);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  position: static;
  inset: auto 0% 0%;
}

.button.top.mini {
  width: 200px;
  margin-top: 28px;
}

.button.top.down {
  display: none;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.cart-item {
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-item-info {
  padding: 0 25px;
}

.cart-product-name {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cart-item-remove-link {
  color: #ffffff4d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .4s;
}

.cart-item-remove-link:hover {
  color: #fff9;
}

.cart-product-price {
  color: #fff;
  margin-bottom: 5px;
  line-height: 28px;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #d2d2d51a;
  padding: 30px 40px 40px;
}

.cart-line-item {
  color: #fff;
  margin-bottom: 20px;
}

.cart-total {
  font-size: 20px;
  line-height: 32px;
}

.cart-order-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-field-dark {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #2f303e;
  border-radius: 0;
  width: auto;
  height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-subscribe-input {
  border: 1px solid var(--line-colour);
  color: #fff;
  text-align: left;
  background-color: #fff;
  width: 100%;
  margin-bottom: 14px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 700;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-subscribe-input:active {
  border-color: #fff9;
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  margin-top: 19px;
  transition: border .4s;
}

.text-field-dark.cc-quantity:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity:active {
  border-color: #fff9;
}

.text-field-dark.cc-quantity:focus {
  border-color: #ffffff80;
}

.remove-button {
  text-decoration: none;
}

.uppercase-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.cc-subheadline {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
}

.label.cc-subheadline.light {
  color: var(--light-grey);
  margin-bottom: 0;
}

.label.cc-subheadline.light.dark {
  color: var(--dim-grey);
}

.label.cc-product-details {
  margin-bottom: 20px;
}

.label.cc-office-location {
  margin-bottom: 10px;
}

.label.cc-office-times {
  margin-top: 25px;
  margin-bottom: 10px;
}

.label.cc-contact-form-label {
  margin-bottom: 10px;
}

.label.cc-cover-label {
  opacity: .8;
  color: var(--white);
  text-align: center;
  margin-bottom: 6px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0;
}

.label.cc-breadcrumb-divider {
  opacity: 1;
  color: #1d1f2e33;
  border-bottom: 2px solid #0000;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

.label.cc-breadcrumb-divider:hover {
  opacity: .8;
}

.label.cc-quote-author {
  opacity: .3;
}

.label.cc-breadcrumb-link {
  cursor: pointer;
  border-bottom: 2px solid #a25f4b4d;
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid #a25f4b4d;
}

.label.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: #0000;
  margin-left: 0;
}

.label.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: #a25f4b4d;
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: #0000;
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: #a25f4b4d;
}

.label.cc-category-link {
  border: 1px solid var(--line-colour);
  opacity: 1;
  color: #a25f4b99;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-category-link:hover {
  opacity: 1;
  color: var(--brown-main);
  border: 1px solid #a25f4b4d;
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: var(--brown-main);
  border-color: #a25f4b66;
  margin-left: 5px;
}

.label.cc-cover-label {
  opacity: .8;
  text-align: left;
  margin-bottom: 6px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.label.cc-cover-label.c {
  text-align: center;
  padding-left: 0;
  font-size: 11px;
  line-height: 20px;
}

.label.cc-cover-label.c.n {
  padding-left: 127px;
  padding-right: 127px;
}

.label.cc-cover-label.c.n.q {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  color: #1d1f2eb3;
  margin-bottom: 12px;
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.paragraph.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.paragraph.cc-deparment-details {
  align-self: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph.cc-premium-block-paragraph {
  color: #ffffffb3;
}

.paragraph.n {
  padding-left: 70px;
  padding-right: 70px;
}

.paragraph.n.light {
  letter-spacing: .6px;
}

.paragraph.n.light.s {
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 200;
}

.paragraph.n.light.s.sub {
  background-color: var(--basic-dark-colour);
  width: 100%;
  max-width: 100%;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 24px;
}

.paragraph.n.light.s.last {
  margin-bottom: 56px;
}

.paragraph.light {
  color: var(--white);
  letter-spacing: .4px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph.light.caps {
  background-color: var(--black-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 200;
}

.paragraph.light.last {
  text-align: center;
  margin-bottom: 44px;
  font-size: 18px;
}

.paragraph.light.last.c {
  display: none;
}

.small-paragraph {
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: #1d1f2e4d;
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: var(--brown-main);
  align-self: end;
}

.menu-item {
  color: var(--basic-dark-colour);
  letter-spacing: .8px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item:hover {
  color: var(--da-blue);
}

.menu-item-wrap {
  opacity: .6;
  color: var(--da-blue);
  text-align: center;
  cursor: pointer;
  object-fit: contain;
  background-color: #0000;
  border-bottom-color: #3279854a;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 4px 0;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover {
  opacity: 1;
}

.menu-item-wrap.w--current {
  opacity: 1;
  text-align: center;
  display: flex;
}

.menu-item-wrap.contact {
  margin-left: 20px;
  margin-right: 0;
  padding-left: 6px;
}

.menu-item-wrap.r {
  margin-right: 10px;
  display: none;
}

.menu-item-deco-line {
  opacity: 0;
  background-color: #0986cc80;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-field {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: var(--basic-dark-colour);
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-product-quantity {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 21px;
  display: none;
  position: relative;
  overflow: hidden;
}

.content.cc-overlayed-content {
  margin-bottom: -110px;
  top: -110px;
}

.content.cc-subscribe-form {
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.content.cc-styleguide-content {
  margin-bottom: -100px;
  bottom: 100px;
}

.content.cc-deco-block-wrap, .content.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.content._2 {
  background-color: #72727208;
  padding-top: 53px;
  padding-bottom: 40px;
  display: block;
}

.content.top {
  background-image: linear-gradient(#000000e6, #000000b3), url('../images/climber.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content.prepared {
  background-image: linear-gradient(#013552f2, #0000009c), url('../images/skyscape.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 115px;
  display: flex;
}

.content.locations {
  background-color: var(--basic-dark-colour);
  background-image: linear-gradient(#000, #00000070 50%), url('../images/london-v2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-top: 94px;
  padding-bottom: 64px;
  display: block;
}

.content.downloads {
  background-image: linear-gradient(#000000e6, #000000b3), url('../images/climber.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 94%;
  padding: 17px 0 16px;
  display: flex;
}

.wrap.cc-subscribe-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  display: flex;
}

.wrap.cc-styleguide-wrap {
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d2d2d580;
  padding: 60px 60px 35px;
}

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.wrap.locs {
  width: 40%;
}

.menu {
  z-index: 10;
  box-shadow: none;
  background-color: #fff;
  border-bottom: 1px solid #00000029;
  height: 94px;
  line-height: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: #0000;
  flex: 1;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.brand {
  border-bottom-style: none;
  transition: opacity .4s;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  align-items: center;
  max-width: 85%;
  display: block;
}

.about-head-pic {
  background-image: url('../images/About-Cover.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-headline-wrap {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 80px 0 70px;
  display: block;
}

.page-headline-wrap.cc-category-headline {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-paragraph {
  color: #1d1f2eb3;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  align-self: start;
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.content-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-wrap.locs {
  flex: none;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  flex-direction: column;
  margin-bottom: 40px;
  padding-top: 21px;
  display: block;
}

.subheadline-wrap.cc-separate-subheadline._2 {
  display: block;
}

.subheadline-deco-line {
  background-color: #ececed54;
  width: 30px;
  height: 1px;
  margin-bottom: 0;
  display: inline-block;
}

.subheadline-deco-line.dark {
  background-color: var(--dim-grey);
}

.about-image {
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.about-image-section-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 130px;
}

.about-section-1 {
  padding-left: 60px;
}

.about-section-2 {
  padding-right: 60px;
}

.about-image-2 {
  background-image: url('../images/About-Image-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.team-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  margin-bottom: 25px;
  display: block;
}

.product-pic-wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.products-grid {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-item-no {
  z-index: 0;
  color: #1d1f2e0d;
  font-size: 40px;
  line-height: 56px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}

.timeline-event-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-event-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.timeline-second-deco-line {
  background-color: var(--line-colour);
  width: 1px;
  height: 60px;
  display: block;
}

.timeline-bottom-deco-line {
  background-color: var(--line-colour);
  width: 200px;
  height: 1px;
  margin-top: 30px;
  display: block;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

.form {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.form-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.timeline-collection-list {
  margin-bottom: 100px;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  place-items: start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.footer-link {
  color: #1d1f2eb3;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: #a25f4b;
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-email-link {
  color: var(--basic-dark-colour);
  text-align: left;
  align-self: auto;
  margin-top: -2px;
  font-size: 22px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: var(--20-blue);
}

.subscribe-wrap {
  border: 1px none var(--brown-main);
  color: #fff;
  text-align: center;
  background-color: #001727;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px 60px;
  display: flex;
}

.category-list {
  display: flex;
}

.product-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  display: block;
}

.product-picture.cc-featured-picture {
  width: 460px;
  height: 540px;
}

.pic-description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pic-description.cc-product-category {
  color: var(--basic-dark-colour);
  margin-bottom: 5px;
  display: inline-block;
}

.product-price-category {
  color: #1d1f2eb3;
  display: inline-block;
}

.product-price-category.older-price-category {
  color: #1d1f2e66;
  text-decoration: line-through;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.category-tag-text {
  color: var(--brown-main);
  font-weight: 700;
}

.category-tag-text.cc-new {
  color: var(--basic-dark-colour);
}

.discounted-price-category {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
}

.category-price-wrap {
  justify-content: center;
  align-items: baseline;
  min-height: 42px;
  display: inline-block;
}

.left-arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  transition: opacity .4s;
  display: flex;
}

.left-arrow:hover {
  opacity: 1;
}

.left-arrow:active {
  opacity: .8;
}

.right-arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  margin-right: -80px;
  transition: opacity .4s;
  display: flex;
}

.right-arrow:hover {
  opacity: 1;
}

.right-arrow:active {
  opacity: .8;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 160px;
}

.slide-nav {
  opacity: .6;
  margin-bottom: -60px;
  font-size: 6px;
  display: inline-block;
}

.slide-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-text-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 460px;
  margin-right: 20px;
  position: relative;
}

.product-head-section {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  margin-bottom: 25px;
  position: relative;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.product-price-detail {
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.empty-cart-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.empty-cart-icon {
  margin: 0 auto;
  display: block;
}

.error-state {
  text-align: center;
  background-color: #a25f4b;
  margin: -30px 40px 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-image {
  max-width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.logo-image.cc-footer-logo {
  margin-bottom: 23px;
  margin-left: -8px;
  display: block;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.slider-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  display: inline-block;
}

.slide-image {
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 380px;
}

.slide-image.cc-slider-image-2 {
  background-image: url('../images/About-Image-2.jpg');
  height: 100%;
  min-height: 380px;
}

.premium-block {
  background-color: var(--basic-dark-colour);
  align-items: stretch;
  height: auto;
  margin-bottom: 150px;
  display: flex;
}

.premium-block-wrap {
  background-image: none;
  background-size: auto;
  width: 50%;
  padding-right: 10px;
  display: inline-block;
}

.premium-block-content-wrap {
  color: #fff;
  width: 470px;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  display: inline-block;
}

.premium-image {
  background-image: url('../images/Section-Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.premium-content-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  margin-right: 20px;
  display: flex;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  opacity: .7;
  margin-right: 5px;
  display: inline-block;
}

.underlined-link {
  border-bottom: 2px solid #a25f4b33;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bb3;
}

.underlined-link.cc-homepage-link {
  color: var(--brown-main);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 300px;
  display: block;
}

.blog-picture.cc-feed-blog-pic {
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 210px;
}

.blog-thumbnail-subheadline {
  color: var(--basic-dark-colour);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.blog-pic-wrap {
  float: left;
  text-align: left;
  width: 300px;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.parallax-section {
  background-image: url('../images/london.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: static;
}

.parallax-section.cc-about-parallax {
  background-image: url('../images/brooke-lark-230509-unsplash.jpg');
  background-size: cover;
}

.parallax-section.downloads {
  background-image: url('../images/waves.jpg');
}

.feature-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.featured-collection {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.blog-articles-homepage {
  margin-bottom: 100px;
}

.featured-mugs {
  text-align: center;
  margin-bottom: 100px;
  display: block;
}

.footer-subheadline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  text-align: center;
  margin-bottom: 100px;
  display: block;
}

.magazine-headline {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
}

.magazine-text-wrap {
  margin-bottom: 20px;
}

.magazine-small-image-1 {
  background-image: url('../images/Image-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 130px;
  margin-bottom: 20px;
}

.magazine-small-image-2 {
  background-image: url('../images/Image_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 130px;
}

.magazine-images-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-image {
  background-color: #00000021;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.header-section {
  background-color: #0000;
  background-image: url('../images/london-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 93px;
  margin-bottom: 0;
  padding: 0 0 60px;
}

.header-content {
  z-index: 3;
  color: #fff;
  background-image: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 90px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.selection {
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
}

.header-headline {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 38px;
  margin-bottom: 36px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.header-headline-wrap {
  text-align: center;
  flex-direction: column;
  margin-bottom: 12px;
  margin-left: 26px;
  margin-right: 26px;
  display: flex;
  position: relative;
}

.magazine-image {
  background-image: url('../images/Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 280px;
  height: 280px;
  margin-right: 20px;
}

.magazine-section {
  grid-column-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 130px;
  display: none;
}

.office-image {
  background-image: url('../images/California-Office.jpg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 190px;
  margin-bottom: 40px;
}

.office-image.cc-office-2 {
  background-image: url('../images/London-Office.jpg');
}

.office-headline {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.map {
  margin-top: -60px;
  margin-bottom: 100px;
}

.embed-map {
  filter: grayscale();
  height: 440px;
}

.directory-grid {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.department-headline {
  font-size: 18px;
  line-height: 30px;
}

.office-wrap {
  text-align: center;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form-wrap {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.form-wrap {
  border-right: 1px solid #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 65%;
  margin-right: 60px;
  padding-right: 60px;
}

.contact-form-info {
  margin-bottom: 40px;
}

.message-form {
  margin-bottom: 0;
}

.office-opening-times {
  text-align: center;
}

.magazine-content-wrap {
  padding-left: 60px;
}

.subscribe-form-deco-line {
  background-color: #d2d2d51a;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.deco-block {
  z-index: 0;
  background-color: #f6f6f6;
  min-width: 940px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.styleguide-deco-block {
  background-color: #060628;
  background-image: url('../images/Header-Pic.jpg');
  background-position: 50%;
  background-size: cover;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#1d1f2e1a, #1d1f2e1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.empty-message {
  color: #1d1f2e4d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.empty-message.cc-zero-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-team-members, .timeline-wrap, .you-might-also-like-items {
  text-align: center;
}

.dark-button {
  z-index: 50;
  background-color: var(--basic-dark-colour);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: none;
  position: relative;
}

.dark-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2f3247;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.dark-button.expand {
  display: block;
}

.styleguide-divider {
  border-top: 1px solid var(--line-colour);
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-form-link {
  color: var(--basic-dark-colour);
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: var(--brown-main);
}

.offices-wrap {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.slide-content {
  margin-bottom: 20px;
}

.contact-form-success-message {
  border: 1px solid var(--line-colour);
  background-color: var(--light-grey);
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.rich-text-block {
  text-align: left;
}

.related-blog-detail-post-wrap {
  float: left;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 1440px;
  height: 650px;
  margin-bottom: -80px;
  position: relative;
  bottom: 150px;
  right: 1px;
}

.blog-content-wrap {
  border: 1px solid var(--line-colour);
  max-width: 1200px;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.blog-detail-content-deco-line {
  background-color: var(--line-colour);
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 20px;
}

.blog-detail-date-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-detail-right-column {
  padding-left: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  position: relative;
}

.blog-detail-left-column {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -150px;
}

.author-wrap-blog-detail {
  border: 1px solid var(--line-colour);
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.breadcrumb-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-avatar-blog-detail {
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 15px;
}

._2-col-wrap {
  margin-bottom: 20px;
}

.owners-quote {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 130px;
  display: block;
}

.blog-feed {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-feed-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-feed-wrap {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.blog-feed-left-column {
  text-align: left;
  width: 300px;
}

.blog-home-headline-wrap {
  border-bottom: 1px solid var(--line-colour);
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

.home-blog-item {
  color: #1d1f2eb3;
  border-left: 2px solid #a25f4b33;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.home-blog-item:hover {
  border-left-color: var(--brown-main);
  color: var(--basic-dark-colour);
  background-color: #a25f4b0a;
}

.home-blog-item.w--current {
  color: #1d1f2ed9;
  border-left-color: #a25f4b66;
}

.out-of-stock-message {
  background-color: var(--basic-dark-colour);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-state {
  margin-bottom: 10px;
}

.blog-secondary-headline {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

.slider-image-wrap {
  width: 460px;
  position: relative;
}

.category-wrap {
  align-items: center;
  display: flex;
}

.category-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-right: 20px;
  display: inline-block;
}

.category-deco-line-right {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-left: 20px;
  display: inline-block;
}

.breadcrumb-wrapper {
  border-top: 1px none var(--line-colour);
  border-bottom: 1px none var(--line-colour);
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
}

.slide1-product-slider {
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.licence-item {
  align-items: center;
  padding: 32px;
  display: flex;
}

.licence-image {
  background-color: #1d1f2e;
  width: 170px;
}

.licence-item-info {
  text-align: left;
  flex: 1;
  padding-left: 32px;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header-Pic.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.licence-links {
  justify-content: space-between;
}

.divider {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

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

.password-field {
  border: 1px solid var(--line-colour);
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.heading {
  color: #bbb;
  letter-spacing: .4px;
  margin-bottom: 30px;
  padding-left: 38px;
  padding-right: 38px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
}

.heading._3 {
  margin-top: 48px;
}

.tel {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 0;
  display: none;
}

.telephone {
  color: var(--basic-dark-colour);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  align-self: auto;
  align-items: flex-end;
  margin-top: 35px;
  margin-bottom: 2px;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.phone {
  margin-right: 4px;
}

.hero-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.hero-heading.p {
  color: #423489;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 19px;
  padding-right: 98px;
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
}

.featured-images {
  grid-column-gap: 24px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 22px;
  display: grid;
}

.link-block {
  background-color: #0000;
}

.feature-image {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e7e7e7;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
}

.image._1 {
  width: 100%;
  display: block;
}

.image._1.s, .image._1.s._2 {
  width: 100%;
}

.image._1.s.narrow {
  display: none;
}

.image-holder {
  z-index: 4;
  border: 1px solid var(--dim-grey);
  background-color: #ffffffe0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 30px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-holder.downloads {
  z-index: 100;
  color: var(--da-blue);
  cursor: default;
  padding: 58px 0 43px;
  transition: background-color .2s, color .4s, border .4s;
}

.image-holder.downloads:hover {
  background-color: #0986ccab;
}

.tint {
  color: var(--20-blue);
  background-color: #00000029;
  display: none;
  position: absolute;
  inset: 0%;
}

.white-button-select {
  z-index: 1;
  color: var(--basic-dark-colour);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button-select:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: #161724;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button-select.banner {
  opacity: .85;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 8px;
  transition: background-color .4s, box-shadow .4s;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0%;
}

.white-button-select.banner:hover {
  background-color: var(--white);
  opacity: .96;
  color: var(--basic-dark-colour);
}

.white-button-select.banner.top {
  background-color: var(--da-blue);
  color: var(--white);
  padding-left: 9px;
  padding-right: 9px;
  inset: 0% 0% auto;
}

.div-block-2 {
  display: block;
}

.category-holder {
  height: auto;
  margin-bottom: 28px;
}

.featured-full-width {
  margin-top: 14px;
}

.block-quote {
  color: var(--white);
  background-color: #0986ccdb;
  margin-top: 14px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  display: none;
}

.columns {
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  position: static;
}

.tel-footer {
  margin-top: 4px;
  margin-bottom: 4px;
  position: static;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.tint-cover {
  z-index: 2;
  background-color: #000000b5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 160px 100px 176px;
  display: flex;
  position: relative;
  inset: 0%;
}

.big-white-cta {
  color: var(--light-grey);
  text-align: center;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
  display: flex;
  position: relative;
  inset: 0%;
}

.big-white-cta.m {
  margin-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
}

.big-white-cta.m.c {
  display: none;
}

.div-block-4 {
  position: absolute;
  inset: 0%;
}

.content-wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
  padding: 0;
  display: flex;
}

.content-wrapper.locations {
  flex: none;
  align-items: stretch;
  width: 100%;
}

.detail {
  padding-left: 4px;
  padding-right: 4px;
}

.sub-mini {
  margin-top: 0;
  margin-bottom: 18px;
}

.blue-button {
  z-index: 1;
  background-color: var(--dim-grey);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: none;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.blue-button:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: #161724;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.blue-button.cc-product-button {
  opacity: .85;
  width: auto;
  margin-left: 100px;
  margin-right: 100px;
  transition: background-color .4s, box-shadow .4s;
  display: inline-block;
  position: absolute;
  inset: auto 0% 5%;
}

.blue-button.cc-product-button:hover {
  opacity: .96;
}

.blue-button.top {
  background-color: #0986cca3;
  border: 1px solid #ececed66;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.blue-button.top:hover {
  background-color: var(--20-blue);
  border: 1px solid #ececed66;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: absolute;
}

.blue-button.top.mini {
  background-color: #0986cc47;
  font-size: 11px;
}

.columns-2 {
  margin-bottom: 39px;
}

.heading-2 {
  text-align: center;
  padding-right: 2px;
}

.paragraph-2 {
  margin-bottom: 18px;
}

.text-block-2 {
  color: #fff;
  display: none;
}

.text-block-2:hover {
  color: var(--brown-main);
}

.text-block-3 {
  color: var(--white);
  letter-spacing: 3px;
  padding: 10px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-3:hover {
  color: var(--white);
}

.text-block-3.mini {
  padding: 10px;
  font-size: 12px;
}

.green {
  z-index: 1;
  background-color: var(--yellow-green);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  margin-left: 0;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.green:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: var(--basic-dark-colour);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.green.cc-product-button {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.green.cc-product-button:hover {
  opacity: .96;
}

.column-2 {
  padding-left: 0;
  padding-right: 10px;
}

.column-3 {
  text-align: left;
}

.div-block-7 {
  text-align: center;
  display: flex;
  position: relative;
}

.text-field-2 {
  float: left;
  border-style: solid none solid solid;
  border-top-width: 1px;
  border-top-color: #ededed;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  border-left-width: 1px;
  border-left-color: #ededed;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  margin-right: 9px;
  font-style: italic;
  font-weight: 400;
}

.text-field-2.full {
  float: none;
  color: #212127;
  border: 1px solid #ededed;
  width: 100%;
  margin-top: 0;
}

.text-field-2.full.noborder {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  border-style: none;
  align-items: center;
  margin-right: 0;
  padding-top: 3px;
  padding-left: 8px;
  font-size: 14px;
  display: flex;
}

.whitelink {
  color: #212127;
}

.whitelink.d {
  color: var(--white);
  padding-left: 5px;
  text-decoration: underline;
}

.form-hero-2 {
  color: #232323;
  text-align: left;
  background-color: #0000;
  margin-top: -18px;
  margin-bottom: 18px;
  padding: 0 141px 2px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.form-hero-2.gdpr {
  color: #fff;
  margin-top: 0;
  margin-bottom: 7px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  display: none;
}

.checkbox-field-3 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 22px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.checkbox-2 {
  margin-top: 0;
  font-size: 18px;
  display: block;
  position: absolute;
}

.column-4 {
  padding-right: 0;
}

.about {
  background-color: #7272720a;
}

.tile-overlay {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to top, #0000 55%, #00000059);
  width: 100%;
  height: 100%;
  padding: 1px;
  transition: opacity .5s;
  display: block;
  position: absolute;
  inset: 0;
}

.tile-overlay:hover {
  opacity: 0;
  filter: hue-rotate(180deg);
}

.top-title-text {
  color: #212127;
  margin-top: 0;
  margin-bottom: 0;
}

.top-title-text.smaller {
  color: var(--dim-grey);
  margin-bottom: 42px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.div-block-8 {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 64px;
  display: block;
}

.lightbox-link {
  height: 240px;
  position: relative;
  overflow: hidden;
}

.lightbox-link.big {
  height: auto;
}

.tile-image {
  background-image: url('../images/06182018-n1-flex-fn-18940-520x260.jpg');
  background-size: cover;
  height: 100%;
  transition: transform .6s;
  position: absolute;
  inset: 0;
}

.tile-image:hover {
  transform: scale(1.1);
}

.tile-image.g2 {
  filter: grayscale(50%);
  background-image: url('../images/RKP8110-Antique-French-Oak-Open-Living-Space-LS2_CM.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.g2:hover {
  filter: none;
}

.tile-image.g6 {
  filter: grayscale(50%);
  background-image: url('../images/diablo-flooringinc-karndean-luxury-vinyl-flooring-karndean-flooring-wood-l-b486f483c7c3791e.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
}

.tile-image.g6:hover {
  filter: none;
}

.tile-image.g9 {
  filter: grayscale(50%);
  background-image: url('../images/oak2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g9:hover {
  filter: none;
}

.tile-image.g1 {
  filter: grayscale(50%);
  background-image: url('../images/Knightsbridge-Milner-Three-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.g1:hover {
  filter: none;
}

.tile-image.g5 {
  filter: grayscale(50%);
  background-image: url('../images/pages-24.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.g5:hover {
  filter: none;
}

.tile-image.g3 {
  filter: grayscale(50%);
  background-image: url('../images/pages-70.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.g3:hover {
  filter: none;
}

.tile-image.g4 {
  filter: grayscale(50%);
  background-image: url('../images/RL12-StormOak-Lounge_LS1_CM-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g4:hover {
  filter: none;
}

.tile-image.gbig {
  filter: grayscale(50%);
  background-image: url('../images/EW02_Hickory-Peppercorn_RS_Res_Living-Room_Image.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.gbig:hover {
  filter: none;
}

.tile-image.g7 {
  filter: grayscale(50%);
  background-image: url('../images/15.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g7:hover {
  filter: none;
}

.tile-image.g10 {
  filter: grayscale(50%);
  background-image: url('../images/7419_project-photo_desktop.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g10:hover {
  filter: none;
}

.tile-image.g12 {
  filter: grayscale(50%);
  background-image: url('../images/light-grey-carpet-bedroom-wwwgalleryhipcom-the-hippest-pics-carpet-in-bedrooms-l-71d8c6463febc219.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.g12:hover {
  filter: none;
}

.divider-2 {
  background-color: #000;
  width: 50px;
  height: 1px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote {
  text-align: center;
  margin-bottom: 60px;
  padding: 14px 0 27px;
  display: block;
}

.paragraph-3 {
  margin-bottom: 36px;
  margin-left: 72px;
  margin-right: 72px;
  font-size: 16px;
  line-height: 24px;
}

.block-quote-2 {
  padding-right: 15px;
  line-height: 24px;
  display: block;
}

.loc {
  border-top: 1px solid #ffffff38;
  border-bottom: 1px solid #ffffff24;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1px;
}

.email-link {
  color: var(--20-blue);
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.location {
  padding-top: 29px;
  padding-left: 4px;
  padding-right: 4px;
}

.phonelink {
  color: #f0d351;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.phonelink:hover {
  color: #00a3ff;
}

.link-2 {
  color: #07a6ff;
  font-size: 13px;
  font-weight: 300;
}

.link-2:hover {
  color: #62c7ff;
}

.copy {
  color: var(--white);
  align-self: auto;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 22px;
}

.copy.cc-copyright-footer {
  color: #1d1f2e4d;
  align-self: end;
  margin-bottom: 10px;
}

.copy.cc-copyright-footer:hover {
  color: var(--brown-main);
  align-self: end;
}

.copy.priv {
  color: #ffffff73;
}

.addressbox {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  height: 180px;
  margin-bottom: 0;
  padding: 10px 19px;
  display: flex;
}

.mail-link {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.address2 {
  color: var(--white);
  margin-bottom: 8px;
  padding: 0 10px 6px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-4 {
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 8px;
}

.paragraph-5 {
  margin-bottom: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.bold-text {
  font-weight: 400;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.quote-copy-box {
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block-10 {
  flex-direction: row;
  align-items: stretch;
  width: 80px;
  display: block;
}

.image-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-11.left {
  margin-bottom: 0;
  padding-top: 0;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  margin-top: 10px;
  margin-bottom: 38px;
  display: none;
}

.expertise {
  color: #1d1f2eb3;
  margin-bottom: 12px;
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.expertise.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.expertise.cc-deparment-details {
  align-self: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.expertise.cc-premium-block-paragraph {
  color: #ffffffb3;
}

.expertise.n {
  padding-left: 70px;
  padding-right: 70px;
}

.expertise.n.light {
  letter-spacing: .6px;
}

.expertise.n.light.s {
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 200;
}

.expertise.n.light.s.sub {
  background-color: var(--basic-dark-colour);
  width: 100%;
  max-width: 100%;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 24px;
}

.expertise.n.light.s.last {
  margin-bottom: 56px;
}

.expertise.light {
  color: var(--white);
  text-align: center;
  letter-spacing: .4px;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.expertise.light.caps {
  background-color: var(--basic-dark-colour);
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 200;
}

.expertise.light.naro {
  padding-left: 14px;
  padding-right: 14px;
}

.block {
  text-align: center;
  background-color: #0986cc70;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 180px;
  padding-top: 0;
  padding-bottom: 71px;
  display: flex;
  position: relative;
}

.title {
  background-color: #0000;
  border-radius: 0 0 4px 4px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Open Sans, sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.icon.less {
  border-style: none;
  border-color: var(--line-colour);
  background-color: #0000;
  border-radius: 0;
  margin: 0;
  padding: 12px;
}

.icon.less._2 {
  padding-left: 16px;
  padding-right: 16px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 24px;
  margin-bottom: 58px;
}

.image-4 {
  border: 1px solid #000;
}

.icon-holder {
  background-color: #04385b8f;
  border: 1px solid #ffffff9c;
  border-radius: 100px;
  padding: 10px;
}

.container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.logo {
  margin-top: 12px;
  margin-bottom: 18px;
  display: block;
}

.logo.da {
  margin-top: 6px;
  margin-bottom: 6px;
}

.slider-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 124px;
  padding-right: 124px;
  display: flex;
}

.slider-div {
  margin-top: 66px;
}

.big-paragraph-copy {
  color: #1d1f2eb3;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph-copy.cc-cover-paragraph {
  opacity: .9;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  align-self: start;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: static;
}

.quote-white {
  color: var(--line-colour);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.quote-white.cc-cover-paragraph {
  opacity: .9;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  align-self: start;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: static;
}

.quote-white.n {
  padding-left: 117px;
  padding-right: 117px;
}

.slider-2 {
  background-color: #0000;
}

.icon-2, .icon-3 {
  color: #ffffff4d;
}

.slide-nav-2 {
  display: none;
}

.intro-copy {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.intro-copy.big {
  margin-right: 0;
  font-size: 16px;
}

.intro-copy.big.name {
  margin-bottom: 10px;
}

.intro-copy.big.white {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.intro-copy.sub {
  padding-right: 38px;
  font-size: 14px;
  line-height: 20px;
}

.columns-4 {
  align-items: flex-start;
  margin-bottom: 36px;
  display: flex;
}

.photo-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.image-5 {
  flex: 0 auto;
  margin-top: 4px;
  margin-bottom: 17px;
  display: block;
}

.column-9 {
  align-items: flex-start;
  display: flex;
}

.container-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-12 {
  justify-content: center;
}

.div-block-13 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 36px;
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-6 {
  width: 600px;
  max-width: 80%;
}

.grid-5 {
  grid-row-gap: 24px;
  opacity: 1;
  background-image: url('../images/PreparedMindAsset-4.png');
  background-position: 52% 0;
  background-repeat: no-repeat;
  background-size: 424px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 36px;
}

.head-copy {
  color: var(--line-colour);
  letter-spacing: .3px;
  text-transform: none;
  margin-bottom: 8px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.head-copy.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.head-copy.cc-deparment-details {
  align-self: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.head-copy.cc-premium-block-paragraph {
  color: #ffffffb3;
}

.head-copy.n {
  padding-left: 70px;
  padding-right: 70px;
}

.head-copy.n.light {
  letter-spacing: .6px;
}

.head-copy.n.light.s {
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 200;
}

.head-copy.n.light.s.sub {
  background-color: var(--basic-dark-colour);
  width: 100%;
  max-width: 100%;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 24px;
}

.head-copy.n.light.s.last {
  margin-bottom: 56px;
}

.head-copy.light {
  color: var(--white);
  text-align: center;
  letter-spacing: .4px;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.head-copy.light.caps {
  background-color: var(--basic-dark-colour);
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 200;
}

.head-copy.light.naro {
  padding-left: 14px;
  padding-right: 14px;
}

.head-copy.last {
  margin-bottom: 0;
  line-height: 21px;
}

.head-copy.final {
  margin-bottom: 20px;
}

.label-block {
  background-color: #04385bcc;
  border: 1px solid #ececed30;
  border-radius: 80px;
  padding: 20px 13px 16px;
}

.label-block.orange {
  background-color: #997f0ade;
  padding-top: 16px;
  padding-left: 31px;
  padding-right: 31px;
}

.label-block.ltblue {
  background-color: #0986cced;
}

.label-block.grey {
  background-color: #5e6b74cc;
}

.label-block.turq {
  background-color: #327985f0;
  padding-left: 34px;
  padding-right: 34px;
}

.label-block.notes {
  background-color: #0000;
  border-style: none;
}

.link-3 {
  color: var(--20-blue);
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  display: none;
}

.bold-text-2 {
  font-size: 14px;
}

.bold-text-3 {
  font-family: Open Sans, sans-serif;
}

.plain-text {
  background-color: #0000;
  border: 1px #ececed30;
  border-radius: 80px;
  padding: 18px 16px 16px;
}

.plain-text.orange {
  background-color: #9b661fcc;
  padding-left: 31px;
  padding-right: 31px;
}

.plain-text.ltblue {
  background-color: #0986ccd4;
}

.plain-text.grey {
  background-color: #5e6b74cc;
}

.plain-text.turq {
  background-color: #327985f0;
  padding-left: 34px;
  padding-right: 34px;
}

.plain {
  color: var(--line-colour);
  letter-spacing: .3px;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.plain.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.plain.cc-deparment-details {
  align-self: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.plain.cc-premium-block-paragraph {
  color: #ffffffb3;
}

.plain.n {
  padding-left: 70px;
  padding-right: 70px;
}

.plain.n.light {
  letter-spacing: .6px;
}

.plain.n.light.s {
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 200;
}

.plain.n.light.s.sub {
  background-color: var(--basic-dark-colour);
  width: 100%;
  max-width: 100%;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 24px;
}

.plain.n.light.s.last {
  margin-bottom: 56px;
}

.plain.light {
  color: var(--white);
  text-align: center;
  letter-spacing: .4px;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.plain.light.caps {
  background-color: var(--basic-dark-colour);
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 200;
}

.plain.light.naro {
  padding-left: 14px;
  padding-right: 14px;
}

.plain.last {
  margin-bottom: 0;
  line-height: 21px;
}

.plain.bigger {
  margin-top: 5px;
  margin-bottom: 12px;
  font-size: 18px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.downloads-columns {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.column-12 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.download {
  z-index: 1;
  color: var(--basic-dark-colour);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.download:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: #161724;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.download.banner {
  background-color: var(--20-blue);
  opacity: .85;
  cursor: pointer;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 8px;
  transition: background-color .4s, box-shadow .4s;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0%;
}

.download.banner:hover {
  background-color: var(--da-blue);
  opacity: .96;
  color: var(--basic-dark-colour);
}

.download.banner.top {
  inset: 0% 0% auto;
}

.download-text {
  color: var(--white);
}

.download-image {
  color: var(--20-blue);
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  transition: transform .2s;
  transform: scale(.95);
}

.download-image:hover {
  transform: none;
}

.download-image._1 {
  width: 100%;
  display: block;
}

.download-image._1.s {
  width: 84%;
}

.download-image._1.s._2 {
  color: var(--da-blue);
  width: 80%;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-4 {
  letter-spacing: 1.4px;
}

.logotext {
  color: #1170b1;
  letter-spacing: 2px;
  font-family: EB Garamond, sans-serif;
  font-size: 29px;
  line-height: 40px;
  display: none;
}

.logotext.white {
  color: var(--white);
  letter-spacing: 4px;
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 28px;
}

.logotext.header {
  color: var(--white);
  letter-spacing: 3px;
  margin-top: 6px;
  margin-bottom: 38px;
  padding-left: 196px;
  padding-right: 196px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 36px;
  display: block;
}

.logotext.copy {
  color: var(--white);
  background-color: #0986cc8f;
  background-image: url('../images/Screen-Shot-2020-06-26-at-20.44.53.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 80%;
  margin-bottom: 50px;
  padding: 17px 6px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

.logotext.copy.small {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 4px;
  font-size: 16px;
}

.logotext.copy.intro {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 0 53px;
  font-size: 18px;
}

.grid-7 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .6fr;
  align-content: start;
  place-items: start center;
  margin-top: 0;
}

.label-copy {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label-copy.cc-subheadline {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
}

.label-copy.cc-subheadline.light {
  color: var(--light-grey);
  margin-bottom: 0;
}

.label-copy.cc-subheadline.light.dark {
  color: var(--dim-grey);
}

.label-copy.cc-product-details {
  margin-bottom: 20px;
}

.label-copy.cc-office-location {
  margin-bottom: 10px;
}

.label-copy.cc-office-times {
  margin-top: 25px;
  margin-bottom: 10px;
}

.label-copy.cc-contact-form-label {
  margin-bottom: 10px;
}

.label-copy.cc-cover-label {
  opacity: .8;
  color: var(--black);
  text-align: center;
  background-color: #ffffffe6;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.label-copy.cc-cover-label.c {
  text-align: center;
  padding-left: 0;
  font-size: 11px;
  line-height: 20px;
}

.label-copy.cc-cover-label.c.n {
  padding-left: 127px;
  padding-right: 127px;
}

.label-copy.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label-copy.cc-blog-date {
  margin-bottom: 0;
}

.label-copy.cc-breadcrumb-divider {
  opacity: 1;
  color: #1d1f2e33;
  border-bottom: 2px solid #0000;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

.label-copy.cc-breadcrumb-divider:hover {
  opacity: .8;
}

.label-copy.cc-quote-author {
  opacity: .3;
}

.label-copy.cc-breadcrumb-link {
  cursor: pointer;
  border-bottom: 2px solid #a25f4b4d;
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label-copy.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid #a25f4b4d;
}

.label-copy.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: #0000;
  margin-left: 0;
}

.label-copy.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: #a25f4b4d;
}

.label-copy.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: #0000;
}

.label-copy.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: #a25f4b4d;
}

.label-copy.cc-category-link {
  border: 1px solid var(--line-colour);
  opacity: 1;
  color: #a25f4b99;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label-copy.cc-category-link:hover {
  opacity: 1;
  color: var(--brown-main);
  border: 1px solid #a25f4b4d;
}

.label-copy.cc-category-link.w--current {
  opacity: 1;
  color: var(--brown-main);
  border-color: #a25f4b66;
  margin-left: 5px;
}

.link {
  background-color: #04385bd1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 176px;
  padding-top: 12px;
  padding-bottom: 0;
  transition: background-color .2s, color .4s, border .4s;
  display: flex;
  position: relative;
}

.link:hover {
  background-color: #0986cccf;
}

.text-block-3-copy {
  color: var(--white);
  letter-spacing: 3px;
  padding: 15px 16px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-3-copy:hover {
  color: var(--white);
}

.text-block-3-copy.mini {
  border: 1px solid #ffffff80;
  padding: 10px;
  font-size: 12px;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  background-image: none;
  justify-content: center;
  height: auto;
  margin-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.logo-block {
  margin-bottom: 0;
}

.image-7 {
  margin-top: 8px;
  margin-bottom: 12px;
  padding-left: 31px;
  padding-right: 39px;
}

.container-5 {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.strap {
  color: #1170b1;
  letter-spacing: 2px;
  font-family: EB Garamond, sans-serif;
  font-size: 29px;
  line-height: 40px;
  display: none;
}

.strap.white {
  color: var(--white);
  letter-spacing: 4px;
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 28px;
}

.strap.header {
  color: var(--white);
  letter-spacing: 3px;
  margin-top: 6px;
  margin-bottom: 30px;
  padding-left: 196px;
  padding-right: 196px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 38px;
  display: block;
}

.strap.copy {
  color: var(--white);
  text-align: center;
  background-color: #0986cc54;
  background-image: url('../images/Screen-Shot-2020-06-26-at-20.44.53.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 100%;
  margin-bottom: 44px;
  padding: 17px 18px 17px 352px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.strap.copy.small {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
}

.quote-white-2 {
  color: #ececed;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.quote-white-2.n {
  padding-left: 117px;
  padding-right: 117px;
}

.quote-white-2.n.q {
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}

.quote-block {
  display: block;
}

.columns-5 {
  background-color: #04385bcf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  margin-bottom: 34px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-8 {
  position: static;
}

.column-13 {
  background-image: url('../images/Screen-Shot-2020-06-26-at-20.44.53.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 136px;
  padding-bottom: 0;
}

.mask {
  z-index: 2;
  object-fit: cover;
  background-color: #0000009c;
  height: auto;
  margin-top: 90px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section {
  height: 1px;
}

.arrow-link2 {
  z-index: 4;
  color: var(--20-blue);
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  transition: background-color .2s, box-shadow .2s, color .2s;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow {
  background-color: var(--20-blue);
  opacity: .69;
  border-radius: 20px 20px 0 0;
  width: 70px;
  margin: 17px auto 0;
  padding: 14px 22px 8px;
  transition: background-color .3s;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow:hover {
  opacity: 1;
  background-color: #0986ccdb;
  background-image: none;
}

.body {
  background-color: #000;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads-9"], html.w-mod-js [data-ix="fade-in-bottom-page-loads-8"], html.w-mod-js [data-ix="fade-in-bottom-page-loads-7"], html.w-mod-js [data-ix="fade-in-bottom-page-loads-6"], html.w-mod-js [data-ix="fade-in-bottom-page-loads-5"], html.w-mod-js [data-ix="fade-in-bottom-page-loads-4"], html.w-mod-js [data-ix="fade-in-bottom-page-loads-3"], html.w-mod-js [data-ix="fade-in-bottom-page-loads-10"], html.w-mod-js [data-ix="fade-in-bottom-page-loads-2"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="grow"] {
  opacity: 0;
  transform: scale(.84);
}

@media screen and (max-width: 991px) {
  .cart-button {
    margin-right: 30px;
  }

  .item-count {
    margin-left: 0;
  }

  .cart-heading {
    font-weight: 700;
  }

  .cart-icon {
    margin-right: 4px;
  }

  .cart-item-remove-link {
    transition: color .4s;
  }

  .cart-item-remove-link:hover {
    color: #fffc;
  }

  .text-field-dark.cc-subscribe-input {
    width: 320px;
  }

  .uppercase-text.cc-cart-label {
    display: none;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .label.cc-department-label {
    margin-bottom: 10px;
  }

  .label.cc-cover-label {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
  }

  .label.cc-cover-label._2 {
    text-align: left;
  }

  .label.cc-cover-label.c.n {
    padding-left: 10px;
    padding-right: 10px;
  }

  .label.cc-cover-label.c.n.q {
    padding-left: 76px;
    padding-right: 76px;
  }

  .paragraph {
    align-self: center;
  }

  .paragraph.cc-deparment-details {
    align-self: start;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small-paragraph {
    margin-bottom: 37px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .menu-item-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap.w--current {
    text-align: center;
    justify-content: center;
  }

  .menu-item-wrap.contact {
    margin-right: 0;
  }

  .menu-item-deco-line {
    display: none;
  }

  .content {
    padding-top: 82px;
  }

  .content.cc-subscribe-form, .content.cc-deco-block-wrap, .content.cc-blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .content.top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content.prepared {
    padding-top: 29px;
  }

  .content.locations {
    padding-top: 0;
  }

  .content.downloads {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap.cc-menu {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 12px;
    padding-right: 20px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 47px;
    padding-right: 47px;
    display: flex;
  }

  .wrap.locs {
    align-items: stretch;
    width: 72%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    text-align: left;
    flex-direction: row;
    height: 88px;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-button {
    opacity: .6;
    padding: 0;
    transition: opacity .4s;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .menu-button:active {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: #0000;
    align-items: center;
    display: block;
  }

  .brand {
    flex: 1;
  }

  .about-head-pic {
    width: 100%;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }

  .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon {
    margin-top: -4px;
    margin-bottom: 0;
    display: inline-block;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
    margin-top: -4px;
    margin-bottom: 6px;
    line-height: 20px;
  }

  .content-wrap.locs {
    width: 60%;
  }

  .about-image {
    min-height: none;
    background-position: 50%;
    width: 100%;
    height: 320px;
  }

  .about-image-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
    display: flex;
  }

  .about-section-1 {
    text-align: center;
    padding-left: 0;
  }

  .about-section-2 {
    text-align: center;
    padding-right: 0;
  }

  .about-image-2 {
    min-height: none;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
  }

  .team-picture {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-pic-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-email-link {
    font-size: 24px;
  }

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .category-list {
    margin-right: -20px;
  }

  .category-item {
    margin-left: 0;
  }

  .product-picture {
    width: auto;
  }

  .product-picture.cc-featured-picture {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slider {
    height: 100%;
  }

  .slide-wrap {
    text-align: center;
    flex-direction: column;
  }

  .slider-text-wrap {
    width: auto;
    padding-left: 0;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .product-head-section {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 80px;
  }

  .product-main-details {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .link-wrap-category {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap, .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    margin-bottom: 10px;
  }

  .slide-image {
    background-position: 50%;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
  }

  .slide-image.cc-slider-image-2 {
    margin-bottom: 0;
  }

  .premium-block {
    flex-direction: column;
  }

  .premium-block-wrap {
    width: 100%;
    padding-right: 0;
  }

  .premium-block-content-wrap {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    display: block;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .premium-content-item {
    flex-direction: column;
    align-items: center;
  }

  .premium-content-icon-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .details-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-details-wrap {
    width: 70%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0;
  }

  .product-dimensions-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .blog-picture {
    width: 100%;
  }

  .blog-pic-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
    position: relative;
  }

  .parallax-section {
    background-size: cover;
  }

  .feature-item {
    width: auto;
    margin-bottom: 50px;
  }

  .featured-collection {
    flex-direction: column;
    align-items: stretch;
  }

  .magazine-images-wrap {
    margin-bottom: 50px;
  }

  .header-image {
    justify-content: center;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .header-section {
    justify-content: center;
    margin-top: 86px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-content {
    text-align: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding-top: 0;
    position: relative;
  }

  .selection {
    z-index: 2;
    text-align: center;
    flex: 0 auto;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .header-headline {
    padding-left: 31px;
    padding-right: 31px;
    font-size: 42px;
  }

  .header-headline-wrap {
    margin-bottom: 9px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .magazine-image {
    background-position: 50%;
  }

  .magazine-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
    display: none;
  }

  .office-image {
    background-position: 50%;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .directory-grid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    align-items: center;
    display: flex;
  }

  .department-headline {
    margin-bottom: 10px;
  }

  .office-wrap {
    width: auto;
    margin-bottom: 60px;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-headline {
    margin-bottom: 40px;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .contact-details-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
  }

  .magazine-content-wrap {
    padding-left: 0;
  }

  .deco-block {
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .offices-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .blog-post-headline {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post-cover-pic {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
    position: static;
    left: -30px;
    right: -30px;
  }

  .blog-content-wrap {
    border-style: none;
    border-width: 0;
    width: auto;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-detail-left-column {
    position: static;
  }

  .author-wrap-blog-detail {
    text-align: center;
  }

  .breadcrumb-wrap {
    text-align: center;
    justify-content: center;
  }

  .author-avatar-blog-detail {
    background-position: 50%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-feed-right-column {
    width: 100%;
  }

  .blog-feed-wrap {
    flex-direction: column;
  }

  .blog-feed-left-column {
    width: 100%;
  }

  .out-of-stock-message {
    width: auto;
  }

  .slider-image-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .category-wrap {
    justify-content: center;
    width: 100%;
  }

  .category-deco-line, .category-deco-line-right {
    display: none;
  }

  .breadcrumb-wrapper {
    text-align: center;
    justify-content: center;
  }

  .slide1-product-slider {
    min-height: none;
    background-position: 50%;
    width: 100%;
    height: 320px;
  }

  .hero-heading.p {
    margin-bottom: 12px;
    padding-right: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .featured-images {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block {
    color: var(--20-blue);
  }

  .white-button-select.banner {
    margin-left: 0;
    margin-right: 0;
  }

  .category-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 27px;
  }

  .tel-footer {
    max-width: 20%;
  }

  .tint-cover {
    padding-top: 66px;
    padding-left: 0;
    padding-right: 0;
  }

  .tint-cover.downloads {
    padding-left: 48px;
    padding-right: 48px;
  }

  .big-white-cta {
    font-size: 24px;
    line-height: 40px;
  }

  .big-white-cta.m {
    padding-left: 42px;
    padding-right: 42px;
    font-size: 20px;
    line-height: 36px;
  }

  .content-wrapper {
    padding-top: 52px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .content-wrapper.locations {
    flex: 1;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.head {
    padding-left: 14px;
    padding-right: 14px;
  }

  .blue-button.cc-product-button {
    margin-left: 68px;
    margin-right: 68px;
  }

  .green {
    width: 320px;
  }

  .div-block-6 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2 {
    width: 100%;
  }

  .checkbox-field-3 {
    margin-bottom: 23px;
    padding-top: 0;
  }

  .checkbox-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
  }

  .div-block-8 {
    padding-top: 57px;
  }

  .tile-image.g1 {
    background-position: 100% 100%;
  }

  .email-link {
    font-size: 16px;
  }

  .phonelink {
    font-size: 22px;
  }

  .copy {
    margin-bottom: 37px;
  }

  .copy.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .addressbox {
    height: 206px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .column-5, .column-6, .column-7 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .columns-3 {
    margin-top: 0;
    padding-top: 24px;
  }

  .column-8 {
    align-items: flex-start;
    padding-left: 14px;
  }

  .quote-copy-box {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 44px;
    margin-left: 0;
  }

  .div-block-9 {
    justify-content: center;
    padding-left: 13px;
  }

  .div-block-10 {
    width: 68px;
  }

  .div-block-11 {
    margin-bottom: 4px;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11.left {
    padding-top: 0;
    padding-left: 53px;
    padding-right: 53px;
  }

  .expertise {
    align-self: center;
  }

  .expertise.cc-deparment-details {
    align-self: start;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo {
    margin-top: 6px;
    margin-bottom: 20px;
  }

  .quote-white.n {
    padding-left: 0;
    padding-right: 0;
  }

  .photo-holder {
    padding-right: 5px;
  }

  .grid-5 {
    background-size: 360px;
  }

  .head-copy {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .head-copy.cc-deparment-details {
    align-self: start;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .label-block.ltblue {
    padding-top: 26px;
  }

  .label-block.turq {
    padding-left: 38px;
    padding-right: 38px;
  }

  .plain {
    align-self: center;
  }

  .plain.cc-deparment-details {
    align-self: start;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .plain.bigger {
    font-size: 16px;
  }

  .column-10 {
    padding-left: 0;
  }

  .download.banner {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .logotext.header {
    margin-bottom: 32px;
    padding-left: 135px;
    padding-right: 135px;
    font-size: 17px;
    line-height: 32px;
  }

  .logotext.copy.intro {
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
    line-height: 28px;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-template-columns: .8fr .8fr;
    padding-left: 0;
    padding-right: 0;
  }

  .label-copy.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .label-copy.cc-department-label {
    margin-bottom: 10px;
  }

  .label-copy.cc-cover-label {
    padding-left: 20px;
    padding-right: 20px;
  }

  .label-copy.cc-cover-label.c.n {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link {
    align-items: center;
    height: 180px;
    padding-top: 15px;
    padding-left: 7px;
  }

  .logo-holder {
    padding-right: 313px;
  }

  .background-video {
    margin-top: 90px;
  }

  .image-7 {
    padding-left: 70px;
    padding-right: 75px;
  }

  .container-5 {
    margin-top: 40px;
  }

  .strap.header {
    font-size: 22px;
  }

  .strap.copy {
    padding-left: 86px;
  }

  .quote-white-2.n {
    padding-left: 0;
    padding-right: 0;
  }

  .quote-white-2.n.q {
    padding-left: 90px;
    padding-right: 90px;
  }

  .columns-5 {
    width: 93%;
    height: 128px;
    margin-bottom: 50px;
  }

  .column-13 {
    background-position: 10%;
    height: 128px;
    padding-bottom: 0;
  }

  .mask {
    margin-top: 90px;
  }

  .arrow {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .cart-button {
    margin-right: 15px;
  }

  .text-field-dark.cc-subscribe-input {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    position: relative;
  }

  .label.cc-subheadline {
    padding-left: 19px;
    padding-right: 19px;
    line-height: 22px;
  }

  .label.cc-cover-label {
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .label.cc-category-link, .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .label.cc-cover-label.c.n.q {
    padding-left: 38px;
    padding-right: 38px;
  }

  .paragraph.n.light.s {
    padding-left: 1px;
    padding-right: 1px;
  }

  .paragraph.light.caps {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text-field.cc-product-quantity {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .content.locations {
    height: auto;
    padding-bottom: 68px;
    overflow: hidden;
  }

  .wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .wrap.cc-menu {
    padding: 14px 12px 14px 4px;
  }

  .wrap.cc-subscribe-form {
    display: flex;
  }

  .wrap.cc-styleguide-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.locs {
    width: 500px;
    height: 100%;
  }

  .menu {
    height: 70px;
  }

  .brand.w--current {
    color: var(--da-blue);
    flex: 1;
    padding-right: 144px;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline, .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: center;
    justify-content: center;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .content-wrap {
    width: 90%;
  }

  .content-wrap.head {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .team-picture {
    background-position: 50% 0;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-event-wrap {
    width: 100%;
  }

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

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-list {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .category-item {
    margin-right: 0;
  }

  .product-picture.cc-featured-picture {
    height: 380px;
  }

  .product-main-details, .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  .product-details-wrap, .product-dimensions-wrap {
    width: 100%;
  }

  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }

  .blog-pic-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .parallax-section {
    background-size: cover;
  }

  .magazine-small-image-1 {
    width: 50%;
    height: 200px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .magazine-small-image-2 {
    width: 50%;
    height: 200px;
    margin-left: 10px;
  }

  .magazine-images-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .header-image {
    min-width: auto;
  }

  .header-section {
    margin-top: 44px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-content {
    background-image: linear-gradient(#04050fd9, #04050fd9);
    justify-content: center;
    height: auto;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .selection {
    width: 88%;
  }

  .header-headline {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 36px;
    line-height: 52px;
  }

  .magazine-image {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .magazine-small-images {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .related-blog-detail-post-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog-feed-content {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home-headline-wrap, .blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

  .category-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .heading {
    text-align: center;
  }

  .hero-heading {
    margin-bottom: 15px;
    padding-right: 92px;
    font-size: 36px;
    line-height: 52px;
  }

  .featured-images {
    grid-template-columns: 1fr 1fr;
  }

  .image._1.s.wide {
    display: block;
  }

  .image._1.s.narrow {
    display: none;
  }

  .white-button-select.banner {
    margin-left: 0;
    margin-right: 0;
  }

  .category-holder {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .tint-cover {
    padding-left: 26px;
    padding-right: 26px;
  }

  .tint-cover.downloads {
    padding-left: 44px;
    padding-right: 44px;
  }

  .big-white-cta.m {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 22px;
    line-height: 38px;
  }

  .content-wrapper, .content-wrapper.head {
    padding-left: 0;
    padding-right: 0;
  }

  .detail {
    margin-bottom: 48px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .green {
    width: 100%;
  }

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

  .text-field-2 {
    width: 100%;
    margin-bottom: 14px;
  }

  .text-field-2.full.noborder {
    padding-top: 17px;
    padding-right: 37px;
  }

  .top-title-text {
    font-size: 30px;
  }

  .tile-image.g1 {
    background-position: 0%;
  }

  .quote {
    padding-left: 33px;
    padding-right: 33px;
  }

  .email-link {
    font-size: 16px;
  }

  .phonelink {
    font-size: 24px;
  }

  .addressbox {
    height: auto;
    margin-bottom: 16px;
    padding: 22px 0 25px;
  }

  .address2 {
    font-size: 16px;
  }

  .paragraph-4 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
  }

  .column-5, .column-6 {
    margin-bottom: 30px;
  }

  .columns-3 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .column-8 {
    align-items: center;
    padding-left: 4px;
  }

  .quote-copy-box {
    flex-direction: column;
    align-items: center;
  }

  .div-block-9 {
    justify-content: center;
    padding-left: 0;
  }

  .div-block-11.left {
    padding-left: 29px;
    padding-right: 29px;
  }

  .expertise.n.light.s {
    padding-left: 1px;
    padding-right: 1px;
  }

  .expertise.light.caps {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .block {
    width: 160px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    justify-items: center;
  }

  .logo {
    margin-top: 2px;
    margin-bottom: 16px;
  }

  .slider-content {
    padding-left: 115px;
    padding-right: 115px;
  }

  .intro-copy, .intro-copy.big {
    text-align: center;
  }

  .intro-copy.sub {
    padding-left: 41px;
    padding-right: 41px;
  }

  .columns-4 {
    flex-direction: column;
  }

  .photo-holder {
    align-items: center;
    margin-bottom: 24px;
    padding-left: 98px;
    padding-right: 98px;
  }

  .column-9 {
    justify-content: center;
  }

  .grid-5 {
    grid-row-gap: 24px;
    background-position: 50% 0;
    background-size: 360px;
    height: 420px;
  }

  .head-copy.n.light.s {
    padding-left: 1px;
    padding-right: 1px;
  }

  .head-copy.light.caps {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .label-block {
    display: none;
  }

  .plain.n.light.s {
    padding-left: 1px;
    padding-right: 1px;
  }

  .plain.light.caps {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .column-10 {
    flex: 1;
    justify-content: center;
    margin-bottom: 12px;
    display: flex;
  }

  .download.banner {
    margin-left: 0;
    margin-right: 0;
  }

  .logotext {
    font-size: 24px;
  }

  .logotext.white {
    font-size: 32px;
  }

  .logotext.header {
    margin-bottom: 38px;
    padding-left: 43px;
    padding-right: 43px;
    font-size: 17px;
    line-height: 30px;
  }

  .logotext.copy.intro {
    font-size: 14px;
    line-height: 26px;
  }

  .grid-7 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .label-copy.cc-subheadline {
    padding-left: 19px;
    padding-right: 19px;
    line-height: 22px;
  }

  .label-copy.cc-cover-label {
    font-size: 12px;
  }

  .label-copy.cc-category-link, .label-copy.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .link {
    height: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-holder {
    align-items: center;
    padding-right: 62px;
    display: flex;
  }

  .background-video {
    background-image: linear-gradient(#0000, #000);
    align-items: center;
    height: auto;
    margin-top: 68px;
  }

  .container-5 {
    margin-bottom: 40px;
  }

  .strap {
    font-size: 24px;
  }

  .strap.white {
    font-size: 32px;
  }

  .strap.header {
    margin-bottom: 38px;
    font-size: 18px;
  }

  .quote-white-2.n.q {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mask {
    margin-top: 68px;
  }

  .arrow-link2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }

  .button.top {
    width: 90%;
    display: inline-block;
  }

  .button.top:hover {
    width: 100%;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .cart-product-price {
    font-size: 14px;
  }

  .label.cc-subheadline {
    padding-left: 0;
    padding-right: 0;
  }

  .label.cc-cover-label {
    margin-bottom: 66px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .label.cc-cover-label._2 {
    margin-bottom: 37px;
  }

  .label.cc-cover-label {
    padding-left: 0;
    font-size: 10px;
  }

  .label.cc-cover-label.c.n.q {
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 10px;
  }

  .paragraph.n {
    padding-left: 2px;
    padding-right: 2px;
  }

  .paragraph.n.light.s {
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .paragraph.light {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph.light.caps {
    font-size: 16px;
  }

  .small-paragraph {
    padding-left: 52px;
    padding-right: 52px;
  }

  .content.top {
    height: auto;
    padding: 0;
  }

  .content.prepared {
    height: auto;
    padding-top: 4px;
  }

  .content.locations {
    background-position: 0 0, 100%;
    height: auto;
  }

  .content.downloads {
    height: auto;
    padding: 0;
  }

  .wrap {
    padding-left: 2px;
    padding-right: 2px;
  }

  .wrap.cc-menu {
    padding: 14px 12px 14px 10px;
    font-size: 14px;
  }

  .wrap.cc-subscribe-form {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wrap.locs {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    height: 56px;
  }

  .brand.w--current {
    padding-left: 0;
    padding-right: 32px;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: center;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 15px;
    line-height: 20px;
  }

  .content-wrap.locs {
    width: 82%;
    margin-bottom: 10px;
  }

  .subheadline-wrap.cc-separate-subheadline {
    margin-top: 22px;
  }

  .team-picture {
    width: 100%;
  }

  .subscribe-headline {
    font-size: 28px;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

  .error-state {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-image {
    width: 200px;
    max-width: 240px;
    padding-right: 40px;
  }

  .logo-image.cc-footer-logo {
    margin-bottom: 32px;
    margin-left: 0;
  }

  .magazine-small-image-1 {
    height: 130px;
    margin-right: 5px;
  }

  .magazine-small-image-2 {
    height: 130px;
    margin-left: 5px;
  }

  .header-section {
    height: auto;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .header-content {
    height: auto;
    padding-top: 0;
  }

  .selection {
    width: 82%;
    margin-bottom: 14px;
  }

  .header-headline {
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 46px;
  }

  .header-headline-wrap {
    margin-bottom: 20px;
  }

  .magazine-image {
    margin-bottom: 10px;
  }

  .office-image {
    height: 190px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .deco-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .deco-block.styleguide-deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed.checkout {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .licence-item {
    flex-direction: column;
  }

  .heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .hero-heading {
    margin-bottom: 24px;
    padding-right: 35px;
    font-size: 26px;
    line-height: 40px;
  }

  .hero-heading.p {
    font-size: 24px;
    line-height: 36px;
  }

  .featured-images {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image._1.s.wide {
    display: none;
  }

  .image._1.s.narrow {
    display: block;
  }

  .image-holder {
    align-items: flex-start;
    width: 100%;
  }

  .image-holder.downloads {
    height: auto;
    margin-bottom: 14px;
    padding-top: 30px;
    padding-bottom: 31px;
  }

  .category-holder {
    height: auto;
    margin-bottom: 14px;
    display: block;
  }

  .category-holder.tall {
    height: 560px;
  }

  .columns {
    justify-content: flex-start;
  }

  .tint-cover {
    height: auto;
    padding: 1px 0 74px;
  }

  .tint-cover.downloads {
    padding-left: 24px;
    padding-right: 24px;
  }

  .big-white-cta {
    color: #fff;
  }

  .big-white-cta.m {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 32px;
  }

  .content-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.locations, .content-wrapper.head {
    padding-top: 0;
  }

  .blue-button.top {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
    position: absolute;
  }

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

  .text-block-3 {
    padding: 12px 0;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-2 {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .text-field-2.full.noborder {
    flex-flow: wrap;
    align-items: flex-start;
    padding-left: 19px;
    padding-right: 0;
  }

  .whitelink.d {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-hero-2.gdpr {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 16px;
  }

  .checkbox-field-3 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 28px;
  }

  .top-title-text {
    font-size: 24px;
    line-height: 32px;
  }

  .top-title-text.smaller {
    font-size: 24px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lightbox-link.last {
    display: none;
  }

  .quote {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .location {
    padding-top: 0;
  }

  .phonelink {
    font-size: 22px;
  }

  .copy {
    margin-bottom: 28px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .addressbox {
    padding-left: 6px;
    padding-right: 6px;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-8 {
    align-items: center;
    padding-left: 0;
  }

  .quote-copy-box {
    flex-direction: column;
    margin-bottom: 6px;
  }

  .div-block-9 {
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-10 {
    width: auto;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .expertise.n {
    padding-left: 2px;
    padding-right: 2px;
  }

  .expertise.n.light.s {
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .expertise.light {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 22px;
  }

  .block {
    width: 128px;
  }

  .grid-4 {
    grid-column-gap: 20px;
  }

  .container {
    padding: 22px 6px;
  }

  .logo {
    margin-top: 3px;
    margin-bottom: 24px;
  }

  .slider-div {
    width: auto;
  }

  .big-paragraph-copy.cc-cover-paragraph, .quote-white.cc-cover-paragraph {
    font-size: 14px;
    line-height: 26px;
  }

  .slider-2 {
    display: none;
  }

  .intro-copy {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-copy.big {
    text-align: left;
  }

  .intro-copy.sub {
    padding-left: 23px;
    padding-right: 23px;
  }

  .intro-copy.sub.c {
    text-align: center;
  }

  .photo-holder {
    margin-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    background-size: 100%;
    margin-bottom: 43px;
  }

  .head-copy.n {
    padding-left: 2px;
    padding-right: 2px;
  }

  .head-copy.n.light.s {
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .head-copy.light {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 28px;
  }

  .label-block {
    display: none;
  }

  .plain.n {
    padding-left: 2px;
    padding-right: 2px;
  }

  .plain.n.light.s {
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .plain.light {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 28px;
  }

  .column-10 {
    margin-bottom: 19px;
  }

  .container-4 {
    flex: 1;
    padding-bottom: 35px;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .logotext {
    font-size: 17px;
  }

  .logotext.white {
    margin-bottom: 30px;
    font-size: 19px;
  }

  .logotext.header {
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .logotext.copy.small {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .logotext.copy.intro {
    text-align: center;
    letter-spacing: 1.2px;
    flex-wrap: nowrap;
    padding: 12px 0;
    font-size: 12px;
    line-height: 22px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 18px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .label-copy.cc-subheadline {
    padding-left: 0;
    padding-right: 0;
  }

  .label-copy.cc-cover-label {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .link {
    height: auto;
  }

  .text-block-3-copy {
    padding: 12px 3px;
    font-size: 14px;
    line-height: 16px;
  }

  .logo-holder {
    padding-right: 137px;
  }

  .logo-block {
    display: block;
  }

  .container-5 {
    margin-top: 22px;
  }

  .div-block-14 {
    margin-bottom: 4px;
    padding-top: 20px;
    display: flex;
  }

  .strap {
    font-size: 17px;
  }

  .strap.white {
    margin-bottom: 30px;
    font-size: 19px;
  }

  .strap.header {
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 32px;
  }

  .quote-white-2.n.q {
    font-size: 16px;
    line-height: 26px;
  }

  .quote-block {
    background-color: #00000045;
    width: 100%;
    margin-bottom: 0;
    padding: 22px 14px 4px;
    display: block;
  }

  .columns-5 {
    flex-flow: column;
    align-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 28px;
  }

  .column-13 {
    background-position: 50% 0;
    background-size: cover;
    height: 114px;
    margin-bottom: 0;
  }

  .column-14 {
    margin-top: 0;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .arrow-link2 {
    margin-bottom: -10px;
  }

  .arrow {
    width: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
  }
}

#w-node-e88a0756-985d-3e65-9a57-c269a2f6ad2b-a2f6ad2b, #w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-86888756 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-86888756, #w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-33888759 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-_945a4d7d-f789-0c65-5c65-afe88881e39c-96888749 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_384e0aeb-3969-b7e9-ed6c-eed756498f16-96888749 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


