.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }
  
  .w-commerce-commercecartwrapper {
    display: inline-block;
    position: relative;
  }
  
  .w-commerce-commercecartopenlink {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecartopenlinkcount {
    display: inline-block;
    height: 18px;
    min-width: 18px;
    margin-left: 8px;
    padding-right: 6px;
    padding-left: 6px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #fff;
    color: #3898ec;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
  }
  
  .w-commerce-commercecartcontainerwrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: absolute;
    top: 100%;
    left: 0px;
    right: auto;
    bottom: auto;
    background-color: transparent;
  }
  
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: absolute;
    left: auto;
    top: 100%;
    right: 0px;
    bottom: auto;
    background-color: transparent;
  }
  
  .w-commerce-commercecartcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 480px;
    min-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  }
  
  .w-commerce-commercecartheader {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .w-commerce-commercecartheading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .w-commerce-commercecartcloselink {
    width: 16px;
    height: 16px;
  }
  
  .w-commerce-commercecartformwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  
  .w-commerce-commercecartform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  
  .w-commerce-commercecartlist {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-overflow-scrolling: touch;
  }
  
  .w-commerce-commercecartitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .w-commerce-commercecartitemimage {
    width: 60px;
    height: 0%;
  }
  
  .w-commerce-commercecartiteminfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  
  .w-commerce-commercecartproductname {
    font-weight: 700;
  }
  
  .w-commerce-commercecartoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
  }
  
  .w-commerce-commercecartquantity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecartquantity::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecartquantity:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecartquantity::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecartquantity::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecartquantity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecartfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
  }
  
  .w-commerce-commercecartlineitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  
  .w-commerce-commercecartordervalue {
    font-weight: 700;
  }
  
  .w-commerce-commercecartapplepaybutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 8px;
    height: 38px;
    min-height: 30px;
  }
  
  .w-commerce-commercecartapplepayicon {
    width: 100%;
    height: 50%;
    min-height: 20px;
  }
  
  .w-commerce-commercecartquickcheckoutbutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    height: 38px;
  }
  
  .w-commerce-commercequickcheckoutgoogleicon {
    display: block;
    margin-right: 8px;
  }
  
  .w-commerce-commercequickcheckoutmicrosofticon {
    display: block;
    margin-right: 8px;
  }
  
  .w-commerce-commercecartcheckoutbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
  }
  
  .w-commerce-commercecartemptystate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  
  .w-commerce-commercecarterrorstate {
    margin-top: 0px;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: #ffdede;
  }
  
  .w-commerce-commerceaddtocartform {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  
  .w-commerce-commerceaddtocartoptionpillgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  
  .w-commerce-commerceaddtocartoptionpill {
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    border-right-color: #000;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    color: #000;
    background-color: #fff;
    cursor: pointer;
  }
  
  .w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
    color: #fff;
    background-color: #000;
  }
  
  .w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
    color: #666;
    background-color: #e6e6e6;
    border-top-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
    cursor: not-allowed;
    outline-style: none;
  }
  
  .w-commerce-commerceaddtocartquantityinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commerceaddtocartquantityinput::placeholder {
    color: #999;
  }
  
  .w-commerce-commerceaddtocartquantityinput:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commerceaddtocartbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
    color: #666;
    background-color: #e6e6e6;
    border-top-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
    cursor: not-allowed;
    outline-style: none;
  }
  
  .w-commerce-commercebuynowbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px;
  }
  
  .w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
    color: #666;
    background-color: #e6e6e6;
    border-top-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
    cursor: not-allowed;
    outline-style: none;
  }
  
  .w-commerce-commerceaddtocartoutofstock {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ddd;
  }
  
  .w-commerce-commerceaddtocarterror {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffdede;
  }
  
  .w-commerce-commercecheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
  }
  
  .w-commerce-commercelayoutcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .w-commerce-commercelayoutmain {
    -webkit-flex-basis: 800px;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 20px;
  }
  
  .w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
  }
  
  .w-commerce-commercecheckoutblockcontent {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
  }
  
  .w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
  }
  
  .w-commerce-commercecheckoutemailinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutemailinput::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutemailinput:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingaddresswrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutshippingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingfullname::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingfullname:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddress::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddress:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
  }
  
  .w-commerce-commercecheckoutcolumn {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  
  .w-commerce-commercecheckoutshippingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcity::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstateprovince::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingstateprovince:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingzippostalcode::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingzippostalcode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcountryselector::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutshippingcountryselector:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutshippingmethodswrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutshippingmethodslist {
    border-left-color: #e6e6e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #e6e6e6;
    border-right-width: 1px;
    border-right-style: solid;
  }
  
  .w-commerce-commercecheckoutshippingmethoditem {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
    background-color: #fff;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  
  .w-commerce-commercecheckoutshippingmethoddescriptionblock {
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .w-commerce-commerceboldtextblock {
    font-weight: 700;
  }
  
  .w-commerce-commercecheckoutshippingmethodsemptystate {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    background-color: #fff;
  }
  
  .w-commerce-commercecheckoutpaymentinfowrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutcardnumber {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
  }
  
  .w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardnumber::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardnumber:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutcardnumber.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingaddresstogglewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .w-commerce-commercecheckoutbillingaddresstogglecheckbox {
    margin-top: 4px;
  }
  
  .w-commerce-commercecheckoutbillingaddresstogglelabel {
    font-weight: 400;
    margin-left: 8px;
  }
  
  .w-commerce-commercecheckoutbillingaddresswrapper {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutbillingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingfullname::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingfullname:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddress::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddress:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcity::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstateprovince::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingstateprovince:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingzippostalcode::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingzippostalcode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutbillingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcountryselector::placeholder {
    color: #999;
  }
  
  .w-commerce-commercecheckoutbillingcountryselector:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
  }
  
  .w-commerce-commercecheckoutorderitemswrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutsummaryblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
  }
  
  .w-commerce-commercecheckoutorderitemslist {
    margin-bottom: -20px;
  }
  
  .w-commerce-commercecheckoutorderitem {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .w-commerce-commercecheckoutorderitemdescriptionwrapper {
    margin-left: 16px;
    margin-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .w-commerce-commercecheckoutorderitemquantitywrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: pre-wrap;
  }
  
  .w-commerce-commercecheckoutorderitemoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
  }
  
  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
  
  .w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutsummarylineitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .w-commerce-commercecheckoutordersummaryextraitemslistitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .w-commerce-commercecheckoutsummarytotal {
    font-weight: 700;
  }
  
  .w-commerce-commercecheckoutplaceorderbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .w-commerce-commercecheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
  }
  
  .w-commerce-commercepaypalcheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
  }
  
  .w-commerce-commercecheckoutcustomerinfosummarywrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercecheckoutsummaryitem {
    margin-bottom: 8px;
  }
  
  .w-commerce-commercecheckoutsummarylabel {
    margin-bottom: 8px;
  }
  
  .w-commerce-commercecheckoutsummaryflexboxdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .w-commerce-commercecheckoutsummarytextspacingondiv {
    margin-right: 0.33em;
  }
  
  .w-commerce-commercecheckoutpaymentsummarywrapper {
    margin-bottom: 20px;
  }
  
  .w-commerce-commercepaypalcheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
  }
  
  .w-commerce-commerceorderconfirmationcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
  }
  
  .w-commerce-commercecheckoutshippingsummarywrapper {
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 767px) {
    .w-commerce-commercelayoutcontainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .w-commerce-commercelayoutmain {
      margin-right: 0px;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
  
    .w-commerce-commercelayoutsidebar {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-commerce-commercecartcontainerwrapper--cartType-modal {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
      position: fixed;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
      position: fixed;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .w-commerce-commercecartquantity {
      font-size: 16px;
    }
  
    .w-commerce-commerceaddtocartquantityinput {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutemailinput {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutshippingfullname {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutshippingstreetaddress {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutshippingstreetaddressoptional {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutrow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .w-commerce-commercecheckoutshippingcity {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutshippingstateprovince {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutshippingzippostalcode {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutshippingcountryselector {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutcardnumber {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutcardexpirationdate {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutcardsecuritycode {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutbillingfullname {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutbillingstreetaddress {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutbillingstreetaddressoptional {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutbillingcity {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutbillingstateprovince {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutbillingzippostalcode {
      font-size: 16px;
    }
  
    .w-commerce-commercecheckoutbillingcountryselector {
      font-size: 16px;
    }
  }
  
  body {
    background-color: #f7f7f5;
    font-family: Poppins, sans-serif;
    color: #22282f;
    font-size: 16px;
    line-height: 1.3;
  }
  
  h1 {
    overflow: visible;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #22282f;
    font-size: 65px;
    line-height: 1.2;
    font-weight: 700;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
  }
  
  h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    color: #22282f;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
  }
  
  h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
  }
  
  h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
  }
  
  h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
  }
  
  p {
    font-family: Poppins, sans-serif;
    color: #4f555d;
  }
  
  a {
    font-family: Poppins, sans-serif;
    color: #22282f;
    font-weight: 400;
    text-decoration: none;
  }
  
  img {
    display: inline-block;
  }
  
  .titel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 144px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .login-register {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .link.end {
    margin-right: 0px;
  }
  
  .link.mod1 {
    margin-right: 10px;
  }
  
  .login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .gratis-testen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .image {
    display: block;
    width: 100px;
    margin-top: -5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .link-block {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .menu-link {
    font-family: Poppins, sans-serif;
    color: #4e4a47;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }
  
  .menu-link.login {
    font-family: Lato, sans-serif;
    color: #4E87A0;
    font-size: 18px;
    font-weight: 600;
  }
  
  .menu-link.login:hover {
    color: #4E87A0;
  }
  
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 159px;
    height: 55px;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #4E87A0;
    font-size: 16px;
    text-align: center;
  }
  
  .button:hover {
    background-color: #02958d;
  }
  
  .button.jetzt-entdecken {
    width: 177px;
  }
  
  .button.vertrieb-kontaktieren {
    width: 220px;
    margin-left: 10px;
    border: 1.5px solid #4E87A0;
    background-color: #f7f7f5;
    color: #4E87A0;
  }
  
  .button.vertrieb-kontaktieren:hover {
    border-width: 2px;
  }
  
  .button.cookie {
    width: 203px;
    height: 77px;
    padding-top: 9px;
    padding-bottom: 11px;
    border-radius: 15px;
    font-size: 20px;
  }
  
  .button.full-width {
    width: 100%;
  }
  
  .button.button-ghost {
    width: 157px;
    height: 53px;
    border: 1px solid #4E87A0;
    background-color: rgba(0, 170, 161, 0);
    color: #4E87A0;
    font-weight: 500;
  }
  
  .button.button-ghost:hover {
    background-color: #fff;
  }
  
  .button.button-ghost.full-width {
    width: 100%;
  }
  
  .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .beschreibung {
    position: static;
    max-width: 450px;
    margin-top: 10px;
    color: #4f555d;
    font-size: 16px;
    line-height: 25px;
  }
  
  .video {
    width: 420px;
    border-radius: 15px;
  }
  
  .background-video {
    z-index: 100;
    max-height: 490px;
    border-radius: 15px;
    box-shadow: none;
  }
  
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .paragraph {
    margin-bottom: 0px;
    margin-left: 25px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  
  .border {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    height: 490px;
    margin-top: -20px;
    margin-left: -20px;
    border: 1px solid #dbdbda;
    border-radius: 15px;
  }
  
  .image-2 {
    position: absolute;
    margin-top: 59px;
    margin-left: 123px;
  }
  
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .div-block-8.mid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .paragraph-2 {
    max-width: 480px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
  }
  
  .container {
    width: 100%;
    max-width: 1070px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .container.wide {
    width: 100%;
    max-width: 1220px;
  }
  
  .container.cookiebanner {
    max-width: 1141px;
  }
  
  .container.detailed-description {
    margin-top: 100px;
    padding: 40px 60px;
    border-radius: 10px;
    background-color: #fdfdfc;
  }
  
  .container.onboarding {
    max-width: none;
  }
  
  .section {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .section.cookiebar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 4vh;
    z-index: 9999;
  }
  
  .div-block-22 {
    z-index: 100000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 84px;
    min-height: 84px;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 155px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .div-block-24 {
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .grid-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 0.9fr;
    grid-template-columns: 1fr 0.9fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .div-block-25 {
    margin-top: 120px;
  }
  
  .div-block-26 {
    margin-top: 22vh;
  }
  
  .grid-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 0.9fr 1fr;
    grid-template-columns: 0.9fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 155px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 375px;
    padding: 71px 75px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 20px;
    background-color: #f0f0ed;
  }
  
  .grid {
    grid-row-gap: 60px;
    grid-template-areas: "Area-3 Area-3 Area-5 ."
      "Area-3 Area-3 Area-5 Area"
      ". Area-4 Area-4 Area"
      ". Area-4 Area-4 Area";
    -ms-grid-columns: 1fr 0.5fr 0.72fr 1fr;
    grid-template-columns: 1fr 0.5fr 0.72fr 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto;
  }
  
  .image-9 {
    width: 446px;
    height: 297px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .image-10 {
    width: 198px;
    height: 297px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .image-11 {
    width: 300px;
    height: 450px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .image-12 {
    width: 476px;
    height: 317px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .div-block-29 {
    margin-left: -103px;
  }
  
  .div-block-30 {
    margin-top: 120px;
  }
  
  .grid-2 {
    margin-top: 90px;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
  }
  
  .margin-container {
    display: block;
    margin-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .margin-container.cookiebar {
    margin-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .margin-container.aligned-left {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .div-block-33 {
    margin-top: 120px;
  }
  
  .div-block-34 {
    height: 100%;
    max-height: 240px;
    padding: 35px 35px 35px 60px;
    border-radius: 20px;
    cursor: default;
  }
  
  .div-block-34:hover {
    background-color: #f0f0ed;
  }
  
  .paragraph-3 {
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
  
  .image-13 {
    position: absolute;
    margin-top: -58px;
    margin-left: 262px;
  }
  
  .image-14 {
    position: absolute;
    margin-top: -97px;
    margin-left: 286px;
  }
  
  .div-block-36 {
    position: relative;
    left: -183px;
    top: 19px;
    overflow: visible;
    width: 724px;
    height: 321px;
    border-radius: 35px;
    background-color: #fdfdfc;
    box-shadow: 0 15px 40px 0 rgba(181, 181, 179, 0.2);
  }
  
  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .grid-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  
  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 299px;
    height: 98px;
    padding: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f7f7f5;
  }
  
  .div-block-38:hover {
    background-color: #f0f0ed;
  }
  
  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #4E87A0;
  }
  
  .heading-14 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }
  
  .paragraph-8 {
    margin-top: 2px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    color: #647383;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
  }
  
  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .link-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .dropdown-list {
    background-color: transparent;
  }
  
  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 7px 10px 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .image-15 {
    margin-top: 1px;
  }
  
  .div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-bottom: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
  }
  
  .div-block-42:hover {
    background-color: #f0f0ed;
  }
  
  .div-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-right: 14px;
    padding-bottom: 1px;
    padding-left: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
  }
  
  .div-block-43:hover {
    background-color: #f0f0ed;
  }
  
  .div-block-44 {
    margin-right: 49px;
  }
  
  .grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .div-block-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 584px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .div-block-46 {
    overflow: hidden;
    width: auto;
    height: 130px;
    border-radius: 15px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .image-16 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }
  
  .div-block-47 {
    margin-bottom: 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .paragraph-9 {
    margin-right: 10px;
    margin-bottom: 0px;
    color: #22282f;
    line-height: 21px;
    font-weight: 400;
  }
  
  .paragraph-10 {
    margin-top: 13px;
    margin-bottom: 0px;
    line-height: 23px;
    font-weight: 400;
  }
  
  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .paragraph-11 {
    margin-bottom: 0px;
    line-height: 21px;
    font-weight: 400;
  }
  
  .image-17 {
    margin-left: -4px;
  }
  
  .image-18 {
    width: 55px;
    height: 55px;
    margin-right: 30px;
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  
  .paragraph-12 {
    margin-bottom: 1px;
    color: #22282f;
    font-weight: 500;
  }
  
  .paragraph-13 {
    margin-bottom: 0px;
    color: #a6a4a2;
    font-size: 13px;
    font-weight: 400;
  }
  
  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .tab-link-tab-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 356px;
    height: 104px;
    margin-bottom: 19.5px;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fdfdfc;
    border-radius: 15px;
    background-color: #fdfdfc;
  }
  
  .tab-link-tab-1:hover {
    border: 1px solid #f0f0ed;
  }
  
  .tab-link-tab-1.w--current {
    background-color: #f0f0ed;
  }
  
  .tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .tab-pane-tab-1 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  
  .div-block-56 {
    margin-bottom: 40px;
  }
  
  .div-block-57 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .div-block-28-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 71px 75px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 20px;
    background-color: #fdfdfc;
  }
  
  .grid-6 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .grid-7 {
    grid-auto-flow: row;
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .div-block-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 47px 22% 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fdfdfc;
  }
  
  .image-19 {
    overflow: visible;
    height: 160px;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .div-block-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 140px;
    max-width: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .heading-17 {
    margin-top: 17px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
  }
  
  .paragraph-14 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  
  .team-social-media-links {
    display: none;
    margin-top: 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  
  .div-block-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .div-block-66 {
    display: block;
    margin-top: 61px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .div-block-67 {
    display: block;
    overflow: hidden;
  }
  
  .div-block-68 {
    position: relative;
    top: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 233px;
    max-width: 100%;
    margin-top: -194px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 245, 0)), color-stop(99%, #f7f7f5));
    background-image: linear-gradient(180deg, rgba(247, 247, 245, 0), #f7f7f5 99%);
  }
  
  .text-block {
    color: #4e4a47;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  
  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -15px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  
  .image-20 {
    padding-top: 2px;
  }
  
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .grid-8 {
    grid-column-gap: 15px;
    -ms-grid-columns: 0.8fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 0.8fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .footer-column.columnprodukte {
    padding-right: 30px;
  }
  
  .footer-column.columnzemp {
    padding-right: 0px;
  }
  
  .heading-22 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  
  .link-block-3:hover {
    color: #4E87A0;
  }
  
  .text-block-2 {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #4e4a47;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
  
  .text-block-2:hover {
    color: #4E87A0;
  }
  
  .div-block-74 {
    height: 2px;
    margin-bottom: 80px;
    background-color: #f0f0ed;
  }
  
  .div-block-75 {
    height: 2px;
    max-height: 2px;
    max-width: 122px;
    margin-top: 30px;
    padding-bottom: 0px;
    background-color: #707070;
  }
  
  .div-block-76 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 61px;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .link-block-5 {
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 5px;
  }
  
  .image-23 {
    padding-right: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .image-24 {
    padding-right: 10px;
  }
  
  .image-25 {
    margin-left: 6px;
    padding-top: 2px;
    opacity: 0;
  }
  
  .link-block-6 {
    margin-right: 15px;
  }
  
  .div-block-footer {
    display: block;
    margin-top: 80px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .link-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-78 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 41px;
    height: 19px;
    margin-top: 8px;
    margin-left: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #4E87A0;
    white-space: normal;
  }
  
  .text-block-3 {
    margin-top: 0px;
    margin-left: 0px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
  }
  
  .link-2 {
    color: #4E87A0;
    font-size: 16px;
  }
  
  .link-2:hover {
    color: #02958d;
  }
  
  .image-26 {
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .text-block-4 {
    margin-top: 10px;
    color: #4f555d;
  }
  
  .div-block-79 {
    display: block;
  }
  
  .image-27 {
    display: block;
  }
  
  .div-block-80 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .div-block-82 {
    margin-bottom: 20px;
  }
  
  .div-block-84 {
    max-width: 100%;
  }
  
  .heading-31 {
    text-align: center;
  }
  
  .heading-33 {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
  
  .heading-34 {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
  
  .heading-35 {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
  
  .navbar-desktop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 900;
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f7f7f5;
  }
  
  .navbar-desktop.onboarding {
    max-width: none;
  }
  
  .navbar-mobile {
    display: none;
    width: 100%;
    max-width: 1070px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .div-block-35 {
    display: block;
    margin-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .dropdown-menu {
    display: none;
  }
  
  .div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 299px;
    height: 98px;
    padding: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f7f7f5;
  }
  
  .div-block-55:hover {
    background-color: #f0f0ed;
  }
  
  .div-block-90 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 299px;
    height: 98px;
    padding: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f7f7f5;
  }
  
  .div-block-90:hover {
    background-color: #f0f0ed;
  }
  
  .div-block-91 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #4E87A0;
  }
  
  .login-register-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .div-block-55-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 299px;
    height: 98px;
    padding: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f7f7f5;
  }
  
  .div-block-55-top:hover {
    background-color: #f0f0ed;
  }
  
  .div-block-90-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 299px;
    height: 98px;
    padding: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f7f7f5;
  }
  
  .div-block-90-top:hover {
    background-color: #f0f0ed;
  }
  
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .div-block-97 {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .produktlinke {
    font-family: Lato, sans-serif;
    color: #4E87A0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
  }
  
  .text-block-6 {
    margin-top: 20px;
    text-align: center;
  }
  
  .grid-9 {
    grid-row-gap: 50px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .pos-featureblock {
    max-width: 490px;
    padding: 28px 23px 28px 28px;
    border-radius: 20px;
    background-color: #f0f0ed;
    box-shadow: none;
  }
  
  .pos-featureblock:hover {
    background-color: #ebebe7;
    box-shadow: 11px 11px 40px 0 rgba(181, 181, 179, 0.2);
  }
  
  .div-block-98 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-99 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 94px;
    min-width: 94px;
    margin-right: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f7f7f5;
  }
  
  .text-block-7 {
    margin-top: 4px;
    color: #4f555d;
    font-size: 14px;
  }
  
  .div-block-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .div-block-4-pos-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .image-40 {
    position: absolute;
    display: none;
    margin-top: 252px;
    margin-left: 11px;
  }
  
  .image-41 {
    display: block;
    width: 100%;
  }
  
  .div-block-22-dropdown {
    z-index: 100000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 84px;
    min-height: 84px;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .arrow-pos-kassensystem {
    position: absolute;
    margin-top: 59px;
    margin-left: 20px;
  }
  
  .div-block-allinone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .container-wide {
    width: 100%;
    max-width: 1070px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .div-block-102 {
    max-width: 665px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .div-block-vh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-103 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .image-42 {
    margin-right: 12px;
  }
  
  .div-block-104 {
    margin-top: 10px;
  }
  
  .text-block-8 {
    color: #4f555d;
  }
  
  .text-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 25px;
    margin-bottom: 11px;
    margin-left: -7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cceeec;
    font-weight: 300;
  }
  
  .text-block-kleider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 25px;
    margin-bottom: 11px;
    margin-left: -13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cceeec;
    font-weight: 300;
  }
  
  .image-8-copy {
    width: 460px;
    height: 345px;
    padding-top: 16px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .image-8-copy-desktop {
    width: 591px;
    height: 411px;
    padding-top: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .div-block-26-copy {
    margin-top: 100px;
  }
  
  .div-block-105 {
    margin-top: 20px;
    margin-left: 79px;
  }
  
  .div-block-106 {
    margin-top: 20px;
    margin-right: 79px;
  }
  
  .left-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .right-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .heading-32-copy {
    font-size: 62px;
  }
  
  .image-43 {
    max-width: 190px;
    margin-top: 40px;
  }
  
  .div-block-26-copy {
    margin-top: 100px;
  }
  
  .div-block-107 {
    margin-left: 77px;
  }
  
  .div-block-108 {
    margin-right: 73px;
  }
  
  .grid-10 {
    width: 960px;
    grid-auto-flow: row;
    grid-column-gap: 40px;
    grid-row-gap: 27px;
    grid-template-areas: "Area"
      "Area";
    -ms-grid-rows: 191px 27px 191px;
    grid-template-rows: 191px 191px;
  }
  
  .div-block-109 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .div-block-110 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 456px;
    min-height: 413px;
    padding: 57px 62px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #fdfdfc;
  }
  
  .div-block-111 {
    display: block;
    max-width: 482px;
    padding-top: 30px;
    padding-right: 35px;
    padding-left: 36px;
    border-radius: 20px;
    background-color: #4E87A0;
  }
  
  .div-block-112 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  
  .text-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #fdfdfc;
    font-size: 35px;
    font-weight: 700;
  }
  
  .text-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 51px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato, sans-serif;
    color: #fdfdfc;
    font-size: 33px;
    text-align: right;
  }
  
  .text-block-11.blackcolor {
    color: #22282f;
  }
  
  .text-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 21px;
    padding-bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato, sans-serif;
    color: #fdfdfc;
  }
  
  .text-block-12.blackcolor {
    color: #22282f;
  }
  
  .button-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 159px;
    height: 55px;
    margin-left: 0px;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fdfdfc;
    color: #4E87A0;
    font-size: 16px;
    text-align: center;
  }
  
  .button-copy:hover {
    background-color: #cceeec;
    color: #02958d;
  }
  
  .div-block-112-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .div-block-114 {
    position: static;
    display: block;
    overflow: visible;
    max-width: 482px;
    padding-top: 30px;
    padding-right: 35px;
    padding-left: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e7;
    border-radius: 20px;
    background-color: #f7f7f5;
    cursor: pointer;
  }
  
  .div-block-114:hover {
    background-color: #f0f0ed;
  }
  
  .text-block-10-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #22282f;
    font-size: 35px;
    font-weight: 700;
  }
  
  .div-block-114-hide {
    position: static;
    display: none;
    overflow: visible;
    max-width: 482px;
    padding-top: 30px;
    padding-right: 35px;
    padding-left: 36px;
    border: 1px solid #4E87A0;
    border-radius: 20px;
    background-color: #4E87A0;
  }
  
  .text-block-12-copy-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 51px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato, sans-serif;
    color: #fdfdfc;
  }
  
  .div-block-111-hide {
    display: none;
    max-width: 482px;
    padding-top: 30px;
    padding-right: 34px;
    padding-left: 36px;
    border: 1px solid #e8e8e7;
    border-radius: 20px;
    background-color: #f7f7f5;
    cursor: pointer;
  }
  
  .div-block-111-hide:hover {
    background-color: #f0f0ed;
  }
  
  .image-hide {
    position: absolute;
    display: none;
    margin-left: 313px;
  }
  
  .text-block-12-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 51px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato, sans-serif;
    color: #22282f;
  }
  
  .div-block-115 {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    height: 62px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fdfdfc;
    cursor: pointer;
  }
  
  .div-block-115-copy {
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 52px;
    margin-left: 115px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-color: #4E87A0;
  }
  
  .text-block-13 {
    position: relative;
    z-index: 2;
    margin-right: 28px;
    color: #fdfdfc;
    font-weight: 400;
  }
  
  .text-block-13-copy {
    position: relative;
    z-index: 2;
    margin-left: 21px;
    color: #22282f;
  }
  
  .text-block-11-monat {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    margin-left: 51px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    font-family: Lato, sans-serif;
    color: #fdfdfc;
    font-size: 33px;
    text-align: right;
  }
  
  .text-block-11-monat.blackcolor {
    color: #22282f;
  }
  
  .image-44 {
    position: absolute;
    margin-top: 45px;
    margin-left: 116px;
  }
  
  .image-44-copy {
    position: absolute;
    margin-top: 11px;
    margin-left: 246px;
  }
  
  .heading-46 {
    margin-top: 15px;
    color: #647383;
    font-size: 25px;
  }
  
  .div-block-32-c2opy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-140 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .button-copy-grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 159px;
    height: 55px;
    margin-left: 0px;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fdfdfc;
    color: #4E87A0;
    font-size: 16px;
    text-align: center;
  }
  
  .button-copy-grey:hover {
    background-color: #cceeec;
    color: #02958d;
  }
  
  .button-copy-grey-absolut {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 159px;
    height: 55px;
    margin-top: 325px;
    margin-left: 765px;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fdfdfc;
    color: #4E87A0;
    font-size: 16px;
    text-align: center;
  }
  
  .button-copy-grey-absolut:hover {
    background-color: #f0f0ed;
    color: #02958d;
  }
  
  .button-copy-absolut {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 159px;
    height: 55px;
    margin-top: 106px;
    margin-left: 766px;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fdfdfc;
    color: #4E87A0;
    font-size: 16px;
    text-align: center;
  }
  
  .button-copy-absolut:hover {
    background-color: #f0f0ed;
    color: #02958d;
  }
  
  .div-block-116 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 71px;
    margin-top: 19px;
    margin-left: 194px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .div-block-117 {
    position: relative;
    z-index: 3;
    width: 23px;
    height: 11px;
    border-radius: 20px;
    background-color: #4E87A0;
  }
  
  .div-block-118 {
    width: 11px;
    height: 11px;
    margin-left: 13px;
    border-radius: 19px;
    background-color: #dbdbda;
  }
  
  .div-block-119 {
    position: absolute;
    width: 11px;
    height: 11px;
    margin-left: 12px;
    border-radius: 19px;
    background-color: #dbdbda;
  }
  
  .image-pos-slider-2 {
    display: none;
    width: 460px;
    height: 345px;
    padding-top: 0px;
    border-radius: 10px;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }
  
  .image-pos-slider-1 {
    width: 460px;
    height: 345px;
    padding-top: 0px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .image-pos-slider-3 {
    display: none;
    width: 460px;
    height: 345px;
    padding-top: 0px;
    border-radius: 10px;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .div-block-120 {
    margin-bottom: 20px;
  }
  
  .div-block-121 {
    margin-bottom: 20px;
  }
  
  .div-block-122 {
    position: static;
    left: 0%;
    top: 80vh;
    right: 0%;
    bottom: auto;
    z-index: 999999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 121px;
    padding-right: 22px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fdfdfc;
    box-shadow: 0 15px 40px 0 rgba(181, 181, 179, 0.2);
  }
  
  .text-block-14 {
    max-width: 70%;
    font-size: 19px;
    font-weight: 300;
  }
  
  .link-3 {
    color: #4E87A0;
    font-weight: 300;
    text-decoration: underline;
  }
  
  .div-block-123 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .add-to-cart-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .add-to-cart-default-state {
    margin-bottom: 0px;
  }
  
  .add-to-cart-option-list {
    margin-bottom: 22px;
  }
  
  .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  
  .image-wrapper.product {
    max-width: 588px;
    margin-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 18px;
  }
  
  .product-compare-price {
    font-family: Lato, sans-serif;
    color: #4f555d;
    font-size: 38px;
    line-height: 1.316em;
    font-weight: 500;
    text-decoration: line-through;
  }
  
  .product-content-top {
    margin-bottom: 48px;
    font-weight: 400;
  }
  
  .product-price {
    margin-right: 20px;
    font-family: Lato, sans-serif;
    font-size: 38px;
    line-height: 1.316em;
    font-weight: 700;
  }
  
  .split-content.product-content {
    max-width: 519px;
  }
  
  .split-content.terms-conditions-left {
    width: 100%;
    max-width: 384px;
    margin-right: 30px;
  }
  
  .split-content.terms-conditions-right {
    max-width: 688px;
    margin-bottom: -55px;
  }
  
  .image-45.product {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .empty-state {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
    color: #494a4d;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  
  .error-message {
    margin-top: 20px;
    padding: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 18px;
    background-color: #faf6f1;
    color: #f50;
    font-weight: 500;
    text-align: center;
  }
  
  .select {
    margin-bottom: 10px;
    padding: 0px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 10px;
    background-color: #fdfdfc;
    color: #22282f;
    font-size: 16px;
  }
  
  .select:focus {
    color: #494a4d;
  }
  
  .select::-webkit-input-placeholder {
    color: #6f7278;
  }
  
  .select:-ms-input-placeholder {
    color: #6f7278;
  }
  
  .select::-ms-input-placeholder {
    color: #6f7278;
  }
  
  .select::placeholder {
    color: #6f7278;
  }
  
  .product-price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .product-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 140px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .title.product {
    margin-bottom: 14px;
    font-size: 46px;
  }
  
  .rich-text p {
    color: #4f555d;
    line-height: 1.8;
  }
  
  .rich-text h2 {
    margin-bottom: 20px;
    text-align: left;
  }
  
  .rich-text h3 {
    margin-bottom: 20px;
  }
  
  .rich-text h5 {
    margin-bottom: 20px;
  }
  
  .card {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
  }
  
  .card.terms-conditions-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .heading-48 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .div-block-124 {
    margin-top: 100px;
  }
  
  .div-block-125 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .grid-11 {
    max-width: 1013px;
    margin-left: 30px;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-column-gap: 39px;
    grid-row-gap: 90px;
    -ms-grid-rows: auto 90px auto;
    grid-template-areas: "Area Area Area-2 Area-2 Area-3 Area-3"
      ". Area-4 Area-4 Area-5 Area-5 .";
    -ms-grid-columns: 1fr 39px 1fr 39px 1fr 39px 1fr 39px 1fr 39px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .text-block-16 {
    margin-top: 30px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  
  .text-block-17 {
    margin-top: 9px;
    color: #4f555d;
    font-weight: 400;
    text-align: center;
  }
  
  .image-46 {
    width: 100%;
    border-radius: 40px;
  }
  
  .div-block-126 {
    max-height: 353px;
    max-width: 259px;
  }
  
  .div-block-127 {
    max-width: 259px;
  }
  
  .text-block-18 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: adobe-handwriting-tiffany, sans-serif;
    color: #4E87A0;
    font-size: 25px;
  }
  
  .div-block-32-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .image-48 {
    max-width: 159px;
    border-radius: 30px;
  }
  
  .div-block-128 {
    max-width: 231px;
  }
  
  .heading-49 {
    text-align: left;
  }
  
  .heading-100 {
    margin-top: 15px;
    color: #647383;
    font-size: 25px;
    text-align: center;
  }
  
  .header-only-text {
    margin-top: 140px;
    text-align: center;
  }
  
  .shop-category-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 74px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .product-item-content {
    text-align: center;
  }
  
  .product-item-price-badge {
    position: absolute;
    top: 23px;
    right: 20px;
    padding: 12px 13px 10px 11px;
    border-radius: 7px;
    background-color: #f7f7f5;
    color: #4E87A0;
    font-weight: 500;
  }
  
  .product-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    border-radius: 10px;
  }
  
  .product-title {
    margin-bottom: 13px;
    font-family: Lato, sans-serif;
    color: #22282f;
    font-size: 24px;
  }
  
  .product-description {
    margin-bottom: 0px;
    line-height: 1.8;
  }
  
  .product-image {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .collection-list-wrapper {
    margin-top: 80px;
  }
  
  .checkout-form {
    margin-top: 140px;
  }
  
  .apple-pay {
    border-radius: 10px;
  }
  
  .block-header {
    padding: 40px;
    border-color: #f0f0ed;
    border-radius: 20px 20px 0px 0px;
    background-color: #fdfdfc;
  }
  
  .block-content {
    margin-top: 0px;
    margin-bottom: 60px;
    padding: 40px;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #f0f0ed;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fdfdfc;
  }
  
  .block-content.no-margin-bottom {
    margin-bottom: 0px;
  }
  
  .checkout-title {
    font-size: 24px;
    font-weight: 700;
  }
  
  .checkout-field-label {
    font-weight: 400;
  }
  
  .input {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #fdfdfc;
    color: #22282f;
  }
  
  .input:hover {
    color: #22282f;
  }
  
  .input:active {
    color: #22282f;
  }
  
  .input:focus,
  .input.-wfp-focus {
    color: #22282f;
  }
  
  .input.multiple-lines {
    height: 80px;
  }
  
  .shipping-method {
    border: 1px none #000;
  }
  
  .shipping-method-list {
    border: 1px none #000;
  }
  
  .order-confirmation {
    margin-top: 140px;
  }
  
  .div-block-59-invisible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 47px 22% 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fdfdfc;
    opacity: 0;
  }
  
  .text-block-999 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 25px;
    margin-bottom: 11px;
    margin-left: -7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cceeec;
    font-weight: 300;
  }
  
  .cart {
    width: 100%;
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  .cart-quantity {
    display: block;
    margin-right: 5px;
    margin-bottom: 4px;
    margin-left: 7px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    color: #22282f;
    font-size: 16px;
    font-weight: 600;
  }
  
  .div-block-142 {
    margin-bottom: 70px;
  }
  
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .div-block-143 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-144 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-145 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-146 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .card-wrapper {
    position: fixed;
    right: 40px;
    bottom: 110px;
    z-index: 1000;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  
  .cart-button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4E87A0;
    background-image: url('../images/Shopping-Cart.svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  
  .cart-wrapper {
    z-index: 500;
  }
  
  .cart-container {
    margin-top: 140px;
    border-radius: 20px;
  }
  
  .order-item-cart-image {
    width: 100px;
    border-radius: 10px;
  }
  
  .option-list-cart {
    font-size: 12px;
  }
  
  .quantity-cart {
    font-size: 12px;
  }
  
  .text-block-1003 {
    margin-bottom: 18px;
    color: #70747c;
    font-weight: 400;
    text-align: center;
  }
  
  .text-block-1004 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
  }
  
  .image-50 {
    margin-bottom: 0px;
  }
  
  .div-block-147 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 465px;
    padding: 0px 30px 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fdfdfc;
  }
  
  .div-block-147:hover {
    box-shadow: 1px 10px 20px 0 rgba(0, 0, 0, 0.05);
  }
  
  .div-block-148 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .div-block-32-copyshort {
    display: block;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .success-message {
    background-color: #f7f7f5;
  }
  
  .product-detail-title {
    margin-bottom: 40px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #4E87A0;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
  }
  
  .terms-conditions-nav-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 44px;
    min-height: 44px;
    min-width: 44px;
    margin-right: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #e9f8f7;
    color: #055f5b;
  }
  
  .divider {
    width: 100%;
    min-height: 1px;
    background-color: #caccd1;
  }
  
  .divider.terms-conditions {
    margin-top: 108px;
    margin-bottom: 118px;
  }
  
  .terms-conditions-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none transparent;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
    color: #494a4d;
    font-size: 22px;
    line-height: 1.273em;
    font-weight: 600;
    text-decoration: none;
  }
  
  .terms-conditions-nav-link:hover {
    border-color: transparent;
    background-color: #e9f8f7;
    color: #055f5b;
  }
  
  .terms-conditions-nav-link.w--current {
    border-bottom-color: #055f5b;
    background-color: #4E87A0;
    color: #fff;
  }
  
  .terms-conditions-nav-link.last {
    border-bottom-width: 0px;
  }
  
  .terms-conditions-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .card-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 334px;
    padding: 28px 28px 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #fdfdfc;
  }
  
  .card-box.margin-right-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .card-box-header {
    margin-bottom: 20px;
    color: #4E87A0;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
  }
  
  .card-box-subinfo {
    color: #70747c;
    text-align: center;
  }
  
  .card-box-contact-info {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  
  .div-block-150 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .div-block-32-copy-copgfg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .image-51 {
    width: 30px;
  }
  
  .text-block-1009-copy {
    position: absolute;
    margin-top: 0px;
    margin-left: 313px;
    color: #4E87A0;
    font-size: 16px;
    font-weight: 500;
  }
  
  .text-block-1009-copyf {
    position: absolute;
    margin-top: -61px;
    margin-left: 236px;
    color: #4E87A0;
    font-size: 12px;
    font-weight: 400;
  }
  
  .div-block-151 {
    opacity: 0.5;
    cursor: default;
  }
  
  .div-block-152 {
    opacity: 0.5;
    cursor: default;
  }
  
  .div-block-153 {
    opacity: 0.5;
    cursor: default;
  }
  
  .div-block-154 {
    opacity: 0.5;
    cursor: default;
  }
  
  .div-block-155 {
    opacity: 0.5;
    cursor: default;
  }
  
  .div-block-156 {
    opacity: 0.5;
    cursor: default;
  }
  
  .div-block-157 {
    opacity: 0.5;
    cursor: default;
  }
  
  .div-block-158 {
    opacity: 0.5;
    cursor: default;
  }
  
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .flex.contact-box {
    margin-top: 120px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .input-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .contact-form {
    margin-top: 0px;
  }
  
  .form-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .form-block.onboarding {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .margin-right {
    margin-right: 30px;
  }
  
  .margin-right-big {
    margin-right: 60px;
  }
  
  .card-box-contact-info-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .image-52 {
    width: 450px;
  }
  
  .image-53 {
    width: 380px;
  }
  
  .div-block-159 {
    height: 100vh;
    padding-top: 32px;
    padding-right: 0px;
    padding-bottom: 32px;
  }
  
  .image-54 {
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .div-block-160 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .div-block-161 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  
  .onboarding-text-field {
    width: 335px;
    height: 55px;
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 20px;
    border: 1px none transparent;
    border-radius: 10px;
    background-color: #f0f0ed;
    color: #70747c;
    font-size: 14px;
    font-weight: 500;
  }
  
  .onboarding-text-field:hover {
    background-color: #e8e8e5;
  }
  
  .heading-101 {
    margin-bottom: 50px;
  }
  
  .text-block-1005 {
    margin-top: 3px;
    color: #70747c;
    font-size: 13px;
    text-align: center;
  }
  
  .link-5 {
    color: #4E87A0;
  }
  
  .link-5:hover {
    color: #02958d;
    text-decoration: underline;
  }
  
  .link-6 {
    color: #4E87A0;
  }
  
  .link-7 {
    color: #4E87A0;
  }
  
  .right-arrow {
    display: none;
  }
  
  .left-arrow {
    display: none;
  }
  
  .slider {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  
  .slide-1 {
    border-radius: 20px;
    background-image: url('../images/ZEMP-Edited-SeyaEggler-12-1-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .slide-2 {
    border-radius: 20px;
    background-image: url('../images/ZEMP2.0-SeyaEggler-24-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .slide-3 {
    border-radius: 20px;
    background-image: url('../images/ZEMP-LessContrast-SeyaEggler-20-min.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }
  
  .icon {
    display: none;
  }
  
  .icon-2 {
    display: none;
  }
  
  .logo-onboarding {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 900;
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f7f7f5;
  }
  
  .logo-onboarding.onboarding {
    max-width: none;
    background-color: transparent;
  }
  
  @media screen and (max-width: 991px) {
    .titel {
      margin-left: -16px;
    }
  
    .logo {
      display: block;
      margin-top: 0px;
      padding-top: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .login {
      margin-left: 20px;
    }
  
    .image {
      width: 90px;
      margin-top: 4px;
    }
  
    .button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
    }
  
    .button.navbar {
      display: none;
    }
  
    .button.cookie {
      width: 159px;
      height: 55px;
      padding-top: 7px;
      padding-bottom: 8px;
      font-size: 17px;
    }
  
    .right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
  
    .beschreibung {
      margin-top: 0px;
      font-size: 16px;
    }
  
    .video {
      width: 320px;
    }
  
    .background-video {
      max-height: 400px;
    }
  
    .div-block-4 {
      margin-top: 15px;
    }
  
    .paragraph {
      line-height: 18px;
    }
  
    .border {
      width: 320px;
      height: 400px;
      margin-top: -17px;
      margin-left: -17px;
    }
  
    .image-2 {
      margin-top: 55px;
      margin-left: 130px;
    }
  
    .div-block-8 {
      margin-top: 10px;
    }
  
    .paragraph-2 {
      margin-top: 20px;
      font-size: 16px;
    }
  
    .section.cookiebar {
      left: 0%;
      top: auto;
      right: 0%;
      bottom: 4vh;
    }
  
    .div-block-22 {
      max-height: 60px;
      min-height: 60px;
      margin-top: 10px;
      margin-right: 30px;
      margin-left: 30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .div-block-23 {
      margin-top: 17%;
    }
  
    .div-block-24 {
      margin-top: 100px;
      padding-bottom: 30px;
    }
  
    .div-block-25 {
      margin-top: 70px;
    }
  
    .div-block-26 {
      margin-top: 90px;
    }
  
    .div-block-27 {
      margin-top: 90px;
    }
  
    .div-block-28 {
      height: 300px;
      padding-top: 49px;
      padding-right: 35px;
      padding-left: 35px;
    }
  
    .grid {
      grid-row-gap: 19px;
      -ms-grid-columns: 0.75fr 0.75fr 0.97fr 1.5fr;
      grid-template-columns: 0.75fr 0.75fr 0.97fr 1.5fr;
    }
  
    .div-block-30 {
      margin-top: 80px;
    }
  
    .grid-2 {
      margin-top: 50px;
      grid-column-gap: 47px;
    }
  
    .margin-container {
      margin-top: 80px;
    }
  
    .div-block-33 {
      margin-top: 80px;
    }
  
    .div-block-34 {
      padding-left: 41px;
    }
  
    .paragraph-3 {
      font-size: 16px;
      line-height: 25px;
    }
  
    .image-13 {
      margin-left: 153px;
    }
  
    .image-14 {
      margin-left: 197px;
    }
  
    .div-block-39 {
      width: 7.7vh;
      height: 7.8vh;
    }
  
    .div-block-44 {
      margin-right: 0px;
    }
  
    .grid-4 {
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      justify-items: stretch;
      align-self: flex-start;
      grid-column-gap: 10px;
    }
  
    .div-block-45 {
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .div-block-46 {
      width: auto;
      height: 180px;
    }
  
    .image-16 {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
  
    .paragraph-9 {
      font-size: 16px;
    }
  
    .paragraph-10 {
      margin-bottom: 22px;
      font-size: 15px;
    }
  
    .paragraph-11 {
      font-size: 16px;
    }
  
    .image-18 {
      margin-right: 0px;
    }
  
    .paragraph-12 {
      margin-top: 10px;
      font-size: 13px;
      text-align: center;
    }
  
    .paragraph-13 {
      font-size: 12px;
      text-align: center;
    }
  
    .div-block-52 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
  
    .tabs-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: visible;
      margin-right: 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .tabs {
      overflow: visible;
      margin-top: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .tab-link-tab-1 {
      width: 200px;
      height: 150px;
      padding-left: 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .tab-link-tab-1.w--current {
      width: 200px;
      height: 150px;
      padding-left: 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .tabs-content {
      margin-top: 10px;
    }
  
    .div-block-28-copy {
      height: auto;
      padding: 35px;
    }
  
    .grid-6 {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -ms-grid-columns: 1.25fr 1fr;
      grid-template-columns: 1.25fr 1fr;
    }
  
    .div-block-58 {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .grid-7 {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .div-block-59 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: visible;
      margin-right: 20px;
      margin-left: 20px;
      padding-right: 0px;
      padding-left: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .team-social-media-links {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
  
    .div-block-64 {
      margin-top: 30px;
    }
  
    .div-block-66 {
      margin-top: 0px;
    }
  
    .image-20 {
      padding-top: 1px;
    }
  
    .div-block-10 {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    .div-block-7 {
      margin-top: 20px;
    }
  
    .div-block-71 {
      margin-top: 20px;
    }
  
    .div-block-72 {
      margin-bottom: 80px;
    }
  
    .heading-22 {
      margin-bottom: 10px;
      font-size: 16px;
    }
  
    .div-block-75 {
      margin-top: 20px;
    }
  
    .div-block-76 {
      margin-top: 13px;
    }
  
    .div-block-78 {
      margin-top: 6px;
    }
  
    .text-block-3 {
      margin-top: 0px;
    }
  
    .link-2 {
      font-size: 18px;
    }
  
    .text-block-4 {
      margin-top: 6px;
      font-size: 14px;
    }
  
    .div-block-79 {
      margin-top: -35px;
    }
  
    .div-block-81 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
    }
  
    .tab-pane-tab-2 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  
    .div-block-83 {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
    }
  
    .div-block-84 {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
    }
  
    .heading-31 {
      font-size: 32px;
    }
  
    .heading-32 {
      font-size: 50px;
    }
  
    .heading-33 {
      font-size: 38px;
    }
  
    .heading-34 {
      font-size: 38px;
    }
  
    .heading-35 {
      font-size: 38px;
    }
  
    .heading-36 {
      font-size: 32px;
    }
  
    .heading-37 {
      font-size: 45px;
    }
  
    .heading-38 {
      font-size: 26px;
    }
  
    .heading-39 {
      font-size: 26px;
    }
  
    .heading-40 {
      font-size: 26px;
    }
  
    .heading-41 {
      font-size: 26px;
    }
  
    .heading-43 {
      font-size: 45px;
    }
  
    .heading-44 {
      font-size: 26px;
    }
  
    .heading-45 {
      font-size: 45px;
    }
  
    .navbar-desktop {
      position: fixed;
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1400px;
    }
  
    .navbar-mobile {
      position: fixed;
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: auto;
      z-index: 100000;
      display: block;
      max-width: 1400px;
      background-color: #f7f7f5;
    }
  
    .navbar-mobile.dropdown {
      background-color: #fdfdfc;
    }
  
    .div-block-35 {
      margin-top: 80px;
    }
  
    .dropdown-menu {
      position: fixed;
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: auto;
      z-index: 999999999999;
      display: none;
      width: 100vw;
      height: 100vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background-color: #fdfdfc;
    }
  
    .div-block-88 {
      display: block;
      margin-top: 13vh;
      padding-right: 30px;
      padding-left: 30px;
    }
  
    .div-block-55 {
      width: 100%;
      height: 12vh;
      margin-bottom: 2vh;
      padding-top: 2vh;
      padding-bottom: 2vh;
      padding-left: 2vh;
      cursor: pointer;
    }
  
    .div-block-89 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .image-29 {
      margin-top: -2.2px;
    }
  
    .div-block-90 {
      width: 100%;
      height: auto;
      margin-bottom: 0.4vh;
      padding: 2vh 0px 2vh 2vh;
      background-color: #fdfdfc;
      cursor: pointer;
    }
  
    .div-block-91 {
      width: 5vh;
      height: 5vh;
    }
  
    .div-block-92 {
      display: none;
    }
  
    .div-block-95 {
      display: none;
    }
  
    .image-30 {
      width: 3vh;
      height: 3vh;
      margin-left: -1px;
    }
  
    .div-block-96 {
      position: fixed;
      left: 0%;
      top: auto;
      right: 0%;
      bottom: 0%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0px;
      margin-left: 0px;
      padding: 2vh 30px 3.2vh;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background-color: #fdfdfc;
    }
  
    .login-register-dropdown {
      margin-right: 49px;
    }
  
    .div-block-55-top {
      width: 100%;
      height: 12vh;
      margin-bottom: 2vh;
      padding: 2vh 0px 2vh 2vh;
      cursor: pointer;
    }
  
    .div-block-90-top {
      width: 100%;
      height: auto;
      margin-top: 3vh;
      margin-bottom: 0.4vh;
      padding: 2vh 0px 2vh 2vh;
      background-color: #fdfdfc;
      cursor: pointer;
    }
  
    .image-31 {
      width: 4.8vh;
      height: 4.8vh;
    }
  
    .image-32 {
      width: 4.8vh;
      height: 4.8vh;
    }
  
    .image-33 {
      width: 4.8vh;
      height: 4.8vh;
    }
  
    .image-34 {
      width: 4.8vh;
      height: 4.8vh;
    }
  
    .image-35 {
      width: 3vh;
      height: 3vh;
    }
  
    .image-36 {
      width: 3vh;
      height: 3vh;
    }
  
    .image-37 {
      width: 3.5vh;
      height: 3.5vh;
    }
  
    .image-38 {
      width: 3vh;
      height: 3vh;
    }
  
    .image-39 {
      width: 3vh;
      height: 3vh;
    }
  
    .grid-9 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .div-block-4-pos-page {
      margin-top: 15px;
    }
  
    .image-40 {
      margin-top: 288px;
      margin-left: 0px;
    }
  
    .image-41 {
      max-width: 665vw;
    }
  
    .div-block-22-dropdown {
      max-height: 60px;
      min-height: 60px;
      margin-top: 10px;
      margin-right: 30px;
      margin-left: 30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .arrow-pos-kassensystem {
      margin-top: 55px;
      margin-left: 130px;
    }
  
    .div-block-allinone {
      margin-top: 17%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .div-block-vh {
      margin-top: 100px;
      padding-bottom: 30px;
    }
  
    .image-8-copy {
      width: 350px;
      height: 280px;
    }
  
    .image-8-copy-desktop {
      width: 350px;
      height: 280px;
    }
  
    .div-block-26-copy {
      margin-top: 90px;
    }
  
    .right-copy {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 43px;
      margin-bottom: 98px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
  
    .heading-32-copy {
      font-size: 50px;
    }
  
    .div-block-26-copy {
      margin-top: 90px;
    }
  
    .grid-10 {
      width: auto;
      grid-template-areas: ". ."
        "Area Area"
        "Area Area";
      -ms-grid-rows: 191px 191px 191px;
      grid-template-rows: 191px 191px 191px;
    }
  
    .div-block-110 {
      max-width: 1000px;
    }
  
    .text-block-11 {
      margin-top: -2px;
      margin-left: 0px;
      font-size: 16px;
    }
  
    .text-block-12 {
      margin-left: 12px;
    }
  
    .button-copy {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 140px;
      font-size: 16px;
    }
  
    .div-block-114 {
      display: block;
    }
  
    .div-block-114-hide {
      display: none;
    }
  
    .text-block-12-copy-hide {
      margin-left: 0px;
    }
  
    .div-block-111-hide {
      display: none;
    }
  
    .image-hide {
      display: none;
      margin-left: 566px;
    }
  
    .text-block-12-copy-copy {
      margin-left: 0px;
    }
  
    .text-block-11-monat {
      margin-top: 17px;
      margin-left: 0px;
      font-size: 16px;
    }
  
    .div-block-32-c2opy {
      margin-top: 80px;
    }
  
    .div-block-140 {
      margin-top: 80px;
    }
  
    .button-copy-grey {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 140px;
      font-size: 16px;
    }
  
    .button-copy-grey-absolut {
      display: none;
      font-size: 16px;
    }
  
    .button-copy-absolut {
      display: none;
      font-size: 16px;
    }
  
    .div-block-116 {
      margin-left: 139px;
    }
  
    .image-pos-slider-2 {
      width: 350px;
      height: 280px;
    }
  
    .image-pos-slider-1 {
      width: 350px;
      height: 280px;
    }
  
    .image-pos-slider-3 {
      width: 350px;
      height: 280px;
    }
  
    .div-block-122 {
      height: 100px;
      padding-left: 26px;
    }
  
    .text-block-14 {
      font-size: 16px;
    }
  
    .image-wrapper.product {
      margin-right: 0px;
      margin-bottom: 50px;
    }
  
    .product-compare-price {
      font-size: 32px;
    }
  
    .product-price {
      font-size: 32px;
    }
  
    .split-content.product-content {
      max-width: 588px;
    }
  
    .split-content.terms-conditions-left {
      max-width: 800px;
      margin-right: 0px;
      margin-bottom: 60px;
    }
  
    .split-content.terms-conditions-right {
      max-width: 800px;
    }
  
    .product-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .title.product {
      margin-bottom: 10px;
    }
  
    .card.terms-conditions-nav {
      position: static;
    }
  
    .grid-11 {
      margin-left: 0px;
    }
  
    .div-block-32-copy-copy {
      margin-top: 80px;
    }
  
    .shop-category-grid {
      max-width: 849px;
      margin-right: auto;
      margin-left: auto;
      grid-row-gap: 62px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .div-block-59-invisible {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: visible;
      margin-right: 20px;
      margin-left: 20px;
      padding-right: 0px;
      padding-left: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .div-block-32-copyshort {
      margin-top: 80px;
    }
  
    .divider.terms-conditions {
      margin-top: 90px;
      margin-bottom: 98px;
    }
  
    .terms-conditions-nav-link {
      padding-right: 30px;
      padding-left: 30px;
    }
  
    .terms-conditions-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .card-box {
      width: 100%;
    }
  
    .card-box-contact-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  
    .div-block-32-copy-copgfg {
      margin-top: 80px;
    }
  
    .text-block-1009-copy {
      margin-top: 0px;
      margin-left: 248px;
    }
  
    .text-block-1009-copyf {
      margin-top: -31px;
      margin-left: 232px;
    }
  
    .flex {
      display: block;
    }
  
    .input-wrapper.margin-right {
      margin-right: 0px;
    }
  
    .card-box-contact-info-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .slide-1 {
      background-position: 50% 50%;
    }
  
    .logo-onboarding {
      position: fixed;
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1400px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .login-register {
      display: none;
    }
  
    .image {
      margin-top: 7px;
    }
  
    .button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  
    .button.navbar {
      display: none;
    }
  
    .button.cookie {
      padding-bottom: 8px;
    }
  
    .left {
      margin-right: 0px;
    }
  
    .right {
      margin-top: 30px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .beschreibung {
      margin-top: 28px;
      margin-right: 21px;
    }
  
    .video {
      width: 100%;
    }
  
    .background-video {
      box-shadow: none;
    }
  
    .div-block-4 {
      margin-top: 30px;
    }
  
    .border {
      display: none;
    }
  
    .div-block-8 {
      margin-top: 3px;
    }
  
    .div-block-22 {
      margin-top: 10px;
    }
  
    .div-block-23 {
      margin-top: 25%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .div-block-24 {
      margin-top: 120px;
      padding-bottom: 50px;
    }
  
    .grid-left {
      grid-auto-flow: row;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .div-block-25 {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .div-block-26 {
      margin-top: 70px;
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .grid-right {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .div-block-27 {
      margin-top: 70px;
    }
  
    .grid {
      -ms-grid-columns: 0.75fr 0.75fr 0.97fr;
      grid-template-columns: 0.75fr 0.75fr 0.97fr;
    }
  
    .div-block-30 {
      margin-top: 70px;
    }
  
    .margin-container {
      margin-top: 70px;
    }
  
    .div-block-33 {
      margin-top: 70px;
    }
  
    .div-block-34 {
      max-height: none;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .image-13 {
      margin-left: 131px;
    }
  
    .image-14 {
      margin-left: 154px;
    }
  
    .div-block-44 {
      margin-right: 0px;
    }
  
    .grid-4 {
      width: 100%;
      grid-column-gap: 21px;
      grid-row-gap: 20px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .div-block-46 {
      overflow: hidden;
      width: auto;
      height: 200px;
      -o-object-fit: cover;
      object-fit: cover;
    }
  
    .image-16 {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
  
    .image-18 {
      margin-right: 21px;
    }
  
    .paragraph-12 {
      margin-top: 2px;
      margin-bottom: 0px;
      font-size: 14px;
      text-align: left;
    }
  
    .paragraph-13 {
      font-size: 13px;
      text-align: left;
    }
  
    .div-block-52 {
      margin-top: 1px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .tabs-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .tab-link-tab-1 {
      width: 100%;
      height: 95px;
      padding-left: 23px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .tab-link-tab-1.w--current {
      width: 100%;
      height: 95px;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 23px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .tab-pane-tab-1 {
      position: relative;
    }
  
    .div-block-56 {
      margin-top: 15px;
    }
  
    .div-block-28-copy {
      padding-right: 34px;
      padding-bottom: 34px;
      padding-left: 34px;
    }
  
    .div-block-59 {
      padding-top: 35px;
    }
  
    .div-block-72 {
      margin-bottom: 70px;
    }
  
    .grid-8 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .div-block-82 {
      display: block;
      margin-bottom: 0px;
    }
  
    .div-block-84 {
      width: 100%;
    }
  
    .div-block-85 {
      display: block;
    }
  
    .heading-31 {
      font-size: 28px;
    }
  
    .heading-32 {
      font-size: 50px;
    }
  
    .heading-33 {
      font-size: 32px;
    }
  
    .heading-34 {
      font-size: 32px;
    }
  
    .heading-35 {
      font-size: 32px;
    }
  
    .heading-36 {
      font-size: 28px;
    }
  
    .heading-37 {
      font-size: 35px;
    }
  
    .heading-38 {
      font-size: 24px;
    }
  
    .heading-39 {
      font-size: 24px;
    }
  
    .heading-40 {
      font-size: 24px;
    }
  
    .heading-41 {
      font-size: 24px;
    }
  
    .heading-43 {
      font-size: 35px;
    }
  
    .heading-44 {
      font-size: 24px;
    }
  
    .heading-45 {
      font-size: 35px;
    }
  
    .div-block-35 {
      margin-top: 70px;
    }
  
    .dropdown-menu {
      display: none;
    }
  
    .div-block-92 {
      display: none;
    }
  
    .div-block-4-pos-page {
      margin-top: 30px;
    }
  
    .div-block-22-dropdown {
      margin-top: 10px;
    }
  
    .div-block-allinone {
      margin-top: 25%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .div-block-vh {
      margin-top: 120px;
      padding-bottom: 50px;
    }
  
    .image-8-copy {
      width: 100%;
      height: 300px;
      -o-object-fit: contain;
      object-fit: contain;
    }
  
    .image-8-copy-desktop {
      width: 100%;
      height: 300px;
    }
  
    .div-block-26-copy {
      margin-top: 70px;
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .div-block-105 {
      margin-left: 0px;
    }
  
    .left-copy {
      margin-right: 0px;
    }
  
    .right-copy {
      margin-top: 30px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .heading-32-copy {
      font-size: 50px;
    }
  
    .div-block-26-copy {
      margin-top: 70px;
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .div-block-107 {
      margin-left: 0px;
    }
  
    .grid-10 {
      width: 100%;
      max-width: 400px;
      grid-auto-columns: 1.25fr;
      grid-template-areas: "Area-2"
        "Area-3"
        "Area"
        "Area";
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: 191px 191px 191px 191px;
      grid-template-rows: 191px 191px 191px 191px;
    }
  
    .div-block-110 {
      padding-right: 30px;
      padding-left: 30px;
    }
  
    .div-block-111 {
      max-width: none;
    }
  
    .button-copy {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 160px;
    }
  
    .div-block-114 {
      max-width: none;
    }
  
    .div-block-114-hide {
      display: none;
    }
  
    .text-block-12-copy-hide {
      margin-left: 0px;
    }
  
    .div-block-111-hide {
      display: none;
    }
  
    .image-hide {
      display: none;
      margin-left: 322px;
    }
  
    .image-44 {
      display: none;
      margin-left: 105px;
    }
  
    .image-44-copy {
      display: none;
      margin-top: 74px;
      margin-left: 56px;
    }
  
    .div-block-32-c2opy {
      margin-top: 70px;
    }
  
    .div-block-140 {
      margin-top: 70px;
    }
  
    .button-copy-grey {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 160px;
    }
  
    .button-copy-grey-absolut {
      display: none;
    }
  
    .button-copy-absolut {
      display: none;
    }
  
    .div-block-116 {
      display: none;
    }
  
    .image-pos-slider-2 {
      position: static;
      width: 100%;
      height: 300px;
    }
  
    .image-pos-slider-1 {
      width: 100%;
      height: 300px;
    }
  
    .image-pos-slider-3 {
      width: 100%;
      height: 300px;
    }
  
    .div-block-120 {
      margin-bottom: 0px;
    }
  
    .div-block-121 {
      margin-bottom: 0px;
    }
  
    .div-block-122 {
      height: 90px;
      padding-right: 16px;
      padding-left: 19px;
    }
  
    .text-block-14 {
      max-width: 63%;
      font-size: 14px;
    }
  
    .add-to-cart-option-list {
      margin-bottom: 20px;
    }
  
    .image-wrapper.product {
      margin-bottom: 40px;
    }
  
    .product-compare-price {
      font-size: 27px;
    }
  
    .product-content-top {
      margin-bottom: 40px;
    }
  
    .product-price {
      font-size: 27px;
    }
  
    .split-content.terms-conditions-left {
      margin-bottom: 50px;
    }
  
    .split-content.terms-conditions-right {
      margin-bottom: -40px;
    }
  
    .title.product {
      margin-bottom: 6px;
      font-size: 55px;
    }
  
    .grid-11 {
      grid-row-gap: 39px;
      grid-template-areas: "Area Area Area-2 Area-2"
        "Area-4 Area-4 Area-5 Area-5"
        "Area-3 Area-3 . .";
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      -ms-grid-rows: auto 39px auto 39px auto;
      grid-template-rows: auto auto auto;
    }
  
    .div-block-32-copy-copy {
      margin-top: 70px;
    }
  
    .shop-category-grid {
      max-width: 611px;
      grid-row-gap: 60px;
    }
  
    .block-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .div-block-59-invisible {
      padding-top: 35px;
    }
  
    .div-block-32-copyshort {
      margin-top: 70px;
    }
  
    .terms-conditions-nav-number {
      width: 40px;
      min-height: 40px;
      min-width: 40px;
    }
  
    .divider.terms-conditions {
      margin-top: 75px;
      margin-bottom: 82px;
    }
  
    .terms-conditions-nav-link {
      padding-right: 20px;
      padding-left: 20px;
      font-size: 20px;
    }
  
    .div-block-32-copy-copgfg {
      margin-top: 50px;
    }
  
    .columns-3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
    }
  
    .text-block-1009-copy {
      margin-left: 405px;
    }
  
    .card-box-contact-info-wrapper {
      display: block;
    }
  
    .column-5 {
      display: none;
    }
  
    .columns-4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .text-block-1005 {
      margin-bottom: 10px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .login {
      margin-left: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
  
    .image {
      width: 85px;
      margin-top: 6px;
    }
  
    .menu-link {
      font-family: Lato, sans-serif;
      color: #4E87A0;
      font-weight: 700;
    }
  
    .menu-link.login {
      font-size: 16px;
    }
  
    .button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  
    .button.vertrieb-kontaktieren {
      margin-left: 0px;
    }
  
    .button.navbar {
      display: none;
    }
  
    .left {
      margin-right: 0px;
    }
  
    .right {
      margin-top: 30px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .beschreibung {
      margin-top: 28px;
      margin-right: 21px;
      font-size: 16px;
    }
  
    .video {
      width: 100%;
    }
  
    .div-block-4 {
      margin-top: 30px;
    }
  
    .paragraph {
      margin-left: 15px;
      font-size: 13px;
    }
  
    .border {
      display: none;
    }
  
    .image-2 {
      margin-top: 51px;
      margin-left: 126px;
    }
  
    .div-block-8 {
      margin-top: 3px;
    }
  
    .paragraph-2 {
      line-height: 1.6;
    }
  
    .section {
      padding-right: 25px;
      padding-left: 25px;
    }
  
    .div-block-22 {
      margin-top: 10px;
      margin-right: 25px;
      margin-left: 23px;
    }
  
    .div-block-23 {
      margin-top: 35%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .div-block-24 {
      margin-top: 120px;
      padding-bottom: 70px;
    }
  
    .grid-left {
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .div-block-25 {
      margin-top: 30px;
    }
  
    .div-block-26 {
      margin-top: 70px;
    }
  
    .grid-right {
      grid-auto-flow: row;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .div-block-27 {
      margin-top: 70px;
    }
  
    .div-block-28 {
      height: auto;
      padding-top: 30px;
      padding-right: 30px;
      padding-left: 30px;
    }
  
    .grid {
      display: none;
    }
  
    .div-block-30 {
      margin-top: 30px;
    }
  
    .grid-2 {
      margin-top: 30px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .margin-container {
      margin-top: 50px;
    }
  
    .div-block-33 {
      margin-top: 70px;
    }
  
    .div-block-34 {
      padding-right: 25px;
      padding-left: 30px;
    }
  
    .image-13 {
      display: none;
      margin-top: -59px;
      margin-right: 15px;
      margin-left: 75px;
    }
  
    .image-14 {
      margin-top: -28px;
      margin-right: 15px;
      margin-left: 227px;
    }
  
    .div-block-44 {
      margin-right: 0px;
    }
  
    .grid-4 {
      width: 100%;
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .div-block-46 {
      width: auto;
      height: auto;
    }
  
    .image-16 {
      width: 100%;
      height: 105px;
    }
  
    .paragraph-10 {
      margin-bottom: 25px;
    }
  
    .image-18 {
      width: 45px;
      height: 45px;
      margin-right: 10px;
    }
  
    .paragraph-12 {
      margin-top: 0px;
      margin-bottom: 0px;
      text-align: left;
    }
  
    .paragraph-13 {
      text-align: left;
    }
  
    .div-block-52 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .tabs-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .tab-link-tab-1 {
      width: 100%;
      height: 100px;
      padding-left: 20px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  
    .tab-link-tab-1.w--current {
      width: 100%;
      height: 100px;
      padding-left: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
  
    .div-block-56 {
      margin-top: 15px;
    }
  
    .div-block-28-copy {
      padding-right: 30px;
      padding-bottom: 30px;
      padding-left: 30px;
    }
  
    .grid-6 {
      margin-top: 30px;
      grid-row-gap: 49px;
      -ms-grid-columns: 1.25fr;
      grid-template-columns: 1.25fr;
    }
  
    .grid-7 {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .div-block-59 {
      margin-right: 0px;
      margin-left: 0px;
      padding-top: 28px;
      padding-bottom: 25px;
    }
  
    .div-block-60 {
      width: 85%;
      max-height: 130px;
    }
  
    .div-block-64 {
      margin-top: 10px;
    }
  
    .div-block-71 {
      margin-top: 30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .div-block-72 {
      height: 130px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .div-block-76 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .link-block-7 {
      margin-top: 5px;
    }
  
    .text-block-4 {
      margin-top: 10px;
    }
  
    .div-block-79 {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  
    .image-27 {
      margin-top: 20px;
    }
  
    .div-block-82 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .div-block-84 {
      width: 100%;
    }
  
    .div-block-86 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .navbar-mobile {
      z-index: 100000;
      background-color: rgba(247, 247, 245, 0.98);
    }
  
    .div-block-87 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .div-block-35 {
      margin-top: 70px;
    }
  
    .dropdown-menu {
      display: none;
    }
  
    .div-block-88 {
      padding-right: 25px;
      padding-left: 25px;
    }
  
    .div-block-90 {
      height: auto;
    }
  
    .div-block-92 {
      display: none;
      margin-top: -16px;
      margin-bottom: 30px;
    }
  
    .div-block-95 {
      display: none;
      margin-top: -16px;
      margin-bottom: 30px;
    }
  
    .div-block-96 {
      padding-right: 25px;
      padding-left: 25px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .login-register-dropdown {
      margin-right: 0px;
    }
  
    .div-block-90-top {
      height: auto;
    }
  
    .navbar {
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .grid-9 {
      grid-row-gap: 25px;
    }
  
    .pos-featureblock {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 14px;
    }
  
    .div-block-99 {
      height: 80px;
      min-width: 80px;
    }
  
    .text-block-7 {
      font-size: 13px;
    }
  
    .div-block-4-pos-page {
      margin-top: 30px;
    }
  
    .image-40 {
      margin-top: 168px;
    }
  
    .div-block-22-dropdown {
      margin-top: 10px;
      margin-right: 25px;
      margin-left: 23px;
    }
  
    .arrow-pos-kassensystem {
      margin-top: 51px;
      margin-left: 126px;
    }
  
    .div-block-allinone {
      margin-top: 35%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .div-block-vh {
      margin-top: 120px;
      padding-bottom: 70px;
    }
  
    .image-8-copy {
      width: 100%;
      height: 250px;
    }
  
    .image-8-copy-desktop {
      width: 100%;
      height: 250px;
    }
  
    .div-block-26-copy {
      margin-top: 70px;
    }
  
    .left-copy {
      margin-right: 0px;
    }
  
    .right-copy {
      margin-top: 30px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .heading-32-copy {
      margin-bottom: 0px;
      font-size: 39px;
      white-space: normal;
    }
  
    .div-block-26-copy {
      margin-top: 70px;
    }
  
    .grid-10 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    .div-block-110 {
      padding-right: 30px;
      padding-left: 30px;
    }
  
    .div-block-111 {
      padding-top: 23px;
      padding-right: 30px;
      padding-left: 30px;
    }
  
    .div-block-112 {
      margin-bottom: 12px;
      padding-left: 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .text-block-10 {
      margin-left: 10px;
      font-size: 28px;
    }
  
    .button-copy {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 165px;
    }
  
    .div-block-112-copy {
      margin-top: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .div-block-114 {
      padding-top: 23px;
      padding-right: 30px;
      padding-left: 30px;
    }
  
    .text-block-10-copy {
      margin-left: 10px;
      font-size: 28px;
    }
  
    .div-block-114-hide {
      padding-top: 23px;
    }
  
    .text-block-12-copy-hide {
      margin-bottom: 15px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .div-block-111-hide {
      display: none;
      padding-top: 23px;
    }
  
    .image-hide {
      display: none;
      margin-left: 192px;
    }
  
    .text-block-12-copy-copy {
      margin-bottom: 15px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .text-block-11-monat {
      position: absolute;
      margin-top: 0px;
      margin-left: 0px;
      padding-right: 59px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      opacity: 0;
    }
  
    .image-44-copy {
      display: none;
      margin-top: -38px;
      margin-left: 3px;
    }
  
    .heading-46 {
      text-align: center;
    }
  
    .div-block-32-c2opy {
      margin-top: 50px;
    }
  
    .div-block-140 {
      margin-top: 100px;
    }
  
    .button-copy-grey {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 165px;
    }
  
    .button-copy-grey-absolut {
      display: none;
    }
  
    .button-copy-absolut {
      display: none;
    }
  
    .image-pos-slider-2 {
      width: 100%;
      height: 250px;
      opacity: 0;
    }
  
    .image-pos-slider-1 {
      width: 100%;
      height: 250px;
    }
  
    .image-pos-slider-3 {
      width: 100%;
      height: 250px;
    }
  
    .div-block-122 {
      height: 220px;
      padding-right: 30px;
      padding-left: 30px;
    }
  
    .text-block-14 {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .div-block-123 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .image-wrapper.product {
      margin-bottom: 35px;
    }
  
    .product-compare-price {
      font-size: 20px;
    }
  
    .product-content-top {
      margin-bottom: 35px;
    }
  
    .product-price {
      margin-right: 15px;
      font-size: 23px;
    }
  
    .split-content.terms-conditions-left {
      margin-bottom: 40px;
    }
  
    .split-content.terms-conditions-right {
      margin-bottom: -35px;
    }
  
    .empty-state {
      padding-right: 25px;
      padding-left: 25px;
    }
  
    .title.product {
      font-size: 40px;
    }
  
    .grid-11 {
      margin-left: 0px;
      grid-template-areas: "Area Area"
        "Area-4 Area-4"
        "Area-3 Area-3"
        "Area-2 Area-2"
        "Area-5 Area-5";
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto auto auto auto;
      grid-template-rows: auto auto auto auto auto;
    }
  
    .div-block-32-copy-copy {
      margin-top: 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .shop-category-grid {
      grid-row-gap: 55px;
    }
  
    .div-block-59-invisible {
      margin-right: 0px;
      margin-left: 0px;
      padding-top: 28px;
      padding-bottom: 25px;
    }
  
    .order-item-cart {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .cart-product-information {
      margin-top: 10px;
      margin-left: 0px;
    }
  
    .text-block-1002 {
      margin-top: 10px;
      margin-bottom: 20px;
    }
  
    .order-item-cart-image {
      width: 100%;
    }
  
    .div-block-32-copyshort {
      margin-top: 50px;
    }
  
    .terms-conditions-nav-number {
      width: 38px;
      min-height: 38px;
      min-width: 38px;
      margin-right: 10px;
    }
  
    .divider.terms-conditions {
      margin-top: 63px;
      margin-bottom: 68px;
    }
  
    .terms-conditions-nav-link {
      padding-right: 15px;
      padding-left: 15px;
      font-size: 18px;
    }
  
    .div-block-150 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 165px;
      max-width: 165px;
      margin-bottom: 15px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .div-block-32-copy-copgfg {
      margin-top: 30px;
    }
  
    .image-51 {
      width: 22px;
    }
  
    .text-block-1009-copy {
      margin-left: 213px;
    }
  
    .text-block-1009-copyf {
      margin-left: 232px;
    }
  
    .link-4 {
      white-space: nowrap;
    }
  
    .onboarding-text-field {
      width: 100%;
    }
  
    .heading-101 {
      font-size: 45px;
    }
  }
  
  #w-node-_8e06ff0a-73c3-26dd-29e7-8f5045254b2e-4adf0469 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_2db9c94a-4f9a-74b9-f277-8f7de72de2cf-4adf0469 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: Area-4;
  }
  
  .grid-11>#w-node-_2db9c94a-4f9a-74b9-f277-8f7de72de2cf-4adf0469 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  
  #w-node-_42f817fb-1010-96ee-c70d-1febb49147c4-4adf0469 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 4;
    grid-area: Area;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  
  .grid-10>#w-node-_42f817fb-1010-96ee-c70d-1febb49147c4-4adf0469 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  
  .grid-11>#w-node-_42f817fb-1010-96ee-c70d-1febb49147c4-4adf0469 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  
  #w-node-dde204a8-784c-717c-2bdd-a82f6025fc61-4adf0469 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: Area-5;
  }
  
  .grid-11>#w-node-dde204a8-784c-717c-2bdd-a82f6025fc61-4adf0469 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  
  #w-node-_0ab76eb0-92f3-9642-a9f3-c190662826e0-4adf0469 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: Area-3;
  }
  
  .grid-11>#w-node-_0ab76eb0-92f3-9642-a9f3-c190662826e0-4adf0469 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  
  #w-node-_7fff1e63-e9dc-9cb6-a11d-d64fd7ef7ea1-4adf0469 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-_7fff1e63-e9dc-9cb6-a11d-d64fd7ef7eae-4adf0469 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  
  #w-node-_45e6606c-b4e0-5b30-3c0a-8e1673d71977-73d71971 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-_45e6606c-b4e0-5b30-3c0a-8e1673d71984-73d71971 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  
  #w-node-f0674a72-478d-2820-1f14-60d906cd6d4d-7a06a80b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_9afb551a-9700-6ebc-36b6-d048499219d0-7a06a80b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-d0d9c03c-23af-75d6-34da-b0079e1edb78-7a06a80b {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_29b4adbd-b247-bb1e-48e3-225cd8f2dbcf-7a06a80b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_93f13152-abe1-18f4-fa72-a33bf2cfb95c-7a06a80b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-d3f069d5-bba1-bb52-6342-1fd315274ce7-7a06a80b {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-d3f069d5-bba1-bb52-6342-1fd315274ccf-7a06a80b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-d24b97ec-b600-3ed2-589f-84b0142b937d-7a06a80b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_0f65901e-d0c0-e17b-d5d2-0a55513df57d-50249509 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_0f65901e-d0c0-e17b-d5d2-0a55513df57f-50249509 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-_7705418f-5846-33f7-6153-54e00c4e1dfd-50249509 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-_7705418f-5846-33f7-6153-54e00c4e1e15-50249509 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-edf68701-b98e-b063-a704-e1f09fc7d0a3-50249509 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-edf68701-b98e-b063-a704-e1f09fc7d0a5-50249509 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  
  #w-node-b150d6bc-da60-95d4-2bf3-51525b6b8fea-0035a99a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  
  #w-node-_9aea9599-6f36-d91d-4061-452abedd93da-0035a99a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  
  #w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 4;
    grid-area: Area;
  }
  
  .grid-10>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  
  .grid-11>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  
  #w-node-f0d14bb7-d824-d0b7-4a7e-02e577c34aeb-0035a99a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  
  #w-node-_857f0c1f-08a8-e60e-5642-b42a1e8fe47f-0035a99a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  
  #w-node-fa4b14cc-0ab3-2d15-08a6-c66f352d570e-48e2889f {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 4;
    grid-area: Area;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  .grid-10>#w-node-fa4b14cc-0ab3-2d15-08a6-c66f352d570e-48e2889f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  
  .grid-11>#w-node-fa4b14cc-0ab3-2d15-08a6-c66f352d570e-48e2889f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  
  #w-node-_27ec5aea-47cd-f826-3166-908b4a2b67a7-48e2889f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: Area-3;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  .grid-11>#w-node-_27ec5aea-47cd-f826-3166-908b4a2b67a7-48e2889f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  
  #w-node-_4ce3bace-7e63-8667-c4ab-f4bfa8032cb2-48e2889f {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: Area-2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-b67028dd-e78c-acff-58cd-693f1baacb4f-48e2889f {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-column-align: start;
    justify-self: start;
    grid-area: Area-4;
  }
  
  .grid-11>#w-node-b67028dd-e78c-acff-58cd-693f1baacb4f-48e2889f {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  
  #w-node-_53b370ac-33ed-babc-e63e-67bf18404390-48e2889f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-5;
  }
  
  .grid-11>#w-node-_53b370ac-33ed-babc-e63e-67bf18404390-48e2889f {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  
  @media screen and (max-width: 991px) {
    #w-node-_7d7cd964-83ca-f795-dc3f-040149455c95-4adf0469 {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_7d7cd964-83ca-f795-dc3f-040149455c97-4adf0469 {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_7d7cd964-83ca-f795-dc3f-040149455c99-4adf0469 {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_7d7cd964-83ca-f795-dc3f-040149455c9b-4adf0469 {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_23171b1a-6072-7a7a-5830-018220d55cee-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_1f37ffed-9078-a54c-855f-32150353797c-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_1471787c-9bff-4dc5-3359-7ced5cdee64a-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_993b5c3b-9ab1-843a-f43d-fc39e08b08a5-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_59366f30-82a3-71cd-eed2-972639cf0815-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_7e5b2bdf-3c07-1ebc-13d1-1495a333055f-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-b3e48b30-8ad6-c263-4df3-9b89d2e131ef-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_1222436f-ae34-adb4-f59f-8640fa25a095-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_7fff1e63-e9dc-9cb6-a11d-d64fd7ef7ea1-4adf0469 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_45e6606c-b4e0-5b30-3c0a-8e1673d71977-73d71971 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-a4b50dbd-69d4-ebdf-670f-3525510f4d76-7a06a80b {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-f0674a72-478d-2820-1f14-60d906cd6d4d-7a06a80b {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_167d33dd-6fe3-d679-fed4-54ca72aa0ec9-7a06a80b {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_9afb551a-9700-6ebc-36b6-d048499219d0-7a06a80b {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-d0d9c03c-23af-75d6-34da-b0079e1edb78-7a06a80b {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_29b4adbd-b247-bb1e-48e3-225cd8f2dbcf-7a06a80b {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-b150d6bc-da60-95d4-2bf3-51525b6b8fea-0035a99a {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
    }
  
    #w-node-_9aea9599-6f36-d91d-4061-452abedd93da-0035a99a {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
    }
  
    #w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 3;
      -ms-grid-row-span: 5;
      -ms-grid-column: 4;
      grid-area: Area;
    }
  
    .grid-10>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
    }
  
    .grid-11>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
  
    #w-node-f0d14bb7-d824-d0b7-4a7e-02e577c34aeb-0035a99a {
      -ms-grid-column: 2;
      grid-column-start: 2;
      -ms-grid-column-span: 1;
      grid-column-end: 3;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
    }
  
    #w-node-_857f0c1f-08a8-e60e-5642-b42a1e8fe47f-0035a99a {
      -ms-grid-column: 2;
      grid-column-start: 2;
      -ms-grid-column-span: 1;
      grid-column-end: 3;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
    }
  }
  
  @media screen and (max-width: 767px) {
    #w-node-_6721cbd4-0807-fc8c-60ce-1a5673ef1d6c-4adf0469 {
      -ms-grid-column-align: start;
      justify-self: start;
    }
  
    #w-node-_11540cca-4a03-bd67-84a8-63b5805ee291-4adf0469 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
    }
  
    #w-node-_8e06ff0a-73c3-26dd-29e7-8f5045254b2e-4adf0469 {
      -ms-grid-column-align: start;
      justify-self: start;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-_9e926a16-f27b-11c5-714b-e9151b541bd3-4adf0469 {
      -ms-grid-column-align: start;
      justify-self: start;
    }
  
    #w-node-_93f13152-abe1-18f4-fa72-a33bf2cfb95c-7a06a80b {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-d3f069d5-bba1-bb52-6342-1fd315274ce7-7a06a80b {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-d3f069d5-bba1-bb52-6342-1fd315274ccf-7a06a80b {
      -ms-grid-column-align: start;
      justify-self: start;
    }
  
    #w-node-d24b97ec-b600-3ed2-589f-84b0142b937d-7a06a80b {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-_0f65901e-d0c0-e17b-d5d2-0a55513df57d-50249509 {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-_7705418f-5846-33f7-6153-54e00c4e1e15-50249509 {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-edf68701-b98e-b063-a704-e1f09fc7d0a3-50249509 {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-b150d6bc-da60-95d4-2bf3-51525b6b8fea-0035a99a {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-f0d14bb7-d824-d0b7-4a7e-02e577c34aeb-0035a99a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-area: Area-3;
    }
  
    #w-node-_857f0c1f-08a8-e60e-5642-b42a1e8fe47f-0035a99a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-area: Area-3;
    }
  
    #w-node-_27ec5aea-47cd-f826-3166-908b4a2b67a7-48e2889f {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-b67028dd-e78c-acff-58cd-693f1baacb4f-48e2889f {
      -ms-grid-column: 3;
      grid-column-start: 3;
      -ms-grid-column-span: 2;
      grid-column-end: 5;
      -ms-grid-row: 2;
      grid-row-start: 2;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-column-align: start;
      justify-self: start;
    }
  
    #w-node-_53b370ac-33ed-babc-e63e-67bf18404390-48e2889f {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      -ms-grid-row: 3;
      grid-row-start: 3;
      -ms-grid-row-span: 1;
      grid-row-end: 4;
      -ms-grid-column-align: center;
      justify-self: center;
    }
  }
  
  .grid-11>#w-node-_857f0c1f-08a8-e60e-5642-b42a1e8fe47f-0035a99a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  
  .grid-11>#w-node-f0d14bb7-d824-d0b7-4a7e-02e577c34aeb-0035a99a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  
  @media screen and (max-width: 479px) {
    #w-node-_6721cbd4-0807-fc8c-60ce-1a5673ef1d6c-4adf0469 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-d9e09729-1df4-6268-76cb-c7f4d1e894a2-4adf0469 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
    }
  
    #w-node-_11540cca-4a03-bd67-84a8-63b5805ee291-4adf0469 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
    }
  
    #w-node-_8e06ff0a-73c3-26dd-29e7-8f5045254b2e-4adf0469 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-_9e926a16-f27b-11c5-714b-e9151b541bd3-4adf0469 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-_23171b1a-6072-7a7a-5830-018220d55cee-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_1f37ffed-9078-a54c-855f-32150353797c-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_1471787c-9bff-4dc5-3359-7ced5cdee64a-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_993b5c3b-9ab1-843a-f43d-fc39e08b08a5-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_59366f30-82a3-71cd-eed2-972639cf0815-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_7e5b2bdf-3c07-1ebc-13d1-1495a333055f-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-b3e48b30-8ad6-c263-4df3-9b89d2e131ef-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_1222436f-ae34-adb4-f59f-8640fa25a095-4adf0469 {
      -ms-grid-column-align: stretch;
      justify-self: stretch;
    }
  
    #w-node-_93f13152-abe1-18f4-fa72-a33bf2cfb951-7a06a80b {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
    }
  
    #w-node-_93f13152-abe1-18f4-fa72-a33bf2cfb95c-7a06a80b {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-d3f069d5-bba1-bb52-6342-1fd315274ce7-7a06a80b {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-d3f069d5-bba1-bb52-6342-1fd315274ccf-7a06a80b {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
    }
  
    #w-node-d24b97ec-b600-3ed2-589f-84b0142b9365-7a06a80b {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
    }
  
    #w-node-d24b97ec-b600-3ed2-589f-84b0142b937d-7a06a80b {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-_0f65901e-d0c0-e17b-d5d2-0a55513df57d-50249509 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-_0f65901e-d0c0-e17b-d5d2-0a55513df57f-50249509 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
    }
  
    #w-node-_7705418f-5846-33f7-6153-54e00c4e1dfd-50249509 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
    }
  
    #w-node-_7705418f-5846-33f7-6153-54e00c4e1e15-50249509 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-edf68701-b98e-b063-a704-e1f09fc7d0a3-50249509 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
    }
  
    #w-node-edf68701-b98e-b063-a704-e1f09fc7d0a5-50249509 {
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
    }
  
    #w-node-fa4b14cc-0ab3-2d15-08a6-c66f352d570e-48e2889f {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_27ec5aea-47cd-f826-3166-908b4a2b67a7-48e2889f {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      -ms-grid-row: 3;
      grid-row-start: 3;
      -ms-grid-row-span: 1;
      grid-row-end: 4;
    }
  
    #w-node-_4ce3bace-7e63-8667-c4ab-f4bfa8032cb2-48e2889f {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-area: Area-4;
    }
  
    #w-node-b67028dd-e78c-acff-58cd-693f1baacb4f-48e2889f {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      -ms-grid-row: 4;
      grid-row-start: 4;
      -ms-grid-row-span: 1;
      grid-row-end: 5;
    }
  
    #w-node-_53b370ac-33ed-babc-e63e-67bf18404390-48e2889f {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      -ms-grid-row: 5;
      grid-row-start: 5;
      -ms-grid-row-span: 1;
      grid-row-end: 6;
    }
  }
  
  .grid-11>#w-node-_4ce3bace-7e63-8667-c4ab-f4bfa8032cb2-48e2889f {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  
  @media screen and (max-width: 767px) {
    .grid-11>#w-node-_2db9c94a-4f9a-74b9-f277-8f7de72de2cf-4adf0469 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-10>#w-node-_42f817fb-1010-96ee-c70d-1febb49147c4-4adf0469 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  
    .grid-11>#w-node-_42f817fb-1010-96ee-c70d-1febb49147c4-4adf0469 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-dde204a8-784c-717c-2bdd-a82f6025fc61-4adf0469 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
    }
  
    #w-node-_0ab76eb0-92f3-9642-a9f3-c190662826e0-4adf0469 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  
    .grid-11>#w-node-_0ab76eb0-92f3-9642-a9f3-c190662826e0-4adf0469 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-10>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  
    .grid-11>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-10>#w-node-fa4b14cc-0ab3-2d15-08a6-c66f352d570e-48e2889f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  
    .grid-11>#w-node-fa4b14cc-0ab3-2d15-08a6-c66f352d570e-48e2889f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    #w-node-_27ec5aea-47cd-f826-3166-908b4a2b67a7-48e2889f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  
    .grid-11>#w-node-_27ec5aea-47cd-f826-3166-908b4a2b67a7-48e2889f {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    #w-node-_4ce3bace-7e63-8667-c4ab-f4bfa8032cb2-48e2889f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  
    #w-node-_4ce3bace-7e63-8667-c4ab-f4bfa8032cb2-48e2889f {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-b67028dd-e78c-acff-58cd-693f1baacb4f-48e2889f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_53b370ac-33ed-babc-e63e-67bf18404390-48e2889f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
    }
  
    .grid-10>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  
    .grid-11>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    #w-node-f0d14bb7-d824-d0b7-4a7e-02e577c34aeb-0035a99a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  
    .grid-11>#w-node-f0d14bb7-d824-d0b7-4a7e-02e577c34aeb-0035a99a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    #w-node-_857f0c1f-08a8-e60e-5642-b42a1e8fe47f-0035a99a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  
    .grid-11>#w-node-_857f0c1f-08a8-e60e-5642-b42a1e8fe47f-0035a99a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_4ce3bace-7e63-8667-c4ab-f4bfa8032cb2-48e2889f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  }
  
  @media screen and (max-width: 479px) {
    .grid-11>#w-node-_2db9c94a-4f9a-74b9-f277-8f7de72de2cf-4adf0469 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_42f817fb-1010-96ee-c70d-1febb49147c4-4adf0469 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-dde204a8-784c-717c-2bdd-a82f6025fc61-4adf0469 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_0ab76eb0-92f3-9642-a9f3-c190662826e0-4adf0469 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-fa4b14cc-0ab3-2d15-08a6-c66f352d570e-48e2889f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_27ec5aea-47cd-f826-3166-908b4a2b67a7-48e2889f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    #w-node-_4ce3bace-7e63-8667-c4ab-f4bfa8032cb2-48e2889f {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-b67028dd-e78c-acff-58cd-693f1baacb4f-48e2889f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_53b370ac-33ed-babc-e63e-67bf18404390-48e2889f {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-f0d14bb7-d824-d0b7-4a7e-02e577c34aeb-0035a99a {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_857f0c1f-08a8-e60e-5642-b42a1e8fe47f-0035a99a {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-11>#w-node-_4ce3bace-7e63-8667-c4ab-f4bfa8032cb2-48e2889f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  }
  
  @media screen and (max-width: 991px) {
    .grid-10>#w-node-_42f817fb-1010-96ee-c70d-1febb49147c4-4adf0469 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-10>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-10>#w-node-fa4b14cc-0ab3-2d15-08a6-c66f352d570e-48e2889f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  
    .grid-10>#w-node-_53253c12-02d1-c82b-5d2d-d594d4d5cad5-0035a99a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  }
  
  