:root {
  --basic-dark-colour: #1d1f2e;
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --kobra-winered: #c10a27;
  --light-grey: #fafafa;
  --kobra-winered-lighter: #cc3b52;
  --kobra-winered-darker: #91081c;
  --white: white;
  --kobra-petrol-darker: #002b30;
  --kobra-petrol: #003940;
  --black: #1a171b;
  --genuvis-orange: #e95d0f;
  --petrol-grey: #ccd7d9;
  --genuvis-red: #c50e1f;
  --kobra-transparent: rgba(0, 43, 48, .7);
  --genuvis-orange-dark: #dd3519;
  --petrol-lighter: #ebeff0;
  --kobra-petrol-lighter: #336166;
  --kobra-yellow: #ffdf9b;
  --kobra-brown: #525149;
  --kobra-green: #08986f;
  --kobra-blue: #085498;
  --kobra-turquoise: #007581;
  --kobra-bordeaux: #9c1046;
}

.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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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: -webkit-sticky;
  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;
  -ms-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;
  -ms-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;
  -ms-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: rgba(29, 31, 46, .7);
  margin-bottom: 15px;
}

a {
  color: var(--brown-main);
  border-bottom: 1px rgba(162, 95, 75, .3);
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline-block;
}

a:hover {
  color: #743f2f;
  border-bottom-color: rgba(162, 95, 75, .8);
}

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: rgba(29, 31, 46, .6);
  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: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(162, 95, 75, .2);
  border-left: 2px solid rgba(162, 95, 75, .2);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

figcaption {
  color: rgba(29, 31, 46, .5);
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.white-button {
  z-index: 50;
  float: right;
  color: var(--kobra-winered);
  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 rgba(29, 31, 46, .1);
}

.white-button:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: var(--kobra-winered-lighter);
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.white-button:active {
  color: var(--kobra-winered-darker);
}

.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: rgba(0, 0, 0, 0);
  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(--white);
  text-align: left;
  width: 350px;
  margin-right: 10px;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: rgba(255, 255, 255, .5);
}

.text-field-dark.cc-subscribe-input:active {
  border-color: rgba(255, 255, 255, .6);
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: rgba(255, 255, 255, .5);
}

.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(--kobra-winered-lighter);
}

.label:active {
  color: var(--kobra-winered-darker);
}

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

.label.cc-product-details {
  color: var(--kobra-winered);
  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: rgba(29, 31, 46, .2);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  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 rgba(162, 95, 75, .3);
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid rgba(162, 95, 75, .3);
}

.label.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.label.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: rgba(162, 95, 75, .3);
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: rgba(162, 95, 75, .3);
}

.label.cc-category-link {
  border: 1px solid var(--line-colour);
  opacity: 1;
  color: var(--kobra-winered);
  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 rgba(162, 95, 75, .3);
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: var(--kobra-winered);
  border-color: rgba(162, 95, 75, .4);
  margin-left: 5px;
}

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

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

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

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

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

.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(--white);
  color: var(--kobra-petrol);
  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(--kobra-winered);
  color: var(--kobra-petrol);
}

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

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

.menu-item-wrap.w--current:hover {
  border-bottom-color: var(--kobra-winered-darker);
  color: var(--kobra-petrol);
}

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

.text-field {
  border: 1px solid var(--petrol-grey);
  background-color: var(--white);
  color: var(--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: rgba(29, 31, 46, .5);
}

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

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

.text-field::placeholder {
  color: rgba(29, 31, 46, .3);
}

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

.content {
  background-color: var(--white);
  color: var(--kobra-petrol);
  position: relative;
}

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

.wrap {
  background-color: var(--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(--kobra-petrol);
  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(--kobra-petrol);
  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(--white);
  color: var(--kobra-petrol);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  color: var(--kobra-petrol);
  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(--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(--white);
  text-align: left;
  border: 1px #000;
  align-self: start;
  width: 32%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.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;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

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

.timeline-item-no {
  z-index: 0;
  color: rgba(29, 31, 46, .05);
  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(--black);
  min-width: 100%;
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: var(--genuvis-orange);
}

.footer-link:active {
  color: var(--genuvis-red);
}

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

.footer-link.w--current:hover {
  color: var(--genuvis-orange);
}

.footer-link.w--current:active {
  color: var(--genuvis-red);
}

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

.subscribe-wrap {
  background-color: var(--kobra-petrol);
  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(--kobra-petrol);
  margin-bottom: 5px;
  display: inline-block;
}

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

.product-price-category.older-price-category {
  color: var(--kobra-petrol);
  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(--kobra-winered);
}

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

.discounted-price-category {
  color: var(--kobra-winered);
  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(--kobra-winered);
  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(--kobra-winered-darker);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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 {
  background-color: var(--kobra-petrol);
  color: var(--kobra-petrol);
  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(--white);
  background-image: url('../images/Section-Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-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(--kobra-winered);
  color: var(--kobra-winered);
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  border-bottom-color: var(--kobra-winered-lighter);
  color: var(--kobra-winered-lighter);
}

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

.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(--kobra-petrol);
  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(--kobra-petrol);
  background-image: url('../images/genuvis-blurred-glas.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  width: 100%;
  margin-top: 100px;
  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: 60px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
  position: static;
}

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

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

.subscribe-form-deco-line {
  background-color: rgba(210, 210, 213, .1);
  width: 30px;
  height: 1px;
  display: inline-block;
}

.deco-block {
  background-color: var(--kobra-petrol);
  color: var(--white);
  background-image: url('../images/genuvis-blurred-glas.jpg');
  background-position: 50% 100%;
  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(--kobra-petrol);
  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(--kobra-petrol);
  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(--white);
  color: var(--black);
  width: 940px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: relative;
}

.empty-message {
  color: rgba(29, 31, 46, .3);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  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;
}

.you-might-also-like-items {
  text-align: center;
}

.dark-button {
  z-index: 50;
  float: right;
  background-color: var(--genuvis-orange-dark);
  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(--genuvis-orange);
  opacity: .96;
  color: #fff;
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.dark-button:active {
  background-color: var(--genuvis-red);
}

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

.dark-button.expand:hover {
  background-color: var(--kobra-winered-lighter);
}

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

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

.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: url('../images/Avatar-38.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
}

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

.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: rgba(29, 31, 46, .7);
  border-left: 2px solid rgba(162, 95, 75, .2);
  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: rgba(162, 95, 75, .04);
}

.home-blog-item.w--current {
  color: rgba(29, 31, 46, .85);
  border-left-color: rgba(162, 95, 75, .4);
}

.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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/genuvis-blurred-glas.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  display: flex;
}

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

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

.password-field {
  border: 1px solid var(--line-colour);
  background-color: rgba(0, 0, 0, 0);
  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(--white);
  color: var(--kobra-petrol);
  font-family: Century gothic, sans-serif;
}

.paypal-2 {
  color: var(--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(--kobra-petrol);
}

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

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

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

.request-now-header {
  border: 1px solid var(--kobra-winered);
  background-color: var(--kobra-winered);
  color: var(--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(--kobra-winered-lighter);
  color: var(--white);
}

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

.genuvis-feature-header {
  color: var(--black);
  text-align: center;
  font-family: Century gothic bold, sans-serif;
}

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

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

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

.kobra-brand {
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: none;
  width: 156px;
  height: 71px;
  transition: opacity .4s;
}

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

.kobra-brand.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  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;
}

.genuvis-list {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  font-family: Century gothic, sans-serif;
  list-style-type: disc;
}

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

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

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

.all-links {
  color: var(--genuvis-orange-dark);
}

.all-links:hover {
  color: var(--genuvis-orange);
}

.all-links:active {
  color: var(--genuvis-red);
}

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

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

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

.footer-contact-link {
  background-color: var(--genuvis-orange-dark);
  color: var(--white);
  align-self: auto;
  width: 140px;
  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(--genuvis-orange);
  color: var(--white);
}

.footer-contact-link:active {
  background-color: var(--genuvis-red);
}

.list-item-12 {
  font-family: Century gothic, sans-serif;
}

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

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

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

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

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

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

.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(--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(--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(--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/genuvis-blurred-glas.jpg'), linear-gradient(to bottom, var(--kobra-petrol), var(--kobra-petrol));
  background-position: 50% 75%, 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;
}

.genuvis-underline {
  border-bottom: 1px solid var(--black);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

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

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

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

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

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

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

.dropdown-link:hover {
  color: var(--genuvis-orange);
}

.dropdown-link:active {
  color: var(--genuvis-red);
}

.dropdown-link.w--current {
  color: var(--kobra-winered-darker);
}

.dropdown-link.w--current:hover {
  color: var(--kobra-winered);
}

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

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

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

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

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .1);
}

.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(--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: rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) var(--genuvis-orange);
  color: var(--black);
}

.nav-link.light.w--current {
  color: var(--genuvis-orange);
}

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

.request-now-header-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.request-now-header-3.light {
  float: right;
  background-color: var(--genuvis-orange-dark);
  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(--genuvis-orange);
  border-color: rgba(255, 255, 255, .2);
}

.request-now-header-3.light:active {
  background-color: var(--genuvis-red);
}

.request-now-header-3.light.w--current {
  float: right;
  border-radius: 4px;
}

.container-2 {
  display: inline;
}

.navbar {
  background-color: var(--white);
  color: var(--kobra-petrol);
  padding: 20px;
  font-family: Century gothic, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link-mobile {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.nav-link-mobile.light {
  color: var(--kobra-petrol);
  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: rgba(255, 255, 255, .2);
}

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

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

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

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

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

.second-deco-block {
  color: #fff;
  background-color: #1a171b;
  background-image: url('../images/kobra_blurred-glas.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1440px;
  min-height: 100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  font-family: Century gothic, sans-serif;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

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

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

.vs-heading-h1-2 {
  color: #fff;
  margin-top: -40px;
}

.flow-text-2 {
  color: #1a171b;
  text-transform: none;
}

.text-field-third-right-2 {
  float: right;
  color: #1a171b;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccd7d9;
  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-2:hover {
  border-color: rgba(29, 31, 46, .5);
}

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

.text-field-third-right-2::placeholder {
  color: rgba(29, 31, 46, .3);
}

.white-flow-text-central-2 {
  color: #fff;
  text-align: center;
}

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

.message-form-2 {
  text-transform: none;
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
}

.text-field-2 {
  color: #1a171b;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccd7d9;
  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-2:hover {
  border-color: rgba(29, 31, 46, .5);
}

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

.text-field-2::placeholder {
  color: rgba(29, 31, 46, .3);
}

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

.contact-form-success-message-2 {
  background-color: #1a171b;
  border: 1px solid #ececed;
}

.text-field-half-right-2 {
  float: right;
  color: #1a171b;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccd7d9;
  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-2:hover {
  border-color: rgba(29, 31, 46, .5);
}

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

.text-field-half-right-2::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-third-left-2 {
  float: left;
  color: #1a171b;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccd7d9;
  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-2:hover {
  border-color: rgba(29, 31, 46, .5);
}

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

.text-field-third-left-2::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-third-middle-2 {
  float: left;
  color: #1a171b;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccd7d9;
  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-2:hover {
  border-color: rgba(29, 31, 46, .5);
}

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

.text-field-third-middle-2::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-half-left-2 {
  float: left;
  color: #1a171b;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccd7d9;
  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-2:hover {
  border-color: rgba(29, 31, 46, .5);
}

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

.text-field-half-left-2::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-half-clear-2 {
  float: none;
  clear: both;
  color: #1a171b;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccd7d9;
  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-2:hover {
  border-color: rgba(29, 31, 46, .5);
}

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

.text-field-half-clear-2::placeholder {
  color: rgba(29, 31, 46, .3);
}

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

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

@media screen and (max-width: 991px) {
  .kobra-vs-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(--kobra-petrol);
    text-align: center;
    display: block;
  }

  .menu-item-mobile:hover {
    color: var(--kobra-winered);
  }

  .menu-item-mobile:active {
    color: var(--kobra-winered-darker);
  }

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

  .menu-item-wrap:hover {
    color: var(--kobra-winered);
  }

  .menu-item-wrap:active {
    color: var(--kobra-winered-darker);
  }

  .menu-item-wrap.w--current:hover {
    color: var(--kobra-winered);
  }

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

  .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(--white);
    color: var(--kobra-petrol);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px rgba(29, 31, 46, .05);
  }

  .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: rgba(0, 0, 0, 0);
    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;
  }

  .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;
    align-content: flex-start;
    justify-content: 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(--kobra-petrol);
    color: var(--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 {
    margin-top: 0;
    padding-top: 40px;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid rgba(210, 210, 213, .3);
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .deco-block {
    background-image: url('../images/genuvis-blurred-glas.jpg');
    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;
  }

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

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

  .genuvis-vs-heading {
    text-align: center;
  }

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

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

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

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

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

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

  .big-paragraph-home-2 {
    text-align: 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-container-genuvis {
    display: inline-block;
  }

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

  .footer-center-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-bottom: 40px;
    display: flex;
  }

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

  .menu-2 {
    height: 100px;
  }

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

  .genuvis-underline {
    padding-bottom: 0;
  }

  .genuvis-vs-heading-h3 {
    text-align: center;
  }

  .transparant-menu-button {
    float: right;
    background-color: var(--genuvis-orange-dark);
    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(--genuvis-orange);
  }

  .transparant-menu-button:active {
    background-color: var(--kobra-winered);
  }

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

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

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

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

  .dropdown-list.w--open {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

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

  .dropdown-link:hover {
    color: var(--genuvis-orange);
  }

  .dropdown-link:active {
    color: var(--genuvis-red);
  }

  .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(--black);
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.dropdown-toggle.light:hover {
    color: var(--genuvis-orange);
    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(--white);
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.light:hover {
    color: var(--genuvis-orange);
  }

  .nav-link.light:active {
    color: var(--genuvis-red);
  }

  .nav-link.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .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: rgba(0, 0, 0, 0);
    width: auto;
  }

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

  .request-now-header-3.light:active {
    background-color: var(--genuvis-red);
  }

  .request-now-header-3.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .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 {
    color: var(--black);
    border-color: rgba(0, 0, 0, 0);
    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(--white);
    color: var(--genuvis-orange);
  }

  .nav-link-mobile.light:active {
    background-color: var(--white);
    color: var(--genuvis-red);
  }

  .nav-link-mobile.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

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

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

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

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

  .text-field-third-right-2 {
    width: 100%;
    margin-right: 0%;
  }

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

  .error-message-2 {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .genuvis-feature-header {
    text-align: left;
  }

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

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

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

  .footer-block-menu {
    margin-top: 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;
  }

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

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

  .page-second-headline-wrap {
    width: 90%;
  }

  .page-second-headline-wrap.cc-overlayed-headline {
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

  .text-field-2.cc-textarea {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .genuvis-feature-header, .genuvis-vs-heading {
    font-size: 20px;
  }

  .logo-image {
    clear: both;
  }

  .kobra-brand, .kobra-brand.w--current {
    background-image: url('../images/Kobra-Infosec-Logo-without-text-RGB.svg');
    background-size: contain;
    width: 40px;
  }

  .genuvis-list {
    padding-left: 20px;
  }

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

  .banner-underheading {
    text-align: left;
    font-size: 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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-0961ae1d, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc2c-0961ae1d, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-0961ae1d {
  align-self: auto;
  justify-self: auto;
}

#w-node-_1e44abe0-e094-4a0b-9200-da0a0d0e3a0b-0961ae1d, #w-node-_51215c6e-2120-219f-f258-d00498fcf09b-0961ae20 {
  align-self: start;
  justify-self: start;
}

#w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-a7db29d9, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc2c-a7db29d9, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-a7db29d9 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_7444937c-428d-554a-a625-3d5b9c1a5e2f-a7db29d9 {
  align-self: start;
  justify-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;
}