body {
  margin: 0px;
  font-family: "Rubik", sans-serif; }

* {
  box-sizing: border-box; }

button,
a {
  cursor: pointer;
  outline: none; }

.w-mainDiv {
  width: calc(100% - 240px); }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/*# sourceMappingURL=landing.css.map */
