.body {
  cursor: crosshair;
  background-color: #0000f8;
  border: 1vw solid #000086;
  border-radius: 0;
}

.text-block {
  height: 100%;
  min-height: 100%;
  text-align: center;
}

.div-block {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: static;
}

.container {
  min-height: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: none;
  position: fixed;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.navbar-brand-three:active {
  text-decoration: line-through;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.testimonial-column-light {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: -webkit-sticky;
  position: sticky;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px #ffffe3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  color: #ffffe3;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 20px;
  font-family: Snowburst One, sans-serif;
  font-size: .8vw;
  line-height: .9vh;
}

.testimonial-info-three {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  opacity: .13;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-main-heading {
  color: #ffffe3;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: UnifrakturCook, sans-serif;
  font-size: 10.5vw;
  font-weight: 600;
  line-height: 11vw;
  text-decoration: none;
}

.testimonial-main-heading:active {
  text-decoration: none;
}

.link-block {
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  text-align: center;
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 227, .5);
  border-radius: 100%;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.link-block:hover {
  border-width: 1px;
  border-color: #ffffe3;
  border-radius: 4px;
}

.link-block:active {
  color: #ffffe3;
  text-decoration: line-through;
}

.link-block.w--current {
  display: none;
}

.image {
  max-width: 30px;
  mix-blend-mode: normal;
  padding-top: 1vw;
  display: inline-block;
}

.footer-subscribe {
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 227, .5);
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #ffffe3;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  display: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading {
  color: #ffffe3;
  font-family: Snowburst One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.heading.cocktails_method {
  margin-top: 30px;
  font-family: Snowburst One, sans-serif;
}

.list {
  color: #ffffe3;
  font-size: 20px;
  line-height: 30px;
}

.cocktail_description_tagline {
  color: #ffffe3;
  margin-bottom: 40px;
  font-family: Snowburst One, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.list-item, .list-item-2, .list-item-3 {
  font-family: Snowburst One, sans-serif;
}

@media screen and (max-width: 991px) {
  .container-2 {
    width: 100%;
    max-width: 728px;
    text-align: center;
    display: block;
    position: static;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .navbar-wrapper-three {
    justify-content: center;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .testimonial-column-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-card-two {
    width: 100%;
  }

  .testimonial-text-two {
    font-size: 1.5vw;
    line-height: 2vh;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .testimonial-main-heading {
    font-size: 15vw;
    line-height: 15vw;
  }

  .icon {
    display: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-text-two {
    font-size: 2vw;
    line-height: 2vh;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    border-width: 2vw;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-text-two {
    padding-top: 10px;
    font-size: 3.5vw;
    line-height: 2vh;
  }

  .testimonial-main-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image {
    max-height: none;
    max-width: 25px;
    padding-top: .5vw;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-83f22e07, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-83f22e07, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-83f22e07, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-83f22e07, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-83f22e07, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-83f22e07, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-83f22e07, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-83f22e07, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-83f22e07, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-83f22e07, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-9cb5d80b, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-9cb5d80b, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-9cb5d80b, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-9cb5d80b, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-9cb5d80b, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-9cb5d80b, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-9cb5d80b, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-9cb5d80b, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-9cb5d80b, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-9cb5d80b, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-eaaf6b6a, #w-node-_2454091d-7765-dafa-6bd4-eb4227882d5d-eaaf6b6a, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-eaaf6b6a, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-eaaf6b6a, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-eaaf6b6a, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-eaaf6b6a, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-eaaf6b6a, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-eaaf6b6a, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-eaaf6b6a, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-eaaf6b6a, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-eaaf6b6a, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-1a8ed9da, #w-node-_2454091d-7765-dafa-6bd4-eb4227882d5d-1a8ed9da, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-1a8ed9da, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-1a8ed9da, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-1a8ed9da, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-1a8ed9da, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-1a8ed9da, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-1a8ed9da, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-1a8ed9da, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-1a8ed9da, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-1a8ed9da, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-048ee301, #w-node-_2454091d-7765-dafa-6bd4-eb4227882d5d-048ee301, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-048ee301, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-048ee301, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-048ee301, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-048ee301, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-048ee301, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-048ee301, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-048ee301, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-048ee301, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-048ee301, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-4af968c4, #w-node-_2454091d-7765-dafa-6bd4-eb4227882d5d-4af968c4, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-4af968c4, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-4af968c4, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-4af968c4, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-4af968c4, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-4af968c4, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-4af968c4, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-4af968c4, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-4af968c4, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-4af968c4, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-1bbae700, #w-node-_2454091d-7765-dafa-6bd4-eb4227882d5d-1bbae700, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-1bbae700, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-1bbae700, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-1bbae700, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-1bbae700, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-1bbae700, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-1bbae700, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-1bbae700, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-1bbae700, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-1bbae700, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-43519bc6, #w-node-_2454091d-7765-dafa-6bd4-eb4227882d5d-43519bc6, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-43519bc6, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-43519bc6, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-43519bc6, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-43519bc6, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-43519bc6, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-43519bc6, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-43519bc6, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-43519bc6, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-43519bc6, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-36ada2cc, #w-node-_2454091d-7765-dafa-6bd4-eb4227882d5d-36ada2cc, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-36ada2cc, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-36ada2cc, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-36ada2cc, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-36ada2cc, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-36ada2cc, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-36ada2cc, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-36ada2cc, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-36ada2cc, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-36ada2cc, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-b6c4a88f, #w-node-_2454091d-7765-dafa-6bd4-eb4227882d5d-b6c4a88f, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-b6c4a88f, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-b6c4a88f, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-b6c4a88f, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-b6c4a88f, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-b6c4a88f, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-b6c4a88f, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-b6c4a88f, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-b6c4a88f, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-b6c4a88f, #w-node-_74556c03-fcaf-9d5a-1d19-bd30c6852971-63538e9c, #w-node-_2454091d-7765-dafa-6bd4-eb4227882d5d-63538e9c, #w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-63538e9c, #w-node-_59a76e9e-b59a-9dfc-f613-6e33a8ef49d8-63538e9c, #w-node-_5b4f8b0f-4d30-94b6-7385-2aa47d0c15aa-63538e9c, #w-node-_6dd3cb3b-84e4-ec45-7475-a09287388f20-63538e9c, #w-node-f0fe2e8f-e12b-2e73-e401-52c39679bc81-63538e9c, #w-node-ea80f519-bfb5-b428-9598-be2faa9667f1-63538e9c, #w-node-_45667734-0ac8-fbf2-9b66-306869c7deef-63538e9c, #w-node-fb082ad9-7d7f-e3b9-7f6e-e569d0154de3-63538e9c, #w-node-_7aeaa1da-4e69-4428-dbbe-36dc37f1e254-63538e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


