@font-face {
  font-family: Century gothic;
  src: url('../fonts/Century-Gothic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Century gothic bold;
  src: url('../fonts/CenturyGothicBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --basic-dark-colour: #1a171b;
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --digittrade-dark-blue: #17357c;
  --light-grey: #fafafa;
  --digittrade-light-blue: #0075bb;
  --digittrade-darker-blue: #0c1a3b;
  --digittrade-white: white;
  --kobra-petrol-darker: #002b30;
  --digittrade-black: #1a171b;
  --petrol-grey: #ccd7d9;
  --kobra-transparent: #002b30b3;
  --kobra-petrol-lighter: #336166;
  --petrol-lighter: #ebeff0;
  --black: #1a171b;
  --digittrade-yellow: #fbbf00;
  --kobra-brown: #525149;
  --kobra-green: #08986f;
  --digittrade-orange: #f29114;
  --kobra-turquoise: #007581;
  --digittrade-dark-orange: #ec701c;
}

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

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

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

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

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

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

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

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

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

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

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

.white-button {
  z-index: 50;
  float: right;
  color: var(--digittrade-dark-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  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: inline-block;
  position: static;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

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

.white-button:active {
  color: var(--digittrade-darker-blue);
}

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

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

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

.text-field-dark.cc-subscribe-input {
  border: 1px solid var(--digittrade-white);
  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;
}

.label {
  opacity: .6;
  color: var(--kobra-petrol-darker);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label:hover {
  color: var(--digittrade-light-blue);
}

.label:active {
  color: var(--digittrade-darker-blue);
}

.label.cc-subheadline {
  color: var(--digittrade-white);
  margin-left: 15px;
  margin-right: 15px;
}

.label.cc-product-details {
  color: var(--digittrade-dark-blue);
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.digittrade-security-mechanism {
  color: var(--digittrade-white);
  text-align: left;
}

.small-paragraph {
  color: var(--digittrade-black);
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
}

.small-paragraph.cc-copyright-footer {
  color: var(--digittrade-black);
  align-self: end;
  margin-bottom: 10px;
  transition: color .4s, opacity .4s;
}

.small-paragraph.cc-copyright-footer:hover {
  color: var(--digittrade-dark-blue);
  align-self: end;
}

.small-paragraph.cc-copyright-footer:active {
  color: var(--digittrade-darker-blue);
}

.menu-item-mobile {
  text-transform: capitalize;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-wrap {
  border-bottom: 2px solid var(--digittrade-white);
  color: var(--digittrade-black);
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .4s, border .6s;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover {
  border-bottom-color: var(--digittrade-dark-blue);
  color: var(--digittrade-black);
}

.menu-item-wrap:active {
  border-bottom-color: var(--digittrade-darker-blue);
  color: var(--digittrade-darker-blue);
}

.menu-item-wrap.w--current {
  clear: right;
  opacity: 1;
  color: var(--digittrade-darker-blue);
}

.menu-item-wrap.w--current:hover {
  border-bottom-color: var(--digittrade-darker-blue);
  color: var(--digittrade-black);
}

.menu-item-wrap.w--current:active {
  color: var(--digittrade-darker-blue);
}

.text-field {
  border: 1px solid var(--petrol-grey);
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  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 {
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  position: relative;
}

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

.wrap {
  background-color: var(--digittrade-white);
  margin-left: auto;
  margin-right: auto;
  font-family: Century gothic, sans-serif;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  color: var(--digittrade-black);
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.wrap.cc-subscribe-form {
  background-color: var(--digittrade-black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.menu {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  color: var(--digittrade-black);
  flex: 1;
  justify-content: space-around;
  margin-left: 20px;
  margin-right: 20px;
  font-style: normal;
  display: flex;
}

.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: 0;
  padding-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: var(--digittrade-white);
  text-align: left;
  width: 36%;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: var(--digittrade-white);
  text-align: left;
  border: 1px #000;
  align-self: start;
  width: 32%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.about-section-2 {
  margin-bottom: 0;
}

._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: 200px;
  height: 200px;
  margin-bottom: 25px;
  display: block;
}

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

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

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

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

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

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

.footer-link {
  color: var(--digittrade-black);
  min-width: 100%;
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: var(--digittrade-dark-blue);
}

.footer-link:active {
  color: var(--digittrade-darker-blue);
}

.footer-link.w--current {
  color: var(--digittrade-black);
}

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

.footer-link.w--current:active {
  color: var(--digittrade-darker-blue);
}

.footer-grid-column {
  color: var(--digittrade-black);
  flex-direction: column;
  align-self: end;
  display: flex;
}

.subscribe-wrap {
  background-color: var(--digittrade-black);
  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;
}

.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(--digittrade-black);
  margin-bottom: 5px;
  display: inline-block;
}

.product-price-category {
  color: var(--digittrade-black);
  display: inline-block;
}

.product-price-category.older-price-category {
  color: var(--digittrade-black);
  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-sale {
  color: var(--digittrade-dark-blue);
}

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

.discounted-price-category {
  color: var(--digittrade-dark-blue);
  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;
}

.product-image {
  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(--digittrade-dark-blue);
  margin-right: 10px;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

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

.error-message {
  background-color: var(--digittrade-darker-blue);
  color: #fff;
  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-top: 20px;
}

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

.premium-block {
  color: var(--digittrade-black);
  background-image: url('../images/digittrade_blurred-glas-effect.jpg');
  background-position: 50% 0;
  background-size: auto;
  align-items: stretch;
  height: auto;
  margin-bottom: 60px;
  display: flex;
}

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

.premium-block-content-wrap {
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
}

.premium-image {
  color: var(--digittrade-white);
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.underlined-link {
  border-bottom: 2px solid var(--digittrade-dark-blue);
  color: var(--digittrade-dark-blue);
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  border-bottom-color: var(--digittrade-light-blue);
  color: var(--digittrade-light-blue);
}

.underlined-link:active {
  border-bottom-color: var(--digittrade-darker-blue);
  color: var(--digittrade-darker-blue);
}

.underlined-link.cc-homepage-link {
  color: var(--digittrade-dark-blue);
  margin-top: 10px;
}

.underlined-link.cc-homepage-link:hover {
  color: var(--digittrade-light-blue);
}

.underlined-link.cc-homepage-link:active {
  color: var(--digittrade-darker-blue);
}

.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(--digittrade-black);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

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

.header-section {
  background-color: var(--digittrade-black);
  background-image: url('../images/digittrade_blurred-glas-effect.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.product-info-01 {
  text-align: center;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-info-headline {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
}

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

.form-wrap {
  flex-direction: column;
  align-items: stretch;
  font-family: Century gothic, sans-serif;
}

.message-form {
  border: 1px solid var(--digittrade-white);
  text-transform: none;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
}

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

.deco-block {
  background-color: var(--digittrade-black);
  color: var(--digittrade-white);
  background-image: url('../images/digittrade_blurred-glas-effect.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  min-width: 940px;
  max-width: 1440px;
  min-height: 230px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  font-family: Century gothic, sans-serif;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.styleguide-deco-block {
  background-color: var(--digittrade-black);
  background-image: url('../images/KOBRA-Stick_ambient-Business.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-bottom: 60px;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  color: var(--digittrade-black);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.wrap-overlayed {
  background-color: var(--digittrade-white);
  width: 940px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  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, .you-might-also-like-items {
  text-align: center;
}

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

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

.dark-button:active {
  background-color: var(--digittrade-darker-blue);
}

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

.dark-button.expand:hover {
  background-color: var(--digittrade-light-blue);
}

.dark-button.expand:active {
  background-color: var(--digittrade-darker-blue);
}

.contact-form {
  text-transform: none;
  margin-bottom: 20px;
  text-decoration: none;
}

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

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

.rich-text-block {
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.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: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/digittrade_blurred-glas-effect.jpg');
  background-position: 0 0, 50% 0;
  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: 650px;
  display: flex;
}

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

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

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

.search {
  margin-bottom: 50px;
}

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

.add-to-cart {
  margin-top: 20px;
}

.body {
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  font-family: Century gothic, sans-serif;
}

.paypal-2 {
  color: var(--digittrade-white);
}

.heading, .text-block-2, .text-block-3, .div-block, .text-block-4, .heading-2, .line-item, .extra-item, .line-item-2, .heading-3, .text-block-5, .field-label-3, .heading-4, .text-block-6, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .heading-5, .radio-button, .shipping-method, .block-header, .block-content, .block-header-2, .block-content-2, .field-label-9, .field-label-10, .field-label-11, .country, .field-label-12, .field-label-13, .field-label-14, .checkbox-label, .field-label-15, .field-label-16, .field-label-17, .field-label-18 {
  color: var(--digittrade-black);
}

.country-2 {
  border-color: var(--petrol-grey);
}

.checkout-form {
  background-color: var(--digittrade-white);
}

.div-block-2 {
  width: 100%;
}

.security-features-pic {
  color: var(--digittrade-white);
  background-image: url('../images/KOBRA-Stick_ambient-Business.jpg');
  background-position: 54% 30%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.request-now-header {
  border: 1px solid var(--digittrade-dark-blue);
  background-color: var(--digittrade-dark-blue);
  color: var(--digittrade-white);
  align-self: auto;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  transition: background-color .4s, color .4s, border .4s;
}

.request-now-header:hover {
  background-color: var(--digittrade-light-blue);
  color: var(--digittrade-white);
}

.request-now-header:active {
  background-color: var(--digittrade-darker-blue);
}

.prduct-details-section {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 60px;
}

.security-mechanism-point {
  color: var(--digittrade-white);
  font-family: Century gothic bold, sans-serif;
  font-weight: 400;
}

.digittrade-text {
  color: var(--digittrade-black);
  text-align: left;
  margin-bottom: 60px;
}

.digittrade-heading {
  color: var(--digittrade-black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Century gothic bold, sans-serif;
  font-weight: 400;
}

.security-mechanism-header {
  color: var(--digittrade-white);
  margin-bottom: 10px;
  font-family: Century gothic bold, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.security-mechanism-block {
  width: 470px;
  margin-top: 15px;
  padding: 40px 50px;
  display: inline-block;
}

.digittrade-feature-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.digittrade-heading-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Century gothic bold, sans-serif;
}

.digittrade-comparison {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
}

.digittrade-brand {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: none;
  width: 156px;
  height: 71px;
  transition: opacity .4s;
}

.digittrade-brand:hover {
  opacity: .8;
}

.digittrade-brand.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 156px;
  height: 71px;
}

.digittrade-list {
  text-align: left;
  margin-bottom: 40px;
  font-family: Century gothic, sans-serif;
  list-style-type: disc;
}

.digittrade-category-description {
  color: var(--digittrade-black);
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.digittrade-list-about {
  text-align: left;
  margin-bottom: 40px;
  font-family: Century gothic, sans-serif;
  list-style-type: disc;
}

.digittrade-list-about-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.digittrade-heading-h1 {
  color: var(--digittrade-white);
  margin-top: -40px;
}

.banner-underheading {
  color: var(--digittrade-white);
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.all-links {
  color: var(--digittrade-dark-blue);
}

.all-links:hover {
  color: var(--digittrade-light-blue);
}

.all-links:active {
  color: var(--digittrade-darker-blue);
}

.big-paragraph-full {
  color: var(--digittrade-white);
  text-align: left;
  padding-bottom: 40px;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph-full.cc-cover-paragraph {
  opacity: .9;
  color: var(--digittrade-white);
  text-align: justify;
  border: 1px #000;
  align-self: start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
}

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

.security-mechanism-flowtext {
  color: var(--digittrade-white);
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.linkedin {
  z-index: 50;
  background-color: var(--digittrade-dark-blue);
  color: var(--digittrade-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

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

.linkedin:active {
  background-color: var(--digittrade-darker-blue);
  color: var(--digittrade-white);
}

.likedin-text {
  color: var(--digittrade-black);
  text-align: center;
  font-family: Century gothic, sans-serif;
}

.linkedin-image {
  width: 100px;
}

.social-media-content-section {
  text-align: center;
  margin-bottom: 60px;
}

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

.contact-top-text {
  color: var(--digittrade-black);
  text-align: left;
  margin-top: auto;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-third-left {
  float: left;
  border: 1px solid var(--petrol-grey);
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 32%;
  height: 54px;
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 2%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
}

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

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

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

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

.text-field-half-right {
  float: right;
  border: 1px solid var(--petrol-grey);
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 49%;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

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

.text-field-half-clear {
  float: none;
  clear: both;
  border: 1px solid var(--petrol-grey);
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 49%;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

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

.flow-text {
  color: var(--digittrade-black);
  text-transform: none;
}

.white-flow-text-central {
  color: var(--digittrade-white);
  text-align: center;
}

.footer-contact-link {
  background-color: var(--digittrade-dark-blue);
  color: var(--digittrade-white);
  align-self: auto;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  transition: background-color .4s, color .4s, border .4s;
}

.footer-contact-link:hover {
  background-color: var(--digittrade-light-blue);
  color: var(--digittrade-white);
}

.footer-contact-link:active {
  background-color: var(--digittrade-darker-blue);
}

.image-7 {
  z-index: 999;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.tem-members-container {
  display: none;
}

.digittrade-header-banner-2 {
  color: #fff;
  background-image: url('../images/DIGITTRADE-Festplatten-front-Banner.png');
  background-position: 54% 30%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 940px;
  min-height: 500px;
  margin-top: -40px;
}

.big-paragraph-home-2 {
  color: #fff;
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.white-button-2 {
  z-index: 50;
  float: right;
  color: var(--digittrade-dark-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  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: inline-block;
  position: static;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

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

.white-button-2:active {
  color: var(--digittrade-darker-blue);
}

.header-image-2 {
  justify-content: center;
  align-items: stretch;
  min-width: 940px;
  max-width: 1440px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.product-info-petrol-box-2 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.footer-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-block-logo {
  float: left;
  width: 40%;
}

.footer-block-contact {
  float: left;
  width: 16%;
  min-width: 140px;
  height: 150px;
}

.footer-container-digittrade {
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}

.footer-block-menu {
  float: left;
  width: 30%;
  padding-top: 20px;
}

.text-field-third-right {
  float: right;
  border: 1px solid var(--petrol-grey);
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 32%;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
}

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

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

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

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

.text-field-third-middle {
  float: left;
  border: 1px solid var(--petrol-grey);
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 32%;
  height: 54px;
  margin-bottom: 20px;
  margin-right: 1%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
}

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

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

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

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

.text-field-half-left {
  float: left;
  border: 1px solid var(--petrol-grey);
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 49%;
  height: 54px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

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

.language-switcher-toggle-absolute-2 {
  z-index: 999;
  flex: none;
  align-self: center;
  width: 50px;
  height: 35px;
  margin-right: 75px;
  padding: 0 0 0 15px;
  position: static;
  top: 20px;
  bottom: auto;
  right: 3%;
}

.language-switcher-toggle-absolute-2.w--open {
  background-color: #fff;
}

.div-block-5 {
  flex: none;
  order: 0;
  align-self: auto;
  display: block;
  position: static;
}

.header-wrap-logo {
  background-color: #fff;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.header-wrap-logo.cc-menu {
  z-index: 900;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #003940;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: center;
  align-items: center;
  width: 196px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.wrap-2 {
  background-color: #fff;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-2.cc-menu {
  z-index: 900;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #003940;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-self: flex-start;
  place-items: center stretch;
  width: 100%;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.all-links-4 {
  color: #c10a27;
  background-color: #fff;
}

.all-links-4:hover {
  color: #cc3b52;
}

.all-links-4:active {
  color: #91081c;
}

.dropdown-list-2 {
  margin-left: 4px;
}

.dropdown-list-2.w--open {
  margin-top: 38px;
  margin-left: 0;
}

.grid-3 {
  grid-template: "Area Area-2"
  / 1fr 5fr;
  display: flex;
  position: relative;
}

.menu-item-wrap-2 {
  color: #003940;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  flex: none;
  order: 0;
  align-self: center;
  align-items: center;
  margin-right: 14px;
  padding: 4px 0;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border .6s;
  position: relative;
  overflow: auto;
}

.menu-item-wrap-2:hover {
  opacity: 1;
  border-bottom-color: #c10a27;
}

.menu-item-wrap-2:active {
  color: #91081c;
  border-bottom-color: #91081c;
}

.menu-item-wrap-2.w--current {
  clear: right;
  opacity: 1;
  color: #91081c;
}

.menu-item-wrap-2.w--current:hover {
  color: #003940;
  border-bottom-width: 2px;
  border-bottom-color: #91081c;
}

.language-switcher-toggle-2 {
  padding: 0;
  position: static;
}

.language-switcher-toggle-2.w--open {
  background-color: #fff;
}

.language-switcher-2 {
  top: 50%;
  transform: translate(0, -50%);
}

.request-now-header-2 {
  clear: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  object-fit: contain;
  background-color: #c10a27;
  border: 1px solid #c10a27;
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  align-content: flex-start;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  top: 8px;
  overflow: visible;
}

.request-now-header-2:hover {
  color: #fff;
  background-color: #cc3b52;
}

.request-now-header-2:active {
  background-color: #91081c;
}

.nav-menu-2 {
  color: #003940;
  flex: 1;
  align-self: flex-start;
  font-style: normal;
}

.menu-item-2 {
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-2:hover {
  color: #002b30;
}

.grid-4 {
  flex-wrap: nowrap;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: static;
  right: 0;
}

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

.menu-item-deco-line-2:active {
  background-color: #91081c;
}

.menu-2 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--digittrade-white);
  color: #003940;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  line-height: 10px;
  display: block;
}

.digittrade-brand-2 {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: none;
  width: 156px;
  height: 71px;
  transition: opacity .4s;
}

.digittrade-brand-2:hover {
  opacity: .8;
}

.digittrade-brand-2.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 156px;
  height: 71px;
}

.header-wrap {
  justify-content: center;
  display: flex;
}

.navbar-2 {
  background-color: var(--digittrade-white);
  display: none;
}

.menu-item-wrap-3 {
  color: #003940;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .4s, border .6s;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap-3:hover {
  opacity: 1;
  border-bottom-color: #c10a27;
}

.menu-item-wrap-3:active {
  color: #91081c;
  border-bottom-color: #91081c;
}

.menu-item-wrap-3.w--current {
  clear: right;
  opacity: 1;
  color: #91081c;
}

.menu-item-wrap-3.w--current:hover {
  color: #003940;
  border-bottom-width: 2px;
  border-bottom-color: #91081c;
}

.big-paragraph-half {
  color: var(--digittrade-white);
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph-half.cc-cover-paragraph {
  float: left;
  opacity: .9;
  color: var(--digittrade-white);
  text-align: justify;
  border: 1px #000;
  align-self: start;
  width: 50%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 40px;
}

.big-paragraph-picture {
  float: left;
  color: var(--digittrade-white);
  text-align: left;
  width: 50%;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.header-pic-second {
  float: right;
  margin-top: 0;
}

.parallax-section-2 {
  background-image: url('../images/digittrade_blurred-glas-effect.jpg'), linear-gradient(to bottom, var(--digittrade-black), var(--digittrade-black));
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  height: 240px;
  padding-top: 40px;
  position: relative;
}

.copyright-2 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
  font-family: Century gothic bold, sans-serif;
}

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

.icons-2 {
  float: left;
  margin-top: auto;
}

.white-flow-text {
  color: #fff;
  text-align: center;
  margin-right: 10%;
  padding-left: 20px;
}

.digittrade-heading-h3 {
  color: var(--digittrade-black);
  text-align: center;
  margin-top: 40px;
  font-family: Century gothic bold, sans-serif;
  font-size: 24px;
}

.language-switcher-image-wrap {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.language-switcher-image-wrap:hover {
  background-color: #0000;
  border-color: #0003;
}

.language-switcher-image-wrap.dropdown-toggle {
  padding-right: 30px;
}

.language-switcher-image-wrap.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.language-switcher-image-wrap.dropdown-toggle.light {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

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

.first-nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.dropdown-icon {
  color: var(--digittrade-black);
  margin-right: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.dropdown-link {
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.dropdown-link:hover {
  color: var(--digittrade-dark-blue);
}

.dropdown-link:active {
  color: var(--digittrade-darker-blue);
}

.dropdown-link:focus, .dropdown-link:focus-visible, .dropdown-link[data-wf-focus-visible], .dropdown-link:visited {
  color: var(--digittrade-black);
}

.dropdown-link.w--current {
  color: var(--digittrade-darker-blue);
}

.dropdown-link.w--current:hover {
  color: var(--digittrade-dark-blue);
}

.dropdown-link.w--current:active {
  color: var(--digittrade-darker-blue);
}

.logo-block {
  z-index: 10;
  color: var(--digittrade-black);
  margin-right: 30px;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.light.w--open {
  background-color: var(--petrol-lighter);
}

.nav-link.light {
  color: var(--digittrade-black);
  text-transform: none;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition-duration: .2s, .4s;
}

.nav-link.light:hover {
  border-color: #fff3 #fff3 var(--digittrade-dark-blue);
}

.nav-link.light.w--current {
  color: var(--digittrade-darker-blue);
}

.nav-link.light.w--current:visited {
  color: var(--digittrade-black);
}

.request-now-header-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.request-now-header-3:hover {
  background-color: #0000;
  border-color: #0003;
}

.request-now-header-3.light {
  float: right;
  background-color: var(--digittrade-dark-blue);
  color: #fff;
  text-transform: none;
  border-radius: 0;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 2px;
  padding: 10px;
  font-size: 15px;
}

.request-now-header-3.light:hover {
  background-color: var(--digittrade-light-blue);
  border-color: #fff3;
}

.request-now-header-3.light:active {
  background-color: var(--digittrade-darker-blue);
}

.request-now-header-3.light.w--current {
  float: right;
}

.container-2 {
  display: inline;
}

.language-switcher {
  float: right;
  margin-top: 15px;
}

.navbar {
  background-color: var(--digittrade-white);
  color: var(--digittrade-black);
  padding: 20px;
  font-family: Century gothic, sans-serif;
}

.nav-link-mobile {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link-mobile:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link-mobile.light {
  color: var(--digittrade-black);
  text-transform: none;
  margin-top: 10px;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: none;
}

.nav-link-mobile.light:hover {
  border-color: #fff3;
}

.logo-mobile {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.fair-info-header-wrap {
  width: 100%;
  margin-bottom: 25px;
}

.all-links--white {
  color: var(--digittrade-white);
}

.all-links--white:hover {
  color: var(--petrol-grey);
}

.all-links--white:active {
  color: var(--petrol-lighter);
}

.youtube-player {
  margin-bottom: 40px;
}

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

.icon-2 {
  background-color: #1a171b;
}

.premium-block-wrap-2 {
  background-image: none;
  background-size: auto;
  width: 50%;
  display: inline-block;
}

.slide {
  height: 470px;
}

.kobra-vs-security-mechanism {
  color: #fff;
  text-align: left;
}

.premium-content-item-2 {
  margin-top: 15px;
  display: flex;
}

.premium-block-2 {
  color: #1a171b;
  background-color: #1a171b;
  align-items: stretch;
  height: auto;
  margin-bottom: 60px;
  margin-left: -20px;
  display: flex;
}

.mask {
  height: 600px;
}

.slider {
  background-color: #fff;
  height: 600px;
}

.div-block-8 {
  width: 470px;
}

.security-mechanism-header-2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Century gothic bold, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.icon {
  background-color: #1a171b;
}

.chiffry-slider-image {
  margin-top: 0;
  margin-left: 70px;
}

.slide-nav {
  margin-bottom: -54px;
}

.access-control-point-2 {
  max-width: 20px;
}

.big-paragraph-404 {
  color: var(--digittrade-white);
  text-align: left;
  width: 36%;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph-404.cc-cover-paragraph {
  opacity: .9;
  color: var(--digittrade-white);
  text-align: left;
  border: 1px #000;
  align-self: start;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.comparison-kobra-drive-vs-pic {
  margin-top: 0;
}

.digittrade-product-description-banner {
  color: #fff;
  text-align: left;
  min-height: 90px;
}

.header-section-2 {
  background-color: #1a171b;
  background-image: url('../images/digittrade_blurred-glas-effect.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.digittrade-product-headline {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Century gothic, sans-serif;
  font-size: 24px;
}

.column-banner {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.column-all-solutions {
  min-width: 940px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

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

.white-button-middle {
  z-index: 50;
  color: #17357c;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  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: inline-block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button-middle:hover {
  opacity: .96;
  color: #0075bb;
  background-color: #fafafa;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button-middle:active {
  color: #0c1a3b;
}

.digittrade-product-description-banner-center {
  color: #fff;
  text-align: center;
  min-height: 90px;
}

.kobra-vs-comparison {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
}

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

.icons-3 {
  float: left;
  margin-top: auto;
}

.white-flow-text-2 {
  color: #fff;
  text-align: center;
  margin-right: 10%;
  padding-left: 20px;
}

.all-links--white-2 {
  color: #fff;
}

.all-links--white-2:hover {
  color: #ccd7d9;
}

.all-links--white-2:active {
  color: #ebeff0;
}

@media screen and (max-width: 991px) {
  .digittrade-security-mechanism {
    text-align: center;
    align-self: center;
  }

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

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

  .menu-item-mobile {
    color: var(--digittrade-black);
    text-align: center;
    display: block;
  }

  .menu-item-mobile:hover {
    color: var(--digittrade-dark-blue);
  }

  .menu-item-mobile:active {
    color: var(--digittrade-darker-blue);
  }

  .menu-item-wrap {
    color: var(--digittrade-black);
    border-bottom-style: none;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap:hover {
    color: var(--digittrade-dark-blue);
  }

  .menu-item-wrap:active {
    color: var(--digittrade-darker-blue);
  }

  .menu-item-wrap.w--current:hover {
    color: var(--digittrade-dark-blue);
  }

  .menu-item-wrap.w--current:active {
    color: var(--digittrade-darker-blue);
  }

  .content.cc-subscribe-form, .content.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%;
    margin-top: 0;
    padding: 0 30px;
  }

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

  .nav-menu {
    z-index: 2;
    background-color: var(--digittrade-white);
    color: var(--digittrade-black);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-button {
    opacity: .6;
    padding-top: 0;
    padding-left: 0;
    padding-right: 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;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
    padding-bottom: 20px;
  }

  .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 {
    clear: both;
    margin-top: 38px;
    margin-bottom: 0;
    margin-right: 40px;
    display: inline-block;
    position: relative;
  }

  .big-paragraph {
    text-align: justify;
    width: 100%;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
    width: 40%;
  }

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

  .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-link, .footer-link.w--current {
    text-align: center;
  }

  .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-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-top: 20px;
    margin-bottom: 10px;
  }

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

  .header-section {
    background-color: var(--digittrade-black);
    color: var(--digittrade-white);
    margin-top: 97px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .product-info-headline {
    text-align: left;
    margin-top: 0;
    padding-top: 40px;
    font-size: 32px;
  }

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

  .deco-block {
    min-width: auto;
    max-width: none;
    min-height: 0;
    margin-top: 100px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .dark-button {
    margin-top: 20px;
  }

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

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

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

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

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

  .utility-page-content {
    max-width: 400px;
  }

  .security-features-pic {
    background-size: cover;
    height: auto;
    min-height: 280px;
  }

  .request-now-header {
    margin-top: 29px;
    margin-bottom: 0;
  }

  .prduct-details-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .security-mechanism-point {
    text-align: center;
  }

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

  .digittrade-heading, .security-mechanism-header {
    text-align: center;
  }

  .security-mechanism-block {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .digittrade-heading-left {
    text-align: left;
  }

  .digittrade-comparison {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    position: relative;
  }

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

  .it-security-label {
    background-size: contain;
    width: 100%;
    margin-bottom: auto;
  }

  .digittrade-heading-h1 {
    text-align: left;
    margin-top: 0;
  }

  .banner-underheading {
    text-align: left;
  }

  .big-paragraph-full {
    padding-bottom: 0;
  }

  .big-paragraph-full.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-right: 270px;
    padding-bottom: 0;
  }

  .security-mechanism-flowtext {
    text-align: center;
    width: 100%;
  }

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

  .contact-top-text {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-field-third-left, .text-field-half-right, .text-field-half-clear {
    width: 100%;
    margin-right: 0%;
  }

  .flow-text {
    text-align: left;
  }

  .white-flow-text-central {
    align-self: center;
    margin-right: auto;
  }

  .footer-contact-link {
    text-align: center;
    align-self: center;
    margin-top: 0;
  }

  .image-7:hover {
    background-color: var(--digittrade-white);
  }

  .digittrade-header-banner-2 {
    background-position: 0%;
    background-size: 100%;
    width: 80%;
    min-height: 400px;
    margin-top: -20px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .big-paragraph-home-2 {
    text-align: left;
  }

  .white-button-2 {
    float: left;
  }

  .header-image-2 {
    clear: both;
    width: 100%;
    min-width: 100%;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
  }

  .product-info-petrol-box-2 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .footer-container {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-block-logo {
    width: 100%;
  }

  .footer-block-contact {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .footer-container-digittrade {
    display: inline-block;
  }

  .footer-block-menu {
    width: 100%;
    padding-top: 0;
  }

  .footer-center-block {
    flex-direction: column;
    width: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .text-field-third-right, .text-field-third-middle, .text-field-half-left {
    width: 100%;
    margin-right: 0%;
  }

  .language-switcher-toggle-absolute-2 {
    margin-right: 30px;
    position: fixed;
    top: 32px;
    right: 10%;
  }

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

  .header-wrap-logo.cc-menu {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }

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

  .wrap-2.cc-menu {
    z-index: 1;
    background-color: #0000;
    height: 100px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .dropdown-list-2.w--open {
    margin-left: -20px;
  }

  .grid-3 {
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .menu-item-wrap-2 {
    color: #003940;
    border-bottom-style: none;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap-2:hover {
    color: #c10a27;
  }

  .menu-item-wrap-2:active {
    color: #91081c;
  }

  .menu-item-wrap-2.w--current {
    opacity: 1;
  }

  .request-now-header-2 {
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 30%;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .nav-menu-2 {
    z-index: 1;
    opacity: 1;
    color: #003940;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    position: absolute;
    left: 0%;
    right: 0%;
    overflow: visible;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-item-2 {
    text-transform: none;
  }

  .grid-4 {
    z-index: 999;
    position: fixed;
  }

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

  .menu-2 {
    height: 100px;
  }

  .menu-icon-2 {
    margin-top: -20px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
  }

  .digittrade-brand-2 {
    padding-bottom: 0;
  }

  .digittrade-brand-2.w--current {
    flex: 0 auto;
  }

  .menu-button-2 {
    opacity: .6;
    margin-top: 3px;
    margin-right: 0%;
    padding: 0;
    transition: opacity .4s;
    position: relative;
    top: 50%;
  }

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

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

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

  .navbar-2 {
    background-color: #c10a27;
    height: 1px;
    display: block;
  }

  .nav-menu-5 {
    background-color: #fff;
    top: 99px;
  }

  .nav-menu-6 {
    background-color: #fff;
  }

  .menu-item-wrap-3 {
    color: #003940;
    border-bottom-style: none;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap-3:hover {
    color: #c10a27;
  }

  .menu-item-wrap-3:active {
    color: #91081c;
  }

  .menu-item-wrap-3.w--current {
    opacity: 1;
  }

  .big-paragraph-half.cc-cover-paragraph {
    float: left;
    text-align: left;
    width: 50%;
  }

  .parallax-section-2 {
    height: 260px;
  }

  .copyright-2 {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .magazine-text-wrap-2 {
    margin-bottom: 0;
  }

  .white-flow-text {
    align-self: center;
  }

  .digittrade-heading-h3 {
    text-align: center;
  }

  .transparant-menu-button {
    float: right;
    background-color: var(--digittrade-black);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-top: 7px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: var(--kobra-petrol-lighter);
  }

  .transparant-menu-button:active, .transparant-menu-button.w--open {
    background-color: var(--kobra-petrol-darker);
  }

  .language-switcher-image-wrap {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .language-switcher-image-wrap:hover {
    color: #fff;
    background-color: #000;
  }

  .language-switcher-image-wrap.dropdown-toggle {
    color: #fff;
  }

  .language-switcher-image-wrap.dropdown-toggle.light {
    background-color: var(--digittrade-white);
    width: auto;
  }

  .first-nav-menu {
    border-bottom: 1px solid var(--digittrade-black);
    background-color: var(--digittrade-white);
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;
  }

  .dropdown-icon {
    color: var(--digittrade-black);
    margin-right: 30px;
  }

  .dropdown-icon:hover {
    color: var(--digittrade-white);
  }

  .dropdown-list.w--open {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    box-shadow: 0 0 #0000;
  }

  .dropdown-link {
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 60px;
    font-size: 15px;
  }

  .dropdown-link:hover {
    color: var(--digittrade-dark-blue);
  }

  .dropdown-link:active {
    color: var(--digittrade-darker-blue);
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.dropdown-toggle.light {
    color: var(--digittrade-black);
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.dropdown-toggle.light:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .nav-link.dropdown-toggle.light.w--open {
    background-color: var(--petrol-lighter);
  }

  .nav-link.light {
    background-color: var(--digittrade-white);
    border-width: 0;
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.light:hover {
    color: var(--digittrade-dark-blue);
  }

  .nav-link.light:active {
    color: var(--digittrade-darker-blue);
  }

  .nav-link.light.w--current {
    border-color: #0000;
  }

  .request-now-header-3 {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .request-now-header-3:hover {
    color: #fff;
    background-color: #000;
  }

  .request-now-header-3.light {
    border-color: #0000;
    width: auto;
  }

  .request-now-header-3.light:hover {
    background-color: var(--digittrade-light-blue);
  }

  .request-now-header-3.light:active {
    background-color: var(--digittrade-darker-blue);
  }

  .request-now-header-3.light.w--current {
    border-color: #0000;
  }

  .dropdown-2 {
    width: 100%;
    max-width: 1500px;
  }

  .navbar {
    min-height: 100px;
  }

  .nav-link-mobile {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link-mobile:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link-mobile.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
  }

  .nav-link-mobile.light:hover {
    background-color: var(--digittrade-white);
    color: var(--digittrade-dark-blue);
  }

  .nav-link-mobile.light:active {
    background-color: var(--digittrade-white);
    color: var(--digittrade-darker-blue);
  }

  .nav-link-mobile.light.w--current {
    border-color: #0000;
  }

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

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

  .slide {
    height: auto;
  }

  .kobra-vs-security-mechanism {
    text-align: center;
    align-self: center;
  }

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

  .premium-block-2 {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .mask {
    height: auto;
  }

  .slider {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-8 {
    width: 100%;
  }

  .security-mechanism-header-2 {
    text-align: center;
  }

  .chiffry-slider-image {
    width: 40%;
    height: auto;
    margin-left: 30%;
    margin-right: 30%;
  }

  .access-control-point-2 {
    margin-bottom: 0;
  }

  .big-paragraph-404 {
    text-align: justify;
    width: 100%;
  }

  .big-paragraph-404.cc-cover-paragraph {
    text-align: left;
  }

  .digittrade-product-description-banner {
    align-self: center;
  }

  .header-section-2 {
    color: #fff;
    background-color: #1a171b;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-banner {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-all-solutions {
    min-width: auto;
    max-width: none;
  }

  .white-button-middle {
    float: none;
    clear: both;
  }

  .digittrade-product-description-banner-center {
    align-self: center;
  }

  .kobra-vs-comparison {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .magazine-text-wrap-3 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .white-flow-text-2 {
    align-self: center;
    margin-right: 0%;
  }
}

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

  .white-button {
    float: none;
  }

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

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

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

  .menu-icon {
    margin-left: 10px;
    margin-right: 20px;
  }

  .big-paragraph {
    width: 100%;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
    width: 100%;
  }

  .content-wrap {
    width: 100%;
    min-height: auto;
  }

  ._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-main-details, .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

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

  .logo-image.cc-footer-logo {
    margin-top: 20px;
  }

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

  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .product-info-headline {
    text-align: center;
  }

  .deco-block {
    padding-left: 4%;
    padding-right: 4%;
  }

  .deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

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

  .related-blog-detail-post-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog-feed-content {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home-headline-wrap, .blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

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

  .request-now-header {
    margin-left: -30px;
  }

  .security-mechanism-header {
    text-align: center;
  }

  .security-mechanism-block {
    width: 100%;
    padding: 30px 10% 0;
  }

  .digittrade-feature-wrap {
    width: 90%;
  }

  .digittrade-heading-h1 {
    text-align: left;
    font-size: 30px;
  }

  .big-paragraph-full.cc-cover-paragraph {
    text-align: left;
    margin-right: 249px;
  }

  .security-mechanism-flowtext {
    width: 100%;
  }

  .linkedin {
    float: none;
  }

  .text-field-third-left {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-third-left::placeholder {
    text-align: center;
  }

  .text-field-half-right {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-half-right::placeholder {
    text-align: center;
  }

  .text-field-half-clear {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-half-clear::placeholder {
    text-align: center;
  }

  .white-flow-text-central {
    text-align: left;
    margin-right: auto;
    padding-left: 38%;
  }

  .image-7 {
    margin-left: 20px;
  }

  .digittrade-header-banner-2 {
    background-position: 50%;
    min-height: 300px;
  }

  .white-button-2 {
    float: none;
  }

  .header-image-2 {
    min-width: auto;
  }

  .product-info-petrol-box-2 {
    justify-content: center;
  }

  .footer-block-menu {
    margin-top: 0;
  }

  .text-field-third-right {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-third-right::placeholder {
    text-align: center;
  }

  .text-field-third-middle {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-third-middle::placeholder {
    text-align: center;
  }

  .text-field-half-left {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-half-left::placeholder {
    text-align: center;
  }

  .language-switcher-toggle-absolute-2 {
    padding-left: 0;
    right: 10%;
  }

  .language-switcher-toggle-absolute-2.w--open {
    padding-left: 0;
  }

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

  .header-wrap-logo.cc-menu {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .wrap-2.cc-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-list-2.w--open {
    margin-left: -20px;
  }

  .language-switcher-toggle-2, .language-switcher-toggle-2.w--open {
    padding-left: 0;
  }

  .menu-icon-2 {
    margin-left: 0;
  }

  .digittrade-brand-2.w--current {
    padding-right: 20px;
  }

  .menu-button-2 {
    margin-top: 3px;
    margin-left: 0;
    padding-left: 0;
  }

  .big-paragraph-half.cc-cover-paragraph {
    text-align: left;
  }

  .parallax-section-2 {
    height: 320px;
  }

  .copyright-2 {
    margin-top: 10px;
  }

  .icons-2 {
    margin-left: 25%;
  }

  .white-flow-text {
    text-align: left;
    margin-right: auto;
    padding-left: 38%;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    margin-top: 12px;
    padding-top: 8px;
  }

  .language-switcher-image-wrap {
    padding-left: 25px;
  }

  .language-switcher-image-wrap.dropdown-toggle.light {
    margin-left: 0;
  }

  .logo {
    margin-top: 0;
  }

  .dropdown-link {
    padding-left: 40px;
  }

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

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.dropdown-toggle.light, .nav-link.light {
    padding-left: 20px;
  }

  .request-now-header-3 {
    padding-left: 25px;
  }

  .request-now-header-3.light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .language-switcher {
    margin-top: 15px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-mobile {
    padding-left: 25px;
  }

  .nav-link-mobile.light {
    padding-left: 20px;
    padding-right: 40px;
  }

  .logo-mobile {
    margin-top: 0;
  }

  .premium-block-2 {
    margin-bottom: 0;
  }

  .security-mechanism-header-2 {
    text-align: center;
  }

  .big-paragraph-404 {
    width: 100%;
  }

  .big-paragraph-404.cc-cover-paragraph {
    text-align: left;
    width: 100%;
  }

  .header-section-2 {
    background-position: 0 0;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
  }

  .digittrade-product-headline {
    text-align: center;
    font-family: Century gothic, sans-serif;
  }

  .column-banner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .white-button-middle {
    float: none;
  }

  .white-flow-text-2 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .white-button {
    float: left;
    margin-top: 14px;
    position: relative;
    left: auto;
  }

  .digittrade-security-mechanism.cc-premium-block-paragraph {
    text-align: center;
  }

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

  .wrap.cc-menu {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .page-headline-wrap.cc-overlayed-headline.cc-white-headline {
    padding-bottom: 0;
  }

  .menu-icon {
    margin-left: 0;
    margin-right: 10px;
  }

  .big-paragraph {
    width: 100%;
    margin-bottom: 0;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
  }

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

  .product-image {
    height: 360px;
  }

  .logo-image {
    width: 50px;
    height: 71px;
  }

  .logo-image.cc-footer-logo {
    align-self: center;
    width: 50%;
    margin-top: 20px;
  }

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

  .premium-content-headline {
    text-align: center;
    font-size: 20px;
  }

  .product-info-headline {
    text-align: left;
    padding-top: 60px;
    padding-left: 0%;
    font-size: 32px;
  }

  .deco-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

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

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

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .utility-page-content {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .request-now-header {
    margin-left: -10px;
  }

  .digittrade-heading {
    font-size: 20px;
  }

  .security-mechanism-header {
    text-align: center;
    font-size: 20px;
  }

  .logo-image {
    clear: both;
  }

  .digittrade-brand, .digittrade-brand.w--current {
    background-image: none;
    background-size: contain;
    width: 40px;
  }

  .digittrade-list, .digittrade-list-about {
    padding-left: 20px;
  }

  .digittrade-heading-h1 {
    text-align: left;
    font-size: 22px;
  }

  .banner-underheading {
    text-align: left;
    font-size: 20px;
  }

  .big-paragraph-full.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
    padding-right: 20px;
  }

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

  .security-mechanism-flowtext {
    text-align: center;
    width: 100%;
  }

  .linkedin {
    margin-top: 14px;
  }

  .likedin-text {
    margin-bottom: 0;
  }

  .contact-top-text {
    padding-left: 0;
  }

  .white-flow-text-central {
    margin-bottom: auto;
    padding-left: 27%;
  }

  .image-7 {
    margin-left: 0;
  }

  .digittrade-header-banner-2 {
    background-position: 50%;
    background-size: contain;
    width: 80%;
    min-height: 150px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .white-button-2 {
    float: left;
    margin-top: 14px;
    position: relative;
    left: auto;
  }

  .language-switcher-toggle-absolute-2 {
    margin-left: 0;
    margin-right: 30px;
    right: 1px;
  }

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

  .header-wrap-logo.cc-menu {
    height: 100px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }

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

  .wrap-2.cc-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .dropdown-list-2.w--open {
    margin-top: 23px;
    margin-left: 0;
    top: 40px;
    right: 0;
  }

  .language-switcher-toggle-2 {
    margin-left: 0;
  }

  .request-now-header-2 {
    margin-left: 35px;
  }

  .menu-icon-2 {
    margin-left: 0;
  }

  .digittrade-brand-2, .digittrade-brand-2.w--current {
    background-image: none;
    background-size: contain;
    width: 40px;
  }

  .menu-button-2 {
    margin-top: 3px;
    margin-right: 20px;
  }

  .big-paragraph-half.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
    padding-right: 20px;
  }

  .big-paragraph-picture {
    width: 100%;
  }

  .header-pic-second {
    float: none;
    display: none;
  }

  .copyright-2 {
    margin-bottom: 20px;
  }

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

  .icons-2 {
    margin-left: 6%;
  }

  .white-flow-text {
    margin-bottom: auto;
    padding-left: 27%;
  }

  .digittrade-heading-h3 {
    font-size: 20px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .logo {
    margin-top: 0;
    display: none;
  }

  .dropdown-list.w--open {
    margin-left: -20px;
  }

  .nav-link.dropdown-toggle.light, .nav-link.light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .request-now-header-3.light {
    display: none;
  }

  .language-switcher {
    margin-left: 20px;
  }

  .nav-link-mobile.light {
    padding-left: 20px;
  }

  .logo-mobile {
    margin-top: 0;
    display: inline-block;
  }

  .youtube-player {
    margin-top: 40px;
  }

  .icon-2 {
    margin-right: 0;
  }

  .premium-block-2 {
    margin-bottom: 0;
  }

  .security-mechanism-header-2 {
    text-align: center;
    font-size: 20px;
  }

  .icon {
    margin-left: 0;
  }

  .chiffry-slider-image {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .big-paragraph-404 {
    width: 100%;
    margin-bottom: 0;
  }

  .big-paragraph-404.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
  }

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

  .white-button-middle {
    float: left;
    margin-top: 14px;
    position: relative;
    left: auto;
  }

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

  .icons-3 {
    margin-left: 6%;
  }

  .white-flow-text-2 {
    margin-bottom: auto;
  }

  .kobra-video-player {
    margin-top: 40px;
  }
}

#w-node-b0b1e6ba-0a67-6e46-bd13-79a9e92091a8-9b87ab79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0388553a-3c30-11a9-91f1-3b7f6798c06c-9b87ab79 {
  place-self: start;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-9b87ab7f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-9b87ab7f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-9b87ab80 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-9b87ab80 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-9b87ab85, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc2c-9b87ab85, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-9b87ab85 {
  place-self: auto;
}

#w-node-_5c164983-090b-baab-cfcc-1ead367968d9-9b87ab85 {
  place-self: start;
}

#w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-9b87ab89, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc2c-9b87ab89, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-9b87ab89 {
  place-self: auto;
}

#w-node-ee7924cf-d1ad-f498-68ad-f693c63ba03e-9b87ab89 {
  place-self: start;
}

#w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-9b87ab8a, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc2c-9b87ab8a, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-9b87ab8a {
  place-self: auto;
}

#w-node-_00ecb011-e7a2-2862-3533-6e8735a8f36b-9b87ab8a {
  place-self: start;
}


@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic bold';
  src: url('../fonts/CenturyGothicBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}