/*
Theme Name: Divi Child
Theme URL: https://wgc.hksandbox.com/
Description: Divi child theme
Author: WGC
Author URL: https://wgc.hksandbox.com/
Template: Divi
Version: 1.0.0
Text Domain: divi-child
*/
@font-face {
  font-family: "ChronicleTextG1-Semi", serif;
  src: url("/wp-content/themes/your-theme/fonts/ChronicleTextG1-Semi.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/your-theme/fonts/ChronicleTextG1-Semi.woff2") format("woff2"), url("/wp-content/themes/your-theme/fonts/ChronicleTextG1-Semi.woff") format("woff"), url("/wp-content/themes/your-theme/fonts/ChronicleTextG1-Semi.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@keyframes bounce {
  0% {
    left: 0px;
  }
  50% {
    left: 4px;
  }
  100% {
    left: 0px;
  }
}
/*==== Start Background Shutter Animation ====*/
/*==== elimitate opacitcy change on hover ====*/
.et_pb_menu ul > li > a:hover {
  opacity: 1 !important;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}
.nav ul li a:hover {
  background-color: transparent;
  opacity: 1;
}
#top-menu {
  margin-bottom: 30px;
}
#top-menu li:not(.wgc-btn) {
  padding-right: 0;
  padding-bottom: 10px;
}
#top-menu li:not(.wgc-btn) li {
  padding: 0 0px;
  margin: 0;
  display: block;
}
#top-menu li:not(.wgc-btn) li a {
  padding: 7px 15px;
  width: 100%;
  white-space: nowrap;
}
#top-menu li:not(.wgc-btn):hover, #top-menu li:not(.wgc-btn):active {
  background: transparent;
}
#top-menu li:not(.wgc-btn) a {
  transition: none;
}
#top-menu li.wgc-btn {
  padding-left: 0;
  padding-right: 0;
}
#top-menu li.wgc-btn a {
  color: white !important;
  opacity: 1 !important;
}
#top-menu-nav > ul > li > a:hover, .et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover > ul {
  transition: none;
}
.et_header_style_left #et-top-navigation nav > ul.nav > li.menu-item:not(.wgc-btn) > a {
  padding: 15px 20px 15px 0px;
}
.et_header_style_left #et-top-navigation nav > ul.nav > li.menu-item:not(.wgc-btn) > a:hover, .et_header_style_left #et-top-navigation nav > ul.nav > li.menu-item:not(.wgc-btn) > a:active {
  opacity: 1;
}
.et_header_style_left #et-top-navigation nav > ul.nav > li.menu-item:not(.wgc-btn) > a:after {
  padding-top: 16px;
  padding-right: 16px;
}
.et_header_style_left #et-top-navigation nav > ul.nav > li.menu-item:not(.wgc-btn) > a:not(:hover):not(:focus):before {
  height: 0;
  width: 0;
  left: 50%;
}
.et_header_style_left #et-top-navigation nav > ul.nav > li.menu-item:not(.wgc-btn) > a:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #00a3e0;
  transition: all 0.25s ease;
}
.et_header_style_left #et-top-navigation nav > ul.nav > li.menu-item-has-children:not(.wgc-btn) > a {
  padding: 15px 35px 15px 0px;
}
.et_header_style_left #et-top-navigation nav > ul.nav > li.wgc-btn > a {
  padding: 12px 20px 13px 20px;
}
.et_header_style_left #et-top-navigation nav > #top-menu > li.menu-item.current-menu-parent > a:before, .et_header_style_left #et-top-navigation nav > #top-menu > li.menu-item.current-menu-item > a:before {
  left: 0;
  bottom: 5px;
  width: calc(100% - 20px);
  height: 2px;
}
#et-top-navigation .sub-menu {
  padding: 10px 0;
  border-top: none !important;
  width: auto;
  margin-top: 6px;
}
#et-top-navigation .sub-menu .current_page_item {
  background: transparent;
}
#et-top-navigation .sub-menu .current-page-ancestor {
  color: white !important;
}
#top-menu li.current-menu-ancestor > a {
  color: black !important;
}
#top-menu li.current-menu-ancestor > a:hover, #top-menu li.current-menu-ancestor > a.et-hover, #top-menu li.current-menu-ancestor > aa:active {
  color: black !important;
}
#et_search_icon:before {
  padding-top: 14px;
}
@media (max-width: 760px) {
  #et_search_icon:before {
    padding-top: 15px;
  }
  .container.et_menu_container {
    width: 100%;
  }
  .container.et_menu_container .logo_container {
    padding: 0 30px;
  }
  .container.et_menu_container #et-top-navigation {
    padding-right: 30px;
  }
}
@media (min-width: 981px) and (max-width: 1350px) {
  .container {
    width: 95% !important;
  }
}
@media (max-width: 1090px) {
  #top-menu {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  #et_search_icon:before {
    padding-top: 7px;
  }
  #top-menu-nav > ul > li > a:hover {
    transition: none !important;
  }
  .et_mobile_menu .first-level > a {
    background-color: transparent;
    position: relative;
  }
  .et_mobile_menu .first-level > .icon-switch:after {
    content: "M";
  }
  .second-level {
    display: none;
  }
  .reveal-items {
    display: block;
  }
  .et_mobile_menu {
    width: 100%;
  }
  .et_mobile_menu {
    background: #f7f6f0;
    border: none;
    padding: 0;
  }
  .et_mobile_menu a:hover {
    opacity: 1 !important;
  }
  .et_mobile_menu a a.icon-switch {
    background-color: #e0457b;
  }
}
.search .entry-featured-image-url {
  display: none;
}
@media (max-width: 980px) {
  #et_search_icon:before {
    padding-top: 0px;
  }
}
/*==== End Background Shutter ====*/
h1 {
  font-weight: bold;
}
h1.et_pb_module_header {
  font-size: 36px;
}
h3 {
  font-size: 30px;
  font-family: "ChronicleTextG1-Semi", serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 22px;
  }
}
h3.black {
  color: black;
  font-weight: 500;
}
h4 {
  font-size: 30px;
  font-family: "ChronicleTextG1-Semi", serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  h4 {
    font-size: 22px;
  }
}
h5 {
  font-size: 24px;
  color: #e0457b;
  font-family: "ChronicleTextG1-Semi", serif;
  font-weight: bold;
}
h5.sanserif {
  color: black;
  font-family: "OpenSans SemiBold", sans-serif;
  font-weight: 500;
  padding-top: 20px;
}
.pink {
  color: #e0457b;
}
.font-sm p, .font-sm ul, .font-sm .et_pb_text_inner, .font-sm .et_pb_code_inner {
  font-size: 14px;
  line-height: 1.5;
}
.font-sm li {
  padding-bottom: 10px;
}
.font-sm li:last-child {
  padding-bottom: 0;
}
.small {
  font-size: 14px;
}
.pink {
  color: #e0457b;
}
.awards h4 {
  color: black;
  font-family: "OpenSans SemiBold", sans-serif;
}
.et_pb_row.et_pb_equal_columns .et_pb_column, .et_pb_row_inner.et_pb_equal_columns .et_pb_column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body {
  font-weight: 400;
}
.flex {
  display: flex;
}
.et_pb_fullwidth_header {
  min-height: 500px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .et_pb_fullwidth_header {
    min-height: unset;
  }
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
  mix-blend-mode: multiply;
}
.et_pb_button, .more-link {
  background: #e0457b;
  border: none;
  padding-right: 10px !important;
  border-radius: 3px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
}
.et_pb_button:after, .more-link:after {
  position: relative;
}
.et_pb_button:hover, .more-link:hover {
  background: #e97da3;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}
.et_pb_button:hover::after, .more-link:hover::after {
  animation-duration: 1s;
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 0.2s;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
  border: 0;
  padding: 0.3em 2em 0.3em 0.7em;
}
.cta-zoom {
  background-size: 100%;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  height: 235px;
}
.cta-zoom:hover {
  background-size: 110%;
}
.cta-zoom h1 {
  font-size: 36px;
  color: white;
}
@media (min-width: 981px) and (max-width: 1325px) {
  .cta-zoom h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cta-zoom {
    height: 150px;
  }
}
@media only screen and (max-width: 980px) {
  .two-columns .et_pb_column {
    width: 50% !important;
  }
}
@media (max-width: 980px) {
  .twoX2 .et_pb_column {
    max-width: 47.25% !important;
    margin: 5% 5% 0 0 !important;
    padding: 0 !important;
  }
  .twoX2 .et_pb_column:last-child {
    margin-bottom: 0px;
    justify-content: start;
  }
  .twoX2 .et_pb_column.et_pb_column_1_4:nth-child(2n) {
    margin-right: 0 !important;
    /*this centers the third column */
  }
  .cta-zoom {
    padding: 30px 30px 30px 15px;
    height: 275px;
    height: 87px;
  }
  .cta-zoom h1 {
    font-size: 18px;
  }
}
.side-links {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.side-links a {
  color: #000;
  padding-bottom: 15px;
  display: block;
  font-size: 18px;
}
.side-links a:hover {
  color: #004c45;
}
.side-links a:last-child {
  padding-bottom: 0;
}
.side-links a.active {
  color: #004c45;
}
.side-links .indent a {
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 0;
}
.active {
  color: #004c45;
  display: block;
  padding-bottom: 15px;
  font-weight: bold;
}
.active.small {
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 0;
}
.pink-bg {
  background: #fae3eb;
}
.pink-bg h3 {
  color: #000;
}
.dpink-bg {
  background: #e0457b;
  color: #fff;
}
.dpink-bg h3 {
  color: #fff;
  font-family: "OpenSans SemiBold", sans-serif;
  font-weight: 600;
}
.dpink-bg a {
  color: black;
}
.cta-flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 640px) {
  .cta-flex {
    flex-wrap: wrap;
  }
}
.equal-height-bg {
  padding: 20px;
}
.equal-height-bg .et_pb_module {
  height: 100%;
}
.equal-height-bg .et_pb_module .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
}
.equal-height-bg .et_pb_module .et_pb_text_inner .position {
  position: absolute;
  bottom: 0;
}
.equal-height-bg.et_pb_module {
  padding-bottom: 44px;
}
.equal-height-bg h4 {
  font-family: "OpenSans SemiBold", sans-serif;
  font-weight: 600;
  font-size: 24px !important;
}
.equal-height-bg .position {
  width: 100%;
}
.equal-height-bg a {
  float: right;
  color: black;
}
.equal-height-bg a:after {
  content: "$";
  font-family: ETmodules !important;
  padding-left: 5px;
  top: 3px;
  position: relative;
}
.equal-height-bg a:hover {
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}
.equal-height-bg a:hover::after {
  animation-duration: 1s;
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 0.2s;
}
.yellow {
  background: #edf7df;
}
.yellow h4 {
  color: #e0457b;
}
.yellow a {
  color: black;
}
.dgreen {
  background: #004c45;
}
.dgreen h4, .dgreen p, .dgreen a, .dgreen ul li {
  color: white;
}
.cyan {
  background: #a4d65e;
}
.cyan h4, .cyan p, .cyan a, .cyan ul li {
  color: white;
}
.lgreen {
  background: #2dccd3;
}
.lgreen h4, .lgreen p, .lgreen a, .lgreen ul li {
  color: white;
}
.dpink {
  background: #e0457b;
}
.dpink h4 {
  color: white;
}
.dpink p {
  color: white;
}
.dpink a {
  color: white;
}
@media screen and (max-width: 640px) {
  .yellow-cta {
    padding: 0px;
  }
}
.yellow-cta h1 {
  font-family: "ChronicleTextG1-Semi", serif;
}
@media screen and (max-width: 640px) {
  .yellow-cta h1 {
    font-size: 32px !important;
  }
}
.yellow-bg {
  background: #edf7df;
  padding: 20px;
}
.yellow-bg h4 {
  color: #e0457b;
  font-family: "OpenSans SemiBold", sans-serif;
}
.yellow-bg a.button {
  color: white;
  background: #e0457b;
  padding: 10px;
}
.subpage .header-content {
  max-width: unset;
}
.subpage h1 {
  font-size: 36px !important;
  font-weight: normal;
}
.subpage .et_pb_fullwidth_header_subhead {
  font-size: 60px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .subpage .et_pb_fullwidth_header_subhead {
    font-size: 50px;
    line-height: 1.1;
  }
}
.header-content-container {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .header-content-container {
    padding: 0px 0;
  }
  .header-content-container h1 {
    font-size: 20px !important;
    padding-bottom: 0;
  }
  .header-content-container .et_pb_fullwidth_header_subhead {
    font-size: 30px !important;
  }
}
.indent {
  padding-top: 0px;
  padding-bottom: 0;
}
.indent .et_pb_row {
  padding-top: 0px;
  padding-bottom: 0;
  width: 74.25%;
  float: right;
}
.one-third {
  width: 32% !important;
}
@media (max-width: 980px) {
  .one-third {
    width: 100% !important;
  }
}
.links a {
  display: block;
  padding-bottom: 10px;
}
.percent-value {
  color: black;
}
.et_pb_number_counter_2.et_pb_number_counter h3 {
  color: black !important;
  font-size: 18px !important;
}
.dollar .percent-value:before {
  content: "$";
  position: relative;
  top: -0.4em;
  font-size: 70%;
}
.th .percent-value:after {
  content: "TH";
  position: relative;
  top: -0.4em;
  font-size: 70%;
}
.circle-counter {
  padding-left: 90px !important;
}
.circle-counter .et_pb_column {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .circle-counter .et_pb_column {
    max-width: 190px !important;
    background: none;
    border-radius: none !important;
  }
}
.circle-counter .et_pb_column .et_pb_number_counter {
  border-radius: 50% !important;
  min-height: 190px;
  padding: 38px 20px;
}
.circle-counter .et_pb_column .et_pb_number_counter .percent p {
  font-size: 66px;
}
.circle-counter .et_pb_column .et_pb_text_inner {
  font-size: 14px;
  line-height: 1.3;
}
.allergen-labelling .et_pb_blurb_content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.allergen-labelling .et_pb_blurb_content .et_pb_blurb_container {
  padding: 20px 40px 20px 0;
  width: 100%;
}
.allergen-labelling .et_pb_main_blurb_image {
  margin: 0;
  width: 52px;
}
.press .et_pb_post {
  margin: 20px 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.press .et_pb_post:first-child {
  margin-top: 0;
  padding-top: 0;
}
.press h2 {
  font-family: "ChronicleTextG1-Semi", serif;
  font-weight: 700;
  font-size: 30px;
  order: 2;
}
@media screen and (max-width: 640px) {
  .press h2 {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.press .post-meta {
  font-size: 14px !important;
  order: 1;
  width: 100%;
}
.press .post-content {
  order: 3;
}
.team-member {
  display: flex;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .team-member {
    flex-flow: row wrap;
  }
}
.team-member .single-team-content {
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .team-member .single-team-content {
    padding: 15px 0;
  }
}
.team-member .single-team-content h5 {
  font-family: "OpenSans SemiBold", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .team-member .single-team-content h5 {
    font-size: 22px;
  }
}
.team-member .single-team-content .title {
  font-weight: bold;
}
.post-content-inner {
  padding-bottom: 20px;
}
a.more-link {
  background: #e0457b;
  width: fit-content;
  color: white !important;
  text-transform: capitalize;
}
a.more-link:after {
  content: "$";
  font-family: ETmodules !important;
  padding-left: 5px;
}
#sustainable-practices a.more-link {
  float: right;
}
.board-of-directors h3 {
  font-family: "OpenSans SemiBold", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .board-of-directors h3 {
    font-size: 22px;
  }
}
.board-of-directors p {
  padding-bottom: 0;
}
.board-of-directors .column1 {
  width: 33.33% !important;
}
@media screen and (max-width: 640px) {
  .board-of-directors .column1 {
    width: 100% !important;
  }
}
.board-of-directors .column2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  width: 62% !important;
}
@media screen and (max-width: 640px) {
  .board-of-directors .column2 {
    width: 100% !important;
    column-count: 1;
  }
}
.board-of-directors .bod {
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .board-of-directors .bod {
    padding-bottom: 10px;
  }
}
.industry-links h3 {
  color: black;
  font-weight: 500;
}
.industry-links h4 {
  font-size: 24px !important;
  color: #00a3e0;
  font-family: "OpenSans SemiBold", sans-serif;
}
@media screen and (max-width: 640px) {
  .industry-links h4 {
    font-size: 20px !important;
  }
}
.industry-links a {
  color: black !important;
  font-size: 16px;
  font-weight: bold;
}
.member-directory h2 {
  font-size: 26px;
  color: black !important;
  background: #a4d65e;
  padding: 15px;
  margin-bottom: 10px;
}
.member-directory .et_pb_toggle {
  border-bottom: 1px solid black;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  margin-bottom: 0 !important;
}
.member-directory .et_pb_toggle h5 {
  color: #e0457b;
  font-family: "OpenSans SemiBold", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.member-directory a, .member-directory .single-bod-content a {
  color: black !important;
  font-size: 16px;
  font-weight: 500;
}
.member-detail h5 {
  font-family: "OpenSans SemiBold", sans-serif;
  font-weight: 500;
}
.member-detail ul li {
  padding-bottom: 20px;
}
.member-detail ul li:last-child {
  padding-bottom: 0;
}
.et-pb-contact-message {
  color: red;
  font-size: 14px;
}
/**************************** toggle custom 3 **************************/
.toggle_custom_3.et_pb_toggle {
  border: none;
  border-bottom: 4px solid #ddd !important;
  transition: 0.4s;
}
.toggle_custom_3.et_pb_toggle_open {
  border-bottom: 4px solid #72c15f !important;
}
.toggle_custom_3 .et_pb_toggle_title:before {
  font-size: 30px !important;
  content: "3" !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.toggle_custom_3 .et_pb_toggle_open .et_pb_toggle_title:before {
  color: #72c15f;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.grocery-sales .et_pb_module {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 40px;
  padding-top: 30px;
}
.grocery-sales .et_pb_module h4 {
  font-family: "OpenSans SemiBold", sans-serif;
}
@media (max-width: 640px) {
  .hide-subnav {
    padding-top: 0px;
  }
  .side-links {
    display: none;
  }
}
/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: "M";
}
/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
  content: "5";
}
/* - mobile menu toggling elements, injected via jQuery - */
/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
  position: relative;
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  top: 4px;
  right: 14px;
  cursor: pointer;
  text-align: right;
}
/* the new toggle element when popped */
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
  font-size: 24px;
  text-transform: none;
  content: "3";
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
  content: "2";
  position: relative;
  top: 6px;
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
  display: none !important;
  padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
  padding-left: 0;
}
/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
  padding-left: 20px;
  padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
  padding-left: 40px;
  padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
  padding-left: 60px;
  padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
  padding-right: 44px;
}
/* - end mobile menu toggling elements - */
/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  font-weight: inherit;
}
/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
  font-weight: bolder;
}
#footer-widgets {
  border-bottom: 2px solid #585858;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  #footer-widgets {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
#footer-widgets:after {
  content: none;
}
#footer-widgets .footer-logo {
  max-width: 226px;
}
@media (min-width: 768px) {
  #footer-widgets .footer-logo {
    max-width: 300px;
  }
}
#footer-widgets .footer-widget {
  width: unset !important;
  font-size: clamp(15px, 4vw, 18px);
}
#footer-widgets .footer-widget:nth-child(n) {
  margin: unset !important;
  width: unset !important;
}
#footer-widgets .footer-widget:nth-child(1) {
  flex: 100%;
}
@media (min-width: 981px) {
  #footer-widgets .footer-widget:nth-child(1) {
    flex: 1;
  }
}
@media (min-width: 1201px) {
  #footer-widgets .footer-widget:nth-child(1) {
    flex: 1.5;
  }
}
#footer-widgets .footer-widget:nth-child(2) {
  flex: 1;
}
#footer-widgets .footer-widget:nth-child(3) {
  flex: 1;
}
#footer-widgets .footer-widget li {
  font-size: clamp(15px, 4vw, 18px);
  padding-left: 0;
  margin-bottom: 1rem;
  width: fit-content;
}
#footer-widgets .footer-widget li:before {
  display: none;
}
#footer-widgets .footer-widget li a {
  font-size: clamp(15px, 4vw, 18px);
  width: auto;
}
#footer-widgets .footer-widget li a:hover {
  color: unset;
}
#footer-widgets .footer-widget li a:not(:hover):not(:focus):before {
  height: 0;
  width: 0;
  left: 50%;
}
#footer-widgets .footer-widget li a:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all 0.25s ease;
}
#footer-widgets .footer-widget .fwidget {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #footer-widgets .footer-widget .fwidget {
    align-items: flex-start;
  }
}
#footer-widgets .footer-widget .fwidget .title {
  color: #a4d65e;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
#footer-widgets .footer-widget .menu-footer-links-container {
  text-align: center;
  margin-top: 1.3rem;
  white-space: nowrap;
  font-size: clamp(15px, 4vw, 18px);
}
@media (min-width: 768px) {
  #footer-widgets .footer-widget .menu-footer-links-container {
    text-align: left;
  }
}
#footer-widgets .footer-widget .menu-footer-links-container > div {
  margin-bottom: 1rem;
}
#footer-widgets .footer-widget .menu-footer-links-container a {
  position: relative;
}
#footer-widgets .footer-widget .menu-footer-links-container a:not(:hover):not(:focus):before {
  height: 0;
  width: 0;
  left: 50%;
}
#footer-widgets .footer-widget .menu-footer-links-container a:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all 0.25s ease;
}
#footer-widgets .footer-widget .menu-footer-links-container .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #footer-widgets .footer-widget .menu-footer-links-container .menu {
    align-items: flex-start;
  }
}
#footer-widgets .footer-widget .footer-x {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #footer-widgets .footer-widget .footer-x {
    justify-content: flex-start;
  }
}
#footer-widgets .footer-widget .footer-x > div:not(.x-link) {
  margin-right: 0.2em;
}
#footer-widgets .footer-widget .footer-x .x-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#footer-widgets .footer-widget .footer-x .x-link span {
  color: white;
  transition: all 0.35s ease;
}
#footer-widgets .footer-widget .footer-x .x-link:hover .logo-x {
  fill: #9a9a9a;
}
#footer-widgets .footer-widget .footer-x .x-link:hover span {
  color: #9a9a9a;
}
#footer-widgets .footer-widget .footer-x .x-link a:before {
  width: 113%;
  background-color: #9a9a9a;
}
#footer-widgets .footer-widget .footer-x .logo-x {
  position: relative;
  top: 2px;
  left: 1px;
  fill: white;
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  #footer-info {
    text-align: initial;
  }
}
#main-header .nav li ul.sub-menu {
  background-color: #f7f6f0;
}
#main-header .nav li ul.sub-menu a {
  color: black;
}
#main-header .nav li ul.sub-menu a:hover {
  color: #00a3e0 !important;
}
.wgc-btn {
  color: white;
  background: #00a3e0;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.wgc-btn:hover {
  background: #004645;
  text-decoration: none;
}
.wgc-btn.menu-item {
  padding: 0;
}
.wgc-btn.menu-item a {
  color: white;
  background: #00a3e0;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.wgc-btn.menu-item a:hover {
  background: #004645;
  text-decoration: none;
}
#et-main-area .et-learn-more {
  border: none;
  margin: 0 0 20px;
}
#et-main-area .et-learn-more .heading-more {
  background: none;
  padding: 0;
  border: none;
  color: #9a9a9a !important;
  transition: all 0.2s;
  font-weight: 700;
}
#et-main-area .et-learn-more .heading-more:hover {
  color: #4d4d4d !important;
  transition: all 0.2s;
}
#et-main-area .et-learn-more .learn-more-content {
  border: none;
  padding: 20px 0 0 0;
}
#et-main-area .et_learnmore_arrow {
  display: none;
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
  margin-top: 15px;
}
ul li::marker {
  font-size: 0.9em;
}
ul li {
  margin-top: 13px;
}
ul ul {
  list-style-type: circle;
  padding: 0 0 0 1.6em;
}
ul ul li {
  margin-top: 4px;
}
.entry-content ul ul {
  list-style-type: circle;
  padding: 0 0 0 1.6em;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.winegrowerscanada.ca%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2FDivi-child%2Fscss%2Fstyle.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAvDF%3BAAAA%3BAAkEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAxQF%3BAAmRA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAt9BA%3BAA69BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAlgCF%3BAAwgCA%3BAAAA%3BAAAA%3BAAxgCA%3BAA6gCA%3BAAAA%3BAAAA%3BAA7gCA%3BAAAA%3BAAqhCA%3BAAAA%3BAAAA%3BAArhCA%3BAAyhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzhCA%3BAAAA%3BAAwiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxiCA%3BAAqjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArjCA%3BAA2jCA%3BAAAA%3BAAAA%3BAAAA%3BAA3jCA%3BAAgkCA%3BAAAA%3BAAAA%3BAAAA%3BAAhkCA%3BAAqkCA%3BAAAA%3BAAAA%3BAArkCA%3BAA0kCA%3BAAAA%3BAAAA%3BAAAA%3BAA1kCA%3BAA%2BkCA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FkCA%3BAAolCA%3BAAAA%3BAAAA%3BAAAA%3BAAplCA%3BAAylCA%3BAAAA%3BAAAA%3BAAzlCA%3BAAAA%3BAAgmCA%3BAAAA%3BAAAA%3BAAAA%3BAAhmCA%3BAAsmCA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%22%7D */