@charset "UTF-8";
/* ==========================================================================
   #GENERIC- BOX-SIZING
   ========================================================================== */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3181090a-d079-4308-81c4-a26d856b022e");
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

a {
  text-decoration: none;
  font-style: normal;
  font-variant: inherit;
  color: inherit;
}

li {
  list-style: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   #GENERIC
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, select {
  background-color: transparent;
  outline: none;
}

button {
  border: none;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("/assets/fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("/assets/fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("/assets/fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"), url("/assets/fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  word-break: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #202020;
  margin-bottom: 1rem;
}

h1 {
  font-size: 42px;
  font-weight: 500;
  color: #000000ff;
  line-height: 66px;
  letter-spacing: 0.03em;
  max-width: 62rem;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  color: #313131ff;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
  margin-bottom: 16px;
}

p {
  max-width: 900px;
}

p,
td {
  font-size: 18px;
  line-height: 24px;
}

ul li {
  color: #313131ff;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}

legend {
  font-size: 18px;
}

input {
  font-size: 15px;
}

address {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

footer address,
a {
  font-size: 15px;
  line-height: 24px;
}

/* ========================================================================== */
/* ELEMENTS- PAGE */
header,
main,
footer {
  display: flex;
  flex-direction: column;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  width: 100vw;
  max-width: 100vw;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  scroll-behavior: smooth;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #C4C4C4;
  word-break: normal;
  position: relative;
  min-width: 100vw;
  width: 100vw;
  max-width: 100vw;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

.c-header {
  display: flex;
  width: 100%;
  padding-left: 40px;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  padding: 40px;
}

main header {
  margin-bottom: 2rem;
}

.page-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 32px;
  max-width: 1275px;
}
.page-header h1 {
  grid-column: 1/span 2;
}

article {
  margin-bottom: 24px;
}

section {
  margin-bottom: 40px;
}

article,
section,
iframe {
  max-width: 100%;
}

.categoryPage {
  display: none;
}

.pageActive {
  display: block;
}

body {
  background-color: #000;
  color: white;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" fill="%239e9effff" cx="27.34" cy="21.338" r="0.632" /><circle opacity="0.3" fill="%239e9effff" cx="25.31" cy="78.242" r="0.414" /><circle opacity="0.4" fill="%239e9effff" cx="53" cy="43.575" r="0.201" /><circle fill="%239e9effff" cx="12.883" cy="40.46" r="0.367" /><circle opacity="0.3" fill="%239e9effff" cx="79.1" cy="73.357" r="0.414" /><circle opacity="0.2" fill="%239e9effff" cx="52.975" cy="11.375" r="0.299" /><circle opacity="0.4" fill="%239e9effff" cx="76.532" cy="90.375" r="0.312" /><circle opacity="0.2" fill="%239e9effff" cx="74" cy="51.446" r="0.333" /><circle opacity="0.3" fill="%239e9effff" cx="39.523" cy="88.321" r="0.401" /></svg>');
  background-size: 18rem 18rem;
  background-position: center 0;
  animation: moveBackground 20s linear infinite;
  width: 100%;
}
body p,
body a,
body ul li {
  color: white;
}
body h1,
body h2 {
  color: #bfbfcf;
}
body h2 {
  font-weight: 200;
}
body h3 {
  font-weight: 400;
  color: #d5d5ee;
}
body p,
body a {
  line-height: 1.5;
  font-size: 18px;
}
body main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-behavior: smooth;
}
@keyframes moveBackground {
  to {
    background-position: center 18rem;
  }
}

.cards-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  min-width: 100vw;
  margin-left: -40px;
  background-color: #202020;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  padding: 28px 32px;
}

.card {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  background-color: #e6e6faff;
  box-shadow: inset 0px 0 1px 1px rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(4px);
  padding: 16px;
}

input {
  background-color: rgba(235, 236, 240, 0.2);
  border: 0.2px solid #ebecf0;
  border-radius: 5px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

#grade_graph {
  overflow: scroll;
  position: relative;
}
#grade_graph .gradeBubble {
  stroke-width: 2px;
  stroke: white;
}
#grade_graph .gradeBubble:hover {
  stroke: black;
  cursor: pointer;
}
#grade_graph .gradeLabel {
  user-select: none;
}
#grade_graph .tooltip {
  position: absolute;
  height: fit-content;
  width: auto;
  font-style: italic;
  color: rgba(246, 246, 246, 0.9);
  user-select: none;
}
#grade_graph .tooltip span,
#grade_graph .tooltip b {
  font-style: normal;
  color: white;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

figure {
  max-width: 100%;
  max-height: fit-content;
}
figure figcaption {
  color: #000000ff;
  text-align: center;
}

.btn--primary {
  background-image: linear-gradient(to right, #8ebafc -10%, #8eb4fc 60%, #e0eaec 99%, #8294b5 155%);
  background-size: 200% auto;
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(8, 43, 75, 0.45);
  transition: 0.5s;
  min-width: min-content;
  padding: 0.6rem 1rem;
  margin: 0.2rem;
  color: white;
  font-weight: 900;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
.link-arrow:after {
  content: "⭢";
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  height: fit-content;
  width: fit-content;
}
table th:first-of-type,
table td:first-of-type,
table tr:first-of-type {
  text-align: right;
}
table th:last-of-type,
table td:last-of-type,
table tr:last-of-type {
  text-align: left;
}
table th {
  color: #9e9effff;
  border-bottom: 1px solid #C4C4C4;
  padding: 8px 16px;
}
table tr {
  border: 0 0.1px #C4C4C4;
  border-bottom: 0.1px solid #f6f6f6ff;
}
table tr:first-of-type {
  border: 0;
}
table tr:last-of-type {
  border-bottom: 2px solid #313131ff;
}
table td {
  color: #000000ff;
  padding: 16px 24px;
}
table td:first-of-type {
  padding: 20px;
}

.c-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #9e9eff99;
  padding: 20px 40px 20px 40px;
}
.c-header > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c-header > div h1 {
  border-right: 0.5px solid #9e9eff99;
  padding-right: 20px;
}
.c-header > div p {
  padding-left: 20px;
}
.c-header h1, .c-header p {
  margin-bottom: 0;
}
.c-header .header__title {
  color: #313131ff;
  font-size: 22px;
  font-family: Helvetica Neue;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-transform: none;
  letter-spacing: 0.48;
  text-decoration: none;
  text-indent: 0;
  word-spacing: 0;
  line-height: unset;
  margin-right: 20px;
}
.c-header .header__title a {
  font-size: inherit;
  line-height: inherit;
}
.c-header .header__description {
  font-size: 22px;
  line-height: unset;
}

.c-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 24px 0 40px;
  margin-top: 24px;
  border-right: 1px solid #f6f6f6ff;
}

.c-sidebar section {
  margin-bottom: 24px;
}
.c-sidebar h3,
.c-sidebar h4,
.c-sidebar li {
  font-size: 15px;
  font-weight: normal;
}
.c-sidebar .subtoggle label {
  margin-left: 8px;
}
.c-sidebar .subtoggle ul {
  margin-left: 16px;
}
.c-sidebar .subtoggle ul li {
  font-weight: 300;
}

.c-page-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  max-width: 1075px;
  margin-top: 24px;
  margin-bottom: 64px;
}
.c-page-header .header__title {
  margin-bottom: 20px;
}
.c-page-header .page-header__info {
  color: #313131ff;
}

.c-header-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  height: 100%;
  max-width: 1075px;
}
.c-header-nav ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.c-header-nav ul li {
  margin: 0 1rem;
}

body.home a.home:link,
body.cases a.cases:link,
body.about a.about:link,
body.contact a.contact:link {
  text-decoration: underline;
}

.c-search-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100%;
  align-items: center;
  align-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-search-bar label {
  max-width: 100%;
}
.c-search-bar__input {
  max-width: 85%;
  padding: 4px 16px;
}
.c-search-bar__button {
  background-image: url("https://cdn2.iconfinder.com/data/icons/font-awesome/1792/search-512.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-width: 15px;
  max-width: 20px;
  height: 100%;
  margin-left: 10px;
}
.c-search-bar__input {
  max-width: calc(100% - 40px);
  padding: 4px 16px;
}

.c-toggle-1-1 .dropdown-options-1-1 {
  display: none;
}
.c-toggle-1-1 .dropdown-toggle-button-1-1 {
  display: none;
}
.c-toggle-1-1 .dropdown-toggle-button-1-1:checked ~ .dropdown-options-1-1 {
  display: block;
}
.c-toggle-1-1 .dropdown-toggle-button-1-1:checked ~ .dropdown-toggle-label-1-1 {
  font-weight: bold;
}
.c-toggle-1-1 .dropdown-toggle-button-1-1:checked ~ .dropdown-toggle-label-1-1 h3 {
  font-weight: bold;
}

.c-toggle-1-1-1 .dropdown-options-1-1-1 {
  display: none;
}
.c-toggle-1-1-1 .dropdown-toggle-button-1-1-1 {
  display: none;
}
.c-toggle-1-1-1 .dropdown-toggle-button-1-1-1:checked ~ .dropdown-options-1-1-1 {
  display: block;
}
.c-toggle-1-1-1 .dropdown-toggle-button-1-1-1:checked ~ .dropdown-toggle-label-1-1-1 {
  font-weight: 500;
}

.c-toggle-1-1-2 .dropdown-options-1-1-2 {
  display: none;
}
.c-toggle-1-1-2 .dropdown-toggle-button-1-1-2 {
  display: none;
}
.c-toggle-1-1-2 .dropdown-toggle-button-1-1-2:checked ~ .dropdown-options-1-1-2 {
  display: block;
}
.c-toggle-1-1-2 .dropdown-toggle-button-1-1-2:checked ~ .dropdown-toggle-label-1-1-2 {
  font-weight: 500;
}

.c-toggle-1-1-3 .dropdown-options-1-1-3 {
  display: none;
}
.c-toggle-1-1-3 .dropdown-toggle-button-1-1-3 {
  display: none;
}
.c-toggle-1-1-3 .dropdown-toggle-button-1-1-3:checked ~ .dropdown-options-1-1-3 {
  display: block;
}
.c-toggle-1-1-3 .dropdown-toggle-button-1-1-3:checked ~ .dropdown-toggle-label-1-1-3 {
  font-weight: 500;
}

.c-toggle-1-1-4 .dropdown-options-1-1-4 {
  display: none;
}
.c-toggle-1-1-4 .dropdown-toggle-button-1-1-4 {
  display: none;
}
.c-toggle-1-1-4 .dropdown-toggle-button-1-1-4:checked ~ .dropdown-options-1-1-4 {
  display: block;
}
.c-toggle-1-1-4 .dropdown-toggle-button-1-1-4:checked ~ .dropdown-toggle-label-1-1-4 {
  font-weight: 500;
}

.c-toggle-1-1-5 .dropdown-options-1-1-5 {
  display: none;
}
.c-toggle-1-1-5 .dropdown-toggle-button-1-1-5 {
  display: none;
}
.c-toggle-1-1-5 .dropdown-toggle-button-1-1-5:checked ~ .dropdown-options-1-1-5 {
  display: block;
}
.c-toggle-1-1-5 .dropdown-toggle-button-1-1-5:checked ~ .dropdown-toggle-label-1-1-5 {
  font-weight: 500;
}

.c-toggle-1-1-6 .dropdown-options-1-1-6 {
  display: none;
}
.c-toggle-1-1-6 .dropdown-toggle-button-1-1-6 {
  display: none;
}
.c-toggle-1-1-6 .dropdown-toggle-button-1-1-6:checked ~ .dropdown-options-1-1-6 {
  display: block;
}
.c-toggle-1-1-6 .dropdown-toggle-button-1-1-6:checked ~ .dropdown-toggle-label-1-1-6 {
  font-weight: 500;
}

.c-toggle-1-1-7 .dropdown-options-1-1-7 {
  display: none;
}
.c-toggle-1-1-7 .dropdown-toggle-button-1-1-7 {
  display: none;
}
.c-toggle-1-1-7 .dropdown-toggle-button-1-1-7:checked ~ .dropdown-options-1-1-7 {
  display: block;
}
.c-toggle-1-1-7 .dropdown-toggle-button-1-1-7:checked ~ .dropdown-toggle-label-1-1-7 {
  font-weight: 500;
}

.c-toggle-1-1-8 .dropdown-options-1-1-8 {
  display: none;
}
.c-toggle-1-1-8 .dropdown-toggle-button-1-1-8 {
  display: none;
}
.c-toggle-1-1-8 .dropdown-toggle-button-1-1-8:checked ~ .dropdown-options-1-1-8 {
  display: block;
}
.c-toggle-1-1-8 .dropdown-toggle-button-1-1-8:checked ~ .dropdown-toggle-label-1-1-8 {
  font-weight: 500;
}

.c-toggle-1-1-9 .dropdown-options-1-1-9 {
  display: none;
}
.c-toggle-1-1-9 .dropdown-toggle-button-1-1-9 {
  display: none;
}
.c-toggle-1-1-9 .dropdown-toggle-button-1-1-9:checked ~ .dropdown-options-1-1-9 {
  display: block;
}
.c-toggle-1-1-9 .dropdown-toggle-button-1-1-9:checked ~ .dropdown-toggle-label-1-1-9 {
  font-weight: 500;
}

.c-toggle-1-1-10 .dropdown-options-1-1-10 {
  display: none;
}
.c-toggle-1-1-10 .dropdown-toggle-button-1-1-10 {
  display: none;
}
.c-toggle-1-1-10 .dropdown-toggle-button-1-1-10:checked ~ .dropdown-options-1-1-10 {
  display: block;
}
.c-toggle-1-1-10 .dropdown-toggle-button-1-1-10:checked ~ .dropdown-toggle-label-1-1-10 {
  font-weight: 500;
}

.c-toggle-1-2 .dropdown-options-1-2 {
  display: none;
}
.c-toggle-1-2 .dropdown-toggle-button-1-2 {
  display: none;
}
.c-toggle-1-2 .dropdown-toggle-button-1-2:checked ~ .dropdown-options-1-2 {
  display: block;
}
.c-toggle-1-2 .dropdown-toggle-button-1-2:checked ~ .dropdown-toggle-label-1-2 {
  font-weight: bold;
}
.c-toggle-1-2 .dropdown-toggle-button-1-2:checked ~ .dropdown-toggle-label-1-2 h3 {
  font-weight: bold;
}

.c-toggle-1-2-1 .dropdown-options-1-2-1 {
  display: none;
}
.c-toggle-1-2-1 .dropdown-toggle-button-1-2-1 {
  display: none;
}
.c-toggle-1-2-1 .dropdown-toggle-button-1-2-1:checked ~ .dropdown-options-1-2-1 {
  display: block;
}
.c-toggle-1-2-1 .dropdown-toggle-button-1-2-1:checked ~ .dropdown-toggle-label-1-2-1 {
  font-weight: 500;
}

.c-toggle-1-2-2 .dropdown-options-1-2-2 {
  display: none;
}
.c-toggle-1-2-2 .dropdown-toggle-button-1-2-2 {
  display: none;
}
.c-toggle-1-2-2 .dropdown-toggle-button-1-2-2:checked ~ .dropdown-options-1-2-2 {
  display: block;
}
.c-toggle-1-2-2 .dropdown-toggle-button-1-2-2:checked ~ .dropdown-toggle-label-1-2-2 {
  font-weight: 500;
}

.c-toggle-1-2-3 .dropdown-options-1-2-3 {
  display: none;
}
.c-toggle-1-2-3 .dropdown-toggle-button-1-2-3 {
  display: none;
}
.c-toggle-1-2-3 .dropdown-toggle-button-1-2-3:checked ~ .dropdown-options-1-2-3 {
  display: block;
}
.c-toggle-1-2-3 .dropdown-toggle-button-1-2-3:checked ~ .dropdown-toggle-label-1-2-3 {
  font-weight: 500;
}

.c-toggle-1-2-4 .dropdown-options-1-2-4 {
  display: none;
}
.c-toggle-1-2-4 .dropdown-toggle-button-1-2-4 {
  display: none;
}
.c-toggle-1-2-4 .dropdown-toggle-button-1-2-4:checked ~ .dropdown-options-1-2-4 {
  display: block;
}
.c-toggle-1-2-4 .dropdown-toggle-button-1-2-4:checked ~ .dropdown-toggle-label-1-2-4 {
  font-weight: 500;
}

.c-toggle-1-2-5 .dropdown-options-1-2-5 {
  display: none;
}
.c-toggle-1-2-5 .dropdown-toggle-button-1-2-5 {
  display: none;
}
.c-toggle-1-2-5 .dropdown-toggle-button-1-2-5:checked ~ .dropdown-options-1-2-5 {
  display: block;
}
.c-toggle-1-2-5 .dropdown-toggle-button-1-2-5:checked ~ .dropdown-toggle-label-1-2-5 {
  font-weight: 500;
}

.c-toggle-1-2-6 .dropdown-options-1-2-6 {
  display: none;
}
.c-toggle-1-2-6 .dropdown-toggle-button-1-2-6 {
  display: none;
}
.c-toggle-1-2-6 .dropdown-toggle-button-1-2-6:checked ~ .dropdown-options-1-2-6 {
  display: block;
}
.c-toggle-1-2-6 .dropdown-toggle-button-1-2-6:checked ~ .dropdown-toggle-label-1-2-6 {
  font-weight: 500;
}

.c-toggle-1-2-7 .dropdown-options-1-2-7 {
  display: none;
}
.c-toggle-1-2-7 .dropdown-toggle-button-1-2-7 {
  display: none;
}
.c-toggle-1-2-7 .dropdown-toggle-button-1-2-7:checked ~ .dropdown-options-1-2-7 {
  display: block;
}
.c-toggle-1-2-7 .dropdown-toggle-button-1-2-7:checked ~ .dropdown-toggle-label-1-2-7 {
  font-weight: 500;
}

.c-toggle-1-2-8 .dropdown-options-1-2-8 {
  display: none;
}
.c-toggle-1-2-8 .dropdown-toggle-button-1-2-8 {
  display: none;
}
.c-toggle-1-2-8 .dropdown-toggle-button-1-2-8:checked ~ .dropdown-options-1-2-8 {
  display: block;
}
.c-toggle-1-2-8 .dropdown-toggle-button-1-2-8:checked ~ .dropdown-toggle-label-1-2-8 {
  font-weight: 500;
}

.c-toggle-1-2-9 .dropdown-options-1-2-9 {
  display: none;
}
.c-toggle-1-2-9 .dropdown-toggle-button-1-2-9 {
  display: none;
}
.c-toggle-1-2-9 .dropdown-toggle-button-1-2-9:checked ~ .dropdown-options-1-2-9 {
  display: block;
}
.c-toggle-1-2-9 .dropdown-toggle-button-1-2-9:checked ~ .dropdown-toggle-label-1-2-9 {
  font-weight: 500;
}

.c-toggle-1-2-10 .dropdown-options-1-2-10 {
  display: none;
}
.c-toggle-1-2-10 .dropdown-toggle-button-1-2-10 {
  display: none;
}
.c-toggle-1-2-10 .dropdown-toggle-button-1-2-10:checked ~ .dropdown-options-1-2-10 {
  display: block;
}
.c-toggle-1-2-10 .dropdown-toggle-button-1-2-10:checked ~ .dropdown-toggle-label-1-2-10 {
  font-weight: 500;
}

.c-toggle-1-3 .dropdown-options-1-3 {
  display: none;
}
.c-toggle-1-3 .dropdown-toggle-button-1-3 {
  display: none;
}
.c-toggle-1-3 .dropdown-toggle-button-1-3:checked ~ .dropdown-options-1-3 {
  display: block;
}
.c-toggle-1-3 .dropdown-toggle-button-1-3:checked ~ .dropdown-toggle-label-1-3 {
  font-weight: bold;
}
.c-toggle-1-3 .dropdown-toggle-button-1-3:checked ~ .dropdown-toggle-label-1-3 h3 {
  font-weight: bold;
}

.c-toggle-1-3-1 .dropdown-options-1-3-1 {
  display: none;
}
.c-toggle-1-3-1 .dropdown-toggle-button-1-3-1 {
  display: none;
}
.c-toggle-1-3-1 .dropdown-toggle-button-1-3-1:checked ~ .dropdown-options-1-3-1 {
  display: block;
}
.c-toggle-1-3-1 .dropdown-toggle-button-1-3-1:checked ~ .dropdown-toggle-label-1-3-1 {
  font-weight: 500;
}

.c-toggle-1-3-2 .dropdown-options-1-3-2 {
  display: none;
}
.c-toggle-1-3-2 .dropdown-toggle-button-1-3-2 {
  display: none;
}
.c-toggle-1-3-2 .dropdown-toggle-button-1-3-2:checked ~ .dropdown-options-1-3-2 {
  display: block;
}
.c-toggle-1-3-2 .dropdown-toggle-button-1-3-2:checked ~ .dropdown-toggle-label-1-3-2 {
  font-weight: 500;
}

.c-toggle-1-3-3 .dropdown-options-1-3-3 {
  display: none;
}
.c-toggle-1-3-3 .dropdown-toggle-button-1-3-3 {
  display: none;
}
.c-toggle-1-3-3 .dropdown-toggle-button-1-3-3:checked ~ .dropdown-options-1-3-3 {
  display: block;
}
.c-toggle-1-3-3 .dropdown-toggle-button-1-3-3:checked ~ .dropdown-toggle-label-1-3-3 {
  font-weight: 500;
}

.c-toggle-1-3-4 .dropdown-options-1-3-4 {
  display: none;
}
.c-toggle-1-3-4 .dropdown-toggle-button-1-3-4 {
  display: none;
}
.c-toggle-1-3-4 .dropdown-toggle-button-1-3-4:checked ~ .dropdown-options-1-3-4 {
  display: block;
}
.c-toggle-1-3-4 .dropdown-toggle-button-1-3-4:checked ~ .dropdown-toggle-label-1-3-4 {
  font-weight: 500;
}

.c-toggle-1-3-5 .dropdown-options-1-3-5 {
  display: none;
}
.c-toggle-1-3-5 .dropdown-toggle-button-1-3-5 {
  display: none;
}
.c-toggle-1-3-5 .dropdown-toggle-button-1-3-5:checked ~ .dropdown-options-1-3-5 {
  display: block;
}
.c-toggle-1-3-5 .dropdown-toggle-button-1-3-5:checked ~ .dropdown-toggle-label-1-3-5 {
  font-weight: 500;
}

.c-toggle-1-3-6 .dropdown-options-1-3-6 {
  display: none;
}
.c-toggle-1-3-6 .dropdown-toggle-button-1-3-6 {
  display: none;
}
.c-toggle-1-3-6 .dropdown-toggle-button-1-3-6:checked ~ .dropdown-options-1-3-6 {
  display: block;
}
.c-toggle-1-3-6 .dropdown-toggle-button-1-3-6:checked ~ .dropdown-toggle-label-1-3-6 {
  font-weight: 500;
}

.c-toggle-1-3-7 .dropdown-options-1-3-7 {
  display: none;
}
.c-toggle-1-3-7 .dropdown-toggle-button-1-3-7 {
  display: none;
}
.c-toggle-1-3-7 .dropdown-toggle-button-1-3-7:checked ~ .dropdown-options-1-3-7 {
  display: block;
}
.c-toggle-1-3-7 .dropdown-toggle-button-1-3-7:checked ~ .dropdown-toggle-label-1-3-7 {
  font-weight: 500;
}

.c-toggle-1-3-8 .dropdown-options-1-3-8 {
  display: none;
}
.c-toggle-1-3-8 .dropdown-toggle-button-1-3-8 {
  display: none;
}
.c-toggle-1-3-8 .dropdown-toggle-button-1-3-8:checked ~ .dropdown-options-1-3-8 {
  display: block;
}
.c-toggle-1-3-8 .dropdown-toggle-button-1-3-8:checked ~ .dropdown-toggle-label-1-3-8 {
  font-weight: 500;
}

.c-toggle-1-3-9 .dropdown-options-1-3-9 {
  display: none;
}
.c-toggle-1-3-9 .dropdown-toggle-button-1-3-9 {
  display: none;
}
.c-toggle-1-3-9 .dropdown-toggle-button-1-3-9:checked ~ .dropdown-options-1-3-9 {
  display: block;
}
.c-toggle-1-3-9 .dropdown-toggle-button-1-3-9:checked ~ .dropdown-toggle-label-1-3-9 {
  font-weight: 500;
}

.c-toggle-1-3-10 .dropdown-options-1-3-10 {
  display: none;
}
.c-toggle-1-3-10 .dropdown-toggle-button-1-3-10 {
  display: none;
}
.c-toggle-1-3-10 .dropdown-toggle-button-1-3-10:checked ~ .dropdown-options-1-3-10 {
  display: block;
}
.c-toggle-1-3-10 .dropdown-toggle-button-1-3-10:checked ~ .dropdown-toggle-label-1-3-10 {
  font-weight: 500;
}

.c-toggle-1-4 .dropdown-options-1-4 {
  display: none;
}
.c-toggle-1-4 .dropdown-toggle-button-1-4 {
  display: none;
}
.c-toggle-1-4 .dropdown-toggle-button-1-4:checked ~ .dropdown-options-1-4 {
  display: block;
}
.c-toggle-1-4 .dropdown-toggle-button-1-4:checked ~ .dropdown-toggle-label-1-4 {
  font-weight: bold;
}
.c-toggle-1-4 .dropdown-toggle-button-1-4:checked ~ .dropdown-toggle-label-1-4 h3 {
  font-weight: bold;
}

.c-toggle-1-4-1 .dropdown-options-1-4-1 {
  display: none;
}
.c-toggle-1-4-1 .dropdown-toggle-button-1-4-1 {
  display: none;
}
.c-toggle-1-4-1 .dropdown-toggle-button-1-4-1:checked ~ .dropdown-options-1-4-1 {
  display: block;
}
.c-toggle-1-4-1 .dropdown-toggle-button-1-4-1:checked ~ .dropdown-toggle-label-1-4-1 {
  font-weight: 500;
}

.c-toggle-1-4-2 .dropdown-options-1-4-2 {
  display: none;
}
.c-toggle-1-4-2 .dropdown-toggle-button-1-4-2 {
  display: none;
}
.c-toggle-1-4-2 .dropdown-toggle-button-1-4-2:checked ~ .dropdown-options-1-4-2 {
  display: block;
}
.c-toggle-1-4-2 .dropdown-toggle-button-1-4-2:checked ~ .dropdown-toggle-label-1-4-2 {
  font-weight: 500;
}

.c-toggle-1-4-3 .dropdown-options-1-4-3 {
  display: none;
}
.c-toggle-1-4-3 .dropdown-toggle-button-1-4-3 {
  display: none;
}
.c-toggle-1-4-3 .dropdown-toggle-button-1-4-3:checked ~ .dropdown-options-1-4-3 {
  display: block;
}
.c-toggle-1-4-3 .dropdown-toggle-button-1-4-3:checked ~ .dropdown-toggle-label-1-4-3 {
  font-weight: 500;
}

.c-toggle-1-4-4 .dropdown-options-1-4-4 {
  display: none;
}
.c-toggle-1-4-4 .dropdown-toggle-button-1-4-4 {
  display: none;
}
.c-toggle-1-4-4 .dropdown-toggle-button-1-4-4:checked ~ .dropdown-options-1-4-4 {
  display: block;
}
.c-toggle-1-4-4 .dropdown-toggle-button-1-4-4:checked ~ .dropdown-toggle-label-1-4-4 {
  font-weight: 500;
}

.c-toggle-1-4-5 .dropdown-options-1-4-5 {
  display: none;
}
.c-toggle-1-4-5 .dropdown-toggle-button-1-4-5 {
  display: none;
}
.c-toggle-1-4-5 .dropdown-toggle-button-1-4-5:checked ~ .dropdown-options-1-4-5 {
  display: block;
}
.c-toggle-1-4-5 .dropdown-toggle-button-1-4-5:checked ~ .dropdown-toggle-label-1-4-5 {
  font-weight: 500;
}

.c-toggle-1-4-6 .dropdown-options-1-4-6 {
  display: none;
}
.c-toggle-1-4-6 .dropdown-toggle-button-1-4-6 {
  display: none;
}
.c-toggle-1-4-6 .dropdown-toggle-button-1-4-6:checked ~ .dropdown-options-1-4-6 {
  display: block;
}
.c-toggle-1-4-6 .dropdown-toggle-button-1-4-6:checked ~ .dropdown-toggle-label-1-4-6 {
  font-weight: 500;
}

.c-toggle-1-4-7 .dropdown-options-1-4-7 {
  display: none;
}
.c-toggle-1-4-7 .dropdown-toggle-button-1-4-7 {
  display: none;
}
.c-toggle-1-4-7 .dropdown-toggle-button-1-4-7:checked ~ .dropdown-options-1-4-7 {
  display: block;
}
.c-toggle-1-4-7 .dropdown-toggle-button-1-4-7:checked ~ .dropdown-toggle-label-1-4-7 {
  font-weight: 500;
}

.c-toggle-1-4-8 .dropdown-options-1-4-8 {
  display: none;
}
.c-toggle-1-4-8 .dropdown-toggle-button-1-4-8 {
  display: none;
}
.c-toggle-1-4-8 .dropdown-toggle-button-1-4-8:checked ~ .dropdown-options-1-4-8 {
  display: block;
}
.c-toggle-1-4-8 .dropdown-toggle-button-1-4-8:checked ~ .dropdown-toggle-label-1-4-8 {
  font-weight: 500;
}

.c-toggle-1-4-9 .dropdown-options-1-4-9 {
  display: none;
}
.c-toggle-1-4-9 .dropdown-toggle-button-1-4-9 {
  display: none;
}
.c-toggle-1-4-9 .dropdown-toggle-button-1-4-9:checked ~ .dropdown-options-1-4-9 {
  display: block;
}
.c-toggle-1-4-9 .dropdown-toggle-button-1-4-9:checked ~ .dropdown-toggle-label-1-4-9 {
  font-weight: 500;
}

.c-toggle-1-4-10 .dropdown-options-1-4-10 {
  display: none;
}
.c-toggle-1-4-10 .dropdown-toggle-button-1-4-10 {
  display: none;
}
.c-toggle-1-4-10 .dropdown-toggle-button-1-4-10:checked ~ .dropdown-options-1-4-10 {
  display: block;
}
.c-toggle-1-4-10 .dropdown-toggle-button-1-4-10:checked ~ .dropdown-toggle-label-1-4-10 {
  font-weight: 500;
}

.c-toggle-1-5 .dropdown-options-1-5 {
  display: none;
}
.c-toggle-1-5 .dropdown-toggle-button-1-5 {
  display: none;
}
.c-toggle-1-5 .dropdown-toggle-button-1-5:checked ~ .dropdown-options-1-5 {
  display: block;
}
.c-toggle-1-5 .dropdown-toggle-button-1-5:checked ~ .dropdown-toggle-label-1-5 {
  font-weight: bold;
}
.c-toggle-1-5 .dropdown-toggle-button-1-5:checked ~ .dropdown-toggle-label-1-5 h3 {
  font-weight: bold;
}

.c-toggle-1-5-1 .dropdown-options-1-5-1 {
  display: none;
}
.c-toggle-1-5-1 .dropdown-toggle-button-1-5-1 {
  display: none;
}
.c-toggle-1-5-1 .dropdown-toggle-button-1-5-1:checked ~ .dropdown-options-1-5-1 {
  display: block;
}
.c-toggle-1-5-1 .dropdown-toggle-button-1-5-1:checked ~ .dropdown-toggle-label-1-5-1 {
  font-weight: 500;
}

.c-toggle-1-5-2 .dropdown-options-1-5-2 {
  display: none;
}
.c-toggle-1-5-2 .dropdown-toggle-button-1-5-2 {
  display: none;
}
.c-toggle-1-5-2 .dropdown-toggle-button-1-5-2:checked ~ .dropdown-options-1-5-2 {
  display: block;
}
.c-toggle-1-5-2 .dropdown-toggle-button-1-5-2:checked ~ .dropdown-toggle-label-1-5-2 {
  font-weight: 500;
}

.c-toggle-1-5-3 .dropdown-options-1-5-3 {
  display: none;
}
.c-toggle-1-5-3 .dropdown-toggle-button-1-5-3 {
  display: none;
}
.c-toggle-1-5-3 .dropdown-toggle-button-1-5-3:checked ~ .dropdown-options-1-5-3 {
  display: block;
}
.c-toggle-1-5-3 .dropdown-toggle-button-1-5-3:checked ~ .dropdown-toggle-label-1-5-3 {
  font-weight: 500;
}

.c-toggle-1-5-4 .dropdown-options-1-5-4 {
  display: none;
}
.c-toggle-1-5-4 .dropdown-toggle-button-1-5-4 {
  display: none;
}
.c-toggle-1-5-4 .dropdown-toggle-button-1-5-4:checked ~ .dropdown-options-1-5-4 {
  display: block;
}
.c-toggle-1-5-4 .dropdown-toggle-button-1-5-4:checked ~ .dropdown-toggle-label-1-5-4 {
  font-weight: 500;
}

.c-toggle-1-5-5 .dropdown-options-1-5-5 {
  display: none;
}
.c-toggle-1-5-5 .dropdown-toggle-button-1-5-5 {
  display: none;
}
.c-toggle-1-5-5 .dropdown-toggle-button-1-5-5:checked ~ .dropdown-options-1-5-5 {
  display: block;
}
.c-toggle-1-5-5 .dropdown-toggle-button-1-5-5:checked ~ .dropdown-toggle-label-1-5-5 {
  font-weight: 500;
}

.c-toggle-1-5-6 .dropdown-options-1-5-6 {
  display: none;
}
.c-toggle-1-5-6 .dropdown-toggle-button-1-5-6 {
  display: none;
}
.c-toggle-1-5-6 .dropdown-toggle-button-1-5-6:checked ~ .dropdown-options-1-5-6 {
  display: block;
}
.c-toggle-1-5-6 .dropdown-toggle-button-1-5-6:checked ~ .dropdown-toggle-label-1-5-6 {
  font-weight: 500;
}

.c-toggle-1-5-7 .dropdown-options-1-5-7 {
  display: none;
}
.c-toggle-1-5-7 .dropdown-toggle-button-1-5-7 {
  display: none;
}
.c-toggle-1-5-7 .dropdown-toggle-button-1-5-7:checked ~ .dropdown-options-1-5-7 {
  display: block;
}
.c-toggle-1-5-7 .dropdown-toggle-button-1-5-7:checked ~ .dropdown-toggle-label-1-5-7 {
  font-weight: 500;
}

.c-toggle-1-5-8 .dropdown-options-1-5-8 {
  display: none;
}
.c-toggle-1-5-8 .dropdown-toggle-button-1-5-8 {
  display: none;
}
.c-toggle-1-5-8 .dropdown-toggle-button-1-5-8:checked ~ .dropdown-options-1-5-8 {
  display: block;
}
.c-toggle-1-5-8 .dropdown-toggle-button-1-5-8:checked ~ .dropdown-toggle-label-1-5-8 {
  font-weight: 500;
}

.c-toggle-1-5-9 .dropdown-options-1-5-9 {
  display: none;
}
.c-toggle-1-5-9 .dropdown-toggle-button-1-5-9 {
  display: none;
}
.c-toggle-1-5-9 .dropdown-toggle-button-1-5-9:checked ~ .dropdown-options-1-5-9 {
  display: block;
}
.c-toggle-1-5-9 .dropdown-toggle-button-1-5-9:checked ~ .dropdown-toggle-label-1-5-9 {
  font-weight: 500;
}

.c-toggle-1-5-10 .dropdown-options-1-5-10 {
  display: none;
}
.c-toggle-1-5-10 .dropdown-toggle-button-1-5-10 {
  display: none;
}
.c-toggle-1-5-10 .dropdown-toggle-button-1-5-10:checked ~ .dropdown-options-1-5-10 {
  display: block;
}
.c-toggle-1-5-10 .dropdown-toggle-button-1-5-10:checked ~ .dropdown-toggle-label-1-5-10 {
  font-weight: 500;
}

.c-toggle-1-6 .dropdown-options-1-6 {
  display: none;
}
.c-toggle-1-6 .dropdown-toggle-button-1-6 {
  display: none;
}
.c-toggle-1-6 .dropdown-toggle-button-1-6:checked ~ .dropdown-options-1-6 {
  display: block;
}
.c-toggle-1-6 .dropdown-toggle-button-1-6:checked ~ .dropdown-toggle-label-1-6 {
  font-weight: bold;
}
.c-toggle-1-6 .dropdown-toggle-button-1-6:checked ~ .dropdown-toggle-label-1-6 h3 {
  font-weight: bold;
}

.c-toggle-1-6-1 .dropdown-options-1-6-1 {
  display: none;
}
.c-toggle-1-6-1 .dropdown-toggle-button-1-6-1 {
  display: none;
}
.c-toggle-1-6-1 .dropdown-toggle-button-1-6-1:checked ~ .dropdown-options-1-6-1 {
  display: block;
}
.c-toggle-1-6-1 .dropdown-toggle-button-1-6-1:checked ~ .dropdown-toggle-label-1-6-1 {
  font-weight: 500;
}

.c-toggle-1-6-2 .dropdown-options-1-6-2 {
  display: none;
}
.c-toggle-1-6-2 .dropdown-toggle-button-1-6-2 {
  display: none;
}
.c-toggle-1-6-2 .dropdown-toggle-button-1-6-2:checked ~ .dropdown-options-1-6-2 {
  display: block;
}
.c-toggle-1-6-2 .dropdown-toggle-button-1-6-2:checked ~ .dropdown-toggle-label-1-6-2 {
  font-weight: 500;
}

.c-toggle-1-6-3 .dropdown-options-1-6-3 {
  display: none;
}
.c-toggle-1-6-3 .dropdown-toggle-button-1-6-3 {
  display: none;
}
.c-toggle-1-6-3 .dropdown-toggle-button-1-6-3:checked ~ .dropdown-options-1-6-3 {
  display: block;
}
.c-toggle-1-6-3 .dropdown-toggle-button-1-6-3:checked ~ .dropdown-toggle-label-1-6-3 {
  font-weight: 500;
}

.c-toggle-1-6-4 .dropdown-options-1-6-4 {
  display: none;
}
.c-toggle-1-6-4 .dropdown-toggle-button-1-6-4 {
  display: none;
}
.c-toggle-1-6-4 .dropdown-toggle-button-1-6-4:checked ~ .dropdown-options-1-6-4 {
  display: block;
}
.c-toggle-1-6-4 .dropdown-toggle-button-1-6-4:checked ~ .dropdown-toggle-label-1-6-4 {
  font-weight: 500;
}

.c-toggle-1-6-5 .dropdown-options-1-6-5 {
  display: none;
}
.c-toggle-1-6-5 .dropdown-toggle-button-1-6-5 {
  display: none;
}
.c-toggle-1-6-5 .dropdown-toggle-button-1-6-5:checked ~ .dropdown-options-1-6-5 {
  display: block;
}
.c-toggle-1-6-5 .dropdown-toggle-button-1-6-5:checked ~ .dropdown-toggle-label-1-6-5 {
  font-weight: 500;
}

.c-toggle-1-6-6 .dropdown-options-1-6-6 {
  display: none;
}
.c-toggle-1-6-6 .dropdown-toggle-button-1-6-6 {
  display: none;
}
.c-toggle-1-6-6 .dropdown-toggle-button-1-6-6:checked ~ .dropdown-options-1-6-6 {
  display: block;
}
.c-toggle-1-6-6 .dropdown-toggle-button-1-6-6:checked ~ .dropdown-toggle-label-1-6-6 {
  font-weight: 500;
}

.c-toggle-1-6-7 .dropdown-options-1-6-7 {
  display: none;
}
.c-toggle-1-6-7 .dropdown-toggle-button-1-6-7 {
  display: none;
}
.c-toggle-1-6-7 .dropdown-toggle-button-1-6-7:checked ~ .dropdown-options-1-6-7 {
  display: block;
}
.c-toggle-1-6-7 .dropdown-toggle-button-1-6-7:checked ~ .dropdown-toggle-label-1-6-7 {
  font-weight: 500;
}

.c-toggle-1-6-8 .dropdown-options-1-6-8 {
  display: none;
}
.c-toggle-1-6-8 .dropdown-toggle-button-1-6-8 {
  display: none;
}
.c-toggle-1-6-8 .dropdown-toggle-button-1-6-8:checked ~ .dropdown-options-1-6-8 {
  display: block;
}
.c-toggle-1-6-8 .dropdown-toggle-button-1-6-8:checked ~ .dropdown-toggle-label-1-6-8 {
  font-weight: 500;
}

.c-toggle-1-6-9 .dropdown-options-1-6-9 {
  display: none;
}
.c-toggle-1-6-9 .dropdown-toggle-button-1-6-9 {
  display: none;
}
.c-toggle-1-6-9 .dropdown-toggle-button-1-6-9:checked ~ .dropdown-options-1-6-9 {
  display: block;
}
.c-toggle-1-6-9 .dropdown-toggle-button-1-6-9:checked ~ .dropdown-toggle-label-1-6-9 {
  font-weight: 500;
}

.c-toggle-1-6-10 .dropdown-options-1-6-10 {
  display: none;
}
.c-toggle-1-6-10 .dropdown-toggle-button-1-6-10 {
  display: none;
}
.c-toggle-1-6-10 .dropdown-toggle-button-1-6-10:checked ~ .dropdown-options-1-6-10 {
  display: block;
}
.c-toggle-1-6-10 .dropdown-toggle-button-1-6-10:checked ~ .dropdown-toggle-label-1-6-10 {
  font-weight: 500;
}

.c-toggle-1-7 .dropdown-options-1-7 {
  display: none;
}
.c-toggle-1-7 .dropdown-toggle-button-1-7 {
  display: none;
}
.c-toggle-1-7 .dropdown-toggle-button-1-7:checked ~ .dropdown-options-1-7 {
  display: block;
}
.c-toggle-1-7 .dropdown-toggle-button-1-7:checked ~ .dropdown-toggle-label-1-7 {
  font-weight: bold;
}
.c-toggle-1-7 .dropdown-toggle-button-1-7:checked ~ .dropdown-toggle-label-1-7 h3 {
  font-weight: bold;
}

.c-toggle-1-7-1 .dropdown-options-1-7-1 {
  display: none;
}
.c-toggle-1-7-1 .dropdown-toggle-button-1-7-1 {
  display: none;
}
.c-toggle-1-7-1 .dropdown-toggle-button-1-7-1:checked ~ .dropdown-options-1-7-1 {
  display: block;
}
.c-toggle-1-7-1 .dropdown-toggle-button-1-7-1:checked ~ .dropdown-toggle-label-1-7-1 {
  font-weight: 500;
}

.c-toggle-1-7-2 .dropdown-options-1-7-2 {
  display: none;
}
.c-toggle-1-7-2 .dropdown-toggle-button-1-7-2 {
  display: none;
}
.c-toggle-1-7-2 .dropdown-toggle-button-1-7-2:checked ~ .dropdown-options-1-7-2 {
  display: block;
}
.c-toggle-1-7-2 .dropdown-toggle-button-1-7-2:checked ~ .dropdown-toggle-label-1-7-2 {
  font-weight: 500;
}

.c-toggle-1-7-3 .dropdown-options-1-7-3 {
  display: none;
}
.c-toggle-1-7-3 .dropdown-toggle-button-1-7-3 {
  display: none;
}
.c-toggle-1-7-3 .dropdown-toggle-button-1-7-3:checked ~ .dropdown-options-1-7-3 {
  display: block;
}
.c-toggle-1-7-3 .dropdown-toggle-button-1-7-3:checked ~ .dropdown-toggle-label-1-7-3 {
  font-weight: 500;
}

.c-toggle-1-7-4 .dropdown-options-1-7-4 {
  display: none;
}
.c-toggle-1-7-4 .dropdown-toggle-button-1-7-4 {
  display: none;
}
.c-toggle-1-7-4 .dropdown-toggle-button-1-7-4:checked ~ .dropdown-options-1-7-4 {
  display: block;
}
.c-toggle-1-7-4 .dropdown-toggle-button-1-7-4:checked ~ .dropdown-toggle-label-1-7-4 {
  font-weight: 500;
}

.c-toggle-1-7-5 .dropdown-options-1-7-5 {
  display: none;
}
.c-toggle-1-7-5 .dropdown-toggle-button-1-7-5 {
  display: none;
}
.c-toggle-1-7-5 .dropdown-toggle-button-1-7-5:checked ~ .dropdown-options-1-7-5 {
  display: block;
}
.c-toggle-1-7-5 .dropdown-toggle-button-1-7-5:checked ~ .dropdown-toggle-label-1-7-5 {
  font-weight: 500;
}

.c-toggle-1-7-6 .dropdown-options-1-7-6 {
  display: none;
}
.c-toggle-1-7-6 .dropdown-toggle-button-1-7-6 {
  display: none;
}
.c-toggle-1-7-6 .dropdown-toggle-button-1-7-6:checked ~ .dropdown-options-1-7-6 {
  display: block;
}
.c-toggle-1-7-6 .dropdown-toggle-button-1-7-6:checked ~ .dropdown-toggle-label-1-7-6 {
  font-weight: 500;
}

.c-toggle-1-7-7 .dropdown-options-1-7-7 {
  display: none;
}
.c-toggle-1-7-7 .dropdown-toggle-button-1-7-7 {
  display: none;
}
.c-toggle-1-7-7 .dropdown-toggle-button-1-7-7:checked ~ .dropdown-options-1-7-7 {
  display: block;
}
.c-toggle-1-7-7 .dropdown-toggle-button-1-7-7:checked ~ .dropdown-toggle-label-1-7-7 {
  font-weight: 500;
}

.c-toggle-1-7-8 .dropdown-options-1-7-8 {
  display: none;
}
.c-toggle-1-7-8 .dropdown-toggle-button-1-7-8 {
  display: none;
}
.c-toggle-1-7-8 .dropdown-toggle-button-1-7-8:checked ~ .dropdown-options-1-7-8 {
  display: block;
}
.c-toggle-1-7-8 .dropdown-toggle-button-1-7-8:checked ~ .dropdown-toggle-label-1-7-8 {
  font-weight: 500;
}

.c-toggle-1-7-9 .dropdown-options-1-7-9 {
  display: none;
}
.c-toggle-1-7-9 .dropdown-toggle-button-1-7-9 {
  display: none;
}
.c-toggle-1-7-9 .dropdown-toggle-button-1-7-9:checked ~ .dropdown-options-1-7-9 {
  display: block;
}
.c-toggle-1-7-9 .dropdown-toggle-button-1-7-9:checked ~ .dropdown-toggle-label-1-7-9 {
  font-weight: 500;
}

.c-toggle-1-7-10 .dropdown-options-1-7-10 {
  display: none;
}
.c-toggle-1-7-10 .dropdown-toggle-button-1-7-10 {
  display: none;
}
.c-toggle-1-7-10 .dropdown-toggle-button-1-7-10:checked ~ .dropdown-options-1-7-10 {
  display: block;
}
.c-toggle-1-7-10 .dropdown-toggle-button-1-7-10:checked ~ .dropdown-toggle-label-1-7-10 {
  font-weight: 500;
}

.c-toggle-1-8 .dropdown-options-1-8 {
  display: none;
}
.c-toggle-1-8 .dropdown-toggle-button-1-8 {
  display: none;
}
.c-toggle-1-8 .dropdown-toggle-button-1-8:checked ~ .dropdown-options-1-8 {
  display: block;
}
.c-toggle-1-8 .dropdown-toggle-button-1-8:checked ~ .dropdown-toggle-label-1-8 {
  font-weight: bold;
}
.c-toggle-1-8 .dropdown-toggle-button-1-8:checked ~ .dropdown-toggle-label-1-8 h3 {
  font-weight: bold;
}

.c-toggle-1-8-1 .dropdown-options-1-8-1 {
  display: none;
}
.c-toggle-1-8-1 .dropdown-toggle-button-1-8-1 {
  display: none;
}
.c-toggle-1-8-1 .dropdown-toggle-button-1-8-1:checked ~ .dropdown-options-1-8-1 {
  display: block;
}
.c-toggle-1-8-1 .dropdown-toggle-button-1-8-1:checked ~ .dropdown-toggle-label-1-8-1 {
  font-weight: 500;
}

.c-toggle-1-8-2 .dropdown-options-1-8-2 {
  display: none;
}
.c-toggle-1-8-2 .dropdown-toggle-button-1-8-2 {
  display: none;
}
.c-toggle-1-8-2 .dropdown-toggle-button-1-8-2:checked ~ .dropdown-options-1-8-2 {
  display: block;
}
.c-toggle-1-8-2 .dropdown-toggle-button-1-8-2:checked ~ .dropdown-toggle-label-1-8-2 {
  font-weight: 500;
}

.c-toggle-1-8-3 .dropdown-options-1-8-3 {
  display: none;
}
.c-toggle-1-8-3 .dropdown-toggle-button-1-8-3 {
  display: none;
}
.c-toggle-1-8-3 .dropdown-toggle-button-1-8-3:checked ~ .dropdown-options-1-8-3 {
  display: block;
}
.c-toggle-1-8-3 .dropdown-toggle-button-1-8-3:checked ~ .dropdown-toggle-label-1-8-3 {
  font-weight: 500;
}

.c-toggle-1-8-4 .dropdown-options-1-8-4 {
  display: none;
}
.c-toggle-1-8-4 .dropdown-toggle-button-1-8-4 {
  display: none;
}
.c-toggle-1-8-4 .dropdown-toggle-button-1-8-4:checked ~ .dropdown-options-1-8-4 {
  display: block;
}
.c-toggle-1-8-4 .dropdown-toggle-button-1-8-4:checked ~ .dropdown-toggle-label-1-8-4 {
  font-weight: 500;
}

.c-toggle-1-8-5 .dropdown-options-1-8-5 {
  display: none;
}
.c-toggle-1-8-5 .dropdown-toggle-button-1-8-5 {
  display: none;
}
.c-toggle-1-8-5 .dropdown-toggle-button-1-8-5:checked ~ .dropdown-options-1-8-5 {
  display: block;
}
.c-toggle-1-8-5 .dropdown-toggle-button-1-8-5:checked ~ .dropdown-toggle-label-1-8-5 {
  font-weight: 500;
}

.c-toggle-1-8-6 .dropdown-options-1-8-6 {
  display: none;
}
.c-toggle-1-8-6 .dropdown-toggle-button-1-8-6 {
  display: none;
}
.c-toggle-1-8-6 .dropdown-toggle-button-1-8-6:checked ~ .dropdown-options-1-8-6 {
  display: block;
}
.c-toggle-1-8-6 .dropdown-toggle-button-1-8-6:checked ~ .dropdown-toggle-label-1-8-6 {
  font-weight: 500;
}

.c-toggle-1-8-7 .dropdown-options-1-8-7 {
  display: none;
}
.c-toggle-1-8-7 .dropdown-toggle-button-1-8-7 {
  display: none;
}
.c-toggle-1-8-7 .dropdown-toggle-button-1-8-7:checked ~ .dropdown-options-1-8-7 {
  display: block;
}
.c-toggle-1-8-7 .dropdown-toggle-button-1-8-7:checked ~ .dropdown-toggle-label-1-8-7 {
  font-weight: 500;
}

.c-toggle-1-8-8 .dropdown-options-1-8-8 {
  display: none;
}
.c-toggle-1-8-8 .dropdown-toggle-button-1-8-8 {
  display: none;
}
.c-toggle-1-8-8 .dropdown-toggle-button-1-8-8:checked ~ .dropdown-options-1-8-8 {
  display: block;
}
.c-toggle-1-8-8 .dropdown-toggle-button-1-8-8:checked ~ .dropdown-toggle-label-1-8-8 {
  font-weight: 500;
}

.c-toggle-1-8-9 .dropdown-options-1-8-9 {
  display: none;
}
.c-toggle-1-8-9 .dropdown-toggle-button-1-8-9 {
  display: none;
}
.c-toggle-1-8-9 .dropdown-toggle-button-1-8-9:checked ~ .dropdown-options-1-8-9 {
  display: block;
}
.c-toggle-1-8-9 .dropdown-toggle-button-1-8-9:checked ~ .dropdown-toggle-label-1-8-9 {
  font-weight: 500;
}

.c-toggle-1-8-10 .dropdown-options-1-8-10 {
  display: none;
}
.c-toggle-1-8-10 .dropdown-toggle-button-1-8-10 {
  display: none;
}
.c-toggle-1-8-10 .dropdown-toggle-button-1-8-10:checked ~ .dropdown-options-1-8-10 {
  display: block;
}
.c-toggle-1-8-10 .dropdown-toggle-button-1-8-10:checked ~ .dropdown-toggle-label-1-8-10 {
  font-weight: 500;
}

.c-toggle-1-9 .dropdown-options-1-9 {
  display: none;
}
.c-toggle-1-9 .dropdown-toggle-button-1-9 {
  display: none;
}
.c-toggle-1-9 .dropdown-toggle-button-1-9:checked ~ .dropdown-options-1-9 {
  display: block;
}
.c-toggle-1-9 .dropdown-toggle-button-1-9:checked ~ .dropdown-toggle-label-1-9 {
  font-weight: bold;
}
.c-toggle-1-9 .dropdown-toggle-button-1-9:checked ~ .dropdown-toggle-label-1-9 h3 {
  font-weight: bold;
}

.c-toggle-1-9-1 .dropdown-options-1-9-1 {
  display: none;
}
.c-toggle-1-9-1 .dropdown-toggle-button-1-9-1 {
  display: none;
}
.c-toggle-1-9-1 .dropdown-toggle-button-1-9-1:checked ~ .dropdown-options-1-9-1 {
  display: block;
}
.c-toggle-1-9-1 .dropdown-toggle-button-1-9-1:checked ~ .dropdown-toggle-label-1-9-1 {
  font-weight: 500;
}

.c-toggle-1-9-2 .dropdown-options-1-9-2 {
  display: none;
}
.c-toggle-1-9-2 .dropdown-toggle-button-1-9-2 {
  display: none;
}
.c-toggle-1-9-2 .dropdown-toggle-button-1-9-2:checked ~ .dropdown-options-1-9-2 {
  display: block;
}
.c-toggle-1-9-2 .dropdown-toggle-button-1-9-2:checked ~ .dropdown-toggle-label-1-9-2 {
  font-weight: 500;
}

.c-toggle-1-9-3 .dropdown-options-1-9-3 {
  display: none;
}
.c-toggle-1-9-3 .dropdown-toggle-button-1-9-3 {
  display: none;
}
.c-toggle-1-9-3 .dropdown-toggle-button-1-9-3:checked ~ .dropdown-options-1-9-3 {
  display: block;
}
.c-toggle-1-9-3 .dropdown-toggle-button-1-9-3:checked ~ .dropdown-toggle-label-1-9-3 {
  font-weight: 500;
}

.c-toggle-1-9-4 .dropdown-options-1-9-4 {
  display: none;
}
.c-toggle-1-9-4 .dropdown-toggle-button-1-9-4 {
  display: none;
}
.c-toggle-1-9-4 .dropdown-toggle-button-1-9-4:checked ~ .dropdown-options-1-9-4 {
  display: block;
}
.c-toggle-1-9-4 .dropdown-toggle-button-1-9-4:checked ~ .dropdown-toggle-label-1-9-4 {
  font-weight: 500;
}

.c-toggle-1-9-5 .dropdown-options-1-9-5 {
  display: none;
}
.c-toggle-1-9-5 .dropdown-toggle-button-1-9-5 {
  display: none;
}
.c-toggle-1-9-5 .dropdown-toggle-button-1-9-5:checked ~ .dropdown-options-1-9-5 {
  display: block;
}
.c-toggle-1-9-5 .dropdown-toggle-button-1-9-5:checked ~ .dropdown-toggle-label-1-9-5 {
  font-weight: 500;
}

.c-toggle-1-9-6 .dropdown-options-1-9-6 {
  display: none;
}
.c-toggle-1-9-6 .dropdown-toggle-button-1-9-6 {
  display: none;
}
.c-toggle-1-9-6 .dropdown-toggle-button-1-9-6:checked ~ .dropdown-options-1-9-6 {
  display: block;
}
.c-toggle-1-9-6 .dropdown-toggle-button-1-9-6:checked ~ .dropdown-toggle-label-1-9-6 {
  font-weight: 500;
}

.c-toggle-1-9-7 .dropdown-options-1-9-7 {
  display: none;
}
.c-toggle-1-9-7 .dropdown-toggle-button-1-9-7 {
  display: none;
}
.c-toggle-1-9-7 .dropdown-toggle-button-1-9-7:checked ~ .dropdown-options-1-9-7 {
  display: block;
}
.c-toggle-1-9-7 .dropdown-toggle-button-1-9-7:checked ~ .dropdown-toggle-label-1-9-7 {
  font-weight: 500;
}

.c-toggle-1-9-8 .dropdown-options-1-9-8 {
  display: none;
}
.c-toggle-1-9-8 .dropdown-toggle-button-1-9-8 {
  display: none;
}
.c-toggle-1-9-8 .dropdown-toggle-button-1-9-8:checked ~ .dropdown-options-1-9-8 {
  display: block;
}
.c-toggle-1-9-8 .dropdown-toggle-button-1-9-8:checked ~ .dropdown-toggle-label-1-9-8 {
  font-weight: 500;
}

.c-toggle-1-9-9 .dropdown-options-1-9-9 {
  display: none;
}
.c-toggle-1-9-9 .dropdown-toggle-button-1-9-9 {
  display: none;
}
.c-toggle-1-9-9 .dropdown-toggle-button-1-9-9:checked ~ .dropdown-options-1-9-9 {
  display: block;
}
.c-toggle-1-9-9 .dropdown-toggle-button-1-9-9:checked ~ .dropdown-toggle-label-1-9-9 {
  font-weight: 500;
}

.c-toggle-1-9-10 .dropdown-options-1-9-10 {
  display: none;
}
.c-toggle-1-9-10 .dropdown-toggle-button-1-9-10 {
  display: none;
}
.c-toggle-1-9-10 .dropdown-toggle-button-1-9-10:checked ~ .dropdown-options-1-9-10 {
  display: block;
}
.c-toggle-1-9-10 .dropdown-toggle-button-1-9-10:checked ~ .dropdown-toggle-label-1-9-10 {
  font-weight: 500;
}

.c-toggle-1-10 .dropdown-options-1-10 {
  display: none;
}
.c-toggle-1-10 .dropdown-toggle-button-1-10 {
  display: none;
}
.c-toggle-1-10 .dropdown-toggle-button-1-10:checked ~ .dropdown-options-1-10 {
  display: block;
}
.c-toggle-1-10 .dropdown-toggle-button-1-10:checked ~ .dropdown-toggle-label-1-10 {
  font-weight: bold;
}
.c-toggle-1-10 .dropdown-toggle-button-1-10:checked ~ .dropdown-toggle-label-1-10 h3 {
  font-weight: bold;
}

.c-toggle-1-10-1 .dropdown-options-1-10-1 {
  display: none;
}
.c-toggle-1-10-1 .dropdown-toggle-button-1-10-1 {
  display: none;
}
.c-toggle-1-10-1 .dropdown-toggle-button-1-10-1:checked ~ .dropdown-options-1-10-1 {
  display: block;
}
.c-toggle-1-10-1 .dropdown-toggle-button-1-10-1:checked ~ .dropdown-toggle-label-1-10-1 {
  font-weight: 500;
}

.c-toggle-1-10-2 .dropdown-options-1-10-2 {
  display: none;
}
.c-toggle-1-10-2 .dropdown-toggle-button-1-10-2 {
  display: none;
}
.c-toggle-1-10-2 .dropdown-toggle-button-1-10-2:checked ~ .dropdown-options-1-10-2 {
  display: block;
}
.c-toggle-1-10-2 .dropdown-toggle-button-1-10-2:checked ~ .dropdown-toggle-label-1-10-2 {
  font-weight: 500;
}

.c-toggle-1-10-3 .dropdown-options-1-10-3 {
  display: none;
}
.c-toggle-1-10-3 .dropdown-toggle-button-1-10-3 {
  display: none;
}
.c-toggle-1-10-3 .dropdown-toggle-button-1-10-3:checked ~ .dropdown-options-1-10-3 {
  display: block;
}
.c-toggle-1-10-3 .dropdown-toggle-button-1-10-3:checked ~ .dropdown-toggle-label-1-10-3 {
  font-weight: 500;
}

.c-toggle-1-10-4 .dropdown-options-1-10-4 {
  display: none;
}
.c-toggle-1-10-4 .dropdown-toggle-button-1-10-4 {
  display: none;
}
.c-toggle-1-10-4 .dropdown-toggle-button-1-10-4:checked ~ .dropdown-options-1-10-4 {
  display: block;
}
.c-toggle-1-10-4 .dropdown-toggle-button-1-10-4:checked ~ .dropdown-toggle-label-1-10-4 {
  font-weight: 500;
}

.c-toggle-1-10-5 .dropdown-options-1-10-5 {
  display: none;
}
.c-toggle-1-10-5 .dropdown-toggle-button-1-10-5 {
  display: none;
}
.c-toggle-1-10-5 .dropdown-toggle-button-1-10-5:checked ~ .dropdown-options-1-10-5 {
  display: block;
}
.c-toggle-1-10-5 .dropdown-toggle-button-1-10-5:checked ~ .dropdown-toggle-label-1-10-5 {
  font-weight: 500;
}

.c-toggle-1-10-6 .dropdown-options-1-10-6 {
  display: none;
}
.c-toggle-1-10-6 .dropdown-toggle-button-1-10-6 {
  display: none;
}
.c-toggle-1-10-6 .dropdown-toggle-button-1-10-6:checked ~ .dropdown-options-1-10-6 {
  display: block;
}
.c-toggle-1-10-6 .dropdown-toggle-button-1-10-6:checked ~ .dropdown-toggle-label-1-10-6 {
  font-weight: 500;
}

.c-toggle-1-10-7 .dropdown-options-1-10-7 {
  display: none;
}
.c-toggle-1-10-7 .dropdown-toggle-button-1-10-7 {
  display: none;
}
.c-toggle-1-10-7 .dropdown-toggle-button-1-10-7:checked ~ .dropdown-options-1-10-7 {
  display: block;
}
.c-toggle-1-10-7 .dropdown-toggle-button-1-10-7:checked ~ .dropdown-toggle-label-1-10-7 {
  font-weight: 500;
}

.c-toggle-1-10-8 .dropdown-options-1-10-8 {
  display: none;
}
.c-toggle-1-10-8 .dropdown-toggle-button-1-10-8 {
  display: none;
}
.c-toggle-1-10-8 .dropdown-toggle-button-1-10-8:checked ~ .dropdown-options-1-10-8 {
  display: block;
}
.c-toggle-1-10-8 .dropdown-toggle-button-1-10-8:checked ~ .dropdown-toggle-label-1-10-8 {
  font-weight: 500;
}

.c-toggle-1-10-9 .dropdown-options-1-10-9 {
  display: none;
}
.c-toggle-1-10-9 .dropdown-toggle-button-1-10-9 {
  display: none;
}
.c-toggle-1-10-9 .dropdown-toggle-button-1-10-9:checked ~ .dropdown-options-1-10-9 {
  display: block;
}
.c-toggle-1-10-9 .dropdown-toggle-button-1-10-9:checked ~ .dropdown-toggle-label-1-10-9 {
  font-weight: 500;
}

.c-toggle-1-10-10 .dropdown-options-1-10-10 {
  display: none;
}
.c-toggle-1-10-10 .dropdown-toggle-button-1-10-10 {
  display: none;
}
.c-toggle-1-10-10 .dropdown-toggle-button-1-10-10:checked ~ .dropdown-options-1-10-10 {
  display: block;
}
.c-toggle-1-10-10 .dropdown-toggle-button-1-10-10:checked ~ .dropdown-toggle-label-1-10-10 {
  font-weight: 500;
}

.c-toggle-2-1 .dropdown-options-2-1 {
  display: none;
}
.c-toggle-2-1 .dropdown-toggle-button-2-1 {
  display: none;
}
.c-toggle-2-1 .dropdown-toggle-button-2-1:checked ~ .dropdown-options-2-1 {
  display: block;
}
.c-toggle-2-1 .dropdown-toggle-button-2-1:checked ~ .dropdown-toggle-label-2-1 {
  font-weight: bold;
}
.c-toggle-2-1 .dropdown-toggle-button-2-1:checked ~ .dropdown-toggle-label-2-1 h3 {
  font-weight: bold;
}

.c-toggle-2-1-1 .dropdown-options-2-1-1 {
  display: none;
}
.c-toggle-2-1-1 .dropdown-toggle-button-2-1-1 {
  display: none;
}
.c-toggle-2-1-1 .dropdown-toggle-button-2-1-1:checked ~ .dropdown-options-2-1-1 {
  display: block;
}
.c-toggle-2-1-1 .dropdown-toggle-button-2-1-1:checked ~ .dropdown-toggle-label-2-1-1 {
  font-weight: 500;
}

.c-toggle-2-1-2 .dropdown-options-2-1-2 {
  display: none;
}
.c-toggle-2-1-2 .dropdown-toggle-button-2-1-2 {
  display: none;
}
.c-toggle-2-1-2 .dropdown-toggle-button-2-1-2:checked ~ .dropdown-options-2-1-2 {
  display: block;
}
.c-toggle-2-1-2 .dropdown-toggle-button-2-1-2:checked ~ .dropdown-toggle-label-2-1-2 {
  font-weight: 500;
}

.c-toggle-2-1-3 .dropdown-options-2-1-3 {
  display: none;
}
.c-toggle-2-1-3 .dropdown-toggle-button-2-1-3 {
  display: none;
}
.c-toggle-2-1-3 .dropdown-toggle-button-2-1-3:checked ~ .dropdown-options-2-1-3 {
  display: block;
}
.c-toggle-2-1-3 .dropdown-toggle-button-2-1-3:checked ~ .dropdown-toggle-label-2-1-3 {
  font-weight: 500;
}

.c-toggle-2-1-4 .dropdown-options-2-1-4 {
  display: none;
}
.c-toggle-2-1-4 .dropdown-toggle-button-2-1-4 {
  display: none;
}
.c-toggle-2-1-4 .dropdown-toggle-button-2-1-4:checked ~ .dropdown-options-2-1-4 {
  display: block;
}
.c-toggle-2-1-4 .dropdown-toggle-button-2-1-4:checked ~ .dropdown-toggle-label-2-1-4 {
  font-weight: 500;
}

.c-toggle-2-1-5 .dropdown-options-2-1-5 {
  display: none;
}
.c-toggle-2-1-5 .dropdown-toggle-button-2-1-5 {
  display: none;
}
.c-toggle-2-1-5 .dropdown-toggle-button-2-1-5:checked ~ .dropdown-options-2-1-5 {
  display: block;
}
.c-toggle-2-1-5 .dropdown-toggle-button-2-1-5:checked ~ .dropdown-toggle-label-2-1-5 {
  font-weight: 500;
}

.c-toggle-2-1-6 .dropdown-options-2-1-6 {
  display: none;
}
.c-toggle-2-1-6 .dropdown-toggle-button-2-1-6 {
  display: none;
}
.c-toggle-2-1-6 .dropdown-toggle-button-2-1-6:checked ~ .dropdown-options-2-1-6 {
  display: block;
}
.c-toggle-2-1-6 .dropdown-toggle-button-2-1-6:checked ~ .dropdown-toggle-label-2-1-6 {
  font-weight: 500;
}

.c-toggle-2-1-7 .dropdown-options-2-1-7 {
  display: none;
}
.c-toggle-2-1-7 .dropdown-toggle-button-2-1-7 {
  display: none;
}
.c-toggle-2-1-7 .dropdown-toggle-button-2-1-7:checked ~ .dropdown-options-2-1-7 {
  display: block;
}
.c-toggle-2-1-7 .dropdown-toggle-button-2-1-7:checked ~ .dropdown-toggle-label-2-1-7 {
  font-weight: 500;
}

.c-toggle-2-1-8 .dropdown-options-2-1-8 {
  display: none;
}
.c-toggle-2-1-8 .dropdown-toggle-button-2-1-8 {
  display: none;
}
.c-toggle-2-1-8 .dropdown-toggle-button-2-1-8:checked ~ .dropdown-options-2-1-8 {
  display: block;
}
.c-toggle-2-1-8 .dropdown-toggle-button-2-1-8:checked ~ .dropdown-toggle-label-2-1-8 {
  font-weight: 500;
}

.c-toggle-2-1-9 .dropdown-options-2-1-9 {
  display: none;
}
.c-toggle-2-1-9 .dropdown-toggle-button-2-1-9 {
  display: none;
}
.c-toggle-2-1-9 .dropdown-toggle-button-2-1-9:checked ~ .dropdown-options-2-1-9 {
  display: block;
}
.c-toggle-2-1-9 .dropdown-toggle-button-2-1-9:checked ~ .dropdown-toggle-label-2-1-9 {
  font-weight: 500;
}

.c-toggle-2-1-10 .dropdown-options-2-1-10 {
  display: none;
}
.c-toggle-2-1-10 .dropdown-toggle-button-2-1-10 {
  display: none;
}
.c-toggle-2-1-10 .dropdown-toggle-button-2-1-10:checked ~ .dropdown-options-2-1-10 {
  display: block;
}
.c-toggle-2-1-10 .dropdown-toggle-button-2-1-10:checked ~ .dropdown-toggle-label-2-1-10 {
  font-weight: 500;
}

.c-toggle-2-2 .dropdown-options-2-2 {
  display: none;
}
.c-toggle-2-2 .dropdown-toggle-button-2-2 {
  display: none;
}
.c-toggle-2-2 .dropdown-toggle-button-2-2:checked ~ .dropdown-options-2-2 {
  display: block;
}
.c-toggle-2-2 .dropdown-toggle-button-2-2:checked ~ .dropdown-toggle-label-2-2 {
  font-weight: bold;
}
.c-toggle-2-2 .dropdown-toggle-button-2-2:checked ~ .dropdown-toggle-label-2-2 h3 {
  font-weight: bold;
}

.c-toggle-2-2-1 .dropdown-options-2-2-1 {
  display: none;
}
.c-toggle-2-2-1 .dropdown-toggle-button-2-2-1 {
  display: none;
}
.c-toggle-2-2-1 .dropdown-toggle-button-2-2-1:checked ~ .dropdown-options-2-2-1 {
  display: block;
}
.c-toggle-2-2-1 .dropdown-toggle-button-2-2-1:checked ~ .dropdown-toggle-label-2-2-1 {
  font-weight: 500;
}

.c-toggle-2-2-2 .dropdown-options-2-2-2 {
  display: none;
}
.c-toggle-2-2-2 .dropdown-toggle-button-2-2-2 {
  display: none;
}
.c-toggle-2-2-2 .dropdown-toggle-button-2-2-2:checked ~ .dropdown-options-2-2-2 {
  display: block;
}
.c-toggle-2-2-2 .dropdown-toggle-button-2-2-2:checked ~ .dropdown-toggle-label-2-2-2 {
  font-weight: 500;
}

.c-toggle-2-2-3 .dropdown-options-2-2-3 {
  display: none;
}
.c-toggle-2-2-3 .dropdown-toggle-button-2-2-3 {
  display: none;
}
.c-toggle-2-2-3 .dropdown-toggle-button-2-2-3:checked ~ .dropdown-options-2-2-3 {
  display: block;
}
.c-toggle-2-2-3 .dropdown-toggle-button-2-2-3:checked ~ .dropdown-toggle-label-2-2-3 {
  font-weight: 500;
}

.c-toggle-2-2-4 .dropdown-options-2-2-4 {
  display: none;
}
.c-toggle-2-2-4 .dropdown-toggle-button-2-2-4 {
  display: none;
}
.c-toggle-2-2-4 .dropdown-toggle-button-2-2-4:checked ~ .dropdown-options-2-2-4 {
  display: block;
}
.c-toggle-2-2-4 .dropdown-toggle-button-2-2-4:checked ~ .dropdown-toggle-label-2-2-4 {
  font-weight: 500;
}

.c-toggle-2-2-5 .dropdown-options-2-2-5 {
  display: none;
}
.c-toggle-2-2-5 .dropdown-toggle-button-2-2-5 {
  display: none;
}
.c-toggle-2-2-5 .dropdown-toggle-button-2-2-5:checked ~ .dropdown-options-2-2-5 {
  display: block;
}
.c-toggle-2-2-5 .dropdown-toggle-button-2-2-5:checked ~ .dropdown-toggle-label-2-2-5 {
  font-weight: 500;
}

.c-toggle-2-2-6 .dropdown-options-2-2-6 {
  display: none;
}
.c-toggle-2-2-6 .dropdown-toggle-button-2-2-6 {
  display: none;
}
.c-toggle-2-2-6 .dropdown-toggle-button-2-2-6:checked ~ .dropdown-options-2-2-6 {
  display: block;
}
.c-toggle-2-2-6 .dropdown-toggle-button-2-2-6:checked ~ .dropdown-toggle-label-2-2-6 {
  font-weight: 500;
}

.c-toggle-2-2-7 .dropdown-options-2-2-7 {
  display: none;
}
.c-toggle-2-2-7 .dropdown-toggle-button-2-2-7 {
  display: none;
}
.c-toggle-2-2-7 .dropdown-toggle-button-2-2-7:checked ~ .dropdown-options-2-2-7 {
  display: block;
}
.c-toggle-2-2-7 .dropdown-toggle-button-2-2-7:checked ~ .dropdown-toggle-label-2-2-7 {
  font-weight: 500;
}

.c-toggle-2-2-8 .dropdown-options-2-2-8 {
  display: none;
}
.c-toggle-2-2-8 .dropdown-toggle-button-2-2-8 {
  display: none;
}
.c-toggle-2-2-8 .dropdown-toggle-button-2-2-8:checked ~ .dropdown-options-2-2-8 {
  display: block;
}
.c-toggle-2-2-8 .dropdown-toggle-button-2-2-8:checked ~ .dropdown-toggle-label-2-2-8 {
  font-weight: 500;
}

.c-toggle-2-2-9 .dropdown-options-2-2-9 {
  display: none;
}
.c-toggle-2-2-9 .dropdown-toggle-button-2-2-9 {
  display: none;
}
.c-toggle-2-2-9 .dropdown-toggle-button-2-2-9:checked ~ .dropdown-options-2-2-9 {
  display: block;
}
.c-toggle-2-2-9 .dropdown-toggle-button-2-2-9:checked ~ .dropdown-toggle-label-2-2-9 {
  font-weight: 500;
}

.c-toggle-2-2-10 .dropdown-options-2-2-10 {
  display: none;
}
.c-toggle-2-2-10 .dropdown-toggle-button-2-2-10 {
  display: none;
}
.c-toggle-2-2-10 .dropdown-toggle-button-2-2-10:checked ~ .dropdown-options-2-2-10 {
  display: block;
}
.c-toggle-2-2-10 .dropdown-toggle-button-2-2-10:checked ~ .dropdown-toggle-label-2-2-10 {
  font-weight: 500;
}

.c-toggle-2-3 .dropdown-options-2-3 {
  display: none;
}
.c-toggle-2-3 .dropdown-toggle-button-2-3 {
  display: none;
}
.c-toggle-2-3 .dropdown-toggle-button-2-3:checked ~ .dropdown-options-2-3 {
  display: block;
}
.c-toggle-2-3 .dropdown-toggle-button-2-3:checked ~ .dropdown-toggle-label-2-3 {
  font-weight: bold;
}
.c-toggle-2-3 .dropdown-toggle-button-2-3:checked ~ .dropdown-toggle-label-2-3 h3 {
  font-weight: bold;
}

.c-toggle-2-3-1 .dropdown-options-2-3-1 {
  display: none;
}
.c-toggle-2-3-1 .dropdown-toggle-button-2-3-1 {
  display: none;
}
.c-toggle-2-3-1 .dropdown-toggle-button-2-3-1:checked ~ .dropdown-options-2-3-1 {
  display: block;
}
.c-toggle-2-3-1 .dropdown-toggle-button-2-3-1:checked ~ .dropdown-toggle-label-2-3-1 {
  font-weight: 500;
}

.c-toggle-2-3-2 .dropdown-options-2-3-2 {
  display: none;
}
.c-toggle-2-3-2 .dropdown-toggle-button-2-3-2 {
  display: none;
}
.c-toggle-2-3-2 .dropdown-toggle-button-2-3-2:checked ~ .dropdown-options-2-3-2 {
  display: block;
}
.c-toggle-2-3-2 .dropdown-toggle-button-2-3-2:checked ~ .dropdown-toggle-label-2-3-2 {
  font-weight: 500;
}

.c-toggle-2-3-3 .dropdown-options-2-3-3 {
  display: none;
}
.c-toggle-2-3-3 .dropdown-toggle-button-2-3-3 {
  display: none;
}
.c-toggle-2-3-3 .dropdown-toggle-button-2-3-3:checked ~ .dropdown-options-2-3-3 {
  display: block;
}
.c-toggle-2-3-3 .dropdown-toggle-button-2-3-3:checked ~ .dropdown-toggle-label-2-3-3 {
  font-weight: 500;
}

.c-toggle-2-3-4 .dropdown-options-2-3-4 {
  display: none;
}
.c-toggle-2-3-4 .dropdown-toggle-button-2-3-4 {
  display: none;
}
.c-toggle-2-3-4 .dropdown-toggle-button-2-3-4:checked ~ .dropdown-options-2-3-4 {
  display: block;
}
.c-toggle-2-3-4 .dropdown-toggle-button-2-3-4:checked ~ .dropdown-toggle-label-2-3-4 {
  font-weight: 500;
}

.c-toggle-2-3-5 .dropdown-options-2-3-5 {
  display: none;
}
.c-toggle-2-3-5 .dropdown-toggle-button-2-3-5 {
  display: none;
}
.c-toggle-2-3-5 .dropdown-toggle-button-2-3-5:checked ~ .dropdown-options-2-3-5 {
  display: block;
}
.c-toggle-2-3-5 .dropdown-toggle-button-2-3-5:checked ~ .dropdown-toggle-label-2-3-5 {
  font-weight: 500;
}

.c-toggle-2-3-6 .dropdown-options-2-3-6 {
  display: none;
}
.c-toggle-2-3-6 .dropdown-toggle-button-2-3-6 {
  display: none;
}
.c-toggle-2-3-6 .dropdown-toggle-button-2-3-6:checked ~ .dropdown-options-2-3-6 {
  display: block;
}
.c-toggle-2-3-6 .dropdown-toggle-button-2-3-6:checked ~ .dropdown-toggle-label-2-3-6 {
  font-weight: 500;
}

.c-toggle-2-3-7 .dropdown-options-2-3-7 {
  display: none;
}
.c-toggle-2-3-7 .dropdown-toggle-button-2-3-7 {
  display: none;
}
.c-toggle-2-3-7 .dropdown-toggle-button-2-3-7:checked ~ .dropdown-options-2-3-7 {
  display: block;
}
.c-toggle-2-3-7 .dropdown-toggle-button-2-3-7:checked ~ .dropdown-toggle-label-2-3-7 {
  font-weight: 500;
}

.c-toggle-2-3-8 .dropdown-options-2-3-8 {
  display: none;
}
.c-toggle-2-3-8 .dropdown-toggle-button-2-3-8 {
  display: none;
}
.c-toggle-2-3-8 .dropdown-toggle-button-2-3-8:checked ~ .dropdown-options-2-3-8 {
  display: block;
}
.c-toggle-2-3-8 .dropdown-toggle-button-2-3-8:checked ~ .dropdown-toggle-label-2-3-8 {
  font-weight: 500;
}

.c-toggle-2-3-9 .dropdown-options-2-3-9 {
  display: none;
}
.c-toggle-2-3-9 .dropdown-toggle-button-2-3-9 {
  display: none;
}
.c-toggle-2-3-9 .dropdown-toggle-button-2-3-9:checked ~ .dropdown-options-2-3-9 {
  display: block;
}
.c-toggle-2-3-9 .dropdown-toggle-button-2-3-9:checked ~ .dropdown-toggle-label-2-3-9 {
  font-weight: 500;
}

.c-toggle-2-3-10 .dropdown-options-2-3-10 {
  display: none;
}
.c-toggle-2-3-10 .dropdown-toggle-button-2-3-10 {
  display: none;
}
.c-toggle-2-3-10 .dropdown-toggle-button-2-3-10:checked ~ .dropdown-options-2-3-10 {
  display: block;
}
.c-toggle-2-3-10 .dropdown-toggle-button-2-3-10:checked ~ .dropdown-toggle-label-2-3-10 {
  font-weight: 500;
}

.c-toggle-2-4 .dropdown-options-2-4 {
  display: none;
}
.c-toggle-2-4 .dropdown-toggle-button-2-4 {
  display: none;
}
.c-toggle-2-4 .dropdown-toggle-button-2-4:checked ~ .dropdown-options-2-4 {
  display: block;
}
.c-toggle-2-4 .dropdown-toggle-button-2-4:checked ~ .dropdown-toggle-label-2-4 {
  font-weight: bold;
}
.c-toggle-2-4 .dropdown-toggle-button-2-4:checked ~ .dropdown-toggle-label-2-4 h3 {
  font-weight: bold;
}

.c-toggle-2-4-1 .dropdown-options-2-4-1 {
  display: none;
}
.c-toggle-2-4-1 .dropdown-toggle-button-2-4-1 {
  display: none;
}
.c-toggle-2-4-1 .dropdown-toggle-button-2-4-1:checked ~ .dropdown-options-2-4-1 {
  display: block;
}
.c-toggle-2-4-1 .dropdown-toggle-button-2-4-1:checked ~ .dropdown-toggle-label-2-4-1 {
  font-weight: 500;
}

.c-toggle-2-4-2 .dropdown-options-2-4-2 {
  display: none;
}
.c-toggle-2-4-2 .dropdown-toggle-button-2-4-2 {
  display: none;
}
.c-toggle-2-4-2 .dropdown-toggle-button-2-4-2:checked ~ .dropdown-options-2-4-2 {
  display: block;
}
.c-toggle-2-4-2 .dropdown-toggle-button-2-4-2:checked ~ .dropdown-toggle-label-2-4-2 {
  font-weight: 500;
}

.c-toggle-2-4-3 .dropdown-options-2-4-3 {
  display: none;
}
.c-toggle-2-4-3 .dropdown-toggle-button-2-4-3 {
  display: none;
}
.c-toggle-2-4-3 .dropdown-toggle-button-2-4-3:checked ~ .dropdown-options-2-4-3 {
  display: block;
}
.c-toggle-2-4-3 .dropdown-toggle-button-2-4-3:checked ~ .dropdown-toggle-label-2-4-3 {
  font-weight: 500;
}

.c-toggle-2-4-4 .dropdown-options-2-4-4 {
  display: none;
}
.c-toggle-2-4-4 .dropdown-toggle-button-2-4-4 {
  display: none;
}
.c-toggle-2-4-4 .dropdown-toggle-button-2-4-4:checked ~ .dropdown-options-2-4-4 {
  display: block;
}
.c-toggle-2-4-4 .dropdown-toggle-button-2-4-4:checked ~ .dropdown-toggle-label-2-4-4 {
  font-weight: 500;
}

.c-toggle-2-4-5 .dropdown-options-2-4-5 {
  display: none;
}
.c-toggle-2-4-5 .dropdown-toggle-button-2-4-5 {
  display: none;
}
.c-toggle-2-4-5 .dropdown-toggle-button-2-4-5:checked ~ .dropdown-options-2-4-5 {
  display: block;
}
.c-toggle-2-4-5 .dropdown-toggle-button-2-4-5:checked ~ .dropdown-toggle-label-2-4-5 {
  font-weight: 500;
}

.c-toggle-2-4-6 .dropdown-options-2-4-6 {
  display: none;
}
.c-toggle-2-4-6 .dropdown-toggle-button-2-4-6 {
  display: none;
}
.c-toggle-2-4-6 .dropdown-toggle-button-2-4-6:checked ~ .dropdown-options-2-4-6 {
  display: block;
}
.c-toggle-2-4-6 .dropdown-toggle-button-2-4-6:checked ~ .dropdown-toggle-label-2-4-6 {
  font-weight: 500;
}

.c-toggle-2-4-7 .dropdown-options-2-4-7 {
  display: none;
}
.c-toggle-2-4-7 .dropdown-toggle-button-2-4-7 {
  display: none;
}
.c-toggle-2-4-7 .dropdown-toggle-button-2-4-7:checked ~ .dropdown-options-2-4-7 {
  display: block;
}
.c-toggle-2-4-7 .dropdown-toggle-button-2-4-7:checked ~ .dropdown-toggle-label-2-4-7 {
  font-weight: 500;
}

.c-toggle-2-4-8 .dropdown-options-2-4-8 {
  display: none;
}
.c-toggle-2-4-8 .dropdown-toggle-button-2-4-8 {
  display: none;
}
.c-toggle-2-4-8 .dropdown-toggle-button-2-4-8:checked ~ .dropdown-options-2-4-8 {
  display: block;
}
.c-toggle-2-4-8 .dropdown-toggle-button-2-4-8:checked ~ .dropdown-toggle-label-2-4-8 {
  font-weight: 500;
}

.c-toggle-2-4-9 .dropdown-options-2-4-9 {
  display: none;
}
.c-toggle-2-4-9 .dropdown-toggle-button-2-4-9 {
  display: none;
}
.c-toggle-2-4-9 .dropdown-toggle-button-2-4-9:checked ~ .dropdown-options-2-4-9 {
  display: block;
}
.c-toggle-2-4-9 .dropdown-toggle-button-2-4-9:checked ~ .dropdown-toggle-label-2-4-9 {
  font-weight: 500;
}

.c-toggle-2-4-10 .dropdown-options-2-4-10 {
  display: none;
}
.c-toggle-2-4-10 .dropdown-toggle-button-2-4-10 {
  display: none;
}
.c-toggle-2-4-10 .dropdown-toggle-button-2-4-10:checked ~ .dropdown-options-2-4-10 {
  display: block;
}
.c-toggle-2-4-10 .dropdown-toggle-button-2-4-10:checked ~ .dropdown-toggle-label-2-4-10 {
  font-weight: 500;
}

.c-toggle-2-5 .dropdown-options-2-5 {
  display: none;
}
.c-toggle-2-5 .dropdown-toggle-button-2-5 {
  display: none;
}
.c-toggle-2-5 .dropdown-toggle-button-2-5:checked ~ .dropdown-options-2-5 {
  display: block;
}
.c-toggle-2-5 .dropdown-toggle-button-2-5:checked ~ .dropdown-toggle-label-2-5 {
  font-weight: bold;
}
.c-toggle-2-5 .dropdown-toggle-button-2-5:checked ~ .dropdown-toggle-label-2-5 h3 {
  font-weight: bold;
}

.c-toggle-2-5-1 .dropdown-options-2-5-1 {
  display: none;
}
.c-toggle-2-5-1 .dropdown-toggle-button-2-5-1 {
  display: none;
}
.c-toggle-2-5-1 .dropdown-toggle-button-2-5-1:checked ~ .dropdown-options-2-5-1 {
  display: block;
}
.c-toggle-2-5-1 .dropdown-toggle-button-2-5-1:checked ~ .dropdown-toggle-label-2-5-1 {
  font-weight: 500;
}

.c-toggle-2-5-2 .dropdown-options-2-5-2 {
  display: none;
}
.c-toggle-2-5-2 .dropdown-toggle-button-2-5-2 {
  display: none;
}
.c-toggle-2-5-2 .dropdown-toggle-button-2-5-2:checked ~ .dropdown-options-2-5-2 {
  display: block;
}
.c-toggle-2-5-2 .dropdown-toggle-button-2-5-2:checked ~ .dropdown-toggle-label-2-5-2 {
  font-weight: 500;
}

.c-toggle-2-5-3 .dropdown-options-2-5-3 {
  display: none;
}
.c-toggle-2-5-3 .dropdown-toggle-button-2-5-3 {
  display: none;
}
.c-toggle-2-5-3 .dropdown-toggle-button-2-5-3:checked ~ .dropdown-options-2-5-3 {
  display: block;
}
.c-toggle-2-5-3 .dropdown-toggle-button-2-5-3:checked ~ .dropdown-toggle-label-2-5-3 {
  font-weight: 500;
}

.c-toggle-2-5-4 .dropdown-options-2-5-4 {
  display: none;
}
.c-toggle-2-5-4 .dropdown-toggle-button-2-5-4 {
  display: none;
}
.c-toggle-2-5-4 .dropdown-toggle-button-2-5-4:checked ~ .dropdown-options-2-5-4 {
  display: block;
}
.c-toggle-2-5-4 .dropdown-toggle-button-2-5-4:checked ~ .dropdown-toggle-label-2-5-4 {
  font-weight: 500;
}

.c-toggle-2-5-5 .dropdown-options-2-5-5 {
  display: none;
}
.c-toggle-2-5-5 .dropdown-toggle-button-2-5-5 {
  display: none;
}
.c-toggle-2-5-5 .dropdown-toggle-button-2-5-5:checked ~ .dropdown-options-2-5-5 {
  display: block;
}
.c-toggle-2-5-5 .dropdown-toggle-button-2-5-5:checked ~ .dropdown-toggle-label-2-5-5 {
  font-weight: 500;
}

.c-toggle-2-5-6 .dropdown-options-2-5-6 {
  display: none;
}
.c-toggle-2-5-6 .dropdown-toggle-button-2-5-6 {
  display: none;
}
.c-toggle-2-5-6 .dropdown-toggle-button-2-5-6:checked ~ .dropdown-options-2-5-6 {
  display: block;
}
.c-toggle-2-5-6 .dropdown-toggle-button-2-5-6:checked ~ .dropdown-toggle-label-2-5-6 {
  font-weight: 500;
}

.c-toggle-2-5-7 .dropdown-options-2-5-7 {
  display: none;
}
.c-toggle-2-5-7 .dropdown-toggle-button-2-5-7 {
  display: none;
}
.c-toggle-2-5-7 .dropdown-toggle-button-2-5-7:checked ~ .dropdown-options-2-5-7 {
  display: block;
}
.c-toggle-2-5-7 .dropdown-toggle-button-2-5-7:checked ~ .dropdown-toggle-label-2-5-7 {
  font-weight: 500;
}

.c-toggle-2-5-8 .dropdown-options-2-5-8 {
  display: none;
}
.c-toggle-2-5-8 .dropdown-toggle-button-2-5-8 {
  display: none;
}
.c-toggle-2-5-8 .dropdown-toggle-button-2-5-8:checked ~ .dropdown-options-2-5-8 {
  display: block;
}
.c-toggle-2-5-8 .dropdown-toggle-button-2-5-8:checked ~ .dropdown-toggle-label-2-5-8 {
  font-weight: 500;
}

.c-toggle-2-5-9 .dropdown-options-2-5-9 {
  display: none;
}
.c-toggle-2-5-9 .dropdown-toggle-button-2-5-9 {
  display: none;
}
.c-toggle-2-5-9 .dropdown-toggle-button-2-5-9:checked ~ .dropdown-options-2-5-9 {
  display: block;
}
.c-toggle-2-5-9 .dropdown-toggle-button-2-5-9:checked ~ .dropdown-toggle-label-2-5-9 {
  font-weight: 500;
}

.c-toggle-2-5-10 .dropdown-options-2-5-10 {
  display: none;
}
.c-toggle-2-5-10 .dropdown-toggle-button-2-5-10 {
  display: none;
}
.c-toggle-2-5-10 .dropdown-toggle-button-2-5-10:checked ~ .dropdown-options-2-5-10 {
  display: block;
}
.c-toggle-2-5-10 .dropdown-toggle-button-2-5-10:checked ~ .dropdown-toggle-label-2-5-10 {
  font-weight: 500;
}

.c-toggle-2-6 .dropdown-options-2-6 {
  display: none;
}
.c-toggle-2-6 .dropdown-toggle-button-2-6 {
  display: none;
}
.c-toggle-2-6 .dropdown-toggle-button-2-6:checked ~ .dropdown-options-2-6 {
  display: block;
}
.c-toggle-2-6 .dropdown-toggle-button-2-6:checked ~ .dropdown-toggle-label-2-6 {
  font-weight: bold;
}
.c-toggle-2-6 .dropdown-toggle-button-2-6:checked ~ .dropdown-toggle-label-2-6 h3 {
  font-weight: bold;
}

.c-toggle-2-6-1 .dropdown-options-2-6-1 {
  display: none;
}
.c-toggle-2-6-1 .dropdown-toggle-button-2-6-1 {
  display: none;
}
.c-toggle-2-6-1 .dropdown-toggle-button-2-6-1:checked ~ .dropdown-options-2-6-1 {
  display: block;
}
.c-toggle-2-6-1 .dropdown-toggle-button-2-6-1:checked ~ .dropdown-toggle-label-2-6-1 {
  font-weight: 500;
}

.c-toggle-2-6-2 .dropdown-options-2-6-2 {
  display: none;
}
.c-toggle-2-6-2 .dropdown-toggle-button-2-6-2 {
  display: none;
}
.c-toggle-2-6-2 .dropdown-toggle-button-2-6-2:checked ~ .dropdown-options-2-6-2 {
  display: block;
}
.c-toggle-2-6-2 .dropdown-toggle-button-2-6-2:checked ~ .dropdown-toggle-label-2-6-2 {
  font-weight: 500;
}

.c-toggle-2-6-3 .dropdown-options-2-6-3 {
  display: none;
}
.c-toggle-2-6-3 .dropdown-toggle-button-2-6-3 {
  display: none;
}
.c-toggle-2-6-3 .dropdown-toggle-button-2-6-3:checked ~ .dropdown-options-2-6-3 {
  display: block;
}
.c-toggle-2-6-3 .dropdown-toggle-button-2-6-3:checked ~ .dropdown-toggle-label-2-6-3 {
  font-weight: 500;
}

.c-toggle-2-6-4 .dropdown-options-2-6-4 {
  display: none;
}
.c-toggle-2-6-4 .dropdown-toggle-button-2-6-4 {
  display: none;
}
.c-toggle-2-6-4 .dropdown-toggle-button-2-6-4:checked ~ .dropdown-options-2-6-4 {
  display: block;
}
.c-toggle-2-6-4 .dropdown-toggle-button-2-6-4:checked ~ .dropdown-toggle-label-2-6-4 {
  font-weight: 500;
}

.c-toggle-2-6-5 .dropdown-options-2-6-5 {
  display: none;
}
.c-toggle-2-6-5 .dropdown-toggle-button-2-6-5 {
  display: none;
}
.c-toggle-2-6-5 .dropdown-toggle-button-2-6-5:checked ~ .dropdown-options-2-6-5 {
  display: block;
}
.c-toggle-2-6-5 .dropdown-toggle-button-2-6-5:checked ~ .dropdown-toggle-label-2-6-5 {
  font-weight: 500;
}

.c-toggle-2-6-6 .dropdown-options-2-6-6 {
  display: none;
}
.c-toggle-2-6-6 .dropdown-toggle-button-2-6-6 {
  display: none;
}
.c-toggle-2-6-6 .dropdown-toggle-button-2-6-6:checked ~ .dropdown-options-2-6-6 {
  display: block;
}
.c-toggle-2-6-6 .dropdown-toggle-button-2-6-6:checked ~ .dropdown-toggle-label-2-6-6 {
  font-weight: 500;
}

.c-toggle-2-6-7 .dropdown-options-2-6-7 {
  display: none;
}
.c-toggle-2-6-7 .dropdown-toggle-button-2-6-7 {
  display: none;
}
.c-toggle-2-6-7 .dropdown-toggle-button-2-6-7:checked ~ .dropdown-options-2-6-7 {
  display: block;
}
.c-toggle-2-6-7 .dropdown-toggle-button-2-6-7:checked ~ .dropdown-toggle-label-2-6-7 {
  font-weight: 500;
}

.c-toggle-2-6-8 .dropdown-options-2-6-8 {
  display: none;
}
.c-toggle-2-6-8 .dropdown-toggle-button-2-6-8 {
  display: none;
}
.c-toggle-2-6-8 .dropdown-toggle-button-2-6-8:checked ~ .dropdown-options-2-6-8 {
  display: block;
}
.c-toggle-2-6-8 .dropdown-toggle-button-2-6-8:checked ~ .dropdown-toggle-label-2-6-8 {
  font-weight: 500;
}

.c-toggle-2-6-9 .dropdown-options-2-6-9 {
  display: none;
}
.c-toggle-2-6-9 .dropdown-toggle-button-2-6-9 {
  display: none;
}
.c-toggle-2-6-9 .dropdown-toggle-button-2-6-9:checked ~ .dropdown-options-2-6-9 {
  display: block;
}
.c-toggle-2-6-9 .dropdown-toggle-button-2-6-9:checked ~ .dropdown-toggle-label-2-6-9 {
  font-weight: 500;
}

.c-toggle-2-6-10 .dropdown-options-2-6-10 {
  display: none;
}
.c-toggle-2-6-10 .dropdown-toggle-button-2-6-10 {
  display: none;
}
.c-toggle-2-6-10 .dropdown-toggle-button-2-6-10:checked ~ .dropdown-options-2-6-10 {
  display: block;
}
.c-toggle-2-6-10 .dropdown-toggle-button-2-6-10:checked ~ .dropdown-toggle-label-2-6-10 {
  font-weight: 500;
}

.c-toggle-2-7 .dropdown-options-2-7 {
  display: none;
}
.c-toggle-2-7 .dropdown-toggle-button-2-7 {
  display: none;
}
.c-toggle-2-7 .dropdown-toggle-button-2-7:checked ~ .dropdown-options-2-7 {
  display: block;
}
.c-toggle-2-7 .dropdown-toggle-button-2-7:checked ~ .dropdown-toggle-label-2-7 {
  font-weight: bold;
}
.c-toggle-2-7 .dropdown-toggle-button-2-7:checked ~ .dropdown-toggle-label-2-7 h3 {
  font-weight: bold;
}

.c-toggle-2-7-1 .dropdown-options-2-7-1 {
  display: none;
}
.c-toggle-2-7-1 .dropdown-toggle-button-2-7-1 {
  display: none;
}
.c-toggle-2-7-1 .dropdown-toggle-button-2-7-1:checked ~ .dropdown-options-2-7-1 {
  display: block;
}
.c-toggle-2-7-1 .dropdown-toggle-button-2-7-1:checked ~ .dropdown-toggle-label-2-7-1 {
  font-weight: 500;
}

.c-toggle-2-7-2 .dropdown-options-2-7-2 {
  display: none;
}
.c-toggle-2-7-2 .dropdown-toggle-button-2-7-2 {
  display: none;
}
.c-toggle-2-7-2 .dropdown-toggle-button-2-7-2:checked ~ .dropdown-options-2-7-2 {
  display: block;
}
.c-toggle-2-7-2 .dropdown-toggle-button-2-7-2:checked ~ .dropdown-toggle-label-2-7-2 {
  font-weight: 500;
}

.c-toggle-2-7-3 .dropdown-options-2-7-3 {
  display: none;
}
.c-toggle-2-7-3 .dropdown-toggle-button-2-7-3 {
  display: none;
}
.c-toggle-2-7-3 .dropdown-toggle-button-2-7-3:checked ~ .dropdown-options-2-7-3 {
  display: block;
}
.c-toggle-2-7-3 .dropdown-toggle-button-2-7-3:checked ~ .dropdown-toggle-label-2-7-3 {
  font-weight: 500;
}

.c-toggle-2-7-4 .dropdown-options-2-7-4 {
  display: none;
}
.c-toggle-2-7-4 .dropdown-toggle-button-2-7-4 {
  display: none;
}
.c-toggle-2-7-4 .dropdown-toggle-button-2-7-4:checked ~ .dropdown-options-2-7-4 {
  display: block;
}
.c-toggle-2-7-4 .dropdown-toggle-button-2-7-4:checked ~ .dropdown-toggle-label-2-7-4 {
  font-weight: 500;
}

.c-toggle-2-7-5 .dropdown-options-2-7-5 {
  display: none;
}
.c-toggle-2-7-5 .dropdown-toggle-button-2-7-5 {
  display: none;
}
.c-toggle-2-7-5 .dropdown-toggle-button-2-7-5:checked ~ .dropdown-options-2-7-5 {
  display: block;
}
.c-toggle-2-7-5 .dropdown-toggle-button-2-7-5:checked ~ .dropdown-toggle-label-2-7-5 {
  font-weight: 500;
}

.c-toggle-2-7-6 .dropdown-options-2-7-6 {
  display: none;
}
.c-toggle-2-7-6 .dropdown-toggle-button-2-7-6 {
  display: none;
}
.c-toggle-2-7-6 .dropdown-toggle-button-2-7-6:checked ~ .dropdown-options-2-7-6 {
  display: block;
}
.c-toggle-2-7-6 .dropdown-toggle-button-2-7-6:checked ~ .dropdown-toggle-label-2-7-6 {
  font-weight: 500;
}

.c-toggle-2-7-7 .dropdown-options-2-7-7 {
  display: none;
}
.c-toggle-2-7-7 .dropdown-toggle-button-2-7-7 {
  display: none;
}
.c-toggle-2-7-7 .dropdown-toggle-button-2-7-7:checked ~ .dropdown-options-2-7-7 {
  display: block;
}
.c-toggle-2-7-7 .dropdown-toggle-button-2-7-7:checked ~ .dropdown-toggle-label-2-7-7 {
  font-weight: 500;
}

.c-toggle-2-7-8 .dropdown-options-2-7-8 {
  display: none;
}
.c-toggle-2-7-8 .dropdown-toggle-button-2-7-8 {
  display: none;
}
.c-toggle-2-7-8 .dropdown-toggle-button-2-7-8:checked ~ .dropdown-options-2-7-8 {
  display: block;
}
.c-toggle-2-7-8 .dropdown-toggle-button-2-7-8:checked ~ .dropdown-toggle-label-2-7-8 {
  font-weight: 500;
}

.c-toggle-2-7-9 .dropdown-options-2-7-9 {
  display: none;
}
.c-toggle-2-7-9 .dropdown-toggle-button-2-7-9 {
  display: none;
}
.c-toggle-2-7-9 .dropdown-toggle-button-2-7-9:checked ~ .dropdown-options-2-7-9 {
  display: block;
}
.c-toggle-2-7-9 .dropdown-toggle-button-2-7-9:checked ~ .dropdown-toggle-label-2-7-9 {
  font-weight: 500;
}

.c-toggle-2-7-10 .dropdown-options-2-7-10 {
  display: none;
}
.c-toggle-2-7-10 .dropdown-toggle-button-2-7-10 {
  display: none;
}
.c-toggle-2-7-10 .dropdown-toggle-button-2-7-10:checked ~ .dropdown-options-2-7-10 {
  display: block;
}
.c-toggle-2-7-10 .dropdown-toggle-button-2-7-10:checked ~ .dropdown-toggle-label-2-7-10 {
  font-weight: 500;
}

.c-toggle-2-8 .dropdown-options-2-8 {
  display: none;
}
.c-toggle-2-8 .dropdown-toggle-button-2-8 {
  display: none;
}
.c-toggle-2-8 .dropdown-toggle-button-2-8:checked ~ .dropdown-options-2-8 {
  display: block;
}
.c-toggle-2-8 .dropdown-toggle-button-2-8:checked ~ .dropdown-toggle-label-2-8 {
  font-weight: bold;
}
.c-toggle-2-8 .dropdown-toggle-button-2-8:checked ~ .dropdown-toggle-label-2-8 h3 {
  font-weight: bold;
}

.c-toggle-2-8-1 .dropdown-options-2-8-1 {
  display: none;
}
.c-toggle-2-8-1 .dropdown-toggle-button-2-8-1 {
  display: none;
}
.c-toggle-2-8-1 .dropdown-toggle-button-2-8-1:checked ~ .dropdown-options-2-8-1 {
  display: block;
}
.c-toggle-2-8-1 .dropdown-toggle-button-2-8-1:checked ~ .dropdown-toggle-label-2-8-1 {
  font-weight: 500;
}

.c-toggle-2-8-2 .dropdown-options-2-8-2 {
  display: none;
}
.c-toggle-2-8-2 .dropdown-toggle-button-2-8-2 {
  display: none;
}
.c-toggle-2-8-2 .dropdown-toggle-button-2-8-2:checked ~ .dropdown-options-2-8-2 {
  display: block;
}
.c-toggle-2-8-2 .dropdown-toggle-button-2-8-2:checked ~ .dropdown-toggle-label-2-8-2 {
  font-weight: 500;
}

.c-toggle-2-8-3 .dropdown-options-2-8-3 {
  display: none;
}
.c-toggle-2-8-3 .dropdown-toggle-button-2-8-3 {
  display: none;
}
.c-toggle-2-8-3 .dropdown-toggle-button-2-8-3:checked ~ .dropdown-options-2-8-3 {
  display: block;
}
.c-toggle-2-8-3 .dropdown-toggle-button-2-8-3:checked ~ .dropdown-toggle-label-2-8-3 {
  font-weight: 500;
}

.c-toggle-2-8-4 .dropdown-options-2-8-4 {
  display: none;
}
.c-toggle-2-8-4 .dropdown-toggle-button-2-8-4 {
  display: none;
}
.c-toggle-2-8-4 .dropdown-toggle-button-2-8-4:checked ~ .dropdown-options-2-8-4 {
  display: block;
}
.c-toggle-2-8-4 .dropdown-toggle-button-2-8-4:checked ~ .dropdown-toggle-label-2-8-4 {
  font-weight: 500;
}

.c-toggle-2-8-5 .dropdown-options-2-8-5 {
  display: none;
}
.c-toggle-2-8-5 .dropdown-toggle-button-2-8-5 {
  display: none;
}
.c-toggle-2-8-5 .dropdown-toggle-button-2-8-5:checked ~ .dropdown-options-2-8-5 {
  display: block;
}
.c-toggle-2-8-5 .dropdown-toggle-button-2-8-5:checked ~ .dropdown-toggle-label-2-8-5 {
  font-weight: 500;
}

.c-toggle-2-8-6 .dropdown-options-2-8-6 {
  display: none;
}
.c-toggle-2-8-6 .dropdown-toggle-button-2-8-6 {
  display: none;
}
.c-toggle-2-8-6 .dropdown-toggle-button-2-8-6:checked ~ .dropdown-options-2-8-6 {
  display: block;
}
.c-toggle-2-8-6 .dropdown-toggle-button-2-8-6:checked ~ .dropdown-toggle-label-2-8-6 {
  font-weight: 500;
}

.c-toggle-2-8-7 .dropdown-options-2-8-7 {
  display: none;
}
.c-toggle-2-8-7 .dropdown-toggle-button-2-8-7 {
  display: none;
}
.c-toggle-2-8-7 .dropdown-toggle-button-2-8-7:checked ~ .dropdown-options-2-8-7 {
  display: block;
}
.c-toggle-2-8-7 .dropdown-toggle-button-2-8-7:checked ~ .dropdown-toggle-label-2-8-7 {
  font-weight: 500;
}

.c-toggle-2-8-8 .dropdown-options-2-8-8 {
  display: none;
}
.c-toggle-2-8-8 .dropdown-toggle-button-2-8-8 {
  display: none;
}
.c-toggle-2-8-8 .dropdown-toggle-button-2-8-8:checked ~ .dropdown-options-2-8-8 {
  display: block;
}
.c-toggle-2-8-8 .dropdown-toggle-button-2-8-8:checked ~ .dropdown-toggle-label-2-8-8 {
  font-weight: 500;
}

.c-toggle-2-8-9 .dropdown-options-2-8-9 {
  display: none;
}
.c-toggle-2-8-9 .dropdown-toggle-button-2-8-9 {
  display: none;
}
.c-toggle-2-8-9 .dropdown-toggle-button-2-8-9:checked ~ .dropdown-options-2-8-9 {
  display: block;
}
.c-toggle-2-8-9 .dropdown-toggle-button-2-8-9:checked ~ .dropdown-toggle-label-2-8-9 {
  font-weight: 500;
}

.c-toggle-2-8-10 .dropdown-options-2-8-10 {
  display: none;
}
.c-toggle-2-8-10 .dropdown-toggle-button-2-8-10 {
  display: none;
}
.c-toggle-2-8-10 .dropdown-toggle-button-2-8-10:checked ~ .dropdown-options-2-8-10 {
  display: block;
}
.c-toggle-2-8-10 .dropdown-toggle-button-2-8-10:checked ~ .dropdown-toggle-label-2-8-10 {
  font-weight: 500;
}

.c-toggle-2-9 .dropdown-options-2-9 {
  display: none;
}
.c-toggle-2-9 .dropdown-toggle-button-2-9 {
  display: none;
}
.c-toggle-2-9 .dropdown-toggle-button-2-9:checked ~ .dropdown-options-2-9 {
  display: block;
}
.c-toggle-2-9 .dropdown-toggle-button-2-9:checked ~ .dropdown-toggle-label-2-9 {
  font-weight: bold;
}
.c-toggle-2-9 .dropdown-toggle-button-2-9:checked ~ .dropdown-toggle-label-2-9 h3 {
  font-weight: bold;
}

.c-toggle-2-9-1 .dropdown-options-2-9-1 {
  display: none;
}
.c-toggle-2-9-1 .dropdown-toggle-button-2-9-1 {
  display: none;
}
.c-toggle-2-9-1 .dropdown-toggle-button-2-9-1:checked ~ .dropdown-options-2-9-1 {
  display: block;
}
.c-toggle-2-9-1 .dropdown-toggle-button-2-9-1:checked ~ .dropdown-toggle-label-2-9-1 {
  font-weight: 500;
}

.c-toggle-2-9-2 .dropdown-options-2-9-2 {
  display: none;
}
.c-toggle-2-9-2 .dropdown-toggle-button-2-9-2 {
  display: none;
}
.c-toggle-2-9-2 .dropdown-toggle-button-2-9-2:checked ~ .dropdown-options-2-9-2 {
  display: block;
}
.c-toggle-2-9-2 .dropdown-toggle-button-2-9-2:checked ~ .dropdown-toggle-label-2-9-2 {
  font-weight: 500;
}

.c-toggle-2-9-3 .dropdown-options-2-9-3 {
  display: none;
}
.c-toggle-2-9-3 .dropdown-toggle-button-2-9-3 {
  display: none;
}
.c-toggle-2-9-3 .dropdown-toggle-button-2-9-3:checked ~ .dropdown-options-2-9-3 {
  display: block;
}
.c-toggle-2-9-3 .dropdown-toggle-button-2-9-3:checked ~ .dropdown-toggle-label-2-9-3 {
  font-weight: 500;
}

.c-toggle-2-9-4 .dropdown-options-2-9-4 {
  display: none;
}
.c-toggle-2-9-4 .dropdown-toggle-button-2-9-4 {
  display: none;
}
.c-toggle-2-9-4 .dropdown-toggle-button-2-9-4:checked ~ .dropdown-options-2-9-4 {
  display: block;
}
.c-toggle-2-9-4 .dropdown-toggle-button-2-9-4:checked ~ .dropdown-toggle-label-2-9-4 {
  font-weight: 500;
}

.c-toggle-2-9-5 .dropdown-options-2-9-5 {
  display: none;
}
.c-toggle-2-9-5 .dropdown-toggle-button-2-9-5 {
  display: none;
}
.c-toggle-2-9-5 .dropdown-toggle-button-2-9-5:checked ~ .dropdown-options-2-9-5 {
  display: block;
}
.c-toggle-2-9-5 .dropdown-toggle-button-2-9-5:checked ~ .dropdown-toggle-label-2-9-5 {
  font-weight: 500;
}

.c-toggle-2-9-6 .dropdown-options-2-9-6 {
  display: none;
}
.c-toggle-2-9-6 .dropdown-toggle-button-2-9-6 {
  display: none;
}
.c-toggle-2-9-6 .dropdown-toggle-button-2-9-6:checked ~ .dropdown-options-2-9-6 {
  display: block;
}
.c-toggle-2-9-6 .dropdown-toggle-button-2-9-6:checked ~ .dropdown-toggle-label-2-9-6 {
  font-weight: 500;
}

.c-toggle-2-9-7 .dropdown-options-2-9-7 {
  display: none;
}
.c-toggle-2-9-7 .dropdown-toggle-button-2-9-7 {
  display: none;
}
.c-toggle-2-9-7 .dropdown-toggle-button-2-9-7:checked ~ .dropdown-options-2-9-7 {
  display: block;
}
.c-toggle-2-9-7 .dropdown-toggle-button-2-9-7:checked ~ .dropdown-toggle-label-2-9-7 {
  font-weight: 500;
}

.c-toggle-2-9-8 .dropdown-options-2-9-8 {
  display: none;
}
.c-toggle-2-9-8 .dropdown-toggle-button-2-9-8 {
  display: none;
}
.c-toggle-2-9-8 .dropdown-toggle-button-2-9-8:checked ~ .dropdown-options-2-9-8 {
  display: block;
}
.c-toggle-2-9-8 .dropdown-toggle-button-2-9-8:checked ~ .dropdown-toggle-label-2-9-8 {
  font-weight: 500;
}

.c-toggle-2-9-9 .dropdown-options-2-9-9 {
  display: none;
}
.c-toggle-2-9-9 .dropdown-toggle-button-2-9-9 {
  display: none;
}
.c-toggle-2-9-9 .dropdown-toggle-button-2-9-9:checked ~ .dropdown-options-2-9-9 {
  display: block;
}
.c-toggle-2-9-9 .dropdown-toggle-button-2-9-9:checked ~ .dropdown-toggle-label-2-9-9 {
  font-weight: 500;
}

.c-toggle-2-9-10 .dropdown-options-2-9-10 {
  display: none;
}
.c-toggle-2-9-10 .dropdown-toggle-button-2-9-10 {
  display: none;
}
.c-toggle-2-9-10 .dropdown-toggle-button-2-9-10:checked ~ .dropdown-options-2-9-10 {
  display: block;
}
.c-toggle-2-9-10 .dropdown-toggle-button-2-9-10:checked ~ .dropdown-toggle-label-2-9-10 {
  font-weight: 500;
}

.c-toggle-2-10 .dropdown-options-2-10 {
  display: none;
}
.c-toggle-2-10 .dropdown-toggle-button-2-10 {
  display: none;
}
.c-toggle-2-10 .dropdown-toggle-button-2-10:checked ~ .dropdown-options-2-10 {
  display: block;
}
.c-toggle-2-10 .dropdown-toggle-button-2-10:checked ~ .dropdown-toggle-label-2-10 {
  font-weight: bold;
}
.c-toggle-2-10 .dropdown-toggle-button-2-10:checked ~ .dropdown-toggle-label-2-10 h3 {
  font-weight: bold;
}

.c-toggle-2-10-1 .dropdown-options-2-10-1 {
  display: none;
}
.c-toggle-2-10-1 .dropdown-toggle-button-2-10-1 {
  display: none;
}
.c-toggle-2-10-1 .dropdown-toggle-button-2-10-1:checked ~ .dropdown-options-2-10-1 {
  display: block;
}
.c-toggle-2-10-1 .dropdown-toggle-button-2-10-1:checked ~ .dropdown-toggle-label-2-10-1 {
  font-weight: 500;
}

.c-toggle-2-10-2 .dropdown-options-2-10-2 {
  display: none;
}
.c-toggle-2-10-2 .dropdown-toggle-button-2-10-2 {
  display: none;
}
.c-toggle-2-10-2 .dropdown-toggle-button-2-10-2:checked ~ .dropdown-options-2-10-2 {
  display: block;
}
.c-toggle-2-10-2 .dropdown-toggle-button-2-10-2:checked ~ .dropdown-toggle-label-2-10-2 {
  font-weight: 500;
}

.c-toggle-2-10-3 .dropdown-options-2-10-3 {
  display: none;
}
.c-toggle-2-10-3 .dropdown-toggle-button-2-10-3 {
  display: none;
}
.c-toggle-2-10-3 .dropdown-toggle-button-2-10-3:checked ~ .dropdown-options-2-10-3 {
  display: block;
}
.c-toggle-2-10-3 .dropdown-toggle-button-2-10-3:checked ~ .dropdown-toggle-label-2-10-3 {
  font-weight: 500;
}

.c-toggle-2-10-4 .dropdown-options-2-10-4 {
  display: none;
}
.c-toggle-2-10-4 .dropdown-toggle-button-2-10-4 {
  display: none;
}
.c-toggle-2-10-4 .dropdown-toggle-button-2-10-4:checked ~ .dropdown-options-2-10-4 {
  display: block;
}
.c-toggle-2-10-4 .dropdown-toggle-button-2-10-4:checked ~ .dropdown-toggle-label-2-10-4 {
  font-weight: 500;
}

.c-toggle-2-10-5 .dropdown-options-2-10-5 {
  display: none;
}
.c-toggle-2-10-5 .dropdown-toggle-button-2-10-5 {
  display: none;
}
.c-toggle-2-10-5 .dropdown-toggle-button-2-10-5:checked ~ .dropdown-options-2-10-5 {
  display: block;
}
.c-toggle-2-10-5 .dropdown-toggle-button-2-10-5:checked ~ .dropdown-toggle-label-2-10-5 {
  font-weight: 500;
}

.c-toggle-2-10-6 .dropdown-options-2-10-6 {
  display: none;
}
.c-toggle-2-10-6 .dropdown-toggle-button-2-10-6 {
  display: none;
}
.c-toggle-2-10-6 .dropdown-toggle-button-2-10-6:checked ~ .dropdown-options-2-10-6 {
  display: block;
}
.c-toggle-2-10-6 .dropdown-toggle-button-2-10-6:checked ~ .dropdown-toggle-label-2-10-6 {
  font-weight: 500;
}

.c-toggle-2-10-7 .dropdown-options-2-10-7 {
  display: none;
}
.c-toggle-2-10-7 .dropdown-toggle-button-2-10-7 {
  display: none;
}
.c-toggle-2-10-7 .dropdown-toggle-button-2-10-7:checked ~ .dropdown-options-2-10-7 {
  display: block;
}
.c-toggle-2-10-7 .dropdown-toggle-button-2-10-7:checked ~ .dropdown-toggle-label-2-10-7 {
  font-weight: 500;
}

.c-toggle-2-10-8 .dropdown-options-2-10-8 {
  display: none;
}
.c-toggle-2-10-8 .dropdown-toggle-button-2-10-8 {
  display: none;
}
.c-toggle-2-10-8 .dropdown-toggle-button-2-10-8:checked ~ .dropdown-options-2-10-8 {
  display: block;
}
.c-toggle-2-10-8 .dropdown-toggle-button-2-10-8:checked ~ .dropdown-toggle-label-2-10-8 {
  font-weight: 500;
}

.c-toggle-2-10-9 .dropdown-options-2-10-9 {
  display: none;
}
.c-toggle-2-10-9 .dropdown-toggle-button-2-10-9 {
  display: none;
}
.c-toggle-2-10-9 .dropdown-toggle-button-2-10-9:checked ~ .dropdown-options-2-10-9 {
  display: block;
}
.c-toggle-2-10-9 .dropdown-toggle-button-2-10-9:checked ~ .dropdown-toggle-label-2-10-9 {
  font-weight: 500;
}

.c-toggle-2-10-10 .dropdown-options-2-10-10 {
  display: none;
}
.c-toggle-2-10-10 .dropdown-toggle-button-2-10-10 {
  display: none;
}
.c-toggle-2-10-10 .dropdown-toggle-button-2-10-10:checked ~ .dropdown-options-2-10-10 {
  display: block;
}
.c-toggle-2-10-10 .dropdown-toggle-button-2-10-10:checked ~ .dropdown-toggle-label-2-10-10 {
  font-weight: 500;
}

.c-toggle-3-1 .dropdown-options-3-1 {
  display: none;
}
.c-toggle-3-1 .dropdown-toggle-button-3-1 {
  display: none;
}
.c-toggle-3-1 .dropdown-toggle-button-3-1:checked ~ .dropdown-options-3-1 {
  display: block;
}
.c-toggle-3-1 .dropdown-toggle-button-3-1:checked ~ .dropdown-toggle-label-3-1 {
  font-weight: bold;
}
.c-toggle-3-1 .dropdown-toggle-button-3-1:checked ~ .dropdown-toggle-label-3-1 h3 {
  font-weight: bold;
}

.c-toggle-3-1-1 .dropdown-options-3-1-1 {
  display: none;
}
.c-toggle-3-1-1 .dropdown-toggle-button-3-1-1 {
  display: none;
}
.c-toggle-3-1-1 .dropdown-toggle-button-3-1-1:checked ~ .dropdown-options-3-1-1 {
  display: block;
}
.c-toggle-3-1-1 .dropdown-toggle-button-3-1-1:checked ~ .dropdown-toggle-label-3-1-1 {
  font-weight: 500;
}

.c-toggle-3-1-2 .dropdown-options-3-1-2 {
  display: none;
}
.c-toggle-3-1-2 .dropdown-toggle-button-3-1-2 {
  display: none;
}
.c-toggle-3-1-2 .dropdown-toggle-button-3-1-2:checked ~ .dropdown-options-3-1-2 {
  display: block;
}
.c-toggle-3-1-2 .dropdown-toggle-button-3-1-2:checked ~ .dropdown-toggle-label-3-1-2 {
  font-weight: 500;
}

.c-toggle-3-1-3 .dropdown-options-3-1-3 {
  display: none;
}
.c-toggle-3-1-3 .dropdown-toggle-button-3-1-3 {
  display: none;
}
.c-toggle-3-1-3 .dropdown-toggle-button-3-1-3:checked ~ .dropdown-options-3-1-3 {
  display: block;
}
.c-toggle-3-1-3 .dropdown-toggle-button-3-1-3:checked ~ .dropdown-toggle-label-3-1-3 {
  font-weight: 500;
}

.c-toggle-3-1-4 .dropdown-options-3-1-4 {
  display: none;
}
.c-toggle-3-1-4 .dropdown-toggle-button-3-1-4 {
  display: none;
}
.c-toggle-3-1-4 .dropdown-toggle-button-3-1-4:checked ~ .dropdown-options-3-1-4 {
  display: block;
}
.c-toggle-3-1-4 .dropdown-toggle-button-3-1-4:checked ~ .dropdown-toggle-label-3-1-4 {
  font-weight: 500;
}

.c-toggle-3-1-5 .dropdown-options-3-1-5 {
  display: none;
}
.c-toggle-3-1-5 .dropdown-toggle-button-3-1-5 {
  display: none;
}
.c-toggle-3-1-5 .dropdown-toggle-button-3-1-5:checked ~ .dropdown-options-3-1-5 {
  display: block;
}
.c-toggle-3-1-5 .dropdown-toggle-button-3-1-5:checked ~ .dropdown-toggle-label-3-1-5 {
  font-weight: 500;
}

.c-toggle-3-1-6 .dropdown-options-3-1-6 {
  display: none;
}
.c-toggle-3-1-6 .dropdown-toggle-button-3-1-6 {
  display: none;
}
.c-toggle-3-1-6 .dropdown-toggle-button-3-1-6:checked ~ .dropdown-options-3-1-6 {
  display: block;
}
.c-toggle-3-1-6 .dropdown-toggle-button-3-1-6:checked ~ .dropdown-toggle-label-3-1-6 {
  font-weight: 500;
}

.c-toggle-3-1-7 .dropdown-options-3-1-7 {
  display: none;
}
.c-toggle-3-1-7 .dropdown-toggle-button-3-1-7 {
  display: none;
}
.c-toggle-3-1-7 .dropdown-toggle-button-3-1-7:checked ~ .dropdown-options-3-1-7 {
  display: block;
}
.c-toggle-3-1-7 .dropdown-toggle-button-3-1-7:checked ~ .dropdown-toggle-label-3-1-7 {
  font-weight: 500;
}

.c-toggle-3-1-8 .dropdown-options-3-1-8 {
  display: none;
}
.c-toggle-3-1-8 .dropdown-toggle-button-3-1-8 {
  display: none;
}
.c-toggle-3-1-8 .dropdown-toggle-button-3-1-8:checked ~ .dropdown-options-3-1-8 {
  display: block;
}
.c-toggle-3-1-8 .dropdown-toggle-button-3-1-8:checked ~ .dropdown-toggle-label-3-1-8 {
  font-weight: 500;
}

.c-toggle-3-1-9 .dropdown-options-3-1-9 {
  display: none;
}
.c-toggle-3-1-9 .dropdown-toggle-button-3-1-9 {
  display: none;
}
.c-toggle-3-1-9 .dropdown-toggle-button-3-1-9:checked ~ .dropdown-options-3-1-9 {
  display: block;
}
.c-toggle-3-1-9 .dropdown-toggle-button-3-1-9:checked ~ .dropdown-toggle-label-3-1-9 {
  font-weight: 500;
}

.c-toggle-3-1-10 .dropdown-options-3-1-10 {
  display: none;
}
.c-toggle-3-1-10 .dropdown-toggle-button-3-1-10 {
  display: none;
}
.c-toggle-3-1-10 .dropdown-toggle-button-3-1-10:checked ~ .dropdown-options-3-1-10 {
  display: block;
}
.c-toggle-3-1-10 .dropdown-toggle-button-3-1-10:checked ~ .dropdown-toggle-label-3-1-10 {
  font-weight: 500;
}

.c-toggle-3-2 .dropdown-options-3-2 {
  display: none;
}
.c-toggle-3-2 .dropdown-toggle-button-3-2 {
  display: none;
}
.c-toggle-3-2 .dropdown-toggle-button-3-2:checked ~ .dropdown-options-3-2 {
  display: block;
}
.c-toggle-3-2 .dropdown-toggle-button-3-2:checked ~ .dropdown-toggle-label-3-2 {
  font-weight: bold;
}
.c-toggle-3-2 .dropdown-toggle-button-3-2:checked ~ .dropdown-toggle-label-3-2 h3 {
  font-weight: bold;
}

.c-toggle-3-2-1 .dropdown-options-3-2-1 {
  display: none;
}
.c-toggle-3-2-1 .dropdown-toggle-button-3-2-1 {
  display: none;
}
.c-toggle-3-2-1 .dropdown-toggle-button-3-2-1:checked ~ .dropdown-options-3-2-1 {
  display: block;
}
.c-toggle-3-2-1 .dropdown-toggle-button-3-2-1:checked ~ .dropdown-toggle-label-3-2-1 {
  font-weight: 500;
}

.c-toggle-3-2-2 .dropdown-options-3-2-2 {
  display: none;
}
.c-toggle-3-2-2 .dropdown-toggle-button-3-2-2 {
  display: none;
}
.c-toggle-3-2-2 .dropdown-toggle-button-3-2-2:checked ~ .dropdown-options-3-2-2 {
  display: block;
}
.c-toggle-3-2-2 .dropdown-toggle-button-3-2-2:checked ~ .dropdown-toggle-label-3-2-2 {
  font-weight: 500;
}

.c-toggle-3-2-3 .dropdown-options-3-2-3 {
  display: none;
}
.c-toggle-3-2-3 .dropdown-toggle-button-3-2-3 {
  display: none;
}
.c-toggle-3-2-3 .dropdown-toggle-button-3-2-3:checked ~ .dropdown-options-3-2-3 {
  display: block;
}
.c-toggle-3-2-3 .dropdown-toggle-button-3-2-3:checked ~ .dropdown-toggle-label-3-2-3 {
  font-weight: 500;
}

.c-toggle-3-2-4 .dropdown-options-3-2-4 {
  display: none;
}
.c-toggle-3-2-4 .dropdown-toggle-button-3-2-4 {
  display: none;
}
.c-toggle-3-2-4 .dropdown-toggle-button-3-2-4:checked ~ .dropdown-options-3-2-4 {
  display: block;
}
.c-toggle-3-2-4 .dropdown-toggle-button-3-2-4:checked ~ .dropdown-toggle-label-3-2-4 {
  font-weight: 500;
}

.c-toggle-3-2-5 .dropdown-options-3-2-5 {
  display: none;
}
.c-toggle-3-2-5 .dropdown-toggle-button-3-2-5 {
  display: none;
}
.c-toggle-3-2-5 .dropdown-toggle-button-3-2-5:checked ~ .dropdown-options-3-2-5 {
  display: block;
}
.c-toggle-3-2-5 .dropdown-toggle-button-3-2-5:checked ~ .dropdown-toggle-label-3-2-5 {
  font-weight: 500;
}

.c-toggle-3-2-6 .dropdown-options-3-2-6 {
  display: none;
}
.c-toggle-3-2-6 .dropdown-toggle-button-3-2-6 {
  display: none;
}
.c-toggle-3-2-6 .dropdown-toggle-button-3-2-6:checked ~ .dropdown-options-3-2-6 {
  display: block;
}
.c-toggle-3-2-6 .dropdown-toggle-button-3-2-6:checked ~ .dropdown-toggle-label-3-2-6 {
  font-weight: 500;
}

.c-toggle-3-2-7 .dropdown-options-3-2-7 {
  display: none;
}
.c-toggle-3-2-7 .dropdown-toggle-button-3-2-7 {
  display: none;
}
.c-toggle-3-2-7 .dropdown-toggle-button-3-2-7:checked ~ .dropdown-options-3-2-7 {
  display: block;
}
.c-toggle-3-2-7 .dropdown-toggle-button-3-2-7:checked ~ .dropdown-toggle-label-3-2-7 {
  font-weight: 500;
}

.c-toggle-3-2-8 .dropdown-options-3-2-8 {
  display: none;
}
.c-toggle-3-2-8 .dropdown-toggle-button-3-2-8 {
  display: none;
}
.c-toggle-3-2-8 .dropdown-toggle-button-3-2-8:checked ~ .dropdown-options-3-2-8 {
  display: block;
}
.c-toggle-3-2-8 .dropdown-toggle-button-3-2-8:checked ~ .dropdown-toggle-label-3-2-8 {
  font-weight: 500;
}

.c-toggle-3-2-9 .dropdown-options-3-2-9 {
  display: none;
}
.c-toggle-3-2-9 .dropdown-toggle-button-3-2-9 {
  display: none;
}
.c-toggle-3-2-9 .dropdown-toggle-button-3-2-9:checked ~ .dropdown-options-3-2-9 {
  display: block;
}
.c-toggle-3-2-9 .dropdown-toggle-button-3-2-9:checked ~ .dropdown-toggle-label-3-2-9 {
  font-weight: 500;
}

.c-toggle-3-2-10 .dropdown-options-3-2-10 {
  display: none;
}
.c-toggle-3-2-10 .dropdown-toggle-button-3-2-10 {
  display: none;
}
.c-toggle-3-2-10 .dropdown-toggle-button-3-2-10:checked ~ .dropdown-options-3-2-10 {
  display: block;
}
.c-toggle-3-2-10 .dropdown-toggle-button-3-2-10:checked ~ .dropdown-toggle-label-3-2-10 {
  font-weight: 500;
}

.c-toggle-3-3 .dropdown-options-3-3 {
  display: none;
}
.c-toggle-3-3 .dropdown-toggle-button-3-3 {
  display: none;
}
.c-toggle-3-3 .dropdown-toggle-button-3-3:checked ~ .dropdown-options-3-3 {
  display: block;
}
.c-toggle-3-3 .dropdown-toggle-button-3-3:checked ~ .dropdown-toggle-label-3-3 {
  font-weight: bold;
}
.c-toggle-3-3 .dropdown-toggle-button-3-3:checked ~ .dropdown-toggle-label-3-3 h3 {
  font-weight: bold;
}

.c-toggle-3-3-1 .dropdown-options-3-3-1 {
  display: none;
}
.c-toggle-3-3-1 .dropdown-toggle-button-3-3-1 {
  display: none;
}
.c-toggle-3-3-1 .dropdown-toggle-button-3-3-1:checked ~ .dropdown-options-3-3-1 {
  display: block;
}
.c-toggle-3-3-1 .dropdown-toggle-button-3-3-1:checked ~ .dropdown-toggle-label-3-3-1 {
  font-weight: 500;
}

.c-toggle-3-3-2 .dropdown-options-3-3-2 {
  display: none;
}
.c-toggle-3-3-2 .dropdown-toggle-button-3-3-2 {
  display: none;
}
.c-toggle-3-3-2 .dropdown-toggle-button-3-3-2:checked ~ .dropdown-options-3-3-2 {
  display: block;
}
.c-toggle-3-3-2 .dropdown-toggle-button-3-3-2:checked ~ .dropdown-toggle-label-3-3-2 {
  font-weight: 500;
}

.c-toggle-3-3-3 .dropdown-options-3-3-3 {
  display: none;
}
.c-toggle-3-3-3 .dropdown-toggle-button-3-3-3 {
  display: none;
}
.c-toggle-3-3-3 .dropdown-toggle-button-3-3-3:checked ~ .dropdown-options-3-3-3 {
  display: block;
}
.c-toggle-3-3-3 .dropdown-toggle-button-3-3-3:checked ~ .dropdown-toggle-label-3-3-3 {
  font-weight: 500;
}

.c-toggle-3-3-4 .dropdown-options-3-3-4 {
  display: none;
}
.c-toggle-3-3-4 .dropdown-toggle-button-3-3-4 {
  display: none;
}
.c-toggle-3-3-4 .dropdown-toggle-button-3-3-4:checked ~ .dropdown-options-3-3-4 {
  display: block;
}
.c-toggle-3-3-4 .dropdown-toggle-button-3-3-4:checked ~ .dropdown-toggle-label-3-3-4 {
  font-weight: 500;
}

.c-toggle-3-3-5 .dropdown-options-3-3-5 {
  display: none;
}
.c-toggle-3-3-5 .dropdown-toggle-button-3-3-5 {
  display: none;
}
.c-toggle-3-3-5 .dropdown-toggle-button-3-3-5:checked ~ .dropdown-options-3-3-5 {
  display: block;
}
.c-toggle-3-3-5 .dropdown-toggle-button-3-3-5:checked ~ .dropdown-toggle-label-3-3-5 {
  font-weight: 500;
}

.c-toggle-3-3-6 .dropdown-options-3-3-6 {
  display: none;
}
.c-toggle-3-3-6 .dropdown-toggle-button-3-3-6 {
  display: none;
}
.c-toggle-3-3-6 .dropdown-toggle-button-3-3-6:checked ~ .dropdown-options-3-3-6 {
  display: block;
}
.c-toggle-3-3-6 .dropdown-toggle-button-3-3-6:checked ~ .dropdown-toggle-label-3-3-6 {
  font-weight: 500;
}

.c-toggle-3-3-7 .dropdown-options-3-3-7 {
  display: none;
}
.c-toggle-3-3-7 .dropdown-toggle-button-3-3-7 {
  display: none;
}
.c-toggle-3-3-7 .dropdown-toggle-button-3-3-7:checked ~ .dropdown-options-3-3-7 {
  display: block;
}
.c-toggle-3-3-7 .dropdown-toggle-button-3-3-7:checked ~ .dropdown-toggle-label-3-3-7 {
  font-weight: 500;
}

.c-toggle-3-3-8 .dropdown-options-3-3-8 {
  display: none;
}
.c-toggle-3-3-8 .dropdown-toggle-button-3-3-8 {
  display: none;
}
.c-toggle-3-3-8 .dropdown-toggle-button-3-3-8:checked ~ .dropdown-options-3-3-8 {
  display: block;
}
.c-toggle-3-3-8 .dropdown-toggle-button-3-3-8:checked ~ .dropdown-toggle-label-3-3-8 {
  font-weight: 500;
}

.c-toggle-3-3-9 .dropdown-options-3-3-9 {
  display: none;
}
.c-toggle-3-3-9 .dropdown-toggle-button-3-3-9 {
  display: none;
}
.c-toggle-3-3-9 .dropdown-toggle-button-3-3-9:checked ~ .dropdown-options-3-3-9 {
  display: block;
}
.c-toggle-3-3-9 .dropdown-toggle-button-3-3-9:checked ~ .dropdown-toggle-label-3-3-9 {
  font-weight: 500;
}

.c-toggle-3-3-10 .dropdown-options-3-3-10 {
  display: none;
}
.c-toggle-3-3-10 .dropdown-toggle-button-3-3-10 {
  display: none;
}
.c-toggle-3-3-10 .dropdown-toggle-button-3-3-10:checked ~ .dropdown-options-3-3-10 {
  display: block;
}
.c-toggle-3-3-10 .dropdown-toggle-button-3-3-10:checked ~ .dropdown-toggle-label-3-3-10 {
  font-weight: 500;
}

.c-toggle-3-4 .dropdown-options-3-4 {
  display: none;
}
.c-toggle-3-4 .dropdown-toggle-button-3-4 {
  display: none;
}
.c-toggle-3-4 .dropdown-toggle-button-3-4:checked ~ .dropdown-options-3-4 {
  display: block;
}
.c-toggle-3-4 .dropdown-toggle-button-3-4:checked ~ .dropdown-toggle-label-3-4 {
  font-weight: bold;
}
.c-toggle-3-4 .dropdown-toggle-button-3-4:checked ~ .dropdown-toggle-label-3-4 h3 {
  font-weight: bold;
}

.c-toggle-3-4-1 .dropdown-options-3-4-1 {
  display: none;
}
.c-toggle-3-4-1 .dropdown-toggle-button-3-4-1 {
  display: none;
}
.c-toggle-3-4-1 .dropdown-toggle-button-3-4-1:checked ~ .dropdown-options-3-4-1 {
  display: block;
}
.c-toggle-3-4-1 .dropdown-toggle-button-3-4-1:checked ~ .dropdown-toggle-label-3-4-1 {
  font-weight: 500;
}

.c-toggle-3-4-2 .dropdown-options-3-4-2 {
  display: none;
}
.c-toggle-3-4-2 .dropdown-toggle-button-3-4-2 {
  display: none;
}
.c-toggle-3-4-2 .dropdown-toggle-button-3-4-2:checked ~ .dropdown-options-3-4-2 {
  display: block;
}
.c-toggle-3-4-2 .dropdown-toggle-button-3-4-2:checked ~ .dropdown-toggle-label-3-4-2 {
  font-weight: 500;
}

.c-toggle-3-4-3 .dropdown-options-3-4-3 {
  display: none;
}
.c-toggle-3-4-3 .dropdown-toggle-button-3-4-3 {
  display: none;
}
.c-toggle-3-4-3 .dropdown-toggle-button-3-4-3:checked ~ .dropdown-options-3-4-3 {
  display: block;
}
.c-toggle-3-4-3 .dropdown-toggle-button-3-4-3:checked ~ .dropdown-toggle-label-3-4-3 {
  font-weight: 500;
}

.c-toggle-3-4-4 .dropdown-options-3-4-4 {
  display: none;
}
.c-toggle-3-4-4 .dropdown-toggle-button-3-4-4 {
  display: none;
}
.c-toggle-3-4-4 .dropdown-toggle-button-3-4-4:checked ~ .dropdown-options-3-4-4 {
  display: block;
}
.c-toggle-3-4-4 .dropdown-toggle-button-3-4-4:checked ~ .dropdown-toggle-label-3-4-4 {
  font-weight: 500;
}

.c-toggle-3-4-5 .dropdown-options-3-4-5 {
  display: none;
}
.c-toggle-3-4-5 .dropdown-toggle-button-3-4-5 {
  display: none;
}
.c-toggle-3-4-5 .dropdown-toggle-button-3-4-5:checked ~ .dropdown-options-3-4-5 {
  display: block;
}
.c-toggle-3-4-5 .dropdown-toggle-button-3-4-5:checked ~ .dropdown-toggle-label-3-4-5 {
  font-weight: 500;
}

.c-toggle-3-4-6 .dropdown-options-3-4-6 {
  display: none;
}
.c-toggle-3-4-6 .dropdown-toggle-button-3-4-6 {
  display: none;
}
.c-toggle-3-4-6 .dropdown-toggle-button-3-4-6:checked ~ .dropdown-options-3-4-6 {
  display: block;
}
.c-toggle-3-4-6 .dropdown-toggle-button-3-4-6:checked ~ .dropdown-toggle-label-3-4-6 {
  font-weight: 500;
}

.c-toggle-3-4-7 .dropdown-options-3-4-7 {
  display: none;
}
.c-toggle-3-4-7 .dropdown-toggle-button-3-4-7 {
  display: none;
}
.c-toggle-3-4-7 .dropdown-toggle-button-3-4-7:checked ~ .dropdown-options-3-4-7 {
  display: block;
}
.c-toggle-3-4-7 .dropdown-toggle-button-3-4-7:checked ~ .dropdown-toggle-label-3-4-7 {
  font-weight: 500;
}

.c-toggle-3-4-8 .dropdown-options-3-4-8 {
  display: none;
}
.c-toggle-3-4-8 .dropdown-toggle-button-3-4-8 {
  display: none;
}
.c-toggle-3-4-8 .dropdown-toggle-button-3-4-8:checked ~ .dropdown-options-3-4-8 {
  display: block;
}
.c-toggle-3-4-8 .dropdown-toggle-button-3-4-8:checked ~ .dropdown-toggle-label-3-4-8 {
  font-weight: 500;
}

.c-toggle-3-4-9 .dropdown-options-3-4-9 {
  display: none;
}
.c-toggle-3-4-9 .dropdown-toggle-button-3-4-9 {
  display: none;
}
.c-toggle-3-4-9 .dropdown-toggle-button-3-4-9:checked ~ .dropdown-options-3-4-9 {
  display: block;
}
.c-toggle-3-4-9 .dropdown-toggle-button-3-4-9:checked ~ .dropdown-toggle-label-3-4-9 {
  font-weight: 500;
}

.c-toggle-3-4-10 .dropdown-options-3-4-10 {
  display: none;
}
.c-toggle-3-4-10 .dropdown-toggle-button-3-4-10 {
  display: none;
}
.c-toggle-3-4-10 .dropdown-toggle-button-3-4-10:checked ~ .dropdown-options-3-4-10 {
  display: block;
}
.c-toggle-3-4-10 .dropdown-toggle-button-3-4-10:checked ~ .dropdown-toggle-label-3-4-10 {
  font-weight: 500;
}

.c-toggle-3-5 .dropdown-options-3-5 {
  display: none;
}
.c-toggle-3-5 .dropdown-toggle-button-3-5 {
  display: none;
}
.c-toggle-3-5 .dropdown-toggle-button-3-5:checked ~ .dropdown-options-3-5 {
  display: block;
}
.c-toggle-3-5 .dropdown-toggle-button-3-5:checked ~ .dropdown-toggle-label-3-5 {
  font-weight: bold;
}
.c-toggle-3-5 .dropdown-toggle-button-3-5:checked ~ .dropdown-toggle-label-3-5 h3 {
  font-weight: bold;
}

.c-toggle-3-5-1 .dropdown-options-3-5-1 {
  display: none;
}
.c-toggle-3-5-1 .dropdown-toggle-button-3-5-1 {
  display: none;
}
.c-toggle-3-5-1 .dropdown-toggle-button-3-5-1:checked ~ .dropdown-options-3-5-1 {
  display: block;
}
.c-toggle-3-5-1 .dropdown-toggle-button-3-5-1:checked ~ .dropdown-toggle-label-3-5-1 {
  font-weight: 500;
}

.c-toggle-3-5-2 .dropdown-options-3-5-2 {
  display: none;
}
.c-toggle-3-5-2 .dropdown-toggle-button-3-5-2 {
  display: none;
}
.c-toggle-3-5-2 .dropdown-toggle-button-3-5-2:checked ~ .dropdown-options-3-5-2 {
  display: block;
}
.c-toggle-3-5-2 .dropdown-toggle-button-3-5-2:checked ~ .dropdown-toggle-label-3-5-2 {
  font-weight: 500;
}

.c-toggle-3-5-3 .dropdown-options-3-5-3 {
  display: none;
}
.c-toggle-3-5-3 .dropdown-toggle-button-3-5-3 {
  display: none;
}
.c-toggle-3-5-3 .dropdown-toggle-button-3-5-3:checked ~ .dropdown-options-3-5-3 {
  display: block;
}
.c-toggle-3-5-3 .dropdown-toggle-button-3-5-3:checked ~ .dropdown-toggle-label-3-5-3 {
  font-weight: 500;
}

.c-toggle-3-5-4 .dropdown-options-3-5-4 {
  display: none;
}
.c-toggle-3-5-4 .dropdown-toggle-button-3-5-4 {
  display: none;
}
.c-toggle-3-5-4 .dropdown-toggle-button-3-5-4:checked ~ .dropdown-options-3-5-4 {
  display: block;
}
.c-toggle-3-5-4 .dropdown-toggle-button-3-5-4:checked ~ .dropdown-toggle-label-3-5-4 {
  font-weight: 500;
}

.c-toggle-3-5-5 .dropdown-options-3-5-5 {
  display: none;
}
.c-toggle-3-5-5 .dropdown-toggle-button-3-5-5 {
  display: none;
}
.c-toggle-3-5-5 .dropdown-toggle-button-3-5-5:checked ~ .dropdown-options-3-5-5 {
  display: block;
}
.c-toggle-3-5-5 .dropdown-toggle-button-3-5-5:checked ~ .dropdown-toggle-label-3-5-5 {
  font-weight: 500;
}

.c-toggle-3-5-6 .dropdown-options-3-5-6 {
  display: none;
}
.c-toggle-3-5-6 .dropdown-toggle-button-3-5-6 {
  display: none;
}
.c-toggle-3-5-6 .dropdown-toggle-button-3-5-6:checked ~ .dropdown-options-3-5-6 {
  display: block;
}
.c-toggle-3-5-6 .dropdown-toggle-button-3-5-6:checked ~ .dropdown-toggle-label-3-5-6 {
  font-weight: 500;
}

.c-toggle-3-5-7 .dropdown-options-3-5-7 {
  display: none;
}
.c-toggle-3-5-7 .dropdown-toggle-button-3-5-7 {
  display: none;
}
.c-toggle-3-5-7 .dropdown-toggle-button-3-5-7:checked ~ .dropdown-options-3-5-7 {
  display: block;
}
.c-toggle-3-5-7 .dropdown-toggle-button-3-5-7:checked ~ .dropdown-toggle-label-3-5-7 {
  font-weight: 500;
}

.c-toggle-3-5-8 .dropdown-options-3-5-8 {
  display: none;
}
.c-toggle-3-5-8 .dropdown-toggle-button-3-5-8 {
  display: none;
}
.c-toggle-3-5-8 .dropdown-toggle-button-3-5-8:checked ~ .dropdown-options-3-5-8 {
  display: block;
}
.c-toggle-3-5-8 .dropdown-toggle-button-3-5-8:checked ~ .dropdown-toggle-label-3-5-8 {
  font-weight: 500;
}

.c-toggle-3-5-9 .dropdown-options-3-5-9 {
  display: none;
}
.c-toggle-3-5-9 .dropdown-toggle-button-3-5-9 {
  display: none;
}
.c-toggle-3-5-9 .dropdown-toggle-button-3-5-9:checked ~ .dropdown-options-3-5-9 {
  display: block;
}
.c-toggle-3-5-9 .dropdown-toggle-button-3-5-9:checked ~ .dropdown-toggle-label-3-5-9 {
  font-weight: 500;
}

.c-toggle-3-5-10 .dropdown-options-3-5-10 {
  display: none;
}
.c-toggle-3-5-10 .dropdown-toggle-button-3-5-10 {
  display: none;
}
.c-toggle-3-5-10 .dropdown-toggle-button-3-5-10:checked ~ .dropdown-options-3-5-10 {
  display: block;
}
.c-toggle-3-5-10 .dropdown-toggle-button-3-5-10:checked ~ .dropdown-toggle-label-3-5-10 {
  font-weight: 500;
}

.c-toggle-3-6 .dropdown-options-3-6 {
  display: none;
}
.c-toggle-3-6 .dropdown-toggle-button-3-6 {
  display: none;
}
.c-toggle-3-6 .dropdown-toggle-button-3-6:checked ~ .dropdown-options-3-6 {
  display: block;
}
.c-toggle-3-6 .dropdown-toggle-button-3-6:checked ~ .dropdown-toggle-label-3-6 {
  font-weight: bold;
}
.c-toggle-3-6 .dropdown-toggle-button-3-6:checked ~ .dropdown-toggle-label-3-6 h3 {
  font-weight: bold;
}

.c-toggle-3-6-1 .dropdown-options-3-6-1 {
  display: none;
}
.c-toggle-3-6-1 .dropdown-toggle-button-3-6-1 {
  display: none;
}
.c-toggle-3-6-1 .dropdown-toggle-button-3-6-1:checked ~ .dropdown-options-3-6-1 {
  display: block;
}
.c-toggle-3-6-1 .dropdown-toggle-button-3-6-1:checked ~ .dropdown-toggle-label-3-6-1 {
  font-weight: 500;
}

.c-toggle-3-6-2 .dropdown-options-3-6-2 {
  display: none;
}
.c-toggle-3-6-2 .dropdown-toggle-button-3-6-2 {
  display: none;
}
.c-toggle-3-6-2 .dropdown-toggle-button-3-6-2:checked ~ .dropdown-options-3-6-2 {
  display: block;
}
.c-toggle-3-6-2 .dropdown-toggle-button-3-6-2:checked ~ .dropdown-toggle-label-3-6-2 {
  font-weight: 500;
}

.c-toggle-3-6-3 .dropdown-options-3-6-3 {
  display: none;
}
.c-toggle-3-6-3 .dropdown-toggle-button-3-6-3 {
  display: none;
}
.c-toggle-3-6-3 .dropdown-toggle-button-3-6-3:checked ~ .dropdown-options-3-6-3 {
  display: block;
}
.c-toggle-3-6-3 .dropdown-toggle-button-3-6-3:checked ~ .dropdown-toggle-label-3-6-3 {
  font-weight: 500;
}

.c-toggle-3-6-4 .dropdown-options-3-6-4 {
  display: none;
}
.c-toggle-3-6-4 .dropdown-toggle-button-3-6-4 {
  display: none;
}
.c-toggle-3-6-4 .dropdown-toggle-button-3-6-4:checked ~ .dropdown-options-3-6-4 {
  display: block;
}
.c-toggle-3-6-4 .dropdown-toggle-button-3-6-4:checked ~ .dropdown-toggle-label-3-6-4 {
  font-weight: 500;
}

.c-toggle-3-6-5 .dropdown-options-3-6-5 {
  display: none;
}
.c-toggle-3-6-5 .dropdown-toggle-button-3-6-5 {
  display: none;
}
.c-toggle-3-6-5 .dropdown-toggle-button-3-6-5:checked ~ .dropdown-options-3-6-5 {
  display: block;
}
.c-toggle-3-6-5 .dropdown-toggle-button-3-6-5:checked ~ .dropdown-toggle-label-3-6-5 {
  font-weight: 500;
}

.c-toggle-3-6-6 .dropdown-options-3-6-6 {
  display: none;
}
.c-toggle-3-6-6 .dropdown-toggle-button-3-6-6 {
  display: none;
}
.c-toggle-3-6-6 .dropdown-toggle-button-3-6-6:checked ~ .dropdown-options-3-6-6 {
  display: block;
}
.c-toggle-3-6-6 .dropdown-toggle-button-3-6-6:checked ~ .dropdown-toggle-label-3-6-6 {
  font-weight: 500;
}

.c-toggle-3-6-7 .dropdown-options-3-6-7 {
  display: none;
}
.c-toggle-3-6-7 .dropdown-toggle-button-3-6-7 {
  display: none;
}
.c-toggle-3-6-7 .dropdown-toggle-button-3-6-7:checked ~ .dropdown-options-3-6-7 {
  display: block;
}
.c-toggle-3-6-7 .dropdown-toggle-button-3-6-7:checked ~ .dropdown-toggle-label-3-6-7 {
  font-weight: 500;
}

.c-toggle-3-6-8 .dropdown-options-3-6-8 {
  display: none;
}
.c-toggle-3-6-8 .dropdown-toggle-button-3-6-8 {
  display: none;
}
.c-toggle-3-6-8 .dropdown-toggle-button-3-6-8:checked ~ .dropdown-options-3-6-8 {
  display: block;
}
.c-toggle-3-6-8 .dropdown-toggle-button-3-6-8:checked ~ .dropdown-toggle-label-3-6-8 {
  font-weight: 500;
}

.c-toggle-3-6-9 .dropdown-options-3-6-9 {
  display: none;
}
.c-toggle-3-6-9 .dropdown-toggle-button-3-6-9 {
  display: none;
}
.c-toggle-3-6-9 .dropdown-toggle-button-3-6-9:checked ~ .dropdown-options-3-6-9 {
  display: block;
}
.c-toggle-3-6-9 .dropdown-toggle-button-3-6-9:checked ~ .dropdown-toggle-label-3-6-9 {
  font-weight: 500;
}

.c-toggle-3-6-10 .dropdown-options-3-6-10 {
  display: none;
}
.c-toggle-3-6-10 .dropdown-toggle-button-3-6-10 {
  display: none;
}
.c-toggle-3-6-10 .dropdown-toggle-button-3-6-10:checked ~ .dropdown-options-3-6-10 {
  display: block;
}
.c-toggle-3-6-10 .dropdown-toggle-button-3-6-10:checked ~ .dropdown-toggle-label-3-6-10 {
  font-weight: 500;
}

.c-toggle-3-7 .dropdown-options-3-7 {
  display: none;
}
.c-toggle-3-7 .dropdown-toggle-button-3-7 {
  display: none;
}
.c-toggle-3-7 .dropdown-toggle-button-3-7:checked ~ .dropdown-options-3-7 {
  display: block;
}
.c-toggle-3-7 .dropdown-toggle-button-3-7:checked ~ .dropdown-toggle-label-3-7 {
  font-weight: bold;
}
.c-toggle-3-7 .dropdown-toggle-button-3-7:checked ~ .dropdown-toggle-label-3-7 h3 {
  font-weight: bold;
}

.c-toggle-3-7-1 .dropdown-options-3-7-1 {
  display: none;
}
.c-toggle-3-7-1 .dropdown-toggle-button-3-7-1 {
  display: none;
}
.c-toggle-3-7-1 .dropdown-toggle-button-3-7-1:checked ~ .dropdown-options-3-7-1 {
  display: block;
}
.c-toggle-3-7-1 .dropdown-toggle-button-3-7-1:checked ~ .dropdown-toggle-label-3-7-1 {
  font-weight: 500;
}

.c-toggle-3-7-2 .dropdown-options-3-7-2 {
  display: none;
}
.c-toggle-3-7-2 .dropdown-toggle-button-3-7-2 {
  display: none;
}
.c-toggle-3-7-2 .dropdown-toggle-button-3-7-2:checked ~ .dropdown-options-3-7-2 {
  display: block;
}
.c-toggle-3-7-2 .dropdown-toggle-button-3-7-2:checked ~ .dropdown-toggle-label-3-7-2 {
  font-weight: 500;
}

.c-toggle-3-7-3 .dropdown-options-3-7-3 {
  display: none;
}
.c-toggle-3-7-3 .dropdown-toggle-button-3-7-3 {
  display: none;
}
.c-toggle-3-7-3 .dropdown-toggle-button-3-7-3:checked ~ .dropdown-options-3-7-3 {
  display: block;
}
.c-toggle-3-7-3 .dropdown-toggle-button-3-7-3:checked ~ .dropdown-toggle-label-3-7-3 {
  font-weight: 500;
}

.c-toggle-3-7-4 .dropdown-options-3-7-4 {
  display: none;
}
.c-toggle-3-7-4 .dropdown-toggle-button-3-7-4 {
  display: none;
}
.c-toggle-3-7-4 .dropdown-toggle-button-3-7-4:checked ~ .dropdown-options-3-7-4 {
  display: block;
}
.c-toggle-3-7-4 .dropdown-toggle-button-3-7-4:checked ~ .dropdown-toggle-label-3-7-4 {
  font-weight: 500;
}

.c-toggle-3-7-5 .dropdown-options-3-7-5 {
  display: none;
}
.c-toggle-3-7-5 .dropdown-toggle-button-3-7-5 {
  display: none;
}
.c-toggle-3-7-5 .dropdown-toggle-button-3-7-5:checked ~ .dropdown-options-3-7-5 {
  display: block;
}
.c-toggle-3-7-5 .dropdown-toggle-button-3-7-5:checked ~ .dropdown-toggle-label-3-7-5 {
  font-weight: 500;
}

.c-toggle-3-7-6 .dropdown-options-3-7-6 {
  display: none;
}
.c-toggle-3-7-6 .dropdown-toggle-button-3-7-6 {
  display: none;
}
.c-toggle-3-7-6 .dropdown-toggle-button-3-7-6:checked ~ .dropdown-options-3-7-6 {
  display: block;
}
.c-toggle-3-7-6 .dropdown-toggle-button-3-7-6:checked ~ .dropdown-toggle-label-3-7-6 {
  font-weight: 500;
}

.c-toggle-3-7-7 .dropdown-options-3-7-7 {
  display: none;
}
.c-toggle-3-7-7 .dropdown-toggle-button-3-7-7 {
  display: none;
}
.c-toggle-3-7-7 .dropdown-toggle-button-3-7-7:checked ~ .dropdown-options-3-7-7 {
  display: block;
}
.c-toggle-3-7-7 .dropdown-toggle-button-3-7-7:checked ~ .dropdown-toggle-label-3-7-7 {
  font-weight: 500;
}

.c-toggle-3-7-8 .dropdown-options-3-7-8 {
  display: none;
}
.c-toggle-3-7-8 .dropdown-toggle-button-3-7-8 {
  display: none;
}
.c-toggle-3-7-8 .dropdown-toggle-button-3-7-8:checked ~ .dropdown-options-3-7-8 {
  display: block;
}
.c-toggle-3-7-8 .dropdown-toggle-button-3-7-8:checked ~ .dropdown-toggle-label-3-7-8 {
  font-weight: 500;
}

.c-toggle-3-7-9 .dropdown-options-3-7-9 {
  display: none;
}
.c-toggle-3-7-9 .dropdown-toggle-button-3-7-9 {
  display: none;
}
.c-toggle-3-7-9 .dropdown-toggle-button-3-7-9:checked ~ .dropdown-options-3-7-9 {
  display: block;
}
.c-toggle-3-7-9 .dropdown-toggle-button-3-7-9:checked ~ .dropdown-toggle-label-3-7-9 {
  font-weight: 500;
}

.c-toggle-3-7-10 .dropdown-options-3-7-10 {
  display: none;
}
.c-toggle-3-7-10 .dropdown-toggle-button-3-7-10 {
  display: none;
}
.c-toggle-3-7-10 .dropdown-toggle-button-3-7-10:checked ~ .dropdown-options-3-7-10 {
  display: block;
}
.c-toggle-3-7-10 .dropdown-toggle-button-3-7-10:checked ~ .dropdown-toggle-label-3-7-10 {
  font-weight: 500;
}

.c-toggle-3-8 .dropdown-options-3-8 {
  display: none;
}
.c-toggle-3-8 .dropdown-toggle-button-3-8 {
  display: none;
}
.c-toggle-3-8 .dropdown-toggle-button-3-8:checked ~ .dropdown-options-3-8 {
  display: block;
}
.c-toggle-3-8 .dropdown-toggle-button-3-8:checked ~ .dropdown-toggle-label-3-8 {
  font-weight: bold;
}
.c-toggle-3-8 .dropdown-toggle-button-3-8:checked ~ .dropdown-toggle-label-3-8 h3 {
  font-weight: bold;
}

.c-toggle-3-8-1 .dropdown-options-3-8-1 {
  display: none;
}
.c-toggle-3-8-1 .dropdown-toggle-button-3-8-1 {
  display: none;
}
.c-toggle-3-8-1 .dropdown-toggle-button-3-8-1:checked ~ .dropdown-options-3-8-1 {
  display: block;
}
.c-toggle-3-8-1 .dropdown-toggle-button-3-8-1:checked ~ .dropdown-toggle-label-3-8-1 {
  font-weight: 500;
}

.c-toggle-3-8-2 .dropdown-options-3-8-2 {
  display: none;
}
.c-toggle-3-8-2 .dropdown-toggle-button-3-8-2 {
  display: none;
}
.c-toggle-3-8-2 .dropdown-toggle-button-3-8-2:checked ~ .dropdown-options-3-8-2 {
  display: block;
}
.c-toggle-3-8-2 .dropdown-toggle-button-3-8-2:checked ~ .dropdown-toggle-label-3-8-2 {
  font-weight: 500;
}

.c-toggle-3-8-3 .dropdown-options-3-8-3 {
  display: none;
}
.c-toggle-3-8-3 .dropdown-toggle-button-3-8-3 {
  display: none;
}
.c-toggle-3-8-3 .dropdown-toggle-button-3-8-3:checked ~ .dropdown-options-3-8-3 {
  display: block;
}
.c-toggle-3-8-3 .dropdown-toggle-button-3-8-3:checked ~ .dropdown-toggle-label-3-8-3 {
  font-weight: 500;
}

.c-toggle-3-8-4 .dropdown-options-3-8-4 {
  display: none;
}
.c-toggle-3-8-4 .dropdown-toggle-button-3-8-4 {
  display: none;
}
.c-toggle-3-8-4 .dropdown-toggle-button-3-8-4:checked ~ .dropdown-options-3-8-4 {
  display: block;
}
.c-toggle-3-8-4 .dropdown-toggle-button-3-8-4:checked ~ .dropdown-toggle-label-3-8-4 {
  font-weight: 500;
}

.c-toggle-3-8-5 .dropdown-options-3-8-5 {
  display: none;
}
.c-toggle-3-8-5 .dropdown-toggle-button-3-8-5 {
  display: none;
}
.c-toggle-3-8-5 .dropdown-toggle-button-3-8-5:checked ~ .dropdown-options-3-8-5 {
  display: block;
}
.c-toggle-3-8-5 .dropdown-toggle-button-3-8-5:checked ~ .dropdown-toggle-label-3-8-5 {
  font-weight: 500;
}

.c-toggle-3-8-6 .dropdown-options-3-8-6 {
  display: none;
}
.c-toggle-3-8-6 .dropdown-toggle-button-3-8-6 {
  display: none;
}
.c-toggle-3-8-6 .dropdown-toggle-button-3-8-6:checked ~ .dropdown-options-3-8-6 {
  display: block;
}
.c-toggle-3-8-6 .dropdown-toggle-button-3-8-6:checked ~ .dropdown-toggle-label-3-8-6 {
  font-weight: 500;
}

.c-toggle-3-8-7 .dropdown-options-3-8-7 {
  display: none;
}
.c-toggle-3-8-7 .dropdown-toggle-button-3-8-7 {
  display: none;
}
.c-toggle-3-8-7 .dropdown-toggle-button-3-8-7:checked ~ .dropdown-options-3-8-7 {
  display: block;
}
.c-toggle-3-8-7 .dropdown-toggle-button-3-8-7:checked ~ .dropdown-toggle-label-3-8-7 {
  font-weight: 500;
}

.c-toggle-3-8-8 .dropdown-options-3-8-8 {
  display: none;
}
.c-toggle-3-8-8 .dropdown-toggle-button-3-8-8 {
  display: none;
}
.c-toggle-3-8-8 .dropdown-toggle-button-3-8-8:checked ~ .dropdown-options-3-8-8 {
  display: block;
}
.c-toggle-3-8-8 .dropdown-toggle-button-3-8-8:checked ~ .dropdown-toggle-label-3-8-8 {
  font-weight: 500;
}

.c-toggle-3-8-9 .dropdown-options-3-8-9 {
  display: none;
}
.c-toggle-3-8-9 .dropdown-toggle-button-3-8-9 {
  display: none;
}
.c-toggle-3-8-9 .dropdown-toggle-button-3-8-9:checked ~ .dropdown-options-3-8-9 {
  display: block;
}
.c-toggle-3-8-9 .dropdown-toggle-button-3-8-9:checked ~ .dropdown-toggle-label-3-8-9 {
  font-weight: 500;
}

.c-toggle-3-8-10 .dropdown-options-3-8-10 {
  display: none;
}
.c-toggle-3-8-10 .dropdown-toggle-button-3-8-10 {
  display: none;
}
.c-toggle-3-8-10 .dropdown-toggle-button-3-8-10:checked ~ .dropdown-options-3-8-10 {
  display: block;
}
.c-toggle-3-8-10 .dropdown-toggle-button-3-8-10:checked ~ .dropdown-toggle-label-3-8-10 {
  font-weight: 500;
}

.c-toggle-3-9 .dropdown-options-3-9 {
  display: none;
}
.c-toggle-3-9 .dropdown-toggle-button-3-9 {
  display: none;
}
.c-toggle-3-9 .dropdown-toggle-button-3-9:checked ~ .dropdown-options-3-9 {
  display: block;
}
.c-toggle-3-9 .dropdown-toggle-button-3-9:checked ~ .dropdown-toggle-label-3-9 {
  font-weight: bold;
}
.c-toggle-3-9 .dropdown-toggle-button-3-9:checked ~ .dropdown-toggle-label-3-9 h3 {
  font-weight: bold;
}

.c-toggle-3-9-1 .dropdown-options-3-9-1 {
  display: none;
}
.c-toggle-3-9-1 .dropdown-toggle-button-3-9-1 {
  display: none;
}
.c-toggle-3-9-1 .dropdown-toggle-button-3-9-1:checked ~ .dropdown-options-3-9-1 {
  display: block;
}
.c-toggle-3-9-1 .dropdown-toggle-button-3-9-1:checked ~ .dropdown-toggle-label-3-9-1 {
  font-weight: 500;
}

.c-toggle-3-9-2 .dropdown-options-3-9-2 {
  display: none;
}
.c-toggle-3-9-2 .dropdown-toggle-button-3-9-2 {
  display: none;
}
.c-toggle-3-9-2 .dropdown-toggle-button-3-9-2:checked ~ .dropdown-options-3-9-2 {
  display: block;
}
.c-toggle-3-9-2 .dropdown-toggle-button-3-9-2:checked ~ .dropdown-toggle-label-3-9-2 {
  font-weight: 500;
}

.c-toggle-3-9-3 .dropdown-options-3-9-3 {
  display: none;
}
.c-toggle-3-9-3 .dropdown-toggle-button-3-9-3 {
  display: none;
}
.c-toggle-3-9-3 .dropdown-toggle-button-3-9-3:checked ~ .dropdown-options-3-9-3 {
  display: block;
}
.c-toggle-3-9-3 .dropdown-toggle-button-3-9-3:checked ~ .dropdown-toggle-label-3-9-3 {
  font-weight: 500;
}

.c-toggle-3-9-4 .dropdown-options-3-9-4 {
  display: none;
}
.c-toggle-3-9-4 .dropdown-toggle-button-3-9-4 {
  display: none;
}
.c-toggle-3-9-4 .dropdown-toggle-button-3-9-4:checked ~ .dropdown-options-3-9-4 {
  display: block;
}
.c-toggle-3-9-4 .dropdown-toggle-button-3-9-4:checked ~ .dropdown-toggle-label-3-9-4 {
  font-weight: 500;
}

.c-toggle-3-9-5 .dropdown-options-3-9-5 {
  display: none;
}
.c-toggle-3-9-5 .dropdown-toggle-button-3-9-5 {
  display: none;
}
.c-toggle-3-9-5 .dropdown-toggle-button-3-9-5:checked ~ .dropdown-options-3-9-5 {
  display: block;
}
.c-toggle-3-9-5 .dropdown-toggle-button-3-9-5:checked ~ .dropdown-toggle-label-3-9-5 {
  font-weight: 500;
}

.c-toggle-3-9-6 .dropdown-options-3-9-6 {
  display: none;
}
.c-toggle-3-9-6 .dropdown-toggle-button-3-9-6 {
  display: none;
}
.c-toggle-3-9-6 .dropdown-toggle-button-3-9-6:checked ~ .dropdown-options-3-9-6 {
  display: block;
}
.c-toggle-3-9-6 .dropdown-toggle-button-3-9-6:checked ~ .dropdown-toggle-label-3-9-6 {
  font-weight: 500;
}

.c-toggle-3-9-7 .dropdown-options-3-9-7 {
  display: none;
}
.c-toggle-3-9-7 .dropdown-toggle-button-3-9-7 {
  display: none;
}
.c-toggle-3-9-7 .dropdown-toggle-button-3-9-7:checked ~ .dropdown-options-3-9-7 {
  display: block;
}
.c-toggle-3-9-7 .dropdown-toggle-button-3-9-7:checked ~ .dropdown-toggle-label-3-9-7 {
  font-weight: 500;
}

.c-toggle-3-9-8 .dropdown-options-3-9-8 {
  display: none;
}
.c-toggle-3-9-8 .dropdown-toggle-button-3-9-8 {
  display: none;
}
.c-toggle-3-9-8 .dropdown-toggle-button-3-9-8:checked ~ .dropdown-options-3-9-8 {
  display: block;
}
.c-toggle-3-9-8 .dropdown-toggle-button-3-9-8:checked ~ .dropdown-toggle-label-3-9-8 {
  font-weight: 500;
}

.c-toggle-3-9-9 .dropdown-options-3-9-9 {
  display: none;
}
.c-toggle-3-9-9 .dropdown-toggle-button-3-9-9 {
  display: none;
}
.c-toggle-3-9-9 .dropdown-toggle-button-3-9-9:checked ~ .dropdown-options-3-9-9 {
  display: block;
}
.c-toggle-3-9-9 .dropdown-toggle-button-3-9-9:checked ~ .dropdown-toggle-label-3-9-9 {
  font-weight: 500;
}

.c-toggle-3-9-10 .dropdown-options-3-9-10 {
  display: none;
}
.c-toggle-3-9-10 .dropdown-toggle-button-3-9-10 {
  display: none;
}
.c-toggle-3-9-10 .dropdown-toggle-button-3-9-10:checked ~ .dropdown-options-3-9-10 {
  display: block;
}
.c-toggle-3-9-10 .dropdown-toggle-button-3-9-10:checked ~ .dropdown-toggle-label-3-9-10 {
  font-weight: 500;
}

.c-toggle-3-10 .dropdown-options-3-10 {
  display: none;
}
.c-toggle-3-10 .dropdown-toggle-button-3-10 {
  display: none;
}
.c-toggle-3-10 .dropdown-toggle-button-3-10:checked ~ .dropdown-options-3-10 {
  display: block;
}
.c-toggle-3-10 .dropdown-toggle-button-3-10:checked ~ .dropdown-toggle-label-3-10 {
  font-weight: bold;
}
.c-toggle-3-10 .dropdown-toggle-button-3-10:checked ~ .dropdown-toggle-label-3-10 h3 {
  font-weight: bold;
}

.c-toggle-3-10-1 .dropdown-options-3-10-1 {
  display: none;
}
.c-toggle-3-10-1 .dropdown-toggle-button-3-10-1 {
  display: none;
}
.c-toggle-3-10-1 .dropdown-toggle-button-3-10-1:checked ~ .dropdown-options-3-10-1 {
  display: block;
}
.c-toggle-3-10-1 .dropdown-toggle-button-3-10-1:checked ~ .dropdown-toggle-label-3-10-1 {
  font-weight: 500;
}

.c-toggle-3-10-2 .dropdown-options-3-10-2 {
  display: none;
}
.c-toggle-3-10-2 .dropdown-toggle-button-3-10-2 {
  display: none;
}
.c-toggle-3-10-2 .dropdown-toggle-button-3-10-2:checked ~ .dropdown-options-3-10-2 {
  display: block;
}
.c-toggle-3-10-2 .dropdown-toggle-button-3-10-2:checked ~ .dropdown-toggle-label-3-10-2 {
  font-weight: 500;
}

.c-toggle-3-10-3 .dropdown-options-3-10-3 {
  display: none;
}
.c-toggle-3-10-3 .dropdown-toggle-button-3-10-3 {
  display: none;
}
.c-toggle-3-10-3 .dropdown-toggle-button-3-10-3:checked ~ .dropdown-options-3-10-3 {
  display: block;
}
.c-toggle-3-10-3 .dropdown-toggle-button-3-10-3:checked ~ .dropdown-toggle-label-3-10-3 {
  font-weight: 500;
}

.c-toggle-3-10-4 .dropdown-options-3-10-4 {
  display: none;
}
.c-toggle-3-10-4 .dropdown-toggle-button-3-10-4 {
  display: none;
}
.c-toggle-3-10-4 .dropdown-toggle-button-3-10-4:checked ~ .dropdown-options-3-10-4 {
  display: block;
}
.c-toggle-3-10-4 .dropdown-toggle-button-3-10-4:checked ~ .dropdown-toggle-label-3-10-4 {
  font-weight: 500;
}

.c-toggle-3-10-5 .dropdown-options-3-10-5 {
  display: none;
}
.c-toggle-3-10-5 .dropdown-toggle-button-3-10-5 {
  display: none;
}
.c-toggle-3-10-5 .dropdown-toggle-button-3-10-5:checked ~ .dropdown-options-3-10-5 {
  display: block;
}
.c-toggle-3-10-5 .dropdown-toggle-button-3-10-5:checked ~ .dropdown-toggle-label-3-10-5 {
  font-weight: 500;
}

.c-toggle-3-10-6 .dropdown-options-3-10-6 {
  display: none;
}
.c-toggle-3-10-6 .dropdown-toggle-button-3-10-6 {
  display: none;
}
.c-toggle-3-10-6 .dropdown-toggle-button-3-10-6:checked ~ .dropdown-options-3-10-6 {
  display: block;
}
.c-toggle-3-10-6 .dropdown-toggle-button-3-10-6:checked ~ .dropdown-toggle-label-3-10-6 {
  font-weight: 500;
}

.c-toggle-3-10-7 .dropdown-options-3-10-7 {
  display: none;
}
.c-toggle-3-10-7 .dropdown-toggle-button-3-10-7 {
  display: none;
}
.c-toggle-3-10-7 .dropdown-toggle-button-3-10-7:checked ~ .dropdown-options-3-10-7 {
  display: block;
}
.c-toggle-3-10-7 .dropdown-toggle-button-3-10-7:checked ~ .dropdown-toggle-label-3-10-7 {
  font-weight: 500;
}

.c-toggle-3-10-8 .dropdown-options-3-10-8 {
  display: none;
}
.c-toggle-3-10-8 .dropdown-toggle-button-3-10-8 {
  display: none;
}
.c-toggle-3-10-8 .dropdown-toggle-button-3-10-8:checked ~ .dropdown-options-3-10-8 {
  display: block;
}
.c-toggle-3-10-8 .dropdown-toggle-button-3-10-8:checked ~ .dropdown-toggle-label-3-10-8 {
  font-weight: 500;
}

.c-toggle-3-10-9 .dropdown-options-3-10-9 {
  display: none;
}
.c-toggle-3-10-9 .dropdown-toggle-button-3-10-9 {
  display: none;
}
.c-toggle-3-10-9 .dropdown-toggle-button-3-10-9:checked ~ .dropdown-options-3-10-9 {
  display: block;
}
.c-toggle-3-10-9 .dropdown-toggle-button-3-10-9:checked ~ .dropdown-toggle-label-3-10-9 {
  font-weight: 500;
}

.c-toggle-3-10-10 .dropdown-options-3-10-10 {
  display: none;
}
.c-toggle-3-10-10 .dropdown-toggle-button-3-10-10 {
  display: none;
}
.c-toggle-3-10-10 .dropdown-toggle-button-3-10-10:checked ~ .dropdown-options-3-10-10 {
  display: block;
}
.c-toggle-3-10-10 .dropdown-toggle-button-3-10-10:checked ~ .dropdown-toggle-label-3-10-10 {
  font-weight: 500;
}

.c-toggle-4-1 .dropdown-options-4-1 {
  display: none;
}
.c-toggle-4-1 .dropdown-toggle-button-4-1 {
  display: none;
}
.c-toggle-4-1 .dropdown-toggle-button-4-1:checked ~ .dropdown-options-4-1 {
  display: block;
}
.c-toggle-4-1 .dropdown-toggle-button-4-1:checked ~ .dropdown-toggle-label-4-1 {
  font-weight: bold;
}
.c-toggle-4-1 .dropdown-toggle-button-4-1:checked ~ .dropdown-toggle-label-4-1 h3 {
  font-weight: bold;
}

.c-toggle-4-1-1 .dropdown-options-4-1-1 {
  display: none;
}
.c-toggle-4-1-1 .dropdown-toggle-button-4-1-1 {
  display: none;
}
.c-toggle-4-1-1 .dropdown-toggle-button-4-1-1:checked ~ .dropdown-options-4-1-1 {
  display: block;
}
.c-toggle-4-1-1 .dropdown-toggle-button-4-1-1:checked ~ .dropdown-toggle-label-4-1-1 {
  font-weight: 500;
}

.c-toggle-4-1-2 .dropdown-options-4-1-2 {
  display: none;
}
.c-toggle-4-1-2 .dropdown-toggle-button-4-1-2 {
  display: none;
}
.c-toggle-4-1-2 .dropdown-toggle-button-4-1-2:checked ~ .dropdown-options-4-1-2 {
  display: block;
}
.c-toggle-4-1-2 .dropdown-toggle-button-4-1-2:checked ~ .dropdown-toggle-label-4-1-2 {
  font-weight: 500;
}

.c-toggle-4-1-3 .dropdown-options-4-1-3 {
  display: none;
}
.c-toggle-4-1-3 .dropdown-toggle-button-4-1-3 {
  display: none;
}
.c-toggle-4-1-3 .dropdown-toggle-button-4-1-3:checked ~ .dropdown-options-4-1-3 {
  display: block;
}
.c-toggle-4-1-3 .dropdown-toggle-button-4-1-3:checked ~ .dropdown-toggle-label-4-1-3 {
  font-weight: 500;
}

.c-toggle-4-1-4 .dropdown-options-4-1-4 {
  display: none;
}
.c-toggle-4-1-4 .dropdown-toggle-button-4-1-4 {
  display: none;
}
.c-toggle-4-1-4 .dropdown-toggle-button-4-1-4:checked ~ .dropdown-options-4-1-4 {
  display: block;
}
.c-toggle-4-1-4 .dropdown-toggle-button-4-1-4:checked ~ .dropdown-toggle-label-4-1-4 {
  font-weight: 500;
}

.c-toggle-4-1-5 .dropdown-options-4-1-5 {
  display: none;
}
.c-toggle-4-1-5 .dropdown-toggle-button-4-1-5 {
  display: none;
}
.c-toggle-4-1-5 .dropdown-toggle-button-4-1-5:checked ~ .dropdown-options-4-1-5 {
  display: block;
}
.c-toggle-4-1-5 .dropdown-toggle-button-4-1-5:checked ~ .dropdown-toggle-label-4-1-5 {
  font-weight: 500;
}

.c-toggle-4-1-6 .dropdown-options-4-1-6 {
  display: none;
}
.c-toggle-4-1-6 .dropdown-toggle-button-4-1-6 {
  display: none;
}
.c-toggle-4-1-6 .dropdown-toggle-button-4-1-6:checked ~ .dropdown-options-4-1-6 {
  display: block;
}
.c-toggle-4-1-6 .dropdown-toggle-button-4-1-6:checked ~ .dropdown-toggle-label-4-1-6 {
  font-weight: 500;
}

.c-toggle-4-1-7 .dropdown-options-4-1-7 {
  display: none;
}
.c-toggle-4-1-7 .dropdown-toggle-button-4-1-7 {
  display: none;
}
.c-toggle-4-1-7 .dropdown-toggle-button-4-1-7:checked ~ .dropdown-options-4-1-7 {
  display: block;
}
.c-toggle-4-1-7 .dropdown-toggle-button-4-1-7:checked ~ .dropdown-toggle-label-4-1-7 {
  font-weight: 500;
}

.c-toggle-4-1-8 .dropdown-options-4-1-8 {
  display: none;
}
.c-toggle-4-1-8 .dropdown-toggle-button-4-1-8 {
  display: none;
}
.c-toggle-4-1-8 .dropdown-toggle-button-4-1-8:checked ~ .dropdown-options-4-1-8 {
  display: block;
}
.c-toggle-4-1-8 .dropdown-toggle-button-4-1-8:checked ~ .dropdown-toggle-label-4-1-8 {
  font-weight: 500;
}

.c-toggle-4-1-9 .dropdown-options-4-1-9 {
  display: none;
}
.c-toggle-4-1-9 .dropdown-toggle-button-4-1-9 {
  display: none;
}
.c-toggle-4-1-9 .dropdown-toggle-button-4-1-9:checked ~ .dropdown-options-4-1-9 {
  display: block;
}
.c-toggle-4-1-9 .dropdown-toggle-button-4-1-9:checked ~ .dropdown-toggle-label-4-1-9 {
  font-weight: 500;
}

.c-toggle-4-1-10 .dropdown-options-4-1-10 {
  display: none;
}
.c-toggle-4-1-10 .dropdown-toggle-button-4-1-10 {
  display: none;
}
.c-toggle-4-1-10 .dropdown-toggle-button-4-1-10:checked ~ .dropdown-options-4-1-10 {
  display: block;
}
.c-toggle-4-1-10 .dropdown-toggle-button-4-1-10:checked ~ .dropdown-toggle-label-4-1-10 {
  font-weight: 500;
}

.c-toggle-4-2 .dropdown-options-4-2 {
  display: none;
}
.c-toggle-4-2 .dropdown-toggle-button-4-2 {
  display: none;
}
.c-toggle-4-2 .dropdown-toggle-button-4-2:checked ~ .dropdown-options-4-2 {
  display: block;
}
.c-toggle-4-2 .dropdown-toggle-button-4-2:checked ~ .dropdown-toggle-label-4-2 {
  font-weight: bold;
}
.c-toggle-4-2 .dropdown-toggle-button-4-2:checked ~ .dropdown-toggle-label-4-2 h3 {
  font-weight: bold;
}

.c-toggle-4-2-1 .dropdown-options-4-2-1 {
  display: none;
}
.c-toggle-4-2-1 .dropdown-toggle-button-4-2-1 {
  display: none;
}
.c-toggle-4-2-1 .dropdown-toggle-button-4-2-1:checked ~ .dropdown-options-4-2-1 {
  display: block;
}
.c-toggle-4-2-1 .dropdown-toggle-button-4-2-1:checked ~ .dropdown-toggle-label-4-2-1 {
  font-weight: 500;
}

.c-toggle-4-2-2 .dropdown-options-4-2-2 {
  display: none;
}
.c-toggle-4-2-2 .dropdown-toggle-button-4-2-2 {
  display: none;
}
.c-toggle-4-2-2 .dropdown-toggle-button-4-2-2:checked ~ .dropdown-options-4-2-2 {
  display: block;
}
.c-toggle-4-2-2 .dropdown-toggle-button-4-2-2:checked ~ .dropdown-toggle-label-4-2-2 {
  font-weight: 500;
}

.c-toggle-4-2-3 .dropdown-options-4-2-3 {
  display: none;
}
.c-toggle-4-2-3 .dropdown-toggle-button-4-2-3 {
  display: none;
}
.c-toggle-4-2-3 .dropdown-toggle-button-4-2-3:checked ~ .dropdown-options-4-2-3 {
  display: block;
}
.c-toggle-4-2-3 .dropdown-toggle-button-4-2-3:checked ~ .dropdown-toggle-label-4-2-3 {
  font-weight: 500;
}

.c-toggle-4-2-4 .dropdown-options-4-2-4 {
  display: none;
}
.c-toggle-4-2-4 .dropdown-toggle-button-4-2-4 {
  display: none;
}
.c-toggle-4-2-4 .dropdown-toggle-button-4-2-4:checked ~ .dropdown-options-4-2-4 {
  display: block;
}
.c-toggle-4-2-4 .dropdown-toggle-button-4-2-4:checked ~ .dropdown-toggle-label-4-2-4 {
  font-weight: 500;
}

.c-toggle-4-2-5 .dropdown-options-4-2-5 {
  display: none;
}
.c-toggle-4-2-5 .dropdown-toggle-button-4-2-5 {
  display: none;
}
.c-toggle-4-2-5 .dropdown-toggle-button-4-2-5:checked ~ .dropdown-options-4-2-5 {
  display: block;
}
.c-toggle-4-2-5 .dropdown-toggle-button-4-2-5:checked ~ .dropdown-toggle-label-4-2-5 {
  font-weight: 500;
}

.c-toggle-4-2-6 .dropdown-options-4-2-6 {
  display: none;
}
.c-toggle-4-2-6 .dropdown-toggle-button-4-2-6 {
  display: none;
}
.c-toggle-4-2-6 .dropdown-toggle-button-4-2-6:checked ~ .dropdown-options-4-2-6 {
  display: block;
}
.c-toggle-4-2-6 .dropdown-toggle-button-4-2-6:checked ~ .dropdown-toggle-label-4-2-6 {
  font-weight: 500;
}

.c-toggle-4-2-7 .dropdown-options-4-2-7 {
  display: none;
}
.c-toggle-4-2-7 .dropdown-toggle-button-4-2-7 {
  display: none;
}
.c-toggle-4-2-7 .dropdown-toggle-button-4-2-7:checked ~ .dropdown-options-4-2-7 {
  display: block;
}
.c-toggle-4-2-7 .dropdown-toggle-button-4-2-7:checked ~ .dropdown-toggle-label-4-2-7 {
  font-weight: 500;
}

.c-toggle-4-2-8 .dropdown-options-4-2-8 {
  display: none;
}
.c-toggle-4-2-8 .dropdown-toggle-button-4-2-8 {
  display: none;
}
.c-toggle-4-2-8 .dropdown-toggle-button-4-2-8:checked ~ .dropdown-options-4-2-8 {
  display: block;
}
.c-toggle-4-2-8 .dropdown-toggle-button-4-2-8:checked ~ .dropdown-toggle-label-4-2-8 {
  font-weight: 500;
}

.c-toggle-4-2-9 .dropdown-options-4-2-9 {
  display: none;
}
.c-toggle-4-2-9 .dropdown-toggle-button-4-2-9 {
  display: none;
}
.c-toggle-4-2-9 .dropdown-toggle-button-4-2-9:checked ~ .dropdown-options-4-2-9 {
  display: block;
}
.c-toggle-4-2-9 .dropdown-toggle-button-4-2-9:checked ~ .dropdown-toggle-label-4-2-9 {
  font-weight: 500;
}

.c-toggle-4-2-10 .dropdown-options-4-2-10 {
  display: none;
}
.c-toggle-4-2-10 .dropdown-toggle-button-4-2-10 {
  display: none;
}
.c-toggle-4-2-10 .dropdown-toggle-button-4-2-10:checked ~ .dropdown-options-4-2-10 {
  display: block;
}
.c-toggle-4-2-10 .dropdown-toggle-button-4-2-10:checked ~ .dropdown-toggle-label-4-2-10 {
  font-weight: 500;
}

.c-toggle-4-3 .dropdown-options-4-3 {
  display: none;
}
.c-toggle-4-3 .dropdown-toggle-button-4-3 {
  display: none;
}
.c-toggle-4-3 .dropdown-toggle-button-4-3:checked ~ .dropdown-options-4-3 {
  display: block;
}
.c-toggle-4-3 .dropdown-toggle-button-4-3:checked ~ .dropdown-toggle-label-4-3 {
  font-weight: bold;
}
.c-toggle-4-3 .dropdown-toggle-button-4-3:checked ~ .dropdown-toggle-label-4-3 h3 {
  font-weight: bold;
}

.c-toggle-4-3-1 .dropdown-options-4-3-1 {
  display: none;
}
.c-toggle-4-3-1 .dropdown-toggle-button-4-3-1 {
  display: none;
}
.c-toggle-4-3-1 .dropdown-toggle-button-4-3-1:checked ~ .dropdown-options-4-3-1 {
  display: block;
}
.c-toggle-4-3-1 .dropdown-toggle-button-4-3-1:checked ~ .dropdown-toggle-label-4-3-1 {
  font-weight: 500;
}

.c-toggle-4-3-2 .dropdown-options-4-3-2 {
  display: none;
}
.c-toggle-4-3-2 .dropdown-toggle-button-4-3-2 {
  display: none;
}
.c-toggle-4-3-2 .dropdown-toggle-button-4-3-2:checked ~ .dropdown-options-4-3-2 {
  display: block;
}
.c-toggle-4-3-2 .dropdown-toggle-button-4-3-2:checked ~ .dropdown-toggle-label-4-3-2 {
  font-weight: 500;
}

.c-toggle-4-3-3 .dropdown-options-4-3-3 {
  display: none;
}
.c-toggle-4-3-3 .dropdown-toggle-button-4-3-3 {
  display: none;
}
.c-toggle-4-3-3 .dropdown-toggle-button-4-3-3:checked ~ .dropdown-options-4-3-3 {
  display: block;
}
.c-toggle-4-3-3 .dropdown-toggle-button-4-3-3:checked ~ .dropdown-toggle-label-4-3-3 {
  font-weight: 500;
}

.c-toggle-4-3-4 .dropdown-options-4-3-4 {
  display: none;
}
.c-toggle-4-3-4 .dropdown-toggle-button-4-3-4 {
  display: none;
}
.c-toggle-4-3-4 .dropdown-toggle-button-4-3-4:checked ~ .dropdown-options-4-3-4 {
  display: block;
}
.c-toggle-4-3-4 .dropdown-toggle-button-4-3-4:checked ~ .dropdown-toggle-label-4-3-4 {
  font-weight: 500;
}

.c-toggle-4-3-5 .dropdown-options-4-3-5 {
  display: none;
}
.c-toggle-4-3-5 .dropdown-toggle-button-4-3-5 {
  display: none;
}
.c-toggle-4-3-5 .dropdown-toggle-button-4-3-5:checked ~ .dropdown-options-4-3-5 {
  display: block;
}
.c-toggle-4-3-5 .dropdown-toggle-button-4-3-5:checked ~ .dropdown-toggle-label-4-3-5 {
  font-weight: 500;
}

.c-toggle-4-3-6 .dropdown-options-4-3-6 {
  display: none;
}
.c-toggle-4-3-6 .dropdown-toggle-button-4-3-6 {
  display: none;
}
.c-toggle-4-3-6 .dropdown-toggle-button-4-3-6:checked ~ .dropdown-options-4-3-6 {
  display: block;
}
.c-toggle-4-3-6 .dropdown-toggle-button-4-3-6:checked ~ .dropdown-toggle-label-4-3-6 {
  font-weight: 500;
}

.c-toggle-4-3-7 .dropdown-options-4-3-7 {
  display: none;
}
.c-toggle-4-3-7 .dropdown-toggle-button-4-3-7 {
  display: none;
}
.c-toggle-4-3-7 .dropdown-toggle-button-4-3-7:checked ~ .dropdown-options-4-3-7 {
  display: block;
}
.c-toggle-4-3-7 .dropdown-toggle-button-4-3-7:checked ~ .dropdown-toggle-label-4-3-7 {
  font-weight: 500;
}

.c-toggle-4-3-8 .dropdown-options-4-3-8 {
  display: none;
}
.c-toggle-4-3-8 .dropdown-toggle-button-4-3-8 {
  display: none;
}
.c-toggle-4-3-8 .dropdown-toggle-button-4-3-8:checked ~ .dropdown-options-4-3-8 {
  display: block;
}
.c-toggle-4-3-8 .dropdown-toggle-button-4-3-8:checked ~ .dropdown-toggle-label-4-3-8 {
  font-weight: 500;
}

.c-toggle-4-3-9 .dropdown-options-4-3-9 {
  display: none;
}
.c-toggle-4-3-9 .dropdown-toggle-button-4-3-9 {
  display: none;
}
.c-toggle-4-3-9 .dropdown-toggle-button-4-3-9:checked ~ .dropdown-options-4-3-9 {
  display: block;
}
.c-toggle-4-3-9 .dropdown-toggle-button-4-3-9:checked ~ .dropdown-toggle-label-4-3-9 {
  font-weight: 500;
}

.c-toggle-4-3-10 .dropdown-options-4-3-10 {
  display: none;
}
.c-toggle-4-3-10 .dropdown-toggle-button-4-3-10 {
  display: none;
}
.c-toggle-4-3-10 .dropdown-toggle-button-4-3-10:checked ~ .dropdown-options-4-3-10 {
  display: block;
}
.c-toggle-4-3-10 .dropdown-toggle-button-4-3-10:checked ~ .dropdown-toggle-label-4-3-10 {
  font-weight: 500;
}

.c-toggle-4-4 .dropdown-options-4-4 {
  display: none;
}
.c-toggle-4-4 .dropdown-toggle-button-4-4 {
  display: none;
}
.c-toggle-4-4 .dropdown-toggle-button-4-4:checked ~ .dropdown-options-4-4 {
  display: block;
}
.c-toggle-4-4 .dropdown-toggle-button-4-4:checked ~ .dropdown-toggle-label-4-4 {
  font-weight: bold;
}
.c-toggle-4-4 .dropdown-toggle-button-4-4:checked ~ .dropdown-toggle-label-4-4 h3 {
  font-weight: bold;
}

.c-toggle-4-4-1 .dropdown-options-4-4-1 {
  display: none;
}
.c-toggle-4-4-1 .dropdown-toggle-button-4-4-1 {
  display: none;
}
.c-toggle-4-4-1 .dropdown-toggle-button-4-4-1:checked ~ .dropdown-options-4-4-1 {
  display: block;
}
.c-toggle-4-4-1 .dropdown-toggle-button-4-4-1:checked ~ .dropdown-toggle-label-4-4-1 {
  font-weight: 500;
}

.c-toggle-4-4-2 .dropdown-options-4-4-2 {
  display: none;
}
.c-toggle-4-4-2 .dropdown-toggle-button-4-4-2 {
  display: none;
}
.c-toggle-4-4-2 .dropdown-toggle-button-4-4-2:checked ~ .dropdown-options-4-4-2 {
  display: block;
}
.c-toggle-4-4-2 .dropdown-toggle-button-4-4-2:checked ~ .dropdown-toggle-label-4-4-2 {
  font-weight: 500;
}

.c-toggle-4-4-3 .dropdown-options-4-4-3 {
  display: none;
}
.c-toggle-4-4-3 .dropdown-toggle-button-4-4-3 {
  display: none;
}
.c-toggle-4-4-3 .dropdown-toggle-button-4-4-3:checked ~ .dropdown-options-4-4-3 {
  display: block;
}
.c-toggle-4-4-3 .dropdown-toggle-button-4-4-3:checked ~ .dropdown-toggle-label-4-4-3 {
  font-weight: 500;
}

.c-toggle-4-4-4 .dropdown-options-4-4-4 {
  display: none;
}
.c-toggle-4-4-4 .dropdown-toggle-button-4-4-4 {
  display: none;
}
.c-toggle-4-4-4 .dropdown-toggle-button-4-4-4:checked ~ .dropdown-options-4-4-4 {
  display: block;
}
.c-toggle-4-4-4 .dropdown-toggle-button-4-4-4:checked ~ .dropdown-toggle-label-4-4-4 {
  font-weight: 500;
}

.c-toggle-4-4-5 .dropdown-options-4-4-5 {
  display: none;
}
.c-toggle-4-4-5 .dropdown-toggle-button-4-4-5 {
  display: none;
}
.c-toggle-4-4-5 .dropdown-toggle-button-4-4-5:checked ~ .dropdown-options-4-4-5 {
  display: block;
}
.c-toggle-4-4-5 .dropdown-toggle-button-4-4-5:checked ~ .dropdown-toggle-label-4-4-5 {
  font-weight: 500;
}

.c-toggle-4-4-6 .dropdown-options-4-4-6 {
  display: none;
}
.c-toggle-4-4-6 .dropdown-toggle-button-4-4-6 {
  display: none;
}
.c-toggle-4-4-6 .dropdown-toggle-button-4-4-6:checked ~ .dropdown-options-4-4-6 {
  display: block;
}
.c-toggle-4-4-6 .dropdown-toggle-button-4-4-6:checked ~ .dropdown-toggle-label-4-4-6 {
  font-weight: 500;
}

.c-toggle-4-4-7 .dropdown-options-4-4-7 {
  display: none;
}
.c-toggle-4-4-7 .dropdown-toggle-button-4-4-7 {
  display: none;
}
.c-toggle-4-4-7 .dropdown-toggle-button-4-4-7:checked ~ .dropdown-options-4-4-7 {
  display: block;
}
.c-toggle-4-4-7 .dropdown-toggle-button-4-4-7:checked ~ .dropdown-toggle-label-4-4-7 {
  font-weight: 500;
}

.c-toggle-4-4-8 .dropdown-options-4-4-8 {
  display: none;
}
.c-toggle-4-4-8 .dropdown-toggle-button-4-4-8 {
  display: none;
}
.c-toggle-4-4-8 .dropdown-toggle-button-4-4-8:checked ~ .dropdown-options-4-4-8 {
  display: block;
}
.c-toggle-4-4-8 .dropdown-toggle-button-4-4-8:checked ~ .dropdown-toggle-label-4-4-8 {
  font-weight: 500;
}

.c-toggle-4-4-9 .dropdown-options-4-4-9 {
  display: none;
}
.c-toggle-4-4-9 .dropdown-toggle-button-4-4-9 {
  display: none;
}
.c-toggle-4-4-9 .dropdown-toggle-button-4-4-9:checked ~ .dropdown-options-4-4-9 {
  display: block;
}
.c-toggle-4-4-9 .dropdown-toggle-button-4-4-9:checked ~ .dropdown-toggle-label-4-4-9 {
  font-weight: 500;
}

.c-toggle-4-4-10 .dropdown-options-4-4-10 {
  display: none;
}
.c-toggle-4-4-10 .dropdown-toggle-button-4-4-10 {
  display: none;
}
.c-toggle-4-4-10 .dropdown-toggle-button-4-4-10:checked ~ .dropdown-options-4-4-10 {
  display: block;
}
.c-toggle-4-4-10 .dropdown-toggle-button-4-4-10:checked ~ .dropdown-toggle-label-4-4-10 {
  font-weight: 500;
}

.c-toggle-4-5 .dropdown-options-4-5 {
  display: none;
}
.c-toggle-4-5 .dropdown-toggle-button-4-5 {
  display: none;
}
.c-toggle-4-5 .dropdown-toggle-button-4-5:checked ~ .dropdown-options-4-5 {
  display: block;
}
.c-toggle-4-5 .dropdown-toggle-button-4-5:checked ~ .dropdown-toggle-label-4-5 {
  font-weight: bold;
}
.c-toggle-4-5 .dropdown-toggle-button-4-5:checked ~ .dropdown-toggle-label-4-5 h3 {
  font-weight: bold;
}

.c-toggle-4-5-1 .dropdown-options-4-5-1 {
  display: none;
}
.c-toggle-4-5-1 .dropdown-toggle-button-4-5-1 {
  display: none;
}
.c-toggle-4-5-1 .dropdown-toggle-button-4-5-1:checked ~ .dropdown-options-4-5-1 {
  display: block;
}
.c-toggle-4-5-1 .dropdown-toggle-button-4-5-1:checked ~ .dropdown-toggle-label-4-5-1 {
  font-weight: 500;
}

.c-toggle-4-5-2 .dropdown-options-4-5-2 {
  display: none;
}
.c-toggle-4-5-2 .dropdown-toggle-button-4-5-2 {
  display: none;
}
.c-toggle-4-5-2 .dropdown-toggle-button-4-5-2:checked ~ .dropdown-options-4-5-2 {
  display: block;
}
.c-toggle-4-5-2 .dropdown-toggle-button-4-5-2:checked ~ .dropdown-toggle-label-4-5-2 {
  font-weight: 500;
}

.c-toggle-4-5-3 .dropdown-options-4-5-3 {
  display: none;
}
.c-toggle-4-5-3 .dropdown-toggle-button-4-5-3 {
  display: none;
}
.c-toggle-4-5-3 .dropdown-toggle-button-4-5-3:checked ~ .dropdown-options-4-5-3 {
  display: block;
}
.c-toggle-4-5-3 .dropdown-toggle-button-4-5-3:checked ~ .dropdown-toggle-label-4-5-3 {
  font-weight: 500;
}

.c-toggle-4-5-4 .dropdown-options-4-5-4 {
  display: none;
}
.c-toggle-4-5-4 .dropdown-toggle-button-4-5-4 {
  display: none;
}
.c-toggle-4-5-4 .dropdown-toggle-button-4-5-4:checked ~ .dropdown-options-4-5-4 {
  display: block;
}
.c-toggle-4-5-4 .dropdown-toggle-button-4-5-4:checked ~ .dropdown-toggle-label-4-5-4 {
  font-weight: 500;
}

.c-toggle-4-5-5 .dropdown-options-4-5-5 {
  display: none;
}
.c-toggle-4-5-5 .dropdown-toggle-button-4-5-5 {
  display: none;
}
.c-toggle-4-5-5 .dropdown-toggle-button-4-5-5:checked ~ .dropdown-options-4-5-5 {
  display: block;
}
.c-toggle-4-5-5 .dropdown-toggle-button-4-5-5:checked ~ .dropdown-toggle-label-4-5-5 {
  font-weight: 500;
}

.c-toggle-4-5-6 .dropdown-options-4-5-6 {
  display: none;
}
.c-toggle-4-5-6 .dropdown-toggle-button-4-5-6 {
  display: none;
}
.c-toggle-4-5-6 .dropdown-toggle-button-4-5-6:checked ~ .dropdown-options-4-5-6 {
  display: block;
}
.c-toggle-4-5-6 .dropdown-toggle-button-4-5-6:checked ~ .dropdown-toggle-label-4-5-6 {
  font-weight: 500;
}

.c-toggle-4-5-7 .dropdown-options-4-5-7 {
  display: none;
}
.c-toggle-4-5-7 .dropdown-toggle-button-4-5-7 {
  display: none;
}
.c-toggle-4-5-7 .dropdown-toggle-button-4-5-7:checked ~ .dropdown-options-4-5-7 {
  display: block;
}
.c-toggle-4-5-7 .dropdown-toggle-button-4-5-7:checked ~ .dropdown-toggle-label-4-5-7 {
  font-weight: 500;
}

.c-toggle-4-5-8 .dropdown-options-4-5-8 {
  display: none;
}
.c-toggle-4-5-8 .dropdown-toggle-button-4-5-8 {
  display: none;
}
.c-toggle-4-5-8 .dropdown-toggle-button-4-5-8:checked ~ .dropdown-options-4-5-8 {
  display: block;
}
.c-toggle-4-5-8 .dropdown-toggle-button-4-5-8:checked ~ .dropdown-toggle-label-4-5-8 {
  font-weight: 500;
}

.c-toggle-4-5-9 .dropdown-options-4-5-9 {
  display: none;
}
.c-toggle-4-5-9 .dropdown-toggle-button-4-5-9 {
  display: none;
}
.c-toggle-4-5-9 .dropdown-toggle-button-4-5-9:checked ~ .dropdown-options-4-5-9 {
  display: block;
}
.c-toggle-4-5-9 .dropdown-toggle-button-4-5-9:checked ~ .dropdown-toggle-label-4-5-9 {
  font-weight: 500;
}

.c-toggle-4-5-10 .dropdown-options-4-5-10 {
  display: none;
}
.c-toggle-4-5-10 .dropdown-toggle-button-4-5-10 {
  display: none;
}
.c-toggle-4-5-10 .dropdown-toggle-button-4-5-10:checked ~ .dropdown-options-4-5-10 {
  display: block;
}
.c-toggle-4-5-10 .dropdown-toggle-button-4-5-10:checked ~ .dropdown-toggle-label-4-5-10 {
  font-weight: 500;
}

.c-toggle-4-6 .dropdown-options-4-6 {
  display: none;
}
.c-toggle-4-6 .dropdown-toggle-button-4-6 {
  display: none;
}
.c-toggle-4-6 .dropdown-toggle-button-4-6:checked ~ .dropdown-options-4-6 {
  display: block;
}
.c-toggle-4-6 .dropdown-toggle-button-4-6:checked ~ .dropdown-toggle-label-4-6 {
  font-weight: bold;
}
.c-toggle-4-6 .dropdown-toggle-button-4-6:checked ~ .dropdown-toggle-label-4-6 h3 {
  font-weight: bold;
}

.c-toggle-4-6-1 .dropdown-options-4-6-1 {
  display: none;
}
.c-toggle-4-6-1 .dropdown-toggle-button-4-6-1 {
  display: none;
}
.c-toggle-4-6-1 .dropdown-toggle-button-4-6-1:checked ~ .dropdown-options-4-6-1 {
  display: block;
}
.c-toggle-4-6-1 .dropdown-toggle-button-4-6-1:checked ~ .dropdown-toggle-label-4-6-1 {
  font-weight: 500;
}

.c-toggle-4-6-2 .dropdown-options-4-6-2 {
  display: none;
}
.c-toggle-4-6-2 .dropdown-toggle-button-4-6-2 {
  display: none;
}
.c-toggle-4-6-2 .dropdown-toggle-button-4-6-2:checked ~ .dropdown-options-4-6-2 {
  display: block;
}
.c-toggle-4-6-2 .dropdown-toggle-button-4-6-2:checked ~ .dropdown-toggle-label-4-6-2 {
  font-weight: 500;
}

.c-toggle-4-6-3 .dropdown-options-4-6-3 {
  display: none;
}
.c-toggle-4-6-3 .dropdown-toggle-button-4-6-3 {
  display: none;
}
.c-toggle-4-6-3 .dropdown-toggle-button-4-6-3:checked ~ .dropdown-options-4-6-3 {
  display: block;
}
.c-toggle-4-6-3 .dropdown-toggle-button-4-6-3:checked ~ .dropdown-toggle-label-4-6-3 {
  font-weight: 500;
}

.c-toggle-4-6-4 .dropdown-options-4-6-4 {
  display: none;
}
.c-toggle-4-6-4 .dropdown-toggle-button-4-6-4 {
  display: none;
}
.c-toggle-4-6-4 .dropdown-toggle-button-4-6-4:checked ~ .dropdown-options-4-6-4 {
  display: block;
}
.c-toggle-4-6-4 .dropdown-toggle-button-4-6-4:checked ~ .dropdown-toggle-label-4-6-4 {
  font-weight: 500;
}

.c-toggle-4-6-5 .dropdown-options-4-6-5 {
  display: none;
}
.c-toggle-4-6-5 .dropdown-toggle-button-4-6-5 {
  display: none;
}
.c-toggle-4-6-5 .dropdown-toggle-button-4-6-5:checked ~ .dropdown-options-4-6-5 {
  display: block;
}
.c-toggle-4-6-5 .dropdown-toggle-button-4-6-5:checked ~ .dropdown-toggle-label-4-6-5 {
  font-weight: 500;
}

.c-toggle-4-6-6 .dropdown-options-4-6-6 {
  display: none;
}
.c-toggle-4-6-6 .dropdown-toggle-button-4-6-6 {
  display: none;
}
.c-toggle-4-6-6 .dropdown-toggle-button-4-6-6:checked ~ .dropdown-options-4-6-6 {
  display: block;
}
.c-toggle-4-6-6 .dropdown-toggle-button-4-6-6:checked ~ .dropdown-toggle-label-4-6-6 {
  font-weight: 500;
}

.c-toggle-4-6-7 .dropdown-options-4-6-7 {
  display: none;
}
.c-toggle-4-6-7 .dropdown-toggle-button-4-6-7 {
  display: none;
}
.c-toggle-4-6-7 .dropdown-toggle-button-4-6-7:checked ~ .dropdown-options-4-6-7 {
  display: block;
}
.c-toggle-4-6-7 .dropdown-toggle-button-4-6-7:checked ~ .dropdown-toggle-label-4-6-7 {
  font-weight: 500;
}

.c-toggle-4-6-8 .dropdown-options-4-6-8 {
  display: none;
}
.c-toggle-4-6-8 .dropdown-toggle-button-4-6-8 {
  display: none;
}
.c-toggle-4-6-8 .dropdown-toggle-button-4-6-8:checked ~ .dropdown-options-4-6-8 {
  display: block;
}
.c-toggle-4-6-8 .dropdown-toggle-button-4-6-8:checked ~ .dropdown-toggle-label-4-6-8 {
  font-weight: 500;
}

.c-toggle-4-6-9 .dropdown-options-4-6-9 {
  display: none;
}
.c-toggle-4-6-9 .dropdown-toggle-button-4-6-9 {
  display: none;
}
.c-toggle-4-6-9 .dropdown-toggle-button-4-6-9:checked ~ .dropdown-options-4-6-9 {
  display: block;
}
.c-toggle-4-6-9 .dropdown-toggle-button-4-6-9:checked ~ .dropdown-toggle-label-4-6-9 {
  font-weight: 500;
}

.c-toggle-4-6-10 .dropdown-options-4-6-10 {
  display: none;
}
.c-toggle-4-6-10 .dropdown-toggle-button-4-6-10 {
  display: none;
}
.c-toggle-4-6-10 .dropdown-toggle-button-4-6-10:checked ~ .dropdown-options-4-6-10 {
  display: block;
}
.c-toggle-4-6-10 .dropdown-toggle-button-4-6-10:checked ~ .dropdown-toggle-label-4-6-10 {
  font-weight: 500;
}

.c-toggle-4-7 .dropdown-options-4-7 {
  display: none;
}
.c-toggle-4-7 .dropdown-toggle-button-4-7 {
  display: none;
}
.c-toggle-4-7 .dropdown-toggle-button-4-7:checked ~ .dropdown-options-4-7 {
  display: block;
}
.c-toggle-4-7 .dropdown-toggle-button-4-7:checked ~ .dropdown-toggle-label-4-7 {
  font-weight: bold;
}
.c-toggle-4-7 .dropdown-toggle-button-4-7:checked ~ .dropdown-toggle-label-4-7 h3 {
  font-weight: bold;
}

.c-toggle-4-7-1 .dropdown-options-4-7-1 {
  display: none;
}
.c-toggle-4-7-1 .dropdown-toggle-button-4-7-1 {
  display: none;
}
.c-toggle-4-7-1 .dropdown-toggle-button-4-7-1:checked ~ .dropdown-options-4-7-1 {
  display: block;
}
.c-toggle-4-7-1 .dropdown-toggle-button-4-7-1:checked ~ .dropdown-toggle-label-4-7-1 {
  font-weight: 500;
}

.c-toggle-4-7-2 .dropdown-options-4-7-2 {
  display: none;
}
.c-toggle-4-7-2 .dropdown-toggle-button-4-7-2 {
  display: none;
}
.c-toggle-4-7-2 .dropdown-toggle-button-4-7-2:checked ~ .dropdown-options-4-7-2 {
  display: block;
}
.c-toggle-4-7-2 .dropdown-toggle-button-4-7-2:checked ~ .dropdown-toggle-label-4-7-2 {
  font-weight: 500;
}

.c-toggle-4-7-3 .dropdown-options-4-7-3 {
  display: none;
}
.c-toggle-4-7-3 .dropdown-toggle-button-4-7-3 {
  display: none;
}
.c-toggle-4-7-3 .dropdown-toggle-button-4-7-3:checked ~ .dropdown-options-4-7-3 {
  display: block;
}
.c-toggle-4-7-3 .dropdown-toggle-button-4-7-3:checked ~ .dropdown-toggle-label-4-7-3 {
  font-weight: 500;
}

.c-toggle-4-7-4 .dropdown-options-4-7-4 {
  display: none;
}
.c-toggle-4-7-4 .dropdown-toggle-button-4-7-4 {
  display: none;
}
.c-toggle-4-7-4 .dropdown-toggle-button-4-7-4:checked ~ .dropdown-options-4-7-4 {
  display: block;
}
.c-toggle-4-7-4 .dropdown-toggle-button-4-7-4:checked ~ .dropdown-toggle-label-4-7-4 {
  font-weight: 500;
}

.c-toggle-4-7-5 .dropdown-options-4-7-5 {
  display: none;
}
.c-toggle-4-7-5 .dropdown-toggle-button-4-7-5 {
  display: none;
}
.c-toggle-4-7-5 .dropdown-toggle-button-4-7-5:checked ~ .dropdown-options-4-7-5 {
  display: block;
}
.c-toggle-4-7-5 .dropdown-toggle-button-4-7-5:checked ~ .dropdown-toggle-label-4-7-5 {
  font-weight: 500;
}

.c-toggle-4-7-6 .dropdown-options-4-7-6 {
  display: none;
}
.c-toggle-4-7-6 .dropdown-toggle-button-4-7-6 {
  display: none;
}
.c-toggle-4-7-6 .dropdown-toggle-button-4-7-6:checked ~ .dropdown-options-4-7-6 {
  display: block;
}
.c-toggle-4-7-6 .dropdown-toggle-button-4-7-6:checked ~ .dropdown-toggle-label-4-7-6 {
  font-weight: 500;
}

.c-toggle-4-7-7 .dropdown-options-4-7-7 {
  display: none;
}
.c-toggle-4-7-7 .dropdown-toggle-button-4-7-7 {
  display: none;
}
.c-toggle-4-7-7 .dropdown-toggle-button-4-7-7:checked ~ .dropdown-options-4-7-7 {
  display: block;
}
.c-toggle-4-7-7 .dropdown-toggle-button-4-7-7:checked ~ .dropdown-toggle-label-4-7-7 {
  font-weight: 500;
}

.c-toggle-4-7-8 .dropdown-options-4-7-8 {
  display: none;
}
.c-toggle-4-7-8 .dropdown-toggle-button-4-7-8 {
  display: none;
}
.c-toggle-4-7-8 .dropdown-toggle-button-4-7-8:checked ~ .dropdown-options-4-7-8 {
  display: block;
}
.c-toggle-4-7-8 .dropdown-toggle-button-4-7-8:checked ~ .dropdown-toggle-label-4-7-8 {
  font-weight: 500;
}

.c-toggle-4-7-9 .dropdown-options-4-7-9 {
  display: none;
}
.c-toggle-4-7-9 .dropdown-toggle-button-4-7-9 {
  display: none;
}
.c-toggle-4-7-9 .dropdown-toggle-button-4-7-9:checked ~ .dropdown-options-4-7-9 {
  display: block;
}
.c-toggle-4-7-9 .dropdown-toggle-button-4-7-9:checked ~ .dropdown-toggle-label-4-7-9 {
  font-weight: 500;
}

.c-toggle-4-7-10 .dropdown-options-4-7-10 {
  display: none;
}
.c-toggle-4-7-10 .dropdown-toggle-button-4-7-10 {
  display: none;
}
.c-toggle-4-7-10 .dropdown-toggle-button-4-7-10:checked ~ .dropdown-options-4-7-10 {
  display: block;
}
.c-toggle-4-7-10 .dropdown-toggle-button-4-7-10:checked ~ .dropdown-toggle-label-4-7-10 {
  font-weight: 500;
}

.c-toggle-4-8 .dropdown-options-4-8 {
  display: none;
}
.c-toggle-4-8 .dropdown-toggle-button-4-8 {
  display: none;
}
.c-toggle-4-8 .dropdown-toggle-button-4-8:checked ~ .dropdown-options-4-8 {
  display: block;
}
.c-toggle-4-8 .dropdown-toggle-button-4-8:checked ~ .dropdown-toggle-label-4-8 {
  font-weight: bold;
}
.c-toggle-4-8 .dropdown-toggle-button-4-8:checked ~ .dropdown-toggle-label-4-8 h3 {
  font-weight: bold;
}

.c-toggle-4-8-1 .dropdown-options-4-8-1 {
  display: none;
}
.c-toggle-4-8-1 .dropdown-toggle-button-4-8-1 {
  display: none;
}
.c-toggle-4-8-1 .dropdown-toggle-button-4-8-1:checked ~ .dropdown-options-4-8-1 {
  display: block;
}
.c-toggle-4-8-1 .dropdown-toggle-button-4-8-1:checked ~ .dropdown-toggle-label-4-8-1 {
  font-weight: 500;
}

.c-toggle-4-8-2 .dropdown-options-4-8-2 {
  display: none;
}
.c-toggle-4-8-2 .dropdown-toggle-button-4-8-2 {
  display: none;
}
.c-toggle-4-8-2 .dropdown-toggle-button-4-8-2:checked ~ .dropdown-options-4-8-2 {
  display: block;
}
.c-toggle-4-8-2 .dropdown-toggle-button-4-8-2:checked ~ .dropdown-toggle-label-4-8-2 {
  font-weight: 500;
}

.c-toggle-4-8-3 .dropdown-options-4-8-3 {
  display: none;
}
.c-toggle-4-8-3 .dropdown-toggle-button-4-8-3 {
  display: none;
}
.c-toggle-4-8-3 .dropdown-toggle-button-4-8-3:checked ~ .dropdown-options-4-8-3 {
  display: block;
}
.c-toggle-4-8-3 .dropdown-toggle-button-4-8-3:checked ~ .dropdown-toggle-label-4-8-3 {
  font-weight: 500;
}

.c-toggle-4-8-4 .dropdown-options-4-8-4 {
  display: none;
}
.c-toggle-4-8-4 .dropdown-toggle-button-4-8-4 {
  display: none;
}
.c-toggle-4-8-4 .dropdown-toggle-button-4-8-4:checked ~ .dropdown-options-4-8-4 {
  display: block;
}
.c-toggle-4-8-4 .dropdown-toggle-button-4-8-4:checked ~ .dropdown-toggle-label-4-8-4 {
  font-weight: 500;
}

.c-toggle-4-8-5 .dropdown-options-4-8-5 {
  display: none;
}
.c-toggle-4-8-5 .dropdown-toggle-button-4-8-5 {
  display: none;
}
.c-toggle-4-8-5 .dropdown-toggle-button-4-8-5:checked ~ .dropdown-options-4-8-5 {
  display: block;
}
.c-toggle-4-8-5 .dropdown-toggle-button-4-8-5:checked ~ .dropdown-toggle-label-4-8-5 {
  font-weight: 500;
}

.c-toggle-4-8-6 .dropdown-options-4-8-6 {
  display: none;
}
.c-toggle-4-8-6 .dropdown-toggle-button-4-8-6 {
  display: none;
}
.c-toggle-4-8-6 .dropdown-toggle-button-4-8-6:checked ~ .dropdown-options-4-8-6 {
  display: block;
}
.c-toggle-4-8-6 .dropdown-toggle-button-4-8-6:checked ~ .dropdown-toggle-label-4-8-6 {
  font-weight: 500;
}

.c-toggle-4-8-7 .dropdown-options-4-8-7 {
  display: none;
}
.c-toggle-4-8-7 .dropdown-toggle-button-4-8-7 {
  display: none;
}
.c-toggle-4-8-7 .dropdown-toggle-button-4-8-7:checked ~ .dropdown-options-4-8-7 {
  display: block;
}
.c-toggle-4-8-7 .dropdown-toggle-button-4-8-7:checked ~ .dropdown-toggle-label-4-8-7 {
  font-weight: 500;
}

.c-toggle-4-8-8 .dropdown-options-4-8-8 {
  display: none;
}
.c-toggle-4-8-8 .dropdown-toggle-button-4-8-8 {
  display: none;
}
.c-toggle-4-8-8 .dropdown-toggle-button-4-8-8:checked ~ .dropdown-options-4-8-8 {
  display: block;
}
.c-toggle-4-8-8 .dropdown-toggle-button-4-8-8:checked ~ .dropdown-toggle-label-4-8-8 {
  font-weight: 500;
}

.c-toggle-4-8-9 .dropdown-options-4-8-9 {
  display: none;
}
.c-toggle-4-8-9 .dropdown-toggle-button-4-8-9 {
  display: none;
}
.c-toggle-4-8-9 .dropdown-toggle-button-4-8-9:checked ~ .dropdown-options-4-8-9 {
  display: block;
}
.c-toggle-4-8-9 .dropdown-toggle-button-4-8-9:checked ~ .dropdown-toggle-label-4-8-9 {
  font-weight: 500;
}

.c-toggle-4-8-10 .dropdown-options-4-8-10 {
  display: none;
}
.c-toggle-4-8-10 .dropdown-toggle-button-4-8-10 {
  display: none;
}
.c-toggle-4-8-10 .dropdown-toggle-button-4-8-10:checked ~ .dropdown-options-4-8-10 {
  display: block;
}
.c-toggle-4-8-10 .dropdown-toggle-button-4-8-10:checked ~ .dropdown-toggle-label-4-8-10 {
  font-weight: 500;
}

.c-toggle-4-9 .dropdown-options-4-9 {
  display: none;
}
.c-toggle-4-9 .dropdown-toggle-button-4-9 {
  display: none;
}
.c-toggle-4-9 .dropdown-toggle-button-4-9:checked ~ .dropdown-options-4-9 {
  display: block;
}
.c-toggle-4-9 .dropdown-toggle-button-4-9:checked ~ .dropdown-toggle-label-4-9 {
  font-weight: bold;
}
.c-toggle-4-9 .dropdown-toggle-button-4-9:checked ~ .dropdown-toggle-label-4-9 h3 {
  font-weight: bold;
}

.c-toggle-4-9-1 .dropdown-options-4-9-1 {
  display: none;
}
.c-toggle-4-9-1 .dropdown-toggle-button-4-9-1 {
  display: none;
}
.c-toggle-4-9-1 .dropdown-toggle-button-4-9-1:checked ~ .dropdown-options-4-9-1 {
  display: block;
}
.c-toggle-4-9-1 .dropdown-toggle-button-4-9-1:checked ~ .dropdown-toggle-label-4-9-1 {
  font-weight: 500;
}

.c-toggle-4-9-2 .dropdown-options-4-9-2 {
  display: none;
}
.c-toggle-4-9-2 .dropdown-toggle-button-4-9-2 {
  display: none;
}
.c-toggle-4-9-2 .dropdown-toggle-button-4-9-2:checked ~ .dropdown-options-4-9-2 {
  display: block;
}
.c-toggle-4-9-2 .dropdown-toggle-button-4-9-2:checked ~ .dropdown-toggle-label-4-9-2 {
  font-weight: 500;
}

.c-toggle-4-9-3 .dropdown-options-4-9-3 {
  display: none;
}
.c-toggle-4-9-3 .dropdown-toggle-button-4-9-3 {
  display: none;
}
.c-toggle-4-9-3 .dropdown-toggle-button-4-9-3:checked ~ .dropdown-options-4-9-3 {
  display: block;
}
.c-toggle-4-9-3 .dropdown-toggle-button-4-9-3:checked ~ .dropdown-toggle-label-4-9-3 {
  font-weight: 500;
}

.c-toggle-4-9-4 .dropdown-options-4-9-4 {
  display: none;
}
.c-toggle-4-9-4 .dropdown-toggle-button-4-9-4 {
  display: none;
}
.c-toggle-4-9-4 .dropdown-toggle-button-4-9-4:checked ~ .dropdown-options-4-9-4 {
  display: block;
}
.c-toggle-4-9-4 .dropdown-toggle-button-4-9-4:checked ~ .dropdown-toggle-label-4-9-4 {
  font-weight: 500;
}

.c-toggle-4-9-5 .dropdown-options-4-9-5 {
  display: none;
}
.c-toggle-4-9-5 .dropdown-toggle-button-4-9-5 {
  display: none;
}
.c-toggle-4-9-5 .dropdown-toggle-button-4-9-5:checked ~ .dropdown-options-4-9-5 {
  display: block;
}
.c-toggle-4-9-5 .dropdown-toggle-button-4-9-5:checked ~ .dropdown-toggle-label-4-9-5 {
  font-weight: 500;
}

.c-toggle-4-9-6 .dropdown-options-4-9-6 {
  display: none;
}
.c-toggle-4-9-6 .dropdown-toggle-button-4-9-6 {
  display: none;
}
.c-toggle-4-9-6 .dropdown-toggle-button-4-9-6:checked ~ .dropdown-options-4-9-6 {
  display: block;
}
.c-toggle-4-9-6 .dropdown-toggle-button-4-9-6:checked ~ .dropdown-toggle-label-4-9-6 {
  font-weight: 500;
}

.c-toggle-4-9-7 .dropdown-options-4-9-7 {
  display: none;
}
.c-toggle-4-9-7 .dropdown-toggle-button-4-9-7 {
  display: none;
}
.c-toggle-4-9-7 .dropdown-toggle-button-4-9-7:checked ~ .dropdown-options-4-9-7 {
  display: block;
}
.c-toggle-4-9-7 .dropdown-toggle-button-4-9-7:checked ~ .dropdown-toggle-label-4-9-7 {
  font-weight: 500;
}

.c-toggle-4-9-8 .dropdown-options-4-9-8 {
  display: none;
}
.c-toggle-4-9-8 .dropdown-toggle-button-4-9-8 {
  display: none;
}
.c-toggle-4-9-8 .dropdown-toggle-button-4-9-8:checked ~ .dropdown-options-4-9-8 {
  display: block;
}
.c-toggle-4-9-8 .dropdown-toggle-button-4-9-8:checked ~ .dropdown-toggle-label-4-9-8 {
  font-weight: 500;
}

.c-toggle-4-9-9 .dropdown-options-4-9-9 {
  display: none;
}
.c-toggle-4-9-9 .dropdown-toggle-button-4-9-9 {
  display: none;
}
.c-toggle-4-9-9 .dropdown-toggle-button-4-9-9:checked ~ .dropdown-options-4-9-9 {
  display: block;
}
.c-toggle-4-9-9 .dropdown-toggle-button-4-9-9:checked ~ .dropdown-toggle-label-4-9-9 {
  font-weight: 500;
}

.c-toggle-4-9-10 .dropdown-options-4-9-10 {
  display: none;
}
.c-toggle-4-9-10 .dropdown-toggle-button-4-9-10 {
  display: none;
}
.c-toggle-4-9-10 .dropdown-toggle-button-4-9-10:checked ~ .dropdown-options-4-9-10 {
  display: block;
}
.c-toggle-4-9-10 .dropdown-toggle-button-4-9-10:checked ~ .dropdown-toggle-label-4-9-10 {
  font-weight: 500;
}

.c-toggle-4-10 .dropdown-options-4-10 {
  display: none;
}
.c-toggle-4-10 .dropdown-toggle-button-4-10 {
  display: none;
}
.c-toggle-4-10 .dropdown-toggle-button-4-10:checked ~ .dropdown-options-4-10 {
  display: block;
}
.c-toggle-4-10 .dropdown-toggle-button-4-10:checked ~ .dropdown-toggle-label-4-10 {
  font-weight: bold;
}
.c-toggle-4-10 .dropdown-toggle-button-4-10:checked ~ .dropdown-toggle-label-4-10 h3 {
  font-weight: bold;
}

.c-toggle-4-10-1 .dropdown-options-4-10-1 {
  display: none;
}
.c-toggle-4-10-1 .dropdown-toggle-button-4-10-1 {
  display: none;
}
.c-toggle-4-10-1 .dropdown-toggle-button-4-10-1:checked ~ .dropdown-options-4-10-1 {
  display: block;
}
.c-toggle-4-10-1 .dropdown-toggle-button-4-10-1:checked ~ .dropdown-toggle-label-4-10-1 {
  font-weight: 500;
}

.c-toggle-4-10-2 .dropdown-options-4-10-2 {
  display: none;
}
.c-toggle-4-10-2 .dropdown-toggle-button-4-10-2 {
  display: none;
}
.c-toggle-4-10-2 .dropdown-toggle-button-4-10-2:checked ~ .dropdown-options-4-10-2 {
  display: block;
}
.c-toggle-4-10-2 .dropdown-toggle-button-4-10-2:checked ~ .dropdown-toggle-label-4-10-2 {
  font-weight: 500;
}

.c-toggle-4-10-3 .dropdown-options-4-10-3 {
  display: none;
}
.c-toggle-4-10-3 .dropdown-toggle-button-4-10-3 {
  display: none;
}
.c-toggle-4-10-3 .dropdown-toggle-button-4-10-3:checked ~ .dropdown-options-4-10-3 {
  display: block;
}
.c-toggle-4-10-3 .dropdown-toggle-button-4-10-3:checked ~ .dropdown-toggle-label-4-10-3 {
  font-weight: 500;
}

.c-toggle-4-10-4 .dropdown-options-4-10-4 {
  display: none;
}
.c-toggle-4-10-4 .dropdown-toggle-button-4-10-4 {
  display: none;
}
.c-toggle-4-10-4 .dropdown-toggle-button-4-10-4:checked ~ .dropdown-options-4-10-4 {
  display: block;
}
.c-toggle-4-10-4 .dropdown-toggle-button-4-10-4:checked ~ .dropdown-toggle-label-4-10-4 {
  font-weight: 500;
}

.c-toggle-4-10-5 .dropdown-options-4-10-5 {
  display: none;
}
.c-toggle-4-10-5 .dropdown-toggle-button-4-10-5 {
  display: none;
}
.c-toggle-4-10-5 .dropdown-toggle-button-4-10-5:checked ~ .dropdown-options-4-10-5 {
  display: block;
}
.c-toggle-4-10-5 .dropdown-toggle-button-4-10-5:checked ~ .dropdown-toggle-label-4-10-5 {
  font-weight: 500;
}

.c-toggle-4-10-6 .dropdown-options-4-10-6 {
  display: none;
}
.c-toggle-4-10-6 .dropdown-toggle-button-4-10-6 {
  display: none;
}
.c-toggle-4-10-6 .dropdown-toggle-button-4-10-6:checked ~ .dropdown-options-4-10-6 {
  display: block;
}
.c-toggle-4-10-6 .dropdown-toggle-button-4-10-6:checked ~ .dropdown-toggle-label-4-10-6 {
  font-weight: 500;
}

.c-toggle-4-10-7 .dropdown-options-4-10-7 {
  display: none;
}
.c-toggle-4-10-7 .dropdown-toggle-button-4-10-7 {
  display: none;
}
.c-toggle-4-10-7 .dropdown-toggle-button-4-10-7:checked ~ .dropdown-options-4-10-7 {
  display: block;
}
.c-toggle-4-10-7 .dropdown-toggle-button-4-10-7:checked ~ .dropdown-toggle-label-4-10-7 {
  font-weight: 500;
}

.c-toggle-4-10-8 .dropdown-options-4-10-8 {
  display: none;
}
.c-toggle-4-10-8 .dropdown-toggle-button-4-10-8 {
  display: none;
}
.c-toggle-4-10-8 .dropdown-toggle-button-4-10-8:checked ~ .dropdown-options-4-10-8 {
  display: block;
}
.c-toggle-4-10-8 .dropdown-toggle-button-4-10-8:checked ~ .dropdown-toggle-label-4-10-8 {
  font-weight: 500;
}

.c-toggle-4-10-9 .dropdown-options-4-10-9 {
  display: none;
}
.c-toggle-4-10-9 .dropdown-toggle-button-4-10-9 {
  display: none;
}
.c-toggle-4-10-9 .dropdown-toggle-button-4-10-9:checked ~ .dropdown-options-4-10-9 {
  display: block;
}
.c-toggle-4-10-9 .dropdown-toggle-button-4-10-9:checked ~ .dropdown-toggle-label-4-10-9 {
  font-weight: 500;
}

.c-toggle-4-10-10 .dropdown-options-4-10-10 {
  display: none;
}
.c-toggle-4-10-10 .dropdown-toggle-button-4-10-10 {
  display: none;
}
.c-toggle-4-10-10 .dropdown-toggle-button-4-10-10:checked ~ .dropdown-options-4-10-10 {
  display: block;
}
.c-toggle-4-10-10 .dropdown-toggle-button-4-10-10:checked ~ .dropdown-toggle-label-4-10-10 {
  font-weight: 500;
}

.c-toggle-5-1 .dropdown-options-5-1 {
  display: none;
}
.c-toggle-5-1 .dropdown-toggle-button-5-1 {
  display: none;
}
.c-toggle-5-1 .dropdown-toggle-button-5-1:checked ~ .dropdown-options-5-1 {
  display: block;
}
.c-toggle-5-1 .dropdown-toggle-button-5-1:checked ~ .dropdown-toggle-label-5-1 {
  font-weight: bold;
}
.c-toggle-5-1 .dropdown-toggle-button-5-1:checked ~ .dropdown-toggle-label-5-1 h3 {
  font-weight: bold;
}

.c-toggle-5-1-1 .dropdown-options-5-1-1 {
  display: none;
}
.c-toggle-5-1-1 .dropdown-toggle-button-5-1-1 {
  display: none;
}
.c-toggle-5-1-1 .dropdown-toggle-button-5-1-1:checked ~ .dropdown-options-5-1-1 {
  display: block;
}
.c-toggle-5-1-1 .dropdown-toggle-button-5-1-1:checked ~ .dropdown-toggle-label-5-1-1 {
  font-weight: 500;
}

.c-toggle-5-1-2 .dropdown-options-5-1-2 {
  display: none;
}
.c-toggle-5-1-2 .dropdown-toggle-button-5-1-2 {
  display: none;
}
.c-toggle-5-1-2 .dropdown-toggle-button-5-1-2:checked ~ .dropdown-options-5-1-2 {
  display: block;
}
.c-toggle-5-1-2 .dropdown-toggle-button-5-1-2:checked ~ .dropdown-toggle-label-5-1-2 {
  font-weight: 500;
}

.c-toggle-5-1-3 .dropdown-options-5-1-3 {
  display: none;
}
.c-toggle-5-1-3 .dropdown-toggle-button-5-1-3 {
  display: none;
}
.c-toggle-5-1-3 .dropdown-toggle-button-5-1-3:checked ~ .dropdown-options-5-1-3 {
  display: block;
}
.c-toggle-5-1-3 .dropdown-toggle-button-5-1-3:checked ~ .dropdown-toggle-label-5-1-3 {
  font-weight: 500;
}

.c-toggle-5-1-4 .dropdown-options-5-1-4 {
  display: none;
}
.c-toggle-5-1-4 .dropdown-toggle-button-5-1-4 {
  display: none;
}
.c-toggle-5-1-4 .dropdown-toggle-button-5-1-4:checked ~ .dropdown-options-5-1-4 {
  display: block;
}
.c-toggle-5-1-4 .dropdown-toggle-button-5-1-4:checked ~ .dropdown-toggle-label-5-1-4 {
  font-weight: 500;
}

.c-toggle-5-1-5 .dropdown-options-5-1-5 {
  display: none;
}
.c-toggle-5-1-5 .dropdown-toggle-button-5-1-5 {
  display: none;
}
.c-toggle-5-1-5 .dropdown-toggle-button-5-1-5:checked ~ .dropdown-options-5-1-5 {
  display: block;
}
.c-toggle-5-1-5 .dropdown-toggle-button-5-1-5:checked ~ .dropdown-toggle-label-5-1-5 {
  font-weight: 500;
}

.c-toggle-5-1-6 .dropdown-options-5-1-6 {
  display: none;
}
.c-toggle-5-1-6 .dropdown-toggle-button-5-1-6 {
  display: none;
}
.c-toggle-5-1-6 .dropdown-toggle-button-5-1-6:checked ~ .dropdown-options-5-1-6 {
  display: block;
}
.c-toggle-5-1-6 .dropdown-toggle-button-5-1-6:checked ~ .dropdown-toggle-label-5-1-6 {
  font-weight: 500;
}

.c-toggle-5-1-7 .dropdown-options-5-1-7 {
  display: none;
}
.c-toggle-5-1-7 .dropdown-toggle-button-5-1-7 {
  display: none;
}
.c-toggle-5-1-7 .dropdown-toggle-button-5-1-7:checked ~ .dropdown-options-5-1-7 {
  display: block;
}
.c-toggle-5-1-7 .dropdown-toggle-button-5-1-7:checked ~ .dropdown-toggle-label-5-1-7 {
  font-weight: 500;
}

.c-toggle-5-1-8 .dropdown-options-5-1-8 {
  display: none;
}
.c-toggle-5-1-8 .dropdown-toggle-button-5-1-8 {
  display: none;
}
.c-toggle-5-1-8 .dropdown-toggle-button-5-1-8:checked ~ .dropdown-options-5-1-8 {
  display: block;
}
.c-toggle-5-1-8 .dropdown-toggle-button-5-1-8:checked ~ .dropdown-toggle-label-5-1-8 {
  font-weight: 500;
}

.c-toggle-5-1-9 .dropdown-options-5-1-9 {
  display: none;
}
.c-toggle-5-1-9 .dropdown-toggle-button-5-1-9 {
  display: none;
}
.c-toggle-5-1-9 .dropdown-toggle-button-5-1-9:checked ~ .dropdown-options-5-1-9 {
  display: block;
}
.c-toggle-5-1-9 .dropdown-toggle-button-5-1-9:checked ~ .dropdown-toggle-label-5-1-9 {
  font-weight: 500;
}

.c-toggle-5-1-10 .dropdown-options-5-1-10 {
  display: none;
}
.c-toggle-5-1-10 .dropdown-toggle-button-5-1-10 {
  display: none;
}
.c-toggle-5-1-10 .dropdown-toggle-button-5-1-10:checked ~ .dropdown-options-5-1-10 {
  display: block;
}
.c-toggle-5-1-10 .dropdown-toggle-button-5-1-10:checked ~ .dropdown-toggle-label-5-1-10 {
  font-weight: 500;
}

.c-toggle-5-2 .dropdown-options-5-2 {
  display: none;
}
.c-toggle-5-2 .dropdown-toggle-button-5-2 {
  display: none;
}
.c-toggle-5-2 .dropdown-toggle-button-5-2:checked ~ .dropdown-options-5-2 {
  display: block;
}
.c-toggle-5-2 .dropdown-toggle-button-5-2:checked ~ .dropdown-toggle-label-5-2 {
  font-weight: bold;
}
.c-toggle-5-2 .dropdown-toggle-button-5-2:checked ~ .dropdown-toggle-label-5-2 h3 {
  font-weight: bold;
}

.c-toggle-5-2-1 .dropdown-options-5-2-1 {
  display: none;
}
.c-toggle-5-2-1 .dropdown-toggle-button-5-2-1 {
  display: none;
}
.c-toggle-5-2-1 .dropdown-toggle-button-5-2-1:checked ~ .dropdown-options-5-2-1 {
  display: block;
}
.c-toggle-5-2-1 .dropdown-toggle-button-5-2-1:checked ~ .dropdown-toggle-label-5-2-1 {
  font-weight: 500;
}

.c-toggle-5-2-2 .dropdown-options-5-2-2 {
  display: none;
}
.c-toggle-5-2-2 .dropdown-toggle-button-5-2-2 {
  display: none;
}
.c-toggle-5-2-2 .dropdown-toggle-button-5-2-2:checked ~ .dropdown-options-5-2-2 {
  display: block;
}
.c-toggle-5-2-2 .dropdown-toggle-button-5-2-2:checked ~ .dropdown-toggle-label-5-2-2 {
  font-weight: 500;
}

.c-toggle-5-2-3 .dropdown-options-5-2-3 {
  display: none;
}
.c-toggle-5-2-3 .dropdown-toggle-button-5-2-3 {
  display: none;
}
.c-toggle-5-2-3 .dropdown-toggle-button-5-2-3:checked ~ .dropdown-options-5-2-3 {
  display: block;
}
.c-toggle-5-2-3 .dropdown-toggle-button-5-2-3:checked ~ .dropdown-toggle-label-5-2-3 {
  font-weight: 500;
}

.c-toggle-5-2-4 .dropdown-options-5-2-4 {
  display: none;
}
.c-toggle-5-2-4 .dropdown-toggle-button-5-2-4 {
  display: none;
}
.c-toggle-5-2-4 .dropdown-toggle-button-5-2-4:checked ~ .dropdown-options-5-2-4 {
  display: block;
}
.c-toggle-5-2-4 .dropdown-toggle-button-5-2-4:checked ~ .dropdown-toggle-label-5-2-4 {
  font-weight: 500;
}

.c-toggle-5-2-5 .dropdown-options-5-2-5 {
  display: none;
}
.c-toggle-5-2-5 .dropdown-toggle-button-5-2-5 {
  display: none;
}
.c-toggle-5-2-5 .dropdown-toggle-button-5-2-5:checked ~ .dropdown-options-5-2-5 {
  display: block;
}
.c-toggle-5-2-5 .dropdown-toggle-button-5-2-5:checked ~ .dropdown-toggle-label-5-2-5 {
  font-weight: 500;
}

.c-toggle-5-2-6 .dropdown-options-5-2-6 {
  display: none;
}
.c-toggle-5-2-6 .dropdown-toggle-button-5-2-6 {
  display: none;
}
.c-toggle-5-2-6 .dropdown-toggle-button-5-2-6:checked ~ .dropdown-options-5-2-6 {
  display: block;
}
.c-toggle-5-2-6 .dropdown-toggle-button-5-2-6:checked ~ .dropdown-toggle-label-5-2-6 {
  font-weight: 500;
}

.c-toggle-5-2-7 .dropdown-options-5-2-7 {
  display: none;
}
.c-toggle-5-2-7 .dropdown-toggle-button-5-2-7 {
  display: none;
}
.c-toggle-5-2-7 .dropdown-toggle-button-5-2-7:checked ~ .dropdown-options-5-2-7 {
  display: block;
}
.c-toggle-5-2-7 .dropdown-toggle-button-5-2-7:checked ~ .dropdown-toggle-label-5-2-7 {
  font-weight: 500;
}

.c-toggle-5-2-8 .dropdown-options-5-2-8 {
  display: none;
}
.c-toggle-5-2-8 .dropdown-toggle-button-5-2-8 {
  display: none;
}
.c-toggle-5-2-8 .dropdown-toggle-button-5-2-8:checked ~ .dropdown-options-5-2-8 {
  display: block;
}
.c-toggle-5-2-8 .dropdown-toggle-button-5-2-8:checked ~ .dropdown-toggle-label-5-2-8 {
  font-weight: 500;
}

.c-toggle-5-2-9 .dropdown-options-5-2-9 {
  display: none;
}
.c-toggle-5-2-9 .dropdown-toggle-button-5-2-9 {
  display: none;
}
.c-toggle-5-2-9 .dropdown-toggle-button-5-2-9:checked ~ .dropdown-options-5-2-9 {
  display: block;
}
.c-toggle-5-2-9 .dropdown-toggle-button-5-2-9:checked ~ .dropdown-toggle-label-5-2-9 {
  font-weight: 500;
}

.c-toggle-5-2-10 .dropdown-options-5-2-10 {
  display: none;
}
.c-toggle-5-2-10 .dropdown-toggle-button-5-2-10 {
  display: none;
}
.c-toggle-5-2-10 .dropdown-toggle-button-5-2-10:checked ~ .dropdown-options-5-2-10 {
  display: block;
}
.c-toggle-5-2-10 .dropdown-toggle-button-5-2-10:checked ~ .dropdown-toggle-label-5-2-10 {
  font-weight: 500;
}

.c-toggle-5-3 .dropdown-options-5-3 {
  display: none;
}
.c-toggle-5-3 .dropdown-toggle-button-5-3 {
  display: none;
}
.c-toggle-5-3 .dropdown-toggle-button-5-3:checked ~ .dropdown-options-5-3 {
  display: block;
}
.c-toggle-5-3 .dropdown-toggle-button-5-3:checked ~ .dropdown-toggle-label-5-3 {
  font-weight: bold;
}
.c-toggle-5-3 .dropdown-toggle-button-5-3:checked ~ .dropdown-toggle-label-5-3 h3 {
  font-weight: bold;
}

.c-toggle-5-3-1 .dropdown-options-5-3-1 {
  display: none;
}
.c-toggle-5-3-1 .dropdown-toggle-button-5-3-1 {
  display: none;
}
.c-toggle-5-3-1 .dropdown-toggle-button-5-3-1:checked ~ .dropdown-options-5-3-1 {
  display: block;
}
.c-toggle-5-3-1 .dropdown-toggle-button-5-3-1:checked ~ .dropdown-toggle-label-5-3-1 {
  font-weight: 500;
}

.c-toggle-5-3-2 .dropdown-options-5-3-2 {
  display: none;
}
.c-toggle-5-3-2 .dropdown-toggle-button-5-3-2 {
  display: none;
}
.c-toggle-5-3-2 .dropdown-toggle-button-5-3-2:checked ~ .dropdown-options-5-3-2 {
  display: block;
}
.c-toggle-5-3-2 .dropdown-toggle-button-5-3-2:checked ~ .dropdown-toggle-label-5-3-2 {
  font-weight: 500;
}

.c-toggle-5-3-3 .dropdown-options-5-3-3 {
  display: none;
}
.c-toggle-5-3-3 .dropdown-toggle-button-5-3-3 {
  display: none;
}
.c-toggle-5-3-3 .dropdown-toggle-button-5-3-3:checked ~ .dropdown-options-5-3-3 {
  display: block;
}
.c-toggle-5-3-3 .dropdown-toggle-button-5-3-3:checked ~ .dropdown-toggle-label-5-3-3 {
  font-weight: 500;
}

.c-toggle-5-3-4 .dropdown-options-5-3-4 {
  display: none;
}
.c-toggle-5-3-4 .dropdown-toggle-button-5-3-4 {
  display: none;
}
.c-toggle-5-3-4 .dropdown-toggle-button-5-3-4:checked ~ .dropdown-options-5-3-4 {
  display: block;
}
.c-toggle-5-3-4 .dropdown-toggle-button-5-3-4:checked ~ .dropdown-toggle-label-5-3-4 {
  font-weight: 500;
}

.c-toggle-5-3-5 .dropdown-options-5-3-5 {
  display: none;
}
.c-toggle-5-3-5 .dropdown-toggle-button-5-3-5 {
  display: none;
}
.c-toggle-5-3-5 .dropdown-toggle-button-5-3-5:checked ~ .dropdown-options-5-3-5 {
  display: block;
}
.c-toggle-5-3-5 .dropdown-toggle-button-5-3-5:checked ~ .dropdown-toggle-label-5-3-5 {
  font-weight: 500;
}

.c-toggle-5-3-6 .dropdown-options-5-3-6 {
  display: none;
}
.c-toggle-5-3-6 .dropdown-toggle-button-5-3-6 {
  display: none;
}
.c-toggle-5-3-6 .dropdown-toggle-button-5-3-6:checked ~ .dropdown-options-5-3-6 {
  display: block;
}
.c-toggle-5-3-6 .dropdown-toggle-button-5-3-6:checked ~ .dropdown-toggle-label-5-3-6 {
  font-weight: 500;
}

.c-toggle-5-3-7 .dropdown-options-5-3-7 {
  display: none;
}
.c-toggle-5-3-7 .dropdown-toggle-button-5-3-7 {
  display: none;
}
.c-toggle-5-3-7 .dropdown-toggle-button-5-3-7:checked ~ .dropdown-options-5-3-7 {
  display: block;
}
.c-toggle-5-3-7 .dropdown-toggle-button-5-3-7:checked ~ .dropdown-toggle-label-5-3-7 {
  font-weight: 500;
}

.c-toggle-5-3-8 .dropdown-options-5-3-8 {
  display: none;
}
.c-toggle-5-3-8 .dropdown-toggle-button-5-3-8 {
  display: none;
}
.c-toggle-5-3-8 .dropdown-toggle-button-5-3-8:checked ~ .dropdown-options-5-3-8 {
  display: block;
}
.c-toggle-5-3-8 .dropdown-toggle-button-5-3-8:checked ~ .dropdown-toggle-label-5-3-8 {
  font-weight: 500;
}

.c-toggle-5-3-9 .dropdown-options-5-3-9 {
  display: none;
}
.c-toggle-5-3-9 .dropdown-toggle-button-5-3-9 {
  display: none;
}
.c-toggle-5-3-9 .dropdown-toggle-button-5-3-9:checked ~ .dropdown-options-5-3-9 {
  display: block;
}
.c-toggle-5-3-9 .dropdown-toggle-button-5-3-9:checked ~ .dropdown-toggle-label-5-3-9 {
  font-weight: 500;
}

.c-toggle-5-3-10 .dropdown-options-5-3-10 {
  display: none;
}
.c-toggle-5-3-10 .dropdown-toggle-button-5-3-10 {
  display: none;
}
.c-toggle-5-3-10 .dropdown-toggle-button-5-3-10:checked ~ .dropdown-options-5-3-10 {
  display: block;
}
.c-toggle-5-3-10 .dropdown-toggle-button-5-3-10:checked ~ .dropdown-toggle-label-5-3-10 {
  font-weight: 500;
}

.c-toggle-5-4 .dropdown-options-5-4 {
  display: none;
}
.c-toggle-5-4 .dropdown-toggle-button-5-4 {
  display: none;
}
.c-toggle-5-4 .dropdown-toggle-button-5-4:checked ~ .dropdown-options-5-4 {
  display: block;
}
.c-toggle-5-4 .dropdown-toggle-button-5-4:checked ~ .dropdown-toggle-label-5-4 {
  font-weight: bold;
}
.c-toggle-5-4 .dropdown-toggle-button-5-4:checked ~ .dropdown-toggle-label-5-4 h3 {
  font-weight: bold;
}

.c-toggle-5-4-1 .dropdown-options-5-4-1 {
  display: none;
}
.c-toggle-5-4-1 .dropdown-toggle-button-5-4-1 {
  display: none;
}
.c-toggle-5-4-1 .dropdown-toggle-button-5-4-1:checked ~ .dropdown-options-5-4-1 {
  display: block;
}
.c-toggle-5-4-1 .dropdown-toggle-button-5-4-1:checked ~ .dropdown-toggle-label-5-4-1 {
  font-weight: 500;
}

.c-toggle-5-4-2 .dropdown-options-5-4-2 {
  display: none;
}
.c-toggle-5-4-2 .dropdown-toggle-button-5-4-2 {
  display: none;
}
.c-toggle-5-4-2 .dropdown-toggle-button-5-4-2:checked ~ .dropdown-options-5-4-2 {
  display: block;
}
.c-toggle-5-4-2 .dropdown-toggle-button-5-4-2:checked ~ .dropdown-toggle-label-5-4-2 {
  font-weight: 500;
}

.c-toggle-5-4-3 .dropdown-options-5-4-3 {
  display: none;
}
.c-toggle-5-4-3 .dropdown-toggle-button-5-4-3 {
  display: none;
}
.c-toggle-5-4-3 .dropdown-toggle-button-5-4-3:checked ~ .dropdown-options-5-4-3 {
  display: block;
}
.c-toggle-5-4-3 .dropdown-toggle-button-5-4-3:checked ~ .dropdown-toggle-label-5-4-3 {
  font-weight: 500;
}

.c-toggle-5-4-4 .dropdown-options-5-4-4 {
  display: none;
}
.c-toggle-5-4-4 .dropdown-toggle-button-5-4-4 {
  display: none;
}
.c-toggle-5-4-4 .dropdown-toggle-button-5-4-4:checked ~ .dropdown-options-5-4-4 {
  display: block;
}
.c-toggle-5-4-4 .dropdown-toggle-button-5-4-4:checked ~ .dropdown-toggle-label-5-4-4 {
  font-weight: 500;
}

.c-toggle-5-4-5 .dropdown-options-5-4-5 {
  display: none;
}
.c-toggle-5-4-5 .dropdown-toggle-button-5-4-5 {
  display: none;
}
.c-toggle-5-4-5 .dropdown-toggle-button-5-4-5:checked ~ .dropdown-options-5-4-5 {
  display: block;
}
.c-toggle-5-4-5 .dropdown-toggle-button-5-4-5:checked ~ .dropdown-toggle-label-5-4-5 {
  font-weight: 500;
}

.c-toggle-5-4-6 .dropdown-options-5-4-6 {
  display: none;
}
.c-toggle-5-4-6 .dropdown-toggle-button-5-4-6 {
  display: none;
}
.c-toggle-5-4-6 .dropdown-toggle-button-5-4-6:checked ~ .dropdown-options-5-4-6 {
  display: block;
}
.c-toggle-5-4-6 .dropdown-toggle-button-5-4-6:checked ~ .dropdown-toggle-label-5-4-6 {
  font-weight: 500;
}

.c-toggle-5-4-7 .dropdown-options-5-4-7 {
  display: none;
}
.c-toggle-5-4-7 .dropdown-toggle-button-5-4-7 {
  display: none;
}
.c-toggle-5-4-7 .dropdown-toggle-button-5-4-7:checked ~ .dropdown-options-5-4-7 {
  display: block;
}
.c-toggle-5-4-7 .dropdown-toggle-button-5-4-7:checked ~ .dropdown-toggle-label-5-4-7 {
  font-weight: 500;
}

.c-toggle-5-4-8 .dropdown-options-5-4-8 {
  display: none;
}
.c-toggle-5-4-8 .dropdown-toggle-button-5-4-8 {
  display: none;
}
.c-toggle-5-4-8 .dropdown-toggle-button-5-4-8:checked ~ .dropdown-options-5-4-8 {
  display: block;
}
.c-toggle-5-4-8 .dropdown-toggle-button-5-4-8:checked ~ .dropdown-toggle-label-5-4-8 {
  font-weight: 500;
}

.c-toggle-5-4-9 .dropdown-options-5-4-9 {
  display: none;
}
.c-toggle-5-4-9 .dropdown-toggle-button-5-4-9 {
  display: none;
}
.c-toggle-5-4-9 .dropdown-toggle-button-5-4-9:checked ~ .dropdown-options-5-4-9 {
  display: block;
}
.c-toggle-5-4-9 .dropdown-toggle-button-5-4-9:checked ~ .dropdown-toggle-label-5-4-9 {
  font-weight: 500;
}

.c-toggle-5-4-10 .dropdown-options-5-4-10 {
  display: none;
}
.c-toggle-5-4-10 .dropdown-toggle-button-5-4-10 {
  display: none;
}
.c-toggle-5-4-10 .dropdown-toggle-button-5-4-10:checked ~ .dropdown-options-5-4-10 {
  display: block;
}
.c-toggle-5-4-10 .dropdown-toggle-button-5-4-10:checked ~ .dropdown-toggle-label-5-4-10 {
  font-weight: 500;
}

.c-toggle-5-5 .dropdown-options-5-5 {
  display: none;
}
.c-toggle-5-5 .dropdown-toggle-button-5-5 {
  display: none;
}
.c-toggle-5-5 .dropdown-toggle-button-5-5:checked ~ .dropdown-options-5-5 {
  display: block;
}
.c-toggle-5-5 .dropdown-toggle-button-5-5:checked ~ .dropdown-toggle-label-5-5 {
  font-weight: bold;
}
.c-toggle-5-5 .dropdown-toggle-button-5-5:checked ~ .dropdown-toggle-label-5-5 h3 {
  font-weight: bold;
}

.c-toggle-5-5-1 .dropdown-options-5-5-1 {
  display: none;
}
.c-toggle-5-5-1 .dropdown-toggle-button-5-5-1 {
  display: none;
}
.c-toggle-5-5-1 .dropdown-toggle-button-5-5-1:checked ~ .dropdown-options-5-5-1 {
  display: block;
}
.c-toggle-5-5-1 .dropdown-toggle-button-5-5-1:checked ~ .dropdown-toggle-label-5-5-1 {
  font-weight: 500;
}

.c-toggle-5-5-2 .dropdown-options-5-5-2 {
  display: none;
}
.c-toggle-5-5-2 .dropdown-toggle-button-5-5-2 {
  display: none;
}
.c-toggle-5-5-2 .dropdown-toggle-button-5-5-2:checked ~ .dropdown-options-5-5-2 {
  display: block;
}
.c-toggle-5-5-2 .dropdown-toggle-button-5-5-2:checked ~ .dropdown-toggle-label-5-5-2 {
  font-weight: 500;
}

.c-toggle-5-5-3 .dropdown-options-5-5-3 {
  display: none;
}
.c-toggle-5-5-3 .dropdown-toggle-button-5-5-3 {
  display: none;
}
.c-toggle-5-5-3 .dropdown-toggle-button-5-5-3:checked ~ .dropdown-options-5-5-3 {
  display: block;
}
.c-toggle-5-5-3 .dropdown-toggle-button-5-5-3:checked ~ .dropdown-toggle-label-5-5-3 {
  font-weight: 500;
}

.c-toggle-5-5-4 .dropdown-options-5-5-4 {
  display: none;
}
.c-toggle-5-5-4 .dropdown-toggle-button-5-5-4 {
  display: none;
}
.c-toggle-5-5-4 .dropdown-toggle-button-5-5-4:checked ~ .dropdown-options-5-5-4 {
  display: block;
}
.c-toggle-5-5-4 .dropdown-toggle-button-5-5-4:checked ~ .dropdown-toggle-label-5-5-4 {
  font-weight: 500;
}

.c-toggle-5-5-5 .dropdown-options-5-5-5 {
  display: none;
}
.c-toggle-5-5-5 .dropdown-toggle-button-5-5-5 {
  display: none;
}
.c-toggle-5-5-5 .dropdown-toggle-button-5-5-5:checked ~ .dropdown-options-5-5-5 {
  display: block;
}
.c-toggle-5-5-5 .dropdown-toggle-button-5-5-5:checked ~ .dropdown-toggle-label-5-5-5 {
  font-weight: 500;
}

.c-toggle-5-5-6 .dropdown-options-5-5-6 {
  display: none;
}
.c-toggle-5-5-6 .dropdown-toggle-button-5-5-6 {
  display: none;
}
.c-toggle-5-5-6 .dropdown-toggle-button-5-5-6:checked ~ .dropdown-options-5-5-6 {
  display: block;
}
.c-toggle-5-5-6 .dropdown-toggle-button-5-5-6:checked ~ .dropdown-toggle-label-5-5-6 {
  font-weight: 500;
}

.c-toggle-5-5-7 .dropdown-options-5-5-7 {
  display: none;
}
.c-toggle-5-5-7 .dropdown-toggle-button-5-5-7 {
  display: none;
}
.c-toggle-5-5-7 .dropdown-toggle-button-5-5-7:checked ~ .dropdown-options-5-5-7 {
  display: block;
}
.c-toggle-5-5-7 .dropdown-toggle-button-5-5-7:checked ~ .dropdown-toggle-label-5-5-7 {
  font-weight: 500;
}

.c-toggle-5-5-8 .dropdown-options-5-5-8 {
  display: none;
}
.c-toggle-5-5-8 .dropdown-toggle-button-5-5-8 {
  display: none;
}
.c-toggle-5-5-8 .dropdown-toggle-button-5-5-8:checked ~ .dropdown-options-5-5-8 {
  display: block;
}
.c-toggle-5-5-8 .dropdown-toggle-button-5-5-8:checked ~ .dropdown-toggle-label-5-5-8 {
  font-weight: 500;
}

.c-toggle-5-5-9 .dropdown-options-5-5-9 {
  display: none;
}
.c-toggle-5-5-9 .dropdown-toggle-button-5-5-9 {
  display: none;
}
.c-toggle-5-5-9 .dropdown-toggle-button-5-5-9:checked ~ .dropdown-options-5-5-9 {
  display: block;
}
.c-toggle-5-5-9 .dropdown-toggle-button-5-5-9:checked ~ .dropdown-toggle-label-5-5-9 {
  font-weight: 500;
}

.c-toggle-5-5-10 .dropdown-options-5-5-10 {
  display: none;
}
.c-toggle-5-5-10 .dropdown-toggle-button-5-5-10 {
  display: none;
}
.c-toggle-5-5-10 .dropdown-toggle-button-5-5-10:checked ~ .dropdown-options-5-5-10 {
  display: block;
}
.c-toggle-5-5-10 .dropdown-toggle-button-5-5-10:checked ~ .dropdown-toggle-label-5-5-10 {
  font-weight: 500;
}

.c-toggle-5-6 .dropdown-options-5-6 {
  display: none;
}
.c-toggle-5-6 .dropdown-toggle-button-5-6 {
  display: none;
}
.c-toggle-5-6 .dropdown-toggle-button-5-6:checked ~ .dropdown-options-5-6 {
  display: block;
}
.c-toggle-5-6 .dropdown-toggle-button-5-6:checked ~ .dropdown-toggle-label-5-6 {
  font-weight: bold;
}
.c-toggle-5-6 .dropdown-toggle-button-5-6:checked ~ .dropdown-toggle-label-5-6 h3 {
  font-weight: bold;
}

.c-toggle-5-6-1 .dropdown-options-5-6-1 {
  display: none;
}
.c-toggle-5-6-1 .dropdown-toggle-button-5-6-1 {
  display: none;
}
.c-toggle-5-6-1 .dropdown-toggle-button-5-6-1:checked ~ .dropdown-options-5-6-1 {
  display: block;
}
.c-toggle-5-6-1 .dropdown-toggle-button-5-6-1:checked ~ .dropdown-toggle-label-5-6-1 {
  font-weight: 500;
}

.c-toggle-5-6-2 .dropdown-options-5-6-2 {
  display: none;
}
.c-toggle-5-6-2 .dropdown-toggle-button-5-6-2 {
  display: none;
}
.c-toggle-5-6-2 .dropdown-toggle-button-5-6-2:checked ~ .dropdown-options-5-6-2 {
  display: block;
}
.c-toggle-5-6-2 .dropdown-toggle-button-5-6-2:checked ~ .dropdown-toggle-label-5-6-2 {
  font-weight: 500;
}

.c-toggle-5-6-3 .dropdown-options-5-6-3 {
  display: none;
}
.c-toggle-5-6-3 .dropdown-toggle-button-5-6-3 {
  display: none;
}
.c-toggle-5-6-3 .dropdown-toggle-button-5-6-3:checked ~ .dropdown-options-5-6-3 {
  display: block;
}
.c-toggle-5-6-3 .dropdown-toggle-button-5-6-3:checked ~ .dropdown-toggle-label-5-6-3 {
  font-weight: 500;
}

.c-toggle-5-6-4 .dropdown-options-5-6-4 {
  display: none;
}
.c-toggle-5-6-4 .dropdown-toggle-button-5-6-4 {
  display: none;
}
.c-toggle-5-6-4 .dropdown-toggle-button-5-6-4:checked ~ .dropdown-options-5-6-4 {
  display: block;
}
.c-toggle-5-6-4 .dropdown-toggle-button-5-6-4:checked ~ .dropdown-toggle-label-5-6-4 {
  font-weight: 500;
}

.c-toggle-5-6-5 .dropdown-options-5-6-5 {
  display: none;
}
.c-toggle-5-6-5 .dropdown-toggle-button-5-6-5 {
  display: none;
}
.c-toggle-5-6-5 .dropdown-toggle-button-5-6-5:checked ~ .dropdown-options-5-6-5 {
  display: block;
}
.c-toggle-5-6-5 .dropdown-toggle-button-5-6-5:checked ~ .dropdown-toggle-label-5-6-5 {
  font-weight: 500;
}

.c-toggle-5-6-6 .dropdown-options-5-6-6 {
  display: none;
}
.c-toggle-5-6-6 .dropdown-toggle-button-5-6-6 {
  display: none;
}
.c-toggle-5-6-6 .dropdown-toggle-button-5-6-6:checked ~ .dropdown-options-5-6-6 {
  display: block;
}
.c-toggle-5-6-6 .dropdown-toggle-button-5-6-6:checked ~ .dropdown-toggle-label-5-6-6 {
  font-weight: 500;
}

.c-toggle-5-6-7 .dropdown-options-5-6-7 {
  display: none;
}
.c-toggle-5-6-7 .dropdown-toggle-button-5-6-7 {
  display: none;
}
.c-toggle-5-6-7 .dropdown-toggle-button-5-6-7:checked ~ .dropdown-options-5-6-7 {
  display: block;
}
.c-toggle-5-6-7 .dropdown-toggle-button-5-6-7:checked ~ .dropdown-toggle-label-5-6-7 {
  font-weight: 500;
}

.c-toggle-5-6-8 .dropdown-options-5-6-8 {
  display: none;
}
.c-toggle-5-6-8 .dropdown-toggle-button-5-6-8 {
  display: none;
}
.c-toggle-5-6-8 .dropdown-toggle-button-5-6-8:checked ~ .dropdown-options-5-6-8 {
  display: block;
}
.c-toggle-5-6-8 .dropdown-toggle-button-5-6-8:checked ~ .dropdown-toggle-label-5-6-8 {
  font-weight: 500;
}

.c-toggle-5-6-9 .dropdown-options-5-6-9 {
  display: none;
}
.c-toggle-5-6-9 .dropdown-toggle-button-5-6-9 {
  display: none;
}
.c-toggle-5-6-9 .dropdown-toggle-button-5-6-9:checked ~ .dropdown-options-5-6-9 {
  display: block;
}
.c-toggle-5-6-9 .dropdown-toggle-button-5-6-9:checked ~ .dropdown-toggle-label-5-6-9 {
  font-weight: 500;
}

.c-toggle-5-6-10 .dropdown-options-5-6-10 {
  display: none;
}
.c-toggle-5-6-10 .dropdown-toggle-button-5-6-10 {
  display: none;
}
.c-toggle-5-6-10 .dropdown-toggle-button-5-6-10:checked ~ .dropdown-options-5-6-10 {
  display: block;
}
.c-toggle-5-6-10 .dropdown-toggle-button-5-6-10:checked ~ .dropdown-toggle-label-5-6-10 {
  font-weight: 500;
}

.c-toggle-5-7 .dropdown-options-5-7 {
  display: none;
}
.c-toggle-5-7 .dropdown-toggle-button-5-7 {
  display: none;
}
.c-toggle-5-7 .dropdown-toggle-button-5-7:checked ~ .dropdown-options-5-7 {
  display: block;
}
.c-toggle-5-7 .dropdown-toggle-button-5-7:checked ~ .dropdown-toggle-label-5-7 {
  font-weight: bold;
}
.c-toggle-5-7 .dropdown-toggle-button-5-7:checked ~ .dropdown-toggle-label-5-7 h3 {
  font-weight: bold;
}

.c-toggle-5-7-1 .dropdown-options-5-7-1 {
  display: none;
}
.c-toggle-5-7-1 .dropdown-toggle-button-5-7-1 {
  display: none;
}
.c-toggle-5-7-1 .dropdown-toggle-button-5-7-1:checked ~ .dropdown-options-5-7-1 {
  display: block;
}
.c-toggle-5-7-1 .dropdown-toggle-button-5-7-1:checked ~ .dropdown-toggle-label-5-7-1 {
  font-weight: 500;
}

.c-toggle-5-7-2 .dropdown-options-5-7-2 {
  display: none;
}
.c-toggle-5-7-2 .dropdown-toggle-button-5-7-2 {
  display: none;
}
.c-toggle-5-7-2 .dropdown-toggle-button-5-7-2:checked ~ .dropdown-options-5-7-2 {
  display: block;
}
.c-toggle-5-7-2 .dropdown-toggle-button-5-7-2:checked ~ .dropdown-toggle-label-5-7-2 {
  font-weight: 500;
}

.c-toggle-5-7-3 .dropdown-options-5-7-3 {
  display: none;
}
.c-toggle-5-7-3 .dropdown-toggle-button-5-7-3 {
  display: none;
}
.c-toggle-5-7-3 .dropdown-toggle-button-5-7-3:checked ~ .dropdown-options-5-7-3 {
  display: block;
}
.c-toggle-5-7-3 .dropdown-toggle-button-5-7-3:checked ~ .dropdown-toggle-label-5-7-3 {
  font-weight: 500;
}

.c-toggle-5-7-4 .dropdown-options-5-7-4 {
  display: none;
}
.c-toggle-5-7-4 .dropdown-toggle-button-5-7-4 {
  display: none;
}
.c-toggle-5-7-4 .dropdown-toggle-button-5-7-4:checked ~ .dropdown-options-5-7-4 {
  display: block;
}
.c-toggle-5-7-4 .dropdown-toggle-button-5-7-4:checked ~ .dropdown-toggle-label-5-7-4 {
  font-weight: 500;
}

.c-toggle-5-7-5 .dropdown-options-5-7-5 {
  display: none;
}
.c-toggle-5-7-5 .dropdown-toggle-button-5-7-5 {
  display: none;
}
.c-toggle-5-7-5 .dropdown-toggle-button-5-7-5:checked ~ .dropdown-options-5-7-5 {
  display: block;
}
.c-toggle-5-7-5 .dropdown-toggle-button-5-7-5:checked ~ .dropdown-toggle-label-5-7-5 {
  font-weight: 500;
}

.c-toggle-5-7-6 .dropdown-options-5-7-6 {
  display: none;
}
.c-toggle-5-7-6 .dropdown-toggle-button-5-7-6 {
  display: none;
}
.c-toggle-5-7-6 .dropdown-toggle-button-5-7-6:checked ~ .dropdown-options-5-7-6 {
  display: block;
}
.c-toggle-5-7-6 .dropdown-toggle-button-5-7-6:checked ~ .dropdown-toggle-label-5-7-6 {
  font-weight: 500;
}

.c-toggle-5-7-7 .dropdown-options-5-7-7 {
  display: none;
}
.c-toggle-5-7-7 .dropdown-toggle-button-5-7-7 {
  display: none;
}
.c-toggle-5-7-7 .dropdown-toggle-button-5-7-7:checked ~ .dropdown-options-5-7-7 {
  display: block;
}
.c-toggle-5-7-7 .dropdown-toggle-button-5-7-7:checked ~ .dropdown-toggle-label-5-7-7 {
  font-weight: 500;
}

.c-toggle-5-7-8 .dropdown-options-5-7-8 {
  display: none;
}
.c-toggle-5-7-8 .dropdown-toggle-button-5-7-8 {
  display: none;
}
.c-toggle-5-7-8 .dropdown-toggle-button-5-7-8:checked ~ .dropdown-options-5-7-8 {
  display: block;
}
.c-toggle-5-7-8 .dropdown-toggle-button-5-7-8:checked ~ .dropdown-toggle-label-5-7-8 {
  font-weight: 500;
}

.c-toggle-5-7-9 .dropdown-options-5-7-9 {
  display: none;
}
.c-toggle-5-7-9 .dropdown-toggle-button-5-7-9 {
  display: none;
}
.c-toggle-5-7-9 .dropdown-toggle-button-5-7-9:checked ~ .dropdown-options-5-7-9 {
  display: block;
}
.c-toggle-5-7-9 .dropdown-toggle-button-5-7-9:checked ~ .dropdown-toggle-label-5-7-9 {
  font-weight: 500;
}

.c-toggle-5-7-10 .dropdown-options-5-7-10 {
  display: none;
}
.c-toggle-5-7-10 .dropdown-toggle-button-5-7-10 {
  display: none;
}
.c-toggle-5-7-10 .dropdown-toggle-button-5-7-10:checked ~ .dropdown-options-5-7-10 {
  display: block;
}
.c-toggle-5-7-10 .dropdown-toggle-button-5-7-10:checked ~ .dropdown-toggle-label-5-7-10 {
  font-weight: 500;
}

.c-toggle-5-8 .dropdown-options-5-8 {
  display: none;
}
.c-toggle-5-8 .dropdown-toggle-button-5-8 {
  display: none;
}
.c-toggle-5-8 .dropdown-toggle-button-5-8:checked ~ .dropdown-options-5-8 {
  display: block;
}
.c-toggle-5-8 .dropdown-toggle-button-5-8:checked ~ .dropdown-toggle-label-5-8 {
  font-weight: bold;
}
.c-toggle-5-8 .dropdown-toggle-button-5-8:checked ~ .dropdown-toggle-label-5-8 h3 {
  font-weight: bold;
}

.c-toggle-5-8-1 .dropdown-options-5-8-1 {
  display: none;
}
.c-toggle-5-8-1 .dropdown-toggle-button-5-8-1 {
  display: none;
}
.c-toggle-5-8-1 .dropdown-toggle-button-5-8-1:checked ~ .dropdown-options-5-8-1 {
  display: block;
}
.c-toggle-5-8-1 .dropdown-toggle-button-5-8-1:checked ~ .dropdown-toggle-label-5-8-1 {
  font-weight: 500;
}

.c-toggle-5-8-2 .dropdown-options-5-8-2 {
  display: none;
}
.c-toggle-5-8-2 .dropdown-toggle-button-5-8-2 {
  display: none;
}
.c-toggle-5-8-2 .dropdown-toggle-button-5-8-2:checked ~ .dropdown-options-5-8-2 {
  display: block;
}
.c-toggle-5-8-2 .dropdown-toggle-button-5-8-2:checked ~ .dropdown-toggle-label-5-8-2 {
  font-weight: 500;
}

.c-toggle-5-8-3 .dropdown-options-5-8-3 {
  display: none;
}
.c-toggle-5-8-3 .dropdown-toggle-button-5-8-3 {
  display: none;
}
.c-toggle-5-8-3 .dropdown-toggle-button-5-8-3:checked ~ .dropdown-options-5-8-3 {
  display: block;
}
.c-toggle-5-8-3 .dropdown-toggle-button-5-8-3:checked ~ .dropdown-toggle-label-5-8-3 {
  font-weight: 500;
}

.c-toggle-5-8-4 .dropdown-options-5-8-4 {
  display: none;
}
.c-toggle-5-8-4 .dropdown-toggle-button-5-8-4 {
  display: none;
}
.c-toggle-5-8-4 .dropdown-toggle-button-5-8-4:checked ~ .dropdown-options-5-8-4 {
  display: block;
}
.c-toggle-5-8-4 .dropdown-toggle-button-5-8-4:checked ~ .dropdown-toggle-label-5-8-4 {
  font-weight: 500;
}

.c-toggle-5-8-5 .dropdown-options-5-8-5 {
  display: none;
}
.c-toggle-5-8-5 .dropdown-toggle-button-5-8-5 {
  display: none;
}
.c-toggle-5-8-5 .dropdown-toggle-button-5-8-5:checked ~ .dropdown-options-5-8-5 {
  display: block;
}
.c-toggle-5-8-5 .dropdown-toggle-button-5-8-5:checked ~ .dropdown-toggle-label-5-8-5 {
  font-weight: 500;
}

.c-toggle-5-8-6 .dropdown-options-5-8-6 {
  display: none;
}
.c-toggle-5-8-6 .dropdown-toggle-button-5-8-6 {
  display: none;
}
.c-toggle-5-8-6 .dropdown-toggle-button-5-8-6:checked ~ .dropdown-options-5-8-6 {
  display: block;
}
.c-toggle-5-8-6 .dropdown-toggle-button-5-8-6:checked ~ .dropdown-toggle-label-5-8-6 {
  font-weight: 500;
}

.c-toggle-5-8-7 .dropdown-options-5-8-7 {
  display: none;
}
.c-toggle-5-8-7 .dropdown-toggle-button-5-8-7 {
  display: none;
}
.c-toggle-5-8-7 .dropdown-toggle-button-5-8-7:checked ~ .dropdown-options-5-8-7 {
  display: block;
}
.c-toggle-5-8-7 .dropdown-toggle-button-5-8-7:checked ~ .dropdown-toggle-label-5-8-7 {
  font-weight: 500;
}

.c-toggle-5-8-8 .dropdown-options-5-8-8 {
  display: none;
}
.c-toggle-5-8-8 .dropdown-toggle-button-5-8-8 {
  display: none;
}
.c-toggle-5-8-8 .dropdown-toggle-button-5-8-8:checked ~ .dropdown-options-5-8-8 {
  display: block;
}
.c-toggle-5-8-8 .dropdown-toggle-button-5-8-8:checked ~ .dropdown-toggle-label-5-8-8 {
  font-weight: 500;
}

.c-toggle-5-8-9 .dropdown-options-5-8-9 {
  display: none;
}
.c-toggle-5-8-9 .dropdown-toggle-button-5-8-9 {
  display: none;
}
.c-toggle-5-8-9 .dropdown-toggle-button-5-8-9:checked ~ .dropdown-options-5-8-9 {
  display: block;
}
.c-toggle-5-8-9 .dropdown-toggle-button-5-8-9:checked ~ .dropdown-toggle-label-5-8-9 {
  font-weight: 500;
}

.c-toggle-5-8-10 .dropdown-options-5-8-10 {
  display: none;
}
.c-toggle-5-8-10 .dropdown-toggle-button-5-8-10 {
  display: none;
}
.c-toggle-5-8-10 .dropdown-toggle-button-5-8-10:checked ~ .dropdown-options-5-8-10 {
  display: block;
}
.c-toggle-5-8-10 .dropdown-toggle-button-5-8-10:checked ~ .dropdown-toggle-label-5-8-10 {
  font-weight: 500;
}

.c-toggle-5-9 .dropdown-options-5-9 {
  display: none;
}
.c-toggle-5-9 .dropdown-toggle-button-5-9 {
  display: none;
}
.c-toggle-5-9 .dropdown-toggle-button-5-9:checked ~ .dropdown-options-5-9 {
  display: block;
}
.c-toggle-5-9 .dropdown-toggle-button-5-9:checked ~ .dropdown-toggle-label-5-9 {
  font-weight: bold;
}
.c-toggle-5-9 .dropdown-toggle-button-5-9:checked ~ .dropdown-toggle-label-5-9 h3 {
  font-weight: bold;
}

.c-toggle-5-9-1 .dropdown-options-5-9-1 {
  display: none;
}
.c-toggle-5-9-1 .dropdown-toggle-button-5-9-1 {
  display: none;
}
.c-toggle-5-9-1 .dropdown-toggle-button-5-9-1:checked ~ .dropdown-options-5-9-1 {
  display: block;
}
.c-toggle-5-9-1 .dropdown-toggle-button-5-9-1:checked ~ .dropdown-toggle-label-5-9-1 {
  font-weight: 500;
}

.c-toggle-5-9-2 .dropdown-options-5-9-2 {
  display: none;
}
.c-toggle-5-9-2 .dropdown-toggle-button-5-9-2 {
  display: none;
}
.c-toggle-5-9-2 .dropdown-toggle-button-5-9-2:checked ~ .dropdown-options-5-9-2 {
  display: block;
}
.c-toggle-5-9-2 .dropdown-toggle-button-5-9-2:checked ~ .dropdown-toggle-label-5-9-2 {
  font-weight: 500;
}

.c-toggle-5-9-3 .dropdown-options-5-9-3 {
  display: none;
}
.c-toggle-5-9-3 .dropdown-toggle-button-5-9-3 {
  display: none;
}
.c-toggle-5-9-3 .dropdown-toggle-button-5-9-3:checked ~ .dropdown-options-5-9-3 {
  display: block;
}
.c-toggle-5-9-3 .dropdown-toggle-button-5-9-3:checked ~ .dropdown-toggle-label-5-9-3 {
  font-weight: 500;
}

.c-toggle-5-9-4 .dropdown-options-5-9-4 {
  display: none;
}
.c-toggle-5-9-4 .dropdown-toggle-button-5-9-4 {
  display: none;
}
.c-toggle-5-9-4 .dropdown-toggle-button-5-9-4:checked ~ .dropdown-options-5-9-4 {
  display: block;
}
.c-toggle-5-9-4 .dropdown-toggle-button-5-9-4:checked ~ .dropdown-toggle-label-5-9-4 {
  font-weight: 500;
}

.c-toggle-5-9-5 .dropdown-options-5-9-5 {
  display: none;
}
.c-toggle-5-9-5 .dropdown-toggle-button-5-9-5 {
  display: none;
}
.c-toggle-5-9-5 .dropdown-toggle-button-5-9-5:checked ~ .dropdown-options-5-9-5 {
  display: block;
}
.c-toggle-5-9-5 .dropdown-toggle-button-5-9-5:checked ~ .dropdown-toggle-label-5-9-5 {
  font-weight: 500;
}

.c-toggle-5-9-6 .dropdown-options-5-9-6 {
  display: none;
}
.c-toggle-5-9-6 .dropdown-toggle-button-5-9-6 {
  display: none;
}
.c-toggle-5-9-6 .dropdown-toggle-button-5-9-6:checked ~ .dropdown-options-5-9-6 {
  display: block;
}
.c-toggle-5-9-6 .dropdown-toggle-button-5-9-6:checked ~ .dropdown-toggle-label-5-9-6 {
  font-weight: 500;
}

.c-toggle-5-9-7 .dropdown-options-5-9-7 {
  display: none;
}
.c-toggle-5-9-7 .dropdown-toggle-button-5-9-7 {
  display: none;
}
.c-toggle-5-9-7 .dropdown-toggle-button-5-9-7:checked ~ .dropdown-options-5-9-7 {
  display: block;
}
.c-toggle-5-9-7 .dropdown-toggle-button-5-9-7:checked ~ .dropdown-toggle-label-5-9-7 {
  font-weight: 500;
}

.c-toggle-5-9-8 .dropdown-options-5-9-8 {
  display: none;
}
.c-toggle-5-9-8 .dropdown-toggle-button-5-9-8 {
  display: none;
}
.c-toggle-5-9-8 .dropdown-toggle-button-5-9-8:checked ~ .dropdown-options-5-9-8 {
  display: block;
}
.c-toggle-5-9-8 .dropdown-toggle-button-5-9-8:checked ~ .dropdown-toggle-label-5-9-8 {
  font-weight: 500;
}

.c-toggle-5-9-9 .dropdown-options-5-9-9 {
  display: none;
}
.c-toggle-5-9-9 .dropdown-toggle-button-5-9-9 {
  display: none;
}
.c-toggle-5-9-9 .dropdown-toggle-button-5-9-9:checked ~ .dropdown-options-5-9-9 {
  display: block;
}
.c-toggle-5-9-9 .dropdown-toggle-button-5-9-9:checked ~ .dropdown-toggle-label-5-9-9 {
  font-weight: 500;
}

.c-toggle-5-9-10 .dropdown-options-5-9-10 {
  display: none;
}
.c-toggle-5-9-10 .dropdown-toggle-button-5-9-10 {
  display: none;
}
.c-toggle-5-9-10 .dropdown-toggle-button-5-9-10:checked ~ .dropdown-options-5-9-10 {
  display: block;
}
.c-toggle-5-9-10 .dropdown-toggle-button-5-9-10:checked ~ .dropdown-toggle-label-5-9-10 {
  font-weight: 500;
}

.c-toggle-5-10 .dropdown-options-5-10 {
  display: none;
}
.c-toggle-5-10 .dropdown-toggle-button-5-10 {
  display: none;
}
.c-toggle-5-10 .dropdown-toggle-button-5-10:checked ~ .dropdown-options-5-10 {
  display: block;
}
.c-toggle-5-10 .dropdown-toggle-button-5-10:checked ~ .dropdown-toggle-label-5-10 {
  font-weight: bold;
}
.c-toggle-5-10 .dropdown-toggle-button-5-10:checked ~ .dropdown-toggle-label-5-10 h3 {
  font-weight: bold;
}

.c-toggle-5-10-1 .dropdown-options-5-10-1 {
  display: none;
}
.c-toggle-5-10-1 .dropdown-toggle-button-5-10-1 {
  display: none;
}
.c-toggle-5-10-1 .dropdown-toggle-button-5-10-1:checked ~ .dropdown-options-5-10-1 {
  display: block;
}
.c-toggle-5-10-1 .dropdown-toggle-button-5-10-1:checked ~ .dropdown-toggle-label-5-10-1 {
  font-weight: 500;
}

.c-toggle-5-10-2 .dropdown-options-5-10-2 {
  display: none;
}
.c-toggle-5-10-2 .dropdown-toggle-button-5-10-2 {
  display: none;
}
.c-toggle-5-10-2 .dropdown-toggle-button-5-10-2:checked ~ .dropdown-options-5-10-2 {
  display: block;
}
.c-toggle-5-10-2 .dropdown-toggle-button-5-10-2:checked ~ .dropdown-toggle-label-5-10-2 {
  font-weight: 500;
}

.c-toggle-5-10-3 .dropdown-options-5-10-3 {
  display: none;
}
.c-toggle-5-10-3 .dropdown-toggle-button-5-10-3 {
  display: none;
}
.c-toggle-5-10-3 .dropdown-toggle-button-5-10-3:checked ~ .dropdown-options-5-10-3 {
  display: block;
}
.c-toggle-5-10-3 .dropdown-toggle-button-5-10-3:checked ~ .dropdown-toggle-label-5-10-3 {
  font-weight: 500;
}

.c-toggle-5-10-4 .dropdown-options-5-10-4 {
  display: none;
}
.c-toggle-5-10-4 .dropdown-toggle-button-5-10-4 {
  display: none;
}
.c-toggle-5-10-4 .dropdown-toggle-button-5-10-4:checked ~ .dropdown-options-5-10-4 {
  display: block;
}
.c-toggle-5-10-4 .dropdown-toggle-button-5-10-4:checked ~ .dropdown-toggle-label-5-10-4 {
  font-weight: 500;
}

.c-toggle-5-10-5 .dropdown-options-5-10-5 {
  display: none;
}
.c-toggle-5-10-5 .dropdown-toggle-button-5-10-5 {
  display: none;
}
.c-toggle-5-10-5 .dropdown-toggle-button-5-10-5:checked ~ .dropdown-options-5-10-5 {
  display: block;
}
.c-toggle-5-10-5 .dropdown-toggle-button-5-10-5:checked ~ .dropdown-toggle-label-5-10-5 {
  font-weight: 500;
}

.c-toggle-5-10-6 .dropdown-options-5-10-6 {
  display: none;
}
.c-toggle-5-10-6 .dropdown-toggle-button-5-10-6 {
  display: none;
}
.c-toggle-5-10-6 .dropdown-toggle-button-5-10-6:checked ~ .dropdown-options-5-10-6 {
  display: block;
}
.c-toggle-5-10-6 .dropdown-toggle-button-5-10-6:checked ~ .dropdown-toggle-label-5-10-6 {
  font-weight: 500;
}

.c-toggle-5-10-7 .dropdown-options-5-10-7 {
  display: none;
}
.c-toggle-5-10-7 .dropdown-toggle-button-5-10-7 {
  display: none;
}
.c-toggle-5-10-7 .dropdown-toggle-button-5-10-7:checked ~ .dropdown-options-5-10-7 {
  display: block;
}
.c-toggle-5-10-7 .dropdown-toggle-button-5-10-7:checked ~ .dropdown-toggle-label-5-10-7 {
  font-weight: 500;
}

.c-toggle-5-10-8 .dropdown-options-5-10-8 {
  display: none;
}
.c-toggle-5-10-8 .dropdown-toggle-button-5-10-8 {
  display: none;
}
.c-toggle-5-10-8 .dropdown-toggle-button-5-10-8:checked ~ .dropdown-options-5-10-8 {
  display: block;
}
.c-toggle-5-10-8 .dropdown-toggle-button-5-10-8:checked ~ .dropdown-toggle-label-5-10-8 {
  font-weight: 500;
}

.c-toggle-5-10-9 .dropdown-options-5-10-9 {
  display: none;
}
.c-toggle-5-10-9 .dropdown-toggle-button-5-10-9 {
  display: none;
}
.c-toggle-5-10-9 .dropdown-toggle-button-5-10-9:checked ~ .dropdown-options-5-10-9 {
  display: block;
}
.c-toggle-5-10-9 .dropdown-toggle-button-5-10-9:checked ~ .dropdown-toggle-label-5-10-9 {
  font-weight: 500;
}

.c-toggle-5-10-10 .dropdown-options-5-10-10 {
  display: none;
}
.c-toggle-5-10-10 .dropdown-toggle-button-5-10-10 {
  display: none;
}
.c-toggle-5-10-10 .dropdown-toggle-button-5-10-10:checked ~ .dropdown-options-5-10-10 {
  display: block;
}
.c-toggle-5-10-10 .dropdown-toggle-button-5-10-10:checked ~ .dropdown-toggle-label-5-10-10 {
  font-weight: 500;
}

.project-filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-items: start;
}
.project-filters h2 {
  min-width: 100%;
  grid-row: -1/-1;
}
.project-filters fieldset {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
.project-filters legend {
  grid-row: 1;
  margin-bottom: 16px;
  background-color: #9e9eff99;
  color: #433a4bff;
  padding: 8px 16px;
  background-image: linear-gradient(to right, #9e9effff -10%, #9e9effff 60%, #e6e6faff 99%, #493378ff 155%);
  background-size: 200% auto;
  border-radius: 5px;
  box-shadow: 0 0 0 2px #4933784d;
  transition: 0.5s;
  min-width: min-content;
  color: white;
  font-weight: 900;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-align: center;
  justify-self: start;
}
.project-filters label {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  justify-content: left;
  margin-bottom: 8px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.project-filters input {
  margin-right: 8px;
}

.c-article {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.c-breadcrumbs {
  width: 100%;
  max-width: 1075px;
  margin: 40px 0 70px 0;
}

.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: fit-content;
}

.breadcrumbs__list__listItem {
  padding: 0 0.5rem;
}
.breadcrumbs__list__listItem::after {
  content: ">";
  margin-left: 1rem;
}
.breadcrumbs__list__listItem:first-child {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumbs__list__listItem:last-child {
  border: none;
}
.breadcrumbs__list__listItem:last-child a {
  color: black;
}
.breadcrumbs__list__listItem:last-child::after {
  content: "";
  margin: 0;
}

.breadcrumbs__list__listItem__link {
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: initial;
}
.breadcrumbs__list__listItem__link::after {
  content: "";
  margin: 0;
}

.page-info__article__heading {
  color: #313131ff;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0.5rem;
}

.page-info__article__text,
.page-info__article__link {
  margin-bottom: 0.5rem;
}

.page-info__article__text,
.page-info__article__link {
  color: #878a8dff;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.c-cta {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 0.03em;
}
.c-cta::after {
  content: "⭢";
  font-size: 2rem;
  vertical-align: middle;
  margin-left: 0.75rem;
}

#ganttContainer {
  position: relative;
  overflow: scroll;
  margin: 0 auto;
  width: 80vw;
}

#ganttContainer svg {
  overflow: scroll;
  width: 12000px;
  height: 650px;
}

#ganttContainer #tag {
  display: none;
  position: absolute;
  width: 150px;
  padding: 3px 6px;
  margin-left: -80px;
  background: aliceblue;
  color: #000000ff;
  font-size: 11px;
  border-radius: 5px;
}

#ganttContainer #tag:before {
  content: " ";
  position: absolute;
  top: -20px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #9e9eff99;
}

.grid .tick {
  stroke: #f6f6f6ff;
  opacity: 0.3;
  shape-rendering: crispEdges;
}

.grid path {
  stroke-width: 0;
}

.cursor-default {
  cursor: default;
}

#myChart {
  max-width: 100vw;
  max-height: 100%;
}

.c-coverimage {
  background: #000000ff;
  background: -moz-linear-gradient(90deg, #202020 0%, #313131 15%, #878a8d 100%);
  background: -webkit-linear-gradient(90deg, #202020 0%, #313131 15%, #878a8d 100%);
  background: linear-gradient(90deg, #202020 0%, #313131 15%, #878a8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202020", endColorstr="#878a8d", GradientType=1);
  filter: gradient(startColorstr="#202020", endColorstr="#878a8d", GradientType=1);
  object-fit: cover;
  object-position: center;
  margin-bottom: 128px;
  margin-right: calc(-12.5rem + 28px);
  z-index: 1;
}

.c-logo {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0 32px 0 40px;
}
.c-logo .logo__img {
  min-height: unset;
  height: unset;
}
#Home #contact a {
  border-bottom: 2px solid #9e9eff99;
}
#Home header section {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "title about" "title description";
}
#Home header section h1 {
  grid-area: title;
  margin: 0;
  max-width: fit-content;
}
#Home header section p {
  justify-self: flex-start;
}
#Home header section p:first-of-type {
  grid-area: about;
  align-self: flex-end;
}
#Home header section p:last-of-type {
  grid-area: description;
  align-self: flex-start;
}
#Home #maintenance {
  margin: 10rem auto 10rem auto;
  justify-self: center;
  width: 50%;
  border: 0.5px solid #9e9eff99;
  padding: 4rem 1rem;
}
#Home #maintenance h2 {
  font-size: 45px;
  text-align: center;
  justify-self: center;
  width: 100%;
  align-self: center;
}
#Home #aboutme {
  justify-self: end;
  align-self: flex-end;
  max-width: 600px;
}
#Home #aboutme h2,
#Home #aboutme p {
  text-align: right;
}

.snippets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.snippets h2,
.snippets p {
  min-width: 80%;
}
.snippets p {
  margin-bottom: 0;
}
.snippets article {
  width: fit-content;
  min-width: 350px;
}
.snippets .cp_embed_wrapper {
  height: 300px;
  width: 350px;
}

.switch_label {
  display: flex;
  text-align: right;
  width: fit-content;
  margin-bottom: 24px;
  gap: 4px;
}
.switch_label .switch_label_grid {
  display: block;
}
.switch_label .switch_label_row {
  display: none;
}

.switch_input {
  display: none;
}

.switch_input:checked ~ .switch_label .switch_label_grid {
  display: none;
}
.switch_input:checked ~ .switch_label .switch_label_row {
  display: block;
}

.switch_input:checked ~ .snippets_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px 36px;
  justify-content: space-between;
}
.switch_input:checked ~ .snippets_row h2,
.switch_input:checked ~ .snippets_row p {
  min-width: 100%;
  grid-column-start: 1;
  grid-column-end: span 2;
}
.switch_input:checked ~ .snippets_row h2 {
  grid-row: 1;
}
.switch_input:checked ~ .snippets_row p {
  grid-row: 2;
}
.switch_input:checked ~ .snippets_row article {
  width: 100%;
}

.snippets_row {
  min-width: 100vw;
  margin-left: -40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  gap: 36px;
  overflow: scroll;
  background-color: black;
  padding: 24px 40px;
}
.snippets_row p, .snippets_row h3 {
  color: white;
}
.snippets_row article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-indicator {
  font-size: 36px;
  font-weight: 300;
  color: lightgray;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  right: 16px;
  align-self: center;
  animation: carousel-indicator-hover 1s infinite;
}

@keyframes carousel-indicator-hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#projects .projects-list > ul,
#projects .boilerplates-list > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}
#projects .techList {
  display: none;
}

#projectDetail .project__tech {
  max-width: 400px;
}
#projectDetail .project__tech, #projectDetail .project__links, #projectDetail .project__links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#projectDetail .project__tech h2, #projectDetail .project__tech p, #projectDetail .project__links h2, #projectDetail .project__links p, #projectDetail .project__links ul h2, #projectDetail .project__links ul p {
  min-width: 100%;
}
#projectDetail .project__links {
  max-width: 700px;
}
#projectDetail .project__links ul {
  min-width: 100%;
}
#projectDetail .project__links ul li {
  max-width: 100px;
  margin-bottom: 16px;
  background-color: #9e9eff99;
  color: #433a4bff;
  padding: 8px 16px;
  background-image: linear-gradient(to right, #9e9effff -10%, #9e9effff 60%, #e6e6faff 99%, #493378ff 155%);
  background-size: 200% auto;
  border-radius: 5px;
  box-shadow: 0 0 0 2px #4933784d;
  transition: 0.5s;
  min-width: min-content;
  color: white;
  font-weight: 900;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-align: center;
  justify-self: start;
  font-weight: 400;
}

body#skills {
  background-color: #000;
  color: white;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" fill="%239e9effff" cx="27.34" cy="21.338" r="0.632" /><circle opacity="0.3" fill="%239e9effff" cx="25.31" cy="78.242" r="0.414" /><circle opacity="0.4" fill="%239e9effff" cx="53" cy="43.575" r="0.201" /><circle fill="%239e9effff" cx="12.883" cy="40.46" r="0.367" /><circle opacity="0.3" fill="%239e9effff" cx="79.1" cy="73.357" r="0.414" /><circle opacity="0.2" fill="%239e9effff" cx="52.975" cy="11.375" r="0.299" /><circle opacity="0.4" fill="%239e9effff" cx="76.532" cy="90.375" r="0.312" /><circle opacity="0.2" fill="%239e9effff" cx="74" cy="51.446" r="0.333" /><circle opacity="0.3" fill="%239e9effff" cx="39.523" cy="88.321" r="0.401" /></svg>');
  background-size: 18rem 18rem;
  background-position: center 0;
  animation: moveBackground 20s linear infinite;
  width: 100%;
  margin: 0;
  overflow-y: hidden;
}
@keyframes moveBackground {
  to {
    background-position: center 18rem;
  }
}
body#skills main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  scroll-behavior: smooth;
}
body#skills main > .left-text > header {
  margin-bottom: 70px;
}
body#skills main .left-text {
  width: 40%;
  margin-bottom: 161px;
  padding-left: 70px;
  scroll-snap-type: y mandatory;
  position: relative;
  height: 100vh;
  scroll-snap-points-y: repeat(350px);
  scroll-snap-type: y mandatory;
  scroll-snap-type: mandatory;
  overflow: auto;
}
body#skills main .chapter {
  opacity: 0;
  transition: 1s all ease;
  scroll-margin: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  max-height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
body#skills main .chapter.active {
  opacity: 1;
}
body#skills main .right-graphs {
  width: 50%;
  height: 100vh;
  position: relative;
}
body#skills main .right-graphs svg {
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
  position: fixed;
}
body#skills main .right-graphs svg .group-1,
body#skills main .right-graphs svg .group-2,
body#skills main .right-graphs svg .group-3 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }
  80% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(30deg);
  }
}
/* ==========================================================================
   # Hide only visually, but have it available for screen readers
========================================================================== */
html body .u-hidden {
  display: none;
}
html body .u-visible {
  display: block;
}
html body .u-text-invisible {
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0;
  margin: 0;
}
html body .u-element-invisible {
  visibility: hidden;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=main.css.map */
