@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-Bold.ttf') format("truetype"), url('../fonts/ClarityCity-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-color: #393939;
  --primary-color: #0c8b51;
  --white-color: white;
  --secondary-color: #07294d;
  --light-bg-color: #ebf5f1;
  --na-cekanju: #e0c14c;
  --red: #ff4e4e;
  --footer-bg-color: black;
  --deafult-bg-color: #f6f7fb;
  --gray-bg: whitesmoke;
  --bg-offwhite: #f5f1ed;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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 {
  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;
  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;
  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-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .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: #333;
  font-family: Claritycity, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  color: var(--body-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  color: var(--body-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

h3 {
  color: var(--body-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--body-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

p {
  color: var(--body-color);
  margin-bottom: 10px;
}

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

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

li {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--body-color);
  background-image: url('../images/list-icon.png');
  background-position: 0 18%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
  display: flex;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  max-width: 597px;
  color: var(--body-color);
  background-image: url('../images/blokqute.svg');
  background-position: 94% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.cart-separator {
  background-color: #0c8b51;
  width: 4px;
  height: 1px;
}

.header-top-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-top-seprator {
  background-color: #bcbbbb;
  width: 1px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #393939;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #0c8b51;
}

.header-navigation {
  background-color: #0000;
}

.header-top-search-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.header-area {
  z-index: 99999;
  width: 100%;
  position: sticky;
  top: 0;
}

.cart-line-item {
  color: #393939;
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.search-input {
  color: #07294d;
  border: 1px #000;
  border-bottom: 2px solid #333;
  width: 100%;
  height: 80px;
  padding-left: 0;
  font-size: 40px;
  line-height: 50px;
}

.search-input:focus {
  border: 0 solid #0c8b51;
  border-bottom: 2px solid #393939;
}

.container-default {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-default.footer {
  max-width: 1080px;
}

.cart-link-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #0c8b51;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  margin-left: 20px;
  padding: 5px 10px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: #393939;
  padding: 25px 0;
  font-weight: 500;
  line-height: 18px;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: #0c8b51;
}

.header-top-action-list {
  background-color: #0000;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.header-nav-area {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.header-top-area {
  background-color: #07294d;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-title-text {
  color: #393939;
  margin-bottom: 10px;
}

.button-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
  white-space: nowrap;
  transform-style: preserve-3d;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  transform: translate3d(0, -3px, .01px);
}

.button-primary.small {
  cursor: pointer;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 14px;
}

.button-primary.large {
  padding-top: 24px;
  padding-bottom: 24px;
}

.button-primary.mt20 {
  margin-top: 20px;
}

.button-primary.width-100 {
  width: 100%;
}

.button-primary.korpa {
  color: var(--white-color);
  text-align: center;
  display: block;
}

.button-primary.block {
  width: 100%;
  display: inline-block;
}

.button-primary.mobile-show {
  display: none;
}

.button-primary.stretch {
  text-align: center;
}

.search-button {
  color: #0000;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/magnifying-glass.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-bottom: 2px solid #333;
  width: 70px;
  height: 70px;
}

.ukupna-cena {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}

.nav-link-dropdown {
  font-family: Claritycity, sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.nav-link-dropdown.status {
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #646464;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.search-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 50%;
}

.header-navigation-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
}

.navigation-list-item {
  cursor: pointer;
  background-image: none;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 18px;
}

.flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.flex.space-between {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex.space-between.align-item-center, .flex.space-between.display-block.align-items-center {
  align-items: center;
}

.flex.space-between.align-item-stretch {
  align-items: flex-end;
}

.flex.align-item-start {
  align-items: flex-start;
}

.flex._5-px, .flex.porudzbine {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

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

.flex.vertical {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
}

.flex.status {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.flex.filter {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.dropdown-menu-list {
  background-color: #fff;
  border: 4px #0000;
  border-bottom: 4px solid #0c8b51;
  width: 240px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.dropdown-menu-list.w--open {
  top: 54px;
  left: 10px;
  box-shadow: 2px 0 29px #0000000d;
}

.dropdown-menu-list.status.w--open {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-menu-link {
  padding: 8px 30px;
  font-size: 16px;
  line-height: 1.375em;
  transition: color .3s;
}

.dropdown-menu-link:hover, .dropdown-menu-link.w--current {
  color: #0c8b51;
}

.product-price {
  color: #393939;
  margin-bottom: 10px;
}

.remove-search-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;
  overflow: hidden;
}

.remove-button {
  color: #dd1124;
  text-decoration: none;
  transition: all .3s;
}

.remove-button:hover {
  color: #0c8b51;
  text-decoration: none;
}

.menu-dropdown-arrow-icon {
  flex: 0 auto;
  margin-top: 3px;
  margin-right: 0;
  font-size: 14px;
  line-height: 14px;
  position: static;
  inset: 0%;
}

.menu-dropdown-arrow-icon.status-icojn {
  margin-top: 10px;
}

.subtotal-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.cart-quantity {
  color: #393939;
  border: 1px solid #ddd;
  border-radius: 50px;
  width: 60px;
  padding-right: 6px;
}

.search-wrapper {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  display: none;
  position: absolute;
  inset: 100% auto auto 0%;
}

.action-list-text {
  color: #fff;
  text-decoration: none;
}

.display-4 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-4.fw500 {
  text-align: center;
  font-weight: 800;
}

.display-4.color-secondary {
  color: var(--secondary-color);
}

.display-4.color-secondary.fw700 {
  text-align: center;
  font-weight: 700;
}

.display-4.mb5 {
  margin-bottom: 5px;
}

.display-4.no-margin {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.action-list-item {
  color: #fff;
  background-image: none;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  position: relative;
}

.social-item {
  background-image: none;
  margin-bottom: 0;
  padding-left: 0;
}

.paragraph-small {
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
}

.template-link {
  color: var(--body-color);
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
  text-decoration: none;
}

.template-link.ml0 {
  margin-left: 0;
  font-weight: 500;
  text-decoration: none;
}

.template-link.ml0:hover {
  color: #0c8b51;
}

.footer-item-link {
  color: #393939;
  text-decoration: none;
  transition: color .3s;
}

.footer-item-link:hover {
  color: #0c8b51;
}

.footer-item-link.w--current {
  text-align: center;
}

.copyright-text {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
}

.footer-email-wrap {
  margin-top: 14px;
  margin-bottom: 24px;
}

.footer-widget-card.vertical-center {
  align-self: flex-start;
  max-width: 250px;
}

.footer-contact-wrapper {
  text-align: center;
}

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

.social-icon {
  color: #393939;
}

.footer-nav {
  text-align: center;
}

.footer-address-wrap {
  max-width: 243px;
}

.footer-nav-item {
  background-image: none;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 16px;
  line-height: 16px;
}

.footer-top-area {
  background-color: #f6f7fb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.social-link {
  color: #c2c2c2;
  border: 1px solid #393939;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.mail-text {
  font-size: 16px;
  line-height: 22px;
}

.provider-link {
  color: #393939;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
  text-decoration: none;
}

.footer-sologan-wrap {
  max-width: 267px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer-bottom-area {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.footer-title-wrap {
  margin-bottom: 22px;
}

.more-template-link {
  margin-top: 35px;
}

.phone-text {
  color: #07294d;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.footer-link-title-wrap {
  margin-bottom: 22px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.typography-details {
  color: var(--primary-color);
}

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

.typography-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.style-guide-link-wrapper {
  background-image: none;
  margin-bottom: 8px;
  padding-left: 0;
}

.style-guide-sidebar {
  border-bottom: 0 #000;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  padding-top: 100px;
  position: sticky;
  top: 32px;
}

.style-guide-content {
  color: #fff;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
}

.color-hex {
  color: #393939;
}

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

.display-2.color-secondary {
  color: var(--secondary-color);
}

.button-outline {
  color: var(--secondary-color);
  white-space: nowrap;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  padding: 16px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: transform .3s, border-color .3s, color .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-outline:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
  transform: translate3d(0, -3px, .01px)translate3d(0, 0, .01px);
}

.button-outline.outline-small {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 14px;
}

.button-outline.outline-large {
  padding: 20px 42px;
}

.section-excerpt {
  max-width: 485px;
}

.section-excerpt.ml-auto {
  margin-left: auto;
}

.section-excerpt.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.section-excerpt.mb42 {
  margin-bottom: 42px;
}

.section-excerpt.mb42.mt30 {
  margin-top: 30px;
}

.section-excerpt.big {
  font-size: 22px;
}

.style-guide-title {
  color: #393939;
  font-size: 48px;
  line-height: 56px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid #393939;
  margin-bottom: 10px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid #393939;
  margin-top: 24px;
  padding-top: 24px;
}

.text-block {
  color: #0c8b51;
}

.color-title {
  color: #393939;
  font-weight: 600;
}

.link-arrow-icon-code {
  width: 14px;
  height: auto;
  margin-bottom: 5px;
  display: block;
  position: relative;
  top: 3px;
}

.link-arrow-icon-code.long-arrow-icon {
  width: 24px;
  margin-bottom: 0;
}

.link-arrow-icon-code.long-arrow-icon.razred {
  width: 32px;
  margin-bottom: 6px;
  transform: rotate(90deg);
}

.bullet-list-block {
  color: #393939;
}

.section-label-text {
  color: var(--secondary-color);
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.heading {
  color: #393939;
}

.heading.margin {
  margin-bottom: 50px;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.color-block.bg-body-1 {
  background-color: #393939;
  min-height: 120px;
}

.color-block.bg-secondary-1 {
  background-color: #07294d;
  min-height: 120px;
}

.color-block.bg-primary-1 {
  background-color: #0c8b51;
  min-height: 120px;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-content-wrapper {
  padding: 100px 60px;
}

.section-title-block.text-left {
  text-align: left;
}

.section-title-block.text-left.mb48 {
  margin-bottom: 48px;
}

.section-title-block.text-center {
  text-align: center;
}

.section-title-block.text-center.max-width-808 {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-block.text-center.max-width-808.mb70 {
  margin-bottom: 70px;
}

.section-title-block.text-center.max-width-808.mb-60 {
  margin-bottom: 60px;
}

.section-title-block.text-right {
  text-align: right;
}

.style-guide-icon-text {
  color: var(--secondary-color);
  font-weight: 500;
}

.icon-block {
  text-align: center;
  background-color: #ebf5f1;
  border-radius: 5px;
  flex: 0 0 50px;
  width: 50px;
  height: 55px;
  line-height: 55px;
  display: block;
}

.icon-block.klik {
  background-color: #ebf5f100;
  position: static;
}

.add-to-cart {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--primary-color);
  color: var(--body-color);
  border: 2px solid #0000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.add-to-cart:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
}

.add-to-cart.large-big-button {
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.add-to-cart.large-big-button:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.color-content {
  background-color: #f4f4f4;
  padding: 22px 16px;
}

.mt-8 {
  margin-top: 8px;
}

.paragraph {
  color: #393939;
}

.text-span {
  color: #fff;
  text-decoration: none;
}

.text-span.color-primary {
  color: #0c8b51;
  text-decoration: underline;
}

.style-guide-subheader {
  background-color: #f4f4f4;
  padding: 56px 66px;
}

.style-guide-header {
  padding: 100px 68px;
}

.style-guide-icon-link {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .3s;
  display: flex;
}

.style-guide-link {
  background-color: #0000;
  align-items: center;
  padding: 12px 20px;
  font-family: Claritycity, sans-serif;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  display: flex;
}

.style-guide-link:hover {
  background-color: #f4f4f4;
}

.link-text {
  display: block;
}

.section-style-guide {
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cart-quantity-3 {
  color: #0c8b51;
  background-color: #0000;
  min-width: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.display-5.mb-16 {
  white-space: normal;
  margin-bottom: 16px;
}

.mb-33 {
  margin-bottom: 8px;
}

.mb-34 {
  margin-bottom: 32px;
}

.display-1 {
  color: var(--body-color);
  line-height: 1.2;
}

.display-1.color-secondary {
  color: var(--secondary-color);
}

.display-3.hover-primary {
  transition: all .3s;
}

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

.page-link-separator {
  background-color: #393939;
  width: 5px;
  height: 1px;
}

.page-banner-icon-block {
  margin-bottom: 15px;
}

.page-link-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-link-wrap.bread-crumb {
  margin-bottom: 50px;
}

.page-link-wrap.margin {
  margin-bottom: 15px;
}

.single-page-link {
  color: #393939;
  border: 1px #000;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
}

.single-page-link:hover {
  color: #0c8b51;
  text-decoration: none;
}

.page-banner-content {
  text-align: center;
}

.page-banner-content.template {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.breadcrumb-section {
  background-color: #ebf5f1;
  padding-top: 90px;
  padding-bottom: 90px;
}

.display-7.mb-16 {
  white-space: normal;
  margin-bottom: 16px;
}

.released-date {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
}

.initial-released {
  color: #fff;
  background-color: #0c8b51;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
}

.changelog-wrapper {
  text-align: center;
  background-color: #ebf5f1;
  border-radius: 10px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px;
}

.changelog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.released-date-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 21px;
  display: flex;
}

.title-block {
  margin-bottom: 20px;
}

.licenses-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.licenses-grid-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.link-button-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #393939;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-button-2:hover {
  color: #0c8b51;
}

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

.single-licenses-block {
  background-color: var(--light-bg-color);
  border-radius: 6px;
  padding: 30px;
}

.hero-icon.hero-icon-width-86 {
  max-width: 86px;
}

.slider-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.display-10 {
  line-height: 1.2;
}

.display-10.color-secondary {
  color: #07294d;
}

.display-10.color-secondary.font-tb-38 {
  font-size: 58px;
}

.display-10.color-secondary.font-tb-38.hero {
  font-size: 48px;
}

.hero-item-content.max-width-490 {
  max-width: 490px;
}

.excerpt-big {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.excerpt-big.line-height-34 {
  line-height: 34px;
}

.excerpt-big.line-height-34.max-width-490 {
  max-width: 490px;
}

.hero-excerpt-wrap {
  margin-bottom: 40px;
}

.hero-excerpt-wrap.mb30 {
  margin-bottom: 30px;
}

.hero-icon-block {
  margin-bottom: 44px;
  display: block;
}

.hero-icon-block.mb22 {
  margin-bottom: 22px;
}

.button-primary-2 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-2:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.hero-title-wrap {
  margin-bottom: 25px;
}

.hero-title-wrap.mb50 {
  margin-bottom: 50px;
}

.shape {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shape.shape-2 {
  width: 60px;
  inset: auto 10px 40px auto;
}

.shape.shape4 {
  width: 80px;
  top: 50px;
  left: auto;
  right: 20px;
}

.shape.shape1 {
  width: 60px;
  top: 160px;
  left: 20px;
}

.shape.shape3 {
  width: 80px;
  top: auto;
  bottom: 74px;
  left: 10px;
}

.shape.shape5 {
  width: 80px;
  top: auto;
  bottom: 35px;
  left: 550px;
}

.home-two-hero-section {
  z-index: 9;
  background-color: #f5f1ed;
  background-image: url('../images/hero-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.department-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 54px;
  display: flex;
}

.display-11.mb-16 {
  white-space: normal;
  margin-bottom: 16px;
}

.display-11.mb-16.color-secondary {
  color: #07294d;
}

.link-button-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #393939;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-button-3:hover {
  color: #0c8b51;
}

.link-button-3.large-big-button {
  color: #07294d;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.link-button-3.large-big-button:hover {
  color: #0c8b51;
}

.department-category-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.course-slider-item {
  width: 100%;
  max-width: 31.2%;
  margin-right: 30px;
}

.course-slider-active {
  background-color: #0000;
  height: 100%;
}

.display-12.mb-16 {
  white-space: normal;
  margin-bottom: 16px;
}

.display-12.mb-16.color-secondary {
  color: #07294d;
}

.display-12.mb-16.text-no-wrap {
  white-space: normal;
}

.display-12.text-white {
  color: #fff;
}

.display-12.color-secondary {
  color: #07294d;
  font-size: 38px;
  line-height: 48px;
}

.display-12.color-secondary.mb24 {
  margin-bottom: 24px;
}

.course-grid-slider-wrap {
  margin-top: 64px;
  overflow: hidden;
}

.slide-nav {
  margin-top: 40px;
  font-size: 14px;
  line-height: 14px;
  position: static;
}

.course-slider-left-arrow {
  display: none;
}

.slider-mask {
  overflow: visible;
}

.course-slider-right-arrow {
  display: none;
}

.course-grid-slider-section {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brand-logo-wrapper {
  align-items: center;
}

.brand-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brand-section.pt130 {
  padding-top: 100px;
}

.brand-section.pt0 {
  padding-top: 0;
}

.brand-section.pt0.pb0 {
  padding-bottom: 0;
}

.brand-logo-image {
  object-fit: cover;
  margin-right: 38px;
}

.brand-logo-list {
  flex: none;
  align-items: center;
  display: flex;
}

.brand-logo-block {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.call-to-action-section {
  background-color: #07294d;
  padding-top: 70px;
  padding-bottom: 70px;
}

.call-text {
  max-width: 660px;
}

.call-content-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-primary-3 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-3:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.button-primary-3.hover-color-no-change:hover {
  color: var(--white-color);
  background-color: #0c8b51;
}

.paragraph-small-2 {
  font-size: 16px;
  line-height: 26px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-content {
  max-width: 233px;
}

.icon-card-wrap {
  margin-top: 40px;
}

.badge-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: center;
  background-color: #fff6;
  border: 2px solid #fff6;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 162px;
  display: flex;
  position: absolute;
  bottom: 74px;
  left: -38px;
  box-shadow: 0 10px 30px #00000026;
}

.about-font-image {
  border-radius: 6px;
}

.about-font-image.position-reletive {
  z-index: 2;
  position: relative;
}

.home-about-section {
  padding-top: 100px;
  overflow: hidden;
}

.home-about-section.pb-130 {
  padding-bottom: 100px;
}

.home-about-section.pb-130.bg-offwhite {
  background-color: #fff;
}

.home-about-section.pb-130.pt130 {
  padding-top: 100px;
}

.single-icon-card {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-radius: 6px;
  padding: 20px 25px 10px;
  display: flex;
  box-shadow: 0 4px 12px 4px #f2f2f2;
}

.single-icon-card.mb30 {
  margin-bottom: 30px;
}

.single-icon-card.mb-20 {
  margin-bottom: 20px;
}

.single-icon-card.max-width-400 {
  max-width: 400px;
}

.about-content {
  flex: 0 0 50%;
  padding-left: 20px;
}

.about-content.about-content-two {
  flex-basis: 41%;
  padding-left: 0;
}

.about-content.about-content-two.pl90 {
  padding-bottom: 0;
  padding-left: 50px;
}

.about-content.about-content-two.align-self-end {
  align-self: flex-end;
  padding-bottom: 25px;
}

.about-content.pl0 {
  padding-left: 0;
}

.about-image-two {
  flex: 0 0 56%;
  padding-top: 30px;
  padding-left: 60px;
  position: relative;
}

.about-image-two.pl0 {
  padding-left: 0;
}

.about-image-two.pl0.pt0 {
  padding-top: 0;
}

.about-image-two.pl0.pt0.mln55 {
  margin-left: -55px;
}

.about-image-two.pl0.pt0.mln55.mrn55 {
  margin-left: 0;
  margin-right: 0;
}

.about-image-two.p-0 {
  padding-top: 0;
  padding-left: 0;
}

.badge-text {
  color: #39394a;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.display-13 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-13.mb5 {
  margin-bottom: 5px;
}

.button-outline-2 {
  color: #07294d;
  white-space: nowrap;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  padding: 16px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: transform .3s, border-color .3s, color .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-outline-2:hover {
  color: #fff;
  background-color: #0c8b51;
  border-color: #0c8b51;
  transform: translate3d(0, -3px, .01px)translate3d(0, 0, .01px);
}

.button-outline-2.button-outline-white {
  color: #fff;
  border-color: #fff;
}

.button-outline-2.button-outline-white:hover {
  border-color: #0c8b51;
}

.button-outline-2.font18, .button-outline-2.fz18 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.course-grid-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.course-grid-list.course-grid-three {
  grid-template-columns: 1fr 1fr;
}

.course-grid-list.course-grid-three.template {
  grid-template-columns: 1fr 1fr 1fr;
}

.button-wrap-block {
  text-align: center;
  margin-top: 55px;
}

.button-wrap-block.text-left {
  text-align: left;
}

.button-wrap-block.text-left.mt30 {
  margin-top: 30px;
}

.button-wrap-block.mt40 {
  margin-top: 40px;
}

.course-grid-section {
  background-color: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 100px;
}

.course-grid-section.section-bg {
  background-color: #f5f5f5;
}

.course-grid-wrap {
  margin-top: 60px;
}

.course-grid-wrap.mt46 {
  margin-top: 46px;
}

.course-grid-wrap.mt46.mt0 {
  margin-top: 0;
}

.text-500 {
  max-width: 508px;
  font-weight: 500;
}

.testimonial-author-bio-block {
  margin-top: 14px;
}

.long-arrow-left {
  color: #393939;
  width: 52px;
  height: 19px;
  line-height: 1px;
  transition: all .3s;
}

.long-arrow-left:hover {
  color: #0c8b51;
}

.section-title-two-wrap {
  flex: 0 0 41.66%;
  margin-bottom: 50px;
}

.section-title-two-wrap.mb60 {
  margin-bottom: 60px;
}

.section-title-two-wrap.mb0 {
  margin-bottom: 0;
}

.testimonial-quote-icon {
  text-align: center;
  background-color: #ebf5f1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.testimonial-quote-icon.mb-0 {
  margin-bottom: 0;
}

.testimonial-slider-dot {
  display: none;
}

.html-embed-3 {
  color: #0c8b51;
  width: 30px;
  height: 30px;
}

.testimonial-quote-and-rate {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.section-label-text-2 {
  color: #07294d;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

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

.testimonial-left-arrow {
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 20px;
  margin: 0;
  position: absolute;
  inset: auto 70px 0% auto;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.testimonial-author-designation {
  font-size: 16px;
  line-height: 16px;
}

.testimonial-image-wrap {
  flex: 0 0 50%;
}

.testimonial-image-wrap.align-self-end {
  align-self: flex-end;
}

.long-arrow-right {
  color: #393939;
  width: 52px;
  height: 19px;
  line-height: 1px;
  transition: all .3s;
}

.long-arrow-right:hover {
  color: #0c8b51;
}

.testimonial-with-slider-section {
  padding-bottom: 100px;
}

.testimonial-with-slider-section.pt130 {
  padding-top: 100px;
}

.testimonial-right-arrow {
  width: 52px;
  height: 19px;
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 0% 0% auto;
}

.testimonial-content-area {
  flex: 0 0 50%;
}

.rating-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.testimonial-rating-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: none;
}

.single-testimonial-card {
  background-color: #f6f7fb;
  border-radius: 6px;
  padding: 35px 22px;
}

.single-testimonial-card.color-transparent {
  background-color: #0000;
}

.single-testimonial-card.color-transparent.padding-0 {
  padding: 0;
}

.rating-icon {
  color: #0c8b51;
  width: 16px;
}

.display-14 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.event-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-grid-wrap {
  margin-top: 54px;
}

.event-grid-wrap.mt0 {
  margin-top: 0;
}

.event-list-section {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.event-list-section.pt130 {
  padding-top: 100px;
}

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

.section-title-two-excerpt.text-white {
  color: #fff;
}

.newsletter-section {
  background-color: #07294d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text {
  color: #fff;
}

.button-primary-4 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-4:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.button-primary-4.newsletter-button {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.newsletter-wrap {
  border-radius: 6px;
  justify-content: center;
  display: flex;
  position: relative;
}

.input-field {
  background-color: #fff;
  border: 1px #0000;
  border-radius: 50px;
  margin-bottom: 0;
}

.newsletter-form-wrap {
  max-width: 476px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.course-cate-link {
  color: #0c8b51;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.course-cate-label, .course-cate {
  color: var(--body-color);
}

.course-price-wrap {
  border-bottom: 1px solid #c6c6c6;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.course-label-value {
  font-weight: 500;
}

.course-label-value.fw600 {
  font-weight: 600;
}

.course-title-link {
  text-decoration: none;
}

.course-price-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #07294d;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}

.course-label {
  font-weight: 500;
}

.course-label.fw600 {
  font-weight: 600;
}

.course-image-link {
  display: block;
}

.course-image-link.white {
  background-color: var(--white-color);
}

.course-content {
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 24px 20px;
}

.course-rate-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.link-button-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #393939;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-button-4:hover {
  color: #0c8b51;
}

.course-title-wrap {
  margin-bottom: 6px;
}

.course-thumb {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.course-rate-action-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.course-duration-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
}

.course-duration-block.akcija {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.course-image {
  border-radius: 6px;
  width: 100%;
}

.course-image.border-radius-0 {
  border-radius: 0;
  max-width: 300%;
}

.course-image.border-radius-0.max-width-300 {
  object-fit: scale-down;
  max-width: 100%;
  max-height: 250px;
  padding-top: 15px;
}

.single-department-block {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 40px;
  transition: all .3s;
  box-shadow: 0 4px 12px 4px #f2f2f2;
}

.single-department-block:hover {
  transform: translate(0, -5px);
}

.single-department-block.maxwidth {
  max-width: 100%;
}

.single-department-block.block {
  display: block;
  position: relative;
}

.cate-icon-block {
  margin-bottom: 12px;
}

.category-link {
  text-decoration: none;
  transition: all .3s;
}

.category-link:hover {
  color: #0c8b51;
}

.course-number-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.link-button-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #393939;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-button-5:hover {
  color: #0c8b51;
}

.event-label-text.broj {
  font-size: 16px;
}

.event-title-link {
  text-decoration: none;
}

.single-event {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f6f7fb;
  border-radius: 6px;
  align-items: center;
  padding: 16px;
  display: flex;
}

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

.single-event.white-bg.porudzbine {
  padding-top: 10px;
  padding-bottom: 10px;
}

.event-title-wrap.flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
}

.event-list-content.porudzbinee {
  width: 100%;
}

.event-image-wrap {
  border-radius: 10px;
  flex: 0 0 150px;
  height: 150px;
  overflow: hidden;
}

.event-list-meta-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0c8b51;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.event-meta-separator {
  background-color: #0c8b51;
  width: 1px;
  height: 12px;
}

.link-button-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #393939;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-button-6:hover {
  color: #0c8b51;
}

.link-button-6.large-big-button {
  color: #07294d;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.link-button-6.large-big-button:hover {
  color: #0c8b51;
}

.link-button-6.large-big-button.mobile-show {
  display: none;
}

.link-button-6.blog-button-color {
  color: #7a7a7a;
  display: flex;
}

.link-button-6.porudzbine {
  justify-content: flex-start;
  align-items: center;
}

.event-lable-value {
  font-weight: 500;
}

.event-lable-value.broj {
  font-size: 18px;
}

.event-venue-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.event-image {
  border-radius: 10px;
  width: 100%;
}

.event-short-desc {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
}

.event-short-desc.porudzbina {
  font-size: 16px;
  line-height: 1.1;
}

.display-21 {
  line-height: 1.2;
}

.display-21.color-secondary {
  color: #07294d;
}

.display-21.color-secondary.font-tb-38 {
  font-size: 58px;
}

.button-primary-5 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-5:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.paragraph-small-4 {
  font-size: 16px;
  line-height: 26px;
}

.about-particle-image {
  z-index: 1;
  position: absolute;
  inset: 0% -24px -20px auto;
}

.about-image {
  z-index: 9;
  flex: 0 0 50%;
  position: relative;
}

.display-22 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-22.mb5 {
  margin-bottom: 5px;
}

.about-circle-shape {
  z-index: -2;
  background-color: #ebf5f1;
  border-radius: 100%;
  width: 405px;
  height: 405px;
  position: absolute;
  bottom: -74px;
  left: -12px;
}

.testimonial-section {
  background-color: #07294d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-thumb-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-three-hero-section {
  z-index: 99;
  background-color: #1e1e1ed9;
  background-image: url('../images/contact-image_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 780px;
  display: flex;
  position: relative;
}

.hero-statistics {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-23 {
  line-height: 1.2;
}

.display-23.text-white {
  color: #fff;
}

.statistics-label {
  font-weight: 500;
  line-height: 18px;
}

.statistics-label.text-white {
  color: #fff;
}

.statistics-label.text-white.margin {
  margin-top: 30px;
}

.single-statistics.text-center {
  text-align: center;
}

.button-primary-7 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-7:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.button-primary-7.small {
  padding: 5px 10px;
  font-size: 14px;
}

.hero-content-wrap {
  text-align: center;
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-overlay {
  z-index: -1;
  background-color: #07294da6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.statistics-number {
  color: #07294d;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 800;
  line-height: 34px;
}

.statistics-number.text-white {
  color: #fff;
  font-weight: 700;
}

.display-24.mb-16 {
  white-space: normal;
  margin-bottom: 16px;
}

.display-24.mb-16.color-secondary {
  color: #07294d;
}

.paragraph-small-5 {
  font-size: 16px;
  line-height: 26px;
}

.display-25.mb-16 {
  white-space: normal;
  margin-bottom: 16px;
}

.display-25.mb-16.text-no-wrap {
  white-space: normal;
}

.display-26 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-26.mb5 {
  margin-bottom: 5px;
}

.display-27.mb-16 {
  white-space: normal;
  margin-bottom: 16px;
}

.display-27.mb-16.color-secondary {
  color: #07294d;
}

.display-28.mb-16 {
  white-space: normal;
  margin-bottom: 16px;
}

.display-28.mb-16.text-no-wrap {
  white-space: normal;
}

.display-28.mb-16.color-secondary {
  color: #07294d;
}

.display-28.text-white {
  color: #fff;
}

.display-28.color-secondary {
  color: #07294d;
  font-size: 38px;
  line-height: 48px;
}

.display-28.color-secondary.mb24 {
  margin-bottom: 24px;
}

.display-28.color-secondary.fz28 {
  font-size: 28px;
  line-height: 40px;
}

.display-28.color-secondary.align-center {
  text-align: center;
}

.display-28.mb35 {
  margin-bottom: 35px;
}

.display-28.mb35.color-secondary {
  color: #07294d;
  white-space: normal;
}

.heading-3 {
  font-size: 22px;
  font-weight: 700;
}

.product-grid-wrap {
  margin-top: 54px;
}

.product-grid-wrap.mt0 {
  margin-top: 0;
}

.product-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.product-image-wrap {
  text-align: center;
  background-color: #ebf5f1;
  border-radius: 6px;
  padding: 25px 20px;
  overflow: hidden;
}

.icon {
  background-color: #fff;
  background-image: url('../images/cart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  padding: 6px 7px;
  transition: all .3s;
}

.icon:hover {
  background-color: #0c8b51;
  background-image: url('../images/white_cart.svg');
  background-position: 50%;
  background-size: auto;
}

.price-text {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 18px;
}

.product-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 14px;
}

.product-content {
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 12px;
  display: flex;
}

.single-product {
  background-color: #f6f7fb;
  border-radius: 6px;
}

.product-link {
  color: #393939;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.display-29 {
  line-height: 1.2;
}

.display-29.color-secondary {
  color: #07294d;
}

.paragraph-small-6 {
  font-size: 16px;
  line-height: 26px;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.about-content-button-wrap {
  margin-top: 56px;
}

.display-30 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-30.mb5 {
  margin-bottom: 5px;
}

.funfact-section {
  background-color: #07294d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-funfact-wrap {
  text-align: center;
}

.funfact-text {
  color: #fff;
  line-height: 18px;
}

.display-31 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-31.funfact-number {
  font-size: 34px;
  font-weight: 800;
  line-height: 34px;
}

.display-31.funfact-number.text-white {
  color: #fff;
}

.gallery-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.gallery-slider-right-arrow {
  display: none;
}

.gallery-feature-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.gallery-slider-dot {
  border-radius: 6px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 16px;
  position: static;
}

.gallery-slider-dot.small-size {
  font-size: 14px;
  line-height: 14px;
}

.gallery-feature-content-wrap {
  flex: 0 0 50%;
  padding-left: 35px;
}

.gallery-slider {
  background-color: #0000;
  height: 100%;
  min-height: 100%;
}

.gallery-slider.mr48 {
  margin-left: 48px;
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid.align-item-center {
  align-items: center;
}

.gallery-image {
  border-radius: 6px;
  width: 100%;
}

.gallery-image.border-right-bottom0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gallery-title-wrap {
  padding-bottom: 40px;
}

.gallery-slider-left-arrow {
  display: none;
}

.gallery-slider-wrap {
  background-color: #f6f7fb;
  border-radius: 6px;
  padding-top: 55px;
  padding-bottom: 40px;
  padding-left: 130px;
  position: relative;
}

.watermark-text {
  color: #d6d6d6;
  text-align: center;
  letter-spacing: .5em;
  width: 436px;
  height: 48px;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  position: absolute;
  inset: 38% auto auto -23%;
  transform: rotate(-90deg);
}

.gallery-image-wrap {
  flex: 0 0 50%;
  padding-right: 35px;
}

.gallery-image-wrap.mr0 {
  padding-right: 0;
}

.gallery-content-wrap {
  max-width: 566px;
}

.display-32 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.team-section {
  padding-bottom: 100px;
}

.team-section.pt130 {
  padding-top: 100px;
}

.teacher-grid-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-33 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.teacher-name-link {
  text-decoration: none;
}

.teacher-grid {
  background-color: #f6f7fb;
  border-radius: 6px;
  overflow: hidden;
}

.teacher-image-link {
  width: 100%;
}

.teacher-content {
  padding: 15px 24px;
}

.teacher-thumb {
  text-align: center;
  background-color: #ebf5f1;
  overflow: hidden;
}

.display-34 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-34.mb5 {
  margin-bottom: 5px;
}

.teacher-job-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.display-35 {
  line-height: 1.2;
}

.display-35.color-secondary {
  color: #07294d;
}

.paragraph-small-7 {
  font-size: 16px;
  line-height: 26px;
}

.paragraph-small-7.max-width-500 {
  max-width: 600px;
  margin: 30px auto 50px;
}

.image-shape {
  z-index: -1;
  background-color: #f6f7fb;
  width: 523px;
  height: 588px;
  position: absolute;
  inset: 0% 0% auto;
}

.display-36 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-36.mb5 {
  margin-bottom: 5px;
}

.font16 {
  font-size: 16px;
  line-height: 24px;
}

.gallery-image-slider {
  z-index: 99;
  position: relative;
}

.gallery-image-shape {
  z-index: -1;
  width: 380px;
  height: 450px;
  transform-style: preserve-3d;
  background-color: #f6f7fb;
  border-radius: 6px;
  position: absolute;
  inset: 50% auto 0% 0%;
  transform: perspective(120em)rotateX(0)rotateY(18deg)rotateZ(0)translate(0, -50%);
}

.display-37 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-38 {
  line-height: 1.2;
}

.display-38.color-secondary {
  color: #07294d;
}

.display-38.color-secondary.orkup {
  margin-bottom: 20px;
  font-size: 48px;
}

.display-39 {
  line-height: 1.2;
}

.display-39.color-secondary {
  color: #07294d;
}

.notice-except {
  font-size: 16px;
}

.notice-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-notice {
  margin-bottom: 64px;
}

.notice-title-wrap {
  margin-bottom: 14px;
}

.display-40 {
  line-height: 1.2;
}

.display-40.color-secondary {
  color: #07294d;
}

.paragraph-small-8 {
  font-size: 16px;
  line-height: 26px;
}

.paragraph-small-8.phone {
  display: block;
}

.display-41 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-41.mb5 {
  margin-bottom: 5px;
}

.input {
  color: #07294d;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 0;
  padding: 16px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.input:focus, .input.-wfp-focus {
  border: 1px solid #0c8b51;
}

.input.fw400 {
  margin-bottom: 30px;
  font-weight: 400;
}

.input.mb20 {
  margin-bottom: 20px;
}

.input.mb20.hide {
  display: none;
}

.contact-form-section {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-section.position-reletive {
  position: relative;
}

.contact-form-section.position-reletive.white-bg {
  background-color: #fff;
}

.contact-form-wrap {
  width: 100%;
  max-width: 744px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-wrap.ml0 {
  margin-left: 0;
}

.button-primary-8 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-8:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.contact-form {
  text-align: center;
}

.input-50 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-textarea {
  color: #07294d;
  border-radius: 30px;
  min-height: 328px;
  margin-bottom: 40px;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.contact-textarea.fw400 {
  font-weight: 400;
}

.display-42 {
  line-height: 1.2;
}

.display-42.color-secondary {
  color: #07294d;
}

.button-primary-9 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-9:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.input-51 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-small-9 {
  font-size: 16px;
  line-height: 26px;
}

.display-43 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-43.mb5 {
  margin-bottom: 5px;
}

.display-44 {
  line-height: 1.2;
}

.display-44.color-secondary {
  color: #07294d;
}

.display-45 {
  line-height: 1.2;
}

.display-45.color-secondary {
  color: #07294d;
}

.event-title {
  transition: all .3s;
}

.event-title:hover {
  color: #0c8b51;
}

.event-title._22px {
  word-break: break-all;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
}

.display-46 {
  line-height: 1.2;
}

.display-46.color-secondary {
  color: #07294d;
}

.event-tab-link {
  color: #07294d;
  background-color: #0000;
  border: 1px solid #d6d6d6;
  border-radius: 100px;
  padding: 16px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  transition: all .3s;
}

.event-tab-link.w--current {
  color: #fff;
  border-color: #0c8b51;
}

.event-tab-link._1, .event-tab-link._1.w--current {
  background-color: var(--na-cekanju);
}

.event-tab-link._1.w--current:lang(en) {
  color: #fff;
}

.event-tab-link._2 {
  background-color: var(--red);
  color: var(--white-color);
}

.event-tab-link._2:lang(en) {
  background-color: #ff1010;
}

.event-tab-link._3 {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.event-tab-link._4 {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.event-tab-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.display-47 {
  line-height: 1.2;
}

.display-47.color-secondary {
  color: #07294d;
}

.default-state {
  flex-flow: column;
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.short-filter-submenu-list {
  z-index: 99;
  inset: 20% 0% auto;
}

.short-filter-submenu-list.w--open {
  z-index: 99;
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 0 1px #4444441c;
}

.dropdown-icon {
  color: #7a7a7a;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.short-filter-text {
  color: #7a7a7a;
}

.shop-filter-block {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
  position: relative;
}

.number-of-product-text {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 16px;
}

.short-filter-toggle {
  border-bottom: 1px solid #c6c6c6;
  justify-content: space-between;
  align-items: center;
  width: 192px;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.short-filter-submenu-link {
  color: #393939;
  height: 30px;
  padding-left: 18px;
  padding-right: 28px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.short-filter-submenu-link:hover {
  color: #fff;
  background-color: #0c8b51;
  text-decoration: none;
}

.display-48 {
  line-height: 1.2;
}

.display-48.color-secondary {
  color: #07294d;
}

.paragraph-small-10 {
  font-size: 16px;
  line-height: 26px;
}

.display-49 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-49.mb5 {
  margin-bottom: 5px;
}

.display-50, .display-51 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-52 {
  line-height: 1.2;
}

.display-52.color-secondary {
  color: #07294d;
}

.display-52.color-secondary.template {
  text-align: left;
}

.cs-banner-title-wrap {
  text-align: center;
  width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.course-banner-area {
  padding-top: 100px;
}

.course-banner-group-image {
  text-align: center;
  margin-top: 40px;
}

.category-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cate-link {
  color: #07294d;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.cate-link:hover {
  color: #0c8b51;
  text-decoration: none;
}

.display-54 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.course-pagination {
  margin-top: 55px;
}

.course-with-sidebar-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-banner-image {
  border-radius: 6px;
}

.sidebar-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.category-link-with-text {
  color: #393939;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.category-link-with-text:hover {
  color: #0c8b51;
  text-decoration: none;
}

.single-sidebar-item {
  background-color: #f6f7fb;
  flex: 0 0 326px;
  padding: 40px 30px;
}

.single-sidebar-item.mb40 {
  border-radius: 6px;
  margin-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
}

.single-sidebar-item.mb40.p-0 {
  padding: 0;
}

.single-sidebar-item.mb40.bg-white {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  top: 180px;
}

.single-sidebar-item.mb40.pb10 {
  padding-bottom: 10px;
}

.single-sidebar-item.mb40.pb16 {
  padding-bottom: 16px;
}

.heading-bullet {
  background-color: #0c8b51;
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.course-banner-image {
  width: 100%;
}

.course-sidebar-wrap {
  flex: 0 0 280px;
}

.course-sidebar-wrap.filter {
  width: 250px;
}

.display-56 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-57 {
  line-height: 1.2;
}

.display-57.color-secondary {
  color: #07294d;
}

.blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-meta-separator {
  background-color: #7a7a7a;
  width: 4px;
  height: 1px;
}

.blog-content-wrap {
  padding: 16px 20px 20px;
}

.single-blog {
  background-color: #f6f7fb;
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

.blog-meta-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.blog-meta-wrap.font24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}

.blog-title-link {
  color: #393939;
  text-decoration: none;
}

.blog-thumb {
  overflow: hidden;
}

.blog-date {
  color: #7a7a7a;
}

.blog-author-name-link {
  color: #7a7a7a;
  text-decoration: none;
  transition: all .3s;
}

.blog-author-name-link:hover {
  color: #0c8b51;
  text-decoration: none;
}

.blog-thumb-image {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.display-58 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-58.mb16 {
  margin-bottom: 16px;
}

.blog-image-link {
  width: 100%;
}

.display-59 {
  line-height: 1.2;
}

.display-59.color-secondary {
  color: #07294d;
}

.display-60 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-60.mb5 {
  margin-bottom: 5px;
}

.display-61 {
  line-height: 1.2;
}

.display-61.color-secondary {
  color: #07294d;
}

.event-details-sidebar {
  flex: 0 0 280px;
}

.table-heading {
  color: #fff;
  text-align: center;
  background-color: #0c8b51;
  border-right: 1px solid #d6d6d6;
  flex: 0 0 25%;
  padding: 20px 15px;
  font-weight: 600;
}

.table-heading.last-border-right-0 {
  border-right-style: none;
  border-right-width: 0;
}

.table-heading.width-50 {
  flex-basis: 50%;
}

.event-details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.event-meta {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.speaker-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-details-with-sidebar-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.event-schedule-table-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7fb;
  border: 1px solid #d6d6d6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.event-schedule-table-wrap.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.table-data {
  border-right: 1px solid #d6d6d6;
  flex: 0 0 25%;
  padding: 20px 15px;
  font-size: 16px;
  line-height: 22px;
}

.table-data.last-border-right-0 {
  border-right-style: none;
  border-right-width: 0;
}

.table-data.last-border-right-0.flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-basis: 0%;
  justify-content: center;
  align-items: center;
}

.table-data.width-50 {
  flex-basis: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.table-data.width-50.flex {
  flex-basis: 0%;
  justify-content: center;
  align-items: center;
}

.table-data.width-50.flex.knjige {
  display: block;
  overflow: auto;
}

.table-data.flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.event-speaker-title {
  margin-bottom: 20px;
}

.meta-separator {
  background-color: #393939;
  width: 1px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.event-thumb {
  margin-bottom: 40px;
}

.event-thumb.light-box {
  margin-top: 40px;
}

.event-thumb.light-box.flex {
  justify-content: center;
  align-items: center;
}

.event-schedule-title {
  margin-bottom: 20px;
}

.button-primary-10 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-10:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.event-sidebar-button {
  text-align: center;
}

.meta-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.event-post-body {
  margin-bottom: 32px;
}

.display-62 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-62.color-secondary {
  color: #07294d;
}

.event-schedule {
  margin-top: 30px;
}

.banner-image {
  border-radius: 6px;
  width: 100%;
}

.table-row {
  border-bottom: 1px solid #d6d6d6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.table-row.last-border-bottom-0 {
  border-right: 0 #000;
}

.display-63 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-64 {
  line-height: 1.2;
}

.display-64.color-secondary {
  color: #07294d;
}

.tab-menu {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 100px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 18px;
  transition: all .3s;
}

.tab-menu:hover, .tab-menu.w--current {
  color: #fff;
  background-color: #0c8b51;
  border-color: #0c8b51;
}

.sidbar-banner-image {
  border-radius: 6px;
  width: 100%;
}

.course-image-block {
  margin-bottom: 35px;
}

.course-details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.course-title-block {
  margin-bottom: 10px;
}

.course-tab-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 50px;
  display: flex;
}

.course-tab-wrapper {
  margin-top: 40px;
}

.course-meta-list {
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.course-meta-list.mb0 {
  margin-bottom: 0;
}

.course-details-content-block {
  flex: 0 auto;
}

.course-details-with-sidebar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.display-66 {
  line-height: 1.2;
}

.display-66.color-secondary {
  color: #07294d;
}

.blog-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #393939;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.blog-tag.font18 {
  font-size: 18px;
  line-height: 30px;
}

.blog-details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-details-with-sidebar-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.blog-tag-label-block {
  font-weight: 500;
}

.blog-title-block {
  margin-bottom: 20px;
}

.blog-details-sidebar {
  flex: 0 0 280px;
}

.blog-tag-link {
  color: #393939;
  text-decoration: none;
  transition: all .3s;
}

.blog-tag-link:hover {
  color: #0c8b51;
  text-decoration: none;
}

.blog-tag-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.display-67 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.category-link-with-text-2 {
  color: #393939;
  border: 1px #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.category-link-with-text-2:hover {
  color: #0c8b51;
  text-decoration: none;
}

.rc-blog-thumb {
  flex: 0 0 90px;
}

.rc-blog-title-link {
  color: #393939;
  text-decoration: none;
  transition: all .3s;
}

.rc-blog-title-link:hover {
  color: #0c8b51;
  text-decoration: none;
}

.blog-rc-item-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-bottom: 20px;
  display: flex;
}

.rc-blog-date {
  color: #0c8b51;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 14px;
}

.rc-blog-image, .rc-blog-image-link {
  border-radius: 6px;
}

.display-68 {
  margin-top: 0;
}

.display-69 {
  line-height: 1.2;
}

.display-69.color-secondary {
  color: #07294d;
}

.team-contact-info {
  margin-bottom: 25px;
}

.team-thumb-block {
  text-align: center;
  background-color: #ebf5f1;
  flex: 0 0 465px;
}

.social-link-block {
  color: #7a7a7a;
  transition: all .3s;
}

.social-link-block:hover {
  color: #fff;
}

.contact-info-label-text {
  font-weight: 600;
}

.social-icon-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.bio-text-block {
  max-width: 390px;
  margin-bottom: 30px;
}

.contact-info-value-text {
  color: #393939;
  text-decoration: none;
  transition: all .3s;
}

.contact-info-value-text:hover {
  color: #0c8b51;
}

.contact-info-value-text.fw500 {
  font-weight: 500;
}

.team-details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-tab-menu-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.single-social-item {
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
}

.single-social-item:hover {
  background-color: #0c8b51;
  border-color: #0c8b51;
}

.link-empty-text {
  display: none;
}

.team-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.label-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

.team-thumb {
  text-align: center;
}

.team-contact-title {
  margin-bottom: 10px;
}

.tema-tab-area {
  margin-top: 100px;
}

.team-position {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 30px;
  display: flex;
}

.display-70 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-70.color-secondary {
  color: #07294d;
}

.display-71 {
  line-height: 1.2;
}

.display-71.color-secondary {
  color: #07294d;
}

.display-72 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-73 {
  line-height: 1.2;
}

.display-73.color-secondary {
  color: #07294d;
}

.quantity-input {
  color: #000;
  text-align: center;
  border-radius: 20px;
  width: 100px;
  height: 44px;
  padding-right: 12px;
}

.product-content-wrap {
  flex: 1;
}

.product-details-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stock-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 15px;
  display: flex;
}

.product-tab-wrap {
  margin-top: 50px;
}

.product-action {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.price-label-text {
  margin-bottom: 5px;
}

.quantity-label-text {
  font-weight: 400;
}

.button-primary-11 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-11:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.regular-price-text {
  color: var(--primary-color);
  font-size: 24px;
}

.product-tab-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.price-value {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-weight: 600;
  display: flex;
}

.product-details-sidebar {
  flex: 0 0 260px;
}

.discount-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--primary-color);
  align-self: center;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.product-details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.product-details-with-sidebar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.product-thumb-block {
  text-align: center;
  background-color: #ebf5f1;
  flex: 0 0 300px;
}

.display-74 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-74.line-height-1 {
  margin-bottom: 0;
}

.regular-price-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  flex-flow: column;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.display-75 {
  line-height: 1.2;
}

.display-75.color-secondary {
  color: #07294d;
}

.shop-category-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.input-label {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 18px;
  display: none;
}

.input-label.dblock {
  display: block;
}

.input-label.dblock.hide {
  display: none;
}

.checkout-form-block {
  flex: 0 600px;
  margin-right: 0;
}

.checkbox {
  margin-top: 0;
}

.block-header {
  background-color: #ebf5f1;
  border-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.checkout-form.flex.align-item-start {
  align-items: flex-start;
}

.shipping-method {
  background-color: #0000;
}

.button-primary-12 {
  white-space: nowrap;
  vertical-align: baseline;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-12:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.button-primary-12.naruci {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.block-content {
  background-color: #ebf5f1;
  border: 1px #000;
  padding: 20px;
}

.order-summary-wrap {
  flex: 0 450px;
  position: sticky;
  top: 150px;
}

.mb20 {
  margin-bottom: 20px;
}

.display-76 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.checkout-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.display-77 {
  line-height: 1.2;
}

.display-77.color-secondary {
  color: #07294d;
}

.button-primary-13 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-13:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

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

.paypal-checkout-form.flex.align-item-start {
  align-items: flex-start;
}

.display-78 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.display-79 {
  line-height: 1.2;
}

.display-79.color-secondary {
  color: #07294d;
}

.order-confirmation-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.display-80 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.order-confirmation-wrap {
  background-color: #0000;
  padding: 0;
}

.order-confirmation-wrap.flex.align-item-start {
  align-items: flex-start;
  padding: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.button-primary-14 {
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #0c8b51;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-14:hover {
  background-color: #07294d;
  transform: translate3d(0, -3px, .01px);
}

.button-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

._404-not-found {
  font-size: 228px;
  font-weight: 700;
  line-height: 1em;
}

._404-not-found.color-secondary {
  color: #07294d;
  font-size: 64px;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-section {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
}

.error-section-inner {
  align-items: center;
  height: 100%;
  display: flex;
}

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

.password-image-wrap {
  background-color: var(--light-bg-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 206px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-81 {
  line-height: 1.2;
}

.display-81.color-secondary {
  color: #07294d;
}

.login-form-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.login-form-wrap {
  background-color: var(--light-bg-color);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 50px;
}

.form-header {
  text-align: center;
}

.signup-form-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.signup-form-wrap {
  background-color: var(--light-bg-color);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 50px;
}

.checkbox-label {
  text-decoration: none;
}

.display-82 {
  line-height: 1.2;
}

.display-82.color-secondary {
  color: #07294d;
}

.check-link-block {
  color: var(--body-color);
  text-decoration: none;
  transition: all .3s;
}

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

.cart-wrapper {
  z-index: 1111;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
}

.cart-container {
  z-index: 99999;
  background-color: var(--white-color);
  flex-flow: column;
  width: 50%;
  min-width: 320px;
  max-width: 480px;
  height: 100%;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.cart-header {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.close-button {
  padding: 10px;
}

.cart-form-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.cart-list {
  flex: 1;
  padding: 16px 24px;
  overflow: auto;
}

.cart-item-template {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.cart-image {
  width: 130px;
  height: 0%;
}

.cart-footer {
  flex-flow: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.empty-state-cart {
  text-align: center;
  display: none;
}

.finweet-search {
  border-radius: 50px;
  height: 60px;
}

.search-wrapper-v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.text-18 {
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 1.2;
}

.cena {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
}

.cena.akcija {
  color: var(--red);
  font-weight: 600;
  text-decoration: line-through;
}

.cena.has-discount {
  color: var(--red);
  text-decoration: line-through;
}

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

.image {
  width: 100%;
}

.filter_form_block {
  width: 18rem;
  margin-bottom: 0;
}

.filter_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem;
  display: grid;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #242424;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_search {
  color: #b9fd3b;
  background-color: #242424;
  background-image: url('../images/search-icon-white.svg');
  background-position: 16px 52%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 3.25rem;
  font-size: 1rem;
}

.filter_block_header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.filter_block_title {
  font-size: 1.125rem;
  font-weight: 600;
}

.fs-checkbox-5_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-checkbox-5_wrapper {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs-checkbox-5_dot {
  z-index: 2;
  background-color: #a1a1a1;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.fs-checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs-checkbox-5_button:focus-visible, .fs-checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-checkbox-5_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs-checkbox-5_mask {
  z-index: 1;
  opacity: 1;
  background-color: #4c4c4c;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.filter_clear {
  color: #a1a1a1;
  background-color: #414141;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .25rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.filter_clear:hover {
  background-color: #4c4c4c;
}

.filter_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.filter_list.is-1-col {
  grid-template-columns: 1fr;
}

.radio_field {
  color: #b7b7b7;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.radio_field:hover {
  color: #e1e1e1;
}

.radio_field.is-list-emptyfacet {
  opacity: .5;
}

.radio_button {
  border: 2px solid #4c4c4c;
  border-radius: 999rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  outline-offset: -1px;
  background-color: #b9fd3b80;
  background-image: none;
  border-width: 4px;
  border-color: #242424;
  outline: 2px solid #b9fd3b;
  box-shadow: 1px 1px 3px #0000;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
}

.radio_button.w--redirected-focus-visible {
  outline-offset: 3px;
  outline: 2px solid #b9fd3b;
}

.radio_color {
  border-radius: .25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  margin-right: .5rem;
}

.radio_color.is-black {
  background-color: #000;
  margin-right: .5rem;
}

.radio_color.is-white {
  background-color: #fff;
}

.radio_color.is-gray {
  background-color: #8d8c8c;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-cream {
  background-color: #ffe198;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-yellow {
  background-color: #f0c435;
  background-image: linear-gradient(#0000001f, #ffffff26);
}

.radio_color.red {
  background-color: #e05058;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-green {
  background-color: #43a247;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
}

.filter_facet-count {
  margin-left: auto;
  font-size: .875rem;
}

.option-results {
  color: #6e30f7;
  display: none;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.filter_select {
  color: #fff;
  cursor: pointer;
  background-color: #414141;
  border: 1px #000;
  border-radius: .25rem;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 1rem 1.5rem;
  display: block;
  position: relative;
}

.rangeslider_track {
  background-color: #4c4c4c;
  border-radius: 999rem;
  width: 96%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #b9fd3b;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: #b9fd3b;
  width: 1.2rem;
  height: 1.2rem;
}

.rangeslider_fill {
  background-color: #b9fd3b;
  width: 20%;
  height: 100%;
  position: absolute;
}

.rangeslider_input {
  display: none;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.filter_clear-all {
  color: #a1a1a1;
  text-align: center;
  background-color: #414141;
  border-radius: .25rem;
  padding: .75rem 1rem;
  text-decoration: none;
}

.filter_clear-all:hover {
  background-color: #4c4c4c;
}

.text-size-18 {
  font-size: 18px;
  line-height: 1.3;
}

.kategorija {
  max-height: 500px;
  overflow: auto;
}

.filter-prozor {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
  overflow: auto;
}

.filter-prozor.pretraga {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.checkbox-2 {
  margin-top: 9px;
  margin-left: 0;
  margin-right: 5px;
}

.checkbox-2.pretraga {
  margin-top: 0;
}

.radio-button {
  margin-top: 7px;
}

.nav-top-link {
  margin-right: 0;
  padding: 5px;
}

.customer-info, .shipping-adress, .order-summary {
  margin-bottom: 20px;
}

.rado-button-field {
  margin-top: 10px;
  padding-left: 20px;
}

.cart-close {
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.add-to-cart-2 {
  background-color: var(--primary-color);
  color: var(--white-color);
  white-space: nowrap;
  transform-style: preserve-3d;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.add-to-cart-2:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  transform: translate3d(0, -3px, .01px);
}

.add-to-cart-2.small {
  cursor: pointer;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 14px;
}

.add-to-cart-2.large {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.add-to-cart-2.width-100 {
  width: 100%;
}

.add-to-cart-2.korpa {
  text-align: center;
  display: block;
}

.link-text-copy {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.book-image {
  object-fit: scale-down;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  max-height: 250px;
  padding-top: 15px;
}

.filter-checkbox {
  padding-left: 5px;
}

.filter-checkbox.pretraga {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.filter-checkbox.pretraga.is-list-emptyfacet {
  opacity: .6;
}

.filter-item {
  font-size: 15px;
  font-weight: 500;
}

.filter-item.pretraga {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.book-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.order-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
}

.order-item-name {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.order-item-price, .order-total-price {
  font-weight: 600;
}

.order-total-line {
  border-top: 1px solid #000;
  margin-top: 5px;
  padding-top: 10px;
}

.empty-state-text {
  color: var(--footer-bg-color);
  font-weight: 500;
}

.error-mesage-wrapper {
  margin-top: 10px;
  display: none;
}

.text-block-2 {
  color: var(--white-color);
  text-align: center;
  background-color: #f17474;
  border-radius: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.order-list {
  flex-flow: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.ordder-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 300px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.light-box {
  width: 100%;
}

.status-text {
  font-size: 16px;
  font-weight: 500;
}

.status-circle {
  border-radius: 50px;
  width: 45px;
  height: 45px;
}

.status-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.porudybine {
  margin-bottom: 50px;
}

._22px {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.porudzbina-info-wrapp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slika-porudzbine {
  object-fit: contain;
  width: 300px;
  height: 300px;
}

.lightbox-porudzbine {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.status-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.status-dropdown {
  font-family: Claritycity, sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.status-dropdown.status {
  padding: 15px;
}

.status-option {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hidden {
  display: none;
}

.naslov-templejt {
  text-align: left;
  font-size: 48px;
  line-height: 1.2;
}

.skola-templejt-paragraf {
  text-align: left;
}

.akcija {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

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

.text-block-4 {
  color: var(--primary-color);
}

.text-block-5 {
  color: var(--primary-color);
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.2;
}

.akcija-fleks {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state {
  background-color: var(--white-color);
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-bar-info {
  margin-bottom: 30px;
}

.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.pagination.skola {
  display: flex;
}

.hide {
  display: none;
}

.pagination-button {
  background-color: var(--light-bg-color);
  border-radius: 16px;
}

.pagination-count {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 16px;
  margin-right: 5px;
  padding: 10px 20px;
}

.dots {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 16px;
  padding: 10px 20px;
  font-size: 25px;
}

.pagination-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.clear-filter {
  color: #000;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  padding: 5px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.faset {
  color: #999;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  margin-left: auto;
  padding: 5px 5px 2px;
  font-size: 15px;
  line-height: 1.2;
}

.akcijska-cena-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.3;
  display: none;
}

.button {
  background-color: var(--primary-color);
  width: 100%;
  color: var(--white-color);
  white-space: nowrap;
  transform-style: preserve-3d;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  display: inline-block;
  transform: translate3d(0, 0, .01px);
}

.button:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  transform: translate3d(0, -3px, .01px);
}

.collection-list-wrapper {
  max-height: 250px;
  overflow: auto;
}

.none {
  display: none;
}

.wraper-filter {
  max-height: 300px;
  overflow: auto;
}

.js-site-search-input {
  border-radius: 50px;
  height: 60px;
}

.js-site-search-btn {
  background-color: var(--primary-color);
  width: 100%;
  color: var(--white-color);
  white-space: nowrap;
  transform-style: preserve-3d;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  display: inline-block;
  transform: translate3d(0, 0, .01px);
}

.js-site-search-btn:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  transform: translate3d(0, -3px, .01px);
}

.h4 {
  color: var(--body-color);
  font-size: 20px;
  line-height: 1.2;
}

.klik {
  width: 45px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.korpa {
  color: var(--body-color);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.serach-paragraf {
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .container-default {
    max-width: 1200px;
  }

  .flex.space-between.align-item-center {
    align-items: center;
  }

  .footer-top-area {
    padding-top: 140px;
    padding-bottom: 115px;
  }

  .section-excerpt.max-width-448 {
    max-width: 448px;
  }

  .style-guide-title {
    font-size: 64px;
    line-height: 72px;
  }

  .section-title-block.text-left.max-width-471 {
    width: 100%;
    max-width: 471px;
  }

  .section-title-block.text-left.max-width-448 {
    max-width: 448px;
  }

  .display-5.mb-16, .display-7.mb-16 {
    white-space: nowrap;
    object-fit: fill;
    overflow: visible;
  }

  .licenses-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-item-image-wrap {
    flex-basis: 58.31%;
    right: 160px;
  }

  .display-10.color-secondary.font-tb-38 {
    font-size: 64px;
  }

  .shape.shape-2 {
    width: 60px;
    inset: auto 10px 22px auto;
  }

  .shape.shape4 {
    right: 10px;
  }

  .shape.shape1 {
    width: 60px;
    top: 40px;
    left: 20px;
  }

  .shape.shape3 {
    width: 80px;
    top: auto;
    bottom: 74px;
    left: 10px;
  }

  .shape.shape5 {
    width: 80px;
    top: auto;
    bottom: 35px;
    left: 550px;
  }

  .home-two-hero-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .department-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .display-11.mb-16 {
    white-space: nowrap;
    object-fit: fill;
    overflow: visible;
  }

  .department-category-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .course-slider-item {
    max-width: 23%;
  }

  .display-12.mb-16 {
    white-space: nowrap;
    object-fit: fill;
    overflow: visible;
  }

  .display-12.color-secondary {
    font-size: 48px;
    line-height: 60px;
  }

  .display-12.color-secondary.mb24 {
    margin-bottom: 24px;
  }

  .course-grid-slider-section, .brand-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .brand-section.pt130 {
    padding-top: 130px;
  }

  .brand-logo-image {
    margin-right: 120px;
  }

  .call-text {
    max-width: 740px;
  }

  .button-primary-3.hover-color-no-change:hover {
    background-color: #0c8b51;
  }

  .badge-wrap {
    position: absolute;
    inset: auto auto 74px -34px;
  }

  .about-font-image {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .about-font-image.position-static {
    position: static;
  }

  .about-font-image.width100 {
    width: 100%;
    height: 100%;
  }

  .about-font-image.width100.position-static {
    position: static;
  }

  .home-about-section {
    padding-top: 130px;
  }

  .home-about-section.pb-130 {
    padding-bottom: 130px;
  }

  .home-about-section.pb-130.pt130 {
    padding-top: 130px;
  }

  .about-content {
    flex: 0 0 50%;
    padding-left: 120px;
  }

  .about-content.about-content-two {
    flex-basis: 50%;
    padding-bottom: 25px;
  }

  .about-content.about-content-two.pl90 {
    padding-left: 90px;
  }

  .about-content.about-content-two.pr90 {
    padding-right: 90px;
  }

  .about-image-two {
    flex-basis: 50%;
    padding-top: 70px;
    padding-left: 140px;
  }

  .about-image-two.pl0.pt0.mln55.mrn55 {
    margin-left: -50px;
    margin-right: -55px;
  }

  .course-grid-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
  }

  .course-grid-list.course-grid-three {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .course-grid-section {
    padding-top: 90px;
    padding-bottom: 140px;
  }

  .max-width-563 {
    max-width: 563px;
  }

  .section-title-two-wrap.mb0 {
    margin-bottom: 0;
  }

  .testimonial-with-slider-section {
    padding-bottom: 140px;
  }

  .testimonial-with-slider-section.pt130 {
    padding-top: 120px;
  }

  .single-testimonial-card {
    padding: 48px 29px;
  }

  .single-testimonial-card.color-transparent.padding-0 {
    max-width: 508px;
  }

  .event-list {
    grid-template-columns: 1fr 1fr;
  }

  .event-list-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .event-list-section.pt130 {
    padding-top: 130px;
  }

  .newsletter-content-wrap {
    text-align: center;
    max-width: 597px;
  }

  .newsletter-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .newsletter-wrap {
    align-items: center;
  }

  .course-title-link {
    text-decoration: none;
  }

  .single-department-block {
    padding-left: 38px;
    padding-right: 38px;
  }

  .display-21.color-secondary.font-tb-38 {
    font-size: 64px;
  }

  .about-particle-image {
    right: -66px;
  }

  .about-image {
    flex: 0 0 50%;
  }

  .testimonial-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .display-24.mb-16, .display-25.mb-16, .display-27.mb-16, .display-28.mb-16 {
    white-space: nowrap;
    object-fit: fill;
    overflow: visible;
  }

  .display-28.color-secondary {
    font-size: 48px;
    line-height: 60px;
  }

  .display-28.color-secondary.mb24 {
    margin-bottom: 24px;
  }

  .display-28.mb35.color-secondary {
    white-space: nowrap;
  }

  .product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-section, .about-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .gallery-section {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .gallery-slider {
    padding-left: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .watermark-text {
    font-size: 48px;
  }

  .gallery-image-wrap.mr0 {
    padding-right: 33px;
  }

  .team-section {
    padding-bottom: 130px;
  }

  .team-section.pt130 {
    padding-top: 130px;
  }

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

  .job-title-text, .department {
    white-space: nowrap;
  }

  .image-shape {
    position: absolute;
    inset: 0% 0% auto;
  }

  .gallery-image-shape {
    width: 437px;
    height: 577px;
  }

  .notice-section, .contact-form-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contact-right-image {
    margin-right: 0;
  }

  .course-banner-area {
    padding-top: 130px;
  }

  .course-with-sidebar-wrap {
    grid-template-columns: 1fr 3fr;
  }

  .course-sidebar-wrap {
    flex-basis: 326px;
  }

  .blog-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event-details-sidebar {
    flex-basis: 326px;
  }

  .event-details-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .event-meta {
    font-size: 18px;
    line-height: 30px;
  }

  .speaker-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event-details-with-sidebar-wrap {
    align-items: flex-start;
  }

  .event-sidebar-button {
    text-align: center;
  }

  .meta-item {
    font-size: 24px;
    line-height: 34px;
  }

  .banner-image {
    width: 100%;
  }

  .course-details-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-tag {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-details-with-sidebar-wrap {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .blog-details-sidebar {
    flex-basis: 326px;
  }

  .team-thumb-block {
    flex-basis: 458px;
  }

  .bio-text-block {
    max-width: 390px;
  }

  .team-details-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .team-content-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .tema-tab-area {
    margin-top: 130px;
  }

  .quantity-input {
    text-align: center;
    border-radius: 20px;
    width: 100px;
    height: 36px;
    padding-right: 12px;
  }

  .product-content-wrap {
    flex: 1;
  }

  .stock-wrap {
    margin-bottom: 20px;
  }

  .product-tab-wrap {
    margin-top: 70px;
  }

  .product-action {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .quantity-label-text {
    font-weight: 400;
  }

  .product-details-sidebar {
    flex-basis: 260px;
  }

  .product-summary-block {
    margin-top: 6px;
  }

  .product-thumb-block {
    flex-basis: 435px;
  }

  .product-price-block {
    margin-bottom: 24px;
  }

  .regular-price-block {
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .input-label {
    display: none;
  }

  .checkout-form.flex.align-item-start {
    justify-content: center;
    align-items: flex-start;
  }

  .checkout-section, .order-confirmation-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .login-form-section, .signup-form-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .book-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
}

@media screen and (min-width: 1440px) {
  .section-excerpt.max-width-687 {
    max-width: 687px;
  }

  .hero-item-image-wrap {
    right: 180px;
  }

  .shape.shape-2 {
    width: 60px;
    inset: auto 20px 100px auto;
  }

  .shape.shape4 {
    width: 120px;
    top: 50px;
    left: auto;
    right: 20px;
  }

  .shape.shape1 {
    width: 60px;
    top: 160px;
    left: 20px;
  }

  .shape.shape3 {
    width: 120px;
    inset: auto auto 74px 10px;
  }

  .shape.shape5 {
    width: 120px;
    inset: auto 0% 35px 550px;
  }

  .home-two-hero-section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .gallery-grid {
    grid-template-columns: 800px 1fr;
    align-items: center;
  }

  .gallery-grid.align-item-center.width-1fr {
    grid-template-columns: 1fr 1fr;
  }

  .watermark-text {
    left: -21%;
  }

  .contact-image {
    left: -50px;
  }
}

@media screen and (min-width: 1920px) {
  .flex.space-between.align-item-stretch {
    align-items: flex-end;
  }

  .section-title-block.text-center.max-width-808 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-item-image-wrap {
    right: 215px;
  }

  .shape {
    inset: 160px auto auto 70px;
  }

  .shape.shape-2 {
    width: 100px;
    inset: auto 70px 100px auto;
  }

  .shape.shape4 {
    inset: 50px 72px auto auto;
  }

  .shape.shape1 {
    width: 111px;
  }

  .shape.shape3 {
    inset: auto auto 74px 52px;
  }

  .shape.shape5 {
    inset: auto 0% 35px 700px;
  }

  .gallery-feature-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-slider-dot.small-size {
    font-size: 14px;
    line-height: 14px;
  }

  .watermark-text {
    letter-spacing: .9em;
    top: 43%;
    left: -19%;
  }

  .max-width-520 {
    max-width: 520px;
  }

  .contact-form-section.position-reletive {
    overflow: hidden;
  }

  .contact-right-image {
    margin-right: -366px;
  }

  .contact-form-left-wrap.max-width-100.lg-width-800 {
    flex: 0 0 800px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #ebf5f1;
  }

  .dropdown-toggle {
    flex-direction: row;
    display: flex;
  }

  .container-default {
    max-width: 720px;
  }

  .menu-button {
    color: #393939;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link-dropdown {
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
  }

  .header-navigation-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .flex.space-between {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .dropdown-menu-list.w--open {
    left: -78px;
  }

  .dropdown-menu-link {
    text-align: right;
  }

  .menu-dropdown-arrow-icon {
    margin: 0;
  }

  .mobile-menu-icon-bar {
    color: #393939;
    width: 50px;
    height: 50px;
    transition: color .3s;
  }

  .mobile-menu-icon-bar:hover {
    color: #0c8b51;
  }

  .footer-widget-card.vertical-center {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .footer-top-area {
    padding-top: 80px;
    padding-bottom: 55px;
  }

  .style-guide-sidebar {
    flex-shrink: 0;
    flex-basis: 100%;
    height: auto;
    min-height: auto;
    padding-top: 60px;
    position: static;
  }

  .style-guide-content {
    flex: 0 0 100%;
    margin-left: 0;
  }

  .display-2 {
    font-size: 36px;
    line-height: 46px;
  }

  .section-excerpt {
    text-align: center;
  }

  .style-guide-content-wrapper {
    padding: 60px 30px;
  }

  .section-title-block.text-left.max-width-448 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .style-guide-header {
    padding: 60px 20px;
  }

  .link-text.otkup {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-style-guide {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-5 {
    font-size: 36px;
    line-height: 46px;
  }

  .breadcrumb-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .display-7 {
    font-size: 36px;
    line-height: 46px;
  }

  .licenses-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-item-image-wrap {
    right: 20px;
  }

  .display-10 {
    font-size: 54px;
    line-height: 62px;
  }

  .display-10.color-secondary.font-tb-38 {
    font-size: 38px;
    line-height: 48px;
  }

  .display-10.color-secondary.font-tb-38.hero {
    font-size: 40px;
  }

  .hero-item-content.max-width-490 {
    max-width: 405px;
  }

  .excerpt-big {
    font-size: 18px;
    line-height: 20px;
  }

  .excerpt-big.line-height-34.max-width-490 {
    max-width: 350px;
  }

  .excerpt-big.line-height-34.max-width-490.ml0 {
    margin-left: 0;
  }

  .hero-excerpt-wrap {
    margin-bottom: 25px;
  }

  .hero-icon-block {
    margin-bottom: 24px;
  }

  .hero-title-wrap {
    margin-bottom: 20px;
  }

  .home-two-hero-image {
    width: 350px;
  }

  .shape.shape-2 {
    width: 60px;
    bottom: 20px;
  }

  .shape.shape1 {
    width: 60px;
    top: 10px;
    left: 150px;
  }

  .shape.shape5 {
    left: 300px;
  }

  .department-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .title-wrap {
    flex-flow: column;
  }

  .display-11 {
    font-size: 36px;
    line-height: 46px;
  }

  .department-category-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .course-slider-item {
    max-width: 47.85%;
  }

  .display-12 {
    font-size: 36px;
    line-height: 46px;
  }

  .display-12.mb-16.color-secondary {
    text-align: center;
  }

  .course-grid-slider-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brand-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brand-section.pt130 {
    padding-top: 80px;
  }

  .brand-logo-image {
    margin-right: 40px;
  }

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

  .badge-wrap {
    bottom: 40px;
    left: -10px;
  }

  .home-about-section {
    padding-top: 80px;
  }

  .home-about-section.pb-130 {
    padding-bottom: 80px;
  }

  .home-about-section.pb-130.pt130 {
    padding-top: 80px;
  }

  .single-icon-card, .single-icon-card.mb30 {
    justify-content: center;
    align-items: center;
  }

  .about-content {
    flex-basis: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .about-content.about-content-two {
    flex-basis: 100%;
    order: 1;
  }

  .about-content.about-content-two.pl90 {
    margin-top: 20px;
    padding-left: 0;
  }

  .about-content.about-content-two.pr90 {
    order: -1;
  }

  .about-content.pl0 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-image-two {
    text-align: center;
    flex-basis: 100%;
  }

  .about-image-two.pl0.pt0.mln55.mrn55 {
    margin-left: 0;
    margin-right: 0;
  }

  .course-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .course-grid-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title-two-wrap {
    flex-basis: 100%;
  }

  .section-title-two-wrap.mb0 {
    margin-bottom: 0;
  }

  .testimonial-image-wrap {
    text-align: center;
    flex-basis: 100%;
  }

  .testimonial-with-slider-section {
    padding-bottom: 80px;
  }

  .testimonial-with-slider-section.pt130 {
    padding-top: 80px;
  }

  .testimonial-content-area {
    text-align: center;
    flex-basis: 100%;
  }

  .event-list-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .event-list-section.pt130 {
    padding-top: 80px;
  }

  .newsletter-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-wrap {
    z-index: 9;
    padding: 30px 24px;
  }

  .display-21 {
    font-size: 54px;
    line-height: 62px;
  }

  .display-21.color-secondary.font-tb-38 {
    font-size: 38px;
    line-height: 48px;
  }

  .about-particle-image {
    bottom: 0;
    right: 0;
  }

  .about-image {
    flex-basis: 100%;
  }

  .about-circle-shape {
    bottom: 0;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-three-hero-section {
    height: 600px;
  }

  .hero-statistics {
    margin-top: 50px;
  }

  .display-23 {
    font-size: 54px;
    line-height: 62px;
  }

  .display-24, .display-25, .display-27, .display-28 {
    font-size: 36px;
    line-height: 46px;
  }

  .display-28.mb-16.text-no-wrap.color-secondary {
    text-align: center;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .product-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .display-29 {
    font-size: 54px;
    line-height: 62px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .funfact-section {
    padding-top: 80px;
  }

  .gallery-section {
    padding-bottom: 60px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .watermark-text {
    left: -20%;
  }

  .team-section {
    padding-bottom: 80px;
  }

  .team-section.pt130 {
    padding-top: 80px;
  }

  .teacher-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .display-35 {
    font-size: 54px;
    line-height: 62px;
  }

  .gallery-image-shape {
    width: 450px;
    height: 650px;
  }

  .display-38, .display-39 {
    font-size: 54px;
    line-height: 62px;
  }

  .notice-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .single-notice {
    margin-bottom: 35px;
  }

  .display-40 {
    font-size: 54px;
    line-height: 62px;
  }

  .contact-form-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-form-wrap.ml0.max-width-100 {
    max-width: 100%;
    margin-top: 40px;
  }

  .display-42 {
    font-size: 54px;
    line-height: 62px;
  }

  .contact-form-left-wrap.max-width-100 {
    width: 100%;
  }

  .display-44, .display-45, .display-46, .display-47, .display-48, .display-52 {
    font-size: 54px;
    line-height: 62px;
  }

  .cs-banner-title-wrap {
    width: 490px;
  }

  .course-banner-area {
    padding-top: 80px;
  }

  .category-list {
    flex-wrap: wrap;
  }

  .course-with-sidebar-wrap {
    grid-template-columns: 1fr;
  }

  .sidebar-title-wrap {
    justify-content: center;
    align-items: center;
  }

  .category-link-with-text.kategorija {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .course-sidebar-wrap {
    flex-basis: 100%;
  }

  .course-sidebar-wrap.filter {
    width: 100%;
  }

  .display-57 {
    font-size: 54px;
    line-height: 62px;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .display-59, .display-61 {
    font-size: 54px;
    line-height: 62px;
  }

  .event-details-sidebar {
    flex-basis: 100%;
  }

  .event-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .speaker-list {
    grid-template-columns: 1fr 1fr;
  }

  .event-details-with-sidebar-wrap {
    flex-wrap: wrap;
  }

  .event-details-content-block {
    flex: 0 0 100%;
  }

  .display-64 {
    font-size: 54px;
    line-height: 62px;
  }

  .course-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .course-details-content-block {
    flex: 0 0 100%;
  }

  .course-details-with-sidebar {
    flex-wrap: wrap;
  }

  .display-66 {
    font-size: 54px;
    line-height: 62px;
  }

  .blog-details-with-sidebar-wrap {
    flex-wrap: wrap;
  }

  .blog-details-sidebar {
    flex-basis: 100%;
  }

  .blog-details-content-wrap {
    flex: 0 auto;
  }

  .display-69 {
    font-size: 54px;
    line-height: 62px;
  }

  .team-thumb-block {
    flex-basis: 100%;
  }

  .team-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-detail-content {
    flex: 1;
  }

  .team-content-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .display-71, .display-73 {
    font-size: 54px;
    line-height: 62px;
  }

  .product-details-sidebar {
    flex-basis: 100%;
  }

  .product-details-section {
    padding-top: 50px;
  }

  .product-details-with-sidebar {
    flex-wrap: wrap;
  }

  .display-75 {
    font-size: 54px;
    line-height: 62px;
  }

  .checkout-form-block {
    flex-shrink: 0;
    flex-basis: 100%;
    margin-right: 0;
  }

  .order-summary-wrap {
    flex-basis: 100%;
  }

  .mb20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .checkout-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .display-77, .display-79 {
    font-size: 54px;
    line-height: 62px;
  }

  .order-confirmation-info-block {
    flex-shrink: 0;
    flex-basis: 100%;
  }

  .order-confirmation-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._404-not-found {
    font-size: 200px;
  }

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

  .display-81 {
    font-size: 54px;
    line-height: 62px;
  }

  .login-form-section, .signup-form-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .display-82 {
    font-size: 54px;
    line-height: 62px;
  }

  .cart-wrapper {
    display: none;
  }

  .filter_block_header {
    align-items: start;
    padding-left: 1rem;
  }

  .book-grid {
    grid-template-columns: 1fr 1fr;
  }

  .status-dropdown {
    display: inline-block;
  }

  .clear-filter {
    text-align: center;
    margin-top: 15px;
  }

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

@media screen and (max-width: 767px) {
  .header-top-left {
    text-align: center;
    margin-bottom: 15px;
  }

  .container-default {
    max-width: 540px;
  }

  .header-top-action-list {
    justify-content: center;
  }

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

  .flex.space-between.display-block {
    display: block;
  }

  .flex.status {
    justify-content: center;
    align-items: center;
  }

  .template-link.ml0 {
    text-decoration: none;
  }

  .template-link.ml0:hover {
    color: #0c8b51;
  }

  .copyright-text {
    text-align: center;
    flex-flow: column;
  }

  .footer-top-area {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .color-body-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-content {
    margin-left: 0;
  }

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

  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-title-block.text-center.max-width-808.mb-60 {
    margin-bottom: 40px;
  }

  .page-link-wrap.margin {
    margin-bottom: 25px;
  }

  .page-link {
    font-size: 16px;
    line-height: 16px;
  }

  .breadcrumb-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .licenses-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .licenses-grid-box, .slider-grid {
    grid-template-columns: 1fr;
  }

  .display-10 {
    font-size: 46px;
    line-height: 56px;
  }

  .hero-item-content.max-width-490, .excerpt-big.line-height-34.max-width-490.ml0 {
    max-width: 100%;
  }

  .home-two-hero-image {
    width: 100%;
  }

  .shape.shape5 {
    bottom: 15px;
    left: 100px;
  }

  .title-wrap {
    margin-bottom: 40px;
  }

  .department-category-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .course-slider-item {
    max-width: 47%;
  }

  .display-12.color-secondary {
    font-size: 26px;
    line-height: 36px;
  }

  .display-12.color-secondary.mb24 {
    margin-bottom: 15px;
  }

  .course-grid-slider-wrap {
    margin-top: 40px;
  }

  .course-grid-slider-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brand-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-section.pt130 {
    padding-top: 60px;
  }

  .brand-logo-image {
    margin-right: 52px;
  }

  .call-content-block {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .home-about-section {
    padding-top: 60px;
  }

  .home-about-section.pb-130 {
    padding-bottom: 60px;
  }

  .home-about-section.pb-130.pt130 {
    padding-top: 60px;
  }

  .about-content {
    margin-top: 20px;
  }

  .button-wrap-block {
    margin-top: 40px;
  }

  .course-grid-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .course-grid-wrap {
    margin-top: 40px;
  }

  .section-title-two-wrap {
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  .testimonial-with-slider-section {
    padding-bottom: 60px;
  }

  .testimonial-with-slider-section.pt130 {
    padding-top: 60px;
  }

  .event-list.na-cekanju {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .event-grid-wrap {
    margin-top: 40px;
  }

  .event-list-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .event-list-section.pt130 {
    padding-top: 60px;
  }

  .newsletter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .course-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single-department-block {
    padding: 25px 20px;
  }

  .single-event {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .single-event.white-bg.porudzbine {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .event-title-wrap.flex {
    margin-bottom: 0;
  }

  .event-list-meta-block, .event-venue-wrap {
    flex-wrap: wrap;
  }

  .display-21 {
    font-size: 46px;
    line-height: 56px;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .home-three-hero-section {
    height: 500px;
  }

  .hero-statistics {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 380px;
    margin-top: 30px;
  }

  .display-23 {
    font-size: 46px;
    line-height: 56px;
  }

  .display-28.color-secondary {
    font-size: 26px;
    line-height: 36px;
  }

  .display-28.color-secondary.mb24 {
    margin-bottom: 15px;
  }

  .product-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-29 {
    font-size: 46px;
    line-height: 56px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-content-button-wrap {
    margin-top: 30px;
  }

  .funfact-section {
    padding-top: 60px;
  }

  .single-funfact-wrap.mb-mobile-30 {
    margin-bottom: 30px;
  }

  .gallery-section {
    padding-bottom: 40px;
  }

  .gallery-feature-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-title-wrap {
    padding-bottom: 20px;
  }

  .watermark-text {
    width: 250px;
    height: 28px;
    font-size: 32px;
    line-height: 32px;
    left: -5%;
  }

  .team-section {
    padding-bottom: 60px;
  }

  .team-section.pt130 {
    padding-top: 60px;
  }

  .teacher-job-title {
    flex-wrap: wrap;
  }

  .display-35 {
    font-size: 46px;
    line-height: 56px;
  }

  .gallery-image-shape {
    width: 380px;
    height: 477px;
  }

  .display-38, .display-39 {
    font-size: 46px;
    line-height: 56px;
  }

  .notice-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .single-notice {
    margin-bottom: 30px;
  }

  .display-40 {
    font-size: 46px;
    line-height: 56px;
  }

  .contact-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-form-wrap.ml0.max-width-100 {
    margin-top: 30px;
  }

  .input-50 {
    grid-template-columns: 1fr;
  }

  .contact-textarea {
    min-height: 220px;
  }

  .display-42 {
    font-size: 46px;
    line-height: 56px;
  }

  .input-51 {
    grid-template-columns: 1fr;
  }

  .display-44, .display-45 {
    font-size: 46px;
    line-height: 56px;
  }

  .event-title._22px {
    font-size: 16px;
  }

  .display-46 {
    font-size: 46px;
    line-height: 56px;
  }

  .event-tab-link, .event-tab-link._1.w--current, .event-tab-link._2 {
    padding: 10px 15px;
  }

  .event-tab-link._3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .display-47, .display-48, .display-52 {
    font-size: 46px;
    line-height: 56px;
  }

  .cs-banner-title-wrap {
    width: 350px;
  }

  .course-banner-area {
    padding-top: 60px;
  }

  .display-57 {
    font-size: 46px;
    line-height: 56px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .display-59, .display-61 {
    font-size: 46px;
    line-height: 56px;
  }

  .event-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .event-schedule-table-wrap.grid {
    grid-template-columns: 1fr 1.25fr;
  }

  .display-62.color-secondary {
    text-align: center;
  }

  .display-64 {
    font-size: 46px;
    line-height: 56px;
  }

  .course-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .course-tab-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .display-66, .display-69 {
    font-size: 46px;
    line-height: 56px;
  }

  .team-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-71, .display-73 {
    font-size: 46px;
    line-height: 56px;
  }

  .product-details-content-wrap {
    flex-wrap: wrap;
  }

  .price-value {
    font-size: 32px;
  }

  .discount-price {
    font-size: 38px;
  }

  .product-thumb-block {
    flex-basis: 100%;
    order: 1;
  }

  .regular-price-block {
    justify-content: center;
    align-items: flex-start;
  }

  .display-75 {
    font-size: 46px;
    line-height: 56px;
  }

  .column {
    flex: 0 0 100%;
  }

  .checkout-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-77, .display-79 {
    font-size: 46px;
    line-height: 56px;
  }

  .order-confirmation-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._404-not-found {
    font-size: 160px;
  }

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

  .display-81 {
    font-size: 46px;
    line-height: 56px;
  }

  .login-form-section, .signup-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-82 {
    font-size: 46px;
    line-height: 56px;
  }

  .cart-wrapper {
    display: none;
  }

  .cart-item-template {
    flex-flow: column;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .filter-checkbox.pretraga {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .book-grid {
    grid-template-columns: 1fr;
  }

  ._22px {
    font-size: 16px;
  }

  .naslov-templejt {
    font-size: 42px;
  }

  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  .header-top-search-icon {
    width: 28px;
    height: 28px;
  }

  .search-input {
    height: 70px;
    font-size: 18px;
    line-height: 30px;
  }

  .container-default {
    max-width: 100%;
  }

  .header-logo {
    width: 150px;
  }

  .button-primary.mobile-show, .button-primary.stretch {
    text-align: center;
    display: block;
  }

  .search-button {
    background-size: 16px;
    width: 60px;
    height: 60px;
  }

  .remove-search-icon {
    width: 28px;
    height: 28px;
  }

  .copyright-text {
    line-height: 24px;
  }

  .footer-widget-card, .footer-widget-card.vertical-center {
    flex-basis: 100%;
  }

  .footer-contact-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-top-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-2 {
    white-space: normal;
    font-size: 28px;
    line-height: 34px;
  }

  .section-excerpt, .section-excerpt.m-auto {
    font-size: 16px;
    line-height: 26px;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-subheader {
    padding: 30px 20px;
  }

  .display-5 {
    white-space: normal;
    font-size: 28px;
    line-height: 34px;
  }

  .page-link-wrap.bread-crumb {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 30px;
  }

  .display-7 {
    white-space: normal;
    font-size: 28px;
    line-height: 34px;
  }

  .released-date {
    margin-top: 20px;
  }

  .released-date-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 13px;
    display: block;
  }

  .single-licenses-block {
    padding: 20px;
  }

  .hero-item-image-wrap {
    flex-basis: 100%;
    margin-top: 30px;
    position: static;
  }

  .hero-item-image-wrap.mobile-hide {
    display: none;
  }

  .display-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .display-10.color-secondary.font-tb-38.hero {
    font-size: 32px;
  }

  .hero-item-content.max-width-490 {
    width: 100%;
    max-width: 100%;
  }

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

  .hero-title-wrap {
    margin-bottom: 15px;
  }

  .home-two-hero-image {
    width: 100%;
  }

  .home-two-hero-image.mobile-hide {
    display: none;
  }

  .home-two-hero-section {
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .home-two-hero-section.pading-mobile {
    padding-bottom: 0;
  }

  .department-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .title-wrap {
    flex-wrap: wrap;
  }

  .display-11 {
    white-space: normal;
    font-size: 28px;
    line-height: 34px;
  }

  .course-slider-item {
    max-width: 100%;
    margin-right: 0;
  }

  .display-12 {
    white-space: normal;
    font-size: 28px;
    line-height: 34px;
  }

  .display-12.mb-16.text-no-wrap.color-secondary {
    text-align: center;
  }

  .display-12.color-secondary.mb24 {
    margin-bottom: 10px;
  }

  .slide-nav {
    margin-top: 20px;
  }

  .brand-logo-image {
    margin-right: 15px;
  }

  .button-primary-3.stretch {
    text-align: center;
    display: block;
  }

  .badge-wrap {
    width: 120px;
    height: 140px;
    bottom: 5px;
    left: 0;
  }

  .about-content.pl0 {
    overflow: hidden;
  }

  .about-image-two {
    padding: 15px;
  }

  .badge-text {
    font-size: 14px;
    line-height: 18px;
  }

  .course-grid-list, .course-grid-list.course-grid-three {
    grid-template-columns: 1fr;
  }

  .section-title-two-excerpt {
    font-size: 15px;
    line-height: 26px;
  }

  .newsletter-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .single-event {
    flex-wrap: wrap;
    padding: 20px 16px;
  }

  .single-event.white-bg.porudzbine {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .event-image-wrap {
    flex-basis: 50px;
    height: 50px;
  }

  .link-button-6.large-big-button.mobile-show {
    margin-top: 30px;
    display: flex;
  }

  .link-button-6.large-big-button.mobile-show.margintop {
    margin-top: 20px;
  }

  .link-button-6.large-big-button.mobile-hide {
    display: none;
  }

  .event-image {
    width: 100%;
  }

  .display-21 {
    font-size: 24px;
    line-height: 34px;
  }

  .about-circle-shape {
    width: 250px;
    height: 250px;
    left: -5px;
  }

  .home-three-hero-section {
    height: 550px;
  }

  .display-23 {
    font-size: 24px;
    line-height: 34px;
  }

  .statistics-label {
    font-size: 16px;
    line-height: 16px;
  }

  .statistics-number {
    font-size: 24px;
  }

  .display-24, .display-25, .display-27, .display-28 {
    white-space: normal;
    font-size: 28px;
    line-height: 34px;
  }

  .display-28.color-secondary.mb24 {
    margin-bottom: 10px;
  }

  .product-list {
    grid-template-columns: 1fr;
  }

  .display-29 {
    font-size: 24px;
    line-height: 34px;
  }

  .single-funfact-wrap.mb-mobile-30 {
    margin-bottom: 30px;
  }

  .gallery-feature-block {
    grid-template-columns: 1fr;
  }

  .gallery-feature-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-slider {
    padding-left: 20px;
  }

  .gallery-slider.mr48 {
    margin-left: 10px;
  }

  .gallery-slider-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .watermark-text {
    width: 230px;
    font-size: 22px;
    display: none;
  }

  .gallery-image-wrap {
    padding-right: 0;
  }

  .teacher-grid-list {
    grid-template-columns: 1fr;
  }

  .display-35 {
    font-size: 24px;
    line-height: 34px;
  }

  .image-shape {
    height: 100%;
  }

  .gallery-image-shape {
    width: 250px;
    height: 300px;
  }

  .display-38 {
    font-size: 24px;
    line-height: 34px;
  }

  .display-38.color-secondary.orkup {
    font-size: 32px;
  }

  .display-39, .display-40, .display-42, .display-44, .display-45, .display-46 {
    font-size: 24px;
    line-height: 34px;
  }

  .event-tab-link, .event-tab-link._1.w--current, .event-tab-link._2, .event-tab-link._3 {
    text-align: center;
  }

  .event-tab-menu {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .display-47, .display-48, .display-52 {
    font-size: 24px;
    line-height: 34px;
  }

  .cs-banner-title-wrap {
    width: 100%;
  }

  .course-with-sidebar-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    place-items: center;
  }

  .course-sidebar-wrap {
    width: 220px;
  }

  .display-57 {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-meta-wrap.font24 {
    font-size: 16px;
  }

  .display-59, .display-61 {
    font-size: 24px;
    line-height: 34px;
  }

  .display-61.color-secondary {
    font-size: 38px;
  }

  .table-heading {
    border: 1px #000;
    border-bottom: 1px solid #d6d6d6;
  }

  .table-heading.width-50 {
    flex-basis: 100%;
  }

  .speaker-list {
    grid-template-columns: 1fr;
  }

  .tb-heading-text {
    font-size: 22px;
  }

  .event-schedule-table-wrap.grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .table-data {
    border-bottom: 1px solid #d6d6d6;
    border-right-style: none;
    flex-basis: 100%;
  }

  .table-data.width-50 {
    flex-basis: 100%;
  }

  .table-data.width-50.flex.knjige {
    overflow: visible;
  }

  .table-row {
    flex-wrap: wrap;
  }

  .display-64 {
    font-size: 24px;
    line-height: 34px;
  }

  .tab-menu {
    padding: 12px 20px;
  }

  .course-tab-menu {
    flex-wrap: wrap;
  }

  .course-details-with-sidebar {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .teacher-tab-text {
    font-size: 16px;
    line-height: 24px;
  }

  .display-66, .display-69 {
    font-size: 24px;
    line-height: 34px;
  }

  .bio-text-block {
    max-width: 100%;
  }

  .team-detail-content {
    flex: 1;
  }

  .label-item, .team-position {
    flex-wrap: wrap;
  }

  .display-71, .display-73 {
    font-size: 24px;
    line-height: 34px;
  }

  .product-details-section {
    padding-top: 30px;
  }

  .display-75 {
    font-size: 24px;
    line-height: 34px;
  }

  .input-label.dblock {
    font-size: 16px;
    line-height: 16px;
  }

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

  .order-item {
    flex-wrap: wrap;
  }

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

  .display-77, .display-79 {
    font-size: 24px;
    line-height: 34px;
  }

  .button-row {
    flex-wrap: wrap;
  }

  ._404-not-found {
    font-size: 80px;
  }

  .utility-page-content-2 {
    max-width: 100%;
  }

  .display-81 {
    font-size: 24px;
    line-height: 34px;
  }

  .login-form-wrap, .signup-form-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-82 {
    font-size: 24px;
    line-height: 34px;
  }

  .book-card {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.mobile-hide {
    display: none;
  }

  .book-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .light-box {
    width: 100px;
  }

  .porudybine {
    font-size: 32px;
  }

  .porudzbina-info-wrapp.udzbenici {
    display: flex;
  }

  .porudzbina-info-wrapp.second {
    display: block;
  }

  .pagination-button {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pagination-count, .dots {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-6, .link {
    font-size: 16px;
  }

  .form-filter-grid {
    grid-template-columns: 1fr;
  }

  .klik {
    width: 55px;
  }
}

#w-node-_0813d39e-ab9e-678b-c84d-3df41520ddd8-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520dde5-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520ddf2-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520de5b-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520de61-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520de67-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520de6d-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520de73-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520de79-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520de7f-98569284, #w-node-_0813d39e-ab9e-678b-c84d-3df41520de87-98569284, #w-node-_1e5a33e1-a768-287d-260b-dc072bd040d7-98569284, #w-node-_302dd6af-7e00-391c-2fd7-bf1da96deee6-98569284, #w-node-_3a9659f2-e880-7f0a-2388-cbee936a3c55-98569290, #w-node-_3a9659f2-e880-7f0a-2388-cbee936a3c63-98569290, #w-node-f5d917c4-0e92-5b79-b386-01119227a67d-98569290, #w-node-bf99c333-4e6a-7346-5cfc-bbd42ab0b05d-98569291, #w-node-bf99c333-4e6a-7346-5cfc-bbd42ab0b06b-98569291 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_986ba898-75fc-b8e7-fac4-9e0115fbc08f-249a420d, #w-node-_8945ffb6-3f52-f679-2d0e-4c23329b8998-7e5a8853 {
  align-self: center;
}

#w-node-c675bc24-9ea1-e808-50b9-5766aee50073-7f33cdc2, #w-node-c675bc24-9ea1-e808-50b9-5766aee50081-7f33cdc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_648c2717-7f8b-6fb5-2324-9260e221c002-1bffa107, #w-node-b0c56bac-9db7-ad9b-49e5-9e1007bfcf6e-1bffa107 {
  order: 0;
}

@media screen and (max-width: 991px) {
  #w-node-a1fccfd7-ac86-18a5-4177-1d6862433e57-249a420d, #w-node-_3815aba2-2e30-dae7-9526-9dfc22eb2eb8-7e5a8853, #w-node-f0e2c894-8ec1-a164-6ba5-66d531f998a5-023e6c2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fab49b38-e611-8e35-b042-9b03bc184fe0-9856927d {
    order: 9999;
  }

  #w-node-_6397b12b-3c16-2d33-549e-71c22d8b14f7-1bffa107 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_20c5ea03-927c-1c1d-11da-1281c7f3553d-023e6c2f {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1fccfd7-ac86-18a5-4177-1d6862433e57-249a420d, #w-node-_3815aba2-2e30-dae7-9526-9dfc22eb2eb8-7e5a8853, #w-node-f1d046d3-28e2-7039-3055-34a8c7cb052a-1bffa107, #w-node-_6397b12b-3c16-2d33-549e-71c22d8b14f7-1bffa107, #w-node-f0e2c894-8ec1-a164-6ba5-66d531f998a5-023e6c2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Bold.ttf') format('truetype'), url('../fonts/ClarityCity-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}