@charset "UTF-8";
/*
Theme Name: Gemini X ARCA
Author: Gemini AMS
Author URI: geminiams.com
Text Domain: Gemini: Advanced Marketing Solutions
*/
/* _mixins.scss */
/***************************************************
￼Generate Pure CSS Arrows
****************************************************/
/* _variables.scss */
/* line 108, src/stylesheets/abstracts/_variables.scss */
.has-teal-color {
  color: #61bab2; }

/* line 111, src/stylesheets/abstracts/_variables.scss */
.has-blue-color {
  color: #3b6ca8; }

/* line 114, src/stylesheets/abstracts/_variables.scss */
.has-lavender-color {
  color: #6b6fa7; }

/* line 117, src/stylesheets/abstracts/_variables.scss */
.has-purple-color {
  color: #6f358c; }

/* line 120, src/stylesheets/abstracts/_variables.scss */
.has-fuchsia-color {
  color: #a13384; }

/* line 123, src/stylesheets/abstracts/_variables.scss */
.has-pink-color {
  color: #b6318c; }

/* line 126, src/stylesheets/abstracts/_variables.scss */
.has-neutral-color {
  color: #fafafa; }

/* line 129, src/stylesheets/abstracts/_variables.scss */
.has-white-color {
  color: white; }

/* line 132, src/stylesheets/abstracts/_variables.scss */
.has-black-color {
  color: #000000; }

/* line 135, src/stylesheets/abstracts/_variables.scss */
.has-dark-gray-color {
  color: #58595b; }

/* line 140, src/stylesheets/abstracts/_variables.scss */
.has-teal-background-color {
  background-color: #61bab2; }

/* line 143, src/stylesheets/abstracts/_variables.scss */
.has-blue-background-color {
  background-color: #3b6ca8; }

/* line 146, src/stylesheets/abstracts/_variables.scss */
.has-lavender-background-color {
  background-color: #6b6fa7; }

/* line 149, src/stylesheets/abstracts/_variables.scss */
.has-purple-background-color {
  background-color: #6f358c; }

/* line 152, src/stylesheets/abstracts/_variables.scss */
.has-fuchsia-background-color {
  background-color: #a13384; }

/* line 155, src/stylesheets/abstracts/_variables.scss */
.has-pink-background-color {
  background-color: #b6318c; }

/* line 158, src/stylesheets/abstracts/_variables.scss */
.has-neutral-background-color {
  background-color: #fafafa; }

/* line 161, src/stylesheets/abstracts/_variables.scss */
.has-white-background-color {
  background-color: white; }

/* line 164, src/stylesheets/abstracts/_variables.scss */
.has-black-background-color {
  background-color: #000000; }

/* line 167, src/stylesheets/abstracts/_variables.scss */
.has-dark-gray-background-color {
  background-color: #58595b; }

/* reset.scss */
/* line 3, src/stylesheets/base/_normalize.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
button,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* line 92, src/stylesheets/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* line 105, src/stylesheets/base/_normalize.scss */
body {
  line-height: 1; }

/* line 108, src/stylesheets/base/_normalize.scss */
ol,
ul {
  list-style: none; }

/* line 112, src/stylesheets/base/_normalize.scss */
blockquote,
q {
  quotes: none; }

/* line 116, src/stylesheets/base/_normalize.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

/* line 123, src/stylesheets/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 128, src/stylesheets/base/_normalize.scss */
html,
body {
  height: 100%;
  min-height: 100%; }

/* line 136, src/stylesheets/base/_normalize.scss */
body.logged-in .header {
  top: 0; }
  @media screen and (max-width: 768px) {
    /* line 136, src/stylesheets/base/_normalize.scss */
    body.logged-in .header {
      top: 46px; } }

/* _style-guide.scss */
/* line 3, src/stylesheets/base/_style-guide.scss */
body {
  overflow-x: hidden;
  background: white; }
  /* line 6, src/stylesheets/base/_style-guide.scss */
  body.scrollLock {
    overflow: hidden; }

/* line 18, src/stylesheets/base/_style-guide.scss */
ol,
ul {
  list-style-position: outside;
  margin: 0 0 2rem 1.25rem; }
  /* line 22, src/stylesheets/base/_style-guide.scss */
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0; }
  /* line 27, src/stylesheets/base/_style-guide.scss */
  ol ol,
  ul ol {
    list-style-type: lower-roman; }
  /* line 31, src/stylesheets/base/_style-guide.scss */
  ol ul,
  ul ul {
    list-style-type: circle; }

/* line 36, src/stylesheets/base/_style-guide.scss */
ol {
  list-style-type: decimal; }

/* line 40, src/stylesheets/base/_style-guide.scss */
ul {
  list-style-type: disc; }

/* line 45, src/stylesheets/base/_style-guide.scss */
.list--plain {
  list-style: none;
  padding: 0; }
  /* line 49, src/stylesheets/base/_style-guide.scss */
  .list--plain__item,
  .list--plain li {
    line-height: 1em;
    margin: 0 0 1rem; }
    /* line 53, src/stylesheets/base/_style-guide.scss */
    .list--plain__item::before,
    .list--plain li::before {
      content: "";
      display: none; }

/* line 60, src/stylesheets/base/_style-guide.scss */
.list--inline {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  /* line 65, src/stylesheets/base/_style-guide.scss */
  .list--inline li::before {
    display: none; }
  /* line 69, src/stylesheets/base/_style-guide.scss */
  .list--inline__item {
    display: inline; }

/* line 76, src/stylesheets/base/_style-guide.scss */
ul[data-columns="1"] {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1; }
  @media (min-width: 768px) {
    /* line 76, src/stylesheets/base/_style-guide.scss */
    ul[data-columns="1"] {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; }
      /* line 80, src/stylesheets/base/_style-guide.scss */
      ul[data-columns="1"] li {
        padding-right: 1rem; } }

/* line 76, src/stylesheets/base/_style-guide.scss */
ul[data-columns="2"] {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1; }
  @media (min-width: 768px) {
    /* line 76, src/stylesheets/base/_style-guide.scss */
    ul[data-columns="2"] {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; }
      /* line 80, src/stylesheets/base/_style-guide.scss */
      ul[data-columns="2"] li {
        padding-right: 1rem; } }

/* line 76, src/stylesheets/base/_style-guide.scss */
ul[data-columns="3"] {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1; }
  @media (min-width: 768px) {
    /* line 76, src/stylesheets/base/_style-guide.scss */
    ul[data-columns="3"] {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; }
      /* line 80, src/stylesheets/base/_style-guide.scss */
      ul[data-columns="3"] li {
        padding-right: 1rem; } }

/* line 76, src/stylesheets/base/_style-guide.scss */
ul[data-columns="4"] {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1; }
  @media (min-width: 768px) {
    /* line 76, src/stylesheets/base/_style-guide.scss */
    ul[data-columns="4"] {
      -webkit-columns: 4;
         -moz-columns: 4;
              columns: 4; }
      /* line 80, src/stylesheets/base/_style-guide.scss */
      ul[data-columns="4"] li {
        padding-right: 1rem; } }

/* line 88, src/stylesheets/base/_style-guide.scss */
.entry-content ul li {
  margin-bottom: 0.5rem; }

/* line 93, src/stylesheets/base/_style-guide.scss */
img {
  width: 100%;
  height: auto; }

/* line 101, src/stylesheets/base/_style-guide.scss */
.resp-container {
  overflow: hidden;
  padding-bottom: var(--padding-bottom);
  position: relative; }

/* line 107, src/stylesheets/base/_style-guide.scss */
.resp-container__iframe,
.resp-container iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* line 117, src/stylesheets/base/_style-guide.scss */
.hide {
  display: none; }

/* line 121, src/stylesheets/base/_style-guide.scss */
.show {
  display: block !important; }

/* line 125, src/stylesheets/base/_style-guide.scss */
#container {
  display: block !important; }

/* line 129, src/stylesheets/base/_style-guide.scss */
.content-half iframe {
  width: 100%; }

/* line 133, src/stylesheets/base/_style-guide.scss */
.split--copy iframe {
  width: 100%; }

/* line 137, src/stylesheets/base/_style-guide.scss */
.v-tour iframe {
  width: 100%; }
  @media (min-width: 991px) {
    /* line 137, src/stylesheets/base/_style-guide.scss */
    .v-tour iframe {
      width: 853px; } }

/* _typography.scss */
/* line 3, src/stylesheets/base/_typography.scss */
body {
  font-family: "museo-sans", sans-serif;
  font-size: 1rem;
  line-height: inherit;
  color: #000000;
  font-weight: 500; }

/* line 12, src/stylesheets/base/_typography.scss */
table {
  width: 100%; }
  /* line 14, src/stylesheets/base/_typography.scss */
  table th {
    text-align: left; }
  /* line 17, src/stylesheets/base/_typography.scss */
  table td {
    font-family: "museo-sans", sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 300;
    margin: 0 0 .5rem; }
    @media (min-width: 768px) {
      /* line 17, src/stylesheets/base/_typography.scss */
      table td {
        margin: 0 0 1.5rem;
        font-size: 1.125rem; } }
    /* line 27, src/stylesheets/base/_typography.scss */
    table td strong, table td b {
      font-weight: 700; }
    /* line 30, src/stylesheets/base/_typography.scss */
    table td a {
      color: #3b6ca8;
      text-decoration: none; }

/* line 36, src/stylesheets/base/_typography.scss */
a {
  text-decoration: none;
  display: inline-block; }

/* line 40, src/stylesheets/base/_typography.scss */
p, li {
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #58595b;
  margin: 0 0 .75rem; }
  /* line 52, src/stylesheets/base/_typography.scss */
  p strong, p b, li strong, li b {
    font-weight: 700; }
  /* line 55, src/stylesheets/base/_typography.scss */
  p a, li a {
    color: #3b6ca8;
    text-decoration: none; }

/* line 62, src/stylesheets/base/_typography.scss */
ul.column-count-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

/* line 68, src/stylesheets/base/_typography.scss */
ul.column-count-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }
  @media screen and (max-width: 768px) {
    /* line 68, src/stylesheets/base/_typography.scss */
    ul.column-count-3 {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }

/* line 74, src/stylesheets/base/_typography.scss */
ul.column-count-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4; }
  @media screen and (max-width: 768px) {
    /* line 74, src/stylesheets/base/_typography.scss */
    ul.column-count-4 {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }

/* line 99, src/stylesheets/base/_typography.scss */
.p--small, figcaption {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #58595b; }

/* line 106, src/stylesheets/base/_typography.scss */
blockquote {
  display: block;
  margin: 0 auto 1.75rem;
  width: 70%; }
  /* line 110, src/stylesheets/base/_typography.scss */
  blockquote p {
    display: inline;
    font-style: italic;
    font-size: 1.25em;
    margin-bottom: 0;
    background: linear-gradient(120deg, #2e5482 0%, #2e5482 100%);
    background-repeat: no-repeat;
    background-size: 100% 20%;
    background-position: 0 60%; }
  /* line 120, src/stylesheets/base/_typography.scss */
  blockquote cite {
    font-weight: normal;
    display: block;
    text-align: right !important;
    font-style: italic; }

/* line 128, src/stylesheets/base/_typography.scss */
strong, b {
  font-weight: 700; }

/* line 132, src/stylesheets/base/_typography.scss */
em, i {
  font-style: italic; }

/* line 136, src/stylesheets/base/_typography.scss */
sup {
  font-size: inherit;
  vertical-align: super; }

/* line 141, src/stylesheets/base/_typography.scss */
sub {
  font-size: 1em;
  vertical-align: sub; }

/* line 149, src/stylesheets/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans", sans-serif; }
  /* line 152, src/stylesheets/base/_typography.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }
  /* line 155, src/stylesheets/base/_typography.scss */
  h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
    font-weight: 700; }

/* line 160, src/stylesheets/base/_typography.scss */
h1 {
  font-size: 50px;
  line-height: inherit;
  font-weight: 100;
  color: #000000; }

/* line 170, src/stylesheets/base/_typography.scss */
h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.125em;
  letter-spacing: -0.025em;
  color: #000;
  margin-bottom: 20px; }
  /* line 177, src/stylesheets/base/_typography.scss */
  h2.border-top {
    display: block;
    margin-bottom: .75rem; }
    /* line 180, src/stylesheets/base/_typography.scss */
    h2.border-top::before {
      content: '';
      display: block;
      height: 5px;
      width: 25%;
      background-color: #b6318c;
      margin-bottom: .75rem; }

/* line 204, src/stylesheets/base/_typography.scss */
h3 {
  font-size: 26px;
  font-weight: 400;
  color: #58595b; }
  /* line 214, src/stylesheets/base/_typography.scss */
  h3 a:hover {
    color: #3b6ca8; }

/* line 219, src/stylesheets/base/_typography.scss */
h4 {
  font-size: 24px;
  margin: 10px 0 0 0;
  line-height: inherit;
  color: #58595b; }

/* line 228, src/stylesheets/base/_typography.scss */
h5 {
  font-size: 1.25em;
  color: #b6318c;
  font-weight: 500; }
  /* line 232, src/stylesheets/base/_typography.scss */
  h5.border-top {
    display: block;
    margin-bottom: .75rem; }
    /* line 235, src/stylesheets/base/_typography.scss */
    h5.border-top::before {
      content: '';
      display: block;
      height: 2px;
      width: 100%;
      background-color: #b6318c;
      margin-bottom: .75rem; }

/* line 245, src/stylesheets/base/_typography.scss */
h6 {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3b6ca8;
  font-weight: 400;
  line-height: 1.5rem; }

/* _blocks.scss */
/* line 3, src/stylesheets/base/_blocks.scss */
.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  width: 100%; }

/* line 11, src/stylesheets/base/_blocks.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%; }

/* line 19, src/stylesheets/base/_blocks.scss */
.map-container {
  min-height: 400px; }

/* _grid.scss */
/* line 98, src/stylesheets/base/_grid.scss */
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1180px;
  display: block; }
  @media (max-width: 768px) {
    /* line 98, src/stylesheets/base/_grid.scss */
    .container {
      width: 95%; } }
  /* line 112, src/stylesheets/base/_grid.scss */
  .container--narrow {
    max-width: 930px; }
  /* line 115, src/stylesheets/base/_grid.scss */
  .container--full {
    margin: 0 auto;
    max-width: 100%;
    width: 100%; }

/* line 123, src/stylesheets/base/_grid.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* line 69, src/stylesheets/base/_grid.scss */
  .flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  /* line 70, src/stylesheets/base/_grid.scss */
  .flex--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  /* line 71, src/stylesheets/base/_grid.scss */
  .flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* line 72, src/stylesheets/base/_grid.scss */
  .flex--column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  /* line 75, src/stylesheets/base/_grid.scss */
  .flex--no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  /* line 76, src/stylesheets/base/_grid.scss */
  .flex--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  /* line 77, src/stylesheets/base/_grid.scss */
  .flex--wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  /* line 80, src/stylesheets/base/_grid.scss */
  .flex--align-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  /* line 81, src/stylesheets/base/_grid.scss */
  .flex--align-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 82, src/stylesheets/base/_grid.scss */
  .flex--align-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  /* line 85, src/stylesheets/base/_grid.scss */
  .flex--justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  /* line 86, src/stylesheets/base/_grid.scss */
  .flex--justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  /* line 87, src/stylesheets/base/_grid.scss */
  .flex--justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  /* line 88, src/stylesheets/base/_grid.scss */
  .flex--justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  /* line 89, src/stylesheets/base/_grid.scss */
  .flex--justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  /* line 90, src/stylesheets/base/_grid.scss */
  .flex--justify-even {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  /* line 93, src/stylesheets/base/_grid.scss */
  .flex--stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  @media (min-width: 320px) {
    /* line 69, src/stylesheets/base/_grid.scss */
    .flex-xs--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    /* line 70, src/stylesheets/base/_grid.scss */
    .flex-xs--row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    /* line 71, src/stylesheets/base/_grid.scss */
    .flex-xs--column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    /* line 72, src/stylesheets/base/_grid.scss */
    .flex-xs--column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    /* line 75, src/stylesheets/base/_grid.scss */
    .flex-xs--no-wrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    /* line 76, src/stylesheets/base/_grid.scss */
    .flex-xs--wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    /* line 77, src/stylesheets/base/_grid.scss */
    .flex-xs--wrap-reverse {
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
    /* line 80, src/stylesheets/base/_grid.scss */
    .flex-xs--align-top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    /* line 81, src/stylesheets/base/_grid.scss */
    .flex-xs--align-middle {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    /* line 82, src/stylesheets/base/_grid.scss */
    .flex-xs--align-bottom {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    /* line 85, src/stylesheets/base/_grid.scss */
    .flex-xs--justify-start {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    /* line 86, src/stylesheets/base/_grid.scss */
    .flex-xs--justify-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    /* line 87, src/stylesheets/base/_grid.scss */
    .flex-xs--justify-end {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    /* line 88, src/stylesheets/base/_grid.scss */
    .flex-xs--justify-around {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    /* line 89, src/stylesheets/base/_grid.scss */
    .flex-xs--justify-between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    /* line 90, src/stylesheets/base/_grid.scss */
    .flex-xs--justify-even {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    /* line 93, src/stylesheets/base/_grid.scss */
    .flex-xs--stretch {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  @media (min-width: 500px) {
    /* line 69, src/stylesheets/base/_grid.scss */
    .flex-sm--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    /* line 70, src/stylesheets/base/_grid.scss */
    .flex-sm--row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    /* line 71, src/stylesheets/base/_grid.scss */
    .flex-sm--column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    /* line 72, src/stylesheets/base/_grid.scss */
    .flex-sm--column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    /* line 75, src/stylesheets/base/_grid.scss */
    .flex-sm--no-wrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    /* line 76, src/stylesheets/base/_grid.scss */
    .flex-sm--wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    /* line 77, src/stylesheets/base/_grid.scss */
    .flex-sm--wrap-reverse {
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
    /* line 80, src/stylesheets/base/_grid.scss */
    .flex-sm--align-top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    /* line 81, src/stylesheets/base/_grid.scss */
    .flex-sm--align-middle {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    /* line 82, src/stylesheets/base/_grid.scss */
    .flex-sm--align-bottom {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    /* line 85, src/stylesheets/base/_grid.scss */
    .flex-sm--justify-start {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    /* line 86, src/stylesheets/base/_grid.scss */
    .flex-sm--justify-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    /* line 87, src/stylesheets/base/_grid.scss */
    .flex-sm--justify-end {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    /* line 88, src/stylesheets/base/_grid.scss */
    .flex-sm--justify-around {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    /* line 89, src/stylesheets/base/_grid.scss */
    .flex-sm--justify-between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    /* line 90, src/stylesheets/base/_grid.scss */
    .flex-sm--justify-even {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    /* line 93, src/stylesheets/base/_grid.scss */
    .flex-sm--stretch {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  @media (min-width: 768px) {
    /* line 69, src/stylesheets/base/_grid.scss */
    .flex-md--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    /* line 70, src/stylesheets/base/_grid.scss */
    .flex-md--row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    /* line 71, src/stylesheets/base/_grid.scss */
    .flex-md--column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    /* line 72, src/stylesheets/base/_grid.scss */
    .flex-md--column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    /* line 75, src/stylesheets/base/_grid.scss */
    .flex-md--no-wrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    /* line 76, src/stylesheets/base/_grid.scss */
    .flex-md--wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    /* line 77, src/stylesheets/base/_grid.scss */
    .flex-md--wrap-reverse {
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
    /* line 80, src/stylesheets/base/_grid.scss */
    .flex-md--align-top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    /* line 81, src/stylesheets/base/_grid.scss */
    .flex-md--align-middle {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    /* line 82, src/stylesheets/base/_grid.scss */
    .flex-md--align-bottom {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    /* line 85, src/stylesheets/base/_grid.scss */
    .flex-md--justify-start {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    /* line 86, src/stylesheets/base/_grid.scss */
    .flex-md--justify-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    /* line 87, src/stylesheets/base/_grid.scss */
    .flex-md--justify-end {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    /* line 88, src/stylesheets/base/_grid.scss */
    .flex-md--justify-around {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    /* line 89, src/stylesheets/base/_grid.scss */
    .flex-md--justify-between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    /* line 90, src/stylesheets/base/_grid.scss */
    .flex-md--justify-even {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    /* line 93, src/stylesheets/base/_grid.scss */
    .flex-md--stretch {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  @media (min-width: 991px) {
    /* line 69, src/stylesheets/base/_grid.scss */
    .flex-lg--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    /* line 70, src/stylesheets/base/_grid.scss */
    .flex-lg--row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    /* line 71, src/stylesheets/base/_grid.scss */
    .flex-lg--column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    /* line 72, src/stylesheets/base/_grid.scss */
    .flex-lg--column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    /* line 75, src/stylesheets/base/_grid.scss */
    .flex-lg--no-wrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    /* line 76, src/stylesheets/base/_grid.scss */
    .flex-lg--wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    /* line 77, src/stylesheets/base/_grid.scss */
    .flex-lg--wrap-reverse {
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
    /* line 80, src/stylesheets/base/_grid.scss */
    .flex-lg--align-top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    /* line 81, src/stylesheets/base/_grid.scss */
    .flex-lg--align-middle {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    /* line 82, src/stylesheets/base/_grid.scss */
    .flex-lg--align-bottom {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    /* line 85, src/stylesheets/base/_grid.scss */
    .flex-lg--justify-start {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    /* line 86, src/stylesheets/base/_grid.scss */
    .flex-lg--justify-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    /* line 87, src/stylesheets/base/_grid.scss */
    .flex-lg--justify-end {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    /* line 88, src/stylesheets/base/_grid.scss */
    .flex-lg--justify-around {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    /* line 89, src/stylesheets/base/_grid.scss */
    .flex-lg--justify-between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    /* line 90, src/stylesheets/base/_grid.scss */
    .flex-lg--justify-even {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    /* line 93, src/stylesheets/base/_grid.scss */
    .flex-lg--stretch {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  @media (min-width: 1580px) {
    /* line 69, src/stylesheets/base/_grid.scss */
    .flex-xl--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    /* line 70, src/stylesheets/base/_grid.scss */
    .flex-xl--row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    /* line 71, src/stylesheets/base/_grid.scss */
    .flex-xl--column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    /* line 72, src/stylesheets/base/_grid.scss */
    .flex-xl--column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    /* line 75, src/stylesheets/base/_grid.scss */
    .flex-xl--no-wrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    /* line 76, src/stylesheets/base/_grid.scss */
    .flex-xl--wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    /* line 77, src/stylesheets/base/_grid.scss */
    .flex-xl--wrap-reverse {
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
    /* line 80, src/stylesheets/base/_grid.scss */
    .flex-xl--align-top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    /* line 81, src/stylesheets/base/_grid.scss */
    .flex-xl--align-middle {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    /* line 82, src/stylesheets/base/_grid.scss */
    .flex-xl--align-bottom {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    /* line 85, src/stylesheets/base/_grid.scss */
    .flex-xl--justify-start {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    /* line 86, src/stylesheets/base/_grid.scss */
    .flex-xl--justify-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    /* line 87, src/stylesheets/base/_grid.scss */
    .flex-xl--justify-end {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    /* line 88, src/stylesheets/base/_grid.scss */
    .flex-xl--justify-around {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    /* line 89, src/stylesheets/base/_grid.scss */
    .flex-xl--justify-between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    /* line 90, src/stylesheets/base/_grid.scss */
    .flex-xl--justify-even {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    /* line 93, src/stylesheets/base/_grid.scss */
    .flex-xl--stretch {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  /* line 131, src/stylesheets/base/_grid.scss */
  .flex__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto; }
    @media (max-width: 768px) {
      /* line 131, src/stylesheets/base/_grid.scss */
      .flex__col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--1 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 1) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 1) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--1--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-1 {
      margin-left: 8.33333%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--1--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--2 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 2) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 2) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--2--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-2 {
      margin-left: 16.66667%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--2--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--3 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 3) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 3) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--3--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-3 {
      margin-left: 25%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--3--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--4 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 4) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 4) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--4--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-4 {
      margin-left: 33.33333%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--4--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--5 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 5) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 5) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--5--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-5 {
      margin-left: 41.66667%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--5--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--6 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 6) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 6) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--6--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-6 {
      margin-left: 50%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--6--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--7 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 7) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 7) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--7--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-7 {
      margin-left: 58.33333%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--7--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--8 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 8) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 8) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--8--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-8 {
      margin-left: 66.66667%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--8--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--9 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 9) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 9) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--9--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-9 {
      margin-left: 75%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--9--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--10 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 10) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 10) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--10--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-10 {
      margin-left: 83.33333%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--10--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--11 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 11) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 11) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--11--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-11 {
      margin-left: 91.66667%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--11--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 21, src/stylesheets/base/_grid.scss */
    .flex__col--12 {
      -ms-flex-preferred-size: calc( ( (100 / (12 / 12) ) * 1% ) - 20px);
          flex-basis: calc( ( (100 / (12 / 12) ) * 1% ) - 20px); }
    /* line 25, src/stylesheets/base/_grid.scss */
    .flex__col--12--strict {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    /* line 30, src/stylesheets/base/_grid.scss */
    .flex__col--offset-12 {
      margin-left: 100%; }
    /* line 34, src/stylesheets/base/_grid.scss */
    .flex__col--12--spaced {
      -ms-flex-preferred-size: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
          flex-basis: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
      margin-right: 1rem;
      margin-left: 1rem; }
    /* line 41, src/stylesheets/base/_grid.scss */
    .flex__col-auto {
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }
    /* line 46, src/stylesheets/base/_grid.scss */
    .flex__col--spaced {
      margin-right: 1rem;
      margin-left: 1rem; }
      /* line 49, src/stylesheets/base/_grid.scss */
      .flex__col--spaced--first {
        margin-left: 0; }
      /* line 50, src/stylesheets/base/_grid.scss */
      .flex__col--spaced--last {
        margin-right: 0; }
    /* line 54, src/stylesheets/base/_grid.scss */
    .flex__col--fit-content {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: auto; }
    /* line 60, src/stylesheets/base/_grid.scss */
    .flex__col--flex-first {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    /* line 61, src/stylesheets/base/_grid.scss */
    .flex__col--flex-last {
      -webkit-box-ordinal-group: 10000;
          -ms-flex-order: 9999;
              order: 9999; }
    @media (min-width: 320px) {
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--1 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 1) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 1) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--1--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 8.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-1 {
        margin-left: 8.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--1--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--2 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 2) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 2) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--2--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 16.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-2 {
        margin-left: 16.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--2--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--3 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 3) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 3) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--3--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 25%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-3 {
        margin-left: 25%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--3--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--4 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 4) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 4) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--4--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 33.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-4 {
        margin-left: 33.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--4--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--5 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 5) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 5) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--5--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 41.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-5 {
        margin-left: 41.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--5--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--6 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 6) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 6) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--6--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 50%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-6 {
        margin-left: 50%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--6--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--7 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 7) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 7) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--7--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 58.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-7 {
        margin-left: 58.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--7--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--8 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 8) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 8) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--8--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 66.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-8 {
        margin-left: 66.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--8--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--9 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 9) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 9) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--9--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 75%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-9 {
        margin-left: 75%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--9--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--10 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 10) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 10) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--10--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 83.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-10 {
        margin-left: 83.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--10--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--11 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 11) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 11) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--11--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 91.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-11 {
        margin-left: 91.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--11--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xs--12 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 12) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 12) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xs--12--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xs--offset-12 {
        margin-left: 100%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xs--12--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 41, src/stylesheets/base/_grid.scss */
      .flex__col-xs-auto {
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
      /* line 46, src/stylesheets/base/_grid.scss */
      .flex__col-xs--spaced {
        margin-right: 1rem;
        margin-left: 1rem; }
        /* line 49, src/stylesheets/base/_grid.scss */
        .flex__col-xs--spaced--first {
          margin-left: 0; }
        /* line 50, src/stylesheets/base/_grid.scss */
        .flex__col-xs--spaced--last {
          margin-right: 0; }
      /* line 54, src/stylesheets/base/_grid.scss */
      .flex__col-xs--fit-content {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: auto; }
      /* line 60, src/stylesheets/base/_grid.scss */
      .flex__col-xs--flex-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      /* line 61, src/stylesheets/base/_grid.scss */
      .flex__col-xs--flex-last {
        -webkit-box-ordinal-group: 10000;
            -ms-flex-order: 9999;
                order: 9999; } }
    @media (min-width: 500px) {
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--1 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 1) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 1) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--1--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 8.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-1 {
        margin-left: 8.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--1--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--2 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 2) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 2) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--2--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 16.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-2 {
        margin-left: 16.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--2--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--3 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 3) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 3) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--3--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 25%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-3 {
        margin-left: 25%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--3--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--4 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 4) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 4) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--4--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 33.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-4 {
        margin-left: 33.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--4--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--5 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 5) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 5) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--5--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 41.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-5 {
        margin-left: 41.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--5--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--6 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 6) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 6) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--6--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 50%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-6 {
        margin-left: 50%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--6--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--7 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 7) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 7) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--7--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 58.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-7 {
        margin-left: 58.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--7--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--8 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 8) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 8) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--8--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 66.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-8 {
        margin-left: 66.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--8--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--9 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 9) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 9) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--9--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 75%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-9 {
        margin-left: 75%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--9--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--10 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 10) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 10) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--10--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 83.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-10 {
        margin-left: 83.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--10--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--11 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 11) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 11) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--11--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 91.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-11 {
        margin-left: 91.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--11--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-sm--12 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 12) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 12) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-sm--12--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-sm--offset-12 {
        margin-left: 100%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-sm--12--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 41, src/stylesheets/base/_grid.scss */
      .flex__col-sm-auto {
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
      /* line 46, src/stylesheets/base/_grid.scss */
      .flex__col-sm--spaced {
        margin-right: 1rem;
        margin-left: 1rem; }
        /* line 49, src/stylesheets/base/_grid.scss */
        .flex__col-sm--spaced--first {
          margin-left: 0; }
        /* line 50, src/stylesheets/base/_grid.scss */
        .flex__col-sm--spaced--last {
          margin-right: 0; }
      /* line 54, src/stylesheets/base/_grid.scss */
      .flex__col-sm--fit-content {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: auto; }
      /* line 60, src/stylesheets/base/_grid.scss */
      .flex__col-sm--flex-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      /* line 61, src/stylesheets/base/_grid.scss */
      .flex__col-sm--flex-last {
        -webkit-box-ordinal-group: 10000;
            -ms-flex-order: 9999;
                order: 9999; } }
    @media (min-width: 768px) {
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--1 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 1) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 1) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--1--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 8.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-1 {
        margin-left: 8.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--1--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--2 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 2) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 2) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--2--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 16.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-2 {
        margin-left: 16.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--2--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--3 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 3) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 3) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--3--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 25%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-3 {
        margin-left: 25%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--3--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--4 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 4) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 4) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--4--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 33.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-4 {
        margin-left: 33.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--4--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--5 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 5) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 5) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--5--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 41.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-5 {
        margin-left: 41.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--5--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--6 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 6) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 6) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--6--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 50%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-6 {
        margin-left: 50%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--6--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--7 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 7) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 7) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--7--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 58.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-7 {
        margin-left: 58.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--7--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--8 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 8) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 8) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--8--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 66.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-8 {
        margin-left: 66.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--8--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--9 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 9) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 9) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--9--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 75%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-9 {
        margin-left: 75%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--9--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--10 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 10) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 10) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--10--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 83.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-10 {
        margin-left: 83.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--10--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--11 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 11) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 11) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--11--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 91.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-11 {
        margin-left: 91.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--11--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-md--12 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 12) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 12) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-md--12--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-md--offset-12 {
        margin-left: 100%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-md--12--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 41, src/stylesheets/base/_grid.scss */
      .flex__col-md-auto {
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
      /* line 46, src/stylesheets/base/_grid.scss */
      .flex__col-md--spaced {
        margin-right: 1rem;
        margin-left: 1rem; }
        /* line 49, src/stylesheets/base/_grid.scss */
        .flex__col-md--spaced--first {
          margin-left: 0; }
        /* line 50, src/stylesheets/base/_grid.scss */
        .flex__col-md--spaced--last {
          margin-right: 0; }
      /* line 54, src/stylesheets/base/_grid.scss */
      .flex__col-md--fit-content {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: auto; }
      /* line 60, src/stylesheets/base/_grid.scss */
      .flex__col-md--flex-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      /* line 61, src/stylesheets/base/_grid.scss */
      .flex__col-md--flex-last {
        -webkit-box-ordinal-group: 10000;
            -ms-flex-order: 9999;
                order: 9999; } }
    @media (min-width: 991px) {
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--1 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 1) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 1) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--1--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 8.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-1 {
        margin-left: 8.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--1--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--2 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 2) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 2) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--2--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 16.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-2 {
        margin-left: 16.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--2--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--3 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 3) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 3) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--3--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 25%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-3 {
        margin-left: 25%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--3--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--4 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 4) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 4) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--4--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 33.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-4 {
        margin-left: 33.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--4--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--5 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 5) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 5) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--5--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 41.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-5 {
        margin-left: 41.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--5--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--6 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 6) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 6) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--6--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 50%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-6 {
        margin-left: 50%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--6--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--7 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 7) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 7) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--7--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 58.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-7 {
        margin-left: 58.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--7--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--8 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 8) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 8) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--8--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 66.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-8 {
        margin-left: 66.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--8--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--9 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 9) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 9) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--9--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 75%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-9 {
        margin-left: 75%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--9--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--10 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 10) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 10) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--10--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 83.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-10 {
        margin-left: 83.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--10--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--11 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 11) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 11) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--11--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 91.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-11 {
        margin-left: 91.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--11--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-lg--12 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 12) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 12) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-lg--12--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-lg--offset-12 {
        margin-left: 100%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-lg--12--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 41, src/stylesheets/base/_grid.scss */
      .flex__col-lg-auto {
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
      /* line 46, src/stylesheets/base/_grid.scss */
      .flex__col-lg--spaced {
        margin-right: 1rem;
        margin-left: 1rem; }
        /* line 49, src/stylesheets/base/_grid.scss */
        .flex__col-lg--spaced--first {
          margin-left: 0; }
        /* line 50, src/stylesheets/base/_grid.scss */
        .flex__col-lg--spaced--last {
          margin-right: 0; }
      /* line 54, src/stylesheets/base/_grid.scss */
      .flex__col-lg--fit-content {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: auto; }
      /* line 60, src/stylesheets/base/_grid.scss */
      .flex__col-lg--flex-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      /* line 61, src/stylesheets/base/_grid.scss */
      .flex__col-lg--flex-last {
        -webkit-box-ordinal-group: 10000;
            -ms-flex-order: 9999;
                order: 9999; } }
    @media (min-width: 1580px) {
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--1 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 1) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 1) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--1--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 8.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-1 {
        margin-left: 8.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--1--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 1) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--2 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 2) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 2) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--2--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 16.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-2 {
        margin-left: 16.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--2--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 2) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--3 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 3) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 3) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--3--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 25%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-3 {
        margin-left: 25%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--3--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 3) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--4 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 4) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 4) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--4--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 33.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-4 {
        margin-left: 33.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--4--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 4) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--5 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 5) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 5) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--5--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 41.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-5 {
        margin-left: 41.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--5--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 5) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--6 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 6) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 6) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--6--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 50%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-6 {
        margin-left: 50%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--6--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 6) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--7 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 7) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 7) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--7--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 58.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-7 {
        margin-left: 58.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--7--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 7) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--8 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 8) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 8) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--8--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 66.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-8 {
        margin-left: 66.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--8--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 8) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--9 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 9) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 9) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--9--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 75%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-9 {
        margin-left: 75%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--9--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 9) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--10 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 10) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 10) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--10--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 83.33333%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-10 {
        margin-left: 83.33333%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--10--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 10) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--11 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 11) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 11) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--11--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 91.66667%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-11 {
        margin-left: 91.66667%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--11--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 11) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 21, src/stylesheets/base/_grid.scss */
      .flex__col-xl--12 {
        -ms-flex-preferred-size: calc( ( (100 / (12 / 12) ) * 1% ) - 20px);
            flex-basis: calc( ( (100 / (12 / 12) ) * 1% ) - 20px); }
      /* line 25, src/stylesheets/base/_grid.scss */
      .flex__col-xl--12--strict {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%; }
      /* line 30, src/stylesheets/base/_grid.scss */
      .flex__col-xl--offset-12 {
        margin-left: 100%; }
      /* line 34, src/stylesheets/base/_grid.scss */
      .flex__col-xl--12--spaced {
        -ms-flex-preferred-size: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
            flex-basis: calc( ( ( 100 / (12 / 12) ) * 1% ) - (1rem * 2 + 1px ));
        margin-right: 1rem;
        margin-left: 1rem; }
      /* line 41, src/stylesheets/base/_grid.scss */
      .flex__col-xl-auto {
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
      /* line 46, src/stylesheets/base/_grid.scss */
      .flex__col-xl--spaced {
        margin-right: 1rem;
        margin-left: 1rem; }
        /* line 49, src/stylesheets/base/_grid.scss */
        .flex__col-xl--spaced--first {
          margin-left: 0; }
        /* line 50, src/stylesheets/base/_grid.scss */
        .flex__col-xl--spaced--last {
          margin-right: 0; }
      /* line 54, src/stylesheets/base/_grid.scss */
      .flex__col-xl--fit-content {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: auto; }
      /* line 60, src/stylesheets/base/_grid.scss */
      .flex__col-xl--flex-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      /* line 61, src/stylesheets/base/_grid.scss */
      .flex__col-xl--flex-last {
        -webkit-box-ordinal-group: 10000;
            -ms-flex-order: 9999;
                order: 9999; } }
    /* line 145, src/stylesheets/base/_grid.scss */
    .flex__col--align-top {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    /* line 146, src/stylesheets/base/_grid.scss */
    .flex__col--align-middle {
      -ms-flex-item-align: center;
          align-self: center; }
    /* line 147, src/stylesheets/base/_grid.scss */
    .flex__col--align-bottom {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    /* line 149, src/stylesheets/base/_grid.scss */
    .flex__col--stretch {
      -ms-flex-item-align: stretch;
          align-self: stretch; }

/* line 154, src/stylesheets/base/_grid.scss */
.guides, .guides--spaced {
  bottom: 0;
  display: none;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999; }
  /* line 163, src/stylesheets/base/_grid.scss */
  .guides .container, .guides--spaced .container {
    height: 100%; }
  /* line 166, src/stylesheets/base/_grid.scss */
  .guides .flex__col, .guides--spaced .flex__col {
    pointer-events: none; }
  /* line 169, src/stylesheets/base/_grid.scss */
  .guides .flex__col:nth-of-type(even), .guides--spaced .flex__col:nth-of-type(even) {
    background: rgba(243, 142, 190, 0.3); }
  /* line 172, src/stylesheets/base/_grid.scss */
  .guides .flex__col:nth-of-type(odd), .guides--spaced .flex__col:nth-of-type(odd) {
    background: rgba(148, 161, 234, 0.3); }

/* reset.scss */
/* line 3, src/stylesheets/base/_normalize.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
button,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* line 92, src/stylesheets/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* line 105, src/stylesheets/base/_normalize.scss */
body {
  line-height: 1; }

/* line 108, src/stylesheets/base/_normalize.scss */
ol,
ul {
  list-style: none; }

/* line 112, src/stylesheets/base/_normalize.scss */
blockquote,
q {
  quotes: none; }

/* line 116, src/stylesheets/base/_normalize.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

/* line 123, src/stylesheets/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 128, src/stylesheets/base/_normalize.scss */
html,
body {
  height: 100%;
  min-height: 100%; }

/* line 136, src/stylesheets/base/_normalize.scss */
body.logged-in .header {
  top: 0; }
  @media screen and (max-width: 768px) {
    /* line 136, src/stylesheets/base/_normalize.scss */
    body.logged-in .header {
      top: 46px; } }

/* _panel.scss */
/* line 3, src/stylesheets/base/_panel.scss */
.panel {
  /***********************/
  /***********************/
  /***********************/
  /***********************/
  /***********************/
  /***********************/ }
  /* line 7, src/stylesheets/base/_panel.scss */
  .panel--tight {
    padding: 1rem 0 0 0; }
    @media (min-width: 768px) {
      /* line 7, src/stylesheets/base/_panel.scss */
      .panel--tight {
        padding: 2rem 0 0 0; } }
  /* line 13, src/stylesheets/base/_panel.scss */
  .panel--none {
    padding: 0; }
    @media (min-width: 768px) {
      /* line 13, src/stylesheets/base/_panel.scss */
      .panel--none {
        padding: 0; } }
  /* line 20, src/stylesheets/base/_panel.scss */
  .panel--top {
    padding: 2rem 0 0 0; }
    @media (min-width: 768px) {
      /* line 20, src/stylesheets/base/_panel.scss */
      .panel--top {
        padding: 3rem 0 0 0; } }
  /* line 27, src/stylesheets/base/_panel.scss */
  .panel--top-bottom {
    padding: 2rem 0; }
    @media (min-width: 768px) {
      /* line 27, src/stylesheets/base/_panel.scss */
      .panel--top-bottom {
        padding: 3rem 0; } }
  /* line 34, src/stylesheets/base/_panel.scss */
  .panel--large-top {
    padding: 4rem 0 0 0; }
    @media (min-width: 768px) {
      /* line 34, src/stylesheets/base/_panel.scss */
      .panel--large-top {
        padding: 8rem 0 0 0; } }
  /* line 40, src/stylesheets/base/_panel.scss */
  .panel--large {
    padding: 4rem 0; }
    @media (min-width: 768px) {
      /* line 40, src/stylesheets/base/_panel.scss */
      .panel--large {
        padding: 8rem 0; } }
  /* line 51, src/stylesheets/base/_panel.scss */
  .panel--bg-image {
    position: relative; }
    /* line 53, src/stylesheets/base/_panel.scss */
    .panel--bg-image::after {
      background-image: var(--background-image);
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
      bottom: 0;
      content: "";
      display: block;
      left: 0;
      right: 0;
      position: absolute;
      top: 0;
      z-index: -5; }
  /* line 77, src/stylesheets/base/_panel.scss */
  .panel__overlay::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -3; }
  /* line 90, src/stylesheets/base/_panel.scss */
  .panel__overlay--blue::before {
    background-color: rgba(59, 108, 168, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -3; }
  /* line 102, src/stylesheets/base/_panel.scss */
  .panel__overlay--blue-gradient::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -3; }
  /* line 118, src/stylesheets/base/_panel.scss */
  .panel__overlay--dark-gray::before {
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0));
    bottom: 0;
    content: "";
    background-blend-mode: multiply;
    left: 0;
    width: 66%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -3; }

/* _style-guide.scss */
/* line 3, src/stylesheets/base/_style-guide.scss */
body {
  overflow-x: hidden;
  background: white; }
  /* line 6, src/stylesheets/base/_style-guide.scss */
  body.scrollLock {
    overflow: hidden; }

/* line 18, src/stylesheets/base/_style-guide.scss */
ol,
ul {
  list-style-position: outside;
  margin: 0 0 2rem 1.25rem; }
  /* line 22, src/stylesheets/base/_style-guide.scss */
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0; }
  /* line 27, src/stylesheets/base/_style-guide.scss */
  ol ol,
  ul ol {
    list-style-type: lower-roman; }
  /* line 31, src/stylesheets/base/_style-guide.scss */
  ol ul,
  ul ul {
    list-style-type: circle; }

/* line 36, src/stylesheets/base/_style-guide.scss */
ol {
  list-style-type: decimal; }

/* line 40, src/stylesheets/base/_style-guide.scss */
ul {
  list-style-type: disc; }

/* line 45, src/stylesheets/base/_style-guide.scss */
.list--plain {
  list-style: none;
  padding: 0; }
  /* line 49, src/stylesheets/base/_style-guide.scss */
  .list--plain__item,
  .list--plain li {
    line-height: 1em;
    margin: 0 0 1rem; }
    /* line 53, src/stylesheets/base/_style-guide.scss */
    .list--plain__item::before,
    .list--plain li::before {
      content: "";
      display: none; }

/* line 60, src/stylesheets/base/_style-guide.scss */
.list--inline {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  /* line 65, src/stylesheets/base/_style-guide.scss */
  .list--inline li::before {
    display: none; }
  /* line 69, src/stylesheets/base/_style-guide.scss */
  .list--inline__item {
    display: inline; }

/* line 76, src/stylesheets/base/_style-guide.scss */
ul[data-columns="1"] {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1; }
  @media (min-width: 768px) {
    /* line 76, src/stylesheets/base/_style-guide.scss */
    ul[data-columns="1"] {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; }
      /* line 80, src/stylesheets/base/_style-guide.scss */
      ul[data-columns="1"] li {
        padding-right: 1rem; } }

/* line 76, src/stylesheets/base/_style-guide.scss */
ul[data-columns="2"] {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1; }
  @media (min-width: 768px) {
    /* line 76, src/stylesheets/base/_style-guide.scss */
    ul[data-columns="2"] {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; }
      /* line 80, src/stylesheets/base/_style-guide.scss */
      ul[data-columns="2"] li {
        padding-right: 1rem; } }

/* line 76, src/stylesheets/base/_style-guide.scss */
ul[data-columns="3"] {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1; }
  @media (min-width: 768px) {
    /* line 76, src/stylesheets/base/_style-guide.scss */
    ul[data-columns="3"] {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; }
      /* line 80, src/stylesheets/base/_style-guide.scss */
      ul[data-columns="3"] li {
        padding-right: 1rem; } }

/* line 76, src/stylesheets/base/_style-guide.scss */
ul[data-columns="4"] {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1; }
  @media (min-width: 768px) {
    /* line 76, src/stylesheets/base/_style-guide.scss */
    ul[data-columns="4"] {
      -webkit-columns: 4;
         -moz-columns: 4;
              columns: 4; }
      /* line 80, src/stylesheets/base/_style-guide.scss */
      ul[data-columns="4"] li {
        padding-right: 1rem; } }

/* line 88, src/stylesheets/base/_style-guide.scss */
.entry-content ul li {
  margin-bottom: 0.5rem; }

/* line 93, src/stylesheets/base/_style-guide.scss */
img {
  width: 100%;
  height: auto; }

/* line 101, src/stylesheets/base/_style-guide.scss */
.resp-container {
  overflow: hidden;
  padding-bottom: var(--padding-bottom);
  position: relative; }

/* line 107, src/stylesheets/base/_style-guide.scss */
.resp-container__iframe,
.resp-container iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* line 117, src/stylesheets/base/_style-guide.scss */
.hide {
  display: none; }

/* line 121, src/stylesheets/base/_style-guide.scss */
.show {
  display: block !important; }

/* line 125, src/stylesheets/base/_style-guide.scss */
#container {
  display: block !important; }

/* line 129, src/stylesheets/base/_style-guide.scss */
.content-half iframe {
  width: 100%; }

/* line 133, src/stylesheets/base/_style-guide.scss */
.split--copy iframe {
  width: 100%; }

/* line 137, src/stylesheets/base/_style-guide.scss */
.v-tour iframe {
  width: 100%; }
  @media (min-width: 991px) {
    /* line 137, src/stylesheets/base/_style-guide.scss */
    .v-tour iframe {
      width: 853px; } }

/* _typography.scss */
/* line 3, src/stylesheets/base/_typography.scss */
body {
  font-family: "museo-sans", sans-serif;
  font-size: 1rem;
  line-height: inherit;
  color: #000000;
  font-weight: 500; }

/* line 12, src/stylesheets/base/_typography.scss */
table {
  width: 100%; }
  /* line 14, src/stylesheets/base/_typography.scss */
  table th {
    text-align: left; }
  /* line 17, src/stylesheets/base/_typography.scss */
  table td {
    font-family: "museo-sans", sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 300;
    margin: 0 0 .5rem; }
    @media (min-width: 768px) {
      /* line 17, src/stylesheets/base/_typography.scss */
      table td {
        margin: 0 0 1.5rem;
        font-size: 1.125rem; } }
    /* line 27, src/stylesheets/base/_typography.scss */
    table td strong, table td b {
      font-weight: 700; }
    /* line 30, src/stylesheets/base/_typography.scss */
    table td a {
      color: #3b6ca8;
      text-decoration: none; }

/* line 36, src/stylesheets/base/_typography.scss */
a {
  text-decoration: none;
  display: inline-block; }

/* line 40, src/stylesheets/base/_typography.scss */
p, li {
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #58595b;
  margin: 0 0 .75rem; }
  /* line 52, src/stylesheets/base/_typography.scss */
  p strong, p b, li strong, li b {
    font-weight: 700; }
  /* line 55, src/stylesheets/base/_typography.scss */
  p a, li a {
    color: #3b6ca8;
    text-decoration: none; }

/* line 62, src/stylesheets/base/_typography.scss */
ul.column-count-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

/* line 68, src/stylesheets/base/_typography.scss */
ul.column-count-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }
  @media screen and (max-width: 768px) {
    /* line 68, src/stylesheets/base/_typography.scss */
    ul.column-count-3 {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }

/* line 74, src/stylesheets/base/_typography.scss */
ul.column-count-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4; }
  @media screen and (max-width: 768px) {
    /* line 74, src/stylesheets/base/_typography.scss */
    ul.column-count-4 {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }

/* line 99, src/stylesheets/base/_typography.scss */
.p--small, figcaption {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #58595b; }

/* line 106, src/stylesheets/base/_typography.scss */
blockquote {
  display: block;
  margin: 0 auto 1.75rem;
  width: 70%; }
  /* line 110, src/stylesheets/base/_typography.scss */
  blockquote p {
    display: inline;
    font-style: italic;
    font-size: 1.25em;
    margin-bottom: 0;
    background: linear-gradient(120deg, #2e5482 0%, #2e5482 100%);
    background-repeat: no-repeat;
    background-size: 100% 20%;
    background-position: 0 60%; }
  /* line 120, src/stylesheets/base/_typography.scss */
  blockquote cite {
    font-weight: normal;
    display: block;
    text-align: right !important;
    font-style: italic; }

/* line 128, src/stylesheets/base/_typography.scss */
strong, b {
  font-weight: 700; }

/* line 132, src/stylesheets/base/_typography.scss */
em, i {
  font-style: italic; }

/* line 136, src/stylesheets/base/_typography.scss */
sup {
  font-size: inherit;
  vertical-align: super; }

/* line 141, src/stylesheets/base/_typography.scss */
sub {
  font-size: 1em;
  vertical-align: sub; }

/* line 149, src/stylesheets/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans", sans-serif; }
  /* line 152, src/stylesheets/base/_typography.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }
  /* line 155, src/stylesheets/base/_typography.scss */
  h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
    font-weight: 700; }

/* line 160, src/stylesheets/base/_typography.scss */
h1 {
  font-size: 50px;
  line-height: inherit;
  font-weight: 100;
  color: #000000; }

/* line 170, src/stylesheets/base/_typography.scss */
h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.125em;
  letter-spacing: -0.025em;
  color: #000;
  margin-bottom: 20px; }
  /* line 177, src/stylesheets/base/_typography.scss */
  h2.border-top {
    display: block;
    margin-bottom: .75rem; }
    /* line 180, src/stylesheets/base/_typography.scss */
    h2.border-top::before {
      content: '';
      display: block;
      height: 5px;
      width: 25%;
      background-color: #b6318c;
      margin-bottom: .75rem; }

/* line 204, src/stylesheets/base/_typography.scss */
h3 {
  font-size: 26px;
  font-weight: 400;
  color: #58595b; }
  /* line 214, src/stylesheets/base/_typography.scss */
  h3 a:hover {
    color: #3b6ca8; }

/* line 219, src/stylesheets/base/_typography.scss */
h4 {
  font-size: 24px;
  margin: 10px 0 0 0;
  line-height: inherit;
  color: #58595b; }

/* line 228, src/stylesheets/base/_typography.scss */
h5 {
  font-size: 1.25em;
  color: #b6318c;
  font-weight: 500; }
  /* line 232, src/stylesheets/base/_typography.scss */
  h5.border-top {
    display: block;
    margin-bottom: .75rem; }
    /* line 235, src/stylesheets/base/_typography.scss */
    h5.border-top::before {
      content: '';
      display: block;
      height: 2px;
      width: 100%;
      background-color: #b6318c;
      margin-bottom: .75rem; }

/* line 245, src/stylesheets/base/_typography.scss */
h6 {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3b6ca8;
  font-weight: 400;
  line-height: 1.5rem; }

/* _buttons */
/* line 2, src/stylesheets/components/_buttons.scss */
.button {
  background: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  font-size: 10px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  letter-spacing: 0.2rem;
  padding: 14px 24px;
  text-decoration: none;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px; }
  /* line 17, src/stylesheets/components/_buttons.scss */
  .button--blue {
    background-color: #3b6ca8;
    border: 2px solid #3b6ca8;
    color: white; }
    /* line 21, src/stylesheets/components/_buttons.scss */
    .button--blue:hover, .button--blue:focus {
      background: transparent;
      border: 2px solid #3b6ca8;
      color: #3b6ca8; }
  /* line 28, src/stylesheets/components/_buttons.scss */
  .button--white {
    background-color: white;
    border: 2px solid white;
    color: #3b6ca8; }
    /* line 32, src/stylesheets/components/_buttons.scss */
    .button--white:hover, .button--white:focus {
      background: transparent;
      border: 2px solid white;
      color: white; }
  /* line 38, src/stylesheets/components/_buttons.scss */
  .button--outline {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000; }
    /* line 42, src/stylesheets/components/_buttons.scss */
    .button--outline:hover, .button--outline:focus {
      background: #000000;
      border: 1px solid #000000;
      color: white; }
  /* line 48, src/stylesheets/components/_buttons.scss */
  .button--text {
    background-color: transparent;
    color: #3b6ca8;
    display: block;
    padding: 0; }
    /* line 53, src/stylesheets/components/_buttons.scss */
    .button--text:hover, .button--text:focus {
      color: #000000; }
  /* line 57, src/stylesheets/components/_buttons.scss */
  .button--arrow {
    background-color: transparent;
    color: #3b6ca8;
    display: block;
    padding: 0;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 1px; }
    /* line 65, src/stylesheets/components/_buttons.scss */
    .button--arrow:hover, .button--arrow:focus {
      color: #000000; }

/* line 71, src/stylesheets/components/_buttons.scss */
.wp-block-button a.wp-block-button__link {
  cursor: pointer;
  display: block;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1em;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: .75rem 3rem;
  text-decoration: none;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #3b6ca8 !important;
  border: 2px solid #3b6ca8; }
  /* line 85, src/stylesheets/components/_buttons.scss */
  .wp-block-button a.wp-block-button__link:hover, .wp-block-button a.wp-block-button__link:focus {
    background: #3b6ca8;
    color: white !important; }

/* line 3, src/stylesheets/components/_card.scss */
.card {
  background: white;
  -webkit-box-shadow: 0.5rem 2rem 3rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 2rem 3rem 0 rgba(0, 0, 0, 0.1);
  margin: 0 1rem 3rem;
  width: calc(100% - 2rem); }
  /* line 9, src/stylesheets/components/_card.scss */
  .card--featured {
    color: #000000;
    text-decoration: none; }
    /* line 12, src/stylesheets/components/_card.scss */
    .card--featured__body {
      background-color: white;
      padding: 12%;
      width: 65%;
      margin: 0 auto;
      position: relative;
      bottom: 5%; }
  /* line 22, src/stylesheets/components/_card.scss */
  .card--blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1rem 3rem;
    position: relative; }
    @media (min-width: 500px) {
      /* line 22, src/stylesheets/components/_card.scss */
      .card--blog {
        margin: 0 2rem 3rem; } }
    /* line 31, src/stylesheets/components/_card.scss */
    .card--blog::after {
      background: white;
      bottom: 0;
      -webkit-box-shadow: 0.5rem 2rem 3rem 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0.5rem 2rem 3rem 0 rgba(0, 0, 0, 0.1);
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 5rem;
      z-index: -1; }
    /* line 43, src/stylesheets/components/_card.scss */
    .card--blog--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      /* line 46, src/stylesheets/components/_card.scss */
      .card--blog--reverse::after {
        bottom: 5rem;
        top: 0; }
    /* line 52, src/stylesheets/components/_card.scss */
    .card--blog__image {
      -webkit-box-shadow: 0.5rem 2rem 3rem 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0.5rem 2rem 3rem 0 rgba(0, 0, 0, 0.1);
      line-height: 0;
      margin: 0 2rem; }
    /* line 58, src/stylesheets/components/_card.scss */
    .card--blog__body {
      padding: 1rem 3rem; }
      /* line 61, src/stylesheets/components/_card.scss */
      .card--blog__body h6 {
        padding-top: 1rem;
        margin-bottom: 1rem; }
        @media (min-width: 768px) {
          /* line 61, src/stylesheets/components/_card.scss */
          .card--blog__body h6 {
            padding-top: 2rem;
            margin-bottom: 2rem; } }
      /* line 70, src/stylesheets/components/_card.scss */
      .card--blog__body p {
        max-width: 240px; }
        @media (min-width: 500px) {
          /* line 70, src/stylesheets/components/_card.scss */
          .card--blog__body p {
            line-height: 2em;
            max-width: 320px; } }

/* _forms.scss */
/* _hamburger.scss */
/* line 3, src/stylesheets/components/_hamburger.scss */
.hamburger {
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  z-index: 9;
  position: relative;
  margin-right: 1rem; }
  /* line 11, src/stylesheets/components/_hamburger.scss */
  .hamburger .line {
    position: absolute;
    background-color: white;
    height: 3px;
    width: 100%;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 500px) {
      /* line 20, src/stylesheets/components/_hamburger.scss */
      .hamburger .line.active {
        width: 50%; } }
  /* line 26, src/stylesheets/components/_hamburger.scss */
  .hamburger .line-one {
    top: 20%;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    /* line 29, src/stylesheets/components/_hamburger.scss */
    .hamburger .line-one.active {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 50%; }
  /* line 34, src/stylesheets/components/_hamburger.scss */
  .hamburger .line-two {
    top: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    /* line 37, src/stylesheets/components/_hamburger.scss */
    .hamburger .line-two.active {
      -webkit-transition: 0.4s;
      transition: 0.4s;
      opacity: 0; }
  /* line 42, src/stylesheets/components/_hamburger.scss */
  .hamburger .line-three {
    top: 80%;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    /* line 45, src/stylesheets/components/_hamburger.scss */
    .hamburger .line-three.active {
      top: 50%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

/* line 53, src/stylesheets/components/_hamburger.scss */
.ham1 .top {
  stroke-dasharray: 40 139; }

/* line 56, src/stylesheets/components/_hamburger.scss */
.ham1 .bottom {
  stroke-dasharray: 40 180; }

/* line 59, src/stylesheets/components/_hamburger.scss */
.ham1.active .top {
  stroke-dashoffset: -98px; }

/* line 62, src/stylesheets/components/_hamburger.scss */
.ham1.active .bottom {
  stroke-dashoffset: -138px; }

/* _links.scss */
/* line 13, src/stylesheets/components/_links.scss */
.a--clean, .a--logo, .a--image {
  color: inherit; }

/* line 25, src/stylesheets/components/_links.scss */
.a--social {
  display: inline-block;
  margin: 0 0.5rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  /* line 29, src/stylesheets/components/_links.scss */
  .a--social i {
    font-size: 20px; }
    @media (min-width: 768px) {
      /* line 29, src/stylesheets/components/_links.scss */
      .a--social i {
        font-size: 16px; } }
  @media (min-width: 768px) {
    /* line 25, src/stylesheets/components/_links.scss */
    .a--social {
      margin: 0 1rem; } }
  /* line 38, src/stylesheets/components/_links.scss */
  .a--social:first-child {
    margin-left: 0; }
  /* line 42, src/stylesheets/components/_links.scss */
  .a--social:last-child {
    margin-right: 0; }
  /* line 46, src/stylesheets/components/_links.scss */
  .a--social:hover, .a--social:focus {
    color: #3b6ca8; }

/* line 54, src/stylesheets/components/_links.scss */
.content-col a {
  color: #61bab2;
  text-decoration: none;
  font-weight: bold; }

/* _nav.scss */
/* line 2, src/stylesheets/components/_nav.scss */
.home-link {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 2, src/stylesheets/components/_nav.scss */
    .home-link {
      display: block; } }

/* line 9, src/stylesheets/components/_nav.scss */
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 17, src/stylesheets/components/_nav.scss */
  nav ul li {
    padding: .5rem 1rem;
    margin-bottom: 0;
    border-radius: 4px;
    position: relative; }
    /* line 22, src/stylesheets/components/_nav.scss */
    nav ul li:hover {
      background-color: white; }
      /* line 24, src/stylesheets/components/_nav.scss */
      nav ul li:hover a {
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
        color: #000000; }
    /* line 29, src/stylesheets/components/_nav.scss */
    nav ul li a {
      font-size: 14px;
      color: white;
      text-decoration: none;
      font-weight: 400;
      text-transform: uppercase; }
    /* line 37, src/stylesheets/components/_nav.scss */
    nav ul li.menu-item-has-children a:after {
      content: '';
      width: 6px;
      height: 6px;
      margin-bottom: 2px;
      border-top: 2px solid rgba(255, 255, 255, 0.7);
      border-right: 2px solid rgba(255, 255, 255, 0.7);
      display: inline-block;
      margin-left: 10px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    /* line 49, src/stylesheets/components/_nav.scss */
    nav ul li.menu-item-has-children:hover a:after {
      border-color: #000000;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-bottom: -2px; }
    /* line 54, src/stylesheets/components/_nav.scss */
    nav ul li.menu-item-has-children:hover .sub-menu {
      display: block;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
      visibility: visible;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    /* line 63, src/stylesheets/components/_nav.scss */
    nav ul li .sub-menu {
      -webkit-transform: translateY(-30%);
              transform: translateY(-30%);
      opacity: 0;
      visibility: hidden;
      position: absolute;
      border-radius: 4px;
      left: 0;
      display: block;
      background-color: white;
      min-width: 200px;
      z-index: 9990;
      padding: 1rem 0; }
      /* line 75, src/stylesheets/components/_nav.scss */
      nav ul li .sub-menu li {
        text-align: left; }
      /* line 78, src/stylesheets/components/_nav.scss */
      nav ul li .sub-menu a {
        color: #000000; }
        /* line 80, src/stylesheets/components/_nav.scss */
        nav ul li .sub-menu a:hover {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          color: #3b6ca8; }
        /* line 84, src/stylesheets/components/_nav.scss */
        nav ul li .sub-menu a::after {
          content: '';
          display: none; }

/* line 93, src/stylesheets/components/_nav.scss */
.desktop-search {
  color: white; }
  /* line 99, src/stylesheets/components/_nav.scss */
  .desktop-search i {
    width: 45px;
    color: white;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    /* line 105, src/stylesheets/components/_nav.scss */
    .desktop-search i.magnify {
      display: block; }
      /* line 107, src/stylesheets/components/_nav.scss */
      .desktop-search i.magnify.active {
        display: none; }
    /* line 111, src/stylesheets/components/_nav.scss */
    .desktop-search i.ex {
      display: none; }
      /* line 113, src/stylesheets/components/_nav.scss */
      .desktop-search i.ex.active {
        color: #3b6ca8;
        display: block; }
    /* line 118, src/stylesheets/components/_nav.scss */
    .desktop-search i:hover {
      color: #3b6ca8; }
  /* line 122, src/stylesheets/components/_nav.scss */
  .desktop-search .searchandfilter {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #000000;
    z-index: 900;
    display: none; }
    /* line 130, src/stylesheets/components/_nav.scss */
    .desktop-search .searchandfilter.active {
      display: block; }
    /* line 133, src/stylesheets/components/_nav.scss */
    .desktop-search .searchandfilter ul {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 65%;
      margin: auto;
      padding: 1rem 0; }
      /* line 141, src/stylesheets/components/_nav.scss */
      .desktop-search .searchandfilter ul li {
        border-bottom: none;
        padding: 0; }
        /* line 144, src/stylesheets/components/_nav.scss */
        .desktop-search .searchandfilter ul li.sf-field-search {
          width: 70%; }
          /* line 146, src/stylesheets/components/_nav.scss */
          .desktop-search .searchandfilter ul li.sf-field-search label {
            width: 100%; }
          /* line 149, src/stylesheets/components/_nav.scss */
          .desktop-search .searchandfilter ul li.sf-field-search input {
            background-color: transparent;
            width: 100%;
            border: none;
            padding: .5rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            color: white; }
        /* line 158, src/stylesheets/components/_nav.scss */
        .desktop-search .searchandfilter ul li.sf-field-submit {
          width: 20%; }
          /* line 160, src/stylesheets/components/_nav.scss */
          .desktop-search .searchandfilter ul li.sf-field-submit input {
            border: 1px solid rgba(255, 255, 255, 0.3);
            background-color: #000000;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 2px;
            padding: .5rem 1rem;
            outline: none;
            color: white;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            /* line 170, src/stylesheets/components/_nav.scss */
            .desktop-search .searchandfilter ul li.sf-field-submit input:hover {
              cursor: pointer;
              background-color: white;
              color: #000000; }
  /* line 181, src/stylesheets/components/_nav.scss */
  .desktop-search.active i {
    color: #3b6ca8; }
  /* line 184, src/stylesheets/components/_nav.scss */
  .desktop-search.active .searchandfilter {
    display: block; }

/* line 189, src/stylesheets/components/_nav.scss */
.mobile_nav {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #2E2F31;
  z-index: 9999; }
  /* line 197, src/stylesheets/components/_nav.scss */
  .mobile_nav ul {
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 95%; }
    /* line 203, src/stylesheets/components/_nav.scss */
    .mobile_nav ul li {
      border-bottom: 1px solid #414245;
      padding: 0.5rem 1.5rem; }
      /* line 206, src/stylesheets/components/_nav.scss */
      .mobile_nav ul li a {
        color: white;
        font-size: 14px;
        text-transform: uppercase; }
      /* line 211, src/stylesheets/components/_nav.scss */
      .mobile_nav ul li.menu-item-has-children {
        position: relative;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        /* line 214, src/stylesheets/components/_nav.scss */
        .mobile_nav ul li.menu-item-has-children.active {
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          /* line 216, src/stylesheets/components/_nav.scss */
          .mobile_nav ul li.menu-item-has-children.active .sub-menu {
            display: block; }
          /* line 219, src/stylesheets/components/_nav.scss */
          .mobile_nav ul li.menu-item-has-children.active::after {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
        /* line 223, src/stylesheets/components/_nav.scss */
        .mobile_nav ul li.menu-item-has-children:after {
          content: '';
          width: 6px;
          height: 6px;
          border-top: 2px solid rgba(255, 255, 255, 0.7);
          border-right: 2px solid rgba(255, 255, 255, 0.7);
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          position: absolute;
          top: 1.2rem;
          right: 1.5rem; }
        /* line 234, src/stylesheets/components/_nav.scss */
        .mobile_nav ul li.menu-item-has-children .sub-menu {
          padding: 0.5rem 0 0 0;
          width: 95%;
          display: none; }
          /* line 238, src/stylesheets/components/_nav.scss */
          .mobile_nav ul li.menu-item-has-children .sub-menu li {
            border-bottom: none;
            padding: 0; }
            /* line 241, src/stylesheets/components/_nav.scss */
            .mobile_nav ul li.menu-item-has-children .sub-menu li a {
              text-transform: none; }
              /* line 243, src/stylesheets/components/_nav.scss */
              .mobile_nav ul li.menu-item-has-children .sub-menu li a:after {
                display: none; }
  /* line 252, src/stylesheets/components/_nav.scss */
  .mobile_nav--footer {
    width: 95%;
    margin: 0 auto; }
    /* line 255, src/stylesheets/components/_nav.scss */
    .mobile_nav--footer .mobile-search {
      color: white;
      border-bottom: 1px solid #414245;
      padding: 1rem 1.5rem 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      /* line 262, src/stylesheets/components/_nav.scss */
      .mobile_nav--footer .mobile-search i {
        width: 45px;
        color: white; }
      /* line 266, src/stylesheets/components/_nav.scss */
      .mobile_nav--footer .mobile-search .searchandfilter {
        display: none;
        width: calc(100% - 45px); }
        /* line 269, src/stylesheets/components/_nav.scss */
        .mobile_nav--footer .mobile-search .searchandfilter ul {
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          /* line 274, src/stylesheets/components/_nav.scss */
          .mobile_nav--footer .mobile-search .searchandfilter ul li {
            border-bottom: none;
            padding: 0; }
            /* line 277, src/stylesheets/components/_nav.scss */
            .mobile_nav--footer .mobile-search .searchandfilter ul li.sf-field-search {
              width: 70%; }
              /* line 279, src/stylesheets/components/_nav.scss */
              .mobile_nav--footer .mobile-search .searchandfilter ul li.sf-field-search label {
                width: 100%; }
              /* line 283, src/stylesheets/components/_nav.scss */
              .mobile_nav--footer .mobile-search .searchandfilter ul li.sf-field-search input {
                background-color: transparent;
                width: 100%;
                border: none;
                padding: .5rem;
                border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                color: white; }
            /* line 292, src/stylesheets/components/_nav.scss */
            .mobile_nav--footer .mobile-search .searchandfilter ul li.sf-field-submit {
              width: 20%; }
              /* line 294, src/stylesheets/components/_nav.scss */
              .mobile_nav--footer .mobile-search .searchandfilter ul li.sf-field-submit input {
                border: 1px solid rgba(255, 255, 255, 0.3);
                background-color: #2E2F31;
                text-transform: uppercase;
                font-size: 12px;
                letter-spacing: 2px;
                padding: .5rem 1rem;
                outline: none;
                color: white; }
                /* line 305, src/stylesheets/components/_nav.scss */
                .mobile_nav--footer .mobile-search .searchandfilter ul li.sf-field-submit input:hover {
                  cursor: pointer;
                  background-color: white;
                  color: #3b6ca8; }
      /* line 318, src/stylesheets/components/_nav.scss */
      .mobile_nav--footer .mobile-search.active i {
        color: #3b6ca8; }
      /* line 321, src/stylesheets/components/_nav.scss */
      .mobile_nav--footer .mobile-search.active .searchandfilter {
        display: block; }
    /* line 326, src/stylesheets/components/_nav.scss */
    .mobile_nav--footer .mobile-social {
      color: white;
      padding: 1rem 1.5rem 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      /* line 331, src/stylesheets/components/_nav.scss */
      .mobile_nav--footer .mobile-social a i {
        font-size: 18px; }

/* line 1, src/stylesheets/modules/_accordion.scss */
.custom-dropdown {
  padding-bottom: 5rem; }
  /* line 3, src/stylesheets/modules/_accordion.scss */
  .custom-dropdown--title {
    -webkit-box-shadow: 15px 15px 15px -3px rgba(0, 0, 0, 0.05);
            box-shadow: 15px 15px 15px -3px rgba(0, 0, 0, 0.05);
    font-size: 24px;
    font-family: "museo-sans", sans-serif;
    background-color: white;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin: 0;
    padding: 0.5rem 3.5rem;
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem; }
    /* line 16, src/stylesheets/modules/_accordion.scss */
    .custom-dropdown--title.rotate {
      color: #3b6ca8; }
    @media (min-width: 768px) {
      /* line 3, src/stylesheets/modules/_accordion.scss */
      .custom-dropdown--title {
        padding: 1rem 2rem; } }
    /* line 23, src/stylesheets/modules/_accordion.scss */
    .custom-dropdown--title::after {
      content: "\2795";
      position: absolute;
      right: 1.5rem;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    /* line 31, src/stylesheets/modules/_accordion.scss */
    .custom-dropdown--title.rotate::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
  /* line 38, src/stylesheets/modules/_accordion.scss */
  .custom-dropdown--option {
    margin-top: -10px;
    margin-bottom: 2rem;
    display: none;
    padding: 2rem;
    background-color: white;
    color: #000000; }
    @media (min-width: 991px) {
      /* line 38, src/stylesheets/modules/_accordion.scss */
      .custom-dropdown--option {
        padding: 2rem 5rem; } }
    /* line 48, src/stylesheets/modules/_accordion.scss */
    .custom-dropdown--option img {
      width: 25%; }

/* line 54, src/stylesheets/modules/_accordion.scss */
.accordion-copy p {
  display: block;
  color: #000000; }

/* line 60, src/stylesheets/modules/_accordion.scss */
.accordion-content img {
  max-width: 400px; }

/* line 66, src/stylesheets/modules/_accordion.scss */
.content--accordian p {
  cursor: pointer; }

/* _banners.scss */
/* line 2, src/stylesheets/modules/_banners.scss */
.banner {
  position: relative;
  min-height: 600px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3b6ca8; }
  /* line 12, src/stylesheets/modules/_banners.scss */
  .banner.blue {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#376BA9), to(#00899B));
    background-image: linear-gradient(to top right, #376BA9, #00899B); }
  /* line 15, src/stylesheets/modules/_banners.scss */
  .banner.purple {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#6f358c), to(#a13384));
    background-image: linear-gradient(to top right, #6f358c, #a13384); }
  /* line 18, src/stylesheets/modules/_banners.scss */
  .banner.black {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#000000), to(#58595b));
    background-image: linear-gradient(to top right, #000000, #58595b); }
  /* line 21, src/stylesheets/modules/_banners.scss */
  .banner.gray {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#2E2F31), to(#f8f7f6));
    background-image: linear-gradient(to top right, #2E2F31, #f8f7f6); }
  /* line 24, src/stylesheets/modules/_banners.scss */
  .banner--content {
    z-index: 900; }
    /* line 26, src/stylesheets/modules/_banners.scss */
    .banner--content h3, .banner--content h4, .banner--content h6, .banner--content p {
      color: white; }
    /* line 29, src/stylesheets/modules/_banners.scss */
    .banner--content h3 {
      font-size: 55px; }
  /* line 33, src/stylesheets/modules/_banners.scss */
  .banner--link {
    text-align: center; }
  /* line 36, src/stylesheets/modules/_banners.scss */
  .banner--overlay {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.31;
    -webkit-filter: grayscale(100%) brightness(83%) contrast(90%);
            filter: grayscale(100%) brightness(83%) contrast(90%);
    background-size: cover; }

/* line 52, src/stylesheets/modules/_banners.scss */
.contact__banner {
  position: relative;
  min-height: 300px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3b6ca8; }
  /* line 62, src/stylesheets/modules/_banners.scss */
  .contact__banner.blue {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#376BA9), to(#00899B));
    background-image: linear-gradient(to top right, #376BA9, #00899B); }
  /* line 65, src/stylesheets/modules/_banners.scss */
  .contact__banner.purple {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#6f358c), to(#a13384));
    background-image: linear-gradient(to top right, #6f358c, #a13384); }
  /* line 68, src/stylesheets/modules/_banners.scss */
  .contact__banner.black {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#000000), to(#58595b));
    background-image: linear-gradient(to top right, #000000, #58595b); }
  /* line 71, src/stylesheets/modules/_banners.scss */
  .contact__banner.gray {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#2E2F31), to(#f8f7f6));
    background-image: linear-gradient(to top right, #2E2F31, #f8f7f6); }
  /* line 74, src/stylesheets/modules/_banners.scss */
  .contact__banner--content {
    z-index: 900; }
    /* line 76, src/stylesheets/modules/_banners.scss */
    .contact__banner--content h3, .contact__banner--content h4, .contact__banner--content h6, .contact__banner--content p {
      color: white; }
    /* line 79, src/stylesheets/modules/_banners.scss */
    .contact__banner--content h3 {
      font-size: 55px; }
  /* line 83, src/stylesheets/modules/_banners.scss */
  .contact__banner--link {
    text-align: center; }
  /* line 86, src/stylesheets/modules/_banners.scss */
  .contact__banner--overlay {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.31;
    -webkit-filter: grayscale(100%) brightness(83%) contrast(90%);
            filter: grayscale(100%) brightness(83%) contrast(90%);
    background-size: cover; }

/* line 2, src/stylesheets/modules/_columns.scss */
.columns .icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
  padding-bottom: 1rem; }

/* line 11, src/stylesheets/modules/_columns.scss */
.columns .image {
  width: 100%;
  padding-bottom: 1rem; }

/* line 16, src/stylesheets/modules/_columns.scss */
.columns h2 {
  display: block; }
  /* line 18, src/stylesheets/modules/_columns.scss */
  .columns h2::before {
    content: '';
    display: block;
    height: 5px;
    width: 25%;
    background-color: #b6318c;
    margin-bottom: .75rem; }

/* line 3, src/stylesheets/modules/_featured-news.scss */
.featured-news a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  /* line 5, src/stylesheets/modules/_featured-news.scss */
  .featured-news a:hover h3 {
    -webkit-transition: 0.2s;
    transition: 0.2s; }

/* line 10, src/stylesheets/modules/_featured-news.scss */
.featured-news.dark-gray {
  background-color: #2E2F31; }
  /* line 12, src/stylesheets/modules/_featured-news.scss */
  .featured-news.dark-gray h2 {
    color: white; }

/* line 16, src/stylesheets/modules/_featured-news.scss */
.featured-news.blue {
  background-color: #3b6ca8; }
  /* line 18, src/stylesheets/modules/_featured-news.scss */
  .featured-news.blue h2 {
    color: white; }

/* line 22, src/stylesheets/modules/_featured-news.scss */
.featured-news.white, .featured-news.light-gray {
  background-color: white; }

/* line 25, src/stylesheets/modules/_featured-news.scss */
.featured-news.light-gray {
  background-color: #f8f7f6; }

/* line 28, src/stylesheets/modules/_featured-news.scss */
.featured-news .single_news {
  border-top: 4px solid #58595b;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  /* line 34, src/stylesheets/modules/_featured-news.scss */
  .featured-news .single_news .top {
    padding: 1rem; }

/* line 1, src/stylesheets/modules/_featured-publication.scss */
.featured-publication {
  background-color: #F6F6F6;
  padding: 4rem 0; }
  /* line 4, src/stylesheets/modules/_featured-publication.scss */
  .featured-publication--container {
    background-color: white;
    border-top: 5px solid #C9148D; }
    /* line 7, src/stylesheets/modules/_featured-publication.scss */
    .featured-publication--container.working-paper {
      border-top-color: #61bab2; }
    /* line 10, src/stylesheets/modules/_featured-publication.scss */
    .featured-publication--container.report {
      border-top-color: #C8168D; }
    /* line 13, src/stylesheets/modules/_featured-publication.scss */
    .featured-publication--container.book {
      border-top-color: #6f358c; }
    /* line 16, src/stylesheets/modules/_featured-publication.scss */
    .featured-publication--container.journal-article {
      border-top-color: #2e5482; }
  /* line 20, src/stylesheets/modules/_featured-publication.scss */
  .featured-publication--image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px; }
  /* line 26, src/stylesheets/modules/_featured-publication.scss */
  .featured-publication--content {
    padding: 2rem; }
    @media (min-width: 768px) {
      /* line 26, src/stylesheets/modules/_featured-publication.scss */
      .featured-publication--content {
        padding: 4rem 2rem; } }
    @media (min-width: 991px) {
      /* line 26, src/stylesheets/modules/_featured-publication.scss */
      .featured-publication--content {
        padding: 6rem 3rem; } }

/* line 2, src/stylesheets/modules/_featured-publications.scss */
.featured-publications h2 {
  display: block;
  margin-bottom: 2rem; }
  /* line 5, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications h2::before {
    content: '';
    display: block;
    height: 5px;
    width: 25%;
    margin-bottom: .75rem; }

/* line 13, src/stylesheets/modules/_featured-publications.scss */
.featured-publications .excerpt {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 18px; }

/* line 18, src/stylesheets/modules/_featured-publications.scss */
.featured-publications .author_name {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  /* line 24, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications .author_name:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s; }

/* line 28, src/stylesheets/modules/_featured-publications.scss */
.featured-publications .meta {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  /* line 34, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications .meta.small {
    display: block;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 0.5rem; }

/* line 44, src/stylesheets/modules/_featured-publications.scss */
.featured-publications a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #5385c3; }
  /* line 47, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications a:hover h3 {
    -webkit-transition: 0.2s;
    transition: 0.2s; }

/* line 52, src/stylesheets/modules/_featured-publications.scss */
.featured-publications.dark-gray {
  background-color: #2E2F31; }
  /* line 54, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.dark-gray .excerpt {
    color: white; }
  /* line 57, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.dark-gray .author_name {
    color: white; }
    /* line 59, src/stylesheets/modules/_featured-publications.scss */
    .featured-publications.dark-gray .author_name:hover {
      color: #5385c3; }
  /* line 63, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.dark-gray .meta {
    color: #A3A3A3; }
    /* line 65, src/stylesheets/modules/_featured-publications.scss */
    .featured-publications.dark-gray .meta.name {
      color: white; }
  /* line 69, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.dark-gray a {
    color: #A3A3A3; }
    /* line 71, src/stylesheets/modules/_featured-publications.scss */
    .featured-publications.dark-gray a:hover {
      color: #5385c3; }
      /* line 73, src/stylesheets/modules/_featured-publications.scss */
      .featured-publications.dark-gray a:hover h3 {
        color: #5385c3; }
  /* line 78, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.dark-gray h2:before {
    background-color: white; }
  /* line 81, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.dark-gray h3, .featured-publications.dark-gray h2 {
    color: white; }

/* line 85, src/stylesheets/modules/_featured-publications.scss */
.featured-publications.blue {
  background-color: #3b6ca8; }
  /* line 87, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.blue .excerpt {
    color: white; }
  /* line 90, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.blue .author_name {
    color: white; }
    /* line 92, src/stylesheets/modules/_featured-publications.scss */
    .featured-publications.blue .author_name:hover {
      color: #2E2F31; }
  /* line 96, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.blue .meta {
    color: #f8f7f6; }
    /* line 98, src/stylesheets/modules/_featured-publications.scss */
    .featured-publications.blue .meta.name {
      color: white; }
  /* line 102, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.blue a {
    color: #f8f7f6; }
    /* line 104, src/stylesheets/modules/_featured-publications.scss */
    .featured-publications.blue a:hover {
      color: #2E2F31; }
      /* line 106, src/stylesheets/modules/_featured-publications.scss */
      .featured-publications.blue a:hover h3 {
        color: #2E2F31; }
  /* line 111, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.blue h2:before {
    background-color: white; }
  /* line 114, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.blue h3, .featured-publications.blue h2 {
    color: white; }

/* line 118, src/stylesheets/modules/_featured-publications.scss */
.featured-publications.white, .featured-publications.light-gray {
  background-color: white; }
  /* line 120, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.white .excerpt, .featured-publications.light-gray .excerpt {
    color: #2E2F31; }
  /* line 123, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.white .author_name, .featured-publications.light-gray .author_name {
    color: #2E2F31; }
    /* line 125, src/stylesheets/modules/_featured-publications.scss */
    .featured-publications.white .author_name:hover, .featured-publications.light-gray .author_name:hover {
      color: #2e5482; }
  /* line 129, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.white .meta a, .featured-publications.light-gray .meta a {
    color: #A3A3A3; }
    /* line 131, src/stylesheets/modules/_featured-publications.scss */
    .featured-publications.white .meta a.name, .featured-publications.light-gray .meta a.name {
      color: white; }
  /* line 135, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.white h3, .featured-publications.light-gray h3 {
    color: #000000; }
  /* line 138, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.white h2:before, .featured-publications.light-gray h2:before {
    background-color: #000000; }
  /* line 141, src/stylesheets/modules/_featured-publications.scss */
  .featured-publications.white a, .featured-publications.light-gray a {
    color: #3b6ca8; }
    /* line 143, src/stylesheets/modules/_featured-publications.scss */
    .featured-publications.white a:hover, .featured-publications.light-gray a:hover {
      color: #000000; }
      /* line 145, src/stylesheets/modules/_featured-publications.scss */
      .featured-publications.white a:hover h3, .featured-publications.light-gray a:hover h3 {
        color: #5385c3; }

/* line 151, src/stylesheets/modules/_featured-publications.scss */
.featured-publications.light-gray {
  background-color: #f8f7f6; }

/* _footer.scss */
/* line 3, src/stylesheets/modules/_footer.scss */
.footer {
  background-color: white;
  padding: 2rem 0;
  border-top: 1px solid rgba(88, 89, 91, 0.25); }
  /* line 7, src/stylesheets/modules/_footer.scss */
  .footer p, .footer a {
    font-size: 12px;
    line-height: 17px;
    color: #58595b; }
  /* line 12, src/stylesheets/modules/_footer.scss */
  .footer a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-bottom: 2px solid white;
    font-weight: 500; }
    /* line 17, src/stylesheets/modules/_footer.scss */
    .footer a:hover {
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      border-bottom-color: #3b6ca8; }
  /* line 22, src/stylesheets/modules/_footer.scss */
  .footer ul {
    list-style: none;
    margin: 0;
    display: block; }
    /* line 26, src/stylesheets/modules/_footer.scss */
    .footer ul li {
      margin: 0;
      padding: 0; }
      /* line 29, src/stylesheets/modules/_footer.scss */
      .footer ul li a {
        font-weight: normal;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
  /* line 35, src/stylesheets/modules/_footer.scss */
  .footer__social {
    padding: 1rem 0 .75rem; }
    /* line 37, src/stylesheets/modules/_footer.scss */
    .footer__social a {
      border-bottom: none; }
  /* line 41, src/stylesheets/modules/_footer.scss */
  .footer .footer-logo {
    width: 50%;
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      /* line 41, src/stylesheets/modules/_footer.scss */
      .footer .footer-logo {
        width: 100%; } }
  /* line 49, src/stylesheets/modules/_footer.scss */
  .footer .mit-logo {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: none; }
    /* line 53, src/stylesheets/modules/_footer.scss */
    .footer .mit-logo:hover {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.75;
      border-bottom: none; }
    /* line 58, src/stylesheets/modules/_footer.scss */
    .footer .mit-logo img {
      width: 100px;
      display: block; }
      @media (min-width: 768px) {
        /* line 58, src/stylesheets/modules/_footer.scss */
        .footer .mit-logo img {
          width: 80px; } }

/* _header.scss */
/* line 2, src/stylesheets/modules/_header.scss */
header {
  position: relative; }
  /* line 4, src/stylesheets/modules/_header.scss */
  header .container {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    /* line 6, src/stylesheets/modules/_header.scss */
    header .container.active {
      background-color: #2E2F31; }
  /* line 10, src/stylesheets/modules/_header.scss */
  header .header--social {
    margin-left: 1rem;
    color: white; }
  /* line 14, src/stylesheets/modules/_header.scss */
  header .header-mit-logo {
    width: 50px;
    margin-left: 2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.75; }
    /* line 19, src/stylesheets/modules/_header.scss */
    header .header-mit-logo:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  /* line 24, src/stylesheets/modules/_header.scss */
  header .home-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: transparent;
    padding: .5rem 0; }
  /* line 32, src/stylesheets/modules/_header.scss */
  header .page-header {
    background-color: #2E2F31;
    padding: .5rem 0;
    position: relative; }

/* _hero.scss */
/* line 2, src/stylesheets/modules/_hero.scss */
.hero {
  position: relative;
  min-height: 300px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3b6ca8;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#376BA9), to(#00899B));
  background-image: linear-gradient(to top right, #376BA9, #00899B); }
  /* line 11, src/stylesheets/modules/_hero.scss */
  .hero h1, .hero h5 {
    color: white;
    font-weight: bold; }
  /* line 15, src/stylesheets/modules/_hero.scss */
  .hero--overlay {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.31;
    -webkit-filter: grayscale(100%) brightness(83%) contrast(90%);
            filter: grayscale(100%) brightness(83%) contrast(90%); }

/* line 4, src/stylesheets/modules/_related.scss */
.related--image img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

/* line 10, src/stylesheets/modules/_related.scss */
.related--right {
  border: 1px solid rgba(0, 0, 0, 0.25); }

/* line 13, src/stylesheets/modules/_related.scss */
.related--content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 1rem; }

/* line 17, src/stylesheets/modules/_related.scss */
.related--button {
  background-color: #6f358c;
  border: 2px solid #6f358c;
  color: #000000;
  display: block;
  text-align: center; }
  /* line 23, src/stylesheets/modules/_related.scss */
  .related--button:hover, .related--button:focus {
    background: transparent;
    border: 2px solid #6f358c;
    color: #6f358c; }

/* line 32, src/stylesheets/modules/_related.scss */
.featured--image img {
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain; }
  @media screen and (max-width: 768px) {
    /* line 32, src/stylesheets/modules/_related.scss */
    .featured--image img {
      max-height: 200px;
      margin-bottom: 1rem; } }

/* _results.scss */
/* line 2, src/stylesheets/modules/_results.scss */
.publications_results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%; }

/* line 7, src/stylesheets/modules/_results.scss */
.publication_result {
  background-color: white;
  border-top: 5px solid #6f358c;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 32%; }
  @media (max-width: 991px) {
    /* line 7, src/stylesheets/modules/_results.scss */
    .publication_result {
      width: 49%; } }
  @media (max-width: 500px) {
    /* line 7, src/stylesheets/modules/_results.scss */
    .publication_result {
      width: 100%; } }
  /* line 23, src/stylesheets/modules/_results.scss */
  .publication_result .top {
    padding: 2rem 2rem 0 2rem; }
  /* line 26, src/stylesheets/modules/_results.scss */
  .publication_result .bottom {
    padding: 0 2rem 2rem 2rem; }
  /* line 29, src/stylesheets/modules/_results.scss */
  .publication_result .meta {
    font-size: 10px;
    color: #717275;
    margin-bottom: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 35, src/stylesheets/modules/_results.scss */
    .publication_result .meta:before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #6f358c;
      display: block;
      margin-right: 10px; }
  /* line 45, src/stylesheets/modules/_results.scss */
  .publication_result--title:hover {
    color: #6f358c; }
  /* line 48, src/stylesheets/modules/_results.scss */
  .publication_result.working-paper {
    border-top-color: #61bab2; }
    /* line 50, src/stylesheets/modules/_results.scss */
    .publication_result.working-paper .meta:before {
      background-color: #61bab2; }
    /* line 53, src/stylesheets/modules/_results.scss */
    .publication_result.working-paper .publication_result--title:hover {
      color: #61bab2; }
  /* line 57, src/stylesheets/modules/_results.scss */
  .publication_result.report {
    border-top-color: #C8168D; }
    /* line 59, src/stylesheets/modules/_results.scss */
    .publication_result.report .meta:before {
      background-color: #C8168D; }
    /* line 62, src/stylesheets/modules/_results.scss */
    .publication_result.report .publication_result--title:hover {
      color: #C8168D; }
  /* line 66, src/stylesheets/modules/_results.scss */
  .publication_result.book {
    border-top-color: #6f358c; }
    /* line 68, src/stylesheets/modules/_results.scss */
    .publication_result.book .meta:before {
      background-color: #6f358c; }
    /* line 71, src/stylesheets/modules/_results.scss */
    .publication_result.book .publication_result--title:hover {
      color: #6f358c; }
  /* line 75, src/stylesheets/modules/_results.scss */
  .publication_result.project {
    border-top-color: #8b8eba; }
    /* line 77, src/stylesheets/modules/_results.scss */
    .publication_result.project .meta:before {
      background-color: #8b8eba; }
    /* line 80, src/stylesheets/modules/_results.scss */
    .publication_result.project .publication_result--title:hover {
      color: #8b8eba; }
  /* line 84, src/stylesheets/modules/_results.scss */
  .publication_result.journal-article {
    border-top-color: #2e5482; }
    /* line 86, src/stylesheets/modules/_results.scss */
    .publication_result.journal-article .meta:before {
      background-color: #2e5482; }
    /* line 89, src/stylesheets/modules/_results.scss */
    .publication_result.journal-article .publication_result--title:hover {
      color: #2e5482; }
  /* line 93, src/stylesheets/modules/_results.scss */
  .publication_result .authors {
    margin: 1rem 0; }
    /* line 95, src/stylesheets/modules/_results.scss */
    .publication_result .authors a, .publication_result .authors p.author {
      color: #3b6ca8;
      font-weight: bold;
      font-size: 12px;
      margin-bottom: 0.25rem;
      text-transform: uppercase; }
    /* line 102, src/stylesheets/modules/_results.scss */
    .publication_result .authors p {
      color: #2E2F31;
      font-size: 12px;
      line-height: 16px; }

/* line 111, src/stylesheets/modules/_results.scss */
.search-filter-results .pagination {
  padding: 2rem 0;
  border-top: 1px solid rgba(46, 47, 49, 0.25); }
  /* line 114, src/stylesheets/modules/_results.scss */
  .search-filter-results .pagination .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 118, src/stylesheets/modules/_results.scss */
    .search-filter-results .pagination .wp-pagenavi .pages {
      width: 100%;
      display: block;
      text-align: center;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 1rem;
      font-size: 12px; }
    /* line 127, src/stylesheets/modules/_results.scss */
    .search-filter-results .pagination .wp-pagenavi a, .search-filter-results .pagination .wp-pagenavi span {
      padding: 0 .25rem;
      margin: 0 .25rem; }
      /* line 130, src/stylesheets/modules/_results.scss */
      .search-filter-results .pagination .wp-pagenavi a.current, .search-filter-results .pagination .wp-pagenavi span.current {
        border-bottom: 2px solid #000000; }
    /* line 134, src/stylesheets/modules/_results.scss */
    .search-filter-results .pagination .wp-pagenavi a {
      font-weight: normal;
      color: #3b6ca8;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      /* line 138, src/stylesheets/modules/_results.scss */
      .search-filter-results .pagination .wp-pagenavi a:hover {
        color: #000000; }

/* line 4, src/stylesheets/modules/_sliders.scss */
.logo-slider img {
  width: 75%;
  display: block;
  margin: 0 auto; }

/* line 15, src/stylesheets/modules/_sliders.scss */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 1rem 0 4rem; }
  /* line 21, src/stylesheets/modules/_sliders.scss */
  .slick-dots li {
    line-height: 0;
    padding: 0 0.3rem;
    color: white;
    cursor: pointer;
    font-size: 1px; }
    /* line 28, src/stylesheets/modules/_sliders.scss */
    .slick-dots li.slick-active button {
      background-color: #3b6ca8;
      color: white; }
    /* line 33, src/stylesheets/modules/_sliders.scss */
    .slick-dots li button {
      opacity: 1;
      cursor: pointer;
      background-color: #000000;
      border-radius: 50%;
      width: 15px;
      height: 15px; }

@media (min-width: 768px) {
  /* line 3, src/stylesheets/modules/_split.scss */
  .split--copy-right {
    padding-right: 2rem; } }

@media (min-width: 768px) {
  /* line 8, src/stylesheets/modules/_split.scss */
  .split--copy-left {
    padding-left: 2rem; } }

/* line 13, src/stylesheets/modules/_split.scss */
.split--copy h2 {
  display: block; }
  /* line 15, src/stylesheets/modules/_split.scss */
  .split--copy h2::before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #b6318c;
    margin-bottom: .75rem; }
    @media (min-width: 768px) {
      /* line 15, src/stylesheets/modules/_split.scss */
      .split--copy h2::before {
        width: 50%; } }

/* line 28, src/stylesheets/modules/_split.scss */
.split--image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center; }

/* line 3, src/stylesheets/modules/_video.scss */
.video__module.dark-gray {
  background-color: #2E2F31; }
  /* line 5, src/stylesheets/modules/_video.scss */
  .video__module.dark-gray h2, .video__module.dark-gray p {
    color: white;
    text-align: center; }

/* line 10, src/stylesheets/modules/_video.scss */
.video__module.blue {
  background-color: #3b6ca8; }
  /* line 12, src/stylesheets/modules/_video.scss */
  .video__module.blue h2, .video__module.blue p {
    color: white;
    text-align: center; }

/* line 17, src/stylesheets/modules/_video.scss */
.video__module.white {
  background-color: white; }
  /* line 19, src/stylesheets/modules/_video.scss */
  .video__module.white h2, .video__module.white p {
    color: #2E2F31;
    text-align: center; }

/* line 24, src/stylesheets/modules/_video.scss */
.video__module.light-gray {
  background-color: #f8f7f6; }
  /* line 26, src/stylesheets/modules/_video.scss */
  .video__module.light-gray h2, .video__module.light-gray p {
    color: #2E2F31;
    text-align: center; }

/* line 31, src/stylesheets/modules/_video.scss */
.video__module .video-container {
  display: block;
  width: 100%;
  margin: 0 auto 50px; }
  /* line 35, src/stylesheets/modules/_video.scss */
  .video__module .video-container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  /* line 43, src/stylesheets/modules/_video.scss */
  .video__module .video-container .embed-container iframe,
  .video__module .video-container .embed-container object,
  .video__module .video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 2, src/stylesheets/pages/_404.scss */
.oops .searchandfilter ul, .page-template-default .searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* line 6, src/stylesheets/pages/_404.scss */
.oops .sf-field-search, .page-template-default .sf-field-search {
  width: 80%; }
  @media (max-width: 991px) {
    /* line 6, src/stylesheets/pages/_404.scss */
    .oops .sf-field-search, .page-template-default .sf-field-search {
      width: 65%; } }
  /* line 11, src/stylesheets/pages/_404.scss */
  .oops .sf-field-search label, .page-template-default .sf-field-search label {
    position: relative;
    width: 100%; }
    /* line 14, src/stylesheets/pages/_404.scss */
    .oops .sf-field-search label::before, .page-template-default .sf-field-search label::before {
      font-family: FontAwesome;
      color: #000000;
      content: "\f002";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 700;
      font-size: 14px;
      position: absolute;
      left: 8px;
      top: 10px; }
  /* line 28, src/stylesheets/pages/_404.scss */
  .oops .sf-field-search input, .page-template-default .sf-field-search input {
    width: 100%;
    background-color: white;
    border: none;
    border-bottom: 1px solid #000000;
    color: #2e5482;
    padding: 0.8rem 0 0.8rem 1.7rem;
    border-radius: 0;
    font-family: "museo-sans", sans-serif;
    display: block; }
    /* line 38, src/stylesheets/pages/_404.scss */
    .oops .sf-field-search input::-webkit-input-placeholder, .page-template-default .sf-field-search input::-webkit-input-placeholder {
      color: #000000;
      font-size: 16px;
      font-family: "museo-sans", sans-serif; }
    .oops .sf-field-search input::-moz-placeholder, .page-template-default .sf-field-search input::-moz-placeholder {
      color: #000000;
      font-size: 16px;
      font-family: "museo-sans", sans-serif; }
    .oops .sf-field-search input:-ms-input-placeholder, .page-template-default .sf-field-search input:-ms-input-placeholder {
      color: #000000;
      font-size: 16px;
      font-family: "museo-sans", sans-serif; }
    .oops .sf-field-search input::-ms-input-placeholder, .page-template-default .sf-field-search input::-ms-input-placeholder {
      color: #000000;
      font-size: 16px;
      font-family: "museo-sans", sans-serif; }
    .oops .sf-field-search input::placeholder, .page-template-default .sf-field-search input::placeholder {
      color: #000000;
      font-size: 16px;
      font-family: "museo-sans", sans-serif; }
    /* line 43, src/stylesheets/pages/_404.scss */
    .oops .sf-field-search input:focus, .page-template-default .sf-field-search input:focus {
      outline: none;
      border-color: #3b6ca8; }

/* line 49, src/stylesheets/pages/_404.scss */
.oops .sf-field-submit, .page-template-default .sf-field-submit {
  width: 15%; }
  @media (max-width: 991px) {
    /* line 49, src/stylesheets/pages/_404.scss */
    .oops .sf-field-submit, .page-template-default .sf-field-submit {
      width: 25%; } }
  /* line 54, src/stylesheets/pages/_404.scss */
  .oops .sf-field-submit input, .page-template-default .sf-field-submit input {
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    letter-spacing: 0.1rem;
    padding: 12px 24px;
    text-decoration: none;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    width: 100%;
    background-color: #3b6ca8;
    border: 1px solid #3b6ca8;
    color: white; }
    /* line 72, src/stylesheets/pages/_404.scss */
    .oops .sf-field-submit input:hover, .oops .sf-field-submit input:focus, .page-template-default .sf-field-submit input:hover, .page-template-default .sf-field-submit input:focus {
      background-color: white;
      color: #3b6ca8; }

/* HOME Styles */
/* line 3, src/stylesheets/pages/_home.scss */
.home-hero {
  position: relative;
  height: 450px;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 10px solid #3b6ca8; }
  @media (min-width: 768px) {
    /* line 3, src/stylesheets/pages/_home.scss */
    .home-hero {
      height: 640px; } }
  /* line 15, src/stylesheets/pages/_home.scss */
  .home-hero::before {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0));
    background-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 66%;
    z-index: -3; }
  /* line 27, src/stylesheets/pages/_home.scss */
  .home-hero::after {
    content: "";
    background-image: var(--background-image);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    opacity: var(--opacity);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -5; }
  /* line 41, src/stylesheets/pages/_home.scss */
  .home-hero .rotatingText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 43, src/stylesheets/pages/_home.scss */
    .home-hero .rotatingText-content {
      position: relative;
      width: 100%; }
    /* line 47, src/stylesheets/pages/_home.scss */
    .home-hero .rotatingText .slidingHorizontal {
      overflow: hidden; }
      /* line 49, src/stylesheets/pages/_home.scss */
      .home-hero .rotatingText .slidingHorizontal span {
        -webkit-animation: leftToRight 15s linear infinite 0s;
                animation: leftToRight 15s linear infinite 0s;
        color: white;
        text-transform: uppercase;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        line-height: 50px; }
        @media (min-width: 768px) {
          /* line 49, src/stylesheets/pages/_home.scss */
          .home-hero .rotatingText .slidingHorizontal span {
            font-size: 70px;
            line-height: 70px; } }
        /* line 61, src/stylesheets/pages/_home.scss */
        .home-hero .rotatingText .slidingHorizontal span:nth-child(2) {
          -webkit-animation-delay: 3s;
                  animation-delay: 3s; }
        /* line 64, src/stylesheets/pages/_home.scss */
        .home-hero .rotatingText .slidingHorizontal span:nth-child(3) {
          -webkit-animation-delay: 6s;
                  animation-delay: 6s; }
        /* line 67, src/stylesheets/pages/_home.scss */
        .home-hero .rotatingText .slidingHorizontal span:nth-child(4) {
          -webkit-animation-delay: 9s;
                  animation-delay: 9s; }
        /* line 70, src/stylesheets/pages/_home.scss */
        .home-hero .rotatingText .slidingHorizontal span:nth-child(5) {
          -webkit-animation-delay: 12s;
                  animation-delay: 12s; }
        /* line 73, src/stylesheets/pages/_home.scss */
        .home-hero .rotatingText .slidingHorizontal span:nth-child(6) {
          -webkit-animation-delay: 15s;
                  animation-delay: 15s; }
        /* line 76, src/stylesheets/pages/_home.scss */
        .home-hero .rotatingText .slidingHorizontal span:nth-child(7) {
          -webkit-animation-delay: 18s;
                  animation-delay: 18s; }

@-webkit-keyframes leftToRight {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  30% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes leftToRight {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  30% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* line 2, src/stylesheets/pages/_news-events.scss */
.news_events--hero {
  background-color: #2e5482; }
  /* line 4, src/stylesheets/pages/_news-events.scss */
  .news_events--hero h1 {
    color: white;
    font-weight: bold; }
  /* line 8, src/stylesheets/pages/_news-events.scss */
  .news_events--hero p {
    color: white; }

/* line 12, src/stylesheets/pages/_news-events.scss */
.news_events .single_news {
  border-top: 4px solid #58595b;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem; }
  /* line 19, src/stylesheets/pages/_news-events.scss */
  .news_events .single_news .top {
    padding: 2rem 2rem 0 2rem; }
  /* line 22, src/stylesheets/pages/_news-events.scss */
  .news_events .single_news .bottom {
    padding: 0 2rem 2rem 2rem; }

/* line 26, src/stylesheets/pages/_news-events.scss */
.news_events .single_event {
  border-top: 4px solid #58595b;
  background-color: white;
  padding: 2rem;
  margin-bottom: 2rem; }

/* line 4, src/stylesheets/pages/_publications.scss */
.publications__filter .searchandfilter ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    /* line 4, src/stylesheets/pages/_publications.scss */
    .publications__filter .searchandfilter ul {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: .5rem 0; } }

/* line 16, src/stylesheets/pages/_publications.scss */
.publications__filter .searchandfilter .sf-field-category {
  width: 65%; }
  @media (max-width: 991px) {
    /* line 16, src/stylesheets/pages/_publications.scss */
    .publications__filter .searchandfilter .sf-field-category {
      width: 100%; } }
  /* line 21, src/stylesheets/pages/_publications.scss */
  .publications__filter .searchandfilter .sf-field-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 991px) {
      /* line 21, src/stylesheets/pages/_publications.scss */
      .publications__filter .searchandfilter .sf-field-category ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    /* line 28, src/stylesheets/pages/_publications.scss */
    .publications__filter .searchandfilter .sf-field-category ul li {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1.5rem;
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      padding: 0; }
      /* line 38, src/stylesheets/pages/_publications.scss */
      .publications__filter .searchandfilter .sf-field-category ul li:hover label {
        background-color: white;
        color: #3b6ca8; }
      /* line 46, src/stylesheets/pages/_publications.scss */
      .publications__filter .searchandfilter .sf-field-category ul li.sf-option-active:hover label {
        color: white; }
      /* line 50, src/stylesheets/pages/_publications.scss */
      .publications__filter .searchandfilter .sf-field-category ul li.sf-option-active label {
        background-color: #5385c3; }
      /* line 54, src/stylesheets/pages/_publications.scss */
      .publications__filter .searchandfilter .sf-field-category ul li label {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding: 0.5rem 1rem;
        margin: 0 0.5rem;
        border-radius: 4px;
        color: white;
        cursor: pointer; }
      /* line 62, src/stylesheets/pages/_publications.scss */
      .publications__filter .searchandfilter .sf-field-category ul li:last-of-type {
        border-right: none; }
      /* line 66, src/stylesheets/pages/_publications.scss */
      .publications__filter .searchandfilter .sf-field-category ul li .sf-input-radio {
        display: none; }

/* line 72, src/stylesheets/pages/_publications.scss */
.publications__filter .searchandfilter .publication-tags-filters {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0; }
  @media (max-width: 991px) {
    /* line 72, src/stylesheets/pages/_publications.scss */
    .publications__filter .searchandfilter .publication-tags-filters {
      width: 100%; } }

/* line 82, src/stylesheets/pages/_publications.scss */
.publications__filter .searchandfilter .sf-field-tag, .publications__filter .searchandfilter .sf-field-post-meta-publication_authors {
  width: 46%; }
  @media (max-width: 768px) {
    /* line 82, src/stylesheets/pages/_publications.scss */
    .publications__filter .searchandfilter .sf-field-tag, .publications__filter .searchandfilter .sf-field-post-meta-publication_authors {
      width: 45%; } }
  /* line 87, src/stylesheets/pages/_publications.scss */
  .publications__filter .searchandfilter .sf-field-tag label, .publications__filter .searchandfilter .sf-field-post-meta-publication_authors label {
    display: block;
    position: relative; }
    /* line 90, src/stylesheets/pages/_publications.scss */
    .publications__filter .searchandfilter .sf-field-tag label::after, .publications__filter .searchandfilter .sf-field-post-meta-publication_authors label::after {
      content: '';
      border-bottom: 1px solid #000000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-right: 1px solid #000000;
      width: 6px;
      height: 6px;
      display: inline-block;
      position: absolute;
      right: 1rem;
      top: 0.75rem; }
  /* line 103, src/stylesheets/pages/_publications.scss */
  .publications__filter .searchandfilter .sf-field-tag select, .publications__filter .searchandfilter .sf-field-post-meta-publication_authors select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    font-family: "museo-sans", sans-serif;
    font-weight: 300; }
    /* line 104, src/stylesheets/pages/_publications.scss */
    .publications__filter .searchandfilter .sf-field-tag select.sf-input-select, .publications__filter .searchandfilter .sf-field-post-meta-publication_authors select.sf-input-select {
      min-width: auto; }

/* line 118, src/stylesheets/pages/_publications.scss */
.publications__filter .searchandfilter .sf-field-search {
  width: 65%; }
  /* line 123, src/stylesheets/pages/_publications.scss */
  .publications__filter .searchandfilter .sf-field-search label {
    position: relative;
    width: 100%; }
    /* line 130, src/stylesheets/pages/_publications.scss */
    .publications__filter .searchandfilter .sf-field-search label::before {
      font-family: FontAwesome;
      color: white;
      content: "\f002";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 700;
      font-size: 14px;
      position: absolute;
      left: 8px;
      top: 10px; }
  /* line 144, src/stylesheets/pages/_publications.scss */
  .publications__filter .searchandfilter .sf-field-search input {
    width: 100%;
    background-color: #2e5482;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.8rem 0 0.8rem 1.7rem;
    border-radius: 3px;
    font-family: "museo-sans", sans-serif;
    display: block; }
    /* line 157, src/stylesheets/pages/_publications.scss */
    .publications__filter .searchandfilter .sf-field-search input::-webkit-input-placeholder {
      color: white;
      font-family: "museo-sans", sans-serif; }
    .publications__filter .searchandfilter .sf-field-search input::-moz-placeholder {
      color: white;
      font-family: "museo-sans", sans-serif; }
    .publications__filter .searchandfilter .sf-field-search input:-ms-input-placeholder {
      color: white;
      font-family: "museo-sans", sans-serif; }
    .publications__filter .searchandfilter .sf-field-search input::-ms-input-placeholder {
      color: white;
      font-family: "museo-sans", sans-serif; }
    .publications__filter .searchandfilter .sf-field-search input::placeholder {
      color: white;
      font-family: "museo-sans", sans-serif; }

/* line 165, src/stylesheets/pages/_publications.scss */
.publications__filter .searchandfilter .sf-field-reset input {
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 10px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  letter-spacing: 0.1rem;
  padding: 12px 24px;
  text-decoration: none;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  width: 100%;
  background-color: transparent;
  border: 1px solid white;
  color: white; }
  /* line 183, src/stylesheets/pages/_publications.scss */
  .publications__filter .searchandfilter .sf-field-reset input:hover, .publications__filter .searchandfilter .sf-field-reset input:focus {
    background-color: white;
    color: #3b6ca8; }

/* line 2, src/stylesheets/pages/_single.scss */
.single--hero {
  border-bottom: 1px solid rgba(46, 47, 49, 0.4);
  padding-bottom: 1rem;
  margin-bottom: 2rem; }
  /* line 6, src/stylesheets/pages/_single.scss */
  .single--hero h1 {
    font-weight: bold;
    font-size: 45px; }
  /* line 10, src/stylesheets/pages/_single.scss */
  .single--hero .meta {
    color: #717275;
    margin-bottom: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 15, src/stylesheets/pages/_single.scss */
    .single--hero .meta:before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #6f358c;
      display: block;
      margin-right: 10px; }
    /* line 25, src/stylesheets/pages/_single.scss */
    .single--hero .meta.working-paper:before {
      background-color: #61bab2; }
    /* line 30, src/stylesheets/pages/_single.scss */
    .single--hero .meta.report:before {
      background-color: #C8168D; }
    /* line 35, src/stylesheets/pages/_single.scss */
    .single--hero .meta.book:before {
      background-color: #6f358c; }
    /* line 40, src/stylesheets/pages/_single.scss */
    .single--hero .meta.project::before {
      background-color: #8b8eba; }
    /* line 45, src/stylesheets/pages/_single.scss */
    .single--hero .meta.article:before {
      background-color: #2e5482; }
  /* line 51, src/stylesheets/pages/_single.scss */
  .single--hero .button.working-paper {
    color: #61bab2; }
  /* line 54, src/stylesheets/pages/_single.scss */
  .single--hero .button.report {
    color: #C8168D; }
  /* line 57, src/stylesheets/pages/_single.scss */
  .single--hero .button.book {
    color: #6f358c; }
  /* line 60, src/stylesheets/pages/_single.scss */
  .single--hero .button.project {
    color: #8b8eba; }
  /* line 63, src/stylesheets/pages/_single.scss */
  .single--hero .button.article {
    color: #2e5482; }
  /* line 67, src/stylesheets/pages/_single.scss */
  .single--hero .authors {
    margin: 1rem 0; }
    /* line 69, src/stylesheets/pages/_single.scss */
    .single--hero .authors a {
      color: #3b6ca8;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 0.25rem;
      text-transform: uppercase; }
      /* line 75, src/stylesheets/pages/_single.scss */
      .single--hero .authors a::after {
        content: ','; }
      /* line 79, src/stylesheets/pages/_single.scss */
      .single--hero .authors a:last-of-type::after {
        content: ''; }

/**
 * _background.scss
 * Background Utilities
 */
/**
* Background Colors
*/
/* line 10, src/stylesheets/utilities/_background.scss */
.u-bgColorWhite {
  background-color: white; }

/* line 13, src/stylesheets/utilities/_background.scss */
.u-bgColorBlack {
  background-color: #000000; }

/* line 16, src/stylesheets/utilities/_background.scss */
.u-bgColorNeutral {
  background-color: #fafafa; }

/* line 19, src/stylesheets/utilities/_background.scss */
.u-bgColorOffWhite {
  background-color: #f8f7f6; }

/* line 22, src/stylesheets/utilities/_background.scss */
.u-bgColorBlueShade {
  background-color: #2e5482; }

/* line 25, src/stylesheets/utilities/_background.scss */
.u-bgColorBlue {
  background-color: #3b6ca8; }

/* line 28, src/stylesheets/utilities/_background.scss */
.u-bgColorBlueTint {
  background-color: #5385c3; }

/* line 31, src/stylesheets/utilities/_background.scss */
.u-bgColorPurpleShade {
  background-color: #522767; }

/* line 34, src/stylesheets/utilities/_background.scss */
.u-bgColorPurple {
  background-color: #6f358c; }

/* line 37, src/stylesheets/utilities/_background.scss */
.u-bgColorPurpleTint {
  background-color: #8c43b1; }

/* line 41, src/stylesheets/utilities/_background.scss */
.u-bgColorAltGray {
  background-color: #2E2F31; }

/* line 44, src/stylesheets/utilities/_background.scss */
.u-bgColorDarkGray {
  background-color: #58595b; }

/* line 47, src/stylesheets/utilities/_background.scss */
.u-boxShadow {
  -webkit-box-shadow: 0.5rem 1rem 2rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 1rem 2rem 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    /* line 47, src/stylesheets/utilities/_background.scss */
    .u-boxShadow {
      -webkit-box-shadow: 0.5rem 2rem 3rem 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0.5rem 2rem 3rem 0 rgba(0, 0, 0, 0.1); } }

/**
 * Background Positioning
 */
/* line 58, src/stylesheets/utilities/_background.scss */
.u-bgFixed {
  background-attachment: fixed; }

/**
 * Background Size
 */
/* line 66, src/stylesheets/utilities/_background.scss */
.u-bgSize50 {
  background-size: 50%; }

/* line 69, src/stylesheets/utilities/_background.scss */
.u-bgSize75 {
  background-size: 75%; }

/* line 72, src/stylesheets/utilities/_background.scss */
.u-bgSizeFull {
  background-size: 100%; }

/* line 75, src/stylesheets/utilities/_background.scss */
.u-bgSizeCover {
  background-size: cover; }

/* line 78, src/stylesheets/utilities/_background.scss */
.u-bgSizeContain {
  background-size: contain; }

/**
 * _border.scss
 * Border Utilities
 */
/**
* Border constants
*/
/* line 17, src/stylesheets/utilities/_border.scss */
.u-decoBorder, .u-decoBorderVert, .u-decoBorderHoriz, .u-decoBorderTop, .u-decoBorderRight, .u-decoBorderBottom, .u-decoBorderLeft {
  border-color: white;
  border-style: solid; }

/* line 28, src/stylesheets/utilities/_border.scss */
.u-decoBorder {
  border-width: 1px; }

/* line 29, src/stylesheets/utilities/_border.scss */
.u-decoBorderVert {
  border-width: 1px 0; }

/* line 30, src/stylesheets/utilities/_border.scss */
.u-decoBorderHoriz {
  border-width: 0 1px; }

/* line 31, src/stylesheets/utilities/_border.scss */
.u-decoBorderTop {
  border-top-width: 1px; }

/* line 32, src/stylesheets/utilities/_border.scss */
.u-decoBorderRight {
  border-right-width: 1px; }

/* line 33, src/stylesheets/utilities/_border.scss */
.u-decoBorderBottom {
  border-bottom-width: 1px; }

/* line 34, src/stylesheets/utilities/_border.scss */
.u-decoBorderLeft {
  border-left-width: 1px; }

/* line 36, src/stylesheets/utilities/_border.scss */
.u-decoBorderResetTop {
  border-top-width: 0; }

/* line 37, src/stylesheets/utilities/_border.scss */
.u-decoBorderResetRight {
  border-right-width: 0; }

/* line 38, src/stylesheets/utilities/_border.scss */
.u-decoBorderResetBottom {
  border-bottom-width: 0; }

/* line 39, src/stylesheets/utilities/_border.scss */
.u-decoBorderResetLeft {
  border-left-width: 0; }

@media (min-width: 320px) {
  /* line 17, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorder, .u-xs-decoBorderVert, .u-xs-decoBorderHoriz, .u-xs-decoBorderTop, .u-xs-decoBorderRight, .u-xs-decoBorderBottom, .u-xs-decoBorderLeft {
    border-color: white;
    border-style: solid; }
  /* line 28, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorder {
    border-width: 1px; }
  /* line 29, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderVert {
    border-width: 1px 0; }
  /* line 30, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderHoriz {
    border-width: 0 1px; }
  /* line 31, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderTop {
    border-top-width: 1px; }
  /* line 32, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderRight {
    border-right-width: 1px; }
  /* line 33, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderBottom {
    border-bottom-width: 1px; }
  /* line 34, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderLeft {
    border-left-width: 1px; }
  /* line 36, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderResetTop {
    border-top-width: 0; }
  /* line 37, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderResetRight {
    border-right-width: 0; }
  /* line 38, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderResetBottom {
    border-bottom-width: 0; }
  /* line 39, src/stylesheets/utilities/_border.scss */
  .u-xs-decoBorderResetLeft {
    border-left-width: 0; } }

@media (min-width: 500px) {
  /* line 17, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorder, .u-sm-decoBorderVert, .u-sm-decoBorderHoriz, .u-sm-decoBorderTop, .u-sm-decoBorderRight, .u-sm-decoBorderBottom, .u-sm-decoBorderLeft {
    border-color: white;
    border-style: solid; }
  /* line 28, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorder {
    border-width: 1px; }
  /* line 29, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderVert {
    border-width: 1px 0; }
  /* line 30, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderHoriz {
    border-width: 0 1px; }
  /* line 31, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderTop {
    border-top-width: 1px; }
  /* line 32, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderRight {
    border-right-width: 1px; }
  /* line 33, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderBottom {
    border-bottom-width: 1px; }
  /* line 34, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderLeft {
    border-left-width: 1px; }
  /* line 36, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderResetTop {
    border-top-width: 0; }
  /* line 37, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderResetRight {
    border-right-width: 0; }
  /* line 38, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderResetBottom {
    border-bottom-width: 0; }
  /* line 39, src/stylesheets/utilities/_border.scss */
  .u-sm-decoBorderResetLeft {
    border-left-width: 0; } }

@media (min-width: 768px) {
  /* line 17, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorder, .u-md-decoBorderVert, .u-md-decoBorderHoriz, .u-md-decoBorderTop, .u-md-decoBorderRight, .u-md-decoBorderBottom, .u-md-decoBorderLeft {
    border-color: white;
    border-style: solid; }
  /* line 28, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorder {
    border-width: 1px; }
  /* line 29, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderVert {
    border-width: 1px 0; }
  /* line 30, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderHoriz {
    border-width: 0 1px; }
  /* line 31, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderTop {
    border-top-width: 1px; }
  /* line 32, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderRight {
    border-right-width: 1px; }
  /* line 33, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderBottom {
    border-bottom-width: 1px; }
  /* line 34, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderLeft {
    border-left-width: 1px; }
  /* line 36, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderResetTop {
    border-top-width: 0; }
  /* line 37, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderResetRight {
    border-right-width: 0; }
  /* line 38, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderResetBottom {
    border-bottom-width: 0; }
  /* line 39, src/stylesheets/utilities/_border.scss */
  .u-md-decoBorderResetLeft {
    border-left-width: 0; } }

@media (min-width: 991px) {
  /* line 17, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorder, .u-lg-decoBorderVert, .u-lg-decoBorderHoriz, .u-lg-decoBorderTop, .u-lg-decoBorderRight, .u-lg-decoBorderBottom, .u-lg-decoBorderLeft {
    border-color: white;
    border-style: solid; }
  /* line 28, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorder {
    border-width: 1px; }
  /* line 29, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderVert {
    border-width: 1px 0; }
  /* line 30, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderHoriz {
    border-width: 0 1px; }
  /* line 31, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderTop {
    border-top-width: 1px; }
  /* line 32, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderRight {
    border-right-width: 1px; }
  /* line 33, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderBottom {
    border-bottom-width: 1px; }
  /* line 34, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderLeft {
    border-left-width: 1px; }
  /* line 36, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderResetTop {
    border-top-width: 0; }
  /* line 37, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderResetRight {
    border-right-width: 0; }
  /* line 38, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderResetBottom {
    border-bottom-width: 0; }
  /* line 39, src/stylesheets/utilities/_border.scss */
  .u-lg-decoBorderResetLeft {
    border-left-width: 0; } }

@media (min-width: 1580px) {
  /* line 17, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorder, .u-xl-decoBorderVert, .u-xl-decoBorderHoriz, .u-xl-decoBorderTop, .u-xl-decoBorderRight, .u-xl-decoBorderBottom, .u-xl-decoBorderLeft {
    border-color: white;
    border-style: solid; }
  /* line 28, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorder {
    border-width: 1px; }
  /* line 29, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderVert {
    border-width: 1px 0; }
  /* line 30, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderHoriz {
    border-width: 0 1px; }
  /* line 31, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderTop {
    border-top-width: 1px; }
  /* line 32, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderRight {
    border-right-width: 1px; }
  /* line 33, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderBottom {
    border-bottom-width: 1px; }
  /* line 34, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderLeft {
    border-left-width: 1px; }
  /* line 36, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderResetTop {
    border-top-width: 0; }
  /* line 37, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderResetRight {
    border-right-width: 0; }
  /* line 38, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderResetBottom {
    border-bottom-width: 0; }
  /* line 39, src/stylesheets/utilities/_border.scss */
  .u-xl-decoBorderResetLeft {
    border-left-width: 0; } }

/**
 * _display.scss
 * Custom display properties
 */
/* line 6, src/stylesheets/utilities/_display.scss */
.u-disabled {
  opacity: 0.5; }

/* line 7, src/stylesheets/utilities/_display.scss */
.u-invisible {
  visibility: hidden; }

/* line 8, src/stylesheets/utilities/_display.scss */
.u-transparent {
  opacity: 0; }

/* line 10, src/stylesheets/utilities/_display.scss */
.u-overflow {
  overflow: auto; }

/* line 11, src/stylesheets/utilities/_display.scss */
.u-overflowX {
  overflow-x: auto; }

/* line 12, src/stylesheets/utilities/_display.scss */
.u-overflowY {
  overflow-y: auto; }

/* line 14, src/stylesheets/utilities/_display.scss */
.u-overflowHidden {
  overflow: hidden; }

/* line 15, src/stylesheets/utilities/_display.scss */
.u-overflowXHidden {
  overflow-x: hidden; }

/* line 16, src/stylesheets/utilities/_display.scss */
.u-overflowYHidden {
  overflow-y: hidden; }

/* line 18, src/stylesheets/utilities/_display.scss */
.u-objectCover {
  -o-object-fit: cover;
     object-fit: cover; }

/* line 19, src/stylesheets/utilities/_display.scss */
.u-objectContain {
  -o-object-fit: contain !important;
     object-fit: contain !important; }

/* width targeting */
/* line 25, src/stylesheets/utilities/_display.scss */
.u-hidden {
  display: none; }

/* line 26, src/stylesheets/utilities/_display.scss */
.u-block {
  display: block; }

/* line 27, src/stylesheets/utilities/_display.scss */
.u-inlineBlock {
  display: inline-block; }

/* line 28, src/stylesheets/utilities/_display.scss */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 320px) {
  /* line 25, src/stylesheets/utilities/_display.scss */
  .u-xs-hidden {
    display: none; }
  /* line 26, src/stylesheets/utilities/_display.scss */
  .u-xs-block {
    display: block; }
  /* line 27, src/stylesheets/utilities/_display.scss */
  .u-xs-inlineBlock {
    display: inline-block; }
  /* line 28, src/stylesheets/utilities/_display.scss */
  .u-xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 500px) {
  /* line 25, src/stylesheets/utilities/_display.scss */
  .u-sm-hidden {
    display: none; }
  /* line 26, src/stylesheets/utilities/_display.scss */
  .u-sm-block {
    display: block; }
  /* line 27, src/stylesheets/utilities/_display.scss */
  .u-sm-inlineBlock {
    display: inline-block; }
  /* line 28, src/stylesheets/utilities/_display.scss */
  .u-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  /* line 25, src/stylesheets/utilities/_display.scss */
  .u-md-hidden {
    display: none; }
  /* line 26, src/stylesheets/utilities/_display.scss */
  .u-md-block {
    display: block; }
  /* line 27, src/stylesheets/utilities/_display.scss */
  .u-md-inlineBlock {
    display: inline-block; }
  /* line 28, src/stylesheets/utilities/_display.scss */
  .u-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 991px) {
  /* line 25, src/stylesheets/utilities/_display.scss */
  .u-lg-hidden {
    display: none; }
  /* line 26, src/stylesheets/utilities/_display.scss */
  .u-lg-block {
    display: block; }
  /* line 27, src/stylesheets/utilities/_display.scss */
  .u-lg-inlineBlock {
    display: inline-block; }
  /* line 28, src/stylesheets/utilities/_display.scss */
  .u-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1580px) {
  /* line 25, src/stylesheets/utilities/_display.scss */
  .u-xl-hidden {
    display: none; }
  /* line 26, src/stylesheets/utilities/_display.scss */
  .u-xl-block {
    display: block; }
  /* line 27, src/stylesheets/utilities/_display.scss */
  .u-xl-inlineBlock {
    display: inline-block; }
  /* line 28, src/stylesheets/utilities/_display.scss */
  .u-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* line 1, src/stylesheets/utilities/_img.scss */
.u-medImg {
  display: block;
  margin: 0 auto 2rem;
  width: 40%; }

/** 
 * _margin.scss
 * Margin helpers
 *
 * ~1) Horizontal and Vertical
 * ~2) Horizontal
 * ~3) Vertical
 * ~4) Media queries
 */
/* line 14, src/stylesheets/utilities/_margin.scss */
.u-margin {
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */ }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin0gu {
    margin: 0rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft0gu {
    margin-left: 0rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight0gu {
    margin-right: 0rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz0gu {
    margin-left: 0rem;
    margin-right: 0rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom0gu {
    margin-bottom: 0rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop0gu {
    margin-top: 0rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert0gu {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin1gu {
    margin: 0.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft1gu {
    margin-left: 0.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight1gu {
    margin-right: 0.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz1gu {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom1gu {
    margin-bottom: 0.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop1gu {
    margin-top: 0.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert1gu {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin2gu {
    margin: 0.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft2gu {
    margin-left: 0.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight2gu {
    margin-right: 0.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz2gu {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom2gu {
    margin-bottom: 0.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop2gu {
    margin-top: 0.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert2gu {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin3gu {
    margin: 0.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft3gu {
    margin-left: 0.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight3gu {
    margin-right: 0.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz3gu {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom3gu {
    margin-bottom: 0.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop3gu {
    margin-top: 0.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert3gu {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin4gu {
    margin: 1rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft4gu {
    margin-left: 1rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight4gu {
    margin-right: 1rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz4gu {
    margin-left: 1rem;
    margin-right: 1rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom4gu {
    margin-bottom: 1rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop4gu {
    margin-top: 1rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert4gu {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin5gu {
    margin: 1.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft5gu {
    margin-left: 1.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight5gu {
    margin-right: 1.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz5gu {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom5gu {
    margin-bottom: 1.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop5gu {
    margin-top: 1.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert5gu {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin6gu {
    margin: 1.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft6gu {
    margin-left: 1.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight6gu {
    margin-right: 1.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz6gu {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom6gu {
    margin-bottom: 1.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop6gu {
    margin-top: 1.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert6gu {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin7gu {
    margin: 1.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft7gu {
    margin-left: 1.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight7gu {
    margin-right: 1.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz7gu {
    margin-left: 1.75rem;
    margin-right: 1.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom7gu {
    margin-bottom: 1.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop7gu {
    margin-top: 1.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert7gu {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin8gu {
    margin: 2rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft8gu {
    margin-left: 2rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight8gu {
    margin-right: 2rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz8gu {
    margin-left: 2rem;
    margin-right: 2rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom8gu {
    margin-bottom: 2rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop8gu {
    margin-top: 2rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert8gu {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin9gu {
    margin: 2.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft9gu {
    margin-left: 2.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight9gu {
    margin-right: 2.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz9gu {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom9gu {
    margin-bottom: 2.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop9gu {
    margin-top: 2.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert9gu {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin10gu {
    margin: 2.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft10gu {
    margin-left: 2.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight10gu {
    margin-right: 2.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz10gu {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom10gu {
    margin-bottom: 2.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop10gu {
    margin-top: 2.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert10gu {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin11gu {
    margin: 2.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft11gu {
    margin-left: 2.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight11gu {
    margin-right: 2.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz11gu {
    margin-left: 2.75rem;
    margin-right: 2.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom11gu {
    margin-bottom: 2.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop11gu {
    margin-top: 2.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert11gu {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin12gu {
    margin: 3rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft12gu {
    margin-left: 3rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight12gu {
    margin-right: 3rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz12gu {
    margin-left: 3rem;
    margin-right: 3rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom12gu {
    margin-bottom: 3rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop12gu {
    margin-top: 3rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert12gu {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin13gu {
    margin: 3.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft13gu {
    margin-left: 3.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight13gu {
    margin-right: 3.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz13gu {
    margin-left: 3.25rem;
    margin-right: 3.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom13gu {
    margin-bottom: 3.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop13gu {
    margin-top: 3.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert13gu {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin14gu {
    margin: 3.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft14gu {
    margin-left: 3.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight14gu {
    margin-right: 3.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz14gu {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom14gu {
    margin-bottom: 3.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop14gu {
    margin-top: 3.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert14gu {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin15gu {
    margin: 3.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft15gu {
    margin-left: 3.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight15gu {
    margin-right: 3.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz15gu {
    margin-left: 3.75rem;
    margin-right: 3.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom15gu {
    margin-bottom: 3.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop15gu {
    margin-top: 3.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert15gu {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin16gu {
    margin: 4rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft16gu {
    margin-left: 4rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight16gu {
    margin-right: 4rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz16gu {
    margin-left: 4rem;
    margin-right: 4rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom16gu {
    margin-bottom: 4rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop16gu {
    margin-top: 4rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert16gu {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin17gu {
    margin: 4.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft17gu {
    margin-left: 4.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight17gu {
    margin-right: 4.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz17gu {
    margin-left: 4.25rem;
    margin-right: 4.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom17gu {
    margin-bottom: 4.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop17gu {
    margin-top: 4.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert17gu {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin18gu {
    margin: 4.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft18gu {
    margin-left: 4.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight18gu {
    margin-right: 4.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz18gu {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom18gu {
    margin-bottom: 4.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop18gu {
    margin-top: 4.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert18gu {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin19gu {
    margin: 4.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft19gu {
    margin-left: 4.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight19gu {
    margin-right: 4.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz19gu {
    margin-left: 4.75rem;
    margin-right: 4.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom19gu {
    margin-bottom: 4.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop19gu {
    margin-top: 4.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert19gu {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin20gu {
    margin: 5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft20gu {
    margin-left: 5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight20gu {
    margin-right: 5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz20gu {
    margin-left: 5rem;
    margin-right: 5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom20gu {
    margin-bottom: 5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop20gu {
    margin-top: 5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert20gu {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin21gu {
    margin: 5.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft21gu {
    margin-left: 5.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight21gu {
    margin-right: 5.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz21gu {
    margin-left: 5.25rem;
    margin-right: 5.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom21gu {
    margin-bottom: 5.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop21gu {
    margin-top: 5.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert21gu {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin22gu {
    margin: 5.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft22gu {
    margin-left: 5.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight22gu {
    margin-right: 5.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz22gu {
    margin-left: 5.5rem;
    margin-right: 5.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom22gu {
    margin-bottom: 5.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop22gu {
    margin-top: 5.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert22gu {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin23gu {
    margin: 5.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft23gu {
    margin-left: 5.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight23gu {
    margin-right: 5.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz23gu {
    margin-left: 5.75rem;
    margin-right: 5.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom23gu {
    margin-bottom: 5.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop23gu {
    margin-top: 5.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert23gu {
    margin-top: 5.75rem;
    margin-bottom: 5.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin24gu {
    margin: 6rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft24gu {
    margin-left: 6rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight24gu {
    margin-right: 6rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz24gu {
    margin-left: 6rem;
    margin-right: 6rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom24gu {
    margin-bottom: 6rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop24gu {
    margin-top: 6rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert24gu {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin25gu {
    margin: 6.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft25gu {
    margin-left: 6.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight25gu {
    margin-right: 6.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz25gu {
    margin-left: 6.25rem;
    margin-right: 6.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom25gu {
    margin-bottom: 6.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop25gu {
    margin-top: 6.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert25gu {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin26gu {
    margin: 6.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft26gu {
    margin-left: 6.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight26gu {
    margin-right: 6.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz26gu {
    margin-left: 6.5rem;
    margin-right: 6.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom26gu {
    margin-bottom: 6.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop26gu {
    margin-top: 6.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert26gu {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin27gu {
    margin: 6.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft27gu {
    margin-left: 6.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight27gu {
    margin-right: 6.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz27gu {
    margin-left: 6.75rem;
    margin-right: 6.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom27gu {
    margin-bottom: 6.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop27gu {
    margin-top: 6.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert27gu {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin28gu {
    margin: 7rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft28gu {
    margin-left: 7rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight28gu {
    margin-right: 7rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz28gu {
    margin-left: 7rem;
    margin-right: 7rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom28gu {
    margin-bottom: 7rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop28gu {
    margin-top: 7rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert28gu {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin29gu {
    margin: 7.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft29gu {
    margin-left: 7.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight29gu {
    margin-right: 7.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz29gu {
    margin-left: 7.25rem;
    margin-right: 7.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom29gu {
    margin-bottom: 7.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop29gu {
    margin-top: 7.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert29gu {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin30gu {
    margin: 7.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft30gu {
    margin-left: 7.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight30gu {
    margin-right: 7.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz30gu {
    margin-left: 7.5rem;
    margin-right: 7.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom30gu {
    margin-bottom: 7.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop30gu {
    margin-top: 7.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert30gu {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin31gu {
    margin: 7.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft31gu {
    margin-left: 7.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight31gu {
    margin-right: 7.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz31gu {
    margin-left: 7.75rem;
    margin-right: 7.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom31gu {
    margin-bottom: 7.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop31gu {
    margin-top: 7.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert31gu {
    margin-top: 7.75rem;
    margin-bottom: 7.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin32gu {
    margin: 8rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft32gu {
    margin-left: 8rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight32gu {
    margin-right: 8rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz32gu {
    margin-left: 8rem;
    margin-right: 8rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom32gu {
    margin-bottom: 8rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop32gu {
    margin-top: 8rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert32gu {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin33gu {
    margin: 8.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft33gu {
    margin-left: 8.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight33gu {
    margin-right: 8.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz33gu {
    margin-left: 8.25rem;
    margin-right: 8.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom33gu {
    margin-bottom: 8.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop33gu {
    margin-top: 8.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert33gu {
    margin-top: 8.25rem;
    margin-bottom: 8.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin34gu {
    margin: 8.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft34gu {
    margin-left: 8.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight34gu {
    margin-right: 8.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz34gu {
    margin-left: 8.5rem;
    margin-right: 8.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom34gu {
    margin-bottom: 8.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop34gu {
    margin-top: 8.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert34gu {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin35gu {
    margin: 8.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft35gu {
    margin-left: 8.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight35gu {
    margin-right: 8.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz35gu {
    margin-left: 8.75rem;
    margin-right: 8.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom35gu {
    margin-bottom: 8.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop35gu {
    margin-top: 8.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert35gu {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin36gu {
    margin: 9rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft36gu {
    margin-left: 9rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight36gu {
    margin-right: 9rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz36gu {
    margin-left: 9rem;
    margin-right: 9rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom36gu {
    margin-bottom: 9rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop36gu {
    margin-top: 9rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert36gu {
    margin-top: 9rem;
    margin-bottom: 9rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin37gu {
    margin: 9.25rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft37gu {
    margin-left: 9.25rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight37gu {
    margin-right: 9.25rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz37gu {
    margin-left: 9.25rem;
    margin-right: 9.25rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom37gu {
    margin-bottom: 9.25rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop37gu {
    margin-top: 9.25rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert37gu {
    margin-top: 9.25rem;
    margin-bottom: 9.25rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin38gu {
    margin: 9.5rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft38gu {
    margin-left: 9.5rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight38gu {
    margin-right: 9.5rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz38gu {
    margin-left: 9.5rem;
    margin-right: 9.5rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom38gu {
    margin-bottom: 9.5rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop38gu {
    margin-top: 9.5rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert38gu {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin39gu {
    margin: 9.75rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft39gu {
    margin-left: 9.75rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight39gu {
    margin-right: 9.75rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz39gu {
    margin-left: 9.75rem;
    margin-right: 9.75rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom39gu {
    margin-bottom: 9.75rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop39gu {
    margin-top: 9.75rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert39gu {
    margin-top: 9.75rem;
    margin-bottom: 9.75rem; }
  /* line 19, src/stylesheets/utilities/_margin.scss */
  .u-margin40gu {
    margin: 10rem; }
  /* line 25, src/stylesheets/utilities/_margin.scss */
  .u-marginLeft40gu {
    margin-left: 10rem; }
  /* line 28, src/stylesheets/utilities/_margin.scss */
  .u-marginRight40gu {
    margin-right: 10rem; }
  /* line 31, src/stylesheets/utilities/_margin.scss */
  .u-marginHoriz40gu {
    margin-left: 10rem;
    margin-right: 10rem; }
  /* line 40, src/stylesheets/utilities/_margin.scss */
  .u-marginBottom40gu {
    margin-bottom: 10rem; }
  /* line 43, src/stylesheets/utilities/_margin.scss */
  .u-marginTop40gu {
    margin-top: 10rem; }
  /* line 45, src/stylesheets/utilities/_margin.scss */
  .u-marginVert40gu {
    margin-top: 10rem;
    margin-bottom: 10rem; }
  /* line 51, src/stylesheets/utilities/_margin.scss */
  .u-marginHorizAuto {
    margin-left: auto;
    margin-right: auto; }
  /* line 56, src/stylesheets/utilities/_margin.scss */
  .u-marginLeftAuto {
    margin-left: auto; }
  /* line 60, src/stylesheets/utilities/_margin.scss */
  .u-marginRightAuto {
    margin-right: auto; }

@media (min-width: 320px) {
  /* line 14, src/stylesheets/utilities/_margin.scss */
  .u-xs-margin {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin0gu {
      margin: 0rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft0gu {
      margin-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight0gu {
      margin-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz0gu {
      margin-left: 0rem;
      margin-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom0gu {
      margin-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop0gu {
      margin-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert0gu {
      margin-top: 0rem;
      margin-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin1gu {
      margin: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft1gu {
      margin-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight1gu {
      margin-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz1gu {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom1gu {
      margin-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop1gu {
      margin-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert1gu {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin2gu {
      margin: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft2gu {
      margin-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight2gu {
      margin-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz2gu {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom2gu {
      margin-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop2gu {
      margin-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert2gu {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin3gu {
      margin: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft3gu {
      margin-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight3gu {
      margin-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz3gu {
      margin-left: 0.75rem;
      margin-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom3gu {
      margin-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop3gu {
      margin-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert3gu {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin4gu {
      margin: 1rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft4gu {
      margin-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight4gu {
      margin-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz4gu {
      margin-left: 1rem;
      margin-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom4gu {
      margin-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop4gu {
      margin-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert4gu {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin5gu {
      margin: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft5gu {
      margin-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight5gu {
      margin-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz5gu {
      margin-left: 1.25rem;
      margin-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom5gu {
      margin-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop5gu {
      margin-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert5gu {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin6gu {
      margin: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft6gu {
      margin-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight6gu {
      margin-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz6gu {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom6gu {
      margin-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop6gu {
      margin-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert6gu {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin7gu {
      margin: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft7gu {
      margin-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight7gu {
      margin-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz7gu {
      margin-left: 1.75rem;
      margin-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom7gu {
      margin-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop7gu {
      margin-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert7gu {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin8gu {
      margin: 2rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft8gu {
      margin-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight8gu {
      margin-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz8gu {
      margin-left: 2rem;
      margin-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom8gu {
      margin-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop8gu {
      margin-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert8gu {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin9gu {
      margin: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft9gu {
      margin-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight9gu {
      margin-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz9gu {
      margin-left: 2.25rem;
      margin-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom9gu {
      margin-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop9gu {
      margin-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert9gu {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin10gu {
      margin: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft10gu {
      margin-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight10gu {
      margin-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz10gu {
      margin-left: 2.5rem;
      margin-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom10gu {
      margin-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop10gu {
      margin-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert10gu {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin11gu {
      margin: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft11gu {
      margin-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight11gu {
      margin-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz11gu {
      margin-left: 2.75rem;
      margin-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom11gu {
      margin-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop11gu {
      margin-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert11gu {
      margin-top: 2.75rem;
      margin-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin12gu {
      margin: 3rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft12gu {
      margin-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight12gu {
      margin-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz12gu {
      margin-left: 3rem;
      margin-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom12gu {
      margin-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop12gu {
      margin-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert12gu {
      margin-top: 3rem;
      margin-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin13gu {
      margin: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft13gu {
      margin-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight13gu {
      margin-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz13gu {
      margin-left: 3.25rem;
      margin-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom13gu {
      margin-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop13gu {
      margin-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert13gu {
      margin-top: 3.25rem;
      margin-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin14gu {
      margin: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft14gu {
      margin-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight14gu {
      margin-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz14gu {
      margin-left: 3.5rem;
      margin-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom14gu {
      margin-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop14gu {
      margin-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert14gu {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin15gu {
      margin: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft15gu {
      margin-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight15gu {
      margin-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz15gu {
      margin-left: 3.75rem;
      margin-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom15gu {
      margin-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop15gu {
      margin-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert15gu {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin16gu {
      margin: 4rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft16gu {
      margin-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight16gu {
      margin-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz16gu {
      margin-left: 4rem;
      margin-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom16gu {
      margin-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop16gu {
      margin-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert16gu {
      margin-top: 4rem;
      margin-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin17gu {
      margin: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft17gu {
      margin-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight17gu {
      margin-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz17gu {
      margin-left: 4.25rem;
      margin-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom17gu {
      margin-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop17gu {
      margin-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert17gu {
      margin-top: 4.25rem;
      margin-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin18gu {
      margin: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft18gu {
      margin-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight18gu {
      margin-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz18gu {
      margin-left: 4.5rem;
      margin-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom18gu {
      margin-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop18gu {
      margin-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert18gu {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin19gu {
      margin: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft19gu {
      margin-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight19gu {
      margin-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz19gu {
      margin-left: 4.75rem;
      margin-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom19gu {
      margin-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop19gu {
      margin-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert19gu {
      margin-top: 4.75rem;
      margin-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin20gu {
      margin: 5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft20gu {
      margin-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight20gu {
      margin-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz20gu {
      margin-left: 5rem;
      margin-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom20gu {
      margin-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop20gu {
      margin-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert20gu {
      margin-top: 5rem;
      margin-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin21gu {
      margin: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft21gu {
      margin-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight21gu {
      margin-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz21gu {
      margin-left: 5.25rem;
      margin-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom21gu {
      margin-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop21gu {
      margin-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert21gu {
      margin-top: 5.25rem;
      margin-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin22gu {
      margin: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft22gu {
      margin-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight22gu {
      margin-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz22gu {
      margin-left: 5.5rem;
      margin-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom22gu {
      margin-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop22gu {
      margin-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert22gu {
      margin-top: 5.5rem;
      margin-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin23gu {
      margin: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft23gu {
      margin-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight23gu {
      margin-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz23gu {
      margin-left: 5.75rem;
      margin-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom23gu {
      margin-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop23gu {
      margin-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert23gu {
      margin-top: 5.75rem;
      margin-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin24gu {
      margin: 6rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft24gu {
      margin-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight24gu {
      margin-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz24gu {
      margin-left: 6rem;
      margin-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom24gu {
      margin-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop24gu {
      margin-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert24gu {
      margin-top: 6rem;
      margin-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin25gu {
      margin: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft25gu {
      margin-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight25gu {
      margin-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz25gu {
      margin-left: 6.25rem;
      margin-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom25gu {
      margin-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop25gu {
      margin-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert25gu {
      margin-top: 6.25rem;
      margin-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin26gu {
      margin: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft26gu {
      margin-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight26gu {
      margin-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz26gu {
      margin-left: 6.5rem;
      margin-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom26gu {
      margin-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop26gu {
      margin-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert26gu {
      margin-top: 6.5rem;
      margin-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin27gu {
      margin: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft27gu {
      margin-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight27gu {
      margin-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz27gu {
      margin-left: 6.75rem;
      margin-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom27gu {
      margin-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop27gu {
      margin-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert27gu {
      margin-top: 6.75rem;
      margin-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin28gu {
      margin: 7rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft28gu {
      margin-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight28gu {
      margin-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz28gu {
      margin-left: 7rem;
      margin-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom28gu {
      margin-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop28gu {
      margin-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert28gu {
      margin-top: 7rem;
      margin-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin29gu {
      margin: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft29gu {
      margin-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight29gu {
      margin-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz29gu {
      margin-left: 7.25rem;
      margin-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom29gu {
      margin-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop29gu {
      margin-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert29gu {
      margin-top: 7.25rem;
      margin-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin30gu {
      margin: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft30gu {
      margin-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight30gu {
      margin-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz30gu {
      margin-left: 7.5rem;
      margin-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom30gu {
      margin-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop30gu {
      margin-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert30gu {
      margin-top: 7.5rem;
      margin-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin31gu {
      margin: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft31gu {
      margin-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight31gu {
      margin-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz31gu {
      margin-left: 7.75rem;
      margin-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom31gu {
      margin-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop31gu {
      margin-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert31gu {
      margin-top: 7.75rem;
      margin-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin32gu {
      margin: 8rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft32gu {
      margin-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight32gu {
      margin-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz32gu {
      margin-left: 8rem;
      margin-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom32gu {
      margin-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop32gu {
      margin-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert32gu {
      margin-top: 8rem;
      margin-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin33gu {
      margin: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft33gu {
      margin-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight33gu {
      margin-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz33gu {
      margin-left: 8.25rem;
      margin-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom33gu {
      margin-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop33gu {
      margin-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert33gu {
      margin-top: 8.25rem;
      margin-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin34gu {
      margin: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft34gu {
      margin-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight34gu {
      margin-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz34gu {
      margin-left: 8.5rem;
      margin-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom34gu {
      margin-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop34gu {
      margin-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert34gu {
      margin-top: 8.5rem;
      margin-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin35gu {
      margin: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft35gu {
      margin-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight35gu {
      margin-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz35gu {
      margin-left: 8.75rem;
      margin-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom35gu {
      margin-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop35gu {
      margin-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert35gu {
      margin-top: 8.75rem;
      margin-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin36gu {
      margin: 9rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft36gu {
      margin-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight36gu {
      margin-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz36gu {
      margin-left: 9rem;
      margin-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom36gu {
      margin-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop36gu {
      margin-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert36gu {
      margin-top: 9rem;
      margin-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin37gu {
      margin: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft37gu {
      margin-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight37gu {
      margin-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz37gu {
      margin-left: 9.25rem;
      margin-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom37gu {
      margin-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop37gu {
      margin-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert37gu {
      margin-top: 9.25rem;
      margin-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin38gu {
      margin: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft38gu {
      margin-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight38gu {
      margin-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz38gu {
      margin-left: 9.5rem;
      margin-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom38gu {
      margin-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop38gu {
      margin-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert38gu {
      margin-top: 9.5rem;
      margin-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin39gu {
      margin: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft39gu {
      margin-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight39gu {
      margin-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz39gu {
      margin-left: 9.75rem;
      margin-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom39gu {
      margin-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop39gu {
      margin-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert39gu {
      margin-top: 9.75rem;
      margin-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xs-margin40gu {
      margin: 10rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeft40gu {
      margin-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRight40gu {
      margin-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHoriz40gu {
      margin-left: 10rem;
      margin-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginBottom40gu {
      margin-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginTop40gu {
      margin-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginVert40gu {
      margin-top: 10rem;
      margin-bottom: 10rem; }
    /* line 51, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginHorizAuto {
      margin-left: auto;
      margin-right: auto; }
    /* line 56, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginLeftAuto {
      margin-left: auto; }
    /* line 60, src/stylesheets/utilities/_margin.scss */
    .u-xs-marginRightAuto {
      margin-right: auto; } }

@media (min-width: 500px) {
  /* line 14, src/stylesheets/utilities/_margin.scss */
  .u-sm-margin {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin0gu {
      margin: 0rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft0gu {
      margin-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight0gu {
      margin-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz0gu {
      margin-left: 0rem;
      margin-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom0gu {
      margin-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop0gu {
      margin-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert0gu {
      margin-top: 0rem;
      margin-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin1gu {
      margin: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft1gu {
      margin-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight1gu {
      margin-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz1gu {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom1gu {
      margin-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop1gu {
      margin-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert1gu {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin2gu {
      margin: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft2gu {
      margin-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight2gu {
      margin-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz2gu {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom2gu {
      margin-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop2gu {
      margin-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert2gu {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin3gu {
      margin: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft3gu {
      margin-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight3gu {
      margin-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz3gu {
      margin-left: 0.75rem;
      margin-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom3gu {
      margin-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop3gu {
      margin-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert3gu {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin4gu {
      margin: 1rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft4gu {
      margin-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight4gu {
      margin-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz4gu {
      margin-left: 1rem;
      margin-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom4gu {
      margin-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop4gu {
      margin-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert4gu {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin5gu {
      margin: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft5gu {
      margin-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight5gu {
      margin-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz5gu {
      margin-left: 1.25rem;
      margin-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom5gu {
      margin-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop5gu {
      margin-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert5gu {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin6gu {
      margin: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft6gu {
      margin-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight6gu {
      margin-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz6gu {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom6gu {
      margin-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop6gu {
      margin-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert6gu {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin7gu {
      margin: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft7gu {
      margin-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight7gu {
      margin-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz7gu {
      margin-left: 1.75rem;
      margin-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom7gu {
      margin-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop7gu {
      margin-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert7gu {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin8gu {
      margin: 2rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft8gu {
      margin-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight8gu {
      margin-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz8gu {
      margin-left: 2rem;
      margin-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom8gu {
      margin-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop8gu {
      margin-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert8gu {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin9gu {
      margin: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft9gu {
      margin-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight9gu {
      margin-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz9gu {
      margin-left: 2.25rem;
      margin-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom9gu {
      margin-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop9gu {
      margin-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert9gu {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin10gu {
      margin: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft10gu {
      margin-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight10gu {
      margin-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz10gu {
      margin-left: 2.5rem;
      margin-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom10gu {
      margin-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop10gu {
      margin-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert10gu {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin11gu {
      margin: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft11gu {
      margin-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight11gu {
      margin-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz11gu {
      margin-left: 2.75rem;
      margin-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom11gu {
      margin-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop11gu {
      margin-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert11gu {
      margin-top: 2.75rem;
      margin-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin12gu {
      margin: 3rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft12gu {
      margin-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight12gu {
      margin-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz12gu {
      margin-left: 3rem;
      margin-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom12gu {
      margin-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop12gu {
      margin-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert12gu {
      margin-top: 3rem;
      margin-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin13gu {
      margin: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft13gu {
      margin-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight13gu {
      margin-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz13gu {
      margin-left: 3.25rem;
      margin-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom13gu {
      margin-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop13gu {
      margin-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert13gu {
      margin-top: 3.25rem;
      margin-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin14gu {
      margin: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft14gu {
      margin-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight14gu {
      margin-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz14gu {
      margin-left: 3.5rem;
      margin-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom14gu {
      margin-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop14gu {
      margin-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert14gu {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin15gu {
      margin: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft15gu {
      margin-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight15gu {
      margin-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz15gu {
      margin-left: 3.75rem;
      margin-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom15gu {
      margin-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop15gu {
      margin-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert15gu {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin16gu {
      margin: 4rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft16gu {
      margin-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight16gu {
      margin-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz16gu {
      margin-left: 4rem;
      margin-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom16gu {
      margin-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop16gu {
      margin-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert16gu {
      margin-top: 4rem;
      margin-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin17gu {
      margin: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft17gu {
      margin-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight17gu {
      margin-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz17gu {
      margin-left: 4.25rem;
      margin-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom17gu {
      margin-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop17gu {
      margin-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert17gu {
      margin-top: 4.25rem;
      margin-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin18gu {
      margin: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft18gu {
      margin-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight18gu {
      margin-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz18gu {
      margin-left: 4.5rem;
      margin-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom18gu {
      margin-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop18gu {
      margin-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert18gu {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin19gu {
      margin: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft19gu {
      margin-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight19gu {
      margin-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz19gu {
      margin-left: 4.75rem;
      margin-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom19gu {
      margin-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop19gu {
      margin-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert19gu {
      margin-top: 4.75rem;
      margin-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin20gu {
      margin: 5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft20gu {
      margin-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight20gu {
      margin-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz20gu {
      margin-left: 5rem;
      margin-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom20gu {
      margin-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop20gu {
      margin-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert20gu {
      margin-top: 5rem;
      margin-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin21gu {
      margin: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft21gu {
      margin-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight21gu {
      margin-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz21gu {
      margin-left: 5.25rem;
      margin-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom21gu {
      margin-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop21gu {
      margin-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert21gu {
      margin-top: 5.25rem;
      margin-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin22gu {
      margin: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft22gu {
      margin-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight22gu {
      margin-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz22gu {
      margin-left: 5.5rem;
      margin-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom22gu {
      margin-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop22gu {
      margin-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert22gu {
      margin-top: 5.5rem;
      margin-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin23gu {
      margin: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft23gu {
      margin-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight23gu {
      margin-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz23gu {
      margin-left: 5.75rem;
      margin-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom23gu {
      margin-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop23gu {
      margin-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert23gu {
      margin-top: 5.75rem;
      margin-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin24gu {
      margin: 6rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft24gu {
      margin-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight24gu {
      margin-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz24gu {
      margin-left: 6rem;
      margin-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom24gu {
      margin-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop24gu {
      margin-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert24gu {
      margin-top: 6rem;
      margin-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin25gu {
      margin: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft25gu {
      margin-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight25gu {
      margin-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz25gu {
      margin-left: 6.25rem;
      margin-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom25gu {
      margin-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop25gu {
      margin-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert25gu {
      margin-top: 6.25rem;
      margin-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin26gu {
      margin: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft26gu {
      margin-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight26gu {
      margin-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz26gu {
      margin-left: 6.5rem;
      margin-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom26gu {
      margin-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop26gu {
      margin-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert26gu {
      margin-top: 6.5rem;
      margin-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin27gu {
      margin: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft27gu {
      margin-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight27gu {
      margin-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz27gu {
      margin-left: 6.75rem;
      margin-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom27gu {
      margin-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop27gu {
      margin-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert27gu {
      margin-top: 6.75rem;
      margin-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin28gu {
      margin: 7rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft28gu {
      margin-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight28gu {
      margin-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz28gu {
      margin-left: 7rem;
      margin-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom28gu {
      margin-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop28gu {
      margin-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert28gu {
      margin-top: 7rem;
      margin-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin29gu {
      margin: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft29gu {
      margin-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight29gu {
      margin-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz29gu {
      margin-left: 7.25rem;
      margin-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom29gu {
      margin-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop29gu {
      margin-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert29gu {
      margin-top: 7.25rem;
      margin-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin30gu {
      margin: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft30gu {
      margin-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight30gu {
      margin-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz30gu {
      margin-left: 7.5rem;
      margin-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom30gu {
      margin-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop30gu {
      margin-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert30gu {
      margin-top: 7.5rem;
      margin-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin31gu {
      margin: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft31gu {
      margin-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight31gu {
      margin-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz31gu {
      margin-left: 7.75rem;
      margin-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom31gu {
      margin-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop31gu {
      margin-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert31gu {
      margin-top: 7.75rem;
      margin-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin32gu {
      margin: 8rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft32gu {
      margin-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight32gu {
      margin-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz32gu {
      margin-left: 8rem;
      margin-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom32gu {
      margin-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop32gu {
      margin-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert32gu {
      margin-top: 8rem;
      margin-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin33gu {
      margin: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft33gu {
      margin-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight33gu {
      margin-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz33gu {
      margin-left: 8.25rem;
      margin-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom33gu {
      margin-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop33gu {
      margin-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert33gu {
      margin-top: 8.25rem;
      margin-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin34gu {
      margin: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft34gu {
      margin-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight34gu {
      margin-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz34gu {
      margin-left: 8.5rem;
      margin-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom34gu {
      margin-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop34gu {
      margin-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert34gu {
      margin-top: 8.5rem;
      margin-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin35gu {
      margin: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft35gu {
      margin-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight35gu {
      margin-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz35gu {
      margin-left: 8.75rem;
      margin-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom35gu {
      margin-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop35gu {
      margin-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert35gu {
      margin-top: 8.75rem;
      margin-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin36gu {
      margin: 9rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft36gu {
      margin-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight36gu {
      margin-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz36gu {
      margin-left: 9rem;
      margin-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom36gu {
      margin-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop36gu {
      margin-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert36gu {
      margin-top: 9rem;
      margin-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin37gu {
      margin: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft37gu {
      margin-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight37gu {
      margin-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz37gu {
      margin-left: 9.25rem;
      margin-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom37gu {
      margin-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop37gu {
      margin-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert37gu {
      margin-top: 9.25rem;
      margin-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin38gu {
      margin: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft38gu {
      margin-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight38gu {
      margin-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz38gu {
      margin-left: 9.5rem;
      margin-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom38gu {
      margin-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop38gu {
      margin-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert38gu {
      margin-top: 9.5rem;
      margin-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin39gu {
      margin: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft39gu {
      margin-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight39gu {
      margin-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz39gu {
      margin-left: 9.75rem;
      margin-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom39gu {
      margin-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop39gu {
      margin-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert39gu {
      margin-top: 9.75rem;
      margin-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-sm-margin40gu {
      margin: 10rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeft40gu {
      margin-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRight40gu {
      margin-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHoriz40gu {
      margin-left: 10rem;
      margin-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginBottom40gu {
      margin-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginTop40gu {
      margin-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginVert40gu {
      margin-top: 10rem;
      margin-bottom: 10rem; }
    /* line 51, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginHorizAuto {
      margin-left: auto;
      margin-right: auto; }
    /* line 56, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginLeftAuto {
      margin-left: auto; }
    /* line 60, src/stylesheets/utilities/_margin.scss */
    .u-sm-marginRightAuto {
      margin-right: auto; } }

@media (min-width: 768px) {
  /* line 14, src/stylesheets/utilities/_margin.scss */
  .u-md-margin {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin0gu {
      margin: 0rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft0gu {
      margin-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight0gu {
      margin-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz0gu {
      margin-left: 0rem;
      margin-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom0gu {
      margin-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop0gu {
      margin-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert0gu {
      margin-top: 0rem;
      margin-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin1gu {
      margin: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft1gu {
      margin-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight1gu {
      margin-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz1gu {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom1gu {
      margin-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop1gu {
      margin-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert1gu {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin2gu {
      margin: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft2gu {
      margin-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight2gu {
      margin-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz2gu {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom2gu {
      margin-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop2gu {
      margin-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert2gu {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin3gu {
      margin: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft3gu {
      margin-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight3gu {
      margin-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz3gu {
      margin-left: 0.75rem;
      margin-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom3gu {
      margin-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop3gu {
      margin-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert3gu {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin4gu {
      margin: 1rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft4gu {
      margin-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight4gu {
      margin-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz4gu {
      margin-left: 1rem;
      margin-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom4gu {
      margin-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop4gu {
      margin-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert4gu {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin5gu {
      margin: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft5gu {
      margin-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight5gu {
      margin-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz5gu {
      margin-left: 1.25rem;
      margin-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom5gu {
      margin-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop5gu {
      margin-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert5gu {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin6gu {
      margin: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft6gu {
      margin-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight6gu {
      margin-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz6gu {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom6gu {
      margin-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop6gu {
      margin-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert6gu {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin7gu {
      margin: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft7gu {
      margin-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight7gu {
      margin-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz7gu {
      margin-left: 1.75rem;
      margin-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom7gu {
      margin-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop7gu {
      margin-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert7gu {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin8gu {
      margin: 2rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft8gu {
      margin-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight8gu {
      margin-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz8gu {
      margin-left: 2rem;
      margin-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom8gu {
      margin-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop8gu {
      margin-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert8gu {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin9gu {
      margin: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft9gu {
      margin-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight9gu {
      margin-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz9gu {
      margin-left: 2.25rem;
      margin-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom9gu {
      margin-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop9gu {
      margin-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert9gu {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin10gu {
      margin: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft10gu {
      margin-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight10gu {
      margin-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz10gu {
      margin-left: 2.5rem;
      margin-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom10gu {
      margin-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop10gu {
      margin-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert10gu {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin11gu {
      margin: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft11gu {
      margin-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight11gu {
      margin-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz11gu {
      margin-left: 2.75rem;
      margin-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom11gu {
      margin-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop11gu {
      margin-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert11gu {
      margin-top: 2.75rem;
      margin-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin12gu {
      margin: 3rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft12gu {
      margin-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight12gu {
      margin-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz12gu {
      margin-left: 3rem;
      margin-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom12gu {
      margin-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop12gu {
      margin-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert12gu {
      margin-top: 3rem;
      margin-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin13gu {
      margin: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft13gu {
      margin-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight13gu {
      margin-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz13gu {
      margin-left: 3.25rem;
      margin-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom13gu {
      margin-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop13gu {
      margin-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert13gu {
      margin-top: 3.25rem;
      margin-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin14gu {
      margin: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft14gu {
      margin-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight14gu {
      margin-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz14gu {
      margin-left: 3.5rem;
      margin-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom14gu {
      margin-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop14gu {
      margin-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert14gu {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin15gu {
      margin: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft15gu {
      margin-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight15gu {
      margin-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz15gu {
      margin-left: 3.75rem;
      margin-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom15gu {
      margin-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop15gu {
      margin-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert15gu {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin16gu {
      margin: 4rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft16gu {
      margin-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight16gu {
      margin-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz16gu {
      margin-left: 4rem;
      margin-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom16gu {
      margin-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop16gu {
      margin-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert16gu {
      margin-top: 4rem;
      margin-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin17gu {
      margin: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft17gu {
      margin-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight17gu {
      margin-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz17gu {
      margin-left: 4.25rem;
      margin-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom17gu {
      margin-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop17gu {
      margin-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert17gu {
      margin-top: 4.25rem;
      margin-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin18gu {
      margin: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft18gu {
      margin-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight18gu {
      margin-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz18gu {
      margin-left: 4.5rem;
      margin-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom18gu {
      margin-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop18gu {
      margin-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert18gu {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin19gu {
      margin: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft19gu {
      margin-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight19gu {
      margin-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz19gu {
      margin-left: 4.75rem;
      margin-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom19gu {
      margin-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop19gu {
      margin-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert19gu {
      margin-top: 4.75rem;
      margin-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin20gu {
      margin: 5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft20gu {
      margin-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight20gu {
      margin-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz20gu {
      margin-left: 5rem;
      margin-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom20gu {
      margin-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop20gu {
      margin-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert20gu {
      margin-top: 5rem;
      margin-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin21gu {
      margin: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft21gu {
      margin-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight21gu {
      margin-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz21gu {
      margin-left: 5.25rem;
      margin-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom21gu {
      margin-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop21gu {
      margin-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert21gu {
      margin-top: 5.25rem;
      margin-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin22gu {
      margin: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft22gu {
      margin-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight22gu {
      margin-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz22gu {
      margin-left: 5.5rem;
      margin-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom22gu {
      margin-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop22gu {
      margin-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert22gu {
      margin-top: 5.5rem;
      margin-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin23gu {
      margin: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft23gu {
      margin-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight23gu {
      margin-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz23gu {
      margin-left: 5.75rem;
      margin-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom23gu {
      margin-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop23gu {
      margin-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert23gu {
      margin-top: 5.75rem;
      margin-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin24gu {
      margin: 6rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft24gu {
      margin-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight24gu {
      margin-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz24gu {
      margin-left: 6rem;
      margin-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom24gu {
      margin-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop24gu {
      margin-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert24gu {
      margin-top: 6rem;
      margin-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin25gu {
      margin: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft25gu {
      margin-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight25gu {
      margin-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz25gu {
      margin-left: 6.25rem;
      margin-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom25gu {
      margin-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop25gu {
      margin-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert25gu {
      margin-top: 6.25rem;
      margin-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin26gu {
      margin: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft26gu {
      margin-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight26gu {
      margin-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz26gu {
      margin-left: 6.5rem;
      margin-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom26gu {
      margin-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop26gu {
      margin-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert26gu {
      margin-top: 6.5rem;
      margin-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin27gu {
      margin: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft27gu {
      margin-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight27gu {
      margin-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz27gu {
      margin-left: 6.75rem;
      margin-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom27gu {
      margin-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop27gu {
      margin-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert27gu {
      margin-top: 6.75rem;
      margin-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin28gu {
      margin: 7rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft28gu {
      margin-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight28gu {
      margin-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz28gu {
      margin-left: 7rem;
      margin-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom28gu {
      margin-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop28gu {
      margin-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert28gu {
      margin-top: 7rem;
      margin-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin29gu {
      margin: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft29gu {
      margin-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight29gu {
      margin-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz29gu {
      margin-left: 7.25rem;
      margin-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom29gu {
      margin-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop29gu {
      margin-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert29gu {
      margin-top: 7.25rem;
      margin-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin30gu {
      margin: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft30gu {
      margin-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight30gu {
      margin-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz30gu {
      margin-left: 7.5rem;
      margin-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom30gu {
      margin-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop30gu {
      margin-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert30gu {
      margin-top: 7.5rem;
      margin-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin31gu {
      margin: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft31gu {
      margin-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight31gu {
      margin-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz31gu {
      margin-left: 7.75rem;
      margin-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom31gu {
      margin-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop31gu {
      margin-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert31gu {
      margin-top: 7.75rem;
      margin-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin32gu {
      margin: 8rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft32gu {
      margin-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight32gu {
      margin-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz32gu {
      margin-left: 8rem;
      margin-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom32gu {
      margin-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop32gu {
      margin-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert32gu {
      margin-top: 8rem;
      margin-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin33gu {
      margin: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft33gu {
      margin-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight33gu {
      margin-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz33gu {
      margin-left: 8.25rem;
      margin-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom33gu {
      margin-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop33gu {
      margin-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert33gu {
      margin-top: 8.25rem;
      margin-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin34gu {
      margin: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft34gu {
      margin-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight34gu {
      margin-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz34gu {
      margin-left: 8.5rem;
      margin-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom34gu {
      margin-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop34gu {
      margin-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert34gu {
      margin-top: 8.5rem;
      margin-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin35gu {
      margin: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft35gu {
      margin-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight35gu {
      margin-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz35gu {
      margin-left: 8.75rem;
      margin-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom35gu {
      margin-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop35gu {
      margin-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert35gu {
      margin-top: 8.75rem;
      margin-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin36gu {
      margin: 9rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft36gu {
      margin-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight36gu {
      margin-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz36gu {
      margin-left: 9rem;
      margin-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom36gu {
      margin-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop36gu {
      margin-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert36gu {
      margin-top: 9rem;
      margin-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin37gu {
      margin: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft37gu {
      margin-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight37gu {
      margin-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz37gu {
      margin-left: 9.25rem;
      margin-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom37gu {
      margin-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop37gu {
      margin-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert37gu {
      margin-top: 9.25rem;
      margin-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin38gu {
      margin: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft38gu {
      margin-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight38gu {
      margin-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz38gu {
      margin-left: 9.5rem;
      margin-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom38gu {
      margin-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop38gu {
      margin-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert38gu {
      margin-top: 9.5rem;
      margin-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin39gu {
      margin: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft39gu {
      margin-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight39gu {
      margin-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz39gu {
      margin-left: 9.75rem;
      margin-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom39gu {
      margin-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop39gu {
      margin-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert39gu {
      margin-top: 9.75rem;
      margin-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-md-margin40gu {
      margin: 10rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeft40gu {
      margin-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRight40gu {
      margin-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHoriz40gu {
      margin-left: 10rem;
      margin-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-md-marginBottom40gu {
      margin-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-md-marginTop40gu {
      margin-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-md-marginVert40gu {
      margin-top: 10rem;
      margin-bottom: 10rem; }
    /* line 51, src/stylesheets/utilities/_margin.scss */
    .u-md-marginHorizAuto {
      margin-left: auto;
      margin-right: auto; }
    /* line 56, src/stylesheets/utilities/_margin.scss */
    .u-md-marginLeftAuto {
      margin-left: auto; }
    /* line 60, src/stylesheets/utilities/_margin.scss */
    .u-md-marginRightAuto {
      margin-right: auto; } }

@media (min-width: 991px) {
  /* line 14, src/stylesheets/utilities/_margin.scss */
  .u-lg-margin {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin0gu {
      margin: 0rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft0gu {
      margin-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight0gu {
      margin-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz0gu {
      margin-left: 0rem;
      margin-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom0gu {
      margin-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop0gu {
      margin-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert0gu {
      margin-top: 0rem;
      margin-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin1gu {
      margin: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft1gu {
      margin-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight1gu {
      margin-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz1gu {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom1gu {
      margin-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop1gu {
      margin-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert1gu {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin2gu {
      margin: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft2gu {
      margin-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight2gu {
      margin-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz2gu {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom2gu {
      margin-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop2gu {
      margin-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert2gu {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin3gu {
      margin: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft3gu {
      margin-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight3gu {
      margin-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz3gu {
      margin-left: 0.75rem;
      margin-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom3gu {
      margin-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop3gu {
      margin-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert3gu {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin4gu {
      margin: 1rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft4gu {
      margin-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight4gu {
      margin-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz4gu {
      margin-left: 1rem;
      margin-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom4gu {
      margin-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop4gu {
      margin-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert4gu {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin5gu {
      margin: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft5gu {
      margin-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight5gu {
      margin-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz5gu {
      margin-left: 1.25rem;
      margin-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom5gu {
      margin-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop5gu {
      margin-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert5gu {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin6gu {
      margin: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft6gu {
      margin-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight6gu {
      margin-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz6gu {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom6gu {
      margin-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop6gu {
      margin-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert6gu {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin7gu {
      margin: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft7gu {
      margin-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight7gu {
      margin-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz7gu {
      margin-left: 1.75rem;
      margin-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom7gu {
      margin-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop7gu {
      margin-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert7gu {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin8gu {
      margin: 2rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft8gu {
      margin-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight8gu {
      margin-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz8gu {
      margin-left: 2rem;
      margin-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom8gu {
      margin-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop8gu {
      margin-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert8gu {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin9gu {
      margin: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft9gu {
      margin-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight9gu {
      margin-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz9gu {
      margin-left: 2.25rem;
      margin-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom9gu {
      margin-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop9gu {
      margin-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert9gu {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin10gu {
      margin: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft10gu {
      margin-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight10gu {
      margin-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz10gu {
      margin-left: 2.5rem;
      margin-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom10gu {
      margin-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop10gu {
      margin-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert10gu {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin11gu {
      margin: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft11gu {
      margin-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight11gu {
      margin-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz11gu {
      margin-left: 2.75rem;
      margin-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom11gu {
      margin-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop11gu {
      margin-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert11gu {
      margin-top: 2.75rem;
      margin-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin12gu {
      margin: 3rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft12gu {
      margin-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight12gu {
      margin-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz12gu {
      margin-left: 3rem;
      margin-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom12gu {
      margin-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop12gu {
      margin-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert12gu {
      margin-top: 3rem;
      margin-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin13gu {
      margin: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft13gu {
      margin-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight13gu {
      margin-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz13gu {
      margin-left: 3.25rem;
      margin-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom13gu {
      margin-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop13gu {
      margin-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert13gu {
      margin-top: 3.25rem;
      margin-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin14gu {
      margin: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft14gu {
      margin-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight14gu {
      margin-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz14gu {
      margin-left: 3.5rem;
      margin-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom14gu {
      margin-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop14gu {
      margin-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert14gu {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin15gu {
      margin: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft15gu {
      margin-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight15gu {
      margin-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz15gu {
      margin-left: 3.75rem;
      margin-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom15gu {
      margin-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop15gu {
      margin-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert15gu {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin16gu {
      margin: 4rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft16gu {
      margin-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight16gu {
      margin-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz16gu {
      margin-left: 4rem;
      margin-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom16gu {
      margin-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop16gu {
      margin-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert16gu {
      margin-top: 4rem;
      margin-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin17gu {
      margin: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft17gu {
      margin-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight17gu {
      margin-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz17gu {
      margin-left: 4.25rem;
      margin-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom17gu {
      margin-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop17gu {
      margin-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert17gu {
      margin-top: 4.25rem;
      margin-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin18gu {
      margin: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft18gu {
      margin-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight18gu {
      margin-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz18gu {
      margin-left: 4.5rem;
      margin-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom18gu {
      margin-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop18gu {
      margin-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert18gu {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin19gu {
      margin: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft19gu {
      margin-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight19gu {
      margin-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz19gu {
      margin-left: 4.75rem;
      margin-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom19gu {
      margin-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop19gu {
      margin-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert19gu {
      margin-top: 4.75rem;
      margin-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin20gu {
      margin: 5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft20gu {
      margin-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight20gu {
      margin-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz20gu {
      margin-left: 5rem;
      margin-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom20gu {
      margin-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop20gu {
      margin-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert20gu {
      margin-top: 5rem;
      margin-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin21gu {
      margin: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft21gu {
      margin-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight21gu {
      margin-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz21gu {
      margin-left: 5.25rem;
      margin-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom21gu {
      margin-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop21gu {
      margin-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert21gu {
      margin-top: 5.25rem;
      margin-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin22gu {
      margin: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft22gu {
      margin-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight22gu {
      margin-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz22gu {
      margin-left: 5.5rem;
      margin-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom22gu {
      margin-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop22gu {
      margin-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert22gu {
      margin-top: 5.5rem;
      margin-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin23gu {
      margin: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft23gu {
      margin-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight23gu {
      margin-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz23gu {
      margin-left: 5.75rem;
      margin-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom23gu {
      margin-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop23gu {
      margin-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert23gu {
      margin-top: 5.75rem;
      margin-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin24gu {
      margin: 6rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft24gu {
      margin-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight24gu {
      margin-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz24gu {
      margin-left: 6rem;
      margin-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom24gu {
      margin-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop24gu {
      margin-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert24gu {
      margin-top: 6rem;
      margin-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin25gu {
      margin: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft25gu {
      margin-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight25gu {
      margin-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz25gu {
      margin-left: 6.25rem;
      margin-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom25gu {
      margin-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop25gu {
      margin-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert25gu {
      margin-top: 6.25rem;
      margin-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin26gu {
      margin: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft26gu {
      margin-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight26gu {
      margin-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz26gu {
      margin-left: 6.5rem;
      margin-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom26gu {
      margin-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop26gu {
      margin-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert26gu {
      margin-top: 6.5rem;
      margin-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin27gu {
      margin: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft27gu {
      margin-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight27gu {
      margin-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz27gu {
      margin-left: 6.75rem;
      margin-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom27gu {
      margin-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop27gu {
      margin-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert27gu {
      margin-top: 6.75rem;
      margin-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin28gu {
      margin: 7rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft28gu {
      margin-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight28gu {
      margin-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz28gu {
      margin-left: 7rem;
      margin-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom28gu {
      margin-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop28gu {
      margin-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert28gu {
      margin-top: 7rem;
      margin-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin29gu {
      margin: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft29gu {
      margin-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight29gu {
      margin-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz29gu {
      margin-left: 7.25rem;
      margin-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom29gu {
      margin-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop29gu {
      margin-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert29gu {
      margin-top: 7.25rem;
      margin-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin30gu {
      margin: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft30gu {
      margin-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight30gu {
      margin-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz30gu {
      margin-left: 7.5rem;
      margin-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom30gu {
      margin-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop30gu {
      margin-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert30gu {
      margin-top: 7.5rem;
      margin-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin31gu {
      margin: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft31gu {
      margin-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight31gu {
      margin-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz31gu {
      margin-left: 7.75rem;
      margin-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom31gu {
      margin-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop31gu {
      margin-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert31gu {
      margin-top: 7.75rem;
      margin-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin32gu {
      margin: 8rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft32gu {
      margin-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight32gu {
      margin-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz32gu {
      margin-left: 8rem;
      margin-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom32gu {
      margin-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop32gu {
      margin-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert32gu {
      margin-top: 8rem;
      margin-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin33gu {
      margin: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft33gu {
      margin-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight33gu {
      margin-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz33gu {
      margin-left: 8.25rem;
      margin-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom33gu {
      margin-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop33gu {
      margin-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert33gu {
      margin-top: 8.25rem;
      margin-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin34gu {
      margin: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft34gu {
      margin-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight34gu {
      margin-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz34gu {
      margin-left: 8.5rem;
      margin-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom34gu {
      margin-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop34gu {
      margin-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert34gu {
      margin-top: 8.5rem;
      margin-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin35gu {
      margin: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft35gu {
      margin-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight35gu {
      margin-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz35gu {
      margin-left: 8.75rem;
      margin-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom35gu {
      margin-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop35gu {
      margin-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert35gu {
      margin-top: 8.75rem;
      margin-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin36gu {
      margin: 9rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft36gu {
      margin-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight36gu {
      margin-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz36gu {
      margin-left: 9rem;
      margin-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom36gu {
      margin-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop36gu {
      margin-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert36gu {
      margin-top: 9rem;
      margin-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin37gu {
      margin: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft37gu {
      margin-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight37gu {
      margin-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz37gu {
      margin-left: 9.25rem;
      margin-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom37gu {
      margin-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop37gu {
      margin-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert37gu {
      margin-top: 9.25rem;
      margin-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin38gu {
      margin: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft38gu {
      margin-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight38gu {
      margin-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz38gu {
      margin-left: 9.5rem;
      margin-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom38gu {
      margin-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop38gu {
      margin-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert38gu {
      margin-top: 9.5rem;
      margin-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin39gu {
      margin: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft39gu {
      margin-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight39gu {
      margin-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz39gu {
      margin-left: 9.75rem;
      margin-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom39gu {
      margin-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop39gu {
      margin-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert39gu {
      margin-top: 9.75rem;
      margin-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-lg-margin40gu {
      margin: 10rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeft40gu {
      margin-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRight40gu {
      margin-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHoriz40gu {
      margin-left: 10rem;
      margin-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginBottom40gu {
      margin-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginTop40gu {
      margin-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginVert40gu {
      margin-top: 10rem;
      margin-bottom: 10rem; }
    /* line 51, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginHorizAuto {
      margin-left: auto;
      margin-right: auto; }
    /* line 56, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginLeftAuto {
      margin-left: auto; }
    /* line 60, src/stylesheets/utilities/_margin.scss */
    .u-lg-marginRightAuto {
      margin-right: auto; } }

@media (min-width: 1580px) {
  /* line 14, src/stylesheets/utilities/_margin.scss */
  .u-xl-margin {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin0gu {
      margin: 0rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft0gu {
      margin-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight0gu {
      margin-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz0gu {
      margin-left: 0rem;
      margin-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom0gu {
      margin-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop0gu {
      margin-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert0gu {
      margin-top: 0rem;
      margin-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin1gu {
      margin: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft1gu {
      margin-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight1gu {
      margin-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz1gu {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom1gu {
      margin-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop1gu {
      margin-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert1gu {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin2gu {
      margin: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft2gu {
      margin-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight2gu {
      margin-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz2gu {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom2gu {
      margin-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop2gu {
      margin-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert2gu {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin3gu {
      margin: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft3gu {
      margin-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight3gu {
      margin-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz3gu {
      margin-left: 0.75rem;
      margin-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom3gu {
      margin-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop3gu {
      margin-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert3gu {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin4gu {
      margin: 1rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft4gu {
      margin-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight4gu {
      margin-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz4gu {
      margin-left: 1rem;
      margin-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom4gu {
      margin-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop4gu {
      margin-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert4gu {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin5gu {
      margin: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft5gu {
      margin-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight5gu {
      margin-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz5gu {
      margin-left: 1.25rem;
      margin-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom5gu {
      margin-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop5gu {
      margin-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert5gu {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin6gu {
      margin: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft6gu {
      margin-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight6gu {
      margin-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz6gu {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom6gu {
      margin-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop6gu {
      margin-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert6gu {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin7gu {
      margin: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft7gu {
      margin-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight7gu {
      margin-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz7gu {
      margin-left: 1.75rem;
      margin-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom7gu {
      margin-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop7gu {
      margin-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert7gu {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin8gu {
      margin: 2rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft8gu {
      margin-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight8gu {
      margin-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz8gu {
      margin-left: 2rem;
      margin-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom8gu {
      margin-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop8gu {
      margin-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert8gu {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin9gu {
      margin: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft9gu {
      margin-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight9gu {
      margin-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz9gu {
      margin-left: 2.25rem;
      margin-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom9gu {
      margin-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop9gu {
      margin-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert9gu {
      margin-top: 2.25rem;
      margin-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin10gu {
      margin: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft10gu {
      margin-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight10gu {
      margin-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz10gu {
      margin-left: 2.5rem;
      margin-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom10gu {
      margin-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop10gu {
      margin-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert10gu {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin11gu {
      margin: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft11gu {
      margin-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight11gu {
      margin-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz11gu {
      margin-left: 2.75rem;
      margin-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom11gu {
      margin-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop11gu {
      margin-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert11gu {
      margin-top: 2.75rem;
      margin-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin12gu {
      margin: 3rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft12gu {
      margin-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight12gu {
      margin-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz12gu {
      margin-left: 3rem;
      margin-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom12gu {
      margin-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop12gu {
      margin-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert12gu {
      margin-top: 3rem;
      margin-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin13gu {
      margin: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft13gu {
      margin-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight13gu {
      margin-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz13gu {
      margin-left: 3.25rem;
      margin-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom13gu {
      margin-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop13gu {
      margin-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert13gu {
      margin-top: 3.25rem;
      margin-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin14gu {
      margin: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft14gu {
      margin-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight14gu {
      margin-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz14gu {
      margin-left: 3.5rem;
      margin-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom14gu {
      margin-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop14gu {
      margin-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert14gu {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin15gu {
      margin: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft15gu {
      margin-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight15gu {
      margin-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz15gu {
      margin-left: 3.75rem;
      margin-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom15gu {
      margin-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop15gu {
      margin-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert15gu {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin16gu {
      margin: 4rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft16gu {
      margin-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight16gu {
      margin-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz16gu {
      margin-left: 4rem;
      margin-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom16gu {
      margin-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop16gu {
      margin-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert16gu {
      margin-top: 4rem;
      margin-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin17gu {
      margin: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft17gu {
      margin-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight17gu {
      margin-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz17gu {
      margin-left: 4.25rem;
      margin-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom17gu {
      margin-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop17gu {
      margin-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert17gu {
      margin-top: 4.25rem;
      margin-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin18gu {
      margin: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft18gu {
      margin-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight18gu {
      margin-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz18gu {
      margin-left: 4.5rem;
      margin-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom18gu {
      margin-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop18gu {
      margin-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert18gu {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin19gu {
      margin: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft19gu {
      margin-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight19gu {
      margin-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz19gu {
      margin-left: 4.75rem;
      margin-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom19gu {
      margin-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop19gu {
      margin-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert19gu {
      margin-top: 4.75rem;
      margin-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin20gu {
      margin: 5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft20gu {
      margin-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight20gu {
      margin-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz20gu {
      margin-left: 5rem;
      margin-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom20gu {
      margin-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop20gu {
      margin-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert20gu {
      margin-top: 5rem;
      margin-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin21gu {
      margin: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft21gu {
      margin-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight21gu {
      margin-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz21gu {
      margin-left: 5.25rem;
      margin-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom21gu {
      margin-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop21gu {
      margin-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert21gu {
      margin-top: 5.25rem;
      margin-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin22gu {
      margin: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft22gu {
      margin-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight22gu {
      margin-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz22gu {
      margin-left: 5.5rem;
      margin-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom22gu {
      margin-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop22gu {
      margin-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert22gu {
      margin-top: 5.5rem;
      margin-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin23gu {
      margin: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft23gu {
      margin-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight23gu {
      margin-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz23gu {
      margin-left: 5.75rem;
      margin-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom23gu {
      margin-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop23gu {
      margin-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert23gu {
      margin-top: 5.75rem;
      margin-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin24gu {
      margin: 6rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft24gu {
      margin-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight24gu {
      margin-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz24gu {
      margin-left: 6rem;
      margin-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom24gu {
      margin-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop24gu {
      margin-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert24gu {
      margin-top: 6rem;
      margin-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin25gu {
      margin: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft25gu {
      margin-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight25gu {
      margin-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz25gu {
      margin-left: 6.25rem;
      margin-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom25gu {
      margin-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop25gu {
      margin-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert25gu {
      margin-top: 6.25rem;
      margin-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin26gu {
      margin: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft26gu {
      margin-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight26gu {
      margin-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz26gu {
      margin-left: 6.5rem;
      margin-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom26gu {
      margin-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop26gu {
      margin-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert26gu {
      margin-top: 6.5rem;
      margin-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin27gu {
      margin: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft27gu {
      margin-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight27gu {
      margin-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz27gu {
      margin-left: 6.75rem;
      margin-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom27gu {
      margin-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop27gu {
      margin-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert27gu {
      margin-top: 6.75rem;
      margin-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin28gu {
      margin: 7rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft28gu {
      margin-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight28gu {
      margin-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz28gu {
      margin-left: 7rem;
      margin-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom28gu {
      margin-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop28gu {
      margin-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert28gu {
      margin-top: 7rem;
      margin-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin29gu {
      margin: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft29gu {
      margin-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight29gu {
      margin-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz29gu {
      margin-left: 7.25rem;
      margin-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom29gu {
      margin-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop29gu {
      margin-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert29gu {
      margin-top: 7.25rem;
      margin-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin30gu {
      margin: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft30gu {
      margin-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight30gu {
      margin-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz30gu {
      margin-left: 7.5rem;
      margin-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom30gu {
      margin-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop30gu {
      margin-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert30gu {
      margin-top: 7.5rem;
      margin-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin31gu {
      margin: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft31gu {
      margin-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight31gu {
      margin-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz31gu {
      margin-left: 7.75rem;
      margin-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom31gu {
      margin-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop31gu {
      margin-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert31gu {
      margin-top: 7.75rem;
      margin-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin32gu {
      margin: 8rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft32gu {
      margin-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight32gu {
      margin-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz32gu {
      margin-left: 8rem;
      margin-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom32gu {
      margin-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop32gu {
      margin-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert32gu {
      margin-top: 8rem;
      margin-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin33gu {
      margin: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft33gu {
      margin-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight33gu {
      margin-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz33gu {
      margin-left: 8.25rem;
      margin-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom33gu {
      margin-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop33gu {
      margin-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert33gu {
      margin-top: 8.25rem;
      margin-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin34gu {
      margin: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft34gu {
      margin-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight34gu {
      margin-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz34gu {
      margin-left: 8.5rem;
      margin-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom34gu {
      margin-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop34gu {
      margin-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert34gu {
      margin-top: 8.5rem;
      margin-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin35gu {
      margin: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft35gu {
      margin-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight35gu {
      margin-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz35gu {
      margin-left: 8.75rem;
      margin-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom35gu {
      margin-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop35gu {
      margin-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert35gu {
      margin-top: 8.75rem;
      margin-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin36gu {
      margin: 9rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft36gu {
      margin-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight36gu {
      margin-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz36gu {
      margin-left: 9rem;
      margin-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom36gu {
      margin-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop36gu {
      margin-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert36gu {
      margin-top: 9rem;
      margin-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin37gu {
      margin: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft37gu {
      margin-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight37gu {
      margin-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz37gu {
      margin-left: 9.25rem;
      margin-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom37gu {
      margin-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop37gu {
      margin-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert37gu {
      margin-top: 9.25rem;
      margin-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin38gu {
      margin: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft38gu {
      margin-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight38gu {
      margin-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz38gu {
      margin-left: 9.5rem;
      margin-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom38gu {
      margin-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop38gu {
      margin-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert38gu {
      margin-top: 9.5rem;
      margin-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin39gu {
      margin: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft39gu {
      margin-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight39gu {
      margin-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz39gu {
      margin-left: 9.75rem;
      margin-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom39gu {
      margin-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop39gu {
      margin-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert39gu {
      margin-top: 9.75rem;
      margin-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_margin.scss */
    .u-xl-margin40gu {
      margin: 10rem; }
    /* line 25, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeft40gu {
      margin-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRight40gu {
      margin-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHoriz40gu {
      margin-left: 10rem;
      margin-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginBottom40gu {
      margin-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginTop40gu {
      margin-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginVert40gu {
      margin-top: 10rem;
      margin-bottom: 10rem; }
    /* line 51, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginHorizAuto {
      margin-left: auto;
      margin-right: auto; }
    /* line 56, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginLeftAuto {
      margin-left: auto; }
    /* line 60, src/stylesheets/utilities/_margin.scss */
    .u-xl-marginRightAuto {
      margin-right: auto; } }

/** 
 * _padding.scss
 * Padding helpers
 *
 * ~1) Horizontal and Vertical
 * ~2) Horizontal
 * ~3) Vertical
 * ~4) Media queries
 */
/* line 14, src/stylesheets/utilities/_padding.scss */
.u-padding {
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */
  /* ~1) Horizontal and Vertical
        ========================================================================== */
  /* ~2) Horizontal
        ========================================================================== */
  /* Left */
  /* Right */
  /* Right/Left Pairs */
  /* ~3) Vertical
        ========================================================================== */
  /* Bottom */
  /* Top */ }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding0gu {
    padding: 0rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft0gu {
    padding-left: 0rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight0gu {
    padding-right: 0rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz0gu {
    padding-left: 0rem;
    padding-right: 0rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom0gu {
    padding-bottom: 0rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop0gu {
    padding-top: 0rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert0gu {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding1gu {
    padding: 0.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft1gu {
    padding-left: 0.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight1gu {
    padding-right: 0.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz1gu {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom1gu {
    padding-bottom: 0.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop1gu {
    padding-top: 0.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert1gu {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding2gu {
    padding: 0.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft2gu {
    padding-left: 0.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight2gu {
    padding-right: 0.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz2gu {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom2gu {
    padding-bottom: 0.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop2gu {
    padding-top: 0.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert2gu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding3gu {
    padding: 0.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft3gu {
    padding-left: 0.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight3gu {
    padding-right: 0.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz3gu {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom3gu {
    padding-bottom: 0.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop3gu {
    padding-top: 0.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert3gu {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding4gu {
    padding: 1rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft4gu {
    padding-left: 1rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight4gu {
    padding-right: 1rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz4gu {
    padding-left: 1rem;
    padding-right: 1rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom4gu {
    padding-bottom: 1rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop4gu {
    padding-top: 1rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert4gu {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding5gu {
    padding: 1.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft5gu {
    padding-left: 1.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight5gu {
    padding-right: 1.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz5gu {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom5gu {
    padding-bottom: 1.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop5gu {
    padding-top: 1.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert5gu {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding6gu {
    padding: 1.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft6gu {
    padding-left: 1.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight6gu {
    padding-right: 1.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz6gu {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom6gu {
    padding-bottom: 1.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop6gu {
    padding-top: 1.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert6gu {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding7gu {
    padding: 1.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft7gu {
    padding-left: 1.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight7gu {
    padding-right: 1.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz7gu {
    padding-left: 1.75rem;
    padding-right: 1.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom7gu {
    padding-bottom: 1.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop7gu {
    padding-top: 1.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert7gu {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding8gu {
    padding: 2rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft8gu {
    padding-left: 2rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight8gu {
    padding-right: 2rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz8gu {
    padding-left: 2rem;
    padding-right: 2rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom8gu {
    padding-bottom: 2rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop8gu {
    padding-top: 2rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert8gu {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding9gu {
    padding: 2.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft9gu {
    padding-left: 2.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight9gu {
    padding-right: 2.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz9gu {
    padding-left: 2.25rem;
    padding-right: 2.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom9gu {
    padding-bottom: 2.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop9gu {
    padding-top: 2.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert9gu {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding10gu {
    padding: 2.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft10gu {
    padding-left: 2.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight10gu {
    padding-right: 2.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz10gu {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom10gu {
    padding-bottom: 2.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop10gu {
    padding-top: 2.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert10gu {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding11gu {
    padding: 2.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft11gu {
    padding-left: 2.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight11gu {
    padding-right: 2.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz11gu {
    padding-left: 2.75rem;
    padding-right: 2.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom11gu {
    padding-bottom: 2.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop11gu {
    padding-top: 2.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert11gu {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding12gu {
    padding: 3rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft12gu {
    padding-left: 3rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight12gu {
    padding-right: 3rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz12gu {
    padding-left: 3rem;
    padding-right: 3rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom12gu {
    padding-bottom: 3rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop12gu {
    padding-top: 3rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert12gu {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding13gu {
    padding: 3.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft13gu {
    padding-left: 3.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight13gu {
    padding-right: 3.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz13gu {
    padding-left: 3.25rem;
    padding-right: 3.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom13gu {
    padding-bottom: 3.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop13gu {
    padding-top: 3.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert13gu {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding14gu {
    padding: 3.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft14gu {
    padding-left: 3.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight14gu {
    padding-right: 3.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz14gu {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom14gu {
    padding-bottom: 3.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop14gu {
    padding-top: 3.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert14gu {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding15gu {
    padding: 3.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft15gu {
    padding-left: 3.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight15gu {
    padding-right: 3.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz15gu {
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom15gu {
    padding-bottom: 3.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop15gu {
    padding-top: 3.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert15gu {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding16gu {
    padding: 4rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft16gu {
    padding-left: 4rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight16gu {
    padding-right: 4rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz16gu {
    padding-left: 4rem;
    padding-right: 4rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom16gu {
    padding-bottom: 4rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop16gu {
    padding-top: 4rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert16gu {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding17gu {
    padding: 4.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft17gu {
    padding-left: 4.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight17gu {
    padding-right: 4.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz17gu {
    padding-left: 4.25rem;
    padding-right: 4.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom17gu {
    padding-bottom: 4.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop17gu {
    padding-top: 4.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert17gu {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding18gu {
    padding: 4.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft18gu {
    padding-left: 4.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight18gu {
    padding-right: 4.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz18gu {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom18gu {
    padding-bottom: 4.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop18gu {
    padding-top: 4.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert18gu {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding19gu {
    padding: 4.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft19gu {
    padding-left: 4.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight19gu {
    padding-right: 4.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz19gu {
    padding-left: 4.75rem;
    padding-right: 4.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom19gu {
    padding-bottom: 4.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop19gu {
    padding-top: 4.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert19gu {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding20gu {
    padding: 5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft20gu {
    padding-left: 5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight20gu {
    padding-right: 5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz20gu {
    padding-left: 5rem;
    padding-right: 5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom20gu {
    padding-bottom: 5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop20gu {
    padding-top: 5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert20gu {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding21gu {
    padding: 5.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft21gu {
    padding-left: 5.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight21gu {
    padding-right: 5.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz21gu {
    padding-left: 5.25rem;
    padding-right: 5.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom21gu {
    padding-bottom: 5.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop21gu {
    padding-top: 5.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert21gu {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding22gu {
    padding: 5.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft22gu {
    padding-left: 5.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight22gu {
    padding-right: 5.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz22gu {
    padding-left: 5.5rem;
    padding-right: 5.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom22gu {
    padding-bottom: 5.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop22gu {
    padding-top: 5.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert22gu {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding23gu {
    padding: 5.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft23gu {
    padding-left: 5.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight23gu {
    padding-right: 5.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz23gu {
    padding-left: 5.75rem;
    padding-right: 5.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom23gu {
    padding-bottom: 5.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop23gu {
    padding-top: 5.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert23gu {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding24gu {
    padding: 6rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft24gu {
    padding-left: 6rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight24gu {
    padding-right: 6rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz24gu {
    padding-left: 6rem;
    padding-right: 6rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom24gu {
    padding-bottom: 6rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop24gu {
    padding-top: 6rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert24gu {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding25gu {
    padding: 6.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft25gu {
    padding-left: 6.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight25gu {
    padding-right: 6.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz25gu {
    padding-left: 6.25rem;
    padding-right: 6.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom25gu {
    padding-bottom: 6.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop25gu {
    padding-top: 6.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert25gu {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding26gu {
    padding: 6.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft26gu {
    padding-left: 6.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight26gu {
    padding-right: 6.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz26gu {
    padding-left: 6.5rem;
    padding-right: 6.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom26gu {
    padding-bottom: 6.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop26gu {
    padding-top: 6.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert26gu {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding27gu {
    padding: 6.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft27gu {
    padding-left: 6.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight27gu {
    padding-right: 6.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz27gu {
    padding-left: 6.75rem;
    padding-right: 6.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom27gu {
    padding-bottom: 6.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop27gu {
    padding-top: 6.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert27gu {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding28gu {
    padding: 7rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft28gu {
    padding-left: 7rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight28gu {
    padding-right: 7rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz28gu {
    padding-left: 7rem;
    padding-right: 7rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom28gu {
    padding-bottom: 7rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop28gu {
    padding-top: 7rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert28gu {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding29gu {
    padding: 7.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft29gu {
    padding-left: 7.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight29gu {
    padding-right: 7.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz29gu {
    padding-left: 7.25rem;
    padding-right: 7.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom29gu {
    padding-bottom: 7.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop29gu {
    padding-top: 7.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert29gu {
    padding-top: 7.25rem;
    padding-bottom: 7.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding30gu {
    padding: 7.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft30gu {
    padding-left: 7.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight30gu {
    padding-right: 7.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz30gu {
    padding-left: 7.5rem;
    padding-right: 7.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom30gu {
    padding-bottom: 7.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop30gu {
    padding-top: 7.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert30gu {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding31gu {
    padding: 7.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft31gu {
    padding-left: 7.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight31gu {
    padding-right: 7.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz31gu {
    padding-left: 7.75rem;
    padding-right: 7.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom31gu {
    padding-bottom: 7.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop31gu {
    padding-top: 7.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert31gu {
    padding-top: 7.75rem;
    padding-bottom: 7.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding32gu {
    padding: 8rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft32gu {
    padding-left: 8rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight32gu {
    padding-right: 8rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz32gu {
    padding-left: 8rem;
    padding-right: 8rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom32gu {
    padding-bottom: 8rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop32gu {
    padding-top: 8rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert32gu {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding33gu {
    padding: 8.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft33gu {
    padding-left: 8.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight33gu {
    padding-right: 8.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz33gu {
    padding-left: 8.25rem;
    padding-right: 8.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom33gu {
    padding-bottom: 8.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop33gu {
    padding-top: 8.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert33gu {
    padding-top: 8.25rem;
    padding-bottom: 8.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding34gu {
    padding: 8.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft34gu {
    padding-left: 8.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight34gu {
    padding-right: 8.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz34gu {
    padding-left: 8.5rem;
    padding-right: 8.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom34gu {
    padding-bottom: 8.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop34gu {
    padding-top: 8.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert34gu {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding35gu {
    padding: 8.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft35gu {
    padding-left: 8.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight35gu {
    padding-right: 8.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz35gu {
    padding-left: 8.75rem;
    padding-right: 8.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom35gu {
    padding-bottom: 8.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop35gu {
    padding-top: 8.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert35gu {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding36gu {
    padding: 9rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft36gu {
    padding-left: 9rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight36gu {
    padding-right: 9rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz36gu {
    padding-left: 9rem;
    padding-right: 9rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom36gu {
    padding-bottom: 9rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop36gu {
    padding-top: 9rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert36gu {
    padding-top: 9rem;
    padding-bottom: 9rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding37gu {
    padding: 9.25rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft37gu {
    padding-left: 9.25rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight37gu {
    padding-right: 9.25rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz37gu {
    padding-left: 9.25rem;
    padding-right: 9.25rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom37gu {
    padding-bottom: 9.25rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop37gu {
    padding-top: 9.25rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert37gu {
    padding-top: 9.25rem;
    padding-bottom: 9.25rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding38gu {
    padding: 9.5rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft38gu {
    padding-left: 9.5rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight38gu {
    padding-right: 9.5rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz38gu {
    padding-left: 9.5rem;
    padding-right: 9.5rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom38gu {
    padding-bottom: 9.5rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop38gu {
    padding-top: 9.5rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert38gu {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding39gu {
    padding: 9.75rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft39gu {
    padding-left: 9.75rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight39gu {
    padding-right: 9.75rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz39gu {
    padding-left: 9.75rem;
    padding-right: 9.75rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom39gu {
    padding-bottom: 9.75rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop39gu {
    padding-top: 9.75rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert39gu {
    padding-top: 9.75rem;
    padding-bottom: 9.75rem; }
  /* line 19, src/stylesheets/utilities/_padding.scss */
  .u-padding40gu {
    padding: 10rem; }
  /* line 25, src/stylesheets/utilities/_padding.scss */
  .u-paddingLeft40gu {
    padding-left: 10rem; }
  /* line 28, src/stylesheets/utilities/_padding.scss */
  .u-paddingRight40gu {
    padding-right: 10rem; }
  /* line 31, src/stylesheets/utilities/_padding.scss */
  .u-paddingHoriz40gu {
    padding-left: 10rem;
    padding-right: 10rem; }
  /* line 40, src/stylesheets/utilities/_padding.scss */
  .u-paddingBottom40gu {
    padding-bottom: 10rem; }
  /* line 43, src/stylesheets/utilities/_padding.scss */
  .u-paddingTop40gu {
    padding-top: 10rem; }
  /* line 45, src/stylesheets/utilities/_padding.scss */
  .u-paddingVert40gu {
    padding-top: 10rem;
    padding-bottom: 10rem; }

@media (min-width: 320px) {
  /* line 14, src/stylesheets/utilities/_padding.scss */
  .u-xs-padding {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding0gu {
      padding: 0rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft0gu {
      padding-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight0gu {
      padding-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz0gu {
      padding-left: 0rem;
      padding-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom0gu {
      padding-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop0gu {
      padding-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert0gu {
      padding-top: 0rem;
      padding-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding1gu {
      padding: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft1gu {
      padding-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight1gu {
      padding-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz1gu {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom1gu {
      padding-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop1gu {
      padding-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert1gu {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding2gu {
      padding: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft2gu {
      padding-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight2gu {
      padding-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz2gu {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom2gu {
      padding-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop2gu {
      padding-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert2gu {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding3gu {
      padding: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft3gu {
      padding-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight3gu {
      padding-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz3gu {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom3gu {
      padding-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop3gu {
      padding-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert3gu {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding4gu {
      padding: 1rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft4gu {
      padding-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight4gu {
      padding-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz4gu {
      padding-left: 1rem;
      padding-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom4gu {
      padding-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop4gu {
      padding-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert4gu {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding5gu {
      padding: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft5gu {
      padding-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight5gu {
      padding-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz5gu {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom5gu {
      padding-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop5gu {
      padding-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert5gu {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding6gu {
      padding: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft6gu {
      padding-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight6gu {
      padding-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz6gu {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom6gu {
      padding-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop6gu {
      padding-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert6gu {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding7gu {
      padding: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft7gu {
      padding-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight7gu {
      padding-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz7gu {
      padding-left: 1.75rem;
      padding-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom7gu {
      padding-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop7gu {
      padding-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert7gu {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding8gu {
      padding: 2rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft8gu {
      padding-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight8gu {
      padding-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz8gu {
      padding-left: 2rem;
      padding-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom8gu {
      padding-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop8gu {
      padding-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert8gu {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding9gu {
      padding: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft9gu {
      padding-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight9gu {
      padding-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz9gu {
      padding-left: 2.25rem;
      padding-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom9gu {
      padding-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop9gu {
      padding-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert9gu {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding10gu {
      padding: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft10gu {
      padding-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight10gu {
      padding-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz10gu {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom10gu {
      padding-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop10gu {
      padding-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert10gu {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding11gu {
      padding: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft11gu {
      padding-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight11gu {
      padding-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz11gu {
      padding-left: 2.75rem;
      padding-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom11gu {
      padding-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop11gu {
      padding-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert11gu {
      padding-top: 2.75rem;
      padding-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding12gu {
      padding: 3rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft12gu {
      padding-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight12gu {
      padding-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz12gu {
      padding-left: 3rem;
      padding-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom12gu {
      padding-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop12gu {
      padding-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert12gu {
      padding-top: 3rem;
      padding-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding13gu {
      padding: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft13gu {
      padding-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight13gu {
      padding-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz13gu {
      padding-left: 3.25rem;
      padding-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom13gu {
      padding-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop13gu {
      padding-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert13gu {
      padding-top: 3.25rem;
      padding-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding14gu {
      padding: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft14gu {
      padding-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight14gu {
      padding-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz14gu {
      padding-left: 3.5rem;
      padding-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom14gu {
      padding-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop14gu {
      padding-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert14gu {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding15gu {
      padding: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft15gu {
      padding-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight15gu {
      padding-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz15gu {
      padding-left: 3.75rem;
      padding-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom15gu {
      padding-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop15gu {
      padding-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert15gu {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding16gu {
      padding: 4rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft16gu {
      padding-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight16gu {
      padding-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz16gu {
      padding-left: 4rem;
      padding-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom16gu {
      padding-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop16gu {
      padding-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert16gu {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding17gu {
      padding: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft17gu {
      padding-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight17gu {
      padding-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz17gu {
      padding-left: 4.25rem;
      padding-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom17gu {
      padding-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop17gu {
      padding-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert17gu {
      padding-top: 4.25rem;
      padding-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding18gu {
      padding: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft18gu {
      padding-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight18gu {
      padding-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz18gu {
      padding-left: 4.5rem;
      padding-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom18gu {
      padding-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop18gu {
      padding-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert18gu {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding19gu {
      padding: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft19gu {
      padding-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight19gu {
      padding-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz19gu {
      padding-left: 4.75rem;
      padding-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom19gu {
      padding-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop19gu {
      padding-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert19gu {
      padding-top: 4.75rem;
      padding-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding20gu {
      padding: 5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft20gu {
      padding-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight20gu {
      padding-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz20gu {
      padding-left: 5rem;
      padding-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom20gu {
      padding-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop20gu {
      padding-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert20gu {
      padding-top: 5rem;
      padding-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding21gu {
      padding: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft21gu {
      padding-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight21gu {
      padding-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz21gu {
      padding-left: 5.25rem;
      padding-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom21gu {
      padding-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop21gu {
      padding-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert21gu {
      padding-top: 5.25rem;
      padding-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding22gu {
      padding: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft22gu {
      padding-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight22gu {
      padding-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz22gu {
      padding-left: 5.5rem;
      padding-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom22gu {
      padding-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop22gu {
      padding-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert22gu {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding23gu {
      padding: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft23gu {
      padding-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight23gu {
      padding-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz23gu {
      padding-left: 5.75rem;
      padding-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom23gu {
      padding-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop23gu {
      padding-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert23gu {
      padding-top: 5.75rem;
      padding-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding24gu {
      padding: 6rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft24gu {
      padding-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight24gu {
      padding-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz24gu {
      padding-left: 6rem;
      padding-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom24gu {
      padding-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop24gu {
      padding-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert24gu {
      padding-top: 6rem;
      padding-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding25gu {
      padding: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft25gu {
      padding-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight25gu {
      padding-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz25gu {
      padding-left: 6.25rem;
      padding-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom25gu {
      padding-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop25gu {
      padding-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert25gu {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding26gu {
      padding: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft26gu {
      padding-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight26gu {
      padding-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz26gu {
      padding-left: 6.5rem;
      padding-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom26gu {
      padding-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop26gu {
      padding-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert26gu {
      padding-top: 6.5rem;
      padding-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding27gu {
      padding: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft27gu {
      padding-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight27gu {
      padding-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz27gu {
      padding-left: 6.75rem;
      padding-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom27gu {
      padding-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop27gu {
      padding-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert27gu {
      padding-top: 6.75rem;
      padding-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding28gu {
      padding: 7rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft28gu {
      padding-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight28gu {
      padding-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz28gu {
      padding-left: 7rem;
      padding-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom28gu {
      padding-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop28gu {
      padding-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert28gu {
      padding-top: 7rem;
      padding-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding29gu {
      padding: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft29gu {
      padding-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight29gu {
      padding-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz29gu {
      padding-left: 7.25rem;
      padding-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom29gu {
      padding-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop29gu {
      padding-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert29gu {
      padding-top: 7.25rem;
      padding-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding30gu {
      padding: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft30gu {
      padding-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight30gu {
      padding-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz30gu {
      padding-left: 7.5rem;
      padding-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom30gu {
      padding-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop30gu {
      padding-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert30gu {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding31gu {
      padding: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft31gu {
      padding-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight31gu {
      padding-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz31gu {
      padding-left: 7.75rem;
      padding-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom31gu {
      padding-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop31gu {
      padding-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert31gu {
      padding-top: 7.75rem;
      padding-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding32gu {
      padding: 8rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft32gu {
      padding-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight32gu {
      padding-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz32gu {
      padding-left: 8rem;
      padding-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom32gu {
      padding-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop32gu {
      padding-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert32gu {
      padding-top: 8rem;
      padding-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding33gu {
      padding: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft33gu {
      padding-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight33gu {
      padding-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz33gu {
      padding-left: 8.25rem;
      padding-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom33gu {
      padding-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop33gu {
      padding-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert33gu {
      padding-top: 8.25rem;
      padding-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding34gu {
      padding: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft34gu {
      padding-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight34gu {
      padding-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz34gu {
      padding-left: 8.5rem;
      padding-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom34gu {
      padding-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop34gu {
      padding-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert34gu {
      padding-top: 8.5rem;
      padding-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding35gu {
      padding: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft35gu {
      padding-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight35gu {
      padding-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz35gu {
      padding-left: 8.75rem;
      padding-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom35gu {
      padding-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop35gu {
      padding-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert35gu {
      padding-top: 8.75rem;
      padding-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding36gu {
      padding: 9rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft36gu {
      padding-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight36gu {
      padding-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz36gu {
      padding-left: 9rem;
      padding-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom36gu {
      padding-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop36gu {
      padding-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert36gu {
      padding-top: 9rem;
      padding-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding37gu {
      padding: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft37gu {
      padding-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight37gu {
      padding-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz37gu {
      padding-left: 9.25rem;
      padding-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom37gu {
      padding-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop37gu {
      padding-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert37gu {
      padding-top: 9.25rem;
      padding-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding38gu {
      padding: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft38gu {
      padding-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight38gu {
      padding-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz38gu {
      padding-left: 9.5rem;
      padding-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom38gu {
      padding-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop38gu {
      padding-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert38gu {
      padding-top: 9.5rem;
      padding-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding39gu {
      padding: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft39gu {
      padding-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight39gu {
      padding-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz39gu {
      padding-left: 9.75rem;
      padding-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom39gu {
      padding-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop39gu {
      padding-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert39gu {
      padding-top: 9.75rem;
      padding-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xs-padding40gu {
      padding: 10rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingLeft40gu {
      padding-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingRight40gu {
      padding-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingHoriz40gu {
      padding-left: 10rem;
      padding-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingBottom40gu {
      padding-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingTop40gu {
      padding-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xs-paddingVert40gu {
      padding-top: 10rem;
      padding-bottom: 10rem; } }

@media (min-width: 500px) {
  /* line 14, src/stylesheets/utilities/_padding.scss */
  .u-sm-padding {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding0gu {
      padding: 0rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft0gu {
      padding-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight0gu {
      padding-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz0gu {
      padding-left: 0rem;
      padding-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom0gu {
      padding-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop0gu {
      padding-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert0gu {
      padding-top: 0rem;
      padding-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding1gu {
      padding: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft1gu {
      padding-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight1gu {
      padding-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz1gu {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom1gu {
      padding-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop1gu {
      padding-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert1gu {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding2gu {
      padding: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft2gu {
      padding-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight2gu {
      padding-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz2gu {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom2gu {
      padding-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop2gu {
      padding-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert2gu {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding3gu {
      padding: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft3gu {
      padding-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight3gu {
      padding-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz3gu {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom3gu {
      padding-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop3gu {
      padding-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert3gu {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding4gu {
      padding: 1rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft4gu {
      padding-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight4gu {
      padding-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz4gu {
      padding-left: 1rem;
      padding-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom4gu {
      padding-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop4gu {
      padding-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert4gu {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding5gu {
      padding: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft5gu {
      padding-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight5gu {
      padding-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz5gu {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom5gu {
      padding-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop5gu {
      padding-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert5gu {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding6gu {
      padding: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft6gu {
      padding-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight6gu {
      padding-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz6gu {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom6gu {
      padding-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop6gu {
      padding-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert6gu {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding7gu {
      padding: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft7gu {
      padding-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight7gu {
      padding-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz7gu {
      padding-left: 1.75rem;
      padding-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom7gu {
      padding-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop7gu {
      padding-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert7gu {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding8gu {
      padding: 2rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft8gu {
      padding-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight8gu {
      padding-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz8gu {
      padding-left: 2rem;
      padding-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom8gu {
      padding-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop8gu {
      padding-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert8gu {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding9gu {
      padding: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft9gu {
      padding-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight9gu {
      padding-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz9gu {
      padding-left: 2.25rem;
      padding-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom9gu {
      padding-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop9gu {
      padding-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert9gu {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding10gu {
      padding: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft10gu {
      padding-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight10gu {
      padding-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz10gu {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom10gu {
      padding-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop10gu {
      padding-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert10gu {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding11gu {
      padding: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft11gu {
      padding-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight11gu {
      padding-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz11gu {
      padding-left: 2.75rem;
      padding-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom11gu {
      padding-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop11gu {
      padding-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert11gu {
      padding-top: 2.75rem;
      padding-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding12gu {
      padding: 3rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft12gu {
      padding-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight12gu {
      padding-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz12gu {
      padding-left: 3rem;
      padding-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom12gu {
      padding-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop12gu {
      padding-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert12gu {
      padding-top: 3rem;
      padding-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding13gu {
      padding: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft13gu {
      padding-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight13gu {
      padding-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz13gu {
      padding-left: 3.25rem;
      padding-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom13gu {
      padding-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop13gu {
      padding-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert13gu {
      padding-top: 3.25rem;
      padding-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding14gu {
      padding: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft14gu {
      padding-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight14gu {
      padding-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz14gu {
      padding-left: 3.5rem;
      padding-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom14gu {
      padding-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop14gu {
      padding-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert14gu {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding15gu {
      padding: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft15gu {
      padding-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight15gu {
      padding-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz15gu {
      padding-left: 3.75rem;
      padding-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom15gu {
      padding-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop15gu {
      padding-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert15gu {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding16gu {
      padding: 4rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft16gu {
      padding-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight16gu {
      padding-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz16gu {
      padding-left: 4rem;
      padding-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom16gu {
      padding-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop16gu {
      padding-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert16gu {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding17gu {
      padding: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft17gu {
      padding-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight17gu {
      padding-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz17gu {
      padding-left: 4.25rem;
      padding-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom17gu {
      padding-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop17gu {
      padding-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert17gu {
      padding-top: 4.25rem;
      padding-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding18gu {
      padding: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft18gu {
      padding-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight18gu {
      padding-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz18gu {
      padding-left: 4.5rem;
      padding-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom18gu {
      padding-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop18gu {
      padding-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert18gu {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding19gu {
      padding: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft19gu {
      padding-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight19gu {
      padding-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz19gu {
      padding-left: 4.75rem;
      padding-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom19gu {
      padding-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop19gu {
      padding-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert19gu {
      padding-top: 4.75rem;
      padding-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding20gu {
      padding: 5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft20gu {
      padding-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight20gu {
      padding-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz20gu {
      padding-left: 5rem;
      padding-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom20gu {
      padding-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop20gu {
      padding-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert20gu {
      padding-top: 5rem;
      padding-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding21gu {
      padding: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft21gu {
      padding-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight21gu {
      padding-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz21gu {
      padding-left: 5.25rem;
      padding-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom21gu {
      padding-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop21gu {
      padding-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert21gu {
      padding-top: 5.25rem;
      padding-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding22gu {
      padding: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft22gu {
      padding-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight22gu {
      padding-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz22gu {
      padding-left: 5.5rem;
      padding-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom22gu {
      padding-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop22gu {
      padding-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert22gu {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding23gu {
      padding: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft23gu {
      padding-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight23gu {
      padding-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz23gu {
      padding-left: 5.75rem;
      padding-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom23gu {
      padding-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop23gu {
      padding-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert23gu {
      padding-top: 5.75rem;
      padding-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding24gu {
      padding: 6rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft24gu {
      padding-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight24gu {
      padding-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz24gu {
      padding-left: 6rem;
      padding-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom24gu {
      padding-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop24gu {
      padding-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert24gu {
      padding-top: 6rem;
      padding-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding25gu {
      padding: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft25gu {
      padding-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight25gu {
      padding-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz25gu {
      padding-left: 6.25rem;
      padding-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom25gu {
      padding-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop25gu {
      padding-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert25gu {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding26gu {
      padding: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft26gu {
      padding-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight26gu {
      padding-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz26gu {
      padding-left: 6.5rem;
      padding-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom26gu {
      padding-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop26gu {
      padding-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert26gu {
      padding-top: 6.5rem;
      padding-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding27gu {
      padding: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft27gu {
      padding-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight27gu {
      padding-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz27gu {
      padding-left: 6.75rem;
      padding-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom27gu {
      padding-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop27gu {
      padding-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert27gu {
      padding-top: 6.75rem;
      padding-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding28gu {
      padding: 7rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft28gu {
      padding-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight28gu {
      padding-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz28gu {
      padding-left: 7rem;
      padding-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom28gu {
      padding-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop28gu {
      padding-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert28gu {
      padding-top: 7rem;
      padding-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding29gu {
      padding: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft29gu {
      padding-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight29gu {
      padding-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz29gu {
      padding-left: 7.25rem;
      padding-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom29gu {
      padding-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop29gu {
      padding-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert29gu {
      padding-top: 7.25rem;
      padding-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding30gu {
      padding: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft30gu {
      padding-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight30gu {
      padding-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz30gu {
      padding-left: 7.5rem;
      padding-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom30gu {
      padding-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop30gu {
      padding-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert30gu {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding31gu {
      padding: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft31gu {
      padding-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight31gu {
      padding-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz31gu {
      padding-left: 7.75rem;
      padding-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom31gu {
      padding-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop31gu {
      padding-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert31gu {
      padding-top: 7.75rem;
      padding-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding32gu {
      padding: 8rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft32gu {
      padding-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight32gu {
      padding-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz32gu {
      padding-left: 8rem;
      padding-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom32gu {
      padding-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop32gu {
      padding-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert32gu {
      padding-top: 8rem;
      padding-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding33gu {
      padding: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft33gu {
      padding-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight33gu {
      padding-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz33gu {
      padding-left: 8.25rem;
      padding-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom33gu {
      padding-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop33gu {
      padding-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert33gu {
      padding-top: 8.25rem;
      padding-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding34gu {
      padding: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft34gu {
      padding-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight34gu {
      padding-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz34gu {
      padding-left: 8.5rem;
      padding-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom34gu {
      padding-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop34gu {
      padding-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert34gu {
      padding-top: 8.5rem;
      padding-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding35gu {
      padding: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft35gu {
      padding-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight35gu {
      padding-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz35gu {
      padding-left: 8.75rem;
      padding-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom35gu {
      padding-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop35gu {
      padding-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert35gu {
      padding-top: 8.75rem;
      padding-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding36gu {
      padding: 9rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft36gu {
      padding-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight36gu {
      padding-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz36gu {
      padding-left: 9rem;
      padding-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom36gu {
      padding-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop36gu {
      padding-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert36gu {
      padding-top: 9rem;
      padding-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding37gu {
      padding: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft37gu {
      padding-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight37gu {
      padding-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz37gu {
      padding-left: 9.25rem;
      padding-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom37gu {
      padding-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop37gu {
      padding-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert37gu {
      padding-top: 9.25rem;
      padding-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding38gu {
      padding: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft38gu {
      padding-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight38gu {
      padding-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz38gu {
      padding-left: 9.5rem;
      padding-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom38gu {
      padding-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop38gu {
      padding-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert38gu {
      padding-top: 9.5rem;
      padding-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding39gu {
      padding: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft39gu {
      padding-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight39gu {
      padding-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz39gu {
      padding-left: 9.75rem;
      padding-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom39gu {
      padding-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop39gu {
      padding-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert39gu {
      padding-top: 9.75rem;
      padding-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-sm-padding40gu {
      padding: 10rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingLeft40gu {
      padding-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingRight40gu {
      padding-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingHoriz40gu {
      padding-left: 10rem;
      padding-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingBottom40gu {
      padding-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingTop40gu {
      padding-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-sm-paddingVert40gu {
      padding-top: 10rem;
      padding-bottom: 10rem; } }

@media (min-width: 768px) {
  /* line 14, src/stylesheets/utilities/_padding.scss */
  .u-md-padding {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding0gu {
      padding: 0rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft0gu {
      padding-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight0gu {
      padding-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz0gu {
      padding-left: 0rem;
      padding-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom0gu {
      padding-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop0gu {
      padding-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert0gu {
      padding-top: 0rem;
      padding-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding1gu {
      padding: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft1gu {
      padding-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight1gu {
      padding-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz1gu {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom1gu {
      padding-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop1gu {
      padding-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert1gu {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding2gu {
      padding: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft2gu {
      padding-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight2gu {
      padding-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz2gu {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom2gu {
      padding-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop2gu {
      padding-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert2gu {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding3gu {
      padding: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft3gu {
      padding-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight3gu {
      padding-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz3gu {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom3gu {
      padding-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop3gu {
      padding-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert3gu {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding4gu {
      padding: 1rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft4gu {
      padding-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight4gu {
      padding-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz4gu {
      padding-left: 1rem;
      padding-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom4gu {
      padding-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop4gu {
      padding-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert4gu {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding5gu {
      padding: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft5gu {
      padding-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight5gu {
      padding-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz5gu {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom5gu {
      padding-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop5gu {
      padding-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert5gu {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding6gu {
      padding: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft6gu {
      padding-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight6gu {
      padding-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz6gu {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom6gu {
      padding-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop6gu {
      padding-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert6gu {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding7gu {
      padding: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft7gu {
      padding-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight7gu {
      padding-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz7gu {
      padding-left: 1.75rem;
      padding-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom7gu {
      padding-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop7gu {
      padding-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert7gu {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding8gu {
      padding: 2rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft8gu {
      padding-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight8gu {
      padding-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz8gu {
      padding-left: 2rem;
      padding-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom8gu {
      padding-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop8gu {
      padding-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert8gu {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding9gu {
      padding: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft9gu {
      padding-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight9gu {
      padding-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz9gu {
      padding-left: 2.25rem;
      padding-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom9gu {
      padding-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop9gu {
      padding-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert9gu {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding10gu {
      padding: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft10gu {
      padding-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight10gu {
      padding-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz10gu {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom10gu {
      padding-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop10gu {
      padding-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert10gu {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding11gu {
      padding: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft11gu {
      padding-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight11gu {
      padding-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz11gu {
      padding-left: 2.75rem;
      padding-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom11gu {
      padding-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop11gu {
      padding-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert11gu {
      padding-top: 2.75rem;
      padding-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding12gu {
      padding: 3rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft12gu {
      padding-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight12gu {
      padding-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz12gu {
      padding-left: 3rem;
      padding-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom12gu {
      padding-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop12gu {
      padding-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert12gu {
      padding-top: 3rem;
      padding-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding13gu {
      padding: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft13gu {
      padding-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight13gu {
      padding-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz13gu {
      padding-left: 3.25rem;
      padding-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom13gu {
      padding-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop13gu {
      padding-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert13gu {
      padding-top: 3.25rem;
      padding-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding14gu {
      padding: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft14gu {
      padding-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight14gu {
      padding-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz14gu {
      padding-left: 3.5rem;
      padding-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom14gu {
      padding-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop14gu {
      padding-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert14gu {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding15gu {
      padding: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft15gu {
      padding-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight15gu {
      padding-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz15gu {
      padding-left: 3.75rem;
      padding-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom15gu {
      padding-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop15gu {
      padding-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert15gu {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding16gu {
      padding: 4rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft16gu {
      padding-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight16gu {
      padding-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz16gu {
      padding-left: 4rem;
      padding-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom16gu {
      padding-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop16gu {
      padding-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert16gu {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding17gu {
      padding: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft17gu {
      padding-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight17gu {
      padding-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz17gu {
      padding-left: 4.25rem;
      padding-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom17gu {
      padding-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop17gu {
      padding-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert17gu {
      padding-top: 4.25rem;
      padding-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding18gu {
      padding: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft18gu {
      padding-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight18gu {
      padding-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz18gu {
      padding-left: 4.5rem;
      padding-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom18gu {
      padding-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop18gu {
      padding-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert18gu {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding19gu {
      padding: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft19gu {
      padding-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight19gu {
      padding-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz19gu {
      padding-left: 4.75rem;
      padding-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom19gu {
      padding-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop19gu {
      padding-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert19gu {
      padding-top: 4.75rem;
      padding-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding20gu {
      padding: 5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft20gu {
      padding-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight20gu {
      padding-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz20gu {
      padding-left: 5rem;
      padding-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom20gu {
      padding-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop20gu {
      padding-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert20gu {
      padding-top: 5rem;
      padding-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding21gu {
      padding: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft21gu {
      padding-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight21gu {
      padding-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz21gu {
      padding-left: 5.25rem;
      padding-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom21gu {
      padding-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop21gu {
      padding-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert21gu {
      padding-top: 5.25rem;
      padding-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding22gu {
      padding: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft22gu {
      padding-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight22gu {
      padding-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz22gu {
      padding-left: 5.5rem;
      padding-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom22gu {
      padding-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop22gu {
      padding-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert22gu {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding23gu {
      padding: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft23gu {
      padding-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight23gu {
      padding-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz23gu {
      padding-left: 5.75rem;
      padding-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom23gu {
      padding-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop23gu {
      padding-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert23gu {
      padding-top: 5.75rem;
      padding-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding24gu {
      padding: 6rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft24gu {
      padding-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight24gu {
      padding-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz24gu {
      padding-left: 6rem;
      padding-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom24gu {
      padding-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop24gu {
      padding-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert24gu {
      padding-top: 6rem;
      padding-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding25gu {
      padding: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft25gu {
      padding-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight25gu {
      padding-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz25gu {
      padding-left: 6.25rem;
      padding-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom25gu {
      padding-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop25gu {
      padding-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert25gu {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding26gu {
      padding: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft26gu {
      padding-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight26gu {
      padding-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz26gu {
      padding-left: 6.5rem;
      padding-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom26gu {
      padding-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop26gu {
      padding-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert26gu {
      padding-top: 6.5rem;
      padding-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding27gu {
      padding: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft27gu {
      padding-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight27gu {
      padding-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz27gu {
      padding-left: 6.75rem;
      padding-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom27gu {
      padding-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop27gu {
      padding-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert27gu {
      padding-top: 6.75rem;
      padding-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding28gu {
      padding: 7rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft28gu {
      padding-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight28gu {
      padding-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz28gu {
      padding-left: 7rem;
      padding-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom28gu {
      padding-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop28gu {
      padding-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert28gu {
      padding-top: 7rem;
      padding-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding29gu {
      padding: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft29gu {
      padding-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight29gu {
      padding-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz29gu {
      padding-left: 7.25rem;
      padding-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom29gu {
      padding-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop29gu {
      padding-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert29gu {
      padding-top: 7.25rem;
      padding-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding30gu {
      padding: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft30gu {
      padding-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight30gu {
      padding-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz30gu {
      padding-left: 7.5rem;
      padding-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom30gu {
      padding-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop30gu {
      padding-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert30gu {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding31gu {
      padding: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft31gu {
      padding-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight31gu {
      padding-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz31gu {
      padding-left: 7.75rem;
      padding-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom31gu {
      padding-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop31gu {
      padding-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert31gu {
      padding-top: 7.75rem;
      padding-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding32gu {
      padding: 8rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft32gu {
      padding-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight32gu {
      padding-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz32gu {
      padding-left: 8rem;
      padding-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom32gu {
      padding-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop32gu {
      padding-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert32gu {
      padding-top: 8rem;
      padding-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding33gu {
      padding: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft33gu {
      padding-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight33gu {
      padding-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz33gu {
      padding-left: 8.25rem;
      padding-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom33gu {
      padding-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop33gu {
      padding-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert33gu {
      padding-top: 8.25rem;
      padding-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding34gu {
      padding: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft34gu {
      padding-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight34gu {
      padding-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz34gu {
      padding-left: 8.5rem;
      padding-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom34gu {
      padding-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop34gu {
      padding-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert34gu {
      padding-top: 8.5rem;
      padding-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding35gu {
      padding: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft35gu {
      padding-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight35gu {
      padding-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz35gu {
      padding-left: 8.75rem;
      padding-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom35gu {
      padding-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop35gu {
      padding-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert35gu {
      padding-top: 8.75rem;
      padding-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding36gu {
      padding: 9rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft36gu {
      padding-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight36gu {
      padding-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz36gu {
      padding-left: 9rem;
      padding-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom36gu {
      padding-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop36gu {
      padding-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert36gu {
      padding-top: 9rem;
      padding-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding37gu {
      padding: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft37gu {
      padding-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight37gu {
      padding-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz37gu {
      padding-left: 9.25rem;
      padding-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom37gu {
      padding-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop37gu {
      padding-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert37gu {
      padding-top: 9.25rem;
      padding-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding38gu {
      padding: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft38gu {
      padding-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight38gu {
      padding-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz38gu {
      padding-left: 9.5rem;
      padding-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom38gu {
      padding-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop38gu {
      padding-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert38gu {
      padding-top: 9.5rem;
      padding-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding39gu {
      padding: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft39gu {
      padding-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight39gu {
      padding-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz39gu {
      padding-left: 9.75rem;
      padding-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom39gu {
      padding-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop39gu {
      padding-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert39gu {
      padding-top: 9.75rem;
      padding-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-md-padding40gu {
      padding: 10rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingLeft40gu {
      padding-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingRight40gu {
      padding-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingHoriz40gu {
      padding-left: 10rem;
      padding-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingBottom40gu {
      padding-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingTop40gu {
      padding-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-md-paddingVert40gu {
      padding-top: 10rem;
      padding-bottom: 10rem; } }

@media (min-width: 991px) {
  /* line 14, src/stylesheets/utilities/_padding.scss */
  .u-lg-padding {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding0gu {
      padding: 0rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft0gu {
      padding-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight0gu {
      padding-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz0gu {
      padding-left: 0rem;
      padding-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom0gu {
      padding-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop0gu {
      padding-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert0gu {
      padding-top: 0rem;
      padding-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding1gu {
      padding: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft1gu {
      padding-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight1gu {
      padding-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz1gu {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom1gu {
      padding-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop1gu {
      padding-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert1gu {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding2gu {
      padding: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft2gu {
      padding-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight2gu {
      padding-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz2gu {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom2gu {
      padding-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop2gu {
      padding-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert2gu {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding3gu {
      padding: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft3gu {
      padding-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight3gu {
      padding-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz3gu {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom3gu {
      padding-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop3gu {
      padding-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert3gu {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding4gu {
      padding: 1rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft4gu {
      padding-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight4gu {
      padding-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz4gu {
      padding-left: 1rem;
      padding-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom4gu {
      padding-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop4gu {
      padding-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert4gu {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding5gu {
      padding: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft5gu {
      padding-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight5gu {
      padding-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz5gu {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom5gu {
      padding-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop5gu {
      padding-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert5gu {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding6gu {
      padding: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft6gu {
      padding-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight6gu {
      padding-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz6gu {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom6gu {
      padding-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop6gu {
      padding-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert6gu {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding7gu {
      padding: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft7gu {
      padding-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight7gu {
      padding-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz7gu {
      padding-left: 1.75rem;
      padding-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom7gu {
      padding-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop7gu {
      padding-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert7gu {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding8gu {
      padding: 2rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft8gu {
      padding-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight8gu {
      padding-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz8gu {
      padding-left: 2rem;
      padding-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom8gu {
      padding-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop8gu {
      padding-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert8gu {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding9gu {
      padding: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft9gu {
      padding-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight9gu {
      padding-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz9gu {
      padding-left: 2.25rem;
      padding-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom9gu {
      padding-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop9gu {
      padding-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert9gu {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding10gu {
      padding: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft10gu {
      padding-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight10gu {
      padding-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz10gu {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom10gu {
      padding-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop10gu {
      padding-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert10gu {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding11gu {
      padding: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft11gu {
      padding-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight11gu {
      padding-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz11gu {
      padding-left: 2.75rem;
      padding-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom11gu {
      padding-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop11gu {
      padding-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert11gu {
      padding-top: 2.75rem;
      padding-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding12gu {
      padding: 3rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft12gu {
      padding-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight12gu {
      padding-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz12gu {
      padding-left: 3rem;
      padding-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom12gu {
      padding-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop12gu {
      padding-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert12gu {
      padding-top: 3rem;
      padding-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding13gu {
      padding: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft13gu {
      padding-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight13gu {
      padding-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz13gu {
      padding-left: 3.25rem;
      padding-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom13gu {
      padding-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop13gu {
      padding-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert13gu {
      padding-top: 3.25rem;
      padding-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding14gu {
      padding: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft14gu {
      padding-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight14gu {
      padding-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz14gu {
      padding-left: 3.5rem;
      padding-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom14gu {
      padding-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop14gu {
      padding-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert14gu {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding15gu {
      padding: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft15gu {
      padding-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight15gu {
      padding-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz15gu {
      padding-left: 3.75rem;
      padding-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom15gu {
      padding-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop15gu {
      padding-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert15gu {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding16gu {
      padding: 4rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft16gu {
      padding-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight16gu {
      padding-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz16gu {
      padding-left: 4rem;
      padding-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom16gu {
      padding-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop16gu {
      padding-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert16gu {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding17gu {
      padding: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft17gu {
      padding-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight17gu {
      padding-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz17gu {
      padding-left: 4.25rem;
      padding-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom17gu {
      padding-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop17gu {
      padding-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert17gu {
      padding-top: 4.25rem;
      padding-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding18gu {
      padding: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft18gu {
      padding-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight18gu {
      padding-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz18gu {
      padding-left: 4.5rem;
      padding-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom18gu {
      padding-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop18gu {
      padding-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert18gu {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding19gu {
      padding: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft19gu {
      padding-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight19gu {
      padding-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz19gu {
      padding-left: 4.75rem;
      padding-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom19gu {
      padding-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop19gu {
      padding-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert19gu {
      padding-top: 4.75rem;
      padding-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding20gu {
      padding: 5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft20gu {
      padding-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight20gu {
      padding-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz20gu {
      padding-left: 5rem;
      padding-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom20gu {
      padding-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop20gu {
      padding-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert20gu {
      padding-top: 5rem;
      padding-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding21gu {
      padding: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft21gu {
      padding-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight21gu {
      padding-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz21gu {
      padding-left: 5.25rem;
      padding-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom21gu {
      padding-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop21gu {
      padding-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert21gu {
      padding-top: 5.25rem;
      padding-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding22gu {
      padding: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft22gu {
      padding-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight22gu {
      padding-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz22gu {
      padding-left: 5.5rem;
      padding-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom22gu {
      padding-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop22gu {
      padding-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert22gu {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding23gu {
      padding: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft23gu {
      padding-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight23gu {
      padding-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz23gu {
      padding-left: 5.75rem;
      padding-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom23gu {
      padding-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop23gu {
      padding-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert23gu {
      padding-top: 5.75rem;
      padding-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding24gu {
      padding: 6rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft24gu {
      padding-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight24gu {
      padding-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz24gu {
      padding-left: 6rem;
      padding-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom24gu {
      padding-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop24gu {
      padding-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert24gu {
      padding-top: 6rem;
      padding-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding25gu {
      padding: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft25gu {
      padding-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight25gu {
      padding-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz25gu {
      padding-left: 6.25rem;
      padding-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom25gu {
      padding-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop25gu {
      padding-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert25gu {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding26gu {
      padding: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft26gu {
      padding-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight26gu {
      padding-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz26gu {
      padding-left: 6.5rem;
      padding-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom26gu {
      padding-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop26gu {
      padding-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert26gu {
      padding-top: 6.5rem;
      padding-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding27gu {
      padding: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft27gu {
      padding-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight27gu {
      padding-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz27gu {
      padding-left: 6.75rem;
      padding-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom27gu {
      padding-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop27gu {
      padding-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert27gu {
      padding-top: 6.75rem;
      padding-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding28gu {
      padding: 7rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft28gu {
      padding-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight28gu {
      padding-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz28gu {
      padding-left: 7rem;
      padding-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom28gu {
      padding-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop28gu {
      padding-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert28gu {
      padding-top: 7rem;
      padding-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding29gu {
      padding: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft29gu {
      padding-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight29gu {
      padding-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz29gu {
      padding-left: 7.25rem;
      padding-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom29gu {
      padding-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop29gu {
      padding-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert29gu {
      padding-top: 7.25rem;
      padding-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding30gu {
      padding: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft30gu {
      padding-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight30gu {
      padding-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz30gu {
      padding-left: 7.5rem;
      padding-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom30gu {
      padding-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop30gu {
      padding-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert30gu {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding31gu {
      padding: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft31gu {
      padding-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight31gu {
      padding-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz31gu {
      padding-left: 7.75rem;
      padding-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom31gu {
      padding-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop31gu {
      padding-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert31gu {
      padding-top: 7.75rem;
      padding-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding32gu {
      padding: 8rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft32gu {
      padding-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight32gu {
      padding-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz32gu {
      padding-left: 8rem;
      padding-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom32gu {
      padding-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop32gu {
      padding-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert32gu {
      padding-top: 8rem;
      padding-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding33gu {
      padding: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft33gu {
      padding-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight33gu {
      padding-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz33gu {
      padding-left: 8.25rem;
      padding-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom33gu {
      padding-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop33gu {
      padding-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert33gu {
      padding-top: 8.25rem;
      padding-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding34gu {
      padding: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft34gu {
      padding-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight34gu {
      padding-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz34gu {
      padding-left: 8.5rem;
      padding-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom34gu {
      padding-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop34gu {
      padding-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert34gu {
      padding-top: 8.5rem;
      padding-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding35gu {
      padding: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft35gu {
      padding-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight35gu {
      padding-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz35gu {
      padding-left: 8.75rem;
      padding-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom35gu {
      padding-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop35gu {
      padding-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert35gu {
      padding-top: 8.75rem;
      padding-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding36gu {
      padding: 9rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft36gu {
      padding-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight36gu {
      padding-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz36gu {
      padding-left: 9rem;
      padding-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom36gu {
      padding-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop36gu {
      padding-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert36gu {
      padding-top: 9rem;
      padding-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding37gu {
      padding: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft37gu {
      padding-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight37gu {
      padding-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz37gu {
      padding-left: 9.25rem;
      padding-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom37gu {
      padding-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop37gu {
      padding-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert37gu {
      padding-top: 9.25rem;
      padding-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding38gu {
      padding: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft38gu {
      padding-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight38gu {
      padding-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz38gu {
      padding-left: 9.5rem;
      padding-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom38gu {
      padding-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop38gu {
      padding-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert38gu {
      padding-top: 9.5rem;
      padding-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding39gu {
      padding: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft39gu {
      padding-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight39gu {
      padding-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz39gu {
      padding-left: 9.75rem;
      padding-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom39gu {
      padding-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop39gu {
      padding-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert39gu {
      padding-top: 9.75rem;
      padding-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-lg-padding40gu {
      padding: 10rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingLeft40gu {
      padding-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingRight40gu {
      padding-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingHoriz40gu {
      padding-left: 10rem;
      padding-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingBottom40gu {
      padding-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingTop40gu {
      padding-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-lg-paddingVert40gu {
      padding-top: 10rem;
      padding-bottom: 10rem; } }

@media (min-width: 1580px) {
  /* line 14, src/stylesheets/utilities/_padding.scss */
  .u-xl-padding {
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */
    /* ~1) Horizontal and Vertical
        ========================================================================== */
    /* ~2) Horizontal
        ========================================================================== */
    /* Left */
    /* Right */
    /* Right/Left Pairs */
    /* ~3) Vertical
        ========================================================================== */
    /* Bottom */
    /* Top */ }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding0gu {
      padding: 0rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft0gu {
      padding-left: 0rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight0gu {
      padding-right: 0rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz0gu {
      padding-left: 0rem;
      padding-right: 0rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom0gu {
      padding-bottom: 0rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop0gu {
      padding-top: 0rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert0gu {
      padding-top: 0rem;
      padding-bottom: 0rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding1gu {
      padding: 0.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft1gu {
      padding-left: 0.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight1gu {
      padding-right: 0.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz1gu {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom1gu {
      padding-bottom: 0.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop1gu {
      padding-top: 0.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert1gu {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding2gu {
      padding: 0.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft2gu {
      padding-left: 0.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight2gu {
      padding-right: 0.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz2gu {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom2gu {
      padding-bottom: 0.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop2gu {
      padding-top: 0.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert2gu {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding3gu {
      padding: 0.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft3gu {
      padding-left: 0.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight3gu {
      padding-right: 0.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz3gu {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom3gu {
      padding-bottom: 0.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop3gu {
      padding-top: 0.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert3gu {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding4gu {
      padding: 1rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft4gu {
      padding-left: 1rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight4gu {
      padding-right: 1rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz4gu {
      padding-left: 1rem;
      padding-right: 1rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom4gu {
      padding-bottom: 1rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop4gu {
      padding-top: 1rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert4gu {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding5gu {
      padding: 1.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft5gu {
      padding-left: 1.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight5gu {
      padding-right: 1.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz5gu {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom5gu {
      padding-bottom: 1.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop5gu {
      padding-top: 1.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert5gu {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding6gu {
      padding: 1.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft6gu {
      padding-left: 1.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight6gu {
      padding-right: 1.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz6gu {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom6gu {
      padding-bottom: 1.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop6gu {
      padding-top: 1.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert6gu {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding7gu {
      padding: 1.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft7gu {
      padding-left: 1.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight7gu {
      padding-right: 1.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz7gu {
      padding-left: 1.75rem;
      padding-right: 1.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom7gu {
      padding-bottom: 1.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop7gu {
      padding-top: 1.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert7gu {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding8gu {
      padding: 2rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft8gu {
      padding-left: 2rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight8gu {
      padding-right: 2rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz8gu {
      padding-left: 2rem;
      padding-right: 2rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom8gu {
      padding-bottom: 2rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop8gu {
      padding-top: 2rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert8gu {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding9gu {
      padding: 2.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft9gu {
      padding-left: 2.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight9gu {
      padding-right: 2.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz9gu {
      padding-left: 2.25rem;
      padding-right: 2.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom9gu {
      padding-bottom: 2.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop9gu {
      padding-top: 2.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert9gu {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding10gu {
      padding: 2.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft10gu {
      padding-left: 2.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight10gu {
      padding-right: 2.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz10gu {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom10gu {
      padding-bottom: 2.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop10gu {
      padding-top: 2.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert10gu {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding11gu {
      padding: 2.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft11gu {
      padding-left: 2.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight11gu {
      padding-right: 2.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz11gu {
      padding-left: 2.75rem;
      padding-right: 2.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom11gu {
      padding-bottom: 2.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop11gu {
      padding-top: 2.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert11gu {
      padding-top: 2.75rem;
      padding-bottom: 2.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding12gu {
      padding: 3rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft12gu {
      padding-left: 3rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight12gu {
      padding-right: 3rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz12gu {
      padding-left: 3rem;
      padding-right: 3rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom12gu {
      padding-bottom: 3rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop12gu {
      padding-top: 3rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert12gu {
      padding-top: 3rem;
      padding-bottom: 3rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding13gu {
      padding: 3.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft13gu {
      padding-left: 3.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight13gu {
      padding-right: 3.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz13gu {
      padding-left: 3.25rem;
      padding-right: 3.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom13gu {
      padding-bottom: 3.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop13gu {
      padding-top: 3.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert13gu {
      padding-top: 3.25rem;
      padding-bottom: 3.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding14gu {
      padding: 3.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft14gu {
      padding-left: 3.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight14gu {
      padding-right: 3.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz14gu {
      padding-left: 3.5rem;
      padding-right: 3.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom14gu {
      padding-bottom: 3.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop14gu {
      padding-top: 3.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert14gu {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding15gu {
      padding: 3.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft15gu {
      padding-left: 3.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight15gu {
      padding-right: 3.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz15gu {
      padding-left: 3.75rem;
      padding-right: 3.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom15gu {
      padding-bottom: 3.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop15gu {
      padding-top: 3.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert15gu {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding16gu {
      padding: 4rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft16gu {
      padding-left: 4rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight16gu {
      padding-right: 4rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz16gu {
      padding-left: 4rem;
      padding-right: 4rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom16gu {
      padding-bottom: 4rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop16gu {
      padding-top: 4rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert16gu {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding17gu {
      padding: 4.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft17gu {
      padding-left: 4.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight17gu {
      padding-right: 4.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz17gu {
      padding-left: 4.25rem;
      padding-right: 4.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom17gu {
      padding-bottom: 4.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop17gu {
      padding-top: 4.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert17gu {
      padding-top: 4.25rem;
      padding-bottom: 4.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding18gu {
      padding: 4.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft18gu {
      padding-left: 4.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight18gu {
      padding-right: 4.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz18gu {
      padding-left: 4.5rem;
      padding-right: 4.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom18gu {
      padding-bottom: 4.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop18gu {
      padding-top: 4.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert18gu {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding19gu {
      padding: 4.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft19gu {
      padding-left: 4.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight19gu {
      padding-right: 4.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz19gu {
      padding-left: 4.75rem;
      padding-right: 4.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom19gu {
      padding-bottom: 4.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop19gu {
      padding-top: 4.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert19gu {
      padding-top: 4.75rem;
      padding-bottom: 4.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding20gu {
      padding: 5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft20gu {
      padding-left: 5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight20gu {
      padding-right: 5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz20gu {
      padding-left: 5rem;
      padding-right: 5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom20gu {
      padding-bottom: 5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop20gu {
      padding-top: 5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert20gu {
      padding-top: 5rem;
      padding-bottom: 5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding21gu {
      padding: 5.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft21gu {
      padding-left: 5.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight21gu {
      padding-right: 5.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz21gu {
      padding-left: 5.25rem;
      padding-right: 5.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom21gu {
      padding-bottom: 5.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop21gu {
      padding-top: 5.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert21gu {
      padding-top: 5.25rem;
      padding-bottom: 5.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding22gu {
      padding: 5.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft22gu {
      padding-left: 5.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight22gu {
      padding-right: 5.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz22gu {
      padding-left: 5.5rem;
      padding-right: 5.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom22gu {
      padding-bottom: 5.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop22gu {
      padding-top: 5.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert22gu {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding23gu {
      padding: 5.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft23gu {
      padding-left: 5.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight23gu {
      padding-right: 5.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz23gu {
      padding-left: 5.75rem;
      padding-right: 5.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom23gu {
      padding-bottom: 5.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop23gu {
      padding-top: 5.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert23gu {
      padding-top: 5.75rem;
      padding-bottom: 5.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding24gu {
      padding: 6rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft24gu {
      padding-left: 6rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight24gu {
      padding-right: 6rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz24gu {
      padding-left: 6rem;
      padding-right: 6rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom24gu {
      padding-bottom: 6rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop24gu {
      padding-top: 6rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert24gu {
      padding-top: 6rem;
      padding-bottom: 6rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding25gu {
      padding: 6.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft25gu {
      padding-left: 6.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight25gu {
      padding-right: 6.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz25gu {
      padding-left: 6.25rem;
      padding-right: 6.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom25gu {
      padding-bottom: 6.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop25gu {
      padding-top: 6.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert25gu {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding26gu {
      padding: 6.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft26gu {
      padding-left: 6.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight26gu {
      padding-right: 6.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz26gu {
      padding-left: 6.5rem;
      padding-right: 6.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom26gu {
      padding-bottom: 6.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop26gu {
      padding-top: 6.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert26gu {
      padding-top: 6.5rem;
      padding-bottom: 6.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding27gu {
      padding: 6.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft27gu {
      padding-left: 6.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight27gu {
      padding-right: 6.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz27gu {
      padding-left: 6.75rem;
      padding-right: 6.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom27gu {
      padding-bottom: 6.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop27gu {
      padding-top: 6.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert27gu {
      padding-top: 6.75rem;
      padding-bottom: 6.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding28gu {
      padding: 7rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft28gu {
      padding-left: 7rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight28gu {
      padding-right: 7rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz28gu {
      padding-left: 7rem;
      padding-right: 7rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom28gu {
      padding-bottom: 7rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop28gu {
      padding-top: 7rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert28gu {
      padding-top: 7rem;
      padding-bottom: 7rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding29gu {
      padding: 7.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft29gu {
      padding-left: 7.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight29gu {
      padding-right: 7.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz29gu {
      padding-left: 7.25rem;
      padding-right: 7.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom29gu {
      padding-bottom: 7.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop29gu {
      padding-top: 7.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert29gu {
      padding-top: 7.25rem;
      padding-bottom: 7.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding30gu {
      padding: 7.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft30gu {
      padding-left: 7.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight30gu {
      padding-right: 7.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz30gu {
      padding-left: 7.5rem;
      padding-right: 7.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom30gu {
      padding-bottom: 7.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop30gu {
      padding-top: 7.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert30gu {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding31gu {
      padding: 7.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft31gu {
      padding-left: 7.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight31gu {
      padding-right: 7.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz31gu {
      padding-left: 7.75rem;
      padding-right: 7.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom31gu {
      padding-bottom: 7.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop31gu {
      padding-top: 7.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert31gu {
      padding-top: 7.75rem;
      padding-bottom: 7.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding32gu {
      padding: 8rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft32gu {
      padding-left: 8rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight32gu {
      padding-right: 8rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz32gu {
      padding-left: 8rem;
      padding-right: 8rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom32gu {
      padding-bottom: 8rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop32gu {
      padding-top: 8rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert32gu {
      padding-top: 8rem;
      padding-bottom: 8rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding33gu {
      padding: 8.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft33gu {
      padding-left: 8.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight33gu {
      padding-right: 8.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz33gu {
      padding-left: 8.25rem;
      padding-right: 8.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom33gu {
      padding-bottom: 8.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop33gu {
      padding-top: 8.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert33gu {
      padding-top: 8.25rem;
      padding-bottom: 8.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding34gu {
      padding: 8.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft34gu {
      padding-left: 8.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight34gu {
      padding-right: 8.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz34gu {
      padding-left: 8.5rem;
      padding-right: 8.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom34gu {
      padding-bottom: 8.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop34gu {
      padding-top: 8.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert34gu {
      padding-top: 8.5rem;
      padding-bottom: 8.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding35gu {
      padding: 8.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft35gu {
      padding-left: 8.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight35gu {
      padding-right: 8.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz35gu {
      padding-left: 8.75rem;
      padding-right: 8.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom35gu {
      padding-bottom: 8.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop35gu {
      padding-top: 8.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert35gu {
      padding-top: 8.75rem;
      padding-bottom: 8.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding36gu {
      padding: 9rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft36gu {
      padding-left: 9rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight36gu {
      padding-right: 9rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz36gu {
      padding-left: 9rem;
      padding-right: 9rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom36gu {
      padding-bottom: 9rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop36gu {
      padding-top: 9rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert36gu {
      padding-top: 9rem;
      padding-bottom: 9rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding37gu {
      padding: 9.25rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft37gu {
      padding-left: 9.25rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight37gu {
      padding-right: 9.25rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz37gu {
      padding-left: 9.25rem;
      padding-right: 9.25rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom37gu {
      padding-bottom: 9.25rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop37gu {
      padding-top: 9.25rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert37gu {
      padding-top: 9.25rem;
      padding-bottom: 9.25rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding38gu {
      padding: 9.5rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft38gu {
      padding-left: 9.5rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight38gu {
      padding-right: 9.5rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz38gu {
      padding-left: 9.5rem;
      padding-right: 9.5rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom38gu {
      padding-bottom: 9.5rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop38gu {
      padding-top: 9.5rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert38gu {
      padding-top: 9.5rem;
      padding-bottom: 9.5rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding39gu {
      padding: 9.75rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft39gu {
      padding-left: 9.75rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight39gu {
      padding-right: 9.75rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz39gu {
      padding-left: 9.75rem;
      padding-right: 9.75rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom39gu {
      padding-bottom: 9.75rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop39gu {
      padding-top: 9.75rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert39gu {
      padding-top: 9.75rem;
      padding-bottom: 9.75rem; }
    /* line 19, src/stylesheets/utilities/_padding.scss */
    .u-xl-padding40gu {
      padding: 10rem; }
    /* line 25, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingLeft40gu {
      padding-left: 10rem; }
    /* line 28, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingRight40gu {
      padding-right: 10rem; }
    /* line 31, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingHoriz40gu {
      padding-left: 10rem;
      padding-right: 10rem; }
    /* line 40, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingBottom40gu {
      padding-bottom: 10rem; }
    /* line 43, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingTop40gu {
      padding-top: 10rem; }
    /* line 45, src/stylesheets/utilities/_padding.scss */
    .u-xl-paddingVert40gu {
      padding-top: 10rem;
      padding-bottom: 10rem; } }

/**
 * _position.scss
 * Position helpers
 */
/* line 7, src/stylesheets/utilities/_position.scss */
.u-positionAbsolute {
  position: absolute;
  top: -4rem; }

/* line 8, src/stylesheets/utilities/_position.scss */
.u-positionFixed {
  position: fixed; }

/* line 9, src/stylesheets/utilities/_position.scss */
.u-positionRelative {
  position: relative; }

/* line 10, src/stylesheets/utilities/_position.scss */
.u-positionStatic {
  position: static; }

/* line 11, src/stylesheets/utilities/_position.scss */
.u-positionSticky {
  position: sticky; }

/* text.scss */
/**
 * @define utilities
 * Text utilities
 */
/* Text Utilities
  ========================================================================== */
/* Colors */
/* line 12, src/stylesheets/utilities/_text.scss */
.u-textColorWhite {
  color: white; }

/* line 13, src/stylesheets/utilities/_text.scss */
.u-textColorBlack {
  color: #000000; }

/* line 14, src/stylesheets/utilities/_text.scss */
.u-textColorBlackShade {
  color: rgba(0, 0, 0, 0.6); }

/* line 15, src/stylesheets/utilities/_text.scss */
.u-textColorPrimaryShade {
  color: #2e5482; }

/* line 16, src/stylesheets/utilities/_text.scss */
.u-textColorPrimary {
  color: #3b6ca8; }

/* line 17, src/stylesheets/utilities/_text.scss */
.u-textColorBlue {
  color: #3b6ca8; }

/* line 24, src/stylesheets/utilities/_text.scss */
.u-textColorOffWhite {
  color: #f8f7f6; }

/* line 25, src/stylesheets/utilities/_text.scss */
.u-textColorNeutral {
  color: #fafafa; }

/* line 26, src/stylesheets/utilities/_text.scss */
.u-textColorGray {
  color: #58595b; }

/**
 * Kerning
 */
/* line 32, src/stylesheets/utilities/_text.scss */
.u-textKernMinus200 {
  letter-spacing: -0.2em; }

/* line 33, src/stylesheets/utilities/_text.scss */
.u-textKernMinus100 {
  letter-spacing: -0.1em; }

/* line 34, src/stylesheets/utilities/_text.scss */
.u-textKernMinus70 {
  letter-spacing: -0.07em; }

/* line 35, src/stylesheets/utilities/_text.scss */
.u-textKernMinus50 {
  letter-spacing: -0.05em; }

/* line 36, src/stylesheets/utilities/_text.scss */
.u-textKernNormal {
  letter-spacing: normal; }

/* line 37, src/stylesheets/utilities/_text.scss */
.u-textKernPlus50 {
  letter-spacing: 0.05em; }

/* line 38, src/stylesheets/utilities/_text.scss */
.u-textKernPlus70 {
  letter-spacing: 0.07em; }

/* line 39, src/stylesheets/utilities/_text.scss */
.u-textKernPlus100 {
  letter-spacing: 0.1em; }

/* line 40, src/stylesheets/utilities/_text.scss */
.u-textKernPlus200 {
  letter-spacing: 0.2em; }

/**
 * Line height
 */
/* line 46, src/stylesheets/utilities/_text.scss */
.u-textHeightTight {
  line-height: 1rem; }

/* line 47, src/stylesheets/utilities/_text.scss */
.u-textHeightDefault {
  line-height: calc( 1rem * 1.33); }

/* line 48, src/stylesheets/utilities/_text.scss */
.u-textHeightLoose {
  line-height: calc( 1rem * 1.5); }

/**
 * Sizes
 */
/* line 55, src/stylesheets/utilities/_text.scss */
.u-textSizeBase {
  font-size: 1rem; }

/* line 56, src/stylesheets/utilities/_text.scss */
.u-textSizeZero {
  font-size: 0; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus10 {
  font-size: 9.31323em; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus9 {
  font-size: 7.45058em; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus8 {
  font-size: 5.96046em; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus7 {
  font-size: 4.76837em; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus6 {
  font-size: 3.8147em; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus5 {
  font-size: 3.05176em; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus4 {
  font-size: 2.44141em; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus3 {
  font-size: 1.95312em; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus2 {
  font-size: 1.5625em; }

/* line 59, src/stylesheets/utilities/_text.scss */
.u-textSizePlus1 {
  font-size: 1.25em; }

/* line 62, src/stylesheets/utilities/_text.scss */
.u-textSizeMinus1 {
  font-size: 1.875em; }

/* line 62, src/stylesheets/utilities/_text.scss */
.u-textSizeMinus2 {
  font-size: 1.40625em; }

/* line 62, src/stylesheets/utilities/_text.scss */
.u-textSizeMinus3 {
  font-size: 1.05469em; }

/* line 62, src/stylesheets/utilities/_text.scss */
.u-textSizeMinus4 {
  font-size: 0.79102em; }

/* line 62, src/stylesheets/utilities/_text.scss */
.u-textSizeMinus5 {
  font-size: 0.59326em; }

/**
 * Styles
 */
/* line 70, src/stylesheets/utilities/_text.scss */
.u-textPrimary {
  font-family: "museo-sans", sans-serif; }

/* line 71, src/stylesheets/utilities/_text.scss */
.u-textSecondary {
  font-family: "museo-sans", sans-serif; }

/* line 72, src/stylesheets/utilities/_text.scss */
.u-textTertiary {
  font-family: "museo-sans", sans-serif; }

/* line 74, src/stylesheets/utilities/_text.scss */
.u-textFauxSmCaps {
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 1rem * 0.75;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/**
 * Aligns
 */
/* line 88, src/stylesheets/utilities/_text.scss */
.u-textAlignLeft {
  text-align: left; }

/* line 89, src/stylesheets/utilities/_text.scss */
.u-textAlignCenter {
  text-align: center; }

/* line 90, src/stylesheets/utilities/_text.scss */
.u-textAlignRight {
  text-align: right; }

/* line 91, src/stylesheets/utilities/_text.scss */
.u-textAlignJustify {
  text-align: justify; }

@media (min-width: 320px) {
  /* line 88, src/stylesheets/utilities/_text.scss */
  .u-xs-textAlignLeft {
    text-align: left; }
  /* line 89, src/stylesheets/utilities/_text.scss */
  .u-xs-textAlignCenter {
    text-align: center; }
  /* line 90, src/stylesheets/utilities/_text.scss */
  .u-xs-textAlignRight {
    text-align: right; }
  /* line 91, src/stylesheets/utilities/_text.scss */
  .u-xs-textAlignJustify {
    text-align: justify; } }

@media (min-width: 500px) {
  /* line 88, src/stylesheets/utilities/_text.scss */
  .u-sm-textAlignLeft {
    text-align: left; }
  /* line 89, src/stylesheets/utilities/_text.scss */
  .u-sm-textAlignCenter {
    text-align: center; }
  /* line 90, src/stylesheets/utilities/_text.scss */
  .u-sm-textAlignRight {
    text-align: right; }
  /* line 91, src/stylesheets/utilities/_text.scss */
  .u-sm-textAlignJustify {
    text-align: justify; } }

@media (min-width: 768px) {
  /* line 88, src/stylesheets/utilities/_text.scss */
  .u-md-textAlignLeft {
    text-align: left; }
  /* line 89, src/stylesheets/utilities/_text.scss */
  .u-md-textAlignCenter {
    text-align: center; }
  /* line 90, src/stylesheets/utilities/_text.scss */
  .u-md-textAlignRight {
    text-align: right; }
  /* line 91, src/stylesheets/utilities/_text.scss */
  .u-md-textAlignJustify {
    text-align: justify; } }

@media (min-width: 991px) {
  /* line 88, src/stylesheets/utilities/_text.scss */
  .u-lg-textAlignLeft {
    text-align: left; }
  /* line 89, src/stylesheets/utilities/_text.scss */
  .u-lg-textAlignCenter {
    text-align: center; }
  /* line 90, src/stylesheets/utilities/_text.scss */
  .u-lg-textAlignRight {
    text-align: right; }
  /* line 91, src/stylesheets/utilities/_text.scss */
  .u-lg-textAlignJustify {
    text-align: justify; } }

@media (min-width: 1580px) {
  /* line 88, src/stylesheets/utilities/_text.scss */
  .u-xl-textAlignLeft {
    text-align: left; }
  /* line 89, src/stylesheets/utilities/_text.scss */
  .u-xl-textAlignCenter {
    text-align: center; }
  /* line 90, src/stylesheets/utilities/_text.scss */
  .u-xl-textAlignRight {
    text-align: right; }
  /* line 91, src/stylesheets/utilities/_text.scss */
  .u-xl-textAlignJustify {
    text-align: justify; } }

/**
 * Wraps
 */
/* line 105, src/stylesheets/utilities/_text.scss */
.u-wsNowrap {
  white-space: nowrap; }

/* line 106, src/stylesheets/utilities/_text.scss */
.u-wsWrap {
  white-space: normal; }

/**
 * Transforms
 */
/* line 112, src/stylesheets/utilities/_text.scss */
.u-textCapitalize {
  text-transform: capitalize; }

/* line 113, src/stylesheets/utilities/_text.scss */
.u-textLowercase {
  text-transform: lowercase; }

/* line 114, src/stylesheets/utilities/_text.scss */
.u-textNoTransform {
  text-transform: none; }

/* line 115, src/stylesheets/utilities/_text.scss */
.u-textUppercase {
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

/**
 * Weights
 */
/* line 121, src/stylesheets/utilities/_text.scss */
.u-textWeightBold {
  font-weight: 700; }

/* line 122, src/stylesheets/utilities/_text.scss */
.u-textWeightNormal {
  font-weight: 500; }

/* line 123, src/stylesheets/utilities/_text.scss */
.u-textWeightLight {
  font-weight: 100; }

/**
 * Styles
 */
/* line 129, src/stylesheets/utilities/_text.scss */
.u-textDecoNone {
  text-decoration: none; }

/* line 130, src/stylesheets/utilities/_text.scss */
.u-textDecoUnderline {
  text-decoration: underline; }

/* line 132, src/stylesheets/utilities/_text.scss */
.u-textStyleNormal {
  font-style: normal; }

/* line 133, src/stylesheets/utilities/_text.scss */
.u-textStyleItalic {
  font-style: italic; }

/*# sourceMappingURL=../../sass */