.css-button {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Audiowide;
    font-size: 16px;
    border-radius: 0px;
    background: #a738ad;
}
 .css-button:hover {
    background: #d957e0;
}
 .css-button:active {
    position: relative;
    top: 1px;
}

.css-button-2 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Audiowide;
    font-size: 16px;
    border-radius: 0px;
    background: #3848ad;
}
 .css-button-2:hover {
    background: #6f7fe8;
}
 .css-button-2:active {
    position: relative;
    top: 1px;
}

.css-button-3 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Audiowide;
    font-size: 16px;
    border-radius: 0px;
    background: #38ad4a;
}
 .css-button-3:hover {
    background: #70d47f;
}
 .css-button-3:active {
    position: relative;
    top: 1px;
}

.css-button-4 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Audiowide;
    font-size: 16px;
    border-radius: 0px;
    background: #bfb724;
}
 .css-button-4:hover {
    background: #e6de3e;
}
 .css-button-4:active {
    position: relative;
    top: 1px;
}

.css-button-5 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Audiowide;
    font-size: 16px;
    border-radius: 0px;
    background: #bf2424;
}
 .css-button-5:hover {
    background: #e03636;
}
 .css-button-5:active {
    position: relative;
    top: 1px;
}

.css-button-6 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Audiowide;
    font-size: 16px;
    border-radius: 0px;
    background: #246abf;
}
 .css-button-6:hover {
    background: #3884e0;
}
 .css-button-6:active {
    position: relative;
    top: 1px;
}

.css-button-7 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Audiowide;
    font-size: 16px;
    border-radius: 0px;
    background: #24bf79;
}
 .css-button-7:hover {
    background: #4de3a0;
}
 .css-button-7:active {
    position: relative;
    top: 1px;
}

.css-button-8 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px 20px;
    font-family: Lato;
    font-size: 16px;
    border-radius: 50px;
    background: #244bbf;
}
 .css-button-8:hover {
    background: #496fe3;
}
 .css-button-8:active {
    position: relative;
    top: 1px;
}

.css-button-9 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px 20px;
    font-family: Lato;
    font-size: 16px;
    border-radius: 50px;
    background: #bf6c24;
}
 .css-button-9:hover {
    background: #e68d40;
}
 .css-button-9:active {
    position: relative;
    top: 1px;
}

.css-button-10 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px 20px;
    font-family: Lato;
    font-size: 16px;
    border-radius: 50px;
    background: #2484bf;
}
 .css-button-10:hover {
    background: #44b1f5;
}
 .css-button-10:active {
    position: relative;
    top: 1px;
}

.css-button-11 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px 20px;
    font-family: Lato;
    font-size: 16px;
    border-radius: 50px;
    background: #8c156c;
}
 .css-button-11:hover {
    background: #c4379e;
}
 .css-button-11:active {
    position: relative;
    top: 1px;
}

.css-button-12 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px 20px;
    font-family: Lato;
    font-size: 16px;
    border-radius: 50px;
    background: #158c48;
}
 .css-button-12:hover {
    background: #28c76d;
}
 .css-button-12:active {
    position: relative;
    top: 1px;
}

.css-button-13 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px 20px;
    font-family: Lato;
    font-size: 16px;
    border-radius: 50px;
    background: #cc2626;
}
 .css-button-13:hover {
    background: #eb3b3b;
}
 .css-button-13:active {
    position: relative;
    top: 1px;
}

.css-button-14 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px 20px;
    font-family: Lato;
    font-size: 16px;
    border-radius: 50px;
    background: #cfcc25;
}
 .css-button-14:hover {
    background: #ebe846;
}
 .css-button-14:active {
    position: relative;
    top: 1px;
}

.css-button-15 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #e0b21d 0%);
}
 .css-button-15:hover {
    background: linear-gradient(0deg, #e0b21d 0%, #A1A1A1 0%);
}
 .css-button-15:active {
    position: relative;
    top: 1px;
}


.css-button-16 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #579dbd 0%);
}
 .css-button-16:hover {
    background: linear-gradient(0deg, #579dbd 0%, #A1A1A1 0%);
}
 .css-button-16:active {
    position: relative;
    top: 1px;
}

.css-button-17 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #57bdbd 0%);
}
 .css-button-17:hover {
    background: linear-gradient(0deg, #57bdbd 0%, #A1A1A1 0%);
}
 .css-button-17:active {
    position: relative;
    top: 1px;
}

.css-button-18 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #57bd88 0%);
}
 .css-button-18:hover {
    background: linear-gradient(0deg, #57bd88 0%, #A1A1A1 0%);
}
 .css-button-18:active {
    position: relative;
    top: 1px;
}

.css-button-19 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #A1A1A1 0%, #68bd57 0%);
}
 .css-button-19:hover {
    background: linear-gradient(0deg, #68bd57 0%, #A1A1A1 0%);
}
 .css-button-19:active {
    position: relative;
    top: 1px;
}

.css-button-20 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #a0bd57 0%);
}
 .css-button-20:hover {
    background: linear-gradient(0deg, #a0bd57 0%, #A1A1A1 0%);
}
 .css-button-20:active {
    position: relative;
    top: 1px;
}

.css-button-21 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #d9ca23 0%);
}
 .css-button-21:hover {
    background: linear-gradient(0deg, #d9ca23 0%, #A1A1A1 0%);
}
 .css-button-21:active {
    position: relative;
    top: 1px;
}

.css-button-22 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #d99f23 0%);
}
 .css-button-22:hover {
    background: linear-gradient(0deg, #d99f23 0%, #A1A1A1 0%);
}
 .css-button-22:active {
    position: relative;
    top: 1px;
}

.css-button-23 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #d95d23 0%);
}
 .css-button-23:hover {
    background: linear-gradient(0deg, #d95d23 0%, #A1A1A1 0%);
}
 .css-button-23:active {
    position: relative;
    top: 1px;
}

.css-button-24 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #cc5eba 0%);
}
 .css-button-24:hover {
    background: linear-gradient(0deg, #cc5eba 0%, #A1A1A1 0%);
}
 .css-button-24:active {
    position: relative;
    top: 1px;
}

.css-button-25 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #9177d4 0%);
}
 .css-button-25:hover {
    background: linear-gradient(0deg, #9177d4 0%, #A1A1A1 0%);
}
 .css-button-25:active {
    position: relative;
    top: 1px;
}

.css-button-26 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 50px;
    border: double 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #778ad4 0%);
}
 .css-button-26:hover {
    background: linear-gradient(0deg, #778ad4 0%, #A1A1A1 0%);
}
 .css-button-26:active {
    position: relative;
    top: 1px;
}

.css-button-27 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #778ad4 0%);
}
 .css-button-27:hover {
    background: linear-gradient(0deg, #778ad4 0%, #A1A1A1 0%);
}
 .css-button-27:active {
    position: relative;
    top: 1px;
}

.css-button-28 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #9177d4 0%);
}
 .css-button-28:hover {
    background: linear-gradient(0deg, #9177d4 0%, #A1A1A1 0%);
}
 .css-button-28:active {
    position: relative;
    top: 1px;
}

.css-button-29 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #d177d4 0%);
}
 .css-button-29:hover {
    background: linear-gradient(0deg, #d177d4 0%, #A1A1A1 0%);
}
 .css-button-29:active {
    position: relative;
    top: 1px;
}

.css-button-30 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #d47777 0%);
}
 .css-button-30:hover {
    background: linear-gradient(0deg, #d47777 0%, #A1A1A1 0%);
}
 .css-button-30:active {
    position: relative;
    top: 1px;
}

.css-button-31 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #d1a036 0%);
}
 .css-button-31:hover {
    background: linear-gradient(0deg, #d1a036 0%, #A1A1A1 0%);
}
 .css-button-31:active {
    position: relative;
    top: 1px;
}

.css-button-32 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #e3d24f 0%);
}
 .css-button-32:hover {
    background: linear-gradient(0deg, #e3d24f 0%, #A1A1A1 0%);
}
 .css-button-32:active {
    position: relative;
    top: 1px;
}

.css-button-33 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #b0cf63 0%);
}
 .css-button-33:hover {
    background: linear-gradient(0deg, #b0cf63 0%, #A1A1A1 0%);
}
 .css-button-33:active {
    position: relative;
    top: 1px;
}

.css-button-34 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #86c46e 0%);
}
 .css-button-34:hover {
    background: linear-gradient(0deg, #86c46e 0%, #A1A1A1 0%);
}
 .css-button-34:active {
    position: relative;
    top: 1px;
}

.css-button-35 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #6ec4b6 0%);
}
 .css-button-35:hover {
    background: linear-gradient(0deg, #6ec4b6 0%, #A1A1A1 0%);
}
 .css-button-35:active {
    position: relative;
    top: 1px;
}

.css-button-36 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #6ea2c4 0%);
}
 .css-button-36:hover {
    background: linear-gradient(0deg, #6ea2c4 0%, #A1A1A1 0%);
}
 .css-button-36:active {
    position: relative;
    top: 1px;
}

.css-button-37 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #6e7cc4 0%);
}
 .css-button-37:hover {
    background: linear-gradient(0deg, #6e7cc4 0%, #A1A1A1 0%);
}
 .css-button-37:active {
    position: relative;
    top: 1px;
}

.css-button-38 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #ae74cf 0%);
}
 .css-button-38:hover {
    background: linear-gradient(0deg, #ae74cf 0%, #A1A1A1 0%);
}
 .css-button-38:active {
    position: relative;
    top: 1px;
}

.css-button-39 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #c983cf 0%);
}
 .css-button-39:hover {
    background: linear-gradient(0deg, #c983cf 0%, #A1A1A1 0%);
}
 .css-button-39:active {
    position: relative;
    top: 1px;
}

.css-button-40 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #cf8394 0%);
}
 .css-button:hover-40 {
    background: linear-gradient(0deg, #cf8394 0%, #A1A1A1 0%);
}
 .css-button:active-40 {
    position: relative;
    top: 1px;
}

.css-button-41 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #e3a549 0%);
}
 .css-button-41:hover {
    background: linear-gradient(0deg, #e3a549 0%, #A1A1A1 0%);
}
 .css-button-41:active {
    position: relative;
    top: 1px;
}

.css-button-42 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #e8de74 0%);
}
 .css-button-42:hover {
    background: linear-gradient(0deg, #e8de74 0%, #A1A1A1 0%);
}
 .css-button-42:active {
    position: relative;
    top: 1px;
}

.css-button-43 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #a4c74c 0%);
}
 .css-button-43:hover {
    background: linear-gradient(0deg, #a4c74c 0%, #A1A1A1 0%);
}
 .css-button-43:active {
    position: relative;
    top: 1px;
}

.css-button-44 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #a0a397 0%);
}
 .css-button-44:hover {
    background: linear-gradient(0deg, #a0a397 0%, #828282 0%);
}
 .css-button-44:active {
    position: relative;
    top: 1px;
}


.css-button-45 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #65c779 0%);
}
 .css-button-45:hover {
    background: linear-gradient(0deg, #65c779 0%, #A1A1A1 0%);
}
 .css-button-45:active {
    position: relative;
    top: 1px;
}

.css-button-46 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #65bfc7 0%);
}
 .css-button-46:hover {
    background: linear-gradient(0deg, #65bfc7 0%, #A1A1A1 0%);
}
 .css-button-46:active {
    position: relative;
    top: 1px;
}

.css-button-47 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 7px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #658cc7 0%);
}
 .css-button-47:hover {
    background: linear-gradient(0deg, #658cc7 0%, #A1A1A1 0%);
}
 .css-button-47:active {
    position: relative;
    top: 1px;
}

.css-button-48 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #a0a397 0%);
}
 .css-button-48:hover {
    background: linear-gradient(0deg, #a0a397 0%, #828282 0%);
}
 .css-button-48:active {
    position: relative;
    top: 1px;
}

.css-button-49 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #996e6e 0%);
}
 .css-button-49:hover {
    background: linear-gradient(0deg, #996e6e 0%, #A1A1A1 0%);
}
 .css-button-49:active {
    position: relative;
    top: 1px;
}

.css-button-50 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #946e99 0%);
}
 .css-button-50:hover {
    background: linear-gradient(0deg, #946e99 0%, #A1A1A1 0%);
}
 .css-button-50:active {
    position: relative;
    top: 1px;
}

.css-button-51 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #AB7D94 0%);
}
 .css-button-51:hover {
    background: linear-gradient(0deg, #AB7D94 0%, #A1A1A1 0%);
}
 .css-button-51:active {
    position: relative;
    top: 1px;
}

.css-button-52 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #99876e 0%);
}
 .css-button-52:hover {
    background: linear-gradient(0deg, #99876e 0%, #A1A1A1 0%);
}
 .css-button-52:active {
    position: relative;
    top: 1px;
}

.css-button-53 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #99926e 0%);
}
 .css-button-53:hover {
    background: linear-gradient(0deg, #99926e 0%, #A1A1A1 0%);
}
 .css-button-53:active {
    position: relative;
    top: 1px;
}

.css-button-54 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #84996e 0%);
}
 .css-button-54:hover {
    background: linear-gradient(0deg, #84996e 0%, #A1A1A1 0%);
}
 .css-button-54:active {
    position: relative;
    top: 1px;
}

.css-button-55 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #7DAB7E 0%);
}
 .css-button-55:hover {
    background: linear-gradient(0deg, #7DAB7E 0%, #A1A1A1 0%);
}
 .css-button-55:active {
    position: relative;
    top: 1px;
}

.css-button-56 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #6e9989 0%);
}
 .css-button-56:hover {
    background: linear-gradient(0deg, #6e9989 0%, #A1A1A1 0%);
}
 .css-button-56:active {
    position: relative;
    top: 1px;
}

.css-button-57 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #6e8f99 0%);
}
 .css-button-57:hover {
    background: linear-gradient(0deg, #6e8f99 0%, #A1A1A1 0%);
}
 .css-button-57:active {
    position: relative;
    top: 1px;
}

.css-button-58 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #6e6e99 0%);
}
 .css-button-58:hover {
    background: linear-gradient(0deg, #6e6e99 0%, #A1A1A1 0%);
}
 .css-button-58:active {
    position: relative;
    top: 1px;
}


.css-button-59 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #7D8BAB 0%);
}
 .css-button-59:hover {
    background: linear-gradient(0deg, #6e6e99 0%, #A1A1A1 0%);
}
 .css-button-59:active {
    position: relative;
    top: 1px;
}

.css-button-60 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #969696 43%, #757575 0%);
}
 .css-button-60:hover {
    background: linear-gradient(11deg, #757575 43%, #969696 0%);
}
 .css-button-60:active {
    position: relative;
    top: 1px;
}

.css-button-61 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #9fc1ed 43%, #d9a1c1 0%);
}
 .css-button-61:hover {
    background: linear-gradient(11deg, #d9a1c1 43%, #9fc1ed 0%);
}
 .css-button-61:active {
    position: relative;
    top: 1px;
}

.css-button-62 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #a3a1a1 43%, #d9a1a1 0%);
}
 .css-button-62:hover {
    background: linear-gradient(11deg, #d9a1a1 43%, #a3a1a1 0%);
}
 .css-button-62:active {
    position: relative;
    top: 1px;
}

.css-button-63 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #a3a1a1 43%, #c797c7 0%);
}
 .css-button-63:hover {
    background: linear-gradient(11deg, #c797c7 43%, #a3a1a1 0%);
}
 .css-button-63:active {
    position: relative;
    top: 1px;
}

.css-button-64 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #a3a1a1 43%, #b897c7 0%);
}
 .css-button-64:hover {
    background: linear-gradient(11deg, #b897c7 43%, #a3a1a1 0%);
}
 .css-button-64:active {
    position: relative;
    top: 1px;
}

.css-button-65 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #a3a1a1 43%, #97a5c7 0%);
}
 .css-button-65:hover {
    background: linear-gradient(11deg, #97a5c7 43%, #a3a1a1 0%);
}
 .css-button-65:active {
    position: relative;
    top: 1px;
}


.css-button-66 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #a3a1a1 43%, #97c7bf 0%);
}
 .css-button-66:hover {
    background: linear-gradient(11deg, #97c7bf 43%, #a3a1a1 0%);
}
 .css-button-66:active {
    position: relative;
    top: 1px;
}


.css-button-67 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #a3a1a1 43%, #97c7a3 0%);
}
 .css-button-67:hover {
    background: linear-gradient(11deg, #97c7a3 43%, #a3a1a1 0%);
}
 .css-button-67:active {
    position: relative;
    top: 1px;
}

.css-button-68 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #a3a1a1 43%, #b0c797 0%);
}
 .css-button-68:hover {
    background: linear-gradient(11deg, #b0c797 43%, #a3a1a1 0%);
}
 .css-button-68:active {
    position: relative;
    top: 1px;
}


.css-button-69 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #a3a1a1 43%, #c7c197 0%);
}
 .css-button-69:hover {
    background: linear-gradient(11deg, #c7c197 43%, #a3a1a1 0%);
}
 .css-button-69:active {
    position: relative;
    top: 1px;
}


.css-button-70 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(11deg, #a3a1a1 43%, #c7ac97 0%);
}
 .css-button-70:hover {
    background: linear-gradient(11deg, #c7ac97 43%, #a3a1a1 0%);
}
 .css-button-70:active {
    position: relative;
    top: 1px;
}

.css-button-71 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #dea376 0%);
}
 .css-button-71:hover {
    background: linear-gradient(148deg, #dea376 43%, #a3a1a1 0%);
}
 .css-button-71:active {
    position: relative;
    top: 1px;
}


.css-button-72 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #de7676 0%);
}
 .css-button-72:hover {
    background: linear-gradient(148deg, #de7676 43%, #a3a1a1 0%);
}
 .css-button-72:active {
    position: relative;
    top: 1px;
}


.css-button-73 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #b5b869 0%);
}
 .css-button-73:hover {
    background: linear-gradient(148deg, #b5b869 43%, #a3a1a1 0%);
}
 .css-button-73:active {
    position: relative;
    top: 1px;
}

.css-button-74 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #a0ba5d 0%);
}
 .css-button-74:hover {
    background: linear-gradient(148deg, #a0ba5d 43%, #a3a1a1 0%);
}
 .css-button-74:active {
    position: relative;
    top: 1px;
}


.css-button-75 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #85ba5d 0%);
}
 .css-button-75:hover {
    background: linear-gradient(148deg, #85ba5d 43%, #a3a1a1 0%);
}
 .css-button-75:active {
    position: relative;
    top: 1px;
}

.css-button-76 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #77b592 0%);
}
 .css-button-76:hover {
    background: linear-gradient(148deg, #77b592 43%, #a3a1a1 0%);
}
 .css-button-76:active {
    position: relative;
    top: 1px;
}

.css-button-77 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #77b5a7 0%);
}
 .css-button-77:hover {
    background: linear-gradient(148deg, #77b5a7 43%, #a3a1a1 0%);
}
 .css-button-77:active {
    position: relative;
    top: 1px;
}


.css-button-78 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #6e94bd 0%);
}
 .css-button-78:hover {
    background: linear-gradient(148deg, #6e94bd 43%, #a3a1a1 0%);
}
 .css-button-78:active {
    position: relative;
    top: 1px;
}


.css-button-79 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #8d82ba 0%);
}
 .css-button-79:hover {
    background: linear-gradient(148deg, #8d82ba 43%, #a3a1a1 0%);
}
 .css-button-79:active {
    position: relative;
    top: 1px;
}


.css-button-80 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #ad82ba 0%);
}
 .css-button-80:hover {
    background: linear-gradient(148deg, #ad82ba 43%, #a3a1a1 0%);
}
 .css-button-80:active {
    position: relative;
    top: 1px;
}

.css-button-81 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(148deg, #a3a1a1 43%, #ba82a8 0%);
}
 .css-button-81:hover {
    background: linear-gradient(148deg, #ba82a8 43%, #a3a1a1 0%);
}
 .css-button-81:active {
    position: relative;
    top: 1px;
}

.css-button-82 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #ba82a8 0%);
}
 .css-button-82:hover {
    background: linear-gradient(180deg, #ba82a8 43%, #a3a1a1 0%);
}
 .css-button-82:active {
    position: relative;
    top: 1px;
}

.css-button-83 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #BF99C9 0%);
}
 .css-button-83:hover {
    background: linear-gradient(180deg, #BF99C9 43%, #a3a1a1 0%);
}
 .css-button-83:active {
    position: relative;
    top: 1px;
}

.css-button-85 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #828fba 0%);
}
 .css-button-85:hover {
    background: linear-gradient(180deg, #828fba 43%, #a3a1a1 0%);
}
 .css-button-85:active {
    position: relative;
    top: 1px;
}

.css-button-86 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #82a8ba 0%);
}
 .css-button-86:hover {
    background: linear-gradient(180deg, #82a8ba 43%, #a3a1a1 0%);
}
 .css-button-86:active {
    position: relative;
    top: 1px;
}

.css-button-87 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #82baaa 0%);
}
 .css-button-87:hover {
    background: linear-gradient(180deg, #82baaa 43%, #a3a1a1 0%);
}
 .css-button-87:active {
    position: relative;
    top: 1px;
}

.css-button-88 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #84ba82 0%);
}
 .css-button-88:hover {
    background: linear-gradient(180deg, #84ba82 43%, #a3a1a1 0%);
}
 .css-button-88:active {
    position: relative;
    top: 1px;
}


.css-button-89 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #a2ba82 0%);
}
 .css-button-89:hover {
    background: linear-gradient(180deg, #a2ba82 43%, #a3a1a1 0%);
}
 .css-button-89:active {
    position: relative;
    top: 1px;
}


.css-button-90 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #baba82 0%);
}
 .css-button-90:hover {
    background: linear-gradient(180deg, #baba82 43%, #a3a1a1 0%);
}
 .css-button-90:active {
    position: relative;
    top: 1px;
}

.css-button-91 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #baa482 0%);
}
 .css-button-91:hover {
    background: linear-gradient(180deg, #baa482 43%, #a3a1a1 0%);
}
 .css-button-91:active {
    position: relative;
    top: 1px;
}

.css-button-92 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #a3a1a1 43%, #ba8282 0%);
}
 .css-button-92:hover {
    background: linear-gradient(180deg, #ba8282 43%, #a3a1a1 0%);
}
 .css-button-92:active {
    position: relative;
    top: 1px;
}

.css-button-93 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #a3a1a1 43%, #e3aeae 0%);
}
 .css-button-93:hover {
    background: linear-gradient(215deg, #e3aeae 43%, #a3a1a1 0%);
}
 .css-button-93:active {
    position: relative;
    top: 1px;
}

.css-button-94 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #e3aeae 0%);
}
 .css-button-94:hover {
    background: linear-gradient(215deg, #e3aeae 43%, #bababa 0%);
}
 .css-button-94:active {
    position: relative;
    top: 1px;
}

.css-button-95 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #e3aee1 0%);
}
 .css-button-95:hover {
    background: linear-gradient(215deg, #e3aee1 43%, #bababa 0%);
}
 .css-button-95:active {
    position: relative;
    top: 1px;
}

.css-button-96 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #c8aee3 0%);
}
 .css-button-96:hover {
    background: linear-gradient(215deg, #c8aee3 43%, #bababa 0%);
}
 .css-button-96:active {
    position: relative;
    top: 1px;
}

.css-button-97 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #b3aee3 0%);
}
 .css-button-97:hover {
    background: linear-gradient(215deg, #b3aee3 43%, #bababa 0%);
}
 .css-button-97:active {
    position: relative;
    top: 1px;
}

.css-button-98 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #aecce3 0%);
}
 .css-button-98:hover {
    background: linear-gradient(215deg, #aecce3 43%, #bababa 0%);
}
 .css-button-98:active {
    position: relative;
    top: 1px;
}

.css-button-99 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #aee3d7 0%);
}
 .css-button-99:hover {
    background: linear-gradient(215deg, #aee3d7 43%, #bababa 0%);
}
 .css-button-99:active {
    position: relative;
    top: 1px;
}

.css-button-100 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #aee3ae 0%);
}
 .css-button-100:hover {
    background: linear-gradient(215deg, #aee3ae 43%, #bababa 0%);
}
 .css-button-100:active {
    position: relative;
    top: 1px;
}

.css-button-101 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #cee3ae 0%);
}
 .css-button-101:hover {
    background: linear-gradient(215deg, #cee3ae 43%, #bababa 0%);
}
 .css-button-101:active {
    position: relative;
    top: 1px;
}

.css-button-102 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #e3d8ae 0%);
}
 .css-button-102:hover {
    background: linear-gradient(215deg, #e3d8ae 43%, #bababa 0%);
}
 .css-button-102:active {
    position: relative;
    top: 1px;
}

.css-button-103 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 16px;
    font-family: Roboto;
    font-size: 20px;
    border-radius: 9px;
    border: solid 3px #ffffff;
    background: linear-gradient(215deg, #bababa 43%, #e3c2ae 0%);
}
 .css-button-103:hover {
    background: linear-gradient(215deg, #e3c2ae 43%, #bababa 0%);
}
 .css-button-103:active {
    position: relative;
    top: 1px;
}

.css-button-104 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #bababa 69%, #e3c2ae 0%);
}
 .css-button-104:hover {
    background: linear-gradient(180deg, #e3c2ae 69%, #bababa 0%);
}
 .css-button-104:active {
    position: relative;
    top: 1px;
}

.css-button-105 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #c49d5a 0%);
}
 .css-button-105:hover {
    background: linear-gradient(180deg, #c49d5a 69%, #9e9e9e 0%);
}
 .css-button-105:active {
    position: relative;
    top: 1px;
}

.css-button-106 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #c4c45a 0%);
}
 .css-button-106:hover {
    background: linear-gradient(180deg, #c4c45a 69%, #9e9e9e 0%);
}
 .css-button-106:active {
    position: relative;
    top: 1px;
}

.css-button-106 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #9ac45a 0%);
}
 .css-button-106:hover {
    background: linear-gradient(180deg, #9ac45a 69%, #9e9e9e 0%);
}
 .css-button-106:active {
    position: relative;
    top: 1px;
}

.css-button-107 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #5ac45a 0%);
}
 .css-button-107:hover {
    background: linear-gradient(180deg, #5ac45a 69%, #9e9e9e 0%);
}
 .css-button-107:active {
    position: relative;
    top: 1px;
}

.css-button-108 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #5ac48d 0%);
}
 .css-button-108:hover {
    background: linear-gradient(180deg, #5ac48d 69%, #9e9e9e 0%);
}
 .css-button-108:active {
    position: relative;
    top: 1px;
}

.css-button-109 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #5ac4b2 0%);
}
 .css-button-109:hover {
    background: linear-gradient(180deg, #5ac4b2 69%, #9e9e9e 0%);
}
 .css-button-109:active {
    position: relative;
    top: 1px;
}

.css-button-110 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #5a9ac4 0%);
}
 .css-button-110:hover {
    background: linear-gradient(180deg, #5a9ac4 69%, #9e9e9e 0%);
}
 .css-button-110:active {
    position: relative;
    top: 1px;
}

.css-button-111 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #5a6cc4 0%);
}
 .css-button-111:hover {
    background: linear-gradient(180deg, #5a6cc4 69%, #9e9e9e 0%);
}
 .css-button-111:active {
    position: relative;
    top: 1px;
}


.css-button-112 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #7c5ac4 0%);
}
 .css-button-112:hover {
    background: linear-gradient(180deg, #7c5ac4 69%, #9e9e9e 0%);
}
 .css-button-112:active {
    position: relative;
    top: 1px;
}

.css-button-113 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #af5ac4 0%);
}
 .css-button-113:hover {
    background: linear-gradient(180deg, #af5ac4 69%, #9e9e9e 0%);
}
 .css-button-113:active {
    position: relative;
    top: 1px;
}

.css-button-114 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #c45a9d 0%);
}
 .css-button-114:hover {
    background: linear-gradient(180deg, #c45a9d 69%, #9e9e9e 0%);
}
 .css-button-114:active {
    position: relative;
    top: 1px;
}

.css-button-115 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #9e9e9e 69%, #c45a5a 0%);
}
 .css-button-115:hover {
    background: linear-gradient(180deg, #c45a5a 69%, #9e9e9e 0%);
}
 .css-button-115:active {
    position: relative;
    top: 1px;
}

.css-button-116 {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 27px;
    font-family: Roboto;
    font-size: 21px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background: linear-gradient(180deg, #8ed1de 29%, #dc91e6 100%);
}
 .css-button-116:hover {
    background: linear-gradient(180deg, #dc91e6 29%, #8ed1de 100%);
}
 .css-button-116:active {
    position: relative;
    top: 1px;
}


 .css-button-117 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #86b6d4 43%, #5c8ab5 0%);
}
 .css-button-117:hover {
    background: linear-gradient(76deg, #5c8ab5 43%, #86b6d4 0%);
}
 .css-button-117:active {
    position: relative;
    top: 1px;
}

.css-button-118 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #869cd4 43%, #5c71b5 0%);
}
 .css-button-118:hover {
    background: linear-gradient(76deg, #5c71b5 43%, #869cd4 0%);
}
 .css-button-118:active {
    position: relative;
    top: 1px;
}


.css-button-119 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #9f86d4 43%, #715cb5 0%);
}
 .css-button-119:hover {
    background: linear-gradient(76deg, #715cb5 43%, #9f86d4 0%);
}
 .css-button-119:active {
    position: relative;
    top: 1px;
}


.css-button-120 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #bb86d4 43%, #a05cb5 0%);
}
 .css-button-120:hover {
    background: linear-gradient(76deg, #a05cb5 43%, #bb86d4 0%);
}
 .css-button-120:active {
    position: relative;
    top: 1px;
}


.css-button-121 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #d486c7 43%, #b55ca0 0%);
}
 .css-button-121:hover {
    background: linear-gradient(76deg, #b55ca0 43%, #d486c7 0%);
}
 .css-button-121:active {
    position: relative;
    top: 1px;
}


.css-button-122 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #d4868c 43%, #b55c5c 0%);
}
 .css-button-122:hover {
    background: linear-gradient(76deg, #b55c5c 43%, #d4868c 0%);
}
 .css-button-122:active {
    position: relative;
    top: 1px;
}

.css-button-123 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #d4ac86 43%, #b5835c 0%);
}
 .css-button-123:hover {
    background: linear-gradient(76deg, #b5835c 43%, #d4ac86 0%);
}
 .css-button-123:active {
    position: relative;
    top: 1px;
}


.css-button-124 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #d4be86 43%, #b59c5c 0%);
}
 .css-button-124:hover {
    background: linear-gradient(76deg, #b59c5c 43%, #d4be86 0%);
}
 .css-button-124:active {
    position: relative;
    top: 1px;
}

.css-button-125 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #d4cd86 43%, #b5ae5c 0%);
}
 .css-button-125:hover {
    background: linear-gradient(76deg, #b5ae5c 43%, #d4cd86 0%);
}
 .css-button-125:active {
    position: relative;
    top: 1px;
}

.css-button-126 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #acd486 43%, #92b55c 0%);
}
 .css-button-126:hover {
    background: linear-gradient(76deg, #92b55c 43%, #acd486 0%);
}
 .css-button-126:active {
    position: relative;
    top: 1px;
}


.css-button-127 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #86d48c 43%, #5cb55f 0%);
}
 .css-button-127:hover {
    background: linear-gradient(76deg, #5cb55f 43%, #86d48c 0%);
}
 .css-button-127:active {
    position: relative;
    top: 1px;
}


.css-button-128 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(76deg, #86d4c7 43%, #5cb5ab 0%);
}
 .css-button-128:hover {
    background: linear-gradient(76deg, #5cb5ab 43%, #86d4c7 0%);
}
 .css-button-128:active {
    position: relative;
    top: 1px;
}

.css-button-129 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #c2c2c2 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-129:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #c2c2c2 0%);
}
 .css-button-129:active {
    position: relative;
    top: 1px;
}


.css-button-130 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #93bdb6 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-130:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #93bdb6 0%);
}
 .css-button-130:active {
    position: relative;
    top: 1px;
}

.css-button-131 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #93a5bd 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-131:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #93a5bd 0%);
}
 .css-button-131:active {
    position: relative;
    top: 1px;
}


.css-button-132 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #9393bd 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-132:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #9393bd 0%);
}
 .css-button-132:active {
    position: relative;
    top: 1px;
}


.css-button-133 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #a493bd 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-133:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #a493bd 0%);
}
 .css-button-133:active {
    position: relative;
    top: 1px;
}


.css-button-134 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #bd93bd 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-134:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #bd93bd 0%);
}
 .css-button-134:active {
    position: relative;
    top: 1px;
}


.css-button-135 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #bd93ab 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-135:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #bd93ab 0%);
}
 .css-button-135:active {
    position: relative;
    top: 1px;
}


.css-button-136 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #bd9393 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-136:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #bd9393 0%);
}
 .css-button-136:active {
    position: relative;
    top: 1px;
}


.css-button-137 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #bda893 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-137:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #bda893 0%);
}
 .css-button-137:active {
    position: relative;
    top: 1px;
}


.css-button-138 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #bdbd93 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-138:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #bdbd93 0%);
}
 .css-button-138:active {
    position: relative;
    top: 1px;
}


.css-button-139 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #b5bd93 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-139:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #b5bd93 0%);
}
 .css-button-139:active {
    position: relative;
    top: 1px;
}

.css-button-140 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #97bd93 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-140:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #97bd93 0%);
}
 .css-button-140:active {
    position: relative;
    top: 1px;
}


.css-button-141 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #93bdab 55%, #8f8f8f 0%);
    text-shadow: 0px 0px 6px #5c5c5c;
}
 .css-button-141:hover {
    background: linear-gradient(180deg, #8f8f8f 55%, #93bdab 0%);
}
 .css-button-141:active {
    position: relative;
    top: 1px;
}


.css-button-142 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(180deg, #757575 55%, #a3a3a3 0%);
}
 .css-button-142:hover {
    background: linear-gradient(180deg, #a3a3a3 55%, #757575 0%);
}
 .css-button-142:active {
    position: relative;
    top: 1px;
}


.css-button-143 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(192deg, #757575 54%, #a3a3a3 0%);
}
 .css-button-143:hover {
    background: linear-gradient(192deg, #a3a3a3 54%, #757575 0%);
}
 .css-button-143:active {
    position: relative;
    top: 1px;
}


.css-button-144 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(203deg, #757575 54%, #a3a3a3 0%);
}
 .css-button-144:hover {
    background: linear-gradient(203deg, #a3a3a3 54%, #757575 0%);
}
 .css-button-144:active {
    position: relative;
    top: 1px;
}


.css-button-145 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(220deg, #757575 54%, #a3a3a3 0%);
}
 .css-button-145:hover {
    background: linear-gradient(220deg, #a3a3a3 54%, #757575 0%);
}
 .css-button-145:active {
    position: relative;
    top: 1px;
}


.css-button-146 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(244deg, #757575 54%, #a3a3a3 0%);
}
 .css-button-146:hover {
    background: linear-gradient(244deg, #a3a3a3 54%, #757575 0%);
}
 .css-button-146:active {
    position: relative;
    top: 1px;
}


.css-button-147 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(270deg, #757575 54%, #a3a3a3 0%);
}
 .css-button-147:hover {
    background: linear-gradient(270deg, #a3a3a3 54%, #757575 0%);
}
 .css-button-147:active {
    position: relative;
    top: 1px;
}


.css-button-148 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(298deg, #757575 54%, #a3a3a3 0%);
}
 .css-button-148:hover {
    background: linear-gradient(298deg, #a3a3a3 54%, #757575 0%);
}
 .css-button-148:active {
    position: relative;
    top: 1px;
}


.css-button-149 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(325deg, #757575 54%, #a3a3a3 0%);
}
 .css-button-149:hover {
    background: linear-gradient(325deg, #a3a3a3 54%, #757575 0%);
}
 .css-button-149:active {
    position: relative;
    top: 1px;
}


.css-button-150 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(343deg, #757575 54%, #a3a3a3 0%);
}
 .css-button-150:hover {
    background: linear-gradient(343deg, #a3a3a3 54%, #757575 0%);
}
 .css-button-150:active {
    position: relative;
    top: 1px;
}


.css-button-151 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 11px 11px;
    font-family: Roboto;
    font-size: 16px;
    border-radius: 4px;
    border: solid 2px #bababa;
    background: linear-gradient(352deg, #757575 54%, #a3a3a3 0%);
}
 .css-button-151:hover {
    background: linear-gradient(352deg, #a3a3a3 54%, #757575 0%);
}
 .css-button-151:active {
    position: relative;
    top: 1px;
}


.css-button-152 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(352deg, #7a7a7a 21%, #a1e3db 100%);
}
 .css-button-152:hover {
    background: linear-gradient(352deg, #a1e3db 21%, #7a7a7a 100%);
}
 .css-button-152:active {
    position: relative;
    top: 1px;
}

.css-button-153 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #a1c1e3 100%);
}
 .css-button-153:hover {
    background: linear-gradient(339deg, #a1c1e3 32%, #7a7a7a 100%);
}
 .css-button-153:active {
    position: relative;
    top: 1px;
}

.css-button-154 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #a7a1e3 100%);
}
 .css-button-154:hover {
    background: linear-gradient(339deg, #a7a1e3 32%, #7a7a7a 100%);
}
 .css-button-154:active {
    position: relative;
    top: 1px;
}


.css-button-155 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #d8a1e3 100%);
}
 .css-button-155:hover {
    background: linear-gradient(339deg, #d8a1e3 32%, #7a7a7a 100%);
}
 .css-button-155:active {
    position: relative;
    top: 1px;
}

.css-button-156 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #e3a1e3 100%);
}
 .css-button-156:hover {
    background: linear-gradient(339deg, #e3a1e3 32%, #7a7a7a 100%);
}
 .css-button-156:active {
    position: relative;
    top: 1px;
}

.css-button-157 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #e3a1c9 100%);
}
 .css-button-157:hover {
    background: linear-gradient(339deg, #e3a1c9 32%, #7a7a7a 100%);
}
 .css-button-157:active {
    position: relative;
    top: 1px;
}

.css-button-158 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #e3a1a1 100%);
}
 .css-button-158:hover {
    background: linear-gradient(339deg, #e3a1a1 32%, #7a7a7a 100%);
}
 .css-button-158:active {
    position: relative;
    top: 1px;
}

.css-button-159 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #e3bea1 100%);
}
 .css-button-159:hover {
    background: linear-gradient(339deg, #e3bea1 32%, #7a7a7a 100%);
}
 .css-button-159:active {
    position: relative;
    top: 1px;
}

.css-button-160 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #e3d6a1 100%);
}
 .css-button-160:hover {
    background: linear-gradient(339deg, #e3d6a1 32%, #7a7a7a 100%);
}
 .css-button-160:active {
    position: relative;
    top: 1px;
}


.css-button-161 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #cee3a1 100%);
}
 .css-button-161:hover {
    background: linear-gradient(339deg, #cee3a1 32%, #7a7a7a 100%);
}
 .css-button-161:active {
    position: relative;
    top: 1px;
}


.css-button-162 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #b6e3a1 100%);
}
 .css-button-162:hover {
    background: linear-gradient(339deg, #b6e3a1 32%, #7a7a7a 100%);
}
 .css-button-162:active {
    position: relative;
    top: 1px;
}

.css-button-163 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 27px;
    background: linear-gradient(339deg, #7a7a7a 32%, #a1e3bb 100%);
}
 .css-button-163:hover {
    background: linear-gradient(339deg, #a1e3bb 32%, #7a7a7a 100%);
}
 .css-button-163:active {
    position: relative;
    top: 1px;
}

.css-button-164 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 9px;
    background: linear-gradient(339deg, #7a7a7a 32%, #a1e3d0 100%);
}
 .css-button-164:hover {
    background: linear-gradient(339deg, #a1e3d0 32%, #7a7a7a 100%);
}
 .css-button-164:active {
    position: relative;
    top: 1px;
}

.css-button-165 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 9px;
    background: linear-gradient(339deg, #7a7a7a 32%, #a1d0e3 100%);
}
 .css-button-165:hover {
    background: linear-gradient(339deg, #a1d0e3 32%, #7a7a7a 100%);
}
 .css-button-165:active {
    position: relative;
    top: 1px;
}

.css-button-166 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 9px;
    background: linear-gradient(339deg, #7a7a7a 32%, #a7a1e3 100%);
}
 .css-button-166:hover {
    background: linear-gradient(339deg, #a7a1e3 32%, #7a7a7a 100%);
}
 .css-button-166:active {
    position: relative;
    top: 1px;
}

.css-button-167 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #a1bbe3 100%);
}
 .css-button-167:hover {
    background: linear-gradient(111deg, #a1bbe3 0%, #7a7a7a 100%);
}
 .css-button-167:active {
    position: relative;
    top: 1px;
}

.css-button-168 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #a1a8e3 100%);
}
 .css-button-168:hover {
    background: linear-gradient(111deg, #a1a8e3 0%, #7a7a7a 100%);
}
 .css-button-168:active {
    position: relative;
    top: 1px;
}

.css-button-169 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #baa1e3 100%);
}
 .css-button-169:hover {
    background: linear-gradient(111deg, #baa1e3 0%, #7a7a7a 100%);
}
 .css-button-169:active {
    position: relative;
    top: 1px;
}

.css-button-170 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #c8a1e3 100%);
}
 .css-button-170:hover {
    background: linear-gradient(111deg, #c8a1e3 0%, #7a7a7a 100%);
}
 .css-button-170:active {
    position: relative;
    top: 1px;
}

.css-button-171 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #e2a1e3 100%);
}
 .css-button-171:hover {
    background: linear-gradient(111deg, #e2a1e3 0%, #7a7a7a 100%);
}
 .css-button-171:active {
    position: relative;
    top: 1px;
}

.css-button-172 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #e3a1be 100%);
}
 .css-button-172:hover {
    background: linear-gradient(111deg, #e3a1be 0%, #7a7a7a 100%);
}
 .css-button-172:active {
    position: relative;
    top: 1px;
}


.css-button-173 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #e3a1a1 100%);
}
 .css-button-173:hover {
    background: linear-gradient(111deg, #e3a1a1 0%, #7a7a7a 100%);
}
 .css-button-173:active {
    position: relative;
    top: 1px;
}

.css-button-174 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #e3b4a1 100%);
}
 .css-button-174:hover {
    background: linear-gradient(111deg, #e3b4a1 0%, #7a7a7a 100%);
}
 .css-button-174:active {
    position: relative;
    top: 1px;
}

.css-button-175 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 9px;
    background: linear-gradient(111deg, #7a7a7a 0%, #e3c3a1 100%);
}
 .css-button-175:hover {
    background: linear-gradient(111deg, #e3c3a1 0%, #7a7a7a 100%);
}
 .css-button-175:active {
    position: relative;
    top: 1px;
}

.css-button-176 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 9px;
    background: linear-gradient(111deg, #7a7a7a 0%, #e3e3a1 100%);
}
 .css-button-176:hover {
    background: linear-gradient(111deg, #e3e3a1 0%, #7a7a7a 100%);
}
 .css-button-176:active {
    position: relative;
    top: 1px;
}

.css-button-177 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #c9e3a1 100%);
}
 .css-button-177:hover {
    background: linear-gradient(111deg, #c9e3a1 0%, #7a7a7a 100%);
}
 .css-button-177:active {
    position: relative;
    top: 1px;
}

.css-button-178 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #ace3a1 100%);
}
 .css-button-178:hover {
    background: linear-gradient(111deg, #ace3a1 0%, #7a7a7a 100%);
}
 .css-button-178:active {
    position: relative;
    top: 1px;
}

.css-button-179 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #a1e3b9 100%);
}
 .css-button-179:hover {
    background: linear-gradient(111deg, #a1e3b9 0%, #7a7a7a 100%);
}
 .css-button-179:active {
    position: relative;
    top: 1px;
}

.css-button-180 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #a1e3d8 100%);
}
 .css-button-180:hover {
    background: linear-gradient(111deg, #a1e3d8 0%, #7a7a7a 100%);
}
 .css-button-180:active {
    position: relative;
    top: 1px;
}


.css-button-181 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #a1d0e3 100%);
}
 .css-button-181:hover {
    background: linear-gradient(111deg, #a1d0e3 0%, #7a7a7a 100%);
}
 .css-button-181:active {
    position: relative;
    top: 1px;
}


.css-button-182 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #a1bee3 100%);
}
 .css-button-182:hover {
    background: linear-gradient(111deg, #a1bee3 0%, #7a7a7a 100%);
}
 .css-button-182:active {
    position: relative;
    top: 1px;
}

.css-button-183 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 22px;
    background: linear-gradient(111deg, #7a7a7a 0%, #a3a1e3 100%);
}
 .css-button-183:hover {
    background: linear-gradient(111deg, #a3a1e3 0%, #7a7a7a 100%);
}
 .css-button-183:active {
    position: relative;
    top: 1px;
}

.css-button-184 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #a3a1e3 100%);
}
 .css-button-184:hover {
    background: linear-gradient(12deg, #a3a1e3 0%, #7a7a7a 100%);
}
 .css-button-184:active {
    position: relative;
    top: 1px;
}


.css-button-185 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #a3a1e3 100%);
}
 .css-button-185:hover {
    background: linear-gradient(12deg, #a3a1e3 0%, #7a7a7a 100%);
}
 .css-button-185:active {
    position: relative;
    top: 1px;
}

.css-button-186 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #d6a1e3 100%);
}
 .css-button-186:hover {
    background: linear-gradient(12deg, #d6a1e3 0%, #7a7a7a 100%);
}
 .css-button-186:active {
    position: relative;
    top: 1px;
}

.css-button-187 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #e3a1db 100%);
}
 .css-button-187:hover {
    background: linear-gradient(12deg, #e3a1db 0%, #7a7a7a 100%);
}
 .css-button-187:active {
    position: relative;
    top: 1px;
}

.css-button-188 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #e3a1c6 100%);
}
 .css-button-188:hover {
    background: linear-gradient(12deg, #e3a1c6 0%, #7a7a7a 100%);
}
 .css-button-188:active {
    position: relative;
    top: 1px;
}


.css-button-189 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #e3a1a1 100%);
}
 .css-button-189:hover {
    background: linear-gradient(12deg, #e3a1a1 0%, #7a7a7a 100%);
}
 .css-button-189:active {
    position: relative;
    top: 1px;
}

.css-button-190 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #e3b6a1 100%);
}
 .css-button-190:hover {
    background: linear-gradient(12deg, #e3b6a1 0%, #7a7a7a 100%);
}
 .css-button-190:active {
    position: relative;
    top: 1px;
}

.css-button-191 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #e3c6a1 100%);
}
 .css-button-191:hover {
    background: linear-gradient(12deg, #e3c6a1 0%, #7a7a7a 100%);
}
 .css-button-191:active {
    position: relative;
    top: 1px;
}

.css-button-192 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #e3d6a1 100%);
}
 .css-button-192:hover {
    background: linear-gradient(12deg, #e3d6a1 0%, #7a7a7a 100%);
}
 .css-button-192:active {
    position: relative;
    top: 1px;
}


.css-button-193 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #e1e3a1 100%);
}
 .css-button-193:hover {
    background: linear-gradient(12deg, #e1e3a1 0%, #7a7a7a 100%);
}
 .css-button-193:active {
    position: relative;
    top: 1px;
}

.css-button-194 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #c6e3a1 100%);
}
 .css-button-194:hover {
    background: linear-gradient(12deg, #c6e3a1 0%, #7a7a7a 100%);
}
 .css-button-194:active {
    position: relative;
    top: 1px;
}

.css-button-195 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #a7e3a1 100%);
}
 .css-button-195:hover {
    background: linear-gradient(12deg, #a7e3a1 0%, #7a7a7a 100%);
}
 .css-button-195:active {
    position: relative;
    top: 1px;
}

.css-button-196 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #a1e3bb 100%);
}
 .css-button-196:hover {
    background: linear-gradient(12deg, #a1e3bb 0%, #7a7a7a 100%);
}
 .css-button-196:active {
    position: relative;
    top: 1px;
}

.css-button-197 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #a1e3db 100%);
}
 .css-button-197:hover {
    background: linear-gradient(12deg, #a1e3db 0%, #7a7a7a 100%);
}
 .css-button-197:active {
    position: relative;
    top: 1px;
}

.css-button-198 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #a1c1e3 100%);
}
 .css-button-198:hover {
    background: linear-gradient(12deg, #a1c1e3 0%, #7a7a7a 100%);
}
 .css-button-198:active {
    position: relative;
    top: 1px;
}

.css-button-199 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #a1ace3 100%);
}
 .css-button-199:hover {
    background: linear-gradient(12deg, #a1ace3 0%, #7a7a7a 100%);
}
 .css-button-199:active {
    position: relative;
    top: 1px;
}


.css-button-200 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 13px 19px;
    font-family: Roboto;
    font-size: 19px;
    border-radius: 0px;
    background: linear-gradient(12deg, #7a7a7a 0%, #c4c4c4 100%);
}
 .css-button-200:hover {
    background: linear-gradient(12deg, #c4c4c4 0%, #7a7a7a 100%);
}
 .css-button-200:active {
    position: relative;
    top: 1px;
}


.css-button-201 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #adadad 50%, #858585 0%);
}
 .css-button-201:hover {
    background: linear-gradient(159deg, #858585 50%, #adadad 0%);
}
 .css-button-201:active {
    position: relative;
    top: 1px;
}

.css-button-202 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #79b098 50%, #858585 0%);
}
 .css-button-202:hover {
    background: linear-gradient(159deg, #858585 50%, #79b098 0%);
}
 .css-button-202:active {
    position: relative;
    top: 1px;
}

.css-button-203 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #79b0a8 50%, #858585 0%);
}
 .css-button-203:hover {
    background: linear-gradient(159deg, #858585 50%, #79b0a8 0%);
}
 .css-button-203:active {
    position: relative;
    top: 1px;
}

.css-button-204 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #79a4b0 50%, #858585 0%);
}
 .css-button-204:hover {
    background: linear-gradient(159deg, #858585 50%, #79a4b0 0%);
}
 .css-button-204:active {
    position: relative;
    top: 1px;
}

.css-button-205 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #7993b0 50%, #858585 0%);
}
 .css-button-205:hover {
    background: linear-gradient(159deg, #858585 50%, #7993b0 0%);
}
 .css-button-205:active {
    position: relative;
    top: 1px;
}

.css-button-206 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #7983b0 50%, #858585 0%);
}
 .css-button-206:hover {
    background: linear-gradient(159deg, #858585 50%, #7983b0 0%);
}
 .css-button-206:active {
    position: relative;
    top: 1px;
}

.css-button-207 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #8a79b0 50%, #858585 0%);
}
 .css-button-207:hover {
    background: linear-gradient(159deg, #858585 50%, #8a79b0 0%);
}
 .css-button-207:active {
    position: relative;
    top: 1px;
}

.css-button-208 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #9779b0 50%, #858585 0%);
}
 .css-button-208:hover {
    background: linear-gradient(159deg, #858585 50%, #9779b0 0%);
}
 .css-button-208:active {
    position: relative;
    top: 1px;
}

.css-button-209 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #a379b0 50%, #858585 0%);
}
 .css-button-209:hover {
    background: linear-gradient(159deg, #858585 50%, #a379b0 0%);
}
 .css-button-209:active {
    position: relative;
    top: 1px;
}

.css-button-210 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #b079af 50%, #858585 0%);
}
 .css-button-210:hover {
    background: linear-gradient(159deg, #858585 50%, #b079af 0%);
}
 .css-button-210:active {
    position: relative;
    top: 1px;
}

.css-button-211 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #b0799c 50%, #858585 0%);
}
 .css-button-211:hover {
    background: linear-gradient(159deg, #858585 50%, #b0799c 0%);
}
 .css-button-211:active {
    position: relative;
    top: 1px;
}

.css-button-212 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #b07979 50%, #858585 0%);
}
 .css-button-212:hover {
    background: linear-gradient(159deg, #858585 50%, #b07979 0%);
}
 .css-button-212:active {
    position: relative;
    top: 1px;
}

.css-button-213 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #E0C448 50%, #858585 0%);
}
 .css-button-213:hover {
    background: linear-gradient(159deg, #858585 50%, #E0C448 0%);
}
 .css-button-213:active {
    position: relative;
    top: 1px;
}

.css-button-214 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #b09879 50%, #858585 0%);
}
 .css-button-214:hover {
    background: linear-gradient(159deg, #858585 50%, #b09879 0%);
}
 .css-button-214:active {
    position: relative;
    top: 1px;
}

.css-button-215 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #afb079 50%, #858585 0%);
}
 .css-button-215:hover {
    background: linear-gradient(159deg, #858585 50%, #afb079 0%);
}
 .css-button-215:active {
    position: relative;
    top: 1px;
}

.css-button-216 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #97b079 50%, #858585 0%);
}
 .css-button-216:hover {
    background: linear-gradient(159deg, #858585 50%, #97b079 0%);
}
 .css-button-216:active {
    position: relative;
    top: 1px;
}

.css-button-217 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #82b079 50%, #858585 0%);
}
 .css-button-217:hover {
    background: linear-gradient(159deg, #858585 50%, #82b079 0%);
}
 .css-button-217:active {
    position: relative;
    top: 1px;
}

.css-button-218 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #79b083 50%, #858585 0%);
}
 .css-button-218:hover {
    background: linear-gradient(159deg, #858585 50%, #79b083 0%);
}
 .css-button-218:active {
    position: relative;
    top: 1px;
}


.css-button-219 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #799eb0 50%, #858585 0%);
}
 .css-button-219:hover {
    background: linear-gradient(159deg, #858585 50%, #799eb0 0%);
}
 .css-button-219:active {
    position: relative;
    top: 1px;
}


.css-button-220 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 11px;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 0px;
    border: solid 10px #cfcfcf;
    background: linear-gradient(159deg, #CFCFCF 50%, #858585 0%);
}
 .css-button-220:hover {
    background: linear-gradient(159deg, #858585 50%, #CFCFCF 0%);
}
 .css-button-220:active {
    position: relative;
    top: 1px;
}

.css-button-221 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(180deg, #63B8EE 32%, #468ccf 0%);
}
 .css-button-221:hover {
    background: linear-gradient(180deg, #468ccf 32%, #63B8EE 0%);
}
 .css-button-221:active {
    position: relative;
    top: 1px;
}

.css-button-222 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(180deg, #63B8EE 50%, #468ccf 0%);
}
 .css-button-222:hover {
    background: linear-gradient(180deg, #468ccf 50%, #63B8EE 0%);
}
 .css-button-222:active {
    position: relative;
    top: 1px;
}

.css-button-223 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(180deg, #63B8EE 66%, #468ccf 0%);
}
 .css-button-223:hover {
    background: linear-gradient(180deg, #468ccf 66%, #63B8EE 0%);
}
 .css-button-223:active {
    position: relative;
    top: 1px;
}


.css-button-224 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(180deg, #63B8EE 82%, #468ccf 0%);
}
 .css-button-224:hover {
    background: linear-gradient(180deg, #468ccf 82%, #63B8EE 0%);
}
 .css-button-224:active {
    position: relative;
    top: 1px;
}

.css-button-225 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(224deg, #63B8EE 82%, #468ccf 0%);
}
 .css-button-225:hover {
    background: linear-gradient(224deg, #468ccf 82%, #63B8EE 0%);
}
 .css-button-225:active {
    position: relative;
    top: 1px;
}

.css-button-226 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(291deg, #63B8EE 74%, #468ccf 0%);
}
 .css-button-226:hover {
    background: linear-gradient(291deg, #468ccf 74%, #63B8EE 0%);
}
 .css-button-226:active {
    position: relative;
    top: 1px;
}

.css-button-227 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(291deg, #63B8EE 57%, #468ccf 0%);
}
 .css-button-227:hover {
    background: linear-gradient(291deg, #468ccf 57%, #63B8EE 0%);
}
 .css-button-227:active {
    position: relative;
    top: 1px;
}

.css-button-228 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(291deg, #63B8EE 42%, #468ccf 0%);
}
 .css-button-228:hover {
    background: linear-gradient(291deg, #468ccf 42%, #63B8EE 0%);
}
 .css-button-228:active {
    position: relative;
    top: 1px;
}

.css-button-229 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(291deg, #63B8EE 21%, #468ccf 0%);
}
 .css-button-229:hover {
    background: linear-gradient(291deg, #468ccf 21%, #63B8EE 0%);
}
 .css-button-229:active {
    position: relative;
    top: 1px;
}

.css-button-230 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(291deg, #63B8EE 49%, #468ccf 0%);
}
 .css-button-230:hover {
    background: linear-gradient(291deg, #468ccf 49%, #63B8EE 0%);
}
 .css-button-230:active {
    position: relative;
    top: 1px;
}

.css-button-231 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(328deg, #63B8EE 63%, #468ccf 0%);
}
 .css-button-231:hover {
    background: linear-gradient(328deg, #468ccf 63%, #63B8EE 0%);
}
 .css-button-231:active {
    position: relative;
    top: 1px;
}

.css-button-232 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(328deg, #63B8EE 76%, #468ccf 0%);
}
 .css-button-232:hover {
    background: linear-gradient(328deg, #468ccf 76%, #63B8EE 0%);
}
 .css-button-232:active {
    position: relative;
    top: 1px;
}

.css-button-233 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(328deg, #63B8EE 41%, #468ccf 0%);
}
 .css-button-233:hover {
    background: linear-gradient(328deg, #468ccf 41%, #63B8EE 0%);
}
 .css-button-233:active {
    position: relative;
    top: 1px;
}


.css-button-234 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 12px;
    background: linear-gradient(328deg, #63B8EE 22%, #468ccf 0%);
}
 .css-button-234:hover {
    background: linear-gradient(328deg, #468ccf 22%, #63B8EE 0%);
}
 .css-button-234:active {
    position: relative;
    top: 1px;
}

.css-button-235 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 0px;
    background: linear-gradient(328deg, #63B8EE 22%, #468ccf 100%);
}
 .css-button-235:hover {
    background: linear-gradient(328deg, #468ccf 22%, #63B8EE 100%);
}
 .css-button-235:active {
    position: relative;
    top: 1px;
}


.css-button-236 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 0px;
    background: linear-gradient(180deg, #63B8EE 48%, #468ccf 100%);
}
 .css-button-236:hover {
    background: linear-gradient(180deg, #468ccf 48%, #63B8EE 100%);
}
 .css-button-236:active {
    position: relative;
    top: 1px;
}


.css-button-237 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 0px;
    background: linear-gradient(207deg, #63B8EE 48%, #468ccf 100%);
}
 .css-button-237:hover {
    background: linear-gradient(207deg, #468ccf 48%, #63B8EE 100%);
}
 .css-button-237:active {
    position: relative;
    top: 1px;
}


.css-button-238 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 0px;
    background: linear-gradient(265deg, #63B8EE 48%, #468ccf 100%);
}
 .css-button-238:hover {
    background: linear-gradient(265deg, #468ccf 48%, #63B8EE 100%);
}
 .css-button-238:active {
    position: relative;
    top: 1px;
}


.css-button-239 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 0px;
    background: linear-gradient(360deg, #63B8EE 48%, #468ccf 100%);
}
 .css-button-239:hover {
    background: linear-gradient(360deg, #468ccf 48%, #63B8EE 100%);
}
 .css-button-239:active {
    position: relative;
    top: 1px;
}

.css-button-240 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 0px;
    background: linear-gradient(178deg, #63B8EE 48%, #468ccf 73%);
}
 .css-button-240:hover {
    background: linear-gradient(178deg, #468ccf 48%, #63B8EE 73%);
}
 .css-button-240:active {
    position: relative;
    top: 1px;
}

.css-button-241 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 0px;
    background: linear-gradient(255deg, #63B8EE 48%, #468ccf 73%);
}
 .css-button-241:hover {
    background: linear-gradient(255deg, #468ccf 48%, #63B8EE 73%);
}
 .css-button-241:active {
    position: relative;
    top: 1px;
}

.css-button-242 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 0px;
    background: linear-gradient(360deg, #63B8EE 48%, #468ccf 73%);
}
 .css-button-242:hover {
    background: linear-gradient(360deg, #468ccf 48%, #63B8EE 73%);
}
 .css-button-242:active {
    position: relative;
    top: 1px;
}


.css-button-243 {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    font-family: Rubik;
    font-size: 17px;
    border-radius: 0px;
    background: linear-gradient(105deg, #63B8EE 48%, #468ccf 73%);
}
 .css-button-243:hover {
    background: linear-gradient(105deg, #468ccf 48%, #63B8EE 73%);
}
 .css-button-243:active {
    position: relative;
    top: 1px;
}

    .css-button-448 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #63B8EE;
    }
     .css-button-448:hover {
        background: #5597d4;
    }
     .css-button-448:active {
        position: relative;
        top: 1px;
    }

    .css-button-449 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #6c73cf;
    }
     .css-button-449:hover {
        background: #515fb0;
    }
     .css-button-449:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-450 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #a16ccf;
    }
     .css-button-450:hover {
        background: #8851b0;
    }
     .css-button-450:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-451 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #cf6cc5;
    }
     .css-button-451:hover {
        background: #af63b0;
    }
     .css-button-451:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-452 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #cf6c6c;
    }
     .css-button-452:hover {
        background: #b06363;
    }
     .css-button-452:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-453 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #cfa16c;
    }
     .css-button-453:hover {
        background: #ba9162;
    }
     .css-button-453:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-454 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #cfcd6c;
    }
     .css-button-454:hover {
        background: #bab162;
    }
     .css-button-454:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-455 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #a9cf6c;
    }
     .css-button-455:hover {
        background: #9dba62;
    }
     .css-button-455:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-456 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #86cf6c;
    }
     .css-button-456:hover {
        background: #87ba62;
    }
     .css-button-456:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-457 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #6ccf7e;
    }
     .css-button-457:hover {
        background: #62ba8a;
    }
     .css-button-457:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-458 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #6ccf7e;
    }
     .css-button-458:hover {
        background: #62ba8a;
    }
     .css-button-458:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-459 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 50px;
        background: #b5b5b5;
    }
     .css-button-459:hover {
        background: #a1a1a1;
    }
     .css-button-459:active {
        position: relative;
        top: 1px;
    }



    .css-button-460 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #63B8EE;
    }
     .css-button-460:hover {
        background: #5597d4;
    }
     .css-button-460:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-461 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #6c73cf;
    }
     .css-button-461:hover {
        background: #515fb0;
    }
     .css-button-461:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-462 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #a16ccf;
    }
     .css-button-462:hover {
        background: #8851b0;
    }
     .css-button-462:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-463 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #cf6cc5;
    }
     .css-button-463:hover {
        background: #af63b0;
    }
     .css-button-463:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-464 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #cf6c6c;
    }
     .css-button-464:hover {
        background: #b06363;
    }
     .css-button-464:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-465 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #cfa16c;
    }
     .css-button-465:hover {
        background: #ba9162;
    }
     .css-button-465:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-466 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #cfcd6c;
    }
     .css-button-466:hover {
        background: #bab162;
    }
     .css-button-466:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-467 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #a9cf6c;
    }
     .css-button-467:hover {
        background: #9dba62;
    }
     .css-button-467:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-468 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #86cf6c;
    }
     .css-button-468:hover {
        background: #87ba62;
    }
     .css-button-468:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-469 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #6ccf7e;
    }
     .css-button-469:hover {
        background: #62ba8a;
    }
     .css-button-469:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-470 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #6ccf7e;
    }
     .css-button-470:hover {
        background: #62ba8a;
    }
     .css-button-470:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-471 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 9px;
        background: #b5b5b5;
    }
     .css-button-471:hover {
        background: #a1a1a1;
    }
     .css-button-471:active {
        position: relative;
        top: 1px;
    }




    .css-button-472 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #63B8EE;
    }
     .css-button-472:hover {
        background: #5597d4;
    }
     .css-button-472:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-473 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #6c73cf;
    }
     .css-button-473:hover {
        background: #515fb0;
    }
     .css-button-473:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-474 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #a16ccf;
    }
     .css-button-474:hover {
        background: #8851b0;
    }
     .css-button-474:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-475 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #cf6cc5;
    }
     .css-button-475:hover {
        background: #af63b0;
    }
     .css-button-475:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-476 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #cf6c6c;
    }
     .css-button-476:hover {
        background: #b06363;
    }
     .css-button-476:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-477 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #cfa16c;
    }
     .css-button-477:hover {
        background: #ba9162;
    }
     .css-button-477:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-478 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #cfcd6c;
    }
     .css-button-478:hover {
        background: #bab162;
    }
     .css-button-478:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-479 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #a9cf6c;
    }
     .css-button-479:hover {
        background: #9dba62;
    }
     .css-button-479:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-480 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #86cf6c;
    }
     .css-button-480:hover {
        background: #87ba62;
    }
     .css-button-480:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-481 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #6ccf7e;
    }
     .css-button-481:hover {
        background: #62ba8a;
    }
     .css-button-481:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-482 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #6ccf7e;
    }
     .css-button-482:hover {
        background: #62ba8a;
    }
     .css-button-482:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-483 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 0px;
        background: #b5b5b5;
    }
     .css-button-483:hover {
        background: #a1a1a1;
    }
     .css-button-483:active {
        position: relative;
        top: 1px;
    }




    .css-button-484 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #63B8EE;
    }
     .css-button-484:hover {
        background: #5597d4;
    }
     .css-button-484:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-485 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #6c73cf;
    }
     .css-button-485:hover {
        background: #515fb0;
    }
     .css-button-485:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-486 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #a16ccf;
    }
     .css-button-486:hover {
        background: #8851b0;
    }
     .css-button-486:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-487{
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #cf6cc5;
    }
     .css-button-487:hover {
        background: #af63b0;
    }
     .css-button-487:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-488 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #cf6c6c;
    }
     .css-button-488:hover {
        background: #b06363;
    }
     .css-button-488:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-489 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #cfa16c;
    }
     .css-button-489:hover {
        background: #ba9162;
    }
     .css-button-489:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-490 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #cfcd6c;
    }
     .css-button-490:hover {
        background: #bab162;
    }
     .css-button-490:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-491 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #a9cf6c;
    }
     .css-button-491:hover {
        background: #9dba62;
    }
     .css-button-491:active {
        position: relative;
        top: 1px;
    }

    
    .css-button-492 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #86cf6c;
    }
     .css-button-492:hover {
        background: #87ba62;
    }
     .css-button-492:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-493 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #6ccf7e;
    }
     .css-button-493:hover {
        background: #62ba8a;
    }
     .css-button-493:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-494 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #6ccf7e;
    }
     .css-button-494:hover {
        background: #62ba8a;
    }
     .css-button-494:active {
        position: relative;
        top: 1px;
    }

    

    .css-button-495 {
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 12px 18px;
        font-family: Arial;
        font-size: 21px;
        border-radius: 15px;
        background: #b5b5b5;
    }
     .css-button-495:hover {
        background: #a1a1a1;
    }
     .css-button-495:active {
        position: relative;
        top: 1px;
    }

