@charset "UTF-8";
/*
File: styles.scss
This should only contain @import statements from other files
*/
/*
File: _variables.scss
This should contain variable declarations. Actual usage should occur elsewhere
*/
/*
COLORS
*/
/*
TYPOGRAPHY
*/
/*
SIZING
*/
/*
EFFECTS
*/
/*
BREAKPOINTS
*/
/*
File: _base.scss
This should contain site-wide styles that don't belong anywhere else
*/
body {
  font-weight: 400;
}
#rf-body img {
  animation-fill-mode: both;
}
@media only screen and (min-width: 767.02px) {
  #rf-body .et_pb_column:nth-child(2) img {
    animation-delay: 0.25s;
  }
  #rf-body .et_pb_column:nth-child(3) img {
    animation-delay: 0.5s;
  }
  #rf-body .et_pb_column:nth-child(4) img {
    animation-delay: 0.75s;
  }
  #rf-body .et_pb_column:nth-child(5) img {
    animation-delay: 1s;
  }
  #rf-body .et_pb_column:nth-child(6) img {
    animation-delay: 1.25s;
  }
}
/*
File: _typography.scss
This should contain sizing and font choices for typography
*/
:root {
  min-height: 0vw;
}
#rf-body h1, #rf-body .h1, #rf-body h2, #rf-body .h2, #rf-body h3, #rf-body .h3, #rf-body .rf-product-callouts-item__value, #rf-body h4, #rf-body .h4, #rf-body .rf-price, #rf-body .woocommerce .thwmscf-tab-panels h3, #rf-body .woocommerce .purchase-totals th, #rf-body .woocommerce .recurring-totals th, #rf-body h5, #rf-body .h5, #rf-body .et_pb_posts .entry-title {
  line-height: 1.2 !important;
}
#rf-body h1, #rf-body .h1 {
  font-size: clamp(2.25rem, calc(2.25rem + (4 - 2.25) * ((100vw - 30rem) / (85.375 - 30))), 4rem) !important;
}
#rf-body h2, #rf-body .h2 {
  font-size: clamp(1.75rem, calc(1.75rem + (3.125 - 1.75) * ((100vw - 30rem) / (85.375 - 30))), 3.125rem) !important;
}
#rf-body h3, #rf-body .h3, #rf-body .rf-product-callouts-item__value {
  font-size: clamp(1.375rem, calc(1.375rem + (2.25 - 1.375) * ((100vw - 30rem) / (85.375 - 30))), 2.25rem) !important;
}
#rf-body h4, #rf-body .h4, #rf-body .rf-price, #rf-body .woocommerce .thwmscf-tab-panels h3, #rf-body .woocommerce .purchase-totals th, #rf-body .woocommerce .recurring-totals th {
  font-size: clamp(1.125rem, calc(1.125rem + (1.75 - 1.125) * ((100vw - 30rem) / (85.375 - 30))), 1.75rem) !important;
}
#rf-body h5, #rf-body .h5, #rf-body .et_pb_posts .entry-title {
  font-size: clamp(1rem, calc(1rem + (1.375 - 1) * ((100vw - 48rem) / (85.375 - 48))), 1.375rem) !important;
}
#rf-body h5, #rf-body .h6, #rf-body .bundle_form th {
  font-size: clamp(1rem, calc(1rem + (1.125 - 1) * ((100vw - 48rem) / (85.375 - 48))), 1.125rem) !important;
}
#rf-body p {
  font-weight: normal;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  #rf-body p, #rf-body h6, #rf-body .p, #rf-body .h6, #rf-body .bundle_form th {
    font-size: 1rem;
  }
}
#rf-body .rf-paragraph-lg, #rf-body .rf-product-callouts-item__label, #rf-body #review_form_wrapper #reply-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
#rf-body .rf-fine-print, #rf-body #main-footer .footer-widget:first-child .textwidget p, #rf-body .gform_wrapper .gfield_label, #rf-body .gform_wrapper .gform_drop_area .gform_drop_instructions, #rf-body .et_pb_widget_area .widget_tag_cloud .tag-cloud-link, #rf-body .rf-product-callouts-item--pa_omega-3s small, #rf-body .et_pb_wc_add_to_cart table.variations td.options, #rf-body .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper::before, #rf-body .woocommerce #thwmscf-tab-panel-1 .form-row label, #rf-body .woocommerce .shipping th small {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: rgba(77, 77, 77, 0.75);
}
a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
  color: #D91965;
}
/*
File: _layout.scss
This should contain Divi layout overrides that apply sitewide
*/
.et_pb_section, .et-tb-has-template #et-boc .et-l .et_pb_section {
  padding: clamp(48px, calc(3rem + (120 - 48) * ((100vw - 480px) / (980 - 480))), 120px) 0;
}
.et_pb_fullwidth_section, .et-tb-has-template #et-boc .et-l .et_pb_fullwidth_section {
  padding: 0;
}
.et_pb_row, .et-db #et-boc .et-l .et_pb_row {
  width: 86.20689656%;
  padding: 1.5rem 0;
}
#rf-body .et_pb_module {
  margin-bottom: 1.5rem;
}
#rf-body .et_pb_module:last-child {
  margin-bottom: 0;
}
#rf-body .et_pb_widget {
  margin-bottom: 3rem;
}
#rf-body .et_pb_widget:last-child {
  margin-bottom: 0;
}
.et_pb_row.et_pb_equal_columns.rf-flex-center .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#rf-body .et_pb_accordion .et_pb_toggle {
  transition: all 0.3s ease;
}
#rf-body .et_pb_accordion .et_pb_toggle .et_pb_toggle_title::before {
  content: '';
  font-family: "Font Awesome 5 Free" !important;
  right: 0;
  font-weight: 900;
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}
#rf-body .et_pb_accordion .et_pb_toggle.et_pb_toggle_open {
  border-color: #781D7E;
}
#rf-body .et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
  opacity: 0;
}
/*
File: _buttons.scss
This should contain overrides for buttons
*/
/*
INDIVIDUAL BUTTON STYLES
*/
#rf-body .et_pb_button, #rf-body .gform_button, #rf-body .button, #rf-body input[type=submit], #rf-body input[type=button], #rf-body button[type=submit] {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.6875rem 1.5rem !important;
  border-color: #781D7E !important;
  background-color: #781D7E !important;
  color: #fff !important;
}
#rf-body .et_pb_button:hover, #rf-body .gform_button:hover, #rf-body .button:hover, #rf-body input[type=submit]:hover, #rf-body input[type=button]:hover, #rf-body button[type=submit]:hover {
  background-color: transparent !important;
  border-color: #781D7E !important;
  color: #781D7E !important;
}
#rf-body .et_pb_button:active, #rf-body .gform_button:active, #rf-body .button:active, #rf-body input[type=submit]:active, #rf-body input[type=button]:active, #rf-body button[type=submit]:active {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .et_pb_button[disabled], #rf-body .et_pb_button.disabled, #rf-body .gform_button[disabled], #rf-body .gform_button.disabled, #rf-body .button[disabled], #rf-body .button.disabled, #rf-body input[type=submit][disabled], #rf-body input[type=submit].disabled, #rf-body input[type=button][disabled], #rf-body input[type=button].disabled, #rf-body button[type=submit][disabled], #rf-body button[type=submit].disabled {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(77, 77, 77, 0.5) !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
@media (max-width: 980px) and (min-width: 479.02px) {
  #rf-body .et_pb_column_1_4 .et_pb_button {
    font-size: 1rem;
    padding: 0.3125rem 1.125rem !important;
  }
}
#rf-body .color-2 {
  border-color: #D91965 !important;
  background-color: #D91965 !important;
  color: #fff !important;
}
#rf-body .color-2:hover {
  background-color: transparent !important;
  border-color: #D91965 !important;
  color: #D91965 !important;
}
#rf-body .color-2:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .color-2[disabled], #rf-body .color-2.disabled {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(77, 77, 77, 0.5) !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
#rf-body .color-6 {
  border-color: #187DC4 !important;
  background-color: #187DC4 !important;
  color: #fff !important;
}
#rf-body .color-6:hover {
  background-color: transparent !important;
  border-color: #187DC4 !important;
  color: #187DC4 !important;
}
#rf-body .color-6:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .color-6[disabled], #rf-body .color-6.disabled {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(77, 77, 77, 0.5) !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
#rf-body .color-6b {
  border-color: #1D52C5 !important;
  background-color: #1D52C5 !important;
  color: #fff !important;
}
#rf-body .color-6b:hover {
  background-color: transparent !important;
  border-color: #1D52C5 !important;
  color: #1D52C5 !important;
}
#rf-body .color-6b:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .color-6b[disabled], #rf-body .color-6b.disabled {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(77, 77, 77, 0.5) !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
#rf-body .rf-button-outline {
  border-color: #781D7E !important;
  color: #781D7E !important;
  background-color: transparent !important;
}
#rf-body .rf-button-outline:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .rf-button-outline:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .rf-button-inverse {
  color: #781D7E !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
#rf-body .rf-button-inverse:hover {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
#rf-body .rf-button-inverse:active {
  background-color: transparent;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .rf-button-outline.rf-button-inverse {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
#rf-body .rf-button-outline.rf-button-inverse:hover {
  color: #781D7E !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
#rf-body .rf-button-outline.rf-button-inverse:active {
  background-color: #D91965 !important;
  color: #fff !important;
  border-color: #D91965 !important;
}
#rf-body .rf-button-small {
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
}
#rf-body .rf-button-fullwidth {
  display: block;
  width: 100%;
}
#rf-body .rf-button-shop::after {
  display: none;
}
/* 
MULTI-BUTTON LAYOUTS
*/
#rf-body .et_pb_button + .et_pb_button {
  margin-left: 1.5rem;
}
/*
File: _header.scss
This should contain overrides for the main header
*/
#rf-body #top-header .container, #rf-body #main-header .container {
  width: 86.20689656%;
  max-width: 1920px;
}
@media (max-width: 1366px) {
  #rf-body #top-header .container, #rf-body #main-header .container {
    width: calc(100% - 3rem);
  }
}
/*
TOP HEADER
*/
#top-header {
  transition-timing-function: ease-in-out;
}
#top-header .container {
  display: flex;
  justify-content: flex-end;
}
#top-header #et-secondary-menu, #top-header #et-secondary-nav {
  display: flex;
}
#top-header #et-secondary-nav li a {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  display: inline-block;
  border-color: transparent !important;
  color: #D91965 !important;
  background-color: transparent;
  font-size: 1.125rem !important;
}
#top-header #et-secondary-nav li a:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: transparent !important;
}
#top-header #et-secondary-nav li a:active {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: transparent !important;
}
#top-header #et-secondary-menu li.cta a {
  border-color: #D91965 !important;
  color: #D91965 !important;
  background-color: transparent !important;
  margin-left: 1.5rem;
}
#top-header #et-secondary-menu li.cta a:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#top-header #et-secondary-menu li.cta a:active {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
@media (min-width: 1366.02px) {
  #top-header #et-secondary-menu li.cta a {
    display: none !important;
  }
}
@media (min-width: 980.02px) {
  #top-header.et-fixed-header {
    transform: translateY(-3rem);
  }
}
@media (min-width: 1366.02px) {
  #top-header .et-cart-info {
    display: none !important;
  }
}
/*
MAIN HEADER
*/
#main-header {
  transition-timing-function: ease-in-out;
}
#main-header::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  transform: translateY(-100%);
  background-color: #fff;
}
#main-header #logo {
  position: relative;
  left: -6px;
  bottom: 1.5rem;
  height: 4.5rem;
  max-height: 100%;
  max-width: calc(100% - 3rem - 1.5rem);
}
@media (max-width: 1366px) {
  #main-header #logo {
    height: 3.75rem;
  }
}
@media (max-width: 980px) {
  #main-header #logo {
    height: 3rem;
    bottom: 0;
  }
}
@media (min-width: 980.02px) {
  #main-header.et-fixed-header {
    transform: translateY(-3rem);
  }
}
#main-header.et-fixed-header #logo {
  bottom: 0;
}
@media (max-width: 1366px) {
  #main-header .et-cart-info {
    display: none !important;
  }
}
/*
MAIN MENU
*/
#main-header #top-menu li a {
  font-weight: 500;
  padding-bottom: 2.25rem;
}
@media (max-width: 1366px) {
  #main-header #top-menu li a {
    font-size: 1rem;
  }
}
#main-header #top-menu li.cta a {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  display: inline-block;
  border-color: #781D7E !important;
  color: #781D7E !important;
  background-color: transparent !important;
  font-size: 1.125rem !important;
}
#main-header #top-menu li.cta a:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#main-header #top-menu li.cta a:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#main-header #top-menu li.cta a:hover {
  opacity: 1;
}
@media (max-width: 1366px) {
  #main-header #top-menu li.cta a {
    display: none !important;
  }
}
#main-header #top-menu li ul {
  width: auto;
}
#main-header #top-menu li li a {
  width: auto;
  white-space: nowrap;
}
#main-header #top-menu .mega-menu .sub-menu {
  border-top: none !important;
  width: 116%;
  left: -8% !important;
  padding: 3rem 8%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
#main-header #top-menu .mega-menu .sub-menu .menu-item {
  width: auto;
  margin-right: 8%;
  flex-basis: 10%;
  flex-shrink: 1;
}
#main-header #top-menu .mega-menu .sub-menu .menu-item:last-child {
  margin-right: 0;
}
#main-header #top-menu .mega-menu .sub-menu .menu-item a {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  color: #4D4D4D;
}
#main-header #top-menu .mega-menu .sub-menu .megamenu-button {
  display: flex !important;
  align-items: center;
}
#main-header #top-menu .mega-menu .sub-menu .megamenu-button a {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  padding: 0.6875rem 1.5rem !important;
  display: inline-block;
  border-color: #4D4D4D !important;
  color: #4D4D4D !important;
  background-color: transparent !important;
  display: block !important;
  padding: 0.6875rem 1.5rem !important;
  height: auto;
}
#main-header #top-menu .mega-menu .sub-menu .megamenu-button a:hover {
  background-color: transparent !important;
  color: #2B2B2B !important;
  border-color: #2B2B2B !important;
}
#main-header #top-menu .mega-menu .sub-menu .megamenu-button a:active {
  background-color: transparent !important;
  color: #4D4D4D !important;
  border-color: #4D4D4D !important;
}
#main-header .mega-menu .menu-item a::before {
  content: "";
  margin: auto;
  height: 13.5rem;
  width: 100%;
  margin-bottom: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#main-header .megamenu-beverages a::before {
  background-image: url(https://www.mammachia.com/wp-content/uploads/2020/11/10ozMC-BlackHibiscusKeto2-3-20-5-1-185x600.png);
}
#main-header .megamenu-squeezes a::before {
  background-image: url(https://www.mammachia.com/wp-content/uploads/2020/11/MC-Vitality-WildRasp-8-28-19-4-384x600.png);
  max-width: 7rem;
}
#main-header .megamenu-milk a::before {
  background-image: url(https://www.mammachia.com/wp-content/uploads/2020/11/Mamma-Chia-Unsweetened-Vanilla-Chiamilk-251x600.png);
}
#main-header .megamenu-seeds a::before {
  background-image: url(https://www.mammachia.com/wp-content/uploads/2021/04/12oz-White-Chia-Seeds-9-18-20-FR.png);
  max-width: 7rem;
}
/*
MOBILE MENU
*/
#rf-body #rf-mobile-socials {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 1.5rem;
  background-color: rgba(120, 29, 126, 0.98);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 980.02px) {
  #rf-body #rf-mobile-socials {
    display: none !important;
  }
}
#rf-body #rf-mobile-socials .et_pb_row {
  width: 100%;
  padding: 0;
  margin: 0;
}
#rf-body #rf-mobile-socials .rf-social-icons-inline a {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 980px) {
  #rf-body #main-header #et-top-navigation {
    padding-top: 4.5rem;
  }
  #rf-body #main-header {
    transition: background-color 0.3s ease;
  }
  #rf-body #main-header #et_mobile_nav_menu {
    position: fixed;
    top: 0.75rem;
    right: 1.5rem;
  }
  #rf-body #main-header .mobile_nav {
    display: flex;
    flex-direction: column;
  }
  #rf-body #main-header .mobile_menu_bar {
    display: block;
    padding-bottom: 0 !important;
    align-self: flex-end;
  }
  #rf-body #main-header .mobile_menu_bar::before {
    color: #781D7E;
    font-size: 2rem;
    width: 2.875rem;
    height: 2.875rem;
    line-height: 2.875rem;
    display: block;
    text-align: center;
    border-radius: 999px;
    border: 0.0625rem solid #781D7E;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  #rf-body #main-header .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
  }
  #rf-body #main-header #mobile_menu {
    background-color: transparent;
    box-shadow: none;
    border-top: none;
    position: fixed;
    width: 100%;
    padding: 0;
    top: 6rem;
    left: 0;
  }
  #rf-body #main-header #mobile_menu li a {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5rem;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid transparent;
    background-color: transparent;
  }
  #rf-body #main-header #mobile_menu .sub-menu {
    padding-left: 0;
  }
  #rf-body #main-header #mobile_menu .sub-menu li {
    padding-left: 0;
  }
  #rf-body #main-header #mobile_menu .sub-menu li a {
    padding-left: 4.5rem;
  }
  #rf-body #main-header #mobile_menu .rf-hide-on-mobile {
    display: none !important;
  }
  #rf-body #main-header #mobile_menu .cta.rf-gold a {
    color: #FCAE35;
  }
  #rf-body #main-header #mobile_menu .cta.rf-gold a::after {
    content: " Mamma Chia";
  }
  #rf-body #main-header #et_search_icon, #rf-body #main-header .select_page {
    display: none;
  }
  #rf-body.rf-mobile-menu-open #main-header {
    background-color: rgba(120, 29, 126, 0.98);
    box-shadow: none;
  }
  #rf-body.rf-mobile-menu-open #main-header #logo {
    filter: brightness(0) invert(1);
    position: fixed;
    top: 0.75rem;
    left: 1.5rem;
  }
  #rf-body.rf-mobile-menu-open #main-header .mobile_menu_bar::before {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    box-shadow: none;
  }
  #rf-body.rf-mobile-menu-open #main-header #mobile_menu {
    border-top: 1px solid #561D5E;
  }
  #rf-body.rf-mobile-menu-open #main-header #mobile_menu li a {
    border-bottom: 1px solid #561D5E;
  }
}
/*
WOOCOMMERCE STUFF
*/
#rf-body #page-container .et-cart-info {
  position: relative;
  line-height: 1rem;
  padding: 0.625rem;
  margin-left: 0;
  top: 1px;
  text-decoration: none;
  color: #781D7E;
  transition: all 0.3s ease;
}
#rf-body #page-container .et-cart-info:hover {
  color: #D91965;
}
#rf-body #page-container .et-cart-info:hover .rf-badge {
  border-color: #D91965;
}
#rf-body #page-container .et-cart-info span {
  display: block;
  width: 1rem;
  height: 1rem;
}
#rf-body #page-container .et-cart-info .rf-badge {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  top: -0.5625rem;
  left: 0.75rem;
  border-radius: 999px;
  border: 1px solid #781D7E;
  background-color: #fff;
}
#rf-body #page-container .et-cart-info span::before {
  content: "";
  z-index: -1;
  margin: 0;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}
#rf-body #page-container #top-header .et-cart-info {
  color: #D91965;
}
#rf-body #page-container #top-header .et-cart-info:hover {
  opacity: 0.7;
}
#rf-body #page-container #top-header .rf-badge {
  border-color: #D91965;
}
#wfspb-top-bar a {
  color: #fff;
}
/*
File: _footer.scss
This should contain overrides for the footer
*/
#rf-body #main-footer .container {
  width: 86.20689656%;
  max-width: 1920px;
  margin: 0 auto;
}
/*
MAIN FOOTER AREA
*/
#rf-body #main-footer #footer-widgets {
  padding: 4.5rem 0;
}
#rf-body #main-footer #footer-widgets .footer-widget {
  margin-bottom: 0;
}
#rf-body #main-footer #footer-widgets .footer-widget img {
  filter: brightness(100) invert(0);
}
@media (max-width: 767px) {
  #rf-body #main-footer #footer-widgets .footer-widget {
    max-width: 24rem;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
  #rf-body #main-footer #footer-widgets .footer-widget::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
#rf-body #main-footer #footer-widgets .footer-widget .et_pb_widget {
  width: 100%;
  margin-bottom: 1.5rem;
}
#rf-body #main-footer #footer-widgets .footer-widget li {
  padding-left: 0;
  line-height: 1.5rem;
}
#rf-body #main-footer #footer-widgets .footer-widget li::before {
  display: none;
}
#rf-body #main-footer #footer-widgets .footer-widget li a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}
#rf-body #main-footer #footer-widgets .footer-widget li a:hover {
  color: #D91965;
}
#rf-body #main-footer .rf-social-icons-inline {
  width: 100%;
}
#rf-body #main-footer .ul-social-et .et-social-icon a {
  width: 1rem;
  height: 1rem;
  border: none;
  color: #561D5E;
}
#rf-body #main-footer .ul-social-et .et-social-icon a:hover {
  color: #D91965 !important;
}
#rf-body #main-footer .footer-widget:first-child .textwidget p {
  color: #fff;
  text-align: center;
}
#rf-body #main-footer .footer-widget:first-child .textwidget p a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}
#rf-body #main-footer .footer-widget:first-child .textwidget p a:hover {
  color: #561D5E;
}
#rf-body #main-footer .footer-widget .et_pb_button {
  border-color: #fff !important;
  color: #fff !important;
}
#rf-body #main-footer .footer-widget .et_pb_button:hover {
  border-color: #D91965 !important;
  color: #D91965 !important;
}
/*
BOTTOM BAR
*/
#footer-bottom {
  padding: 0;
}
#footer-bottom .container {
  max-width: none;
  width: auto;
  margin: 0 3rem;
}
#footer-keywords a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #2B2B2B;
}
#footer-info {
  padding: 0.75rem;
  text-align: center;
  float: none;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
#footer-info a {
  font-weight: unset;
  text-decoration: underline;
}
/*
File: _forms.scss
This should contain overrides for forms
*/
/*
GENERAL FORM OVERRIDES
*/
/*
GENERAL FORM ITEMS
*/
#rf-body input[type=text], #rf-body input[type=tel], #rf-body input[type=password], #rf-body input[type=email], #rf-body input[type=number], #rf-body textarea, #rf-body select {
  font-size: 1.125rem;
  color: #4D4D4D;
  line-height: 1.5rem;
  padding: 0.6875rem 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(77, 77, 77, 0.75);
  font-weight: 400;
}
#rf-body input[type=text]::placeholder, #rf-body input[type=tel]::placeholder, #rf-body input[type=password]::placeholder, #rf-body input[type=email]::placeholder, #rf-body input[type=number]::placeholder, #rf-body textarea::placeholder, #rf-body select::placeholder {
  color: rgba(77, 77, 77, 0.75);
}
#rf-body .et_pb_bg_layout_dark input[type=text], #rf-body .et_pb_bg_layout_dark input[type=tel], #rf-body .et_pb_bg_layout_dark input[type=password], #rf-body .et_pb_bg_layout_dark input[type=email], #rf-body .et_pb_bg_layout_dark textarea, #rf-body .et_pb_bg_layout_dark select {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
#rf-body .et_pb_bg_layout_dark input[type=text]::placeholder, #rf-body .et_pb_bg_layout_dark input[type=tel]::placeholder, #rf-body .et_pb_bg_layout_dark input[type=password]::placeholder, #rf-body .et_pb_bg_layout_dark input[type=email]::placeholder, #rf-body .et_pb_bg_layout_dark textarea::placeholder, #rf-body .et_pb_bg_layout_dark select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#rf-body .et_pb_bg_layout_dark input[type=submit] {
  color: #561D5E !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
#rf-body .et_pb_bg_layout_dark input[type=submit]:hover {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
#rf-body .et_pb_bg_layout_dark input[type=submit]:active {
  background-color: transparent;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
/*
GRAVITY FORMS
*/
#rf-body .gform_wrapper, #rf-body .gform_wrapper .ginput_complex, #rf-body .gform_wrapper .gfield_checkbox {
  width: calc(100% + 1.5rem);
  margin: 0 -1.5rem 0 0;
  max-width: none;
}
#rf-body .gform_wrapper .gfield, #rf-body .gform_wrapper .ginput_complex > span {
  margin-top: 0;
  margin-right: 0;
  padding-right: 1.5rem;
}
#rf-body .gform_wrapper .ginput_container {
  margin-top: 0;
}
#rf-body .gform_wrapper .gfield_label {
  line-height: 1.5rem;
}
#rf-body .gform_wrapper .gfield_label .gfield_required {
  color: #D91965;
}
#rf-body .gform_wrapper input {
  margin-top: 0;
}
#rf-body .gform_wrapper .gform_footer {
  margin-top: 1.5rem;
  padding: 0;
}
#rf-body .gform_wrapper .gform_drop_area {
  border-radius: 1.5rem;
  border-color: rgba(77, 77, 77, 0.75);
  color: rgba(77, 77, 77, 0.75);
  background-color: rgba(120, 29, 126, 0.1);
  margin-bottom: 0;
}
#rf-body .gform_wrapper .gform_drop_area .gform_button_select_files {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  display: inline-block;
  border-color: #781D7E !important;
  color: #781D7E !important;
  background-color: transparent !important;
}
#rf-body .gform_wrapper .gform_drop_area .gform_button_select_files:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .gform_wrapper .gform_drop_area .gform_button_select_files:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .et_pb_bg_layout_dark .rf-fine-print, #rf-body .et_pb_bg_layout_dark #main-footer .footer-widget:first-child .textwidget p, #rf-body #main-footer .footer-widget:first-child .textwidget .et_pb_bg_layout_dark p, #rf-body .et_pb_bg_layout_dark .gform_wrapper .gfield_label, #rf-body .gform_wrapper .et_pb_bg_layout_dark .gfield_label, #rf-body .et_pb_bg_layout_dark .gform_wrapper .gform_drop_area .gform_drop_instructions, #rf-body .gform_wrapper .gform_drop_area .et_pb_bg_layout_dark .gform_drop_instructions, #rf-body .et_pb_bg_layout_dark .et_pb_widget_area .widget_tag_cloud .tag-cloud-link, #rf-body .et_pb_widget_area .widget_tag_cloud .et_pb_bg_layout_dark .tag-cloud-link, #rf-body .et_pb_bg_layout_dark .rf-product-callouts-item--pa_omega-3s small, #rf-body .rf-product-callouts-item--pa_omega-3s .et_pb_bg_layout_dark small, #rf-body .et_pb_bg_layout_dark .et_pb_wc_add_to_cart table.variations td.options, #rf-body .et_pb_wc_add_to_cart table.variations .et_pb_bg_layout_dark td.options, #rf-body .et_pb_bg_layout_dark .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper::before, #rf-body .et_pb_wc_add_to_cart .et_pb_bg_layout_dark .wcsatt-options-product-wrapper::before, #rf-body .et_pb_bg_layout_dark .woocommerce #thwmscf-tab-panel-1 .form-row label, #rf-body .woocommerce #thwmscf-tab-panel-1 .form-row .et_pb_bg_layout_dark label, #rf-body .et_pb_bg_layout_dark .woocommerce .shipping th small, #rf-body .woocommerce .shipping th .et_pb_bg_layout_dark small {
  color: rgba(255, 255, 255, 0.5);
}
#rf-body .et_pb_bg_layout_dark .rf-fine-print a, #rf-body .et_pb_bg_layout_dark #main-footer .footer-widget:first-child .textwidget p a, #rf-body #main-footer .footer-widget:first-child .textwidget .et_pb_bg_layout_dark p a, #rf-body .et_pb_bg_layout_dark .gform_wrapper .gfield_label a, #rf-body .gform_wrapper .et_pb_bg_layout_dark .gfield_label a, #rf-body .et_pb_bg_layout_dark .gform_wrapper .gform_drop_area .gform_drop_instructions a, #rf-body .gform_wrapper .gform_drop_area .et_pb_bg_layout_dark .gform_drop_instructions a, #rf-body .et_pb_bg_layout_dark .et_pb_widget_area .widget_tag_cloud .tag-cloud-link a, #rf-body .et_pb_widget_area .widget_tag_cloud .et_pb_bg_layout_dark .tag-cloud-link a, #rf-body .et_pb_bg_layout_dark .rf-product-callouts-item--pa_omega-3s small a, #rf-body .rf-product-callouts-item--pa_omega-3s .et_pb_bg_layout_dark small a, #rf-body .et_pb_bg_layout_dark .et_pb_wc_add_to_cart table.variations td.options a, #rf-body .et_pb_wc_add_to_cart table.variations .et_pb_bg_layout_dark td.options a, #rf-body .et_pb_bg_layout_dark .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper::before a, #rf-body .et_pb_wc_add_to_cart .et_pb_bg_layout_dark .wcsatt-options-product-wrapper::before a, #rf-body .et_pb_bg_layout_dark .woocommerce #thwmscf-tab-panel-1 .form-row label a, #rf-body .woocommerce #thwmscf-tab-panel-1 .form-row .et_pb_bg_layout_dark label a, #rf-body .et_pb_bg_layout_dark .woocommerce .shipping th small a, #rf-body .woocommerce .shipping th .et_pb_bg_layout_dark small a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#rf-body .woocommerce .form-row {
  padding: 0;
  margin: 0;
}
#rf-body .woocommerce .form-row-first, #rf-body .woocommerce .form-row-last, #rf-body .woocommerce .col-1, #rf-body .woocommerce .col-2 {
  width: 46%;
}
#rf-body .wcsatt-options-prompt-radio input[type=radio], #rf-body #ship-to-different-address input[type=checkbox], #rf-body #shipping_method input[type=radio], #rf-body .wcsatt-add-to-subscription-action-label input[type=checkbox], #rf-body label.bundled_product_optional_checkbox input[type=checkbox] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#rf-body .wcsatt-options-prompt-radio label > span, #rf-body #shipping_method label, #rf-body #ship-to-different-address span, #rf-body .wcsatt-add-to-subscription-action-label > span, #rf-body label.bundled_product_optional_checkbox span {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  padding: 0.6875rem 1.5rem !important;
  border-color: #781D7E !important;
  color: #781D7E !important;
  background-color: transparent !important;
  display: block;
  width: 100%;
  background-color: #fff;
}
#rf-body .wcsatt-options-prompt-radio label > span:hover, #rf-body #shipping_method label:hover, #rf-body #ship-to-different-address span:hover, #rf-body .wcsatt-add-to-subscription-action-label > span:hover, #rf-body label.bundled_product_optional_checkbox span:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .wcsatt-options-prompt-radio label > span:active, #rf-body #shipping_method label:active, #rf-body #ship-to-different-address span:active, #rf-body .wcsatt-add-to-subscription-action-label > span:active, #rf-body label.bundled_product_optional_checkbox span:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .wcsatt-options-prompt-radio label > span::before, #rf-body #shipping_method label::before, #rf-body #ship-to-different-address span::before, #rf-body .wcsatt-add-to-subscription-action-label > span::before, #rf-body label.bundled_product_optional_checkbox span::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin-right: 1.5rem;
}
#rf-body .wcsatt-options-prompt-radio input[type=radio]:checked + span, #rf-body #shipping_method input[type=radio]:checked + label, #rf-body #shipping_method input[type=hidden] + label, #rf-body label.bundled_product_optional_checkbox input[type=checkbox]:checked + span {
  border-color: #781D7E !important;
  background-color: #781D7E !important;
  color: #fff !important;
}
#rf-body .wcsatt-options-prompt-radio input[type=radio]:checked + span:hover, #rf-body #shipping_method input[type=radio]:checked + label:hover, #rf-body #shipping_method input[type=hidden] + label:hover, #rf-body label.bundled_product_optional_checkbox input[type=checkbox]:checked + span:hover {
  background-color: transparent !important;
  border-color: #781D7E !important;
  color: #781D7E !important;
}
#rf-body .wcsatt-options-prompt-radio input[type=radio]:checked + span:active, #rf-body #shipping_method input[type=radio]:checked + label:active, #rf-body #shipping_method input[type=hidden] + label:active, #rf-body label.bundled_product_optional_checkbox input[type=checkbox]:checked + span:active {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .wcsatt-options-prompt-radio input[type=radio]:checked + span[disabled], #rf-body .wcsatt-options-prompt-radio input[type=radio]:checked + span.disabled, #rf-body #shipping_method input[type=radio]:checked + label[disabled], #rf-body #shipping_method input[type=radio]:checked + label.disabled, #rf-body #shipping_method input[type=hidden] + label[disabled], #rf-body #shipping_method input[type=hidden] + label.disabled, #rf-body label.bundled_product_optional_checkbox input[type=checkbox]:checked + span[disabled], #rf-body label.bundled_product_optional_checkbox input[type=checkbox]:checked + span.disabled {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(77, 77, 77, 0.5) !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
#rf-body .wcsatt-options-prompt-radio input[type=radio]:checked + span::before, #rf-body #shipping_method input[type=radio]:checked + label::before, #rf-body #shipping_method input[type=hidden] + label::before, #rf-body label.bundled_product_optional_checkbox input[type=checkbox]:checked + span::before {
  content: "";
  font-weight: 900;
}
#rf-body .wcsatt-add-to-subscription-action-label > span {
  border-color: transparent !important;
  color: #781D7E !important;
  background-color: transparent;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#rf-body .wcsatt-add-to-subscription-action-label > span:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: transparent !important;
}
#rf-body .wcsatt-add-to-subscription-action-label > span:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: transparent !important;
}
#rf-body #ship-to-different-address .woocommerce-form__label-for-checkbox > span {
  border-color: transparent !important;
  color: #D91965 !important;
  background-color: transparent;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
}
#rf-body #ship-to-different-address .woocommerce-form__label-for-checkbox > span:hover {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: transparent !important;
}
#rf-body #ship-to-different-address .woocommerce-form__label-for-checkbox > span:active {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: transparent !important;
}
#rf-body .wcsatt-add-to-subscription-action-label input[type=checkbox]:checked + span::before, #rf-body #ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox]:checked + span::before {
  content: "";
  font-weight: 900;
}
#rf-body .woocommerce-validated input {
  border-color: #448737 !important;
}
#rf-body .woocommerce-invalid input {
  border-color: #FF5C39 !important;
}
/*
File: _custom-modules.scss
This should contain styles for consistent custom versions of Divi modules
*/
/*
ICON BLURB
*/
#rf-body .et_pb_row.rf-icon-blurbs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#rf-body .et_pb_row.rf-icon-blurbs .et_pb_column {
  width: auto !important;
  margin-right: 3rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #rf-body .et_pb_row.rf-icon-blurbs .et_pb_column {
    margin-right: 1.5rem;
  }
}
@media (max-width: 576px) {
  #rf-body .et_pb_row.rf-icon-blurbs .et_pb_column {
    margin-right: calc((100% - (4.5rem * 3) ) / 2);
  }
  #rf-body .et_pb_row.rf-icon-blurbs .et_pb_column:nth-child(3) {
    margin-right: 0;
  }
}
#rf-body .et_pb_row.rf-icon-blurbs .et_pb_column.last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #rf-body .et_pb_row.rf-icon-blurbs .et_pb_column.et_pb_column_1_3 {
    width: 100% !important;
    margin-right: 0;
  }
}
#rf-body .rf-icon-blurb .et_pb_main_blurb_image {
  margin-bottom: 0;
}
#rf-body .rf-icon-blurb:not(.wide) .et_pb_image_wrap {
  width: 4.5rem;
}
#rf-body .rf-icon-blurb img {
  width: 100%;
}
#rf-body .rf-icon-blurb .et_pb_blurb_container {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
@keyframes rotating-mandala {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*
File: _social-icons.scss
This file is just for the inline social icon styles from the [rf_social_media] shortcode
*/
.rf-social-icons-inline {
  display: inline-block;
}
#rf-body .et-social-icons, #rf-body .ul-social-et {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  width: calc(100% + 1em);
  margin: 0 -0.5em;
}
#rf-body .et-social-icons .et-social-icon, #rf-body .ul-social-et .et-social-icon {
  margin: 0 0.5em !important;
}
#rf-body .et-social-icons .et-social-icon a, #rf-body .ul-social-et .et-social-icon a {
  font-size: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  color: #D91965;
  border: 1px solid #D91965;
  border-radius: 50%;
}
#rf-body .et-social-icons .et-social-icon a::before, #rf-body .ul-social-et .et-social-icon a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#rf-body .et-social-icons .et-social-icon.et-social-youtube a::before, #rf-body .ul-social-et .et-social-icon.et-social-youtube a::before {
  content: "";
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400;
}
#rf-body .et-social-icons .et-social-icon.et-social-pinterest a::before, #rf-body .ul-social-et .et-social-icon.et-social-pinterest a::before {
  content: "";
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400;
}
/*
File: _home.scss
This should contain overrides for home page
*/
/*
HERO SLIDER
*/
#rf-body rs-module-wrap[data-alias=home-hero] rs-module[data-slideactive='rs-6'], #rf-body rs-module-wrap[data-alias=homepage-hero-slider-1] rs-module[data-slideactive='rs-6'] {
  --color-slide: $color-1;
}
#rf-body rs-module-wrap[data-alias=home-hero] rs-module[data-slideactive='rs-8'], #rf-body rs-module-wrap[data-alias=homepage-hero-slider-1] rs-module[data-slideactive='rs-8'] {
  --color-slide: $color-6;
}
#rf-body rs-module-wrap[data-alias=home-hero] rs-module[data-slideactive='rs-9'], #rf-body rs-module-wrap[data-alias=homepage-hero-slider-1] rs-module[data-slideactive='rs-9'] {
  --color-slide: $color-3;
}
/*
PRODUCT GRID
*/
#rf-body .rf-product-grid.et_pb_equal_columns .et_pb_column {
  display: flex;
  flex-direction: column;
}
#rf-body .rf-product-grid.et_pb_equal_columns .et_pb_column .et_pb_image {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*
TESTIMONIAL SLIDER
*/
#rf-body #rev_slider_3_2_wrapper rs-slide {
  overflow: visible !important;
}
#rf-body #rev_slider_3_2_wrapper .rf-fine-print, #rf-body #rev_slider_3_2_wrapper #main-footer .footer-widget:first-child .textwidget p, #rf-body #main-footer .footer-widget:first-child .textwidget #rev_slider_3_2_wrapper p, #rf-body #rev_slider_3_2_wrapper .gform_wrapper .gfield_label, #rf-body .gform_wrapper #rev_slider_3_2_wrapper .gfield_label, #rf-body #rev_slider_3_2_wrapper .gform_wrapper .gform_drop_area .gform_drop_instructions, #rf-body .gform_wrapper .gform_drop_area #rev_slider_3_2_wrapper .gform_drop_instructions, #rf-body #rev_slider_3_2_wrapper .et_pb_widget_area .widget_tag_cloud .tag-cloud-link, #rf-body .et_pb_widget_area .widget_tag_cloud #rev_slider_3_2_wrapper .tag-cloud-link, #rf-body #rev_slider_3_2_wrapper .rf-product-callouts-item--pa_omega-3s small, #rf-body .rf-product-callouts-item--pa_omega-3s #rev_slider_3_2_wrapper small, #rf-body #rev_slider_3_2_wrapper .et_pb_wc_add_to_cart table.variations td.options, #rf-body .et_pb_wc_add_to_cart table.variations #rev_slider_3_2_wrapper td.options, #rf-body #rev_slider_3_2_wrapper .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper::before, #rf-body .et_pb_wc_add_to_cart #rev_slider_3_2_wrapper .wcsatt-options-product-wrapper::before, #rf-body #rev_slider_3_2_wrapper .woocommerce #thwmscf-tab-panel-1 .form-row label, #rf-body .woocommerce #thwmscf-tab-panel-1 .form-row #rev_slider_3_2_wrapper label, #rf-body #rev_slider_3_2_wrapper .woocommerce .shipping th small, #rf-body .woocommerce .shipping th #rev_slider_3_2_wrapper small {
  margin-top: 1.5rem;
  letter-spacing: 0.25px !important;
  font-weight: 500 !important;
  line-height: 1.25rem !important;
}
/*
NEWSLETTER SIGNUP
*/
#rf-body .gform_wrapper.email-footer_wrapper form {
  display: flex;
}
#rf-body .gform_wrapper.email-footer_wrapper .rf-fine-print, #rf-body .gform_wrapper.email-footer_wrapper #main-footer .footer-widget:first-child .textwidget p, #rf-body #main-footer .footer-widget:first-child .textwidget .gform_wrapper.email-footer_wrapper p, #rf-body .gform_wrapper.email-footer_wrapper .gform_wrapper .gfield_label, #rf-body .gform_wrapper .gform_wrapper.email-footer_wrapper .gfield_label, #rf-body .gform_wrapper.email-footer_wrapper .gform_wrapper .gform_drop_area .gform_drop_instructions, #rf-body .gform_wrapper .gform_drop_area .gform_wrapper.email-footer_wrapper .gform_drop_instructions, #rf-body .gform_wrapper.email-footer_wrapper .et_pb_widget_area .widget_tag_cloud .tag-cloud-link, #rf-body .et_pb_widget_area .widget_tag_cloud .gform_wrapper.email-footer_wrapper .tag-cloud-link, #rf-body .gform_wrapper.email-footer_wrapper .rf-product-callouts-item--pa_omega-3s small, #rf-body .rf-product-callouts-item--pa_omega-3s .gform_wrapper.email-footer_wrapper small, #rf-body .gform_wrapper.email-footer_wrapper .et_pb_wc_add_to_cart table.variations td.options, #rf-body .et_pb_wc_add_to_cart table.variations .gform_wrapper.email-footer_wrapper td.options, #rf-body .gform_wrapper.email-footer_wrapper .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper::before, #rf-body .et_pb_wc_add_to_cart .gform_wrapper.email-footer_wrapper .wcsatt-options-product-wrapper::before, #rf-body .gform_wrapper.email-footer_wrapper .woocommerce #thwmscf-tab-panel-1 .form-row label, #rf-body .woocommerce #thwmscf-tab-panel-1 .form-row .gform_wrapper.email-footer_wrapper label, #rf-body .gform_wrapper.email-footer_wrapper .woocommerce .shipping th small, #rf-body .woocommerce .shipping th .gform_wrapper.email-footer_wrapper small {
  text-align: center;
}
#rf-body .gform_wrapper.email-footer_wrapper .rf-fine-print a, #rf-body .gform_wrapper.email-footer_wrapper #main-footer .footer-widget:first-child .textwidget p a, #rf-body #main-footer .footer-widget:first-child .textwidget .gform_wrapper.email-footer_wrapper p a, #rf-body .gform_wrapper.email-footer_wrapper .gform_wrapper .gfield_label a, #rf-body .gform_wrapper .gform_wrapper.email-footer_wrapper .gfield_label a, #rf-body .gform_wrapper.email-footer_wrapper .gform_wrapper .gform_drop_area .gform_drop_instructions a, #rf-body .gform_wrapper .gform_drop_area .gform_wrapper.email-footer_wrapper .gform_drop_instructions a, #rf-body .gform_wrapper.email-footer_wrapper .et_pb_widget_area .widget_tag_cloud .tag-cloud-link a, #rf-body .et_pb_widget_area .widget_tag_cloud .gform_wrapper.email-footer_wrapper .tag-cloud-link a, #rf-body .gform_wrapper.email-footer_wrapper .rf-product-callouts-item--pa_omega-3s small a, #rf-body .rf-product-callouts-item--pa_omega-3s .gform_wrapper.email-footer_wrapper small a, #rf-body .gform_wrapper.email-footer_wrapper .et_pb_wc_add_to_cart table.variations td.options a, #rf-body .et_pb_wc_add_to_cart table.variations .gform_wrapper.email-footer_wrapper td.options a, #rf-body .gform_wrapper.email-footer_wrapper .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper::before a, #rf-body .et_pb_wc_add_to_cart .gform_wrapper.email-footer_wrapper .wcsatt-options-product-wrapper::before a, #rf-body .gform_wrapper.email-footer_wrapper .woocommerce #thwmscf-tab-panel-1 .form-row label a, #rf-body .woocommerce #thwmscf-tab-panel-1 .form-row .gform_wrapper.email-footer_wrapper label a, #rf-body .gform_wrapper.email-footer_wrapper .woocommerce .shipping th small a, #rf-body .woocommerce .shipping th .gform_wrapper.email-footer_wrapper small a {
  display: inline-block;
}
#rf-body .gform_wrapper.email-footer_wrapper .gform_footer {
  max-width: 15.625%;
  min-width: 8rem;
  margin-top: 0;
  margin-left: 12.5%;
}
#rf-body .gform_wrapper.email-footer_wrapper input[type=submit] {
  width: 100%;
  margin-right: 0;
}
@media (max-width: 767px) {
  #rf-body .gform_wrapper.email-footer_wrapper form {
    flex-direction: column;
  }
  #rf-body .gform_wrapper.email-footer_wrapper .rf-fine-print, #rf-body .gform_wrapper.email-footer_wrapper #main-footer .footer-widget:first-child .textwidget p, #rf-body #main-footer .footer-widget:first-child .textwidget .gform_wrapper.email-footer_wrapper p, #rf-body .gform_wrapper.email-footer_wrapper .gform_wrapper .gfield_label, #rf-body .gform_wrapper .gform_wrapper.email-footer_wrapper .gfield_label, #rf-body .gform_wrapper.email-footer_wrapper .gform_wrapper .gform_drop_area .gform_drop_instructions, #rf-body .gform_wrapper .gform_drop_area .gform_wrapper.email-footer_wrapper .gform_drop_instructions, #rf-body .gform_wrapper.email-footer_wrapper .et_pb_widget_area .widget_tag_cloud .tag-cloud-link, #rf-body .et_pb_widget_area .widget_tag_cloud .gform_wrapper.email-footer_wrapper .tag-cloud-link, #rf-body .gform_wrapper.email-footer_wrapper .rf-product-callouts-item--pa_omega-3s small, #rf-body .rf-product-callouts-item--pa_omega-3s .gform_wrapper.email-footer_wrapper small, #rf-body .gform_wrapper.email-footer_wrapper .et_pb_wc_add_to_cart table.variations td.options, #rf-body .et_pb_wc_add_to_cart table.variations .gform_wrapper.email-footer_wrapper td.options, #rf-body .gform_wrapper.email-footer_wrapper .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper::before, #rf-body .et_pb_wc_add_to_cart .gform_wrapper.email-footer_wrapper .wcsatt-options-product-wrapper::before, #rf-body .gform_wrapper.email-footer_wrapper .woocommerce #thwmscf-tab-panel-1 .form-row label, #rf-body .woocommerce #thwmscf-tab-panel-1 .form-row .gform_wrapper.email-footer_wrapper label, #rf-body .gform_wrapper.email-footer_wrapper .woocommerce .shipping th small, #rf-body .woocommerce .shipping th .gform_wrapper.email-footer_wrapper small {
    display: none;
  }
  #rf-body .gform_wrapper.email-footer_wrapper .gform_footer {
    margin: 1.5rem 0 0;
    padding-right: 1.5rem;
    max-width: 100%;
  }
}
/*
BLOG GRID
*/
#rf-body.home .et_pb_posts .et_pb_ajax_pagination_container article {
  height: 466px;
}
@media (min-width: 980.02px) {
  #rf-body.home .et_pb_posts .et_pb_ajax_pagination_container article:last-of-type {
    display: none;
  }
}
@media (max-width: 980px) {
  #rf-body.home .et_pb_posts .et_pb_ajax_pagination_container article {
    height: 300px;
  }
}
@media (max-width: 479px) {
  #rf-body.home .et_pb_posts .et_pb_ajax_pagination_container article {
    height: 250px;
  }
}
/*
INSTAGRAM FEED
*/
#rf-body #sb_instagram #sbi_images {
  margin: -1.5rem;
  width: calc(100% + 3rem);
}
@media (max-width: 980px) and (min-width: 640.02px) {
  #rf-body #sb_instagram #sbi_images .sbi_item {
    width: 33.33%;
  }
}
#rf-body #sb_instagram .sbi_follow_btn a {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  padding: 0.6875rem 1.5rem !important;
  display: inline-block;
  border-color: #781D7E !important;
  background-color: #781D7E !important;
  color: #fff !important;
  margin-top: 3rem;
}
#rf-body #sb_instagram .sbi_follow_btn a:hover {
  background-color: transparent !important;
  border-color: #781D7E !important;
  color: #781D7E !important;
}
#rf-body #sb_instagram .sbi_follow_btn a:active {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body #sb_instagram .sbi_follow_btn a[disabled], #rf-body #sb_instagram .sbi_follow_btn a.disabled {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(77, 77, 77, 0.5) !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
#rf-body #sb_instagram .sbi_follow_btn a:hover {
  box-shadow: none !important;
  background: transparent;
  color: #781D7E;
}
#rf-body #sb_instagram .svg-inline--fa {
  height: 1.25rem;
  margin-right: 0.75rem;
  vertical-align: -0.1875rem;
}
/*
File: _interior.scss
This should contain overrides for interior pages
*/
/*
File: _shop.scss
This should contain overrides for shop pages
*/
/*
SHOP SIDEBAR
*/
#rf-body #shop-sidebar .et_pb_menu__menu, #rf-body #shop-sidebar .et-menu-nav, #rf-body #shop-sidebar .et-menu {
  width: 100%;
}
#rf-body #shop-sidebar .et_pb_menu__wrap {
  justify-content: flex-end;
}
#rf-body #shop-sidebar .et-menu {
  flex-direction: column;
  margin: 0 !important;
  list-style: none !important;
}
#rf-body #shop-sidebar li.menu-item {
  padding: 0;
  margin: 0 0 0.75rem;
}
#rf-body #shop-sidebar li.menu-item a {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  display: block;
  width: 100%;
  border-color: #781D7E !important;
  color: #781D7E !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
#rf-body #shop-sidebar li.menu-item a:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body #shop-sidebar li.menu-item a:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body #shop-sidebar li.menu-item.current-menu-item a {
  border-color: #781D7E !important;
  background-color: #781D7E !important;
  color: #fff !important;
  pointer-events: none;
}
#rf-body #shop-sidebar li.menu-item.current-menu-item a:hover {
  background-color: transparent !important;
  border-color: #781D7E !important;
  color: #781D7E !important;
}
#rf-body #shop-sidebar li.menu-item.current-menu-item a:active {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body #shop-sidebar li.menu-item.current-menu-item a[disabled], #rf-body #shop-sidebar li.menu-item.current-menu-item a.disabled {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(77, 77, 77, 0.5) !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
#rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  padding: 0.6875rem 1.5rem !important;
  display: inline-block;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-color: #781D7E !important;
  background-color: #781D7E !important;
  color: #fff !important;
}
#rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar:hover {
  background-color: transparent !important;
  border-color: #781D7E !important;
  color: #781D7E !important;
}
#rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar:active {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar[disabled], #rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar.disabled {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(77, 77, 77, 0.5) !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
#rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar:hover::before, #rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar:hover::after {
  color: #781D7E !important;
}
#rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar:active::before, #rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar:active::after {
  color: #D91965 !important;
}
#rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar::before {
  content: "";
  font-family: "Font Awesome 5 Free" !important;
  display: inline-block;
  font-weight: 900;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-right: 0.75rem;
  transition: all 0.3s ease;
}
#rf-body #shop-sidebar .et_mobile_nav_menu .opened .mobile_menu_bar::before {
  transform: rotate(90deg);
}
#rf-body #shop-sidebar .et_mobile_nav_menu .mobile_menu_bar::after {
  content: "Categories";
  color: #fff;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.125rem;
}
#rf-body #shop-sidebar .et_mobile_nav_menu .et_mobile_menu {
  cursor: default;
  border-radius: 1.5rem;
  padding: 1.5rem 1.5rem 0.75rem;
}
/*
SHOP GRID
*/
#rf-body .rf-shop-titles-color {
  color: #781D7E;
}
#rf-body.woocommerce-shop {
  overflow-x: hidden;
}
#rf-body.woocommerce-shop .rf-product-callout-wrapper img {
  display: none;
}
#rf-body .et_pb_section.rf-mandala-after {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#rf-body .et_pb_section.rf-mandala-after::after {
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0) 0%, white 75%), url(https://www.mammachia.com/wp-content/uploads/2021/03/mandala-2.svg);
  content: "";
  display: block;
  visibility: visible;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  will-change: transform;
  opacity: 0.05;
  width: 217.625rem;
  height: 217.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotating-mandala 480s linear infinite;
}
#rf-body .et_pb_section.rf-mandala-after::after {
  top: 0;
}
#rf-body .et_pb_section.rf-mandala-after.color-1::after {
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0) 0%, white 75%), url(https://www.mammachia.com/wp-content/uploads/2021/03/mandala-1.svg);
  content: "";
  display: block;
  visibility: visible;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  will-change: transform;
  opacity: 0.05;
  width: 217.625rem;
  height: 217.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotating-mandala 480s linear infinite;
}
#rf-body .et_pb_section.rf-mandala-after.color-1::after {
  top: 0;
}
#rf-body #et-boc .product {
  width: 100% !important;
  margin: 0 !important;
}
#rf-body span.onsale {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  display: inline-block;
  color: #D91965 !important;
  border-color: #fff !important;
  background-color: #fff !important;
  border-color: #D91965 !important;
  pointer-events: none;
}
#rf-body span.onsale:hover {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
#rf-body span.onsale:active {
  background-color: transparent;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .product .et_shop_image img {
  transition: all 0.3s ease;
  max-width: 15rem;
  max-height: 20rem;
  object-fit: contain;
  margin: auto !important;
}
#rf-body .product.product_cat-chia-seeds .et_shop_image img, #rf-body .product.product_cat-chia-squeezes .et_shop_image img {
  transform: scale(0.8);
}
#rf-body .product .et_overlay {
  display: none !important;
}
#rf-body .et_pb_module .products .product h2 {
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.125rem !important;
  will-change: opacity, transform, letter-spacing;
  color: #781D7E;
}
#rf-body .products .price {
  display: none;
}
#rf-body .et_pb_module .products .product p {
  text-align: center;
  font-size: 14px;
}
#rf-body .et_pb_module .products .product a:hover img {
  transform: scale(1.04);
}
#rf-body .et_pb_module .products .product.product_cat-chia-seeds a:hover img, #rf-body .et_pb_module .products .product.product_cat-chia-squeezes a:hover img {
  transform: scale(0.84);
}
#rf-body .woocommerce-pagination ul {
  margin: 0;
  border: none;
}
#rf-body .woocommerce-pagination ul li {
  border-radius: 999px;
  border: 1px solid #781D7E;
  margin-right: 0.75rem;
}
#rf-body .woocommerce-pagination ul li > * {
  background: transparent;
  width: 2.25rem;
}
#rf-body .woocommerce-pagination ul li a {
  font-weight: 500;
}
#rf-body .rf-shop-grid--squeezes ul.products::after {
  content: url(https://www.mammachia.com/wp-content/uploads/2021/06/Website-ShopPageAd-Prebiotic-Vertical.jpg);
  display: block;
}
/*
SHOP FORMS
*/
#rf-body.woocommerce-page select, #rf-body.woocommerce-page input[type=number], #rf-body.woocommerce-page .coupon input[type=text], #rf-body.woocommerce-shop select, #rf-body.woocommerce-shop input[type=number], #rf-body.woocommerce-shop .coupon input[type=text] {
  height: auto;
  border: 1px solid #781D7E !important;
  background-color: #fff !important;
  color: #4D4D4D !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  border-width: 1px !important;
  max-width: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#rf-body.woocommerce-page select, #rf-body.woocommerce-shop select {
  font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
  color: #4D4D4D !important;
  padding-right: 3rem;
  background: #fff;
}
#rf-body.woocommerce-page .woocommerce-ordering::after, #rf-body.woocommerce-page td.value span::after, #rf-body.woocommerce-shop .woocommerce-ordering::after, #rf-body.woocommerce-shop td.value span::after {
  content: "";
  border: 6px solid transparent;
  border-top-color: rgba(77, 77, 77, 0.75);
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  top: calc(1.5rem - 2px);
  transform: none;
  margin-top: 0;
}
#rf-body.woocommerce-page .quantity, #rf-body.woocommerce-shop .quantity {
  width: auto;
}
#rf-body.woocommerce-page .quantity input[type=number], #rf-body.woocommerce-shop .quantity input[type=number] {
  width: 6rem;
}
/*
CART NOTICE
*/
#rf-body .woocommerce-info, #rf-body .woocommerce-message, #rf-body .woocommerce-error {
  padding: 0.75rem 1.5rem !important;
  background-color: #fff !important;
  border: 1px solid #781D7E !important;
  color: #781D7E !important;
  border-radius: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
#rf-body .woocommerce-info a, #rf-body .woocommerce-message a, #rf-body .woocommerce-error a {
  float: right;
  margin: -0.75rem -1.5rem -0.75rem 0;
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  padding: 0.6875rem 1.5rem !important;
  display: inline-block;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-color: #781D7E !important;
  color: #781D7E !important;
  background-color: transparent !important;
  border-width: 0 !important;
}
#rf-body .woocommerce-info a:hover, #rf-body .woocommerce-message a:hover, #rf-body .woocommerce-error a:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .woocommerce-info a:active, #rf-body .woocommerce-message a:active, #rf-body .woocommerce-error a:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .woocommerce-error {
  margin-bottom: 1.5rem;
  border-color: #FF5C39 !important;
  color: #fff !important;
  background-color: #FF5C39 !important;
}
/*
File: _blog.scss
This should contain overrides for the news/blog section
*/
/*
BLOG GRID
*/
#rf-body .et_pb_posts .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1.5rem 8%;
  align-items: flex-start;
}
/*
INDIVIDUAL POST
*/
#rf-body .et_pb_posts .et_pb_post {
  border: 2px solid #781D7E;
  border-radius: 1.125rem;
  overflow: hidden;
  height: 466px;
}
#rf-body .et_pb_posts .et_pb_post::before {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  border-color: #781D7E !important;
  background-color: #781D7E !important;
  color: #fff !important;
  position: absolute;
  pointer-events: none;
  top: -2px;
  left: -2px;
  min-width: 35.7143%;
  border-radius: 0 999px 999px 0;
  z-index: 2;
}
#rf-body .et_pb_posts .et_pb_post::before:hover {
  background-color: transparent !important;
  border-color: #781D7E !important;
  color: #781D7E !important;
}
#rf-body .et_pb_posts .et_pb_post::before:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .et_pb_posts .et_pb_post::before[disabled], #rf-body .et_pb_posts .et_pb_post::before.disabled {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(77, 77, 77, 0.5) !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
@media (max-width: 980px) {
  #rf-body .et_pb_posts .et_pb_post {
    height: 300px;
  }
}
@media (max-width: 479px) {
  #rf-body .et_pb_posts .et_pb_post {
    height: 250px;
  }
}
#rf-body .et_pb_posts .entry-featured-image-url {
  margin-bottom: 0;
  overflow: hidden;
}
@supports (object-fit: cover) {
  #rf-body .et_pb_posts .entry-featured-image-url img {
    max-height: 15vmax;
    object-fit: cover;
    transition: all 0.3s ease;
  }
}
#rf-body .et_pb_posts .entry-featured-image-url:hover img {
  transform: scale(1.05);
}
#rf-body .et_pb_posts .entry-title {
  text-align: center;
  margin: 3rem 1.5rem;
  padding-bottom: 0;
  transition: all 0.3s ease;
}
#rf-body .et_pb_posts .entry-title:first-child {
  margin: 4.5rem 1.5rem;
}
#rf-body .et_pb_posts .entry-title:hover {
  color: #781D7E;
}
#rf-body .et_pb_posts .post-meta, #rf-body .et_pb_posts .post-content {
  display: none;
}
#rf-body .et_pb_posts .et_pb_post.category-blog {
  border-color: #781D7E;
}
#rf-body .et_pb_posts .et_pb_post.category-blog::before {
  content: "Blog";
  background-color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .et_pb_posts .et_pb_post.category-blog .entry-title a:hover {
  color: #781D7E !important;
}
#rf-body .et_pb_posts .et_pb_post.category-newsroom {
  border-color: #561D5E;
  height: 250px;
}
#rf-body .et_pb_posts .et_pb_post.category-newsroom::before {
  content: "News";
  background-color: #561D5E !important;
  border-color: #561D5E !important;
}
#rf-body .et_pb_posts .et_pb_post.category-newsroom .entry-title a:hover {
  color: #561D5E !important;
}
#rf-body .et_pb_posts .et_pb_post.category-pressroom {
  border-color: #1D52C5;
  height: 250px;
}
#rf-body .et_pb_posts .et_pb_post.category-pressroom::before {
  content: "Press";
  background-color: #1D52C5 !important;
  border-color: #1D52C5 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-pressroom .entry-title a:hover {
  color: #1D52C5 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-events {
  border-color: #FF5C39;
}
#rf-body .et_pb_posts .et_pb_post.category-events::before {
  content: "Events";
  background-color: #FF5C39 !important;
  border-color: #FF5C39 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-events .entry-title a:hover {
  color: #FF5C39 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-ambassadors {
  border-color: #FE8934;
}
#rf-body .et_pb_posts .et_pb_post.category-ambassadors::before {
  content: "Ambassadors";
  background-color: #FE8934 !important;
  border-color: #FE8934 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-ambassadors .entry-title a:hover {
  color: #FE8934 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-create {
  border-color: #D91965;
}
#rf-body .et_pb_posts .et_pb_post.category-create::before {
  content: "Create";
  background-color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-create .entry-title a:hover {
  color: #D91965 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-motivate {
  border-color: #187DC4;
}
#rf-body .et_pb_posts .et_pb_post.category-motivate::before {
  content: "Motivate";
  background-color: #187DC4 !important;
  border-color: #187DC4 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-motivate .entry-title a:hover {
  color: #187DC4 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-nourish {
  border-color: #FF5C39;
}
#rf-body .et_pb_posts .et_pb_post.category-nourish::before {
  content: "Nourish";
  background-color: #FF5C39 !important;
  border-color: #FF5C39 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-nourish .entry-title a:hover {
  color: #FF5C39 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-thrive {
  border-color: #448737;
}
#rf-body .et_pb_posts .et_pb_post.category-thrive::before {
  content: "Thrive";
  background-color: #448737 !important;
  border-color: #448737 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-thrive .entry-title a:hover {
  color: #448737 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-gallery {
  border-color: #BC0F52;
}
#rf-body .et_pb_posts .et_pb_post.category-gallery::before {
  content: "Photo Gallery";
  background-color: #BC0F52 !important;
  border-color: #BC0F52 !important;
}
#rf-body .et_pb_posts .et_pb_post.category-gallery .entry-title a:hover {
  color: #BC0F52 !important;
}
/*
PAGINATION
*/
#rf-body .et_pb_ajax_pagination_container > div:last-child {
  grid-column: span 3;
}
#rf-body .pagination a {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  display: inline-block;
  border-color: #781D7E !important;
  color: #781D7E !important;
  background-color: transparent !important;
}
#rf-body .pagination a:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .pagination a:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
/*
SIDEBAR
*/
#rf-body .et_pb_widget_area #searchform input[type=text], #rf-body .et_pb_widget_area #searchform select {
  margin-bottom: 0.75rem;
  height: auto !important;
  font-size: 1rem;
  line-height: 1.5rem !important;
  padding: 0.3125rem 1.125rem !important;
}
#rf-body .et_pb_widget_area #searchform input[type=submit] {
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  position: static;
  height: auto !important;
  width: auto !important;
}
#rf-body .et_pb_widget_area #searchform input[type=submit]:hover {
  color: #781D7E;
  background-color: transparent;
}
#rf-body .et_pb_widget_area .widget_tag_cloud .tag-cloud-link {
  color: rgba(77, 77, 77, 0.75);
  border-radius: 999px;
  background-color: rgba(120, 29, 126, 0.1);
}
#rf-body .et_pb_widget_area .widget_tag_cloud .tag-cloud-link:hover {
  color: #2B2B2B;
}
/*
MOBILE STYLING
*/
@media (max-width: 1600px) {
  #rf-body .et_pb_column_3_4 .et_pb_posts .et_pb_ajax_pagination_container {
    grid-template-columns: 1fr 1fr;
  }
  #rf-body .et_pb_column_3_4 .et_pb_posts .et_pb_ajax_pagination_container > div:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 980px) {
  #rf-body .et_pb_posts .et_pb_ajax_pagination_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  #rf-body .et_pb_column_3_4 .et_pb_posts .et_pb_ajax_pagination_container {
    grid-template-columns: 1fr;
  }
  #rf-body .et_pb_column_3_4 .et_pb_posts .et_pb_ajax_pagination_container > div:last-child {
    grid-column: span 1;
  }
}
@media (max-width: 479px) {
  #rf-body .et_pb_posts .et_pb_ajax_pagination_container {
    grid-template-columns: 1fr;
  }
}
/*
BLOG POST PAGE
*/
.et_pb_post_content .et_pb_section:first-child, .et_pb_post_content .et_pb_section:first-child .et_pb_row:first-child, .et-tb-has-template #et-boc .et-l .et_pb_post_content .et_pb_section:first-child, .et-tb-has-template #et-boc .et-l .et_pb_post_content .et_pb_section:first-child .et_pb_row:first-child {
  padding-top: 0;
}
.et_pb_post_content .et_pb_section .et_pb_row, .et-tb-has-template #et-boc .et-l .et_pb_post_content .et_pb_section .et_pb_row {
  width: 100%;
}
.et_pb_post_content .et_pb_section:last-child, .et_pb_post_content .et_pb_section:last-child .et_pb_row:last-child, .et-tb-has-template #et-boc .et-l .et_pb_post_content .et_pb_section:last-child, .et-tb-has-template #et-boc .et-l .et_pb_post_content .et_pb_section:last-child .et_pb_row:last-child {
  padding-bottom: 0;
}
/*
File: _shop.scss
This should contain overrides for product pages
*/
/*
CUSTOM TRANSPARENT HEADER
*/
#rf-body.single-product {
  overflow-x: hidden;
}
#rf-body.single-product #main-header:not(.et-fixed-header), #rf-body.single-product #main-header::before {
  background-color: transparent !important;
  box-shadow: none !important;
}
/*
*
*/
#rf-body.postid-15825 #rf-product-callouts {
  display: none;
}
/*
PRODUCT PHOTOS
*/
#rf-body .rf-mandala-after .woocommerce-product-gallery > div:first-child {
  padding-bottom: 100%;
  position: absolute;
  width: 100%;
}
#rf-body .rf-mandala-after .woocommerce-product-gallery > div:first-child::after {
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0) 0%, white 75%), url(https://www.mammachia.com/wp-content/uploads/2021/03/mandala-1.svg);
  content: "";
  display: block;
  visibility: visible;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  will-change: transform;
  opacity: 0.05;
  width: 217.625rem;
  height: 217.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotating-mandala 480s linear infinite;
}
#rf-body .woocommerce-product-gallery .flex-viewport {
  border-radius: 1.5rem;
}
#rf-body .woocommerce-product-gallery__image {
  pointer-events: none;
}
#rf-body .woocommerce-product-gallery__image, #rf-body .woocommerce-product-gallery ol li {
  position: relative;
}
#rf-body .woocommerce-product-gallery__image::after, #rf-body .woocommerce-product-gallery ol li::after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
#rf-body .woocommerce-product-gallery__image > *, #rf-body .woocommerce-product-gallery ol li > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#rf-body .woocommerce-product-gallery__image img, #rf-body .woocommerce-product-gallery ol li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#rf-body .woocommerce-product-gallery ol li {
  width: 16%;
  margin-right: 5%;
  clear: none;
}
#rf-body .woocommerce-product-gallery ol li:last-child {
  margin-right: 0;
}
/*
PRODUCT INFO
*/
#rf-body .rf_product_subtitle {
  text-transform: uppercase;
  padding-bottom: 0;
}
#rf-body .rf-price {
  color: #D91965;
  font-weight: bold;
  line-height: 2.25rem;
  padding-bottom: 0;
}
#rf-body .rf_product_unit_price {
  color: #D91965;
  line-height: 2.25rem;
}
#rf-body #rf-product-callouts {
  display: none !important;
  padding: 0;
  list-style-type: none;
  line-height: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
}
#rf-body .rf-product-callouts-item {
  padding: 0.625rem 1.5rem;
  border: 2px solid #561D5E;
  border-radius: 1.5rem;
  min-height: 6rem;
  margin: 0 1.5rem 1.5rem 0;
  background-color: #fff;
  color: #561D5E;
  display: grid;
  grid-template-areas: "icon value" "icon label";
}
#rf-body .rf-product-callouts-item:last-child {
  margin-right: 0;
}
#rf-body .rf-product-callouts-item__icon {
  grid-area: icon;
  padding: 0.75rem 0.75rem 0.75rem 0;
  font-size: 3rem;
}
#rf-body .rf-product-callouts-item__label {
  grid-area: label;
}
#rf-body .rf-product-callouts-item__value {
  font-weight: bold;
  grid-area: value;
}
#rf-body .rf-product-callouts-item--pa_omega-3s small {
  color: #561D5E;
  font-weight: 400;
}
#rf-body .rf-product-callouts-item x {
  display: none !important;
}
#rf-body .rf-product-callout-wrapper {
  margin: 1.5rem 0;
}
#rf-body .rf-product-callout-wrapper img {
  width: 50%;
}
/*
ADD TO CART
*/
#rf-body .et_pb_wc_add_to_cart form {
  display: flex;
  flex-wrap: wrap;
}
#rf-body .et_pb_wc_add_to_cart table.variations {
  margin-bottom: 0;
}
#rf-body .et_pb_wc_add_to_cart table.variations tr {
  display: flex;
  align-items: center;
}
#rf-body .et_pb_wc_add_to_cart table.variations td {
  padding: 0 !important;
  margin: 0 1.5rem 1.5rem 0;
  flex-basis: 50%;
}
#rf-body .et_pb_wc_add_to_cart table.variations td:last-child {
  margin-right: 0;
}
#rf-body .et_pb_wc_add_to_cart table.variations td.label, #rf-body .et_pb_wc_add_to_cart table.variations .reset_variations {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#rf-body .et_pb_wc_add_to_cart table.variations td.value {
  display: flex;
  min-width: 22.5rem;
}
#rf-body .et_pb_wc_add_to_cart table.variations td.value span {
  position: relative;
  width: 100%;
}
#rf-body .et_pb_wc_add_to_cart table.variations td.value span::before {
  content: "Pack Size:";
  color: #781D7E;
  position: absolute;
  left: 1.5rem;
  top: 0.75rem;
}
#rf-body .et_pb_wc_add_to_cart table.variations td.options {
  text-align: center;
}
#rf-body .et_pb_wc_add_to_cart select, #rf-body .et_pb_wc_add_to_cart input[type=number] {
  padding-left: calc(1.5rem + 5rem + 1.5rem);
  width: 100%;
}
#rf-body .et_pb_wc_add_to_cart .price {
  display: block;
  color: #D91965;
  width: calc(50% - .75rem);
  min-width: 22.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-options-wrapper {
  width: 100%;
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-options-product-prompt {
  margin-bottom: 1.5rem;
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-options-prompt-radios {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: -1.5rem;
}
#rf-body .et_pb_wc_add_to_cart li {
  margin: 0 1.5rem 1.5rem 0;
  flex-basis: 50%;
  min-width: 22.5rem;
}
#rf-body .et_pb_wc_add_to_cart li:last-child {
  margin-right: 0;
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-sub-discount {
  display: inline;
}
@media (max-width: 980px) {
  #rf-body .et_pb_wc_add_to_cart .wcsatt-options-prompt-radios {
    flex-direction: column;
  }
  #rf-body .et_pb_wc_add_to_cart li {
    margin-right: 0;
  }
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper {
  margin-left: auto;
  width: calc(50% - .75rem);
  min-width: 22.5rem;
  position: relative;
}
@media (max-width: 479px) {
  #rf-body .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper {
    width: 100%;
  }
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper::before {
  content: "Hooray! You're saving 20%!";
  position: relative;
  display: block;
  color: #D91965;
  top: -1.5rem;
  width: 100%;
  text-align: center;
  line-height: 1.5rem;
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper::after {
  border: 6px solid transparent;
  border-top-color: #666;
  content: "";
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  top: calc(3rem - 2px);
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper .wcsatt-options-product-dropdown-label {
  position: absolute;
  left: 1.5rem;
  top: 2.25rem;
  color: #781D7E;
  line-height: 1.5rem;
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-options-product-wrapper .wcsatt-options-product-dropdown {
  margin-bottom: 1.5rem;
  padding-left: 6.25rem;
}
#rf-body .et_pb_wc_add_to_cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
#rf-body .et_pb_wc_add_to_cart .quantity, #rf-body .et_pb_wc_add_to_cart button[type=submit], #rf-body .et_pb_wc_add_to_cart .wcsatt-add-to-subscription-wrapper {
  width: calc(50% - .75rem);
  flex-basis: calc(50% - .75rem);
  min-width: 22.5rem;
}
#rf-body .et_pb_wc_add_to_cart .quantity {
  margin-right: 1.5rem;
  position: relative;
}
#rf-body .et_pb_wc_add_to_cart .quantity::before {
  content: "Quantity:";
  color: #781D7E;
  position: absolute;
  left: 1.5rem;
  top: 0.75rem;
}
#rf-body .et_pb_wc_add_to_cart .quantity input[type=number] {
  width: 100%;
  padding-left: 16rem;
}
#rf-body .et_pb_wc_add_to_cart .wcsatt-add-to-subscription-wrapper {
  margin-left: auto;
}
#rf-body .et_pb_wc_add_to_cart.woocommerce-variation-add-to-cart-disabled .quantity::before {
  color: rgba(77, 77, 77, 0.5);
}
#rf-body .et_pb_wc_add_to_cart.woocommerce-variation-add-to-cart-disabled input[type=number] {
  color: rgba(77, 77, 77, 0.5) !important;
  border-color: rgba(77, 77, 77, 0.5) !important;
  background-color: transparent !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
/*
FIND IN STORES BUTTOn
*/
.et_pb_wc_add_to_cart + .et_pb_button_module_wrapper #rf-find-in-store-primary {
  display: none;
}
/*
LIFESTYLE PHOTO
*/
.rf-lifestyle-photo {
  border-radius: 999px;
}
/*
NUTRITION LABEL
*/
#rf_nutrition_ingredients_wrapper {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 29, 126, 0.95);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 6rem;
}
#rf_nutrition_ingredients_wrapper > * {
  max-height: 100%;
  max-width: 22.5rem;
}
#rf_nutrition_ingredients_wrapper p {
  color: #fff;
  margin-left: 3rem;
  line-height: 1.5rem;
}
#rf_nutrition_ingredients_wrapper span {
  font-weight: bold;
  display: block;
  margin-bottom: 1.5rem;
}
/*
RELATED PRODUCTS
*/
#rf-body .related.products > h2 {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#rf-body .related.products .product .price {
  display: none;
}
/*
REVIEWS
*/
#rf-body #review_form_wrapper #reply-title {
  margin-bottom: 1.5rem;
}
#rf-body #review_form_wrapper .comment-form-rating {
  display: flex;
}
#rf-body #review_form_wrapper .comment-form-rating label::after {
  content: ":";
  margin-right: 0.75rem;
}
#rf-body #review_form_wrapper .comment-form-rating .stars {
  margin-bottom: 1.5rem;
}
#rf-body #review_form_wrapper .comment-form-rating .stars a {
  font-size: 1.125rem;
  color: #FCAE35;
}
#rf-body #review_form_wrapper .comment-form-rating .stars a:hover {
  color: #FE8934;
}
#rf-body #review_form_wrapper #comment {
  height: calc(2px + (2 * .6875rem) + (4 * 1.5rem));
}
#rf-body #review_form_wrapper #submit {
  color: #187DC4 !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
#rf-body #review_form_wrapper #submit:hover {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
#rf-body #review_form_wrapper #submit:active {
  background-color: transparent;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
/*
File: _product-bundle.scss
This should contain overrides for product bundles (i.e. mix n match)
*/
#rf-body .bundle_form table.bundled_products {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
}
#rf-body .bundle_form th {
  padding: 0.75rem 0.75rem 0.75rem 0;
  text-align: left;
}
#rf-body .bundle_form td.bundled_item_col {
  vertical-align: middle;
  text-align: left;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
#rf-body .bundle_form td.bundled_item_images_col {
  width: 10%;
  min-width: 6rem;
}
#rf-body .bundle_form .product .bundled_product_title {
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.125rem !important;
  text-align: left;
  color: #781D7E;
}
#rf-body .bundle_form .bundled_product_title_link, #rf-body .bundle_form .bundled_product_excerpt, #rf-body .bundle_form .variations {
  display: none;
}
#rf-body .bundle_form .bundled_item_qty_col .quantity {
  width: auto;
  margin-right: 0 !important;
  min-width: 0px;
}
#rf-body .bundle_form .bundled_item_qty_col .quantity::before {
  content: none;
}
#rf-body .bundle_form .bundled_item_qty_col .quantity input {
  min-width: 0px;
  padding-left: 1.5rem !important;
}
#rf-body .bundle_form.layout_grid .bundled_products.columns-3 {
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 0.75rem;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1600px) {
  #rf-body .bundle_form.layout_grid .bundled_products.columns-3 {
    grid-template-columns: 1fr;
  }
}
#rf-body .bundle_form.layout_grid li {
  position: relative;
  display: flex;
  align-items: center;
}
#rf-body .bundle_form.layout_grid .bundled_product_images {
  transition: all 0.3s ease;
  max-width: 3rem;
  flex-grow: 0;
}
@media (max-width: 1600px) {
  #rf-body .bundle_form.layout_grid .bundled_product_images {
    max-width: 4.5rem;
  }
}
#rf-body .bundle_form.layout_grid .details {
  flex-grow: 1;
}
#rf-body .bundle_form.layout_grid .bundled_product_title {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#rf-body .bundle_form.layout_grid .bundled_product_optional_checkbox span {
  font-size: 0.875rem;
}
#rf-body .bundle_form.layout_grid .bundled_product_optional_checkbox span:before {
  margin-right: 0.75rem;
}
#rf-body .bundle_form .bundle_wrap, #rf-body .bundle_form .bundle_data {
  width: 100%;
}
#rf-body .bundle_form .bundle_error {
  margin-bottom: 1.5rem !important;
}
#rf-body .bundle_form .bundle_error .msg {
  padding: 0 !important;
}
#rf-body .bundle_form .bundle_error .msg li {
  margin: 0 !important;
}
#rf-body .bundle_form .bundle_button {
  display: flex;
  flex-wrap: wrap;
}
#rf-body .bundle_form .bundle_button button[type=submit] {
  min-width: 0px;
}
@media (max-width: 479px) {
  #rf-body .bundle_form .bundled_item_images_head, #rf-body .bundle_form .bundled_item_images_col {
    display: none;
  }
  #rf-body .bundle_form .bundle_button {
    flex-direction: column;
  }
  #rf-body .bundle_form .bundle_button .quantity {
    margin: 0 0 1.5rem;
  }
  #rf-body .bundle_form .bundle_button .quantity, #rf-body .bundle_form .bundle_button .quantity input, #rf-body .bundle_form .bundle_button button[type=submit] {
    width: 100%;
  }
}
#rf-body .product.product-type-bundle div:last-child {
  display: none;
}
#rf-body .pc_gift-certificate .rf-mandala-after .woocommerce-product-gallery > div:first-child {
  padding-bottom: 0;
  position: relative;
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart table.variations td.value {
  flex-basis: 100%;
  margin-right: 0;
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart table.variations td.value span::before {
  content: "Amount:";
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart table.variations td.value select {
  margin-right: 0;
  padding-left: calc(1.5rem + 7rem + 1.5rem);
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart table.variations td.options {
  display: none;
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart .pwgc-field-container {
  position: relative;
  margin-bottom: 1.5rem;
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart .pwgc-field-container label {
  color: #781d7e;
  position: absolute;
  left: 1.5rem;
  top: 0.75rem;
  font-weight: 400;
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart .pwgc-field-container label::after {
  content: ":";
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart .pwgc-field-container input {
  padding-left: calc(1.5rem + 7rem + 1.5rem);
  width: 100%;
  border-color: #781D7E;
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart .pwgc-field-container#pwgc-custom-amount-form input {
  padding-left: 12rem;
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart .pwgc-field-container textarea {
  padding-top: calc(0.6875rem + 3rem);
  width: 100%;
  border-color: #781D7E;
  min-height: calc(2px + (2 * 0.6875rem) + 3rem + (4 * 1.5rem));
  resize: vertical;
}
#rf-body .pc_gift-certificate .et_pb_wc_add_to_cart .pwgc-subtitle {
  position: absolute;
  bottom: 0.6875rem;
  right: 1.5rem;
  left: auto;
}
/*
File: _cart.scss
This should contain overrides for the cart page
*/
/*
CART TABLE
*/
#rf-body .woocommerce table {
  margin-bottom: 1.5rem !important;
  border-color: #781D7E;
  border-radius: 1.5rem;
}
#rf-body .woocommerce table tr {
  padding: 0.75rem;
}
#rf-body .woocommerce table th {
  border-top-color: rgba(120, 29, 126, 0.1);
  color: #2B2B2B;
}
#rf-body .woocommerce table td {
  border-top-color: rgba(120, 29, 126, 0.1);
  padding: 0.75rem;
}
#rf-body .woocommerce table .subscription-details {
  display: none;
}
#rf-body .woocommerce table.cart tbody tr:first-child td, #rf-body .woocommerce table.cart tbody tr:last-child td {
  border-top-color: #781D7E;
}
#rf-body .woocommerce table a.remove {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #781D7E !important;
  border: 1px solid #781D7E;
  margin: auto;
}
#rf-body .woocommerce table a.remove:hover {
  color: #D91965 !important;
  border-color: #D91965;
  background: #fff;
}
#rf-body .woocommerce table td.product-thumbnail {
  text-align: center;
}
#rf-body .woocommerce table td.product-thumbnail a:hover img {
  transform: scale(1.2);
}
#rf-body .woocommerce table td.product-thumbnail img {
  transition: all 0.3s ease;
  vertical-align: middle;
  width: 3rem;
}
#rf-body .woocommerce table td.product-name a {
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
}
#rf-body .woocommerce table .coupon input[type=text] {
  min-width: 22.5rem;
}
#rf-body .woocommerce table .coupon input[type=text]::placeholder {
  color: rgba(77, 77, 77, 0.75);
}
/*
CART TOTALS
*/
#rf-body .woocommerce .cart_totals h2 {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#rf-body .woocommerce .cart_totals tr.purchase-totals + tr > *, #rf-body .woocommerce .cart_totals tr.recurring-totals th, #rf-body .woocommerce .cart_totals tr.recurring-totals + tr > * {
  border-top: 1px solid #781D7E;
}
#rf-body .woocommerce .cart_totals .woocommerce-shipping-calculator a {
  border-radius: 999px !important;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
  border-color: #781D7E !important;
  color: #781D7E !important;
  background-color: transparent !important;
}
#rf-body .woocommerce .cart_totals .woocommerce-shipping-calculator a:hover {
  background-color: transparent !important;
  color: #D91965 !important;
  border-color: #D91965 !important;
}
#rf-body .woocommerce .cart_totals .woocommerce-shipping-calculator a:active {
  background-color: transparent !important;
  color: #781D7E !important;
  border-color: #781D7E !important;
}
#rf-body .woocommerce .cart_totals .woocommerce-shipping-calculator a::after {
  content: none;
}
#rf-body .woocommerce .cart_totals #shipping_method input + label {
  font-size: 1rem;
  padding: 0.3125rem 1.125rem !important;
}
#rf-body .woocommerce .cart_totals #shipping_method input[type=hidden] + label {
  pointer-events: none;
}
#rf-body .woocommerce .cart_totals .wc-proceed-to-checkout a {
  padding: 0;
  display: block;
  width: 100%;
}
/*
File: _checkout.scss
This should contain overrides for the checkout page
*/
#rf-body .woocommerce .woocommerce-form-coupon-toggle {
  margin-bottom: 1.5rem;
}
#rf-body .woocommerce .checkout_coupon {
  padding: 0;
  margin: 0 0 1.5rem;
  border: none;
}
#rf-body .woocommerce .checkout_coupon p:first-child {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#rf-body .woocommerce .thwmscf_time_line_step ul.thwmscf-tabs {
  margin-top: 3rem;
}
#rf-body .woocommerce .thwmscf_time_line_step ul.thwmscf-tabs .thwmscf-tab-label {
  font-size: 1.125rem;
}
#rf-body .woocommerce .thwmscf_time_line_step ul.thwmscf-tabs li a:not(.active) {
  border-top-color: rgba(120, 29, 126, 0.1);
}
#rf-body .woocommerce .thwmscf-tab-panels {
  padding: 0;
}
#rf-body .woocommerce #action-prev {
  float: left;
}
#rf-body .woocommerce #thwmscf-tab-panel-1 {
  display: flex;
  justify-content: space-between;
}
#rf-body .woocommerce #thwmscf-tab-panel-1 > div {
  flex-basis: 46%;
}
#rf-body .woocommerce #thwmscf-tab-panel-1 .form-row {
  margin-bottom: 0.75rem;
}
#rf-body .woocommerce #thwmscf-tab-panel-2 .purchase-totals + tr > *, #rf-body .woocommerce #thwmscf-tab-panel-2 .recurring-totals th, #rf-body .woocommerce #thwmscf-tab-panel-2 .recurring-totals + tr > * {
  border-top: 1px solid #781D7E;
}
#rf-body .woocommerce .woocommerce-shipping-contents small {
  font-size: 1rem;
  font-weight: bold;
  color: #D91965;
}
#rf-body .woocommerce .shipping th small {
  line-height: 1rem;
  display: block;
  margin-top: 0.375rem;
  max-width: 300px;
}
#rf-body .woocommerce .shipping th small a {
  display: inline-block;
}
#rf-body .woocommerce #payment {
  background: transparent;
}
#rf-body .woocommerce #payment .wc_payment_methods, #rf-body .woocommerce #payment .place-order {
  padding: 0;
  margin-bottom: 1.5rem;
}
#rf-body .woocommerce #payment .payment_box {
  background-color: transparent;
  border: 1px solid #781D7E;
  border-radius: 1.5rem;
}
#rf-body .woocommerce #payment .payment_box::before {
  border-width: 1px 0 0 1px;
  border-color: #781D7E;
  background: #fff;
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(45deg);
  top: -0.4375rem;
  left: 3rem;
  margin: 0;
}
#rf-body .woocommerce #payment .payment_box .input-text {
  font-size: 1.125rem;
  padding: 0.6875rem 1.5rem;
}
#rf-body .woocommerce #payment .place-order {
  display: flex;
  align-items: flex-end;
}
#rf-body .woocommerce #payment .place-order button[type=submit] {
  white-space: nowrap;
  margin-left: 3rem;
}
#rf-body .woocommerce .woocommerce-terms-and-conditions-wrapper {
  text-align: left;
}
#rf-body .woocommerce .woocommerce-privacy-policy-text {
  margin-bottom: 0.75rem;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.mammachia.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fstyles.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_base.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_free-shipping-bar.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_custom-modules.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fbase%2F_social-icons.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fpages%2F_shop.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fpages%2F_blog.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fpages%2F_single-product.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fpages%2F_product-bundle.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fpages%2F_gift-card.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fpages%2F_cart.scss%22%2C%22wp-content%2Fthemes%2Fmammachia%2Fstyles%2Fscss%2Fpages%2F_checkout.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmCA%3BAAAA%3BAAAA%3BAAvBI%3BAAAA%3BAAAA%3BAAGA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlBZ%3BAAAA%3BAAAA%3BAAAA%3BAEMA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF1EA%3BAAAA%3BAAAA%3BAAAA%3BAGKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAHnER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqGJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1HI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9HI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9GI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgFJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAJjOJ%3BAAAA%3BAAAA%3BAI4OI%3BAAAA%3BAAAA%3BAJ5OJ%3BAAAA%3BAAAA%3BAAAA%3BAKMA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALZJ%3BAAAA%3BAAAA%3BAKqBA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAL5DR%3BAAAA%3BAAAA%3BAKsEA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BALpHR%3BAAAA%3BAAAA%3BAKiII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BALjPJ%3BAAAA%3BAAAA%3BAK8PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAL1ZR%3BAAAA%3BAAAA%3BAKwaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BACleA%3BAAAA%3BAAAA%3BANDJ%3BAAAA%3BAAAA%3BAAAA%3BAOMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPNA%3BAAAA%3BAAAA%3BAOkBI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAP%2FGR%3BAAAA%3BAAAA%3BAO2HA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAPlJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJvGR%3BAAAA%3BAAAA%3BAQmEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIYJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJzHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImHA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJhEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImEA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BARzOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAT3EJ%3BAAAA%3BAAAA%3BAAAA%3BAUOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV%2FCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWWI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAXjBJ%3BAAAA%3BAAAA%3BAW0BA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX9BJ%3BAAAA%3BAAAA%3BAW6CI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXlDJ%3BAAAA%3BAAAA%3BAW%2BDI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXhGR%3BAAAA%3BAAAA%3BAW8GI%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAX%2FHR%3BAAAA%3BAAAA%3BAW0II%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYWI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARiFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2FEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR4BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQzBI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ7FR%3BAAAA%3BAAAA%3BAY6GI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAA8CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuFI%3BAAAA%3BAAAA%3BAHvFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BFI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR1FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQiGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAZvRR%3BAAAA%3BAAAA%3BAYySI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAZ1VR%3BAAAA%3BAAAA%3BAYsWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARhQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQsQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ9XJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbZJ%3BAAAA%3BAAAA%3BAayBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAStCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAwBI%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAA3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAA%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAA6BA%3BAAAA%3BAAAA%3BAAnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAiCA%3BAAAA%3BAAAA%3BAAvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAqCA%3BAAAA%3BAAAA%3BAA3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAyCA%3BAAAA%3BAAAA%3BAA%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAA6CA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAbvGR%3BAAAA%3BAAAA%3BAagKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATlDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxHR%3BAAAA%3BAAAA%3BAaoLQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAbpNR%3BAAAA%3BAAAA%3BAaiOI%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAb5PR%3BAAAA%3BAAAA%3BAayQI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAbnRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcSA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAdZJ%3BAAAA%3BAAAA%3BAcuBA%3BAAAA%3BAAAA%3BAdvBA%3BAAAA%3BAAAA%3BAcmCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKvCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAdnFR%3BAAAA%3BAAAA%3BAciGI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAdnLJ%3BAAAA%3BAAAA%3BAc8LI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdzZR%3BAAAA%3BAAAA%3BAcwaA%3BAAAA%3BAAAA%3BAdxaA%3BAAAA%3BAAAA%3BAcgbA%3BAAAA%3BAAAA%3BAdhbA%3BAAAA%3BAAAA%3BAcwbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdhdJ%3BAAAA%3BAAAA%3BAc8dQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAdleR%3BAAAA%3BAAAA%3BAc6eI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV1aI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJvGR%3BAAAA%3BAAAA%3BAAAA%3BAeQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAC1KI%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBjER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAjBxFZ%3BAAAA%3BAAAA%3BAiBwGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBzIJ%3BAAAA%3BAAAA%3BAAAA%3BAkBQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%22%7D */