/******************************************************************************************
* ----------------------------------------------------------------------------------------
* _____ _____  ___  _____
* |  _  \ ___ \/ _ \|  _  \
* | | | | |_/ / /_\ \ | | |
* | | | |    /|  _  | | | |
* | |/ /| |\ \| | | | |/ /
* |___/ \_| \_\_| |_/___/
*
* ----------------------------------------------------------------------------------------
* Created for KEO/RIS Marketing.
* Author: Darin Radimaker | github - id8
* ----------------------------------------------------------------------------------------
* Date: 6/8/2016 |  Time: 12:37 PM
* ----------------------------------------------------------------------------------------
*******************************************************************************************/
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
.logo-postitive-nomargin {
  background: url("../images/logo-positive-nomargin.svg");
  background: url('../images/logo-positive-nomargin3x.png');
}
.logo-negative-nomargin {
  background: url("../images/logo-negative-nomargin.svg");
  background: url('../images/logo-negative-nomargin3x.png');
}
@font-face {
  font-family: "ICO";
  src: url("../fonts/icomoon.eot?#iefix");
  src: url("../fonts/icomoon.eot?#iefix") format("eot"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
       -o-animation-name: pulse;
          animation-name: pulse;
}
.basic-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
}
body {
  font-size: 18px;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 18px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  color: var(--wp--preset--color--black);
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #dfdfff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  line-height: 1;
  color: #0000ef;
  font-size: 87.5%;
}
h1 .large,
h2 .large,
h3 .large,
h4 .large,
h5 .large,
h6 .large,
.h1 .large,
.h2 .large,
.h3 .large,
.h4 .large,
.h5 .large,
.h6 .large {
  font-size: 112.5%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.5em;
  margin-top: 0;
  margin-bottom: 0.125em;
}
h1,
.h1 {
  font-size: 3em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 1.5em;
}
h4,
.h4 {
  font-size: 1.25em;
}
h5,
.h5 {
  font-size: 1.1em;
}
h6,
.h6 {
  font-size: 1em;
}
p {
  margin-bottom: 0.5em;
}
.lead {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small,
.small {
  font-size: 75%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #0000ef;
}
.text-primary {
  color: var(--wp--preset--color--primary);
}
a.text-primary:hover,
a.text-primary:focus {
  color: var(--wp--preset--color--primary);
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #31708f;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8a6d3b;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a94442;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
dt,
dd {
  line-height: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #0000ef;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.5em 1em;
  margin: 0 0 1em;
  font-size: 1.125em;
  border-left: 5px solid var(--wp--preset--color--secondary);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5em;
  color: var(--wp--preset--color--gray-dark);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid var(--wp--preset--color--secondary);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.5em;
}
p,
ol,
table,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}
p,
ol,
table,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
address,
iframe,
img,
picture,
a,
audio,
canvas,
progress,
video,
b,
strong,
dfn,
mark,
small,
sub,
sup,
svg,
figure,
code,
kbd,
pre,
samp {
  margin-top: 0;
}
p:last-child,
ol:last-child,
table:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
address:last-child,
iframe:last-child,
img:last-child,
picture:last-child,
a:last-child,
audio:last-child,
canvas:last-child,
progress:last-child,
video:last-child,
b:last-child,
strong:last-child,
dfn:last-child,
mark:last-child,
small:last-child,
sub:last-child,
sup:last-child,
svg:last-child,
figure:last-child,
code:last-child,
kbd:last-child,
pre:last-child,
samp:last-child {
  margin-bottom: 0;
}
p.align-inline,
ol.align-inline,
table.align-inline,
ul.align-inline,
h1.align-inline,
h2.align-inline,
h3.align-inline,
h4.align-inline,
h5.align-inline,
h6.align-inline,
address.align-inline,
iframe.align-inline,
img.align-inline,
picture.align-inline,
a.align-inline,
audio.align-inline,
canvas.align-inline,
progress.align-inline,
video.align-inline,
b.align-inline,
strong.align-inline,
dfn.align-inline,
mark.align-inline,
small.align-inline,
sub.align-inline,
sup.align-inline,
svg.align-inline,
figure.align-inline,
code.align-inline,
kbd.align-inline,
pre.align-inline,
samp.align-inline {
  width: auto;
  margin-right: 27px;
}
p.align-inline:last-child,
ol.align-inline:last-child,
table.align-inline:last-child,
ul.align-inline:last-child,
h1.align-inline:last-child,
h2.align-inline:last-child,
h3.align-inline:last-child,
h4.align-inline:last-child,
h5.align-inline:last-child,
h6.align-inline:last-child,
address.align-inline:last-child,
iframe.align-inline:last-child,
img.align-inline:last-child,
picture.align-inline:last-child,
a.align-inline:last-child,
audio.align-inline:last-child,
canvas.align-inline:last-child,
progress.align-inline:last-child,
video.align-inline:last-child,
b.align-inline:last-child,
strong.align-inline:last-child,
dfn.align-inline:last-child,
mark.align-inline:last-child,
small.align-inline:last-child,
sub.align-inline:last-child,
sup.align-inline:last-child,
svg.align-inline:last-child,
figure.align-inline:last-child,
code.align-inline:last-child,
kbd.align-inline:last-child,
pre.align-inline:last-child,
samp.align-inline:last-child {
  margin-right: 0;
}
p.has-background,
ol.has-background,
table.has-background,
ul.has-background,
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
address.has-background,
iframe.has-background,
img.has-background,
picture.has-background,
a.has-background,
audio.has-background,
canvas.has-background,
progress.has-background,
video.has-background,
b.has-background,
strong.has-background,
dfn.has-background,
mark.has-background,
small.has-background,
sub.has-background,
sup.has-background,
svg.has-background,
figure.has-background,
code.has-background,
kbd.has-background,
pre.has-background,
samp.has-background {
  padding: 0;
}
p,
ol,
table,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}
strong {
  font-weight: 700;
}
strong h1,
strong .h1,
strong h2,
strong .h2,
strong h3,
strong .h3,
strong h4,
strong .h4,
strong h5,
strong .h5,
strong h6,
strong .h6 {
  font-weight: 300;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  line-height: 1em;
  text-transform: normal;
  margin-top: 0;
  letter-spacing: 0em;
  margin-bottom: 27px;
  margin-left: 0em;
}
h1.text-xl,
.h1.text-xl,
h2.text-xl,
.h2.text-xl,
h3.text-xl,
.h3.text-xl,
h4.text-xl,
.h4.text-xl,
h5.text-xl,
.h5.text-xl,
h6.text-xl,
.h6.text-xl,
h1.text-lg,
.h1.text-lg,
h2.text-lg,
.h2.text-lg,
h3.text-lg,
.h3.text-lg,
h4.text-lg,
.h4.text-lg,
h5.text-lg,
.h5.text-lg,
h6.text-lg,
.h6.text-lg,
h1.text-xxl,
.h1.text-xxl,
h2.text-xxl,
.h2.text-xxl,
h3.text-xxl,
.h3.text-xxl,
h4.text-xxl,
.h4.text-xxl,
h5.text-xxl,
.h5.text-xxl,
h6.text-xxl,
.h6.text-xxl {
  line-height: 1em;
}
h1:only-child,
.h1:only-child,
h2:only-child,
.h2:only-child,
h3:only-child,
.h3:only-child,
h4:only-child,
.h4:only-child,
h5:only-child,
.h5:only-child,
h6:only-child,
.h6:only-child {
  margin-bottom: 0;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: 300;
}
.column > h1:last-child,
.column > h2:last-child,
.column > h3:last-child,
.column > h4:last-child,
.column > h5:last-child,
.column > h6:last-child {
  margin-bottom: 0;
}
p {
  display: inline-block;
  margin-bottom: 27px;
}
p:empty {
  display: none !important;
}
i.fa,
i.b-icon,
span.b-icon {
  margin-bottom: 27px;
}
i.fa.h-icon,
i.b-icon.h-icon,
span.b-icon.h-icon {
  margin-bottom: 0;
  margin-right: 0.25em;
  vertical-align: bottom;
}
i.fa:last-child,
i.b-icon:last-child,
span.b-icon:last-child {
  margin-bottom: 0;
}
a,
a.btn,
.btn {
  margin-bottom: 27px;
  font-weight: 400;
}
a:last-child,
a.btn:last-child,
.btn:last-child {
  margin-bottom: 0;
}
a i.fa,
a.btn i.fa,
.btn i.fa,
a i.b-icon,
a.btn i.b-icon,
.btn i.b-icon,
a span.b-icon,
a.btn span.b-icon,
.btn span.b-icon {
  margin-bottom: 0px;
  margin-right: 0.25em;
  color: inherit;
}
.column ul,
.context-text ul,
.column ol,
.context-text ol {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0 0 0 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  margin-bottom: 27px;
}
.column ul ul,
.context-text ul ul,
.column ol ul,
.context-text ol ul,
.column ul ol,
.context-text ul ol,
.column ol ol,
.context-text ol ol {
  margin-bottom: 0;
}
.column ul li,
.context-text ul li,
.column ol li,
.context-text ol li {
  position: relative;
  width: 100%;
  padding-left: 1.25em;
  margin-bottom: 6.75px;
}
.column ul li:last-child,
.context-text ul li:last-child,
.column ol li:last-child,
.context-text ol li:last-child {
  border-bottom: 0px solid transparent;
  margin-bottom: 0;
}
.column ul li li,
.context-text ul li li,
.column ol li li,
.context-text ol li li {
  margin-bottom: 6.75px;
}
.column ul li li:last-child,
.context-text ul li li:last-child,
.column ol li li:last-child,
.context-text ol li li:last-child {
  margin-bottom: 0;
}
.column ul li li li,
.context-text ul li li li,
.column ol li li li,
.context-text ol li li li {
  margin-bottom: 6.75px;
}
.column ul li li li:last-child,
.context-text ul li li li:last-child,
.column ol li li li:last-child,
.context-text ol li li li:last-child {
  margin-bottom: 0;
}
.column ul li:before,
.context-text ul li:before,
.column ol li:before,
.context-text ol li:before {
  font-weight: bold;
  display: inline-block;
  min-width: 1em;
  width: auto;
  position: absolute;
  padding-right: 1em;
  left: 0;
}
.column ul li:before,
.context-text ul li:before {
  content: '\2022';
}
.column ul ul,
.context-text ul ul,
.column ol ul,
.context-text ol ul,
.column ul ol,
.context-text ul ol,
.column ol ol,
.context-text ol ol {
  margin-top: 6.75px;
  margin-bottom: 6.75px;
}
.column ul ol li,
.context-text ul ol li,
.column ol ol li,
.context-text ol ol li {
  padding-left: 1.75em;
}
.column ol,
.context-text ol {
  counter-reset: section;
  list-style-type: none;
}
.column ol li:before,
.context-text ol li:before {
  counter-increment: section;
  content: counters(section, ".");
}
blockquote {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 1.125em;
  border-left: 5px solid var(--wp--preset--color--secondary);
}
blockquote p:last-child {
  font-size: 0.75em;
  font-style: italic;
}
blockquote p:last-child:only-child {
  font-size: 1em;
  font-style: normal;
}
.column p + hr,
.column h1 + hr,
.column h2 + hr,
.column h3 + hr,
.column h4 + hr,
.column h5 + hr,
.column h6 + hr,
.column ul + hr,
.column ol + hr,
.column p + hr.wp-block-separator,
.column h1 + hr.wp-block-separator,
.column h2 + hr.wp-block-separator,
.column h3 + hr.wp-block-separator,
.column h4 + hr.wp-block-separator,
.column h5 + hr.wp-block-separator,
.column h6 + hr.wp-block-separator,
.column ul + hr.wp-block-separator,
.column ol + hr.wp-block-separator,
.column p + hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.column h1 + hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.column h2 + hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.column h3 + hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.column h4 + hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.column h5 + hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.column h6 + hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.column ul + hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.column ol + hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-top: 0;
}
.column i.fa,
.column i.b-icon,
.column span.fa,
.column span.b-icon {
  font-size: inherit;
  line-height: 1;
}
.column hr,
.column hr.wp-block-separator,
.column hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  margin-top: 0;
  margin-bottom: 27px;
  line-height: 1px;
  border: 0;
  height: auto;
  display: inline-block;
  text-align: inherit;
}
.column hr:only-child,
.column hr.wp-block-separator:only-child,
.column hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots):only-child,
.column hr:last-child,
.column hr.wp-block-separator:last-child,
.column hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots):last-child {
  margin: 0 0 0 0;
}
.column hr:before,
.column hr.wp-block-separator:before,
.column hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots):before {
  content: '';
  width: 100%;
  height: 0px;
  border-top: 1px solid;
  display: inline-block;
  float: none;
  line-height: 0;
  margin: 0 0 0 0;
  vertical-align: middle;
  max-width: 100%;
}
.column hr.is-style-primary-separator:before,
.column hr.wp-block-separator.is-style-primary-separator:before,
.column hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-primary-separator:before {
  height: 0.125em;
  border: 0px solid;
  background: var(--wp--preset--color--primary);
}
.column hr.is-style-secondary-separator:before,
.column hr.wp-block-separator.is-style-secondary-separator:before,
.column hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-secondary-separator:before {
  height: 0.125em;
  border: 0px solid;
  background: var(--wp--preset--color--secondary);
}
.column hr.is-style-tertiary-separator:before,
.column hr.wp-block-separator.is-style-tertiary-separator:before,
.column hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-tertiary-separator:before {
  height: 0.125em;
  border: 0px solid;
  background: var(--wp--preset--color--tertiary);
}
.column > hr:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.column > hr:last-child {
  margin-bottom: 0;
}
.column > hr:first-child {
  margin-top: 0;
}
iframe {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.next-prev-links {
  border-top: 1px solid var(--wp--preset--color--black);
}
.next-prev-links a.btn {
  margin: 20px 0 20px 0;
  display: inline-block;
}
.text-2x {
  font-size: 2em;
  line-height: 1.5em;
}
.text-2x h1,
.text-2x .h1,
.text-2x h2,
.text-2x .h2,
.text-2x h3,
.text-2x .h3,
.text-2x h4,
.text-2x .h4,
.text-2x h5,
.text-2x .h5,
.text-2x h6,
.text-2x .h6 {
  line-height: 1em;
}
.text-2x h1.text-xl,
.text-2x .h1.text-xl,
.text-2x h2.text-xl,
.text-2x .h2.text-xl,
.text-2x h3.text-xl,
.text-2x .h3.text-xl,
.text-2x h4.text-xl,
.text-2x .h4.text-xl,
.text-2x h5.text-xl,
.text-2x .h5.text-xl,
.text-2x h6.text-xl,
.text-2x .h6.text-xl,
.text-2x h1.text-xxl,
.text-2x .h1.text-xxl,
.text-2x h2.text-xxl,
.text-2x .h2.text-xxl,
.text-2x h3.text-xxl,
.text-2x .h3.text-xxl,
.text-2x h4.text-xxl,
.text-2x .h4.text-xxl,
.text-2x h5.text-xxl,
.text-2x .h5.text-xxl,
.text-2x h6.text-xxl,
.text-2x .h6.text-xxl,
.text-2x h1.text-lg,
.text-2x .h1.text-lg,
.text-2x h2.text-lg,
.text-2x .h2.text-lg,
.text-2x h3.text-lg,
.text-2x .h3.text-lg,
.text-2x h4.text-lg,
.text-2x .h4.text-lg,
.text-2x h5.text-lg,
.text-2x .h5.text-lg,
.text-2x h6.text-lg,
.text-2x .h6.text-lg {
  line-height: 1em;
}
.text-2x h1,
.text-2x .h1,
.text-2x h2,
.text-2x .h2,
.text-2x h3,
.text-2x .h3,
.text-2x h4,
.text-2x .h4,
.text-2x h5,
.text-2x .h5,
.text-2x h6,
.text-2x .h6 {
  margin-bottom: 27px;
}
.text-2x h1:only-child,
.text-2x .h1:only-child,
.text-2x h2:only-child,
.text-2x .h2:only-child,
.text-2x h3:only-child,
.text-2x .h3:only-child,
.text-2x h4:only-child,
.text-2x .h4:only-child,
.text-2x h5:only-child,
.text-2x .h5:only-child,
.text-2x h6:only-child,
.text-2x .h6:only-child {
  margin-bottom: 0;
}
.text-2x ul li,
.text-2x ol li {
  margin-bottom: 6.75px;
}
.text-2x ul li li,
.text-2x ol li li {
  margin-bottom: 6.75px;
}
.text-2x ul li li:last-child,
.text-2x ol li li:last-child {
  margin-bottom: 0;
}
.text-2x ul li li li,
.text-2x ol li li li {
  margin-bottom: 6.75px;
}
.text-2x ul li li li:last-child,
.text-2x ol li li li:last-child {
  margin-bottom: 0;
}
.text-2x .btn {
  margin-bottom: 27px;
}
.text-2x .btn:last-child {
  margin-bottom: 0px;
}
.text-2x p {
  margin-bottom: 27px;
}
.text-2x p:empty {
  display: none !important;
}
.text-2x i.fa,
.text-2x .b-icon {
  margin-bottom: 27px;
}
.text-2x i.fa.h-icon,
.text-2x .b-icon.h-icon {
  margin-bottom: 0;
}
.text-2x i.fa:last-child,
.text-2x .b-icon:last-child {
  margin-bottom: 0;
}
.text-2x .img-wrapper {
  margin-bottom: 27px;
}
.text-2x .img-wrapper:last-child {
  margin-bottom: 0;
}
.text-2x .column ul,
.text-2x .column ol {
  margin-bottom: 27px;
}
.text-2x .column ul ul,
.text-2x .column ol ul,
.text-2x .column ul ol,
.text-2x .column ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-2x hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--black);
}
.text-2x p + hr,
.text-2x h1 + hr,
.text-2x h2 + hr,
.text-2x h3 + hr,
.text-2x h4 + hr,
.text-2x h5 + hr,
.text-2x h6 + hr,
.text-2x ul + hr,
.text-2x ol + hr {
  margin-top: 0;
}
.text-3x {
  font-size: 3em;
  line-height: 1.5em;
}
.text-3x h1,
.text-3x .h1,
.text-3x h2,
.text-3x .h2,
.text-3x h3,
.text-3x .h3,
.text-3x h4,
.text-3x .h4,
.text-3x h5,
.text-3x .h5,
.text-3x h6,
.text-3x .h6 {
  line-height: 1em;
}
.text-3x h1.text-xl,
.text-3x .h1.text-xl,
.text-3x h2.text-xl,
.text-3x .h2.text-xl,
.text-3x h3.text-xl,
.text-3x .h3.text-xl,
.text-3x h4.text-xl,
.text-3x .h4.text-xl,
.text-3x h5.text-xl,
.text-3x .h5.text-xl,
.text-3x h6.text-xl,
.text-3x .h6.text-xl,
.text-3x h1.text-xxl,
.text-3x .h1.text-xxl,
.text-3x h2.text-xxl,
.text-3x .h2.text-xxl,
.text-3x h3.text-xxl,
.text-3x .h3.text-xxl,
.text-3x h4.text-xxl,
.text-3x .h4.text-xxl,
.text-3x h5.text-xxl,
.text-3x .h5.text-xxl,
.text-3x h6.text-xxl,
.text-3x .h6.text-xxl,
.text-3x h1.text-lg,
.text-3x .h1.text-lg,
.text-3x h2.text-lg,
.text-3x .h2.text-lg,
.text-3x h3.text-lg,
.text-3x .h3.text-lg,
.text-3x h4.text-lg,
.text-3x .h4.text-lg,
.text-3x h5.text-lg,
.text-3x .h5.text-lg,
.text-3x h6.text-lg,
.text-3x .h6.text-lg {
  line-height: 1em;
}
.text-3x h1,
.text-3x .h1,
.text-3x h2,
.text-3x .h2,
.text-3x h3,
.text-3x .h3,
.text-3x h4,
.text-3x .h4,
.text-3x h5,
.text-3x .h5,
.text-3x h6,
.text-3x .h6 {
  margin-bottom: 27px;
}
.text-3x h1:only-child,
.text-3x .h1:only-child,
.text-3x h2:only-child,
.text-3x .h2:only-child,
.text-3x h3:only-child,
.text-3x .h3:only-child,
.text-3x h4:only-child,
.text-3x .h4:only-child,
.text-3x h5:only-child,
.text-3x .h5:only-child,
.text-3x h6:only-child,
.text-3x .h6:only-child {
  margin-bottom: 0;
}
.text-3x ul li,
.text-3x ol li {
  margin-bottom: 6.75px;
}
.text-3x ul li li,
.text-3x ol li li {
  margin-bottom: 6.75px;
}
.text-3x ul li li:last-child,
.text-3x ol li li:last-child {
  margin-bottom: 0;
}
.text-3x ul li li li,
.text-3x ol li li li {
  margin-bottom: 6.75px;
}
.text-3x ul li li li:last-child,
.text-3x ol li li li:last-child {
  margin-bottom: 0;
}
.text-3x .btn {
  margin-bottom: 27px;
}
.text-3x .btn:last-child {
  margin-bottom: 0px;
}
.text-3x p {
  margin-bottom: 27px;
}
.text-3x p:empty {
  display: none !important;
}
.text-3x i.fa,
.text-3x .b-icon {
  margin-bottom: 27px;
}
.text-3x i.fa.h-icon,
.text-3x .b-icon.h-icon {
  margin-bottom: 0;
}
.text-3x i.fa:last-child,
.text-3x .b-icon:last-child {
  margin-bottom: 0;
}
.text-3x .img-wrapper {
  margin-bottom: 27px;
}
.text-3x .img-wrapper:last-child {
  margin-bottom: 0;
}
.text-3x .column ul,
.text-3x .column ol {
  margin-bottom: 27px;
}
.text-3x .column ul ul,
.text-3x .column ol ul,
.text-3x .column ul ol,
.text-3x .column ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-3x hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--black);
}
.text-3x p + hr,
.text-3x h1 + hr,
.text-3x h2 + hr,
.text-3x h3 + hr,
.text-3x h4 + hr,
.text-3x h5 + hr,
.text-3x h6 + hr,
.text-3x ul + hr,
.text-3x ol + hr {
  margin-top: 0;
}
.text-4x {
  font-size: 4em;
  line-height: 1.5em;
}
.text-4x h1,
.text-4x .h1,
.text-4x h2,
.text-4x .h2,
.text-4x h3,
.text-4x .h3,
.text-4x h4,
.text-4x .h4,
.text-4x h5,
.text-4x .h5,
.text-4x h6,
.text-4x .h6 {
  line-height: 1em;
}
.text-4x h1.text-xl,
.text-4x .h1.text-xl,
.text-4x h2.text-xl,
.text-4x .h2.text-xl,
.text-4x h3.text-xl,
.text-4x .h3.text-xl,
.text-4x h4.text-xl,
.text-4x .h4.text-xl,
.text-4x h5.text-xl,
.text-4x .h5.text-xl,
.text-4x h6.text-xl,
.text-4x .h6.text-xl,
.text-4x h1.text-xxl,
.text-4x .h1.text-xxl,
.text-4x h2.text-xxl,
.text-4x .h2.text-xxl,
.text-4x h3.text-xxl,
.text-4x .h3.text-xxl,
.text-4x h4.text-xxl,
.text-4x .h4.text-xxl,
.text-4x h5.text-xxl,
.text-4x .h5.text-xxl,
.text-4x h6.text-xxl,
.text-4x .h6.text-xxl,
.text-4x h1.text-lg,
.text-4x .h1.text-lg,
.text-4x h2.text-lg,
.text-4x .h2.text-lg,
.text-4x h3.text-lg,
.text-4x .h3.text-lg,
.text-4x h4.text-lg,
.text-4x .h4.text-lg,
.text-4x h5.text-lg,
.text-4x .h5.text-lg,
.text-4x h6.text-lg,
.text-4x .h6.text-lg {
  line-height: 1em;
}
.text-4x h1,
.text-4x .h1,
.text-4x h2,
.text-4x .h2,
.text-4x h3,
.text-4x .h3,
.text-4x h4,
.text-4x .h4,
.text-4x h5,
.text-4x .h5,
.text-4x h6,
.text-4x .h6 {
  margin-bottom: 27px;
}
.text-4x h1:only-child,
.text-4x .h1:only-child,
.text-4x h2:only-child,
.text-4x .h2:only-child,
.text-4x h3:only-child,
.text-4x .h3:only-child,
.text-4x h4:only-child,
.text-4x .h4:only-child,
.text-4x h5:only-child,
.text-4x .h5:only-child,
.text-4x h6:only-child,
.text-4x .h6:only-child {
  margin-bottom: 0;
}
.text-4x ul li,
.text-4x ol li {
  margin-bottom: 6.75px;
}
.text-4x ul li li,
.text-4x ol li li {
  margin-bottom: 6.75px;
}
.text-4x ul li li:last-child,
.text-4x ol li li:last-child {
  margin-bottom: 0;
}
.text-4x ul li li li,
.text-4x ol li li li {
  margin-bottom: 6.75px;
}
.text-4x ul li li li:last-child,
.text-4x ol li li li:last-child {
  margin-bottom: 0;
}
.text-4x .btn {
  margin-bottom: 27px;
}
.text-4x .btn:last-child {
  margin-bottom: 0px;
}
.text-4x p {
  margin-bottom: 27px;
}
.text-4x p:empty {
  display: none !important;
}
.text-4x i.fa,
.text-4x .b-icon {
  margin-bottom: 27px;
}
.text-4x i.fa.h-icon,
.text-4x .b-icon.h-icon {
  margin-bottom: 0;
}
.text-4x i.fa:last-child,
.text-4x .b-icon:last-child {
  margin-bottom: 0;
}
.text-4x .img-wrapper {
  margin-bottom: 27px;
}
.text-4x .img-wrapper:last-child {
  margin-bottom: 0;
}
.text-4x .column ul,
.text-4x .column ol {
  margin-bottom: 27px;
}
.text-4x .column ul ul,
.text-4x .column ol ul,
.text-4x .column ul ol,
.text-4x .column ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-4x hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--black);
}
.text-4x p + hr,
.text-4x h1 + hr,
.text-4x h2 + hr,
.text-4x h3 + hr,
.text-4x h4 + hr,
.text-4x h5 + hr,
.text-4x h6 + hr,
.text-4x ul + hr,
.text-4x ol + hr {
  margin-top: 0;
}
.text-5x {
  font-size: 5em;
  line-height: 1.5em;
}
.text-5x h1,
.text-5x .h1,
.text-5x h2,
.text-5x .h2,
.text-5x h3,
.text-5x .h3,
.text-5x h4,
.text-5x .h4,
.text-5x h5,
.text-5x .h5,
.text-5x h6,
.text-5x .h6 {
  line-height: 1em;
}
.text-5x h1.text-xl,
.text-5x .h1.text-xl,
.text-5x h2.text-xl,
.text-5x .h2.text-xl,
.text-5x h3.text-xl,
.text-5x .h3.text-xl,
.text-5x h4.text-xl,
.text-5x .h4.text-xl,
.text-5x h5.text-xl,
.text-5x .h5.text-xl,
.text-5x h6.text-xl,
.text-5x .h6.text-xl,
.text-5x h1.text-xxl,
.text-5x .h1.text-xxl,
.text-5x h2.text-xxl,
.text-5x .h2.text-xxl,
.text-5x h3.text-xxl,
.text-5x .h3.text-xxl,
.text-5x h4.text-xxl,
.text-5x .h4.text-xxl,
.text-5x h5.text-xxl,
.text-5x .h5.text-xxl,
.text-5x h6.text-xxl,
.text-5x .h6.text-xxl,
.text-5x h1.text-lg,
.text-5x .h1.text-lg,
.text-5x h2.text-lg,
.text-5x .h2.text-lg,
.text-5x h3.text-lg,
.text-5x .h3.text-lg,
.text-5x h4.text-lg,
.text-5x .h4.text-lg,
.text-5x h5.text-lg,
.text-5x .h5.text-lg,
.text-5x h6.text-lg,
.text-5x .h6.text-lg {
  line-height: 1em;
}
.text-5x h1,
.text-5x .h1,
.text-5x h2,
.text-5x .h2,
.text-5x h3,
.text-5x .h3,
.text-5x h4,
.text-5x .h4,
.text-5x h5,
.text-5x .h5,
.text-5x h6,
.text-5x .h6 {
  margin-bottom: 27px;
}
.text-5x h1:only-child,
.text-5x .h1:only-child,
.text-5x h2:only-child,
.text-5x .h2:only-child,
.text-5x h3:only-child,
.text-5x .h3:only-child,
.text-5x h4:only-child,
.text-5x .h4:only-child,
.text-5x h5:only-child,
.text-5x .h5:only-child,
.text-5x h6:only-child,
.text-5x .h6:only-child {
  margin-bottom: 0;
}
.text-5x ul li,
.text-5x ol li {
  margin-bottom: 6.75px;
}
.text-5x ul li li,
.text-5x ol li li {
  margin-bottom: 6.75px;
}
.text-5x ul li li:last-child,
.text-5x ol li li:last-child {
  margin-bottom: 0;
}
.text-5x ul li li li,
.text-5x ol li li li {
  margin-bottom: 6.75px;
}
.text-5x ul li li li:last-child,
.text-5x ol li li li:last-child {
  margin-bottom: 0;
}
.text-5x .btn {
  margin-bottom: 27px;
}
.text-5x .btn:last-child {
  margin-bottom: 0px;
}
.text-5x p {
  margin-bottom: 27px;
}
.text-5x p:empty {
  display: none !important;
}
.text-5x i.fa,
.text-5x .b-icon {
  margin-bottom: 27px;
}
.text-5x i.fa.h-icon,
.text-5x .b-icon.h-icon {
  margin-bottom: 0;
}
.text-5x i.fa:last-child,
.text-5x .b-icon:last-child {
  margin-bottom: 0;
}
.text-5x .img-wrapper {
  margin-bottom: 27px;
}
.text-5x .img-wrapper:last-child {
  margin-bottom: 0;
}
.text-5x .column ul,
.text-5x .column ol {
  margin-bottom: 27px;
}
.text-5x .column ul ul,
.text-5x .column ol ul,
.text-5x .column ul ol,
.text-5x .column ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-5x hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--black);
}
.text-5x p + hr,
.text-5x h1 + hr,
.text-5x h2 + hr,
.text-5x h3 + hr,
.text-5x h4 + hr,
.text-5x h5 + hr,
.text-5x h6 + hr,
.text-5x ul + hr,
.text-5x ol + hr {
  margin-top: 0;
}
.text-lg,
.has-lg-font-size {
  font-size: 1.25em;
  line-height: 1.5em;
}
.text-lg h1,
.has-lg-font-size h1,
.text-lg .h1,
.has-lg-font-size .h1,
.text-lg h2,
.has-lg-font-size h2,
.text-lg .h2,
.has-lg-font-size .h2,
.text-lg h3,
.has-lg-font-size h3,
.text-lg .h3,
.has-lg-font-size .h3,
.text-lg h4,
.has-lg-font-size h4,
.text-lg .h4,
.has-lg-font-size .h4,
.text-lg h5,
.has-lg-font-size h5,
.text-lg .h5,
.has-lg-font-size .h5,
.text-lg h6,
.has-lg-font-size h6,
.text-lg .h6,
.has-lg-font-size .h6 {
  line-height: 1em;
}
.text-lg h1.text-xl,
.has-lg-font-size h1.text-xl,
.text-lg .h1.text-xl,
.has-lg-font-size .h1.text-xl,
.text-lg h2.text-xl,
.has-lg-font-size h2.text-xl,
.text-lg .h2.text-xl,
.has-lg-font-size .h2.text-xl,
.text-lg h3.text-xl,
.has-lg-font-size h3.text-xl,
.text-lg .h3.text-xl,
.has-lg-font-size .h3.text-xl,
.text-lg h4.text-xl,
.has-lg-font-size h4.text-xl,
.text-lg .h4.text-xl,
.has-lg-font-size .h4.text-xl,
.text-lg h5.text-xl,
.has-lg-font-size h5.text-xl,
.text-lg .h5.text-xl,
.has-lg-font-size .h5.text-xl,
.text-lg h6.text-xl,
.has-lg-font-size h6.text-xl,
.text-lg .h6.text-xl,
.has-lg-font-size .h6.text-xl,
.text-lg h1.text-xxl,
.has-lg-font-size h1.text-xxl,
.text-lg .h1.text-xxl,
.has-lg-font-size .h1.text-xxl,
.text-lg h2.text-xxl,
.has-lg-font-size h2.text-xxl,
.text-lg .h2.text-xxl,
.has-lg-font-size .h2.text-xxl,
.text-lg h3.text-xxl,
.has-lg-font-size h3.text-xxl,
.text-lg .h3.text-xxl,
.has-lg-font-size .h3.text-xxl,
.text-lg h4.text-xxl,
.has-lg-font-size h4.text-xxl,
.text-lg .h4.text-xxl,
.has-lg-font-size .h4.text-xxl,
.text-lg h5.text-xxl,
.has-lg-font-size h5.text-xxl,
.text-lg .h5.text-xxl,
.has-lg-font-size .h5.text-xxl,
.text-lg h6.text-xxl,
.has-lg-font-size h6.text-xxl,
.text-lg .h6.text-xxl,
.has-lg-font-size .h6.text-xxl,
.text-lg h1.text-lg,
.has-lg-font-size h1.text-lg,
.text-lg .h1.text-lg,
.has-lg-font-size .h1.text-lg,
.text-lg h2.text-lg,
.has-lg-font-size h2.text-lg,
.text-lg .h2.text-lg,
.has-lg-font-size .h2.text-lg,
.text-lg h3.text-lg,
.has-lg-font-size h3.text-lg,
.text-lg .h3.text-lg,
.has-lg-font-size .h3.text-lg,
.text-lg h4.text-lg,
.has-lg-font-size h4.text-lg,
.text-lg .h4.text-lg,
.has-lg-font-size .h4.text-lg,
.text-lg h5.text-lg,
.has-lg-font-size h5.text-lg,
.text-lg .h5.text-lg,
.has-lg-font-size .h5.text-lg,
.text-lg h6.text-lg,
.has-lg-font-size h6.text-lg,
.text-lg .h6.text-lg,
.has-lg-font-size .h6.text-lg {
  line-height: 1em;
}
.text-lg h1,
.has-lg-font-size h1,
.text-lg .h1,
.has-lg-font-size .h1,
.text-lg h2,
.has-lg-font-size h2,
.text-lg .h2,
.has-lg-font-size .h2,
.text-lg h3,
.has-lg-font-size h3,
.text-lg .h3,
.has-lg-font-size .h3,
.text-lg h4,
.has-lg-font-size h4,
.text-lg .h4,
.has-lg-font-size .h4,
.text-lg h5,
.has-lg-font-size h5,
.text-lg .h5,
.has-lg-font-size .h5,
.text-lg h6,
.has-lg-font-size h6,
.text-lg .h6,
.has-lg-font-size .h6 {
  margin-bottom: 33.75px;
}
.text-lg h1:only-child,
.has-lg-font-size h1:only-child,
.text-lg .h1:only-child,
.has-lg-font-size .h1:only-child,
.text-lg h2:only-child,
.has-lg-font-size h2:only-child,
.text-lg .h2:only-child,
.has-lg-font-size .h2:only-child,
.text-lg h3:only-child,
.has-lg-font-size h3:only-child,
.text-lg .h3:only-child,
.has-lg-font-size .h3:only-child,
.text-lg h4:only-child,
.has-lg-font-size h4:only-child,
.text-lg .h4:only-child,
.has-lg-font-size .h4:only-child,
.text-lg h5:only-child,
.has-lg-font-size h5:only-child,
.text-lg .h5:only-child,
.has-lg-font-size .h5:only-child,
.text-lg h6:only-child,
.has-lg-font-size h6:only-child,
.text-lg .h6:only-child,
.has-lg-font-size .h6:only-child {
  margin-bottom: 0;
}
.text-lg ul li,
.has-lg-font-size ul li,
.text-lg ol li,
.has-lg-font-size ol li {
  margin-bottom: 8.4375px;
}
.text-lg ul li li,
.has-lg-font-size ul li li,
.text-lg ol li li,
.has-lg-font-size ol li li {
  margin-bottom: 8.4375px;
}
.text-lg ul li li:last-child,
.has-lg-font-size ul li li:last-child,
.text-lg ol li li:last-child,
.has-lg-font-size ol li li:last-child {
  margin-bottom: 0;
}
.text-lg ul li li li,
.has-lg-font-size ul li li li,
.text-lg ol li li li,
.has-lg-font-size ol li li li {
  margin-bottom: 8.4375px;
}
.text-lg ul li li li:last-child,
.has-lg-font-size ul li li li:last-child,
.text-lg ol li li li:last-child,
.has-lg-font-size ol li li li:last-child {
  margin-bottom: 0;
}
.text-lg .btn,
.has-lg-font-size .btn {
  margin-bottom: 27px;
}
.text-lg .btn:last-child,
.has-lg-font-size .btn:last-child {
  margin-bottom: 0px;
}
.text-lg p,
.has-lg-font-size p {
  margin-bottom: 33.75px;
}
.text-lg p:empty,
.has-lg-font-size p:empty {
  display: none !important;
}
.text-lg i.fa,
.has-lg-font-size i.fa,
.text-lg .b-icon,
.has-lg-font-size .b-icon {
  margin-bottom: 33.75px;
}
.text-lg i.fa.h-icon,
.has-lg-font-size i.fa.h-icon,
.text-lg .b-icon.h-icon,
.has-lg-font-size .b-icon.h-icon {
  margin-bottom: 0;
}
.text-lg i.fa:last-child,
.has-lg-font-size i.fa:last-child,
.text-lg .b-icon:last-child,
.has-lg-font-size .b-icon:last-child {
  margin-bottom: 0;
}
.text-lg .img-wrapper,
.has-lg-font-size .img-wrapper {
  margin-bottom: 33.75px;
}
.text-lg .img-wrapper:last-child,
.has-lg-font-size .img-wrapper:last-child {
  margin-bottom: 0;
}
.text-lg .column ul,
.has-lg-font-size .column ul,
.text-lg .column ol,
.has-lg-font-size .column ol {
  margin-bottom: 33.75px;
}
.text-lg .column ul ul,
.has-lg-font-size .column ul ul,
.text-lg .column ol ul,
.has-lg-font-size .column ol ul,
.text-lg .column ul ol,
.has-lg-font-size .column ul ol,
.text-lg .column ol ol,
.has-lg-font-size .column ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-lg hr,
.has-lg-font-size hr {
  margin-top: 33.75px;
  margin-bottom: 33.75px;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--black);
}
.text-lg p + hr,
.has-lg-font-size p + hr,
.text-lg h1 + hr,
.has-lg-font-size h1 + hr,
.text-lg h2 + hr,
.has-lg-font-size h2 + hr,
.text-lg h3 + hr,
.has-lg-font-size h3 + hr,
.text-lg h4 + hr,
.has-lg-font-size h4 + hr,
.text-lg h5 + hr,
.has-lg-font-size h5 + hr,
.text-lg h6 + hr,
.has-lg-font-size h6 + hr,
.text-lg ul + hr,
.has-lg-font-size ul + hr,
.text-lg ol + hr,
.has-lg-font-size ol + hr {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .text-lg,
  .has-lg-font-size {
    font-size: 1.25em;
  }
  .text-lg h1,
  .has-lg-font-size h1,
  .text-lg .h1,
  .has-lg-font-size .h1,
  .text-lg h2,
  .has-lg-font-size h2,
  .text-lg .h2,
  .has-lg-font-size .h2,
  .text-lg h3,
  .has-lg-font-size h3,
  .text-lg .h3,
  .has-lg-font-size .h3,
  .text-lg h4,
  .has-lg-font-size h4,
  .text-lg .h4,
  .has-lg-font-size .h4,
  .text-lg h5,
  .has-lg-font-size h5,
  .text-lg .h5,
  .has-lg-font-size .h5,
  .text-lg h6,
  .has-lg-font-size h6,
  .text-lg .h6,
  .has-lg-font-size .h6 {
    line-height: 1em;
  }
  .text-lg h1.text-xl,
  .has-lg-font-size h1.text-xl,
  .text-lg .h1.text-xl,
  .has-lg-font-size .h1.text-xl,
  .text-lg h2.text-xl,
  .has-lg-font-size h2.text-xl,
  .text-lg .h2.text-xl,
  .has-lg-font-size .h2.text-xl,
  .text-lg h3.text-xl,
  .has-lg-font-size h3.text-xl,
  .text-lg .h3.text-xl,
  .has-lg-font-size .h3.text-xl,
  .text-lg h4.text-xl,
  .has-lg-font-size h4.text-xl,
  .text-lg .h4.text-xl,
  .has-lg-font-size .h4.text-xl,
  .text-lg h5.text-xl,
  .has-lg-font-size h5.text-xl,
  .text-lg .h5.text-xl,
  .has-lg-font-size .h5.text-xl,
  .text-lg h6.text-xl,
  .has-lg-font-size h6.text-xl,
  .text-lg .h6.text-xl,
  .has-lg-font-size .h6.text-xl,
  .text-lg h1.text-xxl,
  .has-lg-font-size h1.text-xxl,
  .text-lg .h1.text-xxl,
  .has-lg-font-size .h1.text-xxl,
  .text-lg h2.text-xxl,
  .has-lg-font-size h2.text-xxl,
  .text-lg .h2.text-xxl,
  .has-lg-font-size .h2.text-xxl,
  .text-lg h3.text-xxl,
  .has-lg-font-size h3.text-xxl,
  .text-lg .h3.text-xxl,
  .has-lg-font-size .h3.text-xxl,
  .text-lg h4.text-xxl,
  .has-lg-font-size h4.text-xxl,
  .text-lg .h4.text-xxl,
  .has-lg-font-size .h4.text-xxl,
  .text-lg h5.text-xxl,
  .has-lg-font-size h5.text-xxl,
  .text-lg .h5.text-xxl,
  .has-lg-font-size .h5.text-xxl,
  .text-lg h6.text-xxl,
  .has-lg-font-size h6.text-xxl,
  .text-lg .h6.text-xxl,
  .has-lg-font-size .h6.text-xxl,
  .text-lg h1.text-lg,
  .has-lg-font-size h1.text-lg,
  .text-lg .h1.text-lg,
  .has-lg-font-size .h1.text-lg,
  .text-lg h2.text-lg,
  .has-lg-font-size h2.text-lg,
  .text-lg .h2.text-lg,
  .has-lg-font-size .h2.text-lg,
  .text-lg h3.text-lg,
  .has-lg-font-size h3.text-lg,
  .text-lg .h3.text-lg,
  .has-lg-font-size .h3.text-lg,
  .text-lg h4.text-lg,
  .has-lg-font-size h4.text-lg,
  .text-lg .h4.text-lg,
  .has-lg-font-size .h4.text-lg,
  .text-lg h5.text-lg,
  .has-lg-font-size h5.text-lg,
  .text-lg .h5.text-lg,
  .has-lg-font-size .h5.text-lg,
  .text-lg h6.text-lg,
  .has-lg-font-size h6.text-lg,
  .text-lg .h6.text-lg,
  .has-lg-font-size .h6.text-lg {
    line-height: 1em;
  }
  .text-lg h1,
  .has-lg-font-size h1,
  .text-lg .h1,
  .has-lg-font-size .h1,
  .text-lg h2,
  .has-lg-font-size h2,
  .text-lg .h2,
  .has-lg-font-size .h2,
  .text-lg h3,
  .has-lg-font-size h3,
  .text-lg .h3,
  .has-lg-font-size .h3,
  .text-lg h4,
  .has-lg-font-size h4,
  .text-lg .h4,
  .has-lg-font-size .h4,
  .text-lg h5,
  .has-lg-font-size h5,
  .text-lg .h5,
  .has-lg-font-size .h5,
  .text-lg h6,
  .has-lg-font-size h6,
  .text-lg .h6,
  .has-lg-font-size .h6 {
    margin-bottom: 33.75px;
  }
  .text-lg h1:only-child,
  .has-lg-font-size h1:only-child,
  .text-lg .h1:only-child,
  .has-lg-font-size .h1:only-child,
  .text-lg h2:only-child,
  .has-lg-font-size h2:only-child,
  .text-lg .h2:only-child,
  .has-lg-font-size .h2:only-child,
  .text-lg h3:only-child,
  .has-lg-font-size h3:only-child,
  .text-lg .h3:only-child,
  .has-lg-font-size .h3:only-child,
  .text-lg h4:only-child,
  .has-lg-font-size h4:only-child,
  .text-lg .h4:only-child,
  .has-lg-font-size .h4:only-child,
  .text-lg h5:only-child,
  .has-lg-font-size h5:only-child,
  .text-lg .h5:only-child,
  .has-lg-font-size .h5:only-child,
  .text-lg h6:only-child,
  .has-lg-font-size h6:only-child,
  .text-lg .h6:only-child,
  .has-lg-font-size .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg ul li,
  .has-lg-font-size ul li,
  .text-lg ol li,
  .has-lg-font-size ol li {
    margin-bottom: 8.4375px;
  }
  .text-lg ul li li,
  .has-lg-font-size ul li li,
  .text-lg ol li li,
  .has-lg-font-size ol li li {
    margin-bottom: 8.4375px;
  }
  .text-lg ul li li:last-child,
  .has-lg-font-size ul li li:last-child,
  .text-lg ol li li:last-child,
  .has-lg-font-size ol li li:last-child {
    margin-bottom: 0;
  }
  .text-lg ul li li li,
  .has-lg-font-size ul li li li,
  .text-lg ol li li li,
  .has-lg-font-size ol li li li {
    margin-bottom: 8.4375px;
  }
  .text-lg ul li li li:last-child,
  .has-lg-font-size ul li li li:last-child,
  .text-lg ol li li li:last-child,
  .has-lg-font-size ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-lg .btn,
  .has-lg-font-size .btn {
    margin-bottom: 27px;
  }
  .text-lg .btn:last-child,
  .has-lg-font-size .btn:last-child {
    margin-bottom: 0px;
  }
  .text-lg p,
  .has-lg-font-size p {
    margin-bottom: 33.75px;
  }
  .text-lg p:empty,
  .has-lg-font-size p:empty {
    display: none !important;
  }
  .text-lg i.fa,
  .has-lg-font-size i.fa,
  .text-lg .b-icon,
  .has-lg-font-size .b-icon {
    margin-bottom: 33.75px;
  }
  .text-lg i.fa.h-icon,
  .has-lg-font-size i.fa.h-icon,
  .text-lg .b-icon.h-icon,
  .has-lg-font-size .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-lg i.fa:last-child,
  .has-lg-font-size i.fa:last-child,
  .text-lg .b-icon:last-child,
  .has-lg-font-size .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-lg .img-wrapper,
  .has-lg-font-size .img-wrapper {
    margin-bottom: 33.75px;
  }
  .text-lg .img-wrapper:last-child,
  .has-lg-font-size .img-wrapper:last-child {
    margin-bottom: 0;
  }
  .text-lg .column ul,
  .has-lg-font-size .column ul,
  .text-lg .column ol,
  .has-lg-font-size .column ol {
    margin-bottom: 33.75px;
  }
  .text-lg .column ul ul,
  .has-lg-font-size .column ul ul,
  .text-lg .column ol ul,
  .has-lg-font-size .column ol ul,
  .text-lg .column ul ol,
  .has-lg-font-size .column ul ol,
  .text-lg .column ol ol,
  .has-lg-font-size .column ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-lg hr,
  .has-lg-font-size hr {
    margin-top: 33.75px;
    margin-bottom: 33.75px;
    border: 0;
    border-top: 1px solid var(--wp--preset--color--black);
  }
  .text-lg p + hr,
  .has-lg-font-size p + hr,
  .text-lg h1 + hr,
  .has-lg-font-size h1 + hr,
  .text-lg h2 + hr,
  .has-lg-font-size h2 + hr,
  .text-lg h3 + hr,
  .has-lg-font-size h3 + hr,
  .text-lg h4 + hr,
  .has-lg-font-size h4 + hr,
  .text-lg h5 + hr,
  .has-lg-font-size h5 + hr,
  .text-lg h6 + hr,
  .has-lg-font-size h6 + hr,
  .text-lg ul + hr,
  .has-lg-font-size ul + hr,
  .text-lg ol + hr,
  .has-lg-font-size ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .text-lg,
  .has-lg-font-size {
    font-size: 1.125em;
  }
  .text-lg h1,
  .has-lg-font-size h1,
  .text-lg .h1,
  .has-lg-font-size .h1,
  .text-lg h2,
  .has-lg-font-size h2,
  .text-lg .h2,
  .has-lg-font-size .h2,
  .text-lg h3,
  .has-lg-font-size h3,
  .text-lg .h3,
  .has-lg-font-size .h3,
  .text-lg h4,
  .has-lg-font-size h4,
  .text-lg .h4,
  .has-lg-font-size .h4,
  .text-lg h5,
  .has-lg-font-size h5,
  .text-lg .h5,
  .has-lg-font-size .h5,
  .text-lg h6,
  .has-lg-font-size h6,
  .text-lg .h6,
  .has-lg-font-size .h6 {
    line-height: 1em;
  }
  .text-lg h1.text-xl,
  .has-lg-font-size h1.text-xl,
  .text-lg .h1.text-xl,
  .has-lg-font-size .h1.text-xl,
  .text-lg h2.text-xl,
  .has-lg-font-size h2.text-xl,
  .text-lg .h2.text-xl,
  .has-lg-font-size .h2.text-xl,
  .text-lg h3.text-xl,
  .has-lg-font-size h3.text-xl,
  .text-lg .h3.text-xl,
  .has-lg-font-size .h3.text-xl,
  .text-lg h4.text-xl,
  .has-lg-font-size h4.text-xl,
  .text-lg .h4.text-xl,
  .has-lg-font-size .h4.text-xl,
  .text-lg h5.text-xl,
  .has-lg-font-size h5.text-xl,
  .text-lg .h5.text-xl,
  .has-lg-font-size .h5.text-xl,
  .text-lg h6.text-xl,
  .has-lg-font-size h6.text-xl,
  .text-lg .h6.text-xl,
  .has-lg-font-size .h6.text-xl,
  .text-lg h1.text-xxl,
  .has-lg-font-size h1.text-xxl,
  .text-lg .h1.text-xxl,
  .has-lg-font-size .h1.text-xxl,
  .text-lg h2.text-xxl,
  .has-lg-font-size h2.text-xxl,
  .text-lg .h2.text-xxl,
  .has-lg-font-size .h2.text-xxl,
  .text-lg h3.text-xxl,
  .has-lg-font-size h3.text-xxl,
  .text-lg .h3.text-xxl,
  .has-lg-font-size .h3.text-xxl,
  .text-lg h4.text-xxl,
  .has-lg-font-size h4.text-xxl,
  .text-lg .h4.text-xxl,
  .has-lg-font-size .h4.text-xxl,
  .text-lg h5.text-xxl,
  .has-lg-font-size h5.text-xxl,
  .text-lg .h5.text-xxl,
  .has-lg-font-size .h5.text-xxl,
  .text-lg h6.text-xxl,
  .has-lg-font-size h6.text-xxl,
  .text-lg .h6.text-xxl,
  .has-lg-font-size .h6.text-xxl,
  .text-lg h1.text-lg,
  .has-lg-font-size h1.text-lg,
  .text-lg .h1.text-lg,
  .has-lg-font-size .h1.text-lg,
  .text-lg h2.text-lg,
  .has-lg-font-size h2.text-lg,
  .text-lg .h2.text-lg,
  .has-lg-font-size .h2.text-lg,
  .text-lg h3.text-lg,
  .has-lg-font-size h3.text-lg,
  .text-lg .h3.text-lg,
  .has-lg-font-size .h3.text-lg,
  .text-lg h4.text-lg,
  .has-lg-font-size h4.text-lg,
  .text-lg .h4.text-lg,
  .has-lg-font-size .h4.text-lg,
  .text-lg h5.text-lg,
  .has-lg-font-size h5.text-lg,
  .text-lg .h5.text-lg,
  .has-lg-font-size .h5.text-lg,
  .text-lg h6.text-lg,
  .has-lg-font-size h6.text-lg,
  .text-lg .h6.text-lg,
  .has-lg-font-size .h6.text-lg {
    line-height: 1em;
  }
  .text-lg h1,
  .has-lg-font-size h1,
  .text-lg .h1,
  .has-lg-font-size .h1,
  .text-lg h2,
  .has-lg-font-size h2,
  .text-lg .h2,
  .has-lg-font-size .h2,
  .text-lg h3,
  .has-lg-font-size h3,
  .text-lg .h3,
  .has-lg-font-size .h3,
  .text-lg h4,
  .has-lg-font-size h4,
  .text-lg .h4,
  .has-lg-font-size .h4,
  .text-lg h5,
  .has-lg-font-size h5,
  .text-lg .h5,
  .has-lg-font-size .h5,
  .text-lg h6,
  .has-lg-font-size h6,
  .text-lg .h6,
  .has-lg-font-size .h6 {
    margin-bottom: 30.375px;
  }
  .text-lg h1:only-child,
  .has-lg-font-size h1:only-child,
  .text-lg .h1:only-child,
  .has-lg-font-size .h1:only-child,
  .text-lg h2:only-child,
  .has-lg-font-size h2:only-child,
  .text-lg .h2:only-child,
  .has-lg-font-size .h2:only-child,
  .text-lg h3:only-child,
  .has-lg-font-size h3:only-child,
  .text-lg .h3:only-child,
  .has-lg-font-size .h3:only-child,
  .text-lg h4:only-child,
  .has-lg-font-size h4:only-child,
  .text-lg .h4:only-child,
  .has-lg-font-size .h4:only-child,
  .text-lg h5:only-child,
  .has-lg-font-size h5:only-child,
  .text-lg .h5:only-child,
  .has-lg-font-size .h5:only-child,
  .text-lg h6:only-child,
  .has-lg-font-size h6:only-child,
  .text-lg .h6:only-child,
  .has-lg-font-size .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg ul li,
  .has-lg-font-size ul li,
  .text-lg ol li,
  .has-lg-font-size ol li {
    margin-bottom: 7.59375px;
  }
  .text-lg ul li li,
  .has-lg-font-size ul li li,
  .text-lg ol li li,
  .has-lg-font-size ol li li {
    margin-bottom: 7.59375px;
  }
  .text-lg ul li li:last-child,
  .has-lg-font-size ul li li:last-child,
  .text-lg ol li li:last-child,
  .has-lg-font-size ol li li:last-child {
    margin-bottom: 0;
  }
  .text-lg ul li li li,
  .has-lg-font-size ul li li li,
  .text-lg ol li li li,
  .has-lg-font-size ol li li li {
    margin-bottom: 7.59375px;
  }
  .text-lg ul li li li:last-child,
  .has-lg-font-size ul li li li:last-child,
  .text-lg ol li li li:last-child,
  .has-lg-font-size ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-lg .btn,
  .has-lg-font-size .btn {
    margin-bottom: 27px;
  }
  .text-lg .btn:last-child,
  .has-lg-font-size .btn:last-child {
    margin-bottom: 0px;
  }
  .text-lg p,
  .has-lg-font-size p {
    margin-bottom: 30.375px;
  }
  .text-lg p:empty,
  .has-lg-font-size p:empty {
    display: none !important;
  }
  .text-lg i.fa,
  .has-lg-font-size i.fa,
  .text-lg .b-icon,
  .has-lg-font-size .b-icon {
    margin-bottom: 30.375px;
  }
  .text-lg i.fa.h-icon,
  .has-lg-font-size i.fa.h-icon,
  .text-lg .b-icon.h-icon,
  .has-lg-font-size .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-lg i.fa:last-child,
  .has-lg-font-size i.fa:last-child,
  .text-lg .b-icon:last-child,
  .has-lg-font-size .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-lg .img-wrapper,
  .has-lg-font-size .img-wrapper {
    margin-bottom: 30.375px;
  }
  .text-lg .img-wrapper:last-child,
  .has-lg-font-size .img-wrapper:last-child {
    margin-bottom: 0;
  }
  .text-lg .column ul,
  .has-lg-font-size .column ul,
  .text-lg .column ol,
  .has-lg-font-size .column ol {
    margin-bottom: 30.375px;
  }
  .text-lg .column ul ul,
  .has-lg-font-size .column ul ul,
  .text-lg .column ol ul,
  .has-lg-font-size .column ol ul,
  .text-lg .column ul ol,
  .has-lg-font-size .column ul ol,
  .text-lg .column ol ol,
  .has-lg-font-size .column ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-lg hr,
  .has-lg-font-size hr {
    margin-top: 30.375px;
    margin-bottom: 30.375px;
    border: 0;
    border-top: 1px solid var(--wp--preset--color--black);
  }
  .text-lg p + hr,
  .has-lg-font-size p + hr,
  .text-lg h1 + hr,
  .has-lg-font-size h1 + hr,
  .text-lg h2 + hr,
  .has-lg-font-size h2 + hr,
  .text-lg h3 + hr,
  .has-lg-font-size h3 + hr,
  .text-lg h4 + hr,
  .has-lg-font-size h4 + hr,
  .text-lg h5 + hr,
  .has-lg-font-size h5 + hr,
  .text-lg h6 + hr,
  .has-lg-font-size h6 + hr,
  .text-lg ul + hr,
  .has-lg-font-size ul + hr,
  .text-lg ol + hr,
  .has-lg-font-size ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .text-lg,
  .has-lg-font-size {
    font-size: 1em;
  }
  .text-lg h1,
  .has-lg-font-size h1,
  .text-lg .h1,
  .has-lg-font-size .h1,
  .text-lg h2,
  .has-lg-font-size h2,
  .text-lg .h2,
  .has-lg-font-size .h2,
  .text-lg h3,
  .has-lg-font-size h3,
  .text-lg .h3,
  .has-lg-font-size .h3,
  .text-lg h4,
  .has-lg-font-size h4,
  .text-lg .h4,
  .has-lg-font-size .h4,
  .text-lg h5,
  .has-lg-font-size h5,
  .text-lg .h5,
  .has-lg-font-size .h5,
  .text-lg h6,
  .has-lg-font-size h6,
  .text-lg .h6,
  .has-lg-font-size .h6 {
    line-height: 1em;
  }
  .text-lg h1.text-xl,
  .has-lg-font-size h1.text-xl,
  .text-lg .h1.text-xl,
  .has-lg-font-size .h1.text-xl,
  .text-lg h2.text-xl,
  .has-lg-font-size h2.text-xl,
  .text-lg .h2.text-xl,
  .has-lg-font-size .h2.text-xl,
  .text-lg h3.text-xl,
  .has-lg-font-size h3.text-xl,
  .text-lg .h3.text-xl,
  .has-lg-font-size .h3.text-xl,
  .text-lg h4.text-xl,
  .has-lg-font-size h4.text-xl,
  .text-lg .h4.text-xl,
  .has-lg-font-size .h4.text-xl,
  .text-lg h5.text-xl,
  .has-lg-font-size h5.text-xl,
  .text-lg .h5.text-xl,
  .has-lg-font-size .h5.text-xl,
  .text-lg h6.text-xl,
  .has-lg-font-size h6.text-xl,
  .text-lg .h6.text-xl,
  .has-lg-font-size .h6.text-xl,
  .text-lg h1.text-xxl,
  .has-lg-font-size h1.text-xxl,
  .text-lg .h1.text-xxl,
  .has-lg-font-size .h1.text-xxl,
  .text-lg h2.text-xxl,
  .has-lg-font-size h2.text-xxl,
  .text-lg .h2.text-xxl,
  .has-lg-font-size .h2.text-xxl,
  .text-lg h3.text-xxl,
  .has-lg-font-size h3.text-xxl,
  .text-lg .h3.text-xxl,
  .has-lg-font-size .h3.text-xxl,
  .text-lg h4.text-xxl,
  .has-lg-font-size h4.text-xxl,
  .text-lg .h4.text-xxl,
  .has-lg-font-size .h4.text-xxl,
  .text-lg h5.text-xxl,
  .has-lg-font-size h5.text-xxl,
  .text-lg .h5.text-xxl,
  .has-lg-font-size .h5.text-xxl,
  .text-lg h6.text-xxl,
  .has-lg-font-size h6.text-xxl,
  .text-lg .h6.text-xxl,
  .has-lg-font-size .h6.text-xxl,
  .text-lg h1.text-lg,
  .has-lg-font-size h1.text-lg,
  .text-lg .h1.text-lg,
  .has-lg-font-size .h1.text-lg,
  .text-lg h2.text-lg,
  .has-lg-font-size h2.text-lg,
  .text-lg .h2.text-lg,
  .has-lg-font-size .h2.text-lg,
  .text-lg h3.text-lg,
  .has-lg-font-size h3.text-lg,
  .text-lg .h3.text-lg,
  .has-lg-font-size .h3.text-lg,
  .text-lg h4.text-lg,
  .has-lg-font-size h4.text-lg,
  .text-lg .h4.text-lg,
  .has-lg-font-size .h4.text-lg,
  .text-lg h5.text-lg,
  .has-lg-font-size h5.text-lg,
  .text-lg .h5.text-lg,
  .has-lg-font-size .h5.text-lg,
  .text-lg h6.text-lg,
  .has-lg-font-size h6.text-lg,
  .text-lg .h6.text-lg,
  .has-lg-font-size .h6.text-lg {
    line-height: 1em;
  }
  .text-lg h1,
  .has-lg-font-size h1,
  .text-lg .h1,
  .has-lg-font-size .h1,
  .text-lg h2,
  .has-lg-font-size h2,
  .text-lg .h2,
  .has-lg-font-size .h2,
  .text-lg h3,
  .has-lg-font-size h3,
  .text-lg .h3,
  .has-lg-font-size .h3,
  .text-lg h4,
  .has-lg-font-size h4,
  .text-lg .h4,
  .has-lg-font-size .h4,
  .text-lg h5,
  .has-lg-font-size h5,
  .text-lg .h5,
  .has-lg-font-size .h5,
  .text-lg h6,
  .has-lg-font-size h6,
  .text-lg .h6,
  .has-lg-font-size .h6 {
    margin-bottom: 27px;
  }
  .text-lg h1:only-child,
  .has-lg-font-size h1:only-child,
  .text-lg .h1:only-child,
  .has-lg-font-size .h1:only-child,
  .text-lg h2:only-child,
  .has-lg-font-size h2:only-child,
  .text-lg .h2:only-child,
  .has-lg-font-size .h2:only-child,
  .text-lg h3:only-child,
  .has-lg-font-size h3:only-child,
  .text-lg .h3:only-child,
  .has-lg-font-size .h3:only-child,
  .text-lg h4:only-child,
  .has-lg-font-size h4:only-child,
  .text-lg .h4:only-child,
  .has-lg-font-size .h4:only-child,
  .text-lg h5:only-child,
  .has-lg-font-size h5:only-child,
  .text-lg .h5:only-child,
  .has-lg-font-size .h5:only-child,
  .text-lg h6:only-child,
  .has-lg-font-size h6:only-child,
  .text-lg .h6:only-child,
  .has-lg-font-size .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg ul li,
  .has-lg-font-size ul li,
  .text-lg ol li,
  .has-lg-font-size ol li {
    margin-bottom: 6.75px;
  }
  .text-lg ul li li,
  .has-lg-font-size ul li li,
  .text-lg ol li li,
  .has-lg-font-size ol li li {
    margin-bottom: 6.75px;
  }
  .text-lg ul li li:last-child,
  .has-lg-font-size ul li li:last-child,
  .text-lg ol li li:last-child,
  .has-lg-font-size ol li li:last-child {
    margin-bottom: 0;
  }
  .text-lg ul li li li,
  .has-lg-font-size ul li li li,
  .text-lg ol li li li,
  .has-lg-font-size ol li li li {
    margin-bottom: 6.75px;
  }
  .text-lg ul li li li:last-child,
  .has-lg-font-size ul li li li:last-child,
  .text-lg ol li li li:last-child,
  .has-lg-font-size ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-lg .btn,
  .has-lg-font-size .btn {
    margin-bottom: 27px;
  }
  .text-lg .btn:last-child,
  .has-lg-font-size .btn:last-child {
    margin-bottom: 0px;
  }
  .text-lg p,
  .has-lg-font-size p {
    margin-bottom: 27px;
  }
  .text-lg p:empty,
  .has-lg-font-size p:empty {
    display: none !important;
  }
  .text-lg i.fa,
  .has-lg-font-size i.fa,
  .text-lg .b-icon,
  .has-lg-font-size .b-icon {
    margin-bottom: 27px;
  }
  .text-lg i.fa.h-icon,
  .has-lg-font-size i.fa.h-icon,
  .text-lg .b-icon.h-icon,
  .has-lg-font-size .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-lg i.fa:last-child,
  .has-lg-font-size i.fa:last-child,
  .text-lg .b-icon:last-child,
  .has-lg-font-size .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-lg .img-wrapper,
  .has-lg-font-size .img-wrapper {
    margin-bottom: 27px;
  }
  .text-lg .img-wrapper:last-child,
  .has-lg-font-size .img-wrapper:last-child {
    margin-bottom: 0;
  }
  .text-lg .column ul,
  .has-lg-font-size .column ul,
  .text-lg .column ol,
  .has-lg-font-size .column ol {
    margin-bottom: 27px;
  }
  .text-lg .column ul ul,
  .has-lg-font-size .column ul ul,
  .text-lg .column ol ul,
  .has-lg-font-size .column ol ul,
  .text-lg .column ul ol,
  .has-lg-font-size .column ul ol,
  .text-lg .column ol ol,
  .has-lg-font-size .column ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-lg hr,
  .has-lg-font-size hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid var(--wp--preset--color--black);
  }
  .text-lg p + hr,
  .has-lg-font-size p + hr,
  .text-lg h1 + hr,
  .has-lg-font-size h1 + hr,
  .text-lg h2 + hr,
  .has-lg-font-size h2 + hr,
  .text-lg h3 + hr,
  .has-lg-font-size h3 + hr,
  .text-lg h4 + hr,
  .has-lg-font-size h4 + hr,
  .text-lg h5 + hr,
  .has-lg-font-size h5 + hr,
  .text-lg h6 + hr,
  .has-lg-font-size h6 + hr,
  .text-lg ul + hr,
  .has-lg-font-size ul + hr,
  .text-lg ol + hr,
  .has-lg-font-size ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .text-lg,
  .has-lg-font-size {
    font-size: 1em;
  }
  .text-lg h1,
  .has-lg-font-size h1,
  .text-lg .h1,
  .has-lg-font-size .h1,
  .text-lg h2,
  .has-lg-font-size h2,
  .text-lg .h2,
  .has-lg-font-size .h2,
  .text-lg h3,
  .has-lg-font-size h3,
  .text-lg .h3,
  .has-lg-font-size .h3,
  .text-lg h4,
  .has-lg-font-size h4,
  .text-lg .h4,
  .has-lg-font-size .h4,
  .text-lg h5,
  .has-lg-font-size h5,
  .text-lg .h5,
  .has-lg-font-size .h5,
  .text-lg h6,
  .has-lg-font-size h6,
  .text-lg .h6,
  .has-lg-font-size .h6 {
    line-height: 1em;
  }
  .text-lg h1.text-xl,
  .has-lg-font-size h1.text-xl,
  .text-lg .h1.text-xl,
  .has-lg-font-size .h1.text-xl,
  .text-lg h2.text-xl,
  .has-lg-font-size h2.text-xl,
  .text-lg .h2.text-xl,
  .has-lg-font-size .h2.text-xl,
  .text-lg h3.text-xl,
  .has-lg-font-size h3.text-xl,
  .text-lg .h3.text-xl,
  .has-lg-font-size .h3.text-xl,
  .text-lg h4.text-xl,
  .has-lg-font-size h4.text-xl,
  .text-lg .h4.text-xl,
  .has-lg-font-size .h4.text-xl,
  .text-lg h5.text-xl,
  .has-lg-font-size h5.text-xl,
  .text-lg .h5.text-xl,
  .has-lg-font-size .h5.text-xl,
  .text-lg h6.text-xl,
  .has-lg-font-size h6.text-xl,
  .text-lg .h6.text-xl,
  .has-lg-font-size .h6.text-xl,
  .text-lg h1.text-xxl,
  .has-lg-font-size h1.text-xxl,
  .text-lg .h1.text-xxl,
  .has-lg-font-size .h1.text-xxl,
  .text-lg h2.text-xxl,
  .has-lg-font-size h2.text-xxl,
  .text-lg .h2.text-xxl,
  .has-lg-font-size .h2.text-xxl,
  .text-lg h3.text-xxl,
  .has-lg-font-size h3.text-xxl,
  .text-lg .h3.text-xxl,
  .has-lg-font-size .h3.text-xxl,
  .text-lg h4.text-xxl,
  .has-lg-font-size h4.text-xxl,
  .text-lg .h4.text-xxl,
  .has-lg-font-size .h4.text-xxl,
  .text-lg h5.text-xxl,
  .has-lg-font-size h5.text-xxl,
  .text-lg .h5.text-xxl,
  .has-lg-font-size .h5.text-xxl,
  .text-lg h6.text-xxl,
  .has-lg-font-size h6.text-xxl,
  .text-lg .h6.text-xxl,
  .has-lg-font-size .h6.text-xxl,
  .text-lg h1.text-lg,
  .has-lg-font-size h1.text-lg,
  .text-lg .h1.text-lg,
  .has-lg-font-size .h1.text-lg,
  .text-lg h2.text-lg,
  .has-lg-font-size h2.text-lg,
  .text-lg .h2.text-lg,
  .has-lg-font-size .h2.text-lg,
  .text-lg h3.text-lg,
  .has-lg-font-size h3.text-lg,
  .text-lg .h3.text-lg,
  .has-lg-font-size .h3.text-lg,
  .text-lg h4.text-lg,
  .has-lg-font-size h4.text-lg,
  .text-lg .h4.text-lg,
  .has-lg-font-size .h4.text-lg,
  .text-lg h5.text-lg,
  .has-lg-font-size h5.text-lg,
  .text-lg .h5.text-lg,
  .has-lg-font-size .h5.text-lg,
  .text-lg h6.text-lg,
  .has-lg-font-size h6.text-lg,
  .text-lg .h6.text-lg,
  .has-lg-font-size .h6.text-lg {
    line-height: 1em;
  }
  .text-lg h1,
  .has-lg-font-size h1,
  .text-lg .h1,
  .has-lg-font-size .h1,
  .text-lg h2,
  .has-lg-font-size h2,
  .text-lg .h2,
  .has-lg-font-size .h2,
  .text-lg h3,
  .has-lg-font-size h3,
  .text-lg .h3,
  .has-lg-font-size .h3,
  .text-lg h4,
  .has-lg-font-size h4,
  .text-lg .h4,
  .has-lg-font-size .h4,
  .text-lg h5,
  .has-lg-font-size h5,
  .text-lg .h5,
  .has-lg-font-size .h5,
  .text-lg h6,
  .has-lg-font-size h6,
  .text-lg .h6,
  .has-lg-font-size .h6 {
    margin-bottom: 27px;
  }
  .text-lg h1:only-child,
  .has-lg-font-size h1:only-child,
  .text-lg .h1:only-child,
  .has-lg-font-size .h1:only-child,
  .text-lg h2:only-child,
  .has-lg-font-size h2:only-child,
  .text-lg .h2:only-child,
  .has-lg-font-size .h2:only-child,
  .text-lg h3:only-child,
  .has-lg-font-size h3:only-child,
  .text-lg .h3:only-child,
  .has-lg-font-size .h3:only-child,
  .text-lg h4:only-child,
  .has-lg-font-size h4:only-child,
  .text-lg .h4:only-child,
  .has-lg-font-size .h4:only-child,
  .text-lg h5:only-child,
  .has-lg-font-size h5:only-child,
  .text-lg .h5:only-child,
  .has-lg-font-size .h5:only-child,
  .text-lg h6:only-child,
  .has-lg-font-size h6:only-child,
  .text-lg .h6:only-child,
  .has-lg-font-size .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg ul li,
  .has-lg-font-size ul li,
  .text-lg ol li,
  .has-lg-font-size ol li {
    margin-bottom: 6.75px;
  }
  .text-lg ul li li,
  .has-lg-font-size ul li li,
  .text-lg ol li li,
  .has-lg-font-size ol li li {
    margin-bottom: 6.75px;
  }
  .text-lg ul li li:last-child,
  .has-lg-font-size ul li li:last-child,
  .text-lg ol li li:last-child,
  .has-lg-font-size ol li li:last-child {
    margin-bottom: 0;
  }
  .text-lg ul li li li,
  .has-lg-font-size ul li li li,
  .text-lg ol li li li,
  .has-lg-font-size ol li li li {
    margin-bottom: 6.75px;
  }
  .text-lg ul li li li:last-child,
  .has-lg-font-size ul li li li:last-child,
  .text-lg ol li li li:last-child,
  .has-lg-font-size ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-lg .btn,
  .has-lg-font-size .btn {
    margin-bottom: 27px;
  }
  .text-lg .btn:last-child,
  .has-lg-font-size .btn:last-child {
    margin-bottom: 0px;
  }
  .text-lg p,
  .has-lg-font-size p {
    margin-bottom: 27px;
  }
  .text-lg p:empty,
  .has-lg-font-size p:empty {
    display: none !important;
  }
  .text-lg i.fa,
  .has-lg-font-size i.fa,
  .text-lg .b-icon,
  .has-lg-font-size .b-icon {
    margin-bottom: 27px;
  }
  .text-lg i.fa.h-icon,
  .has-lg-font-size i.fa.h-icon,
  .text-lg .b-icon.h-icon,
  .has-lg-font-size .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-lg i.fa:last-child,
  .has-lg-font-size i.fa:last-child,
  .text-lg .b-icon:last-child,
  .has-lg-font-size .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-lg .img-wrapper,
  .has-lg-font-size .img-wrapper {
    margin-bottom: 27px;
  }
  .text-lg .img-wrapper:last-child,
  .has-lg-font-size .img-wrapper:last-child {
    margin-bottom: 0;
  }
  .text-lg .column ul,
  .has-lg-font-size .column ul,
  .text-lg .column ol,
  .has-lg-font-size .column ol {
    margin-bottom: 27px;
  }
  .text-lg .column ul ul,
  .has-lg-font-size .column ul ul,
  .text-lg .column ol ul,
  .has-lg-font-size .column ol ul,
  .text-lg .column ul ol,
  .has-lg-font-size .column ul ol,
  .text-lg .column ol ol,
  .has-lg-font-size .column ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-lg hr,
  .has-lg-font-size hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid var(--wp--preset--color--black);
  }
  .text-lg p + hr,
  .has-lg-font-size p + hr,
  .text-lg h1 + hr,
  .has-lg-font-size h1 + hr,
  .text-lg h2 + hr,
  .has-lg-font-size h2 + hr,
  .text-lg h3 + hr,
  .has-lg-font-size h3 + hr,
  .text-lg h4 + hr,
  .has-lg-font-size h4 + hr,
  .text-lg h5 + hr,
  .has-lg-font-size h5 + hr,
  .text-lg h6 + hr,
  .has-lg-font-size h6 + hr,
  .text-lg ul + hr,
  .has-lg-font-size ul + hr,
  .text-lg ol + hr,
  .has-lg-font-size ol + hr {
    margin-top: 0;
  }
}
.text-xl,
.has-xl-font-size {
  font-size: 1.5em;
  line-height: 1.5em;
}
.text-xl h1,
.has-xl-font-size h1,
.text-xl .h1,
.has-xl-font-size .h1,
.text-xl h2,
.has-xl-font-size h2,
.text-xl .h2,
.has-xl-font-size .h2,
.text-xl h3,
.has-xl-font-size h3,
.text-xl .h3,
.has-xl-font-size .h3,
.text-xl h4,
.has-xl-font-size h4,
.text-xl .h4,
.has-xl-font-size .h4,
.text-xl h5,
.has-xl-font-size h5,
.text-xl .h5,
.has-xl-font-size .h5,
.text-xl h6,
.has-xl-font-size h6,
.text-xl .h6,
.has-xl-font-size .h6 {
  line-height: 1em;
}
.text-xl h1.text-xl,
.has-xl-font-size h1.text-xl,
.text-xl .h1.text-xl,
.has-xl-font-size .h1.text-xl,
.text-xl h2.text-xl,
.has-xl-font-size h2.text-xl,
.text-xl .h2.text-xl,
.has-xl-font-size .h2.text-xl,
.text-xl h3.text-xl,
.has-xl-font-size h3.text-xl,
.text-xl .h3.text-xl,
.has-xl-font-size .h3.text-xl,
.text-xl h4.text-xl,
.has-xl-font-size h4.text-xl,
.text-xl .h4.text-xl,
.has-xl-font-size .h4.text-xl,
.text-xl h5.text-xl,
.has-xl-font-size h5.text-xl,
.text-xl .h5.text-xl,
.has-xl-font-size .h5.text-xl,
.text-xl h6.text-xl,
.has-xl-font-size h6.text-xl,
.text-xl .h6.text-xl,
.has-xl-font-size .h6.text-xl,
.text-xl h1.text-xxl,
.has-xl-font-size h1.text-xxl,
.text-xl .h1.text-xxl,
.has-xl-font-size .h1.text-xxl,
.text-xl h2.text-xxl,
.has-xl-font-size h2.text-xxl,
.text-xl .h2.text-xxl,
.has-xl-font-size .h2.text-xxl,
.text-xl h3.text-xxl,
.has-xl-font-size h3.text-xxl,
.text-xl .h3.text-xxl,
.has-xl-font-size .h3.text-xxl,
.text-xl h4.text-xxl,
.has-xl-font-size h4.text-xxl,
.text-xl .h4.text-xxl,
.has-xl-font-size .h4.text-xxl,
.text-xl h5.text-xxl,
.has-xl-font-size h5.text-xxl,
.text-xl .h5.text-xxl,
.has-xl-font-size .h5.text-xxl,
.text-xl h6.text-xxl,
.has-xl-font-size h6.text-xxl,
.text-xl .h6.text-xxl,
.has-xl-font-size .h6.text-xxl,
.text-xl h1.text-lg,
.has-xl-font-size h1.text-lg,
.text-xl .h1.text-lg,
.has-xl-font-size .h1.text-lg,
.text-xl h2.text-lg,
.has-xl-font-size h2.text-lg,
.text-xl .h2.text-lg,
.has-xl-font-size .h2.text-lg,
.text-xl h3.text-lg,
.has-xl-font-size h3.text-lg,
.text-xl .h3.text-lg,
.has-xl-font-size .h3.text-lg,
.text-xl h4.text-lg,
.has-xl-font-size h4.text-lg,
.text-xl .h4.text-lg,
.has-xl-font-size .h4.text-lg,
.text-xl h5.text-lg,
.has-xl-font-size h5.text-lg,
.text-xl .h5.text-lg,
.has-xl-font-size .h5.text-lg,
.text-xl h6.text-lg,
.has-xl-font-size h6.text-lg,
.text-xl .h6.text-lg,
.has-xl-font-size .h6.text-lg {
  line-height: 1em;
}
.text-xl h1,
.has-xl-font-size h1,
.text-xl .h1,
.has-xl-font-size .h1,
.text-xl h2,
.has-xl-font-size h2,
.text-xl .h2,
.has-xl-font-size .h2,
.text-xl h3,
.has-xl-font-size h3,
.text-xl .h3,
.has-xl-font-size .h3,
.text-xl h4,
.has-xl-font-size h4,
.text-xl .h4,
.has-xl-font-size .h4,
.text-xl h5,
.has-xl-font-size h5,
.text-xl .h5,
.has-xl-font-size .h5,
.text-xl h6,
.has-xl-font-size h6,
.text-xl .h6,
.has-xl-font-size .h6 {
  margin-bottom: 40.5px;
}
.text-xl h1:only-child,
.has-xl-font-size h1:only-child,
.text-xl .h1:only-child,
.has-xl-font-size .h1:only-child,
.text-xl h2:only-child,
.has-xl-font-size h2:only-child,
.text-xl .h2:only-child,
.has-xl-font-size .h2:only-child,
.text-xl h3:only-child,
.has-xl-font-size h3:only-child,
.text-xl .h3:only-child,
.has-xl-font-size .h3:only-child,
.text-xl h4:only-child,
.has-xl-font-size h4:only-child,
.text-xl .h4:only-child,
.has-xl-font-size .h4:only-child,
.text-xl h5:only-child,
.has-xl-font-size h5:only-child,
.text-xl .h5:only-child,
.has-xl-font-size .h5:only-child,
.text-xl h6:only-child,
.has-xl-font-size h6:only-child,
.text-xl .h6:only-child,
.has-xl-font-size .h6:only-child {
  margin-bottom: 0;
}
.text-xl ul li,
.has-xl-font-size ul li,
.text-xl ol li,
.has-xl-font-size ol li {
  margin-bottom: 10.125px;
}
.text-xl ul li li,
.has-xl-font-size ul li li,
.text-xl ol li li,
.has-xl-font-size ol li li {
  margin-bottom: 10.125px;
}
.text-xl ul li li:last-child,
.has-xl-font-size ul li li:last-child,
.text-xl ol li li:last-child,
.has-xl-font-size ol li li:last-child {
  margin-bottom: 0;
}
.text-xl ul li li li,
.has-xl-font-size ul li li li,
.text-xl ol li li li,
.has-xl-font-size ol li li li {
  margin-bottom: 10.125px;
}
.text-xl ul li li li:last-child,
.has-xl-font-size ul li li li:last-child,
.text-xl ol li li li:last-child,
.has-xl-font-size ol li li li:last-child {
  margin-bottom: 0;
}
.text-xl .btn,
.has-xl-font-size .btn {
  margin-bottom: 27px;
}
.text-xl .btn:last-child,
.has-xl-font-size .btn:last-child {
  margin-bottom: 0px;
}
.text-xl p,
.has-xl-font-size p {
  margin-bottom: 40.5px;
}
.text-xl p:empty,
.has-xl-font-size p:empty {
  display: none !important;
}
.text-xl i.fa,
.has-xl-font-size i.fa,
.text-xl .b-icon,
.has-xl-font-size .b-icon {
  margin-bottom: 40.5px;
}
.text-xl i.fa.h-icon,
.has-xl-font-size i.fa.h-icon,
.text-xl .b-icon.h-icon,
.has-xl-font-size .b-icon.h-icon {
  margin-bottom: 0;
}
.text-xl i.fa:last-child,
.has-xl-font-size i.fa:last-child,
.text-xl .b-icon:last-child,
.has-xl-font-size .b-icon:last-child {
  margin-bottom: 0;
}
.text-xl .img-wrapper,
.has-xl-font-size .img-wrapper {
  margin-bottom: 40.5px;
}
.text-xl .img-wrapper:last-child,
.has-xl-font-size .img-wrapper:last-child {
  margin-bottom: 0;
}
.text-xl .column ul,
.has-xl-font-size .column ul,
.text-xl .column ol,
.has-xl-font-size .column ol {
  margin-bottom: 40.5px;
}
.text-xl .column ul ul,
.has-xl-font-size .column ul ul,
.text-xl .column ol ul,
.has-xl-font-size .column ol ul,
.text-xl .column ul ol,
.has-xl-font-size .column ul ol,
.text-xl .column ol ol,
.has-xl-font-size .column ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-xl hr,
.has-xl-font-size hr {
  margin-top: 40.5px;
  margin-bottom: 40.5px;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--black);
}
.text-xl p + hr,
.has-xl-font-size p + hr,
.text-xl h1 + hr,
.has-xl-font-size h1 + hr,
.text-xl h2 + hr,
.has-xl-font-size h2 + hr,
.text-xl h3 + hr,
.has-xl-font-size h3 + hr,
.text-xl h4 + hr,
.has-xl-font-size h4 + hr,
.text-xl h5 + hr,
.has-xl-font-size h5 + hr,
.text-xl h6 + hr,
.has-xl-font-size h6 + hr,
.text-xl ul + hr,
.has-xl-font-size ul + hr,
.text-xl ol + hr,
.has-xl-font-size ol + hr {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .text-xl,
  .has-xl-font-size {
    font-size: 1.375em;
  }
  .text-xl h1,
  .has-xl-font-size h1,
  .text-xl .h1,
  .has-xl-font-size .h1,
  .text-xl h2,
  .has-xl-font-size h2,
  .text-xl .h2,
  .has-xl-font-size .h2,
  .text-xl h3,
  .has-xl-font-size h3,
  .text-xl .h3,
  .has-xl-font-size .h3,
  .text-xl h4,
  .has-xl-font-size h4,
  .text-xl .h4,
  .has-xl-font-size .h4,
  .text-xl h5,
  .has-xl-font-size h5,
  .text-xl .h5,
  .has-xl-font-size .h5,
  .text-xl h6,
  .has-xl-font-size h6,
  .text-xl .h6,
  .has-xl-font-size .h6 {
    line-height: 1em;
  }
  .text-xl h1.text-xl,
  .has-xl-font-size h1.text-xl,
  .text-xl .h1.text-xl,
  .has-xl-font-size .h1.text-xl,
  .text-xl h2.text-xl,
  .has-xl-font-size h2.text-xl,
  .text-xl .h2.text-xl,
  .has-xl-font-size .h2.text-xl,
  .text-xl h3.text-xl,
  .has-xl-font-size h3.text-xl,
  .text-xl .h3.text-xl,
  .has-xl-font-size .h3.text-xl,
  .text-xl h4.text-xl,
  .has-xl-font-size h4.text-xl,
  .text-xl .h4.text-xl,
  .has-xl-font-size .h4.text-xl,
  .text-xl h5.text-xl,
  .has-xl-font-size h5.text-xl,
  .text-xl .h5.text-xl,
  .has-xl-font-size .h5.text-xl,
  .text-xl h6.text-xl,
  .has-xl-font-size h6.text-xl,
  .text-xl .h6.text-xl,
  .has-xl-font-size .h6.text-xl,
  .text-xl h1.text-xxl,
  .has-xl-font-size h1.text-xxl,
  .text-xl .h1.text-xxl,
  .has-xl-font-size .h1.text-xxl,
  .text-xl h2.text-xxl,
  .has-xl-font-size h2.text-xxl,
  .text-xl .h2.text-xxl,
  .has-xl-font-size .h2.text-xxl,
  .text-xl h3.text-xxl,
  .has-xl-font-size h3.text-xxl,
  .text-xl .h3.text-xxl,
  .has-xl-font-size .h3.text-xxl,
  .text-xl h4.text-xxl,
  .has-xl-font-size h4.text-xxl,
  .text-xl .h4.text-xxl,
  .has-xl-font-size .h4.text-xxl,
  .text-xl h5.text-xxl,
  .has-xl-font-size h5.text-xxl,
  .text-xl .h5.text-xxl,
  .has-xl-font-size .h5.text-xxl,
  .text-xl h6.text-xxl,
  .has-xl-font-size h6.text-xxl,
  .text-xl .h6.text-xxl,
  .has-xl-font-size .h6.text-xxl,
  .text-xl h1.text-lg,
  .has-xl-font-size h1.text-lg,
  .text-xl .h1.text-lg,
  .has-xl-font-size .h1.text-lg,
  .text-xl h2.text-lg,
  .has-xl-font-size h2.text-lg,
  .text-xl .h2.text-lg,
  .has-xl-font-size .h2.text-lg,
  .text-xl h3.text-lg,
  .has-xl-font-size h3.text-lg,
  .text-xl .h3.text-lg,
  .has-xl-font-size .h3.text-lg,
  .text-xl h4.text-lg,
  .has-xl-font-size h4.text-lg,
  .text-xl .h4.text-lg,
  .has-xl-font-size .h4.text-lg,
  .text-xl h5.text-lg,
  .has-xl-font-size h5.text-lg,
  .text-xl .h5.text-lg,
  .has-xl-font-size .h5.text-lg,
  .text-xl h6.text-lg,
  .has-xl-font-size h6.text-lg,
  .text-xl .h6.text-lg,
  .has-xl-font-size .h6.text-lg {
    line-height: 1em;
  }
  .text-xl h1,
  .has-xl-font-size h1,
  .text-xl .h1,
  .has-xl-font-size .h1,
  .text-xl h2,
  .has-xl-font-size h2,
  .text-xl .h2,
  .has-xl-font-size .h2,
  .text-xl h3,
  .has-xl-font-size h3,
  .text-xl .h3,
  .has-xl-font-size .h3,
  .text-xl h4,
  .has-xl-font-size h4,
  .text-xl .h4,
  .has-xl-font-size .h4,
  .text-xl h5,
  .has-xl-font-size h5,
  .text-xl .h5,
  .has-xl-font-size .h5,
  .text-xl h6,
  .has-xl-font-size h6,
  .text-xl .h6,
  .has-xl-font-size .h6 {
    margin-bottom: 37.125px;
  }
  .text-xl h1:only-child,
  .has-xl-font-size h1:only-child,
  .text-xl .h1:only-child,
  .has-xl-font-size .h1:only-child,
  .text-xl h2:only-child,
  .has-xl-font-size h2:only-child,
  .text-xl .h2:only-child,
  .has-xl-font-size .h2:only-child,
  .text-xl h3:only-child,
  .has-xl-font-size h3:only-child,
  .text-xl .h3:only-child,
  .has-xl-font-size .h3:only-child,
  .text-xl h4:only-child,
  .has-xl-font-size h4:only-child,
  .text-xl .h4:only-child,
  .has-xl-font-size .h4:only-child,
  .text-xl h5:only-child,
  .has-xl-font-size h5:only-child,
  .text-xl .h5:only-child,
  .has-xl-font-size .h5:only-child,
  .text-xl h6:only-child,
  .has-xl-font-size h6:only-child,
  .text-xl .h6:only-child,
  .has-xl-font-size .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl ul li,
  .has-xl-font-size ul li,
  .text-xl ol li,
  .has-xl-font-size ol li {
    margin-bottom: 9.28125px;
  }
  .text-xl ul li li,
  .has-xl-font-size ul li li,
  .text-xl ol li li,
  .has-xl-font-size ol li li {
    margin-bottom: 9.28125px;
  }
  .text-xl ul li li:last-child,
  .has-xl-font-size ul li li:last-child,
  .text-xl ol li li:last-child,
  .has-xl-font-size ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xl ul li li li,
  .has-xl-font-size ul li li li,
  .text-xl ol li li li,
  .has-xl-font-size ol li li li {
    margin-bottom: 9.28125px;
  }
  .text-xl ul li li li:last-child,
  .has-xl-font-size ul li li li:last-child,
  .text-xl ol li li li:last-child,
  .has-xl-font-size ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xl .btn,
  .has-xl-font-size .btn {
    margin-bottom: 27px;
  }
  .text-xl .btn:last-child,
  .has-xl-font-size .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xl p,
  .has-xl-font-size p {
    margin-bottom: 37.125px;
  }
  .text-xl p:empty,
  .has-xl-font-size p:empty {
    display: none !important;
  }
  .text-xl i.fa,
  .has-xl-font-size i.fa,
  .text-xl .b-icon,
  .has-xl-font-size .b-icon {
    margin-bottom: 37.125px;
  }
  .text-xl i.fa.h-icon,
  .has-xl-font-size i.fa.h-icon,
  .text-xl .b-icon.h-icon,
  .has-xl-font-size .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xl i.fa:last-child,
  .has-xl-font-size i.fa:last-child,
  .text-xl .b-icon:last-child,
  .has-xl-font-size .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xl .img-wrapper,
  .has-xl-font-size .img-wrapper {
    margin-bottom: 37.125px;
  }
  .text-xl .img-wrapper:last-child,
  .has-xl-font-size .img-wrapper:last-child {
    margin-bottom: 0;
  }
  .text-xl .column ul,
  .has-xl-font-size .column ul,
  .text-xl .column ol,
  .has-xl-font-size .column ol {
    margin-bottom: 37.125px;
  }
  .text-xl .column ul ul,
  .has-xl-font-size .column ul ul,
  .text-xl .column ol ul,
  .has-xl-font-size .column ol ul,
  .text-xl .column ul ol,
  .has-xl-font-size .column ul ol,
  .text-xl .column ol ol,
  .has-xl-font-size .column ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xl hr,
  .has-xl-font-size hr {
    margin-top: 37.125px;
    margin-bottom: 37.125px;
    border: 0;
    border-top: 1px solid var(--wp--preset--color--black);
  }
  .text-xl p + hr,
  .has-xl-font-size p + hr,
  .text-xl h1 + hr,
  .has-xl-font-size h1 + hr,
  .text-xl h2 + hr,
  .has-xl-font-size h2 + hr,
  .text-xl h3 + hr,
  .has-xl-font-size h3 + hr,
  .text-xl h4 + hr,
  .has-xl-font-size h4 + hr,
  .text-xl h5 + hr,
  .has-xl-font-size h5 + hr,
  .text-xl h6 + hr,
  .has-xl-font-size h6 + hr,
  .text-xl ul + hr,
  .has-xl-font-size ul + hr,
  .text-xl ol + hr,
  .has-xl-font-size ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .text-xl,
  .has-xl-font-size {
    font-size: 1.25em;
  }
  .text-xl h1,
  .has-xl-font-size h1,
  .text-xl .h1,
  .has-xl-font-size .h1,
  .text-xl h2,
  .has-xl-font-size h2,
  .text-xl .h2,
  .has-xl-font-size .h2,
  .text-xl h3,
  .has-xl-font-size h3,
  .text-xl .h3,
  .has-xl-font-size .h3,
  .text-xl h4,
  .has-xl-font-size h4,
  .text-xl .h4,
  .has-xl-font-size .h4,
  .text-xl h5,
  .has-xl-font-size h5,
  .text-xl .h5,
  .has-xl-font-size .h5,
  .text-xl h6,
  .has-xl-font-size h6,
  .text-xl .h6,
  .has-xl-font-size .h6 {
    line-height: 1em;
  }
  .text-xl h1.text-xl,
  .has-xl-font-size h1.text-xl,
  .text-xl .h1.text-xl,
  .has-xl-font-size .h1.text-xl,
  .text-xl h2.text-xl,
  .has-xl-font-size h2.text-xl,
  .text-xl .h2.text-xl,
  .has-xl-font-size .h2.text-xl,
  .text-xl h3.text-xl,
  .has-xl-font-size h3.text-xl,
  .text-xl .h3.text-xl,
  .has-xl-font-size .h3.text-xl,
  .text-xl h4.text-xl,
  .has-xl-font-size h4.text-xl,
  .text-xl .h4.text-xl,
  .has-xl-font-size .h4.text-xl,
  .text-xl h5.text-xl,
  .has-xl-font-size h5.text-xl,
  .text-xl .h5.text-xl,
  .has-xl-font-size .h5.text-xl,
  .text-xl h6.text-xl,
  .has-xl-font-size h6.text-xl,
  .text-xl .h6.text-xl,
  .has-xl-font-size .h6.text-xl,
  .text-xl h1.text-xxl,
  .has-xl-font-size h1.text-xxl,
  .text-xl .h1.text-xxl,
  .has-xl-font-size .h1.text-xxl,
  .text-xl h2.text-xxl,
  .has-xl-font-size h2.text-xxl,
  .text-xl .h2.text-xxl,
  .has-xl-font-size .h2.text-xxl,
  .text-xl h3.text-xxl,
  .has-xl-font-size h3.text-xxl,
  .text-xl .h3.text-xxl,
  .has-xl-font-size .h3.text-xxl,
  .text-xl h4.text-xxl,
  .has-xl-font-size h4.text-xxl,
  .text-xl .h4.text-xxl,
  .has-xl-font-size .h4.text-xxl,
  .text-xl h5.text-xxl,
  .has-xl-font-size h5.text-xxl,
  .text-xl .h5.text-xxl,
  .has-xl-font-size .h5.text-xxl,
  .text-xl h6.text-xxl,
  .has-xl-font-size h6.text-xxl,
  .text-xl .h6.text-xxl,
  .has-xl-font-size .h6.text-xxl,
  .text-xl h1.text-lg,
  .has-xl-font-size h1.text-lg,
  .text-xl .h1.text-lg,
  .has-xl-font-size .h1.text-lg,
  .text-xl h2.text-lg,
  .has-xl-font-size h2.text-lg,
  .text-xl .h2.text-lg,
  .has-xl-font-size .h2.text-lg,
  .text-xl h3.text-lg,
  .has-xl-font-size h3.text-lg,
  .text-xl .h3.text-lg,
  .has-xl-font-size .h3.text-lg,
  .text-xl h4.text-lg,
  .has-xl-font-size h4.text-lg,
  .text-xl .h4.text-lg,
  .has-xl-font-size .h4.text-lg,
  .text-xl h5.text-lg,
  .has-xl-font-size h5.text-lg,
  .text-xl .h5.text-lg,
  .has-xl-font-size .h5.text-lg,
  .text-xl h6.text-lg,
  .has-xl-font-size h6.text-lg,
  .text-xl .h6.text-lg,
  .has-xl-font-size .h6.text-lg {
    line-height: 1em;
  }
  .text-xl h1,
  .has-xl-font-size h1,
  .text-xl .h1,
  .has-xl-font-size .h1,
  .text-xl h2,
  .has-xl-font-size h2,
  .text-xl .h2,
  .has-xl-font-size .h2,
  .text-xl h3,
  .has-xl-font-size h3,
  .text-xl .h3,
  .has-xl-font-size .h3,
  .text-xl h4,
  .has-xl-font-size h4,
  .text-xl .h4,
  .has-xl-font-size .h4,
  .text-xl h5,
  .has-xl-font-size h5,
  .text-xl .h5,
  .has-xl-font-size .h5,
  .text-xl h6,
  .has-xl-font-size h6,
  .text-xl .h6,
  .has-xl-font-size .h6 {
    margin-bottom: 33.75px;
  }
  .text-xl h1:only-child,
  .has-xl-font-size h1:only-child,
  .text-xl .h1:only-child,
  .has-xl-font-size .h1:only-child,
  .text-xl h2:only-child,
  .has-xl-font-size h2:only-child,
  .text-xl .h2:only-child,
  .has-xl-font-size .h2:only-child,
  .text-xl h3:only-child,
  .has-xl-font-size h3:only-child,
  .text-xl .h3:only-child,
  .has-xl-font-size .h3:only-child,
  .text-xl h4:only-child,
  .has-xl-font-size h4:only-child,
  .text-xl .h4:only-child,
  .has-xl-font-size .h4:only-child,
  .text-xl h5:only-child,
  .has-xl-font-size h5:only-child,
  .text-xl .h5:only-child,
  .has-xl-font-size .h5:only-child,
  .text-xl h6:only-child,
  .has-xl-font-size h6:only-child,
  .text-xl .h6:only-child,
  .has-xl-font-size .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl ul li,
  .has-xl-font-size ul li,
  .text-xl ol li,
  .has-xl-font-size ol li {
    margin-bottom: 8.4375px;
  }
  .text-xl ul li li,
  .has-xl-font-size ul li li,
  .text-xl ol li li,
  .has-xl-font-size ol li li {
    margin-bottom: 8.4375px;
  }
  .text-xl ul li li:last-child,
  .has-xl-font-size ul li li:last-child,
  .text-xl ol li li:last-child,
  .has-xl-font-size ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xl ul li li li,
  .has-xl-font-size ul li li li,
  .text-xl ol li li li,
  .has-xl-font-size ol li li li {
    margin-bottom: 8.4375px;
  }
  .text-xl ul li li li:last-child,
  .has-xl-font-size ul li li li:last-child,
  .text-xl ol li li li:last-child,
  .has-xl-font-size ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xl .btn,
  .has-xl-font-size .btn {
    margin-bottom: 27px;
  }
  .text-xl .btn:last-child,
  .has-xl-font-size .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xl p,
  .has-xl-font-size p {
    margin-bottom: 33.75px;
  }
  .text-xl p:empty,
  .has-xl-font-size p:empty {
    display: none !important;
  }
  .text-xl i.fa,
  .has-xl-font-size i.fa,
  .text-xl .b-icon,
  .has-xl-font-size .b-icon {
    margin-bottom: 33.75px;
  }
  .text-xl i.fa.h-icon,
  .has-xl-font-size i.fa.h-icon,
  .text-xl .b-icon.h-icon,
  .has-xl-font-size .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xl i.fa:last-child,
  .has-xl-font-size i.fa:last-child,
  .text-xl .b-icon:last-child,
  .has-xl-font-size .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xl .img-wrapper,
  .has-xl-font-size .img-wrapper {
    margin-bottom: 33.75px;
  }
  .text-xl .img-wrapper:last-child,
  .has-xl-font-size .img-wrapper:last-child {
    margin-bottom: 0;
  }
  .text-xl .column ul,
  .has-xl-font-size .column ul,
  .text-xl .column ol,
  .has-xl-font-size .column ol {
    margin-bottom: 33.75px;
  }
  .text-xl .column ul ul,
  .has-xl-font-size .column ul ul,
  .text-xl .column ol ul,
  .has-xl-font-size .column ol ul,
  .text-xl .column ul ol,
  .has-xl-font-size .column ul ol,
  .text-xl .column ol ol,
  .has-xl-font-size .column ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xl hr,
  .has-xl-font-size hr {
    margin-top: 33.75px;
    margin-bottom: 33.75px;
    border: 0;
    border-top: 1px solid var(--wp--preset--color--black);
  }
  .text-xl p + hr,
  .has-xl-font-size p + hr,
  .text-xl h1 + hr,
  .has-xl-font-size h1 + hr,
  .text-xl h2 + hr,
  .has-xl-font-size h2 + hr,
  .text-xl h3 + hr,
  .has-xl-font-size h3 + hr,
  .text-xl h4 + hr,
  .has-xl-font-size h4 + hr,
  .text-xl h5 + hr,
  .has-xl-font-size h5 + hr,
  .text-xl h6 + hr,
  .has-xl-font-size h6 + hr,
  .text-xl ul + hr,
  .has-xl-font-size ul + hr,
  .text-xl ol + hr,
  .has-xl-font-size ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .text-xl,
  .has-xl-font-size {
    font-size: 1.125em;
  }
  .text-xl h1,
  .has-xl-font-size h1,
  .text-xl .h1,
  .has-xl-font-size .h1,
  .text-xl h2,
  .has-xl-font-size h2,
  .text-xl .h2,
  .has-xl-font-size .h2,
  .text-xl h3,
  .has-xl-font-size h3,
  .text-xl .h3,
  .has-xl-font-size .h3,
  .text-xl h4,
  .has-xl-font-size h4,
  .text-xl .h4,
  .has-xl-font-size .h4,
  .text-xl h5,
  .has-xl-font-size h5,
  .text-xl .h5,
  .has-xl-font-size .h5,
  .text-xl h6,
  .has-xl-font-size h6,
  .text-xl .h6,
  .has-xl-font-size .h6 {
    line-height: 1em;
  }
  .text-xl h1.text-xl,
  .has-xl-font-size h1.text-xl,
  .text-xl .h1.text-xl,
  .has-xl-font-size .h1.text-xl,
  .text-xl h2.text-xl,
  .has-xl-font-size h2.text-xl,
  .text-xl .h2.text-xl,
  .has-xl-font-size .h2.text-xl,
  .text-xl h3.text-xl,
  .has-xl-font-size h3.text-xl,
  .text-xl .h3.text-xl,
  .has-xl-font-size .h3.text-xl,
  .text-xl h4.text-xl,
  .has-xl-font-size h4.text-xl,
  .text-xl .h4.text-xl,
  .has-xl-font-size .h4.text-xl,
  .text-xl h5.text-xl,
  .has-xl-font-size h5.text-xl,
  .text-xl .h5.text-xl,
  .has-xl-font-size .h5.text-xl,
  .text-xl h6.text-xl,
  .has-xl-font-size h6.text-xl,
  .text-xl .h6.text-xl,
  .has-xl-font-size .h6.text-xl,
  .text-xl h1.text-xxl,
  .has-xl-font-size h1.text-xxl,
  .text-xl .h1.text-xxl,
  .has-xl-font-size .h1.text-xxl,
  .text-xl h2.text-xxl,
  .has-xl-font-size h2.text-xxl,
  .text-xl .h2.text-xxl,
  .has-xl-font-size .h2.text-xxl,
  .text-xl h3.text-xxl,
  .has-xl-font-size h3.text-xxl,
  .text-xl .h3.text-xxl,
  .has-xl-font-size .h3.text-xxl,
  .text-xl h4.text-xxl,
  .has-xl-font-size h4.text-xxl,
  .text-xl .h4.text-xxl,
  .has-xl-font-size .h4.text-xxl,
  .text-xl h5.text-xxl,
  .has-xl-font-size h5.text-xxl,
  .text-xl .h5.text-xxl,
  .has-xl-font-size .h5.text-xxl,
  .text-xl h6.text-xxl,
  .has-xl-font-size h6.text-xxl,
  .text-xl .h6.text-xxl,
  .has-xl-font-size .h6.text-xxl,
  .text-xl h1.text-lg,
  .has-xl-font-size h1.text-lg,
  .text-xl .h1.text-lg,
  .has-xl-font-size .h1.text-lg,
  .text-xl h2.text-lg,
  .has-xl-font-size h2.text-lg,
  .text-xl .h2.text-lg,
  .has-xl-font-size .h2.text-lg,
  .text-xl h3.text-lg,
  .has-xl-font-size h3.text-lg,
  .text-xl .h3.text-lg,
  .has-xl-font-size .h3.text-lg,
  .text-xl h4.text-lg,
  .has-xl-font-size h4.text-lg,
  .text-xl .h4.text-lg,
  .has-xl-font-size .h4.text-lg,
  .text-xl h5.text-lg,
  .has-xl-font-size h5.text-lg,
  .text-xl .h5.text-lg,
  .has-xl-font-size .h5.text-lg,
  .text-xl h6.text-lg,
  .has-xl-font-size h6.text-lg,
  .text-xl .h6.text-lg,
  .has-xl-font-size .h6.text-lg {
    line-height: 1em;
  }
  .text-xl h1,
  .has-xl-font-size h1,
  .text-xl .h1,
  .has-xl-font-size .h1,
  .text-xl h2,
  .has-xl-font-size h2,
  .text-xl .h2,
  .has-xl-font-size .h2,
  .text-xl h3,
  .has-xl-font-size h3,
  .text-xl .h3,
  .has-xl-font-size .h3,
  .text-xl h4,
  .has-xl-font-size h4,
  .text-xl .h4,
  .has-xl-font-size .h4,
  .text-xl h5,
  .has-xl-font-size h5,
  .text-xl .h5,
  .has-xl-font-size .h5,
  .text-xl h6,
  .has-xl-font-size h6,
  .text-xl .h6,
  .has-xl-font-size .h6 {
    margin-bottom: 30.375px;
  }
  .text-xl h1:only-child,
  .has-xl-font-size h1:only-child,
  .text-xl .h1:only-child,
  .has-xl-font-size .h1:only-child,
  .text-xl h2:only-child,
  .has-xl-font-size h2:only-child,
  .text-xl .h2:only-child,
  .has-xl-font-size .h2:only-child,
  .text-xl h3:only-child,
  .has-xl-font-size h3:only-child,
  .text-xl .h3:only-child,
  .has-xl-font-size .h3:only-child,
  .text-xl h4:only-child,
  .has-xl-font-size h4:only-child,
  .text-xl .h4:only-child,
  .has-xl-font-size .h4:only-child,
  .text-xl h5:only-child,
  .has-xl-font-size h5:only-child,
  .text-xl .h5:only-child,
  .has-xl-font-size .h5:only-child,
  .text-xl h6:only-child,
  .has-xl-font-size h6:only-child,
  .text-xl .h6:only-child,
  .has-xl-font-size .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl ul li,
  .has-xl-font-size ul li,
  .text-xl ol li,
  .has-xl-font-size ol li {
    margin-bottom: 7.59375px;
  }
  .text-xl ul li li,
  .has-xl-font-size ul li li,
  .text-xl ol li li,
  .has-xl-font-size ol li li {
    margin-bottom: 7.59375px;
  }
  .text-xl ul li li:last-child,
  .has-xl-font-size ul li li:last-child,
  .text-xl ol li li:last-child,
  .has-xl-font-size ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xl ul li li li,
  .has-xl-font-size ul li li li,
  .text-xl ol li li li,
  .has-xl-font-size ol li li li {
    margin-bottom: 7.59375px;
  }
  .text-xl ul li li li:last-child,
  .has-xl-font-size ul li li li:last-child,
  .text-xl ol li li li:last-child,
  .has-xl-font-size ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xl .btn,
  .has-xl-font-size .btn {
    margin-bottom: 27px;
  }
  .text-xl .btn:last-child,
  .has-xl-font-size .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xl p,
  .has-xl-font-size p {
    margin-bottom: 30.375px;
  }
  .text-xl p:empty,
  .has-xl-font-size p:empty {
    display: none !important;
  }
  .text-xl i.fa,
  .has-xl-font-size i.fa,
  .text-xl .b-icon,
  .has-xl-font-size .b-icon {
    margin-bottom: 30.375px;
  }
  .text-xl i.fa.h-icon,
  .has-xl-font-size i.fa.h-icon,
  .text-xl .b-icon.h-icon,
  .has-xl-font-size .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xl i.fa:last-child,
  .has-xl-font-size i.fa:last-child,
  .text-xl .b-icon:last-child,
  .has-xl-font-size .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xl .img-wrapper,
  .has-xl-font-size .img-wrapper {
    margin-bottom: 30.375px;
  }
  .text-xl .img-wrapper:last-child,
  .has-xl-font-size .img-wrapper:last-child {
    margin-bottom: 0;
  }
  .text-xl .column ul,
  .has-xl-font-size .column ul,
  .text-xl .column ol,
  .has-xl-font-size .column ol {
    margin-bottom: 30.375px;
  }
  .text-xl .column ul ul,
  .has-xl-font-size .column ul ul,
  .text-xl .column ol ul,
  .has-xl-font-size .column ol ul,
  .text-xl .column ul ol,
  .has-xl-font-size .column ul ol,
  .text-xl .column ol ol,
  .has-xl-font-size .column ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xl hr,
  .has-xl-font-size hr {
    margin-top: 30.375px;
    margin-bottom: 30.375px;
    border: 0;
    border-top: 1px solid var(--wp--preset--color--black);
  }
  .text-xl p + hr,
  .has-xl-font-size p + hr,
  .text-xl h1 + hr,
  .has-xl-font-size h1 + hr,
  .text-xl h2 + hr,
  .has-xl-font-size h2 + hr,
  .text-xl h3 + hr,
  .has-xl-font-size h3 + hr,
  .text-xl h4 + hr,
  .has-xl-font-size h4 + hr,
  .text-xl h5 + hr,
  .has-xl-font-size h5 + hr,
  .text-xl h6 + hr,
  .has-xl-font-size h6 + hr,
  .text-xl ul + hr,
  .has-xl-font-size ul + hr,
  .text-xl ol + hr,
  .has-xl-font-size ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .text-xl,
  .has-xl-font-size {
    font-size: 1em;
  }
  .text-xl h1,
  .has-xl-font-size h1,
  .text-xl .h1,
  .has-xl-font-size .h1,
  .text-xl h2,
  .has-xl-font-size h2,
  .text-xl .h2,
  .has-xl-font-size .h2,
  .text-xl h3,
  .has-xl-font-size h3,
  .text-xl .h3,
  .has-xl-font-size .h3,
  .text-xl h4,
  .has-xl-font-size h4,
  .text-xl .h4,
  .has-xl-font-size .h4,
  .text-xl h5,
  .has-xl-font-size h5,
  .text-xl .h5,
  .has-xl-font-size .h5,
  .text-xl h6,
  .has-xl-font-size h6,
  .text-xl .h6,
  .has-xl-font-size .h6 {
    line-height: 1em;
  }
  .text-xl h1.text-xl,
  .has-xl-font-size h1.text-xl,
  .text-xl .h1.text-xl,
  .has-xl-font-size .h1.text-xl,
  .text-xl h2.text-xl,
  .has-xl-font-size h2.text-xl,
  .text-xl .h2.text-xl,
  .has-xl-font-size .h2.text-xl,
  .text-xl h3.text-xl,
  .has-xl-font-size h3.text-xl,
  .text-xl .h3.text-xl,
  .has-xl-font-size .h3.text-xl,
  .text-xl h4.text-xl,
  .has-xl-font-size h4.text-xl,
  .text-xl .h4.text-xl,
  .has-xl-font-size .h4.text-xl,
  .text-xl h5.text-xl,
  .has-xl-font-size h5.text-xl,
  .text-xl .h5.text-xl,
  .has-xl-font-size .h5.text-xl,
  .text-xl h6.text-xl,
  .has-xl-font-size h6.text-xl,
  .text-xl .h6.text-xl,
  .has-xl-font-size .h6.text-xl,
  .text-xl h1.text-xxl,
  .has-xl-font-size h1.text-xxl,
  .text-xl .h1.text-xxl,
  .has-xl-font-size .h1.text-xxl,
  .text-xl h2.text-xxl,
  .has-xl-font-size h2.text-xxl,
  .text-xl .h2.text-xxl,
  .has-xl-font-size .h2.text-xxl,
  .text-xl h3.text-xxl,
  .has-xl-font-size h3.text-xxl,
  .text-xl .h3.text-xxl,
  .has-xl-font-size .h3.text-xxl,
  .text-xl h4.text-xxl,
  .has-xl-font-size h4.text-xxl,
  .text-xl .h4.text-xxl,
  .has-xl-font-size .h4.text-xxl,
  .text-xl h5.text-xxl,
  .has-xl-font-size h5.text-xxl,
  .text-xl .h5.text-xxl,
  .has-xl-font-size .h5.text-xxl,
  .text-xl h6.text-xxl,
  .has-xl-font-size h6.text-xxl,
  .text-xl .h6.text-xxl,
  .has-xl-font-size .h6.text-xxl,
  .text-xl h1.text-lg,
  .has-xl-font-size h1.text-lg,
  .text-xl .h1.text-lg,
  .has-xl-font-size .h1.text-lg,
  .text-xl h2.text-lg,
  .has-xl-font-size h2.text-lg,
  .text-xl .h2.text-lg,
  .has-xl-font-size .h2.text-lg,
  .text-xl h3.text-lg,
  .has-xl-font-size h3.text-lg,
  .text-xl .h3.text-lg,
  .has-xl-font-size .h3.text-lg,
  .text-xl h4.text-lg,
  .has-xl-font-size h4.text-lg,
  .text-xl .h4.text-lg,
  .has-xl-font-size .h4.text-lg,
  .text-xl h5.text-lg,
  .has-xl-font-size h5.text-lg,
  .text-xl .h5.text-lg,
  .has-xl-font-size .h5.text-lg,
  .text-xl h6.text-lg,
  .has-xl-font-size h6.text-lg,
  .text-xl .h6.text-lg,
  .has-xl-font-size .h6.text-lg {
    line-height: 1em;
  }
  .text-xl h1,
  .has-xl-font-size h1,
  .text-xl .h1,
  .has-xl-font-size .h1,
  .text-xl h2,
  .has-xl-font-size h2,
  .text-xl .h2,
  .has-xl-font-size .h2,
  .text-xl h3,
  .has-xl-font-size h3,
  .text-xl .h3,
  .has-xl-font-size .h3,
  .text-xl h4,
  .has-xl-font-size h4,
  .text-xl .h4,
  .has-xl-font-size .h4,
  .text-xl h5,
  .has-xl-font-size h5,
  .text-xl .h5,
  .has-xl-font-size .h5,
  .text-xl h6,
  .has-xl-font-size h6,
  .text-xl .h6,
  .has-xl-font-size .h6 {
    margin-bottom: 27px;
  }
  .text-xl h1:only-child,
  .has-xl-font-size h1:only-child,
  .text-xl .h1:only-child,
  .has-xl-font-size .h1:only-child,
  .text-xl h2:only-child,
  .has-xl-font-size h2:only-child,
  .text-xl .h2:only-child,
  .has-xl-font-size .h2:only-child,
  .text-xl h3:only-child,
  .has-xl-font-size h3:only-child,
  .text-xl .h3:only-child,
  .has-xl-font-size .h3:only-child,
  .text-xl h4:only-child,
  .has-xl-font-size h4:only-child,
  .text-xl .h4:only-child,
  .has-xl-font-size .h4:only-child,
  .text-xl h5:only-child,
  .has-xl-font-size h5:only-child,
  .text-xl .h5:only-child,
  .has-xl-font-size .h5:only-child,
  .text-xl h6:only-child,
  .has-xl-font-size h6:only-child,
  .text-xl .h6:only-child,
  .has-xl-font-size .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl ul li,
  .has-xl-font-size ul li,
  .text-xl ol li,
  .has-xl-font-size ol li {
    margin-bottom: 6.75px;
  }
  .text-xl ul li li,
  .has-xl-font-size ul li li,
  .text-xl ol li li,
  .has-xl-font-size ol li li {
    margin-bottom: 6.75px;
  }
  .text-xl ul li li:last-child,
  .has-xl-font-size ul li li:last-child,
  .text-xl ol li li:last-child,
  .has-xl-font-size ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xl ul li li li,
  .has-xl-font-size ul li li li,
  .text-xl ol li li li,
  .has-xl-font-size ol li li li {
    margin-bottom: 6.75px;
  }
  .text-xl ul li li li:last-child,
  .has-xl-font-size ul li li li:last-child,
  .text-xl ol li li li:last-child,
  .has-xl-font-size ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xl .btn,
  .has-xl-font-size .btn {
    margin-bottom: 27px;
  }
  .text-xl .btn:last-child,
  .has-xl-font-size .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xl p,
  .has-xl-font-size p {
    margin-bottom: 27px;
  }
  .text-xl p:empty,
  .has-xl-font-size p:empty {
    display: none !important;
  }
  .text-xl i.fa,
  .has-xl-font-size i.fa,
  .text-xl .b-icon,
  .has-xl-font-size .b-icon {
    margin-bottom: 27px;
  }
  .text-xl i.fa.h-icon,
  .has-xl-font-size i.fa.h-icon,
  .text-xl .b-icon.h-icon,
  .has-xl-font-size .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xl i.fa:last-child,
  .has-xl-font-size i.fa:last-child,
  .text-xl .b-icon:last-child,
  .has-xl-font-size .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xl .img-wrapper,
  .has-xl-font-size .img-wrapper {
    margin-bottom: 27px;
  }
  .text-xl .img-wrapper:last-child,
  .has-xl-font-size .img-wrapper:last-child {
    margin-bottom: 0;
  }
  .text-xl .column ul,
  .has-xl-font-size .column ul,
  .text-xl .column ol,
  .has-xl-font-size .column ol {
    margin-bottom: 27px;
  }
  .text-xl .column ul ul,
  .has-xl-font-size .column ul ul,
  .text-xl .column ol ul,
  .has-xl-font-size .column ol ul,
  .text-xl .column ul ol,
  .has-xl-font-size .column ul ol,
  .text-xl .column ol ol,
  .has-xl-font-size .column ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xl hr,
  .has-xl-font-size hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid var(--wp--preset--color--black);
  }
  .text-xl p + hr,
  .has-xl-font-size p + hr,
  .text-xl h1 + hr,
  .has-xl-font-size h1 + hr,
  .text-xl h2 + hr,
  .has-xl-font-size h2 + hr,
  .text-xl h3 + hr,
  .has-xl-font-size h3 + hr,
  .text-xl h4 + hr,
  .has-xl-font-size h4 + hr,
  .text-xl h5 + hr,
  .has-xl-font-size h5 + hr,
  .text-xl h6 + hr,
  .has-xl-font-size h6 + hr,
  .text-xl ul + hr,
  .has-xl-font-size ul + hr,
  .text-xl ol + hr,
  .has-xl-font-size ol + hr {
    margin-top: 0;
  }
}
.is-style-heading-h1 {
  font-size: 3em;
}
.is-style-heading-h2 {
  font-size: 2em;
}
.is-style-heading-h3 {
  font-size: 1.5em;
}
.is-style-heading-h4 {
  font-size: 1.25em;
}
.is-style-heading-h5 {
  font-size: 1.1em;
}
.is-style-heading-h6 {
  font-size: 1em;
}
.text-reset {
  font-size: 18px;
  line-height: 1.5em;
}
.text-reset i.fa,
.text-reset i.b-icon {
  font-size: inherit;
  line-height: inherit;
}
.text-reset h1,
.text-reset .h1,
.text-reset h2,
.text-reset .h2,
.text-reset h3,
.text-reset .h3,
.text-reset h4,
.text-reset .h4,
.text-reset h5,
.text-reset .h5,
.text-reset h6,
.text-reset .h6 {
  line-height: 1em;
}
.text-reset h1.text-xl,
.text-reset .h1.text-xl,
.text-reset h2.text-xl,
.text-reset .h2.text-xl,
.text-reset h3.text-xl,
.text-reset .h3.text-xl,
.text-reset h4.text-xl,
.text-reset .h4.text-xl,
.text-reset h5.text-xl,
.text-reset .h5.text-xl,
.text-reset h6.text-xl,
.text-reset .h6.text-xl,
.text-reset h1.text-xxl,
.text-reset .h1.text-xxl,
.text-reset h2.text-xxl,
.text-reset .h2.text-xxl,
.text-reset h3.text-xxl,
.text-reset .h3.text-xxl,
.text-reset h4.text-xxl,
.text-reset .h4.text-xxl,
.text-reset h5.text-xxl,
.text-reset .h5.text-xxl,
.text-reset h6.text-xxl,
.text-reset .h6.text-xxl,
.text-reset h1.text-lg,
.text-reset .h1.text-lg,
.text-reset h2.text-lg,
.text-reset .h2.text-lg,
.text-reset h3.text-lg,
.text-reset .h3.text-lg,
.text-reset h4.text-lg,
.text-reset .h4.text-lg,
.text-reset h5.text-lg,
.text-reset .h5.text-lg,
.text-reset h6.text-lg,
.text-reset .h6.text-lg {
  line-height: 1em;
}
.text-reset h1,
.text-reset .h1,
.text-reset h2,
.text-reset .h2,
.text-reset h3,
.text-reset .h3,
.text-reset h4,
.text-reset .h4,
.text-reset h5,
.text-reset .h5,
.text-reset h6,
.text-reset .h6 {
  margin-bottom: 27px;
}
.text-reset h1:only-child,
.text-reset .h1:only-child,
.text-reset h2:only-child,
.text-reset .h2:only-child,
.text-reset h3:only-child,
.text-reset .h3:only-child,
.text-reset h4:only-child,
.text-reset .h4:only-child,
.text-reset h5:only-child,
.text-reset .h5:only-child,
.text-reset h6:only-child,
.text-reset .h6:only-child {
  margin-bottom: 0;
}
.text-reset ul li,
.text-reset ol li {
  margin-bottom: 6.75px;
}
.text-reset ul li li,
.text-reset ol li li {
  margin-bottom: 6.75px;
}
.text-reset ul li li:last-child,
.text-reset ol li li:last-child {
  margin-bottom: 0;
}
.text-reset ul li li li,
.text-reset ol li li li {
  margin-bottom: 6.75px;
}
.text-reset ul li li li:last-child,
.text-reset ol li li li:last-child {
  margin-bottom: 0;
}
.text-reset .btn {
  margin-bottom: 27px;
}
.text-reset .btn:last-child {
  margin-bottom: 0px;
}
.text-reset p {
  margin-bottom: 27px;
}
.text-reset p:empty {
  display: none !important;
}
.text-reset i.fa,
.text-reset .b-icon {
  margin-bottom: 27px;
}
.text-reset i.fa.h-icon,
.text-reset .b-icon.h-icon {
  margin-bottom: 0;
}
.text-reset i.fa:last-child,
.text-reset .b-icon:last-child {
  margin-bottom: 0;
}
.text-reset .img-wrapper {
  margin-bottom: 27px;
}
.text-reset .img-wrapper:last-child {
  margin-bottom: 0;
}
.text-reset .column ul,
.text-reset .column ol {
  margin-bottom: 27px;
}
.text-reset .column ul ul,
.text-reset .column ol ul,
.text-reset .column ul ol,
.text-reset .column ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-reset hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--black);
}
.text-reset p + hr,
.text-reset h1 + hr,
.text-reset h2 + hr,
.text-reset h3 + hr,
.text-reset h4 + hr,
.text-reset h5 + hr,
.text-reset h6 + hr,
.text-reset ul + hr,
.text-reset ol + hr {
  margin-top: 0;
}
.note {
  padding: 1rem;
  color: #fff;
  font-size: 1rem !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  -webkit-animation: colorchange 10s infinite;
       -o-animation: colorchange 10s infinite;
          animation: colorchange 10s infinite;
  margin-bottom: 1rem;
  display: none;
}
.note p:before {
  content: "[ ";
}
.note p:after {
  content: " ]";
}
.note *:last-child {
  margin-bottom: 0 !important;
}
body.logged-in.role-administrator .note {
  display: inline-block;
}
.wp-block-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 27px;
}
.wp-block-table:last-child {
  margin-bottom: 0;
}
.wp-block-table table {
  border: 1px solid;
  display: inline-table;
  border-collapse: collapse;
  width: auto;
}
.wp-block-table table td,
.wp-block-table table th {
  padding: 0.5em 1em;
  border: 1px solid;
}
.wp-block-table table thead,
.wp-block-table table tfoot {
  border: 0;
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--default);
}
.wp-block-table table tbody tr:nth-child(even) {
  background: var(--wp--preset--color--gray-light);
}
.wp-block-table table tbody tr td {
  border: 1px solid var(--wp--preset--color--black);
}
.column:has( > .is-style-dual-list),
.wp-block-group__inner-container:has( > .is-style-dual-list),
.column:has( > .is-style-quad-list),
.wp-block-group__inner-container:has( > .is-style-quad-list),
.column:has( > .is-style-struc-list),
.wp-block-group__inner-container:has( > .is-style-struc-list) {
  container-type: inline-size;
  container-name: list;
}
.column ul.is-style-dual-list,
.wp-block-group__inner-container ul.is-style-dual-list,
.column ol.is-style-dual-list,
.wp-block-group__inner-container ol.is-style-dual-list,
.column ul.is-style-struc-list,
.wp-block-group__inner-container ul.is-style-struc-list,
.column ol.is-style-struc-list,
.wp-block-group__inner-container ol.is-style-struc-list,
.column ul.is-style-quad-list,
.wp-block-group__inner-container ul.is-style-quad-list,
.column ol.is-style-quad-list,
.wp-block-group__inner-container ol.is-style-quad-list {
  position: relative;
  padding-top: 27px;
  padding-bottom: 27px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.column ul.is-style-dual-list:before,
.wp-block-group__inner-container ul.is-style-dual-list:before,
.column ol.is-style-dual-list:before,
.wp-block-group__inner-container ol.is-style-dual-list:before,
.column ul.is-style-struc-list:before,
.wp-block-group__inner-container ul.is-style-struc-list:before,
.column ol.is-style-struc-list:before,
.wp-block-group__inner-container ol.is-style-struc-list:before,
.column ul.is-style-quad-list:before,
.wp-block-group__inner-container ul.is-style-quad-list:before,
.column ol.is-style-quad-list:before,
.wp-block-group__inner-container ol.is-style-quad-list:before,
.column ul.is-style-dual-list:after,
.wp-block-group__inner-container ul.is-style-dual-list:after,
.column ol.is-style-dual-list:after,
.wp-block-group__inner-container ol.is-style-dual-list:after,
.column ul.is-style-struc-list:after,
.wp-block-group__inner-container ul.is-style-struc-list:after,
.column ol.is-style-struc-list:after,
.wp-block-group__inner-container ol.is-style-struc-list:after,
.column ul.is-style-quad-list:after,
.wp-block-group__inner-container ul.is-style-quad-list:after,
.column ol.is-style-quad-list:after,
.wp-block-group__inner-container ol.is-style-quad-list:after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-left: 1px solid;
}
.column ul.is-style-dual-list li,
.wp-block-group__inner-container ul.is-style-dual-list li,
.column ol.is-style-dual-list li,
.wp-block-group__inner-container ol.is-style-dual-list li,
.column ul.is-style-struc-list li,
.wp-block-group__inner-container ul.is-style-struc-list li,
.column ol.is-style-struc-list li,
.wp-block-group__inner-container ol.is-style-struc-list li,
.column ul.is-style-quad-list li,
.wp-block-group__inner-container ul.is-style-quad-list li,
.column ol.is-style-quad-list li,
.wp-block-group__inner-container ol.is-style-quad-list li {
  margin-right: 0;
  margin-right: -webkit-calc(54px);
  margin-right: calc(54px);
  margin-left: -webkit-calc(54px);
  margin-left: calc(54px);
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  padding: 13.5px 0;
}
.column ul.is-style-dual-list li:after,
.wp-block-group__inner-container ul.is-style-dual-list li:after,
.column ol.is-style-dual-list li:after,
.wp-block-group__inner-container ol.is-style-dual-list li:after,
.column ul.is-style-struc-list li:after,
.wp-block-group__inner-container ul.is-style-struc-list li:after,
.column ol.is-style-struc-list li:after,
.wp-block-group__inner-container ol.is-style-struc-list li:after,
.column ul.is-style-quad-list li:after,
.wp-block-group__inner-container ul.is-style-quad-list li:after,
.column ol.is-style-quad-list li:after,
.wp-block-group__inner-container ol.is-style-quad-list li:after {
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--wp--preset--color--gray);
  height: 0;
  position: absolute;
}
.column ul.is-style-dual-list li:before,
.wp-block-group__inner-container ul.is-style-dual-list li:before,
.column ol.is-style-dual-list li:before,
.wp-block-group__inner-container ol.is-style-dual-list li:before,
.column ul.is-style-struc-list li:before,
.wp-block-group__inner-container ul.is-style-struc-list li:before,
.column ol.is-style-struc-list li:before,
.wp-block-group__inner-container ol.is-style-struc-list li:before,
.column ul.is-style-quad-list li:before,
.wp-block-group__inner-container ul.is-style-quad-list li:before,
.column ol.is-style-quad-list li:before,
.wp-block-group__inner-container ol.is-style-quad-list li:before {
  content: '' !important;
  display: none;
  height: 100%;
  margin-left: -webkit-calc(-1 * 54px);
  margin-left: calc(-1 * 54px);
  padding: 0;
  border-left: 1px solid;
  position: absolute;
  left: 0;
  top: 0;
}
.column ul.is-style-dual-list li:nth-last-child(1):after,
.wp-block-group__inner-container ul.is-style-dual-list li:nth-last-child(1):after,
.column ol.is-style-dual-list li:nth-last-child(1):after,
.wp-block-group__inner-container ol.is-style-dual-list li:nth-last-child(1):after,
.column ul.is-style-struc-list li:nth-last-child(1):after,
.wp-block-group__inner-container ul.is-style-struc-list li:nth-last-child(1):after,
.column ol.is-style-struc-list li:nth-last-child(1):after,
.wp-block-group__inner-container ol.is-style-struc-list li:nth-last-child(1):after,
.column ul.is-style-quad-list li:nth-last-child(1):after,
.wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(1):after,
.column ol.is-style-quad-list li:nth-last-child(1):after,
.wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(1):after {
  border-top: 0px;
}
@media (max-width: 767px) {
  .column ul.is-style-dual-list li,
  .wp-block-group__inner-container ul.is-style-dual-list li,
  .column ol.is-style-dual-list li,
  .wp-block-group__inner-container ol.is-style-dual-list li,
  .column ul.is-style-struc-list li,
  .wp-block-group__inner-container ul.is-style-struc-list li,
  .column ol.is-style-struc-list li,
  .wp-block-group__inner-container ol.is-style-struc-list li,
  .column ul.is-style-quad-list li,
  .wp-block-group__inner-container ul.is-style-quad-list li,
  .column ol.is-style-quad-list li,
  .wp-block-group__inner-container ol.is-style-quad-list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .column ul.is-style-dual-list:after,
  .wp-block-group__inner-container ul.is-style-dual-list:after,
  .column ol.is-style-dual-list:after,
  .wp-block-group__inner-container ol.is-style-dual-list:after,
  .column ul.is-style-struc-list:after,
  .wp-block-group__inner-container ul.is-style-struc-list:after,
  .column ol.is-style-struc-list:after,
  .wp-block-group__inner-container ol.is-style-struc-list:after,
  .column ul.is-style-quad-list:after,
  .wp-block-group__inner-container ul.is-style-quad-list:after,
  .column ol.is-style-quad-list:after,
  .wp-block-group__inner-container ol.is-style-quad-list:after {
    display: none;
  }
}
.column ul.is-style-dual-list:after,
.wp-block-group__inner-container ul.is-style-dual-list:after,
.column ol.is-style-dual-list:after,
.wp-block-group__inner-container ol.is-style-dual-list:after {
  left: 50%;
}
.column ul.is-style-dual-list li,
.wp-block-group__inner-container ul.is-style-dual-list li,
.column ol.is-style-dual-list li,
.wp-block-group__inner-container ol.is-style-dual-list li {
  width: 50%;
  width: -webkit-calc(50% - (54px * 2));
  width: calc(50% - (54px * 2));
}
.column ul.is-style-dual-list li:nth-last-child(2):after,
.wp-block-group__inner-container ul.is-style-dual-list li:nth-last-child(2):after,
.column ol.is-style-dual-list li:nth-last-child(2):after,
.wp-block-group__inner-container ol.is-style-dual-list li:nth-last-child(2):after,
.column ul.is-style-dual-list li:nth-last-child(1):after,
.wp-block-group__inner-container ul.is-style-dual-list li:nth-last-child(1):after,
.column ol.is-style-dual-list li:nth-last-child(1):after,
.wp-block-group__inner-container ol.is-style-dual-list li:nth-last-child(1):after {
  border-top: 0px;
}
@media (max-width: 767px) {
  .column ul.is-style-dual-list li,
  .wp-block-group__inner-container ul.is-style-dual-list li,
  .column ol.is-style-dual-list li,
  .wp-block-group__inner-container ol.is-style-dual-list li {
    width: 100%;
  }
  .column ul.is-style-dual-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ul.is-style-dual-list li:nth-last-child(2):after,
  .column ol.is-style-dual-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ol.is-style-dual-list li:nth-last-child(2):after {
    border-top: 1px solid;
  }
}
.column ul.is-style-quad-list:after,
.wp-block-group__inner-container ul.is-style-quad-list:after,
.column ol.is-style-quad-list:after,
.wp-block-group__inner-container ol.is-style-quad-list:after {
  left: -webkit-calc(100% / 2);
  left: calc(100% / 2);
}
@media (min-width: 1200px) {
  .column ul.is-style-quad-list:before,
  .wp-block-group__inner-container ul.is-style-quad-list:before,
  .column ol.is-style-quad-list:before,
  .wp-block-group__inner-container ol.is-style-quad-list:before,
  .column ul.is-style-quad-list:after,
  .wp-block-group__inner-container ul.is-style-quad-list:after,
  .column ol.is-style-quad-list:after,
  .wp-block-group__inner-container ol.is-style-quad-list:after {
    -webkit-box-shadow: 25cqw 0 0 0 var(--wp--preset--color--black);
            box-shadow: 25cqw 0 0 0 var(--wp--preset--color--black);
  }
}
.column ul.is-style-quad-list li,
.wp-block-group__inner-container ul.is-style-quad-list li,
.column ol.is-style-quad-list li,
.wp-block-group__inner-container ol.is-style-quad-list li {
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
  width: -webkit-calc(25% - (54px * 2));
  width: calc(25% - (54px * 2));
}
@media (min-width: 1200px) {
  .column ul.is-style-quad-list li:nth-last-child(4):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(4):after,
  .column ol.is-style-quad-list li:nth-last-child(4):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(4):after,
  .column ul.is-style-quad-list li:nth-last-child(3):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(3):after,
  .column ol.is-style-quad-list li:nth-last-child(3):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(3):after,
  .column ul.is-style-quad-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(2):after,
  .column ol.is-style-quad-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(2):after,
  .column ul.is-style-quad-list li:nth-last-child(1):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(1):after,
  .column ol.is-style-quad-list li:nth-last-child(1):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(1):after {
    border-top: 0px;
  }
}
@media (max-width: 767px) {
  .column ul.is-style-quad-list li,
  .wp-block-group__inner-container ul.is-style-quad-list li,
  .column ol.is-style-quad-list li,
  .wp-block-group__inner-container ol.is-style-quad-list li {
    width: 100%;
  }
  .column ul.is-style-quad-list li:nth-last-child(4):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(4):after,
  .column ol.is-style-quad-list li:nth-last-child(4):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(4):after,
  .column ul.is-style-quad-list li:nth-last-child(3):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(3):after,
  .column ol.is-style-quad-list li:nth-last-child(3):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(3):after,
  .column ul.is-style-quad-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(2):after,
  .column ol.is-style-quad-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(2):after {
    border-top: 1px solid;
  }
}
@media (max-width: 1200px) and (min-width: 767px) {
  .column ul.is-style-quad-list li,
  .wp-block-group__inner-container ul.is-style-quad-list li,
  .column ol.is-style-quad-list li,
  .wp-block-group__inner-container ol.is-style-quad-list li {
    width: 50%;
    width: -webkit-calc(50% - (54px * 2));
    width: calc(50% - (54px * 2));
  }
  .column ul.is-style-quad-list li:before,
  .wp-block-group__inner-container ul.is-style-quad-list li:before,
  .column ol.is-style-quad-list li:before,
  .wp-block-group__inner-container ol.is-style-quad-list li:before,
  .column ul.is-style-quad-list li:after,
  .wp-block-group__inner-container ul.is-style-quad-list li:after,
  .column ol.is-style-quad-list li:after,
  .wp-block-group__inner-container ol.is-style-quad-list li:after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .column ul.is-style-quad-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(2):after,
  .column ol.is-style-quad-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(2):after,
  .column ul.is-style-quad-list li:nth-last-child(1):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(1):after,
  .column ol.is-style-quad-list li:nth-last-child(1):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(1):after {
    border-top: 0px;
  }
}
@media (max-width: 1200px) and (min-width: 767px) and (max-width: 767px) {
  .column ul.is-style-quad-list li,
  .wp-block-group__inner-container ul.is-style-quad-list li,
  .column ol.is-style-quad-list li,
  .wp-block-group__inner-container ol.is-style-quad-list li {
    width: 100%;
  }
  .column ul.is-style-quad-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ul.is-style-quad-list li:nth-last-child(2):after,
  .column ol.is-style-quad-list li:nth-last-child(2):after,
  .wp-block-group__inner-container ol.is-style-quad-list li:nth-last-child(2):after {
    border-top: 1px solid;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 27px;
  padding-right: 27px;
}
@media (min-width: 768px) {
  .container {
    width: 754px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 974px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1174px;
  }
}
@media (min-width: 1470px) {
  .container {
    width: 1474px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 27px;
  padding-right: 27px;
}
.row {
  margin-left: -27px;
  margin-right: -27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column > .row {
  margin-left: -27px;
  margin-right: -27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-calc(100% + 54px);
  width: calc(100% + 54px);
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 27px;
  padding-right: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1470px) {
  .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 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #0000ef;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75em;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: inherit;
  color: #000067;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1em;
  line-height: 1.5em;
  color: var(--wp--preset--color--gray-dark);
}
.form-control {
  display: block;
  width: 100%;
  height: 2.15em;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.5em;
  color: var(--wp--preset--color--gray-dark);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #dfdfff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.15em;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 13em;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 24em;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 1em;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 2em;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.75em;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 13em;
  line-height: 13em;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.75em;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 13em;
  line-height: 13em;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13em;
  min-height: 1.75em;
  padding: 6px 10px;
  font-size: 0.75em;
  line-height: 1.5;
}
.input-lg {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 24em;
  line-height: 24em;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 24em;
  line-height: 24em;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 24em;
  min-height: 2.25em;
  padding: 11px 16px;
  font-size: 1.25em;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 2.6875em;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.15em;
  height: 2.15em;
  line-height: 2.15em;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 24em;
  height: 24em;
  line-height: 24em;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 13em;
  height: 13em;
  line-height: 13em;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #3c763d, 10%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3c763d;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #8a6d3b, 10%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8a6d3b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #a94442, 10%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a94442;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 6em;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: var(--wp--preset--color--black);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 8em;
}
.form-horizontal .form-group {
  margin-left: -27px;
  margin-right: -27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 27px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 0.75em;
  }
}
.btn {
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 400;
  font-family: 'FTS', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  border-radius: 3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:only-child {
  margin-bottom: 0;
}
.btn span {
  vertical-align: baseline;
  display: inline-block;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: var(--wp--preset--color--default);
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: var(--wp--preset--color--default);
  background-color: var(--wp--preset--color--black);
  border: 2px solid var(--wp--preset--color--black);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 3em;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:hover {
  color: var(--wp--preset--color--black);
  background: rgba(0, 0, 0, 0);
  border-color: var(--wp--preset--color--black);
}
.open > .dropdown-toggle.btn-default {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
}
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
}
.btn-default .badge {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--default);
}
.btn-default.btn-alternate {
  color: inherit;
  padding: 0em;
  background-color: transparent;
  border: 0 solid var(--wp--preset--color--black);
  border-bottom: 0.25em solid var(--wp--preset--color--black);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--preset--color--black);
     -moz-text-decoration-color: var(--wp--preset--color--black);
          text-decoration-color: var(--wp--preset--color--black);
}
.btn-default.btn-alternate:active,
.btn-default.btn-alternate.active,
.btn-default.btn-alternate:focus,
.btn-default.btn-alternate.focus,
.btn-default.btn-alternate:hover,
.btn-default.btn-alternate:hover {
  text-decoration-thickness: 0.125em;
  background: transparent;
  color: inherit;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0);
}
.btn-primary {
  color: var(--wp--preset--color--default);
  background-color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 3em;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:hover {
  color: var(--wp--preset--color--primary);
  background: rgba(0, 0, 0, 0);
  border-color: var(--wp--preset--color--primary);
}
.open > .dropdown-toggle.btn-primary {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.btn-primary .badge {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--default);
}
.btn-primary.btn-alternate {
  color: inherit;
  padding: 0em;
  background-color: transparent;
  border: 0 solid var(--wp--preset--color--primary);
  border-bottom: 0.25em solid var(--wp--preset--color--primary);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--preset--color--primary);
     -moz-text-decoration-color: var(--wp--preset--color--primary);
          text-decoration-color: var(--wp--preset--color--primary);
}
.btn-primary.btn-alternate:active,
.btn-primary.btn-alternate.active,
.btn-primary.btn-alternate:focus,
.btn-primary.btn-alternate.focus,
.btn-primary.btn-alternate:hover,
.btn-primary.btn-alternate:hover {
  text-decoration-thickness: 0.125em;
  background: transparent;
  color: inherit;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0);
}
.btn-secondary {
  color: var(--wp--preset--color--default);
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid var(--wp--preset--color--secondary);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 3em;
}
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-secondary:hover {
  color: var(--wp--preset--color--secondary);
  background: rgba(0, 0, 0, 0);
  border-color: var(--wp--preset--color--secondary);
}
.open > .dropdown-toggle.btn-secondary {
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
.open > .dropdown-toggle.btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
.btn-secondary .badge {
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--default);
}
.btn-secondary.btn-alternate {
  color: inherit;
  padding: 0em;
  background-color: transparent;
  border: 0 solid var(--wp--preset--color--secondary);
  border-bottom: 0.25em solid var(--wp--preset--color--secondary);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--preset--color--secondary);
     -moz-text-decoration-color: var(--wp--preset--color--secondary);
          text-decoration-color: var(--wp--preset--color--secondary);
}
.btn-secondary.btn-alternate:active,
.btn-secondary.btn-alternate.active,
.btn-secondary.btn-alternate:focus,
.btn-secondary.btn-alternate.focus,
.btn-secondary.btn-alternate:hover,
.btn-secondary.btn-alternate:hover {
  text-decoration-thickness: 0.125em;
  background: transparent;
  color: inherit;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0);
}
.btn-tertiary {
  color: var(--wp--preset--color--default);
  background-color: var(--wp--preset--color--tertiary);
  border: 2px solid var(--wp--preset--color--tertiary);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 3em;
}
.btn-tertiary:active,
.btn-tertiary.active,
.btn-tertiary:focus,
.btn-tertiary.focus,
.btn-tertiary:hover,
.btn-tertiary:hover {
  color: var(--wp--preset--color--tertiary);
  background: rgba(0, 0, 0, 0);
  border-color: var(--wp--preset--color--tertiary);
}
.open > .dropdown-toggle.btn-tertiary {
  color: var(--wp--preset--color--tertiary);
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--tertiary);
}
.open > .dropdown-toggle.btn-tertiary:hover,
.open > .dropdown-toggle.btn-tertiary:focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  color: var(--wp--preset--color--tertiary);
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--tertiary);
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--tertiary);
}
.btn-tertiary .badge {
  color: var(--wp--preset--color--tertiary);
  background-color: var(--wp--preset--color--default);
}
.btn-tertiary.btn-alternate {
  color: inherit;
  padding: 0em;
  background-color: transparent;
  border: 0 solid var(--wp--preset--color--tertiary);
  border-bottom: 0.25em solid var(--wp--preset--color--tertiary);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--preset--color--tertiary);
     -moz-text-decoration-color: var(--wp--preset--color--tertiary);
          text-decoration-color: var(--wp--preset--color--tertiary);
}
.btn-tertiary.btn-alternate:active,
.btn-tertiary.btn-alternate.active,
.btn-tertiary.btn-alternate:focus,
.btn-tertiary.btn-alternate.focus,
.btn-tertiary.btn-alternate:hover,
.btn-tertiary.btn-alternate:hover {
  text-decoration-thickness: 0.125em;
  background: transparent;
  color: inherit;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0);
}
.btn-link {
  color: var(--wp--preset--color--primary);
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #0000ef;
  text-decoration: none;
}
.btn-lg {
  padding: 0.625em 2.5em;
  font-size: 1.25em;
  line-height: 1.3333333;
  border-radius: 3em;
}
.btn-sm {
  padding: 0.5em 1em;
  font-size: 0.75em;
  line-height: 1.5;
  border-radius: 3em;
}
.btn-xs {
  padding: 0.5em 1em;
  font-size: 0.5em;
  line-height: 1.5;
  border-radius: 3em;
}
.btn + .btn {
  margin-left: 1em;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
#searchsubmit {
  border: 0px solid;
}
.btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.btn-row a {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.btn-row a:last-child {
  margin-bottom: 0.5em;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #dfdfff;
  color: #0000ef;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #0000ef;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0000ae;
  border-color: #0000ae;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #7b7bff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
body {
  --wp--width--max: 100%;
  --wp--width--wide: 100%;
  --wp--width--full: 100%;
}
@media (min-width: 768px) {
  body {
    --wp--width--max: 565.5px;
    --wp--width--wide: 754px;
  }
}
@media (min-width: 992px) {
  body {
    --wp--width--max: 730.5px;
    --wp--width--wide: 974px;
  }
}
@media (min-width: 1200px) {
  body {
    --wp--width--max: 880.5px;
    --wp--width--wide: 1174px;
  }
}
@media (min-width: 1470px) {
  body {
    --wp--width--max: 1105.5px;
    --wp--width--wide: 1474px;
  }
}
#live-area #content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#live-area #content > h1,
#live-area #content > h2,
#live-area #content > h3,
#live-area #content > h4,
#live-area #content > h5,
#live-area #content > h6,
#live-area #content > p,
#live-area #content > ul,
#live-area #content > ol,
#live-area #content > blockquote,
#live-area #content > a,
#live-area #content > table,
#live-area #content > [class*='wp-block-'] {
  float: left;
  clear: both;
  width: var(--wp--width--max);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 27px;
  padding-right: 27px;
}
#live-area #content > h1.alignwide,
#live-area #content > h2.alignwide,
#live-area #content > h3.alignwide,
#live-area #content > h4.alignwide,
#live-area #content > h5.alignwide,
#live-area #content > h6.alignwide,
#live-area #content > p.alignwide,
#live-area #content > ul.alignwide,
#live-area #content > ol.alignwide,
#live-area #content > blockquote.alignwide,
#live-area #content > a.alignwide,
#live-area #content > table.alignwide,
#live-area #content > [class*='wp-block-'].alignwide {
  width: var(--wp--width--wide);
}
#live-area #content > h1.alignfull,
#live-area #content > h2.alignfull,
#live-area #content > h3.alignfull,
#live-area #content > h4.alignfull,
#live-area #content > h5.alignfull,
#live-area #content > h6.alignfull,
#live-area #content > p.alignfull,
#live-area #content > ul.alignfull,
#live-area #content > ol.alignfull,
#live-area #content > blockquote.alignfull,
#live-area #content > a.alignfull,
#live-area #content > table.alignfull,
#live-area #content > [class*='wp-block-'].alignfull {
  width: var(--wp--width--full);
  max-width: 100%;
}
#live-area #content > h1.align-inline,
#live-area #content > h2.align-inline,
#live-area #content > h3.align-inline,
#live-area #content > h4.align-inline,
#live-area #content > h5.align-inline,
#live-area #content > h6.align-inline,
#live-area #content > p.align-inline,
#live-area #content > ul.align-inline,
#live-area #content > ol.align-inline,
#live-area #content > blockquote.align-inline,
#live-area #content > a.align-inline,
#live-area #content > table.align-inline,
#live-area #content > [class*='wp-block-'].align-inline {
  width: auto;
  margin-left: 0;
  margin-right: 27px;
}
#live-area .wp-block-group {
  width: 100%;
  margin-bottom: 27px;
}
#live-area .wp-block-group:last-child {
  margin-bottom: 0;
}
#live-area .wp-block-group > h1,
#live-area .wp-block-group h2,
#live-area .wp-block-group h3,
#live-area .wp-block-group h4,
#live-area .wp-block-group h5,
#live-area .wp-block-group h6 {
  width: auto;
}
#live-area {
  z-index: 1;
  position: relative;
  border-color: var(--wp--preset--color--primary);
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 992px) {
  section:first-child {
    padding-top: -webkit-calc(2.25rem);
    padding-top: calc(2.25rem);
  }
}
@media (max-width: 991px) {
  section:first-child {
    padding-top: -webkit-calc(3rem + (54px / 2));
    padding-top: calc(3rem + (54px / 2));
  }
}
section {
  padding: 0 0;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
section .container-fluid,
section .container {
  padding-top: 54px;
  padding-bottom: 54px;
}
.column {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.column:empty {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
}
article {
  display: block;
  position: relative;
}
div.timed-wrapper {
  width: 100%;
  max-width: none;
  overflow: hidden;
}
#content #article-feed {
  margin-top: 27px;
  margin-bottom: 27px;
}
#content .feed-article {
  margin: 0 0 54px;
}
#content .feed-article .featured-image-article {
  width: 100%;
  display: inline-block;
}
#content .feed-article .featured-image-article img {
  margin: 0 0 27px;
}
#content .feed-article .feed-header {
  width: 100%;
  display: inline-block;
  margin: 0 0 27px;
}
#content .feed-article .feed-content {
  margin: 0 0 27px;
}
.bs-flex-fix:before,
.bs-flex-fix:after {
  display: none !important;
}
.justify-mixin.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-mixin.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-mixin.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-mixin.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-mixin.justify-space-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.justify-mixin.justify-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 0) {
  .direction-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 0) {
  .direction-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 0) {
  .wrap-xs-no {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 0) {
  .wrap-xs-yes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 0) {
  .justify-xs-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 0) {
  .justify-xs-space-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 0) {
  .justify-xs-space-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 0) {
  .justify-xs-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 0) {
  .justify-xs-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 0) {
  .justify-xs-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 0) {
  .flex-xs-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
}
@media (min-width: 0) {
  .flex-xs-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 0) {
  .flex-xs-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
@media (min-width: 0) {
  .flex-xs-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}
@media (min-width: 0) {
  .flex-xs-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-align-content: baseline;
        -ms-flex-line-pack: baseline;
            align-content: baseline;
  }
}
@media (min-width: 768px) {
  .direction-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .direction-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .wrap-sm-no {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .wrap-sm-yes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .justify-sm-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .justify-sm-space-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .justify-sm-space-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .justify-sm-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .justify-sm-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .justify-sm-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .flex-sm-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
}
@media (min-width: 768px) {
  .flex-sm-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 768px) {
  .flex-sm-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
@media (min-width: 768px) {
  .flex-sm-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}
@media (min-width: 768px) {
  .flex-sm-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-align-content: baseline;
        -ms-flex-line-pack: baseline;
            align-content: baseline;
  }
}
@media (min-width: 992px) {
  .direction-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .direction-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .wrap-md-no {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .wrap-md-yes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .justify-md-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .justify-md-space-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .justify-md-space-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .justify-md-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .justify-md-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .justify-md-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .flex-md-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
}
@media (min-width: 992px) {
  .flex-md-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 992px) {
  .flex-md-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
@media (min-width: 992px) {
  .flex-md-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}
@media (min-width: 992px) {
  .flex-md-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-align-content: baseline;
        -ms-flex-line-pack: baseline;
            align-content: baseline;
  }
}
@media (min-width: 1200px) {
  .direction-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .direction-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .wrap-lg-no {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .wrap-lg-yes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .justify-lg-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .justify-lg-space-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .justify-lg-space-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .justify-lg-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .justify-lg-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .justify-lg-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-lg-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .flex-lg-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-lg-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-align-content: baseline;
        -ms-flex-line-pack: baseline;
            align-content: baseline;
  }
}
@media (min-width: 0) {
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 0) {
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 0) {
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 0) {
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 768px) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 768px) {
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 992px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 992px) {
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 992px) {
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 1200px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1200px) {
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1200px) {
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 0) {
  .pad-xs-1,
  div.pad-xs-1,
  .container.pad-xs-1 {
    padding: 27px;
  }
  .pad-xs-1 > .row,
  div.pad-xs-1 > .row,
  .container.pad-xs-1 > .row {
    margin-left: -27px;
    margin-right: -27px;
  }
  .pad-xs-1.column > .row,
  div.pad-xs-1.column > .row,
  .container.pad-xs-1.column > .row {
    margin-left: -27px;
    margin-right: -27px;
    width: -webkit-calc(100% + (54px * 0.5 * 2));
    width: calc(100% + (54px * 0.5 * 2));
  }
  .pad-xs-horz-1,
  div.pad-xs-horz-1,
  .container.pad-xs-horz-1 {
    padding-left: 27px;
    padding-right: 27px;
  }
  .pad-xs-horz-1 > .row,
  div.pad-xs-horz-1 > .row,
  .container.pad-xs-horz-1 > .row {
    margin-left: -27px;
    margin-right: -27px;
  }
  .pad-xs-horz-1.column > .row,
  div.pad-xs-horz-1.column > .row,
  .container.pad-xs-horz-1.column > .row {
    margin-left: -27px;
    margin-right: -27px;
    width: -webkit-calc(100% + (54px * 0.5 * 2));
    width: calc(100% + (54px * 0.5 * 2));
  }
  .pad-xs-vert-1,
  div.pad-xs-vert-1,
  .row.pad-xs-vert-1,
  .container.pad-xs-vert-1 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pad-xs-top-1,
  div.pad-xs-top-1,
  .row.pad-xs-top-1,
  .container.pad-xs-top-1 {
    padding-top: 27px;
  }
  .pad-xs-bottom-1,
  div.pad-xs-bottom-1,
  .row.pad-xs-bottom-1,
  .container.pad-xs-bottom-1 {
    padding-bottom: 27px;
  }
  .pad-xs-left-1,
  div.pad-xs-left-1,
  .container.pad-xs-left-1 {
    padding-left: 27px;
  }
  .pad-xs-right-1,
  div.pad-xs-right-1,
  .container.pad-xs-right-1 {
    padding-right: 27px;
  }
  section.pad-xs-1,
  .row.pad-xs-1,
  section.pad-xs-horz-1,
  .row.pad-xs-horz-1,
  section.pad-xs-left-1,
  .row.pad-xs-left-1,
  section.pad-xs-right-1,
  .row.pad-xs-right-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-2,
  div.pad-xs-2,
  .container.pad-xs-2 {
    padding: 54px;
  }
  .pad-xs-2 > .row,
  div.pad-xs-2 > .row,
  .container.pad-xs-2 > .row {
    margin-left: -54px;
    margin-right: -54px;
  }
  .pad-xs-2.column > .row,
  div.pad-xs-2.column > .row,
  .container.pad-xs-2.column > .row {
    margin-left: -54px;
    margin-right: -54px;
    width: -webkit-calc(100% + (54px * 1 * 2));
    width: calc(100% + (54px * 1 * 2));
  }
  .pad-xs-horz-2,
  div.pad-xs-horz-2,
  .container.pad-xs-horz-2 {
    padding-left: 54px;
    padding-right: 54px;
  }
  .pad-xs-horz-2 > .row,
  div.pad-xs-horz-2 > .row,
  .container.pad-xs-horz-2 > .row {
    margin-left: -54px;
    margin-right: -54px;
  }
  .pad-xs-horz-2.column > .row,
  div.pad-xs-horz-2.column > .row,
  .container.pad-xs-horz-2.column > .row {
    margin-left: -54px;
    margin-right: -54px;
    width: -webkit-calc(100% + (54px * 1 * 2));
    width: calc(100% + (54px * 1 * 2));
  }
  .pad-xs-vert-2,
  div.pad-xs-vert-2,
  .row.pad-xs-vert-2,
  .container.pad-xs-vert-2 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pad-xs-top-2,
  div.pad-xs-top-2,
  .row.pad-xs-top-2,
  .container.pad-xs-top-2 {
    padding-top: 54px;
  }
  .pad-xs-bottom-2,
  div.pad-xs-bottom-2,
  .row.pad-xs-bottom-2,
  .container.pad-xs-bottom-2 {
    padding-bottom: 54px;
  }
  .pad-xs-left-2,
  div.pad-xs-left-2,
  .container.pad-xs-left-2 {
    padding-left: 54px;
  }
  .pad-xs-right-2,
  div.pad-xs-right-2,
  .container.pad-xs-right-2 {
    padding-right: 54px;
  }
  section.pad-xs-2,
  .row.pad-xs-2,
  section.pad-xs-horz-2,
  .row.pad-xs-horz-2,
  section.pad-xs-left-2,
  .row.pad-xs-left-2,
  section.pad-xs-right-2,
  .row.pad-xs-right-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-3,
  div.pad-xs-3,
  .container.pad-xs-3 {
    padding: 81px;
  }
  .pad-xs-3 > .row,
  div.pad-xs-3 > .row,
  .container.pad-xs-3 > .row {
    margin-left: -81px;
    margin-right: -81px;
  }
  .pad-xs-3.column > .row,
  div.pad-xs-3.column > .row,
  .container.pad-xs-3.column > .row {
    margin-left: -81px;
    margin-right: -81px;
    width: -webkit-calc(100% + (54px * 1.5 * 2));
    width: calc(100% + (54px * 1.5 * 2));
  }
  .pad-xs-horz-3,
  div.pad-xs-horz-3,
  .container.pad-xs-horz-3 {
    padding-left: 81px;
    padding-right: 81px;
  }
  .pad-xs-horz-3 > .row,
  div.pad-xs-horz-3 > .row,
  .container.pad-xs-horz-3 > .row {
    margin-left: -81px;
    margin-right: -81px;
  }
  .pad-xs-horz-3.column > .row,
  div.pad-xs-horz-3.column > .row,
  .container.pad-xs-horz-3.column > .row {
    margin-left: -81px;
    margin-right: -81px;
    width: -webkit-calc(100% + (54px * 1.5 * 2));
    width: calc(100% + (54px * 1.5 * 2));
  }
  .pad-xs-vert-3,
  div.pad-xs-vert-3,
  .row.pad-xs-vert-3,
  .container.pad-xs-vert-3 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pad-xs-top-3,
  div.pad-xs-top-3,
  .row.pad-xs-top-3,
  .container.pad-xs-top-3 {
    padding-top: 81px;
  }
  .pad-xs-bottom-3,
  div.pad-xs-bottom-3,
  .row.pad-xs-bottom-3,
  .container.pad-xs-bottom-3 {
    padding-bottom: 81px;
  }
  .pad-xs-left-3,
  div.pad-xs-left-3,
  .container.pad-xs-left-3 {
    padding-left: 81px;
  }
  .pad-xs-right-3,
  div.pad-xs-right-3,
  .container.pad-xs-right-3 {
    padding-right: 81px;
  }
  section.pad-xs-3,
  .row.pad-xs-3,
  section.pad-xs-horz-3,
  .row.pad-xs-horz-3,
  section.pad-xs-left-3,
  .row.pad-xs-left-3,
  section.pad-xs-right-3,
  .row.pad-xs-right-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-4,
  div.pad-xs-4,
  .container.pad-xs-4 {
    padding: 108px;
  }
  .pad-xs-4 > .row,
  div.pad-xs-4 > .row,
  .container.pad-xs-4 > .row {
    margin-left: -108px;
    margin-right: -108px;
  }
  .pad-xs-4.column > .row,
  div.pad-xs-4.column > .row,
  .container.pad-xs-4.column > .row {
    margin-left: -108px;
    margin-right: -108px;
    width: -webkit-calc(100% + (54px * 2 * 2));
    width: calc(100% + (54px * 2 * 2));
  }
  .pad-xs-horz-4,
  div.pad-xs-horz-4,
  .container.pad-xs-horz-4 {
    padding-left: 108px;
    padding-right: 108px;
  }
  .pad-xs-horz-4 > .row,
  div.pad-xs-horz-4 > .row,
  .container.pad-xs-horz-4 > .row {
    margin-left: -108px;
    margin-right: -108px;
  }
  .pad-xs-horz-4.column > .row,
  div.pad-xs-horz-4.column > .row,
  .container.pad-xs-horz-4.column > .row {
    margin-left: -108px;
    margin-right: -108px;
    width: -webkit-calc(100% + (54px * 2 * 2));
    width: calc(100% + (54px * 2 * 2));
  }
  .pad-xs-vert-4,
  div.pad-xs-vert-4,
  .row.pad-xs-vert-4,
  .container.pad-xs-vert-4 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .pad-xs-top-4,
  div.pad-xs-top-4,
  .row.pad-xs-top-4,
  .container.pad-xs-top-4 {
    padding-top: 108px;
  }
  .pad-xs-bottom-4,
  div.pad-xs-bottom-4,
  .row.pad-xs-bottom-4,
  .container.pad-xs-bottom-4 {
    padding-bottom: 108px;
  }
  .pad-xs-left-4,
  div.pad-xs-left-4,
  .container.pad-xs-left-4 {
    padding-left: 108px;
  }
  .pad-xs-right-4,
  div.pad-xs-right-4,
  .container.pad-xs-right-4 {
    padding-right: 108px;
  }
  section.pad-xs-4,
  .row.pad-xs-4,
  section.pad-xs-horz-4,
  .row.pad-xs-horz-4,
  section.pad-xs-left-4,
  .row.pad-xs-left-4,
  section.pad-xs-right-4,
  .row.pad-xs-right-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-5,
  div.pad-xs-5,
  .container.pad-xs-5 {
    padding: 135px;
  }
  .pad-xs-5 > .row,
  div.pad-xs-5 > .row,
  .container.pad-xs-5 > .row {
    margin-left: -135px;
    margin-right: -135px;
  }
  .pad-xs-5.column > .row,
  div.pad-xs-5.column > .row,
  .container.pad-xs-5.column > .row {
    margin-left: -135px;
    margin-right: -135px;
    width: -webkit-calc(100% + (54px * 2.5 * 2));
    width: calc(100% + (54px * 2.5 * 2));
  }
  .pad-xs-horz-5,
  div.pad-xs-horz-5,
  .container.pad-xs-horz-5 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .pad-xs-horz-5 > .row,
  div.pad-xs-horz-5 > .row,
  .container.pad-xs-horz-5 > .row {
    margin-left: -135px;
    margin-right: -135px;
  }
  .pad-xs-horz-5.column > .row,
  div.pad-xs-horz-5.column > .row,
  .container.pad-xs-horz-5.column > .row {
    margin-left: -135px;
    margin-right: -135px;
    width: -webkit-calc(100% + (54px * 2.5 * 2));
    width: calc(100% + (54px * 2.5 * 2));
  }
  .pad-xs-vert-5,
  div.pad-xs-vert-5,
  .row.pad-xs-vert-5,
  .container.pad-xs-vert-5 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .pad-xs-top-5,
  div.pad-xs-top-5,
  .row.pad-xs-top-5,
  .container.pad-xs-top-5 {
    padding-top: 135px;
  }
  .pad-xs-bottom-5,
  div.pad-xs-bottom-5,
  .row.pad-xs-bottom-5,
  .container.pad-xs-bottom-5 {
    padding-bottom: 135px;
  }
  .pad-xs-left-5,
  div.pad-xs-left-5,
  .container.pad-xs-left-5 {
    padding-left: 135px;
  }
  .pad-xs-right-5,
  div.pad-xs-right-5,
  .container.pad-xs-right-5 {
    padding-right: 135px;
  }
  section.pad-xs-5,
  .row.pad-xs-5,
  section.pad-xs-horz-5,
  .row.pad-xs-horz-5,
  section.pad-xs-left-5,
  .row.pad-xs-left-5,
  section.pad-xs-right-5,
  .row.pad-xs-right-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-6,
  div.pad-xs-6,
  .container.pad-xs-6 {
    padding: 162px;
  }
  .pad-xs-6 > .row,
  div.pad-xs-6 > .row,
  .container.pad-xs-6 > .row {
    margin-left: -162px;
    margin-right: -162px;
  }
  .pad-xs-6.column > .row,
  div.pad-xs-6.column > .row,
  .container.pad-xs-6.column > .row {
    margin-left: -162px;
    margin-right: -162px;
    width: -webkit-calc(100% + (54px * 3 * 2));
    width: calc(100% + (54px * 3 * 2));
  }
  .pad-xs-horz-6,
  div.pad-xs-horz-6,
  .container.pad-xs-horz-6 {
    padding-left: 162px;
    padding-right: 162px;
  }
  .pad-xs-horz-6 > .row,
  div.pad-xs-horz-6 > .row,
  .container.pad-xs-horz-6 > .row {
    margin-left: -162px;
    margin-right: -162px;
  }
  .pad-xs-horz-6.column > .row,
  div.pad-xs-horz-6.column > .row,
  .container.pad-xs-horz-6.column > .row {
    margin-left: -162px;
    margin-right: -162px;
    width: -webkit-calc(100% + (54px * 3 * 2));
    width: calc(100% + (54px * 3 * 2));
  }
  .pad-xs-vert-6,
  div.pad-xs-vert-6,
  .row.pad-xs-vert-6,
  .container.pad-xs-vert-6 {
    padding-top: 162px;
    padding-bottom: 162px;
  }
  .pad-xs-top-6,
  div.pad-xs-top-6,
  .row.pad-xs-top-6,
  .container.pad-xs-top-6 {
    padding-top: 162px;
  }
  .pad-xs-bottom-6,
  div.pad-xs-bottom-6,
  .row.pad-xs-bottom-6,
  .container.pad-xs-bottom-6 {
    padding-bottom: 162px;
  }
  .pad-xs-left-6,
  div.pad-xs-left-6,
  .container.pad-xs-left-6 {
    padding-left: 162px;
  }
  .pad-xs-right-6,
  div.pad-xs-right-6,
  .container.pad-xs-right-6 {
    padding-right: 162px;
  }
  section.pad-xs-6,
  .row.pad-xs-6,
  section.pad-xs-horz-6,
  .row.pad-xs-horz-6,
  section.pad-xs-left-6,
  .row.pad-xs-left-6,
  section.pad-xs-right-6,
  .row.pad-xs-right-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-7,
  div.pad-xs-7,
  .container.pad-xs-7 {
    padding: 189px;
  }
  .pad-xs-7 > .row,
  div.pad-xs-7 > .row,
  .container.pad-xs-7 > .row {
    margin-left: -189px;
    margin-right: -189px;
  }
  .pad-xs-7.column > .row,
  div.pad-xs-7.column > .row,
  .container.pad-xs-7.column > .row {
    margin-left: -189px;
    margin-right: -189px;
    width: -webkit-calc(100% + (54px * 3.5 * 2));
    width: calc(100% + (54px * 3.5 * 2));
  }
  .pad-xs-horz-7,
  div.pad-xs-horz-7,
  .container.pad-xs-horz-7 {
    padding-left: 189px;
    padding-right: 189px;
  }
  .pad-xs-horz-7 > .row,
  div.pad-xs-horz-7 > .row,
  .container.pad-xs-horz-7 > .row {
    margin-left: -189px;
    margin-right: -189px;
  }
  .pad-xs-horz-7.column > .row,
  div.pad-xs-horz-7.column > .row,
  .container.pad-xs-horz-7.column > .row {
    margin-left: -189px;
    margin-right: -189px;
    width: -webkit-calc(100% + (54px * 3.5 * 2));
    width: calc(100% + (54px * 3.5 * 2));
  }
  .pad-xs-vert-7,
  div.pad-xs-vert-7,
  .row.pad-xs-vert-7,
  .container.pad-xs-vert-7 {
    padding-top: 189px;
    padding-bottom: 189px;
  }
  .pad-xs-top-7,
  div.pad-xs-top-7,
  .row.pad-xs-top-7,
  .container.pad-xs-top-7 {
    padding-top: 189px;
  }
  .pad-xs-bottom-7,
  div.pad-xs-bottom-7,
  .row.pad-xs-bottom-7,
  .container.pad-xs-bottom-7 {
    padding-bottom: 189px;
  }
  .pad-xs-left-7,
  div.pad-xs-left-7,
  .container.pad-xs-left-7 {
    padding-left: 189px;
  }
  .pad-xs-right-7,
  div.pad-xs-right-7,
  .container.pad-xs-right-7 {
    padding-right: 189px;
  }
  section.pad-xs-7,
  .row.pad-xs-7,
  section.pad-xs-horz-7,
  .row.pad-xs-horz-7,
  section.pad-xs-left-7,
  .row.pad-xs-left-7,
  section.pad-xs-right-7,
  .row.pad-xs-right-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-0,
  div.pad-xs-0,
  .container.pad-xs-0 {
    padding: 0px;
  }
  .pad-xs-0 > .row,
  div.pad-xs-0 > .row,
  .container.pad-xs-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-xs-0.column > .row,
  div.pad-xs-0.column > .row,
  .container.pad-xs-0.column > .row {
    margin-left: 0px;
    margin-right: 0px;
    width: -webkit-calc(100% + (54px * 0 * 2));
    width: calc(100% + (54px * 0 * 2));
  }
  .pad-xs-horz-0,
  div.pad-xs-horz-0,
  .container.pad-xs-horz-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-xs-horz-0 > .row,
  div.pad-xs-horz-0 > .row,
  .container.pad-xs-horz-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-xs-horz-0.column > .row,
  div.pad-xs-horz-0.column > .row,
  .container.pad-xs-horz-0.column > .row {
    margin-left: 0px;
    margin-right: 0px;
    width: -webkit-calc(100% + (54px * 0 * 2));
    width: calc(100% + (54px * 0 * 2));
  }
  .pad-xs-vert-0,
  div.pad-xs-vert-0,
  .row.pad-xs-vert-0,
  .container.pad-xs-vert-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-xs-top-0,
  div.pad-xs-top-0,
  .row.pad-xs-top-0,
  .container.pad-xs-top-0 {
    padding-top: 0px;
  }
  .pad-xs-bottom-0,
  div.pad-xs-bottom-0,
  .row.pad-xs-bottom-0,
  .container.pad-xs-bottom-0 {
    padding-bottom: 0px;
  }
  .pad-xs-left-0,
  div.pad-xs-left-0,
  .container.pad-xs-left-0 {
    padding-left: 0px;
  }
  .pad-xs-right-0,
  div.pad-xs-right-0,
  .container.pad-xs-right-0 {
    padding-right: 0px;
  }
  section.pad-xs-0,
  .row.pad-xs-0,
  section.pad-xs-horz-0,
  .row.pad-xs-horz-0,
  section.pad-xs-left-0,
  .row.pad-xs-left-0,
  section.pad-xs-right-0,
  .row.pad-xs-right-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-1,
  div.pad-sm-1,
  .container.pad-sm-1 {
    padding: 27px;
  }
  .pad-sm-1 > .row,
  div.pad-sm-1 > .row,
  .container.pad-sm-1 > .row {
    margin-left: -27px;
    margin-right: -27px;
  }
  .pad-sm-1.column > .row,
  div.pad-sm-1.column > .row,
  .container.pad-sm-1.column > .row {
    margin-left: -27px;
    margin-right: -27px;
    width: -webkit-calc(100% + (54px * 0.5 * 2));
    width: calc(100% + (54px * 0.5 * 2));
  }
  .pad-sm-horz-1,
  div.pad-sm-horz-1,
  .container.pad-sm-horz-1 {
    padding-left: 27px;
    padding-right: 27px;
  }
  .pad-sm-horz-1 > .row,
  div.pad-sm-horz-1 > .row,
  .container.pad-sm-horz-1 > .row {
    margin-left: -27px;
    margin-right: -27px;
  }
  .pad-sm-horz-1.column > .row,
  div.pad-sm-horz-1.column > .row,
  .container.pad-sm-horz-1.column > .row {
    margin-left: -27px;
    margin-right: -27px;
    width: -webkit-calc(100% + (54px * 0.5 * 2));
    width: calc(100% + (54px * 0.5 * 2));
  }
  .pad-sm-vert-1,
  div.pad-sm-vert-1,
  .row.pad-sm-vert-1,
  .container.pad-sm-vert-1 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pad-sm-top-1,
  div.pad-sm-top-1,
  .row.pad-sm-top-1,
  .container.pad-sm-top-1 {
    padding-top: 27px;
  }
  .pad-sm-bottom-1,
  div.pad-sm-bottom-1,
  .row.pad-sm-bottom-1,
  .container.pad-sm-bottom-1 {
    padding-bottom: 27px;
  }
  .pad-sm-left-1,
  div.pad-sm-left-1,
  .container.pad-sm-left-1 {
    padding-left: 27px;
  }
  .pad-sm-right-1,
  div.pad-sm-right-1,
  .container.pad-sm-right-1 {
    padding-right: 27px;
  }
  section.pad-sm-1,
  .row.pad-sm-1,
  section.pad-sm-horz-1,
  .row.pad-sm-horz-1,
  section.pad-sm-left-1,
  .row.pad-sm-left-1,
  section.pad-sm-right-1,
  .row.pad-sm-right-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-2,
  div.pad-sm-2,
  .container.pad-sm-2 {
    padding: 54px;
  }
  .pad-sm-2 > .row,
  div.pad-sm-2 > .row,
  .container.pad-sm-2 > .row {
    margin-left: -54px;
    margin-right: -54px;
  }
  .pad-sm-2.column > .row,
  div.pad-sm-2.column > .row,
  .container.pad-sm-2.column > .row {
    margin-left: -54px;
    margin-right: -54px;
    width: -webkit-calc(100% + (54px * 1 * 2));
    width: calc(100% + (54px * 1 * 2));
  }
  .pad-sm-horz-2,
  div.pad-sm-horz-2,
  .container.pad-sm-horz-2 {
    padding-left: 54px;
    padding-right: 54px;
  }
  .pad-sm-horz-2 > .row,
  div.pad-sm-horz-2 > .row,
  .container.pad-sm-horz-2 > .row {
    margin-left: -54px;
    margin-right: -54px;
  }
  .pad-sm-horz-2.column > .row,
  div.pad-sm-horz-2.column > .row,
  .container.pad-sm-horz-2.column > .row {
    margin-left: -54px;
    margin-right: -54px;
    width: -webkit-calc(100% + (54px * 1 * 2));
    width: calc(100% + (54px * 1 * 2));
  }
  .pad-sm-vert-2,
  div.pad-sm-vert-2,
  .row.pad-sm-vert-2,
  .container.pad-sm-vert-2 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pad-sm-top-2,
  div.pad-sm-top-2,
  .row.pad-sm-top-2,
  .container.pad-sm-top-2 {
    padding-top: 54px;
  }
  .pad-sm-bottom-2,
  div.pad-sm-bottom-2,
  .row.pad-sm-bottom-2,
  .container.pad-sm-bottom-2 {
    padding-bottom: 54px;
  }
  .pad-sm-left-2,
  div.pad-sm-left-2,
  .container.pad-sm-left-2 {
    padding-left: 54px;
  }
  .pad-sm-right-2,
  div.pad-sm-right-2,
  .container.pad-sm-right-2 {
    padding-right: 54px;
  }
  section.pad-sm-2,
  .row.pad-sm-2,
  section.pad-sm-horz-2,
  .row.pad-sm-horz-2,
  section.pad-sm-left-2,
  .row.pad-sm-left-2,
  section.pad-sm-right-2,
  .row.pad-sm-right-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-3,
  div.pad-sm-3,
  .container.pad-sm-3 {
    padding: 81px;
  }
  .pad-sm-3 > .row,
  div.pad-sm-3 > .row,
  .container.pad-sm-3 > .row {
    margin-left: -81px;
    margin-right: -81px;
  }
  .pad-sm-3.column > .row,
  div.pad-sm-3.column > .row,
  .container.pad-sm-3.column > .row {
    margin-left: -81px;
    margin-right: -81px;
    width: -webkit-calc(100% + (54px * 1.5 * 2));
    width: calc(100% + (54px * 1.5 * 2));
  }
  .pad-sm-horz-3,
  div.pad-sm-horz-3,
  .container.pad-sm-horz-3 {
    padding-left: 81px;
    padding-right: 81px;
  }
  .pad-sm-horz-3 > .row,
  div.pad-sm-horz-3 > .row,
  .container.pad-sm-horz-3 > .row {
    margin-left: -81px;
    margin-right: -81px;
  }
  .pad-sm-horz-3.column > .row,
  div.pad-sm-horz-3.column > .row,
  .container.pad-sm-horz-3.column > .row {
    margin-left: -81px;
    margin-right: -81px;
    width: -webkit-calc(100% + (54px * 1.5 * 2));
    width: calc(100% + (54px * 1.5 * 2));
  }
  .pad-sm-vert-3,
  div.pad-sm-vert-3,
  .row.pad-sm-vert-3,
  .container.pad-sm-vert-3 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pad-sm-top-3,
  div.pad-sm-top-3,
  .row.pad-sm-top-3,
  .container.pad-sm-top-3 {
    padding-top: 81px;
  }
  .pad-sm-bottom-3,
  div.pad-sm-bottom-3,
  .row.pad-sm-bottom-3,
  .container.pad-sm-bottom-3 {
    padding-bottom: 81px;
  }
  .pad-sm-left-3,
  div.pad-sm-left-3,
  .container.pad-sm-left-3 {
    padding-left: 81px;
  }
  .pad-sm-right-3,
  div.pad-sm-right-3,
  .container.pad-sm-right-3 {
    padding-right: 81px;
  }
  section.pad-sm-3,
  .row.pad-sm-3,
  section.pad-sm-horz-3,
  .row.pad-sm-horz-3,
  section.pad-sm-left-3,
  .row.pad-sm-left-3,
  section.pad-sm-right-3,
  .row.pad-sm-right-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-4,
  div.pad-sm-4,
  .container.pad-sm-4 {
    padding: 108px;
  }
  .pad-sm-4 > .row,
  div.pad-sm-4 > .row,
  .container.pad-sm-4 > .row {
    margin-left: -108px;
    margin-right: -108px;
  }
  .pad-sm-4.column > .row,
  div.pad-sm-4.column > .row,
  .container.pad-sm-4.column > .row {
    margin-left: -108px;
    margin-right: -108px;
    width: -webkit-calc(100% + (54px * 2 * 2));
    width: calc(100% + (54px * 2 * 2));
  }
  .pad-sm-horz-4,
  div.pad-sm-horz-4,
  .container.pad-sm-horz-4 {
    padding-left: 108px;
    padding-right: 108px;
  }
  .pad-sm-horz-4 > .row,
  div.pad-sm-horz-4 > .row,
  .container.pad-sm-horz-4 > .row {
    margin-left: -108px;
    margin-right: -108px;
  }
  .pad-sm-horz-4.column > .row,
  div.pad-sm-horz-4.column > .row,
  .container.pad-sm-horz-4.column > .row {
    margin-left: -108px;
    margin-right: -108px;
    width: -webkit-calc(100% + (54px * 2 * 2));
    width: calc(100% + (54px * 2 * 2));
  }
  .pad-sm-vert-4,
  div.pad-sm-vert-4,
  .row.pad-sm-vert-4,
  .container.pad-sm-vert-4 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .pad-sm-top-4,
  div.pad-sm-top-4,
  .row.pad-sm-top-4,
  .container.pad-sm-top-4 {
    padding-top: 108px;
  }
  .pad-sm-bottom-4,
  div.pad-sm-bottom-4,
  .row.pad-sm-bottom-4,
  .container.pad-sm-bottom-4 {
    padding-bottom: 108px;
  }
  .pad-sm-left-4,
  div.pad-sm-left-4,
  .container.pad-sm-left-4 {
    padding-left: 108px;
  }
  .pad-sm-right-4,
  div.pad-sm-right-4,
  .container.pad-sm-right-4 {
    padding-right: 108px;
  }
  section.pad-sm-4,
  .row.pad-sm-4,
  section.pad-sm-horz-4,
  .row.pad-sm-horz-4,
  section.pad-sm-left-4,
  .row.pad-sm-left-4,
  section.pad-sm-right-4,
  .row.pad-sm-right-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-5,
  div.pad-sm-5,
  .container.pad-sm-5 {
    padding: 135px;
  }
  .pad-sm-5 > .row,
  div.pad-sm-5 > .row,
  .container.pad-sm-5 > .row {
    margin-left: -135px;
    margin-right: -135px;
  }
  .pad-sm-5.column > .row,
  div.pad-sm-5.column > .row,
  .container.pad-sm-5.column > .row {
    margin-left: -135px;
    margin-right: -135px;
    width: -webkit-calc(100% + (54px * 2.5 * 2));
    width: calc(100% + (54px * 2.5 * 2));
  }
  .pad-sm-horz-5,
  div.pad-sm-horz-5,
  .container.pad-sm-horz-5 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .pad-sm-horz-5 > .row,
  div.pad-sm-horz-5 > .row,
  .container.pad-sm-horz-5 > .row {
    margin-left: -135px;
    margin-right: -135px;
  }
  .pad-sm-horz-5.column > .row,
  div.pad-sm-horz-5.column > .row,
  .container.pad-sm-horz-5.column > .row {
    margin-left: -135px;
    margin-right: -135px;
    width: -webkit-calc(100% + (54px * 2.5 * 2));
    width: calc(100% + (54px * 2.5 * 2));
  }
  .pad-sm-vert-5,
  div.pad-sm-vert-5,
  .row.pad-sm-vert-5,
  .container.pad-sm-vert-5 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .pad-sm-top-5,
  div.pad-sm-top-5,
  .row.pad-sm-top-5,
  .container.pad-sm-top-5 {
    padding-top: 135px;
  }
  .pad-sm-bottom-5,
  div.pad-sm-bottom-5,
  .row.pad-sm-bottom-5,
  .container.pad-sm-bottom-5 {
    padding-bottom: 135px;
  }
  .pad-sm-left-5,
  div.pad-sm-left-5,
  .container.pad-sm-left-5 {
    padding-left: 135px;
  }
  .pad-sm-right-5,
  div.pad-sm-right-5,
  .container.pad-sm-right-5 {
    padding-right: 135px;
  }
  section.pad-sm-5,
  .row.pad-sm-5,
  section.pad-sm-horz-5,
  .row.pad-sm-horz-5,
  section.pad-sm-left-5,
  .row.pad-sm-left-5,
  section.pad-sm-right-5,
  .row.pad-sm-right-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-6,
  div.pad-sm-6,
  .container.pad-sm-6 {
    padding: 162px;
  }
  .pad-sm-6 > .row,
  div.pad-sm-6 > .row,
  .container.pad-sm-6 > .row {
    margin-left: -162px;
    margin-right: -162px;
  }
  .pad-sm-6.column > .row,
  div.pad-sm-6.column > .row,
  .container.pad-sm-6.column > .row {
    margin-left: -162px;
    margin-right: -162px;
    width: -webkit-calc(100% + (54px * 3 * 2));
    width: calc(100% + (54px * 3 * 2));
  }
  .pad-sm-horz-6,
  div.pad-sm-horz-6,
  .container.pad-sm-horz-6 {
    padding-left: 162px;
    padding-right: 162px;
  }
  .pad-sm-horz-6 > .row,
  div.pad-sm-horz-6 > .row,
  .container.pad-sm-horz-6 > .row {
    margin-left: -162px;
    margin-right: -162px;
  }
  .pad-sm-horz-6.column > .row,
  div.pad-sm-horz-6.column > .row,
  .container.pad-sm-horz-6.column > .row {
    margin-left: -162px;
    margin-right: -162px;
    width: -webkit-calc(100% + (54px * 3 * 2));
    width: calc(100% + (54px * 3 * 2));
  }
  .pad-sm-vert-6,
  div.pad-sm-vert-6,
  .row.pad-sm-vert-6,
  .container.pad-sm-vert-6 {
    padding-top: 162px;
    padding-bottom: 162px;
  }
  .pad-sm-top-6,
  div.pad-sm-top-6,
  .row.pad-sm-top-6,
  .container.pad-sm-top-6 {
    padding-top: 162px;
  }
  .pad-sm-bottom-6,
  div.pad-sm-bottom-6,
  .row.pad-sm-bottom-6,
  .container.pad-sm-bottom-6 {
    padding-bottom: 162px;
  }
  .pad-sm-left-6,
  div.pad-sm-left-6,
  .container.pad-sm-left-6 {
    padding-left: 162px;
  }
  .pad-sm-right-6,
  div.pad-sm-right-6,
  .container.pad-sm-right-6 {
    padding-right: 162px;
  }
  section.pad-sm-6,
  .row.pad-sm-6,
  section.pad-sm-horz-6,
  .row.pad-sm-horz-6,
  section.pad-sm-left-6,
  .row.pad-sm-left-6,
  section.pad-sm-right-6,
  .row.pad-sm-right-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-7,
  div.pad-sm-7,
  .container.pad-sm-7 {
    padding: 189px;
  }
  .pad-sm-7 > .row,
  div.pad-sm-7 > .row,
  .container.pad-sm-7 > .row {
    margin-left: -189px;
    margin-right: -189px;
  }
  .pad-sm-7.column > .row,
  div.pad-sm-7.column > .row,
  .container.pad-sm-7.column > .row {
    margin-left: -189px;
    margin-right: -189px;
    width: -webkit-calc(100% + (54px * 3.5 * 2));
    width: calc(100% + (54px * 3.5 * 2));
  }
  .pad-sm-horz-7,
  div.pad-sm-horz-7,
  .container.pad-sm-horz-7 {
    padding-left: 189px;
    padding-right: 189px;
  }
  .pad-sm-horz-7 > .row,
  div.pad-sm-horz-7 > .row,
  .container.pad-sm-horz-7 > .row {
    margin-left: -189px;
    margin-right: -189px;
  }
  .pad-sm-horz-7.column > .row,
  div.pad-sm-horz-7.column > .row,
  .container.pad-sm-horz-7.column > .row {
    margin-left: -189px;
    margin-right: -189px;
    width: -webkit-calc(100% + (54px * 3.5 * 2));
    width: calc(100% + (54px * 3.5 * 2));
  }
  .pad-sm-vert-7,
  div.pad-sm-vert-7,
  .row.pad-sm-vert-7,
  .container.pad-sm-vert-7 {
    padding-top: 189px;
    padding-bottom: 189px;
  }
  .pad-sm-top-7,
  div.pad-sm-top-7,
  .row.pad-sm-top-7,
  .container.pad-sm-top-7 {
    padding-top: 189px;
  }
  .pad-sm-bottom-7,
  div.pad-sm-bottom-7,
  .row.pad-sm-bottom-7,
  .container.pad-sm-bottom-7 {
    padding-bottom: 189px;
  }
  .pad-sm-left-7,
  div.pad-sm-left-7,
  .container.pad-sm-left-7 {
    padding-left: 189px;
  }
  .pad-sm-right-7,
  div.pad-sm-right-7,
  .container.pad-sm-right-7 {
    padding-right: 189px;
  }
  section.pad-sm-7,
  .row.pad-sm-7,
  section.pad-sm-horz-7,
  .row.pad-sm-horz-7,
  section.pad-sm-left-7,
  .row.pad-sm-left-7,
  section.pad-sm-right-7,
  .row.pad-sm-right-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-0,
  div.pad-sm-0,
  .container.pad-sm-0 {
    padding: 0px;
  }
  .pad-sm-0 > .row,
  div.pad-sm-0 > .row,
  .container.pad-sm-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-sm-0.column > .row,
  div.pad-sm-0.column > .row,
  .container.pad-sm-0.column > .row {
    margin-left: 0px;
    margin-right: 0px;
    width: -webkit-calc(100% + (54px * 0 * 2));
    width: calc(100% + (54px * 0 * 2));
  }
  .pad-sm-horz-0,
  div.pad-sm-horz-0,
  .container.pad-sm-horz-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-sm-horz-0 > .row,
  div.pad-sm-horz-0 > .row,
  .container.pad-sm-horz-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-sm-horz-0.column > .row,
  div.pad-sm-horz-0.column > .row,
  .container.pad-sm-horz-0.column > .row {
    margin-left: 0px;
    margin-right: 0px;
    width: -webkit-calc(100% + (54px * 0 * 2));
    width: calc(100% + (54px * 0 * 2));
  }
  .pad-sm-vert-0,
  div.pad-sm-vert-0,
  .row.pad-sm-vert-0,
  .container.pad-sm-vert-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-sm-top-0,
  div.pad-sm-top-0,
  .row.pad-sm-top-0,
  .container.pad-sm-top-0 {
    padding-top: 0px;
  }
  .pad-sm-bottom-0,
  div.pad-sm-bottom-0,
  .row.pad-sm-bottom-0,
  .container.pad-sm-bottom-0 {
    padding-bottom: 0px;
  }
  .pad-sm-left-0,
  div.pad-sm-left-0,
  .container.pad-sm-left-0 {
    padding-left: 0px;
  }
  .pad-sm-right-0,
  div.pad-sm-right-0,
  .container.pad-sm-right-0 {
    padding-right: 0px;
  }
  section.pad-sm-0,
  .row.pad-sm-0,
  section.pad-sm-horz-0,
  .row.pad-sm-horz-0,
  section.pad-sm-left-0,
  .row.pad-sm-left-0,
  section.pad-sm-right-0,
  .row.pad-sm-right-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-1,
  div.pad-md-1,
  .container.pad-md-1 {
    padding: 27px;
  }
  .pad-md-1 > .row,
  div.pad-md-1 > .row,
  .container.pad-md-1 > .row {
    margin-left: -27px;
    margin-right: -27px;
  }
  .pad-md-1.column > .row,
  div.pad-md-1.column > .row,
  .container.pad-md-1.column > .row {
    margin-left: -27px;
    margin-right: -27px;
    width: -webkit-calc(100% + (54px * 0.5 * 2));
    width: calc(100% + (54px * 0.5 * 2));
  }
  .pad-md-horz-1,
  div.pad-md-horz-1,
  .container.pad-md-horz-1 {
    padding-left: 27px;
    padding-right: 27px;
  }
  .pad-md-horz-1 > .row,
  div.pad-md-horz-1 > .row,
  .container.pad-md-horz-1 > .row {
    margin-left: -27px;
    margin-right: -27px;
  }
  .pad-md-horz-1.column > .row,
  div.pad-md-horz-1.column > .row,
  .container.pad-md-horz-1.column > .row {
    margin-left: -27px;
    margin-right: -27px;
    width: -webkit-calc(100% + (54px * 0.5 * 2));
    width: calc(100% + (54px * 0.5 * 2));
  }
  .pad-md-vert-1,
  div.pad-md-vert-1,
  .row.pad-md-vert-1,
  .container.pad-md-vert-1 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pad-md-top-1,
  div.pad-md-top-1,
  .row.pad-md-top-1,
  .container.pad-md-top-1 {
    padding-top: 27px;
  }
  .pad-md-bottom-1,
  div.pad-md-bottom-1,
  .row.pad-md-bottom-1,
  .container.pad-md-bottom-1 {
    padding-bottom: 27px;
  }
  .pad-md-left-1,
  div.pad-md-left-1,
  .container.pad-md-left-1 {
    padding-left: 27px;
  }
  .pad-md-right-1,
  div.pad-md-right-1,
  .container.pad-md-right-1 {
    padding-right: 27px;
  }
  section.pad-md-1,
  .row.pad-md-1,
  section.pad-md-horz-1,
  .row.pad-md-horz-1,
  section.pad-md-left-1,
  .row.pad-md-left-1,
  section.pad-md-right-1,
  .row.pad-md-right-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-2,
  div.pad-md-2,
  .container.pad-md-2 {
    padding: 54px;
  }
  .pad-md-2 > .row,
  div.pad-md-2 > .row,
  .container.pad-md-2 > .row {
    margin-left: -54px;
    margin-right: -54px;
  }
  .pad-md-2.column > .row,
  div.pad-md-2.column > .row,
  .container.pad-md-2.column > .row {
    margin-left: -54px;
    margin-right: -54px;
    width: -webkit-calc(100% + (54px * 1 * 2));
    width: calc(100% + (54px * 1 * 2));
  }
  .pad-md-horz-2,
  div.pad-md-horz-2,
  .container.pad-md-horz-2 {
    padding-left: 54px;
    padding-right: 54px;
  }
  .pad-md-horz-2 > .row,
  div.pad-md-horz-2 > .row,
  .container.pad-md-horz-2 > .row {
    margin-left: -54px;
    margin-right: -54px;
  }
  .pad-md-horz-2.column > .row,
  div.pad-md-horz-2.column > .row,
  .container.pad-md-horz-2.column > .row {
    margin-left: -54px;
    margin-right: -54px;
    width: -webkit-calc(100% + (54px * 1 * 2));
    width: calc(100% + (54px * 1 * 2));
  }
  .pad-md-vert-2,
  div.pad-md-vert-2,
  .row.pad-md-vert-2,
  .container.pad-md-vert-2 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pad-md-top-2,
  div.pad-md-top-2,
  .row.pad-md-top-2,
  .container.pad-md-top-2 {
    padding-top: 54px;
  }
  .pad-md-bottom-2,
  div.pad-md-bottom-2,
  .row.pad-md-bottom-2,
  .container.pad-md-bottom-2 {
    padding-bottom: 54px;
  }
  .pad-md-left-2,
  div.pad-md-left-2,
  .container.pad-md-left-2 {
    padding-left: 54px;
  }
  .pad-md-right-2,
  div.pad-md-right-2,
  .container.pad-md-right-2 {
    padding-right: 54px;
  }
  section.pad-md-2,
  .row.pad-md-2,
  section.pad-md-horz-2,
  .row.pad-md-horz-2,
  section.pad-md-left-2,
  .row.pad-md-left-2,
  section.pad-md-right-2,
  .row.pad-md-right-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-3,
  div.pad-md-3,
  .container.pad-md-3 {
    padding: 81px;
  }
  .pad-md-3 > .row,
  div.pad-md-3 > .row,
  .container.pad-md-3 > .row {
    margin-left: -81px;
    margin-right: -81px;
  }
  .pad-md-3.column > .row,
  div.pad-md-3.column > .row,
  .container.pad-md-3.column > .row {
    margin-left: -81px;
    margin-right: -81px;
    width: -webkit-calc(100% + (54px * 1.5 * 2));
    width: calc(100% + (54px * 1.5 * 2));
  }
  .pad-md-horz-3,
  div.pad-md-horz-3,
  .container.pad-md-horz-3 {
    padding-left: 81px;
    padding-right: 81px;
  }
  .pad-md-horz-3 > .row,
  div.pad-md-horz-3 > .row,
  .container.pad-md-horz-3 > .row {
    margin-left: -81px;
    margin-right: -81px;
  }
  .pad-md-horz-3.column > .row,
  div.pad-md-horz-3.column > .row,
  .container.pad-md-horz-3.column > .row {
    margin-left: -81px;
    margin-right: -81px;
    width: -webkit-calc(100% + (54px * 1.5 * 2));
    width: calc(100% + (54px * 1.5 * 2));
  }
  .pad-md-vert-3,
  div.pad-md-vert-3,
  .row.pad-md-vert-3,
  .container.pad-md-vert-3 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pad-md-top-3,
  div.pad-md-top-3,
  .row.pad-md-top-3,
  .container.pad-md-top-3 {
    padding-top: 81px;
  }
  .pad-md-bottom-3,
  div.pad-md-bottom-3,
  .row.pad-md-bottom-3,
  .container.pad-md-bottom-3 {
    padding-bottom: 81px;
  }
  .pad-md-left-3,
  div.pad-md-left-3,
  .container.pad-md-left-3 {
    padding-left: 81px;
  }
  .pad-md-right-3,
  div.pad-md-right-3,
  .container.pad-md-right-3 {
    padding-right: 81px;
  }
  section.pad-md-3,
  .row.pad-md-3,
  section.pad-md-horz-3,
  .row.pad-md-horz-3,
  section.pad-md-left-3,
  .row.pad-md-left-3,
  section.pad-md-right-3,
  .row.pad-md-right-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-4,
  div.pad-md-4,
  .container.pad-md-4 {
    padding: 108px;
  }
  .pad-md-4 > .row,
  div.pad-md-4 > .row,
  .container.pad-md-4 > .row {
    margin-left: -108px;
    margin-right: -108px;
  }
  .pad-md-4.column > .row,
  div.pad-md-4.column > .row,
  .container.pad-md-4.column > .row {
    margin-left: -108px;
    margin-right: -108px;
    width: -webkit-calc(100% + (54px * 2 * 2));
    width: calc(100% + (54px * 2 * 2));
  }
  .pad-md-horz-4,
  div.pad-md-horz-4,
  .container.pad-md-horz-4 {
    padding-left: 108px;
    padding-right: 108px;
  }
  .pad-md-horz-4 > .row,
  div.pad-md-horz-4 > .row,
  .container.pad-md-horz-4 > .row {
    margin-left: -108px;
    margin-right: -108px;
  }
  .pad-md-horz-4.column > .row,
  div.pad-md-horz-4.column > .row,
  .container.pad-md-horz-4.column > .row {
    margin-left: -108px;
    margin-right: -108px;
    width: -webkit-calc(100% + (54px * 2 * 2));
    width: calc(100% + (54px * 2 * 2));
  }
  .pad-md-vert-4,
  div.pad-md-vert-4,
  .row.pad-md-vert-4,
  .container.pad-md-vert-4 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .pad-md-top-4,
  div.pad-md-top-4,
  .row.pad-md-top-4,
  .container.pad-md-top-4 {
    padding-top: 108px;
  }
  .pad-md-bottom-4,
  div.pad-md-bottom-4,
  .row.pad-md-bottom-4,
  .container.pad-md-bottom-4 {
    padding-bottom: 108px;
  }
  .pad-md-left-4,
  div.pad-md-left-4,
  .container.pad-md-left-4 {
    padding-left: 108px;
  }
  .pad-md-right-4,
  div.pad-md-right-4,
  .container.pad-md-right-4 {
    padding-right: 108px;
  }
  section.pad-md-4,
  .row.pad-md-4,
  section.pad-md-horz-4,
  .row.pad-md-horz-4,
  section.pad-md-left-4,
  .row.pad-md-left-4,
  section.pad-md-right-4,
  .row.pad-md-right-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-5,
  div.pad-md-5,
  .container.pad-md-5 {
    padding: 135px;
  }
  .pad-md-5 > .row,
  div.pad-md-5 > .row,
  .container.pad-md-5 > .row {
    margin-left: -135px;
    margin-right: -135px;
  }
  .pad-md-5.column > .row,
  div.pad-md-5.column > .row,
  .container.pad-md-5.column > .row {
    margin-left: -135px;
    margin-right: -135px;
    width: -webkit-calc(100% + (54px * 2.5 * 2));
    width: calc(100% + (54px * 2.5 * 2));
  }
  .pad-md-horz-5,
  div.pad-md-horz-5,
  .container.pad-md-horz-5 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .pad-md-horz-5 > .row,
  div.pad-md-horz-5 > .row,
  .container.pad-md-horz-5 > .row {
    margin-left: -135px;
    margin-right: -135px;
  }
  .pad-md-horz-5.column > .row,
  div.pad-md-horz-5.column > .row,
  .container.pad-md-horz-5.column > .row {
    margin-left: -135px;
    margin-right: -135px;
    width: -webkit-calc(100% + (54px * 2.5 * 2));
    width: calc(100% + (54px * 2.5 * 2));
  }
  .pad-md-vert-5,
  div.pad-md-vert-5,
  .row.pad-md-vert-5,
  .container.pad-md-vert-5 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .pad-md-top-5,
  div.pad-md-top-5,
  .row.pad-md-top-5,
  .container.pad-md-top-5 {
    padding-top: 135px;
  }
  .pad-md-bottom-5,
  div.pad-md-bottom-5,
  .row.pad-md-bottom-5,
  .container.pad-md-bottom-5 {
    padding-bottom: 135px;
  }
  .pad-md-left-5,
  div.pad-md-left-5,
  .container.pad-md-left-5 {
    padding-left: 135px;
  }
  .pad-md-right-5,
  div.pad-md-right-5,
  .container.pad-md-right-5 {
    padding-right: 135px;
  }
  section.pad-md-5,
  .row.pad-md-5,
  section.pad-md-horz-5,
  .row.pad-md-horz-5,
  section.pad-md-left-5,
  .row.pad-md-left-5,
  section.pad-md-right-5,
  .row.pad-md-right-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-6,
  div.pad-md-6,
  .container.pad-md-6 {
    padding: 162px;
  }
  .pad-md-6 > .row,
  div.pad-md-6 > .row,
  .container.pad-md-6 > .row {
    margin-left: -162px;
    margin-right: -162px;
  }
  .pad-md-6.column > .row,
  div.pad-md-6.column > .row,
  .container.pad-md-6.column > .row {
    margin-left: -162px;
    margin-right: -162px;
    width: -webkit-calc(100% + (54px * 3 * 2));
    width: calc(100% + (54px * 3 * 2));
  }
  .pad-md-horz-6,
  div.pad-md-horz-6,
  .container.pad-md-horz-6 {
    padding-left: 162px;
    padding-right: 162px;
  }
  .pad-md-horz-6 > .row,
  div.pad-md-horz-6 > .row,
  .container.pad-md-horz-6 > .row {
    margin-left: -162px;
    margin-right: -162px;
  }
  .pad-md-horz-6.column > .row,
  div.pad-md-horz-6.column > .row,
  .container.pad-md-horz-6.column > .row {
    margin-left: -162px;
    margin-right: -162px;
    width: -webkit-calc(100% + (54px * 3 * 2));
    width: calc(100% + (54px * 3 * 2));
  }
  .pad-md-vert-6,
  div.pad-md-vert-6,
  .row.pad-md-vert-6,
  .container.pad-md-vert-6 {
    padding-top: 162px;
    padding-bottom: 162px;
  }
  .pad-md-top-6,
  div.pad-md-top-6,
  .row.pad-md-top-6,
  .container.pad-md-top-6 {
    padding-top: 162px;
  }
  .pad-md-bottom-6,
  div.pad-md-bottom-6,
  .row.pad-md-bottom-6,
  .container.pad-md-bottom-6 {
    padding-bottom: 162px;
  }
  .pad-md-left-6,
  div.pad-md-left-6,
  .container.pad-md-left-6 {
    padding-left: 162px;
  }
  .pad-md-right-6,
  div.pad-md-right-6,
  .container.pad-md-right-6 {
    padding-right: 162px;
  }
  section.pad-md-6,
  .row.pad-md-6,
  section.pad-md-horz-6,
  .row.pad-md-horz-6,
  section.pad-md-left-6,
  .row.pad-md-left-6,
  section.pad-md-right-6,
  .row.pad-md-right-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-7,
  div.pad-md-7,
  .container.pad-md-7 {
    padding: 189px;
  }
  .pad-md-7 > .row,
  div.pad-md-7 > .row,
  .container.pad-md-7 > .row {
    margin-left: -189px;
    margin-right: -189px;
  }
  .pad-md-7.column > .row,
  div.pad-md-7.column > .row,
  .container.pad-md-7.column > .row {
    margin-left: -189px;
    margin-right: -189px;
    width: -webkit-calc(100% + (54px * 3.5 * 2));
    width: calc(100% + (54px * 3.5 * 2));
  }
  .pad-md-horz-7,
  div.pad-md-horz-7,
  .container.pad-md-horz-7 {
    padding-left: 189px;
    padding-right: 189px;
  }
  .pad-md-horz-7 > .row,
  div.pad-md-horz-7 > .row,
  .container.pad-md-horz-7 > .row {
    margin-left: -189px;
    margin-right: -189px;
  }
  .pad-md-horz-7.column > .row,
  div.pad-md-horz-7.column > .row,
  .container.pad-md-horz-7.column > .row {
    margin-left: -189px;
    margin-right: -189px;
    width: -webkit-calc(100% + (54px * 3.5 * 2));
    width: calc(100% + (54px * 3.5 * 2));
  }
  .pad-md-vert-7,
  div.pad-md-vert-7,
  .row.pad-md-vert-7,
  .container.pad-md-vert-7 {
    padding-top: 189px;
    padding-bottom: 189px;
  }
  .pad-md-top-7,
  div.pad-md-top-7,
  .row.pad-md-top-7,
  .container.pad-md-top-7 {
    padding-top: 189px;
  }
  .pad-md-bottom-7,
  div.pad-md-bottom-7,
  .row.pad-md-bottom-7,
  .container.pad-md-bottom-7 {
    padding-bottom: 189px;
  }
  .pad-md-left-7,
  div.pad-md-left-7,
  .container.pad-md-left-7 {
    padding-left: 189px;
  }
  .pad-md-right-7,
  div.pad-md-right-7,
  .container.pad-md-right-7 {
    padding-right: 189px;
  }
  section.pad-md-7,
  .row.pad-md-7,
  section.pad-md-horz-7,
  .row.pad-md-horz-7,
  section.pad-md-left-7,
  .row.pad-md-left-7,
  section.pad-md-right-7,
  .row.pad-md-right-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-0,
  div.pad-md-0,
  .container.pad-md-0 {
    padding: 0px;
  }
  .pad-md-0 > .row,
  div.pad-md-0 > .row,
  .container.pad-md-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-md-0.column > .row,
  div.pad-md-0.column > .row,
  .container.pad-md-0.column > .row {
    margin-left: 0px;
    margin-right: 0px;
    width: -webkit-calc(100% + (54px * 0 * 2));
    width: calc(100% + (54px * 0 * 2));
  }
  .pad-md-horz-0,
  div.pad-md-horz-0,
  .container.pad-md-horz-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-md-horz-0 > .row,
  div.pad-md-horz-0 > .row,
  .container.pad-md-horz-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-md-horz-0.column > .row,
  div.pad-md-horz-0.column > .row,
  .container.pad-md-horz-0.column > .row {
    margin-left: 0px;
    margin-right: 0px;
    width: -webkit-calc(100% + (54px * 0 * 2));
    width: calc(100% + (54px * 0 * 2));
  }
  .pad-md-vert-0,
  div.pad-md-vert-0,
  .row.pad-md-vert-0,
  .container.pad-md-vert-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-md-top-0,
  div.pad-md-top-0,
  .row.pad-md-top-0,
  .container.pad-md-top-0 {
    padding-top: 0px;
  }
  .pad-md-bottom-0,
  div.pad-md-bottom-0,
  .row.pad-md-bottom-0,
  .container.pad-md-bottom-0 {
    padding-bottom: 0px;
  }
  .pad-md-left-0,
  div.pad-md-left-0,
  .container.pad-md-left-0 {
    padding-left: 0px;
  }
  .pad-md-right-0,
  div.pad-md-right-0,
  .container.pad-md-right-0 {
    padding-right: 0px;
  }
  section.pad-md-0,
  .row.pad-md-0,
  section.pad-md-horz-0,
  .row.pad-md-horz-0,
  section.pad-md-left-0,
  .row.pad-md-left-0,
  section.pad-md-right-0,
  .row.pad-md-right-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-1,
  div.pad-lg-1,
  .container.pad-lg-1 {
    padding: 27px;
  }
  .pad-lg-1 > .row,
  div.pad-lg-1 > .row,
  .container.pad-lg-1 > .row {
    margin-left: -27px;
    margin-right: -27px;
  }
  .pad-lg-1.column > .row,
  div.pad-lg-1.column > .row,
  .container.pad-lg-1.column > .row {
    margin-left: -27px;
    margin-right: -27px;
    width: -webkit-calc(100% + (54px * 0.5 * 2));
    width: calc(100% + (54px * 0.5 * 2));
  }
  .pad-lg-horz-1,
  div.pad-lg-horz-1,
  .container.pad-lg-horz-1 {
    padding-left: 27px;
    padding-right: 27px;
  }
  .pad-lg-horz-1 > .row,
  div.pad-lg-horz-1 > .row,
  .container.pad-lg-horz-1 > .row {
    margin-left: -27px;
    margin-right: -27px;
  }
  .pad-lg-horz-1.column > .row,
  div.pad-lg-horz-1.column > .row,
  .container.pad-lg-horz-1.column > .row {
    margin-left: -27px;
    margin-right: -27px;
    width: -webkit-calc(100% + (54px * 0.5 * 2));
    width: calc(100% + (54px * 0.5 * 2));
  }
  .pad-lg-vert-1,
  div.pad-lg-vert-1,
  .row.pad-lg-vert-1,
  .container.pad-lg-vert-1 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pad-lg-top-1,
  div.pad-lg-top-1,
  .row.pad-lg-top-1,
  .container.pad-lg-top-1 {
    padding-top: 27px;
  }
  .pad-lg-bottom-1,
  div.pad-lg-bottom-1,
  .row.pad-lg-bottom-1,
  .container.pad-lg-bottom-1 {
    padding-bottom: 27px;
  }
  .pad-lg-left-1,
  div.pad-lg-left-1,
  .container.pad-lg-left-1 {
    padding-left: 27px;
  }
  .pad-lg-right-1,
  div.pad-lg-right-1,
  .container.pad-lg-right-1 {
    padding-right: 27px;
  }
  section.pad-lg-1,
  .row.pad-lg-1,
  section.pad-lg-horz-1,
  .row.pad-lg-horz-1,
  section.pad-lg-left-1,
  .row.pad-lg-left-1,
  section.pad-lg-right-1,
  .row.pad-lg-right-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-2,
  div.pad-lg-2,
  .container.pad-lg-2 {
    padding: 54px;
  }
  .pad-lg-2 > .row,
  div.pad-lg-2 > .row,
  .container.pad-lg-2 > .row {
    margin-left: -54px;
    margin-right: -54px;
  }
  .pad-lg-2.column > .row,
  div.pad-lg-2.column > .row,
  .container.pad-lg-2.column > .row {
    margin-left: -54px;
    margin-right: -54px;
    width: -webkit-calc(100% + (54px * 1 * 2));
    width: calc(100% + (54px * 1 * 2));
  }
  .pad-lg-horz-2,
  div.pad-lg-horz-2,
  .container.pad-lg-horz-2 {
    padding-left: 54px;
    padding-right: 54px;
  }
  .pad-lg-horz-2 > .row,
  div.pad-lg-horz-2 > .row,
  .container.pad-lg-horz-2 > .row {
    margin-left: -54px;
    margin-right: -54px;
  }
  .pad-lg-horz-2.column > .row,
  div.pad-lg-horz-2.column > .row,
  .container.pad-lg-horz-2.column > .row {
    margin-left: -54px;
    margin-right: -54px;
    width: -webkit-calc(100% + (54px * 1 * 2));
    width: calc(100% + (54px * 1 * 2));
  }
  .pad-lg-vert-2,
  div.pad-lg-vert-2,
  .row.pad-lg-vert-2,
  .container.pad-lg-vert-2 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pad-lg-top-2,
  div.pad-lg-top-2,
  .row.pad-lg-top-2,
  .container.pad-lg-top-2 {
    padding-top: 54px;
  }
  .pad-lg-bottom-2,
  div.pad-lg-bottom-2,
  .row.pad-lg-bottom-2,
  .container.pad-lg-bottom-2 {
    padding-bottom: 54px;
  }
  .pad-lg-left-2,
  div.pad-lg-left-2,
  .container.pad-lg-left-2 {
    padding-left: 54px;
  }
  .pad-lg-right-2,
  div.pad-lg-right-2,
  .container.pad-lg-right-2 {
    padding-right: 54px;
  }
  section.pad-lg-2,
  .row.pad-lg-2,
  section.pad-lg-horz-2,
  .row.pad-lg-horz-2,
  section.pad-lg-left-2,
  .row.pad-lg-left-2,
  section.pad-lg-right-2,
  .row.pad-lg-right-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-3,
  div.pad-lg-3,
  .container.pad-lg-3 {
    padding: 81px;
  }
  .pad-lg-3 > .row,
  div.pad-lg-3 > .row,
  .container.pad-lg-3 > .row {
    margin-left: -81px;
    margin-right: -81px;
  }
  .pad-lg-3.column > .row,
  div.pad-lg-3.column > .row,
  .container.pad-lg-3.column > .row {
    margin-left: -81px;
    margin-right: -81px;
    width: -webkit-calc(100% + (54px * 1.5 * 2));
    width: calc(100% + (54px * 1.5 * 2));
  }
  .pad-lg-horz-3,
  div.pad-lg-horz-3,
  .container.pad-lg-horz-3 {
    padding-left: 81px;
    padding-right: 81px;
  }
  .pad-lg-horz-3 > .row,
  div.pad-lg-horz-3 > .row,
  .container.pad-lg-horz-3 > .row {
    margin-left: -81px;
    margin-right: -81px;
  }
  .pad-lg-horz-3.column > .row,
  div.pad-lg-horz-3.column > .row,
  .container.pad-lg-horz-3.column > .row {
    margin-left: -81px;
    margin-right: -81px;
    width: -webkit-calc(100% + (54px * 1.5 * 2));
    width: calc(100% + (54px * 1.5 * 2));
  }
  .pad-lg-vert-3,
  div.pad-lg-vert-3,
  .row.pad-lg-vert-3,
  .container.pad-lg-vert-3 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pad-lg-top-3,
  div.pad-lg-top-3,
  .row.pad-lg-top-3,
  .container.pad-lg-top-3 {
    padding-top: 81px;
  }
  .pad-lg-bottom-3,
  div.pad-lg-bottom-3,
  .row.pad-lg-bottom-3,
  .container.pad-lg-bottom-3 {
    padding-bottom: 81px;
  }
  .pad-lg-left-3,
  div.pad-lg-left-3,
  .container.pad-lg-left-3 {
    padding-left: 81px;
  }
  .pad-lg-right-3,
  div.pad-lg-right-3,
  .container.pad-lg-right-3 {
    padding-right: 81px;
  }
  section.pad-lg-3,
  .row.pad-lg-3,
  section.pad-lg-horz-3,
  .row.pad-lg-horz-3,
  section.pad-lg-left-3,
  .row.pad-lg-left-3,
  section.pad-lg-right-3,
  .row.pad-lg-right-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-4,
  div.pad-lg-4,
  .container.pad-lg-4 {
    padding: 108px;
  }
  .pad-lg-4 > .row,
  div.pad-lg-4 > .row,
  .container.pad-lg-4 > .row {
    margin-left: -108px;
    margin-right: -108px;
  }
  .pad-lg-4.column > .row,
  div.pad-lg-4.column > .row,
  .container.pad-lg-4.column > .row {
    margin-left: -108px;
    margin-right: -108px;
    width: -webkit-calc(100% + (54px * 2 * 2));
    width: calc(100% + (54px * 2 * 2));
  }
  .pad-lg-horz-4,
  div.pad-lg-horz-4,
  .container.pad-lg-horz-4 {
    padding-left: 108px;
    padding-right: 108px;
  }
  .pad-lg-horz-4 > .row,
  div.pad-lg-horz-4 > .row,
  .container.pad-lg-horz-4 > .row {
    margin-left: -108px;
    margin-right: -108px;
  }
  .pad-lg-horz-4.column > .row,
  div.pad-lg-horz-4.column > .row,
  .container.pad-lg-horz-4.column > .row {
    margin-left: -108px;
    margin-right: -108px;
    width: -webkit-calc(100% + (54px * 2 * 2));
    width: calc(100% + (54px * 2 * 2));
  }
  .pad-lg-vert-4,
  div.pad-lg-vert-4,
  .row.pad-lg-vert-4,
  .container.pad-lg-vert-4 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .pad-lg-top-4,
  div.pad-lg-top-4,
  .row.pad-lg-top-4,
  .container.pad-lg-top-4 {
    padding-top: 108px;
  }
  .pad-lg-bottom-4,
  div.pad-lg-bottom-4,
  .row.pad-lg-bottom-4,
  .container.pad-lg-bottom-4 {
    padding-bottom: 108px;
  }
  .pad-lg-left-4,
  div.pad-lg-left-4,
  .container.pad-lg-left-4 {
    padding-left: 108px;
  }
  .pad-lg-right-4,
  div.pad-lg-right-4,
  .container.pad-lg-right-4 {
    padding-right: 108px;
  }
  section.pad-lg-4,
  .row.pad-lg-4,
  section.pad-lg-horz-4,
  .row.pad-lg-horz-4,
  section.pad-lg-left-4,
  .row.pad-lg-left-4,
  section.pad-lg-right-4,
  .row.pad-lg-right-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-5,
  div.pad-lg-5,
  .container.pad-lg-5 {
    padding: 135px;
  }
  .pad-lg-5 > .row,
  div.pad-lg-5 > .row,
  .container.pad-lg-5 > .row {
    margin-left: -135px;
    margin-right: -135px;
  }
  .pad-lg-5.column > .row,
  div.pad-lg-5.column > .row,
  .container.pad-lg-5.column > .row {
    margin-left: -135px;
    margin-right: -135px;
    width: -webkit-calc(100% + (54px * 2.5 * 2));
    width: calc(100% + (54px * 2.5 * 2));
  }
  .pad-lg-horz-5,
  div.pad-lg-horz-5,
  .container.pad-lg-horz-5 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .pad-lg-horz-5 > .row,
  div.pad-lg-horz-5 > .row,
  .container.pad-lg-horz-5 > .row {
    margin-left: -135px;
    margin-right: -135px;
  }
  .pad-lg-horz-5.column > .row,
  div.pad-lg-horz-5.column > .row,
  .container.pad-lg-horz-5.column > .row {
    margin-left: -135px;
    margin-right: -135px;
    width: -webkit-calc(100% + (54px * 2.5 * 2));
    width: calc(100% + (54px * 2.5 * 2));
  }
  .pad-lg-vert-5,
  div.pad-lg-vert-5,
  .row.pad-lg-vert-5,
  .container.pad-lg-vert-5 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .pad-lg-top-5,
  div.pad-lg-top-5,
  .row.pad-lg-top-5,
  .container.pad-lg-top-5 {
    padding-top: 135px;
  }
  .pad-lg-bottom-5,
  div.pad-lg-bottom-5,
  .row.pad-lg-bottom-5,
  .container.pad-lg-bottom-5 {
    padding-bottom: 135px;
  }
  .pad-lg-left-5,
  div.pad-lg-left-5,
  .container.pad-lg-left-5 {
    padding-left: 135px;
  }
  .pad-lg-right-5,
  div.pad-lg-right-5,
  .container.pad-lg-right-5 {
    padding-right: 135px;
  }
  section.pad-lg-5,
  .row.pad-lg-5,
  section.pad-lg-horz-5,
  .row.pad-lg-horz-5,
  section.pad-lg-left-5,
  .row.pad-lg-left-5,
  section.pad-lg-right-5,
  .row.pad-lg-right-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-6,
  div.pad-lg-6,
  .container.pad-lg-6 {
    padding: 162px;
  }
  .pad-lg-6 > .row,
  div.pad-lg-6 > .row,
  .container.pad-lg-6 > .row {
    margin-left: -162px;
    margin-right: -162px;
  }
  .pad-lg-6.column > .row,
  div.pad-lg-6.column > .row,
  .container.pad-lg-6.column > .row {
    margin-left: -162px;
    margin-right: -162px;
    width: -webkit-calc(100% + (54px * 3 * 2));
    width: calc(100% + (54px * 3 * 2));
  }
  .pad-lg-horz-6,
  div.pad-lg-horz-6,
  .container.pad-lg-horz-6 {
    padding-left: 162px;
    padding-right: 162px;
  }
  .pad-lg-horz-6 > .row,
  div.pad-lg-horz-6 > .row,
  .container.pad-lg-horz-6 > .row {
    margin-left: -162px;
    margin-right: -162px;
  }
  .pad-lg-horz-6.column > .row,
  div.pad-lg-horz-6.column > .row,
  .container.pad-lg-horz-6.column > .row {
    margin-left: -162px;
    margin-right: -162px;
    width: -webkit-calc(100% + (54px * 3 * 2));
    width: calc(100% + (54px * 3 * 2));
  }
  .pad-lg-vert-6,
  div.pad-lg-vert-6,
  .row.pad-lg-vert-6,
  .container.pad-lg-vert-6 {
    padding-top: 162px;
    padding-bottom: 162px;
  }
  .pad-lg-top-6,
  div.pad-lg-top-6,
  .row.pad-lg-top-6,
  .container.pad-lg-top-6 {
    padding-top: 162px;
  }
  .pad-lg-bottom-6,
  div.pad-lg-bottom-6,
  .row.pad-lg-bottom-6,
  .container.pad-lg-bottom-6 {
    padding-bottom: 162px;
  }
  .pad-lg-left-6,
  div.pad-lg-left-6,
  .container.pad-lg-left-6 {
    padding-left: 162px;
  }
  .pad-lg-right-6,
  div.pad-lg-right-6,
  .container.pad-lg-right-6 {
    padding-right: 162px;
  }
  section.pad-lg-6,
  .row.pad-lg-6,
  section.pad-lg-horz-6,
  .row.pad-lg-horz-6,
  section.pad-lg-left-6,
  .row.pad-lg-left-6,
  section.pad-lg-right-6,
  .row.pad-lg-right-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-7,
  div.pad-lg-7,
  .container.pad-lg-7 {
    padding: 189px;
  }
  .pad-lg-7 > .row,
  div.pad-lg-7 > .row,
  .container.pad-lg-7 > .row {
    margin-left: -189px;
    margin-right: -189px;
  }
  .pad-lg-7.column > .row,
  div.pad-lg-7.column > .row,
  .container.pad-lg-7.column > .row {
    margin-left: -189px;
    margin-right: -189px;
    width: -webkit-calc(100% + (54px * 3.5 * 2));
    width: calc(100% + (54px * 3.5 * 2));
  }
  .pad-lg-horz-7,
  div.pad-lg-horz-7,
  .container.pad-lg-horz-7 {
    padding-left: 189px;
    padding-right: 189px;
  }
  .pad-lg-horz-7 > .row,
  div.pad-lg-horz-7 > .row,
  .container.pad-lg-horz-7 > .row {
    margin-left: -189px;
    margin-right: -189px;
  }
  .pad-lg-horz-7.column > .row,
  div.pad-lg-horz-7.column > .row,
  .container.pad-lg-horz-7.column > .row {
    margin-left: -189px;
    margin-right: -189px;
    width: -webkit-calc(100% + (54px * 3.5 * 2));
    width: calc(100% + (54px * 3.5 * 2));
  }
  .pad-lg-vert-7,
  div.pad-lg-vert-7,
  .row.pad-lg-vert-7,
  .container.pad-lg-vert-7 {
    padding-top: 189px;
    padding-bottom: 189px;
  }
  .pad-lg-top-7,
  div.pad-lg-top-7,
  .row.pad-lg-top-7,
  .container.pad-lg-top-7 {
    padding-top: 189px;
  }
  .pad-lg-bottom-7,
  div.pad-lg-bottom-7,
  .row.pad-lg-bottom-7,
  .container.pad-lg-bottom-7 {
    padding-bottom: 189px;
  }
  .pad-lg-left-7,
  div.pad-lg-left-7,
  .container.pad-lg-left-7 {
    padding-left: 189px;
  }
  .pad-lg-right-7,
  div.pad-lg-right-7,
  .container.pad-lg-right-7 {
    padding-right: 189px;
  }
  section.pad-lg-7,
  .row.pad-lg-7,
  section.pad-lg-horz-7,
  .row.pad-lg-horz-7,
  section.pad-lg-left-7,
  .row.pad-lg-left-7,
  section.pad-lg-right-7,
  .row.pad-lg-right-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-0,
  div.pad-lg-0,
  .container.pad-lg-0 {
    padding: 0px;
  }
  .pad-lg-0 > .row,
  div.pad-lg-0 > .row,
  .container.pad-lg-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-lg-0.column > .row,
  div.pad-lg-0.column > .row,
  .container.pad-lg-0.column > .row {
    margin-left: 0px;
    margin-right: 0px;
    width: -webkit-calc(100% + (54px * 0 * 2));
    width: calc(100% + (54px * 0 * 2));
  }
  .pad-lg-horz-0,
  div.pad-lg-horz-0,
  .container.pad-lg-horz-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-lg-horz-0 > .row,
  div.pad-lg-horz-0 > .row,
  .container.pad-lg-horz-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-lg-horz-0.column > .row,
  div.pad-lg-horz-0.column > .row,
  .container.pad-lg-horz-0.column > .row {
    margin-left: 0px;
    margin-right: 0px;
    width: -webkit-calc(100% + (54px * 0 * 2));
    width: calc(100% + (54px * 0 * 2));
  }
  .pad-lg-vert-0,
  div.pad-lg-vert-0,
  .row.pad-lg-vert-0,
  .container.pad-lg-vert-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-lg-top-0,
  div.pad-lg-top-0,
  .row.pad-lg-top-0,
  .container.pad-lg-top-0 {
    padding-top: 0px;
  }
  .pad-lg-bottom-0,
  div.pad-lg-bottom-0,
  .row.pad-lg-bottom-0,
  .container.pad-lg-bottom-0 {
    padding-bottom: 0px;
  }
  .pad-lg-left-0,
  div.pad-lg-left-0,
  .container.pad-lg-left-0 {
    padding-left: 0px;
  }
  .pad-lg-right-0,
  div.pad-lg-right-0,
  .container.pad-lg-right-0 {
    padding-right: 0px;
  }
  section.pad-lg-0,
  .row.pad-lg-0,
  section.pad-lg-horz-0,
  .row.pad-lg-horz-0,
  section.pad-lg-left-0,
  .row.pad-lg-left-0,
  section.pad-lg-right-0,
  .row.pad-lg-right-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text-center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-right {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.text-left {
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 0) {
  .text-xs-last-center {
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .text-xs-last-right {
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .text-xs-last-left {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .text-xs-justify {
    text-align: justify;
  }
  .text-xs-center {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-xs-right {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .text-xs-left {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .text-sm-last-center {
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .text-sm-last-right {
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .text-sm-last-left {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .text-sm-justify {
    text-align: justify;
  }
  .text-sm-center {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-sm-right {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .text-sm-left {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .text-md-last-center {
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .text-md-last-right {
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .text-md-last-left {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .text-md-justify {
    text-align: justify;
  }
  .text-md-center {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-md-right {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .text-md-left {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .text-lg-last-center {
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .text-lg-last-right {
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .text-lg-last-left {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .text-lg-justify {
    text-align: justify;
  }
  .text-lg-center {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-lg-right {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .text-lg-left {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.has-black-background-color {
  background: var(--wp--preset--color--black);
}
.has-black-background-color li:before,
.has-black-background-color ol:before {
  color: var(--wp--preset--color--primary);
}
.has-gray-dark-background-color {
  background: var(--wp--preset--color--gray-dark);
}
.has-gray-dark-background-color li:before,
.has-gray-dark-background-color ol:before {
  color: var(--wp--preset--color--primary);
}
.has-gray-background-color {
  background: var(--wp--preset--color--gray);
}
.has-gray-background-color li:before,
.has-gray-background-color ol:before {
  color: var(--wp--preset--color--black);
}
.has-gray-light-background-color {
  background: var(--wp--preset--color--gray-light);
}
.has-gray-light-background-color li:before,
.has-gray-light-background-color ol:before {
  color: var(--wp--preset--color--black);
}
.has-primary-background-color {
  background: var(--wp--preset--color--primary);
}
.has-primary-background-color li:before,
.has-primary-background-color ol:before {
  color: var(--wp--preset--color--default);
}
.has-secondary-background-color {
  background: var(--wp--preset--color--secondary);
}
.has-secondary-background-color li:before,
.has-secondary-background-color ol:before {
  color: var(--wp--preset--color--default);
}
.has-tertiary-background-color {
  background: var(--wp--preset--color--tertiary);
}
.has-tertiary-background-color li:before,
.has-tertiary-background-color ol:before {
  color: var(--wp--preset--color--default);
}
.has-default-background-color {
  background: var(--wp--preset--color--default);
}
.has-default-background-color li:before,
.has-default-background-color ol:before {
  color: var(--wp--preset--color--primary);
}
.column.text-muted,
.column .text-muted {
  color: #0000ef;
}
.column.text-muted h1,
.column .text-muted h1,
.column.text-muted h2,
.column .text-muted h2,
.column.text-muted h3,
.column .text-muted h3,
.column.text-muted h4,
.column .text-muted h4,
.column.text-muted h5,
.column .text-muted h5,
.column.text-muted h6,
.column .text-muted h6,
.column.text-muted blockquote,
.column .text-muted blockquote,
.column.text-muted address,
.column .text-muted address,
.column.text-muted li,
.column .text-muted li,
.column.text-muted span,
.column .text-muted span,
.column.text-muted strong,
.column .text-muted strong,
.column.text-muted p,
.column .text-muted p {
  color: #0000ef;
}
.column.text-primary,
.column .text-primary {
  color: var(--wp--preset--color--primary);
}
.column.text-primary h1,
.column .text-primary h1,
.column.text-primary h2,
.column .text-primary h2,
.column.text-primary h3,
.column .text-primary h3,
.column.text-primary h4,
.column .text-primary h4,
.column.text-primary h5,
.column .text-primary h5,
.column.text-primary h6,
.column .text-primary h6,
.column.text-primary blockquote,
.column .text-primary blockquote,
.column.text-primary address,
.column .text-primary address,
.column.text-primary li,
.column .text-primary li,
.column.text-primary span,
.column .text-primary span,
.column.text-primary strong,
.column .text-primary strong,
.column.text-primary p,
.column .text-primary p {
  color: var(--wp--preset--color--primary);
}
.column.text-secondary,
.column .text-secondary {
  color: var(--wp--preset--color--secondary);
}
.column.text-secondary h1,
.column .text-secondary h1,
.column.text-secondary h2,
.column .text-secondary h2,
.column.text-secondary h3,
.column .text-secondary h3,
.column.text-secondary h4,
.column .text-secondary h4,
.column.text-secondary h5,
.column .text-secondary h5,
.column.text-secondary h6,
.column .text-secondary h6,
.column.text-secondary blockquote,
.column .text-secondary blockquote,
.column.text-secondary address,
.column .text-secondary address,
.column.text-secondary li,
.column .text-secondary li,
.column.text-secondary span,
.column .text-secondary span,
.column.text-secondary strong,
.column .text-secondary strong,
.column.text-secondary p,
.column .text-secondary p {
  color: var(--wp--preset--color--secondary);
}
.column.text-tertiary,
.column .text-tertiary {
  color: var(--wp--preset--color--tertiary);
}
.column.text-tertiary h1,
.column .text-tertiary h1,
.column.text-tertiary h2,
.column .text-tertiary h2,
.column.text-tertiary h3,
.column .text-tertiary h3,
.column.text-tertiary h4,
.column .text-tertiary h4,
.column.text-tertiary h5,
.column .text-tertiary h5,
.column.text-tertiary h6,
.column .text-tertiary h6,
.column.text-tertiary blockquote,
.column .text-tertiary blockquote,
.column.text-tertiary address,
.column .text-tertiary address,
.column.text-tertiary li,
.column .text-tertiary li,
.column.text-tertiary span,
.column .text-tertiary span,
.column.text-tertiary strong,
.column .text-tertiary strong,
.column.text-tertiary p,
.column .text-tertiary p {
  color: var(--wp--preset--color--tertiary);
}
.column.text-reset,
.column .text-reset {
  color: inherit;
}
.column.text-reset h1,
.column .text-reset h1,
.column.text-reset h2,
.column .text-reset h2,
.column.text-reset h3,
.column .text-reset h3,
.column.text-reset h4,
.column .text-reset h4,
.column.text-reset h5,
.column .text-reset h5,
.column.text-reset h6,
.column .text-reset h6,
.column.text-reset blockquote,
.column .text-reset blockquote,
.column.text-reset address,
.column .text-reset address,
.column.text-reset li,
.column .text-reset li,
.column.text-reset span,
.column .text-reset span,
.column.text-reset strong,
.column .text-reset strong,
.column.text-reset p,
.column .text-reset p {
  color: inherit;
}
.column h1.text-muted,
.column h2.text-muted,
.column h3.text-muted,
.column h4.text-muted,
.column h5.text-muted,
.column h6.text-muted,
.column blockquote.text-muted,
.column address.text-muted,
.column li.text-muted,
.column span.text-muted,
.column strong.text-muted,
.column p.text-muted,
.column h1 .text-muted,
.column h2 .text-muted,
.column h3 .text-muted,
.column h4 .text-muted,
.column h5 .text-muted,
.column h6 .text-muted,
.column blockquote .text-muted,
.column address .text-muted,
.column li .text-muted,
.column span .text-muted,
.column strong .text-muted,
.column p .text-muted {
  color: #0000ef;
}
.column h1.text-muted h1,
.column h2.text-muted h1,
.column h3.text-muted h1,
.column h4.text-muted h1,
.column h5.text-muted h1,
.column h6.text-muted h1,
.column blockquote.text-muted h1,
.column address.text-muted h1,
.column li.text-muted h1,
.column span.text-muted h1,
.column strong.text-muted h1,
.column p.text-muted h1,
.column h1 .text-muted h1,
.column h2 .text-muted h1,
.column h3 .text-muted h1,
.column h4 .text-muted h1,
.column h5 .text-muted h1,
.column h6 .text-muted h1,
.column blockquote .text-muted h1,
.column address .text-muted h1,
.column li .text-muted h1,
.column span .text-muted h1,
.column strong .text-muted h1,
.column p .text-muted h1,
.column h1.text-muted h2,
.column h2.text-muted h2,
.column h3.text-muted h2,
.column h4.text-muted h2,
.column h5.text-muted h2,
.column h6.text-muted h2,
.column blockquote.text-muted h2,
.column address.text-muted h2,
.column li.text-muted h2,
.column span.text-muted h2,
.column strong.text-muted h2,
.column p.text-muted h2,
.column h1 .text-muted h2,
.column h2 .text-muted h2,
.column h3 .text-muted h2,
.column h4 .text-muted h2,
.column h5 .text-muted h2,
.column h6 .text-muted h2,
.column blockquote .text-muted h2,
.column address .text-muted h2,
.column li .text-muted h2,
.column span .text-muted h2,
.column strong .text-muted h2,
.column p .text-muted h2,
.column h1.text-muted h3,
.column h2.text-muted h3,
.column h3.text-muted h3,
.column h4.text-muted h3,
.column h5.text-muted h3,
.column h6.text-muted h3,
.column blockquote.text-muted h3,
.column address.text-muted h3,
.column li.text-muted h3,
.column span.text-muted h3,
.column strong.text-muted h3,
.column p.text-muted h3,
.column h1 .text-muted h3,
.column h2 .text-muted h3,
.column h3 .text-muted h3,
.column h4 .text-muted h3,
.column h5 .text-muted h3,
.column h6 .text-muted h3,
.column blockquote .text-muted h3,
.column address .text-muted h3,
.column li .text-muted h3,
.column span .text-muted h3,
.column strong .text-muted h3,
.column p .text-muted h3,
.column h1.text-muted h4,
.column h2.text-muted h4,
.column h3.text-muted h4,
.column h4.text-muted h4,
.column h5.text-muted h4,
.column h6.text-muted h4,
.column blockquote.text-muted h4,
.column address.text-muted h4,
.column li.text-muted h4,
.column span.text-muted h4,
.column strong.text-muted h4,
.column p.text-muted h4,
.column h1 .text-muted h4,
.column h2 .text-muted h4,
.column h3 .text-muted h4,
.column h4 .text-muted h4,
.column h5 .text-muted h4,
.column h6 .text-muted h4,
.column blockquote .text-muted h4,
.column address .text-muted h4,
.column li .text-muted h4,
.column span .text-muted h4,
.column strong .text-muted h4,
.column p .text-muted h4,
.column h1.text-muted h5,
.column h2.text-muted h5,
.column h3.text-muted h5,
.column h4.text-muted h5,
.column h5.text-muted h5,
.column h6.text-muted h5,
.column blockquote.text-muted h5,
.column address.text-muted h5,
.column li.text-muted h5,
.column span.text-muted h5,
.column strong.text-muted h5,
.column p.text-muted h5,
.column h1 .text-muted h5,
.column h2 .text-muted h5,
.column h3 .text-muted h5,
.column h4 .text-muted h5,
.column h5 .text-muted h5,
.column h6 .text-muted h5,
.column blockquote .text-muted h5,
.column address .text-muted h5,
.column li .text-muted h5,
.column span .text-muted h5,
.column strong .text-muted h5,
.column p .text-muted h5,
.column h1.text-muted h6,
.column h2.text-muted h6,
.column h3.text-muted h6,
.column h4.text-muted h6,
.column h5.text-muted h6,
.column h6.text-muted h6,
.column blockquote.text-muted h6,
.column address.text-muted h6,
.column li.text-muted h6,
.column span.text-muted h6,
.column strong.text-muted h6,
.column p.text-muted h6,
.column h1 .text-muted h6,
.column h2 .text-muted h6,
.column h3 .text-muted h6,
.column h4 .text-muted h6,
.column h5 .text-muted h6,
.column h6 .text-muted h6,
.column blockquote .text-muted h6,
.column address .text-muted h6,
.column li .text-muted h6,
.column span .text-muted h6,
.column strong .text-muted h6,
.column p .text-muted h6,
.column h1.text-muted blockquote,
.column h2.text-muted blockquote,
.column h3.text-muted blockquote,
.column h4.text-muted blockquote,
.column h5.text-muted blockquote,
.column h6.text-muted blockquote,
.column blockquote.text-muted blockquote,
.column address.text-muted blockquote,
.column li.text-muted blockquote,
.column span.text-muted blockquote,
.column strong.text-muted blockquote,
.column p.text-muted blockquote,
.column h1 .text-muted blockquote,
.column h2 .text-muted blockquote,
.column h3 .text-muted blockquote,
.column h4 .text-muted blockquote,
.column h5 .text-muted blockquote,
.column h6 .text-muted blockquote,
.column blockquote .text-muted blockquote,
.column address .text-muted blockquote,
.column li .text-muted blockquote,
.column span .text-muted blockquote,
.column strong .text-muted blockquote,
.column p .text-muted blockquote,
.column h1.text-muted address,
.column h2.text-muted address,
.column h3.text-muted address,
.column h4.text-muted address,
.column h5.text-muted address,
.column h6.text-muted address,
.column blockquote.text-muted address,
.column address.text-muted address,
.column li.text-muted address,
.column span.text-muted address,
.column strong.text-muted address,
.column p.text-muted address,
.column h1 .text-muted address,
.column h2 .text-muted address,
.column h3 .text-muted address,
.column h4 .text-muted address,
.column h5 .text-muted address,
.column h6 .text-muted address,
.column blockquote .text-muted address,
.column address .text-muted address,
.column li .text-muted address,
.column span .text-muted address,
.column strong .text-muted address,
.column p .text-muted address,
.column h1.text-muted li,
.column h2.text-muted li,
.column h3.text-muted li,
.column h4.text-muted li,
.column h5.text-muted li,
.column h6.text-muted li,
.column blockquote.text-muted li,
.column address.text-muted li,
.column li.text-muted li,
.column span.text-muted li,
.column strong.text-muted li,
.column p.text-muted li,
.column h1 .text-muted li,
.column h2 .text-muted li,
.column h3 .text-muted li,
.column h4 .text-muted li,
.column h5 .text-muted li,
.column h6 .text-muted li,
.column blockquote .text-muted li,
.column address .text-muted li,
.column li .text-muted li,
.column span .text-muted li,
.column strong .text-muted li,
.column p .text-muted li,
.column h1.text-muted span,
.column h2.text-muted span,
.column h3.text-muted span,
.column h4.text-muted span,
.column h5.text-muted span,
.column h6.text-muted span,
.column blockquote.text-muted span,
.column address.text-muted span,
.column li.text-muted span,
.column span.text-muted span,
.column strong.text-muted span,
.column p.text-muted span,
.column h1 .text-muted span,
.column h2 .text-muted span,
.column h3 .text-muted span,
.column h4 .text-muted span,
.column h5 .text-muted span,
.column h6 .text-muted span,
.column blockquote .text-muted span,
.column address .text-muted span,
.column li .text-muted span,
.column span .text-muted span,
.column strong .text-muted span,
.column p .text-muted span,
.column h1.text-muted strong,
.column h2.text-muted strong,
.column h3.text-muted strong,
.column h4.text-muted strong,
.column h5.text-muted strong,
.column h6.text-muted strong,
.column blockquote.text-muted strong,
.column address.text-muted strong,
.column li.text-muted strong,
.column span.text-muted strong,
.column strong.text-muted strong,
.column p.text-muted strong,
.column h1 .text-muted strong,
.column h2 .text-muted strong,
.column h3 .text-muted strong,
.column h4 .text-muted strong,
.column h5 .text-muted strong,
.column h6 .text-muted strong,
.column blockquote .text-muted strong,
.column address .text-muted strong,
.column li .text-muted strong,
.column span .text-muted strong,
.column strong .text-muted strong,
.column p .text-muted strong,
.column h1.text-muted p,
.column h2.text-muted p,
.column h3.text-muted p,
.column h4.text-muted p,
.column h5.text-muted p,
.column h6.text-muted p,
.column blockquote.text-muted p,
.column address.text-muted p,
.column li.text-muted p,
.column span.text-muted p,
.column strong.text-muted p,
.column p.text-muted p,
.column h1 .text-muted p,
.column h2 .text-muted p,
.column h3 .text-muted p,
.column h4 .text-muted p,
.column h5 .text-muted p,
.column h6 .text-muted p,
.column blockquote .text-muted p,
.column address .text-muted p,
.column li .text-muted p,
.column span .text-muted p,
.column strong .text-muted p,
.column p .text-muted p {
  color: #0000ef;
}
.column h1.text-primary,
.column h2.text-primary,
.column h3.text-primary,
.column h4.text-primary,
.column h5.text-primary,
.column h6.text-primary,
.column blockquote.text-primary,
.column address.text-primary,
.column li.text-primary,
.column span.text-primary,
.column strong.text-primary,
.column p.text-primary,
.column h1 .text-primary,
.column h2 .text-primary,
.column h3 .text-primary,
.column h4 .text-primary,
.column h5 .text-primary,
.column h6 .text-primary,
.column blockquote .text-primary,
.column address .text-primary,
.column li .text-primary,
.column span .text-primary,
.column strong .text-primary,
.column p .text-primary {
  color: var(--wp--preset--color--primary);
}
.column h1.text-primary h1,
.column h2.text-primary h1,
.column h3.text-primary h1,
.column h4.text-primary h1,
.column h5.text-primary h1,
.column h6.text-primary h1,
.column blockquote.text-primary h1,
.column address.text-primary h1,
.column li.text-primary h1,
.column span.text-primary h1,
.column strong.text-primary h1,
.column p.text-primary h1,
.column h1 .text-primary h1,
.column h2 .text-primary h1,
.column h3 .text-primary h1,
.column h4 .text-primary h1,
.column h5 .text-primary h1,
.column h6 .text-primary h1,
.column blockquote .text-primary h1,
.column address .text-primary h1,
.column li .text-primary h1,
.column span .text-primary h1,
.column strong .text-primary h1,
.column p .text-primary h1,
.column h1.text-primary h2,
.column h2.text-primary h2,
.column h3.text-primary h2,
.column h4.text-primary h2,
.column h5.text-primary h2,
.column h6.text-primary h2,
.column blockquote.text-primary h2,
.column address.text-primary h2,
.column li.text-primary h2,
.column span.text-primary h2,
.column strong.text-primary h2,
.column p.text-primary h2,
.column h1 .text-primary h2,
.column h2 .text-primary h2,
.column h3 .text-primary h2,
.column h4 .text-primary h2,
.column h5 .text-primary h2,
.column h6 .text-primary h2,
.column blockquote .text-primary h2,
.column address .text-primary h2,
.column li .text-primary h2,
.column span .text-primary h2,
.column strong .text-primary h2,
.column p .text-primary h2,
.column h1.text-primary h3,
.column h2.text-primary h3,
.column h3.text-primary h3,
.column h4.text-primary h3,
.column h5.text-primary h3,
.column h6.text-primary h3,
.column blockquote.text-primary h3,
.column address.text-primary h3,
.column li.text-primary h3,
.column span.text-primary h3,
.column strong.text-primary h3,
.column p.text-primary h3,
.column h1 .text-primary h3,
.column h2 .text-primary h3,
.column h3 .text-primary h3,
.column h4 .text-primary h3,
.column h5 .text-primary h3,
.column h6 .text-primary h3,
.column blockquote .text-primary h3,
.column address .text-primary h3,
.column li .text-primary h3,
.column span .text-primary h3,
.column strong .text-primary h3,
.column p .text-primary h3,
.column h1.text-primary h4,
.column h2.text-primary h4,
.column h3.text-primary h4,
.column h4.text-primary h4,
.column h5.text-primary h4,
.column h6.text-primary h4,
.column blockquote.text-primary h4,
.column address.text-primary h4,
.column li.text-primary h4,
.column span.text-primary h4,
.column strong.text-primary h4,
.column p.text-primary h4,
.column h1 .text-primary h4,
.column h2 .text-primary h4,
.column h3 .text-primary h4,
.column h4 .text-primary h4,
.column h5 .text-primary h4,
.column h6 .text-primary h4,
.column blockquote .text-primary h4,
.column address .text-primary h4,
.column li .text-primary h4,
.column span .text-primary h4,
.column strong .text-primary h4,
.column p .text-primary h4,
.column h1.text-primary h5,
.column h2.text-primary h5,
.column h3.text-primary h5,
.column h4.text-primary h5,
.column h5.text-primary h5,
.column h6.text-primary h5,
.column blockquote.text-primary h5,
.column address.text-primary h5,
.column li.text-primary h5,
.column span.text-primary h5,
.column strong.text-primary h5,
.column p.text-primary h5,
.column h1 .text-primary h5,
.column h2 .text-primary h5,
.column h3 .text-primary h5,
.column h4 .text-primary h5,
.column h5 .text-primary h5,
.column h6 .text-primary h5,
.column blockquote .text-primary h5,
.column address .text-primary h5,
.column li .text-primary h5,
.column span .text-primary h5,
.column strong .text-primary h5,
.column p .text-primary h5,
.column h1.text-primary h6,
.column h2.text-primary h6,
.column h3.text-primary h6,
.column h4.text-primary h6,
.column h5.text-primary h6,
.column h6.text-primary h6,
.column blockquote.text-primary h6,
.column address.text-primary h6,
.column li.text-primary h6,
.column span.text-primary h6,
.column strong.text-primary h6,
.column p.text-primary h6,
.column h1 .text-primary h6,
.column h2 .text-primary h6,
.column h3 .text-primary h6,
.column h4 .text-primary h6,
.column h5 .text-primary h6,
.column h6 .text-primary h6,
.column blockquote .text-primary h6,
.column address .text-primary h6,
.column li .text-primary h6,
.column span .text-primary h6,
.column strong .text-primary h6,
.column p .text-primary h6,
.column h1.text-primary blockquote,
.column h2.text-primary blockquote,
.column h3.text-primary blockquote,
.column h4.text-primary blockquote,
.column h5.text-primary blockquote,
.column h6.text-primary blockquote,
.column blockquote.text-primary blockquote,
.column address.text-primary blockquote,
.column li.text-primary blockquote,
.column span.text-primary blockquote,
.column strong.text-primary blockquote,
.column p.text-primary blockquote,
.column h1 .text-primary blockquote,
.column h2 .text-primary blockquote,
.column h3 .text-primary blockquote,
.column h4 .text-primary blockquote,
.column h5 .text-primary blockquote,
.column h6 .text-primary blockquote,
.column blockquote .text-primary blockquote,
.column address .text-primary blockquote,
.column li .text-primary blockquote,
.column span .text-primary blockquote,
.column strong .text-primary blockquote,
.column p .text-primary blockquote,
.column h1.text-primary address,
.column h2.text-primary address,
.column h3.text-primary address,
.column h4.text-primary address,
.column h5.text-primary address,
.column h6.text-primary address,
.column blockquote.text-primary address,
.column address.text-primary address,
.column li.text-primary address,
.column span.text-primary address,
.column strong.text-primary address,
.column p.text-primary address,
.column h1 .text-primary address,
.column h2 .text-primary address,
.column h3 .text-primary address,
.column h4 .text-primary address,
.column h5 .text-primary address,
.column h6 .text-primary address,
.column blockquote .text-primary address,
.column address .text-primary address,
.column li .text-primary address,
.column span .text-primary address,
.column strong .text-primary address,
.column p .text-primary address,
.column h1.text-primary li,
.column h2.text-primary li,
.column h3.text-primary li,
.column h4.text-primary li,
.column h5.text-primary li,
.column h6.text-primary li,
.column blockquote.text-primary li,
.column address.text-primary li,
.column li.text-primary li,
.column span.text-primary li,
.column strong.text-primary li,
.column p.text-primary li,
.column h1 .text-primary li,
.column h2 .text-primary li,
.column h3 .text-primary li,
.column h4 .text-primary li,
.column h5 .text-primary li,
.column h6 .text-primary li,
.column blockquote .text-primary li,
.column address .text-primary li,
.column li .text-primary li,
.column span .text-primary li,
.column strong .text-primary li,
.column p .text-primary li,
.column h1.text-primary span,
.column h2.text-primary span,
.column h3.text-primary span,
.column h4.text-primary span,
.column h5.text-primary span,
.column h6.text-primary span,
.column blockquote.text-primary span,
.column address.text-primary span,
.column li.text-primary span,
.column span.text-primary span,
.column strong.text-primary span,
.column p.text-primary span,
.column h1 .text-primary span,
.column h2 .text-primary span,
.column h3 .text-primary span,
.column h4 .text-primary span,
.column h5 .text-primary span,
.column h6 .text-primary span,
.column blockquote .text-primary span,
.column address .text-primary span,
.column li .text-primary span,
.column span .text-primary span,
.column strong .text-primary span,
.column p .text-primary span,
.column h1.text-primary strong,
.column h2.text-primary strong,
.column h3.text-primary strong,
.column h4.text-primary strong,
.column h5.text-primary strong,
.column h6.text-primary strong,
.column blockquote.text-primary strong,
.column address.text-primary strong,
.column li.text-primary strong,
.column span.text-primary strong,
.column strong.text-primary strong,
.column p.text-primary strong,
.column h1 .text-primary strong,
.column h2 .text-primary strong,
.column h3 .text-primary strong,
.column h4 .text-primary strong,
.column h5 .text-primary strong,
.column h6 .text-primary strong,
.column blockquote .text-primary strong,
.column address .text-primary strong,
.column li .text-primary strong,
.column span .text-primary strong,
.column strong .text-primary strong,
.column p .text-primary strong,
.column h1.text-primary p,
.column h2.text-primary p,
.column h3.text-primary p,
.column h4.text-primary p,
.column h5.text-primary p,
.column h6.text-primary p,
.column blockquote.text-primary p,
.column address.text-primary p,
.column li.text-primary p,
.column span.text-primary p,
.column strong.text-primary p,
.column p.text-primary p,
.column h1 .text-primary p,
.column h2 .text-primary p,
.column h3 .text-primary p,
.column h4 .text-primary p,
.column h5 .text-primary p,
.column h6 .text-primary p,
.column blockquote .text-primary p,
.column address .text-primary p,
.column li .text-primary p,
.column span .text-primary p,
.column strong .text-primary p,
.column p .text-primary p {
  color: var(--wp--preset--color--primary);
}
.column h1.text-secondary,
.column h2.text-secondary,
.column h3.text-secondary,
.column h4.text-secondary,
.column h5.text-secondary,
.column h6.text-secondary,
.column blockquote.text-secondary,
.column address.text-secondary,
.column li.text-secondary,
.column span.text-secondary,
.column strong.text-secondary,
.column p.text-secondary,
.column h1 .text-secondary,
.column h2 .text-secondary,
.column h3 .text-secondary,
.column h4 .text-secondary,
.column h5 .text-secondary,
.column h6 .text-secondary,
.column blockquote .text-secondary,
.column address .text-secondary,
.column li .text-secondary,
.column span .text-secondary,
.column strong .text-secondary,
.column p .text-secondary {
  color: var(--wp--preset--color--secondary);
}
.column h1.text-secondary h1,
.column h2.text-secondary h1,
.column h3.text-secondary h1,
.column h4.text-secondary h1,
.column h5.text-secondary h1,
.column h6.text-secondary h1,
.column blockquote.text-secondary h1,
.column address.text-secondary h1,
.column li.text-secondary h1,
.column span.text-secondary h1,
.column strong.text-secondary h1,
.column p.text-secondary h1,
.column h1 .text-secondary h1,
.column h2 .text-secondary h1,
.column h3 .text-secondary h1,
.column h4 .text-secondary h1,
.column h5 .text-secondary h1,
.column h6 .text-secondary h1,
.column blockquote .text-secondary h1,
.column address .text-secondary h1,
.column li .text-secondary h1,
.column span .text-secondary h1,
.column strong .text-secondary h1,
.column p .text-secondary h1,
.column h1.text-secondary h2,
.column h2.text-secondary h2,
.column h3.text-secondary h2,
.column h4.text-secondary h2,
.column h5.text-secondary h2,
.column h6.text-secondary h2,
.column blockquote.text-secondary h2,
.column address.text-secondary h2,
.column li.text-secondary h2,
.column span.text-secondary h2,
.column strong.text-secondary h2,
.column p.text-secondary h2,
.column h1 .text-secondary h2,
.column h2 .text-secondary h2,
.column h3 .text-secondary h2,
.column h4 .text-secondary h2,
.column h5 .text-secondary h2,
.column h6 .text-secondary h2,
.column blockquote .text-secondary h2,
.column address .text-secondary h2,
.column li .text-secondary h2,
.column span .text-secondary h2,
.column strong .text-secondary h2,
.column p .text-secondary h2,
.column h1.text-secondary h3,
.column h2.text-secondary h3,
.column h3.text-secondary h3,
.column h4.text-secondary h3,
.column h5.text-secondary h3,
.column h6.text-secondary h3,
.column blockquote.text-secondary h3,
.column address.text-secondary h3,
.column li.text-secondary h3,
.column span.text-secondary h3,
.column strong.text-secondary h3,
.column p.text-secondary h3,
.column h1 .text-secondary h3,
.column h2 .text-secondary h3,
.column h3 .text-secondary h3,
.column h4 .text-secondary h3,
.column h5 .text-secondary h3,
.column h6 .text-secondary h3,
.column blockquote .text-secondary h3,
.column address .text-secondary h3,
.column li .text-secondary h3,
.column span .text-secondary h3,
.column strong .text-secondary h3,
.column p .text-secondary h3,
.column h1.text-secondary h4,
.column h2.text-secondary h4,
.column h3.text-secondary h4,
.column h4.text-secondary h4,
.column h5.text-secondary h4,
.column h6.text-secondary h4,
.column blockquote.text-secondary h4,
.column address.text-secondary h4,
.column li.text-secondary h4,
.column span.text-secondary h4,
.column strong.text-secondary h4,
.column p.text-secondary h4,
.column h1 .text-secondary h4,
.column h2 .text-secondary h4,
.column h3 .text-secondary h4,
.column h4 .text-secondary h4,
.column h5 .text-secondary h4,
.column h6 .text-secondary h4,
.column blockquote .text-secondary h4,
.column address .text-secondary h4,
.column li .text-secondary h4,
.column span .text-secondary h4,
.column strong .text-secondary h4,
.column p .text-secondary h4,
.column h1.text-secondary h5,
.column h2.text-secondary h5,
.column h3.text-secondary h5,
.column h4.text-secondary h5,
.column h5.text-secondary h5,
.column h6.text-secondary h5,
.column blockquote.text-secondary h5,
.column address.text-secondary h5,
.column li.text-secondary h5,
.column span.text-secondary h5,
.column strong.text-secondary h5,
.column p.text-secondary h5,
.column h1 .text-secondary h5,
.column h2 .text-secondary h5,
.column h3 .text-secondary h5,
.column h4 .text-secondary h5,
.column h5 .text-secondary h5,
.column h6 .text-secondary h5,
.column blockquote .text-secondary h5,
.column address .text-secondary h5,
.column li .text-secondary h5,
.column span .text-secondary h5,
.column strong .text-secondary h5,
.column p .text-secondary h5,
.column h1.text-secondary h6,
.column h2.text-secondary h6,
.column h3.text-secondary h6,
.column h4.text-secondary h6,
.column h5.text-secondary h6,
.column h6.text-secondary h6,
.column blockquote.text-secondary h6,
.column address.text-secondary h6,
.column li.text-secondary h6,
.column span.text-secondary h6,
.column strong.text-secondary h6,
.column p.text-secondary h6,
.column h1 .text-secondary h6,
.column h2 .text-secondary h6,
.column h3 .text-secondary h6,
.column h4 .text-secondary h6,
.column h5 .text-secondary h6,
.column h6 .text-secondary h6,
.column blockquote .text-secondary h6,
.column address .text-secondary h6,
.column li .text-secondary h6,
.column span .text-secondary h6,
.column strong .text-secondary h6,
.column p .text-secondary h6,
.column h1.text-secondary blockquote,
.column h2.text-secondary blockquote,
.column h3.text-secondary blockquote,
.column h4.text-secondary blockquote,
.column h5.text-secondary blockquote,
.column h6.text-secondary blockquote,
.column blockquote.text-secondary blockquote,
.column address.text-secondary blockquote,
.column li.text-secondary blockquote,
.column span.text-secondary blockquote,
.column strong.text-secondary blockquote,
.column p.text-secondary blockquote,
.column h1 .text-secondary blockquote,
.column h2 .text-secondary blockquote,
.column h3 .text-secondary blockquote,
.column h4 .text-secondary blockquote,
.column h5 .text-secondary blockquote,
.column h6 .text-secondary blockquote,
.column blockquote .text-secondary blockquote,
.column address .text-secondary blockquote,
.column li .text-secondary blockquote,
.column span .text-secondary blockquote,
.column strong .text-secondary blockquote,
.column p .text-secondary blockquote,
.column h1.text-secondary address,
.column h2.text-secondary address,
.column h3.text-secondary address,
.column h4.text-secondary address,
.column h5.text-secondary address,
.column h6.text-secondary address,
.column blockquote.text-secondary address,
.column address.text-secondary address,
.column li.text-secondary address,
.column span.text-secondary address,
.column strong.text-secondary address,
.column p.text-secondary address,
.column h1 .text-secondary address,
.column h2 .text-secondary address,
.column h3 .text-secondary address,
.column h4 .text-secondary address,
.column h5 .text-secondary address,
.column h6 .text-secondary address,
.column blockquote .text-secondary address,
.column address .text-secondary address,
.column li .text-secondary address,
.column span .text-secondary address,
.column strong .text-secondary address,
.column p .text-secondary address,
.column h1.text-secondary li,
.column h2.text-secondary li,
.column h3.text-secondary li,
.column h4.text-secondary li,
.column h5.text-secondary li,
.column h6.text-secondary li,
.column blockquote.text-secondary li,
.column address.text-secondary li,
.column li.text-secondary li,
.column span.text-secondary li,
.column strong.text-secondary li,
.column p.text-secondary li,
.column h1 .text-secondary li,
.column h2 .text-secondary li,
.column h3 .text-secondary li,
.column h4 .text-secondary li,
.column h5 .text-secondary li,
.column h6 .text-secondary li,
.column blockquote .text-secondary li,
.column address .text-secondary li,
.column li .text-secondary li,
.column span .text-secondary li,
.column strong .text-secondary li,
.column p .text-secondary li,
.column h1.text-secondary span,
.column h2.text-secondary span,
.column h3.text-secondary span,
.column h4.text-secondary span,
.column h5.text-secondary span,
.column h6.text-secondary span,
.column blockquote.text-secondary span,
.column address.text-secondary span,
.column li.text-secondary span,
.column span.text-secondary span,
.column strong.text-secondary span,
.column p.text-secondary span,
.column h1 .text-secondary span,
.column h2 .text-secondary span,
.column h3 .text-secondary span,
.column h4 .text-secondary span,
.column h5 .text-secondary span,
.column h6 .text-secondary span,
.column blockquote .text-secondary span,
.column address .text-secondary span,
.column li .text-secondary span,
.column span .text-secondary span,
.column strong .text-secondary span,
.column p .text-secondary span,
.column h1.text-secondary strong,
.column h2.text-secondary strong,
.column h3.text-secondary strong,
.column h4.text-secondary strong,
.column h5.text-secondary strong,
.column h6.text-secondary strong,
.column blockquote.text-secondary strong,
.column address.text-secondary strong,
.column li.text-secondary strong,
.column span.text-secondary strong,
.column strong.text-secondary strong,
.column p.text-secondary strong,
.column h1 .text-secondary strong,
.column h2 .text-secondary strong,
.column h3 .text-secondary strong,
.column h4 .text-secondary strong,
.column h5 .text-secondary strong,
.column h6 .text-secondary strong,
.column blockquote .text-secondary strong,
.column address .text-secondary strong,
.column li .text-secondary strong,
.column span .text-secondary strong,
.column strong .text-secondary strong,
.column p .text-secondary strong,
.column h1.text-secondary p,
.column h2.text-secondary p,
.column h3.text-secondary p,
.column h4.text-secondary p,
.column h5.text-secondary p,
.column h6.text-secondary p,
.column blockquote.text-secondary p,
.column address.text-secondary p,
.column li.text-secondary p,
.column span.text-secondary p,
.column strong.text-secondary p,
.column p.text-secondary p,
.column h1 .text-secondary p,
.column h2 .text-secondary p,
.column h3 .text-secondary p,
.column h4 .text-secondary p,
.column h5 .text-secondary p,
.column h6 .text-secondary p,
.column blockquote .text-secondary p,
.column address .text-secondary p,
.column li .text-secondary p,
.column span .text-secondary p,
.column strong .text-secondary p,
.column p .text-secondary p {
  color: var(--wp--preset--color--secondary);
}
.column h1.text-tertiary,
.column h2.text-tertiary,
.column h3.text-tertiary,
.column h4.text-tertiary,
.column h5.text-tertiary,
.column h6.text-tertiary,
.column blockquote.text-tertiary,
.column address.text-tertiary,
.column li.text-tertiary,
.column span.text-tertiary,
.column strong.text-tertiary,
.column p.text-tertiary,
.column h1 .text-tertiary,
.column h2 .text-tertiary,
.column h3 .text-tertiary,
.column h4 .text-tertiary,
.column h5 .text-tertiary,
.column h6 .text-tertiary,
.column blockquote .text-tertiary,
.column address .text-tertiary,
.column li .text-tertiary,
.column span .text-tertiary,
.column strong .text-tertiary,
.column p .text-tertiary {
  color: var(--wp--preset--color--tertiary);
}
.column h1.text-tertiary h1,
.column h2.text-tertiary h1,
.column h3.text-tertiary h1,
.column h4.text-tertiary h1,
.column h5.text-tertiary h1,
.column h6.text-tertiary h1,
.column blockquote.text-tertiary h1,
.column address.text-tertiary h1,
.column li.text-tertiary h1,
.column span.text-tertiary h1,
.column strong.text-tertiary h1,
.column p.text-tertiary h1,
.column h1 .text-tertiary h1,
.column h2 .text-tertiary h1,
.column h3 .text-tertiary h1,
.column h4 .text-tertiary h1,
.column h5 .text-tertiary h1,
.column h6 .text-tertiary h1,
.column blockquote .text-tertiary h1,
.column address .text-tertiary h1,
.column li .text-tertiary h1,
.column span .text-tertiary h1,
.column strong .text-tertiary h1,
.column p .text-tertiary h1,
.column h1.text-tertiary h2,
.column h2.text-tertiary h2,
.column h3.text-tertiary h2,
.column h4.text-tertiary h2,
.column h5.text-tertiary h2,
.column h6.text-tertiary h2,
.column blockquote.text-tertiary h2,
.column address.text-tertiary h2,
.column li.text-tertiary h2,
.column span.text-tertiary h2,
.column strong.text-tertiary h2,
.column p.text-tertiary h2,
.column h1 .text-tertiary h2,
.column h2 .text-tertiary h2,
.column h3 .text-tertiary h2,
.column h4 .text-tertiary h2,
.column h5 .text-tertiary h2,
.column h6 .text-tertiary h2,
.column blockquote .text-tertiary h2,
.column address .text-tertiary h2,
.column li .text-tertiary h2,
.column span .text-tertiary h2,
.column strong .text-tertiary h2,
.column p .text-tertiary h2,
.column h1.text-tertiary h3,
.column h2.text-tertiary h3,
.column h3.text-tertiary h3,
.column h4.text-tertiary h3,
.column h5.text-tertiary h3,
.column h6.text-tertiary h3,
.column blockquote.text-tertiary h3,
.column address.text-tertiary h3,
.column li.text-tertiary h3,
.column span.text-tertiary h3,
.column strong.text-tertiary h3,
.column p.text-tertiary h3,
.column h1 .text-tertiary h3,
.column h2 .text-tertiary h3,
.column h3 .text-tertiary h3,
.column h4 .text-tertiary h3,
.column h5 .text-tertiary h3,
.column h6 .text-tertiary h3,
.column blockquote .text-tertiary h3,
.column address .text-tertiary h3,
.column li .text-tertiary h3,
.column span .text-tertiary h3,
.column strong .text-tertiary h3,
.column p .text-tertiary h3,
.column h1.text-tertiary h4,
.column h2.text-tertiary h4,
.column h3.text-tertiary h4,
.column h4.text-tertiary h4,
.column h5.text-tertiary h4,
.column h6.text-tertiary h4,
.column blockquote.text-tertiary h4,
.column address.text-tertiary h4,
.column li.text-tertiary h4,
.column span.text-tertiary h4,
.column strong.text-tertiary h4,
.column p.text-tertiary h4,
.column h1 .text-tertiary h4,
.column h2 .text-tertiary h4,
.column h3 .text-tertiary h4,
.column h4 .text-tertiary h4,
.column h5 .text-tertiary h4,
.column h6 .text-tertiary h4,
.column blockquote .text-tertiary h4,
.column address .text-tertiary h4,
.column li .text-tertiary h4,
.column span .text-tertiary h4,
.column strong .text-tertiary h4,
.column p .text-tertiary h4,
.column h1.text-tertiary h5,
.column h2.text-tertiary h5,
.column h3.text-tertiary h5,
.column h4.text-tertiary h5,
.column h5.text-tertiary h5,
.column h6.text-tertiary h5,
.column blockquote.text-tertiary h5,
.column address.text-tertiary h5,
.column li.text-tertiary h5,
.column span.text-tertiary h5,
.column strong.text-tertiary h5,
.column p.text-tertiary h5,
.column h1 .text-tertiary h5,
.column h2 .text-tertiary h5,
.column h3 .text-tertiary h5,
.column h4 .text-tertiary h5,
.column h5 .text-tertiary h5,
.column h6 .text-tertiary h5,
.column blockquote .text-tertiary h5,
.column address .text-tertiary h5,
.column li .text-tertiary h5,
.column span .text-tertiary h5,
.column strong .text-tertiary h5,
.column p .text-tertiary h5,
.column h1.text-tertiary h6,
.column h2.text-tertiary h6,
.column h3.text-tertiary h6,
.column h4.text-tertiary h6,
.column h5.text-tertiary h6,
.column h6.text-tertiary h6,
.column blockquote.text-tertiary h6,
.column address.text-tertiary h6,
.column li.text-tertiary h6,
.column span.text-tertiary h6,
.column strong.text-tertiary h6,
.column p.text-tertiary h6,
.column h1 .text-tertiary h6,
.column h2 .text-tertiary h6,
.column h3 .text-tertiary h6,
.column h4 .text-tertiary h6,
.column h5 .text-tertiary h6,
.column h6 .text-tertiary h6,
.column blockquote .text-tertiary h6,
.column address .text-tertiary h6,
.column li .text-tertiary h6,
.column span .text-tertiary h6,
.column strong .text-tertiary h6,
.column p .text-tertiary h6,
.column h1.text-tertiary blockquote,
.column h2.text-tertiary blockquote,
.column h3.text-tertiary blockquote,
.column h4.text-tertiary blockquote,
.column h5.text-tertiary blockquote,
.column h6.text-tertiary blockquote,
.column blockquote.text-tertiary blockquote,
.column address.text-tertiary blockquote,
.column li.text-tertiary blockquote,
.column span.text-tertiary blockquote,
.column strong.text-tertiary blockquote,
.column p.text-tertiary blockquote,
.column h1 .text-tertiary blockquote,
.column h2 .text-tertiary blockquote,
.column h3 .text-tertiary blockquote,
.column h4 .text-tertiary blockquote,
.column h5 .text-tertiary blockquote,
.column h6 .text-tertiary blockquote,
.column blockquote .text-tertiary blockquote,
.column address .text-tertiary blockquote,
.column li .text-tertiary blockquote,
.column span .text-tertiary blockquote,
.column strong .text-tertiary blockquote,
.column p .text-tertiary blockquote,
.column h1.text-tertiary address,
.column h2.text-tertiary address,
.column h3.text-tertiary address,
.column h4.text-tertiary address,
.column h5.text-tertiary address,
.column h6.text-tertiary address,
.column blockquote.text-tertiary address,
.column address.text-tertiary address,
.column li.text-tertiary address,
.column span.text-tertiary address,
.column strong.text-tertiary address,
.column p.text-tertiary address,
.column h1 .text-tertiary address,
.column h2 .text-tertiary address,
.column h3 .text-tertiary address,
.column h4 .text-tertiary address,
.column h5 .text-tertiary address,
.column h6 .text-tertiary address,
.column blockquote .text-tertiary address,
.column address .text-tertiary address,
.column li .text-tertiary address,
.column span .text-tertiary address,
.column strong .text-tertiary address,
.column p .text-tertiary address,
.column h1.text-tertiary li,
.column h2.text-tertiary li,
.column h3.text-tertiary li,
.column h4.text-tertiary li,
.column h5.text-tertiary li,
.column h6.text-tertiary li,
.column blockquote.text-tertiary li,
.column address.text-tertiary li,
.column li.text-tertiary li,
.column span.text-tertiary li,
.column strong.text-tertiary li,
.column p.text-tertiary li,
.column h1 .text-tertiary li,
.column h2 .text-tertiary li,
.column h3 .text-tertiary li,
.column h4 .text-tertiary li,
.column h5 .text-tertiary li,
.column h6 .text-tertiary li,
.column blockquote .text-tertiary li,
.column address .text-tertiary li,
.column li .text-tertiary li,
.column span .text-tertiary li,
.column strong .text-tertiary li,
.column p .text-tertiary li,
.column h1.text-tertiary span,
.column h2.text-tertiary span,
.column h3.text-tertiary span,
.column h4.text-tertiary span,
.column h5.text-tertiary span,
.column h6.text-tertiary span,
.column blockquote.text-tertiary span,
.column address.text-tertiary span,
.column li.text-tertiary span,
.column span.text-tertiary span,
.column strong.text-tertiary span,
.column p.text-tertiary span,
.column h1 .text-tertiary span,
.column h2 .text-tertiary span,
.column h3 .text-tertiary span,
.column h4 .text-tertiary span,
.column h5 .text-tertiary span,
.column h6 .text-tertiary span,
.column blockquote .text-tertiary span,
.column address .text-tertiary span,
.column li .text-tertiary span,
.column span .text-tertiary span,
.column strong .text-tertiary span,
.column p .text-tertiary span,
.column h1.text-tertiary strong,
.column h2.text-tertiary strong,
.column h3.text-tertiary strong,
.column h4.text-tertiary strong,
.column h5.text-tertiary strong,
.column h6.text-tertiary strong,
.column blockquote.text-tertiary strong,
.column address.text-tertiary strong,
.column li.text-tertiary strong,
.column span.text-tertiary strong,
.column strong.text-tertiary strong,
.column p.text-tertiary strong,
.column h1 .text-tertiary strong,
.column h2 .text-tertiary strong,
.column h3 .text-tertiary strong,
.column h4 .text-tertiary strong,
.column h5 .text-tertiary strong,
.column h6 .text-tertiary strong,
.column blockquote .text-tertiary strong,
.column address .text-tertiary strong,
.column li .text-tertiary strong,
.column span .text-tertiary strong,
.column strong .text-tertiary strong,
.column p .text-tertiary strong,
.column h1.text-tertiary p,
.column h2.text-tertiary p,
.column h3.text-tertiary p,
.column h4.text-tertiary p,
.column h5.text-tertiary p,
.column h6.text-tertiary p,
.column blockquote.text-tertiary p,
.column address.text-tertiary p,
.column li.text-tertiary p,
.column span.text-tertiary p,
.column strong.text-tertiary p,
.column p.text-tertiary p,
.column h1 .text-tertiary p,
.column h2 .text-tertiary p,
.column h3 .text-tertiary p,
.column h4 .text-tertiary p,
.column h5 .text-tertiary p,
.column h6 .text-tertiary p,
.column blockquote .text-tertiary p,
.column address .text-tertiary p,
.column li .text-tertiary p,
.column span .text-tertiary p,
.column strong .text-tertiary p,
.column p .text-tertiary p {
  color: var(--wp--preset--color--tertiary);
}
.column h1.text-reset,
.column h2.text-reset,
.column h3.text-reset,
.column h4.text-reset,
.column h5.text-reset,
.column h6.text-reset,
.column blockquote.text-reset,
.column address.text-reset,
.column li.text-reset,
.column span.text-reset,
.column strong.text-reset,
.column p.text-reset,
.column h1 .text-reset,
.column h2 .text-reset,
.column h3 .text-reset,
.column h4 .text-reset,
.column h5 .text-reset,
.column h6 .text-reset,
.column blockquote .text-reset,
.column address .text-reset,
.column li .text-reset,
.column span .text-reset,
.column strong .text-reset,
.column p .text-reset {
  color: inherit;
}
.column h1.text-reset h1,
.column h2.text-reset h1,
.column h3.text-reset h1,
.column h4.text-reset h1,
.column h5.text-reset h1,
.column h6.text-reset h1,
.column blockquote.text-reset h1,
.column address.text-reset h1,
.column li.text-reset h1,
.column span.text-reset h1,
.column strong.text-reset h1,
.column p.text-reset h1,
.column h1 .text-reset h1,
.column h2 .text-reset h1,
.column h3 .text-reset h1,
.column h4 .text-reset h1,
.column h5 .text-reset h1,
.column h6 .text-reset h1,
.column blockquote .text-reset h1,
.column address .text-reset h1,
.column li .text-reset h1,
.column span .text-reset h1,
.column strong .text-reset h1,
.column p .text-reset h1,
.column h1.text-reset h2,
.column h2.text-reset h2,
.column h3.text-reset h2,
.column h4.text-reset h2,
.column h5.text-reset h2,
.column h6.text-reset h2,
.column blockquote.text-reset h2,
.column address.text-reset h2,
.column li.text-reset h2,
.column span.text-reset h2,
.column strong.text-reset h2,
.column p.text-reset h2,
.column h1 .text-reset h2,
.column h2 .text-reset h2,
.column h3 .text-reset h2,
.column h4 .text-reset h2,
.column h5 .text-reset h2,
.column h6 .text-reset h2,
.column blockquote .text-reset h2,
.column address .text-reset h2,
.column li .text-reset h2,
.column span .text-reset h2,
.column strong .text-reset h2,
.column p .text-reset h2,
.column h1.text-reset h3,
.column h2.text-reset h3,
.column h3.text-reset h3,
.column h4.text-reset h3,
.column h5.text-reset h3,
.column h6.text-reset h3,
.column blockquote.text-reset h3,
.column address.text-reset h3,
.column li.text-reset h3,
.column span.text-reset h3,
.column strong.text-reset h3,
.column p.text-reset h3,
.column h1 .text-reset h3,
.column h2 .text-reset h3,
.column h3 .text-reset h3,
.column h4 .text-reset h3,
.column h5 .text-reset h3,
.column h6 .text-reset h3,
.column blockquote .text-reset h3,
.column address .text-reset h3,
.column li .text-reset h3,
.column span .text-reset h3,
.column strong .text-reset h3,
.column p .text-reset h3,
.column h1.text-reset h4,
.column h2.text-reset h4,
.column h3.text-reset h4,
.column h4.text-reset h4,
.column h5.text-reset h4,
.column h6.text-reset h4,
.column blockquote.text-reset h4,
.column address.text-reset h4,
.column li.text-reset h4,
.column span.text-reset h4,
.column strong.text-reset h4,
.column p.text-reset h4,
.column h1 .text-reset h4,
.column h2 .text-reset h4,
.column h3 .text-reset h4,
.column h4 .text-reset h4,
.column h5 .text-reset h4,
.column h6 .text-reset h4,
.column blockquote .text-reset h4,
.column address .text-reset h4,
.column li .text-reset h4,
.column span .text-reset h4,
.column strong .text-reset h4,
.column p .text-reset h4,
.column h1.text-reset h5,
.column h2.text-reset h5,
.column h3.text-reset h5,
.column h4.text-reset h5,
.column h5.text-reset h5,
.column h6.text-reset h5,
.column blockquote.text-reset h5,
.column address.text-reset h5,
.column li.text-reset h5,
.column span.text-reset h5,
.column strong.text-reset h5,
.column p.text-reset h5,
.column h1 .text-reset h5,
.column h2 .text-reset h5,
.column h3 .text-reset h5,
.column h4 .text-reset h5,
.column h5 .text-reset h5,
.column h6 .text-reset h5,
.column blockquote .text-reset h5,
.column address .text-reset h5,
.column li .text-reset h5,
.column span .text-reset h5,
.column strong .text-reset h5,
.column p .text-reset h5,
.column h1.text-reset h6,
.column h2.text-reset h6,
.column h3.text-reset h6,
.column h4.text-reset h6,
.column h5.text-reset h6,
.column h6.text-reset h6,
.column blockquote.text-reset h6,
.column address.text-reset h6,
.column li.text-reset h6,
.column span.text-reset h6,
.column strong.text-reset h6,
.column p.text-reset h6,
.column h1 .text-reset h6,
.column h2 .text-reset h6,
.column h3 .text-reset h6,
.column h4 .text-reset h6,
.column h5 .text-reset h6,
.column h6 .text-reset h6,
.column blockquote .text-reset h6,
.column address .text-reset h6,
.column li .text-reset h6,
.column span .text-reset h6,
.column strong .text-reset h6,
.column p .text-reset h6,
.column h1.text-reset blockquote,
.column h2.text-reset blockquote,
.column h3.text-reset blockquote,
.column h4.text-reset blockquote,
.column h5.text-reset blockquote,
.column h6.text-reset blockquote,
.column blockquote.text-reset blockquote,
.column address.text-reset blockquote,
.column li.text-reset blockquote,
.column span.text-reset blockquote,
.column strong.text-reset blockquote,
.column p.text-reset blockquote,
.column h1 .text-reset blockquote,
.column h2 .text-reset blockquote,
.column h3 .text-reset blockquote,
.column h4 .text-reset blockquote,
.column h5 .text-reset blockquote,
.column h6 .text-reset blockquote,
.column blockquote .text-reset blockquote,
.column address .text-reset blockquote,
.column li .text-reset blockquote,
.column span .text-reset blockquote,
.column strong .text-reset blockquote,
.column p .text-reset blockquote,
.column h1.text-reset address,
.column h2.text-reset address,
.column h3.text-reset address,
.column h4.text-reset address,
.column h5.text-reset address,
.column h6.text-reset address,
.column blockquote.text-reset address,
.column address.text-reset address,
.column li.text-reset address,
.column span.text-reset address,
.column strong.text-reset address,
.column p.text-reset address,
.column h1 .text-reset address,
.column h2 .text-reset address,
.column h3 .text-reset address,
.column h4 .text-reset address,
.column h5 .text-reset address,
.column h6 .text-reset address,
.column blockquote .text-reset address,
.column address .text-reset address,
.column li .text-reset address,
.column span .text-reset address,
.column strong .text-reset address,
.column p .text-reset address,
.column h1.text-reset li,
.column h2.text-reset li,
.column h3.text-reset li,
.column h4.text-reset li,
.column h5.text-reset li,
.column h6.text-reset li,
.column blockquote.text-reset li,
.column address.text-reset li,
.column li.text-reset li,
.column span.text-reset li,
.column strong.text-reset li,
.column p.text-reset li,
.column h1 .text-reset li,
.column h2 .text-reset li,
.column h3 .text-reset li,
.column h4 .text-reset li,
.column h5 .text-reset li,
.column h6 .text-reset li,
.column blockquote .text-reset li,
.column address .text-reset li,
.column li .text-reset li,
.column span .text-reset li,
.column strong .text-reset li,
.column p .text-reset li,
.column h1.text-reset span,
.column h2.text-reset span,
.column h3.text-reset span,
.column h4.text-reset span,
.column h5.text-reset span,
.column h6.text-reset span,
.column blockquote.text-reset span,
.column address.text-reset span,
.column li.text-reset span,
.column span.text-reset span,
.column strong.text-reset span,
.column p.text-reset span,
.column h1 .text-reset span,
.column h2 .text-reset span,
.column h3 .text-reset span,
.column h4 .text-reset span,
.column h5 .text-reset span,
.column h6 .text-reset span,
.column blockquote .text-reset span,
.column address .text-reset span,
.column li .text-reset span,
.column span .text-reset span,
.column strong .text-reset span,
.column p .text-reset span,
.column h1.text-reset strong,
.column h2.text-reset strong,
.column h3.text-reset strong,
.column h4.text-reset strong,
.column h5.text-reset strong,
.column h6.text-reset strong,
.column blockquote.text-reset strong,
.column address.text-reset strong,
.column li.text-reset strong,
.column span.text-reset strong,
.column strong.text-reset strong,
.column p.text-reset strong,
.column h1 .text-reset strong,
.column h2 .text-reset strong,
.column h3 .text-reset strong,
.column h4 .text-reset strong,
.column h5 .text-reset strong,
.column h6 .text-reset strong,
.column blockquote .text-reset strong,
.column address .text-reset strong,
.column li .text-reset strong,
.column span .text-reset strong,
.column strong .text-reset strong,
.column p .text-reset strong,
.column h1.text-reset p,
.column h2.text-reset p,
.column h3.text-reset p,
.column h4.text-reset p,
.column h5.text-reset p,
.column h6.text-reset p,
.column blockquote.text-reset p,
.column address.text-reset p,
.column li.text-reset p,
.column span.text-reset p,
.column strong.text-reset p,
.column p.text-reset p,
.column h1 .text-reset p,
.column h2 .text-reset p,
.column h3 .text-reset p,
.column h4 .text-reset p,
.column h5 .text-reset p,
.column h6 .text-reset p,
.column blockquote .text-reset p,
.column address .text-reset p,
.column li .text-reset p,
.column span .text-reset p,
.column strong .text-reset p,
.column p .text-reset p {
  color: inherit;
}
div.heading-wrap {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 27px;
  padding-bottom: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
#term-description p:last-child {
  margin-bottom: 0px;
}
.navbar {
  z-index: 1;
  display: block;
  min-height: 0px;
}
.nav,
nav {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.nav a,
nav a {
  text-decoration: none;
}
.nav a:hover,
nav a:hover {
  text-decoration: none;
}
.nav li,
nav li {
  z-index: 1;
  display: inline-block;
  width: auto;
  position: relative;
}
.nav li a,
nav li a {
  margin-bottom: 0;
  width: 100%;
}
.nav li ul,
nav li ul {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.nav li ul li,
nav li ul li {
  width: 100%;
}
.nav li ul li a,
nav li ul li a {
  width: 100%;
}
.nav li ul li ul,
nav li ul li ul {
  position: relative;
  width: 100%;
  padding-left: 0em;
}
.nav li ul li ul li,
nav li ul li ul li {
  width: 100%;
  padding-left: 0px;
}
.nav li ul li ul li a,
nav li ul li ul li a {
  width: 100%;
}
.nav li a:hover + ul,
nav li a:hover + ul,
.nav li a:focus + ul,
nav li a:focus + ul,
.nav li a:active + ul,
nav li a:active + ul {
  display: block;
}
.nav li:hover ul,
nav li:hover ul,
.nav li:focus ul,
nav li:focus ul,
.nav li:active ul,
nav li:active ul {
  display: block;
}
#main-nav {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: normal;
  border: 0px solid;
  position: relative;
  z-index: 6;
}
#main-nav > div.container {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-nav {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: normal;
  border: 0px solid;
  position: relative;
  z-index: 10;
}
#top-nav > div.container {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#main-nav {
  z-index: 9;
  background: var(--wp--preset--color--black);
  font-size: 1em;
  font-weight: 700;
  font-style: inherit;
  line-height: 0.9;
  padding: 27px 0;
  position: relative;
}
@media (max-width: 1199px) {
  #main-nav {
    font-size: 0.8em;
  }
}
#main-nav .brand-container {
  display: inline-block;
  vertical-align: middle;
}
#main-nav .brand-container a.navbar-brand {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}
#main-nav .brand-container a.navbar-brand #logo {
  height: 3rem;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  width: auto;
}
#main-nav .brand-container a.navbar-brand #logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  #main-nav .brand-container a.navbar-brand #logo {
    height: 2.25rem;
  }
}
@media (max-width: 991px) {
  #main-nav .brand-container a.navbar-brand #logo {
    height: 3rem;
  }
}
#main-nav .navbar-collapse {
  position: relative;
  display: inline-block;
}
#main-nav .navbar-collapse > div {
  display: inline-block;
}
#main-nav .navbar-collapse > div > ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main-nav .navbar-collapse > div > ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
#main-nav .navbar-collapse > div > ul li a {
  display: inline-block;
  width: 100%;
}
#main-nav .navbar-collapse > div > ul > li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: inherit;
  text-transform: normal;
  line-height: 3rem;
}
@media (max-width: 1199px) {
  #main-nav .navbar-collapse > div > ul > li {
    line-height: 2.25rem;
  }
}
#main-nav .navbar-collapse > div > ul > li > a {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 1em 1em 1em 1em;
  color: var(--wp--preset--color--default);
}
#main-nav .navbar-collapse > div > ul > li > a:hover,
#main-nav .navbar-collapse > div > ul > li > a:focus,
#main-nav .navbar-collapse > div > ul > li > a:active {
  color: var(--wp--preset--color--primary);
}
#main-nav .navbar-collapse > div > ul > li > a:hover:before,
#main-nav .navbar-collapse > div > ul > li > a:focus:before,
#main-nav .navbar-collapse > div > ul > li > a:active:before {
  color: var(--wp--preset--color--primary);
}
#main-nav .navbar-collapse > div > ul > li > ul {
  line-height: 1.25em;
  padding: 0em 0em;
  background: var(--wp--preset--color--primary);
  font-size: 0.75em;
  display: block;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
       -o-transition: -o-transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out;
  left: 50%;
  margin-left: -125px;
  top: -webkit-calc(3rem + (54px/2 - 19px));
  top: calc(3rem + (54px/2 - 19px));
  width: 250px;
}
@media (max-width: 1199px) {
  #main-nav .navbar-collapse > div > ul > li > ul {
    top: 2.25rem;
    width: 225px;
    margin-left: -101.25px;
  }
}
#main-nav .navbar-collapse > div > ul > li > ul li {
  vertical-align: top;
  overflow: hidden;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#main-nav .navbar-collapse > div > ul > li > ul li a {
  border-top: 1px solid var(--wp--preset--color--primary);
}
#main-nav .navbar-collapse > div > ul > li > ul li a {
  overflow: visible;
  padding: 1.5em 2em;
  line-height: 1em;
  color: var(--wp--preset--color--default);
}
#main-nav .navbar-collapse > div > ul > li > ul li a:hover,
#main-nav .navbar-collapse > div > ul > li > ul li a:focus,
#main-nav .navbar-collapse > div > ul > li > ul li a:active {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--default);
}
#main-nav .navbar-collapse > div > ul > li > ul li a:before {
  -webkit-transition: margin-left 0.5s;
       -o-transition: margin-left 0.5s;
          transition: margin-left 0.5s;
}
#main-nav .navbar-collapse > div > ul > li > ul li.menu-item-has-children {
  padding-bottom: 1.5em / 2;
}
#main-nav .navbar-collapse > div > ul > li > ul li.menu-item-has-children a {
  padding-bottom: 1.5em / 2;
}
#main-nav .navbar-collapse > div > ul > li > ul li li {
  border-top: 0px solid var(--wp--preset--color--primary);
  padding: 0 0 0 0;
}
#main-nav .navbar-collapse > div > ul > li > ul li li:last-child a:last-child {
  border-bottom: 0;
}
#main-nav .navbar-collapse > div > ul > li > ul li li a {
  text-indent: 1em;
  border-top: 1px solid var(--wp--preset--color--primary);
}
#main-nav .navbar-collapse > div > ul > li > ul li li a {
  padding: 1.5em / 2 2em;
}
#main-nav .navbar-collapse > div > ul > li:hover ul,
#main-nav .navbar-collapse > div > ul > li a:hover ~ ul,
#main-nav .navbar-collapse > div > ul > li a:focus ~ ul,
#main-nav .navbar-collapse > div > ul > li:focus ul,
#main-nav .navbar-collapse > div > ul > li a:focus + ul > li:active ul,
#main-nav .navbar-collapse > div > ul > li a:active + ul,
#main-nav .navbar-collapse > div > ul li .submenulink.open + ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
#main-nav .navbar-collapse > div > ul li:focus > .submenulink i,
#main-nav .navbar-collapse > div > ul li:hover > .submenulink i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
#main-nav .navbar-collapse > div > ul li:focus > .submenulink.open i,
#main-nav .navbar-collapse > div > ul li:hover > .submenulink.open i {
  -webkit-transform: rotateX(180deg) translateY(-0.125em);
          transform: rotateX(180deg) translateY(-0.125em);
}
#main-nav .navbar-collapse > div .submenulink {
  background: transparent;
  color: inherit;
  border: 0;
  margin-left: -0.5em;
}
#main-nav .navbar-collapse > div .submenulink.open i {
  color: var(--wp--preset--color--primary);
}
.navbar-collapse .submenulink {
  padding-top: 0.1em;
}
.submenulink {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.submenulink i {
  width: 1em;
  height: 1em;
  margin-top: 0;
  -webkit-transform: rotateX(0) translateY(0);
          transform: rotateX(0) translateY(0);
  -webkit-transition: -webkit-transform 0.125s;
       -o-transition: -o-transform 0.125s;
          transition: transform 0.125s;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submenulink i span {
  background: var(--wp--preset--color--default);
  height: 0.125em;
  width: -webkit-calc(50% + 0.125em);
  width: calc(50% + 0.125em);
  position: absolute;
  display: block;
  top: 25%;
  -webkit-transition: -webkit-transform 0.125s;
       -o-transition: -o-transform 0.125s;
          transition: transform 0.125s;
}
.submenulink i span.dd-l {
  left: 0.125em;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotateZ(45deg) scaleX(1);
          transform: rotateZ(45deg) scaleX(1);
}
.submenulink i span.dd-r {
  right: 0.125em;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: rotateZ(-45deg) scaleX(1);
          transform: rotateZ(-45deg) scaleX(1);
}
.submenulink.open i {
  color: var(--wp--preset--color--primary);
  -webkit-transform: rotateX(180deg) translateY(-0.125em);
          transform: rotateX(180deg) translateY(-0.125em);
}
.submenulink.open i span.dd-l {
  -webkit-transform: rotateZ(45deg) scaleX(1.875);
          transform: rotateZ(45deg) scaleX(1.875);
}
.submenulink.open i span.dd-r {
  -webkit-transform: rotateZ(-45deg) scaleX(1.875);
          transform: rotateZ(-45deg) scaleX(1.875);
}
span.nav_desc {
  font-size: 0.875em;
  width: 100%;
  display: inline-block;
  line-height: 1.5em;
  color: inherit;
  font-weight: 300;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  margin-top: 0.5em;
}
span.menu-text {
  display: inline-block;
  width: 100%;
}
div.content-navigation-links {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  text-align: center;
  background: #fff;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
       -o-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: 99999;
}
div.content-navigation-links:focus-within {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 991px) {
  #main-nav #navbar,
  #top-nav {
    display: none !important;
  }
  #main-nav {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    background: var(--wp--preset--color--black);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 301;
  }
  #main-nav > .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 991px) {
  #mobile-menu-container,
  #mobile-trigger {
    display: none !important;
  }
}
#mobile-trigger {
  margin: 0 0 0 0;
  position: fixed;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  top: 13.5px;
  right: 13.5px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  color: var(--wp--preset--color--default);
  background: var(--wp--preset--color--black);
  height: 3rem;
  width: 3rem;
  padding: 13.5px 13.5px;
  z-index: 301;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#mobile-trigger #x-container {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
#mobile-trigger span {
  display: block;
  position: absolute;
  height: 0.1em;
  width: 100%;
  background: var(--wp--preset--color--default);
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
       -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
}
#mobile-trigger span:nth-child(1) {
  top: -webkit-calc(((3rem - (54px / 2)) / 2) - (0.1em * 4));
  top: calc(((3rem - (54px / 2)) / 2) - (0.1em * 4));
}
#mobile-trigger span:nth-child(2),
#mobile-trigger span:nth-child(3) {
  top: -webkit-calc(((3rem - (54px / 2)) / 2) - (0.1em * 0.5));
  top: calc(((3rem - (54px / 2)) / 2) - (0.1em * 0.5));
}
#mobile-trigger span:nth-child(4) {
  top: -webkit-calc(((3rem - (54px / 2)) / 2) + (0.1em * 3));
  top: calc(((3rem - (54px / 2)) / 2) + (0.1em * 3));
}
#mobile-trigger.open span:nth-child(1) {
  top: -webkit-calc(((3rem - (54px / 2)) / 2) - (0.1em * 0.5));
  top: calc(((3rem - (54px / 2)) / 2) - (0.1em * 0.5));
  width: 0%;
  left: 50%;
}
#mobile-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
#mobile-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#mobile-trigger.open span:nth-child(4) {
  top: -webkit-calc(((3rem - (54px / 2)) / 2) - (0.1em * 0.5));
  top: calc(((3rem - (54px / 2)) / 2) - (0.1em * 0.5));
  width: 0%;
  left: 50%;
}
#scrollLock {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 200;
  top: 0;
  left: 0;
  background: var(--wp--preset--color--black);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.125s;
       -o-transition: opacity 0.125s;
          transition: opacity 0.125s;
}
#scrollLock.scrollLock {
  opacity: 0;
  height: 100%;
  visibility: visible;
}
body.scrollLock {
  overflow: hidden;
  min-height: 5000%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0px;
}
.mobile-menu {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  max-height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 300;
  height: 0;
  -webkit-transition: -webkit-transform 0.125s, right 0.125s;
       -o-transition: -o-transform 0.125s, right 0.125s;
          transition: transform 0.125s, right 0.125s;
  font-size: 1.125em;
  background: var(--wp--preset--color--black);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.mobile-menu.open {
  top: -webkit-calc(3rem + (54px/2));
  top: calc(3rem + (54px/2));
  border-top: 1px solid var(--wp--preset--color--gray-light);
  height: 100%;
}
.mobile-menu nav#mobile-menu-nav {
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-menu nav#mobile-menu-nav ul.menu {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.mobile-menu nav#mobile-menu-nav ul.menu > li {
  border-top: 1px solid var(--wp--preset--color--gray);
}
.mobile-menu nav#mobile-menu-nav ul.menu li {
  position: relative;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mobile-menu nav#mobile-menu-nav ul.menu li.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu nav#mobile-menu-nav ul.menu li.menu-item-has-children > a {
  width: -webkit-calc(100% - 5em);
  width: calc(100% - 5em);
}
.mobile-menu nav#mobile-menu-nav ul.menu li a {
  color: var(--wp--preset--color--default);
  padding-top: 1em;
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 1em;
  line-height: 1em;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 300;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.mobile-menu nav#mobile-menu-nav ul.menu li ul.sub-menu {
  list-style: none;
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-align: left;
  background: var(--wp--preset--color--black);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.125s, max-height 0.125s;
       -o-transition: -o-transform 0.125s, max-height 0.125s;
          transition: transform 0.125s, max-height 0.125s;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 0px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li ul.sub-menu li {
  border-top: 1px solid var(--wp--preset--color--gray);
  border-left: 5px solid var(--wp--preset--color--primary);
}
.mobile-menu nav#mobile-menu-nav ul.menu li li {
  padding-left: 6.75px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li li.sub-menu ul.sub-menu {
  height: auto;
  max-height: 1000px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li .submenulink,
.mobile-menu nav#mobile-menu-nav ul.menu li li.sub-menu .submenulink {
  color: var(--wp--preset--color--default);
  background: var(--wp--preset--color--black);
  width: auto;
  line-height: inherit;
  width: 3em;
  padding: 1em 1em;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 0px solid transparent;
  border-left: 1px solid var(--wp--preset--color--gray);
}
.mobile-menu nav#mobile-menu-nav ul.menu li .submenulink i,
.mobile-menu nav#mobile-menu-nav ul.menu li li.sub-menu .submenulink i {
  float: none !important;
}
.mobile-menu nav#mobile-menu-nav ul.menu li .submenulink.open + ul.sub-menu {
  max-height: 1000px;
}
.mobile-menu .submenulink {
  display: inline-block;
  color: var(--wp--preset--color--default);
  background: var(--wp--preset--color--black);
  width: 100%;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-menu .submenulink i {
  margin-left: 0px;
  margin-right: 0px;
}
#mobile-menu-nav > ul.menu > li {
  position: relative;
}
@media (max-width: 991px) {
  body.logged-in {
    top: 46px;
  }
  body.logged-in.scrollLock {
    top: 0px !important;
  }
  body.logged-in #wp-admin-bar-new_draft,
  body.logged-in #wp-admin-bar-gform-forms {
    display: none !important;
  }
  body.logged-in #mobile-trigger,
  body.logged-in #main-nav {
    top: 46px;
  }
  body.logged-in #mobile-menu-container {
    top: 76px;
  }
  body.logged-in #wpadminbar {
    position: fixed !important;
  }
}
.store-launch {
  display: none !important;
}
#mobile-menu-container {
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
       -o-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
#mobile-menu-container.open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
img,
picture,
picture img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  height: auto;
}
a.img-wrapper-link:last-child,
.image-wrapper:last-child {
  margin-bottom: 0;
}
img.alignright,
picture.alignright,
picture img.alignright {
  float: right;
  margin-left: 1em;
  display: inline-block;
}
img.alignleft,
picture.alignleft,
picture img.alignleft {
  float: left;
  margin-right: 1em;
  display: inline-block;
}
img.aligncenter,
picture.aligncenter,
picture img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.text-center,
picture.text-center,
picture img.text-center {
  display: inline-block;
  margin: auto auto;
}
@media (max-width: 992px) {
  img.alignleft.size-full,
  img.alignright.size-full {
    float: none;
    display: block;
  }
  img.alignright,
  picture.alignright,
  picture img.alignright,
  img.alignleft,
  picture.alignleft,
  picture img.alignleft {
    float: none;
    display: block;
  }
}
@media (max-width: 768px) {
  img.alignright,
  picture.alignright,
  picture img.alignright,
  img.alignleft,
  picture.alignleft,
  picture img.alignleft {
    display: block;
    float: none;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
  }
}
.img-wrapper,
a.img-wrapper-link {
  margin-bottom: 27px;
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.img-wrapper:last-child,
a.img-wrapper-link:last-child {
  margin-bottom: 0;
}
.img-wrapper img,
a.img-wrapper-link img,
.img-wrapper picture,
a.img-wrapper-link picture,
.img-wrapper picture img,
a.img-wrapper-link picture img {
  max-width: 100%;
}
.img-wrapper.img-inline,
a.img-wrapper-link.img-inline {
  width: auto;
  display: inline-block;
}
.img-wrapper.img-inline img,
a.img-wrapper-link.img-inline img,
.img-wrapper.img-inline picture,
a.img-wrapper-link.img-inline picture,
.img-wrapper.img-inline picture img,
a.img-wrapper-link.img-inline picture img {
  display: inline-block;
}
.img-wrapper.img-contain,
a.img-wrapper-link.img-contain,
.img-wrapper.img-cover,
a.img-wrapper-link.img-cover {
  width: 100%;
}
.img-wrapper.img-cover img,
a.img-wrapper-link.img-cover img,
.img-wrapper.img-cover picture,
a.img-wrapper-link.img-cover picture,
.img-wrapper.img-cover picture img,
a.img-wrapper-link.img-cover picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}
.img-wrapper.img-contain img,
a.img-wrapper-link.img-contain img,
.img-wrapper.img-contain picture,
a.img-wrapper-link.img-contain picture,
.img-wrapper.img-contain picture img,
a.img-wrapper-link.img-contain picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}
.img-wrapper.img-icon-sm,
a.img-wrapper-link.img-icon-sm {
  display: inline-block;
}
.img-wrapper.img-icon-sm img,
a.img-wrapper-link.img-icon-sm img,
.img-wrapper.img-icon-sm picture,
a.img-wrapper-link.img-icon-sm picture,
.img-wrapper.img-icon-sm picture img,
a.img-wrapper-link.img-icon-sm picture img {
  display: inline-block;
  height: 60px;
  width: auto;
}
.img-wrapper.img-icon-md,
a.img-wrapper-link.img-icon-md {
  display: inline-block;
}
.img-wrapper.img-icon-md img,
a.img-wrapper-link.img-icon-md img,
.img-wrapper.img-icon-md picture,
a.img-wrapper-link.img-icon-md picture,
.img-wrapper.img-icon-md picture img,
a.img-wrapper-link.img-icon-md picture img {
  display: inline-block;
  height: 80px;
  width: auto;
}
.img-wrapper.img-icon-lg,
a.img-wrapper-link.img-icon-lg {
  width: auto;
  display: inline-block;
}
.img-wrapper.img-icon-lg img,
a.img-wrapper-link.img-icon-lg img,
.img-wrapper.img-icon-lg picture,
a.img-wrapper-link.img-icon-lg picture,
.img-wrapper.img-icon-lg picture img,
a.img-wrapper-link.img-icon-lg picture img {
  display: inline-block;
  height: 120px;
  width: auto;
}
img.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}
img.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}
img.img-icon-sm {
  width: 60px;
  display: inline-block;
}
img.img-icon-md {
  width: 120px;
  display: inline-block;
}
img.img-icon-lg {
  width: 180px;
  display: inline-block;
}
footer {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--default);
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
footer h2,
footer h3,
footer h4,
footer h5 {
  font-size: 1.25em;
  padding-bottom: 0.5em;
  width: auto !important;
  border-bottom: 0.625em solid var(--wp--preset--color--primary);
  font-weight: 400;
  text-transform: uppercase;
}
footer a {
  color: var(--wp--preset--color--default);
}
footer a:hover {
  color: var(--wp--preset--color--primary);
}
footer ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
footer ul li li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  padding-left: 1em;
}
footer ul li li:before {
  margin-left: -1em;
  content: '\25A0';
  display: inline-block;
  width: 1em;
  margin-top: -0.125em;
  float: left;
}
footer ul li li a {
  margin-bottom: 0px;
  font-size: 0.75em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
footer ul li li li {
  padding-left: 2em;
}
footer ul li a {
  display: inline-block;
  width: 100%;
  padding: 0em;
}
footer ul li a:hover {
  text-decoration: none;
}
footer ul li ul {
  margin-bottom: 0px;
  font-size: 1em;
  text-transform: none;
}
footer ul li ul li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0em;
}
footer ul li ul li a {
  font-weight: inherit;
}
footer .footer-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 0.5em;
}
footer .footer-logo img {
  width: auto;
  height: 100%;
}
footer .copyright-area {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: var(--wp--preset--color--black);
}
footer .copyright-area > * {
  padding: 0.5em 0.5em 0.5em 0;
  width: auto;
  margin: 0 0 0 0;
}
footer .copyright-area ul.nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: auto;
}
footer .copyright-area ul.nav li {
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid var(--wp--preset--color--default);
}
footer .copyright-area ul.nav li:last-child {
  margin-right: 0;
}
footer .copyright-area ul.nav a {
  display: inline-block;
  margin-bottom: 0;
}
footer .copyright-area ul.nav .mobile-logo {
  width: 70% !important;
}
footer .copyright-area ul.nav .mobile-partner-logo img {
  width: 60% !important;
}
.social-links {
  float: right;
  text-align: right;
}
@media (max-width: 991px) {
  .social-links {
    text-align: left;
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .social-links {
    text-align: center;
    margin-top: 1em;
  }
}
.social-links .social-link {
  font-size: 1em;
  height: auto;
  width: auto;
  padding: 0.4em 0.675em;
  text-align: center;
  display: inline-block;
  margin-left: 0em;
  margin-right: 0em;
  background: inherit;
  position: relative;
}
.social-links .social-link i {
  font-size: 1em;
  width: 1em;
  height: 1em;
  color: inherit;
}
.social-links .social-link:hover i {
  color: inherit;
}
#live-area .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
}
.container .gform_wrapper.gravity-theme,
.container-fluid .gform_wrapper.gravity-theme {
  width: 100%;
}
.container .gform_wrapper.gravity-theme label,
.container-fluid .gform_wrapper.gravity-theme label,
.container .gform_wrapper.gravity-theme legend,
.container-fluid .gform_wrapper.gravity-theme legend {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
}
.container .gform_wrapper.gravity-theme .gchoice label,
.container-fluid .gform_wrapper.gravity-theme .gchoice label,
.container .gform_wrapper.gravity-theme .ginput_container_consent label,
.container-fluid .gform_wrapper.gravity-theme .ginput_container_consent label,
.container .gform_wrapper.gravity-theme .ginput_complex label,
.container-fluid .gform_wrapper.gravity-theme .ginput_complex label,
.container .gform_wrapper.gravity-theme .gchoice legend,
.container-fluid .gform_wrapper.gravity-theme .gchoice legend,
.container .gform_wrapper.gravity-theme .ginput_container_consent legend,
.container-fluid .gform_wrapper.gravity-theme .ginput_container_consent legend,
.container .gform_wrapper.gravity-theme .ginput_complex legend,
.container-fluid .gform_wrapper.gravity-theme .ginput_complex legend {
  font-weight: 300;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.container .gform_wrapper.gravity-theme .ginput_complex label,
.container-fluid .gform_wrapper.gravity-theme .ginput_complex label,
.container .gform_wrapper.gravity-theme .ginput_complex legend,
.container-fluid .gform_wrapper.gravity-theme .ginput_complex legend {
  font-size: 0.75em;
}
.container .gform_wrapper.gravity-theme input[type=color],
.container-fluid .gform_wrapper.gravity-theme input[type=color],
.container .gform_wrapper.gravity-theme input[type=date],
.container-fluid .gform_wrapper.gravity-theme input[type=date],
.container .gform_wrapper.gravity-theme input[type=datetime-local],
.container-fluid .gform_wrapper.gravity-theme input[type=datetime-local],
.container .gform_wrapper.gravity-theme input[type=datetime],
.container-fluid .gform_wrapper.gravity-theme input[type=datetime],
.container .gform_wrapper.gravity-theme input[type=email],
.container-fluid .gform_wrapper.gravity-theme input[type=email],
.container .gform_wrapper.gravity-theme input[type=month],
.container-fluid .gform_wrapper.gravity-theme input[type=month],
.container .gform_wrapper.gravity-theme input[type=number],
.container-fluid .gform_wrapper.gravity-theme input[type=number],
.container .gform_wrapper.gravity-theme input[type=password],
.container-fluid .gform_wrapper.gravity-theme input[type=password],
.container .gform_wrapper.gravity-theme input[type=search],
.container-fluid .gform_wrapper.gravity-theme input[type=search],
.container .gform_wrapper.gravity-theme input[type=tel],
.container-fluid .gform_wrapper.gravity-theme input[type=tel],
.container .gform_wrapper.gravity-theme input[type=text],
.container-fluid .gform_wrapper.gravity-theme input[type=text],
.container .gform_wrapper.gravity-theme input[type=time],
.container-fluid .gform_wrapper.gravity-theme input[type=time],
.container .gform_wrapper.gravity-theme input[type=url],
.container-fluid .gform_wrapper.gravity-theme input[type=url],
.container .gform_wrapper.gravity-theme input[type=week],
.container-fluid .gform_wrapper.gravity-theme input[type=week],
.container .gform_wrapper.gravity-theme select,
.container-fluid .gform_wrapper.gravity-theme select,
.container .gform_wrapper.gravity-theme textarea,
.container-fluid .gform_wrapper.gravity-theme textarea {
  border: 1px solid;
  border-radius: 1em;
  padding: 0.25em 1em 0.25em 1em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}
.container .gform_wrapper.gravity-theme input[type=color]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=color]:focus,
.container .gform_wrapper.gravity-theme input[type=date]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=date]:focus,
.container .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.container .gform_wrapper.gravity-theme input[type=datetime]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=datetime]:focus,
.container .gform_wrapper.gravity-theme input[type=email]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=email]:focus,
.container .gform_wrapper.gravity-theme input[type=month]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=month]:focus,
.container .gform_wrapper.gravity-theme input[type=number]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=number]:focus,
.container .gform_wrapper.gravity-theme input[type=password]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=password]:focus,
.container .gform_wrapper.gravity-theme input[type=search]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=search]:focus,
.container .gform_wrapper.gravity-theme input[type=tel]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=tel]:focus,
.container .gform_wrapper.gravity-theme input[type=text]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=text]:focus,
.container .gform_wrapper.gravity-theme input[type=time]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=time]:focus,
.container .gform_wrapper.gravity-theme input[type=url]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=url]:focus,
.container .gform_wrapper.gravity-theme input[type=week]:focus,
.container-fluid .gform_wrapper.gravity-theme input[type=week]:focus,
.container .gform_wrapper.gravity-theme select:focus,
.container-fluid .gform_wrapper.gravity-theme select:focus,
.container .gform_wrapper.gravity-theme textarea:focus,
.container-fluid .gform_wrapper.gravity-theme textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 2px var(--wp--preset--color--primary);
          box-shadow: 0px 0px 0px 2px var(--wp--preset--color--primary);
}
.container .gform_button.button,
.container-fluid .gform_button.button {
  margin-bottom: 27px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 400;
  font-family: 'FTS', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--wp--preset--color--default);
  background-color: var(--wp--preset--color--black);
  border: 2px solid var(--wp--preset--color--black);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 3em;
}
.container .gform_button.button:last-child,
.container-fluid .gform_button.button:last-child {
  margin-bottom: 0;
}
.container .gform_button.button i.fa,
.container-fluid .gform_button.button i.fa,
.container .gform_button.button i.b-icon,
.container-fluid .gform_button.button i.b-icon,
.container .gform_button.button span.b-icon,
.container-fluid .gform_button.button span.b-icon {
  margin-bottom: 0px;
  margin-right: 0.25em;
  color: inherit;
}
.container .gform_button.button:only-child,
.container-fluid .gform_button.button:only-child {
  margin-bottom: 0;
}
.container .gform_button.button span,
.container-fluid .gform_button.button span {
  vertical-align: baseline;
  display: inline-block;
}
.container .gform_button.button:focus,
.container-fluid .gform_button.button:focus,
.container .gform_button.button:active:focus,
.container-fluid .gform_button.button:active:focus,
.container .gform_button.button.active:focus,
.container-fluid .gform_button.button.active:focus,
.container .gform_button.button.focus,
.container-fluid .gform_button.button.focus,
.container .gform_button.button:active.focus,
.container-fluid .gform_button.button:active.focus,
.container .gform_button.button.active.focus,
.container-fluid .gform_button.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.container .gform_button.button:hover,
.container-fluid .gform_button.button:hover,
.container .gform_button.button:focus,
.container-fluid .gform_button.button:focus,
.container .gform_button.button.focus,
.container-fluid .gform_button.button.focus {
  color: var(--wp--preset--color--default);
  text-decoration: none;
}
.container .gform_button.button:active,
.container-fluid .gform_button.button:active,
.container .gform_button.button.active,
.container-fluid .gform_button.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.container .gform_button.button.disabled,
.container-fluid .gform_button.button.disabled,
.container .gform_button.button[disabled],
.container-fluid .gform_button.button[disabled],
fieldset[disabled] .container .gform_button.button,
fieldset[disabled] .container-fluid .gform_button.button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.container .gform_button.button.disabled,
a.container-fluid .gform_button.button.disabled,
fieldset[disabled] a.container .gform_button.button,
fieldset[disabled] a.container-fluid .gform_button.button {
  pointer-events: none;
}
.container .gform_button.button:active,
.container-fluid .gform_button.button:active,
.container .gform_button.button.active,
.container-fluid .gform_button.button.active,
.container .gform_button.button:focus,
.container-fluid .gform_button.button:focus,
.container .gform_button.button.focus,
.container-fluid .gform_button.button.focus,
.container .gform_button.button:hover,
.container-fluid .gform_button.button:hover,
.container .gform_button.button:hover,
.container-fluid .gform_button.button:hover {
  color: var(--wp--preset--color--black);
  background: rgba(0, 0, 0, 0);
  border-color: var(--wp--preset--color--black);
}
.open > .dropdown-toggle.container .gform_button.button,
.open > .dropdown-toggle.container-fluid .gform_button.button {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
}
.open > .dropdown-toggle.container .gform_button.button:hover,
.open > .dropdown-toggle.container-fluid .gform_button.button:hover,
.open > .dropdown-toggle.container .gform_button.button:focus,
.open > .dropdown-toggle.container-fluid .gform_button.button:focus,
.open > .dropdown-toggle.container .gform_button.button.focus,
.open > .dropdown-toggle.container-fluid .gform_button.button.focus {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
}
.container .gform_button.button:active,
.container-fluid .gform_button.button:active,
.container .gform_button.button.active,
.container-fluid .gform_button.button.active,
.open > .dropdown-toggle.container .gform_button.button,
.open > .dropdown-toggle.container-fluid .gform_button.button {
  background-image: none;
}
.container .gform_button.button.disabled,
.container-fluid .gform_button.button.disabled,
.container .gform_button.button[disabled],
.container-fluid .gform_button.button[disabled],
fieldset[disabled] .container .gform_button.button,
fieldset[disabled] .container-fluid .gform_button.button,
.container .gform_button.button.disabled:hover,
.container-fluid .gform_button.button.disabled:hover,
.container .gform_button.button[disabled]:hover,
.container-fluid .gform_button.button[disabled]:hover,
fieldset[disabled] .container .gform_button.button:hover,
fieldset[disabled] .container-fluid .gform_button.button:hover,
.container .gform_button.button.disabled:focus,
.container-fluid .gform_button.button.disabled:focus,
.container .gform_button.button[disabled]:focus,
.container-fluid .gform_button.button[disabled]:focus,
fieldset[disabled] .container .gform_button.button:focus,
fieldset[disabled] .container-fluid .gform_button.button:focus,
.container .gform_button.button.disabled.focus,
.container-fluid .gform_button.button.disabled.focus,
.container .gform_button.button[disabled].focus,
.container-fluid .gform_button.button[disabled].focus,
fieldset[disabled] .container .gform_button.button.focus,
fieldset[disabled] .container-fluid .gform_button.button.focus,
.container .gform_button.button.disabled:active,
.container-fluid .gform_button.button.disabled:active,
.container .gform_button.button[disabled]:active,
.container-fluid .gform_button.button[disabled]:active,
fieldset[disabled] .container .gform_button.button:active,
fieldset[disabled] .container-fluid .gform_button.button:active,
.container .gform_button.button.disabled.active,
.container-fluid .gform_button.button.disabled.active,
.container .gform_button.button[disabled].active,
.container-fluid .gform_button.button[disabled].active,
fieldset[disabled] .container .gform_button.button.active,
fieldset[disabled] .container-fluid .gform_button.button.active {
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
}
.container .gform_button.button .badge,
.container-fluid .gform_button.button .badge {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--default);
}
.container .gform_button.button.btn-alternate,
.container-fluid .gform_button.button.btn-alternate {
  color: inherit;
  padding: 0em;
  background-color: transparent;
  border: 0 solid var(--wp--preset--color--black);
  border-bottom: 0.25em solid var(--wp--preset--color--black);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--preset--color--black);
     -moz-text-decoration-color: var(--wp--preset--color--black);
          text-decoration-color: var(--wp--preset--color--black);
}
.container .gform_button.button.btn-alternate:active,
.container-fluid .gform_button.button.btn-alternate:active,
.container .gform_button.button.btn-alternate.active,
.container-fluid .gform_button.button.btn-alternate.active,
.container .gform_button.button.btn-alternate:focus,
.container-fluid .gform_button.button.btn-alternate:focus,
.container .gform_button.button.btn-alternate.focus,
.container-fluid .gform_button.button.btn-alternate.focus,
.container .gform_button.button.btn-alternate:hover,
.container-fluid .gform_button.button.btn-alternate:hover,
.container .gform_button.button.btn-alternate:hover,
.container-fluid .gform_button.button.btn-alternate:hover {
  text-decoration-thickness: 0.125em;
  background: transparent;
  color: inherit;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0);
}
#scrollLockModal {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 300;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
#scrollLockModal.scrollLock {
  opacity: 0.35;
  height: 100%;
  visibility: visible;
}
#cta-modal {
  -webkit-box-shadow: 0px 4px 4px 3px var(--wp--preset--color--black);
          box-shadow: 0px 4px 4px 3px var(--wp--preset--color--black);
  position: fixed;
  max-height: 100%;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: middle;
  display: block;
  top: -500000%;
  left: 50%;
  -webkit-transform: translate(-50%) translateY(-50%) scale(0, 0);
      -ms-transform: translate(-50%) translateY(-50%) scale(0, 0);
       -o-transform: translate(-50%) translateY(-50%) scale(0, 0);
          transform: translate(-50%) translateY(-50%) scale(0, 0);
  z-index: 301;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: -webkit-transform 0.3s;
       -o-transition: -o-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: #fff;
}
@media (max-width: 991px) {
  #cta-modal {
    width: 100%;
  }
}
#cta-modal.open {
  visibility: visible;
  top: 50%;
  -webkit-transform: translate(-50%) translateY(-50%) scale(1, 1);
      -ms-transform: translate(-50%) translateY(-50%) scale(1, 1);
       -o-transform: translate(-50%) translateY(-50%) scale(1, 1);
          transform: translate(-50%) translateY(-50%) scale(1, 1);
  display: block;
}
#cta-modal #closeModal {
  font-size: 1em;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0.6em 0.8em;
  z-index: 22;
  text-align: center;
  background: var(--wp--preset--color--black);
  color: #fff;
}
#cta-modal #closeModal i {
  width: 1em;
  height: 1em;
  color: inherit;
}
@media (min-width: 767px) {
  #cta-modal .row.content-row-cta-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 767px) {
  #cta-modal {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
#cta-modal .row.content-row-cta-modal .column {
  padding-top: 54px;
  padding-bottom: 54px;
}
#cta-modal #cta-logo {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 27px;
}
#cta-modal #cta-logo img {
  width: 100%;
  height: auto;
}
#cta-modal .address-phone {
  font-size: 14px;
}
#cta-modal .address-phone a {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.5em;
  font-weight: 400;
  color: #fff;
  width: 100%;
  display: inline-block;
}
#cta-modal .address-phone a span {
  display: inline-block;
  width: 100%;
}
#cta-modal .address-phone a i {
  margin-top: 0.6em;
  display: inline-block;
  float: left;
  margin-left: -1.5em;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.t-primary {
  color: var(--wp--preset--color--primary);
}
.t-primary p {
  color: inherit;
}
.t-primary h1,
.t-primary h2,
.t-primary h3,
.t-primary h4,
.t-primary h5,
.t-primary h6 {
  color: inherit;
}
.t-primary i.fa,
.t-primary i.b-icon {
  color: inherit;
}
p.t-primary,
h1.t-primary,
h2.t-primary,
h3.t-primary,
h4.t-primary,
h5.t-primary,
h6.t-primary,
i.fa.t-primary,
i.b-icon.t-primary {
  color: var(--wp--preset--color--primary);
}
.t-secondary {
  color: var(--wp--preset--color--secondary);
}
.t-secondary p {
  color: inherit;
}
.t-secondary h1,
.t-secondary h2,
.t-secondary h3,
.t-secondary h4,
.t-secondary h5,
.t-secondary h6 {
  color: inherit;
}
.t-secondary i.fa,
.t-secondary i.b-icon {
  color: inherit;
}
p.t-secondary,
h1.t-secondary,
h2.t-secondary,
h3.t-secondary,
h4.t-secondary,
h5.t-secondary,
h6.t-secondary,
i.fa.t-secondary,
i.b-icon.t-secondary {
  color: var(--wp--preset--color--secondary);
}
.t-tertiary {
  color: var(--wp--preset--color--tertiary);
}
.t-tertiary p {
  color: inherit;
}
.t-tertiary h1,
.t-tertiary h2,
.t-tertiary h3,
.t-tertiary h4,
.t-tertiary h5,
.t-tertiary h6 {
  color: inherit;
}
.t-tertiary i.fa,
.t-tertiary i.b-icon {
  color: inherit;
}
p.t-tertiary,
h1.t-tertiary,
h2.t-tertiary,
h3.t-tertiary,
h4.t-tertiary,
h5.t-tertiary,
h6.t-tertiary,
i.fa.t-tertiary,
i.b-icon.t-tertiary {
  color: var(--wp--preset--color--tertiary);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1470px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1470px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
:root {
  --var-pad: 2em;
}
.forms_backgrounds {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.client-list {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: var(--wp--preset--color--black);
}
@media (min-width: 992px) {
  #live-area .border-horz-teal {
    border-left: 1px solid var(--wp--preset--color--tertiary);
    border-right: 1px solid var(--wp--preset--color--tertiary);
  }
}
@media (min-width: 992px) {
  #live-area .border-bottom-teal {
    border-bottom: 1px solid #00556e;
  }
}
#live-area h1,
#live-area .is-style-heading-h1 {
  font-weight: 900;
  font-style: italic;
}
#live-area .forward-slash-teal strong {
  color: var(--wp--preset--color--tertiary);
}
#live-area h1 + hr,
#live-area h2 + hr,
#live-area h3 + hr,
#live-area h4 + hr,
#live-area h5 + hr {
  margin-top: 0;
}
#live-area .is-bg-black li:before {
  color: var(--wp--preset--color--secondary);
}
#live-area .is-bg-gray-dark li:before {
  color: var(--wp--preset--color--primary);
}
#live-area .is-bg-gray-light li:before {
  color: var(--wp--preset--color--tertiary);
}
#live-area .bg-fixed {
  background-attachment: fixed;
}
#live-area .bg-black-alt {
  background-color: #000d1a !important;
}
#live-area .align-content-horz .wp-block-group__inner-container {
  border-top: 1px solid var(--wp--preset--color--tertiary);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5em;
}
#live-area .align-content-horz .wp-block-group__inner-container .wp-block-group__inner-container {
  border-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0 0 2em;
}
#live-area .align-content-horz .wp-block-group__inner-container .wp-block-group__inner-container h3 {
  margin-bottom: 0.5em;
}
#live-area .logos-row-small .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1550px) {
  #live-area .logos-row-small .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#live-area .logos-row-small .column .logo-sizer {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
  width: 185px;
  margin-bottom: 0;
}
@media (max-width: 1733px) {
  #live-area .logos-row-small .column .logo-sizer {
    width: 175px;
  }
}
@media (max-width: 1640px) {
  #live-area .logos-row-small .column .logo-sizer {
    width: 170px;
  }
}
@media (max-width: 1578px) {
  #live-area .logos-row-small .column .logo-sizer {
    width: 165px;
  }
}
@media (max-width: 1550px) {
  #live-area .logos-row-small .column .logo-sizer {
    width: 185px;
  }
}
#live-area .is-style-img-row {
  width: 100%;
}
#live-area .is-style-img-row .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  #live-area .is-style-img-row .wp-block-group__inner-container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
#live-area .is-style-img-row .wp-block-group__inner-container .img-wrapper {
  max-width: 140px;
}
#live-area .shadow-green iframe {
  -webkit-box-shadow: 0.75em 0.75em #004d40;
          box-shadow: 0.75em 0.75em #004d40;
}
#live-area .icon-row .img-icon-sm {
  padding: 0.75em 1.5em;
}
#live-area .icon-row .img-icon-md {
  padding: 0.75em 1.5em;
}
#live-area .plus-green li {
  padding-bottom: 0;
}
#live-area .check-green ul li {
  padding-bottom: 0;
}
#live-area .check-green ul li:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cpath class='st0' style='fill: %2370D44B;' d='M8,12.8l3.9-12.6h2.8L9.6,16h-3l-2.3-5.7H1.7V7.8h4.7L8,12.8z'/%3E%3C/svg%3E%0A") !important;
  color: var(--wp--preset--color--secondary);
  padding-right: 0.25em;
  padding-top: 0.05em;
}
#live-area .check-green strong {
  font-size: 1.5em;
}
#live-area .check-green.has-lg-font-size ul li {
  padding-bottom: 0;
}
#live-area .check-green.has-lg-font-size ul li:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cpath class='st0' style='fill: %2370D44B;' d='M8,12.8l3.9-12.6h2.8L9.6,16h-3l-2.3-5.7H1.7V7.8h4.7L8,12.8z'/%3E%3C/svg%3E%0A") !important;
  color: var(--wp--preset--color--secondary);
  padding-right: 0.25em;
  padding-top: 0.05em;
  font-size: 1rem;
  margin-top: 0.255em;
}
#live-area ul li:before {
  margin-left: -1.5em;
  display: inline-block;
  width: 1.1em;
  float: left;
}
@media (min-width: 992px) {
  #live-area .neg-margin-content {
    width: -webkit-calc(100% + var(--var-pad) * 2);
    width: calc(100% + var(--var-pad) * 2);
    padding: 2em;
  }
  #live-area .neg-margin-content.left {
    margin-left: -webkit-calc(-3 * var(--var-pad));
    margin-left: calc(-3 * var(--var-pad));
  }
  #live-area .neg-margin-content.right {
    margin-right: -webkit-calc(-3 * var(--var-pad));
    margin-right: calc(-3 * var(--var-pad));
  }
}
@media (max-width: 1199px) {
  #live-area .neg-margin-content {
    margin-top: -webkit-calc(-1.5 * var(--var-pad));
    margin-top: calc(-1.5 * var(--var-pad));
    padding: 1.5em;
  }
}
@media (max-width: 991px) {
  #live-area .neg-margin-img-top {
    padding: 0 6em;
  }
}
@media (max-width: 767px) {
  #live-area .neg-margin-img-top {
    padding: 0 2em;
  }
}
@media (min-width: 992px) {
  #live-area .neg-margin-img-top {
    margin-top: -3.5em;
    padding: 0 2em;
  }
}
@media (min-width: 992px) {
  #live-area .border-horz-blue {
    border-left: 1px solid var(--wp--preset--color--tertiary);
    border-right: 1px solid var(--wp--preset--color--tertiary);
  }
}
@media (max-width: 991px) {
  #live-area .border-horz-blue {
    border-top: 1px solid var(--wp--preset--color--tertiary);
    border-bottom: 1px solid var(--wp--preset--color--tertiary);
  }
}
#live-area .border-horz-blue-left {
  border-left: 1px solid var(--wp--preset--color--tertiary);
}
@media (max-width: 991px) {
  #live-area .border-horz-blue-left {
    border-left: 0;
  }
}
#live-area .border-horz-blue-right {
  border-right: 1px solid var(--wp--preset--color--tertiary);
}
@media (max-width: 991px) {
  #live-area .border-horz-blue-right {
    border-right: 0;
  }
}
#live-area .border-top-blue {
  border-top-width: 1em;
  border-top-style: solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#002946), to(#00556d)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #002946, #00556d) 1;
       -o-border-image: -o-linear-gradient(left, #002946, #00556d) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#002946), to(#00556d)) 1;
          border-image: linear-gradient(to right, #002946, #00556d) 1;
}
#live-area .top-border-blue .wp-block-group {
  border-top: 1px solid var(--wp--preset--color--tertiary);
  padding: 1.5em 0;
  margin-bottom: 0;
}
#live-area .top-border-blue .wp-block-group li {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #live-area .border-radius {
    margin: 1.5em;
    border-radius: 1em;
  }
}
@media (min-width: 992px) {
  #live-area .row.col-fifths .column {
    width: 20%;
  }
}
#live-area .image-margin-adjust .column {
  margin-right: -0.75em;
  margin-left: -0.75em;
}
#live-area .neg-margin-bottom {
  margin-bottom: -1px;
}
#live-area .img-overflow .column {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#live-area .img-overflow .column.img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  container: img-column / inline-size;
}
@media (min-width: 992px) {
  #live-area .img-overflow .column.img {
    overflow: visible;
    container: img-column / size;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #live-area .img-overflow .column.img .img-wrapper {
    width: 100%;
    height: 100%;
    display: block;
  }
  #live-area .img-overflow .column.img picture {
    position: absolute;
    top: 0;
    width: auto;
    max-width: none;
    min-width: 50vw;
    height: 100cqh;
    float: right;
    display: block;
  }
  #live-area .img-overflow .column.img picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  #live-area .img-overflow .column.img:nth-child(1) picture {
    right: 0;
  }
  #live-area .img-overflow .column.img:nth-child(2) picture {
    left: 0;
  }
}
@media (max-width: 767px) {
  #live-area .img-overflow .column.img picture {
    width: 100%;
    max-width: none;
    height: 100%;
    aspect-ratio: 7 / 4;
  }
  #live-area .img-overflow .column.img picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #live-area .img-wrapper.software-picture picture,
  #live-area .img-wrapper.software-picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 65vw !important;
    max-width: none;
    height: 100%;
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
#live-area a.btn-alternate.btn-primary span:before {
  content: '> ';
}
#live-area a.btn-alternate.btn-tertiary span:before {
  content: '> ';
}
#live-area .team-members h3 strong {
  font-size: 1rem;
}
#live-area .team-members .img-icon-sm {
  width: 30px;
}
.custom-table table thead tr th {
  background: #00566e;
  color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.custom-table table thead tr th:nth-of-type(1) {
  width: 70%;
  max-width: 800px;
}
.custom-table table thead tr th:nth-of-type(2) {
  width: 15%;
  max-width: 120px;
  padding-left: 10px;
}
.custom-table table thead tr th:nth-of-type(3) {
  width: 15%;
  max-width: 120px;
  background: var(--wp--preset--color--secondary);
  padding-left: 10px;
}
.custom-table table tbody tr:nth-of-type(even) td:nth-of-type(1) {
  background: #e6e8ea;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.custom-table table tbody tr:nth-of-type(odd) td:nth-of-type(1) {
  background: #f2f2f2;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.custom-table .check {
  text-align: center;
  color: var(--wp--preset--color--secondary);
}
.custom-table .minus {
  text-align: center;
}
.custom-table table tbody tr:nth-of-type(even) td {
  background: #e6e8ea;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.custom-table table tbody tr:nth-of-type(odd) td {
  background: #f2f2f2;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
:root {
  --servies-size: 1em;
}
.global-services {
  width: 100%;
  line-height: 1.25em;
}
.global-services .wp-block-group {
  position: relative;
  padding: 27px 36px;
  width: -webkit-calc(100% / 2) !important;
  width: calc(100% / 2) !important;
}
@media (min-width: 768px) {
  .global-services .wp-block-group {
    width: -webkit-calc(100% / 3) !important;
    width: calc(100% / 3) !important;
  }
}
@media (min-width: 992px) {
  .global-services .wp-block-group {
    width: -webkit-calc(100% / 4) !important;
    width: calc(100% / 4) !important;
  }
}
@media (min-width: 1470px) {
  .global-services .wp-block-group {
    padding: 27px;
    width: -webkit-calc(100% / 7) !important;
    width: calc(100% / 7) !important;
  }
}
.global-services .wp-block-group .img-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0.375em !important;
}
.global-services .wp-block-group .img-wrapper.triangle-right-teal {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .global-services .wp-block-group .img-wrapper.triangle-right-teal {
    top: 12%;
    left: 37%;
  }
}
@media (max-width: 767px) {
  .global-services .wp-block-group .img-wrapper.triangle-right-teal {
    top: 10%;
    left: 33%;
  }
}
.global-services .wp-block-group .img-wrapper.triangle-right-teal img {
  width: 2em;
}
.global-services .wp-block-group hr {
  margin: 0 !important;
}
.global-services .wp-block-group em {
  font-style: normal;
  font-size: -webkit-calc(var(--servies-size) * 0.75);
  font-size: calc(var(--servies-size) * 0.75);
}
.alternating-text-padding {
  padding-right: 15em;
}
@media (max-width: 1469px) {
  .alternating-text-padding {
    padding-right: 10em;
  }
}
@media (max-width: 1199px) {
  .alternating-text-padding {
    padding-right: 6em;
  }
}
@media (max-width: 991px) {
  .alternating-text-padding {
    padding-right: 5em;
  }
}
@media (max-width: 767px) {
  .alternating-text-padding {
    padding-right: 0;
  }
}
.client-controls {
  border-radius: 0.25em;
  margin-bottom: 1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.client-controls h2 {
  font-size: 1.5em;
  line-height: 1em;
  display: inline-block;
  margin: 0 1em 0 0;
  width: auto;
}
#client-table {
  border: 1px solid var(--wp--preset--color--tertiary);
}
#client-table thead {
  background: var(--wp--preset--color--tertiary);
}
#client-table td,
#client-table th {
  border: 1px solid var(--wp--preset--color--tertiary);
  padding: 0.75em 0.5em;
}
#client-table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.125);
}
#user-forms input.acf-button.button.button-primary.button-large {
  margin-bottom: 27px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 400;
  font-family: 'FTS', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--wp--preset--color--default);
  background-color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 3em;
}
#user-forms input.acf-button.button.button-primary.button-large:last-child {
  margin-bottom: 0;
}
#user-forms input.acf-button.button.button-primary.button-large i.fa,
#user-forms input.acf-button.button.button-primary.button-large i.b-icon,
#user-forms input.acf-button.button.button-primary.button-large span.b-icon {
  margin-bottom: 0px;
  margin-right: 0.25em;
  color: inherit;
}
#user-forms input.acf-button.button.button-primary.button-large:only-child {
  margin-bottom: 0;
}
#user-forms input.acf-button.button.button-primary.button-large span {
  vertical-align: baseline;
  display: inline-block;
}
#user-forms input.acf-button.button.button-primary.button-large:focus,
#user-forms input.acf-button.button.button-primary.button-large:active:focus,
#user-forms input.acf-button.button.button-primary.button-large.active:focus,
#user-forms input.acf-button.button.button-primary.button-large.focus,
#user-forms input.acf-button.button.button-primary.button-large:active.focus,
#user-forms input.acf-button.button.button-primary.button-large.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#user-forms input.acf-button.button.button-primary.button-large:hover,
#user-forms input.acf-button.button.button-primary.button-large:focus,
#user-forms input.acf-button.button.button-primary.button-large.focus {
  color: var(--wp--preset--color--default);
  text-decoration: none;
}
#user-forms input.acf-button.button.button-primary.button-large:active,
#user-forms input.acf-button.button.button-primary.button-large.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#user-forms input.acf-button.button.button-primary.button-large.disabled,
#user-forms input.acf-button.button.button-primary.button-large[disabled],
fieldset[disabled] #user-forms input.acf-button.button.button-primary.button-large {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#user-forms input.acf-button.button.button-primary.button-large.disabled,
fieldset[disabled] a#user-forms input.acf-button.button.button-primary.button-large {
  pointer-events: none;
}
#user-forms input.acf-button.button.button-primary.button-large:active,
#user-forms input.acf-button.button.button-primary.button-large.active,
#user-forms input.acf-button.button.button-primary.button-large:focus,
#user-forms input.acf-button.button.button-primary.button-large.focus,
#user-forms input.acf-button.button.button-primary.button-large:hover,
#user-forms input.acf-button.button.button-primary.button-large:hover {
  color: var(--wp--preset--color--primary);
  background: rgba(0, 0, 0, 0);
  border-color: var(--wp--preset--color--primary);
}
.open > .dropdown-toggle#user-forms input.acf-button.button.button-primary.button-large {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.open > .dropdown-toggle#user-forms input.acf-button.button.button-primary.button-large:hover,
.open > .dropdown-toggle#user-forms input.acf-button.button.button-primary.button-large:focus,
.open > .dropdown-toggle#user-forms input.acf-button.button.button-primary.button-large.focus {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
#user-forms input.acf-button.button.button-primary.button-large:active,
#user-forms input.acf-button.button.button-primary.button-large.active,
.open > .dropdown-toggle#user-forms input.acf-button.button.button-primary.button-large {
  background-image: none;
}
#user-forms input.acf-button.button.button-primary.button-large.disabled,
#user-forms input.acf-button.button.button-primary.button-large[disabled],
fieldset[disabled] #user-forms input.acf-button.button.button-primary.button-large,
#user-forms input.acf-button.button.button-primary.button-large.disabled:hover,
#user-forms input.acf-button.button.button-primary.button-large[disabled]:hover,
fieldset[disabled] #user-forms input.acf-button.button.button-primary.button-large:hover,
#user-forms input.acf-button.button.button-primary.button-large.disabled:focus,
#user-forms input.acf-button.button.button-primary.button-large[disabled]:focus,
fieldset[disabled] #user-forms input.acf-button.button.button-primary.button-large:focus,
#user-forms input.acf-button.button.button-primary.button-large.disabled.focus,
#user-forms input.acf-button.button.button-primary.button-large[disabled].focus,
fieldset[disabled] #user-forms input.acf-button.button.button-primary.button-large.focus,
#user-forms input.acf-button.button.button-primary.button-large.disabled:active,
#user-forms input.acf-button.button.button-primary.button-large[disabled]:active,
fieldset[disabled] #user-forms input.acf-button.button.button-primary.button-large:active,
#user-forms input.acf-button.button.button-primary.button-large.disabled.active,
#user-forms input.acf-button.button.button-primary.button-large[disabled].active,
fieldset[disabled] #user-forms input.acf-button.button.button-primary.button-large.active {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
#user-forms input.acf-button.button.button-primary.button-large .badge {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--default);
}
#user-forms input.acf-button.button.button-primary.button-large.btn-alternate {
  color: inherit;
  padding: 0em;
  background-color: transparent;
  border: 0 solid var(--wp--preset--color--primary);
  border-bottom: 0.25em solid var(--wp--preset--color--primary);
  -webkit-transition: background 0.125s, border 0.125s;
       -o-transition: background 0.125s, border 0.125s;
          transition: background 0.125s, border 0.125s;
  border-radius: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--preset--color--primary);
     -moz-text-decoration-color: var(--wp--preset--color--primary);
          text-decoration-color: var(--wp--preset--color--primary);
}
#user-forms input.acf-button.button.button-primary.button-large.btn-alternate:active,
#user-forms input.acf-button.button.button-primary.button-large.btn-alternate.active,
#user-forms input.acf-button.button.button-primary.button-large.btn-alternate:focus,
#user-forms input.acf-button.button.button-primary.button-large.btn-alternate.focus,
#user-forms input.acf-button.button.button-primary.button-large.btn-alternate:hover,
#user-forms input.acf-button.button.button-primary.button-large.btn-alternate:hover {
  text-decoration-thickness: 0.125em;
  background: transparent;
  color: inherit;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0);
}
#live-area,
body {
  min-width: 925px;
}
.leading-strip {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
.leading-strip img {
  width: 400px;
}
.leading-strip h1 {
  font-size: 2em;
}
.leading-strip hr {
  margin-bottom: 0;
}
div#user-forms {
  max-width: 925px;
  width: 925px;
  min-width: 925px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 992px) {
  div#user-forms {
    padding-top: 4.5rem;
  }
}
div#user-forms * {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
div#user-forms form {
  padding: 3rem;
  width: 100%;
  background: #fff;
  color: #000;
}
div#user-forms form ~ form {
  padding-top: 0;
}
div#user-forms form input,
div#user-forms form select {
  border: 3px solid var(--wp--preset--color--black);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-align: right;
  border-radius: 3px;
  padding: 0.25em;
  max-width: 100%;
  font-weight: 800;
}
div#user-forms form input[disabled],
div#user-forms form select[disabled] {
  background: rgba(255, 255, 255, 0.5);
}
div#user-forms form input[type="checkbox"] {
  margin-right: 1.5em;
  float: right;
}
div#user-forms form .acf-fields {
  display: none;
}
#client_control {
  padding: 27px;
  background: #fff;
  --form-seperator-minor: var(--wp--preset--color--gray-light);
  width: 600px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
#client_control * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
div.input-group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
div.input-group .input {
  width: 100%;
  padding: 0em;
}
div.input-group .input label {
  width: -webkit-calc(100% - 7em);
  width: calc(100% - 7em);
}
div.input-group .input input:not([type="checkbox"]) {
  width: 6em;
  padding: 0.5em;
}
div.input-group.double .input {
  width: 50%;
}
div.input-group input,
div.input-group select {
  width: auto;
}
div.input-group input[type="checkbox"] {
  width: auto;
}
div.input-group div.detailed-explanation {
  font-size: 0.875em;
  width: 100%;
  display: inline-block;
  font-style: italic;
  margin-top: 0.5em;
}
div.input-group div.detailed-explanation:empty {
  display: none !important;
}
div.input-group div.total {
  width: 100%;
  display: block;
  font-size: 0.875em;
  padding: 1.5em 1em 0 0em;
}
div.total span.title {
  display: none;
  width: 100%;
}
div.total div.item {
  display: grid;
  grid-template-columns: 75% 10% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0.25em 0.25em 0.5em 0.25em;
  border-bottom: 1px solid var(--wp--preset--color--gray-dark);
  margin-bottom: 0.75em;
}
div.total div.item:last-of-type {
  border-bottom: 0;
}
div.total div.item span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-top: 0.5em;
  padding: 0.25em;
}
div.total div.item span:after {
  content: '';
  width: 100%;
  display: inline-block;
  position: absolute;
  margin-top: -1.8em;
  font-size: 0.7em;
  font-weight: 600;
  top: 0;
  left: 0;
}
div.total div.item span.label {
  font-weight: normal;
  font-style: italic;
  margin-right: 1em;
}
div.total div.item span.label:after {
  content: 'Line Item';
}
div.total div.item span.count {
  margin-right: 1em;
  background: var(--form-seperator-minor);
  display: inline-block;
}
div.total div.item span.count:after {
  content: 'QTY';
}
div.total div.item span.value {
  justify-self: flex-end;
  font-weight: bold;
}
div.total div.item span.value:after {
  content: 'Total';
}
div.total div.item span.value:before {
  content: '$';
}
div.total.subtotal-container .total,
div.total.subtotal-container .location-total {
  color: #fff;
  width: 100%;
  font-size: 1.25em;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
div.total.subtotal-container span.value {
  font-weight: 800;
}
div.total.subtotal-container span.value:before {
  content: '$';
}
div.total.subtotal-container .term-value span.label:before {
  content: 'Location - ' counter(mycounter) ' ';
}
div.total.subtotal-container .term-value .value {
  display: none;
}
div.total.subtotal-container .sign-value {
  padding-bottom: 0;
}
div.total.subtotal-container .annual-value,
div.total.subtotal-container .monthly-value {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
div.total.subtotal-container .sign-value,
div.total.subtotal-container .annual-value,
div.total.subtotal-container .monthly-value {
  text-align: right;
  font-size: 0.9em;
}
div.total.subtotal-container .term-value {
  border-top: 1px dotted white;
}
div.total.subtotal-container .not-included span {
  text-decoration: line-through;
}
div.total.subtotal-container .not-included span.label:after {
  content: ' is excluded';
}
div.total.subtotal-container:empty {
  display: none;
  padding: 0;
}
div.main-controls h2 {
  margin-bottom: 0.25em;
}
div.main-controls .input-group {
  width: 100%;
}
div.main-controls .input-group .input {
  padding: 0.5em;
  width: 50%;
}
div.main-controls .input-group .input input,
div.main-controls .input-group .input label {
  width: 100%;
}
div.main-controls .input-group .input.client-zipcode,
div.main-controls .input-group .input.location-count {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
div.main-controls .input-group .input.client-zipcode,
div.main-controls .input-group .input.location-count,
div.main-controls .input-group .input.subscription-term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
div.main-controls .input-group .input.client-zipcode input,
div.main-controls .input-group .input.location-count input,
div.main-controls .input-group .input.subscription-term input,
div.main-controls .input-group .input.client-zipcode select,
div.main-controls .input-group .input.location-count select,
div.main-controls .input-group .input.subscription-term select {
  margin-left: 1em;
}
div.main-controls .input-group .input.client-zipcode select,
div.main-controls .input-group .input.location-count select,
div.main-controls .input-group .input.subscription-term select {
  padding: 0.5em;
}
div.main-controls .input-group .input.client-zipcode label,
div.main-controls .input-group .input.location-count label,
div.main-controls .input-group .input.subscription-term label,
div.main-controls .input-group .input.client-zipcode input,
div.main-controls .input-group .input.location-count input,
div.main-controls .input-group .input.subscription-term input,
div.main-controls .input-group .input.client-zipcode select,
div.main-controls .input-group .input.location-count select,
div.main-controls .input-group .input.subscription-term select {
  width: auto;
}
#locationsArea {
  padding-top: 1em;
}
#locationsArea:before:not(:empty) {
  content: 'Locations';
  display: inline-block;
  text-align: center;
  font-weight: 100;
  font-style: italic;
  font-size: 1.25em;
  color: var(--wp--preset--color--secondary);
}
div.locations-items {
  counter-reset: mycounter;
}
div.locations-items .location-item {
  counter-increment: mycounter;
  border-left: 2px solid var(--wp--preset--color--secondary);
  border-right: 2px solid var(--wp--preset--color--secondary);
  border-top: 5px solid var(--wp--preset--color--secondary);
  width: 100%;
}
div.locations-items .location-item:before {
  content: 'Location - ' counter(mycounter);
  padding: 1em;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  background: var(--wp--preset--color--secondary);
}
div.locations-items .location-item div.total.subtotal-container {
  background: var(--wp--preset--color--secondary);
}
div.locations-items .location-item:nth-child(even) {
  border-left: 2px solid var(--wp--preset--color--primary);
  border-right: 2px solid var(--wp--preset--color--primary);
  border-top: 2px solid var(--wp--preset--color--primary);
  background: rgba(0, 0, 0, 0.02);
}
div.locations-items .location-item:nth-child(even):before {
  background: var(--wp--preset--color--primary);
}
div.locations-items .location-item:nth-child(even) div.total.subtotal-container {
  background: var(--wp--preset--color--primary);
}
div.locations-items .location-item .input-group.main {
  padding-bottom: 0;
}
div.locations-items .location-item .input-group.main .input.location-include,
div.locations-items .location-item .input-group.main .input.location-name {
  padding-bottom: 1em;
  width: 50%;
}
div.locations-items .location-item .input-group.main .input.location-name {
  padding-right: 2em;
  border-right: 1px solid var(--form-seperator-minor);
}
div.locations-items .location-item .input-group.main .input.location-name label {
  width: 100%;
}
div.locations-items .location-item .input-group.main .input.location-name input {
  width: 100%;
}
div.locations-items .location-item .input-group.main .input.location-include {
  padding-left: 2em;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
div.locations-items .location-item .input-group.main .input.location-include label {
  margin-bottom: 0;
  width: auto;
  margin-right: 1em;
}
div.locations-items .location-item .input-group.main .input.location-include input {
  width: auto;
  margin: 0 0 0 0;
  display: inline-block;
}
div.locations-items .location-item .input-group {
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  margin-left: 1rem;
  padding: 1em;
  border-bottom: 1px solid var(--form-seperator-minor);
}
div.locations-items .location-item .input-group:last-of-type {
  border-bottom: 0px;
}
#factory {
  opacity: 0.5;
}
#total-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--wp--preset--color--tertiary);
  color: #fff;
}
#total-container div.line {
  width: 100%;
  padding: 1.5em 1.5em 1.5em 1.5em;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#total-container div.line ~ div.line {
  padding-top: 0;
}
#total-container div.line:first-child {
  padding-top: 1.5em;
}
#total-container div.line.final-total {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  margin-top: 0.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px dotted white;
  display: none;
}
#total-container div.line.final-total > * {
  font-size: 1.75em;
}
#total-container div.name {
  font-weight: 300;
  margin-right: 1em;
}
#total-container div.total-item {
  font-size: 1em;
  font-weight: 600;
}
#total-container div.total-item:before {
  content: '$';
}
div#user-forms #message {
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  padding: 1em 2em;
  font-size: 1.5em;
  color: #fff;
  background: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--tertiary);
  border-left: 2px solid var(--wp--preset--color--tertiary);
  border-right: 2px solid var(--wp--preset--color--tertiary);
  border-radius: 0.25em;
  margin-top: 1em;
  margin-bottom: 1em;
}
#total-breakdown {
  width: 100%;
}
#total-breakdown h2 {
  font-size: 1.75em;
  padding: 2rem 1rem 1rem 1rem;
  background: var(--wp--preset--color--tertiary);
  color: #fff;
  margin-bottom: 0;
}
#total-breakdown table {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#total-breakdown table td,
#total-breakdown table th {
  padding: 0.5em 1em;
  border: 1px solid var(--wp--preset--color--gray);
}
#total-breakdown table th {
  background: var(--wp--preset--color--tertiary);
  color: #fff;
}
#total-breakdown table td.value {
  text-align: right;
}
#total-breakdown table td.value:before {
  content: '$';
}
#total-breakdown table span.sku {
  font-size: 0.6em;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  float: left;
}
#total-breakdown table .breakdown tr:nth-child(even) {
  background: var(--wp--preset--color--gray-light);
}
#total-breakdown table .breakdown tr:last-of-type {
  border-bottom: 0;
}
.acf-form-submit {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
#print-receipt-btn {
  font-weight: 400;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  border-radius: 3em;
  border: 2px solid var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--default);
}
#print-receipt-btn:hover {
  background-color: var(--wp--preset--color--default);
  color: var(--wp--preset--color--secondary);
}
#client_control .total-breakdown .Monthly-column {
  display: none;
}
#client_control .total-breakdown .Annual-column {
  display: none;
}
#client_control .subtotal-container .location-total.sign-value,
#client_control .subtotal-container .location-total.annual-value,
#client_control .subtotal-container .location-total.monthly-value {
  display: none;
}
#client_control .total-container .Monthly-total,
#client_control .total-container .Annual-total,
#client_control .total-container .due-today {
  display: none;
}
#client_control .input-group .item span.sku {
  display: none;
}
#client_control .item.fixed span.value.monthly-value {
  display: none;
}
#client_control .item.fixed span.value.annual-value {
  display: none;
}
#client_control .item.fixed span.value.term-value {
  display: inline-block;
}
#client_control .item.recurring span.value.monthly-value {
  display: none;
}
#client_control .item.recurring span.value.annual-value {
  display: none;
}
#client_control .item.recurring span.value.term-value {
  display: none;
}
#client_control.Monthly .item.recurring span.value.monthly-value {
  display: inline-block;
}
#client_control.Monthly .total-breakdown .Monthly-column,
#client_control.Monthly .total-breakdown .signed-column {
  display: table-cell;
}
#client_control.Monthly .total-container .Monthly-total,
#client_control.Monthly .total-container .due-today {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#client_control.Monthly .subtotal-container .location-total.sign-value,
#client_control.Monthly .subtotal-container .location-total.monthly-value {
  display: inline-block;
}
#client_control.Term .item.recurring span.value.term-value {
  display: inline-block;
}
.payment-controls {
  padding: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid black;
  margin-bottom: 2em;
  width: 100%;
}
.payment-controls h3 {
  margin: 0 0 0 0;
  font-size: 1em;
  width: auto;
  display: inline-block;
  margin-right: 1em;
}
.payment-controls label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-controls input {
  margin: 0 0.5em 0 0;
}
.payment-controls span {
  margin-right: 2em;
  display: inline-block;
}
/* WP Members */
#wpmem_login,
#wpmem_reg {
  color: var(--wp--preset--color--black) !important;
  border: none;
}
#wpmem_login legend,
#wpmem_reg legend {
  color: var(--wp--preset--color--default) !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  border: none;
  font-weight: 700;
  font-size: 2em !important;
}
#wpmem_reg select {
  color: var(--wp--preset--color--black);
}
.link-text-forgot a,
.link-text-register a,
.link-text-username a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
#wpmem_login .div_text,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_date,
#wpmem_reg .div_file,
#wpmem_reg .div_image,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_number,
#wpmem_reg .div_radio,
#wpmem_reg .div_select,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_url {
  width: 100% !important;
}
#wpmem_login div.link-text {
  width: 100% !important;
  text-align: left !important;
}
#wpmem_reg .req {
  color: var(--wp--preset--color--primary) !important;
}
#wpmem_login .button_div,
#wpmem_reg .button_div {
  width: 100% !important;
  text-align: left !important;
}
#wpmem_login button,
#wpmem_login input,
#wpmem_reg button,
#wpmem_reg input,
#wpmem_reg select,
#wpmem_reg textarea {
  background: transparent;
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 1em;
  padding: 0.25em 1em 0.25em 1em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}
#wpmem_login button:hover,
#wpmem_login input:hover,
#wpmem_reg button:hover,
#wpmem_reg input:hover,
#wpmem_reg select:hover,
#wpmem_reg textarea:hover {
  background: transparent;
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 1em;
  padding: 0.25em 1em 0.25em 1em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 100;
}
#wpmem_login input[type=password],
#wpmem_login input[type=text],
#wpmem_reg input[type=date],
#wpmem_reg input[type=email],
#wpmem_reg input[type=number],
#wpmem_reg input[type=password],
#wpmem_reg input[type=text],
#wpmem_reg input[type=url],
#wpmem_reg textarea {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 1em;
  padding: 0.25em 1em 0.25em 1em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}
.wp-block-image {
  margin: 0 0;
}
.wpmem-col-margin_fix {
  margin-bottom: 0 !important;
}
.wpmem_msg {
  background: transparent !important;
  border: none !important;
  padding: 0 0 !important;
  width: 100% !important;
  font-size: 1.5em !important;
  margin-bottom: 0.25em;
  text-align: left !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
p.marg-bot-fix {
  margin-bottom: 0 !important;
}
.container.login-container {
  displaY: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#login-container {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
  margin-bottom: -24px;
  width: 100%;
  width: -webkit-calc(100% + 48px);
  width: calc(100% + 48px);
  height: 100vh;
  background: var(--brand-black);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#login-container #wpmem_login {
  width: 100%;
}
#login-container .login-wrapper {
  max-width: 500px;
  width: 100%;
}
#wpmem_login_form {
  width: 100%;
}
#wpmem_login fieldset,
#wpmem_reg fieldset {
  margin: 0 0 0 0;
}
body.page-template-page-login {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
body.page-template-page-login #live-area,
body.page-template-page-login footer {
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
/*# sourceMappingURL=bootstrap.css.map */