.buttons-radio-group {
  display: table;
  table-layout: fixed;
  width: 100%;
  /* MATERIALIZE OVERRIDES */
  /* END */
}
.buttons-radio-group div {
  display: table-cell;
  width: 2%;
}
.buttons-radio-group label span {
  position: relative;
  display: block !important;
  height: 3rem !important;
  border: 1px solid #DDD;
  border-left: 0;
  padding-left: 0 !important;
  font-family: "Spartan", sans-serif;
  text-align: center;
  background: #FFF;
  color: #182534;
  line-height: 3rem !important;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.4s ease;
}
.buttons-radio-group label span::before,
.buttons-radio-group label span::after {
  position: unset;
  left: unset;
  top: unset;
  margin: unset;
  width: unset;
  height: unset;
  z-index: unset;
  transition: unset;
  border: unset;
  background-color: unset;
}
.buttons-radio-group label span > div {
  position: absolute;
  width: 100%;
  text-align: center;
}
.buttons-radio-group [type=radio]:checked + span:after,
.buttons-radio-group [type=radio].with-gap:checked + span:before,
.buttons-radio-group [type=radio].with-gap:checked + span:after {
  border: unset;
}
.buttons-radio-group [type=radio]:checked + span:after,
.buttons-radio-group [type=radio].with-gap:checked + span:after {
  background-color: unset;
}
.buttons-radio-group [type=radio]:not(:checked) + span:before,
.buttons-radio-group [type=radio]:not(:checked) + span:after {
  border: unset;
}
.buttons-radio-group div:first-of-type label span {
  border-left: 1px solid #DDD;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.buttons-radio-group div:last-of-type label span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.buttons-radio-group label input:checked + span {
  background: #00C8C3;
  border-color: #00C8C3;
  color: #FFF;
}
.buttons-radio-group.accent label input:checked + span {
  background: #DF0073;
  border-color: #DF0073;
}
.buttons-radio-group.dark label input:checked + span {
  background: #182534;
  border-color: #182534;
}
.buttons-radio-group.down-arrow label input:checked + span:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: unset;
  border-bottom: 0;
  border-left: 15px solid transparent !important;
  border-right: 15px solid transparent !important;
  border-top: 15px solid #DF0073 !important;
  transform: translateX(-50%);
}
.buttons-radio-group.small label span {
  height: 2.6rem !important;
  line-height: 2.8rem !important;
}
.buttons-radio-group.checked-large-text label input:checked + span {
  font-size: 1.2rem;
}

.picture-buttons-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /* MATERIALIZE OVERRIDES */
  /* END */
}
.picture-buttons-radio-group div {
  width: 12rem;
}
@media only screen and (max-width: 992px) {
  .picture-buttons-radio-group div {
    width: auto;
    flex: 1;
  }
}
@media only screen and (max-width: 600px) {
  .picture-buttons-radio-group div {
    width: 100%;
    flex: auto;
  }
}
.picture-buttons-radio-group label span {
  position: relative;
  display: block !important;
  width: 100%;
  height: 4rem !important;
  border: 3px solid #DDD;
  border-radius: 5px;
  padding-left: 0 !important;
  background: #FFF;
  color: #182534;
  text-align: center;
  font-size: 0.7rem !important;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.picture-buttons-radio-group label span::before,
.picture-buttons-radio-group label span::after {
  position: unset;
  left: unset;
  top: unset;
  margin: unset;
  width: unset;
  height: unset;
  z-index: unset;
  transition: unset;
  border: unset;
  background-color: unset;
}
.picture-buttons-radio-group label span > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.picture-buttons-radio-group label span > div > img {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.picture-buttons-radio-group label span > div > img:nth-of-type(1) {
  margin-left: 0;
}
.picture-buttons-radio-group [type=radio]:checked + span:after,
.picture-buttons-radio-group [type=radio].with-gap:checked + span:before,
.picture-buttons-radio-group [type=radio].with-gap:checked + span:after {
  border: unset;
}
.picture-buttons-radio-group [type=radio]:checked + span:after,
.picture-buttons-radio-group [type=radio].with-gap:checked + span:after {
  background-color: unset;
}
.picture-buttons-radio-group [type=radio]:not(:checked) + span:before,
.picture-buttons-radio-group [type=radio]:not(:checked) + span:after {
  border: unset;
}
.picture-buttons-radio-group label input:checked + span {
  border-color: #00C8C3;
  box-shadow: 1px 1px 1px #CCC;
}
.picture-buttons-radio-group.accent label input:checked + span {
  border-color: #DF0073;
}
.picture-buttons-radio-group.dark label input:checked + span {
  border-color: #182534;
}/*# sourceMappingURL=forms.css.map */