@import url("https://fonts.googleapis.com/css?family=Proza+Libre|Rubik:300,300i,400,400i,500,500i");

table td,
table th {
  padding: 0.75rem 0;
  text-align: left;
}

table td:not(:first-child),
table th:not(:first-child) {
  padding-left: 0.75rem;
  text-align: right;
}

table td {
  border-top: 1px solid #f7f7f7;
}

table th {
  color: #b3b3b3;
  font-weight: normal;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

vg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.has-transitions {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.is-link-wrapper {
  text-decoration: none;
  color: inherit;
}

.has-bg-img {
  background-position: 50% 50%;
  background-size: cover;
}

.is-tall {
  height: 100%;
}

.is-wide {
  width: 100%;
}

.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.is-relative {
  position: relative !important;
}

.is-absolute {
  position: absolute !important;
}

.is-fixed {
  position: fixed !important;
}

.is-block {
  display: block !important;
}

.is-inline-block {
  display: inline-block !important;
}

.is-z-0 {
  z-index: -1 !important;
}

.is-z-1 {
  z-index: 10 !important;
}

.is-z-2 {
  z-index: 20 !important;
}

.is-z-3 {
  z-index: 30 !important;
}

.is-z-top {
  z-index: 9999 !important;
}

.pt0 {
  padding-top: 0;
}

.mt0 {
  margin-top: 0;
}

.pr0 {
  padding-right: 0;
}

.mr0 {
  margin-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.ml0 {
  margin-left: 0;
}

.p0 {
  padding: 0;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.ph0 {
  padding-right: 0;
  padding-left: 0;
}

.m0 {
  margin: 0;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mh0 {
  margin-right: 0;
  margin-left: 0;
}

.pt1 {
  padding-top: 1rem;
}

.mt1 {
  margin-top: 1rem;
}

.pr1 {
  padding-right: 1rem;
}

.mr1 {
  margin-right: 1rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.pl1 {
  padding-left: 1rem;
}

.ml1 {
  margin-left: 1rem;
}

.p1 {
  padding: 1rem;
}

.pv1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ph1 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.m1 {
  margin: 1rem;
}

.mv1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mh1 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.mt2 {
  margin-top: 2rem;
}

.pr2 {
  padding-right: 2rem;
}

.mr2 {
  margin-right: 2rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.pl2 {
  padding-left: 2rem;
}

.ml2 {
  margin-left: 2rem;
}

.p2 {
  padding: 2rem;
}

.pv2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ph2 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.m2 {
  margin: 2rem;
}

.mv2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mh2 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.mt3 {
  margin-top: 3rem;
}

.pr3 {
  padding-right: 3rem;
}

.mr3 {
  margin-right: 3rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.pl3 {
  padding-left: 3rem;
}

.ml3 {
  margin-left: 3rem;
}

.p3 {
  padding: 3rem;
}

.pv3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ph3 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.m3 {
  margin: 3rem;
}

.mv3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mh3 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.mt4 {
  margin-top: 4rem;
}

.pr4 {
  padding-right: 4rem;
}

.mr4 {
  margin-right: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.pl4 {
  padding-left: 4rem;
}

.ml4 {
  margin-left: 4rem;
}

.p4 {
  padding: 4rem;
}

.pv4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ph4 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.m4 {
  margin: 4rem;
}

.mv4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mh4 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.pt8 {
  padding-top: 8rem;
}

.mt8 {
  margin-top: 8rem;
}

.pr8 {
  padding-right: 8rem;
}

.mr8 {
  margin-right: 8rem;
}

.pb8 {
  padding-bottom: 8rem;
}

.mb8 {
  margin-bottom: 8rem;
}

.pl8 {
  padding-left: 8rem;
}

.ml8 {
  margin-left: 8rem;
}

.p8 {
  padding: 8rem;
}

.pv8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.ph8 {
  padding-right: 8rem;
  padding-left: 8rem;
}

.m8 {
  margin: 8rem;
}

.mv8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mh8 {
  margin-right: 8rem;
  margin-left: 8rem;
}

.is-seo-hidden {
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}

.is-hidden {
  display: none !important;
}

.is-font-sans {
  font-family: "Rubik", Helevetica, Arial, sans-serif !important;
}

.is-font-serif {
  font-family: "Alegreya Sans", "Rubik", Helvetica, Arial, sans-serif !important;
}

.is-font-headings {
  font-family: "Rubik", Helevetica, Arial, sans-serif !important;
}

.is-font-base {
  font-family: "Alegreya Sans", "Rubik", Helvetica, Arial, sans-serif !important;
}

.has-text-left {
  text-align: left;
}

.has-text-right {
  text-align: right;
}

.has-text-center {
  text-align: center;
}

.has-text-weight-100 {
  font-weight: 100 !important;
}

.has-text-weight-200 {
  font-weight: 200 !important;
}

.has-text-weight-300 {
  font-weight: 300 !important;
}

.has-text-weight-400 {
  font-weight: 400 !important;
}

.has-text-weight-500 {
  font-weight: 500 !important;
}

.has-text-weight-600 {
  font-weight: 600 !important;
}

.has-text-weight-700 {
  font-weight: 700 !important;
}

.has-text-weight-800 {
  font-weight: 800 !important;
}

.has-text-weight-900 {
  font-weight: 900 !important;
}

.has-leading-0 {
  line-height: 1;
}

.has-leading-1 {
  line-height: 1.2;
}

.has-leading-2 {
  line-height: 1.4;
}

.has-leading-3 {
  line-height: 1.8;
}

.has-text-normal {
  font-style: normal !important;
}

.has-text-italic {
  font-style: italic !important;
}

.is-size-1 {
  font-size: 4.25rem;
}

.is-size-2 {
  font-size: 2.25rem;
}

.is-size-3 {
  font-size: 1.75rem;
}

.is-size-4 {
  font-size: 1.25rem;
}

.is-size-5 {
  font-size: 1.125rem;
}

.is-size-6 {
  font-size: 1rem;
}

.is-size-7 {
  font-size: 0.75rem;
}

.is-size-8 {
  font-size: 0.65rem;
}

.has-text-white,
.has-text-white-hover:hover {
  color: white !important;
}

.has-bg-white,
.has-bg-white-hover:hover {
  background-color: white !important;
}

.has-text-offwhite,
.has-text-offwhite-hover:hover {
  color: #f7f7f7 !important;
}

.has-bg-offwhite,
.has-bg-offwhite-hover:hover {
  background-color: #f7f7f7 !important;
}

.has-text-extralight,
.has-text-extralight-hover:hover {
  color: #e8e8e8 !important;
}

.has-bg-extralight,
.has-bg-extralight-hover:hover {
  background-color: #e8e8e8 !important;
}

.has-text-light,
.has-text-light-hover:hover {
  color: #b3b3b3 !important;
}

.has-bg-light,
.has-bg-light-hover:hover {
  background-color: #b3b3b3 !important;
}

.has-text-grey,
.has-text-grey-hover:hover {
  color: gray !important;
}

.has-bg-grey,
.has-bg-grey-hover:hover {
  background-color: gray !important;
}

.has-text-black,
.has-text-black-hover:hover {
  color: black !important;
}

.has-bg-black,
.has-bg-black-hover:hover {
  background-color: black !important;
}

.has-text-accent,
.has-text-accent-hover:hover {
  color: #7fa489 !important;
}

.has-bg-accent,
.has-bg-accent-hover:hover {
  background-color: #7fa489 !important;
}

.has-text-accent-light,
.has-text-accent-light-hover:hover {
  color: #cef3d8 !important;
}

.has-bg-accent-light,
.has-bg-accent-light-hover:hover {
  background-color: #cef3d8 !important;
}

.has-text-primary,
.has-text-primary-hover:hover {
  color: #45435b !important;
}

.has-bg-primary,
.has-bg-primary-hover:hover {
  background-color: #45435b !important;
}

.has-text-tertiary,
.has-text-tertiary-hover:hover {
  color: #cbe7d4 !important;
}

.has-bg-tertiary,
.has-bg-tertiary-hover:hover {
  background-color: #cbe7d4 !important;
}

.has-border-top-white {
  border-top: 1px solid white;
}

.has-border-white {
  border: 1px solid white;
}

.has-border-left-white {
  border-left: 1px solid white;
}

.has-border-white {
  border: 1px solid white;
}

.has-border-bottom-white {
  border-bottom: 1px solid white;
}

.has-border-white {
  border: 1px solid white;
}

.has-border-right-white {
  border-right: 1px solid white;
}

.has-border-white {
  border: 1px solid white;
}

.has-border-top-offwhite {
  border-top: 1px solid #f7f7f7;
}

.has-border-offwhite {
  border: 1px solid #f7f7f7;
}

.has-border-left-offwhite {
  border-left: 1px solid #f7f7f7;
}

.has-border-offwhite {
  border: 1px solid #f7f7f7;
}

.has-border-bottom-offwhite {
  border-bottom: 1px solid #f7f7f7;
}

.has-border-offwhite {
  border: 1px solid #f7f7f7;
}

.has-border-right-offwhite {
  border-right: 1px solid #f7f7f7;
}

.has-border-offwhite {
  border: 1px solid #f7f7f7;
}

.has-border-top-extralight {
  border-top: 1px solid #e8e8e8;
}

.has-border-extralight {
  border: 1px solid #e8e8e8;
}

.has-border-left-extralight {
  border-left: 1px solid #e8e8e8;
}

.has-border-extralight {
  border: 1px solid #e8e8e8;
}

.has-border-bottom-extralight {
  border-bottom: 1px solid #e8e8e8;
}

.has-border-extralight {
  border: 1px solid #e8e8e8;
}

.has-border-right-extralight {
  border-right: 1px solid #e8e8e8;
}

.has-border-extralight {
  border: 1px solid #e8e8e8;
}

.has-border-top-light {
  border-top: 1px solid #b3b3b3;
}

.has-border-light {
  border: 1px solid #b3b3b3;
}

.has-border-left-light {
  border-left: 1px solid #b3b3b3;
}

.has-border-light {
  border: 1px solid #b3b3b3;
}

.has-border-bottom-light {
  border-bottom: 1px solid #b3b3b3;
}

.has-border-light {
  border: 1px solid #b3b3b3;
}

.has-border-right-light {
  border-right: 1px solid #b3b3b3;
}

.has-border-light {
  border: 1px solid #b3b3b3;
}

.has-border-top-grey {
  border-top: 1px solid gray;
}

.has-border-grey {
  border: 1px solid gray;
}

.has-border-left-grey {
  border-left: 1px solid gray;
}

.has-border-grey {
  border: 1px solid gray;
}

.has-border-bottom-grey {
  border-bottom: 1px solid gray;
}

.has-border-grey {
  border: 1px solid gray;
}

.has-border-right-grey {
  border-right: 1px solid gray;
}

.has-border-grey {
  border: 1px solid gray;
}

.has-border-top-black {
  border-top: 1px solid black;
}

.has-border-black {
  border: 1px solid black;
}

.has-border-left-black {
  border-left: 1px solid black;
}

.has-border-black {
  border: 1px solid black;
}

.has-border-bottom-black {
  border-bottom: 1px solid black;
}

.has-border-black {
  border: 1px solid black;
}

.has-border-right-black {
  border-right: 1px solid black;
}

.has-border-black {
  border: 1px solid black;
}

.has-border-top-accent {
  border-top: 1px solid #7fa489;
}

.has-border-accent {
  border: 1px solid #7fa489;
}

.has-border-left-accent {
  border-left: 1px solid #7fa489;
}

.has-border-accent {
  border: 1px solid #7fa489;
}

.has-border-bottom-accent {
  border-bottom: 1px solid #7fa489;
}

.has-border-accent {
  border: 1px solid #7fa489;
}

.has-border-right-accent {
  border-right: 1px solid #7fa489;
}

.has-border-accent {
  border: 1px solid #7fa489;
}

.has-border-top-accent-light {
  border-top: 1px solid #cef3d8;
}

.has-border-accent-light {
  border: 1px solid #cef3d8;
}

.has-border-left-accent-light {
  border-left: 1px solid #cef3d8;
}

.has-border-accent-light {
  border: 1px solid #cef3d8;
}

.has-border-bottom-accent-light {
  border-bottom: 1px solid #cef3d8;
}

.has-border-accent-light {
  border: 1px solid #cef3d8;
}

.has-border-right-accent-light {
  border-right: 1px solid #cef3d8;
}

.has-border-accent-light {
  border: 1px solid #cef3d8;
}

.has-border-top-primary {
  border-top: 1px solid #45435b;
}

.has-border-primary {
  border: 1px solid #45435b;
}

.has-border-left-primary {
  border-left: 1px solid #45435b;
}

.has-border-primary {
  border: 1px solid #45435b;
}

.has-border-bottom-primary {
  border-bottom: 1px solid #45435b;
}

.has-border-primary {
  border: 1px solid #45435b;
}

.has-border-right-primary {
  border-right: 1px solid #45435b;
}

.has-border-primary {
  border: 1px solid #45435b;
}

.has-border-top-tertiary {
  border-top: 1px solid #cbe7d4;
}

.has-border-tertiary {
  border: 1px solid #cbe7d4;
}

.has-border-left-tertiary {
  border-left: 1px solid #cbe7d4;
}

.has-border-tertiary {
  border: 1px solid #cbe7d4;
}

.has-border-bottom-tertiary {
  border-bottom: 1px solid #cbe7d4;
}

.has-border-tertiary {
  border: 1px solid #cbe7d4;
}

.has-border-right-tertiary {
  border-right: 1px solid #cbe7d4;
}

.has-border-tertiary {
  border: 1px solid #cbe7d4;
}

.has-border-medium {
  border-width: 2px;
}

.has-border-top-medium {
  border-top-width: 2px;
}

.has-border-left-medium {
  border-left-width: 2px;
}

.has-border-bottom-medium {
  border-bottom-width: 2px;
}

.has-border-right-medium {
  border-right-width: 2px;
}

.has-border-large {
  border-width: 4px;
}

.has-border-top-large {
  border-top-width: 4px;
}

.has-border-left-large {
  border-left-width: 4px;
}

.has-border-bottom-large {
  border-bottom-width: 4px;
}

.has-border-right-large {
  border-right-width: 4px;
}

.is-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.is-flex.is-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.is-flex.is-centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.is-flex.is-justified {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-flex.is-spread {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.is-flex .is-narrow {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.is-flex .is-expanded {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  font-size: 16px;
  color: #262626;
  background: none;
}

body {
  line-height: 1.8;
  font-family: "Rubik", Helevetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #45435b;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

small,
.is-small {
  font-size: 0.75rem !important;
}

strong,
.is-strong {
  font-weight: bold !important;
}

em,
.is-em {
  font-style: italic !important;
}

figure {
  max-width: 100%;
}

figure img {
  display: block;
  margin: 0 auto;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

svg {
  height: auto;
  width: 100%;
}

a {
  color: #999999;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  color: #595959;
}

li {
  margin: .25rem 0;
}

ul.is-unstyled,
ul.is-inline,
ol.is-unstyled,
ol.is-inline {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

ul.is-inline li,
ol.is-inline li {
  display: inline-block;
  margin: .5em 0;
}

ul.is-inline li + li,
ol.is-inline li + li {
  margin-left: .5em;
}

form {
  margin: 2rem 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="number"],
textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
input[type="number"]:focus,
textarea:focus {
  background: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  background-color: black;
  color: white;
}

label {
  cursor: pointer;
}

label:not(.checkbox) {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 400;
  color: gray;
}

.form-group:not(:last-of-type) {
  margin-bottom: 2rem;
}

.button {
  display: inline-block;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f2f2f2;
}

.button:hover {
  background: #cccccc;
  color: #45435b;
}

.button.is-small {
  padding: 0.4em 0.8em;
}

.button.is-white {
  background-color: white;
}

.button.is-white-hover:hover {
  background-color: white;
}

.button.is-offwhite {
  background-color: #f7f7f7;
}

.button.is-offwhite-hover:hover {
  background-color: #f7f7f7;
}

.button.is-extralight {
  background-color: #e8e8e8;
}

.button.is-extralight-hover:hover {
  background-color: #e8e8e8;
}

.button.is-light {
  background-color: #b3b3b3;
}

.button.is-light-hover:hover {
  background-color: #b3b3b3;
}

.button.is-grey {
  background-color: gray;
}

.button.is-grey-hover:hover {
  background-color: gray;
}

.button.is-black {
  background-color: black;
}

.button.is-black-hover:hover {
  background-color: black;
}

.button.is-accent {
  background-color: #7fa489;
}

.button.is-accent-hover:hover {
  background-color: #7fa489;
}

.button.is-accent-light {
  background-color: #cef3d8;
}

.button.is-accent-light-hover:hover {
  background-color: #cef3d8;
}

.button.is-primary {
  background-color: #45435b;
}

.button.is-primary-hover:hover {
  background-color: #45435b;
}

.button.is-tertiary {
  background-color: #cbe7d4;
}

.button.is-tertiary-hover:hover {
  background-color: #cbe7d4;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns {
  margin-left: -16px;
  margin-right: -16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column {
  padding-left: 16px;
  padding-right: 16px;
}

.is-1 {
  width: 8.33333%;
}

.column.is-1 {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-1 {
  margin-left: 8.33333%;
}

.is-2 {
  width: 16.66667%;
}

.column.is-2 {
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-2 {
  margin-left: 16.66667%;
}

.is-3 {
  width: 25%;
}

.column.is-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-3 {
  margin-left: 25%;
}

.is-4 {
  width: 33.33333%;
}

.column.is-4 {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-4 {
  margin-left: 33.33333%;
}

.is-5 {
  width: 41.66667%;
}

.column.is-5 {
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-5 {
  margin-left: 41.66667%;
}

.is-6 {
  width: 50%;
}

.column.is-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-6 {
  margin-left: 50%;
}

.is-7 {
  width: 58.33333%;
}

.column.is-7 {
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-7 {
  margin-left: 58.33333%;
}

.is-8 {
  width: 66.66667%;
}

.column.is-8 {
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-8 {
  margin-left: 66.66667%;
}

.is-9 {
  width: 75%;
}

.column.is-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-9 {
  margin-left: 75%;
}

.is-10 {
  width: 83.33333%;
}

.column.is-10 {
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-10 {
  margin-left: 83.33333%;
}

.is-11 {
  width: 91.66667%;
}

.column.is-11 {
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-11 {
  margin-left: 91.66667%;
}

.is-12 {
  width: 100%;
}

.column.is-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-offset-12 {
  margin-left: 100%;
}

.content p,
.content dl,
.content ol,
.content ul,
.content blockquote,
.content pre,
.content table,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  max-width: 38rem;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content h1:not(:last-child),
.content h2:not(:last-child),
.content h3:not(:last-child),
.content h4:not(:last-child),
.content h5:not(:last-child),
.content h6:not(:last-child) {
  margin-bottom: 1.75rem;
}

.content h1 {
  font-size: 4.25rem;
}

.content h2 {
  font-size: 2.25rem;
}

.content h3 {
  font-size: 1.75rem;
}

.content h4 {
  font-size: 1.25rem;
}

.content h5 {
  font-size: 1.125rem;
}

.content h6 {
  font-size: 1rem;
}

.content h2 {
  color: #7fa489;
}

.content h2:not(:first-child) {
  margin-top: 6rem;
}

.content h3:not(:first-child) {
  margin-top: 4.5rem;
}

.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.content blockquote {
  background-color: #f7f7f7;
}

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
}

.content ul {
  margin-left: 0;
  padding-left: 1rem;
  list-style: disc outside;
}

.content ul ul {
  list-style-type: circle;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
}

.content code {
  display: inline-block;
  font-size: .85em;
  padding: .25em .6em;
  line-height: 1.2;
}

.content table {
  min-width: 75%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", Helevetica, Arial, sans-serif;
}

.content p,
.content dl,
.content ol,
.content ul,
.content blockquote,
.content pre,
.content table {
  font-family: "Alegreya Sans", "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.content figure,
.content blockquote,
.content .embed-container {
  margin-left: -2rem !important;
}

.content figure code {
  width: 100%;
  text-align: left;
  padding: 2rem;
  line-height: 1.4;
}

.content .embed-container:not(:last-child) {
  margin-bottom: 2.625rem;
}

.content .embed-container:not(:first-child) {
  margin-top: 2.625rem;
}

.content blockquote {
  padding: 0 2rem;
  margin: 4rem 0;
  background-color: transparent;
  border-left: 1px solid #7fa489;
  color: #7fa489;
  font-size: 1.75rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 48rem;
}

.content blockquote p {
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

.is-link-wrapper {
  color: inherit;
}

.is-tracked-caps,
.content h3 {
  text-transform: uppercase;
  letter-spacing: 0.2125em;
}

.container-pad {
  padding-left: 8rem;
  padding-right: 8rem;
}

.is-fixed {
  top: 0;
  left: 0;
}

.content h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

.content figure {
  margin-left: 0;
  margin-right: 0;
}

.content figcaption {
  font-size: 0.75rem;
  text-align: right;
  color: #7fa489;
}

.min-vh {
  min-height: 100vh;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
}

.columns.is-gapless .column {
  padding-left: 0;
  padding-right: 0;
}

.tags .tag {
  margin-right: .5rem;
}

.button.btn-small {
  padding: 0.4em 0.8em;
}

.columns.is-centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.is-unstyled {
  list-style: none !important;
}

@media screen and (min-width: 480px) {
  .is-relative-sm {
    position: relative !important;
  }

  .is-absolute-sm {
    position: absolute !important;
  }

  .is-fixed-sm {
    position: fixed !important;
  }

  .is-block-sm {
    display: block !important;
  }

  .is-inline-block-sm {
    display: inline-block !important;
  }

  .pt0-sm {
    padding-top: 0;
  }

  .mt0-sm {
    margin-top: 0;
  }

  .pr0-sm {
    padding-right: 0;
  }

  .mr0-sm {
    margin-right: 0;
  }

  .pb0-sm {
    padding-bottom: 0;
  }

  .mb0-sm {
    margin-bottom: 0;
  }

  .pl0-sm {
    padding-left: 0;
  }

  .ml0-sm {
    margin-left: 0;
  }

  .p0-sm {
    padding: 0;
  }

  .pv0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ph0-sm {
    padding-right: 0;
    padding-left: 0;
  }

  .m0-sm {
    margin: 0;
  }

  .mv0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mh0-sm {
    margin-right: 0;
    margin-left: 0;
  }

  .pt1-sm {
    padding-top: 1rem;
  }

  .mt1-sm {
    margin-top: 1rem;
  }

  .pr1-sm {
    padding-right: 1rem;
  }

  .mr1-sm {
    margin-right: 1rem;
  }

  .pb1-sm {
    padding-bottom: 1rem;
  }

  .mb1-sm {
    margin-bottom: 1rem;
  }

  .pl1-sm {
    padding-left: 1rem;
  }

  .ml1-sm {
    margin-left: 1rem;
  }

  .p1-sm {
    padding: 1rem;
  }

  .pv1-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ph1-sm {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .m1-sm {
    margin: 1rem;
  }

  .mv1-sm {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mh1-sm {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .pt2-sm {
    padding-top: 2rem;
  }

  .mt2-sm {
    margin-top: 2rem;
  }

  .pr2-sm {
    padding-right: 2rem;
  }

  .mr2-sm {
    margin-right: 2rem;
  }

  .pb2-sm {
    padding-bottom: 2rem;
  }

  .mb2-sm {
    margin-bottom: 2rem;
  }

  .pl2-sm {
    padding-left: 2rem;
  }

  .ml2-sm {
    margin-left: 2rem;
  }

  .p2-sm {
    padding: 2rem;
  }

  .pv2-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ph2-sm {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .m2-sm {
    margin: 2rem;
  }

  .mv2-sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mh2-sm {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .pt3-sm {
    padding-top: 3rem;
  }

  .mt3-sm {
    margin-top: 3rem;
  }

  .pr3-sm {
    padding-right: 3rem;
  }

  .mr3-sm {
    margin-right: 3rem;
  }

  .pb3-sm {
    padding-bottom: 3rem;
  }

  .mb3-sm {
    margin-bottom: 3rem;
  }

  .pl3-sm {
    padding-left: 3rem;
  }

  .ml3-sm {
    margin-left: 3rem;
  }

  .p3-sm {
    padding: 3rem;
  }

  .pv3-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ph3-sm {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .m3-sm {
    margin: 3rem;
  }

  .mv3-sm {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mh3-sm {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .pt4-sm {
    padding-top: 4rem;
  }

  .mt4-sm {
    margin-top: 4rem;
  }

  .pr4-sm {
    padding-right: 4rem;
  }

  .mr4-sm {
    margin-right: 4rem;
  }

  .pb4-sm {
    padding-bottom: 4rem;
  }

  .mb4-sm {
    margin-bottom: 4rem;
  }

  .pl4-sm {
    padding-left: 4rem;
  }

  .ml4-sm {
    margin-left: 4rem;
  }

  .p4-sm {
    padding: 4rem;
  }

  .pv4-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ph4-sm {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .m4-sm {
    margin: 4rem;
  }

  .mv4-sm {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mh4-sm {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .pt8-sm {
    padding-top: 8rem;
  }

  .mt8-sm {
    margin-top: 8rem;
  }

  .pr8-sm {
    padding-right: 8rem;
  }

  .mr8-sm {
    margin-right: 8rem;
  }

  .pb8-sm {
    padding-bottom: 8rem;
  }

  .mb8-sm {
    margin-bottom: 8rem;
  }

  .pl8-sm {
    padding-left: 8rem;
  }

  .ml8-sm {
    margin-left: 8rem;
  }

  .p8-sm {
    padding: 8rem;
  }

  .pv8-sm {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .ph8-sm {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .m8-sm {
    margin: 8rem;
  }

  .mv8-sm {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mh8-sm {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .is-hidden-sm {
    display: none !important;
  }

  .has-text-left-sm {
    text-align: left;
  }

  .has-text-right-sm {
    text-align: right;
  }

  .has-text-center-sm {
    text-align: center;
  }

  .is-size-1-sm {
    font-size: 4.25rem;
  }

  .is-size-2-sm {
    font-size: 2.25rem;
  }

  .is-size-3-sm {
    font-size: 1.75rem;
  }

  .is-size-4-sm {
    font-size: 1.25rem;
  }

  .is-size-5-sm {
    font-size: 1.125rem;
  }

  .is-size-6-sm {
    font-size: 1rem;
  }

  .is-size-7-sm {
    font-size: 0.75rem;
  }

  .is-size-8-sm {
    font-size: 0.65rem;
  }

  .is-flex-sm {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-flex-sm.is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .is-flex-sm.is-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .is-flex-sm.is-justified {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-flex-sm.is-spread {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .is-flex-sm .is-narrow {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .is-flex-sm .is-expanded {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .is-1-sm {
    width: 8.33333%;
  }

  .column.is-1-sm {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-1-sm {
    margin-left: 8.33333%;
  }

  .is-2-sm {
    width: 16.66667%;
  }

  .column.is-2-sm {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-2-sm {
    margin-left: 16.66667%;
  }

  .is-3-sm {
    width: 25%;
  }

  .column.is-3-sm {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-3-sm {
    margin-left: 25%;
  }

  .is-4-sm {
    width: 33.33333%;
  }

  .column.is-4-sm {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-4-sm {
    margin-left: 33.33333%;
  }

  .is-5-sm {
    width: 41.66667%;
  }

  .column.is-5-sm {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-5-sm {
    margin-left: 41.66667%;
  }

  .is-6-sm {
    width: 50%;
  }

  .column.is-6-sm {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-6-sm {
    margin-left: 50%;
  }

  .is-7-sm {
    width: 58.33333%;
  }

  .column.is-7-sm {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-7-sm {
    margin-left: 58.33333%;
  }

  .is-8-sm {
    width: 66.66667%;
  }

  .column.is-8-sm {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-8-sm {
    margin-left: 66.66667%;
  }

  .is-9-sm {
    width: 75%;
  }

  .column.is-9-sm {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-9-sm {
    margin-left: 75%;
  }

  .is-10-sm {
    width: 83.33333%;
  }

  .column.is-10-sm {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-10-sm {
    margin-left: 83.33333%;
  }

  .is-11-sm {
    width: 91.66667%;
  }

  .column.is-11-sm {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-11-sm {
    margin-left: 91.66667%;
  }

  .is-12-sm {
    width: 100%;
  }

  .column.is-12-sm {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-12-sm {
    margin-left: 100%;
  }
}

@media screen and (min-width: 720px) {
  .is-relative-md {
    position: relative !important;
  }

  .is-absolute-md {
    position: absolute !important;
  }

  .is-fixed-md {
    position: fixed !important;
  }

  .is-block-md {
    display: block !important;
  }

  .is-inline-block-md {
    display: inline-block !important;
  }

  .pt0-md {
    padding-top: 0;
  }

  .mt0-md {
    margin-top: 0;
  }

  .pr0-md {
    padding-right: 0;
  }

  .mr0-md {
    margin-right: 0;
  }

  .pb0-md {
    padding-bottom: 0;
  }

  .mb0-md {
    margin-bottom: 0;
  }

  .pl0-md {
    padding-left: 0;
  }

  .ml0-md {
    margin-left: 0;
  }

  .p0-md {
    padding: 0;
  }

  .pv0-md {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ph0-md {
    padding-right: 0;
    padding-left: 0;
  }

  .m0-md {
    margin: 0;
  }

  .mv0-md {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mh0-md {
    margin-right: 0;
    margin-left: 0;
  }

  .pt1-md {
    padding-top: 1rem;
  }

  .mt1-md {
    margin-top: 1rem;
  }

  .pr1-md {
    padding-right: 1rem;
  }

  .mr1-md {
    margin-right: 1rem;
  }

  .pb1-md {
    padding-bottom: 1rem;
  }

  .mb1-md {
    margin-bottom: 1rem;
  }

  .pl1-md {
    padding-left: 1rem;
  }

  .ml1-md {
    margin-left: 1rem;
  }

  .p1-md {
    padding: 1rem;
  }

  .pv1-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ph1-md {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .m1-md {
    margin: 1rem;
  }

  .mv1-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mh1-md {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .pt2-md {
    padding-top: 2rem;
  }

  .mt2-md {
    margin-top: 2rem;
  }

  .pr2-md {
    padding-right: 2rem;
  }

  .mr2-md {
    margin-right: 2rem;
  }

  .pb2-md {
    padding-bottom: 2rem;
  }

  .mb2-md {
    margin-bottom: 2rem;
  }

  .pl2-md {
    padding-left: 2rem;
  }

  .ml2-md {
    margin-left: 2rem;
  }

  .p2-md {
    padding: 2rem;
  }

  .pv2-md {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ph2-md {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .m2-md {
    margin: 2rem;
  }

  .mv2-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mh2-md {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .pt3-md {
    padding-top: 3rem;
  }

  .mt3-md {
    margin-top: 3rem;
  }

  .pr3-md {
    padding-right: 3rem;
  }

  .mr3-md {
    margin-right: 3rem;
  }

  .pb3-md {
    padding-bottom: 3rem;
  }

  .mb3-md {
    margin-bottom: 3rem;
  }

  .pl3-md {
    padding-left: 3rem;
  }

  .ml3-md {
    margin-left: 3rem;
  }

  .p3-md {
    padding: 3rem;
  }

  .pv3-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ph3-md {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .m3-md {
    margin: 3rem;
  }

  .mv3-md {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mh3-md {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .pt4-md {
    padding-top: 4rem;
  }

  .mt4-md {
    margin-top: 4rem;
  }

  .pr4-md {
    padding-right: 4rem;
  }

  .mr4-md {
    margin-right: 4rem;
  }

  .pb4-md {
    padding-bottom: 4rem;
  }

  .mb4-md {
    margin-bottom: 4rem;
  }

  .pl4-md {
    padding-left: 4rem;
  }

  .ml4-md {
    margin-left: 4rem;
  }

  .p4-md {
    padding: 4rem;
  }

  .pv4-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ph4-md {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .m4-md {
    margin: 4rem;
  }

  .mv4-md {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mh4-md {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .pt8-md {
    padding-top: 8rem;
  }

  .mt8-md {
    margin-top: 8rem;
  }

  .pr8-md {
    padding-right: 8rem;
  }

  .mr8-md {
    margin-right: 8rem;
  }

  .pb8-md {
    padding-bottom: 8rem;
  }

  .mb8-md {
    margin-bottom: 8rem;
  }

  .pl8-md {
    padding-left: 8rem;
  }

  .ml8-md {
    margin-left: 8rem;
  }

  .p8-md {
    padding: 8rem;
  }

  .pv8-md {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .ph8-md {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .m8-md {
    margin: 8rem;
  }

  .mv8-md {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mh8-md {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .is-hidden-md {
    display: none !important;
  }

  .has-text-left-md {
    text-align: left;
  }

  .has-text-right-md {
    text-align: right;
  }

  .has-text-center-md {
    text-align: center;
  }

  .is-size-1-md {
    font-size: 4.25rem;
  }

  .is-size-2-md {
    font-size: 2.25rem;
  }

  .is-size-3-md {
    font-size: 1.75rem;
  }

  .is-size-4-md {
    font-size: 1.25rem;
  }

  .is-size-5-md {
    font-size: 1.125rem;
  }

  .is-size-6-md {
    font-size: 1rem;
  }

  .is-size-7-md {
    font-size: 0.75rem;
  }

  .is-size-8-md {
    font-size: 0.65rem;
  }

  .is-flex-md {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-flex-md.is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .is-flex-md.is-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .is-flex-md.is-justified {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-flex-md.is-spread {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .is-flex-md .is-narrow {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .is-flex-md .is-expanded {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .is-1-md {
    width: 8.33333%;
  }

  .column.is-1-md {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-1-md {
    margin-left: 8.33333%;
  }

  .is-2-md {
    width: 16.66667%;
  }

  .column.is-2-md {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-2-md {
    margin-left: 16.66667%;
  }

  .is-3-md {
    width: 25%;
  }

  .column.is-3-md {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-3-md {
    margin-left: 25%;
  }

  .is-4-md {
    width: 33.33333%;
  }

  .column.is-4-md {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-4-md {
    margin-left: 33.33333%;
  }

  .is-5-md {
    width: 41.66667%;
  }

  .column.is-5-md {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-5-md {
    margin-left: 41.66667%;
  }

  .is-6-md {
    width: 50%;
  }

  .column.is-6-md {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-6-md {
    margin-left: 50%;
  }

  .is-7-md {
    width: 58.33333%;
  }

  .column.is-7-md {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-7-md {
    margin-left: 58.33333%;
  }

  .is-8-md {
    width: 66.66667%;
  }

  .column.is-8-md {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-8-md {
    margin-left: 66.66667%;
  }

  .is-9-md {
    width: 75%;
  }

  .column.is-9-md {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-9-md {
    margin-left: 75%;
  }

  .is-10-md {
    width: 83.33333%;
  }

  .column.is-10-md {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-10-md {
    margin-left: 83.33333%;
  }

  .is-11-md {
    width: 91.66667%;
  }

  .column.is-11-md {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-11-md {
    margin-left: 91.66667%;
  }

  .is-12-md {
    width: 100%;
  }

  .column.is-12-md {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-12-md {
    margin-left: 100%;
  }
}

@media screen and (min-width: 784px) {
  .container {
    width: 100%;
    max-width: 720px;
  }
}

@media screen and (min-width: 960px) {
  .is-relative-lg {
    position: relative !important;
  }

  .is-absolute-lg {
    position: absolute !important;
  }

  .is-fixed-lg {
    position: fixed !important;
  }

  .is-block-lg {
    display: block !important;
  }

  .is-inline-block-lg {
    display: inline-block !important;
  }

  .pt0-lg {
    padding-top: 0;
  }

  .mt0-lg {
    margin-top: 0;
  }

  .pr0-lg {
    padding-right: 0;
  }

  .mr0-lg {
    margin-right: 0;
  }

  .pb0-lg {
    padding-bottom: 0;
  }

  .mb0-lg {
    margin-bottom: 0;
  }

  .pl0-lg {
    padding-left: 0;
  }

  .ml0-lg {
    margin-left: 0;
  }

  .p0-lg {
    padding: 0;
  }

  .pv0-lg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ph0-lg {
    padding-right: 0;
    padding-left: 0;
  }

  .m0-lg {
    margin: 0;
  }

  .mv0-lg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mh0-lg {
    margin-right: 0;
    margin-left: 0;
  }

  .pt1-lg {
    padding-top: 1rem;
  }

  .mt1-lg {
    margin-top: 1rem;
  }

  .pr1-lg {
    padding-right: 1rem;
  }

  .mr1-lg {
    margin-right: 1rem;
  }

  .pb1-lg {
    padding-bottom: 1rem;
  }

  .mb1-lg {
    margin-bottom: 1rem;
  }

  .pl1-lg {
    padding-left: 1rem;
  }

  .ml1-lg {
    margin-left: 1rem;
  }

  .p1-lg {
    padding: 1rem;
  }

  .pv1-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ph1-lg {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .m1-lg {
    margin: 1rem;
  }

  .mv1-lg {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mh1-lg {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .pt2-lg {
    padding-top: 2rem;
  }

  .mt2-lg {
    margin-top: 2rem;
  }

  .pr2-lg {
    padding-right: 2rem;
  }

  .mr2-lg {
    margin-right: 2rem;
  }

  .pb2-lg {
    padding-bottom: 2rem;
  }

  .mb2-lg {
    margin-bottom: 2rem;
  }

  .pl2-lg {
    padding-left: 2rem;
  }

  .ml2-lg {
    margin-left: 2rem;
  }

  .p2-lg {
    padding: 2rem;
  }

  .pv2-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ph2-lg {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .m2-lg {
    margin: 2rem;
  }

  .mv2-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mh2-lg {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .pt3-lg {
    padding-top: 3rem;
  }

  .mt3-lg {
    margin-top: 3rem;
  }

  .pr3-lg {
    padding-right: 3rem;
  }

  .mr3-lg {
    margin-right: 3rem;
  }

  .pb3-lg {
    padding-bottom: 3rem;
  }

  .mb3-lg {
    margin-bottom: 3rem;
  }

  .pl3-lg {
    padding-left: 3rem;
  }

  .ml3-lg {
    margin-left: 3rem;
  }

  .p3-lg {
    padding: 3rem;
  }

  .pv3-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ph3-lg {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .m3-lg {
    margin: 3rem;
  }

  .mv3-lg {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mh3-lg {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .pt4-lg {
    padding-top: 4rem;
  }

  .mt4-lg {
    margin-top: 4rem;
  }

  .pr4-lg {
    padding-right: 4rem;
  }

  .mr4-lg {
    margin-right: 4rem;
  }

  .pb4-lg {
    padding-bottom: 4rem;
  }

  .mb4-lg {
    margin-bottom: 4rem;
  }

  .pl4-lg {
    padding-left: 4rem;
  }

  .ml4-lg {
    margin-left: 4rem;
  }

  .p4-lg {
    padding: 4rem;
  }

  .pv4-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ph4-lg {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .m4-lg {
    margin: 4rem;
  }

  .mv4-lg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mh4-lg {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .pt8-lg {
    padding-top: 8rem;
  }

  .mt8-lg {
    margin-top: 8rem;
  }

  .pr8-lg {
    padding-right: 8rem;
  }

  .mr8-lg {
    margin-right: 8rem;
  }

  .pb8-lg {
    padding-bottom: 8rem;
  }

  .mb8-lg {
    margin-bottom: 8rem;
  }

  .pl8-lg {
    padding-left: 8rem;
  }

  .ml8-lg {
    margin-left: 8rem;
  }

  .p8-lg {
    padding: 8rem;
  }

  .pv8-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .ph8-lg {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .m8-lg {
    margin: 8rem;
  }

  .mv8-lg {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mh8-lg {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .is-hidden-lg {
    display: none !important;
  }

  .has-text-left-lg {
    text-align: left;
  }

  .has-text-right-lg {
    text-align: right;
  }

  .has-text-center-lg {
    text-align: center;
  }

  .is-size-1-lg {
    font-size: 4.25rem;
  }

  .is-size-2-lg {
    font-size: 2.25rem;
  }

  .is-size-3-lg {
    font-size: 1.75rem;
  }

  .is-size-4-lg {
    font-size: 1.25rem;
  }

  .is-size-5-lg {
    font-size: 1.125rem;
  }

  .is-size-6-lg {
    font-size: 1rem;
  }

  .is-size-7-lg {
    font-size: 0.75rem;
  }

  .is-size-8-lg {
    font-size: 0.65rem;
  }

  .is-flex-lg {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-flex-lg.is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .is-flex-lg.is-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .is-flex-lg.is-justified {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-flex-lg.is-spread {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .is-flex-lg .is-narrow {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .is-flex-lg .is-expanded {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .is-1-lg {
    width: 8.33333%;
  }

  .column.is-1-lg {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-1-lg {
    margin-left: 8.33333%;
  }

  .is-2-lg {
    width: 16.66667%;
  }

  .column.is-2-lg {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-2-lg {
    margin-left: 16.66667%;
  }

  .is-3-lg {
    width: 25%;
  }

  .column.is-3-lg {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-3-lg {
    margin-left: 25%;
  }

  .is-4-lg {
    width: 33.33333%;
  }

  .column.is-4-lg {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-4-lg {
    margin-left: 33.33333%;
  }

  .is-5-lg {
    width: 41.66667%;
  }

  .column.is-5-lg {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-5-lg {
    margin-left: 41.66667%;
  }

  .is-6-lg {
    width: 50%;
  }

  .column.is-6-lg {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-6-lg {
    margin-left: 50%;
  }

  .is-7-lg {
    width: 58.33333%;
  }

  .column.is-7-lg {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-7-lg {
    margin-left: 58.33333%;
  }

  .is-8-lg {
    width: 66.66667%;
  }

  .column.is-8-lg {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-8-lg {
    margin-left: 66.66667%;
  }

  .is-9-lg {
    width: 75%;
  }

  .column.is-9-lg {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-9-lg {
    margin-left: 75%;
  }

  .is-10-lg {
    width: 83.33333%;
  }

  .column.is-10-lg {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-10-lg {
    margin-left: 83.33333%;
  }

  .is-11-lg {
    width: 91.66667%;
  }

  .column.is-11-lg {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-11-lg {
    margin-left: 91.66667%;
  }

  .is-12-lg {
    width: 100%;
  }

  .column.is-12-lg {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-12-lg {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1264px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 959px) {
  .is-relative-until-lg {
    position: relative !important;
  }

  .is-absolute-until-lg {
    position: absolute !important;
  }

  .is-fixed-until-lg {
    position: fixed !important;
  }

  .is-block-until-lg {
    display: block !important;
  }

  .is-inline-block-until-lg {
    display: inline-block !important;
  }

  .pt0-until-lg {
    padding-top: 0;
  }

  .mt0-until-lg {
    margin-top: 0;
  }

  .pr0-until-lg {
    padding-right: 0;
  }

  .mr0-until-lg {
    margin-right: 0;
  }

  .pb0-until-lg {
    padding-bottom: 0;
  }

  .mb0-until-lg {
    margin-bottom: 0;
  }

  .pl0-until-lg {
    padding-left: 0;
  }

  .ml0-until-lg {
    margin-left: 0;
  }

  .p0-until-lg {
    padding: 0;
  }

  .pv0-until-lg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ph0-until-lg {
    padding-right: 0;
    padding-left: 0;
  }

  .m0-until-lg {
    margin: 0;
  }

  .mv0-until-lg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mh0-until-lg {
    margin-right: 0;
    margin-left: 0;
  }

  .pt1-until-lg {
    padding-top: 1rem;
  }

  .mt1-until-lg {
    margin-top: 1rem;
  }

  .pr1-until-lg {
    padding-right: 1rem;
  }

  .mr1-until-lg {
    margin-right: 1rem;
  }

  .pb1-until-lg {
    padding-bottom: 1rem;
  }

  .mb1-until-lg {
    margin-bottom: 1rem;
  }

  .pl1-until-lg {
    padding-left: 1rem;
  }

  .ml1-until-lg {
    margin-left: 1rem;
  }

  .p1-until-lg {
    padding: 1rem;
  }

  .pv1-until-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ph1-until-lg {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .m1-until-lg {
    margin: 1rem;
  }

  .mv1-until-lg {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mh1-until-lg {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .pt2-until-lg {
    padding-top: 2rem;
  }

  .mt2-until-lg {
    margin-top: 2rem;
  }

  .pr2-until-lg {
    padding-right: 2rem;
  }

  .mr2-until-lg {
    margin-right: 2rem;
  }

  .pb2-until-lg {
    padding-bottom: 2rem;
  }

  .mb2-until-lg {
    margin-bottom: 2rem;
  }

  .pl2-until-lg {
    padding-left: 2rem;
  }

  .ml2-until-lg {
    margin-left: 2rem;
  }

  .p2-until-lg {
    padding: 2rem;
  }

  .pv2-until-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ph2-until-lg {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .m2-until-lg {
    margin: 2rem;
  }

  .mv2-until-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mh2-until-lg {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .pt3-until-lg {
    padding-top: 3rem;
  }

  .mt3-until-lg {
    margin-top: 3rem;
  }

  .pr3-until-lg {
    padding-right: 3rem;
  }

  .mr3-until-lg {
    margin-right: 3rem;
  }

  .pb3-until-lg {
    padding-bottom: 3rem;
  }

  .mb3-until-lg {
    margin-bottom: 3rem;
  }

  .pl3-until-lg {
    padding-left: 3rem;
  }

  .ml3-until-lg {
    margin-left: 3rem;
  }

  .p3-until-lg {
    padding: 3rem;
  }

  .pv3-until-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ph3-until-lg {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .m3-until-lg {
    margin: 3rem;
  }

  .mv3-until-lg {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mh3-until-lg {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .pt4-until-lg {
    padding-top: 4rem;
  }

  .mt4-until-lg {
    margin-top: 4rem;
  }

  .pr4-until-lg {
    padding-right: 4rem;
  }

  .mr4-until-lg {
    margin-right: 4rem;
  }

  .pb4-until-lg {
    padding-bottom: 4rem;
  }

  .mb4-until-lg {
    margin-bottom: 4rem;
  }

  .pl4-until-lg {
    padding-left: 4rem;
  }

  .ml4-until-lg {
    margin-left: 4rem;
  }

  .p4-until-lg {
    padding: 4rem;
  }

  .pv4-until-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ph4-until-lg {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .m4-until-lg {
    margin: 4rem;
  }

  .mv4-until-lg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mh4-until-lg {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .pt8-until-lg {
    padding-top: 8rem;
  }

  .mt8-until-lg {
    margin-top: 8rem;
  }

  .pr8-until-lg {
    padding-right: 8rem;
  }

  .mr8-until-lg {
    margin-right: 8rem;
  }

  .pb8-until-lg {
    padding-bottom: 8rem;
  }

  .mb8-until-lg {
    margin-bottom: 8rem;
  }

  .pl8-until-lg {
    padding-left: 8rem;
  }

  .ml8-until-lg {
    margin-left: 8rem;
  }

  .p8-until-lg {
    padding: 8rem;
  }

  .pv8-until-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .ph8-until-lg {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .m8-until-lg {
    margin: 8rem;
  }

  .mv8-until-lg {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mh8-until-lg {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .is-hidden-until-lg {
    display: none !important;
  }

  .has-text-left-until-lg {
    text-align: left;
  }

  .has-text-right-until-lg {
    text-align: right;
  }

  .has-text-center-until-lg {
    text-align: center;
  }

  .is-size-1-until-lg {
    font-size: 4.25rem;
  }

  .is-size-2-until-lg {
    font-size: 2.25rem;
  }

  .is-size-3-until-lg {
    font-size: 1.75rem;
  }

  .is-size-4-until-lg {
    font-size: 1.25rem;
  }

  .is-size-5-until-lg {
    font-size: 1.125rem;
  }

  .is-size-6-until-lg {
    font-size: 1rem;
  }

  .is-size-7-until-lg {
    font-size: 0.75rem;
  }

  .is-size-8-until-lg {
    font-size: 0.65rem;
  }

  .is-flex-until-lg {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-flex-until-lg.is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .is-flex-until-lg.is-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .is-flex-until-lg.is-justified {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-flex-until-lg.is-spread {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .is-flex-until-lg .is-narrow {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .is-flex-until-lg .is-expanded {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .is-1-until-lg {
    width: 8.33333%;
  }

  .column.is-1-until-lg {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-1-until-lg {
    margin-left: 8.33333%;
  }

  .is-2-until-lg {
    width: 16.66667%;
  }

  .column.is-2-until-lg {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-2-until-lg {
    margin-left: 16.66667%;
  }

  .is-3-until-lg {
    width: 25%;
  }

  .column.is-3-until-lg {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-3-until-lg {
    margin-left: 25%;
  }

  .is-4-until-lg {
    width: 33.33333%;
  }

  .column.is-4-until-lg {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-4-until-lg {
    margin-left: 33.33333%;
  }

  .is-5-until-lg {
    width: 41.66667%;
  }

  .column.is-5-until-lg {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-5-until-lg {
    margin-left: 41.66667%;
  }

  .is-6-until-lg {
    width: 50%;
  }

  .column.is-6-until-lg {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-6-until-lg {
    margin-left: 50%;
  }

  .is-7-until-lg {
    width: 58.33333%;
  }

  .column.is-7-until-lg {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-7-until-lg {
    margin-left: 58.33333%;
  }

  .is-8-until-lg {
    width: 66.66667%;
  }

  .column.is-8-until-lg {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-8-until-lg {
    margin-left: 66.66667%;
  }

  .is-9-until-lg {
    width: 75%;
  }

  .column.is-9-until-lg {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-9-until-lg {
    margin-left: 75%;
  }

  .is-10-until-lg {
    width: 83.33333%;
  }

  .column.is-10-until-lg {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-10-until-lg {
    margin-left: 83.33333%;
  }

  .is-11-until-lg {
    width: 91.66667%;
  }

  .column.is-11-until-lg {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-11-until-lg {
    margin-left: 91.66667%;
  }

  .is-12-until-lg {
    width: 100%;
  }

  .column.is-12-until-lg {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-12-until-lg {
    margin-left: 100%;
  }
}

@media screen and (max-width: 719px) {
  .is-relative-until-md {
    position: relative !important;
  }

  .is-absolute-until-md {
    position: absolute !important;
  }

  .is-fixed-until-md {
    position: fixed !important;
  }

  .is-block-until-md {
    display: block !important;
  }

  .is-inline-block-until-md {
    display: inline-block !important;
  }

  .pt0-until-md {
    padding-top: 0;
  }

  .mt0-until-md {
    margin-top: 0;
  }

  .pr0-until-md {
    padding-right: 0;
  }

  .mr0-until-md {
    margin-right: 0;
  }

  .pb0-until-md {
    padding-bottom: 0;
  }

  .mb0-until-md {
    margin-bottom: 0;
  }

  .pl0-until-md {
    padding-left: 0;
  }

  .ml0-until-md {
    margin-left: 0;
  }

  .p0-until-md {
    padding: 0;
  }

  .pv0-until-md {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ph0-until-md {
    padding-right: 0;
    padding-left: 0;
  }

  .m0-until-md {
    margin: 0;
  }

  .mv0-until-md {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mh0-until-md {
    margin-right: 0;
    margin-left: 0;
  }

  .pt1-until-md {
    padding-top: 1rem;
  }

  .mt1-until-md {
    margin-top: 1rem;
  }

  .pr1-until-md {
    padding-right: 1rem;
  }

  .mr1-until-md {
    margin-right: 1rem;
  }

  .pb1-until-md {
    padding-bottom: 1rem;
  }

  .mb1-until-md {
    margin-bottom: 1rem;
  }

  .pl1-until-md {
    padding-left: 1rem;
  }

  .ml1-until-md {
    margin-left: 1rem;
  }

  .p1-until-md {
    padding: 1rem;
  }

  .pv1-until-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ph1-until-md {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .m1-until-md {
    margin: 1rem;
  }

  .mv1-until-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mh1-until-md {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .pt2-until-md {
    padding-top: 2rem;
  }

  .mt2-until-md {
    margin-top: 2rem;
  }

  .pr2-until-md {
    padding-right: 2rem;
  }

  .mr2-until-md {
    margin-right: 2rem;
  }

  .pb2-until-md {
    padding-bottom: 2rem;
  }

  .mb2-until-md {
    margin-bottom: 2rem;
  }

  .pl2-until-md {
    padding-left: 2rem;
  }

  .ml2-until-md {
    margin-left: 2rem;
  }

  .p2-until-md {
    padding: 2rem;
  }

  .pv2-until-md {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ph2-until-md {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .m2-until-md {
    margin: 2rem;
  }

  .mv2-until-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mh2-until-md {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .pt3-until-md {
    padding-top: 3rem;
  }

  .mt3-until-md {
    margin-top: 3rem;
  }

  .pr3-until-md {
    padding-right: 3rem;
  }

  .mr3-until-md {
    margin-right: 3rem;
  }

  .pb3-until-md {
    padding-bottom: 3rem;
  }

  .mb3-until-md {
    margin-bottom: 3rem;
  }

  .pl3-until-md {
    padding-left: 3rem;
  }

  .ml3-until-md {
    margin-left: 3rem;
  }

  .p3-until-md {
    padding: 3rem;
  }

  .pv3-until-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ph3-until-md {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .m3-until-md {
    margin: 3rem;
  }

  .mv3-until-md {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mh3-until-md {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .pt4-until-md {
    padding-top: 4rem;
  }

  .mt4-until-md {
    margin-top: 4rem;
  }

  .pr4-until-md {
    padding-right: 4rem;
  }

  .mr4-until-md {
    margin-right: 4rem;
  }

  .pb4-until-md {
    padding-bottom: 4rem;
  }

  .mb4-until-md {
    margin-bottom: 4rem;
  }

  .pl4-until-md {
    padding-left: 4rem;
  }

  .ml4-until-md {
    margin-left: 4rem;
  }

  .p4-until-md {
    padding: 4rem;
  }

  .pv4-until-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ph4-until-md {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .m4-until-md {
    margin: 4rem;
  }

  .mv4-until-md {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mh4-until-md {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .pt8-until-md {
    padding-top: 8rem;
  }

  .mt8-until-md {
    margin-top: 8rem;
  }

  .pr8-until-md {
    padding-right: 8rem;
  }

  .mr8-until-md {
    margin-right: 8rem;
  }

  .pb8-until-md {
    padding-bottom: 8rem;
  }

  .mb8-until-md {
    margin-bottom: 8rem;
  }

  .pl8-until-md {
    padding-left: 8rem;
  }

  .ml8-until-md {
    margin-left: 8rem;
  }

  .p8-until-md {
    padding: 8rem;
  }

  .pv8-until-md {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .ph8-until-md {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .m8-until-md {
    margin: 8rem;
  }

  .mv8-until-md {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mh8-until-md {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .is-hidden-until-md {
    display: none !important;
  }

  .has-text-left-until-md {
    text-align: left;
  }

  .has-text-right-until-md {
    text-align: right;
  }

  .has-text-center-until-md {
    text-align: center;
  }

  .is-size-1-until-md {
    font-size: 4.25rem;
  }

  .is-size-2-until-md {
    font-size: 2.25rem;
  }

  .is-size-3-until-md {
    font-size: 1.75rem;
  }

  .is-size-4-until-md {
    font-size: 1.25rem;
  }

  .is-size-5-until-md {
    font-size: 1.125rem;
  }

  .is-size-6-until-md {
    font-size: 1rem;
  }

  .is-size-7-until-md {
    font-size: 0.75rem;
  }

  .is-size-8-until-md {
    font-size: 0.65rem;
  }

  .is-flex-until-md {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-flex-until-md.is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .is-flex-until-md.is-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .is-flex-until-md.is-justified {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-flex-until-md.is-spread {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .is-flex-until-md .is-narrow {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .is-flex-until-md .is-expanded {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .is-1-until-md {
    width: 8.33333%;
  }

  .column.is-1-until-md {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-1-until-md {
    margin-left: 8.33333%;
  }

  .is-2-until-md {
    width: 16.66667%;
  }

  .column.is-2-until-md {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-2-until-md {
    margin-left: 16.66667%;
  }

  .is-3-until-md {
    width: 25%;
  }

  .column.is-3-until-md {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-3-until-md {
    margin-left: 25%;
  }

  .is-4-until-md {
    width: 33.33333%;
  }

  .column.is-4-until-md {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-4-until-md {
    margin-left: 33.33333%;
  }

  .is-5-until-md {
    width: 41.66667%;
  }

  .column.is-5-until-md {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-5-until-md {
    margin-left: 41.66667%;
  }

  .is-6-until-md {
    width: 50%;
  }

  .column.is-6-until-md {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-6-until-md {
    margin-left: 50%;
  }

  .is-7-until-md {
    width: 58.33333%;
  }

  .column.is-7-until-md {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-7-until-md {
    margin-left: 58.33333%;
  }

  .is-8-until-md {
    width: 66.66667%;
  }

  .column.is-8-until-md {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-8-until-md {
    margin-left: 66.66667%;
  }

  .is-9-until-md {
    width: 75%;
  }

  .column.is-9-until-md {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-9-until-md {
    margin-left: 75%;
  }

  .is-10-until-md {
    width: 83.33333%;
  }

  .column.is-10-until-md {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-10-until-md {
    margin-left: 83.33333%;
  }

  .is-11-until-md {
    width: 91.66667%;
  }

  .column.is-11-until-md {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-11-until-md {
    margin-left: 91.66667%;
  }

  .is-12-until-md {
    width: 100%;
  }

  .column.is-12-until-md {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-12-until-md {
    margin-left: 100%;
  }
}

@media screen and (max-width: 479px) {
  .is-relative-until-sm {
    position: relative !important;
  }

  .is-absolute-until-sm {
    position: absolute !important;
  }

  .is-fixed-until-sm {
    position: fixed !important;
  }

  .is-block-until-sm {
    display: block !important;
  }

  .is-inline-block-until-sm {
    display: inline-block !important;
  }

  .pt0-until-sm {
    padding-top: 0;
  }

  .mt0-until-sm {
    margin-top: 0;
  }

  .pr0-until-sm {
    padding-right: 0;
  }

  .mr0-until-sm {
    margin-right: 0;
  }

  .pb0-until-sm {
    padding-bottom: 0;
  }

  .mb0-until-sm {
    margin-bottom: 0;
  }

  .pl0-until-sm {
    padding-left: 0;
  }

  .ml0-until-sm {
    margin-left: 0;
  }

  .p0-until-sm {
    padding: 0;
  }

  .pv0-until-sm {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ph0-until-sm {
    padding-right: 0;
    padding-left: 0;
  }

  .m0-until-sm {
    margin: 0;
  }

  .mv0-until-sm {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mh0-until-sm {
    margin-right: 0;
    margin-left: 0;
  }

  .pt1-until-sm {
    padding-top: 1rem;
  }

  .mt1-until-sm {
    margin-top: 1rem;
  }

  .pr1-until-sm {
    padding-right: 1rem;
  }

  .mr1-until-sm {
    margin-right: 1rem;
  }

  .pb1-until-sm {
    padding-bottom: 1rem;
  }

  .mb1-until-sm {
    margin-bottom: 1rem;
  }

  .pl1-until-sm {
    padding-left: 1rem;
  }

  .ml1-until-sm {
    margin-left: 1rem;
  }

  .p1-until-sm {
    padding: 1rem;
  }

  .pv1-until-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ph1-until-sm {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .m1-until-sm {
    margin: 1rem;
  }

  .mv1-until-sm {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mh1-until-sm {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .pt2-until-sm {
    padding-top: 2rem;
  }

  .mt2-until-sm {
    margin-top: 2rem;
  }

  .pr2-until-sm {
    padding-right: 2rem;
  }

  .mr2-until-sm {
    margin-right: 2rem;
  }

  .pb2-until-sm {
    padding-bottom: 2rem;
  }

  .mb2-until-sm {
    margin-bottom: 2rem;
  }

  .pl2-until-sm {
    padding-left: 2rem;
  }

  .ml2-until-sm {
    margin-left: 2rem;
  }

  .p2-until-sm {
    padding: 2rem;
  }

  .pv2-until-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ph2-until-sm {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .m2-until-sm {
    margin: 2rem;
  }

  .mv2-until-sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mh2-until-sm {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .pt3-until-sm {
    padding-top: 3rem;
  }

  .mt3-until-sm {
    margin-top: 3rem;
  }

  .pr3-until-sm {
    padding-right: 3rem;
  }

  .mr3-until-sm {
    margin-right: 3rem;
  }

  .pb3-until-sm {
    padding-bottom: 3rem;
  }

  .mb3-until-sm {
    margin-bottom: 3rem;
  }

  .pl3-until-sm {
    padding-left: 3rem;
  }

  .ml3-until-sm {
    margin-left: 3rem;
  }

  .p3-until-sm {
    padding: 3rem;
  }

  .pv3-until-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ph3-until-sm {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .m3-until-sm {
    margin: 3rem;
  }

  .mv3-until-sm {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mh3-until-sm {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .pt4-until-sm {
    padding-top: 4rem;
  }

  .mt4-until-sm {
    margin-top: 4rem;
  }

  .pr4-until-sm {
    padding-right: 4rem;
  }

  .mr4-until-sm {
    margin-right: 4rem;
  }

  .pb4-until-sm {
    padding-bottom: 4rem;
  }

  .mb4-until-sm {
    margin-bottom: 4rem;
  }

  .pl4-until-sm {
    padding-left: 4rem;
  }

  .ml4-until-sm {
    margin-left: 4rem;
  }

  .p4-until-sm {
    padding: 4rem;
  }

  .pv4-until-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ph4-until-sm {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .m4-until-sm {
    margin: 4rem;
  }

  .mv4-until-sm {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mh4-until-sm {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .pt8-until-sm {
    padding-top: 8rem;
  }

  .mt8-until-sm {
    margin-top: 8rem;
  }

  .pr8-until-sm {
    padding-right: 8rem;
  }

  .mr8-until-sm {
    margin-right: 8rem;
  }

  .pb8-until-sm {
    padding-bottom: 8rem;
  }

  .mb8-until-sm {
    margin-bottom: 8rem;
  }

  .pl8-until-sm {
    padding-left: 8rem;
  }

  .ml8-until-sm {
    margin-left: 8rem;
  }

  .p8-until-sm {
    padding: 8rem;
  }

  .pv8-until-sm {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .ph8-until-sm {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .m8-until-sm {
    margin: 8rem;
  }

  .mv8-until-sm {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mh8-until-sm {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .is-hidden-until-sm {
    display: none !important;
  }

  .has-text-left-until-sm {
    text-align: left;
  }

  .has-text-right-until-sm {
    text-align: right;
  }

  .has-text-center-until-sm {
    text-align: center;
  }

  .is-size-1-until-sm {
    font-size: 4.25rem;
  }

  .is-size-2-until-sm {
    font-size: 2.25rem;
  }

  .is-size-3-until-sm {
    font-size: 1.75rem;
  }

  .is-size-4-until-sm {
    font-size: 1.25rem;
  }

  .is-size-5-until-sm {
    font-size: 1.125rem;
  }

  .is-size-6-until-sm {
    font-size: 1rem;
  }

  .is-size-7-until-sm {
    font-size: 0.75rem;
  }

  .is-size-8-until-sm {
    font-size: 0.65rem;
  }

  .is-flex-until-sm {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-flex-until-sm.is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .is-flex-until-sm.is-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .is-flex-until-sm.is-justified {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-flex-until-sm.is-spread {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .is-flex-until-sm .is-narrow {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .is-flex-until-sm .is-expanded {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .is-1-until-sm {
    width: 8.33333%;
  }

  .column.is-1-until-sm {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-1-until-sm {
    margin-left: 8.33333%;
  }

  .is-2-until-sm {
    width: 16.66667%;
  }

  .column.is-2-until-sm {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-2-until-sm {
    margin-left: 16.66667%;
  }

  .is-3-until-sm {
    width: 25%;
  }

  .column.is-3-until-sm {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-3-until-sm {
    margin-left: 25%;
  }

  .is-4-until-sm {
    width: 33.33333%;
  }

  .column.is-4-until-sm {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-4-until-sm {
    margin-left: 33.33333%;
  }

  .is-5-until-sm {
    width: 41.66667%;
  }

  .column.is-5-until-sm {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-5-until-sm {
    margin-left: 41.66667%;
  }

  .is-6-until-sm {
    width: 50%;
  }

  .column.is-6-until-sm {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-6-until-sm {
    margin-left: 50%;
  }

  .is-7-until-sm {
    width: 58.33333%;
  }

  .column.is-7-until-sm {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-7-until-sm {
    margin-left: 58.33333%;
  }

  .is-8-until-sm {
    width: 66.66667%;
  }

  .column.is-8-until-sm {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-8-until-sm {
    margin-left: 66.66667%;
  }

  .is-9-until-sm {
    width: 75%;
  }

  .column.is-9-until-sm {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-9-until-sm {
    margin-left: 75%;
  }

  .is-10-until-sm {
    width: 83.33333%;
  }

  .column.is-10-until-sm {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-10-until-sm {
    margin-left: 83.33333%;
  }

  .is-11-until-sm {
    width: 91.66667%;
  }

  .column.is-11-until-sm {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-11-until-sm {
    margin-left: 91.66667%;
  }

  .is-12-until-sm {
    width: 100%;
  }

  .column.is-12-until-sm {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .is-offset-12-until-sm {
    margin-left: 100%;
  }
}