/* *********************************
 * Project: County Services Support
 * Website: http://countyservices.org/
 *
 */
/*
 * Vendors
 *
 */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

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

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/**
 * Retina.js
 *
 */
/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/**
 * Flexboxgrid
 *
 */
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (min-width: 576px) {
  .container {
    width: 560px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 752px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 976px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1184px;
    max-width: 100%;
  }
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.initial-order-xs {
  -webkit-box-ordinal-group: NaN;
  -ms-flex-order: initial;
  order: initial;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-sm {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (min-width: 768px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-md {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-lg {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-xl {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* *********************************
 * Styles
 *
 */
/**
 * Variables
 *
 */
/*
 * Colors
 *
 */
/* Primary Color */
/* Secondary Color */
/* Misc Colors */
/* Background */
/* Text */
/*
 * Nav
 *
 */
/* Breakpoint */
/* Background */
/* Links */
/* Toggle */
/*
 * Fonts
 *
 */
/*
 * Forms
 *
 */
/*
 * Bootstrap Overrides
 *
 */
/*
 * Helpers
 *
 */
/**
 * Mixins
 *
 */
/*
 * Form Control Placeholder
 *
 */
/*
 * Font Anti-aliased
 *
 */
/*
 * Hide Text
 *
 */
/*
 * List Reset
 *
 */
/**
 * October
 *
 */
.oc-wysiwyg a, .oc-wysiwyg a:focus, .oc-wysiwyg a:active, .oc-wysiwyg a:hover {
  text-decoration: underline;
}

.oc-wysiwyg hr {
  border-color: #101010;
}

.oc-wysiwyg p {
  word-break: break-word;
  word-wrap: break-word;
}

/*!
 * froala_editor v2.6.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2017 Froala Labs
 */
.oc-wysiwyg span[style~="color:"] a {
  color: inherit;
}

.oc-wysiwyg strong {
  font-weight: 700;
}

.oc-wysiwyg table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.oc-wysiwyg table.fr-dashed-borders td,
.oc-wysiwyg table.fr-dashed-borders th {
  border-style: dashed;
}

.oc-wysiwyg table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

.oc-wysiwyg table td,
.oc-wysiwyg table th {
  border: 1px solid #ddd;
}

.oc-wysiwyg table td:empty,
.oc-wysiwyg table th:empty {
  height: 20px;
}

.oc-wysiwyg table td.fr-highlighted,
.oc-wysiwyg table th.fr-highlighted {
  border: 1px double red;
}

.oc-wysiwyg table td.fr-thick,
.oc-wysiwyg table th.fr-thick {
  border-width: 2px;
}

.oc-wysiwyg table th {
  background: #e6e6e6;
}

.oc-wysiwyg hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}

.oc-wysiwyg .fr-file {
  position: relative;
}

.oc-wysiwyg .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}

.oc-wysiwyg pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}

.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}

.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}

.oc-wysiwyg blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}

.oc-wysiwyg blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}

.oc-wysiwyg blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}

.oc-wysiwyg span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.oc-wysiwyg span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.oc-wysiwyg .fr-text-gray {
  color: #AAA !important;
}

.oc-wysiwyg .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.oc-wysiwyg .fr-text-spaced {
  letter-spacing: 0.0625rem;
}

.oc-wysiwyg .fr-text-uppercase {
  text-transform: uppercase;
}

.oc-wysiwyg img {
  position: relative;
  max-width: 100%;
}

.oc-wysiwyg img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.oc-wysiwyg img.fr-dib.fr-fil {
  margin-left: 0;
}

.oc-wysiwyg img.fr-dib.fr-fir {
  margin-right: 0;
}

.oc-wysiwyg img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.oc-wysiwyg img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.oc-wysiwyg img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.oc-wysiwyg img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box;
}

.oc-wysiwyg img.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.oc-wysiwyg .fr-video {
  text-align: center;
  position: relative;
}

.oc-wysiwyg .fr-video > * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.oc-wysiwyg .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.oc-wysiwyg .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.oc-wysiwyg .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.oc-wysiwyg .fr-video.fr-dvi {
  display: inline-block;
}

.oc-wysiwyg .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.oc-wysiwyg .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.oc-wysiwyg a.fr-strong {
  font-weight: 700;
}

.oc-wysiwyg a.fr-green {
  color: green;
}

.oc-wysiwyg button.fr-rounded,
.oc-wysiwyg input.fr-rounded,
.oc-wysiwyg textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
}

.oc-wysiwyg button.fr-large,
.oc-wysiwyg input.fr-large,
.oc-wysiwyg textarea.fr-large {
  font-size: 1.5rem;
}

/**
 * Image style.
 */
.fr-strong {
  font-weight: 700;
}

.fr-green {
  color: green;
}

/**
 * Link style.
 */
.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-dib.fr-fil {
  margin-left: 0;
}

.fr-dib.fr-fir {
  margin-right: 0;
}

.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box;
}

.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Utilities
 *
 */
/*
 * Position
 *
 */
.u-pull-left {
  float: left;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-pull-left\@sm {
    float: left;
  }
}

@media (min-width: 576px) {
  .u-pull-left\@sm-up {
    float: left;
  }
}

.u-pull-right {
  float: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-pull-right\@sm {
    float: right;
  }
}

@media (min-width: 576px) {
  .u-pull-right\@sm-up {
    float: right;
  }
}

.u-clear {
  clear: both;
}

.u-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

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

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

@media (max-width: 575.98px) {
  .u-align-right\@xs {
    text-align: right !important;
  }
}

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

@media (max-width: 575.98px) {
  .u-align-left\@xs {
    text-align: left !important;
  }
}

.u-align-center {
  text-align: center !important;
}

@media (max-width: 575.98px) {
  .u-align-center\@xs {
    text-align: center !important;
  }
}

/*
 * Type
 *
 */
.u-lowercase {
  text-transform: lowercase;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-bold {
  font-weight: 500;
}

/*
 * Size
 *
 */
.u-text-xsmall {
  font-size: .6em;
}

.u-text-small {
  font-size: .8em;
}

.u-text-medium {
  font-size: 1em;
}

.u-text-large {
  font-size: 1.2em;
}

/*
 * Padding and margin utilities
 *
 */
/* Box model sizes */
.u-margin-top-none {
  margin-top: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-top-none\@xs {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-top-none\@sm {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-top-none\@sm-up {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-top-none\@md {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-top-none\@md-up {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-top-none\@lg-up {
    margin-top: 0 !important;
  }
}

.u-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-none\@xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-none\@sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-none\@sm-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-none\@md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-none\@md-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-none\@lg-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-none\@xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-none\@sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-none\@sm-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-none\@md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-none\@md-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-none\@lg-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.u-margin-top-xsmall {
  margin-top: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-top-xsmall\@xs {
    margin-top: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-top-xsmall\@sm {
    margin-top: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-top-xsmall\@sm-up {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-top-xsmall\@md {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-top-xsmall\@md-up {
    margin-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-top-xsmall\@lg-up {
    margin-top: 15px !important;
  }
}

.u-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-xsmall\@xs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-xsmall\@sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-xsmall\@sm-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-xsmall\@md {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-xsmall\@md-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-xsmall\@lg-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.u-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-xsmall\@xs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-xsmall\@sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-xsmall\@sm-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-xsmall\@md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-xsmall\@md-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-xsmall\@lg-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

.u-margin-top-small {
  margin-top: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-top-small\@xs {
    margin-top: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-top-small\@sm {
    margin-top: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-top-small\@sm-up {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-top-small\@md {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-top-small\@md-up {
    margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-top-small\@lg-up {
    margin-top: 30px !important;
  }
}

.u-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-small\@xs {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-small\@sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-small\@sm-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-small\@md {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-small\@md-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-small\@lg-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.u-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-small\@xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-small\@sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-small\@sm-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-small\@md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-small\@md-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-small\@lg-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.u-margin-top-medium {
  margin-top: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-top-medium\@xs {
    margin-top: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-top-medium\@sm {
    margin-top: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-top-medium\@sm-up {
    margin-top: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-top-medium\@md {
    margin-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-top-medium\@md-up {
    margin-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-top-medium\@lg-up {
    margin-top: 60px !important;
  }
}

.u-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-medium\@xs {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-medium\@sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-medium\@sm-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-medium\@md {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-medium\@md-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-medium\@lg-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

.u-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-medium\@xs {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-medium\@sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-medium\@sm-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-medium\@md {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-medium\@md-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-medium\@lg-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.u-margin-top-large {
  margin-top: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-top-large\@xs {
    margin-top: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-top-large\@sm {
    margin-top: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-top-large\@sm-up {
    margin-top: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-top-large\@md {
    margin-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-top-large\@md-up {
    margin-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-top-large\@lg-up {
    margin-top: 120px !important;
  }
}

.u-margin-x-large {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-large\@xs {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-large\@sm {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-large\@sm-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-large\@md {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-large\@md-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-large\@lg-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.u-margin-y-large {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-large\@xs {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-large\@sm {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-large\@sm-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-large\@md {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-large\@md-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-large\@lg-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

.u-margin-right-none {
  margin-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-right-none\@xs {
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-right-none\@sm {
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-right-none\@sm-up {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-right-none\@md {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-right-none\@md-up {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-right-none\@lg-up {
    margin-right: 0 !important;
  }
}

.u-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-none\@xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-none\@sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-none\@sm-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-none\@md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-none\@md-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-none\@lg-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-none\@xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-none\@sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-none\@sm-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-none\@md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-none\@md-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-none\@lg-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.u-margin-right-xsmall {
  margin-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-right-xsmall\@xs {
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-right-xsmall\@sm {
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-right-xsmall\@sm-up {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-right-xsmall\@md {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-right-xsmall\@md-up {
    margin-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-right-xsmall\@lg-up {
    margin-right: 15px !important;
  }
}

.u-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-xsmall\@xs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-xsmall\@sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-xsmall\@sm-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-xsmall\@md {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-xsmall\@md-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-xsmall\@lg-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.u-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-xsmall\@xs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-xsmall\@sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-xsmall\@sm-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-xsmall\@md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-xsmall\@md-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-xsmall\@lg-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

.u-margin-right-small {
  margin-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-right-small\@xs {
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-right-small\@sm {
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-right-small\@sm-up {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-right-small\@md {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-right-small\@md-up {
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-right-small\@lg-up {
    margin-right: 30px !important;
  }
}

.u-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-small\@xs {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-small\@sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-small\@sm-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-small\@md {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-small\@md-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-small\@lg-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.u-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-small\@xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-small\@sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-small\@sm-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-small\@md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-small\@md-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-small\@lg-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.u-margin-right-medium {
  margin-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-right-medium\@xs {
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-right-medium\@sm {
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-right-medium\@sm-up {
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-right-medium\@md {
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-right-medium\@md-up {
    margin-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-right-medium\@lg-up {
    margin-right: 60px !important;
  }
}

.u-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-medium\@xs {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-medium\@sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-medium\@sm-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-medium\@md {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-medium\@md-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-medium\@lg-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

.u-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-medium\@xs {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-medium\@sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-medium\@sm-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-medium\@md {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-medium\@md-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-medium\@lg-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.u-margin-right-large {
  margin-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-right-large\@xs {
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-right-large\@sm {
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-right-large\@sm-up {
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-right-large\@md {
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-right-large\@md-up {
    margin-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-right-large\@lg-up {
    margin-right: 120px !important;
  }
}

.u-margin-x-large {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-large\@xs {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-large\@sm {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-large\@sm-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-large\@md {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-large\@md-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-large\@lg-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.u-margin-y-large {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-large\@xs {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-large\@sm {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-large\@sm-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-large\@md {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-large\@md-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-large\@lg-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-bottom-none\@xs {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-bottom-none\@sm {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-bottom-none\@sm-up {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-bottom-none\@md {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom-none\@md-up {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-none\@lg-up {
    margin-bottom: 0 !important;
  }
}

.u-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-none\@xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-none\@sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-none\@sm-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-none\@md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-none\@md-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-none\@lg-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-none\@xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-none\@sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-none\@sm-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-none\@md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-none\@md-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-none\@lg-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.u-margin-bottom-xsmall {
  margin-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-bottom-xsmall\@xs {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-bottom-xsmall\@sm {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-bottom-xsmall\@sm-up {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-bottom-xsmall\@md {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom-xsmall\@md-up {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-xsmall\@lg-up {
    margin-bottom: 15px !important;
  }
}

.u-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-xsmall\@xs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-xsmall\@sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-xsmall\@sm-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-xsmall\@md {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-xsmall\@md-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-xsmall\@lg-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.u-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-xsmall\@xs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-xsmall\@sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-xsmall\@sm-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-xsmall\@md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-xsmall\@md-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-xsmall\@lg-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

.u-margin-bottom-small {
  margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-bottom-small\@xs {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-bottom-small\@sm {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-bottom-small\@sm-up {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-bottom-small\@md {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom-small\@md-up {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-small\@lg-up {
    margin-bottom: 30px !important;
  }
}

.u-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-small\@xs {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-small\@sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-small\@sm-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-small\@md {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-small\@md-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-small\@lg-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.u-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-small\@xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-small\@sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-small\@sm-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-small\@md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-small\@md-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-small\@lg-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.u-margin-bottom-medium {
  margin-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-bottom-medium\@xs {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-bottom-medium\@sm {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-bottom-medium\@sm-up {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-bottom-medium\@md {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom-medium\@md-up {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-medium\@lg-up {
    margin-bottom: 60px !important;
  }
}

.u-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-medium\@xs {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-medium\@sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-medium\@sm-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-medium\@md {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-medium\@md-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-medium\@lg-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

.u-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-medium\@xs {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-medium\@sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-medium\@sm-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-medium\@md {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-medium\@md-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-medium\@lg-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.u-margin-bottom-large {
  margin-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-bottom-large\@xs {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-bottom-large\@sm {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-bottom-large\@sm-up {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-bottom-large\@md {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom-large\@md-up {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-large\@lg-up {
    margin-bottom: 120px !important;
  }
}

.u-margin-x-large {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-large\@xs {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-large\@sm {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-large\@sm-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-large\@md {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-large\@md-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-large\@lg-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.u-margin-y-large {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-large\@xs {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-large\@sm {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-large\@sm-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-large\@md {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-large\@md-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-large\@lg-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

.u-margin-left-none {
  margin-left: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-left-none\@xs {
    margin-left: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-left-none\@sm {
    margin-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-left-none\@sm-up {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-left-none\@md {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-left-none\@md-up {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-left-none\@lg-up {
    margin-left: 0 !important;
  }
}

.u-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-none\@xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-none\@sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-none\@sm-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-none\@md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-none\@md-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-none\@lg-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-none\@xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-none\@sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-none\@sm-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-none\@md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-none\@md-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-none\@lg-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.u-margin-left-xsmall {
  margin-left: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-left-xsmall\@xs {
    margin-left: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-left-xsmall\@sm {
    margin-left: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-left-xsmall\@sm-up {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-left-xsmall\@md {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-left-xsmall\@md-up {
    margin-left: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-left-xsmall\@lg-up {
    margin-left: 15px !important;
  }
}

.u-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-xsmall\@xs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-xsmall\@sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-xsmall\@sm-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-xsmall\@md {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-xsmall\@md-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-xsmall\@lg-up {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.u-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-xsmall\@xs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-xsmall\@sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-xsmall\@sm-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-xsmall\@md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-xsmall\@md-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-xsmall\@lg-up {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

.u-margin-left-small {
  margin-left: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-left-small\@xs {
    margin-left: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-left-small\@sm {
    margin-left: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-left-small\@sm-up {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-left-small\@md {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-left-small\@md-up {
    margin-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-left-small\@lg-up {
    margin-left: 30px !important;
  }
}

.u-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-small\@xs {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-small\@sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-small\@sm-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-small\@md {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-small\@md-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-small\@lg-up {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.u-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-small\@xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-small\@sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-small\@sm-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-small\@md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-small\@md-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-small\@lg-up {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.u-margin-left-medium {
  margin-left: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-left-medium\@xs {
    margin-left: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-left-medium\@sm {
    margin-left: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-left-medium\@sm-up {
    margin-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-left-medium\@md {
    margin-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-left-medium\@md-up {
    margin-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-left-medium\@lg-up {
    margin-left: 60px !important;
  }
}

.u-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-medium\@xs {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-medium\@sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-medium\@sm-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-medium\@md {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-medium\@md-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-medium\@lg-up {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

.u-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-medium\@xs {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-medium\@sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-medium\@sm-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-medium\@md {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-medium\@md-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-medium\@lg-up {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.u-margin-left-large {
  margin-left: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-left-large\@xs {
    margin-left: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-left-large\@sm {
    margin-left: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-left-large\@sm-up {
    margin-left: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-left-large\@md {
    margin-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-left-large\@md-up {
    margin-left: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-left-large\@lg-up {
    margin-left: 120px !important;
  }
}

.u-margin-x-large {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-x-large\@xs {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-x-large\@sm {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-x-large\@sm-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-x-large\@md {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-x-large\@md-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-x-large\@lg-up {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.u-margin-y-large {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-margin-y-large\@xs {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-margin-y-large\@sm {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-margin-y-large\@sm-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-margin-y-large\@md {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-y-large\@md-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-margin-y-large\@lg-up {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

.u-padding-top-none {
  padding-top: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-top-none\@xs {
    padding-top: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-top-none\@sm {
    padding-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-top-none\@sm-up {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-top-none\@md {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-top-none\@md-up {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-none\@lg-up {
    padding-top: 0 !important;
  }
}

.u-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-none\@xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-none\@sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-none\@sm-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-none\@md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-none\@md-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-none\@lg-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.u-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-none\@xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-none\@sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-none\@sm-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-none\@md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-none\@md-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-none\@lg-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.u-padding-top-xsmall {
  padding-top: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-top-xsmall\@xs {
    padding-top: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-top-xsmall\@sm {
    padding-top: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-top-xsmall\@sm-up {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-top-xsmall\@md {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-top-xsmall\@md-up {
    padding-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-xsmall\@lg-up {
    padding-top: 15px !important;
  }
}

.u-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-xsmall\@xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-xsmall\@sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-xsmall\@sm-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-xsmall\@md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-xsmall\@md-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-xsmall\@lg-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.u-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-xsmall\@xs {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-xsmall\@sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-xsmall\@sm-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-xsmall\@md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-xsmall\@md-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-xsmall\@lg-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.u-padding-top-small {
  padding-top: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-top-small\@xs {
    padding-top: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-top-small\@sm {
    padding-top: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-top-small\@sm-up {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-top-small\@md {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-top-small\@md-up {
    padding-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-small\@lg-up {
    padding-top: 30px !important;
  }
}

.u-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-small\@xs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-small\@sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-small\@sm-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-small\@md {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-small\@md-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-small\@lg-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.u-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-small\@xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-small\@sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-small\@sm-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-small\@md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-small\@md-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-small\@lg-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.u-padding-top-medium {
  padding-top: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-top-medium\@xs {
    padding-top: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-top-medium\@sm {
    padding-top: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-top-medium\@sm-up {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-top-medium\@md {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-top-medium\@md-up {
    padding-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-medium\@lg-up {
    padding-top: 60px !important;
  }
}

.u-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-medium\@xs {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-medium\@sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-medium\@sm-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-medium\@md {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-medium\@md-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-medium\@lg-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.u-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-medium\@xs {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-medium\@sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-medium\@sm-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-medium\@md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-medium\@md-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-medium\@lg-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.u-padding-top-large {
  padding-top: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-top-large\@xs {
    padding-top: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-top-large\@sm {
    padding-top: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-top-large\@sm-up {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-top-large\@md {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-top-large\@md-up {
    padding-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-large\@lg-up {
    padding-top: 120px !important;
  }
}

.u-padding-x-large {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-large\@xs {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-large\@sm {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-large\@sm-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-large\@md {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-large\@md-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-large\@lg-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

.u-padding-y-large {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-large\@xs {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-large\@sm {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-large\@sm-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-large\@md {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-large\@md-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-large\@lg-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.u-padding-right-none {
  padding-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-right-none\@xs {
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-right-none\@sm {
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-right-none\@sm-up {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-right-none\@md {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-right-none\@md-up {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-right-none\@lg-up {
    padding-right: 0 !important;
  }
}

.u-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-none\@xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-none\@sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-none\@sm-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-none\@md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-none\@md-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-none\@lg-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.u-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-none\@xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-none\@sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-none\@sm-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-none\@md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-none\@md-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-none\@lg-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.u-padding-right-xsmall {
  padding-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-right-xsmall\@xs {
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-right-xsmall\@sm {
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-right-xsmall\@sm-up {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-right-xsmall\@md {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-right-xsmall\@md-up {
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-right-xsmall\@lg-up {
    padding-right: 15px !important;
  }
}

.u-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-xsmall\@xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-xsmall\@sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-xsmall\@sm-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-xsmall\@md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-xsmall\@md-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-xsmall\@lg-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.u-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-xsmall\@xs {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-xsmall\@sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-xsmall\@sm-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-xsmall\@md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-xsmall\@md-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-xsmall\@lg-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.u-padding-right-small {
  padding-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-right-small\@xs {
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-right-small\@sm {
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-right-small\@sm-up {
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-right-small\@md {
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-right-small\@md-up {
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-right-small\@lg-up {
    padding-right: 30px !important;
  }
}

.u-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-small\@xs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-small\@sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-small\@sm-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-small\@md {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-small\@md-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-small\@lg-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.u-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-small\@xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-small\@sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-small\@sm-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-small\@md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-small\@md-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-small\@lg-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.u-padding-right-medium {
  padding-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-right-medium\@xs {
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-right-medium\@sm {
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-right-medium\@sm-up {
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-right-medium\@md {
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-right-medium\@md-up {
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-right-medium\@lg-up {
    padding-right: 60px !important;
  }
}

.u-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-medium\@xs {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-medium\@sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-medium\@sm-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-medium\@md {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-medium\@md-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-medium\@lg-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.u-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-medium\@xs {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-medium\@sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-medium\@sm-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-medium\@md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-medium\@md-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-medium\@lg-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.u-padding-right-large {
  padding-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-right-large\@xs {
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-right-large\@sm {
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-right-large\@sm-up {
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-right-large\@md {
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-right-large\@md-up {
    padding-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-right-large\@lg-up {
    padding-right: 120px !important;
  }
}

.u-padding-x-large {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-large\@xs {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-large\@sm {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-large\@sm-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-large\@md {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-large\@md-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-large\@lg-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

.u-padding-y-large {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-large\@xs {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-large\@sm {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-large\@sm-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-large\@md {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-large\@md-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-large\@lg-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-bottom-none\@xs {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-bottom-none\@sm {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-bottom-none\@sm-up {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-bottom-none\@md {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-bottom-none\@md-up {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-none\@lg-up {
    padding-bottom: 0 !important;
  }
}

.u-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-none\@xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-none\@sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-none\@sm-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-none\@md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-none\@md-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-none\@lg-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.u-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-none\@xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-none\@sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-none\@sm-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-none\@md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-none\@md-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-none\@lg-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.u-padding-bottom-xsmall {
  padding-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-bottom-xsmall\@xs {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-bottom-xsmall\@sm {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-bottom-xsmall\@sm-up {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-bottom-xsmall\@md {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-bottom-xsmall\@md-up {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-xsmall\@lg-up {
    padding-bottom: 15px !important;
  }
}

.u-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-xsmall\@xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-xsmall\@sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-xsmall\@sm-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-xsmall\@md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-xsmall\@md-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-xsmall\@lg-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.u-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-xsmall\@xs {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-xsmall\@sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-xsmall\@sm-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-xsmall\@md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-xsmall\@md-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-xsmall\@lg-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.u-padding-bottom-small {
  padding-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-bottom-small\@xs {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-bottom-small\@sm {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-bottom-small\@sm-up {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-bottom-small\@md {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-bottom-small\@md-up {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-small\@lg-up {
    padding-bottom: 30px !important;
  }
}

.u-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-small\@xs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-small\@sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-small\@sm-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-small\@md {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-small\@md-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-small\@lg-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.u-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-small\@xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-small\@sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-small\@sm-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-small\@md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-small\@md-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-small\@lg-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.u-padding-bottom-medium {
  padding-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-bottom-medium\@xs {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-bottom-medium\@sm {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-bottom-medium\@sm-up {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-bottom-medium\@md {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-bottom-medium\@md-up {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-medium\@lg-up {
    padding-bottom: 60px !important;
  }
}

.u-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-medium\@xs {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-medium\@sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-medium\@sm-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-medium\@md {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-medium\@md-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-medium\@lg-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.u-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-medium\@xs {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-medium\@sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-medium\@sm-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-medium\@md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-medium\@md-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-medium\@lg-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.u-padding-bottom-large {
  padding-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-bottom-large\@xs {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-bottom-large\@sm {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-bottom-large\@sm-up {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-bottom-large\@md {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-bottom-large\@md-up {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-large\@lg-up {
    padding-bottom: 120px !important;
  }
}

.u-padding-x-large {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-large\@xs {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-large\@sm {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-large\@sm-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-large\@md {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-large\@md-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-large\@lg-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

.u-padding-y-large {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-large\@xs {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-large\@sm {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-large\@sm-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-large\@md {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-large\@md-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-large\@lg-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.u-padding-left-none {
  padding-left: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-left-none\@xs {
    padding-left: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-left-none\@sm {
    padding-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-left-none\@sm-up {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-left-none\@md {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-left-none\@md-up {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-left-none\@lg-up {
    padding-left: 0 !important;
  }
}

.u-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-none\@xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-none\@sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-none\@sm-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-none\@md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-none\@md-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-none\@lg-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.u-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-none\@xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-none\@sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-none\@sm-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-none\@md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-none\@md-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-none\@lg-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.u-padding-left-xsmall {
  padding-left: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-left-xsmall\@xs {
    padding-left: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-left-xsmall\@sm {
    padding-left: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-left-xsmall\@sm-up {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-left-xsmall\@md {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-left-xsmall\@md-up {
    padding-left: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-left-xsmall\@lg-up {
    padding-left: 15px !important;
  }
}

.u-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-xsmall\@xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-xsmall\@sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-xsmall\@sm-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-xsmall\@md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-xsmall\@md-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-xsmall\@lg-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.u-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-xsmall\@xs {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-xsmall\@sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-xsmall\@sm-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-xsmall\@md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-xsmall\@md-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-xsmall\@lg-up {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.u-padding-left-small {
  padding-left: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-left-small\@xs {
    padding-left: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-left-small\@sm {
    padding-left: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-left-small\@sm-up {
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-left-small\@md {
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-left-small\@md-up {
    padding-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-left-small\@lg-up {
    padding-left: 30px !important;
  }
}

.u-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-small\@xs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-small\@sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-small\@sm-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-small\@md {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-small\@md-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-small\@lg-up {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.u-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-small\@xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-small\@sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-small\@sm-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-small\@md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-small\@md-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-small\@lg-up {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.u-padding-left-medium {
  padding-left: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-left-medium\@xs {
    padding-left: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-left-medium\@sm {
    padding-left: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-left-medium\@sm-up {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-left-medium\@md {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-left-medium\@md-up {
    padding-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-left-medium\@lg-up {
    padding-left: 60px !important;
  }
}

.u-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-medium\@xs {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-medium\@sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-medium\@sm-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-medium\@md {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-medium\@md-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-medium\@lg-up {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.u-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-medium\@xs {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-medium\@sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-medium\@sm-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-medium\@md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-medium\@md-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-medium\@lg-up {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.u-padding-left-large {
  padding-left: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-left-large\@xs {
    padding-left: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-left-large\@sm {
    padding-left: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-left-large\@sm-up {
    padding-left: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-left-large\@md {
    padding-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-left-large\@md-up {
    padding-left: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-left-large\@lg-up {
    padding-left: 120px !important;
  }
}

.u-padding-x-large {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-x-large\@xs {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-x-large\@sm {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-x-large\@sm-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-x-large\@md {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-x-large\@md-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-x-large\@lg-up {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

.u-padding-y-large {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

@media (max-width: 575.98px) {
  .u-padding-y-large\@xs {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-padding-y-large\@sm {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .u-padding-y-large\@sm-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-padding-y-large\@md {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-padding-y-large\@md-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .u-padding-y-large\@lg-up {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

/*
 * Lists
 *
 */
.u-list-reset {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*
 * Media Query visibility
 *
 */
.u-visible-xs {
  display: block !important;
}

@media (min-width: 576px) {
  .u-visible-xs {
    display: none !important;
  }
}

.u-hidden-xs {
  display: none !important;
}

@media (min-width: 576px) {
  .u-hidden-xs {
    display: block !important;
  }
}

/*
 * Image shapes
 *
 */
.u-image-rounded {
  border-radius: 100%;
}

/*
 * Hide Text
 *
 */
.u-hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
 * Base
 *
 */
/**
 * Global
 *
 */
html,
body {
  font-size: 16PX;
}

body {
  background-color: #222e37;
  color: #101010;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/**
 * Webfonts
 *
 */
/**
 * Webicons
 *
 */
/*
 * Elements
 *
 */
/**
 * Anchors
 *
 */
a, a:focus, a:active, a:hover {
  color: currentColor;
  text-decoration: none;
}

/**
 * Headings
 *
 */
h1 a,
h1 {
  font-size: 1.875rem;
  font-weight: bold;
}

h2 a,
h2 {
  font-size: 1.625rem;
  font-weight: bold;
}

h3 a,
h3 {
  font-size: 1.375rem;
  font-weight: bold;
}

h4 a,
h4 {
  color: #ff7b00;
}

/**
 * Images
 *
 */
svg,
img {
  max-width: 100%;
  height: auto;
}

/*
 * Objects
 *
 */
/**
 * Embed Container
 *
 */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Facebook Like Box
 *
 */
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important;
}

/*
 * Blocks
 *
 */
/**
 * Header
 *
 */
.header {
  background-color: #fff;
  padding: 20px 0;
  position: relative;
}

.header__logo {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .header__logo {
    margin: 0;
  }
}

.header__nav {
  margin-top: 30px;
}

/**
 * Footer
 *
 */
.footer {
  background-color: #222e37;
  color: #666;
  padding: 40px 0;
  text-align: center;
}

.footer__copyright {
  font-size: 0.8125rem;
}

/**
 * Main
 *
 */
.main {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
}

/*
 * Components
 *
 */
/**
 * Button
 *
 */
.button {
  display: inline-block;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: .6em 1em;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .12s ease;
  transition: all .12s ease;
}

.button a.button,
.button a.button:hover,
.button a.button:active,
.button a.button:focus, .button:active, .button:focus, .button:hover {
  text-decoration: none;
}

.button--primary {
  background-color: #ff7b00;
  color: #ffffff;
}

.button--primary:active, .button--primary:focus, .button--primary:hover {
  color: #ffffff;
}

.button--secondary {
  background-color: #0a609c;
  color: #fff;
}

.button--secondary:active, .button--secondary:focus, .button--secondary:hover {
  color: #fff;
}

.button--small {
  font-size: .95em;
  padding: .6em 1.3em;
}

.button--large {
  font-size: 1.25em;
  padding: .7em 1.3em;
}

.button--link {
  background-color: transparent;
  color: currentColor;
}

/**
 * Form Checkbox
 *
 */
.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
  position: relative;
  top: 3px;
}

.form-checkbox > span {
  padding-left: 5px;
}

/**
 * Form Control
 *
 */
.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  padding: 10px 15px;
  width: 100%;
  /*
   * Select element fix
   * Makes the element look more consistent across browsers
   */
}

.form-control::-webkit-input-placeholder {
  color: #c2c2c2;
}

.form-control:-moz-placeholder {
  color: #c2c2c2;
}

.form-control::-moz-placeholder {
  color: #c2c2c2;
}

.form-control:-ms-input-placeholder {
  color: #c2c2c2;
}

.form-control.has-error {
  border-color: #b90707;
}

.form-control select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: calc("100% - 10px") 50%;
  padding-right: 37px;
}

.form-control select.form-control option[disabled] {
  color: #ccc;
}

.form-control textarea.form-control {
  min-height: 200px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  select.form-control {
    background: none;
  }
  /* IE11 */
}

/**
 * Form Error
 *
 */
.form-field-error-label,
.form-error {
  color: #b90707;
}

.form-field-error-label a,
.form-error a {
  text-decoration: underline;
}

/**
 * Form Group
 *
 */
.form-group {
  margin-bottom: 10px;
}

.form-group--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-group--inline > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media (min-width: 576px) {
  .form-group--inline\@sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .form-group--inline\@sm > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

/**
 * Form Help
 *
 */
.form-help {
  font-size: 0.8125rem;
  font-style: italic;
}

/**
 * Form Label
 *
 */
.form-label {
  margin-bottom: 5px;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
}

.form-label--placeholder {
  display: none;
  /*
   * Hide label if placeholders are available
   * Use with Modernizr placeholder detection
   */
}

.no-placeholder .form-label--placeholder {
  display: block;
}

/**
 * Nav collapse
 *
 */
.header-nav-collapse {
  clear: both;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in;
}

@media (min-width: 767px) {
  .header-nav-collapse {
    max-height: none;
    opacity: 1;
    overflow: visible;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .header-nav-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .header-nav-collapse.header-nav-is-open {
    max-height: initial;
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 123, 0, 0.97);
    padding: 50px 0;
    z-index: 99999;
    overflow-y: auto;
  }
}

@media (max-width: 900px) {
  body.header-nav-is-open {
    overflow: hidden;
  }
}

/**
 * Nav dropdown
 *
 */
.header-nav-dropdown {
  background-color: #fff;
  font-size: .85em;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 767px) {
  .header-nav-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 10px 0;
    margin: 0;
    -webkit-transition: all .12s ease;
    transition: all .12s ease;
    width: auto;
    z-index: 1000;
  }
  .header-nav-section__item.hover .header-nav-dropdown,
  .header-nav-section__item:hover .header-nav-dropdown {
    visibility: visible;
    opacity: 1;
    top: 40px;
  }
}

.header-nav-dropdown__item > a {
  display: inline-block;
}

/**
 * Nav section
 *
 */
.header-nav-section {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .header-nav-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.header-nav-section__item {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  padding: 8px;
}

@media (min-width: 767px) {
  .header-nav-section__item {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    width: auto;
  }
}

@media (min-width: 768px) {
  .header-nav-section__item {
    padding: 15px 25px;
  }
}

.header-nav-section__item--is-active {
  background-color: #fff;
}

.header-nav-section__link {
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .12s ease;
  transition: color .12s ease;
}

.header-nav-section__link:active, .header-nav-section__link:focus, .header-nav-section__link:hover,
.header-nav-section__item:hover .header-nav-section__link {
  color: #fff;
}

.header-nav-section__item--is-active:hover .header-nav-section__link,
.header-nav-section__item--is-active .header-nav-section__link {
  color: #101010;
  font-weight: normal;
}

/**
 * Nav toggle
 *
 */
.header-nav-toggle {
  padding: 15px;
  line-height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 767px) {
  .header-nav-toggle {
    display: none;
  }
}

.header-nav-toggle__bar {
  background-color: #ff7b00;
  height: 4px;
  width: 26px;
  display: block;
  margin-bottom: 4px;
}

.header-nav-toggle--close {
  color: #fff;
  display: none;
  font-size: 2.875rem;
  padding-top: 3px;
}

.header-nav-is-open .header-nav-toggle--close {
  display: block;
}

@media (min-width: 767px) {
  .header-nav-is-open .header-nav-toggle--close {
    display: none;
  }
}

.header-nav-toggle--close:hover {
  color: #fff;
}

/**
 * Nav
 *
 */
.header-nav {
  background-color: #ff7b00;
  border: 0;
  border-radius: 0;
}

/**
 * Page title
 *
 */
.page-title {
  margin-bottom: 25px;
}

/**
 * Table
 *
 */

/*# sourceMappingURL=styles.css.map */
