/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

#main-contents {
  /**
  * Render the `main` element consistently in IE.
  */
  /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
  /* Grouping content
    ========================================================================== */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics
    ========================================================================== */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Embedded content
    ========================================================================== */
  /**
  * Remove the border on images inside links in IE 10.
  */
  /* Forms
    ========================================================================== */
  /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
  /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
  /**
  * Remove the inner border and padding in Firefox.
  */
  /**
  * Restore the focus styles unset by the previous rule.
  */
  /**
  * Correct the padding in Firefox.
  */
  /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
  /* Interactive
    ========================================================================== */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /* Misc
    ========================================================================== */
  /**
  * Add the correct display in IE 10+.
  */
  /**
  * Add the correct display in IE 10.
  */ }
  #main-contents main {
    display: block; }
  #main-contents h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #main-contents hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  #main-contents pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  #main-contents abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */ }
  #main-contents b,
  #main-contents strong {
    font-weight: bolder; }
  #main-contents code,
  #main-contents kbd,
  #main-contents samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  #main-contents small {
    font-size: 80%; }
  #main-contents sub,
  #main-contents sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #main-contents sub {
    bottom: -0.25em; }
  #main-contents sup {
    top: -0.5em; }
  #main-contents img {
    border-style: none; }
  #main-contents button,
  #main-contents input,
  #main-contents optgroup,
  #main-contents select,
  #main-contents textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }
  #main-contents button,
  #main-contents input {
    /* 1 */
    overflow: visible; }
  #main-contents button,
  #main-contents select {
    /* 1 */
    text-transform: none; }
  #main-contents button,
  #main-contents [type='button'],
  #main-contents [type='reset'],
  #main-contents [type='submit'] {
    -webkit-appearance: button; }
  #main-contents button::-moz-focus-inner,
  #main-contents [type='button']::-moz-focus-inner,
  #main-contents [type='reset']::-moz-focus-inner,
  #main-contents [type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  #main-contents button:-moz-focusring,
  #main-contents [type='button']:-moz-focusring,
  #main-contents [type='reset']:-moz-focusring,
  #main-contents [type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText; }
  #main-contents fieldset {
    padding: 0.35em 0.75em 0.625em; }
  #main-contents legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  #main-contents progress {
    vertical-align: baseline; }
  #main-contents textarea {
    overflow: auto; }
  #main-contents [type='checkbox'],
  #main-contents [type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #main-contents [type='number']::-webkit-inner-spin-button,
  #main-contents [type='number']::-webkit-outer-spin-button {
    height: auto; }
  #main-contents [type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  #main-contents [type='search']::-webkit-search-decoration {
    -webkit-appearance: none; }
  #main-contents ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  #main-contents details {
    display: block; }
  #main-contents summary {
    display: list-item; }
  #main-contents template {
    display: none; }
  #main-contents [hidden] {
    display: none; }

/*! minireset.css v0.0.5 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

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

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

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

img,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0; }

td:not([align]),
th:not([align]) {
  text-align: left; }

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto; }

body {
  font-size: 1em;
  font-weight: 400; }

a {
  cursor: pointer;
  text-decoration: none; }

a strong {
  color: currentColor; }

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }

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

input[type='checkbox'],
input[type='radio'] {
  vertical-align: baseline; }

span {
  font-style: inherit;
  font-weight: inherit; }

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0; }

.column {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.75rem; }

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%; }

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%; }

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.6666%; }

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%; }

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.3333%; }

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%; }

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20%; }

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40%; }

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 60%; }

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 80%; }

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%; }

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%; }

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%; }

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%; }

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%; }

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%; }

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%; }

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%; }

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%; }

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 0%; }

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%; }

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 8.33333%; }

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%; }

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.66667%; }

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%; }

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%; }

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%; }

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33333%; }

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%; }

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 41.66667%; }

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%; }

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%; }

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%; }

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 58.33333%; }

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%; }

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.66667%; }

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%; }

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%; }

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%; }

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 83.33333%; }

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%; }

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 91.66667%; }

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%; }

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%; }

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%; }

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%; }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%; }
  .column.is-offset-half-mobile {
    margin-left: 50%; }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%; }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%; }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%; }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%; }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%; }
  .column.is-0-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%; }
  .column.is-offset-0-mobile {
    margin-left: 0%; }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%; }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%; }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-mobile {
    margin-left: 25%; }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%; }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%; }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-mobile {
    margin-left: 50%; }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%; }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%; }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-mobile {
    margin-left: 75%; }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%; }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%; }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-mobile {
    margin-left: 100%; } }

@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%; }
  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%; }
  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%; }
  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%; }
  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%; }
  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%; }
  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%; }
  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%; }
  .column.is-0,
  .column.is-0-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%; }
  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%; }
  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333%; }
  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66667%; }
  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%; }
  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333%; }
  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66667%; }
  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%; }
  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333%; }
  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66667%; }
  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%; }
  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333%; }
  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66667%; }
  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%; } }

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .column.is-full-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%; }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%; }
  .column.is-offset-half-touch {
    margin-left: 50%; }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%; }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%; }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%; }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%; }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%; }
  .column.is-0-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%; }
  .column.is-offset-0-touch {
    margin-left: 0%; }
  .column.is-1-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-touch {
    margin-left: 8.33333%; }
  .column.is-2-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-touch {
    margin-left: 16.66667%; }
  .column.is-3-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-touch {
    margin-left: 25%; }
  .column.is-4-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-touch {
    margin-left: 33.33333%; }
  .column.is-5-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-touch {
    margin-left: 41.66667%; }
  .column.is-6-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-touch {
    margin-left: 50%; }
  .column.is-7-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-touch {
    margin-left: 58.33333%; }
  .column.is-8-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-touch {
    margin-left: 66.66667%; }
  .column.is-9-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-touch {
    margin-left: 75%; }
  .column.is-10-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-touch {
    margin-left: 83.33333%; }
  .column.is-11-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-touch {
    margin-left: 91.66667%; }
  .column.is-12-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-touch {
    margin-left: 100%; } }

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%; }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%; }
  .column.is-offset-half-desktop {
    margin-left: 50%; }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%; }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%; }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%; }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%; }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%; }
  .column.is-0-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%; }
  .column.is-offset-0-desktop {
    margin-left: 0%; }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%; }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%; }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-desktop {
    margin-left: 25%; }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%; }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%; }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-desktop {
    margin-left: 50%; }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%; }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%; }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-desktop {
    margin-left: 75%; }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%; }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%; }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-desktop {
    margin-left: 100%; } }

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%; }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%; }
  .column.is-offset-half-widescreen {
    margin-left: 50%; }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%; }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%; }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%; }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%; }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%; }
  .column.is-0-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%; }
  .column.is-offset-0-widescreen {
    margin-left: 0%; }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%; }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%; }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-widescreen {
    margin-left: 25%; }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%; }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%; }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-widescreen {
    margin-left: 50%; }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%; }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%; }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-widescreen {
    margin-left: 75%; }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%; }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%; }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-widescreen {
    margin-left: 100%; } }

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .column.is-full-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%; }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%; }
  .column.is-offset-half-fullhd {
    margin-left: 50%; }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%; }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%; }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%; }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%; }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%; }
  .column.is-0-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%; }
  .column.is-offset-0-fullhd {
    margin-left: 0%; }
  .column.is-1-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%; }
  .column.is-2-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%; }
  .column.is-3-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-fullhd {
    margin-left: 25%; }
  .column.is-4-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%; }
  .column.is-5-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%; }
  .column.is-6-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-fullhd {
    margin-left: 50%; }
  .column.is-7-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%; }
  .column.is-8-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%; }
  .column.is-9-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-fullhd {
    margin-left: 75%; }
  .column.is-10-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%; }
  .column.is-11-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%; }
  .column.is-12-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-fullhd {
    margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }

.columns:last-child {
  margin-bottom: -0.75rem; }

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem); }

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

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

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important; }

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem; }

.columns.is-gapless:last-child {
  margin-bottom: 0; }

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.columns.is-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap); }

.columns.is-variable.is-0 {
  --columnGap: 0rem; }

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem; } }

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem; } }

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem; } }

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem; } }

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem; } }

.columns.is-variable.is-1 {
  --columnGap: 0.25rem; }

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem; } }

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem; } }

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem; } }

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem; } }

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem; } }

.columns.is-variable.is-2 {
  --columnGap: 0.5rem; }

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem; } }

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem; } }

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem; } }

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem; } }

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem; } }

.columns.is-variable.is-3 {
  --columnGap: 0.75rem; }

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem; } }

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem; } }

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem; } }

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem; } }

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem; } }

.columns.is-variable.is-4 {
  --columnGap: 1rem; }

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem; } }

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem; } }

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem; } }

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem; } }

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem; } }

.columns.is-variable.is-5 {
  --columnGap: 1.25rem; }

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem; } }

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem; } }

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem; } }

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem; } }

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem; } }

.columns.is-variable.is-6 {
  --columnGap: 1.5rem; }

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem; } }

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem; } }

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem; } }

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem; } }

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem; } }

.columns.is-variable.is-7 {
  --columnGap: 1.75rem; }

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem; } }

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem; } }

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem; } }

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem; } }

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem; } }

.columns.is-variable.is-8 {
  --columnGap: 2rem; }

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem; } }

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem; } }

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem; } }

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem; } }

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem; } }

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem; } }
