@font-face {
  font-family: Grinched;
  src: url('../fonts/grinched.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Attilasansuniform;
  src: url('../fonts/AttilaSansUniform-Semibold.woff2') format("woff2"), url('../fonts/AttilaSansUniform-Semibold.woff') format("woff"), url('../fonts/AttilaSansUniform-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bradfordllsub;
  src: url('../fonts/BradfordLLSub-LightItalic.html') format("undefined"), url('../fonts/BradfordLLSub-LightItalic.woff2') format("woff2"), url('../fonts/BradfordLLSub-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bradfordllsub;
  src: url('../fonts/BradfordLLSub-Regular.html') format("undefined"), url('../fonts/BradfordLLSub-Regular.woff2') format("woff2"), url('../fonts/BradfordLLSub-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bradfordllweb;
  src: url('../fonts/BradfordLLWeb-Regular.html') format("undefined"), url('../fonts/BradfordLLWeb-Regular.woff2') format("woff2"), url('../fonts/BradfordLLWeb-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bradfordllweb;
  src: url('../fonts/BradfordLLWeb-Light.html') format("undefined"), url('../fonts/BradfordLLWeb-Light.woff2') format("woff2"), url('../fonts/BradfordLLWeb-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bradfordllweb;
  src: url('../fonts/BradfordLLWeb-LightItalic.html') format("undefined"), url('../fonts/BradfordLLWeb-LightItalic.woff2') format("woff2"), url('../fonts/BradfordLLWeb-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Stylesheet;
  src: url('../fonts/stylesheet.css') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bradfordllsub;
  src: url('../fonts/BradfordLLSub-Light.woff2') format("woff2"), url('../fonts/BradfordLLSub-Light.html') format("undefined"), url('../fonts/BradfordLLSub-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "01 Important License Notice Web";
  src: url('../fonts/01_IMPORTANT_License_Notice_Web.txt') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Attilasansclassic;
  src: url('../fonts/AttilaSansClassic-Regular.woff2') format("woff2"), url('../fonts/AttilaSansClassic-Regular.woff') format("woff"), url('../fonts/AttilaSansClassic-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hannotest;
  src: url('../fonts/hannotest-regular.woff') format("woff"), url('../fonts/hannotest-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Librecasloncondensed;
  src: url('../fonts/LibreCaslonCondensed-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Librecasloncondensed;
  src: url('../fonts/LibreCaslonCondensed-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Librecasloncondensed;
  src: url('../fonts/LibreCaslonCondensed-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Librecasloncondensed;
  src: url('../fonts/LibreCaslonCondensed-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --text-color: #2b2b2b;
  --primary: #073104;
  --light-grey: #fafafa;
  --misty-rose: #fff56e;
  --light-blue-bg: #f8f8fa;
  --link-bg-grey: #f1f1f1;
  --dim-grey: #c5c5c5;
  --secondary: #292626;
  --notification-bg: #2b2b2b;
  --bg-grey: #d4d4d4;
  --h1-desktop-size: 85px;
  --h1-tablet-size: 55px;
  --vert: #073104;
  --jaune: #fff56e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--text-color);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--primary);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  margin-top: 50px;
  position: relative;
}

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.white-bg {
  background-color: #fff;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.z-index-3 {
  z-index: 3;
}

.section.slider1 {
  text-align: center;
  max-width: none;
  margin-bottom: -100px;
}

.section.unlock {
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
  line-height: 1.3;
  position: relative;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.big-container {
  max-width: none;
  padding-top: 0;
}

.container.no-padding-top {
  padding-top: 0;
}

.container.hero-contaner-panel {
  position: relative;
}

.container.hero-contaner-panel.no-padding-bottom {
  margin-top: 50px;
}

.container.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-height: 500px;
  padding-bottom: 15em;
  display: flex;
}

.container.no-padding-bottom {
  padding-bottom: 0;
}

.container.no-padding-bottom-top {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.overflow-hidden-container {
  display: none;
}

.nav-menu-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 30px;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  height: 70px;
  padding-bottom: 20px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu.right-padding {
  justify-content: flex-end;
  align-items: center;
  padding-right: 6em;
}

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

.grid-icons {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
}

.utility-page-wrap.overflow-hidden {
  overflow: hidden;
}

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

.utility-page-form {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  z-index: 1;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #7eac55;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  background-color: #fff;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 5em;
  margin-bottom: 3em;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.footer-image {
  width: 100%;
  max-width: 120px;
}

.footer-heading {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.nav-link-holder, .nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.body-white {
  background-color: #fff;
}

.content.relative {
  position: relative;
}

.grey-text {
  color: #6b6b6b;
}

.contact-form-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.w--open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  color: #000;
  line-height: 1.4;
}

.copyright-link {
  color: #fff;
  background-image: url('../images/Frame.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 18px;
}

.copyright-link:hover {
  color: #7eac55;
}

.rich-text {
  color: var(--text-color);
  width: 100%;
  max-width: 720px;
  line-height: 1.2;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: var(--primary);
  border-bottom-color: #32323200;
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #323232;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: var(--light-blue-bg);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  margin-top: 0;
  font-size: 70px;
  font-weight: 600;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-weight: 500;
  transition: background-color .35s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.subscribe-button:hover {
  background-color: var(--primary);
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  z-index: 100;
  background-color: #073104;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-top: 45px;
  padding: 20px 80px;
  transition-property: background-color, transform;
  transition-duration: .3s, .5s;
  transition-timing-function: ease, cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: relative;
}

.button:hover {
  color: #fff;
  background-color: #7eac55;
}

.button.with-icon {
  text-align: left;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.transparent-on-dark {
  background-color: #ffffff0d;
  padding: 15px 40px;
}

.button.transparent-on-dark:hover {
  color: #fff;
  background-color: #ffffff1a;
}

.button.nav-button {
  z-index: 2;
  background-color: var(--primary);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 16px;
  position: relative;
}

.button.footer-button {
  color: #000;
  background-color: #fff;
  padding: 15px 60px;
  transition: all .4s, background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
}

.button.footer-button:hover {
  color: #fff;
  background-color: #7eac55;
}

.button.protected-button {
  padding-left: 50px;
  padding-right: 50px;
}

.button.contact-button {
  padding-left: 60px;
  padding-right: 60px;
}

.button.blue-demo-button {
  color: #000;
  background-color: #96c5fb;
  border: 1px solid #0000001a;
  padding: 15px 40px;
  transition: all .4s, background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
}

.button.blue-demo-button:hover {
  opacity: .8;
}

.button.black-border-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 15px 40px;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.button.black-border-button:hover {
  background-color: #d4d4d466;
}

.button.black-border-button-buy {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 15px 40px;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.button.black-border-button-buy:hover {
  background-color: var(--dim-grey);
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #fff;
}

.subscribe-email::placeholder {
  color: #0000004d;
}

.sg---color-primary {
  background-color: var(--primary);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--secondary);
}

.sg---color-primary.black {
  background-color: #000;
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

.font-light.bold-text {
  font-weight: 700;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

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

.brand-logo {
  width: 250px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.brand-link {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.nav-link.w--current {
  color: var(--primary);
}

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-link.white-nav-link:hover {
  color: var(--primary);
}

.nav-link.white-nav-link.w--current {
  color: #7eac55;
  font-weight: 400;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  border-radius: 4px;
  position: absolute;
  inset: 0%;
}

.link-background.link-bg-on-white, .link-background.icon-bg-color {
  background-color: #0000001a;
}

.link-background.footer-link-bg {
  background-color: #073104;
  border-radius: 100%;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  margin-top: 0;
  font-family: Hannotest, sans-serif;
}

.hero-description-short-container {
  max-width: 60%;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-icons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-icons.vertical-content {
  flex-flow: column;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 9px;
  position: relative;
}

.social-media-icon {
  width: 30px;
}

.hero-description {
  opacity: .7;
  max-width: 550px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.contact-form {
  max-width: 500px;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #00000005;
}

.input-field:focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.input-field::placeholder {
  color: #0006;
}

.input-field.textarea-field {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.input-field.textarea-field.contact-input {
  min-height: 190px;
}

.input-field.password-page {
  background-color: #0000;
  border-color: #d4d4d4;
  width: 100%;
  height: 100%;
}

.input-field.contact-input {
  background-color: #fff0;
  border-color: #999;
  padding-top: 25px;
  padding-bottom: 25px;
}

.input-field.contact-input::placeholder {
  color: #000;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

.link-color:hover {
  color: var(--primary);
}

.link-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 60px;
}

.ikonik-icons-image {
  width: 100%;
}

.instruction-item {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.trusted-by-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.trusted-by-grid-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  padding: 1em 1em 1em 0;
  display: flex;
}

.section-background {
  z-index: -1;
  position: absolute;
  inset: 0%;
  background-color: #fff !important;
}

.footer-grid-content {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.protected-input-holder {
  width: 100%;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--text-color);
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
}

.add-to-cart-button:hover {
  border-color: var(--primary);
}

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
}

.cart-button {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  padding: 6px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  color: var(--text-color);
  background-color: #fff0;
  border-style: none;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--light-blue-bg);
}

.cart-quantity:focus {
  border-color: var(--primary);
}

.cart-container {
  border-radius: 8px;
  min-width: 700px;
  max-width: 700px;
  max-height: 600px;
}

.cart-header {
  z-index: 5;
  border-bottom-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  top: 0;
}

.cart-title {
  color: #292626;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.cart-footer {
  z-index: 5;
  border-top-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  bottom: 0;
}

.remove-button {
  color: var(--dim-grey);
  font-size: 13px;
  position: absolute;
  inset: 5% 0% auto auto;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  color: #292626;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.cart-item-category {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 120px;
  margin-left: 1em;
  margin-right: 0;
  position: relative;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 17px;
}

.cart-subtotal-price {
  color: #292626;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1em;
  display: none;
}

.cart-quantity-number {
  background-color: var(--text-color);
  color: #fff;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.product-other-image-holder {
  border-radius: 5px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: var(--light-blue-bg);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--light-grey);
}

.product-image-lightbox {
  transition-property: opacity;
  position: relative;
  overflow: hidden;
}

.product-image-lightbox:hover {
  opacity: .8;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-quantity {
  border: 0 #0000;
  border-radius: 8px;
  width: 200px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 125px;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-content {
  position: sticky;
  top: 100px;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.required-label {
  color: #fd4e66;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: #0000;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 1em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  border-radius: 14px;
  width: 93px;
  height: 93px;
}

.order-item-title {
  color: var(--text-color);
  font-family: Librecasloncondensed, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--text-color);
}

.order-item-price {
  color: #292626;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.checkout-field-label {
  font-size: 16px;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: #00000005;
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.checkout-input-field::placeholder {
  color: #0006;
}

.checkout-input-field.no-margins {
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-color: var(--light-grey);
  padding: 0 0 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: var(--text-color);
}

.order-summary-value {
  color: var(--text-color);
  font-family: Librecasloncondensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.order-line-item, .extra-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shipping-method-title {
  color: #292626;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.shipping-method-description {
  font-size: 16px;
}

.shipping-method-price {
  color: #292626;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  border-radius: 8px;
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  color: #292626;
  margin-top: 0;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 60px;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 2em;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list.w--open {
  top: 62px;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.nav-dropdown-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: #7eac55;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-menu-overlay-mobile {
  display: none;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: auto 0 -27px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.template-cta-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.template-cta-image {
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: #0f0f11b3;
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

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

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

.main-logo {
  position: absolute;
  inset: 17% auto auto 7%;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 2em;
  padding-right: 2em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: #ffffffd4;
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  display: flex;
}

.template-includes-card {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.feature-box {
  background-color: #181818;
  background-image: url('../images/Wedoflow-3d-Icon_1Wedoflow-3d-Icon.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

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

.template-more-things-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.demo-cta-image {
  width: 100%;
  margin-top: 20px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  font-size: 29px;
  font-weight: 500;
}

.demo-business-email-image {
  width: 100%;
  margin-top: 40px;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 19px;
  position: absolute;
  inset: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
}

.template-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

.inside-box-text {
  text-align: center;
  font-size: 26px;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
}

.template-footer-button-holder {
  max-width: 420px;
}

.template-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  opacity: 0;
  filter: blur(100px);
  background-color: #7eac55;
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.template-footer-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-description-holder {
  margin-top: 3em;
}

.hero-description-holder.small-top-margin {
  margin-top: 1em;
}

.text-hidden {
  perspective: 291px;
  overflow: hidden;
}

.hero-text-1.demo-hero-text {
  max-width: 700px;
}

.big-demo-text {
  color: #000;
  letter-spacing: .1px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #0003;
}

.black-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  pointer-events: none;
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.link-inline {
  color: #96c5fb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.w--current {
  color: #000;
}

.notification-subscribe-box {
  background-color: #fad370;
  background-image: url('../images/White-Arrow.svg'), linear-gradient(90deg, #96c5fb, var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--notification-bg);
  color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  color: #fff;
  background-color: #0f0f11;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--notification-bg);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-image: url('../images/Arrow-Icon.svg'), linear-gradient(180deg, #96c5fb, var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: #ffffffe6;
}

.code-text {
  letter-spacing: .3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: #170;
}

.code-style-starter {
  padding-left: 25px;
}

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

.demo-page-text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
  transform: translate(0, -4px);
}

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

.shop-item-title {
  color: #292626;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 2em 0;
  display: flex;
}

.shop-item-price {
  color: #0a322a;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.small-thumbnail-image {
  border-radius: 14px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.category-text {
  color: #7eac55;
  font-weight: 700;
}

.shop-item-summary {
  line-height: 25.2px;
}

.folders-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-link {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
  box-shadow: 0 6px 30px 1px #0000001a;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 2px solid var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.grey-text-2 {
  color: #878d95;
}

.content-sticky {
  position: sticky;
  top: 100px;
}

.notification-button {
  color: var(--notification-bg);
  background-color: #96c5fb;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #ffffffe6;
}

.product-price {
  color: #292626;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.demo-hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-subtitle-holder {
  max-width: 92%;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.hero-subtitle-text {
  color: #292626;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hannotest, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
  display: inline;
  position: relative;
}

.subtitle-overlays {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.subtitle-overlay-holder {
  width: 100%;
  height: 77px;
  position: relative;
  inset: 0% 0% auto;
}

.subtitle-overlay {
  background-color: #ffffff80;
  position: absolute;
  inset: 0%;
}

.section-info-text-no {
  color: var(--primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  font-weight: 500;
  display: flex;
}

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.project-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.category-acronym {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 40px 0% auto auto;
}

.nav-menu-link {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #c9c9c9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 74px;
  line-height: 1.45;
  display: flex;
  overflow: hidden;
}

.cart-button-2 {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 15px 5px 5px;
  transition-property: background-color;
  overflow: hidden;
}

.nav-link-2 {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .3s, filter .3s, color .35s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  opacity: .5;
}

.nav-link-2.w--current {
  filter: blur(.5px);
}

.blog-item-full {
  grid-row-gap: 10px;
  color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-item-full:hover {
  color: #000;
}

.quantity-wrapper {
  border: 0 #e9e9e9;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 115px;
  display: flex;
}

.work-wrapper {
  display: none;
}

.work-wrapper.first-project {
  margin-bottom: 3em;
  display: block;
}

.work-list {
  grid-column-gap: 3em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.work-item {
  position: relative;
}

.work-item-link {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.work-slide-image-holder {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.work-item-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.work-item-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-item-content.first-content-project {
  margin-left: 0;
}

.work-item-title {
  color: #292626;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.work-item-summary {
  color: gray;
  font-size: 16px;
}

.scroll-down-line-container {
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 120px;
  position: relative;
  overflow: hidden;
}

.quic-stack-ikonik-box {
  background-color: #ffc444;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.quic-stack-ikonik-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  background-image: url('../images/BG-Image.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  position: relative;
}

.main-white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 190px;
  display: flex;
}

.open-cource-ikonik-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 320px;
  height: 250px;
  position: absolute;
  inset: 31% 0% 0% auto;
}

.open-cource-ikonik-image.top-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 60%;
  height: 100%;
  top: 8%;
}

.cta-holder {
  background-image: url('../images/DSC_2186-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  margin-bottom: 2em;
  padding: 2.5em;
  overflow: hidden;
}

.cta-text {
  color: #fff;
  width: 100%;
  font-family: Hannotest, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
}

.text-and-button-holder {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.button-cta-holder {
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  display: flex;
}

.hero-section-homepage {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: -70px;
  padding-top: 0;
  display: block;
  position: relative;
}

.hero-section-homepage.home-hero-section {
  z-index: auto;
  min-height: 190vh;
  max-height: 500px;
  margin-bottom: -660px;
  display: none;
}

.home-section-bg-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  inset: 0%;
}

.home-image-overlay {
  opacity: 1;
  position: absolute;
  inset: 0%;
}

.section-background-2 {
  z-index: -1;
  background-color: #fafafa;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-right-holder {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog-collection-list-wrapper {
  display: none;
}

.blog-collection-list {
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.blog-post-container {
  margin-top: 15px;
  margin-bottom: 15px;
  transition: transform .2s;
}

.blog-post-container:hover {
  text-decoration: none;
  transform: translate(0, -4px);
}

.blog-thumbnail-holder {
  width: 100%;
}

.black-text-2 {
  color: #131313;
}

.black-text-70 {
  color: #131313b3;
}

.blog-item-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.shop-folders-parent {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  min-height: 80px;
  display: flex;
}

.category-item-link-2 {
  color: #a09e9d;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  transition: all .4s;
  display: flex;
  position: relative;
}

.category-item-link-2:hover {
  color: #81d98e;
  text-decoration: none;
}

.category-item-link-2.w--current {
  color: #7eac55;
  border-color: #ff7d1e;
  font-weight: 500;
}

.category-item-link-2.active-category-link {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 400;
}

.line-holder {
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.line-holder._1em-margin-bottom {
  margin-bottom: 1rem;
}

.all-work-button {
  width: 30%;
}

.line {
  background-color: #a9a8a8;
  width: 100%;
  height: 100%;
  min-height: 1px;
  position: relative;
}

.line-with-grid-panel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 2em;
  padding-bottom: 1em;
  display: flex;
}

.category-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-holder-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 5px 5px 5px 0;
  line-height: 1;
  display: none;
  overflow: hidden;
}

.filter-holder-2.middle-category-tittle {
  justify-content: center;
}

.hide-on-mobile-2 {
  font-size: 24px;
  transition: all .4s;
}

.hide-on-mobile-2:hover {
  color: #7eac55;
}

.big-text-container {
  color: #292626;
  font-family: Hannotest, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.blog-big-text {
  color: #292626;
  text-align: center;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 110px;
}

.small-text-blog {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.content-blog {
  justify-content: center;
  display: flex;
}

.card-grid-holder {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5em;
}

.card-description {
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
}

.card-image-100pct {
  object-fit: cover;
  width: 50%;
}

.card-content-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px 40px;
  display: flex;
  overflow: hidden;
}

.card-content-holder.bigger-cards {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--primary);
  color: var(--light-grey);
  padding: 50px 30px;
  position: relative;
}

.bg-card-item-holder {
  background-color: #f7f0ea;
  border-radius: 24px;
  overflow: hidden;
}

.card-title-sm {
  color: var(--light-grey);
  text-align: left;
  margin-bottom: 1rem;
  font-family: Hannotest, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.text-holder-section {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.big-text-section {
  color: #292626;
  text-align: center;
  font-family: Bradfordllweb, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.small-text-section {
  text-align: center;
  width: 70%;
}

.about-slider-arrow {
  background-image: url('../images/arrow-left-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  inset: auto 0% 0% -7%;
}

.slide-item {
  background-color: #fff;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-slider-mask {
  width: 60%;
  height: 100%;
  overflow: visible;
}

.slide {
  width: 100%;
  height: 370px;
  margin-right: 30px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 15px;
  display: flex;
  left: 50%;
  right: auto;
}

.about-slider {
  background-color: #0000;
  border-radius: 20px;
  height: 450px;
  margin-top: 3em;
  margin-bottom: 50px;
  position: static;
}

.right-arrow {
  display: none;
}

.right-arrow.about-slider-arrow {
  background-image: url('../images/arrow-right-circle.svg');
  justify-content: center;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  display: flex;
  inset: auto 0% 0% 18%;
}

.about-slider-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-slide-description {
  color: #fff;
  font-family: Hannotest, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.slider-text-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #292626;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1em 2em;
  display: flex;
}

.slider-text-holder.green-bg-slider {
  background-color: var(--primary);
}

.project-link-wrapper {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-item-holder {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero-project-text {
  color: #000;
  text-align: center;
  max-width: 500px;
  font-family: Hannotest, sans-serif;
  font-size: 108px;
  line-height: 1.2;
}

.flex-center-text-2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.animation-on-load-2 {
  color: #000;
}

.button-holder-center {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 18.7em;
  display: flex;
  position: relative;
}

.button-holder-center.home {
  margin-top: 2em;
}

.small-hero-text {
  text-align: center;
  width: 60%;
}

.small-hero-text-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.holder-info-project {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-text-holder-work.fix {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.left-bird-image {
  width: 321px;
  height: 245px;
}

.left-image-holder {
  position: absolute;
  inset: auto auto 20% -5%;
}

.right-button-holder {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.content-and-button-holder {
  margin-top: 10px;
  display: flex;
}

.small-content-left {
  width: 100%;
}

.big-text-with-color {
  text-align: center;
  width: 60%;
  margin-bottom: 0;
  font-family: Hannotest, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.middle-holder-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2, .text-span-3 {
  color: #7eac55;
}

.home-section-bg-image-second {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.section-background-transparent {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-slider-holder {
  height: 450px;
  position: relative;
}

.bird-hero-section {
  z-index: 2;
  text-align: center;
  width: 250px;
  max-width: 300px;
  height: auto;
}

.bird-right-image {
  width: 157px;
  height: 156px;
  position: absolute;
  inset: 33% 22% auto auto;
}

.work-item-image-hover {
  z-index: 10;
  object-fit: fill;
  border-radius: 6px;
  width: 80%;
  height: 80%;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-section-bg-image-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-section-second {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-background-3 {
  z-index: -1;
  background-color: #fafafa;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-small {
  color: var(--light-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.container-without-padding-left-and-right {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container-without-padding-left-and-right.second-container-margin-top {
  background-color: #fff;
  margin-top: 0;
  padding: 0;
}

.text-and-stats-holder {
  grid-column-gap: 13em;
  grid-row-gap: 13em;
  background-color: var(--primary);
  color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3em;
  padding: 2em;
}

.image-holder-with-animation {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-holder-with-animation.height-fixed {
  height: 488px;
  margin-bottom: 2em;
  display: none;
}

.image-with-animation-container {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-background-4 {
  z-index: -1;
  background-color: #f2f2f2;
  position: absolute;
  inset: 0%;
}

.image-with-animation {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.big-number {
  color: #fff;
  font-family: Hannotest, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3;
}

.stats-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
}

.heading-mobile-font-size {
  color: #fff;
  font-family: Hannotest, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.stats-content-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-hero-about-text {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
}

.bird-about-hero-section {
  z-index: 2;
  width: 202px;
  height: 145px;
  position: absolute;
  inset: auto auto 37% 0%;
}

.bird-about-hero-section.contact-page-image {
  z-index: 3;
}

.sun-about-hero-section {
  z-index: 2;
  width: 174px;
  height: 170px;
  position: absolute;
  inset: 11% 12% auto auto;
}

.green-text-holder {
  margin-bottom: 3em;
}

.green-text {
  color: #81d98e;
  font-size: 16px;
  font-weight: 700;
}

.heading-wrapper {
  margin-top: 90px;
}

.content-about-wrapper {
  margin-top: 0;
  margin-bottom: 1em;
}

.content-about-wrapper.more-bottom-margin {
  margin-bottom: 10em;
}

.text-and-image-aboutpage-holder {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.big-text-about {
  color: #292626;
  font-family: Hannotest, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.right-about-image {
  width: 147px;
  height: 160px;
  display: none;
  position: absolute;
  inset: auto 2% 22% auto;
}

.content-list-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5em;
  margin-bottom: 3em;
  display: grid;
}

.text-block {
  color: #292626;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}

.left-text-holder-about, .holder-number-and-work {
  width: 100%;
}

.span-text-green {
  color: var(--primary);
  margin-right: .5em;
  font-size: 16px;
  font-weight: 900;
}

.work-name {
  margin-bottom: 1.3em;
  font-size: 16px;
}

.bird-about-image {
  width: 147px;
  height: 160px;
  position: absolute;
  inset: -20% 5% auto auto;
}

.sun-about-image {
  width: 174px;
  height: 170px;
  position: absolute;
  inset: -31% 5% auto auto;
}

.text-center-design {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.middle-content-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-hero-text-holder-shop {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.quantity-holder-text-and-number {
  border-radius: 4px;
  align-items: center;
  display: flex;
}

.quantity-text-2 {
  font-size: 18px;
  position: absolute;
  left: 40px;
}

.other-product-text {
  color: #292626;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.input-and-button-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.protected-heading {
  font-family: Librecasloncondensed, sans-serif;
  font-size: 110px;
  font-weight: 400;
}

.small-text-protected {
  width: 80%;
}

.content-holder-protected {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-holder {
  grid-column-gap: 14em;
  grid-row-gap: 14em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

._404 {
  color: #161616;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 400px;
  font-weight: 400;
  line-height: 1;
}

._404-zero-holder {
  position: absolute;
  inset: auto 0% 15%;
}

._404-sun {
  width: 320px;
}

.first-image-404 {
  width: 100%;
  position: absolute;
  inset: auto -84% 3% auto;
}

.first-image-404.middle-image-404 {
  bottom: 57%;
  right: 34%;
}

.first-image-404.bottom-image-404 {
  bottom: 7%;
  right: 70%;
}

.button-404-holder {
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.bird-404 {
  width: 100%;
  max-width: 157px;
  position: absolute;
  inset: 0% 20% auto auto;
}

.post-image-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.post-image-2 {
  z-index: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  position: relative;
}

.post-detail-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 2em;
  display: flex;
}

.content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.post-detail-hero-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 625px;
  padding: 4em 2.5em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.bg-image-projects {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
}

.content-left {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

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

.content-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.post-detail-hero-wrapper-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.post-detail-title-2 {
  color: #292626;
  margin-top: 10px;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 60px;
}

.post-detail-content-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 220px 1fr;
}

.content-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.post-detail-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.share-icon-text {
  color: #737373;
}

.contact-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  margin-bottom: 3em;
}

.grid-contact-holder {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 5em 5em 3em;
}

.grid-contact-holder.zindex-1 {
  z-index: 2;
  padding-bottom: .1em;
  position: relative;
}

.left-contact-big-text {
  color: #292626;
  width: 83%;
  font-family: Hannotest, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.left-contact-small-text {
  margin-top: 20px;
  font-size: 16px;
}

.cart-price-holder {
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cart-item-price-3 {
  margin-bottom: 0;
  font-family: Librecasloncondensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.cart-line-item {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
}

.sun-contact-hero-section {
  z-index: 2;
  width: 174px;
  height: 170px;
  position: absolute;
  inset: 11% 12% auto auto;
}

.footer-links-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.demo-section-title {
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 900;
}

.heading-small-project-details {
  color: #000;
  font-weight: 700;
}

.description-work-details {
  color: #000;
}

.description-work-details.job-description {
  width: 58%;
  line-height: 1.6;
}

.hoder-project-details-content {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.content-work-details {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.left-image-holder-insights {
  position: absolute;
  inset: auto auto -10% 0%;
}

.left-image-holder-shop {
  position: absolute;
  inset: auto auto 15% -3%;
}

.black-link {
  color: var(--primary);
}

.black-link:hover {
  opacity: .8;
  color: #fff;
}

.black-holder-links {
  color: #fff;
}

.read-more-holder.margin-added {
  margin-top: 2em;
  overflow: hidden;
}

.read-more-holder.margin-added-about {
  width: 20%;
  margin-top: 3em;
  overflow: hidden;
}

.content-holder-blog {
  margin-top: 2em;
}

.flex-center-text-work {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.hero-description-blog {
  text-wrap: balance;
  max-width: 450px;
  margin-bottom: 20px;
  font-size: 20px;
}

.hero-description-blog.no-margin-bottom {
  color: #292626;
  margin-bottom: 0;
  font-size: 16px;
}

.small-text-404 {
  max-width: 700px;
}

.hero-title-aboout-page {
  max-width: 92%;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.read-more-holder-projects {
  margin-top: 3em;
}

.buy-template-panel {
  z-index: 20;
  grid-column-gap: 10px;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-panel:hover {
  color: #000;
  text-decoration: none;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/Webflow-Icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.bird-image-holder {
  z-index: 1;
  width: 157px;
  height: 157px;
  position: absolute;
  inset: 8% auto auto 22%;
}

.paragraph {
  word-break: normal;
  overflow-wrap: normal;
  font-family: Hanno Test, sans-serif;
}

.image {
  border-radius: 30px;
  width: auto;
  min-width: auto;
  max-width: none;
  max-height: 600px;
}

.column {
  float: right;
}

.text-block-2 {
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-2.hannofont {
  font-family: Hanno Test;
}

.columns {
  flex-flow: row;
  justify-content: flex-start;
  height: 100%;
  display: block;
  vertical-align: middle !important;
}

.column-2 {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  vertical-align: middle;
  min-height: 100%;
  max-height: none;
  padding-top: 0;
  position: relative;
  inset: 0%;
  height: 100% !important;
}

.jaune {
  color: var(--misty-rose);
  background-color: #2b55a4;
}

.text-block-3 {
  font-size: 14px;
}

.italic-text {
  text-transform: none;
  overflow-wrap: normal;
  font-family: Hannotest, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
}

.italic-text-2 {
  color: #073104;
  -webkit-text-stroke-color: #073104;
  opacity: 1;
  display: inline;
}

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

.image-2.imgprev {
  border-radius: 30px;
}

.image-3 {
  display: none;
}

.image-4 {
  width: 100%;
  display: none;
}

.slide-2 {
  text-align: center;
  padding-top: 55px;
}

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

.slider {
  background-color: #fff;
}

.slider.slidermobile {
  display: none;
}

.icon, .icon-2 {
  color: #000;
  background-color: #fff;
}

.image-5 {
  margin-left: 100px;
  margin-right: 100px;
}

.container-2 {
  text-align: center;
  margin-bottom: 100px;
}

.logomarque {
  cursor: crosshair;
  mix-blend-mode: normal;
  display: inline;
  opacity: 1 !important;
}

.text-block-4 {
  font-size: 12px;
}

.text-block-5 {
  flex-flow: column;
  justify-content: flex-end;
  display: block;
  position: absolute;
  bottom: 0 !important;
}

.cell {
  background-color: #ff0;
}

.text-block-6 {
  margin-top: -65px;
  padding-left: 20px;
  font-size: 12px;
}

.text-block-6.textwork {
  color: #fff;
  z-index: 100;
  height: auto;
  margin-top: -65px;
  padding-top: 0;
}

.workimage {
  min-width: 100%;
  margin-top: 0;
}

.cellwork {
  max-width: 940px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.grid {
  grid-template-rows: auto;
  position: relative;
}

.text-block-7 {
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 45px;
  font-size: 20px;
  position: relative;
  text-justify: auto !important;
}

.div-block {
  max-width: 500px;
  padding: 20px;
  position: relative;
}

.div-block-2, .div-block-3, .div-block-4, .div-block-5 {
  display: inline-block;
}

.grid-2 {
  margin: 30px;
}

.image-7, .image-8, .image-9 {
  border-radius: 20px;
  max-width: 550px;
}

.link-2 {
  margin-top: 50px;
}

.link-3 {
  z-index: 100;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.titrework {
  margin-top: 10px;
  font-family: Hannotest, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-6 {
  height: auto;
  min-height: auto;
  margin-top: -80px;
  position: relative;
}

.div-block-7 {
  position: relative;
}

.image-10, .video {
  display: none;
}

.code-embed {
  margin-top: 10px;
}

.div-block-8 {
  padding: 20px;
}

.grid-4 {
  grid-template-rows: auto;
  width: 100%;
}

.container-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.image-11 {
  text-align: right;
  border-radius: 30px;
  max-height: 600px;
  position: relative;
}

.container-4 {
  background-color: #c2b90d30;
  width: 100%;
  max-width: none;
}

.section-2 {
  position: relative;
}

.container-5 {
  text-align: right;
  position: relative;
}

.image-12 {
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: block;
  position: relative;
}

.column-3 {
  min-height: auto;
  max-height: none;
}

.columns-2 {
  position: relative;
}

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

.image-13, .image-14 {
  width: 100%;
  height: auto;
  min-height: auto;
}

.slide-3 {
  text-align: center;
  background-color: #fff;
  text-decoration: none;
}

.imgclient {
  width: 100%;
  max-width: 150px;
  position: relative;
}

.column-6 {
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.columns-3 {
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  inset: 0%;
}

.mask {
  text-align: left;
  text-decoration: line-through;
}

.column-7, .column-8 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-3, .icon-4 {
  color: #000;
}

.image-15 {
  width: 100%;
  min-width: auto;
  max-width: 200px;
}

.image-16 {
  width: 100%;
  max-width: 100px;
}

.image-17 {
  width: 100%;
  max-width: 200px;
}

.image-18 {
  width: 100%;
  max-width: 130px;
}

@media screen and (min-width: 1280px) {
  .hero-subtitle-holder {
    top: -4.3em;
  }

  .hero-title-aboout-page {
    top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .button.no-margins {
    margin-bottom: 0;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .hero-subtitle-holder {
    top: -8em;
  }

  .quic-stack-ikonik-box.dark-gray {
    background-image: url('../images/BG-Image.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
  }

  .main-white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-ikonik-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-ikonik-image.top-image {
    width: 60%;
    top: 1%;
  }

  .hero-section-homepage.home-hero-section {
    min-height: 200vh;
  }

  .card-content-holder.bigger-cards {
    padding-bottom: 70px;
  }

  .button-holder-center {
    margin-top: 22em;
  }

  .hero-text-holder-work.fix {
    max-width: 100%;
  }

  .left-image-holder {
    bottom: 14%;
  }

  .bird-right-image {
    right: 28%;
  }

  .container-without-padding-left-and-right {
    max-width: 1350px;
  }

  .left-image-holder-insights, .left-image-holder-shop {
    bottom: 14%;
  }

  .cell {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .section.unlock {
    padding-top: 400px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .navbar {
    background-color: #fff;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    color: #fff;
    background-color: #000;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .nav-menu.right-padding {
    background-color: #fff;
    padding-top: 0;
    position: absolute;
  }

  .grid-icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-button {
    z-index: 1;
    width: 38px;
    height: 38px;
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
    transition: background-color .35s;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    padding: 14px 60px;
    font-size: 15px;
    font-weight: 400;
  }

  .button.transparent-on-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.nav-button {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
    font-weight: 400;
  }

  .button.black-border-button, .button.black-border-button-buy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-white {
    display: none;
  }

  .menu-icon {
    position: relative;
    top: -4px;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .contact-form {
    max-width: 100%;
  }

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .nav-cart-holder {
    z-index: 3;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .cart {
    z-index: 1;
    height: 100%;
  }

  .cart-button {
    height: 100%;
  }

  .cart-quantity {
    background-color: #fff0;
    border-style: none;
    margin-bottom: 0;
  }

  .cart-container {
    min-width: 600px;
    max-width: 600px;
  }

  .cart-item-title {
    margin-right: 1em;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-menu-overlay-mobile {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 440px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid, .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .template-button-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .hero-subtitle-text {
    font-size: 35px;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .category-acronym {
    inset: 10px auto auto 0%;
  }

  .nav-menu-link {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .work-item-title {
    font-size: 40px;
  }

  .main-white-text-paragraph-holder {
    width: 40%;
  }

  .open-cource-ikonik-image {
    top: 9%;
  }

  .cta-holder {
    padding: 2em;
  }

  .cta-text {
    font-size: 50px;
  }

  .hero-section-homepage.home-hero-section {
    min-height: 130vh;
  }

  .button-right-holder {
    align-items: flex-end;
  }

  .button-right-holder.middle-mobile-holder {
    justify-content: center;
    align-items: flex-end;
  }

  .blog-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    column-count: 2;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .black-text-2, .category-item-link-2.active-category-link {
    font-size: 22px;
  }

  .all-work-button {
    width: 50%;
  }

  .hide-on-mobile-2 {
    font-size: 22px;
  }

  .card-description {
    font-size: 14px;
  }

  .card-content-holder.bigger-cards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-title-sm {
    font-size: 35px;
  }

  .about-slider-mask {
    width: 50%;
  }

  .about-slider {
    height: 520px;
  }

  .right-arrow.about-slider-arrow {
    left: 25%;
  }

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

  .about-slide-description {
    font-size: 40px;
  }

  .hero-project-text {
    font-size: 90px;
  }

  .right-button-holder {
    align-items: center;
  }

  .big-text-with-color {
    width: 100%;
  }

  .container-without-padding-left-and-right.second-container-margin-top {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-and-stats-holder {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .bird-about-hero-section {
    width: 180px;
    height: 120px;
  }

  .bird-about-hero-section.contact-page-image {
    left: -6%;
  }

  .sun-about-hero-section {
    width: 140px;
    height: 130px;
    right: 3%;
  }

  .big-text-about {
    font-size: 200px;
  }

  .right-about-image {
    width: 120px;
    height: 130px;
  }

  .text-block {
    font-size: 40px;
  }

  .bird-about-image {
    width: 120px;
    height: 130px;
    top: -31%;
  }

  .sun-about-image {
    width: 150px;
    height: 150px;
    top: -50%;
  }

  ._404 {
    font-size: 40vw;
  }

  ._404-zero-holder {
    top: 12px;
  }

  ._404-sun {
    width: 37vw;
  }

  .bird-404 {
    max-width: 150px;
  }

  .post-image-2 {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 0;
  }

  .post-detail-content {
    height: auto;
    padding: 2em 2em 0;
  }

  .post-detail-hero-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .bg-image-projects {
    height: 100%;
  }

  .post-image-3 {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 0;
  }

  .post-detail-hero-wrapper-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .post-detail-content-grid {
    grid-template-columns: 1fr;
  }

  .post-detail-date {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .sun-contact-hero-section {
    width: 140px;
    height: 130px;
    right: 3%;
  }

  .demo-section-title {
    font-size: 60px;
  }

  .image {
    text-align: left;
    float: none;
  }

  .column {
    text-align: center;
    float: left;
  }

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

  .slide-2 {
    padding-top: 100px;
  }

  .logomarque {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .footer-image {
    object-fit: contain;
  }

  .nav-link-holder {
    width: 100%;
  }

  .nav-link-holder.nav-button-holder {
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-content {
    height: auto;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .cart-button {
    justify-content: flex-end;
    align-items: center;
  }

  .cart-container {
    min-width: 500px;
    max-width: 500px;
  }

  .cart-item-title {
    font-size: 23px;
  }

  .cart-subtotal-price {
    font-size: 25px;
  }

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

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-description-holder {
    margin-top: 2em;
  }

  .small-thumbnail-image {
    padding-top: 60%;
  }

  .hide-on-desktop {
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .card-item {
    flex-direction: column;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

  .nav-menu-link {
    justify-content: center;
  }

  .quantity-text {
    font-size: 16px;
  }

  .work-list {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .work-item:nth-child(2n) {
    top: 0;
  }

  .main-white-text-paragraph-holder {
    width: 190px;
  }

  .open-cource-ikonik-image {
    width: 260px;
    height: 200px;
    top: 38%;
  }

  .hero-section-homepage {
    height: auto;
  }

  .hero-section-homepage.home-hero-section {
    min-height: 120vh;
  }

  .home-section-bg-image {
    height: 90%;
  }

  .blog-collection-list {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .all-work-button {
    width: 31%;
  }

  .hide-on-mobile-2 {
    display: none;
  }

  .blog-big-text {
    font-size: 80px;
  }

  .card-grid-holder {
    grid-template-columns: 1fr;
  }

  .card-image-100pct {
    width: 30%;
  }

  .card-image-to-corner {
    width: 100%;
  }

  .card-content-holder.bigger-cards {
    padding: 70px;
  }

  .about-slider-mask {
    width: 70%;
  }

  .right-arrow.about-slider-arrow {
    left: 31%;
  }

  .slider-text-holder {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .project-link-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    margin-bottom: 3em;
  }

  .hero-project-text {
    font-size: 75px;
  }

  .bird-hero-section {
    width: 130px;
    height: 130px;
  }

  .bird-right-image {
    width: 130px;
    height: 130px;
    top: 24%;
  }

  .hero-section-second {
    height: auto;
  }

  .container-without-padding-left-and-right {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-and-stats-holder {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .big-number {
    font-size: 60px;
  }

  .stats-grid {
    grid-column-gap: 2.3em;
    grid-row-gap: 2.3em;
  }

  .bird-about-hero-section {
    width: 170px;
    height: 110px;
  }

  .bird-about-hero-section.contact-page-image {
    left: -12%;
  }

  .sun-about-hero-section {
    width: 130px;
    height: 120px;
  }

  .big-text-about {
    font-size: 150px;
  }

  .right-about-image {
    width: 100px;
    height: 110px;
  }

  .content-list-holder {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr;
  }

  .bird-about-image {
    width: 100px;
    height: 110px;
  }

  .sun-about-image {
    width: 130px;
    height: 130px;
    top: -62%;
  }

  .small-hero-text-holder-shop {
    width: 100%;
    margin-top: 2em;
  }

  ._404-holder {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
  }

  .bird-404 {
    max-width: 110px;
  }

  .post-detail-hero-wrapper {
    padding: 3em 1em;
  }

  .post-detail-title-2 {
    font-size: 32px;
  }

  .cart-item-price-3 {
    font-size: 25px;
  }

  .sun-contact-hero-section {
    width: 130px;
    height: 120px;
  }

  .demo-section-title {
    font-size: 40px;
  }

  .hero-description-blog {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .section {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
  }

  .section.slider1 {
    max-height: none;
    margin-top: 0;
    margin-bottom: -35px;
  }

  .section.unlock {
    margin-top: 0;
    padding-top: 430px;
  }

  .container {
    max-width: none;
    padding: 0 1em 3em;
  }

  .container.hero-contaner-panel.no-padding-bottom {
    margin-top: 0;
  }

  .container.with-large-bottom-padding {
    max-height: none;
    padding-bottom: 0;
  }

  .container.no-padding-bottom-top {
    margin-top: 0;
  }

  .navbar {
    z-index: 1000;
  }

  .hero-section {
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero-section.auto-hero-section {
    min-height: auto;
  }

  .nav-menu {
    color: var(--text-color);
    background-color: #fff;
  }

  .grid-icons {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px 0;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .link-block-underline {
    min-width: 150px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .fade-in-move-on-scroll {
    margin-bottom: 0;
  }

  .menu-button {
    margin-top: 0;
    margin-right: 10px;
    padding-top: 5px;
    padding-right: 6px;
    position: absolute;
    inset: 17px 0% 0% auto;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    font-size: 34px;
  }

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

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .aa-font {
    font-size: 80px;
  }

  .button.nav-button {
    display: none;
  }

  .button.blue-demo-button, .button.black-border-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.add-button {
    width: 100%;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  ._404-content {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    align-items: flex-start;
  }

  .input-field.password-page {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 200px;
    max-height: 100px;
    margin-top: -20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .trusted-by-container {
    display: none;
  }

  .trusted-by-grid-content {
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-right: 0;
  }

  .footer-grid-content {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .nav-cart-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-right: .5em;
  }

  .cart-quantity {
    margin-bottom: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 700px;
  }

  .cart-header {
    z-index: 5;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .cart-item {
    flex-direction: column;
  }

  .cart-item-image {
    width: 100%;
    height: 160px;
  }

  .cart-footer {
    background-color: #fff;
    position: sticky;
    bottom: 0;
  }

  .remove-button {
    inset: auto 0% 35% auto;
  }

  .cart-item-content {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .product-quantity {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .product-add-to-cart-quantity {
    flex-flow: column;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .product-title {
    font-size: 35px;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    text-align: center;
    height: 70px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

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

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-item-content {
    padding: 1.5em 0;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .product-price {
    font-size: 35px;
  }

  .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .hero-subtitle-holder {
    max-width: 100%;
    display: none;
  }

  .hero-subtitle-text {
    font-size: 25px;
    line-height: 45px;
  }

  .subtitle-overlay-holder {
    height: 36px;
  }

  .quantity-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .work-item-content {
    width: 100%;
  }

  .work-item-title {
    font-size: 32px;
  }

  .quic-stack-ikonik-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-ikonik-box.dark-gray {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 200px;
    display: flex;
  }

  .main-white-text-paragraph-holder {
    width: 100%;
  }

  .open-cource-ikonik-image {
    width: 90%;
    height: 170px;
    top: auto;
  }

  .open-cource-ikonik-image.top-image {
    object-fit: cover;
    width: 100%;
    height: 47%;
    inset: auto 0% 0%;
  }

  .text-and-button-holder {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .button-cta-holder {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .hero-section-homepage, .hero-section-homepage.home-hero-section {
    min-height: 80vh;
  }

  .home-section-bg-image {
    object-position: 60% 50%;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 700px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .home-image-overlay {
    display: block;
  }

  .button-right-holder {
    justify-content: flex-start;
    align-items: stretch;
  }

  .blog-collection-list {
    column-count: 1;
  }

  .blog-item-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-folders-parent {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .category-item-link-2.active-category-link {
    font-size: 20px;
  }

  .line-holder._1em-margin-bottom {
    margin-bottom: 0;
  }

  .all-work-button {
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .category-list-wrapper-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .line-with-grid-panel {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .category-list-2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .filter-holder-2 {
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    padding-right: 0;
  }

  .big-text-container {
    font-size: 30px;
  }

  .blog-big-text {
    font-size: 40px;
  }

  .small-text-blog {
    width: 100%;
  }

  .content-blog {
    margin-top: 2em;
  }

  .card-image-100pct {
    width: 50%;
  }

  .card-content-holder.bigger-cards {
    padding: 30px;
  }

  .card-title-sm {
    font-size: 30px;
  }

  .text-holder-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .big-text-section {
    font-size: 50px;
  }

  .small-text-section {
    width: 100%;
  }

  .about-slider-arrow {
    left: -37%;
  }

  .about-slider-mask {
    width: 90%;
  }

  .slide-nav {
    font-size: 14px;
    left: 40%;
  }

  .about-slider {
    height: 470px;
  }

  .right-arrow.about-slider-arrow {
    left: 40%;
  }

  .about-slide-description {
    font-size: 35px;
  }

  .slider-text-holder {
    height: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .project-link-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .hero-project-text {
    font-size: 50px;
  }

  .flex-center-text-2 {
    padding-top: 50px;
  }

  .button-holder-center {
    margin-top: 10em;
  }

  .small-hero-text {
    width: 100%;
    margin-top: 20px;
  }

  .holder-info-project {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .left-bird-image {
    height: auto;
    font-weight: 300;
    position: relative;
    bottom: 18px;
    left: -54px;
  }

  .right-button-holder {
    justify-content: flex-start;
    align-items: center;
  }

  .content-and-button-holder {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .small-content-left {
    font-size: 15px;
  }

  .big-text-with-color {
    font-size: 30px;
    line-height: 1.2;
  }

  .home-section-bg-image-second {
    height: 30%;
    display: block;
  }

  .section-background-transparent {
    min-height: 700px;
  }

  .bird-hero-section {
    width: 100px;
    height: 100px;
    top: 7%;
  }

  .bird-right-image {
    width: 100px;
    height: 100px;
    top: 20%;
    right: 8%;
  }

  .home-section-bg-image-2 {
    object-position: 60% 50%;
  }

  .hero-section-second {
    min-height: 80vh;
  }

  .hero-section-second.mobile-hero-height {
    min-height: auto;
  }

  .content-small {
    font-size: 12px;
  }

  .container-without-padding-left-and-right {
    padding: 3em 1em;
  }

  .text-and-stats-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-with-animation {
    object-position: 30% 100%;
    min-height: 380px;
  }

  .big-number {
    font-size: 30px;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-mobile-font-size {
    padding-right: 20px;
    font-size: 30px;
  }

  .stats-content-vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bird-about-hero-section {
    width: 140px;
    height: 80px;
  }

  .bird-about-hero-section.contact-page-image {
    bottom: 80%;
  }

  .sun-about-hero-section {
    width: 100px;
    height: 90px;
  }

  .big-text-about {
    font-size: 40px;
  }

  .right-about-image {
    width: 70px;
    height: 80px;
    bottom: -61%;
  }

  .text-block {
    font-size: 20px;
  }

  .bird-about-image {
    width: 80px;
    height: 90px;
    top: -88%;
  }

  .sun-about-image {
    top: -105%;
  }

  .quantity-text-2 {
    left: 27px;
  }

  .other-product-text {
    font-size: 40px;
  }

  .input-and-button-holder {
    flex-flow: column;
  }

  .protected-heading {
    font-size: 70px;
  }

  .small-text-protected {
    width: 100%;
    font-size: 16px;
  }

  ._404-holder {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  ._404 {
    font-size: 70vw;
  }

  ._404-zero-holder {
    top: 54px;
  }

  ._404-sun {
    width: 50vw;
  }

  .first-image-404 {
    right: -71%;
  }

  .first-image-404.middle-image-404 {
    right: 24%;
  }

  .first-image-404.bottom-image-404 {
    right: 36%;
  }

  .post-image-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .post-detail-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .post-image-3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .post-detail-title-2 {
    margin-bottom: 20px;
  }

  .grid-contact-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .left-contact-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
  }

  .left-contact-big-text {
    width: 100%;
    font-size: 40px;
  }

  .cart-price-holder {
    font-size: 28px;
  }

  .cart-item-price-3 {
    margin-bottom: 5px;
  }

  .sun-contact-hero-section {
    width: 100px;
    height: 90px;
    top: 7%;
    right: 0%;
  }

  .demo-section-title {
    font-size: 30px;
  }

  .description-work-details.job-description {
    width: 60%;
  }

  .hoder-project-details-content {
    width: 100%;
  }

  .read-more-holder.margin-added-about {
    min-width: 150px;
  }

  .flex-center-text-work {
    padding-top: 50px;
    display: block;
  }

  .hero-title-aboout-page {
    max-width: 100%;
  }

  .buy-template-panel {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .image {
    margin-top: 50px;
  }

  .text-block-2 {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
  }

  .column-2 {
    margin-top: 50px;
    padding-top: 350px;
  }

  .italic-text {
    font-size: 30px;
    line-height: 5px;
    position: relative;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    border-radius: 30px;
    display: block;
  }

  .image-4 {
    width: auto;
    max-width: 220%;
    min-height: 550px;
    margin-left: -250px;
    display: block;
  }

  .slide-2 {
    float: none;
    text-align: center;
    padding-top: 75px;
    text-decoration: none;
  }

  .slider {
    display: block;
  }

  .slider.sliderdesktop {
    display: none;
  }

  .slider.slidermobile {
    display: block;
  }

  .icon, .icon-2 {
    color: #000;
    background-color: #fff;
    font-size: 25px;
  }

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

  .text-block-6.textwork {
    margin-top: -50px;
    padding-left: 10px;
    font-size: 8px;
  }

  .workimage {
    display: block;
    position: relative;
  }

  .cellwork {
    position: relative;
  }

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

  .text-block-7 {
    text-align: left;
    font-size: 15px;
  }

  .div-block {
    max-width: none;
    padding: 0;
  }

  .grid-2 {
    margin: 0;
  }

  .image-7, .image-8, .image-9 {
    width: 100%;
  }

  .link-3 {
    font-size: 15px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-areas: "Area";
  }

  .div-block-8, .div-block-9 {
    max-width: 300px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .container-3 {
    text-align: left;
    position: relative;
  }

  .text-block-8 {
    min-width: 150px;
  }

  .image-12 {
    min-height: auto;
  }

  .column-4, .column-5 {
    margin-top: 20px;
  }

  .image-13, .image-14 {
    min-height: auto;
  }

  .columns-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-3 {
    margin-left: 0;
    font-size: 10px;
  }

  .icon-4 {
    margin-right: 0;
    font-size: 10px;
  }

  .image-16 {
    max-width: 40px;
  }

  .slider-2 {
    max-height: 200px;
  }
}

#w-node-_1c688a06-83c5-6b7c-f366-8b0def4921a6-ef504c8f {
  justify-self: auto;
}

#w-node-f905ee7a-dd83-ef5c-fe7e-484f39fd688a-ef504c8f, #w-node-f905ee7a-dd83-ef5c-fe7e-484f39fd6893-ef504c8f, #w-node-f905ee7a-dd83-ef5c-fe7e-484f39fd6895-ef504c8f, #w-node-f905ee7a-dd83-ef5c-fe7e-484f39fd689c-ef504c8f, #w-node-f905ee7a-dd83-ef5c-fe7e-484f39fd689e-ef504c8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7777-ef504cc8, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777f-ef504cc8, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777b-ef504cc8, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7787-ef504cc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fb423f-7673-267c-657c-64c8bca49607-ef504cc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_622a45c8-103c-30e3-5783-4d46ad938c14-ef504cca, #w-node-b1078083-528c-8a78-9451-10023c5ce546-ef504cca, #w-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-ef504cca, #w-node-_7eb1222e-9580-c875-bb4c-680b609efc47-ef504cca, #w-node-c36b843d-59da-f500-5277-867ccfc46c3b-ef504cca, #w-node-_4863c51c-4368-cf5e-69b5-d0addca86478-ef504cca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-ef504ccc, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-ef504ccc, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-ef504ccc, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-ef504ccc, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-ef504ccc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_929b024e-996f-12f5-2a9b-930100accd86-ef504ce3, #w-node-_929b024e-996f-12f5-2a9b-930100accd84-ef504ce3, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-ef504ce6, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-ef504ce6, #w-node-ea9ba86d-78bb-ea57-a2eb-5a035fcde39b-ef504d04, #w-node-ea9ba86d-78bb-ea57-a2eb-5a035fcde3a1-ef504d04, #w-node-ea9ba86d-78bb-ea57-a2eb-5a035fcde3a7-ef504d04, #w-node-ea9ba86d-78bb-ea57-a2eb-5a035fcde3ad-ef504d04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ec0e6d3-a9cd-8a18-8b29-734458839a9d-ef504d04 {
  align-self: start;
}

#w-node-_4c88fcbf-cad6-8068-b72b-44975fb13163-ef504d04 {
  align-self: center;
}

#w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7777-77bb8756, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777f-77bb8756, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777b-77bb8756, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7787-77bb8756 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fb423f-7673-267c-657c-64c8bca49607-77bb8756 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0d34e1ae-813c-ea6b-cb15-ac75b826210b-ef504ce3, #w-node-_05244842-f60d-3b7c-16db-3f28ab876d98-ef504d03 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_980b3bc6-c032-75f3-f5b8-c16f88dc6f48-ef504c8f {
    justify-self: auto;
  }

  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7777-ef504cc8, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777f-ef504cc8, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777b-ef504cc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f2fb423f-7673-267c-657c-64c8bca49607-ef504cc8 {
    justify-self: center;
  }

  #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7777-77bb8756, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777f-77bb8756, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777b-77bb8756 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f2fb423f-7673-267c-657c-64c8bca49607-77bb8756 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Grinched';
  src: url('../fonts/grinched.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Attilasansuniform';
  src: url('../fonts/AttilaSansUniform-Semibold.woff2') format('woff2'), url('../fonts/AttilaSansUniform-Semibold.woff') format('woff'), url('../fonts/AttilaSansUniform-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bradfordllsub';
  src: url('../fonts/BradfordLLSub-LightItalic.html') format('undefined'), url('../fonts/BradfordLLSub-LightItalic.woff2') format('woff2'), url('../fonts/BradfordLLSub-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bradfordllsub';
  src: url('../fonts/BradfordLLSub-Regular.html') format('undefined'), url('../fonts/BradfordLLSub-Regular.woff2') format('woff2'), url('../fonts/BradfordLLSub-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bradfordllweb';
  src: url('../fonts/BradfordLLWeb-Regular.html') format('undefined'), url('../fonts/BradfordLLWeb-Regular.woff2') format('woff2'), url('../fonts/BradfordLLWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bradfordllweb';
  src: url('../fonts/BradfordLLWeb-Light.html') format('undefined'), url('../fonts/BradfordLLWeb-Light.woff2') format('woff2'), url('../fonts/BradfordLLWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bradfordllweb';
  src: url('../fonts/BradfordLLWeb-LightItalic.html') format('undefined'), url('../fonts/BradfordLLWeb-LightItalic.woff2') format('woff2'), url('../fonts/BradfordLLWeb-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Stylesheet';
  src: url('../fonts/stylesheet.css') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bradfordllsub';
  src: url('../fonts/BradfordLLSub-Light.woff2') format('woff2'), url('../fonts/BradfordLLSub-Light.html') format('undefined'), url('../fonts/BradfordLLSub-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '01 Important License Notice Web';
  src: url('../fonts/01_IMPORTANT_License_Notice_Web.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Attilasansclassic';
  src: url('../fonts/AttilaSansClassic-Regular.woff2') format('woff2'), url('../fonts/AttilaSansClassic-Regular.woff') format('woff'), url('../fonts/AttilaSansClassic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hannotest';
  src: url('../fonts/hannotest-regular.woff') format('woff'), url('../fonts/hannotest-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librecasloncondensed';
  src: url('../fonts/LibreCaslonCondensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librecasloncondensed';
  src: url('../fonts/LibreCaslonCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librecasloncondensed';
  src: url('../fonts/LibreCaslonCondensed-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librecasloncondensed';
  src: url('../fonts/LibreCaslonCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librecasloncondensed';
  src: url('../fonts/LibreCaslonCondensed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librecasloncondensed';
  src: url('../fonts/LibreCaslonCondensed-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}