/* -------------- COLORS -------------- */
/* ---------------------------- */
/* -------------- FRONT END -------------- */
/* ---------------------------- */
/* -------------- MIXINS -------------- */
.buttonPrimary {
  display: inline-block;
  height: 36px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  background-color: #98002e;
  border: none;
  border-color: #98002e;
  padding: 0 20px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.buttonPrimary:hover {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #98002e;
  color: #98002e;
}
.buttonSecondary {
  display: inline-block;
  height: 36px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  background-color: #98002e;
  border: none;
  border-color: #98002e;
  padding: 0 20px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  background-color: #ffffff;
  color: #98002e;
}
.buttonSecondary:hover {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #98002e;
  color: #98002e;
}
.buttonSecondary:hover {
  background-color: #98002e;
  color: #ffffff;
}
/* ---------------------------- */
/* -------------- MEDIA QUERIES -------------- */
/* -------------- PAGE -------------- */
.page-mews .include-all-toggle {
  margin-top: 30px;
}
.page-mews .include-all-toggle form {
  display: flex;
  justify-content: flex-end;
}
.page-mews .include-all-toggle .toggle-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}
.page-mews .include-all-toggle .toggle-switch .label-text {
  font-size: 14px;
  color: #242424;
  order: -1;
}
.page-mews .include-all-toggle .toggle-switch input[type="checkbox"] {
  display: none;
}
.page-mews .include-all-toggle .toggle-switch input[type="checkbox"]:checked + .slider {
  background-color: #009ad9;
}
.page-mews .include-all-toggle .toggle-switch input[type="checkbox"]:checked + .slider::before {
  transform: translateX(20px);
}
.page-mews .include-all-toggle .toggle-switch .slider {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: #929292;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}
.page-mews .include-all-toggle .toggle-switch .slider::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
/* ---------------------------- */
/* -------------- PAGE -------------- */
/* ---------------------------- */
/* -------------- PAGE -------------- */
/* ---------------------------- */
