.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: .75fr 1.25fr .5fr .5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }
  
  .w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  
  .w-checkbox::before {
    content: ' ';
    display: table;
    -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-checkbox::after {
    content: ' ';
    display: table;
    -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;
    clear: both;
  }
  
  .w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
  }
  
  .w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
  }
  
  .w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
  }
  
  body {
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .ult-checkout-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
  }
  
  .ult-checkout-ctr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .order-summary-div {
    position: fixed;
    left: auto;
    right: 0px;
    width: 35%;
    height: 100vh;
    background-color: #F0F0F0;
    margin-top: 50px;
  }
  .hover-white:hover {
    color: #fff !important;
  }
  @media only screen and (min-width: 959px) {
    .order-summary-div { 
      width: 42% !important;
    }
    .checkout-div {
      padding-right: 60px !important;
      width: 58% !important;
    }
  }
  @media only screen and (min-width: 1200px) {
    .order-summary-div { 
      width: 35% !important;
    }
    .checkout-div {
      padding-right: 25px !important;
      width: 65% !important;
    }
  }
  .checkout-div {
    width: 65% !important;
    height: auto;
    padding-right: 25px !important;
    padding-left: 60px !important;
  }
  
  .progress-bar-div {
    display: block;
    width: 80%;
  }
  
  .checkout-header-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .back-arrow-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 35px;
    padding-top: 0px; 
    padding-left: 0px;
    -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;
  }
  
  .back-arrow-svg {
    width: 40px;
  }
  
  .progress-bar-svg {
    display: block;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 7px !important;
  }
  
  .checkout-h1 {
    margin-top: 40px;
    font-family: Poppins, sans-serif;
    color: #006145;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
  }
  
  .checkout-h1.smart-order-h1 {
    margin-top: 0px;
    font-size: 30px;
    text-transform: capitalize;
  }
  
  .checkout-h1.shipping-h1 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
  }
  
  .checkout-h1.payment-h1 {
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
  }
  
  .checkout-h1.smart-order-h1-copy {
    margin-top: 80px;
    margin-bottom: 0px;
    color: #33a544;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
  }
  
  .checkout-h1.smart-order-h1-choose {
    margin-top: 60px;
    font-size: 30px;
    text-transform: capitalize;
  }
  
  .button {
    display: block;
    width: 420px;
    height: 50px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    background-color: #006145;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
  }
  
  .button.enhance-grid-button {
    width: 160px;
    margin-top: 0px;
    font-size: 14px;
  }
  
  .button.continue-button {
    width: 200px;
    margin-right: 0px;
    font-size: 16px;
  }
  
  .button.continue-button.continue-button-mobile {
    display: none;
  }
  
  .button.continue-button.continue-button-shipping {
    width: 80%;
    margin-right: auto;
  }
  
  .body {
    font-family: Poppins, sans-serif;
  }
  
  .checkout-product-img {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .checkout-product-img.checkout-product-img-grid {
    width: 220px;
  }
  
  .checkout-h2 {
    /* width: 500px; */
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    color: #006145;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
  }
  
  .checkout-h2.enhance-grid-h2 {
    /* width: auto; */
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
    line-height: 20px;
    min-height: 40px;
  }
  
  .checkout-h2.top-picks-h2 {
    margin-left: 0px;
    font-size: 24px;
    text-align: left;
  }
  
  .checkout-h3 {
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-family: Poppins, sans-serif;
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  
  .checkout-h3.checkout-h3-footer {
    display: block;
    width: auto;
    margin-left: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
  }
  
  .checkout-h3.enhance-grid-h3 {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
    min-height: 52px;
  }
  
  .checkout-footer-div {
    margin-top: 30px;
    margin-bottom:30px !important
  }
  
  .checkout-footer-link-blocl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    -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;
    text-decoration: none;
  }
  
  .image {
    margin-right: auto;
    padding-top: 3px;
  }
  
  .order-summary-h1 {
    margin-top: 70px;
    color: #006145;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
  
  .order-summary-h1.all-products-accordion {
    margin-top: 0px;
  }
  
  .order-summary-divider {
    width: 85%;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    background-color: #dfdfdf;
  }
  
  .order-summary-product-div-block {
    height: auto;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .order-summary-totals-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .order-summary-totals-text-div-block {
    display: block;
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  
  .order-summary-totals-text-div-block.order-summary-labels {
    height: auto;
  }
  
  .div-block-2 {
    width: 50%;
    height: 200px;
  }
  
  .order-summary-text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  
  .order-summary-text.order-summary-text-total {
    color: #2e2e2e;
  }
  
  .order-summary-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
  }
  .t-a-r {
    text-align: right !important;
  }
  .order-summary-div-mobile {
    display: none;
  }
  
  .accordion-item {
    overflow: hidden;
    width: 100%;
  }
  
  .accordion-item.all-products-accordion {
    display: block;
    margin-top: 60px;
  }
  
  .accordion-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .accordion-toggle.all-products-accordion {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  
  .accordion-icon.all-products-accordion {
    color: #006145;
    font-size: 24px;
  }
  
  .dropdown-list {
    position: static;
    display: none;
    padding: 20px;
    background-color: #fff;
  }
  
  .enhance-grid {
    display: grid;
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr;
    grid-gap: 10px;
  }
  @media only screen and (max-width: 670px) {
    .enhance-grid{
      -ms-grid-columns: 0.75fr;
      grid-template-columns: 0.75fr;
      /* grid-template-rows: auto; */
    }
    .cen {
      justify-content: center;
    }
    .checkout-div {
      width: 100% !important;
      padding-right: 25px !important;
      padding-left: 25px !important;
      padding-bottom: 25px !important;
    }
  }
  @media only screen and (min-width: 671px) {
    .enhance-grid{
      -ms-grid-columns: 0.75fr;
      grid-template-columns: 0.75fr;
    }
    .checkout-div {
      padding-left: 30px;
      width: 98% !important;
    }
    .order-summary-div {
      width: 97% !important;
    }
    .order-summary-product-div-block {
      padding-right: 15px;
      padding-left: 15px;
    }
    .order-summary-totals-div-block {
      padding-left: 20px;
    }
    .cen {
      justify-content: center;
    }

  }
  @media only screen and (min-width: 959px) {
    .enhance-grid {
      -ms-grid-columns: 0.75fr 0.75fr;
      grid-template-columns: 0.75fr 0.75fr;
    }
    .checkout-div {
      padding-left: 60px !important;
      width: 58% !important;
    }
    .order-summary-div {
      width: 42% !important;
    }
    /* .order-summary-product-div-block {
      padding-right: 15px;
      padding-left: 25px;
    } */
  }
  @media only screen and (min-width: 1200px) {
    .enhance-grid {
      -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
      grid-template-columns: 0.75fr 0.75fr 0.75fr;
    }
    .order-summary-div {
      width: 35% !important;
    }
    .order-summary-product-div-block {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    .order-summary-totals-div-block {
      padding-left: 40px !important;
    }
    .checkout-div {
      width: 65% !important;
    }
  }
  /* .enhance-grid.enhance-grid-mobile {
    display: none;
  } */
  
  .enhance-grid-price {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    min-height: 52px;
  }
  
  .all-products-grid {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .all-products-product-name {
    color: #006145;
    font-size: 16px;
    font-weight: 600;
  }
  
  .all-products-product-price {
    color: #006145;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  
  .order-summary-continue-button-div {
    padding-right: 30px;
  }
  
  .order-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 35px;
    -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: #006145;
  }
  
  .order-label-text {
    color: #fff;
    font-weight: 400;
    text-align: center;
  }
  
  .order-summary-grid {
    margin-top: 20px;
    -ms-grid-columns: 1fr 1fr 0.5fr 0.5fr;
    grid-template-columns: 1fr 1.0fr 0.5fr 0.5fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 20px;
  }
  
  .order-summary-img {
    width: 100px;
    border-radius: 8px;
  }
  
  .order-summary-product-text {
    font-size: 14px;
    font-weight: 500;
  }
  
  .order-summary-product-price {
    font-weight: 500;
  }
  
  .pop-up-background {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999;
    display: none;
    /* width: 100vw;
    height: 100vh; */
    -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: rgba(0, 0, 0, 0.3);
    overflow-y: auto;
  }

  .pop-up-div {
    width: 500px;
    height: 330px;
    border-style: solid;
    border-width: 2px;
    border-color: #006145;
    border-radius: 20px;
    background-color: #fff;
  }
  
  .smart-order-p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  
  .smart-order-h2 {
    margin-top: 40px;
    color: #006145;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }
  
  .smart-order-list-item {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  
  .smart-order-grid {
    display: grid;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    /* -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto; */
  }
  @media only screen and (max-width: 670px) {
    .smart-order-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
 @media only screen and (min-width: 600px) {
    .smart-order-grid{
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (min-width: 671px) {
    .smart-order-grid{
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }

  }
  @media only screen and (min-width: 992px) {
    .smart-order-grid {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (min-width: 1200px) {
    .smart-order-grid {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  } 
  
  /* .smart-order-grid.smart-order-grid-mobile {
    display: none;
  } */
  
  .top-picks-product-img {
    width: 380px;
    margin-top: 20px;
    text-align: center;
  }
  
  .top-picks-product-name {
    color: #006145;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  
  .top-picks-product-price {
    color: #2e2e2e;
    font-weight: 500;
    text-align: center;
  }
  
  .top-picks-product-description {
    padding-right: 40px;
    padding-left: 40px;
    color: #7b7b7b;
    text-align: center;
  }
  
  .place-holder-div {
    height: 0px;
  }
  
  .place-holder-div.name-placeholder {
    height: 0px;
  }
  
  .pop-up-headline {
    margin-top: 40px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
  }
  
  .pop-up-list {
    margin-top: 30px;
    margin-right: 60px;
    margin-left: 60px;
  }
  
  .pop-up-list-item {
    text-transform: capitalize;
  }
  
  .pop-up-button {
    width: 220px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
    background-color: #006145;
    text-align: center;
  }
  
  .pop-up-button.pop-up-button-no {
    border-style: solid;
    border-width: 2px;
    border-color: #006145;
    background-color: transparent;
    color: #006145;
    font-weight: 500;
  }
  
  .pop-up-button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .customer-info-form {
    /* padding-right: 20px; */
  }
  
  .form-field {
    display: block;
    border: 1px solid #dfdfdf;
  }
  
  .form-field.form-field-50 {
    display: inline-block;
    width: auto;
  }
  
  .form-field.form-field-50.form-field-50--right {
    display: inline-block;
    width: auto;
    margin-left: 10px;
  }
  
  .checkbox-label {
    color: #7b7b7b;
  }
  
  .shipping-info-form {
    /* padding-right: 20px; */
    padding-left: 0px;
  }

  .border {
    border: 1px solid #dfdfdf;
    padding: 10px;
  }
  
  .shipping-method-form {
    margin-bottom: 60px;
    padding: 10px 0px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 10px;
  }
  
  .shipping-radio-button-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .shipping-radio-button-field.shipping-radio-button-field-bottom {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  
  .shipping-radio-button-label {
    padding-left: 20px;
    color: #7b7b7b;
    font-size: 14px;
  }
  
  .shipping-price-text {
    margin-right: 0px;
    margin-left: auto;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 400;
  }
  
  .shipping-method-radio-button {
    margin-left: 5px;
  }
  
  .checkout-p {
    font-size: 16px;
    line-height: 30px;
  }
  
  .checkout-p.credit-card-message-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  
  .calendar-img {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .credit-card-message-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-style: solid;
    border-width: 2px;
    border-color: #006145;
    border-radius: 10px;
    background-color: #fffaf0;
  }
  
  .credit-card-message-icon-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: auto;
    -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;
  }
  
  .credit-card-message-text-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 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;
  }
  
  .notice-icon {
    width: 25px;
  }
  
  .smart-order-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    height: 35px;
    -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: #006145;
  }
  
  .smart-order-summary-div {
    position: fixed;
    left: auto;
    right: 0px;
    width: 40%;
    height: 100vh;
    background-color: #fffaf0;
  }
  
  .order-summary-product-text-subscription {
    margin-top: 10px;
    color: #7b7b7b;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
  }
  
  .payment-p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
  }
  
  .payment-p.credit-card-message-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  
  .billing-address-form-div {
    margin-bottom: 60px;
    padding: 10px 0px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 10px;
  }
  
  .billing-address-radio-button-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-right: 60px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px none #dfdfdf;
  }
  
  .billing-address-radio-button-field.shipping-radio-button-field-bottom {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  
  .billing-address-radio-button-label {
    padding-left: 20px;
    color: #7b7b7b;
    font-size: 14px;
  }
  
  .billing-address-radio-button-field-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px none #dfdfdf;
    border-bottom: 1px none #dfdfdf;
  }
  
  .billing-address-radio-button-field-top.shipping-radio-button-field-bottom {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  
  .payment-customer-info-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #dfdfdf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .payment-customer-info-text-1 {
    color: #8f8f8f;
  }
  
  .payment-customer-info-text-2 {
    font-size: 12px;
  }
  
  .payment-customer-info-text-3 {
    padding-right: 0px;
    color: #006145;
  }
  
  .payment-customer-info-div-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: solid;
    border-width: 0px 1px;
    border-color: #dfdfdf;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  
  .payment-customer-info-div-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #dfdfdf;
    border-radius: 0px 0px 5px 5px;
  }
  
  .payment-form {
    padding: 20px 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
  }
  
  .payment-text-field {
    border-radius: 5px;
  }
  
  .radio-button-field {
    margin-bottom: 15px;
  }
  
  .radio-button-label {
    padding-left: 10px;
    font-size: 16px;
  }
  
  .confirmation-logo {
    padding-top: 30px;
  }
  
  .order-confirmation-h1 {
    margin-top: 20px;
    font-family: Poppins, sans-serif;
    color: #006145;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
  }
  
  .order-confirmation-h1.smart-order-h1 {
    margin-top: 80px;
    font-size: 30px;
    text-transform: capitalize;
  }
  
  .order-confirmation-h1.shipping-h1 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
  }
  
  .order-confirmation-h1.payment-h1 {
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
  }
  
  .order-number-main-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  
  .order-number-text-div {
    padding-top: 5px;
  }
  
  .order-number-text {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: #7b7b7b;
    font-size: 16px;
  }
  
  .maps-img {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #dfdfdf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .order-confirmed-text-div {
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .order-confirmed-h1 {
    font-size: 18px;
    font-weight: 500;
  }
  
  .order-confirmed-p {
    padding-top: 5px;
    color: #7b7b7b;
  }
  
  .confirmation-customer-info-main-div {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
  }
  
  .confirmation-customer-info-h1 {
    padding: 0px 0px 20px;
    font-size: 18px;
    font-weight: 500;
  }
  
  .confirmation-customer-info-h2 {
    padding-bottom: 5px;
    font-weight: 500;
  }
  
  .confirmation-customer-info-p {
    font-size: 12px;
    font-weight: 400;
  }
  
  .successs-stories-button {
    display: block;
    width: 500px;
    height: 50px;
    margin: 40px auto 60px;
    border-radius: 10px;
    background-color: #006145;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
  }
  
  .successs-stories-button.enhance-grid-button {
    width: 160px;
    margin-top: 0px;
    font-size: 14px;
  }
  
  .successs-stories-button.continue-button {
    width: 200px;
    margin-right: 0px;
    font-size: 16px;
  }
  
  .successs-stories-button.continue-button.continue-button-mobile {
    display: none;
  }
  
  .successs-stories-button.continue-button.continue-button-shipping {
    width: 80%;
    margin-right: auto;
  }
  
  .referred-by-text-form-field {
    border-radius: 5px;
  }
  
  .order-summary-continue-button-div-center {
    padding-right: 0px;
  }
  
  @media screen and (max-width: 959px) {
    .ult-checkout-section {
      display: block;
    }
  
    .order-summary-div {
      display: none;
    }
  
    .order-summary-div.order-summary-div-mobile {
      display: block;
      width: 100%;
      height: auto;
    }
  
    .checkout-div {
      width: 100%;
      height: auto;
      padding-right: 20px;
      padding-left: 20px;
      padding-bottom: 20px;
    }
  
    .progress-bar-div {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
    }
  
    .checkout-header-div {
      display: none;
    }
  
    .checkout-header-div.checkout-header-div-mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 15px;
    }
    
    .back-arrow-link-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 20px;
      padding-top: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .back-arrow-svg {
      width: 20px;
    }
  
    .progress-bar-svg {
      width: 600px;
      padding-top: 15px !important;
    }
  
    .checkout-h1 {
      font-size: 22px;
      line-height: 30px;
    }
  
    .checkout-h1.smart-order-h1 {
      font-size: 24px;
      line-height: 35px;
    }
  
    .checkout-h1.smart-order-h1-copy {
      font-size: 18px;
      line-height: 35px;
    }
  
    .checkout-h1.smart-order-h1-choose {
      font-size: 24px;
      line-height: 35px;
    }
  
    .button {
      width: 90%;
    }
  
    .button.enhance-grid-button {
      width: 130px;
      height: 35px;
      font-size: 10px;
      line-height: 18px;
    }
  
    .button.continue-button.continue-button-mobile {
      position: -webkit-sticky;
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 999;
      display: block;
      width: 90%;
    }
  
    .checkout-product-img.checkout-product-img-grid {
      width: 220px;
    }
  
    .checkout-h2 {
      width: 100%;
      font-size: 20px;
      line-height: 27px;
    }
  
    .checkout-h2.enhance-grid-h2 {
      font-size: 14px;
      line-height: 20px;
    }
  
    .checkout-h2.top-picks-h2 {
      margin-top: 40px;
    }
  
    .checkout-h3 {
      width: 90%;
      font-size: 16px;
    }
  
    .checkout-h3.checkout-h3-footer {
      font-size: 12px;
    }
  
    .checkout-h3.enhance-grid-h3 {
      width: auto;
      padding-right: 0px;
      padding-left: 0px;
      font-size: 9px;
      line-height: 13px;
    }
  
    .checkout-footer-link-blocl {
      width: 100%;
    }
  
    .image {
      padding-top: 0px;
    }
  
    .order-summary-h1 {
      margin-top: auto;
    }
  
    .order-summary-h1.all-products-accordion {
      font-size: 18px;
    }
  
    .order-summary-product-div-block {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .order-summary-totals-div-block {
      padding-right: 20px;
      padding-left: 20px;
    }
  
  
    .order-summary-div-mobile {
      display: block;
    }
  
    .accordion-toggle {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .accordion-toggle.all-products-accordion {
      margin-bottom: 0px;
    }
  
    .accordion-icon {
      padding-top: 0px;
      color: #006145;
      font-size: 16px;
    }
  
    .accordion-icon.all-products-accordion {
      font-size: 18px;
    }
  
    .dropdown-list {
      background-color: #fff;
    }
  
    .dropdown-list.all-products-accordion {
      padding-top: 0px;
      padding-right: 0px;
      padding-left: 0px;
    }
  
    /* .enhance-grid {
      display: none;
    } */
  
    .enhance-grid.enhance-grid-mobile {
      display: -ms-grid;
      display: grid;
      grid-auto-columns: 1fr;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
      grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    }
    @media only screen and (max-width: 600px) {
      .enhance-grid.enhance-grid-mobile {
        grid-template-columns: 1fr;
      }
    }
  
    .enhance-grid-price {
      font-size: 11px;
    }
  
    .all-products-grid {
      display: none;
    }
  
    .all-products-grid.all-products-grid-mobile {
      display: -ms-grid;
      display: grid;
      grid-auto-columns: 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
  
    .all-products-placeholder-img {
      width: 200px;
    }
  
    .all-products-product-name {
      font-size: 14px;
    }
  
    .all-products-product-price {
      font-size: 14px;
    }
  
    .order-label {
      width: 120px;
      height: 33px;
      font-size: 12px;
    }
  
    .order-label-text {
      font-size: 11px;
    }
  
    .order-summary-product-price {
      font-size: 12px;
    }
  
    .pop-up-background {
      display: none;
    }
  
    .pop-up-div {
      width: 95%;
      height: auto;
      padding-right: 10px;
      padding-bottom: 40px;
      padding-left: 10px;
    }
  
    .smart-order-p {
      font-size: 16px;
    }
  
    /* .smart-order-grid {
      display: none;
    } */
  
    .smart-order-grid.smart-order-grid-mobile {
      display: -ms-grid;
      display: grid;
      grid-auto-columns: 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 10px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto auto auto auto auto auto;
      grid-template-rows: auto auto auto auto auto auto auto;
    }
  
    .top-picks-product-name {
      font-size: 14px;
    }
  
    .top-picks-product-price {
      font-size: 10px;
    }
  
    .top-picks-product-description {
      padding-right: 0px;
      padding-left: 0px;
      font-size: 10px;
      line-height: 15px;
    }
  
    .pop-up-headline {
      margin-top: 20px;
      padding-right: 0px;
      padding-left: 0px;
      font-size: 16px;
      line-height: 27px;
    }
  
    .pop-up-list {
      margin-top: 10px;
      margin-right: 20px;
      margin-left: 20px;
    }
  
    .pop-up-button {
      width: auto;
      margin-right: auto;
      margin-left: 2px;
      font-size: 10px;
      font-weight: 500;
    }
  
    .pop-up-button.pop-up-button-no.w--current {
      width: auto;
      margin-right: 2px;
      margin-left: auto;
      font-weight: 600;
    }
  
    .pop-up-button-div {
      margin-top: 20px;
    }
  
    .form-field.form-field-50 {
      width: 100%;
    }
  
    .form-field.form-field-50.form-field-50--right {
      width: 100%;
      margin-left: 0px;
    }
  
    .shipping-radio-button-field {
      padding-right: 20px;
    }
  
    .shipping-radio-button-field.shipping-radio-button-field-bottom {
      padding-bottom: 10px;
    }
  
    .shipping-radio-button-label {
      font-size: 10px;
      line-height: 20px;
    }
  
    .checkout-p {
      font-size: 14px;
    }
  
    .checkout-p.credit-card-message-text {
      font-size: 10px;
      text-align: justify;
    }
  
    .credit-card-message-div {
      padding-right: 5px;
      padding-left: 5px;
    }
  
    .smart-order-label {
      width: 180px;
      height: 33px;
      font-size: 12px;
    }
  
    .smart-order-summary-div {
      display: none;
    }
  
    .smart-order-summary-div.order-summary-div-mobile {
      display: block;
      width: 100%;
      height: auto;
    }
  
    .payment-p {
      padding-top: 10px;
      font-size: 14px;
      line-height: 20px;
    }
  
    .payment-p.credit-card-message-text {
      font-size: 10px;
    }
  
    .billing-address-radio-button-field {
      padding-right: 20px;
    }
  
    .billing-address-radio-button-field.shipping-radio-button-field-bottom {
      padding-bottom: 10px;
    }
  
    .billing-address-radio-button-label {
      font-size: 10px;
      line-height: 20px;
    }
  
    .billing-address-radio-button-field-top {
      padding-right: 20px;
    }
  
    .billing-address-radio-button-field-top.shipping-radio-button-field-bottom {
      padding-bottom: 10px;
    }
  
    .payment-customer-info-text-2 {
      padding-right: 5px;
      padding-left: 5px;
    }
  
    .payment-form {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
  
    .order-confirmation-container {
      padding-bottom: 60px;
    }
  
    .order-confirmation-h1 {
      font-size: 22px;
      line-height: 30px;
    }
  
    .order-confirmation-h1.smart-order-h1 {
      font-size: 24px;
      line-height: 35px;
    }
  
    .successs-stories-button {
      width: 90%;
      height: auto;
      font-size: 16px;
    }
  
    .successs-stories-button.enhance-grid-button {
      width: 130px;
      height: 35px;
      font-size: 10px;
      line-height: 18px;
    }
  
    .successs-stories-button.continue-button.continue-button-mobile {
      position: -webkit-sticky;
      position: sticky;
      right: 20px;
      bottom: 20px;
      z-index: 9999;
      display: block;
      width: 90%;
    }
  
    .referred-by-form-block {
      padding-top: 10px;
    }
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325eb-db337a59 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-db337a59 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-db337a59 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_421021f4-112c-5413-f715-320b54c43fe5-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_97ec39c2-7213-1023-164a-ea6b31ad721f-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-cd5718ae-6526-5955-b798-aee0dccf7998-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_263a773b-b3b9-3901-44ef-9e82a85a78f1-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_67d2ba8a-fe2c-4bd3-fd9e-512e60a5d5d6-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_67d2ba8a-fe2c-4bd3-fd9e-512e60a5d5d7-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_67d2ba8a-fe2c-4bd3-fd9e-512e60a5d5d9-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_67d2ba8a-fe2c-4bd3-fd9e-512e60a5d5db-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_0ff1e55d-c3b1-9574-b9cb-9c3927fc623a-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_0ff1e55d-c3b1-9574-b9cb-9c3927fc623b-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_0ff1e55d-c3b1-9574-b9cb-9c3927fc623d-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_0ff1e55d-c3b1-9574-b9cb-9c3927fc623f-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_942eb300-a457-8238-df75-9af63310816f-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_942eb300-a457-8238-df75-9af633108170-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_942eb300-a457-8238-df75-9af633108172-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_942eb300-a457-8238-df75-9af633108174-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_4df63a09-bb24-dae9-b420-f27f184f2ef2-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_4df63a09-bb24-dae9-b420-f27f184f2ef3-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_4df63a09-bb24-dae9-b420-f27f184f2ef5-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_4df63a09-bb24-dae9-b420-f27f184f2ef7-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_69342a37-abc3-d1b5-610a-4d12e21e8ddc-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_69342a37-abc3-d1b5-610a-4d12e21e8ddd-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_69342a37-abc3-d1b5-610a-4d12e21e8ddf-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_69342a37-abc3-d1b5-610a-4d12e21e8de1-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_152b1796-bb52-9c04-95bb-b98d77d6a4e2-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_152b1796-bb52-9c04-95bb-b98d77d6a4e3-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_152b1796-bb52-9c04-95bb-b98d77d6a4e5-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_152b1796-bb52-9c04-95bb-b98d77d6a4e7-db337a59 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_66b5be68-7551-fb71-28b7-f7c2b8b1d6d2-db337a59 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_166d65c3-417f-51e0-666c-5327e20d4293-db337a59 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-bbc5f29b-8e36-2ad3-a343-68e4d29a8e36-db337a59 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325eb-3a42862a {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-3a42862a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-3a42862a {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14fd3-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14fd4-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14fe1-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14fe3-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14fe5-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14fe6-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14ff3-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14ff5-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_295e5d42-65fa-9358-8aaf-0b0ed42a2fa0-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-f62772a7-c51c-a66a-e26d-9ec1f6859e0f-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_5b0a452b-9e55-f11f-a189-b0f7d34649c0-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_2dba3d1a-0ff9-23b3-fe08-35de759d17e5-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_29e33a2b-d7aa-bd3b-9511-c28381ff3668-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_33f502ab-a523-64d4-70ed-b4eb5efda4ce-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-dcc90f7d-c489-cff7-a0a6-880fba336b27-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_27f38558-6577-1d8e-8e2c-87c32ac9563c-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_6940d3c0-b95b-01af-fa81-bdaa4ca65328-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_6940d3c0-b95b-01af-fa81-bdaa4ca65329-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_6940d3c0-b95b-01af-fa81-bdaa4ca65336-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_6940d3c0-b95b-01af-fa81-bdaa4ca65338-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_6940d3c0-b95b-01af-fa81-bdaa4ca6533a-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-_6940d3c0-b95b-01af-fa81-bdaa4ca6534a-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-c1172d9f-f00c-4edc-cd5d-11ce3d7f76c4-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-c1172d9f-f00c-4edc-cd5d-11ce3d7f76cd-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-c1172d9f-f00c-4edc-cd5d-11ce3d7f76cb-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-c1172d9f-f00c-4edc-cd5d-11ce3d7f76d4-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-c1172d9f-f00c-4edc-cd5d-11ce3d7f76d6-3a42862a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  
  #w-node-c1172d9f-f00c-4edc-cd5d-11ce3d7f76dd-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a89-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a8a-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a8c-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a8e-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a91-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a92-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a94-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a96-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a99-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a9a-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a9c-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280a9e-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280aa1-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280aa2-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280aa4-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280aa6-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280aa9-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280aaa-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280aac-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280aae-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280ab1-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280ab2-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280ab4-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280ab6-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280ab9-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280aba-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280abc-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-d05187db-054f-24d6-8e0f-5f48bb280abe-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32d9c-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32d9d-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32d9f-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32da1-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32da4-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32da5-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32da7-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32da9-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dac-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dad-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32daf-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32db1-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32db4-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32db5-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32db7-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32db9-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dbc-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dbd-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dbf-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dc1-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dc4-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dc5-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dc7-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dc9-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dcc-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dcd-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dcf-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_47b03349-16b4-8c9a-8ba1-033f83f32dd1-3a42862a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  #w-node-_66b5be68-7551-fb71-28b7-f7c2b8b1d6d2-3a42862a {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_166d65c3-417f-51e0-666c-5327e20d4293-3a42862a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-bbc5f29b-8e36-2ad3-a343-68e4d29a8e36-3a42862a {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325eb-905bd311 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-905bd311 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-905bd311 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_66b5be68-7551-fb71-28b7-f7c2b8b1d6d2-905bd311 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_166d65c3-417f-51e0-666c-5327e20d4293-905bd311 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-bbc5f29b-8e36-2ad3-a343-68e4d29a8e36-905bd311 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325eb-72301692 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-72301692 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-72301692 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-ccb1f3cb-f4e0-4301-f6a2-049218e03be2-72301692 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-ccb1f3cb-f4e0-4301-f6a2-049218e03be5-72301692 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_66b5be68-7551-fb71-28b7-f7c2b8b1d6d2-72301692 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_166d65c3-417f-51e0-666c-5327e20d4293-72301692 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-bbc5f29b-8e36-2ad3-a343-68e4d29a8e36-72301692 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-b6864a74-417f-34d8-9839-f2302ef4441f-72301692 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-b6864a74-417f-34d8-9839-f2302ef44422-72301692 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325eb-57b6a49f {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-57b6a49f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-57b6a49f {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_66b5be68-7551-fb71-28b7-f7c2b8b1d6d2-57b6a49f {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_166d65c3-417f-51e0-666c-5327e20d4293-57b6a49f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-bbc5f29b-8e36-2ad3-a343-68e4d29a8e36-57b6a49f {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325eb-fb030d5f {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-fb030d5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-fb030d5f {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-ccb1f3cb-f4e0-4301-f6a2-049218e03be2-fb030d5f {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-ccb1f3cb-f4e0-4301-f6a2-049218e03be5-fb030d5f {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_66b5be68-7551-fb71-28b7-f7c2b8b1d6d2-fb030d5f {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_166d65c3-417f-51e0-666c-5327e20d4293-fb030d5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-bbc5f29b-8e36-2ad3-a343-68e4d29a8e36-fb030d5f {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-b6864a74-417f-34d8-9839-f2302ef4441f-fb030d5f {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-b6864a74-417f-34d8-9839-f2302ef44422-fb030d5f {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325eb-3c6ac62a {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-3c6ac62a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-3c6ac62a {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_66b5be68-7551-fb71-28b7-f7c2b8b1d6d2-3c6ac62a {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_166d65c3-417f-51e0-666c-5327e20d4293-3c6ac62a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-bbc5f29b-8e36-2ad3-a343-68e4d29a8e36-3c6ac62a {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325eb-236293eb {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-236293eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-236293eb {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-ccb1f3cb-f4e0-4301-f6a2-049218e03be2-236293eb {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-ccb1f3cb-f4e0-4301-f6a2-049218e03be5-236293eb {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-_66b5be68-7551-fb71-28b7-f7c2b8b1d6d2-236293eb {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-_166d65c3-417f-51e0-666c-5327e20d4293-236293eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-bbc5f29b-8e36-2ad3-a343-68e4d29a8e36-236293eb {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  #w-node-b6864a74-417f-34d8-9839-f2302ef4441f-236293eb {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  
  #w-node-b6864a74-417f-34d8-9839-f2302ef44422-236293eb {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  
  @media screen and (max-width: 479px) {
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-db337a59 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-db337a59 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-da242222-8f17-d6a1-5c5c-7777b9d27ef4-db337a59 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-d1025827-125d-8cf9-12a6-1ad93c74399f-db337a59 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-3a42862a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-3a42862a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14fd4-3a42862a {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14fe1-3a42862a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14fe6-3a42862a {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_6eb3828b-74c3-5dd0-6cdf-6b4ad0a14ff3-3a42862a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-c1172d9f-f00c-4edc-cd5d-11ce3d7f76cd-3a42862a {
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-c1172d9f-f00c-4edc-cd5d-11ce3d7f76cb-3a42862a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-c1172d9f-f00c-4edc-cd5d-11ce3d7f76dd-3a42862a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-f5608e22-6f05-aa96-98e5-3bb829a396e4-3a42862a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_88176629-6eaa-c3da-b6ca-6543c6928e6e-3a42862a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -ms-grid-column-align: center;
      justify-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-905bd311 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-905bd311 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-72301692 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-72301692 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-ccb1f3cb-f4e0-4301-f6a2-049218e03be5-72301692 {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-57b6a49f {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-57b6a49f {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-fb030d5f {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-fb030d5f {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-ccb1f3cb-f4e0-4301-f6a2-049218e03be5-fb030d5f {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-3c6ac62a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-3c6ac62a {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ec-236293eb {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-_4346abd5-c074-1e69-16d7-0b0281d325ee-236293eb {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  
    #w-node-ccb1f3cb-f4e0-4301-f6a2-049218e03be5-236293eb {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
  }
  .p-16 {
    padding: 16px;
  }
  .p-l-r-b {
    padding: 0px 16px 16px 16px;
  }
  .m-b-30 {
    margin-bottom: 30px;
  }
  .mat-expansion-indicator {
    color: #016145 !important;
  }
  .help-block {
    color: red !important;
  }