/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, nav, section { /* 1 */ display: block; }

summary { display: list-item; }

/** Add the correct display in IE 9-. */
audio, canvas, progress, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] { display: none !important; }

/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; /* 1 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** Add the correct font style in Android 4.3-. */

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Add the correct background and color in IE 9-. */

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
 sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/* Forms ========================================================================== */
/** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ }

/** Restore the font weight unset by the previous rule. */
optgroup { font-weight: bold; }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 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. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Correct the text style of placeholders in Chrome, Edge, and Safari. */
::-webkit-input-placeholder { color: inherit; opacity: 0.54; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

* { box-sizing: border-box; }

input, select, textarea, button { font-family: inherit; font-size: inherit; line-height: inherit; }

body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; line-height: 1.5; color: #24292e; background-color: #fff; }

a { color: #0366d6; text-decoration: none; }
a:hover { text-decoration: underline; }

b, strong { font-weight: 600; }

hr, .rule { height: 0; margin: 15px 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #dfe2e5; }
hr::before, .rule::before { display: table; content: ""; }
hr::after, .rule::after { display: table; clear: both; content: ""; }

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

td, th { padding: 0; }

button { cursor: pointer; border-radius: 0; }

[hidden][hidden] { display: none !important; }

details summary { cursor: pointer; }
details:not([open]) > *:not(summary) { display: none !important; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0; }

h1 { font-size: 32px; font-weight: 600; }

h2 { font-size: 24px; font-weight: 600; }

h3 { font-size: 20px; font-weight: 600; }

h4 { font-size: 16px; font-weight: 600; }

h5 { font-size: 14px; font-weight: 600; }

h6 { font-size: 12px; font-weight: 600; }

p { margin-top: 0; margin-bottom: 10px; }

small { font-size: 90%; }

blockquote { margin: 0; }

ul, ol { padding-left: 0; margin-top: 0; margin-bottom: 0; }

ol ol, ul ol { list-style-type: lower-roman; }

ul ul ol, ul ol ol, ol ul ol, ol ol ol { list-style-type: lower-alpha; }

tt, code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; }

pre { margin-top: 0; margin-bottom: 0; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; }

/* Fade in an element */

@keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }
/* Fade out an element */

@keyframes fade-out { 0% { opacity: 1; }
  100% { opacity: 0; } }
/* Fade in and slide up an element */

@keyframes fade-up { 0% { opacity: 0.8; transform: translateY(100%); }
  100% { opacity: 1; transform: translateY(0); } }
/* Fade an element out and slide down */

@keyframes fade-down { 0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0.5; transform: translateY(100%); } }
/* Grow an element width from 0 to 100% */

@keyframes grow-x { to { width: 100%; } }
/* Shrink an element from 100% to 0% */

@keyframes shrink-x { to { width: 0%; } }
/* Fade in an element and scale it fast */

@keyframes scale-in { 0% { opacity: 0; transform: scale(0.5); }
  100% { opacity: 1; transform: scale(1); } }
/* Pulse an element's opacity */

@keyframes pulse { 0% { opacity: 0.3; }
  10% { opacity: 1; }
  100% { opacity: 0.3; } }
/* Pulse in an element */

@keyframes pulse-in { 0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.1, 1.1, 1.1); }
  100% { transform: scale3d(1, 1, 1); } }
/* Increase scale of an element on hover */

/* Add a gray border on all sides */
.border { border: 1px #e1e4e8 solid !important; }

/* Add a gray border to the left and right */

/* Remove borders from all sides */

/* Use with .border to turn the border blue */

/* Use with .border to turn the border blue-light */

/* Use with .border to turn the border green */

/* Use with .border to turn the border green light */

/* Use with .border to turn the border red */

/* Use with .border to turn the border red-light */

/* Use with .border to turn the border purple */

/* Use with .border to turn the border yellow */

/* Use with .border to turn the border gray-light */

/* Use with .border to turn the border gray-dark */

/* Use with .border to turn the border rgba black 0.15 */

/* Add a gray border */
/* Add a gray border to the top */

/* Add a gray border to the right */

/* Add a gray border to the bottom */

/* Add a gray border to the left */

/* Remove the top border */

/* Remove the right border */

/* Remove the bottom border */

/* Remove the left border */

/* Remove the border-radius */

/* Add a border-radius to all corners */

/* Add a 2x border-radius to all corners */

@media (min-width: 544px) { /* Add a gray border */
  /* Add a gray border to the top */
  /* Add a gray border to the right */
  /* Add a gray border to the bottom */
  /* Add a gray border to the left */
  /* Remove the top border */
  /* Remove the right border */
  /* Remove the bottom border */
  /* Remove the left border */
  /* Remove the border-radius */
  /* Add a border-radius to all corners */
  /* Add a 2x border-radius to all corners */ }
@media (min-width: 768px) { /* Add a gray border */
  /* Add a gray border to the top */
  /* Add a gray border to the right */
  /* Add a gray border to the bottom */
  /* Add a gray border to the left */
  /* Remove the top border */
  /* Remove the right border */
  /* Remove the bottom border */
  /* Remove the left border */
  /* Remove the border-radius */
  /* Add a border-radius to all corners */
  /* Add a 2x border-radius to all corners */ }
@media (min-width: 1012px) { /* Add a gray border */
  /* Add a gray border to the top */
  /* Add a gray border to the right */
  /* Add a gray border to the bottom */
  /* Add a gray border to the left */
  /* Remove the top border */
  /* Remove the right border */
  /* Remove the bottom border */
  /* Remove the left border */
  /* Remove the border-radius */
  /* Add a border-radius to all corners */
  /* Add a 2x border-radius to all corners */ }
@media (min-width: 1280px) { /* Add a gray border */
  /* Add a gray border to the top */
  /* Add a gray border to the right */
  /* Add a gray border to the bottom */
  /* Add a gray border to the left */
  /* Remove the top border */
  /* Remove the right border */
  /* Remove the bottom border */
  /* Remove the left border */
  /* Remove the border-radius */
  /* Add a border-radius to all corners */
  /* Add a 2x border-radius to all corners */ }
/* Add a 50% border-radius to make something into a circle */
.circle { border-radius: 50% !important; }

.box-shadow { box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important; }

/* Set the background to $bg-white */
.bg-white { background-color: #fff !important; }

/* Set the background to $bg-blue */

/* Set the background to $bg-blue-light */

/* Set the background to $bg-gray-dark */

/* Set the background to $bg-gray */

/* Set the background to $bg-gray-light */

/* Set the background to $bg-green */

/* Set the background to $bg-green-light */

/* Set the background to $bg-red */

/* Set the background to $bg-red-light */

/* Set the background to $bg-yellow */

/* Set the background to $bg-yellow-light */

/* Set the background to $bg-purple */

/* Set the background to $bg-purple-light */

/* Set the text color to $text-blue */

/* Set the text color to $text-red */

/* Set the text color to $text-gray-light */

/* Set the text color to $text-gray */

/* Set the text color to $text-gray-dark */

/* Set the text color to $text-green */

/* Set the text color to $text-orange */

/* Set the text color to $text-orange-light */

/* Set the text color to $text-purple */

/* Set the text color to $text-white */

/* Set the text color to inherit */

/* Set the link color to $text-blue on hover Useful when you want only part of a link to turn blue on hover */

/* Make a link $text-gray, then $text-blue on hover and removes the underline */
/* Set position to static */

/* Set position to relative */

/* Set position to absolute */

/* Set position to fixed */

/* Set top 0 */

/* Set right 0 */

/* Set bottom 0 */

/* Set left 0 */

/* Vertical align middle */

/* Vertical align top */

/* Vertical align bottom */

/* Vertical align to the top of the text */

/* Vertical align to the bottom of the text */

/* Vertical align to the parent's baseline */

/* Set the overflow hidden */

/* Set the overflow scroll */

/* Set the overflow auto */

/* Clear floats around the element */
.clearfix::before { display: table; content: ""; }
.clearfix::after { display: table; clear: both; content: ""; }

/* Float to the left */

/* Float to the right */

/* No float */

@media (min-width: 544px) { /* Float to the left */
  /* Float to the right */
  /* No float */ }
@media (min-width: 768px) { /* Float to the left */
  /* Float to the right */
  /* No float */ }
@media (min-width: 1012px) { /* Float to the left */
  /* Float to the right */
  /* No float */ }
@media (min-width: 1280px) { /* Float to the left */
  /* Float to the right */
  /* No float */ }
/* Max width 100% */

/* Set the width to 100% */

/* Max height 100% */

/* Set the height to 100% */

/* Remove min-width from element */

/* Set the direction to rtl */

/* Set the direction to ltr */

@media (min-width: 544px) { /* Set the direction to rtl */
  /* Set the direction to ltr */ }
@media (min-width: 768px) { /* Set the direction to rtl */
  /* Set the direction to ltr */ }
@media (min-width: 1012px) { /* Set the direction to rtl */
  /* Set the direction to ltr */ }
@media (min-width: 1280px) { /* Set the direction to rtl */
  /* Set the direction to ltr */ }
/* Set a $size margin to all sides at $breakpoint */

/* Set a $size margin on the top at $breakpoint */

/* Set a $size margin on the right at $breakpoint */

/* Set a $size margin on the bottom at $breakpoint */
.mb-0 { margin-bottom: 0 !important; }

/* Set a $size margin on the left at $breakpoint */

/* Set a $size margin on the left & right at $breakpoint */

/* Set a $size margin on the top & bottom at $breakpoint */

/* Set a $size margin to all sides at $breakpoint */

/* Set a $size margin on the top at $breakpoint */
.mt-1 { margin-top: 4px !important; }

/* Set a $size margin on the right at $breakpoint */
.mr-1 { margin-right: 4px !important; }

/* Set a $size margin on the bottom at $breakpoint */
.mb-1 { margin-bottom: 4px !important; }

/* Set a $size margin on the left at $breakpoint */
.ml-1 { margin-left: 4px !important; }

/* Set a negative $size margin on top at $breakpoint */

/* Set a negative $size margin on the right at $breakpoint */

/* Set a negative $size margin on the bottom at $breakpoint */

/* Set a negative $size margin on the left at $breakpoint */

/* Set a $size margin on the left & right at $breakpoint */

/* Set a $size margin on the top & bottom at $breakpoint */

/* Set a $size margin to all sides at $breakpoint */

/* Set a $size margin on the top at $breakpoint */
.mt-2 { margin-top: 8px !important; }

/* Set a $size margin on the right at $breakpoint */

/* Set a $size margin on the bottom at $breakpoint */
.mb-2 { margin-bottom: 8px !important; }

/* Set a $size margin on the left at $breakpoint */

/* Set a negative $size margin on top at $breakpoint */

/* Set a negative $size margin on the right at $breakpoint */

/* Set a negative $size margin on the bottom at $breakpoint */

/* Set a negative $size margin on the left at $breakpoint */

/* Set a $size margin on the left & right at $breakpoint */

/* Set a $size margin on the top & bottom at $breakpoint */

/* Set a $size margin to all sides at $breakpoint */

/* Set a $size margin on the top at $breakpoint */

/* Set a $size margin on the right at $breakpoint */

/* Set a $size margin on the bottom at $breakpoint */

/* Set a $size margin on the left at $breakpoint */

/* Set a negative $size margin on top at $breakpoint */

/* Set a negative $size margin on the right at $breakpoint */

/* Set a negative $size margin on the bottom at $breakpoint */

/* Set a negative $size margin on the left at $breakpoint */

/* Set a $size margin on the left & right at $breakpoint */

/* Set a $size margin on the top & bottom at $breakpoint */

/* Set a $size margin to all sides at $breakpoint */

/* Set a $size margin on the top at $breakpoint */
.mt-4 { margin-top: 24px !important; }

/* Set a $size margin on the right at $breakpoint */

/* Set a $size margin on the bottom at $breakpoint */
.mb-4 { margin-bottom: 24px !important; }

/* Set a $size margin on the left at $breakpoint */

/* Set a negative $size margin on top at $breakpoint */

/* Set a negative $size margin on the right at $breakpoint */

/* Set a negative $size margin on the bottom at $breakpoint */

/* Set a negative $size margin on the left at $breakpoint */

/* Set a $size margin on the left & right at $breakpoint */

/* Set a $size margin on the top & bottom at $breakpoint */

/* Set a $size margin to all sides at $breakpoint */

/* Set a $size margin on the top at $breakpoint */
.mt-5 { margin-top: 32px !important; }

/* Set a $size margin on the right at $breakpoint */

/* Set a $size margin on the bottom at $breakpoint */
.mb-5 { margin-bottom: 32px !important; }

/* Set a $size margin on the left at $breakpoint */

/* Set a negative $size margin on top at $breakpoint */

/* Set a negative $size margin on the right at $breakpoint */

/* Set a negative $size margin on the bottom at $breakpoint */

/* Set a negative $size margin on the left at $breakpoint */

/* Set a $size margin on the left & right at $breakpoint */

/* Set a $size margin on the top & bottom at $breakpoint */

/* Set a $size margin to all sides at $breakpoint */

/* Set a $size margin on the top at $breakpoint */

/* Set a $size margin on the right at $breakpoint */

/* Set a $size margin on the bottom at $breakpoint */

/* Set a $size margin on the left at $breakpoint */

/* Set a negative $size margin on top at $breakpoint */

/* Set a negative $size margin on the right at $breakpoint */

/* Set a negative $size margin on the bottom at $breakpoint */

/* Set a negative $size margin on the left at $breakpoint */

/* Set a $size margin on the left & right at $breakpoint */

/* Set a $size margin on the top & bottom at $breakpoint */

/* responsive horizontal auto margins */

@media (min-width: 544px) { /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* responsive horizontal auto margins */ }
@media (min-width: 768px) { /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-0 { margin-bottom: 0 !important; }
  /* Set a $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* responsive horizontal auto margins */ }
@media (min-width: 1012px) { /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* responsive horizontal auto margins */ }
@media (min-width: 1280px) { /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* Set a $size margin to all sides at $breakpoint */
  /* Set a $size margin on the top at $breakpoint */
  /* Set a $size margin on the right at $breakpoint */
  /* Set a $size margin on the bottom at $breakpoint */
  /* Set a $size margin on the left at $breakpoint */
  /* Set a negative $size margin on top at $breakpoint */
  /* Set a negative $size margin on the right at $breakpoint */
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* Set a negative $size margin on the left at $breakpoint */
  /* Set a $size margin on the left & right at $breakpoint */
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* responsive horizontal auto margins */ }
/* Set a $size padding to all sides at $breakpoint */

/* Set a $size padding to the top at $breakpoint */

/* Set a $size padding to the right at $breakpoint */
.pr-0 { padding-right: 0 !important; }

/* Set a $size padding to the bottom at $breakpoint */

/* Set a $size padding to the left at $breakpoint */

/* Set a $size padding to the left & right at $breakpoint */

/* Set a $size padding to the top & bottom at $breakpoint */

/* Set a $size padding to all sides at $breakpoint */
.p-1 { padding: 4px !important; }

/* Set a $size padding to the top at $breakpoint */

/* Set a $size padding to the right at $breakpoint */

/* Set a $size padding to the bottom at $breakpoint */

/* Set a $size padding to the left at $breakpoint */

/* Set a $size padding to the left & right at $breakpoint */

/* Set a $size padding to the top & bottom at $breakpoint */
.py-1 { padding-top: 4px !important; padding-bottom: 4px !important; }

/* Set a $size padding to all sides at $breakpoint */

/* Set a $size padding to the top at $breakpoint */

/* Set a $size padding to the right at $breakpoint */

/* Set a $size padding to the bottom at $breakpoint */

/* Set a $size padding to the left at $breakpoint */

/* Set a $size padding to the left & right at $breakpoint */

/* Set a $size padding to the top & bottom at $breakpoint */

/* Set a $size padding to all sides at $breakpoint */
.p-3 { padding: 16px !important; }

/* Set a $size padding to the top at $breakpoint */

/* Set a $size padding to the right at $breakpoint */

/* Set a $size padding to the bottom at $breakpoint */

/* Set a $size padding to the left at $breakpoint */

/* Set a $size padding to the left & right at $breakpoint */

/* Set a $size padding to the top & bottom at $breakpoint */

/* Set a $size padding to all sides at $breakpoint */

/* Set a $size padding to the top at $breakpoint */

/* Set a $size padding to the right at $breakpoint */

/* Set a $size padding to the bottom at $breakpoint */

/* Set a $size padding to the left at $breakpoint */

/* Set a $size padding to the left & right at $breakpoint */

/* Set a $size padding to the top & bottom at $breakpoint */

/* Set a $size padding to all sides at $breakpoint */
.p-5 { padding: 32px !important; }

/* Set a $size padding to the top at $breakpoint */

/* Set a $size padding to the right at $breakpoint */
.pr-5 { padding-right: 32px !important; }

/* Set a $size padding to the bottom at $breakpoint */

/* Set a $size padding to the left at $breakpoint */

/* Set a $size padding to the left & right at $breakpoint */

/* Set a $size padding to the top & bottom at $breakpoint */

/* Set a $size padding to all sides at $breakpoint */

/* Set a $size padding to the top at $breakpoint */

/* Set a $size padding to the right at $breakpoint */

/* Set a $size padding to the bottom at $breakpoint */

/* Set a $size padding to the left at $breakpoint */

/* Set a $size padding to the left & right at $breakpoint */

/* Set a $size padding to the top & bottom at $breakpoint */

@media (min-width: 544px) { /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */ }
@media (min-width: 768px) { /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */ }
@media (min-width: 1012px) { /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-0 { padding-right: 0 !important; }
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */ }
@media (min-width: 1280px) { /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* Set a $size padding to all sides at $breakpoint */
  /* Set a $size padding to the top at $breakpoint */
  /* Set a $size padding to the right at $breakpoint */
  /* Set a $size padding to the bottom at $breakpoint */
  /* Set a $size padding to the left at $breakpoint */
  /* Set a $size padding to the left & right at $breakpoint */
  /* Set a $size padding to the top & bottom at $breakpoint */ }

/* Set the font size to 26px */
.h1 { font-size: 26px !important; }
@media (min-width: 768px) { .h1 { font-size: 32px !important; } }

/* Set the font size to 22px */
.h2 { font-size: 22px !important; }
@media (min-width: 768px) { .h2 { font-size: 24px !important; } }

/* Set the font size to 18px */
.h3 { font-size: 18px !important; }
@media (min-width: 768px) { .h3 { font-size: 20px !important; } }

/* Set the font size to 16px */
.h4 { font-size: 16px !important; }

/* Set the font size to 14px */
.h5 { font-size: 14px !important; }

/* Set the font size to 12px */
.h6 { font-size: 12px !important; }

.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 600 !important; }

/* Set the font size to 26px */

/* Set the font size to 22px */

/* Set the font size to 18px */

/* Set the font size to 16px */

/* Set the font size to 14px */

/* Set the font size to 12px */

/* Set the font size to 40px and weight to light */

/* Set the font size to 32px and weight to light */

/* Set the font size to 26px and weight to light */

/* Set the font size to 22px and weight to light */

/* Set the font size to 18px and weight to light */

/* Set the font size to ${#h6-size} */
.text-small { font-size: 12px !important; }

/* Large leading paragraphs */
.lead { margin-bottom: 30px; font-size: 20px; font-weight: 300; color: #586069; }

/* Set the line height to ultra condensed */

/* Set the line height to condensed */

/* Set the line height to default */

/* Set the line height to zero */

/* Text align to the right */

/* Text align to the left */

/* Text align to the center */
.text-center { text-align: center !important; }

@media (min-width: 544px) { /* Text align to the right */
  /* Text align to the left */
  /* Text align to the center */ }
@media (min-width: 768px) { /* Text align to the right */
  /* Text align to the left */
  .text-md-left { text-align: left !important; }
  /* Text align to the center */ }
@media (min-width: 1012px) { /* Text align to the right */
  .text-lg-right { text-align: right !important; }
  /* Text align to the left */
  .text-lg-left { text-align: left !important; }
  /* Text align to the center */ }
@media (min-width: 1280px) { /* Text align to the right */
  /* Text align to the left */
  /* Text align to the center */ }
/* Set the font weight to normal */

/* Set the font weight to bold */

/* Set the font to italic */

/* Make text uppercase */

/* Underline text */

/* Don't underline text */

/* Don't wrap white space */

/* Normal white space */

/* Allow long lines with no spaces to line break */

/* Add a dark text shadow */

/* Add a light text shadow */

/* Set to monospace font */

/* Disallow user from selecting text */

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

.d-flex { display: flex !important; }

.d-none { display: none !important; }
@media (min-width: 768px) { .d-md-block { display: block !important; }
  .d-md-flex { display: flex !important; }
  .d-md-inline { display: inline !important; } }
/* Set the table-layout to fixed */

.container { width: 980px; margin-right: auto; margin-left: auto; }
.container::before { display: table; content: ""; }
.container::after { display: table; clear: both; content: ""; }

.column { float: left; padding-right: 10px; padding-left: 10px; }

.col-12 { width: 100%; }

@media (min-width: 544px) {
  .col-sm-6 { width: 50%; } }
@media (min-width: 768px) {
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.3333333333%; }
  .col-md-6 { width: 50%; }
  .col-md-8 { width: 66.6666666667%; }
  .col-md-9 { width: 75%; }
  .col-md-12 { width: 100%; } }
@media (min-width: 1012px) {
  .col-lg-2 { width: 16.6666666667%; }
  .col-lg-4 { width: 33.3333333333%; }
  .col-lg-5 { width: 41.6666666667%; }
  .col-lg-7 { width: 58.3333333333%; }
  .col-lg-10 { width: 83.3333333333%; } }

.highlight table td { padding: 5px; }

.highlight table pre { margin: 0; }

.highlight .c { color: #999988; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .ge { color: #000000; font-style: italic; }

.highlight .go { color: #888888; }

.highlight .gt { color: #aa0000; }

.highlight .kt { color: #445588; font-weight: bold; }

.highlight .k { color: #000000; font-weight: bold; }

.highlight .m { color: #009999; }

.highlight .se { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .s { color: #d14; }

.highlight .no { color: #008080; }

.highlight .ne { color: #990000; font-weight: bold; }

.highlight .nt { color: #000080; }

.highlight .o { color: #000000; font-weight: bold; }

.highlight .w { color: #bbbbbb; }

.highlight { background-color: #f8f8f8; }
