:root {
  --primary-dark: #2f4858;
  --paragraph: #2f4858;
  --primary: #00b89b;
  --primary-light: #ebfcff;
  --midnight-green: #206174;
  --accent-emerald: #3cca8f;
  --orange: #ffb59a;
  --light-gray: #f0f4f5;
  --white: #fcfcfc;
  --dim-grey: #6b6b6b;
  --dark-gray-50: rgba(175, 175, 175, .5);
  --oranger-hover: #ff875c;
  --primary-dark-hover: #007b8a;
  --white-50: rgba(255, 255, 255, .5);
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

.w-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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--primary-dark);
  background-color: rgba(0, 0, 0, 0);
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mission Gothic, sans-serif;
  font-size: 62px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mission Gothic, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  text-align: left;
  margin-top: 10px;
  font-family: Mission Gothic, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mission Gothic, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mission Gothic, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mission Gothic, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--paragraph);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 3px solid var(--primary);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  min-height: 450px;
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.section.dark-background {
  background-color: var(--midnight-green);
}

.section.about-us-banner {
  min-height: 450px;
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  display: flex;
  overflow: hidden;
}

.section.section-with-grey-background {
  background-color: var(--primary-light);
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.home-banner {
  background-image: linear-gradient(to bottom, var(--primary-light), var(--primary-light));
  padding-top: 0;
  padding-bottom: 0;
}

.section.green-background {
  background-color: var(--accent-emerald);
}

.section.sta {
  background-color: var(--accent-emerald);
  overflow: hidden;
}

.section.primary-dark-background {
  background-color: var(--primary-dark);
}

.section.tab-section {
  padding-bottom: 200px;
  overflow: hidden;
}

.section.dark-color-overflow {
  background-image: url('../images/div.social-networks-section.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section.orange {
  background-color: var(--orange);
}

.section.background-primary {
  background-color: var(--primary);
  padding-top: 0;
  padding-bottom: 0;
}

.section.about-us {
  background-color: var(--light-gray);
  background-image: url('../images/banner-hor.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 200px;
  overflow: hidden;
}

.section.orange-background {
  background-color: var(--orange);
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}

.section.light-gray-background {
  background-color: var(--light-gray);
}

.section.dark-background-cta {
  background-color: var(--midnight-green);
  overflow: hidden;
}

.section.counter {
  background-color: var(--primary-light);
  padding-top: 0;
}

.section.light-gray-background-overflow {
  background-color: var(--light-gray);
  overflow: hidden;
}

.section.inner-banner {
  min-height: 450px;
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  display: flex;
  overflow: hidden;
}

.section.details-cms {
  min-height: 450px;
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
  overflow: hidden;
}

.section.service-images {
  background-color: var(--light-gray);
  padding-top: 0;
}

.section.background-without-space {
  background-color: var(--light-gray);
  padding-top: 0;
  padding-bottom: 0;
}

.section.light-gray-background-overflow {
  background-color: var(--light-gray);
}

.section.blog-page, .section.details-product {
  background-color: var(--light-gray);
  padding-top: 180px;
}

.section.checkout-page {
  padding-top: 140px;
}

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

.base-container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.position-relative {
  z-index: 5;
}

.base-container.align-right {
  align-items: flex-end;
}

.base-container.align-right-relative {
  z-index: 2;
  width: 100%;
  align-items: flex-start;
  position: relative;
}

.base-container.impressum {
  align-items: flex-start;
}

.grid-system-wrapper {
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  width: 80%;
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  display: flex;
}

.grid-description {
  width: 19%;
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  width: 24%;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.primary-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--primary);
}

.orange-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--orange);
}

.colors-wrapper {
  margin-right: 60px;
}

.primary-dark-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--primary-dark);
}

.dark-turquoise-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--accent-emerald);
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--light-gray);
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--primary-light);
}

.white-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-typography-wrapper {
  width: 47%;
  flex-flow: wrap;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 56px;
}

.h2-tablet, .h1-mobile {
  font-size: 42px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.h3-tablet {
  font-size: 36px;
}

.primary-button {
  height: 48px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  padding: 12px 40px;
  transition: background-color .6s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--accent-emerald);
  opacity: 1;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.pagination {
  border-color: var(--primary);
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.2em;
}

.primary-button.margin-top-medium {
  margin-top: 40px;
}

.primary-button.display-desktop-none {
  display: none;
}

.primary-button.cart {
  width: 100%;
  justify-content: center;
  display: flex;
}

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

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-left: 13px;
  padding-right: 13px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  width: 200px;
  background-color: var(--white);
  border-radius: 15px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 1px 0 15px 1px rgba(28, 57, 76, .15);
}

.nav-dropdown-list.megamenu {
  width: 360px;
  margin-left: -330px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 650px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  text-transform: capitalize;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--primary-dark);
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  border-top: 1px solid rgba(94, 94, 94, .5);
  padding-top: 40px;
}

.licensing-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  width: 100%;
  height: 320px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 15px;
  transition: transform .8s;
  overflow: hidden;
}

.licensing-image:hover {
  transform: scale(.9);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400";
  font-size: 24px;
}

.licensing-fonts-wrapper {
  width: 100%;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: rgba(94, 94, 94, .5);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  height: 100vh;
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-wrap.margin-bottom-0 {
  margin-bottom: 0;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  height: 48px;
  min-height: 48px;
  min-width: 280px;
  border: 1px solid rgba(87, 109, 122, .5);
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--accent-emerald);
}

.password-input::-ms-input-placeholder {
  color: rgba(87, 109, 122, .9);
}

.password-input::placeholder {
  color: rgba(87, 109, 122, .9);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

._404-content-wrapper {
  max-width: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon-wrapper {
  max-width: 690px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.coming-soon-input {
  height: 48px;
  min-width: 300px;
  border: 1px solid rgba(87, 109, 122, .5);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
  font-size: 16px;
  line-height: 1.2em;
}

.coming-soon-input::-ms-input-placeholder {
  color: rgba(87, 109, 122, .9);
  font-size: 16px;
  line-height: 1.2em;
}

.coming-soon-input::placeholder {
  color: rgba(87, 109, 122, .9);
  font-size: 16px;
  line-height: 1.2em;
}

.coming-soon-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  width: 100vw;
  height: 100vh;
  background-color: var(--light-gray);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
}

.blog-grid-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.sidebar-category {
  height: 36px;
  border: 1px solid var(--primary);
  color: var(--accent-emerald);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 14px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.sidebar-category:hover {
  background-color: var(--primary);
  color: var(--white);
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dim-grey);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  width: auto;
  align-items: center;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--light-gray);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  width: 100%;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-rights {
  color: var(--dim-grey);
  font-size: 14px;
}

.footer-copyright {
  width: 100%;
  color: var(--dim-grey);
  font-size: 14px;
  display: inline;
}

.footer-copyright-link {
  color: var(--accent-emerald);
  letter-spacing: .2px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.footer-copyright-link.last {
  margin-right: 0;
}

.body-with-background {
  background-color: var(--light-gray);
}

.section-title-wrapper {
  max-width: 740px;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.home-6-portfolio {
  width: 100%;
  max-width: none;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.section-subtitle {
  color: var(--accent-emerald);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.section-subtitle.text-white {
  border-color: var(--white);
}

.style-guide-buttons-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  display: grid;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.free-trial-wrapper {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper.landing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.free-trial-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.values-wrapper {
  display: flex;
}

.values-image-wrapper {
  width: 45%;
}

.values-content-wrapper {
  width: 55%;
  padding-left: 60px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--dim-grey);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  width: 50%;
  background-color: var(--white);
  border-radius: 15px;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  margin-bottom: 15px;
}

.paragraph-large {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
}

.paragraph-large.text-white {
  color: var(--white);
}

.paragraph-large.cta-description {
  color: var(--white);
  text-align: center;
}

.paragraph-large.margin-top-small {
  margin-top: 20px;
}

.paragraph-large.cta-dark-description {
  text-align: center;
}

.paragraph-large.description {
  color: var(--white);
  text-align: center;
}

.paragraph-large.text-light-gray {
  color: var(--light-gray);
}

.values-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 200px;
}

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

.text-white.not-full {
  width: 70%;
}

.text-white.without-top-margin {
  margin-top: 0;
}

.text-white.width {
  width: 90%;
}

.services-wrapper {
  width: 100%;
  display: flex;
}

.services-item {
  background-color: var(--light-gray);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.services-item.white {
  background-color: var(--white);
  flex: 0 auto;
}

.services-item.white.flex-base {
  width: 100%;
  flex: 0 auto;
}

.services-item.last-child-white {
  background-color: var(--white);
  margin-right: 0;
}

.services-item.last-child-white.flex-base {
  width: 100%;
}

.services-item-description {
  margin-bottom: 20px;
}

.workflow-profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-right: 60px;
}

.workflow-video-wrapper {
  width: 50%;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  color: var(--white);
  margin-bottom: 0;
}

.workflow-video {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-image: url('../images/gallery-2_1gallery 2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  width: 80px;
  height: 80px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
}

.workflow-quote {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.accordion-toggle {
  width: 100%;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 0;
  display: flex;
}

.accordion-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  width: 100%;
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-right: 15px;
  display: flex;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.light-background {
  background-color: var(--light-gray);
}

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

.pricing-features-wrapper {
  display: flex;
}

.pricing-features-wrap {
  width: 75%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-features-links-wrap {
  width: 25%;
  flex-direction: column;
  padding-left: 50px;
}

.pricing-capabilities-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
  display: inline-block;
}

.pricing-capabilities-link:hover {
  color: var(--orange);
}

.pricing-features-item {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.more-features-icon {
  color: var(--primary);
  text-align: center;
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
  line-height: 1.2em;
}

.more-features-icon.orange {
  color: var(--orange);
}

.pricing-features-links-list {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.link-with-icon {
  position: relative;
}

.link-with-icon.margin-top-medium {
  margin-top: 40px;
}

.link-with-icon.margin-top-small {
  margin-top: 20px;
}

.capabilities-heading {
  margin-bottom: 20px;
}

.job-position-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 65%;
}

.job-position-sidebar-wrapper {
  width: 35%;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--accent-emerald);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

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

.paragraph-no-margin:hover {
  color: var(--primary-dark);
}

.paragraph-no-margin.large {
  font-size: 20px;
}

.hidden {
  display: none;
}

.contacts-title {
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.contacts-location-wrapper {
  margin-top: 30px;
}

.contact-us-content-wrapper {
  width: 50%;
}

.contact-us-wrapper {
  width: 100%;
  display: flex;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.footer-brand-wrapper {
  width: 28%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  margin-right: 20px;
  font-family: "Fa brands 400";
  font-size: 18px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.footer-links-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: 48px;
  border: 1px solid rgba(87, 109, 122, .5);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::-ms-input-placeholder {
  color: rgba(87, 109, 122, .9);
}

.search-input::placeholder {
  color: rgba(87, 109, 122, .9);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 160px;
  padding-bottom: 50px;
}

.footer-logo-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: var(--dim-grey);
  text-align: left;
}

.testimonials-card-wrapper {
  z-index: 999;
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  width: 100%;
  height: 100%;
  background-color: var(--light-gray);
  text-align: center;
  border-radius: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  box-shadow: 0 0 50px rgba(15, 92, 250, .08);
}

.testimonials-card-content {
  text-align: center;
  margin-bottom: 20px;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.service-details-content-wrapper {
  width: 65%;
  margin-right: 60px;
}

.accordion-wrap-one-column {
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.service-details-sidebar-wrapper {
  width: 35%;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.service-details-content {
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 10px;
  margin-bottom: 40px;
}

.accordion-wrapper-one-column {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

.light-slate-grey-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--dim-grey);
}

.headings-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  height: 100%;
  border-radius: 0 25px;
  overflow: hidden;
}

.style-guide-content-wrapper {
  grid-row-gap: 20px;
  display: flex;
}

.about-counter-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-counter-wrap {
  border-right: 1px solid var(--orange);
  padding-right: 40px;
}

.about-counter-wrap.last-child {
  border-right-color: rgba(0, 0, 0, 0);
  margin-right: 0;
}

.team-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.team-slide-item {
  width: 100%;
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.team-slider-image {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  transition: transform .8s;
  display: block;
}

.team-slider-image:hover {
  transform: scale(1.1);
}

.team-icon {
  color: var(--primary);
  margin-right: 20px;
  font-family: "Fa brands 400";
  font-size: 16px;
  transition: all .2s;
}

.team-icon:hover {
  color: var(--primary-dark);
}

.team-icon.last-child {
  margin-right: 0;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.about-form-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 60px 20px;
  display: grid;
}

.home-subscribe-form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-text-field {
  width: 300px;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-size: 18px;
  line-height: 1;
}

.form-text-field:focus {
  border-bottom-style: solid;
  border-bottom-color: var(--midnight-green);
}

.form-text-field:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-text-field[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-text-field::-ms-input-placeholder {
  color: var(--white);
  font-size: 18px;
}

.form-text-field::placeholder {
  color: var(--white);
  font-size: 18px;
}

.about-me-landing-content {
  width: 60%;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 3em;
  margin-right: auto;
  display: flex;
}

.portfolio-tab-link {
  border: 1px solid var(--accent-emerald);
  color: var(--primary-dark);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 12px 40px;
  font-size: 14px;
  line-height: 1.5em;
  transition: background-color .3s, color .3s;
}

.portfolio-tab-link:hover, .portfolio-tab-link.w--current {
  background-color: var(--accent-emerald);
  color: var(--white);
}

.portfolio-tab-link.left {
  margin-left: auto;
}

.tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-dropdown-column {
  width: 25%;
}

.mb-20 {
  margin-bottom: 20px;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  width: 94px;
  height: 94px;
  border: 3px solid var(--white);
  border-radius: 50%;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  height: auto;
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  border-radius: 50px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 14px 22px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
}

.sidebar-search-input::-ms-input-placeholder {
  color: var(--dim-grey);
  font-size: 16px;
}

.sidebar-search-input::placeholder {
  color: var(--dim-grey);
  font-size: 16px;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.left-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.secondary-button {
  height: 48px;
  background-color: var(--orange);
  color: var(--paragraph);
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--primary-dark);
  border-radius: 50px;
  padding: 12px 40px;
  font-size: 16px;
  transition: background-color .6s;
  display: inline-block;
}

.secondary-button:hover {
  background-color: var(--oranger-hover);
}

.secondary-button.margin-top-medium {
  margin-top: 40px;
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.blog-item {
  width: 33.33%;
}

.navbar-absolute {
  width: 100%;
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-bottom: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-nav {
  display: none;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.slider-left-arrow {
  width: 60px;
  height: 60px;
  background-color: var(--orange);
  color: var(--accent-emerald);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 35%;
  right: auto;
}

.slider-left-arrow:hover {
  background-color: var(--white);
}

.slider-right-arrow {
  width: 60px;
  height: 60px;
  background-color: var(--white);
  color: var(--accent-emerald);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  bottom: 5%;
  right: auto;
}

.slider-right-arrow:hover {
  background-color: var(--orange);
  color: var(--accent-emerald);
}

.home-services-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.home-slider-item-container {
  width: 100%;
  grid-column-gap: 60px;
  display: flex;
}

.home-slide-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 500px 500px 25px;
  transition: border-radius .6s;
}

.home-slide-image:hover {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 500px;
}

.slider-content-container {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.home-slider-slide-item {
  height: 100%;
}

.slider-image-container {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-content-buttons {
  grid-row-gap: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.text-dark {
  color: var(--primary-dark);
}

.banner-section {
  height: 100vh;
  flex-direction: column;
  padding-top: 110px;
  position: relative;
}

.banner-section.home-2-banner {
  height: 100%;
  background-color: var(--primary-light);
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-section.home-3-banner {
  height: auto;
  padding-top: 150px;
  padding-bottom: 140px;
  overflow: hidden;
}

.banner-section.team-details {
  height: auto;
  padding-top: 150px;
  padding-bottom: 80px;
  overflow: hidden;
}

.text-dark-turquoise-color {
  color: var(--accent-emerald);
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.author-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  margin-right: 15px;
  display: block;
}

.testimonials-wrapper-2 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.portfolio-grid-tabs {
  width: 100%;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  width: 33.33%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-networks-wrap {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-text-content {
  width: 320px;
  padding-right: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  width: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-link-triangle {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.industry-insights-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  display: flex;
}

.industry-insights-left {
  width: 45%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.industry-insights-right {
  width: 55%;
  flex-direction: row;
  display: flex;
}

.category-link {
  color: var(--accent-emerald);
  transition: transform .3s, color .3s;
  display: flex;
}

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

.category-link-text {
  margin-right: 10px;
  font-size: 17px;
}

.category-collection-item {
  overflow: hidden;
}

.category-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.home-blog-image-big {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: transform .8s;
}

.home-blog-image-big:hover {
  transform: scale(1.1);
}

.home-blog-item {
  position: relative;
}

.home-blog-overlay {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-blog-category-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  width: 100%;
  max-width: 35vw;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.home-banner-content {
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.capabilities-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 15px 15px 200px;
}

.home-feature-image {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
  line-height: 1;
}

.additional-features-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.feature-image {
  width: 400px;
  height: 500px;
  object-fit: cover;
  border-radius: 300px 300px 300px 0;
}

.feature-image.first {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 300px;
}

.home-9-team-item {
  width: 31%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-values-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  display: flex;
}

.about-values-wrap {
  width: 50%;
  background-color: var(--light-gray);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 30px;
}

.about-values {
  width: 100%;
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
}

.our-values-card {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.our-values-card:hover {
  background-position: 50% 20%;
}

.our-values-card-element {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
  position: static;
}

.caret-right-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.about-info-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.about-info-wrap-left {
  width: 52%;
}

.about-info-wrap-right {
  width: 48%;
}

.about-info-cards-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.about-info-cards-wrap {
  border-radius: 0 200px 200px 0;
}

.about-6-projects-item {
  width: 100%;
  height: 370px;
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  width: 16px;
  height: 2px;
  background-color: var(--primary);
  margin-right: 15px;
  display: inline-block;
}

.search {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.home-3-banner {
  display: flex;
}

.home-banner-grid {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid;
}

.home-3-banner-content {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

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

.text-align-center.text-green {
  color: var(--accent-emerald);
}

.events-collection {
  width: 100%;
}

.event-icon {
  color: var(--primary-light);
  margin-top: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.event-icon.dark {
  color: var(--accent-emerald);
}

.event-detail {
  color: var(--light-gray);
}

.event-detail.dark {
  color: var(--paragraph);
}

.event-button {
  width: 45px;
  height: 45px;
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.event-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.events-list {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-17-additional-features {
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 20px;
  font-size: 36px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 30px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
}

.rich-text-style h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
}

.rich-text-style h6 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.rich-text-style img {
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style p {
  font-family: OpenSans, sans-serif;
}

.home-banner-left-arrow {
  height: 40px;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.home-23-team-item {
  width: 33%;
}

.home-events-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.home-2-events-wrap {
  width: 100%;
}

.home-2-events-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.home-2-events-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: inline-block;
}

.home-2-event {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.home-2-event-description {
  width: 60%;
  flex-direction: column;
  display: flex;
}

.home-2-event-heading:hover {
  color: var(--primary-dark);
}

.link {
  cursor: pointer;
  position: relative;
}

.link.dark {
  color: var(--midnight-green);
}

.link.all-caps {
  text-transform: uppercase;
  font-size: 14px;
}

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

.brand-tablet {
  display: none;
}

.home-banner {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  max-width: 80%;
  filter: grayscale();
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  width: 100%;
  border-top: 1px solid var(--midnight-green);
  border-right: 1px solid var(--midnight-green);
  border-bottom: 1px solid var(--midnight-green);
  background-color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--midnight-green);
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  width: 19%;
  background-color: var(--accent-emerald);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  width: 24%;
  height: 100%;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  max-width: 70%;
  filter: grayscale();
}

.primary-button-dark {
  height: 48px;
  background-color: var(--midnight-green);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50px;
  align-items: center;
  padding: 12px 40px;
  transition: background-color .6s;
  display: flex;
}

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

.primary-button-dark.left {
  margin-left: auto;
}

.landing-text-span {
  color: var(--primary);
}

.landing-inner-page-image {
  width: 100%;
  border: 1px solid var(--primary);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
}

.landing-inner-page-image.banner {
  border-radius: 5px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.landing-banner-content {
  z-index: 999;
  max-width: 1100px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.banner-description-2 {
  max-width: 560px;
  text-align: center;
  letter-spacing: 2.4px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
}

.landing-home-pages-wrapper-banner {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}

.landing-inner-page-item.home-screen-banner {
  border-radius: 5px;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  width: 50%;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.landing-customers-content-right {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-icon-style {
  max-height: 60px;
  opacity: 1;
  filter: invert();
}

.paragraph-benefits-lp {
  width: 90%;
  color: #fff;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.landing-section-title {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  max-width: 1480px;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: none;
}

.landing-inner-pages-wrapper {
  max-width: 1480px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  height: 100%;
  min-height: 87vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  height: 140px;
  background-color: var(--primary);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-item-price-on-sale {
  color: var(--dim-grey);
  text-decoration: line-through;
}

.shop-item-price {
  color: var(--accent-emerald);
  font-weight: 500;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-direction: row;
  display: flex;
}

.shop-image-lightbox-link {
  width: 100%;
  height: 100%;
}

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

.shop-details-block {
  width: 100%;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  margin-top: 80px;
  padding: 50px;
  display: flex;
}

.image-preview {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.image-preview.shop {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 10px 10px 10px 150px;
  transition: transform .6s;
}

.image-preview.shop:hover {
  transform: scale(1.1);
}

.shop-image-item {
  width: 100%;
  border-radius: 10px 10px 10px 150px;
  overflow: hidden;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.paragraph-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--paragraph);
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  position: relative;
}

.position-relative.overflow-hidden-radius {
  border-radius: 25px;
  overflow: hidden;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.dark-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--midnight-green);
}

.underline {
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: -25%;
}

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

.secondary-button-orange {
  height: 48px;
  background-color: var(--orange);
  color: var(--primary-dark);
  letter-spacing: .5px;
  border-radius: 50px;
  padding: 12px 40px;
  transition: background-color .6s;
  display: inline-block;
}

.secondary-button-orange:hover {
  background-color: var(--primary-light);
}

.secondary-button-orange.margin-top-medium {
  margin-top: 40px;
}

.home-banner-image {
  z-index: 6;
  width: 60%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-mask {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.circle-first {
  width: 150px;
  height: 150px;
  background-color: var(--accent-emerald);
  border-radius: 200px;
  position: absolute;
  bottom: 1%;
  left: 22%;
}

.circle-first.six {
  width: 130px;
  height: 130px;
}

.circle-second {
  width: 130px;
  height: 130px;
  background-color: var(--primary-dark);
  border-radius: 200px;
  position: absolute;
  top: 1%;
  right: 1%;
}

.circle-second.third {
  width: 100px;
  height: 100px;
  top: 62%;
}

.section-title-left {
  max-width: 700px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-right: auto;
  display: flex;
}

.services-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.services-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-block {
  width: 150px;
  height: 150px;
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.image-item {
  height: 100%;
  object-fit: cover;
}

.circle-green {
  width: 75px;
  height: 75px;
  background-color: var(--accent-emerald);
  border-radius: 100px;
  position: absolute;
  top: 65%;
}

.circle-green.second {
  background-color: var(--primary-dark);
  top: -26%;
}

.circle-green.third {
  background-color: var(--orange);
  right: -13%;
}

.circle-green.fourth {
  width: 120px;
  height: 120px;
  right: 69%;
}

.circle-green.five {
  width: 100px;
  height: 100px;
  background-color: var(--orange);
  right: -13%;
}

.circle-green.six {
  width: 120px;
  height: 120px;
  background-color: var(--primary-dark);
  top: -26%;
}

.circle-orange {
  width: 30px;
  height: 30px;
  background-color: var(--orange);
  border-radius: 100px;
  position: absolute;
  bottom: 9%;
  right: 22%;
}

.circle-orange.second {
  background-color: var(--primary);
  bottom: 42%;
  right: 75%;
}

.circle-orange.third {
  background-color: var(--midnight-green);
  bottom: 45%;
  right: 9%;
}

.circle-orange.fourth {
  width: 50px;
  height: 50px;
  right: 37%;
}

.circle-orange.five {
  width: 50px;
  height: 50px;
  background-color: var(--midnight-green);
  bottom: 45%;
  right: 9%;
}

.circle-orange.six {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  bottom: 42%;
  right: 75%;
}

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

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

.flex-vertical.margin-left {
  margin-left: 20px;
}

.counter-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.block-image {
  width: 450px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.image-counter {
  width: 100%;
  object-fit: cover;
  border-radius: 500px 500px 25px 25px;
}

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

.card-counter.margin-top-large {
  margin-top: 60px;
}

.card-counter-item {
  width: 100%;
  display: flex;
}

.card-left {
  width: 35%;
  background-color: var(--primary-light);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.big-counter {
  font-size: 68px;
  font-weight: 500;
  line-height: 1.2em;
}

.cart-right {
  width: 65%;
  background-color: var(--white);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.sticky-image {
  width: 450px;
  height: 550px;
  min-height: 550px;
  min-width: 450px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.quality-services-title {
  color: var(--white);
  margin-top: 0;
}

.sticky-box-list {
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
}

.services-description {
  color: var(--white);
}

.stacked-title {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sticky-image-wrapper {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-image-wrapper.image-three {
  background-image: url('../images/Ellipse-small-blue.svg'), url('../images/Ellipse-green.svg'), url('../images/gallery-3_1gallery 3.webp');
  background-position: 50% 90%, -10% 120%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 60px, 200px, cover;
  border-top-left-radius: 300px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.sticky-image-wrapper.image-one {
  background-image: url('../images/Circle-orange.svg'), url('../images/Circle-blue.svg'), url('../images/doctor-talking-with_1doctor-talking-with.webp');
  background-position: 50% 80%, 10% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 60px, 150px, cover;
  border-radius: 15px 15px 300px 300px;
  display: block;
}

.sticky-image-wrapper.image-two {
  background-image: url('../images/Ellipse-green-small.svg'), url('../images/Circle-orange-big.svg'), url('../images/medium-shot-smiley-women_1medium-shot-smiley-women.webp');
  background-position: 60% 80%, 120% 120%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 80px, 200px, cover;
  border-radius: 300px 300px 15px 15px;
  display: block;
}

.sticky-image-wrapper.image-four {
  background-image: url('../images/Ellipse-small-blue.svg'), url('../images/Ellipse-green.svg'), url('../images/winkler_foto_ueber_mich.jpg');
  background-position: 50% 90%, -10% 120%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 60px, 200px, cover;
  border-top-left-radius: 300px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.intro-box {
  min-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services-container-home {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.services-list-wrapper {
  z-index: 20;
  width: 100%;
  max-width: 1200px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.stacked-info-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.mobile-intro-box-image {
  display: none;
  position: relative;
}

.sticky-image-bar {
  grid-column-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.stacked-intro {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.section-title-full {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-right: auto;
  display: flex;
}

.section-title-full.second {
  width: 58%;
}

.text-light {
  color: var(--primary-light);
}

.point-creen {
  width: 10px;
  height: 10px;
  outline-color: var(--primary);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: 4px;
  outline-style: solid;
  flex: none;
  margin-top: 15px;
}

.point-creen.orange {
  outline-color: var(--orange);
  margin-top: 12px;
}

.point-creen.margin-top-12 {
  margin-top: 12px;
}

.text-orange {
  color: #ffb59a;
}

.event-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.event-image {
  width: 450px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.image-event {
  width: 100%;
  object-fit: cover;
  border-radius: 25px 25px 500px 500px;
}

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

.without-margin.link-event {
  transition: color .3s;
}

.without-margin.link-event:hover {
  color: var(--orange);
}

.without-margin.link-job {
  transition: color .3s;
}

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

.tabs-menu-testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  margin-top: 60px;
  display: grid;
}

.text-testimonials {
  color: var(--accent-emerald);
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.testimonial-avatar {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/mulyadi-V_1mulyadi-V.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: relative;
}

.testimonial-avatar.third {
  background-image: url('../images/alexandre-lecocq_1alexandre-lecocq.webp');
}

.testimonial-avatar.first {
  background-image: url('../images/repentand-seekchristjesus_1repentand-seekchristjesus.webp');
}

.centered-intro {
  max-width: 850px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tab-link {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-outline {
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-testimonials-tabs {
  flex-direction: column-reverse;
  display: flex;
}

.margin-top-small {
  margin-top: 15px;
}

.text-footer {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.2em;
}

.text-footer.text-italic {
  font-style: italic;
}

.text-footer.text-italic.hyphens-auto {
  font-family: Mission Gothic, sans-serif;
}

.text-footer.text-italic.hyphens-auto.color-primary-dark {
  color: var(--primary-dark);
  font-family: Mission Gothic, sans-serif;
}

.success-message-form {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
}

.footer-left-top {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-contacts-textarea {
  width: 100%;
  max-height: 150px;
  max-width: 590px;
  min-height: 150px;
  min-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-gray);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.form-contacts-textarea:focus {
  border-bottom: 1px solid var(--orange);
  color: var(--white);
}

.form-contacts-textarea:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-textarea[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-textarea::-ms-input-placeholder {
  color: var(--primary-light);
  font-size: 16px;
}

.form-contacts-textarea::placeholder {
  color: var(--primary-light);
  font-size: 16px;
}

.footer-left-wrap {
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-left-wrap.flex-horizontal-justify-center {
  justify-content: center;
  align-items: flex-start;
}

.footer-left-wrap.flex-horizontal-justify-center.width-50 {
  width: 60%;
}

.form-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.form-contacts-input {
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-gray);
  color: var(--light-gray);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.form-contacts-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--orange);
  color: var(--white);
}

.form-contacts-input:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-input[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-input::-ms-input-placeholder {
  color: var(--primary-light);
  font-size: 16px;
}

.form-contacts-input::placeholder {
  color: var(--primary-light);
  font-size: 16px;
}

.footer-rights-wrap {
  width: 60%;
}

.footer-form-wrapper {
  width: 100%;
  display: flex;
}

.footer-top-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  display: flex;
}

.footer-form {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  margin-bottom: 0;
  display: grid;
}

.error-message-form {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
}

.slider-list-services {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 80px;
}

.display-hone {
  display: none;
}

.slide-service {
  width: 31%;
  border-right: 1px solid var(--orange);
  margin-right: 30px;
  padding-right: 30px;
}

.slide-service.last {
  border-right-color: rgba(0, 0, 0, 0);
}

.not-full {
  width: 80%;
}

.success-message-white {
  color: var(--white);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
}

.error-message-white {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.empty-state-white {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.nav-item-with-line-block {
  position: relative;
}

.nav-link-underline {
  color: var(--primary-dark);
  cursor: pointer;
  margin-left: 13px;
  margin-right: 13px;
  line-height: 1.5em;
  position: relative;
}

.cart-block {
  margin-right: 10px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
}

.icon-cart {
  color: var(--accent-emerald);
  transition: color .3s;
}

.icon-cart:hover {
  color: var(--primary-dark);
}

.cart-quantity {
  background-color: var(--paragraph);
  color: var(--white);
  margin-top: -20px;
  margin-left: -5px;
  line-height: 19px;
  display: block;
}

.circle-green-big {
  width: 200px;
  height: 200px;
  background-color: var(--primary);
  border-radius: 200px;
  position: absolute;
  bottom: -6%;
  left: -8%;
}

.circle-orange-small {
  width: 80px;
  height: 80px;
  background-color: var(--orange);
  border-radius: 200px;
  position: absolute;
  bottom: 9%;
  left: 45%;
}

.circle-blue-big {
  width: 200px;
  height: 200px;
  background-color: var(--primary-dark);
  border-radius: 200px;
  position: absolute;
  top: -10%;
  right: -18%;
}

.circle-green-small {
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  border-radius: 200px;
  position: absolute;
  top: 27%;
  right: 5%;
}

.circle-third {
  width: 80px;
  height: 80px;
  background-color: var(--orange);
  border-radius: 200px;
  position: absolute;
  bottom: 1%;
  left: 1%;
}

.circle-third.second {
  bottom: 58%;
  left: 9%;
}

.all-contacts-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.all-contacts-wrapper.contact-wrapper-align-center {
  grid-row-gap: 15px;
  margin-top: 20px;
}

.footer-contacts-icon {
  color: var(--primary);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.footer-link-contact {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

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

.footer-link-contact.pointer-disable {
  cursor: default;
}

.footer-link-contact.pointer-disable:hover {
  color: var(--dim-grey);
}

.heading-service {
  transition: color .3s;
}

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

.heading-service.h4_fixed-height {
  height: 4rem;
}

.link-event {
  color: var(--white);
}

.subscribe-form-block {
  width: 300px;
  height: 135px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

.point {
  color: var(--primary);
  border-radius: 20px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  display: inline-block;
}

.point.light-colors {
  color: var(--primary-light);
}

.point.orange {
  color: var(--orange);
}

.point.dark {
  color: var(--midnight-green);
}

.social-networks-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.circle-third-social {
  z-index: 1;
  width: 200px;
  height: 200px;
  background-color: var(--orange);
  border-radius: 200px;
  position: absolute;
  bottom: 77%;
  left: 10%;
}

.circle-second-social {
  z-index: 1;
  width: 100px;
  height: 100px;
  background-color: var(--accent-emerald);
  border-radius: 200px;
  position: absolute;
  top: 8%;
  right: 10%;
}

.circle-first-social {
  z-index: 1;
  width: 150px;
  height: 150px;
  background-color: var(--primary-light);
  border-radius: 200px;
  position: absolute;
  top: 73%;
  left: 0%;
}

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

.cta-block-image {
  z-index: 6;
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
  overflow: hidden;
}

.grid-image {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.text-block-banner {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-banner {
  color: var(--white);
  font-size: 18px;
}

.banner-home-wrapper {
  max-width: 1200px;
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/katarzyna-grabo_1katarzyna-grabo.webp');
  background-position: 0 0, 0%;
  border-radius: 10px 10px 10px 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 120px;
  display: flex;
}

.home-services-wrapper {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-services {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  border-left: 1px solid var(--orange);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.image-services {
  height: 150px;
  object-fit: cover;
  border-bottom-left-radius: 50px;
}

.image-services.first {
  transition: border-radius .6s;
}

.image-services.first:hover {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
}

.image-services.second {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
  transition: border-radius .6s;
}

.image-services.second:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 50px;
}

.image-services.third {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  transition: border-radius .6s;
}

.image-services.third:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
}

.margin-top-medium {
  margin-top: 30px;
  position: relative;
}

.block-image-services {
  margin-top: 30px;
}

.tabs-content-3 {
  margin-top: 20px;
  overflow: visible;
}

.image-tab {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 50%;
  border-top-left-radius: 200px;
}

.image-tab.leistungen-overview {
  width: 100%;
  margin-left: auto;
}

.leistungen-tab-content-left {
  width: 720px;
  flex-direction: column;
  display: flex;
}

.tab-leistungen {
  color: var(--primary-dark);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -2px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  transition: color .3s;
}

.tab-leistungen:hover {
  color: var(--accent-emerald);
}

.tab-leistungen.w--current {
  border-bottom: 4px solid var(--accent-emerald);
  color: var(--accent-emerald);
  background-color: rgba(0, 0, 0, 0);
}

.tabs-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
}

.leistungen-wrapper {
  width: 1200px;
  height: auto;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.leistungen-tab-content-wrapper {
  grid-column-gap: 80px;
  display: flex;
}

.tabs-menu-leistungen {
  width: 720px;
  min-width: auto;
  border-bottom: 1px solid var(--dark-gray-50);
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.image-tab-block {
  width: 30%;
  height: 500px;
  object-fit: fill;
  display: flex;
  position: absolute;
  top: 80px;
  right: 0%;
}

.image-overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-action-block {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-intro-height {
  padding-top: 100%;
}

.home-intro-height.small {
  border-top-left-radius: 200px;
}

.intro-paralax {
  width: 100%;
  overflow: hidden;
}

.intro-paralax.first {
  border-bottom-right-radius: 200px;
}

.intro-paralax.second {
  border-top-left-radius: 200px;
}

.home-intro-strip {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-intro-strip.second {
  padding-top: 140px;
}

.container-cta {
  z-index: 1;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-description {
  z-index: 1;
  width: 100%;
  max-width: 40rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-image-intro {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 200px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-fill.second {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 0;
}

.flex-horizontal-align-center {
  align-items: center;
  display: flex;
}

.flex-horizontal-align-center.margin-top-medium {
  margin-top: 30px;
}

.testimonials-slider-style-1 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 16%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-slide-arrow {
  width: 50px;
  height: 30px;
  top: auto;
  bottom: 0%;
  left: 30%;
  right: auto;
}

.testimonials-slide-arrow.right {
  left: 35%;
}

.testimonials-slide-arrow-icon {
  height: 100%;
  color: var(--accent-emerald);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.testimonials-slide-arrow-icon:hover {
  color: #1c276d;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.margin-right-medium {
  margin-right: 60px;
}

.padding-tiny {
  padding: 30px;
}

.padding-tiny.left-border-large {
  border-left: 4px solid var(--accent-emerald);
}

.author-image-testimonials {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100px 0 100px 100px;
  margin-right: 15px;
  display: block;
}

.testimonials-slider-mask-style-1 {
  width: 85%;
  overflow: visible;
}

.padding-xxsmall {
  padding-top: 5px;
  padding-bottom: 5px;
}

.additional-features-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.additional-features-wrap.reverse {
  flex-direction: row-reverse;
}

.event-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.image-event-block {
  width: 430px;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  transition: transform .9s;
  transform: scale(1);
}

.image-event-block:hover {
  transform: scale(1.1);
}

.collection-item-event {
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
}

.event-block {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.gap {
  grid-column-gap: 40px;
  justify-content: space-between;
}

.flex-horizontal.gap-small, .flex-horizontal.gap-small-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.gap-xsmall {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.event-accordion-item {
  width: 100%;
  border-top: 1px solid var(--primary);
  margin-top: 30px;
  position: static;
}

.text-left-section {
  width: 60%;
}

.text-left-section.second {
  width: 58%;
}

.heading-event {
  transition: color .3s;
}

.heading-event:hover {
  color: var(--accent-emerald);
}

.event-button-dark {
  width: 45px;
  height: 45px;
  border: 1px solid var(--accent-emerald);
  color: var(--accent-emerald);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.event-button-dark:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.description-cards {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  font-size: 20px;
  display: flex;
}

.team-bottom-block {
  width: 100%;
  grid-column-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-cover {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 500px;
}

.team-cards {
  z-index: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 100px;
  align-items: stretch;
  transition-property: transform;
  display: block;
  position: relative;
}

.team-cards:hover {
  transform: scale(1.1);
}

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

.nurse-item.negative-margin {
  margin-top: -80px;
}

.paragraph-small {
  font-size: 12px;
}

.paragraph-small.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.text-not-full {
  width: 70%;
}

.text-testimonials-second {
  color: var(--accent-emerald);
  font-size: 28px;
  font-weight: 400;
}

.link-image {
  width: 100%;
  height: 500px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 30px;
  overflow: hidden;
}

.home-blog-horizontal-item {
  border-bottom: 1px solid var(--dark-gray-50);
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.home-blog-image-small {
  width: 100%;
  height: 260px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: transform .8s;
}

.home-blog-image-small:hover {
  transform: scale(1.1);
}

.link-image-small {
  width: 330px;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-right: 20px;
  overflow: hidden;
}

.collection-list-blog {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.item-services {
  width: 100%;
}

.text-block-big {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

.overflow-hidden-event {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  overflow: hidden;
}

.heading-blog {
  transition: color .3s;
}

.heading-blog:hover {
  color: var(--accent-emerald);
}

.image-ball {
  width: 400px;
  height: 400px;
  background-image: linear-gradient(98deg, #cdeff0, #e9fafb 58%);
  border-radius: 500px;
  position: absolute;
  top: -22%;
  left: -14%;
}

.banner-image-circle-second {
  width: 170px;
  height: 170px;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 300px 300px 300px 50px;
  margin-top: 100px;
  margin-right: -34px;
  transition: border-radius .6s;
}

.banner-image-circle-second:hover {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 300px;
}

.banner-image-circle-third {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50px 300px 300px;
  transition: border-radius .6s;
}

.banner-image-circle-third:hover {
  border-top-left-radius: 300px;
  border-bottom-right-radius: 50px;
}

.image-ball-small {
  z-index: -1;
  width: 320px;
  height: 320px;
  background-image: linear-gradient(#e9fafb 26%, #cdeff0);
  border-radius: 500px;
  position: absolute;
  bottom: 2%;
  right: -7%;
}

.image-ball-small.second {
  z-index: 1;
  bottom: -4%;
}

.image-ball-small.fourth {
  bottom: -10%;
}

.image-ball-small.fifth {
  bottom: 26%;
  right: -18%;
}

.tetx-white {
  color: var(--white);
}

.small-top-margin {
  margin-top: 20px;
}

.hover-heading {
  color: var(--light-gray);
  transition: color .3s;
}

.hover-heading:hover {
  color: var(--orange);
}

.home-testimonials-image {
  width: 300px;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

.home-testimonials-wrapper {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.home-testimonials-wrapper.reverse {
  flex-direction: row-reverse;
}

.home-review-content-wrapper {
  width: 65%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.small-counter {
  color: var(--accent-emerald);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-big-dark {
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

.image-cta {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 300px;
  position: absolute;
  bottom: 9%;
  left: 2%;
}

.image-cta.second {
  top: 12%;
  left: auto;
  right: 9%;
}

.image-cta-small {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 300px;
  position: absolute;
  bottom: 11%;
  right: 11%;
}

.image-cta-small.second {
  bottom: 40%;
  left: 12%;
  right: auto;
}

.cta-description {
  z-index: 1;
  width: 50%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-cta-middle {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 300px;
  position: absolute;
  top: 18%;
  left: 4%;
}

.image-cta-middle.second {
  top: 45%;
  left: auto;
  right: 1%;
}

.process-container {
  width: 100%;
  position: relative;
}

.process-step {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
}

.process-overlay-top {
  z-index: 2;
  height: 5rem;
  background-image: linear-gradient(to bottom, var(--midnight-green), rgba(54, 95, 123, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.process-timeline {
  z-index: 1;
  width: 3px;
  height: 100%;
  background-color: var(--paragraph);
  position: absolute;
}

.process-item-indicator {
  z-index: 2;
  width: 65px;
  height: 65px;
  background-color: var(--accent-emerald);
  box-shadow: 0 0 0 1.5rem var(--midnight-green);
  color: var(--light-gray);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.process-overlay-bottom {
  z-index: 2;
  height: 5rem;
  background-image: linear-gradient(to bottom, rgba(54, 95, 123, 0), var(--midnight-green));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.process-item-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 200px 10px 10px;
}

.process-item-image.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 200px;
}

.process-item-image.second {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 200px;
}

.process-wrapper {
  width: 100%;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.process-item-description {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.process-timeline-progress {
  width: 3px;
  height: 0;
  background-color: var(--primary-light);
}

.process-item-container {
  z-index: 5;
  width: 100%;
  border-radius: 10px 200px 10px 10px;
  position: relative;
  overflow: hidden;
}

.process-item-container.second {
  border-top-left-radius: 200px;
  border-top-right-radius: 10px;
}

.process-item-container.third {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 200px;
}

.image-event-link {
  width: 40%;
  position: relative;
}

.image-home-event {
  width: 100%;
  height: 350px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 25px 25px 0;
  transition: transform .9s;
}

.image-home-event:hover {
  transform: scale(1.2);
}

.event-detail-block {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.block-link-button {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.block-link-button.left {
  margin-left: auto;
}

.home-event-date {
  z-index: 2;
  background-color: var(--orange);
  color: var(--primary-dark);
  border-bottom-right-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blog-right {
  width: 70%;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  display: flex;
}

.blog-left {
  width: 30%;
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.blog-home-item {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-image {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: transform .8s;
}

.blog-image:hover {
  transform: scale(1.1);
}

.link-block {
  width: 55%;
  height: 380px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

.home-blog-content {
  width: 45%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.blog-image-content {
  width: 100%;
  height: 200px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

.home-blog-horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  display: flex;
}

.blog-content {
  z-index: 50;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.display-flex-horizontal {
  display: flex;
}

.display-flex-horizontal.all-gap-medium-tablet-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

.display-flex-horizontal.tablet-wrap-medium-gap {
  align-items: center;
}

.display-flex-horizontal.all-gap-medium-tablet-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.display-flex-horizontal.medium-gap-tablet-center {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}

.display-flex-horizontal.small-gap {
  grid-column-gap: 10px;
}

.margin-top-bottom-medium {
  margin-top: 30px;
  margin-bottom: 40px;
}

.column-wrapper {
  z-index: 5;
  width: 50%;
  position: relative;
}

.column-wrapper.desktop-padding-left-medium {
  padding-left: 60px;
}

.column-wrapper.desktop-padding-right-medium {
  padding-right: 60px;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.content-wrapper-fixed {
  min-height: 550px;
  position: relative;
}

.text-color-gray {
  color: var(--dim-grey);
}

.content-medium-image-absolute {
  z-index: 2;
  height: 390px;
  max-width: 70%;
  object-fit: cover;
  border-radius: 500px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content-small-image-absolute {
  z-index: 3;
  height: 340px;
  max-width: 50%;
  object-fit: cover;
  border-radius: 300px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog-image-big {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: transform .8s;
}

.blog-image-big:hover {
  transform: scale(1.1);
}

.home-tab-link {
  grid-column-gap: 15px;
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  padding: 0;
  display: flex;
}

.home-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu-home {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 60px;
  display: grid;
}

.home-testimonial-avatar {
  z-index: 2;
  width: 80px;
  height: 80px;
  object-fit: cover;
  background-image: url('../images/mulyadi-V_1mulyadi-V.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: relative;
}

.home-testimonial-avatar.third {
  background-image: url('../images/alexandre-lecocq_1alexandre-lecocq.webp');
}

.home-testimonial-avatar.first {
  background-image: url('../images/repentand-seekchristjesus_1repentand-seekchristjesus.webp');
}

.about-banner {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-image-block-copy {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1px;
}

.about-banner-block {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-light);
  box-shadow: 0 8px 0 9px var(--primary-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.about-banner-content {
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.midium-counter {
  color: var(--accent-emerald);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2em;
}

.margin-top-bottom-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.flex-vertical-align-start.padding-tiny {
  padding: 40px;
}

.display-flex-horizontal-reverse {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.text-landing-about-me {
  color: var(--accent-emerald);
  font-size: 22px;
  font-weight: 400;
}

.team-slider-block {
  width: 40%;
  height: 450px;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  display: block;
  overflow: hidden;
}

.team-icon-block {
  margin-top: 20px;
  display: flex;
}

.position-detail-wrap {
  width: 100%;
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

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

.flex-horizontal-justify {
  width: 100%;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.open-position-wrap {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.position-location {
  color: var(--light-gray);
  font-size: 26px;
  font-weight: 500;
}

.position-accordion-item {
  width: 100%;
  border-top: 1px solid var(--primary-light);
  margin-top: 20px;
  position: static;
}

.open-position-item {
  width: 100%;
  grid-column-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.team-slider-right {
  width: 60px;
  height: 60px;
  background-color: var(--primary-light);
  color: var(--accent-emerald);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  right: 6%;
}

.team-slider-right:hover {
  background-color: var(--orange);
  color: var(--accent-emerald);
}

.team-slider-left {
  width: 60px;
  height: 60px;
  background-color: var(--primary-light);
  color: var(--accent-emerald);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 9%;
}

.team-slider-left:hover {
  background-color: var(--orange);
}

.line-light {
  width: 1px;
  height: 24px;
  background-color: var(--light-gray);
}

.line-light.dark {
  background-color: var(--dim-grey);
}

.heading-team {
  color: var(--accent-emerald);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.heading-team:hover {
  color: var(--primary-dark);
}

.inner-banner-block {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.inner-banner-content {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.inner-banner-image {
  z-index: 6;
  width: 55%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-banner {
  width: 100%;
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.services-grid {
  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;
}

.image-block-service {
  width: 100%;
  height: 250px;
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.image-service-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.without-top-margin {
  margin-top: 0;
}

.section-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.section-left {
  max-width: 700px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.without-bottom-margin {
  margin-bottom: 0;
}

.services-list {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.home-service-item {
  width: 31%;
  border-right: 1px solid var(--orange);
  flex: none;
  margin-right: 30px;
  padding-right: 30px;
}

.home-service-item.last {
  border-right-color: rgba(0, 0, 0, 0);
}

.banner-image-circle-first {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 300px 300px 50px;
  transition: border-radius .6s;
}

.banner-image-circle-first:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 300px;
}

.overvflow-hidden {
  position: relative;
  overflow: hidden;
}

.about-banner-image {
  z-index: 6;
  width: 60%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-right-button {
  width: 60px;
  height: 60px;
  background-color: var(--primary-light);
  color: var(--accent-emerald);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 7%;
}

.slider-right-button:hover {
  background-color: var(--orange);
  color: var(--accent-emerald);
}

.slider-left-button {
  width: 60px;
  height: 60px;
  background-color: var(--primary-light);
  color: var(--accent-emerald);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  right: 7%;
}

.slider-left-button:hover {
  background-color: var(--orange);
}

.section-center-block-big {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.section-center-block-big.width {
  max-width: 700px;
}

.image-hero-about {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
  padding: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.hero-image-home {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
  padding: 1px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.footer-right-wrapper {
  width: 28%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.paragraph-footer {
  color: var(--accent-emerald);
  margin-top: 20px;
}

.heading-footer {
  color: var(--accent-emerald);
  margin-top: 0;
  margin-bottom: 20px;
}

.image-ball-inner {
  width: 400px;
  height: 400px;
  background-image: linear-gradient(263deg, #cdeff0, #e9fafb 58%);
  border-radius: 500px;
  position: absolute;
  top: -22%;
  left: -14%;
}

.image-ball-inner-small {
  width: 320px;
  height: 320px;
  background-image: linear-gradient(283deg, #e9fafb 26%, #cdeff0);
  border-radius: 500px;
  position: absolute;
  bottom: -17%;
  right: -7%;
}

.inner-title-wrapper {
  z-index: 1;
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.image-block-service-category {
  width: 100%;
  height: 300px;
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.services-category-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.services-category-item {
  width: 31.3%;
  flex: 1;
}

.service-banner-wrapper {
  height: 100%;
  max-width: 1200px;
  min-height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 150px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 80px;
  display: flex;
  position: relative;
}

.background-service {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px 10px 10px 150px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-image {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  object-fit: cover;
  object-position: 50% 30%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-block-banner {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-images-wrapper {
  width: 100%;
}

.lightbox-link {
  width: 50%;
  grid-column-gap: 40px;
  border-radius: 10px 10px 10px 150px;
  display: flex;
  overflow: hidden;
}

.collection-service-list {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-service {
  width: 100%;
  height: 500px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 10px 10px 10px 150px;
  transition: transform .6s;
}

.image-service:hover {
  transform: scale(1.1);
}

.overflow-hidden-service {
  height: 100%;
  border-radius: 10px 10px 0 150px;
  overflow: hidden;
}

.our-team-wrapper {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-image-cover {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 500px;
}

.our-team-card {
  z-index: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 100px;
  align-items: stretch;
  transition-property: transform;
  transition-duration: .6s;
  display: block;
  position: relative;
}

.our-team-card:hover {
  transform: scale(.9);
}

.team-banner {
  width: 100%;
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.team-banner-content {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.team-banner-grid {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
  display: grid;
}

.team-member-circle {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 300px 300px 50px;
  transition: border-radius .6s;
}

.team-member-circle:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 300px;
}

.team-details-content {
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-details-wrapper {
  width: 35%;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.team-details-content-wrapper {
  width: 65%;
}

.description-details {
  align-items: center;
  display: flex;
}

.description-details.start {
  align-items: flex-start;
}

.member-social-icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary);
  border-radius: 50px;
  justify-content: center;
  font-family: "Fa brands 400";
  font-size: 18px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.member-social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.personal-info {
  color: var(--primary-dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.personal-info:hover {
  color: var(--accent-emerald);
}

.member-link-description {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  display: flex;
}

.speciality {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.member-block-details {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
}

.member-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.event-descriptions {
  width: 100%;
}

.event-descriptions.margin-top-xsmall {
  margin-top: 25px;
}

.availability-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.book-button-wrapper {
  margin-top: 30px;
  display: flex;
}

.availability {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-team-rows {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 500px;
}

.heading-team-member:hover {
  color: var(--accent-emerald);
}

.field-wrapper {
  width: 50%;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.form-block-contact {
  width: 430px;
  height: 100%;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.padding-small {
  border-radius: 25px;
  padding: 30px;
}

.padding-small.white-background {
  background-color: var(--white);
}

.error-message-contact {
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-start;
  line-height: 1.5em;
}

.contact-form-block {
  width: 100%;
}

.contacts-input-field {
  width: 100%;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dim-grey);
  color: var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 14px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input-field:hover {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contacts-input-field:active {
  color: var(--primary-dark);
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contacts-input-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--accent-emerald);
  color: var(--primary-dark);
  padding-left: 16px;
}

.contacts-input-field:focus-visible {
  color: var(--primary-dark);
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contacts-input-field[data-wf-focus-visible] {
  color: var(--primary-dark);
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contacts-input-field::-ms-input-placeholder {
  color: var(--dim-grey);
  font-size: 16px;
}

.contacts-input-field::placeholder {
  color: var(--dim-grey);
  font-size: 16px;
}

.success-message-contact {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  line-height: 1.5em;
}

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

.contact-textarea {
  width: 100%;
  max-height: 300px;
  max-width: 430px;
  min-height: 160px;
  min-width: 430px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  padding: 14px;
  font-size: 16px;
}

.contact-textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--accent-emerald);
}

.contact-textarea:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contact-textarea[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.contact-textarea::-ms-input-placeholder {
  color: #64748b;
  font-size: 16px;
}

.contact-textarea::placeholder {
  color: #64748b;
  font-size: 16px;
}

.column-form-wrapper {
  width: 50%;
  justify-content: flex-end;
  margin-right: 60px;
  display: flex;
}

.contact-flex-horizontal {
  grid-column-gap: 20px;
  display: flex;
}

.card-item-style {
  width: 50%;
  height: auto;
  background-color: rgba(205, 239, 240, .25);
  border-radius: 25px;
  display: flex;
  overflow: hidden;
}

.card-item-style.reverse {
  flex-direction: row-reverse;
}

.card-wrapper-small {
  width: 40%;
}

.card-wrapper-small.fit-cover {
  height: 250px;
  object-fit: cover;
}

.title-hover {
  margin-top: 0;
  margin-bottom: 20px;
  transition: color .3s;
}

.offices-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.flex-vertical-all-center {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-value-wrapper {
  background-color: var(--orange);
  border-radius: 0 10px 0 50px;
  padding: 7px 10px 7px 20px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

._1-4-column-width-padding {
  width: 25%;
  background-color: var(--light-gray);
  border-radius: 15px;
  flex-direction: column;
  padding: 15px;
}

._1-4-column-width-padding.tablet-1-2-width {
  transition: transform .8s;
  position: relative;
  transform: translate(0);
}

._1-4-column-width-padding.tablet-1-2-width:hover {
  transform: translate(0, -25px);
}

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

.flex-vertical-center-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-block {
  margin-left: 20px;
}

.block-sizing {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.job-position-item {
  width: 100%;
  grid-column-gap: 20px;
  background-color: var(--light-gray);
  border-radius: 25px;
  flex: 1;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

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

.job-collection-list {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.job-collection-list-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
}

.title-block {
  flex-direction: column;
  display: flex;
}

.job-images-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  display: flex;
}

.lightbox-link-team {
  width: 100%;
  grid-column-gap: 40px;
  border-radius: 10px 10px 10px 150px;
  display: flex;
  overflow: hidden;
}

.job-banner-content {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.job-banner-grid {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
  display: grid;
}

.job-banner {
  width: 100%;
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.job-member-circle {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 300px 300px 50px;
  transition: border-radius .6s;
}

.job-member-circle:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 300px;
}

.home-events-list {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-events-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: inline-block;
}

.all-events-list {
  grid-column-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-all-event-link {
  width: 100%;
  position: relative;
}

.home-event-description {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-event-heading:hover {
  color: var(--primary-dark);
}

.events-list-wrapper {
  width: 100%;
}

.event-details-content {
  width: 100%;
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.event-details-wrapper {
  width: 40%;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.event-details-content-wrapper {
  width: 60%;
}

.contacts-input-event {
  height: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input-event:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--accent-emerald);
  font-size: 16px;
}

.contacts-input-event:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

.contacts-input-event[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

.contacts-input-event::-ms-input-placeholder {
  color: var(--dim-grey);
  font-size: 16px;
}

.contacts-input-event::placeholder {
  color: var(--dim-grey);
  font-size: 16px;
}

.contact-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-event {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.success-message-event {
  background-color: rgba(0, 0, 0, 0);
}

.events-details-bottom {
  width: 100%;
  border-top: 1px solid var(--orange);
  margin-top: 25px;
  padding-top: 15px;
}

.error-message-error {
  background-color: rgba(0, 0, 0, 0);
}

.form-event {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-detail-contacts, .event-details {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.info-contacts-detail {
  display: flex;
}

.horizontal-tablet {
  width: 100%;
}

.images-services {
  width: 100%;
  height: 500px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 10px 10px 10px 150px;
  transition: transform .6s;
}

.images-services:hover {
  transform: scale(1.1);
}

.lightbox-link-services {
  grid-column-gap: 40px;
  border-radius: 10px 10px 10px 150px;
  display: flex;
  overflow: hidden;
}

.view-photo {
  z-index: 10;
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.preloader-wrapper-animation {
  z-index: 40;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.view-icon {
  width: 36px;
  height: 36px;
  background-color: rgba(192, 192, 211, .2);
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.animals-lightbox-item {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.overlay-lightbox {
  width: 100%;
  height: 100%;
  position: absolute;
}

.grid-list-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.animals-lightbox-item {
  height: 350px;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
}

.image-gallery-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.description-container-blog {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
}

.column-wrapper-medium {
  width: 60%;
}

.column-wrapper-medium.tablet-full-width {
  align-items: center;
}

.title-container-blog {
  margin-bottom: 60px;
}

.column-right-wrapper {
  width: 40%;
}

.search-input-blog {
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
}

.search-input-blog:focus {
  border-bottom-color: var(--primary);
  font-size: 16px;
}

.search-input-blog:focus-visible {
  border-color: transparent transparent var(--accent-emerald);
  font-size: 16px;
}

.search-input-blog[data-wf-focus-visible] {
  border-color: transparent transparent var(--accent-emerald);
  font-size: 16px;
}

.search-input-blog::-ms-input-placeholder {
  color: var(--dim-grey);
  font-size: 16px;
}

.search-input-blog::placeholder {
  color: var(--dim-grey);
  font-size: 16px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.blog-column {
  width: 100%;
  grid-column-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.flex-horizontal-search {
  grid-column-gap: 20px;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.blog-image-small {
  width: 100%;
  height: 150px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: transform .8s;
}

.blog-image-small:hover {
  transform: scale(1.1);
}

.blog-link-image-small {
  width: 30%;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex: none;
  margin-right: 20px;
  overflow: hidden;
}

.blog-overlay {
  width: 70%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bottom-blog {
  margin-top: 40px;
}

.blog-grid-content {
  width: 100%;
  height: 300px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

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

.blog-small-item {
  border-bottom: 1px solid var(--dark-gray-50);
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

.margin-top-xsmall {
  margin-top: 5px;
}

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

.block-button-cart {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.default-state {
  width: 100%;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart {
  flex: 1;
}

.field-label-cart {
  font-weight: 400;
}

.quantity {
  height: 48px;
  border-color: var(--dark-gray-50);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 0;
}

.product-discount {
  z-index: 2;
  background-color: var(--orange);
  color: var(--primary-dark);
  border-bottom-right-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.all-caps {
  text-transform: uppercase;
}

.product-heading:hover {
  color: var(--primary-dark);
}

.heading-product {
  transition: color .3s;
}

.heading-product:hover {
  color: var(--accent-emerald);
}

.product-description {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.out-of-stock-state, .error-state {
  background-color: rgba(0, 0, 0, 0);
}

.shop-grid-tabs, .products-list-wrapper {
  width: 100%;
}

.products-list {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.products-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: inline-block;
}

.all-products-list {
  grid-column-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-all-products-link {
  width: 100%;
  position: relative;
}

.image-home-products {
  width: 100%;
  height: 350px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 0 25px;
  transition: transform .9s;
}

.image-home-products:hover {
  transform: scale(1.2);
}

.cart-container {
  border-radius: 25px;
}

.apple-pay, .pay-with-browser {
  height: 48px;
  border-radius: 50px;
}

.text-subtotal {
  color: var(--accent-emerald);
  font-size: 20px;
}

.cart-item-quantity {
  border-color: var(--dark-gray-50);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.heading-products {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 18px;
}

.image-cart {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
}

.flex-horizontal-justify-wrap {
  width: 100%;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.more-image-block {
  width: 50%;
  height: 100%;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.product-item-price {
  color: var(--accent-emerald);
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
}

.lightbox-main-image {
  width: 100%;
  height: 350px;
  position: relative;
}

.empty-state-event {
  background-color: rgba(0, 0, 0, 0);
}

.small-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.margin-top-20 {
  margin-top: 20px;
  margin-bottom: 0;
}

.zoom-modal {
  z-index: 10;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 50px #ccc;
}

.lightbox-small-image {
  width: 100%;
  height: 200px;
}

.zoom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-image-product {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}

.product-item-price-on-sale {
  color: var(--dim-grey);
  margin-top: 10px;
  font-size: 22px;
  text-decoration: line-through;
}

.details-content-block {
  width: 50%;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.field-label-products {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

.block-price-products {
  position: relative;
}

.product-details-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  flex-direction: row;
  display: flex;
  position: relative;
}

.quantity-block {
  width: 100%;
  height: 56px;
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  border-bottom-color: rgba(175, 175, 175, .5);
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.default-state-details {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.block-quantity {
  width: 100%;
}

.images-collection-list {
  grid-column-gap: 20px;
  display: flex;
}

.product-image-zoomed {
  width: 100%;
  padding-top: 10px;
  transform: scale(2);
}

.images-collection-item {
  width: 50%;
  display: flex;
}

.buy-now-button {
  display: none;
}

.buttons-wrapper {
  width: 200px;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-shop {
  margin-bottom: 20px;
  font-size: 54px;
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.billing-address-toggle {
  align-items: flex-start;
}

.checkbox-label {
  margin-bottom: 0;
}

.order-item-wrap {
  flex: 1;
  display: flex;
}

.paypal-checkout-form, .order-confirmation {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.text-404 {
  color: var(--primary-dark);
  font-size: 180px;
  font-weight: 700;
  line-height: 1.2em;
}

.hidden-block {
  position: relative;
  overflow: hidden;
}

.main-image-cta {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-image-event {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 25px 25px 0;
  transition: transform .9s;
}

.home-image-event:hover {
  transform: scale(1.2);
}

.hire-popup {
  z-index: 1000;
  width: 100%;
  max-width: 296px;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  width: 140px;
  color: #4353ff;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.all-templates:hover {
  color: #4353ff;
}

.list-item {
  font-family: OpenSans, sans-serif;
}

.accent-emerald {
  color: var(--accent-emerald);
}

.missing-content {
  color: #f40;
}

.about-me-wrapper {
  width: 1200px;
  max-width: none;
  display: flex;
}

.img-about-me-mobile {
  width: auto;
  height: 30rem;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  transition: transform .8s;
  display: none;
}

.img-about-me-mobile:hover {
  transform: scale(1.1);
}

.link-footer-copyright {
  font-size: 12px;
}

.cart-block-2 {
  margin-right: 10px;
}

.form-contacts-input-dark {
  height: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: black var(--primary-dark) black black;
  color: var(--primary-dark);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.form-contacts-input-dark:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--orange);
  color: var(--primary-dark);
}

.form-contacts-input-dark:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-input-dark[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-input-dark::-ms-input-placeholder {
  color: var(--primary-dark);
  font-size: 16px;
}

.form-contacts-input-dark::placeholder {
  color: var(--primary-dark);
  font-size: 16px;
}

.form-contacts-textarea-dark {
  width: 100%;
  max-height: 150px;
  max-width: 590px;
  min-height: 150px;
  min-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--primary-dark);
  color: var(--primary-dark);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.form-contacts-textarea-dark:focus {
  border-bottom: 1px solid var(--orange);
  color: var(--primary-dark);
}

.form-contacts-textarea-dark:focus-visible {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-textarea-dark[data-wf-focus-visible] {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.form-contacts-textarea-dark::-ms-input-placeholder {
  color: var(--primary-dark);
  font-size: 16px;
}

.form-contacts-textarea-dark::placeholder {
  color: var(--primary-dark);
  font-size: 16px;
}

.img-about-me {
  width: auto;
  height: 30rem;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  transition: transform .8s;
  display: block;
}

.img-about-me:hover {
  transform: scale(1.1);
}

.section-2 {
  margin-top: 80px;
}

.paragraph {
  font-family: OpenSans, sans-serif;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 72px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.changelog-banner {
    padding-top: 180px;
  }

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

  .section.tab-section {
    padding-bottom: 130px;
  }

  .section.about-us {
    padding-top: 240px;
  }

  .section.inner-banner {
    padding-top: 170px;
  }

  .section.details-cms, .section.checkout-page {
    padding-top: 180px;
  }

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

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

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

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-content-wrapper {
    padding-left: 120px;
  }

  .paragraph-large.cta-description, .paragraph-large.cta-dark-description {
    width: 80%;
  }

  .text-white.th1-ueber-mich {
    font-size: 64px;
  }

  .workflow-content-wrapper {
    padding-right: 80px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .pricing-features-links-wrap {
    padding-left: 80px;
  }

  .job-position-wrapper {
    grid-column-gap: 80px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .service-details-content-wrapper {
    margin-right: 80px;
  }

  .team-slide-item {
    grid-column-gap: 120px;
  }

  .about-form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-me-landing-content {
    grid-row-gap: 0px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .slider-left-arrow, .slider-right-arrow {
    left: -1%;
  }

  .home-slider-item-container {
    grid-column-gap: 120px;
  }

  .home-slide-image {
    height: 650px;
  }

  .banner-section.home-2-banner {
    padding-bottom: 40px;
  }

  .banner-section.team-details {
    padding-bottom: 130px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industry-insights-wrapper {
    grid-column-gap: 40px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .home-banner-content {
    padding-top: 40px;
  }

  .home-feature-image {
    margin-bottom: 40px;
    font-size: 70px;
  }

  .feature-image {
    border-bottom-left-radius: 0;
  }

  .about-values {
    grid-column-gap: 80px;
  }

  .our-values-card-element {
    grid-column-gap: 30px;
  }

  .about-info-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 80px;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 50%;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-events-wrapper {
    grid-column-gap: 80px;
    flex-direction: row;
    display: flex;
  }

  .home-2-event {
    grid-column-gap: 20px;
    align-items: stretch;
  }

  .center-title {
    padding-right: 140px;
  }

  .home-banner {
    padding-top: 140px;
    padding-bottom: 130px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-top: 110px;
    padding-bottom: 130px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

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

  .section-banner.landing-banner {
    min-height: 88vh;
    background-image: none;
  }

  .shop-details-block {
    margin-top: 130px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .counter-grid {
    grid-column-gap: 120px;
  }

  .card-left {
    width: 30%;
  }

  .cart-right {
    width: 70%;
  }

  .sticky-image {
    height: 500px;
    min-height: 500px;
    top: 110px;
  }

  .sticky-box-list {
    padding-bottom: 130px;
  }

  .services-container-home {
    grid-column-gap: 120px;
    grid-template-columns: auto 1fr;
  }

  .sticky-image-bar {
    padding-bottom: 130px;
    top: 110px;
  }

  .section-title-full.second {
    width: 50%;
  }

  .event-grid {
    grid-column-gap: 120px;
  }

  .form-contacts-textarea {
    max-width: 680px;
    min-width: 680px;
  }

  .footer-left-wrap.flex-horizontal-justify-center.width-50 {
    width: 50%;
    justify-content: center;
  }

  .form-contacts-input {
    max-width: 325px;
    min-width: 325px;
  }

  .footer-rights-wrap.width-50 {
    width: 50%;
  }

  .footer-top-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .slider-list-services {
    padding-bottom: 100px;
  }

  .slide-service {
    margin-right: 40px;
    padding-right: 40px;
  }

  .not-full {
    width: 70%;
  }

  .success-message-white {
    padding-top: 30px;
  }

  .nav-link-underline {
    margin-left: 20px;
    margin-right: 20px;
  }

  .social-networks-wrapper {
    grid-column-gap: 80px;
  }

  .text-block-banner {
    width: 45%;
  }

  .banner-home-wrapper {
    margin-top: 0;
    padding: 140px 60px;
  }

  .collection-list-services {
    grid-column-gap: 40px;
  }

  .image-services {
    height: 200px;
  }

  .leistungen-tab-content-left, .tabs-menu-leistungen {
    width: 750px;
  }

  .image-tab-block {
    width: 35%;
    top: 130px;
  }

  .about-description {
    max-width: 40rem;
  }

  .additional-features-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .collection-list-flex {
    grid-row-gap: 50px;
  }

  .image-event-block {
    width: 500px;
    height: 350px;
  }

  .collection-item-event {
    grid-column-gap: 80px;
  }

  .flex-horizontal.gap-xsmall {
    grid-column-gap: 20px;
  }

  .text-left-section.second {
    width: 50%;
  }

  .image-cover {
    height: 300px;
  }

  .home-blog-horizontal-item {
    padding-bottom: 30px;
  }

  .home-blog-image-small {
    height: 230px;
  }

  .collection-list-blog {
    grid-row-gap: 30px;
  }

  .text-block-big {
    width: 95%;
    font-size: 72px;
  }

  .image-ball.first, .image-ball.six {
    top: -13%;
    left: -7%;
  }

  .banner-image-circle-second {
    width: 200px;
    height: 200px;
  }

  .banner-image-circle-third {
    width: 230px;
    height: 230px;
  }

  .image-ball-small.fifth {
    bottom: 37%;
    right: -8%;
  }

  .text-block-big-dark {
    width: 95%;
    font-size: 72px;
  }

  .image-cta {
    width: 180px;
    height: 180px;
  }

  .cta-description {
    width: 60%;
  }

  .image-cta-middle {
    width: 140px;
    height: 140px;
    left: 4%;
  }

  .process-item-image {
    height: 400px;
  }

  .image-home-event {
    object-position: 60% 50%;
  }

  .block-link-button {
    margin-top: 30px;
  }

  .blog-wrapper {
    grid-column-gap: 60px;
  }

  .blog-home-item {
    grid-column-gap: 30px;
  }

  .link-block {
    width: 60%;
  }

  .home-blog-content {
    width: 40%;
  }

  .blog-image-content {
    height: 250px;
  }

  .column-wrapper {
    width: 50%;
  }

  .column-wrapper.desktop-padding-left-medium {
    padding-left: 120px;
  }

  .column-wrapper.desktop-padding-right-medium {
    padding-right: 120px;
  }

  .content-medium-image-absolute {
    height: 450px;
  }

  .content-small-image-absolute {
    height: 360px;
  }

  .text-landing-about-me {
    font-size: 24px;
  }

  .team-slider-block {
    height: 500px;
  }

  .team-slider-right {
    right: 2%;
  }

  .team-slider-left {
    left: 11%;
  }

  .inner-banner {
    grid-column-gap: 80px;
  }

  .home-service-item {
    margin-right: 40px;
    padding-right: 40px;
  }

  .banner-image-circle-first {
    width: 300px;
    height: 300px;
  }

  .service-banner-wrapper {
    margin-top: 0;
    padding: 220px 60px 130px;
  }

  .team-image-cover {
    height: 500px;
  }

  .team-member-circle {
    width: 450px;
    height: 450px;
  }

  .team-details-content {
    grid-column-gap: 80px;
  }

  .team-member-image {
    height: 500px;
  }

  .field-wrapper {
    margin-bottom: 30px;
  }

  .form-block-contact {
    width: 505px;
  }

  .contact-textarea {
    max-width: 505px;
    min-width: 505px;
  }

  .column-form-wrapper {
    width: 55%;
    margin-right: 100px;
  }

  .contact-flex-horizontal {
    grid-column-gap: 30px;
  }

  ._1-4-column-width-padding {
    padding: 30px;
  }

  .job-member-circle {
    width: 450px;
    height: 450px;
  }

  .all-events-list {
    grid-column-gap: 20px;
    align-items: stretch;
  }

  .events-list-wrapper {
    grid-column-gap: 80px;
    flex-direction: row;
    display: flex;
  }

  .event-details-content {
    grid-column-gap: 80px;
  }

  .description-container-blog {
    margin-top: 60px;
  }

  .blog-column {
    grid-column-gap: 80px;
  }

  .blog-grid-content {
    height: 350px;
  }

  .blog-small-item {
    padding-bottom: 30px;
  }

  .products-list-wrapper {
    grid-column-gap: 80px;
    flex-direction: row;
    display: flex;
  }

  .all-products-list {
    grid-column-gap: 20px;
    align-items: stretch;
  }

  .image-home-products {
    object-position: 60% 50%;
  }

  .product-details-wrapper {
    grid-column-gap: 100px;
  }

  .home-image-event {
    object-position: 60% 50%;
  }

  .form-contacts-input-dark {
    max-width: 325px;
    min-width: 325px;
  }

  .form-contacts-textarea-dark {
    max-width: 680px;
    min-width: 680px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.inner-banner {
    padding-top: 150px;
  }

  .job-position-wrapper {
    grid-column-gap: 100px;
  }

  .banner-section.home-3-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .home-text-content {
    width: 350px;
  }

  .home-banner-content {
    padding-top: 60px;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-banner-grid {
    padding-top: 40px;
  }

  .home-3-banner-content {
    padding-bottom: 80px;
  }

  .home-banner {
    grid-column-gap: 48px;
    padding-top: 120px;
  }

  .section-banner.landing-banner {
    min-height: 90vh;
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
  }

  .image-preview {
    height: 540px;
  }

  .home-banner-image {
    width: 50%;
  }

  .intro-box {
    min-height: 500px;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .banner-home-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .leistungen-tab-content-left {
    width: 70%;
  }

  .about-action-block {
    justify-items: center;
  }

  .home-intro-height {
    padding-top: 100%;
  }

  .home-intro-height.small {
    padding-top: 80%;
  }

  .testimonials-slider-style-1 {
    margin-left: 20%;
  }

  .testimonials-slider-mask-style-1 {
    width: 80%;
  }

  .image-cta {
    left: 8%;
  }

  .image-cta-small {
    right: 19%;
  }

  .image-cta-small.second {
    left: 20%;
  }

  .image-cta-middle {
    left: 10%;
  }

  .image-cta-middle.second {
    top: 49%;
    right: 9%;
  }

  .about-banner {
    grid-column-gap: 80px;
  }

  .banner-image-block-copy {
    padding: 0;
  }

  .about-banner-content {
    width: 45%;
    padding-top: 20px;
  }

  .about-banner-image {
    width: 55%;
    overflow: hidden;
  }
}

@media screen and (min-width: 1920px) {
  .section.tab-section {
    padding-top: 0;
  }

  .section.about-us {
    padding-top: 340px;
  }

  .section.inner-banner {
    padding-top: 170px;
  }

  .section.padding-bottom-0 {
    padding-bottom: 0;
  }

  .service-details-content-wrapper {
    margin-right: 100px;
  }

  .banner-section.home-2-banner {
    padding-bottom: 100px;
  }

  .banner-section.home-3-banner {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .banner-section.team-details {
    padding-top: 180px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-banner-grid {
    padding-top: 0;
  }

  .home-banner {
    grid-column-gap: 40px;
    padding-top: 180px;
  }

  .landing-banner-content {
    margin-bottom: 100px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    min-height: 92vh;
    background-image: none;
    padding-top: 200px;
  }

  .color-bg {
    height: 200px;
  }

  .home-banner-image {
    width: 60%;
  }

  .footer-rights-wrap.width-50 {
    width: 50%;
  }

  .slider-list-services {
    padding-bottom: 120px;
  }

  .not-full {
    width: 60%;
  }

  .banner-home-wrapper {
    max-width: 1440px;
    border-bottom-left-radius: 200px;
    margin-top: 20px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .leistungen-tab-content-left {
    width: 70%;
  }

  .image-tab-block {
    top: 10px;
  }

  .testimonials-slider-style-1 {
    margin-left: 26%;
  }

  .testimonials-slide-arrow.right {
    left: 34%;
  }

  .testimonials-slider-mask-style-1 {
    width: 70%;
  }

  .image-ball {
    width: 600px;
    height: 600px;
    left: -2%;
  }

  .image-ball.first, .image-ball.six {
    top: -25%;
  }

  .image-ball-small {
    width: 450px;
    height: 450px;
    right: -6%;
  }

  .image-cta {
    left: 16%;
  }

  .image-cta.second {
    right: 18%;
  }

  .image-cta-small {
    right: 24%;
  }

  .image-cta-small.second {
    left: 25%;
  }

  .image-cta-middle {
    left: 16%;
  }

  .image-cta-middle.second {
    right: 16%;
  }

  .process-item-image {
    width: 513px;
  }

  .about-banner-content {
    width: 40%;
  }

  .inner-banner-content {
    width: 45%;
  }

  .inner-banner-image {
    width: 55%;
  }

  .home-service-item.last {
    margin-right: 0;
  }

  .about-banner-image {
    width: 60%;
  }

  .image-ball-inner {
    left: -3%;
  }

  .image-ball-inner-small {
    width: 450px;
    height: 450px;
    bottom: -29%;
    right: -6%;
  }

  .service-banner-wrapper {
    border-bottom-left-radius: 200px;
    margin-top: 20px;
    padding-top: 280px;
  }

  .background-service, .service-image {
    border-bottom-left-radius: 200px;
  }

  .team-banner-grid {
    padding-top: 0;
  }

  .team-details-content {
    grid-column-gap: 100px;
  }

  .job-banner-grid {
    padding-top: 0;
  }

  .event-details-content {
    grid-column-gap: 100px;
  }

  .lightbox-main-image {
    height: 400px;
  }

  .text-404 {
    font-size: 200px;
  }

  .form-contacts-input-dark, .form-contacts-input-dark:active, .form-contacts-input-dark:focus, .form-contacts-textarea-dark:active, .form-contacts-textarea-dark:focus {
    color: var(--primary-dark);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: left;
    font-size: 56px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.changelog-banner {
    min-height: 300px;
    padding-top: 100px;
  }

  .section.about-us-banner {
    min-height: 300px;
    padding-top: 110px;
  }

  .section.tab-section {
    flex-direction: column-reverse;
    padding-bottom: 0;
    display: flex;
  }

  .section.background-primary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.about-us {
    padding-top: 160px;
  }

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

  .section.inner-banner {
    min-height: 300px;
    padding-top: 80px;
  }

  .section.details-cms {
    min-height: 350px;
    padding-top: 110px;
  }

  .section.blog-page, .section.details-product, .section.checkout-page {
    padding-top: 110px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-button.tablet-desktop-none {
    display: none;
  }

  .primary-button.display-desktop-none {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    width: 320px;
    background-color: var(--white);
    flex-direction: column;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-dropdown {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    width: 300px;
    border-style: none;
    flex-direction: column;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 300px;
    height: 270px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    width: 80%;
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
  }

  .nav-menu-wrapper {
    align-items: flex-end;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-title-wrapper.full {
    max-width: 700px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .free-trial-wrapper.landing {
    max-width: 600px;
  }

  .values-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .text-white.not-full {
    width: 100%;
  }

  .text-white.text-center-tablet {
    text-align: center;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrapper {
    flex-wrap: wrap;
  }

  .pricing-features-wrap {
    width: 100%;
  }

  .pricing-features-links-wrap {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    padding-left: 0;
  }

  .pricing-features-links-list {
    width: auto;
    grid-column-gap: 40px;
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .capabilities-heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
  }

  .job-position-wrapper {
    grid-column-gap: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

  .contact-us-content-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contact-us-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-content {
    width: 66%;
    padding-right: 30px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    width: 50%;
    margin-bottom: 40px;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .footer-brand-description.center {
    width: 70%;
    text-align: center;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 40px;
  }

  .service-details-sidebar-wrapper {
    top: 20px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-counter-wrapper {
    grid-column-gap: 20px;
  }

  .about-counter-wrap {
    padding-right: 20px;
  }

  .team-slide-item {
    grid-column-gap: 40px;
  }

  .about-form-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-subscribe-form {
    align-items: center;
  }

  .form-text-field {
    width: 300px;
  }

  .about-me-landing-content {
    grid-row-gap: 0px;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-column {
    width: 180px;
    justify-content: center;
  }

  .sidebar-search-wrapper {
    flex-direction: row;
  }

  .home-buttons-wrapper {
    margin-top: 40px;
  }

  .blog-item {
    width: 47%;
  }

  .navbar-absolute {
    height: 60px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .slider-left-arrow {
    bottom: 60%;
  }

  .slider-right-arrow {
    bottom: 45%;
  }

  .home-slider-item-container {
    flex-direction: column;
  }

  .home-slide-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }

  .slider-content-container {
    width: 90%;
    grid-row-gap: 0px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .slider-content-buttons {
    flex-direction: column;
    margin-top: 40px;
  }

  .banner-section {
    padding-top: 60px;
  }

  .banner-section.home-2-banner {
    padding-bottom: 60px;
  }

  .banner-section.home-3-banner {
    padding-top: 110px;
    padding-bottom: 80px;
  }

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

  .home-4-testimonials-wrapper {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .social-networks-wrap {
    width: 80%;
  }

  .home-text-content {
    width: 100%;
    padding-bottom: 30px;
  }

  .industry-insights-wrapper {
    flex-direction: column;
  }

  .industry-insights-left, .industry-insights-right, .home-blog-item.small {
    width: 100%;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-banner-content {
    width: 80%;
    text-align: center;
  }

  .capabilities-image {
    max-height: 450px;
    min-height: 300px;
  }

  .additional-features-wrapper {
    grid-row-gap: 20px;
  }

  .feature-image {
    height: 400px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-values {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .our-values-card {
    background-image: none;
  }

  .our-values-card-element {
    width: 100%;
  }

  .about-info-wrapper {
    flex-wrap: wrap;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-3-banner {
    flex-direction: column-reverse;
  }

  .home-banner-grid {
    width: 80%;
    order: -1;
    justify-content: center;
    margin-top: -100px;
    margin-left: auto;
  }

  .home-3-banner-content {
    width: 80%;
  }

  .events-list {
    margin-bottom: -30px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .home-events-wrapper {
    flex-wrap: wrap;
  }

  .home-2-events-wrap {
    width: 100%;
  }

  .home-2-event {
    align-items: stretch;
  }

  .tablet-menu {
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .home-banner {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 100px;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .primary-button-dark:hover {
    opacity: 1;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    text-align: center;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-customers-content-right {
    width: 60%;
    grid-row-gap: 20px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    min-height: 70vh;
    background-image: none;
    align-items: center;
    padding-top: 120px;
  }

  .color-bg {
    height: 100px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .underline.hone-display {
    display: none;
  }

  .home-banner-image {
    width: 100%;
    margin-left: 140px;
  }

  .flex-vertical.align-center-tablet {
    align-items: center;
  }

  .counter-grid {
    width: 80%;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .block-image {
    position: static;
  }

  .image-counter {
    height: 550px;
    object-position: 50% 0%;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
    padding-bottom: 0;
  }

  .sticky-image-wrapper.image-one {
    background-position: 50% 80%, 10% 100%, 50% 0;
  }

  .intro-box {
    min-height: auto;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .services-container-home {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .services-list-wrapper {
    grid-row-gap: 48px;
  }

  .mobile-intro-box-image {
    width: 100%;
    height: 375px;
    display: flex;
  }

  .sticky-image-bar {
    display: none;
  }

  .stacked-intro {
    grid-row-gap: 25px;
  }

  .section-title-full {
    max-width: 560px;
  }

  .section-title-full.second {
    width: 100%;
  }

  .section-title-full.third {
    max-width: 600px;
  }

  .event-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .event-image {
    position: static;
  }

  .image-event {
    height: 550px;
    object-position: 50% 0%;
  }

  .text-testimonials {
    font-size: 24px;
  }

  .centered-intro {
    max-width: 650px;
  }

  .text-footer {
    font-size: 50px;
  }

  .success-message-form {
    padding-top: 20px;
  }

  .form-contacts-textarea {
    max-width: 735px;
    min-width: 735px;
  }

  .footer-left-wrap {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .footer-left-wrap.flex-horizontal-justify-center.width-50, .footer-rights-wrap {
    width: 100%;
  }

  .footer-top-wrapper {
    flex-direction: column;
  }

  .slider-list-services {
    padding-bottom: 100px;
  }

  .slide-service {
    width: 49%;
    margin-right: 20px;
    padding-right: 20px;
  }

  .slide-service.last {
    border-right-color: rgba(87, 109, 122, .15);
  }

  .success-message-white, .error-message-white, .text-center-tablet {
    text-align: center;
  }

  .nav-link-underline {
    margin: 10px 0;
  }

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

  .cart {
    margin-right: 20px;
  }

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

  .footer-link-contact {
    text-align: left;
  }

  .heading-service {
    margin-top: 0;
  }

  .social-networks-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .cta-block-image {
    width: 70%;
    align-items: center;
    margin-left: auto;
  }

  .text-block-banner {
    width: 65%;
  }

  .banner-home-wrapper {
    margin-top: 10px;
    padding-right: 20px;
  }

  .home-services-wrapper {
    grid-template-columns: auto;
  }

  .collection-list-services {
    border-bottom: 1px solid var(--orange);
    border-left-color: rgba(0, 0, 0, 0);
    padding: 20px 0;
  }

  .block-image-services {
    margin-top: 0;
  }

  .leistungen-tab-content-left {
    width: 100%;
  }

  .tab-leistungen:hover {
    opacity: 1;
    color: #28382a;
  }

  .leistungen-wrapper {
    width: 100%;
    height: auto;
  }

  .tabs-menu-leistungen {
    width: 100%;
    grid-column-gap: 60px;
    justify-content: flex-start;
  }

  .image-tab-block {
    width: 100%;
    height: 380px;
    margin-top: 60px;
    position: relative;
    top: 0;
  }

  .about-action-block {
    grid-column-gap: 2rem;
    align-content: center;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro-height {
    padding-top: 150%;
  }

  .flex-horizontal-align-center.margin-top-medium {
    margin-top: 30px;
  }

  .testimonials-slider-style-1 {
    padding-bottom: 0;
  }

  .testimonials-slide-arrow.right {
    left: 38%;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .testimonials-slider-mask-style-1 {
    width: 90%;
    padding-bottom: 100px;
  }

  .additional-features-wrap {
    grid-column-gap: 60px;
  }

  .image-event-block {
    width: 300px;
  }

  .collection-item-event {
    grid-column-gap: 40px;
  }

  .flex-horizontal.gap-xsmall {
    grid-column-gap: 20px;
  }

  .text-left-section.second {
    width: 68%;
  }

  .team-bottom-block {
    flex-wrap: wrap;
  }

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

  .nurse-item.negative-margin-tablet {
    margin-top: -80px;
  }

  .text-testimonials-second {
    font-size: 24px;
  }

  .link-image {
    height: 400px;
  }

  .home-blog-image-small {
    height: 240px;
  }

  .item-services {
    grid-column-gap: 30px;
    grid-template-rows: .25fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-big {
    font-size: 56px;
  }

  .image-ball {
    top: -9%;
    left: -13%;
  }

  .image-ball.first, .image-ball.six {
    width: 300px;
    height: 300px;
  }

  .banner-image-circle-second {
    margin-right: -20px;
  }

  .image-ball-small.second {
    top: 6%;
    bottom: auto;
  }

  .home-testimonials-image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-testimonials-wrapper, .home-testimonials-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .home-review-content-wrapper {
    width: 100%;
  }

  .text-block-big-dark {
    font-size: 56px;
  }

  .image-cta {
    width: 120px;
    height: 120px;
  }

  .image-cta.second {
    right: 1%;
  }

  .image-cta-small {
    width: 80px;
    height: 80px;
  }

  .image-cta-small.second {
    left: 7%;
  }

  .cta-description {
    width: 65%;
  }

  .image-cta-middle {
    width: 100px;
    height: 100px;
    left: 0%;
  }

  .process-item-container {
    height: 100%;
  }

  .block-link-button {
    margin-top: 20px;
  }

  .blog-right {
    width: 100%;
  }

  .blog-wrapper {
    flex-direction: column;
  }

  .blog-left {
    width: 100%;
    position: static;
  }

  .blog-image {
    height: 360px;
  }

  .display-flex-horizontal.tablet-wrap-medium-gap {
    grid-row-gap: 60px;
    flex-flow: row-reverse wrap-reverse;
  }

  .display-flex-horizontal.all-gap-medium-tablet-wrap {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.medium-gap-tablet-center {
    flex-wrap: wrap;
    justify-content: center;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.desktop-padding-left-medium {
    padding-left: 0;
  }

  .column-wrapper.desktop-padding-right-medium {
    padding-right: 0;
  }

  .content-medium-image-absolute {
    margin-bottom: 30px;
    right: 10%;
  }

  .content-small-image-absolute {
    left: 10%;
  }

  .tabs-menu-home {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .top-content, .top-content-about {
    width: 80%;
  }

  .about-banner {
    flex-wrap: wrap;
  }

  .banner-image-block-copy {
    grid-auto-columns: 1fr;
  }

  .about-banner-block {
    grid-auto-columns: 1fr;
    overflow: hidden;
  }

  .about-banner-content {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .display-flex-horizontal-reverse {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .text-landing-about-me {
    font-size: 24px;
  }

  .open-position-item {
    width: 100%;
  }

  .team-slider-left {
    left: 15%;
  }

  .inner-banner-block {
    grid-auto-columns: 1fr;
  }

  .inner-banner-content {
    width: 80%;
    text-align: center;
  }

  .inner-banner-image {
    width: 100%;
    margin-left: 140px;
  }

  .inner-banner {
    grid-row-gap: 30px;
    flex-wrap: wrap-reverse;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-list {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .home-service-item {
    width: 45.7%;
  }

  .home-service-item.second {
    border-right-color: rgba(0, 0, 0, 0);
  }

  .about-banner-image {
    width: 100%;
    margin-left: 140px;
    overflow: hidden;
  }

  .slider-right-button {
    left: 10%;
  }

  .slider-left-button {
    right: 10%;
  }

  .section-center-block-big.heading-not-full {
    width: 70%;
  }

  .section-center-block-big.width {
    max-width: 600px;
  }

  .footer-right-wrapper {
    width: 100%;
    align-items: center;
  }

  .image-ball-inner {
    background-image: linear-gradient(315deg, #cdeff0, #e9fafb 58%);
    top: -46%;
  }

  .image-ball-inner-small {
    bottom: -34%;
    right: -18%;
  }

  .services-category-item {
    width: 47.3%;
  }

  .service-banner-wrapper {
    min-height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-block-banner {
    width: 90%;
  }

  .image-service {
    height: 400px;
  }

  .our-team-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .team-image-cover {
    height: 300px;
  }

  .team-banner {
    grid-column-gap: 60px;
  }

  .team-banner-content {
    width: 60%;
    padding-bottom: 0;
  }

  .team-banner-grid {
    width: 40%;
  }

  .team-member-circle {
    width: 300px;
    height: 300px;
  }

  .team-details-content {
    grid-column-gap: 40px;
  }

  .team-details-wrapper {
    width: 40%;
    top: 20px;
  }

  .team-details-content-wrapper {
    width: 60%;
  }

  .member-social-links-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .event-descriptions.margin-top-xsmall {
    margin-top: 0;
  }

  .team-member-image {
    height: 300px;
  }

  .form-block-contact {
    width: 700px;
  }

  .contact-textarea {
    max-width: 700px;
    min-width: 700px;
  }

  .column-form-wrapper {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }

  .card-item-style {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .card-item-style.reverse {
    flex-direction: row;
  }

  .offices-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  ._1-4-column-width-padding {
    width: 100%;
    padding: 30px;
  }

  ._1-4-column-width-padding.tablet-1-2-width {
    width: 47%;
  }

  .job-position-item {
    width: 100%;
  }

  .title-block {
    width: 70%;
    align-items: flex-start;
  }

  .job-banner-content {
    width: 92%;
    padding-bottom: 0;
  }

  .job-banner-grid {
    width: 100%;
    justify-items: center;
  }

  .job-banner {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-events-list {
    grid-column-gap: 40px;
  }

  .all-events-list {
    align-items: stretch;
  }

  .events-list-wrapper {
    flex-wrap: wrap;
  }

  .event-details-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .event-details-wrapper {
    width: 100%;
    top: 20px;
  }

  .event-details-content-wrapper {
    width: 100%;
  }

  .horizontal-tablet {
    grid-column-gap: 40px;
    display: flex;
  }

  .images-services {
    height: 400px;
  }

  .view-photo {
    display: none;
  }

  .grid-list-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .description-container-blog {
    width: 70%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .column-wrapper-medium.tablet-full-width, .column-right-wrapper {
    width: 100%;
  }

  .blog-column {
    flex-direction: column;
  }

  .products-list-wrapper {
    flex-wrap: wrap;
  }

  .products-list {
    grid-column-gap: 40px;
  }

  .all-products-list {
    align-items: stretch;
  }

  .image-home-products {
    height: 300px;
  }

  .flex-horizontal-justify-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .more-image-block {
    width: 100%;
    position: static;
  }

  .lightbox-small-image {
    height: 200px;
  }

  .details-content-block {
    width: 100%;
  }

  .product-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .heading-shop {
    font-size: 48px;
  }

  .row {
    flex-wrap: wrap;
  }

  .column {
    width: 100%;
    flex: 0 auto;
  }

  .order-item-wrap {
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .text-block-price {
    margin-left: 16px;
  }

  .text-404 {
    font-size: 160px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .about-me-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-about-me-mobile {
    height: 24rem;
  }

  .cart-block-2 {
    align-self: flex-start;
    margin-right: 0;
  }

  .menu-button-2 {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .form-contacts-textarea-dark {
    max-width: 735px;
    min-width: 735px;
  }

  .img-about-me {
    height: 24rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.about-us {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    width: 100%;
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .primary-button.pagination {
    margin-top: 40px;
  }

  .primary-button.margin-top-medium {
    margin-top: 30px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .free-trial-title {
    margin-bottom: 40px;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .text-white.width {
    width: 100%;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .services-item.last-child, .services-item.last-child-white {
    margin-bottom: 0;
  }

  .workflow-profile-wrapper {
    margin-top: 30px;
  }

  .workflow-content-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap-reverse;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pricing-features-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-features-links-list {
    justify-items: center;
    padding-left: 0;
  }

  .capabilities-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .job-position-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

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

  .contacts-location-wrapper {
    width: 100%;
  }

  .contact-us-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content {
    width: 100%;
    padding-right: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    width: 40%;
    align-items: center;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    width: 100%;
    align-items: center;
  }

  .footer-brand-description {
    text-align: center;
  }

  .footer-brand-description.center {
    width: 80%;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .about-counter-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .about-counter-wrap {
    border-right-style: none;
    border-right-color: rgba(0, 0, 0, 0);
  }

  .team-slide-item {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }

  .team-slider-image {
    object-position: 50% 0%;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-subscribe-form {
    flex-wrap: wrap;
  }

  .about-me-landing-content {
    width: 100%;
    text-align: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-tab-link.left {
    margin-left: 0;
  }

  .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .blog-item {
    width: 100%;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .slider-right-arrow {
    bottom: 50%;
  }

  .home-slider-item-container {
    flex-direction: column;
  }

  .home-slide-image {
    width: 100%;
    height: 340px;
  }

  .slider-content-container {
    width: 100%;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .banner-section.home-2-banner {
    padding-bottom: 40px;
  }

  .banner-section.home-3-banner, .banner-section.team-details {
    padding-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    width: 100%;
    grid-row-gap: 30px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    width: 100%;
    grid-row-gap: 10px;
  }

  .social-networks-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-text-content {
    width: 100%;
    padding-right: 0;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .industry-insights-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .industry-insights-left {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .industry-insights-right {
    width: 100%;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-banner-content {
    width: 100%;
  }

  .capabilities-image {
    max-height: 350px;
  }

  .additional-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .feature-image {
    width: 100%;
    height: 300px;
  }

  .additional-features-right {
    width: 100%;
    order: -1;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-values-wrapper {
    flex-wrap: wrap;
  }

  .about-values-wrap {
    width: 100%;
  }

  .our-values-card {
    margin-left: 0;
    margin-right: 0;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 100%;
  }

  .about-info-cards-wrapper {
    margin-top: 40px;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-3-banner {
    grid-row-gap: 60px;
  }

  .home-banner-grid {
    width: 100%;
    margin-top: 0;
  }

  .home-3-banner-content {
    width: 100%;
    padding-bottom: 0;
  }

  .home-17-additional-features {
    width: 100%;
  }

  .rich-text-style h2 {
    font-size: 30px;
  }

  .rich-text-style h3 {
    font-size: 26px;
  }

  .rich-text-style ul {
    margin-left: 10px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .home-events-wrapper {
    margin-top: 30px;
  }

  .home-2-event {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .home-2-event-description {
    width: 100%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--midnight-green);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--midnight-green);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title.first-grid {
    width: 100%;
    border-left-style: none;
    border-right-style: none;
    flex: 1;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

  .section-landing-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-customers-content-left {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .section-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-banner.landing-banner {
    background-position: 143% 23%, -28% 38%;
    background-size: auto 260px, auto 220px;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-images-list {
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    grid-row-gap: 10px;
    margin-top: 60px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .home-banner-image {
    width: 100%;
    margin-left: 0;
  }

  .section-title-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .counter-grid {
    width: 100%;
    grid-row-gap: 40px;
  }

  .mobile-intro-box-image {
    height: 325px;
  }

  .stacked-intro {
    grid-row-gap: 36px;
  }

  .section-title-full {
    margin-bottom: 40px;
  }

  .tabs-menu-testimonials {
    margin-top: 40px;
  }

  .text-footer {
    font-size: 42px;
  }

  .form-contacts-textarea {
    max-width: 480px;
    min-width: 100%;
  }

  .form-footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .footer-rights-wrap {
    flex-wrap: wrap;
  }

  .footer-form-wrapper {
    width: 100%;
  }

  .slider-list-services {
    padding-bottom: 80px;
  }

  .slide-service {
    width: 100%;
    border-right-color: rgba(0, 0, 0, 0);
  }

  .slide-service.last {
    border-right-color: rgba(0, 0, 0, 0);
  }

  .all-contacts-wrapper.contact-wrapper-align-center {
    width: 100%;
    align-items: center;
  }

  .heading-service.h4_fixed-height {
    height: 2rem;
  }

  .cta-block-image {
    width: 100%;
    margin-left: 0;
  }

  .text-block-banner {
    width: 100%;
  }

  .banner-home-wrapper {
    border-bottom-left-radius: 100px;
    padding-left: 20px;
  }

  .tabs-content-3 {
    margin-top: 20px;
  }

  .tabs-about {
    margin-top: 0;
  }

  .tabs-menu-leistungen {
    width: auto;
    grid-column-gap: 40px;
  }

  .image-tab-block {
    margin-top: 50px;
  }

  .about-action-block {
    grid-column-gap: 0rem;
    grid-template-columns: auto;
  }

  .intro-paralax.first {
    margin-right: -.5rem;
  }

  .home-intro-strip {
    height: 100%;
    max-width: 20vw;
    grid-row-gap: 80px;
    position: absolute;
    left: 3%;
    right: auto;
  }

  .home-intro-strip.second {
    left: auto;
    right: 3%;
  }

  .about-description {
    width: 75%;
  }

  .image-fill {
    opacity: .35;
  }

  .testimonials-slider-style-1 {
    margin-left: 6%;
  }

  .testimonials-slide-arrow.right {
    left: 40%;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.margin-right-medium {
    width: 100%;
    margin-right: 40px;
  }

  .testimonials-slider-mask-style-1 {
    width: 95%;
    padding-bottom: 60px;
  }

  .additional-features-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .image-event-block {
    width: 100%;
  }

  .collection-item-event {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex-horizontal.gap-small-wrap {
    flex-wrap: wrap;
  }

  .text-left-section {
    width: 80%;
  }

  .text-left-section.second {
    width: 100%;
  }

  .image-cover {
    height: 300px;
  }

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

  .nurse-item.negative-margin, .nurse-item.negative-margin-tablet {
    margin-top: 0;
  }

  .text-not-full {
    width: 100%;
  }

  .text-block-big {
    font-size: 42px;
  }

  .image-ball-small.fifth {
    width: 250px;
    height: 250px;
  }

  .home-testimonials-image {
    width: 70%;
  }

  .text-block-big-dark {
    font-size: 42px;
  }

  .image-cta, .image-cta-small {
    opacity: .5;
  }

  .cta-description {
    width: 70%;
  }

  .image-cta-middle {
    opacity: .5;
  }

  .process-step {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 3.5rem 1fr;
    justify-items: stretch;
  }

  .process-timeline {
    align-self: flex-start;
    margin-left: 1.7rem;
  }

  .process-item-indicator {
    width: 55px;
    height: 55px;
  }

  .process-item-image {
    height: 300px;
  }

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

  .image-home-event {
    height: 300px;
  }

  .blog-right {
    width: 100%;
  }

  .blog-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .blog-left {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-home-item {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .link-block {
    width: 100%;
    height: 300px;
  }

  .home-blog-content {
    width: 100%;
  }

  .blog-image-content {
    height: 300px;
  }

  .home-blog-horizontal {
    flex-direction: column;
  }

  .display-flex-horizontal.all-gap-medium-tablet-wrap {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.tablet-wrap-medium-gap {
    grid-row-gap: 40px;
  }

  .column-wrapper {
    width: 100%;
  }

  .content-medium-image-absolute {
    right: 0%;
  }

  .content-small-image-absolute {
    left: 0%;
  }

  .tabs-menu-home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .top-content-about {
    width: 100%;
  }

  .about-banner {
    grid-row-gap: 40px;
  }

  .about-banner-content {
    width: 100%;
  }

  .team-slider-block {
    width: 60%;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .open-position-item {
    margin-left: 0;
    margin-right: 0;
  }

  .team-slider-right {
    right: 12%;
  }

  .inner-banner-content {
    width: 100%;
  }

  .inner-banner-image {
    width: 100%;
    margin-left: 0;
  }

  .section-wrapper {
    margin-bottom: 40px;
  }

  .section-left {
    width: 100%;
  }

  .services-list {
    grid-row-gap: 30px;
  }

  .home-service-item {
    width: 100%;
    border-bottom: 1px solid var(--orange);
    border-right-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .home-service-item.last {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .about-banner-image {
    width: 100%;
    margin-left: 0;
  }

  .slider-right-button {
    left: 14%;
  }

  .slider-left-button {
    right: 14%;
  }

  .section-center-block-big {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-center-block-big.heading-not-full {
    width: 80%;
  }

  .footer-right-wrapper {
    align-items: center;
    margin-top: 50px;
  }

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

  .services-category-list {
    flex-direction: column;
  }

  .services-category-item {
    width: 100%;
  }

  .service-banner-wrapper {
    min-height: 350px;
    border-bottom-left-radius: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .background-service, .service-image {
    border-bottom-left-radius: 100px;
  }

  .content-block-banner {
    width: 100%;
  }

  .collection-service-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-service {
    height: 350px;
  }

  .our-team-wrapper, .collection-list-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .team-image-cover {
    height: 300px;
  }

  .team-banner {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .team-banner-content {
    width: 100%;
    padding-bottom: 0;
  }

  .team-banner-grid {
    width: 100%;
    justify-items: center;
  }

  .team-details-content {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .team-details-wrapper {
    width: 100%;
    position: static;
  }

  .team-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .event-descriptions.margin-top-xsmall {
    margin-top: 25px;
  }

  .collection-list-team-rows {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .team-member-image {
    height: 450px;
  }

  .form-block-contact {
    width: 390px;
  }

  .contacts-input-field, .contact-textarea {
    max-width: 390px;
    min-width: 390px;
  }

  .column-form-wrapper {
    width: 100%;
  }

  .contact-flex-horizontal, .card-item-style, .card-item-style.reverse {
    flex-direction: column;
  }

  .card-wrapper-small, ._1-4-column-width-padding.tablet-1-2-width {
    width: 100%;
  }

  .block-sizing {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .job-position-item {
    margin-left: 0;
    margin-right: 0;
  }

  .title-block, .job-banner-content {
    width: 100%;
  }

  .job-banner-grid {
    width: 100%;
    justify-items: center;
  }

  .job-member-circle {
    width: 300px;
    height: 300px;
  }

  .home-events-list {
    grid-template-columns: 1fr;
  }

  .all-events-list {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-all-event-link, .home-event-description {
    width: 100%;
  }

  .event-details-content {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .event-details-wrapper {
    width: 100%;
    position: static;
  }

  .event-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .horizontal-tablet {
    flex-direction: column;
  }

  .images-services {
    height: 350px;
  }

  .animals-lightbox-item {
    min-height: 200px;
    min-width: 200px;
  }

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

  .description-container-blog {
    width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .column-wrapper-medium {
    width: 100%;
  }

  .title-container-blog {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-grid-content {
    height: 300px;
  }

  .blog-grid, .blog-grid-category {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .product-description {
    width: 100%;
  }

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

  .all-products-list {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-all-products-link {
    width: 100%;
    margin-bottom: -10px;
  }

  .image-home-products {
    height: 300px;
  }

  .zoom-wrapper {
    display: none;
  }

  .product-details-wrapper {
    grid-row-gap: 40px;
  }

  .heading-shop {
    font-size: 40px;
  }

  .text-404 {
    font-size: 140px;
  }

  .home-image-event {
    height: 300px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .about-me-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .img-about-me-mobile {
    object-position: 50% 0%;
  }

  .cart-block-2 {
    align-self: flex-start;
  }

  .menu-button-2 {
    justify-content: flex-end;
    align-items: stretch;
    display: block;
  }

  .form-contacts-textarea-dark {
    max-width: 480px;
    min-width: 100%;
  }

  .img-about-me {
    object-position: 50% 0%;
  }

  .div-block-4 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section.tab-section {
    padding-bottom: 0;
  }

  .section.about-us {
    padding-top: 90px;
  }

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

  .base-container.position-relative {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .utility-page-wrap.margin-bottom-0 {
    align-items: center;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-wrapper {
    width: 100%;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    width: 100%;
    flex: none;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
    line-height: 1.6em;
  }

  .section-title-wrapper.home-6-portfolio {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title-wrapper.left, .section-subtitle.text-dark.text-align-left {
    text-align: left;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .values-counter-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .paragraph-large.not-full {
    width: 100%;
  }

  .values-image {
    border-bottom-right-radius: 100px;
  }

  .pricing-features-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-features-links-wrap {
    text-align: left;
    margin-top: 40px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .pricing-features-links-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-wrapper {
    grid-column-gap: 70px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    width: 35%;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-logo-wrapper {
    align-items: flex-start;
  }

  .footer-brand-description.center, .team-slide-item {
    width: 100%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-form-wrapper {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-subscribe-form {
    justify-content: center;
  }

  .form-text-field {
    width: 100%;
  }

  .about-me-landing-content {
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider-mask {
    width: 100%;
  }

  .portfolio-tab-link {
    text-align: center;
  }

  .home-buttons-wrapper {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .navbar-absolute {
    padding-bottom: 30px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .slider-image-container {
    height: auto;
  }

  .slider-content-buttons {
    justify-content: flex-start;
  }

  .banner-section.home-3-banner, .banner-section.team-details {
    padding-top: 90px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .sidebar-categories-list {
    flex-wrap: wrap;
  }

  .feature-image.first {
    height: 250px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .our-values-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-info-cards-wrap {
    width: 100%;
  }

  .home-3-banner-content.hyphens-auto {
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .responsive-center {
    font-size: 32px;
  }

  .responsive-center.hyphens-auto {
    width: auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .responsive-center.hyphens-auto.text-break {
    word-break: break-all;
    overflow-wrap: normal;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    width: 100%;
    text-align: center;
  }

  .landing-banner-content {
    max-width: none;
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    top: auto;
    bottom: 28%;
    left: 0%;
    right: 0%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .section-banner.landing-banner {
    min-height: 50vh;
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .circle-first, .circle-first.six {
    width: 100px;
    height: 100px;
  }

  .circle-second {
    width: 70px;
    height: 70px;
  }

  .circle-second.third {
    width: 80px;
    height: 80px;
  }

  .block-image {
    width: 100%;
  }

  .image-counter {
    height: 400px;
  }

  .card-counter.margin-top-large {
    margin-top: 40px;
  }

  .big-counter {
    font-size: 48px;
  }

  .quality-services-title {
    font-size: 24px;
  }

  .sticky-box-list {
    grid-row-gap: 60px;
  }

  .sticky-image-wrapper.image-three {
    background-size: 40px, 120px, cover;
  }

  .sticky-image-wrapper.image-one {
    background-size: 30px, 100px, cover;
  }

  .sticky-image-wrapper.image-two {
    background-size: 30px, 120px, cover;
  }

  .sticky-image-wrapper.image-four {
    background-size: 40px, 120px, cover;
  }

  .intro-box {
    grid-row-gap: 30px;
  }

  .mobile-intro-box-image {
    height: 275px;
  }

  .text-orange {
    max-width: 100%;
  }

  .event-image {
    width: 100%;
  }

  .image-event {
    height: 400px;
  }

  .text-testimonials {
    font-size: 20px;
  }

  .text-footer {
    min-width: auto;
  }

  .text-footer.text-italic {
    max-width: 100%;
    min-width: 34%;
  }

  .footer-left-top {
    width: 100%;
    min-width: auto;
  }

  .form-contacts-textarea {
    width: 100%;
    max-width: 360px;
    min-width: 100%;
  }

  .footer-left-wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .footer-left-wrap.flex-horizontal-justify-center.width-50 {
    width: auto;
    min-width: auto;
    flex-wrap: nowrap;
  }

  .form-footer {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-contacts-input {
    width: 100%;
    max-width: 360px;
    min-width: 100%;
  }

  .footer-rights-wrap {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .not-full {
    width: 100%;
  }

  .cart {
    margin-right: 15px;
  }

  .circle-green-big {
    width: 150px;
    height: 150px;
  }

  .circle-orange-small {
    width: 50px;
    height: 50px;
  }

  .circle-blue-big {
    width: 150px;
    height: 150px;
    right: -24%;
  }

  .circle-green-small {
    width: 40px;
    height: 40px;
  }

  .circle-third {
    width: 50px;
    height: 50px;
  }

  .all-contacts-wrapper.contact-wrapper-align-center {
    align-items: flex-start;
    margin-left: 0;
  }

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

  .heading-service.h4_fixed-height {
    height: auto;
  }

  .circle-third-social {
    width: 100px;
    height: 100px;
  }

  .circle-second-social {
    width: 70px;
    height: 70px;
  }

  .circle-first-social {
    width: 120px;
    height: 120px;
    bottom: -13%;
  }

  .banner-home-wrapper {
    background-image: linear-gradient(to bottom, null, null), url('../images/katarzyna-grabo_1katarzyna-grabo.webp');
    background-size: auto, cover;
    padding-left: 0;
    padding-right: 0;
  }

  .image-services.first, .image-services.second, .image-services.third {
    width: 100%;
    height: 100%;
  }

  .block-image-services {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }

  .image-tab {
    object-position: 80% 50%;
  }

  .image-tab.leistungen-overview {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .tab-leistungen.w--current {
    padding-bottom: 10px;
  }

  .tabs-menu-leistungen {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    border-bottom-color: rgba(0, 0, 0, 0);
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .image-tab-block {
    height: 300px;
    align-items: stretch;
  }

  .about-action-block {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .intro-paralax {
    margin-right: -.3rem;
  }

  .home-intro-strip {
    grid-row-gap: 80px;
  }

  .about-description {
    width: 100%;
  }

  .testimonials-slide-arrow.right {
    left: 45%;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.margin-right-medium {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-tiny {
    padding: 15px;
  }

  .testimonials-slider-mask-style-1 {
    margin-top: 0;
  }

  .flex-horizontal.gap-small-wrap, .flex-horizontal.gap-xsmall {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .event-accordion-item {
    margin-top: 10px;
  }

  .text-left-section {
    width: 100%;
    text-align: left;
  }

  .image-cover {
    height: 250px;
  }

  .paragraph-small {
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }

  .text-testimonials-second {
    font-size: 20px;
  }

  .link-image {
    height: 240px;
  }

  .home-blog-horizontal-item {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .link-image-small {
    width: 100%;
    margin-right: 0;
  }

  .item-services {
    grid-template-columns: 1fr;
  }

  .image-ball {
    width: 300px;
    height: 300px;
  }

  .image-ball.six {
    width: 250px;
    height: 250px;
    left: -24%;
  }

  .banner-image-circle-second {
    width: 120px;
    height: 120px;
  }

  .banner-image-circle-third {
    width: 150px;
    height: 150px;
  }

  .image-ball-small {
    width: 250px;
    height: 250px;
    bottom: -8%;
    right: -22%;
  }

  .image-ball-small.second {
    top: 22%;
  }

  .image-ball-small.fifth {
    width: 200px;
    height: 200px;
  }

  .home-testimonials-image {
    width: 100%;
    min-height: 280px;
  }

  .small-counter {
    font-size: 48px;
  }

  .image-cta, .image-cta-small {
    opacity: .3;
  }

  .cta-description {
    width: 100%;
  }

  .image-cta-middle {
    opacity: .3;
  }

  .margin-top-bottom-medium {
    margin-bottom: 30px;
  }

  .content-wrapper-fixed {
    min-height: 400px;
  }

  .content-medium-image-absolute {
    height: 300px;
  }

  .content-small-image-absolute {
    height: 250px;
  }

  .top-content {
    width: 100%;
  }

  .midium-counter {
    font-size: 48px;
  }

  .text-landing-about-me {
    font-size: 20px;
  }

  .team-slider-block {
    width: 100%;
  }

  .position-accordion-item {
    margin-top: 10px;
  }

  .team-slider-right {
    right: 18%;
  }

  .team-slider-left {
    left: 23%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .banner-image-circle-first {
    width: 200px;
    height: 200px;
  }

  .slider-right-button {
    left: 18%;
  }

  .slider-left-button {
    right: 18%;
  }

  .section-center-block-big.heading-not-full {
    width: 100%;
  }

  .hero-image-home {
    padding: 0;
  }

  .image-ball-inner {
    width: 300px;
    height: 300px;
    left: -30%;
  }

  .image-ball-inner-small {
    width: 250px;
    height: 250px;
    bottom: -8%;
    right: -22%;
  }

  .service-banner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lightbox-link {
    width: 100%;
  }

  .collection-list-team {
    grid-template-columns: 1fr;
  }

  .team-image-cover {
    height: 450px;
  }

  .collection-list-team-rows {
    grid-template-columns: 1fr;
  }

  .form-block-contact {
    width: 300px;
  }

  .padding-small {
    padding: 20px 20px 15px;
  }

  .contacts-input-field {
    max-width: 100%;
    min-width: 300px;
  }

  .contact-textarea {
    max-width: 300px;
    min-width: 300px;
  }

  .job-images-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .lightbox-link-team, .lightbox-link-services {
    width: 100%;
  }

  .animals-lightbox-item {
    height: 300px;
  }

  .flex-horizontal-search {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .cart-container {
    border-radius: 0;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .lightbox-small-image {
    height: 150px;
  }

  .block-header-wrapper {
    flex-direction: column-reverse;
    padding-top: 14px;
  }

  .about-me-wrapper {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .img-about-me-mobile {
    height: 20rem;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .form-contacts-input-dark, .form-contacts-textarea-dark {
    width: 100%;
    max-width: 360px;
    min-width: 100%;
  }

  .img-about-me {
    height: 20rem;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .div-block-4 {
    padding-top: 10px;
  }
}

#message-1.w-node-fe6042ef-88d3-7878-29a0-6b7011fd52ba-db223805 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-fe6042ef-88d3-7878-29a0-6b7011fd52bb-db223805 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_1cc9d33c-9e32-26fa-3587-7d6be76f5a82-e76f5a7f, #w-node-_31b3be62-bd57-7fc5-a2c8-df6e24a3bc2d-db22388c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email-Event.w-node-_3fc67d1d-7b56-7116-663f-96f373bbfd5c-db22388c, #Phone.w-node-_3fc67d1d-7b56-7116-663f-96f373bbfd60-db22388c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c77fb49-63a8-83bc-1dcc-df3351f2e53e-db22388d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7c77fb49-63a8-83bc-1dcc-df3351f2e53f-db22388d, #w-node-b2b65e24-bfac-cdc6-3520-a195ce162d57-db22388f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2b65e24-bfac-cdc6-3520-a195ce162d59-db22388f {
  align-self: stretch;
}

#Nachricht.w-node-_1aa40a51-4680-2c02-497e-bdded3393e17-d3393e02 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_1aa40a51-4680-2c02-497e-bdded3393e18-d3393e02 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_964f35df-bb90-3b37-1840-1fce80deb8f0-db2238a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df5ec16c-ace8-e512-13b3-beefccc93a4b-db2238e6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-df5ec16c-ace8-e512-13b3-beefccc93a4d-db2238e6 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#message.w-node-bbb7b422-02d8-4454-5c78-b9cc1bab0d0b-db2238e6 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-bbb7b422-02d8-4454-5c78-b9cc1bab0d0c-db2238e6 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-db2238e7, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-db2238e7, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-db2238e7, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-db2238e7, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-db2238e7, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-db2238e7, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-db2238e7, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-db2238e7, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-db2238e7, #w-node-_60e8d72f-669d-07b1-2f48-a2416ca7773a-db2238e7, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-db2238e7, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-db2238e7, #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-db2238e7, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-db2238e7, #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-db2238e7, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-db2238e7, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-db2238e7, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-db2238e7, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-db2238fe, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-db2238fe, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-db2238fe, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-db2238fe, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-db2238fe, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-db2238fe, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-db2238fe, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-db2238fe, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-db2238fe, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-db2238fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f126bd13-7d74-2d14-b5f9-a57cb9fbea6d-db223902 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-f126bd13-7d74-2d14-b5f9-a57cb9fbea73-db223902 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f126bd13-7d74-2d14-b5f9-a57cb9fbea7d-db223902, #w-node-f126bd13-7d74-2d14-b5f9-a57cb9fbea88-db223902, #w-node-f126bd13-7d74-2d14-b5f9-a57cb9fbea93-db223902, #w-node-_93dc90f9-0780-aef4-22fe-d9d5524c13f4-db223902 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-3.w-node-_60db14a3-3c63-4f54-f8b2-fbffc54796ed-db223902 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_60db14a3-3c63-4f54-f8b2-fbffc54796ee-db223902 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d0979573-badd-f45a-cf7e-a2a5e86fb386-db223805 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_3fc67d1d-7b56-7116-663f-96f373bbfd61-db22388c {
    justify-self: start;
  }

  #w-node-a44c4f05-7dfd-f390-e49c-1ead9c16eb76-db2238a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-db2238e7, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-db2238e7, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-db2238e7, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-db2238e7, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-db2238e7, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-db2238e7, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-db2238e7, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-db2238e7, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-db2238e7, #w-node-_60e8d72f-669d-07b1-2f48-a2416ca7773a-db2238e7, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-db2238e7, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-db2238e7, #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-db2238e7, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-db2238e7, #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-db2238e7, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-db2238e7, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-db2238e7, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-db2238e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mission Gothic';
  src: url('../fonts/Mission-Gothic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mission Gothic';
  src: url('../fonts/Mission-Gothic-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mission Gothic';
  src: url('../fonts/Mission-Gothic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mission Gothic';
  src: url('../fonts/Mission-Gothic-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}