:root {
  --basic-dark-colour: #1d1f2e;
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --light-grey: #fafafa;
  --data-proof-light-blue: #007dc39e;
  --white: white;
  --data-proof-blue: #007dc3;
  --dataproof-dak-blue: var(--white);
  --black-2: #1d1f2ee8;
  --black: black;
  --sienna: #a25f4b82;
  --expandi-orange-24: #f6a8003d;
  --expandi-orange: #f6a800;
  --expandi-grey: #9e9e9e;
  --expandi-cyan: #00c1f1;
  --peach-puff: #efd4b9;
}

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

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

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

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

.w-commerce-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-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-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-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, .w-commerce-commerceaddtocartquantityinput {
    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: #743f2f;
  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;
}

.white-button {
  z-index: 50;
  color: var(--basic-dark-colour);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 16px;
  justify-content: center;
  width: 100%;
  padding: 12px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  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:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: #161724;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button.cc-product-button {
  width: 100%;
  margin-left: 0;
  display: block;
}

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

.white-button.manual {
  background-color: var(--data-proof-light-blue);
  color: var(--white);
  margin-left: 0;
  position: relative;
}

.white-button.manual:hover {
  background-color: var(--data-proof-blue);
  color: #fff;
}

.white-button.manual.w--current {
  background-color: var(--data-proof-light-blue);
  color: var(--white);
}

.white-button.manual.w--current:hover {
  background-color: var(--data-proof-blue);
}

.white-button.manual.ltblue {
  color: #fff;
  background-color: #007dc3a3;
  width: 72%;
  margin-top: 5px;
}

.white-button.manual.ltblue:hover {
  background-color: var(--data-proof-blue);
}

.white-button.manual.ltblue.w--current {
  background-color: var(--dataproof-dak-blue);
}

.white-button.top {
  width: 50%;
}

.white-button.top.orange {
  background-color: #f6a800c7;
  display: none;
}

.white-button.top.orange:hover {
  background-color: #f6a800;
}

.white-button.cc-product-button-copy {
  color: var(--white);
  background-color: #007dc3b0;
  width: 30%;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 8px;
  display: block;
}

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

.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 {
  text-align: left;
  width: 350px;
  margin-right: 10px;
  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: -8px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.label.cc-subheadline.white {
  color: #fff;
}

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

.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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: inline-flex;
}

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

.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 {
  color: var(--dataproof-dak-blue);
  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: #007dc399;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-category-link:hover {
  border: 1px solid var(--dataproof-dak-blue);
  opacity: 1;
  color: var(--dataproof-dak-blue);
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: var(--dataproof-dak-blue);
  border-color: #007dc34d;
  margin-left: 5px;
}

.paragraph {
  color: var(--basic-dark-colour);
  font-family: Karla, sans-serif;
}

.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.left {
  color: #1d1f2ee8;
  text-align: left;
  margin-bottom: 22px;
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.paragraph.left.little {
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph.left.little.hdr {
  margin-top: 4px;
  margin-bottom: 5px;
}

.paragraph.left.little.hdr.white.copy {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph.left.little.hdr.white.copy.quote {
  margin-bottom: 6px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.paragraph.left.little.white {
  margin-bottom: 12px;
}

.paragraph.left.quote {
  color: var(--black-2);
  background-color: #007dc31c;
  padding: 14px 26px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.paragraph.left.quote._5px {
  background-color: #007dc340;
  margin-bottom: 36px;
}

.paragraph.left.white {
  color: #fff;
  font-weight: 400;
}

.paragraph.left._5px {
  font-size: 18px;
}

.paragraph.list {
  color: var(--data-proof-blue);
  text-align: left;
  text-indent: 0;
  margin-bottom: 16px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
}

.paragraph.list:hover {
  color: var(--data-proof-light-blue);
  text-decoration: underline;
}

.paragraph.list.little {
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph.list.little.hdr {
  margin-top: 4px;
  margin-bottom: 5px;
}

.paragraph.list.little.hdr.white.copy {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph.list.little.hdr.white.copy.quote {
  margin-bottom: 6px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.paragraph.list.little.white {
  margin-bottom: 12px;
}

.paragraph.list.quote {
  color: var(--black-2);
  background-color: #007dc31c;
  padding: 14px 26px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.paragraph.list.white {
  color: #fff;
  font-weight: 400;
}

.paragraph.list._16 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph.list._16.less {
  margin-bottom: 10px;
}

.paragraph.list.bar {
  background-color: var(--data-proof-light-blue);
  color: #ffffffe8;
  border-radius: 1px;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 15px;
  display: block;
}

.paragraph.list.bar:hover {
  background-color: var(--data-proof-blue);
}

.paragraph.list.nolink {
  color: var(--black-2);
  padding-left: 12px;
  text-decoration: none;
}

.paragraph.quote {
  border-left: 4px none var(--data-proof-blue);
  color: var(--basic-dark-colour);
  text-transform: none;
  margin-bottom: 10px;
  padding-left: 28px;
  font-style: normal;
  font-weight: 400;
}

.paragraph.with-image {
  background-image: url('../images/custom_ui_1custom_ui.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 36px;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 50px;
  font-weight: 700;
}

.paragraph.with-image._2 {
  background-image: url('../images/themes_1themes.png');
}

.paragraph.with-image._3 {
  background-image: url('../images/stor_1stor.png');
}

.paragraph.with-image.model {
  background-image: url('../images/model_1model.png');
}

.paragraph.with-image.export {
  background-image: url('../images/export_1export.png');
}

.paragraph.with-image.test {
  background-image: url('../images/share-512_1share-512.png');
}

.paragraph.paragraph-tint {
  background-image: linear-gradient(to bottom, var(--data-proof-blue), var(--data-proof-blue));
  color: var(--white);
  padding: 18px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph.kist {
  padding-left: 10px;
}

.paragraph.kist._2 {
  padding-top: 10px;
}

.small-paragraph {
  align-self: auto;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

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

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

.menu-item {
  color: var(--black);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-wrap {
  opacity: .6;
  color: var(--dataproof-dak-blue);
  cursor: pointer;
  border-bottom-color: #007dc380;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 18px 4px;
  text-decoration: none;
  transition: opacity .4s;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.menu-item-wrap.w--current {
  opacity: 1;
  color: var(--light-grey);
  display: block;
}

.menu-item-deco-line {
  opacity: 0;
  background-color: #007dc366;
  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-two {
  border-top: 10px solid var(--data-proof-blue);
  background-color: #fff;
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 48px;
  display: flex;
  position: static;
  overflow: hidden;
}

.content-two.cc-overlayed-content {
  border-top-width: 4px;
  border-top-color: var(--dataproof-dak-blue);
  margin-bottom: 1px;
  padding-bottom: 100px;
  display: flex;
  top: -110px;
}

.content-two.cc-overlayed-content.case {
  margin-bottom: 0;
}

.content-two.cc-overlayed-content.grey {
  background-color: #f5f5f5;
}

.content-two.cc-overlayed-content.blue {
  background-color: var(--light-grey);
}

.content-two.cc-subscribe-form {
  padding-left: 0;
  padding-right: 0;
}

.content-two.cc-subscribe-form._2 {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

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

.content-two.cc-deco-block-wrap {
  border-top-width: 4px;
  border-top-color: var(--dataproof-dak-blue);
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/hero-hd-comp.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 87px 30px 0;
  display: flex;
}

.content-two.cc-deco-block-wrap.provenance {
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/demand_1.jpg');
  background-size: auto, cover;
}

.content-two.cc-deco-block-wrap.case {
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/Space.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.content-two.cc-deco-block-wrap.compliance {
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/demand.jpg');
  background-size: auto, cover;
}

.content-two.cc-deco-block-wrap.audits {
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/audits.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.content-two.cc-deco-block-wrap.resources {
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/Chap2.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.content-two.cc-deco-block-wrap.resources._2 {
  background-position: 0 0, 50% 100%;
}

.content-two.cc-deco-block-wrap.developers {
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/Team-Vignette-1600px.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content-two.cc-deco-block-wrap.privacy {
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/Space.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content-two.cc-deco-block-wrap.market {
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/hero-hd-comp.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content-two.cc-deco-block-wrap.diff {
  background-image: linear-gradient(#0f78ce, #02000052), url('../images/api.jpg');
}

.content-two.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.content-two.foot {
  border-top-style: solid;
  border-top-color: var(--dataproof-dak-blue);
  padding: 12px 20px 84px;
  display: block;
}

.content-two.download {
  padding-top: 168px;
  display: block;
}

.wrap {
  z-index: 6;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
  position: relative;
}

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

.wrap.cc-subscribe-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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.selector {
  width: 1200px;
}

.wrap.ftr {
  width: 94%;
}

.menu {
  z-index: 600;
  box-shadow: none;
  background-color: #ffffffa8;
  background-image: linear-gradient(#fff, #fff);
  border-bottom: 1px solid #007dc399;
  height: 120px;
  line-height: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  color: var(--dataproof-dak-blue);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.brand:hover {
  opacity: .8;
}

.about-head-pic {
  background-image: url('../images/hero-hd-comp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.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: #fff;
  text-shadow: 2px 2px 1px #00000047;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: #fff;
  text-shadow: 1px 1px 6px #00000063;
  align-self: start;
  margin-bottom: 26px;
  font-family: Karla, sans-serif;
  font-size: 20px;
}

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

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

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 42px;
  display: block;
}

.subheadline-wrap.cc-separate-subheadline.feature {
  display: none;
}

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

.subheadline-deco-line.dk {
  background-color: var(--sienna);
}

.about-image {
  background-image: url('../images/EvidentProof-System-Overview-Asset.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  height: 100%;
  min-height: 380px;
}

.about-image._4 {
  background-image: url('../images/DataProof-Court-ready.png');
  width: 80%;
  height: 90%;
}

.about-image._5 {
  background-image: url('../images/DataProof-Data-audit.png');
  background-size: contain;
  width: 80%;
  height: 90%;
}

.about-image.audit {
  background-image: url('../images/GDPR.jpg');
}

.about-image.dev {
  background-image: url('../images/Data-Proof-Easy-to-connect.png');
  background-size: contain;
}

.about-image.structure {
  background-image: url('../images/Data-Proof-Architecture.png');
  background-size: contain;
  width: 100%;
  height: auto;
  min-height: auto;
}

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

.about-image-section-wrap.last {
  margin-bottom: 100px;
}

.about-image-section-wrap.wider {
  grid-template-columns: 2fr 1fr;
}

.about-image-section-wrap.full {
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr;
}

.about-image-section-wrap.thirds {
  grid-template-rows: .75fr;
  grid-template-columns: .25fr 1fr;
  align-items: center;
  margin-bottom: 20px;
}

.about-image-section-wrap.t2 {
  grid-template-columns: 2.5fr 1fr;
}

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

.about-section-1.list {
  margin-bottom: 138px;
  padding-left: 0;
}

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

.about-image-2 {
  background-image: url('../images/hero-hd-comp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.about-image-2.a {
  background-image: url('../images/DataProof-Court-ready.png');
}

.about-image-2.a.top {
  background-image: url('../images/EvidentProof-Data-audit.svg');
  background-position: 50% 0;
}

.about-image-2.b {
  background-image: url('../images/EvidentProof-System-Overview-Asset.png');
}

.about-image-2.w, .about-image-2.a-copy {
  background-image: url('../images/DataProof-Data-audit.png');
  background-position: 50% 0;
}

.about-image-2.a-copy.top {
  background-image: url('../images/EvidentProof-Data-audit.svg');
  background-position: 50% 0;
}

.about-image-2.a-copy._2 {
  background-image: url('../images/EvidentProof-System-Overview-Asset.png');
}

._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: none;
}

.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 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 3fr 1.5fr 1.5fr 1.75fr;
  place-items: start;
  width: auto;
  margin-top: 42px;
  margin-bottom: 2px;
  display: none;
}

.footer-link {
  color: var(--data-proof-blue);
  letter-spacing: normal;
  margin-bottom: 10px;
  margin-right: 22px;
  font-size: 12px;
  line-height: 22px;
  display: block;
}

.footer-link:hover {
  color: var(--data-proof-light-blue);
}

.footer-link.w--current {
  margin-top: 0;
  font-weight: 700;
}

.footer-link.w--current:hover {
  color: var(--data-proof-blue);
}

.footer-grid-column {
  flex-direction: column;
  justify-content: flex-start;
  align-self: end;
  padding-top: 0;
  display: flex;
}

.footer-email-link {
  color: var(--data-proof-blue);
  align-self: auto;
  font-size: 14px;
  line-height: 36px;
}

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

.subscribe-wrap {
  background-color: var(--basic-dark-colour);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  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 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.slider-deco-line {
  background-color: var(--data-proof-light-blue);
  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 {
  color: var(--dataproof-dak-blue);
  border-bottom: 2px solid #f6a80033;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

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

.underlined-link.cc-homepage-link {
  margin-top: 10px;
  display: none;
}

.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-thumbnail-subheadline:hover {
  color: var(--dataproof-dak-blue);
}

.blog-thumbnail-subheadline.manual {
  text-align: left;
  font-family: Karla, sans-serif;
}

.blog-thumbnail-subheadline.manual:hover {
  color: var(--data-proof-blue);
}

.blog-thumbnail-subheadline.manual._2 {
  font-family: Karla, sans-serif;
}

.blog-thumbnail-subheadline.manual.w {
  color: var(--white);
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
}

.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: linear-gradient(to bottom, var(--dataproof-dak-blue), var(--dataproof-dak-blue)), url('../images/iStock-539235365-2000px.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding-top: 54px;
  padding-bottom: 28px;
  display: block;
  position: relative;
  overflow: visible;
}

.parallax-section.cc-about-parallax {
  background-image: url('../images/business-intelligence.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 79px;
  display: none;
}

.parallax-section.blue {
  background-image: linear-gradient(to bottom, var(--data-proof-blue), var(--data-proof-blue)), linear-gradient(to bottom, var(--dataproof-dak-blue), var(--dataproof-dak-blue)), url('../images/iStock-539235365-2000px.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.parallax-section.blue.new {
  background-image: linear-gradient(#0b415fc4, #0b415fc4), url('../images/Space.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 94px;
  padding-bottom: 113px;
}

.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: 30px;
}

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

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

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

.magazine-headline {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Karla, sans-serif;
  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.jpg');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 130px;
}

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

.header-image {
  z-index: 3;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 148px;
  padding-bottom: 19px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-section {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.header-section.art {
  display: block;
}

.header-content {
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 76px;
  display: flex;
}

.header-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-headline {
  text-transform: none;
  text-shadow: 4px 4px 6px #0000004f;
  margin-top: 10px;
  margin-bottom: 14px;
  font-family: Karla, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
}

.header-headline-wrap {
  margin-bottom: 25px;
}

.magazine-image {
  text-align: center;
  background-image: url('../images/Read-more.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 280px;
  margin-right: 20px;
}

.magazine-section {
  grid-column-gap: 20px;
  background-color: #fff0;
  background-image: linear-gradient(#0000, #0000);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
  margin-bottom: 130px;
}

.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: 0;
}

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

.deco-block {
  z-index: 0;
  background-color: #f6f6f6;
  background-image: url('../images/inifinity.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  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;
}

.deco-block.about {
  background-color: #f6f6f600;
  background-image: none;
  background-size: auto;
  padding-bottom: 20px;
}

.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;
}

.item-overlay.buyer-intent {
  color: var(--dataproof-dak-blue);
}

.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 {
  background-color: var(--dataproof-dak-blue);
  opacity: .96;
  color: #fff;
  box-shadow: 0 3px 8px #1d1f2e26;
}

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

.dark-button.fw {
  z-index: 1;
  background-color: #f6a800b3;
  width: 100%;
  height: 120px;
  margin-bottom: 72px;
  margin-left: 10px;
  margin-right: auto;
  padding: 0 1px;
  position: relative;
}

.dark-button.fw:hover {
  background-color: #f6a800;
}

.dark-button.fw._2 {
  height: auto;
  padding-left: 71px;
  padding-right: 71px;
}

.dark-button.fw.page-2 {
  height: 100px;
  margin-bottom: 70px;
}

.dark-button.fw.blue {
  background-color: var(--dataproof-dak-blue);
  margin-top: 47px;
  padding-top: 0;
  display: none;
}

.dark-button.fw.blue:hover {
  background-color: var(--dataproof-dak-blue);
}

.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;
}

.large-blog-quote {
  border-bottom-color: var(--expandi-orange-24);
  border-left-color: var(--expandi-orange-24);
  color: var(--dataproof-dak-blue);
}

.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: 24px;
  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;
  background-color: #f6a8000f;
  border-left: 2px solid #f6a80033;
  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(--expandi-orange);
  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/Analysis.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);
  color: var(--black);
  border-radius: 8px;
  height: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.search {
  margin-bottom: 50px;
}

.text-block-2 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.link-6 {
  color: #0075be;
  text-decoration: none;
}

.link-4 {
  color: #0075be;
  background-color: #0000;
  border: 1px solid #0075be85;
  width: 40px;
  margin-right: 0;
  padding: 4px 0 4px 2px;
  font-size: 12px;
}

.text-block-4 {
  align-self: end;
  margin-top: 0;
  margin-bottom: -20px;
  padding-top: 0;
  font-size: 11px;
}

.info-icon {
  float: left;
  opacity: .32;
  text-align: center;
  margin-top: 0;
  margin-bottom: 11px;
  margin-right: 8px;
  padding-top: 0;
}

.column-13 {
  text-align: right;
}

.info-icon-copy {
  float: left;
  margin-right: 8px;
}

.info-icon-copy._2 {
  margin-top: 25px;
  padding-top: 0;
}

.div-block-27 {
  margin-bottom: 8px;
}

.footer-2 {
  background-image: linear-gradient(#eaeaea, #eaeaea);
  border-style: none;
  border-width: 1px;
  padding-top: 32px;
  padding-bottom: 40px;
}

.footer-2.center {
  text-align: center;
  background-color: #8a8a8a3b;
  background-image: none;
  border-top: 1px solid #dbdbdb;
  height: 360px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 47px;
  display: none;
}

.div-block-26 {
  opacity: .49;
  text-align: left;
  display: flex;
}

.link-block-3 {
  text-align: left;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 26px;
}

.link-block-3.facebook {
  text-align: center;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 4px;
  padding-left: 26px;
  display: none;
}

.link-block-3.linkedin {
  text-align: left;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 25px;
  display: none;
}

.link-block-3.twitter {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 6px;
  padding-left: 25px;
  display: none;
}

.footer-text {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.footer-text.address {
  margin-bottom: 12px;
  font-size: 12px;
  display: none;
}

.button-bottom-nav {
  color: #fcc100;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: gray;
  border-radius: 4px;
  width: 160px;
  margin-bottom: 7px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-bottom-nav:hover {
  color: #fff;
  background-color: #0075be;
  font-weight: 700;
}

.button-bottom-nav.w--current {
  color: #fff;
  background-color: #0075be;
}

.button-bottom-nav.w--current:hover {
  font-weight: 700;
}

.link-6-offices {
  color: #0075be;
  text-align: left;
  margin-bottom: 4px;
  padding-right: 40px;
  line-height: 24px;
  text-decoration: none;
}

.link-6-contact {
  color: #0075be;
  text-decoration: none;
}

.background-video {
  margin-top: 0;
  padding-top: 0;
  position: static;
  overflow: hidden;
}

.div-block-28 {
  background-image: linear-gradient(#0000009e, #0000009e);
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: static;
}

.background-video-2 {
  background-color: #0000;
  margin-top: 114px;
  display: none;
}

.div-block-29 {
  z-index: -1;
  background-color: #000;
  height: 85%;
  display: none;
  position: relative;
  inset: 0;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.heading {
  margin-bottom: 20px;
  padding-left: 29px;
  padding-right: 29px;
}

.heading.left {
  color: #1d1f2ee0;
  text-align: left;
  margin-bottom: 28px;
  padding-left: 8px;
  padding-right: 0;
}

.heading.left.white {
  color: #fff;
}

.heading.left.big {
  margin-bottom: 34px;
  padding-right: 20px;
  font-family: Karla, sans-serif;
  font-size: 32px;
  line-height: 44px;
}

.heading.left.big.thank {
  margin-bottom: 54px;
}

.photo-home {
  background-color: #a1303000;
  background-image: linear-gradient(#99292980, #99292980), url('../images/Raffaele.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 201px;
  margin-top: 0;
  margin-bottom: 8px;
  display: none;
}

.div-block-30 {
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-30.hidden {
  display: none;
}

.coloured-photo-block {
  border: 1px solid var(--brown-main);
  background-color: #a25f4b45;
  display: inline-block;
}

.coloured-photo-block.white {
  border-color: #fff;
}

.coloured-photo-block.white.pbm {
  border-color: var(--black-2);
  background-color: #000c;
}

.coloured-block {
  background-image: linear-gradient(#a1381921, #a1381921), url('../images/Raffaele.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 201px;
  width: 200px;
  height: 160px;
  margin-bottom: 16px;
}

.coloured-block.pvm {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  display: none;
}

.coloured-block-quote {
  background-image: none;
  margin-top: 0;
  padding-top: 0;
}

.cta-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 60px 11px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: static;
  inset: 0;
}

.cta-1._2 {
  text-align: left;
  margin-top: 6px;
}

.column-14 {
  padding-top: 0;
  padding-right: 10px;
}

.columns {
  margin-bottom: 18px;
  margin-right: 0;
  padding-left: 0;
}

.columns._2 {
  margin-bottom: 20px;
}

.content-2 {
  text-align: left;
  background-color: #fff;
  border-top: 1px #000;
  margin-top: 0;
  padding-top: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.column-16 {
  flex-direction: column;
  justify-content: center;
  margin-top: 14px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.div-block-31 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.columns-2 {
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
}

.image {
  border: 1px solid var(--expandi-grey);
  margin-top: -33px;
  margin-left: -29px;
}

.image.mini, .image.top {
  border-style: none;
}

.pointer-dark {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/arrow-downAsset-1.svg');
  background-position: 0 0;
  background-size: 125px;
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: -10px;
  padding-top: 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(135deg);
}

.pointer-dark.white {
  background-image: none;
}

.pointer-dark.white.creamy {
  background-color: #1d1f2e00;
  background-image: linear-gradient(#9e9e9e6e, #9e9e9e6e);
}

.pointer-dark.blue {
  background-image: linear-gradient(to bottom, var(--dataproof-dak-blue), var(--dataproof-dak-blue));
  margin-top: -10px;
}

.pointer-dark.blue.bottom {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: 0;
}

.pointer-dark.top {
  background-image: linear-gradient(to bottom, var(--dataproof-dak-blue), var(--dataproof-dak-blue));
  margin-top: -10px;
  margin-bottom: 11px;
}

.pointer-dark.lt-orange {
  background-color: #fff0;
  background-image: linear-gradient(to bottom, var(--expandi-orange-24), var(--expandi-orange-24));
  margin-top: -10px;
}

.pointer-dark.lt-orange.bottom {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: 0;
}

.pointer-dark.lt-orange._2 {
  background-image: linear-gradient(#f6a80099, #f6a80099);
}

.pointer-dark.blue {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  margin-top: -10px;
  margin-bottom: -20px;
}

.pointer-dark.blue.creamy {
  background-color: #1d1f2e00;
  background-image: linear-gradient(#9e9e9e6e, #9e9e9e6e);
}

.pointer-dark.black {
  background-image: linear-gradient(to bottom, var(--dataproof-dak-blue), var(--dataproof-dak-blue)), url('../images/arrow-downAsset-1.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
}

.pointer {
  z-index: 1;
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.pointer.colour {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
}

.pointer.colour.bottom {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.pointer.yop {
  z-index: 4;
  border-top: 0 #fff0;
  border-bottom: 4px solid var(--expandi-orange-24);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: -12px;
  display: none;
  inset: 0;
}

.pointer.yop.download {
  margin-top: 0;
  padding-top: 0;
}

.pointer.top {
  inset: 0% 0% auto;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered {
  color: #192024;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
}

.section-heading.centered.white {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.content-3 {
  text-align: left;
  background-color: #007dc380;
  margin-top: 0;
  padding-top: 126px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.content-3.dk {
  background-color: #0377b86e;
}

.content-4 {
  background-color: #007dc31f;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.div-block-32 {
  padding-left: 10px;
  padding-right: 10px;
}

.pointer-copy {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pointer-copy.colour {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
}

.pointer-copy.colour.bottom {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.pointer-copy.yop {
  z-index: 52;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: -12px;
  inset: 0;
}

.pointer-copy.yop.bottom {
  z-index: 200;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  display: none;
  inset: auto 0 -21px;
  overflow: visible;
}

.pointer-solid {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pointer-solid.colour {
  border-top: 1px solid var(--expandi-orange-24);
  color: var(--expandi-orange-24);
  background-color: #f6a80000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pointer-solid.colour.bottom {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.pointer-solid.yop {
  z-index: 4;
  border-top: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: -12px;
  inset: 0;
}

._3-cols {
  display: block;
}

.link-wrap-manual {
  text-align: center;
  flex-direction: row;
  height: 640px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}

.link-wrap-manual.less {
  height: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.image-2 {
  background-image: url('../images/bi-hdr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.image-2.sml {
  background-image: url('../images/AI.png');
}

.column-17 {
  padding-left: 6px;
  padding-right: 6px;
}

.para-copy {
  color: var(--basic-dark-colour);
  text-align: left;
  font-family: Karla, sans-serif;
}

.para-copy.white {
  color: var(--white);
}

.column-18, .column-19 {
  padding-left: 6px;
  padding-right: 6px;
}

.bold-text-2 {
  color: var(--black-2);
  text-decoration: underline;
}

.bold-text-2.white {
  color: #fff;
}

.field-label-3 {
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 9px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

.modal-wrapper-contact {
  z-index: 100;
  text-align: center;
  background-image: linear-gradient(#ffffffc9, #ffffffc9);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 124px;
  display: none;
  position: fixed;
  inset: 0;
}

.marketing-consent {
  display: block;
}

.text-field-2 {
  border-radius: 4px;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.text-field-2:focus {
  border-color: #2e3192;
}

.download-wrapper-book {
  border: 1px solid var(--dataproof-dak-blue);
  text-align: right;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 6px;
  width: 400px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 30px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 4px 4px 33px #19202436;
}

.close-modal-readiness {
  text-align: left;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  margin-top: 0;
  margin-right: 0;
  padding: 5px;
  display: block;
  position: static;
  top: 0;
  right: 0;
}

.form-hero {
  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.gdpr {
  color: #000;
  margin-top: 0;
  margin-bottom: 14px;
  padding-right: 0;
  font-size: 12px;
  line-height: 18px;
}

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

.form2-book {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.submit-button {
  background-color: #2e3192;
  border-radius: 1px;
  margin-top: 16px;
  padding: 13px 90px;
  display: inline-block;
}

.submit-button.download {
  background-color: var(--expandi-orange-24);
  color: #000;
  border-radius: 4px;
  width: 100%;
  margin-top: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: background-color .2s;
  display: block;
}

.submit-button.download:hover {
  background-color: var(--expandi-orange);
  color: #fff;
}

.close-download {
  text-align: center;
  display: inline-block;
  position: static;
  top: 0;
  right: 0;
}

.image-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.checkbox-field {
  display: block;
}

.cta-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 1px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.cta-3:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.cta-3.all-caps {
  text-transform: uppercase;
  border-radius: 1px;
  margin-top: 2px;
  margin-left: 10px;
}

.cta-3.all-caps:hover {
  color: #213c60;
  background-image: linear-gradient(#fff, #fff);
  border-color: #fdbb30;
}

.cta-3.all-caps.left {
  color: #43515c;
  text-align: center;
  background-image: linear-gradient(#fdbb30, #fdbb30);
  margin-left: 0;
  padding-left: 39px;
  padding-right: 39px;
  transition-property: background-colorundefined, border, color;
}

.cta-3.all-caps.left:hover {
  color: #fff;
  background-image: linear-gradient(#213c60, #213c60);
  border-color: #fff;
}

.cta-3.all-caps.left.w--current {
  background-image: linear-gradient(#fdbb30, #fdbb30);
  transition-timing-function: ease, ease, ease;
}

.cta-3.all-caps.left.w--current:hover {
  background-image: linear-gradient(#213c60, #213c60);
}

.cta-3.all-caps.left.wider {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #f3bc00;
  background-image: none;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s, opacity .3s, all .3s;
}

.cta-3.all-caps.left.wider:hover {
  color: #fff;
  background-color: #3570f4;
  background-image: none;
}

.cta-3.all-caps.left.wider.big {
  background-color: #0000;
  margin-top: 0;
  padding: 16px 80px;
  font-size: 20px;
  line-height: 24px;
}

.cta-3.all-caps.left.wider.big:hover {
  color: #2a2a2a;
  background-color: #f3bc00;
}

.cta-3.all-caps.left.wider.big.w--current {
  margin-top: 28px;
}

.cta-3.all-caps.left.wider.big.w--current:hover {
  color: #4a4a4a;
  background-image: linear-gradient(#f4f4f4bf, #f4f4f4bf);
}

.cta-3.all-caps.left.wider.big._2 {
  color: #fff;
  background-color: #e1289d;
  border-style: none;
  font-size: 16px;
  transition: none;
}

.cta-3.all-caps.left.wider.big._2:hover {
  color: #fff;
  background-color: #e1289d;
  border-color: #232323;
}

.video {
  opacity: 1;
  background-image: linear-gradient(#007dc35c, #007dc35c);
  background-position: 0 0;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-video {
  z-index: 2;
  background-color: #000;
  height: 100%;
  margin-top: 0;
  padding-top: 104px;
  display: block;
  position: relative;
  inset: 0;
}

.quote-block {
  border: 1px solid var(--brown-main);
  background-color: #a25f4b45;
  display: inline-block;
}

.quote-block.white {
  border-color: #fff;
}

.quote-block.white.pbm {
  border-color: var(--black-2);
  background-color: #000c;
  padding: 10px 22px;
}

.bold-text-3 {
  font-size: 18px;
}

.link-7 {
  color: var(--dataproof-dak-blue);
}

.link-7:hover {
  color: var(--expandi-cyan);
}

.div-block-34 {
  justify-content: center;
  width: 50%;
  display: inline-block;
}

.section-subheading.center {
  color: #192024;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.section-subheading.center.white {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.container-7 {
  margin-bottom: 0;
  padding-top: 171px;
  padding-bottom: 49px;
  display: block;
}

.button-signup {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00aeef;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  width: 100%;
  margin: 19px 10px 7px 0;
  padding: 14px 38px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-signup:hover {
  background-color: #2e3192;
}

.button-signup.w--current {
  background-color: #737373;
  margin-right: 0;
}

.button-signup.w--current:hover {
  background-color: #505050;
}

.button-signup.whitepaper {
  margin-right: 0;
}

.button-signup.whitepaper.previous {
  text-align: center;
  background-color: #50505078;
  border-radius: 0;
  width: 100%;
  margin: 10px;
  padding: 10px 21px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.button-signup.whitepaper.previous:hover {
  background-color: var(--expandi-orange);
}

.section-title-group {
  text-transform: none;
  margin-bottom: 31px;
}

.div-block-25 {
  width: 60%;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.field-label-4 {
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 9px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  display: none;
}

.checkbox-field-2 {
  margin-top: 6px;
  padding-top: 7px;
}

.modal-wrapper-interview {
  z-index: 100;
  text-align: center;
  background-image: linear-gradient(#ffffffc9, #ffffffc9);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 124px;
  display: none;
  position: fixed;
  inset: 0;
}

.close-modal-interview, .close-modal-2, .close-modal-contact {
  text-align: left;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  margin-top: 0;
  margin-right: 0;
  padding: 5px;
  display: block;
  position: static;
  top: 0;
  right: 0;
}

.text-block-6 {
  align-self: end;
  margin-top: -4px;
  padding-top: 0;
  font-size: 11px;
}

.heading-2, .heading-3 {
  font-family: Karla, sans-serif;
}

.grey-btton {
  z-index: 50;
  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;
  width: 100%;
  margin-left: -12px;
  padding: 18px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  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;
}

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

.grey-btton.cc-product-button {
  width: 100%;
}

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

.grey-btton.manual {
  margin-left: 0;
  position: relative;
}

.grey-btton.manual:hover {
  background-color: var(--dataproof-dak-blue);
  color: #fff;
}

.grey-btton.top {
  width: 50%;
}

.grey-btton.top.orange, .grey-btton.top.orange:hover, .grey-btton.top.orange.w--current:hover {
  background-color: var(--dataproof-dak-blue);
}

.div-block-36 {
  margin-left: 30px;
  margin-right: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.article-banner {
  background-image: url('../images/Data-Proof-Partner-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  height: 200px;
  margin-bottom: 46px;
}

.article-banner.performance {
  background-image: url('../images/iStock-1025744818-1.jpg');
}

.list-item {
  color: var(--data-proof-blue);
  list-style-type: disc;
}

._5px {
  margin-left: 12px;
  list-style-type: none;
}

.section-panel {
  text-align: left;
  background-color: #fff;
  position: static;
  inset: 0%;
}

.container-8 {
  height: 800px;
  padding-top: 69px;
  padding-bottom: 69px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: "."
                 "."
                 / .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center end;
  width: 100%;
  display: grid;
  position: relative;
}

._90-div {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: "."
                 "."
                 / .25fr 1fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
  position: relative;
}

.image-14 {
  padding-left: 0;
  padding-right: 0;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: stretch;
  margin-left: 90px;
  margin-right: 90px;
}

.section-9 {
  background-color: #fff;
}

._7-section-grid {
  grid-column-gap: 20px;
  grid-row-gap: 1px;
  grid-template: "." minmax(320px, 1fr)
  / .25fr 1fr 1fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 1px;
  display: grid;
  position: static;
}

.image-15 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.header-image-2 {
  z-index: auto;
  background-image: linear-gradient(#07172045, #07172045), url('../images/hero-hd-comp.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.header-image-2._3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/iStock-820421282-1920.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.header-image-2._4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Data-Proof-Partner-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.header-image-2._5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/demand.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.header-image-2.products {
  background-image: url('../images/business-intelligence.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.header-image-2._6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Chap2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.header-image-2._8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/audits.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.header-image-2._9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Team-Vignette-1600px.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.header-image-2._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/slide1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.header-image-2.top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/hero-hd-comp.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-16 {
  width: 100%;
}

.title-block {
  border-top: 1px solid var(--data-proof-blue);
  background-color: var(--white);
  background-image: none;
  align-self: stretch;
  padding: 124px 60px 124px 42px;
  position: relative;
}

.title-block.r {
  padding-left: 47px;
  padding-right: 0;
}

.title-block._2 {
  background-image: linear-gradient(270deg, #fff 30%, #fff0);
  align-self: stretch;
  padding-left: 60px;
  padding-right: 20px;
}

.title-block._3 {
  background-image: linear-gradient(270deg, #fff 30%, #fff0);
  align-self: stretch;
}

.title-block.fullwidth.product {
  align-self: stretch;
  margin-top: 80px;
  display: flex;
}

.title-block._8, .title-block._9 {
  background-image: linear-gradient(270deg, #fff 30%, #fff0);
  align-self: stretch;
}

.intro-para {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.intro-para.smaller {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 28px;
}

.intro-para.smaller.hdr {
  color: var(--dataproof-dak-blue);
  font-size: 20px;
}

.intro-para.blue {
  color: var(--dataproof-dak-blue);
  font-size: 22px;
}

.div-block-37 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 70px 30px 40px;
  display: block;
}

.div-block-37.left {
  background-color: #fff6;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-right: 60px;
  position: relative;
}

.div-block-37.right {
  padding-right: 66px;
}

.heading-4 {
  padding-right: 14px;
}

.big-quote {
  color: #fff;
  border-left-width: 4px;
  border-left-color: #ffffff69;
  margin-top: 0;
  margin-bottom: 83px;
  padding-top: 3px;
  padding-bottom: 13px;
  font-size: 32px;
  line-height: 50px;
}

.big-quote.hdr {
  border-bottom-color: #fff;
  margin-bottom: 0;
}

.big-quote._2 {
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-bottom: 10px;
}

.white-button-2 {
  z-index: 50;
  color: #1d1f2e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  margin-left: -12px;
  padding: 18px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  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-2:hover {
  opacity: .96;
  color: #161724;
  background-color: #fafafa;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button-2.cc-product-button {
  width: 100%;
}

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

.white-button-2.manual {
  margin-left: 0;
  position: relative;
}

.white-button-2.manual:hover {
  color: #fff;
  background-color: #007dc3;
}

.white-button-2.manual.ltblue {
  color: #fff;
  background-color: #007dc3a3;
  width: 100%;
}

.white-button-2.manual.ltblue:hover {
  background-color: #007dc3;
}

.menu-item-2 {
  color: #1d1f2e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.cart-button-2 {
  opacity: .6;
  color: #1d1f2e;
  background-color: #0000;
  padding: 4px 0;
  line-height: 100%;
  transition: opacity .2s;
  display: none;
  position: relative;
  overflow: hidden;
}

.cart-button-2:hover {
  opacity: 1;
  color: #1d1f2e;
}

.menu-2 {
  z-index: 600;
  box-shadow: none;
  background-color: #fffffff5;
  border-bottom: 1px solid #007dc399;
  line-height: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.column-21 {
  padding-left: 0;
  padding-right: 58px;
}

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

.columns-3 {
  margin-top: 38px;
}

.heading-5 {
  margin-bottom: 22px;
}

.request-button {
  z-index: 50;
  color: #1d1f2e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  margin-left: -12px;
  padding: 18px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  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;
}

.request-button:hover {
  opacity: .96;
  color: #161724;
  background-color: #fafafa;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.request-button.cc-product-button {
  width: 100%;
}

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

.request-button.manual {
  margin-left: 0;
  position: relative;
}

.request-button.manual:hover {
  color: #fff;
  background-color: #007dc3;
}

.request-button.manual.ltblue {
  color: #fff;
  background-color: #007dc3a3;
  background-image: url('../images/icon-ui-phone_1icon-ui-phone.png');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: auto;
  margin-top: 4px;
  margin-left: 16px;
  margin-right: 4px;
  padding: 14px 20px 14px 55px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.request-button.manual.ltblue:hover {
  background-color: #007dc3;
}

.pointer-dark-blue {
  background-color: var(--dataproof-dak-blue);
  background-image: linear-gradient(to bottom, var(--dataproof-dak-blue), var(--dataproof-dak-blue)), url('../images/arrow-downAsset-1.svg');
  text-align: center;
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: -10px;
  padding-top: 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(135deg);
}

.pointer-dark-blue.white {
  background-image: none;
}

.pointer-dark-blue.white.creamy {
  background-color: #1d1f2e00;
  background-image: linear-gradient(#9e9e9e6e, #9e9e9e6e);
}

.pointer-dark-blue.blue {
  background-image: linear-gradient(to bottom, var(--dataproof-dak-blue), var(--dataproof-dak-blue));
  margin-top: -10px;
}

.pointer-dark-blue.blue.bottom {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: 0;
}

.pointer-dark-blue.top {
  background-image: linear-gradient(to bottom, var(--dataproof-dak-blue), var(--dataproof-dak-blue));
  margin-top: -10px;
  margin-bottom: 11px;
}

.pointer-dark-blue.lt-orange {
  background-color: #fff0;
  background-image: linear-gradient(to bottom, var(--expandi-orange-24), var(--expandi-orange-24));
  margin-top: -10px;
}

.pointer-dark-blue.lt-orange.bottom {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: 0;
}

.pointer-dark-blue.lt-orange._2 {
  background-image: linear-gradient(#f6a80099, #f6a80099);
}

.pointer-dark-blue.blue {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  margin-top: -10px;
  margin-bottom: -20px;
}

.pointer-dark-blue.blue.creamy {
  background-color: #1d1f2e00;
  background-image: linear-gradient(#9e9e9e6e, #9e9e9e6e);
}

.pointer-dark-blue.black {
  background-image: linear-gradient(to bottom, var(--dataproof-dak-blue), var(--dataproof-dak-blue)), url('../images/arrow-downAsset-1.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
}

.background-video-3 {
  background-image: linear-gradient(#00000045, #00000045);
  padding-top: 0;
}

.heading-9 {
  color: var(--white);
  font-family: Karla, sans-serif;
  font-size: 42px;
}

.heading-10 {
  margin-bottom: 28px;
}

.main-image {
  padding-top: 23px;
  padding-left: 46px;
  padding-right: 46px;
}

.main-image.last {
  margin-bottom: 80px;
  padding-top: 0;
}

.about-image-3 {
  background-image: url('../images/Team-Vignette-1600px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: flex;
}

.about-image-3.v {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
}

.about-image-3.v.vids {
  min-height: 280px;
}

.about-image-3.a {
  background-image: url('../images/Data-Proof-Easy-to-Install.png');
  background-size: contain;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.video-2 {
  margin-bottom: 23px;
  display: block;
  position: relative;
}

.whitelink {
  color: #212127;
}

.whitelink.d {
  color: #212127;
  padding-left: 5px;
}

.recaptcha {
  margin-top: 12px;
  margin-bottom: 22px;
}

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

.form-block-2 {
  width: 800px;
  margin-bottom: 0;
  display: none;
}

.div-block-8 {
  background-color: var(--white);
  padding: 28px;
}

.checkbox-2 {
  background-color: #fff;
  border-width: 2px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  font-size: 18px;
  display: block;
}

.checkbox-2.w--redirected-checked {
  background-color: #795d0c;
}

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

.submit-button-2 {
  float: left;
  text-align: center;
  background-color: #9aaf19;
  width: 100%;
  height: 50px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button-2:hover {
  color: #9aaf19;
  background-color: #414147;
}

.text-field-3 {
  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-top: 13px;
  margin-bottom: 0;
  margin-right: 9px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

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

.text-field-3.full.noborder {
  border-style: none;
  align-items: center;
  padding-top: 0;
  padding-left: 12px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-field-3.message {
  height: 80px;
  margin-bottom: 0;
}

.column-62 {
  padding-top: 0;
  padding-left: 32px;
}

.case {
  border-bottom: 1px solid var(--line-colour);
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.header {
  border-bottom: 1px solid var(--line-colour);
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header.cc-left-column-headline {
  margin-bottom: 30px;
}

.link-block-4 {
  -webkit-text-stroke-color: var(--data-proof-blue);
}

.link-block-4:hover {
  border: 1px solid var(--data-proof-blue);
}

.div-block-38 {
  align-items: flex-start;
  display: flex;
}

.image-18 {
  margin-top: 10px;
}

.italic-text {
  text-transform: capitalize;
}

.quote {
  border-left: 4px solid var(--data-proof-light-blue);
  margin-bottom: 30px;
}

.heading-11 {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.heading-11.u {
  border-bottom: 1px solid var(--line-colour);
  color: var(--data-proof-blue);
  border-left: 1px #000;
}

.columns-5 {
  padding-top: 32px;
}

.column-63 {
  text-align: right;
}

.mask {
  background-color: var(--white);
  height: 160px;
  margin-top: -120px;
  display: none;
  position: relative;
}

.video-holder {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: -17px;
  margin-bottom: 60px;
}

.video-holder.last {
  margin-bottom: 100px;
}

.video-holder.dev {
  grid-template-rows: auto auto auto;
}

.video-holder._1 {
  grid-template-rows: auto;
  margin-bottom: 70px;
}

.heading-12 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--data-proof-blue);
  margin-bottom: 29px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.devtools {
  margin-bottom: 24px;
}

.devtools.last {
  margin-bottom: 60px;
}

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

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

.full-width-div {
  margin-bottom: 78px;
  display: block;
}

.heading-13 {
  margin-bottom: 40px;
}

._1-section-grid {
  grid-column-gap: 20px;
  grid-row-gap: 1px;
  grid-template: "." minmax(320px, 1fr)
  / .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1px;
  display: grid;
  position: static;
}

.list-2 {
  color: var(--data-proof-blue);
  text-align: left;
  text-indent: 20px;
  padding-left: 20px;
  font-size: 18px;
  list-style-type: decimal;
}

.list-item-2 {
  text-indent: 0;
}

.div-block-40 {
  justify-content: center;
  margin-bottom: 74px;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 74px;
  display: flex;
}

.heading-14 {
  color: var(--data-proof-blue);
  margin-bottom: 24px;
}

.privacy {
  color: var(--data-proof-blue);
  -webkit-text-stroke-color: var(--data-proof-light-blue);
  list-style-type: disc;
}

.heading-15 {
  border-bottom: 1px solid var(--data-proof-blue);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.heading-15.sml {
  margin-bottom: 10px;
  font-size: 20px;
}

.image-20, .image-21 {
  margin-top: 0;
  margin-bottom: 0;
}

.video-3 {
  background-image: linear-gradient(#00000080, #00000080);
  flex: 0 auto;
  display: block;
}

.div-block-41 {
  display: flex;
}

.div-block-42 {
  margin-top: 6px;
  display: flex;
}

.page-selector-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff6b00;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 41px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  box-shadow: 3px 4px 6px #1920240d;
}

.button:hover {
  color: #fff;
  background-color: #4ec1e0;
  font-weight: 700;
}

.button.w--current {
  background-color: #e91d00;
}

.button.w--current:hover {
  background-color: #6f7170;
}

.button.pdf {
  background-color: #3b99d9;
  border-radius: 4px;
  margin-top: 22px;
  padding: 14px 24px;
  display: block;
}

.button.pdf:hover {
  background-color: #79b51c;
}

.button.pdf.w--current {
  margin-top: 20px;
  padding: 14px 8px;
}

.button.pdf.sml {
  letter-spacing: .5px;
  text-transform: none;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Karla, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.button.pdf.sml:hover {
  background-color: #060b6d;
}

.button.pdf.sml.w--current {
  background-color: #0078d7;
}

.paragraph-tint {
  color: var(--black);
  text-align: center;
  background-image: linear-gradient(#078fe43d, #078fe43d);
  padding: 13px;
  font-family: Karla, sans-serif;
}

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

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

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

.paragraph-tint.left {
  color: #1d1f2ee8;
  text-align: left;
  margin-bottom: 22px;
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.paragraph-tint.left.little {
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-tint.left.little.hdr {
  margin-top: 4px;
  margin-bottom: 5px;
}

.paragraph-tint.left.little.hdr.white.copy {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-tint.left.little.hdr.white.copy.quote {
  margin-bottom: 6px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.paragraph-tint.left.little.white {
  margin-bottom: 12px;
}

.paragraph-tint.left.quote {
  color: var(--black-2);
  background-color: #007dc31c;
  padding: 14px 26px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-tint.left.quote._5px {
  background-color: #007dc340;
  margin-bottom: 36px;
}

.paragraph-tint.left.white {
  color: #fff;
  font-weight: 400;
}

.paragraph-tint.left._5px {
  font-size: 18px;
}

.paragraph-tint.list {
  color: var(--data-proof-blue);
  text-align: left;
  text-indent: 0;
  margin-bottom: 16px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
}

.paragraph-tint.list:hover {
  color: var(--data-proof-light-blue);
  text-decoration: underline;
}

.paragraph-tint.list.little {
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-tint.list.little.hdr {
  margin-top: 4px;
  margin-bottom: 5px;
}

.paragraph-tint.list.little.hdr.white.copy {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-tint.list.little.hdr.white.copy.quote {
  margin-bottom: 6px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.paragraph-tint.list.little.white {
  margin-bottom: 12px;
}

.paragraph-tint.list.quote {
  color: var(--black-2);
  background-color: #007dc31c;
  padding: 14px 26px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-tint.list.white {
  color: #fff;
  font-weight: 400;
}

.paragraph-tint.list._16 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-tint.list._16.less {
  margin-bottom: 10px;
}

.paragraph-tint.list.bar {
  background-color: var(--data-proof-light-blue);
  color: #ffffffe8;
  border-radius: 1px;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 15px;
  display: block;
}

.paragraph-tint.list.bar:hover {
  background-color: var(--data-proof-blue);
}

.paragraph-tint.list.nolink {
  color: var(--black-2);
  padding-left: 12px;
  text-decoration: none;
}

.paragraph-tint.quote {
  border-left: 4px none var(--data-proof-blue);
  color: var(--basic-dark-colour);
  text-transform: none;
  margin-bottom: 10px;
  padding-left: 28px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-tint.with-image {
  background-image: url('../images/custom_ui_1custom_ui.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 36px;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 50px;
  font-weight: 700;
}

.paragraph-tint.with-image._2 {
  background-image: url('../images/themes_1themes.png');
}

.paragraph-tint.with-image._3 {
  background-image: url('../images/stor_1stor.png');
}

.paragraph-tint.with-image.model {
  background-image: url('../images/model_1model.png');
}

.paragraph-tint.with-image.export {
  background-image: url('../images/export_1export.png');
}

.paragraph-tint.with-image.test {
  background-image: url('../images/share-512_1share-512.png');
}

.side-image {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}

.list-3 {
  color: var(--data-proof-blue);
  font-size: 18px;
  list-style-type: square;
}

.column-65 {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--data-proof-blue);
  flex-flow: column wrap;
  justify-content: flex-start;
  display: block;
}

.title {
  box-sizing: border-box;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 8px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.columns-6 {
  border-top: 1px solid var(--data-proof-blue);
  background-color: var(--white);
  margin-bottom: 12px;
}

.diffs {
  margin-bottom: 86px;
}

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

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

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

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

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

@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;
  }

  .white-button.manual {
    font-size: 11px;
  }

  .white-button.manual.ltblue {
    width: auto;
  }

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

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

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

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

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

  .paragraph {
    align-self: center;
  }

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

  .paragraph.with-image, .paragraph.with-image.test {
    text-align: left;
  }

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

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

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

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

  .content-two.cc-overlayed-content {
    margin-bottom: 43px;
  }

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

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

  .wrap.cc-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrap.ftr {
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu {
    height: 110px;
  }

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

  .menu-button {
    opacity: .6;
    flex: 0 auto;
    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: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .content-wrap {
    margin-bottom: 18px;
  }

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

  .about-image.dev {
    width: 40%;
  }

  .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-image-section-wrap.thirds {
    margin-bottom: 68px;
  }

  .about-section-1 {
    text-align: center;
    flex-flow: column;
    padding-left: 0;
    display: block;
  }

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

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

  .about-image-2.a, .about-image-2.a-copy {
    height: 200px;
  }

  .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: none;
  }

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

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    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-thumbnail-subheadline.manual {
    padding-right: 0;
  }

  .blog-thumbnail-subheadline.manual.w {
    font-size: 18px;
    line-height: 30px;
  }

  .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;
  }

  .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;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-content {
    text-align: center;
    flex-direction: row;
    width: auto;
    padding-top: 54px;
    position: relative;
  }

  .header-text {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .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: flex;
  }

  .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;
  }

  .deco-block.about {
    background-image: linear-gradient(#153f7a78, #00000057);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

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

  .dark-button.fw {
    height: 140px;
  }

  .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;
  }

  .text-block-4 {
    text-align: center;
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-bottom: 32px;
    display: block;
    position: static;
  }

  .section-7 {
    height: 200px;
  }

  .footer-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-2.center {
    height: 360px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-block-3.facebook, .link-block-3.linkedin {
    padding-left: 15px;
  }

  .link-block-3.twitter {
    padding-left: 18px;
  }

  .footer-text {
    text-align: left;
    padding-left: 0;
  }

  .link-6-offices {
    text-align: center;
  }

  .div-block-29 {
    flex: 1;
  }

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

  .content-4 {
    display: flex;
  }

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

  .link-wrap-manual.less {
    display: block;
  }

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

  .field-label-3 {
    text-align: left;
  }

  .cta-3.all-caps.w--current {
    margin-left: 0;
  }

  .cta-3.all-caps.left.wider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cta-3.all-caps.left.wider.big {
    margin-bottom: 27px;
    margin-left: 45px;
    margin-right: 45px;
  }

  .cta-3.all-caps.left.wider.big.w--current {
    margin-bottom: 49px;
  }

  .cta-3.all-caps.left.wider.big._2 {
    margin-bottom: 39px;
  }

  .div-block-video {
    flex: 1;
  }

  .button-signup {
    font-size: 16px;
  }

  .field-label-4 {
    text-align: left;
  }

  .text-block-6 {
    margin-bottom: 22px;
    font-size: 11px;
  }

  .grey-btton.manual {
    font-size: 11px;
  }

  .header-image-2._3 {
    background-image: url('../images/iStock-820421282-1920.jpg'), linear-gradient(#0000, #0000);
    background-position: 30%, 0 0;
  }

  .header-image-2._4 {
    background-position: 50%;
  }

  .header-image-2._6 {
    background-position: 50%;
    background-size: cover;
  }

  .header-image-2._8 {
    background-image: url('../images/audits.jpg'), linear-gradient(#0000, #0000);
    background-position: 60%, 0 0;
    background-size: cover, auto;
  }

  .header-image-2._9 {
    background-image: url('../images/Team-Vignette-1600px.jpg'), linear-gradient(#0000, #0000);
    background-position: 60%, 0 0;
    background-size: cover, auto;
  }

  .header-image-2.top {
    background-image: url('../images/hero-hd-comp.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
  }

  .title-block {
    padding-left: 14px;
  }

  .white-button-2.manual {
    font-size: 11px;
  }

  .cart-button-2 {
    margin-right: 30px;
  }

  .request-button.manual {
    font-size: 11px;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 44px;
  }

  .main-image.resources {
    margin-bottom: 46px;
  }

  .main-image.dev {
    margin-bottom: 45px;
  }

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

  .about-image-3.v.vids {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 30%;
    height: auto;
    min-height: 140px;
    display: grid;
  }

  .recaptcha {
    margin-bottom: 24px;
  }

  .form-block-2 {
    width: auto;
  }

  .div-block-8 {
    text-align: center;
  }

  .checkbox-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
  }

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

  .submit-button-2, .text-field-3 {
    width: 100%;
  }

  .text-field-3.message {
    float: none;
    margin-bottom: 13px;
  }

  .text-field-3.l {
    width: 100%;
  }

  .video-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 32px;
    display: grid;
  }

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

  .page-selector-grid {
    margin-bottom: 18px;
    display: block;
  }

  .button {
    margin-right: 0;
    line-height: 24px;
  }

  .button.pdf {
    margin-bottom: 21px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.pdf.sml {
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 700;
  }

  .button.pdf.sml:hover {
    background-color: #0a0c69;
  }

  .paragraph-tint {
    align-self: center;
  }

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

  .paragraph-tint.with-image, .paragraph-tint.with-image.test {
    text-align: left;
  }

  .side-image {
    margin-bottom: -5px;
  }

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

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .cart-button {
    margin-right: 15px;
  }

  .white-button.manual {
    display: inline-block;
  }

  .text-field-dark.cc-subscribe-input {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .label.cc-footer-section-headline, .label.cc-category-link, .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .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;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    height: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrap.cc-styleguide-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu {
    height: 100px;
  }

  .brand {
    padding-left: 0;
  }

  .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;
  }

  .content-wrap {
    width: 90%;
  }

  ._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%;
  }

  .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 {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content {
    justify-content: center;
  }

  .header-headline {
    font-size: 44px;
  }

  .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%;
  }

  .dark-button.fw {
    height: 320px;
  }

  .dark-button.fw.page-2 {
    height: auto;
  }

  .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;
  }

  .section-8 {
    height: 200px;
  }

  .text-block-4 {
    text-align: center;
    align-self: center;
    margin-bottom: 18px;
  }

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

  .footer-2 {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-2.center {
    height: 600px;
    margin-bottom: 0;
    padding-bottom: 12px;
  }

  .div-block-26 {
    text-align: center;
    justify-content: center;
    padding-bottom: 34px;
  }

  .link-block-3.facebook {
    margin-right: 18px;
  }

  .link-block-3.linkedin {
    text-align: left;
    justify-content: flex-start;
    padding-left: 8px;
  }

  .link-block-3.twitter {
    margin-right: 18px;
  }

  .footer-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-text.address {
    margin-bottom: 18px;
  }

  .link-6-offices {
    text-align: center;
    padding-left: 55px;
    padding-right: 55px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .div-block-30 {
    text-align: center;
    margin-bottom: 21px;
    padding-left: 0;
  }

  .cta-1._2.big {
    text-align: center;
  }

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

  .column-16 {
    margin-top: 0;
  }

  .image.mini {
    margin-bottom: 4px;
  }

  .image.top {
    margin-top: 18px;
    margin-bottom: -2px;
    margin-left: -12px;
  }

  .image._2 {
    margin-top: 29px;
    margin-bottom: 0;
    margin-left: -5px;
  }

  .link-wrap-manual {
    height: auto;
    margin-bottom: 24px;
    padding-bottom: 65px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .link-wrap-manual.less {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 100%;
  }

  .image-2.sml {
    width: 40%;
  }

  .column-18 {
    margin-bottom: 34px;
  }

  .download-wrapper-book {
    overflow: scroll;
  }

  .submit-button.download {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .cta-3.all-caps.left.wider {
    margin-bottom: 9px;
    margin-left: 36px;
    margin-right: 36px;
  }

  .cta-3.all-caps.left.wider.big {
    margin-bottom: 32px;
  }

  .cta-3.all-caps.left.wider.big.w--current {
    margin-bottom: 58px;
  }

  .cta-3.all-caps.left.wider.big._2 {
    margin-bottom: 50px;
  }

  .quote-block.white.pbm {
    padding-left: 20px;
  }

  .column-20 {
    display: inline-block;
  }

  .div-block-35 {
    padding-right: 140px;
  }

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

  ._7-section-grid {
    grid-column-gap: 20px;
    grid-row-gap: 1px;
    grid-template-rows: minmax(320px, 1fr);
    grid-template-columns: .25fr 1fr 1fr 1fr 1fr 1fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-items: stretch;
    display: grid;
  }

  .header-image-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/hero-hd-comp.jpg');
    background-size: auto, cover;
    flex-flow: row;
    display: block;
  }

  .cart-button-2 {
    margin-right: 15px;
  }

  .column-57 {
    padding-right: 10px;
  }

  .recaptcha {
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .column-60 {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .checkbox-field-3 {
    justify-content: center;
    padding-top: 0;
  }

  .submit-button-2 {
    float: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-3 {
    width: 100%;
    margin-bottom: 14px;
  }

  .text-field-3.full.noborder {
    padding-top: 17px;
    padding-right: 37px;
  }

  .text-field-3.l {
    float: left;
    width: 100%;
  }

  .column-58 {
    padding-right: 10px;
  }

  .header, .header.cc-left-column-headline, .column-63 {
    text-align: center;
  }

  .column-64 {
    text-align: center;
    margin-bottom: 22px;
  }

  .page-selector-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 15px;
  }

  .button.pdf.sml {
    padding: 8px 5px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }

  .white-button {
    margin-left: 0;
  }

  .white-button.manual {
    text-align: center;
  }

  .white-button.manual.ltblue {
    font-size: 12px;
    line-height: 20px;
  }

  .white-button.top {
    width: 70%;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .cart-product-price {
    font-size: 14px;
  }

  .label.cc-subheadline {
    margin-bottom: 7px;
  }

  .label.cc-footer-section-headline {
    text-align: center;
    margin-bottom: 2px;
  }

  .label.cc-cover-label {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 20px;
    display: none;
  }

  .paragraph {
    margin-bottom: 25px;
  }

  .paragraph.left._5px {
    margin-left: 0;
    padding-left: 8px;
  }

  .paragraph.list {
    vertical-align: top;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.list.bar {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.kist {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu-item-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .content-two {
    padding-top: 40px;
  }

  .content-two.cc-overlayed-content {
    padding-top: 33px;
    padding-bottom: 70px;
  }

  .content-two.cc-subscribe-form._2 {
    display: block;
  }

  .content-two.cc-deco-block-wrap {
    background-image: linear-gradient(#0f78cea3, #02000052), url('../images/hero-hd-comp.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 60px;
  }

  .content-two.cc-deco-block-wrap.provenance, .content-two.cc-deco-block-wrap.compliance, .content-two.cc-deco-block-wrap.resources, .content-two.cc-deco-block-wrap.privacy, .content-two.cc-deco-block-wrap.market {
    background-position: 0 0, 80%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .content-two.cc-deco-block-wrap.diff {
    background-position: 0 0, 50%;
  }

  .content-two.download {
    padding-top: 120px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    height: 58px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap.selector {
    width: 100%;
  }

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

  .menu {
    color: var(--dataproof-dak-blue);
    height: 58px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    padding: 0;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    flex: 0 auto;
    padding-left: 0;
  }

  .about-head-pic {
    display: none;
  }

  .menu-icon {
    color: var(--data-proof-blue);
    margin-top: 0;
    font-size: 14px;
    display: inline-block;
  }

  .big-paragraph {
    font-size: 16px;
  }

  .content-wrap {
    margin-bottom: 5px;
  }

  .subheadline-wrap.cc-separate-subheadline {
    margin-bottom: 20px;
  }

  .about-image {
    align-items: center;
    width: 90%;
    height: 200px;
    margin-bottom: 21px;
    display: flex;
  }

  .about-image._4 {
    background-size: contain;
    width: 100%;
    height: auto;
    display: flex;
  }

  .about-image._5 {
    background-size: contain;
    width: 90%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .about-image.dev {
    width: 89%;
    height: auto;
  }

  .about-image-section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .about-image-section-wrap.last {
    margin-bottom: 20px;
  }

  .about-image-section-wrap.thirds {
    margin-top: 33px;
    margin-bottom: 19px;
  }

  .about-image-section-wrap.t2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .about-image-2 {
    background-position: 50%;
    background-size: cover;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
  }

  .about-image-2.a {
    background-size: contain;
  }

  .about-image-2.a.top {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .about-image-2.a.top._2 {
    height: 100px;
  }

  .about-image-2.b {
    background-size: contain;
  }

  .about-image-2.w {
    background-position: 50%;
    background-size: contain;
    flex: 0 auto;
  }

  .about-image-2.a-copy {
    box-sizing: border-box;
    object-fit: fill;
    background-image: url('../images/DataProof-Data-audit.png');
    background-position: 50%;
    background-size: contain;
  }

  .about-image-2.a-copy.top {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .about-image-2.a-copy.top._2 {
    height: 100px;
  }

  .about-image-2.a-copy._2 {
    flex: 0 auto;
  }

  .team-picture {
    width: 100%;
  }

  .footer-link {
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

  .error-state {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-image {
    padding-right: 66px;
  }

  .logo-image.cc-footer-logo {
    padding-right: 0;
  }

  .slider-deco-line {
    background-color: var(--data-proof-blue);
  }

  .blog-thumbnail-subheadline.manual {
    line-height: 28px;
  }

  .blog-thumbnail-subheadline.manual.w {
    text-align: center;
  }

  .magazine-headline {
    font-size: 30px;
    line-height: 40px;
  }

  .magazine-small-image-1 {
    height: 130px;
    margin-right: 5px;
  }

  .magazine-small-image-2 {
    height: 130px;
    margin-left: 5px;
  }

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

  .header-image {
    margin-top: 82px;
  }

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

  .header-headline {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 44px;
  }

  .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 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .deco-block.about {
    background-image: none;
    background-position: 0 0;
    padding-top: 20px;
  }

  .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed.checkout {
    padding-left: 0%;
    padding-right: 0%;
  }

  .dark-button.fw {
    height: auto;
    margin-left: 0;
  }

  .dark-button.fw._2 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .dark-button.fw.page-2 {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .licence-item {
    flex-direction: column;
  }

  .column-13 {
    display: block;
  }

  .footer-2 {
    padding-bottom: 0;
  }

  .footer-2.center {
    height: 400px;
    margin-bottom: 0;
    padding: 28px 0 30px;
    display: block;
  }

  .div-block-26 {
    text-align: center;
    justify-content: center;
  }

  .link-block-3.linkedin {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .footer-text {
    text-align: center;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .button-bottom-nav {
    margin-bottom: 12px;
  }

  .link-6-offices {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading.left.big {
    padding-right: 2px;
  }

  .heading.left.big.thank {
    margin-bottom: 30px;
  }

  .coloured-photo-block.white.pbm {
    margin-bottom: 24px;
  }

  .coloured-block {
    width: 200px;
  }

  .cta-1._2.big {
    letter-spacing: 1px;
    padding-right: 0;
    font-size: 14px;
    position: static;
  }

  .column-14 {
    padding-right: 10px;
  }

  .content-2 {
    padding-top: 40px;
    display: none;
  }

  .column-16 {
    margin-top: 0;
    position: relative;
  }

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

  .pointer {
    flex-flow: column;
  }

  .section-heading.centered {
    font-size: 24px;
  }

  .content-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-3.dk {
    padding-bottom: 48px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .link-wrap-manual {
    text-align: left;
    vertical-align: baseline;
    height: auto;
    padding-bottom: 50px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .link-wrap-manual.less {
    padding-bottom: 10px;
  }

  .image-2.sml {
    width: 80%;
  }

  .para-copy.white {
    text-align: center;
  }

  .column-18 {
    margin-bottom: 0;
  }

  .field-label-3 {
    text-align: left;
    margin-bottom: 12px;
  }

  .modal-wrapper-contact {
    padding-top: 100px;
    display: none;
  }

  .text-field-2 {
    margin-bottom: 7px;
  }

  .download-wrapper-book {
    width: 310px;
    padding-left: 29px;
    padding-right: 19px;
    overflow: scroll;
  }

  .form-hero.gdpr {
    margin-bottom: 9px;
    font-size: 10px;
    line-height: 16px;
  }

  .form-hero.top {
    margin-top: -33px;
    margin-bottom: 10px;
    padding-right: 40px;
  }

  .cta-3.all-caps.left.wider {
    margin-bottom: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cta-3.all-caps.left.wider.big {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-3.all-caps.left.wider.big.w--current {
    margin-left: 38px;
    margin-right: 38px;
    font-size: 18px;
  }

  .cta-3.all-caps.left.wider.big._2 {
    font-size: 18px;
  }

  .div-block-video {
    padding-top: 55px;
  }

  .quote-block.white.pbm {
    margin-bottom: 24px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .container-7 {
    padding-top: 84px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .button-signup {
    margin-bottom: 24px;
    margin-right: 0;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .button-signup.whitepaper.previous {
    margin-left: 0;
  }

  .section-title-group {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25 {
    width: 100%;
  }

  .field-label-4 {
    text-align: center;
    margin-bottom: 12px;
  }

  .checkbox-field-2 {
    margin-bottom: -3px;
  }

  .modal-wrapper-interview {
    padding-top: 100px;
    display: none;
  }

  .div-block-35 {
    padding-right: 0;
  }

  .text-block-6 {
    margin-bottom: 28px;
  }

  .grey-btton {
    margin-left: 0;
  }

  .grey-btton.top {
    width: 70%;
  }

  .div-block-36 {
    margin-left: 19px;
    margin-right: 19px;
  }

  .article-banner {
    background-size: auto;
  }

  .list-item {
    color: var(--data-proof-blue);
  }

  ._5px {
    list-style-type: disc;
  }

  ._7-section-grid {
    display: block;
  }

  .header-image-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/hero-hd-comp.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 220px;
  }

  .header-image-2._3 {
    background-image: url('../images/iStock-820421282-1920.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    height: 220px;
  }

  .header-image-2._4 {
    background-position: 50%;
    height: 220px;
  }

  .header-image-2._5, .header-image-2._6 {
    height: 220px;
  }

  .header-image-2._8 {
    background-image: url('../images/audits.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    height: 220px;
  }

  .header-image-2._9 {
    background-image: url('../images/Team-Vignette-1600px.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    height: 220px;
  }

  .header-image-2._1 {
    height: 220px;
  }

  .header-image-2.top {
    background-image: url('../images/hero-hd-comp.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    height: 220px;
  }

  .title-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-block._2, .title-block._8, .title-block._9 {
    padding-top: 40px;
  }

  .div-block-37.left {
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 40px;
  }

  .div-block-37.right {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .big-quote {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 44px;
  }

  .white-button-2, .request-button {
    margin-left: 0;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-7 {
    font-size: 34px;
    line-height: 42px;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 44px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 42px;
  }

  .main-image {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .main-image.resources {
    margin-bottom: 22px;
  }

  .main-image.data {
    display: none;
  }

  .about-image-3 {
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .about-image-3.v {
    background-image: url('../images/vid1.jpg');
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
  }

  .about-image-3.v.vids {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-auto-flow: row;
    width: 50%;
    display: flex;
  }

  .holder {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .whitelink.d {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .recaptcha {
    object-fit: fill;
    margin-bottom: 22px;
  }

  .form-block-2 {
    width: auto;
  }

  .div-block-8 {
    margin-bottom: 13px;
    padding: 0;
  }

  .div-block-8.contactc {
    padding: 20px;
  }

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

  .checkbox-2 {
    background-color: #fff;
    width: 30px;
    height: 30px;
  }

  .checkbox-field-3 {
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .submit-button-2 {
    width: 100%;
  }

  .text-field-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-3.full.noborder {
    flex-flow: wrap;
    align-items: flex-start;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 0;
    font-size: 12px;
  }

  .text-field-3.message {
    height: 200px;
    margin-bottom: 8px;
  }

  .text-field-3.l {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .column-61 {
    margin-bottom: 25px;
    padding-left: 0;
  }

  .header {
    margin-bottom: 30px;
  }

  .image-18 {
    width: 100%;
  }

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

  .div-block-39 {
    text-align: center;
  }

  .column-64 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .video-holder {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    text-align: center;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .video-holder.last {
    margin-bottom: 20px;
  }

  .about-section-2-wider.wider {
    padding-right: 0;
  }

  .full-width-div {
    text-align: center;
    margin-top: 63px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .image-19 {
    margin-bottom: 6px;
  }

  ._1-section-grid {
    display: block;
  }

  .list-2 {
    align-self: auto;
    margin-bottom: 4px;
    padding-left: 18px;
  }

  .div-block-40 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    margin-bottom: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-14 {
    font-size: 20px;
    line-height: 26px;
  }

  .list-item-3 {
    text-indent: 10px;
    line-height: 24px;
  }

  .heading-15 {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    line-height: 26px;
  }

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

  .page-selector-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-content: center;
    margin-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .button.pdf {
    direction: ltr;
    text-transform: uppercase;
    white-space: normal;
    margin-top: 20px;
    padding-left: 8px;
    padding-right: 0;
    overflow: visible;
  }

  .button.pdf.w--current {
    text-transform: uppercase;
    padding-left: 13px;
    padding-right: 13px;
  }

  .button.pdf.sml {
    margin-top: 0;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 16px;
  }

  .button.pdf.sml.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-tint {
    margin-bottom: 25px;
  }

  .paragraph-tint.left._5px {
    margin-left: 0;
    padding-left: 8px;
  }

  .paragraph-tint.list {
    vertical-align: top;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-tint.list.bar {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-image {
    padding-left: 7px;
    padding-right: 7px;
  }

  .diffs {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#w-node-e0715c63-7c13-8de6-095f-b794364be135-367712b3 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-caec5fcc-be51-f428-78f2-78fd1e9b5201-367712b3 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-c00237ee-03f3-e275-1cfe-072e3bfa07ef-367712b3 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_2bdd2d0c-ff8c-7ac3-ac6a-c91c505f384d-367712b3 {
  grid-area: 2 / 4 / 3 / 8;
  place-self: stretch;
}

#w-node-a77c4abd-44c3-b5f5-7f7f-36d2bae2c9f9-367712b3 {
  grid-area: 3 / 1 / 4 / 8;
}

#w-node-_6122f3de-fb67-e931-cb0f-b7247337a595-367712b3 {
  grid-area: 3 / 1 / 4 / 5;
  place-self: stretch;
}

#w-node-ca098882-837a-d6af-1fe4-b6448db5ae27-367712b3 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-_08d6a163-eb2a-caa5-3207-21dca20f2209-367712b3 {
  grid-area: 4 / 4 / 5 / 8;
  place-self: stretch;
}

#w-node-c08f346e-2d2c-1750-b229-10c313e3a592-367712b3 {
  grid-area: 5 / 5 / 6 / 8;
}

#w-node-b47cfd6c-d0e8-243e-74f2-ffd2527db084-367712b3 {
  grid-area: 5 / 1 / 6 / 5;
  align-self: stretch;
}

#w-node-_4714bec2-1b5c-6a7b-f353-4861654aef5f-367712b3 {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-df91def0-4cbd-87cd-b7df-d1cf378dbf6e-367712b3 {
  grid-area: 6 / 4 / 7 / 8;
  place-self: stretch;
}

#w-node-_51ecbf9a-6bb1-5341-59fe-992a0dfc8fd7-367712b3 {
  grid-area: 7 / 5 / 8 / 8;
  justify-self: auto;
}

#w-node-_2b08b32f-04e0-7f29-3770-f3e3bdfd2fec-367712b3 {
  grid-area: 7 / 1 / 8 / 5;
  place-self: stretch;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d697-50f9fcff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff36e5bc-40a9-ad8f-0935-9eddb821ac81-50f9fcff {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d6b4-50f9fcff {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-b216dd38-c8bf-b8c4-f8cd-4438c1bc385e-c1bc3844 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b216dd38-c8bf-b8c4-f8cd-4438c1bc3869-c1bc3844, #w-node-e88a0756-985d-3e65-9a57-c269a2f6ad2b-a2f6ad2b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-367712b5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-367712b5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-367712b5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682a-367712b5 {
  place-self: auto;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682c-367712b5 {
  place-self: start;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682e-367712b5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-367712b5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-367712b5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-367712c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-367712c0, #w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-92c12254 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682a-92c12254 {
  place-self: auto;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682c-92c12254 {
  place-self: start;
}

#w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-92c12254 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-92c12254 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682e-92c12254, #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-92c12254 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-92c12254 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-433a4288 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682a-433a4288 {
  place-self: auto;
}

#w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-433a4288 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-433a4288 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682e-433a4288, #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-433a4288 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-433a4288 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-99edd34e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-99edd34e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-99edd34e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682a-99edd34e {
  place-self: auto;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682e-99edd34e, #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-99edd34e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-99edd34e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-e7eee0f7-78c7-b90e-a5ea-f1d07418f4b0-1b5d4f8b, #w-node-_009963ea-2408-4efa-1761-3f835921655f-1b5d4f8b {
  place-self: auto;
}

#w-node-_99eac54b-4971-5e1c-4bc9-9927c8c126f0-1b5d4f8b {
  align-self: auto;
}

#w-node-e783340d-b6a8-f7d7-333d-6f89d0fee8fa-1b5d4f8b {
  place-self: auto;
}

#w-node-_77a6c86f-fea0-acf0-9105-7f825609bbf2-1b5d4f8b, #w-node-_632669bf-15b9-98f5-ef71-aa5bcb2271f8-1b5d4f8b, #w-node-_63e842b0-bbcb-af3a-441c-1714d2b09b96-1b5d4f8b, #w-node-e5d8fd8d-b9de-4ad7-7116-b54faa97b319-1b5d4f8b, #w-node-e021d7a2-3f6f-9bf6-1533-85a043a97d94-1b5d4f8b {
  align-self: stretch;
}

#w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-3fb0ed4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-3fb0ed4f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-3fb0ed4f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682a-3fb0ed4f {
  place-self: auto;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682e-3fb0ed4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7eee0f7-78c7-b90e-a5ea-f1d07418f4b0-54876f36, #w-node-_009963ea-2408-4efa-1761-3f835921655f-54876f36 {
  place-self: auto;
}

#w-node-ec6063df-6a80-f55a-ef94-a37b26e8dab6-26e8daaf {
  align-self: auto;
}

#w-node-e7eee0f7-78c7-b90e-a5ea-f1d07418f4b0-c6b1b2d3 {
  place-self: auto;
}

#w-node-a2c66835-e098-76a2-cb3f-3744a6e96cc7-c6b1b2d3 {
  align-self: stretch;
}

#w-node-_009963ea-2408-4efa-1761-3f835921655f-c6b1b2d3, #w-node-e7eee0f7-78c7-b90e-a5ea-f1d07418f4b0-e0a93fb4 {
  place-self: auto;
}

#w-node-_632669bf-15b9-98f5-ef71-aa5bcb2271f8-e0a93fb4, #w-node-_63e842b0-bbcb-af3a-441c-1714d2b09b96-e0a93fb4, #w-node-e5d8fd8d-b9de-4ad7-7116-b54faa97b319-e0a93fb4 {
  align-self: stretch;
}

#w-node-_009963ea-2408-4efa-1761-3f835921655f-e0a93fb4, #w-node-_009963ea-2408-4efa-1761-3f835921655f-50162524, #w-node-_009963ea-2408-4efa-1761-3f835921655f-a117771e, #w-node-_009963ea-2408-4efa-1761-3f835921655f-b502ac72, #w-node-e7eee0f7-78c7-b90e-a5ea-f1d07418f4b0-56e6475d, #w-node-_009963ea-2408-4efa-1761-3f835921655f-56e6475d {
  place-self: auto;
}

#w-node-_84482086-5c86-fc76-af97-b2d37a1dc007-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_84482086-5c86-fc76-af97-b2d37a1dbfef-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84482086-5c86-fc76-af97-b2d37a1dbff0-b1fcef75 {
  place-self: auto;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682a-b1fcef75 {
  place-self: auto;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682e-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-f014ba97-9a4e-cf22-f52d-9954aba320c3-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-f014ba97-9a4e-cf22-f52d-9954aba320d0-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a3af0b41-e244-2bc8-df4b-be297114138d-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-a3af0b41-e244-2bc8-df4b-be2971141398-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-bf7b8fa4-9dec-64a0-bc6e-36d581f32639-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-bf7b8fa4-9dec-64a0-bc6e-36d581f32645-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_9be7a47a-8dac-ba86-622f-1ff5acd7a930-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_9be7a47a-8dac-ba86-622f-1ff5acd7a93c-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-be72997e-1293-34c1-812a-2ca0e1a35377-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-be72997e-1293-34c1-812a-2ca0e1a35383-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_69c8db72-da64-e4fb-7f32-6e19695c7220-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_69c8db72-da64-e4fb-7f32-6e19695c722c-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_43330448-1746-0f08-1b70-960b295833ec-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_43330448-1746-0f08-1b70-960b295833f7-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-e649e266-bd73-2016-cf0a-1dba2c575dd8-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-e649e266-bd73-2016-cf0a-1dba2c575de3-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_7f9c3bbd-053d-0384-fdb4-66a41f07e54a-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7f9c3bbd-053d-0384-fdb4-66a41f07e555-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_83bedeee-02a4-4c40-4937-5fb4491c5534-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_83bedeee-02a4-4c40-4937-5fb4491c553b-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-e7f6a2b5-a2d9-79db-5bd1-974e583f0f17-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-e7f6a2b5-a2d9-79db-5bd1-974e583f0f20-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3cd8e8d7-3561-a946-d691-80f5150fefa2-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3cd8e8d7-3561-a946-d691-80f5150fefab-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c04886f8-cad8-298b-e1e2-26df75e9999a-b1fcef75 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c04886f8-cad8-298b-e1e2-26df75e9999b-b1fcef75 {
  place-self: auto;
}

#w-node-c04886f8-cad8-298b-e1e2-26df75e999b2-b1fcef75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_84482086-5c86-fc76-af97-b2d37a1dc007-9223440d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_84482086-5c86-fc76-af97-b2d37a1dbfef-9223440d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84482086-5c86-fc76-af97-b2d37a1dbff0-9223440d {
  place-self: auto;
}

#w-node-c04886f8-cad8-298b-e1e2-26df75e9999a-9223440d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c04886f8-cad8-298b-e1e2-26df75e9999b-9223440d {
  place-self: auto;
}

#w-node-c04886f8-cad8-298b-e1e2-26df75e999b2-9223440d {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-b216dd38-c8bf-b8c4-f8cd-4438c1bc385e-c1bc3844, #w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-367712b5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-367712b5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-367712b5, #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-367712b5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-367712b5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-92c12254 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-92c12254 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-92c12254, #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-92c12254 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-92c12254 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-433a4288 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-433a4288 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-433a4288, #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-433a4288 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-433a4288 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-99edd34e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-99edd34e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-99edd34e, #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-99edd34e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-99edd34e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-3fb0ed4f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-3fb0ed4f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-3fb0ed4f, #w-node-_84482086-5c86-fc76-af97-b2d37a1dbfef-b1fcef75, #w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-b1fcef75, #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b2d-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7fd747ce-f20b-1e06-de73-36887dc82b33-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f014ba97-9a4e-cf22-f52d-9954aba320c3-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f014ba97-9a4e-cf22-f52d-9954aba320d0-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a3af0b41-e244-2bc8-df4b-be297114138d-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a3af0b41-e244-2bc8-df4b-be2971141398-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bf7b8fa4-9dec-64a0-bc6e-36d581f32639-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bf7b8fa4-9dec-64a0-bc6e-36d581f32645-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9be7a47a-8dac-ba86-622f-1ff5acd7a930-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9be7a47a-8dac-ba86-622f-1ff5acd7a93c-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-be72997e-1293-34c1-812a-2ca0e1a35377-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-be72997e-1293-34c1-812a-2ca0e1a35383-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_69c8db72-da64-e4fb-7f32-6e19695c7220-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_69c8db72-da64-e4fb-7f32-6e19695c722c-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43330448-1746-0f08-1b70-960b295833ec-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_43330448-1746-0f08-1b70-960b295833f7-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e649e266-bd73-2016-cf0a-1dba2c575dd8-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e649e266-bd73-2016-cf0a-1dba2c575de3-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7f9c3bbd-053d-0384-fdb4-66a41f07e54a-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7f9c3bbd-053d-0384-fdb4-66a41f07e555-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_83bedeee-02a4-4c40-4937-5fb4491c5534-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_83bedeee-02a4-4c40-4937-5fb4491c553b-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e7f6a2b5-a2d9-79db-5bd1-974e583f0f17-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7f6a2b5-a2d9-79db-5bd1-974e583f0f20-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3cd8e8d7-3561-a946-d691-80f5150fefa2-b1fcef75 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3cd8e8d7-3561-a946-d691-80f5150fefab-b1fcef75 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c04886f8-cad8-298b-e1e2-26df75e9999a-b1fcef75, #w-node-_84482086-5c86-fc76-af97-b2d37a1dbfef-9223440d, #w-node-c04886f8-cad8-298b-e1e2-26df75e9999a-9223440d {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-caec5fcc-be51-f428-78f2-78fd1e9b5201-367712b3, #w-node-b47cfd6c-d0e8-243e-74f2-ffd2527db084-367712b3 {
    grid-column-end: 4;
  }

  #w-node-_99eac54b-4971-5e1c-4bc9-9927c8c126f2-1b5d4f8b, #w-node-ec6063df-6a80-f55a-ef94-a37b26e8dab8-26e8daaf {
    justify-self: auto;
  }
}


