* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  -webkit-text-size-adjust: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
ol {
  list-style-position: inside;
}
ul.bullets {
  list-style: disc;
  padding: 0 0 0 40px;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a img {
  border: none;
}
button {
  font-size: inherit;
}
button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
}
button[disabled],
input[type='submit'][disabled],
input[type='button'][disabled],
input[type='reset'][disabled] {
  cursor: default;
}
button i,
input[type='submit'] i,
input[type='button'] i,
input[type='reset'] i {
  vertical-align: middle;
}
i {
  font-style: normal;
  display: inline-block;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d4d7d9;
  margin: 1em 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
iframe {
  max-width: 100%;
}
body {
  line-height: 1.3;
}
p {
  line-height: 1.5em;
  padding: 0 0 1em;
}
p:only-of-type,
p:last-child {
  padding: 0;
}
p:only-of-type + ul.bullets,
p:last-child + ul.bullets {
  padding-top: 1em;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
legend + * {
  clear: both;
}
blockquote {
  margin: 1rem 4rem;
}
a:before {
  padding-right: 0.5rem;
}
a.icon-only:before {
  padding-right: 0;
}
address {
  font-style: normal;
}
cite {
  font-style: normal;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
img {
  -ms-interpolation-mode: bicubic;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0f1f2c;
  overflow-x: hidden;
}
body#ng-app,
#ng-app body {
  background-color: #fff;
}
a:hover {
  text-decoration: none;
}
a.light-blue,
a.callout {
  transition: opacity 0.2s linear;
  color: #0062e3;
}
a.light-blue:hover,
a.callout:hover {
  text-decoration: underline;
}
a.underline {
  transition: color 0.2s linear;
  text-decoration: underline;
}
a.underline:hover {
  opacity: 0.9;
}
a.has_hover {
  transition: color 0.2s linear;
}
a.has_hover:hover {
  opacity: 0.9;
}
a.link,
button.link {
  color: #0062e3;
}
a.link:hover,
a.link:focus,
button.link:hover,
button.link:focus {
  text-decoration: underline;
}
a.link:hover i,
a.link:focus i,
button.link:hover i,
button.link:focus i {
  text-decoration: normal;
}
.link-passive-item,
a.link-passive,
button.link-passive {
  color: #6d767e;
}
.link-passive-item:hover,
.link-passive-item:focus,
a.link-passive:hover,
a.link-passive:focus,
button.link-passive:hover,
button.link-passive:focus {
  color: #0062e3;
}
.link-passive-item:hover[disabled],
.link-passive-item:focus[disabled],
a.link-passive:hover[disabled],
a.link-passive:focus[disabled],
button.link-passive:hover[disabled],
button.link-passive:focus[disabled] {
  color: #6d767e;
}
a.uhover:hover,
a.uhover:focus,
span.uhover:hover,
span.uhover:focus,
button.uhover:hover,
button.uhover:focus {
  text-decoration: underline;
}
button {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
blockquote {
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f1f2c;
}
h1 {
  font-weight: 600;
}
.body-text {
  color: #0f1f2c;
}
*::placeholder {
  color: #939aa0 !important;
  font-weight: 400;
}
*:-ms-input-placeholder {
  color: #939aa0 !important;
  font-weight: 400;
}
[contenteditable='true']:empty:before {
  color: #939aa0 !important;
  content: attr(placeholder);
  display: block;
  position: absolute;
  left: 1rem;
  top: 1rem;
  cursor: text;
}
[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
  border-radius: 0.25rem;
  background-color: #fff;
  border: 1px solid #d4d7d9;
  box-shadow: none;
  padding: 0.5rem 1rem;
  height: 3rem;
  font-size: 1rem;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  color: #0f1f2c;
  vertical-align: middle;
}
[type='color'] .empty,
[type='color'] .placeholder,
[type='date'] .empty,
[type='date'] .placeholder,
[type='datetime'] .empty,
[type='datetime'] .placeholder,
[type='datetime-local'] .empty,
[type='datetime-local'] .placeholder,
[type='email'] .empty,
[type='email'] .placeholder,
[type='month'] .empty,
[type='month'] .placeholder,
[type='number'] .empty,
[type='number'] .placeholder,
[type='password'] .empty,
[type='password'] .placeholder,
[type='search'] .empty,
[type='search'] .placeholder,
[type='tel'] .empty,
[type='tel'] .placeholder,
[type='text'] .empty,
[type='text'] .placeholder,
[type='time'] .empty,
[type='time'] .placeholder,
[type='url'] .empty,
[type='url'] .placeholder,
[type='week'] .empty,
[type='week'] .placeholder,
input:not([type]) .empty,
input:not([type]) .placeholder,
textarea .empty,
textarea .placeholder {
  color: #939aa0 !important;
}
[type='color'].zeta,
[type='date'].zeta,
[type='datetime'].zeta,
[type='datetime-local'].zeta,
[type='email'].zeta,
[type='month'].zeta,
[type='number'].zeta,
[type='password'].zeta,
[type='search'].zeta,
[type='tel'].zeta,
[type='text'].zeta,
[type='time'].zeta,
[type='url'].zeta,
[type='week'].zeta,
input:not([type]).zeta,
textarea.zeta {
  padding: 0.55em 0.8em;
  font-size: 12px;
}
[type='color'].ghost,
[type='date'].ghost,
[type='datetime'].ghost,
[type='datetime-local'].ghost,
[type='email'].ghost,
[type='month'].ghost,
[type='number'].ghost,
[type='password'].ghost,
[type='search'].ghost,
[type='tel'].ghost,
[type='text'].ghost,
[type='time'].ghost,
[type='url'].ghost,
[type='week'].ghost,
input:not([type]).ghost,
textarea.ghost {
  border: none;
}
[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus {
  color: #0f1f2c !important;
  transition: all 0.25s ease-in-out;
  border-color: #0062e3;
}
.sidebar [type='color']:focus,
.sidebar [type='date']:focus,
.sidebar [type='datetime']:focus,
.sidebar [type='datetime-local']:focus,
.sidebar [type='email']:focus,
.sidebar [type='month']:focus,
.sidebar [type='number']:focus,
.sidebar [type='password']:focus,
.sidebar [type='search']:focus,
.sidebar [type='tel']:focus,
.sidebar [type='text']:focus,
.sidebar [type='time']:focus,
.sidebar [type='url']:focus,
.sidebar [type='week']:focus,
.sidebar input:not([type]):focus,
.sidebar textarea:focus {
  background: #fff;
}
@media screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 0) {
  [type='color'],
  [type='date'],
  [type='datetime'],
  [type='datetime-local'],
  [type='email'],
  [type='month'],
  [type='number'],
  [type='password'],
  [type='search'],
  [type='tel'],
  [type='text'],
  [type='time'],
  [type='url'],
  [type='week'],
  input:not([type]),
  textarea,
  select {
    font-size: 16px;
  }
}
[type='color'][readonly],
[type='color'][disabled],
[type='date'][readonly],
[type='date'][disabled],
[type='datetime'][readonly],
[type='datetime'][disabled],
[type='datetime-local'][readonly],
[type='datetime-local'][disabled],
[type='email'][readonly],
[type='email'][disabled],
[type='month'][readonly],
[type='month'][disabled],
[type='number'][readonly],
[type='number'][disabled],
[type='password'][readonly],
[type='password'][disabled],
[type='search'][readonly],
[type='search'][disabled],
[type='tel'][readonly],
[type='tel'][disabled],
[type='text'][readonly],
[type='text'][disabled],
[type='time'][readonly],
[type='time'][disabled],
[type='url'][readonly],
[type='url'][disabled],
[type='week'][readonly],
[type='week'][disabled],
input:not([type])[readonly],
input:not([type])[disabled],
textarea[readonly],
textarea[disabled],
[type='color']:focus[readonly],
[type='color']:focus[disabled],
[type='date']:focus[readonly],
[type='date']:focus[disabled],
[type='datetime']:focus[readonly],
[type='datetime']:focus[disabled],
[type='datetime-local']:focus[readonly],
[type='datetime-local']:focus[disabled],
[type='email']:focus[readonly],
[type='email']:focus[disabled],
[type='month']:focus[readonly],
[type='month']:focus[disabled],
[type='number']:focus[readonly],
[type='number']:focus[disabled],
[type='password']:focus[readonly],
[type='password']:focus[disabled],
[type='search']:focus[readonly],
[type='search']:focus[disabled],
[type='tel']:focus[readonly],
[type='tel']:focus[disabled],
[type='text']:focus[readonly],
[type='text']:focus[disabled],
[type='time']:focus[readonly],
[type='time']:focus[disabled],
[type='url']:focus[readonly],
[type='url']:focus[disabled],
[type='week']:focus[readonly],
[type='week']:focus[disabled],
input:not([type]):focus[readonly],
input:not([type]):focus[disabled],
textarea:focus[readonly],
textarea:focus[disabled],
select[readonly],
select[disabled] {
  color: #939aa0 !important;
  background-color: #f8f8f9;
  border-color: #d4d7d9;
}
[type='color'][readonly].readonly-override,
[type='color'][disabled].readonly-override,
[type='date'][readonly].readonly-override,
[type='date'][disabled].readonly-override,
[type='datetime'][readonly].readonly-override,
[type='datetime'][disabled].readonly-override,
[type='datetime-local'][readonly].readonly-override,
[type='datetime-local'][disabled].readonly-override,
[type='email'][readonly].readonly-override,
[type='email'][disabled].readonly-override,
[type='month'][readonly].readonly-override,
[type='month'][disabled].readonly-override,
[type='number'][readonly].readonly-override,
[type='number'][disabled].readonly-override,
[type='password'][readonly].readonly-override,
[type='password'][disabled].readonly-override,
[type='search'][readonly].readonly-override,
[type='search'][disabled].readonly-override,
[type='tel'][readonly].readonly-override,
[type='tel'][disabled].readonly-override,
[type='text'][readonly].readonly-override,
[type='text'][disabled].readonly-override,
[type='time'][readonly].readonly-override,
[type='time'][disabled].readonly-override,
[type='url'][readonly].readonly-override,
[type='url'][disabled].readonly-override,
[type='week'][readonly].readonly-override,
[type='week'][disabled].readonly-override,
input:not([type])[readonly].readonly-override,
input:not([type])[disabled].readonly-override,
textarea[readonly].readonly-override,
textarea[disabled].readonly-override,
[type='color']:focus[readonly].readonly-override,
[type='color']:focus[disabled].readonly-override,
[type='date']:focus[readonly].readonly-override,
[type='date']:focus[disabled].readonly-override,
[type='datetime']:focus[readonly].readonly-override,
[type='datetime']:focus[disabled].readonly-override,
[type='datetime-local']:focus[readonly].readonly-override,
[type='datetime-local']:focus[disabled].readonly-override,
[type='email']:focus[readonly].readonly-override,
[type='email']:focus[disabled].readonly-override,
[type='month']:focus[readonly].readonly-override,
[type='month']:focus[disabled].readonly-override,
[type='number']:focus[readonly].readonly-override,
[type='number']:focus[disabled].readonly-override,
[type='password']:focus[readonly].readonly-override,
[type='password']:focus[disabled].readonly-override,
[type='search']:focus[readonly].readonly-override,
[type='search']:focus[disabled].readonly-override,
[type='tel']:focus[readonly].readonly-override,
[type='tel']:focus[disabled].readonly-override,
[type='text']:focus[readonly].readonly-override,
[type='text']:focus[disabled].readonly-override,
[type='time']:focus[readonly].readonly-override,
[type='time']:focus[disabled].readonly-override,
[type='url']:focus[readonly].readonly-override,
[type='url']:focus[disabled].readonly-override,
[type='week']:focus[readonly].readonly-override,
[type='week']:focus[disabled].readonly-override,
input:not([type]):focus[readonly].readonly-override,
input:not([type]):focus[disabled].readonly-override,
textarea:focus[readonly].readonly-override,
textarea:focus[disabled].readonly-override,
select[readonly].readonly-override,
select[disabled].readonly-override {
  background-color: #fff;
}
[type='color'].readonly-ebony,
[type='date'].readonly-ebony,
[type='datetime'].readonly-ebony,
[type='datetime-local'].readonly-ebony,
[type='email'].readonly-ebony,
[type='month'].readonly-ebony,
[type='number'].readonly-ebony,
[type='password'].readonly-ebony,
[type='search'].readonly-ebony,
[type='tel'].readonly-ebony,
[type='text'].readonly-ebony,
[type='time'].readonly-ebony,
[type='url'].readonly-ebony,
[type='week'].readonly-ebony,
input:not([type]).readonly-ebony,
textarea.readonly-ebony,
[type='color']:focus.readonly-ebony,
[type='date']:focus.readonly-ebony,
[type='datetime']:focus.readonly-ebony,
[type='datetime-local']:focus.readonly-ebony,
[type='email']:focus.readonly-ebony,
[type='month']:focus.readonly-ebony,
[type='number']:focus.readonly-ebony,
[type='password']:focus.readonly-ebony,
[type='search']:focus.readonly-ebony,
[type='tel']:focus.readonly-ebony,
[type='text']:focus.readonly-ebony,
[type='time']:focus.readonly-ebony,
[type='url']:focus.readonly-ebony,
[type='week']:focus.readonly-ebony,
input:not([type]):focus.readonly-ebony,
textarea:focus.readonly-ebony,
select.readonly-ebony {
  color: #0f1f2c !important;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
div.input {
  border: none;
  background: none;
  padding: 0;
}
.textarea,
textarea,
[contenteditable='true'],
.contenteditable {
  padding: 1rem;
  border: 1px solid #d4d7d9;
  width: 100%;
  clear: both;
  font-size: 1rem;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  resize: none;
  word-wrap: break-word;
  vertical-align: top;
}
.textarea.zeta,
textarea.zeta,
[contenteditable='true'].zeta,
.contenteditable.zeta {
  padding: 0.8em;
}
@media screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 0) {
  .textarea,
  textarea,
  [contenteditable='true'],
  .contenteditable {
    font-size: 16px;
  }
}
[contenteditable='true'],
.contenteditable {
  min-height: 3rem;
  overflow: auto;
  overflow-x: visible;
  overflow-y: auto;
}
[contenteditable='true'][dg-paste-as-plaintext] b,
[contenteditable='true'] strong,
[contenteditable='true'] u,
[contenteditable='true'] i,
[contenteditable='true'] em,
.contenteditable[dg-paste-as-plaintext] b,
.contenteditable strong,
.contenteditable u,
.contenteditable i,
.contenteditable em {
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
}
.textarea,
textarea:not([dg-elastic]) {
  min-height: 8.5rem;
}
.textarea.textarea--short,
textarea:not([dg-elastic]).textarea--short {
  min-height: 6rem;
}
.textarea.textarea--long,
textarea:not([dg-elastic]).textarea--long {
  min-height: 15rem;
}
.textarea.par--small,
textarea:not([dg-elastic]).par--small {
  min-height: 7rem;
}
textarea[dg-elastic],
textarea:not([dg-elastic]).elastic {
  min-height: auto;
  padding: 0.75rem 1rem;
}
hr {
  width: 85%;
  margin: 0 auto;
  border-top: 1px solid #d4d7d9;
  border-bottom: 1px solid #d4d7d9;
  padding: 2px 0;
  background: #fff;
}
textarea.required {
  background-image: none !important;
}
input[type='checkbox']:hover,
input[type='radio']:hover {
  cursor: pointer;
}
input[type='checkbox']:hover[disabled],
input[type='radio']:hover[disabled] {
  cursor: not-allowed;
}
pre {
  font-family: inherit;
  font-weight: inherit;
}
q {
  quotes: '“' '”' '‘' '’';
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
.mobile-only {
  display: none;
}
.phone-only {
  display: none;
}
.tablet-only {
  display: none;
}
@media (max-width: 1024px) {
  .tablet-only {
    display: block;
  }
  .no-tablet {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .mobile-only.ib {
    display: inline-block;
  }
  .no-mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .no-phone {
    display: none !important;
  }
  .phone-only {
    display: block;
  }
}
.no-border {
  border: none !important;
}
@media (max-width: 768px) {
  .m-no-border {
    border: none !important;
  }
  .m-no-bg {
    background-image: none !important;
  }
}
.sort {
  cursor: pointer;
}
.disabled {
  cursor: default !important;
  pointer-events: none;
}
.pointer-events-none,
.children-pointer-events-none > * {
  pointer-events: none;
}
.show {
  display: block;
}
.hidden,
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.visible {
  visibility: visible !important;
}
.hidden-without-display {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: -1;
}
.error-text {
  color: #de0546 !important;
}
.error-text a {
  text-decoration: underline;
}
.error-text a:hover {
  text-decoration: none;
}
.success-text {
  color: #00a866;
}
.is_fixed {
  position: fixed !important;
  z-index: 100;
}
.is_fixed--full-page {
  left: 0;
  right: 0;
}
.is_fixed--top {
  top: 0;
}
.is_fixed--bottom {
  bottom: 0;
}
.is_sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 100;
}
body {
  font-size: 1.1666666667rem;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.h1,
.h2,
.h3,
.h4 {
  color: #0f1f2c;
}
.h1 {
  font-size: 2.1666666667rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.h2,
input[type='text'].h2 {
  font-size: 1.8333333333rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.h2 strong,
input[type='text'].h2 strong {
  font-weight: 700 !important;
}
input[type='text'].h2 {
  padding-top: 0;
  padding-bottom: 0;
  height: 4.5rem;
}
.h3,
input[type='text'].h3 {
  font-size: 1.3333333333rem;
  line-height: 2rem;
  font-weight: 600;
}
.h3 strong,
input[type='text'].h3 strong {
  font-weight: 700 !important;
}
input[type='text'].h2::placeholder,
input[type='text'].h3::placeholder {
  font-weight: 600;
}
input[type='text'].h2:-ms-input-placeholder,
input[type='text'].h3:-ms-input-placeholder {
  font-weight: 600;
}
.h4 {
  font-size: 1.1666666667rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.h4 strong {
  font-weight: 700 !important;
}
.par {
  font-size: 1.3333333333rem;
  line-height: 2rem;
  font-weight: 400;
  color: #0f1f2c;
}
.par--light {
  color: #6d767e;
}
.par--light_a {
  color: rgba(15, 31, 44, 0.61);
}
.par--small {
  font-size: 1rem;
  line-height: 1.5rem;
}
.par--xsmall {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
@media (max-width: 768px) {
  .m-par--small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.icon-only {
  font-size: 0;
}
.icon-only:before {
  font-size: 14px;
}
.icon-only.giga {
  font-size: 0;
}
.icon-only.giga:before {
  font-size: 55px;
}
.icon-only.hyper {
  font-size: 0;
}
.icon-only.hyper:before {
  font-size: 42px;
}
.icon-only.mega {
  font-size: 0;
}
.icon-only.mega:before {
  font-size: 32px;
}
.icon-only.alpha {
  font-size: 0;
}
.icon-only.alpha:before {
  font-size: 24px;
}
.icon-only.beta {
  font-size: 0;
}
.icon-only.beta:before {
  font-size: 20px;
}
.icon-only.gamma {
  font-size: 0;
}
.icon-only.gamma:before {
  font-size: 18px;
}
.icon-only.delta {
  font-size: 0;
}
.icon-only.delta:before {
  font-size: 16px;
}
.icon-only.epsilon {
  font-size: 0;
}
.icon-only.epsilon:before {
  font-size: 14px;
}
.icon-only.zeta {
  font-size: 0;
}
.icon-only.zeta:before {
  font-size: 12px;
}
.icon-only.micro {
  font-size: 0;
}
.icon-only.micro:before {
  font-size: 11px;
}
@font-face {
  font-family: 'degreedicons';
  src: url('https://d1azc1qln24ryf.cloudfront.net/39411/DegreedIcons/degreedicons.woff2?2zwxej')
      format('woff2'),
    url('https://d1azc1qln24ryf.cloudfront.net/39411/DegreedIcons/degreedicons.ttf?2zwxej')
      format('truetype'),
    url('https://d1azc1qln24ryf.cloudfront.net/39411/DegreedIcons/degreedicons.woff?2zwxej')
      format('woff'),
    url('https://d1azc1qln24ryf.cloudfront.net/39411/DegreedIcons/degreedicons.svg?2zwxej#degreedicons')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ico-font {
  font-family: 'degreedicons';
}
.sans-serif {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.monospace {
  font-family: monospace;
}
.italic {
  font-style: oblique;
}
.font-light {
  font-weight: 300 !important;
}
.font-regular {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold,
b,
strong {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.inter-bold {
  font-family: 'Inter-Bold';
  font-style: normal;
  font-weight: 700;
}
.inter-medium {
  font-family: 'Inter-Medium';
  font-style: normal;
  font-weight: 500;
}
.inter-regular {
  font-family: 'Inter-Regular';
  font-style: normal;
  font-weight: 400;
}
.giga {
  font-size: 4.5833333333rem;
}
.giga.button {
  font-size: 4.5833333333rem;
}
.hyper {
  font-size: 3.5rem;
}
.hyper.button {
  font-size: 3.5rem;
}
.mega {
  font-size: 2.6666666667rem;
}
.mega.button {
  font-size: 2.6666666667rem;
}
.alpha {
  font-size: 2rem;
}
.alpha.button {
  font-size: 2rem;
}
.beta {
  font-size: 1.6666666667rem;
}
.beta.button {
  font-size: 1.6666666667rem;
}
.gamma {
  font-size: 1.5rem;
}
.gamma.button {
  font-size: 1.5rem;
}
.delta {
  font-size: 1.3333333333rem;
}
.delta.button {
  font-size: 1.3333333333rem;
}
.epsilon {
  font-size: 1.1666666667rem;
}
.epsilon.button {
  font-size: 1.1666666667rem;
}
.zeta {
  font-size: 1rem;
}
.zeta.button {
  font-size: 1rem;
}
.micro {
  font-size: 0.9166666667rem;
}
.micro.button {
  font-size: 0.9166666667rem;
}
@media (max-width: 768px) {
  .m-giga {
    font-size: 4.5833333333rem;
  }
  .m-hyper {
    font-size: 3.5rem;
  }
  .m-mega {
    font-size: 2.6666666667rem;
  }
  .m-alpha {
    font-size: 2rem;
  }
  .m-beta {
    font-size: 1.6666666667rem;
  }
  .m-gamma {
    font-size: 1.5rem;
  }
  .m-delta {
    font-size: 1.3333333333rem;
  }
  .m-epsilon {
    font-size: 1.1666666667rem;
  }
  .m-zeta {
    font-size: 1rem;
  }
  .m-micro {
    font-size: 0.9166666667rem;
  }
}
.a11y-hide {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.keyboard-focus .a11y-hide:not(.hide-focus):focus {
  left: auto;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .a11y-hide.mobile-only {
    position: inherit;
    left: auto;
    width: auto;
    height: auto;
    overflow: inherit;
  }
}
.a11y-hide-text {
  color: transparent;
  font: 0/0;
  font-size: 0;
  text-shadow: none;
  overflow: hidden;
  line-height: 0;
}
.mouse-focus a:focus,
.mouse-focus input:focus,
.mouse-focus textarea:focus,
.mouse-focus button:focus,
.mouse-focus select:focus,
.mouse-focus [tabindex]:focus,
.mouse-focus [contenteditable='true']:focus {
  outline: 0;
}
.click-focus:focus,
a:focus click-focus,
button:focus click-focus {
  color: #0062e3;
}
.a11y-main-live-region {
  height: 0;
}
.guts-p-t-auto {
  padding-top: auto !important;
}
.guts-p-t-quart {
  padding-top: 0.25rem !important;
}
.guts-p-t-half {
  padding-top: 0.5rem !important;
}
.guts-p-t-3-quart {
  padding-top: 0.75rem !important;
}
.guts-p-t-1-half {
  padding-top: 1.5rem !important;
}
.guts-p-t-1-quart {
  padding-top: 1.25rem !important;
}
.guts-p-t-2-half {
  padding-top: 2.5rem !important;
}
.guts-p-t-3-half {
  padding-top: 3.5rem !important;
}
.guts-p-t-0 {
  padding-top: 0rem !important;
}
.guts-p-t-1 {
  padding-top: 1rem !important;
}
.guts-p-t-2 {
  padding-top: 2rem !important;
}
.guts-p-t-3 {
  padding-top: 3rem !important;
}
.guts-p-t-4 {
  padding-top: 4rem !important;
}
.guts-p-t-5 {
  padding-top: 5rem !important;
}
.guts-p-t-6 {
  padding-top: 6rem !important;
}
.guts-p-t-7 {
  padding-top: 7rem !important;
}
.guts-p-t-8 {
  padding-top: 8rem !important;
}
.guts-p-t-9 {
  padding-top: 9rem !important;
}
.guts-p-t-10 {
  padding-top: 10rem !important;
}
.guts-p-t-11 {
  padding-top: 11rem !important;
}
.guts-p-t-12 {
  padding-top: 12rem !important;
}
.guts-p-t-13 {
  padding-top: 13rem !important;
}
.guts-p-t-14 {
  padding-top: 14rem !important;
}
.guts-p-t-15 {
  padding-top: 15rem !important;
}
.guts-p-t-0--negative {
  padding-top: 0rem !important;
}
.guts-p-t-1--negative {
  padding-top: -1rem !important;
}
.guts-p-t-2--negative {
  padding-top: -2rem !important;
}
.guts-p-t-3--negative {
  padding-top: -3rem !important;
}
.guts-p-t-4--negative {
  padding-top: -4rem !important;
}
.guts-p-t-5--negative {
  padding-top: -5rem !important;
}
.guts-p-t-6--negative {
  padding-top: -6rem !important;
}
.guts-p-t-7--negative {
  padding-top: -7rem !important;
}
.guts-p-t-8--negative {
  padding-top: -8rem !important;
}
.guts-p-t-9--negative {
  padding-top: -9rem !important;
}
.guts-p-t-10--negative {
  padding-top: -10rem !important;
}
.guts-p-t-11--negative {
  padding-top: -11rem !important;
}
.guts-p-t-12--negative {
  padding-top: -12rem !important;
}
.guts-p-t-13--negative {
  padding-top: -13rem !important;
}
.guts-p-t-14--negative {
  padding-top: -14rem !important;
}
.guts-p-t-15--negative {
  padding-top: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-t-auto {
    padding-top: auto !important;
  }
  .m-guts-p-t-quart {
    padding-top: 0.25rem !important;
  }
  .m-guts-p-t-half {
    padding-top: 0.5rem !important;
  }
  .m-guts-p-t-half--negative {
    padding-top: -0.5rem !important;
  }
  .m-guts-p-t-3-quart {
    padding-top: 0.75rem !important;
  }
  .m-guts-p-t-1-half {
    padding-top: 1.5rem !important;
  }
  .m-guts-p-t-2-half {
    padding-top: 2.5rem !important;
  }
  .m-guts-p-t-3-half {
    padding-top: 3.5rem !important;
  }
  .m-guts-p-t-0 {
    padding-top: 0rem !important;
  }
  .m-guts-p-t-1 {
    padding-top: 1rem !important;
  }
  .m-guts-p-t-2 {
    padding-top: 2rem !important;
  }
  .m-guts-p-t-3 {
    padding-top: 3rem !important;
  }
  .m-guts-p-t-4 {
    padding-top: 4rem !important;
  }
  .m-guts-p-t-5 {
    padding-top: 5rem !important;
  }
  .m-guts-p-t-6 {
    padding-top: 6rem !important;
  }
  .m-guts-p-t-7 {
    padding-top: 7rem !important;
  }
  .m-guts-p-t-8 {
    padding-top: 8rem !important;
  }
  .m-guts-p-t-9 {
    padding-top: 9rem !important;
  }
  .m-guts-p-t-10 {
    padding-top: 10rem !important;
  }
  .m-guts-p-t-11 {
    padding-top: 11rem !important;
  }
  .m-guts-p-t-12 {
    padding-top: 12rem !important;
  }
  .m-guts-p-t-13 {
    padding-top: 13rem !important;
  }
  .m-guts-p-t-14 {
    padding-top: 14rem !important;
  }
  .m-guts-p-t-15 {
    padding-top: 15rem !important;
  }
  .m-guts-p-t-0--negative {
    padding-top: 0rem !important;
  }
  .m-guts-p-t-1--negative {
    padding-top: -1rem !important;
  }
  .m-guts-p-t-2--negative {
    padding-top: -2rem !important;
  }
  .m-guts-p-t-3--negative {
    padding-top: -3rem !important;
  }
  .m-guts-p-t-4--negative {
    padding-top: -4rem !important;
  }
  .m-guts-p-t-5--negative {
    padding-top: -5rem !important;
  }
  .m-guts-p-t-6--negative {
    padding-top: -6rem !important;
  }
  .m-guts-p-t-7--negative {
    padding-top: -7rem !important;
  }
  .m-guts-p-t-8--negative {
    padding-top: -8rem !important;
  }
  .m-guts-p-t-9--negative {
    padding-top: -9rem !important;
  }
  .m-guts-p-t-10--negative {
    padding-top: -10rem !important;
  }
  .m-guts-p-t-11--negative {
    padding-top: -11rem !important;
  }
  .m-guts-p-t-12--negative {
    padding-top: -12rem !important;
  }
  .m-guts-p-t-13--negative {
    padding-top: -13rem !important;
  }
  .m-guts-p-t-14--negative {
    padding-top: -14rem !important;
  }
  .m-guts-p-t-15--negative {
    padding-top: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-b-auto {
  padding-bottom: auto !important;
}
.guts-p-b-quart {
  padding-bottom: 0.25rem !important;
}
.guts-p-b-half {
  padding-bottom: 0.5rem !important;
}
.guts-p-b-3-quart {
  padding-bottom: 0.75rem !important;
}
.guts-p-b-1-half {
  padding-bottom: 1.5rem !important;
}
.guts-p-b-1-quart {
  padding-bottom: 1.25rem !important;
}
.guts-p-b-2-half {
  padding-bottom: 2.5rem !important;
}
.guts-p-b-3-half {
  padding-bottom: 3.5rem !important;
}
.guts-p-b-0 {
  padding-bottom: 0rem !important;
}
.guts-p-b-1 {
  padding-bottom: 1rem !important;
}
.guts-p-b-2 {
  padding-bottom: 2rem !important;
}
.guts-p-b-3 {
  padding-bottom: 3rem !important;
}
.guts-p-b-4 {
  padding-bottom: 4rem !important;
}
.guts-p-b-5 {
  padding-bottom: 5rem !important;
}
.guts-p-b-6 {
  padding-bottom: 6rem !important;
}
.guts-p-b-7 {
  padding-bottom: 7rem !important;
}
.guts-p-b-8 {
  padding-bottom: 8rem !important;
}
.guts-p-b-9 {
  padding-bottom: 9rem !important;
}
.guts-p-b-10 {
  padding-bottom: 10rem !important;
}
.guts-p-b-11 {
  padding-bottom: 11rem !important;
}
.guts-p-b-12 {
  padding-bottom: 12rem !important;
}
.guts-p-b-13 {
  padding-bottom: 13rem !important;
}
.guts-p-b-14 {
  padding-bottom: 14rem !important;
}
.guts-p-b-15 {
  padding-bottom: 15rem !important;
}
.guts-p-b-0--negative {
  padding-bottom: 0rem !important;
}
.guts-p-b-1--negative {
  padding-bottom: -1rem !important;
}
.guts-p-b-2--negative {
  padding-bottom: -2rem !important;
}
.guts-p-b-3--negative {
  padding-bottom: -3rem !important;
}
.guts-p-b-4--negative {
  padding-bottom: -4rem !important;
}
.guts-p-b-5--negative {
  padding-bottom: -5rem !important;
}
.guts-p-b-6--negative {
  padding-bottom: -6rem !important;
}
.guts-p-b-7--negative {
  padding-bottom: -7rem !important;
}
.guts-p-b-8--negative {
  padding-bottom: -8rem !important;
}
.guts-p-b-9--negative {
  padding-bottom: -9rem !important;
}
.guts-p-b-10--negative {
  padding-bottom: -10rem !important;
}
.guts-p-b-11--negative {
  padding-bottom: -11rem !important;
}
.guts-p-b-12--negative {
  padding-bottom: -12rem !important;
}
.guts-p-b-13--negative {
  padding-bottom: -13rem !important;
}
.guts-p-b-14--negative {
  padding-bottom: -14rem !important;
}
.guts-p-b-15--negative {
  padding-bottom: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-b-auto {
    padding-bottom: auto !important;
  }
  .m-guts-p-b-quart {
    padding-bottom: 0.25rem !important;
  }
  .m-guts-p-b-half {
    padding-bottom: 0.5rem !important;
  }
  .m-guts-p-b-half--negative {
    padding-bottom: -0.5rem !important;
  }
  .m-guts-p-b-3-quart {
    padding-bottom: 0.75rem !important;
  }
  .m-guts-p-b-1-half {
    padding-bottom: 1.5rem !important;
  }
  .m-guts-p-b-2-half {
    padding-bottom: 2.5rem !important;
  }
  .m-guts-p-b-3-half {
    padding-bottom: 3.5rem !important;
  }
  .m-guts-p-b-0 {
    padding-bottom: 0rem !important;
  }
  .m-guts-p-b-1 {
    padding-bottom: 1rem !important;
  }
  .m-guts-p-b-2 {
    padding-bottom: 2rem !important;
  }
  .m-guts-p-b-3 {
    padding-bottom: 3rem !important;
  }
  .m-guts-p-b-4 {
    padding-bottom: 4rem !important;
  }
  .m-guts-p-b-5 {
    padding-bottom: 5rem !important;
  }
  .m-guts-p-b-6 {
    padding-bottom: 6rem !important;
  }
  .m-guts-p-b-7 {
    padding-bottom: 7rem !important;
  }
  .m-guts-p-b-8 {
    padding-bottom: 8rem !important;
  }
  .m-guts-p-b-9 {
    padding-bottom: 9rem !important;
  }
  .m-guts-p-b-10 {
    padding-bottom: 10rem !important;
  }
  .m-guts-p-b-11 {
    padding-bottom: 11rem !important;
  }
  .m-guts-p-b-12 {
    padding-bottom: 12rem !important;
  }
  .m-guts-p-b-13 {
    padding-bottom: 13rem !important;
  }
  .m-guts-p-b-14 {
    padding-bottom: 14rem !important;
  }
  .m-guts-p-b-15 {
    padding-bottom: 15rem !important;
  }
  .m-guts-p-b-0--negative {
    padding-bottom: 0rem !important;
  }
  .m-guts-p-b-1--negative {
    padding-bottom: -1rem !important;
  }
  .m-guts-p-b-2--negative {
    padding-bottom: -2rem !important;
  }
  .m-guts-p-b-3--negative {
    padding-bottom: -3rem !important;
  }
  .m-guts-p-b-4--negative {
    padding-bottom: -4rem !important;
  }
  .m-guts-p-b-5--negative {
    padding-bottom: -5rem !important;
  }
  .m-guts-p-b-6--negative {
    padding-bottom: -6rem !important;
  }
  .m-guts-p-b-7--negative {
    padding-bottom: -7rem !important;
  }
  .m-guts-p-b-8--negative {
    padding-bottom: -8rem !important;
  }
  .m-guts-p-b-9--negative {
    padding-bottom: -9rem !important;
  }
  .m-guts-p-b-10--negative {
    padding-bottom: -10rem !important;
  }
  .m-guts-p-b-11--negative {
    padding-bottom: -11rem !important;
  }
  .m-guts-p-b-12--negative {
    padding-bottom: -12rem !important;
  }
  .m-guts-p-b-13--negative {
    padding-bottom: -13rem !important;
  }
  .m-guts-p-b-14--negative {
    padding-bottom: -14rem !important;
  }
  .m-guts-p-b-15--negative {
    padding-bottom: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-r-auto {
  padding-right: auto !important;
}
.guts-p-r-quart {
  padding-right: 0.25rem !important;
}
.guts-p-r-half {
  padding-right: 0.5rem !important;
}
.guts-p-r-3-quart {
  padding-right: 0.75rem !important;
}
.guts-p-r-1-half {
  padding-right: 1.5rem !important;
}
.guts-p-r-1-quart {
  padding-right: 1.25rem !important;
}
.guts-p-r-2-half {
  padding-right: 2.5rem !important;
}
.guts-p-r-3-half {
  padding-right: 3.5rem !important;
}
.guts-p-r-0 {
  padding-right: 0rem !important;
}
.guts-p-r-1 {
  padding-right: 1rem !important;
}
.guts-p-r-2 {
  padding-right: 2rem !important;
}
.guts-p-r-3 {
  padding-right: 3rem !important;
}
.guts-p-r-4 {
  padding-right: 4rem !important;
}
.guts-p-r-5 {
  padding-right: 5rem !important;
}
.guts-p-r-6 {
  padding-right: 6rem !important;
}
.guts-p-r-7 {
  padding-right: 7rem !important;
}
.guts-p-r-8 {
  padding-right: 8rem !important;
}
.guts-p-r-9 {
  padding-right: 9rem !important;
}
.guts-p-r-10 {
  padding-right: 10rem !important;
}
.guts-p-r-11 {
  padding-right: 11rem !important;
}
.guts-p-r-12 {
  padding-right: 12rem !important;
}
.guts-p-r-13 {
  padding-right: 13rem !important;
}
.guts-p-r-14 {
  padding-right: 14rem !important;
}
.guts-p-r-15 {
  padding-right: 15rem !important;
}
.guts-p-r-0--negative {
  padding-right: 0rem !important;
}
.guts-p-r-1--negative {
  padding-right: -1rem !important;
}
.guts-p-r-2--negative {
  padding-right: -2rem !important;
}
.guts-p-r-3--negative {
  padding-right: -3rem !important;
}
.guts-p-r-4--negative {
  padding-right: -4rem !important;
}
.guts-p-r-5--negative {
  padding-right: -5rem !important;
}
.guts-p-r-6--negative {
  padding-right: -6rem !important;
}
.guts-p-r-7--negative {
  padding-right: -7rem !important;
}
.guts-p-r-8--negative {
  padding-right: -8rem !important;
}
.guts-p-r-9--negative {
  padding-right: -9rem !important;
}
.guts-p-r-10--negative {
  padding-right: -10rem !important;
}
.guts-p-r-11--negative {
  padding-right: -11rem !important;
}
.guts-p-r-12--negative {
  padding-right: -12rem !important;
}
.guts-p-r-13--negative {
  padding-right: -13rem !important;
}
.guts-p-r-14--negative {
  padding-right: -14rem !important;
}
.guts-p-r-15--negative {
  padding-right: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-r-auto {
    padding-right: auto !important;
  }
  .m-guts-p-r-quart {
    padding-right: 0.25rem !important;
  }
  .m-guts-p-r-half {
    padding-right: 0.5rem !important;
  }
  .m-guts-p-r-half--negative {
    padding-right: -0.5rem !important;
  }
  .m-guts-p-r-3-quart {
    padding-right: 0.75rem !important;
  }
  .m-guts-p-r-1-half {
    padding-right: 1.5rem !important;
  }
  .m-guts-p-r-2-half {
    padding-right: 2.5rem !important;
  }
  .m-guts-p-r-3-half {
    padding-right: 3.5rem !important;
  }
  .m-guts-p-r-0 {
    padding-right: 0rem !important;
  }
  .m-guts-p-r-1 {
    padding-right: 1rem !important;
  }
  .m-guts-p-r-2 {
    padding-right: 2rem !important;
  }
  .m-guts-p-r-3 {
    padding-right: 3rem !important;
  }
  .m-guts-p-r-4 {
    padding-right: 4rem !important;
  }
  .m-guts-p-r-5 {
    padding-right: 5rem !important;
  }
  .m-guts-p-r-6 {
    padding-right: 6rem !important;
  }
  .m-guts-p-r-7 {
    padding-right: 7rem !important;
  }
  .m-guts-p-r-8 {
    padding-right: 8rem !important;
  }
  .m-guts-p-r-9 {
    padding-right: 9rem !important;
  }
  .m-guts-p-r-10 {
    padding-right: 10rem !important;
  }
  .m-guts-p-r-11 {
    padding-right: 11rem !important;
  }
  .m-guts-p-r-12 {
    padding-right: 12rem !important;
  }
  .m-guts-p-r-13 {
    padding-right: 13rem !important;
  }
  .m-guts-p-r-14 {
    padding-right: 14rem !important;
  }
  .m-guts-p-r-15 {
    padding-right: 15rem !important;
  }
  .m-guts-p-r-0--negative {
    padding-right: 0rem !important;
  }
  .m-guts-p-r-1--negative {
    padding-right: -1rem !important;
  }
  .m-guts-p-r-2--negative {
    padding-right: -2rem !important;
  }
  .m-guts-p-r-3--negative {
    padding-right: -3rem !important;
  }
  .m-guts-p-r-4--negative {
    padding-right: -4rem !important;
  }
  .m-guts-p-r-5--negative {
    padding-right: -5rem !important;
  }
  .m-guts-p-r-6--negative {
    padding-right: -6rem !important;
  }
  .m-guts-p-r-7--negative {
    padding-right: -7rem !important;
  }
  .m-guts-p-r-8--negative {
    padding-right: -8rem !important;
  }
  .m-guts-p-r-9--negative {
    padding-right: -9rem !important;
  }
  .m-guts-p-r-10--negative {
    padding-right: -10rem !important;
  }
  .m-guts-p-r-11--negative {
    padding-right: -11rem !important;
  }
  .m-guts-p-r-12--negative {
    padding-right: -12rem !important;
  }
  .m-guts-p-r-13--negative {
    padding-right: -13rem !important;
  }
  .m-guts-p-r-14--negative {
    padding-right: -14rem !important;
  }
  .m-guts-p-r-15--negative {
    padding-right: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-l-auto {
  padding-left: auto !important;
}
.guts-p-l-quart {
  padding-left: 0.25rem !important;
}
.guts-p-l-half {
  padding-left: 0.5rem !important;
}
.guts-p-l-3-quart {
  padding-left: 0.75rem !important;
}
.guts-p-l-1-half {
  padding-left: 1.5rem !important;
}
.guts-p-l-1-quart {
  padding-left: 1.25rem !important;
}
.guts-p-l-2-half {
  padding-left: 2.5rem !important;
}
.guts-p-l-3-half {
  padding-left: 3.5rem !important;
}
.guts-p-l-0 {
  padding-left: 0rem !important;
}
.guts-p-l-1 {
  padding-left: 1rem !important;
}
.guts-p-l-2 {
  padding-left: 2rem !important;
}
.guts-p-l-3 {
  padding-left: 3rem !important;
}
.guts-p-l-4 {
  padding-left: 4rem !important;
}
.guts-p-l-5 {
  padding-left: 5rem !important;
}
.guts-p-l-6 {
  padding-left: 6rem !important;
}
.guts-p-l-7 {
  padding-left: 7rem !important;
}
.guts-p-l-8 {
  padding-left: 8rem !important;
}
.guts-p-l-9 {
  padding-left: 9rem !important;
}
.guts-p-l-10 {
  padding-left: 10rem !important;
}
.guts-p-l-11 {
  padding-left: 11rem !important;
}
.guts-p-l-12 {
  padding-left: 12rem !important;
}
.guts-p-l-13 {
  padding-left: 13rem !important;
}
.guts-p-l-14 {
  padding-left: 14rem !important;
}
.guts-p-l-15 {
  padding-left: 15rem !important;
}
.guts-p-l-0--negative {
  padding-left: 0rem !important;
}
.guts-p-l-1--negative {
  padding-left: -1rem !important;
}
.guts-p-l-2--negative {
  padding-left: -2rem !important;
}
.guts-p-l-3--negative {
  padding-left: -3rem !important;
}
.guts-p-l-4--negative {
  padding-left: -4rem !important;
}
.guts-p-l-5--negative {
  padding-left: -5rem !important;
}
.guts-p-l-6--negative {
  padding-left: -6rem !important;
}
.guts-p-l-7--negative {
  padding-left: -7rem !important;
}
.guts-p-l-8--negative {
  padding-left: -8rem !important;
}
.guts-p-l-9--negative {
  padding-left: -9rem !important;
}
.guts-p-l-10--negative {
  padding-left: -10rem !important;
}
.guts-p-l-11--negative {
  padding-left: -11rem !important;
}
.guts-p-l-12--negative {
  padding-left: -12rem !important;
}
.guts-p-l-13--negative {
  padding-left: -13rem !important;
}
.guts-p-l-14--negative {
  padding-left: -14rem !important;
}
.guts-p-l-15--negative {
  padding-left: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-l-auto {
    padding-left: auto !important;
  }
  .m-guts-p-l-quart {
    padding-left: 0.25rem !important;
  }
  .m-guts-p-l-half {
    padding-left: 0.5rem !important;
  }
  .m-guts-p-l-half--negative {
    padding-left: -0.5rem !important;
  }
  .m-guts-p-l-3-quart {
    padding-left: 0.75rem !important;
  }
  .m-guts-p-l-1-half {
    padding-left: 1.5rem !important;
  }
  .m-guts-p-l-2-half {
    padding-left: 2.5rem !important;
  }
  .m-guts-p-l-3-half {
    padding-left: 3.5rem !important;
  }
  .m-guts-p-l-0 {
    padding-left: 0rem !important;
  }
  .m-guts-p-l-1 {
    padding-left: 1rem !important;
  }
  .m-guts-p-l-2 {
    padding-left: 2rem !important;
  }
  .m-guts-p-l-3 {
    padding-left: 3rem !important;
  }
  .m-guts-p-l-4 {
    padding-left: 4rem !important;
  }
  .m-guts-p-l-5 {
    padding-left: 5rem !important;
  }
  .m-guts-p-l-6 {
    padding-left: 6rem !important;
  }
  .m-guts-p-l-7 {
    padding-left: 7rem !important;
  }
  .m-guts-p-l-8 {
    padding-left: 8rem !important;
  }
  .m-guts-p-l-9 {
    padding-left: 9rem !important;
  }
  .m-guts-p-l-10 {
    padding-left: 10rem !important;
  }
  .m-guts-p-l-11 {
    padding-left: 11rem !important;
  }
  .m-guts-p-l-12 {
    padding-left: 12rem !important;
  }
  .m-guts-p-l-13 {
    padding-left: 13rem !important;
  }
  .m-guts-p-l-14 {
    padding-left: 14rem !important;
  }
  .m-guts-p-l-15 {
    padding-left: 15rem !important;
  }
  .m-guts-p-l-0--negative {
    padding-left: 0rem !important;
  }
  .m-guts-p-l-1--negative {
    padding-left: -1rem !important;
  }
  .m-guts-p-l-2--negative {
    padding-left: -2rem !important;
  }
  .m-guts-p-l-3--negative {
    padding-left: -3rem !important;
  }
  .m-guts-p-l-4--negative {
    padding-left: -4rem !important;
  }
  .m-guts-p-l-5--negative {
    padding-left: -5rem !important;
  }
  .m-guts-p-l-6--negative {
    padding-left: -6rem !important;
  }
  .m-guts-p-l-7--negative {
    padding-left: -7rem !important;
  }
  .m-guts-p-l-8--negative {
    padding-left: -8rem !important;
  }
  .m-guts-p-l-9--negative {
    padding-left: -9rem !important;
  }
  .m-guts-p-l-10--negative {
    padding-left: -10rem !important;
  }
  .m-guts-p-l-11--negative {
    padding-left: -11rem !important;
  }
  .m-guts-p-l-12--negative {
    padding-left: -12rem !important;
  }
  .m-guts-p-l-13--negative {
    padding-left: -13rem !important;
  }
  .m-guts-p-l-14--negative {
    padding-left: -14rem !important;
  }
  .m-guts-p-l-15--negative {
    padding-left: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-v-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.guts-p-v-quart {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.guts-p-v-half {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.guts-p-v-3-quart {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.guts-p-v-1-half {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.guts-p-v-1-quart {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.guts-p-v-2-half {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.guts-p-v-3-half {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.guts-p-v-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.guts-p-v-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.guts-p-v-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.guts-p-v-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.guts-p-v-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.guts-p-v-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.guts-p-v-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.guts-p-v-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.guts-p-v-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.guts-p-v-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.guts-p-v-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.guts-p-v-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}
.guts-p-v-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.guts-p-v-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}
.guts-p-v-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.guts-p-v-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.guts-p-v-0--negative {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.guts-p-v-1--negative {
  padding-top: -1rem !important;
  padding-bottom: -1rem !important;
}
.guts-p-v-2--negative {
  padding-top: -2rem !important;
  padding-bottom: -2rem !important;
}
.guts-p-v-3--negative {
  padding-top: -3rem !important;
  padding-bottom: -3rem !important;
}
.guts-p-v-4--negative {
  padding-top: -4rem !important;
  padding-bottom: -4rem !important;
}
.guts-p-v-5--negative {
  padding-top: -5rem !important;
  padding-bottom: -5rem !important;
}
.guts-p-v-6--negative {
  padding-top: -6rem !important;
  padding-bottom: -6rem !important;
}
.guts-p-v-7--negative {
  padding-top: -7rem !important;
  padding-bottom: -7rem !important;
}
.guts-p-v-8--negative {
  padding-top: -8rem !important;
  padding-bottom: -8rem !important;
}
.guts-p-v-9--negative {
  padding-top: -9rem !important;
  padding-bottom: -9rem !important;
}
.guts-p-v-10--negative {
  padding-top: -10rem !important;
  padding-bottom: -10rem !important;
}
.guts-p-v-11--negative {
  padding-top: -11rem !important;
  padding-bottom: -11rem !important;
}
.guts-p-v-12--negative {
  padding-top: -12rem !important;
  padding-bottom: -12rem !important;
}
.guts-p-v-13--negative {
  padding-top: -13rem !important;
  padding-bottom: -13rem !important;
}
.guts-p-v-14--negative {
  padding-top: -14rem !important;
  padding-bottom: -14rem !important;
}
.guts-p-v-15--negative {
  padding-top: -15rem !important;
  padding-bottom: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-v-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .m-guts-p-v-quart {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-guts-p-v-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-guts-p-v-half--negative {
    padding-top: -0.5rem !important;
    padding-bottom: -0.5rem !important;
  }
  .m-guts-p-v-3-quart {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-guts-p-v-1-half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-guts-p-v-2-half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-guts-p-v-3-half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .m-guts-p-v-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-guts-p-v-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-guts-p-v-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-guts-p-v-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-guts-p-v-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-guts-p-v-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-guts-p-v-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .m-guts-p-v-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .m-guts-p-v-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .m-guts-p-v-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .m-guts-p-v-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-guts-p-v-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .m-guts-p-v-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .m-guts-p-v-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .m-guts-p-v-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .m-guts-p-v-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .m-guts-p-v-0--negative {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-guts-p-v-1--negative {
    padding-top: -1rem !important;
    padding-bottom: -1rem !important;
  }
  .m-guts-p-v-2--negative {
    padding-top: -2rem !important;
    padding-bottom: -2rem !important;
  }
  .m-guts-p-v-3--negative {
    padding-top: -3rem !important;
    padding-bottom: -3rem !important;
  }
  .m-guts-p-v-4--negative {
    padding-top: -4rem !important;
    padding-bottom: -4rem !important;
  }
  .m-guts-p-v-5--negative {
    padding-top: -5rem !important;
    padding-bottom: -5rem !important;
  }
  .m-guts-p-v-6--negative {
    padding-top: -6rem !important;
    padding-bottom: -6rem !important;
  }
  .m-guts-p-v-7--negative {
    padding-top: -7rem !important;
    padding-bottom: -7rem !important;
  }
  .m-guts-p-v-8--negative {
    padding-top: -8rem !important;
    padding-bottom: -8rem !important;
  }
  .m-guts-p-v-9--negative {
    padding-top: -9rem !important;
    padding-bottom: -9rem !important;
  }
  .m-guts-p-v-10--negative {
    padding-top: -10rem !important;
    padding-bottom: -10rem !important;
  }
  .m-guts-p-v-11--negative {
    padding-top: -11rem !important;
    padding-bottom: -11rem !important;
  }
  .m-guts-p-v-12--negative {
    padding-top: -12rem !important;
    padding-bottom: -12rem !important;
  }
  .m-guts-p-v-13--negative {
    padding-top: -13rem !important;
    padding-bottom: -13rem !important;
  }
  .m-guts-p-v-14--negative {
    padding-top: -14rem !important;
    padding-bottom: -14rem !important;
  }
  .m-guts-p-v-15--negative {
    padding-top: -15rem !important;
    padding-bottom: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-h-auto {
  padding-right: auto !important;
  padding-left: auto !important;
}
.guts-p-h-quart {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.guts-p-h-half {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.guts-p-h-3-quart {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.guts-p-h-1-half {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.guts-p-h-1-quart {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.guts-p-h-2-half {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.guts-p-h-3-half {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.guts-p-h-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.guts-p-h-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.guts-p-h-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.guts-p-h-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.guts-p-h-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.guts-p-h-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.guts-p-h-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.guts-p-h-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.guts-p-h-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}
.guts-p-h-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}
.guts-p-h-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.guts-p-h-11 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}
.guts-p-h-12 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}
.guts-p-h-13 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}
.guts-p-h-14 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}
.guts-p-h-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}
.guts-p-h-0--negative {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.guts-p-h-1--negative {
  padding-right: -1rem !important;
  padding-left: -1rem !important;
}
.guts-p-h-2--negative {
  padding-right: -2rem !important;
  padding-left: -2rem !important;
}
.guts-p-h-3--negative {
  padding-right: -3rem !important;
  padding-left: -3rem !important;
}
.guts-p-h-4--negative {
  padding-right: -4rem !important;
  padding-left: -4rem !important;
}
.guts-p-h-5--negative {
  padding-right: -5rem !important;
  padding-left: -5rem !important;
}
.guts-p-h-6--negative {
  padding-right: -6rem !important;
  padding-left: -6rem !important;
}
.guts-p-h-7--negative {
  padding-right: -7rem !important;
  padding-left: -7rem !important;
}
.guts-p-h-8--negative {
  padding-right: -8rem !important;
  padding-left: -8rem !important;
}
.guts-p-h-9--negative {
  padding-right: -9rem !important;
  padding-left: -9rem !important;
}
.guts-p-h-10--negative {
  padding-right: -10rem !important;
  padding-left: -10rem !important;
}
.guts-p-h-11--negative {
  padding-right: -11rem !important;
  padding-left: -11rem !important;
}
.guts-p-h-12--negative {
  padding-right: -12rem !important;
  padding-left: -12rem !important;
}
.guts-p-h-13--negative {
  padding-right: -13rem !important;
  padding-left: -13rem !important;
}
.guts-p-h-14--negative {
  padding-right: -14rem !important;
  padding-left: -14rem !important;
}
.guts-p-h-15--negative {
  padding-right: -15rem !important;
  padding-left: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-h-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .m-guts-p-h-quart {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .m-guts-p-h-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .m-guts-p-h-half--negative {
    padding-right: -0.5rem !important;
    padding-left: -0.5rem !important;
  }
  .m-guts-p-h-3-quart {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .m-guts-p-h-1-half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .m-guts-p-h-2-half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .m-guts-p-h-3-half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .m-guts-p-h-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .m-guts-p-h-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .m-guts-p-h-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .m-guts-p-h-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m-guts-p-h-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .m-guts-p-h-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .m-guts-p-h-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .m-guts-p-h-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .m-guts-p-h-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .m-guts-p-h-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .m-guts-p-h-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .m-guts-p-h-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .m-guts-p-h-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .m-guts-p-h-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .m-guts-p-h-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .m-guts-p-h-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .m-guts-p-h-0--negative {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .m-guts-p-h-1--negative {
    padding-right: -1rem !important;
    padding-left: -1rem !important;
  }
  .m-guts-p-h-2--negative {
    padding-right: -2rem !important;
    padding-left: -2rem !important;
  }
  .m-guts-p-h-3--negative {
    padding-right: -3rem !important;
    padding-left: -3rem !important;
  }
  .m-guts-p-h-4--negative {
    padding-right: -4rem !important;
    padding-left: -4rem !important;
  }
  .m-guts-p-h-5--negative {
    padding-right: -5rem !important;
    padding-left: -5rem !important;
  }
  .m-guts-p-h-6--negative {
    padding-right: -6rem !important;
    padding-left: -6rem !important;
  }
  .m-guts-p-h-7--negative {
    padding-right: -7rem !important;
    padding-left: -7rem !important;
  }
  .m-guts-p-h-8--negative {
    padding-right: -8rem !important;
    padding-left: -8rem !important;
  }
  .m-guts-p-h-9--negative {
    padding-right: -9rem !important;
    padding-left: -9rem !important;
  }
  .m-guts-p-h-10--negative {
    padding-right: -10rem !important;
    padding-left: -10rem !important;
  }
  .m-guts-p-h-11--negative {
    padding-right: -11rem !important;
    padding-left: -11rem !important;
  }
  .m-guts-p-h-12--negative {
    padding-right: -12rem !important;
    padding-left: -12rem !important;
  }
  .m-guts-p-h-13--negative {
    padding-right: -13rem !important;
    padding-left: -13rem !important;
  }
  .m-guts-p-h-14--negative {
    padding-right: -14rem !important;
    padding-left: -14rem !important;
  }
  .m-guts-p-h-15--negative {
    padding-right: -15rem !important;
    padding-left: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-p-full-auto {
  padding: auto !important;
}
.guts-p-full-quart {
  padding: 0.25rem !important;
}
.guts-p-full-half {
  padding: 0.5rem !important;
}
.guts-p-full-3-quart {
  padding: 0.75rem !important;
}
.guts-p-full-1-half {
  padding: 1.5rem !important;
}
.guts-p-full-1-quart {
  padding: 1.25rem !important;
}
.guts-p-full-2-half {
  padding: 2.5rem !important;
}
.guts-p-full-3-half {
  padding: 3.5rem !important;
}
.guts-p-full-0 {
  padding: 0rem !important;
}
.guts-p-full-1 {
  padding: 1rem !important;
}
.guts-p-full-2 {
  padding: 2rem !important;
}
.guts-p-full-3 {
  padding: 3rem !important;
}
.guts-p-full-4 {
  padding: 4rem !important;
}
.guts-p-full-5 {
  padding: 5rem !important;
}
.guts-p-full-6 {
  padding: 6rem !important;
}
.guts-p-full-7 {
  padding: 7rem !important;
}
.guts-p-full-8 {
  padding: 8rem !important;
}
.guts-p-full-9 {
  padding: 9rem !important;
}
.guts-p-full-10 {
  padding: 10rem !important;
}
.guts-p-full-11 {
  padding: 11rem !important;
}
.guts-p-full-12 {
  padding: 12rem !important;
}
.guts-p-full-13 {
  padding: 13rem !important;
}
.guts-p-full-14 {
  padding: 14rem !important;
}
.guts-p-full-15 {
  padding: 15rem !important;
}
.guts-p-full-0--negative {
  padding: 0rem !important;
}
.guts-p-full-1--negative {
  padding: -1rem !important;
}
.guts-p-full-2--negative {
  padding: -2rem !important;
}
.guts-p-full-3--negative {
  padding: -3rem !important;
}
.guts-p-full-4--negative {
  padding: -4rem !important;
}
.guts-p-full-5--negative {
  padding: -5rem !important;
}
.guts-p-full-6--negative {
  padding: -6rem !important;
}
.guts-p-full-7--negative {
  padding: -7rem !important;
}
.guts-p-full-8--negative {
  padding: -8rem !important;
}
.guts-p-full-9--negative {
  padding: -9rem !important;
}
.guts-p-full-10--negative {
  padding: -10rem !important;
}
.guts-p-full-11--negative {
  padding: -11rem !important;
}
.guts-p-full-12--negative {
  padding: -12rem !important;
}
.guts-p-full-13--negative {
  padding: -13rem !important;
}
.guts-p-full-14--negative {
  padding: -14rem !important;
}
.guts-p-full-15--negative {
  padding: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-p-full-auto {
    padding: auto !important;
  }
  .m-guts-p-full-quart {
    padding: 0.25rem !important;
  }
  .m-guts-p-full-half {
    padding: 0.5rem !important;
  }
  .m-guts-p-full-half--negative {
    padding: -0.5rem !important;
  }
  .m-guts-p-full-3-quart {
    padding: 0.75rem !important;
  }
  .m-guts-p-full-1-half {
    padding: 1.5rem !important;
  }
  .m-guts-p-full-2-half {
    padding: 2.5rem !important;
  }
  .m-guts-p-full-3-half {
    padding: 3.5rem !important;
  }
  .m-guts-p-full-0 {
    padding: 0rem !important;
  }
  .m-guts-p-full-1 {
    padding: 1rem !important;
  }
  .m-guts-p-full-2 {
    padding: 2rem !important;
  }
  .m-guts-p-full-3 {
    padding: 3rem !important;
  }
  .m-guts-p-full-4 {
    padding: 4rem !important;
  }
  .m-guts-p-full-5 {
    padding: 5rem !important;
  }
  .m-guts-p-full-6 {
    padding: 6rem !important;
  }
  .m-guts-p-full-7 {
    padding: 7rem !important;
  }
  .m-guts-p-full-8 {
    padding: 8rem !important;
  }
  .m-guts-p-full-9 {
    padding: 9rem !important;
  }
  .m-guts-p-full-10 {
    padding: 10rem !important;
  }
  .m-guts-p-full-11 {
    padding: 11rem !important;
  }
  .m-guts-p-full-12 {
    padding: 12rem !important;
  }
  .m-guts-p-full-13 {
    padding: 13rem !important;
  }
  .m-guts-p-full-14 {
    padding: 14rem !important;
  }
  .m-guts-p-full-15 {
    padding: 15rem !important;
  }
  .m-guts-p-full-0--negative {
    padding: 0rem !important;
  }
  .m-guts-p-full-1--negative {
    padding: -1rem !important;
  }
  .m-guts-p-full-2--negative {
    padding: -2rem !important;
  }
  .m-guts-p-full-3--negative {
    padding: -3rem !important;
  }
  .m-guts-p-full-4--negative {
    padding: -4rem !important;
  }
  .m-guts-p-full-5--negative {
    padding: -5rem !important;
  }
  .m-guts-p-full-6--negative {
    padding: -6rem !important;
  }
  .m-guts-p-full-7--negative {
    padding: -7rem !important;
  }
  .m-guts-p-full-8--negative {
    padding: -8rem !important;
  }
  .m-guts-p-full-9--negative {
    padding: -9rem !important;
  }
  .m-guts-p-full-10--negative {
    padding: -10rem !important;
  }
  .m-guts-p-full-11--negative {
    padding: -11rem !important;
  }
  .m-guts-p-full-12--negative {
    padding: -12rem !important;
  }
  .m-guts-p-full-13--negative {
    padding: -13rem !important;
  }
  .m-guts-p-full-14--negative {
    padding: -14rem !important;
  }
  .m-guts-p-full-15--negative {
    padding: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-t-auto {
  margin-top: auto !important;
}
.guts-m-t-quart {
  margin-top: 0.25rem !important;
}
.guts-m-t-half {
  margin-top: 0.5rem !important;
}
.guts-m-t-3-quart {
  margin-top: 0.75rem !important;
}
.guts-m-t-1-half {
  margin-top: 1.5rem !important;
}
.guts-m-t-1-quart {
  margin-top: 1.25rem !important;
}
.guts-m-t-2-half {
  margin-top: 2.5rem !important;
}
.guts-m-t-3-half {
  margin-top: 3.5rem !important;
}
.guts-m-t-0 {
  margin-top: 0rem !important;
}
.guts-m-t-1 {
  margin-top: 1rem !important;
}
.guts-m-t-2 {
  margin-top: 2rem !important;
}
.guts-m-t-3 {
  margin-top: 3rem !important;
}
.guts-m-t-4 {
  margin-top: 4rem !important;
}
.guts-m-t-5 {
  margin-top: 5rem !important;
}
.guts-m-t-6 {
  margin-top: 6rem !important;
}
.guts-m-t-7 {
  margin-top: 7rem !important;
}
.guts-m-t-8 {
  margin-top: 8rem !important;
}
.guts-m-t-9 {
  margin-top: 9rem !important;
}
.guts-m-t-10 {
  margin-top: 10rem !important;
}
.guts-m-t-11 {
  margin-top: 11rem !important;
}
.guts-m-t-12 {
  margin-top: 12rem !important;
}
.guts-m-t-13 {
  margin-top: 13rem !important;
}
.guts-m-t-14 {
  margin-top: 14rem !important;
}
.guts-m-t-15 {
  margin-top: 15rem !important;
}
.guts-m-t-0--negative {
  margin-top: 0rem !important;
}
.guts-m-t-1--negative {
  margin-top: -1rem !important;
}
.guts-m-t-2--negative {
  margin-top: -2rem !important;
}
.guts-m-t-3--negative {
  margin-top: -3rem !important;
}
.guts-m-t-4--negative {
  margin-top: -4rem !important;
}
.guts-m-t-5--negative {
  margin-top: -5rem !important;
}
.guts-m-t-6--negative {
  margin-top: -6rem !important;
}
.guts-m-t-7--negative {
  margin-top: -7rem !important;
}
.guts-m-t-8--negative {
  margin-top: -8rem !important;
}
.guts-m-t-9--negative {
  margin-top: -9rem !important;
}
.guts-m-t-10--negative {
  margin-top: -10rem !important;
}
.guts-m-t-11--negative {
  margin-top: -11rem !important;
}
.guts-m-t-12--negative {
  margin-top: -12rem !important;
}
.guts-m-t-13--negative {
  margin-top: -13rem !important;
}
.guts-m-t-14--negative {
  margin-top: -14rem !important;
}
.guts-m-t-15--negative {
  margin-top: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-t-auto {
    margin-top: auto !important;
  }
  .m-guts-m-t-quart {
    margin-top: 0.25rem !important;
  }
  .m-guts-m-t-half {
    margin-top: 0.5rem !important;
  }
  .m-guts-m-t-half--negative {
    margin-top: -0.5rem !important;
  }
  .m-guts-m-t-3-quart {
    margin-top: 0.75rem !important;
  }
  .m-guts-m-t-1-half {
    margin-top: 1.5rem !important;
  }
  .m-guts-m-t-2-half {
    margin-top: 2.5rem !important;
  }
  .m-guts-m-t-3-half {
    margin-top: 3.5rem !important;
  }
  .m-guts-m-t-0 {
    margin-top: 0rem !important;
  }
  .m-guts-m-t-1 {
    margin-top: 1rem !important;
  }
  .m-guts-m-t-2 {
    margin-top: 2rem !important;
  }
  .m-guts-m-t-3 {
    margin-top: 3rem !important;
  }
  .m-guts-m-t-4 {
    margin-top: 4rem !important;
  }
  .m-guts-m-t-5 {
    margin-top: 5rem !important;
  }
  .m-guts-m-t-6 {
    margin-top: 6rem !important;
  }
  .m-guts-m-t-7 {
    margin-top: 7rem !important;
  }
  .m-guts-m-t-8 {
    margin-top: 8rem !important;
  }
  .m-guts-m-t-9 {
    margin-top: 9rem !important;
  }
  .m-guts-m-t-10 {
    margin-top: 10rem !important;
  }
  .m-guts-m-t-11 {
    margin-top: 11rem !important;
  }
  .m-guts-m-t-12 {
    margin-top: 12rem !important;
  }
  .m-guts-m-t-13 {
    margin-top: 13rem !important;
  }
  .m-guts-m-t-14 {
    margin-top: 14rem !important;
  }
  .m-guts-m-t-15 {
    margin-top: 15rem !important;
  }
  .m-guts-m-t-0--negative {
    margin-top: 0rem !important;
  }
  .m-guts-m-t-1--negative {
    margin-top: -1rem !important;
  }
  .m-guts-m-t-2--negative {
    margin-top: -2rem !important;
  }
  .m-guts-m-t-3--negative {
    margin-top: -3rem !important;
  }
  .m-guts-m-t-4--negative {
    margin-top: -4rem !important;
  }
  .m-guts-m-t-5--negative {
    margin-top: -5rem !important;
  }
  .m-guts-m-t-6--negative {
    margin-top: -6rem !important;
  }
  .m-guts-m-t-7--negative {
    margin-top: -7rem !important;
  }
  .m-guts-m-t-8--negative {
    margin-top: -8rem !important;
  }
  .m-guts-m-t-9--negative {
    margin-top: -9rem !important;
  }
  .m-guts-m-t-10--negative {
    margin-top: -10rem !important;
  }
  .m-guts-m-t-11--negative {
    margin-top: -11rem !important;
  }
  .m-guts-m-t-12--negative {
    margin-top: -12rem !important;
  }
  .m-guts-m-t-13--negative {
    margin-top: -13rem !important;
  }
  .m-guts-m-t-14--negative {
    margin-top: -14rem !important;
  }
  .m-guts-m-t-15--negative {
    margin-top: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-b-auto {
  margin-bottom: auto !important;
}
.guts-m-b-quart {
  margin-bottom: 0.25rem !important;
}
.guts-m-b-half {
  margin-bottom: 0.5rem !important;
}
.guts-m-b-3-quart {
  margin-bottom: 0.75rem !important;
}
.guts-m-b-1-half {
  margin-bottom: 1.5rem !important;
}
.guts-m-b-1-quart {
  margin-bottom: 1.25rem !important;
}
.guts-m-b-2-half {
  margin-bottom: 2.5rem !important;
}
.guts-m-b-3-half {
  margin-bottom: 3.5rem !important;
}
.guts-m-b-0 {
  margin-bottom: 0rem !important;
}
.guts-m-b-1 {
  margin-bottom: 1rem !important;
}
.guts-m-b-2 {
  margin-bottom: 2rem !important;
}
.guts-m-b-3 {
  margin-bottom: 3rem !important;
}
.guts-m-b-4 {
  margin-bottom: 4rem !important;
}
.guts-m-b-5 {
  margin-bottom: 5rem !important;
}
.guts-m-b-6 {
  margin-bottom: 6rem !important;
}
.guts-m-b-7 {
  margin-bottom: 7rem !important;
}
.guts-m-b-8 {
  margin-bottom: 8rem !important;
}
.guts-m-b-9 {
  margin-bottom: 9rem !important;
}
.guts-m-b-10 {
  margin-bottom: 10rem !important;
}
.guts-m-b-11 {
  margin-bottom: 11rem !important;
}
.guts-m-b-12 {
  margin-bottom: 12rem !important;
}
.guts-m-b-13 {
  margin-bottom: 13rem !important;
}
.guts-m-b-14 {
  margin-bottom: 14rem !important;
}
.guts-m-b-15 {
  margin-bottom: 15rem !important;
}
.guts-m-b-0--negative {
  margin-bottom: 0rem !important;
}
.guts-m-b-1--negative {
  margin-bottom: -1rem !important;
}
.guts-m-b-2--negative {
  margin-bottom: -2rem !important;
}
.guts-m-b-3--negative {
  margin-bottom: -3rem !important;
}
.guts-m-b-4--negative {
  margin-bottom: -4rem !important;
}
.guts-m-b-5--negative {
  margin-bottom: -5rem !important;
}
.guts-m-b-6--negative {
  margin-bottom: -6rem !important;
}
.guts-m-b-7--negative {
  margin-bottom: -7rem !important;
}
.guts-m-b-8--negative {
  margin-bottom: -8rem !important;
}
.guts-m-b-9--negative {
  margin-bottom: -9rem !important;
}
.guts-m-b-10--negative {
  margin-bottom: -10rem !important;
}
.guts-m-b-11--negative {
  margin-bottom: -11rem !important;
}
.guts-m-b-12--negative {
  margin-bottom: -12rem !important;
}
.guts-m-b-13--negative {
  margin-bottom: -13rem !important;
}
.guts-m-b-14--negative {
  margin-bottom: -14rem !important;
}
.guts-m-b-15--negative {
  margin-bottom: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-b-auto {
    margin-bottom: auto !important;
  }
  .m-guts-m-b-quart {
    margin-bottom: 0.25rem !important;
  }
  .m-guts-m-b-half {
    margin-bottom: 0.5rem !important;
  }
  .m-guts-m-b-half--negative {
    margin-bottom: -0.5rem !important;
  }
  .m-guts-m-b-3-quart {
    margin-bottom: 0.75rem !important;
  }
  .m-guts-m-b-1-half {
    margin-bottom: 1.5rem !important;
  }
  .m-guts-m-b-2-half {
    margin-bottom: 2.5rem !important;
  }
  .m-guts-m-b-3-half {
    margin-bottom: 3.5rem !important;
  }
  .m-guts-m-b-0 {
    margin-bottom: 0rem !important;
  }
  .m-guts-m-b-1 {
    margin-bottom: 1rem !important;
  }
  .m-guts-m-b-2 {
    margin-bottom: 2rem !important;
  }
  .m-guts-m-b-3 {
    margin-bottom: 3rem !important;
  }
  .m-guts-m-b-4 {
    margin-bottom: 4rem !important;
  }
  .m-guts-m-b-5 {
    margin-bottom: 5rem !important;
  }
  .m-guts-m-b-6 {
    margin-bottom: 6rem !important;
  }
  .m-guts-m-b-7 {
    margin-bottom: 7rem !important;
  }
  .m-guts-m-b-8 {
    margin-bottom: 8rem !important;
  }
  .m-guts-m-b-9 {
    margin-bottom: 9rem !important;
  }
  .m-guts-m-b-10 {
    margin-bottom: 10rem !important;
  }
  .m-guts-m-b-11 {
    margin-bottom: 11rem !important;
  }
  .m-guts-m-b-12 {
    margin-bottom: 12rem !important;
  }
  .m-guts-m-b-13 {
    margin-bottom: 13rem !important;
  }
  .m-guts-m-b-14 {
    margin-bottom: 14rem !important;
  }
  .m-guts-m-b-15 {
    margin-bottom: 15rem !important;
  }
  .m-guts-m-b-0--negative {
    margin-bottom: 0rem !important;
  }
  .m-guts-m-b-1--negative {
    margin-bottom: -1rem !important;
  }
  .m-guts-m-b-2--negative {
    margin-bottom: -2rem !important;
  }
  .m-guts-m-b-3--negative {
    margin-bottom: -3rem !important;
  }
  .m-guts-m-b-4--negative {
    margin-bottom: -4rem !important;
  }
  .m-guts-m-b-5--negative {
    margin-bottom: -5rem !important;
  }
  .m-guts-m-b-6--negative {
    margin-bottom: -6rem !important;
  }
  .m-guts-m-b-7--negative {
    margin-bottom: -7rem !important;
  }
  .m-guts-m-b-8--negative {
    margin-bottom: -8rem !important;
  }
  .m-guts-m-b-9--negative {
    margin-bottom: -9rem !important;
  }
  .m-guts-m-b-10--negative {
    margin-bottom: -10rem !important;
  }
  .m-guts-m-b-11--negative {
    margin-bottom: -11rem !important;
  }
  .m-guts-m-b-12--negative {
    margin-bottom: -12rem !important;
  }
  .m-guts-m-b-13--negative {
    margin-bottom: -13rem !important;
  }
  .m-guts-m-b-14--negative {
    margin-bottom: -14rem !important;
  }
  .m-guts-m-b-15--negative {
    margin-bottom: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-r-auto {
  margin-right: auto !important;
}
.guts-m-r-quart {
  margin-right: 0.25rem !important;
}
.guts-m-r-half {
  margin-right: 0.5rem !important;
}
.guts-m-r-3-quart {
  margin-right: 0.75rem !important;
}
.guts-m-r-1-half {
  margin-right: 1.5rem !important;
}
.guts-m-r-1-quart {
  margin-right: 1.25rem !important;
}
.guts-m-r-2-half {
  margin-right: 2.5rem !important;
}
.guts-m-r-3-half {
  margin-right: 3.5rem !important;
}
.guts-m-r-0 {
  margin-right: 0rem !important;
}
.guts-m-r-1 {
  margin-right: 1rem !important;
}
.guts-m-r-2 {
  margin-right: 2rem !important;
}
.guts-m-r-3 {
  margin-right: 3rem !important;
}
.guts-m-r-4 {
  margin-right: 4rem !important;
}
.guts-m-r-5 {
  margin-right: 5rem !important;
}
.guts-m-r-6 {
  margin-right: 6rem !important;
}
.guts-m-r-7 {
  margin-right: 7rem !important;
}
.guts-m-r-8 {
  margin-right: 8rem !important;
}
.guts-m-r-9 {
  margin-right: 9rem !important;
}
.guts-m-r-10 {
  margin-right: 10rem !important;
}
.guts-m-r-11 {
  margin-right: 11rem !important;
}
.guts-m-r-12 {
  margin-right: 12rem !important;
}
.guts-m-r-13 {
  margin-right: 13rem !important;
}
.guts-m-r-14 {
  margin-right: 14rem !important;
}
.guts-m-r-15 {
  margin-right: 15rem !important;
}
.guts-m-r-0--negative {
  margin-right: 0rem !important;
}
.guts-m-r-1--negative {
  margin-right: -1rem !important;
}
.guts-m-r-2--negative {
  margin-right: -2rem !important;
}
.guts-m-r-3--negative {
  margin-right: -3rem !important;
}
.guts-m-r-4--negative {
  margin-right: -4rem !important;
}
.guts-m-r-5--negative {
  margin-right: -5rem !important;
}
.guts-m-r-6--negative {
  margin-right: -6rem !important;
}
.guts-m-r-7--negative {
  margin-right: -7rem !important;
}
.guts-m-r-8--negative {
  margin-right: -8rem !important;
}
.guts-m-r-9--negative {
  margin-right: -9rem !important;
}
.guts-m-r-10--negative {
  margin-right: -10rem !important;
}
.guts-m-r-11--negative {
  margin-right: -11rem !important;
}
.guts-m-r-12--negative {
  margin-right: -12rem !important;
}
.guts-m-r-13--negative {
  margin-right: -13rem !important;
}
.guts-m-r-14--negative {
  margin-right: -14rem !important;
}
.guts-m-r-15--negative {
  margin-right: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-r-auto {
    margin-right: auto !important;
  }
  .m-guts-m-r-quart {
    margin-right: 0.25rem !important;
  }
  .m-guts-m-r-half {
    margin-right: 0.5rem !important;
  }
  .m-guts-m-r-half--negative {
    margin-right: -0.5rem !important;
  }
  .m-guts-m-r-3-quart {
    margin-right: 0.75rem !important;
  }
  .m-guts-m-r-1-half {
    margin-right: 1.5rem !important;
  }
  .m-guts-m-r-2-half {
    margin-right: 2.5rem !important;
  }
  .m-guts-m-r-3-half {
    margin-right: 3.5rem !important;
  }
  .m-guts-m-r-0 {
    margin-right: 0rem !important;
  }
  .m-guts-m-r-1 {
    margin-right: 1rem !important;
  }
  .m-guts-m-r-2 {
    margin-right: 2rem !important;
  }
  .m-guts-m-r-3 {
    margin-right: 3rem !important;
  }
  .m-guts-m-r-4 {
    margin-right: 4rem !important;
  }
  .m-guts-m-r-5 {
    margin-right: 5rem !important;
  }
  .m-guts-m-r-6 {
    margin-right: 6rem !important;
  }
  .m-guts-m-r-7 {
    margin-right: 7rem !important;
  }
  .m-guts-m-r-8 {
    margin-right: 8rem !important;
  }
  .m-guts-m-r-9 {
    margin-right: 9rem !important;
  }
  .m-guts-m-r-10 {
    margin-right: 10rem !important;
  }
  .m-guts-m-r-11 {
    margin-right: 11rem !important;
  }
  .m-guts-m-r-12 {
    margin-right: 12rem !important;
  }
  .m-guts-m-r-13 {
    margin-right: 13rem !important;
  }
  .m-guts-m-r-14 {
    margin-right: 14rem !important;
  }
  .m-guts-m-r-15 {
    margin-right: 15rem !important;
  }
  .m-guts-m-r-0--negative {
    margin-right: 0rem !important;
  }
  .m-guts-m-r-1--negative {
    margin-right: -1rem !important;
  }
  .m-guts-m-r-2--negative {
    margin-right: -2rem !important;
  }
  .m-guts-m-r-3--negative {
    margin-right: -3rem !important;
  }
  .m-guts-m-r-4--negative {
    margin-right: -4rem !important;
  }
  .m-guts-m-r-5--negative {
    margin-right: -5rem !important;
  }
  .m-guts-m-r-6--negative {
    margin-right: -6rem !important;
  }
  .m-guts-m-r-7--negative {
    margin-right: -7rem !important;
  }
  .m-guts-m-r-8--negative {
    margin-right: -8rem !important;
  }
  .m-guts-m-r-9--negative {
    margin-right: -9rem !important;
  }
  .m-guts-m-r-10--negative {
    margin-right: -10rem !important;
  }
  .m-guts-m-r-11--negative {
    margin-right: -11rem !important;
  }
  .m-guts-m-r-12--negative {
    margin-right: -12rem !important;
  }
  .m-guts-m-r-13--negative {
    margin-right: -13rem !important;
  }
  .m-guts-m-r-14--negative {
    margin-right: -14rem !important;
  }
  .m-guts-m-r-15--negative {
    margin-right: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-l-auto {
  margin-left: auto !important;
}
.guts-m-l-quart {
  margin-left: 0.25rem !important;
}
.guts-m-l-half {
  margin-left: 0.5rem !important;
}
.guts-m-l-3-quart {
  margin-left: 0.75rem !important;
}
.guts-m-l-1-half {
  margin-left: 1.5rem !important;
}
.guts-m-l-1-quart {
  margin-left: 1.25rem !important;
}
.guts-m-l-2-half {
  margin-left: 2.5rem !important;
}
.guts-m-l-3-half {
  margin-left: 3.5rem !important;
}
.guts-m-l-0 {
  margin-left: 0rem !important;
}
.guts-m-l-1 {
  margin-left: 1rem !important;
}
.guts-m-l-2 {
  margin-left: 2rem !important;
}
.guts-m-l-3 {
  margin-left: 3rem !important;
}
.guts-m-l-4 {
  margin-left: 4rem !important;
}
.guts-m-l-5 {
  margin-left: 5rem !important;
}
.guts-m-l-6 {
  margin-left: 6rem !important;
}
.guts-m-l-7 {
  margin-left: 7rem !important;
}
.guts-m-l-8 {
  margin-left: 8rem !important;
}
.guts-m-l-9 {
  margin-left: 9rem !important;
}
.guts-m-l-10 {
  margin-left: 10rem !important;
}
.guts-m-l-11 {
  margin-left: 11rem !important;
}
.guts-m-l-12 {
  margin-left: 12rem !important;
}
.guts-m-l-13 {
  margin-left: 13rem !important;
}
.guts-m-l-14 {
  margin-left: 14rem !important;
}
.guts-m-l-15 {
  margin-left: 15rem !important;
}
.guts-m-l-0--negative {
  margin-left: 0rem !important;
}
.guts-m-l-1--negative {
  margin-left: -1rem !important;
}
.guts-m-l-2--negative {
  margin-left: -2rem !important;
}
.guts-m-l-3--negative {
  margin-left: -3rem !important;
}
.guts-m-l-4--negative {
  margin-left: -4rem !important;
}
.guts-m-l-5--negative {
  margin-left: -5rem !important;
}
.guts-m-l-6--negative {
  margin-left: -6rem !important;
}
.guts-m-l-7--negative {
  margin-left: -7rem !important;
}
.guts-m-l-8--negative {
  margin-left: -8rem !important;
}
.guts-m-l-9--negative {
  margin-left: -9rem !important;
}
.guts-m-l-10--negative {
  margin-left: -10rem !important;
}
.guts-m-l-11--negative {
  margin-left: -11rem !important;
}
.guts-m-l-12--negative {
  margin-left: -12rem !important;
}
.guts-m-l-13--negative {
  margin-left: -13rem !important;
}
.guts-m-l-14--negative {
  margin-left: -14rem !important;
}
.guts-m-l-15--negative {
  margin-left: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-l-auto {
    margin-left: auto !important;
  }
  .m-guts-m-l-quart {
    margin-left: 0.25rem !important;
  }
  .m-guts-m-l-half {
    margin-left: 0.5rem !important;
  }
  .m-guts-m-l-half--negative {
    margin-left: -0.5rem !important;
  }
  .m-guts-m-l-3-quart {
    margin-left: 0.75rem !important;
  }
  .m-guts-m-l-1-half {
    margin-left: 1.5rem !important;
  }
  .m-guts-m-l-2-half {
    margin-left: 2.5rem !important;
  }
  .m-guts-m-l-3-half {
    margin-left: 3.5rem !important;
  }
  .m-guts-m-l-0 {
    margin-left: 0rem !important;
  }
  .m-guts-m-l-1 {
    margin-left: 1rem !important;
  }
  .m-guts-m-l-2 {
    margin-left: 2rem !important;
  }
  .m-guts-m-l-3 {
    margin-left: 3rem !important;
  }
  .m-guts-m-l-4 {
    margin-left: 4rem !important;
  }
  .m-guts-m-l-5 {
    margin-left: 5rem !important;
  }
  .m-guts-m-l-6 {
    margin-left: 6rem !important;
  }
  .m-guts-m-l-7 {
    margin-left: 7rem !important;
  }
  .m-guts-m-l-8 {
    margin-left: 8rem !important;
  }
  .m-guts-m-l-9 {
    margin-left: 9rem !important;
  }
  .m-guts-m-l-10 {
    margin-left: 10rem !important;
  }
  .m-guts-m-l-11 {
    margin-left: 11rem !important;
  }
  .m-guts-m-l-12 {
    margin-left: 12rem !important;
  }
  .m-guts-m-l-13 {
    margin-left: 13rem !important;
  }
  .m-guts-m-l-14 {
    margin-left: 14rem !important;
  }
  .m-guts-m-l-15 {
    margin-left: 15rem !important;
  }
  .m-guts-m-l-0--negative {
    margin-left: 0rem !important;
  }
  .m-guts-m-l-1--negative {
    margin-left: -1rem !important;
  }
  .m-guts-m-l-2--negative {
    margin-left: -2rem !important;
  }
  .m-guts-m-l-3--negative {
    margin-left: -3rem !important;
  }
  .m-guts-m-l-4--negative {
    margin-left: -4rem !important;
  }
  .m-guts-m-l-5--negative {
    margin-left: -5rem !important;
  }
  .m-guts-m-l-6--negative {
    margin-left: -6rem !important;
  }
  .m-guts-m-l-7--negative {
    margin-left: -7rem !important;
  }
  .m-guts-m-l-8--negative {
    margin-left: -8rem !important;
  }
  .m-guts-m-l-9--negative {
    margin-left: -9rem !important;
  }
  .m-guts-m-l-10--negative {
    margin-left: -10rem !important;
  }
  .m-guts-m-l-11--negative {
    margin-left: -11rem !important;
  }
  .m-guts-m-l-12--negative {
    margin-left: -12rem !important;
  }
  .m-guts-m-l-13--negative {
    margin-left: -13rem !important;
  }
  .m-guts-m-l-14--negative {
    margin-left: -14rem !important;
  }
  .m-guts-m-l-15--negative {
    margin-left: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-v-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.guts-m-v-quart {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.guts-m-v-half {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.guts-m-v-3-quart {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.guts-m-v-1-half {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.guts-m-v-1-quart {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.guts-m-v-2-half {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.guts-m-v-3-half {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.guts-m-v-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.guts-m-v-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.guts-m-v-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.guts-m-v-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.guts-m-v-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.guts-m-v-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.guts-m-v-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.guts-m-v-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.guts-m-v-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.guts-m-v-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.guts-m-v-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.guts-m-v-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}
.guts-m-v-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.guts-m-v-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}
.guts-m-v-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.guts-m-v-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.guts-m-v-0--negative {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.guts-m-v-1--negative {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.guts-m-v-2--negative {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.guts-m-v-3--negative {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.guts-m-v-4--negative {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.guts-m-v-5--negative {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.guts-m-v-6--negative {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.guts-m-v-7--negative {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.guts-m-v-8--negative {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.guts-m-v-9--negative {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.guts-m-v-10--negative {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.guts-m-v-11--negative {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}
.guts-m-v-12--negative {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}
.guts-m-v-13--negative {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}
.guts-m-v-14--negative {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}
.guts-m-v-15--negative {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-v-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-guts-m-v-quart {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-guts-m-v-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-guts-m-v-half--negative {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-guts-m-v-3-quart {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-guts-m-v-1-half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-guts-m-v-2-half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-guts-m-v-3-half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-guts-m-v-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .m-guts-m-v-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-guts-m-v-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-guts-m-v-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-guts-m-v-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-guts-m-v-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-guts-m-v-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-guts-m-v-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .m-guts-m-v-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-guts-m-v-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .m-guts-m-v-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-guts-m-v-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .m-guts-m-v-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .m-guts-m-v-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .m-guts-m-v-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .m-guts-m-v-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .m-guts-m-v-0--negative {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .m-guts-m-v-1--negative {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-guts-m-v-2--negative {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .m-guts-m-v-3--negative {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .m-guts-m-v-4--negative {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .m-guts-m-v-5--negative {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .m-guts-m-v-6--negative {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .m-guts-m-v-7--negative {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .m-guts-m-v-8--negative {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .m-guts-m-v-9--negative {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .m-guts-m-v-10--negative {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .m-guts-m-v-11--negative {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .m-guts-m-v-12--negative {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .m-guts-m-v-13--negative {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .m-guts-m-v-14--negative {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .m-guts-m-v-15--negative {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-h-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.guts-m-h-quart {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.guts-m-h-half {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.guts-m-h-3-quart {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.guts-m-h-1-half {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.guts-m-h-1-quart {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.guts-m-h-2-half {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.guts-m-h-3-half {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.guts-m-h-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.guts-m-h-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.guts-m-h-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.guts-m-h-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.guts-m-h-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.guts-m-h-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.guts-m-h-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.guts-m-h-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
.guts-m-h-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}
.guts-m-h-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}
.guts-m-h-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.guts-m-h-11 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}
.guts-m-h-12 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}
.guts-m-h-13 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}
.guts-m-h-14 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}
.guts-m-h-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
.guts-m-h-0--negative {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.guts-m-h-1--negative {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.guts-m-h-2--negative {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}
.guts-m-h-3--negative {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.guts-m-h-4--negative {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}
.guts-m-h-5--negative {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}
.guts-m-h-6--negative {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}
.guts-m-h-7--negative {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}
.guts-m-h-8--negative {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}
.guts-m-h-9--negative {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}
.guts-m-h-10--negative {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}
.guts-m-h-11--negative {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}
.guts-m-h-12--negative {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}
.guts-m-h-13--negative {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}
.guts-m-h-14--negative {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}
.guts-m-h-15--negative {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-h-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .m-guts-m-h-quart {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m-guts-m-h-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m-guts-m-h-half--negative {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .m-guts-m-h-3-quart {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .m-guts-m-h-1-half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m-guts-m-h-2-half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .m-guts-m-h-3-half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .m-guts-m-h-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .m-guts-m-h-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-guts-m-h-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .m-guts-m-h-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-guts-m-h-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .m-guts-m-h-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .m-guts-m-h-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .m-guts-m-h-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .m-guts-m-h-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .m-guts-m-h-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .m-guts-m-h-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .m-guts-m-h-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .m-guts-m-h-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .m-guts-m-h-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .m-guts-m-h-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .m-guts-m-h-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .m-guts-m-h-0--negative {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .m-guts-m-h-1--negative {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .m-guts-m-h-2--negative {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .m-guts-m-h-3--negative {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .m-guts-m-h-4--negative {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .m-guts-m-h-5--negative {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .m-guts-m-h-6--negative {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .m-guts-m-h-7--negative {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .m-guts-m-h-8--negative {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .m-guts-m-h-9--negative {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .m-guts-m-h-10--negative {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .m-guts-m-h-11--negative {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .m-guts-m-h-12--negative {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .m-guts-m-h-13--negative {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .m-guts-m-h-14--negative {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .m-guts-m-h-15--negative {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.guts-m-full-auto {
  margin: auto !important;
}
.guts-m-full-quart {
  margin: 0.25rem !important;
}
.guts-m-full-half {
  margin: 0.5rem !important;
}
.guts-m-full-3-quart {
  margin: 0.75rem !important;
}
.guts-m-full-1-half {
  margin: 1.5rem !important;
}
.guts-m-full-1-quart {
  margin: 1.25rem !important;
}
.guts-m-full-2-half {
  margin: 2.5rem !important;
}
.guts-m-full-3-half {
  margin: 3.5rem !important;
}
.guts-m-full-0 {
  margin: 0rem !important;
}
.guts-m-full-1 {
  margin: 1rem !important;
}
.guts-m-full-2 {
  margin: 2rem !important;
}
.guts-m-full-3 {
  margin: 3rem !important;
}
.guts-m-full-4 {
  margin: 4rem !important;
}
.guts-m-full-5 {
  margin: 5rem !important;
}
.guts-m-full-6 {
  margin: 6rem !important;
}
.guts-m-full-7 {
  margin: 7rem !important;
}
.guts-m-full-8 {
  margin: 8rem !important;
}
.guts-m-full-9 {
  margin: 9rem !important;
}
.guts-m-full-10 {
  margin: 10rem !important;
}
.guts-m-full-11 {
  margin: 11rem !important;
}
.guts-m-full-12 {
  margin: 12rem !important;
}
.guts-m-full-13 {
  margin: 13rem !important;
}
.guts-m-full-14 {
  margin: 14rem !important;
}
.guts-m-full-15 {
  margin: 15rem !important;
}
.guts-m-full-0--negative {
  margin: 0rem !important;
}
.guts-m-full-1--negative {
  margin: -1rem !important;
}
.guts-m-full-2--negative {
  margin: -2rem !important;
}
.guts-m-full-3--negative {
  margin: -3rem !important;
}
.guts-m-full-4--negative {
  margin: -4rem !important;
}
.guts-m-full-5--negative {
  margin: -5rem !important;
}
.guts-m-full-6--negative {
  margin: -6rem !important;
}
.guts-m-full-7--negative {
  margin: -7rem !important;
}
.guts-m-full-8--negative {
  margin: -8rem !important;
}
.guts-m-full-9--negative {
  margin: -9rem !important;
}
.guts-m-full-10--negative {
  margin: -10rem !important;
}
.guts-m-full-11--negative {
  margin: -11rem !important;
}
.guts-m-full-12--negative {
  margin: -12rem !important;
}
.guts-m-full-13--negative {
  margin: -13rem !important;
}
.guts-m-full-14--negative {
  margin: -14rem !important;
}
.guts-m-full-15--negative {
  margin: -15rem !important;
}
@media (max-width: 768px) {
  .m-guts-m-full-auto {
    margin: auto !important;
  }
  .m-guts-m-full-quart {
    margin: 0.25rem !important;
  }
  .m-guts-m-full-half {
    margin: 0.5rem !important;
  }
  .m-guts-m-full-half--negative {
    margin: -0.5rem !important;
  }
  .m-guts-m-full-3-quart {
    margin: 0.75rem !important;
  }
  .m-guts-m-full-1-half {
    margin: 1.5rem !important;
  }
  .m-guts-m-full-2-half {
    margin: 2.5rem !important;
  }
  .m-guts-m-full-3-half {
    margin: 3.5rem !important;
  }
  .m-guts-m-full-0 {
    margin: 0rem !important;
  }
  .m-guts-m-full-1 {
    margin: 1rem !important;
  }
  .m-guts-m-full-2 {
    margin: 2rem !important;
  }
  .m-guts-m-full-3 {
    margin: 3rem !important;
  }
  .m-guts-m-full-4 {
    margin: 4rem !important;
  }
  .m-guts-m-full-5 {
    margin: 5rem !important;
  }
  .m-guts-m-full-6 {
    margin: 6rem !important;
  }
  .m-guts-m-full-7 {
    margin: 7rem !important;
  }
  .m-guts-m-full-8 {
    margin: 8rem !important;
  }
  .m-guts-m-full-9 {
    margin: 9rem !important;
  }
  .m-guts-m-full-10 {
    margin: 10rem !important;
  }
  .m-guts-m-full-11 {
    margin: 11rem !important;
  }
  .m-guts-m-full-12 {
    margin: 12rem !important;
  }
  .m-guts-m-full-13 {
    margin: 13rem !important;
  }
  .m-guts-m-full-14 {
    margin: 14rem !important;
  }
  .m-guts-m-full-15 {
    margin: 15rem !important;
  }
  .m-guts-m-full-0--negative {
    margin: 0rem !important;
  }
  .m-guts-m-full-1--negative {
    margin: -1rem !important;
  }
  .m-guts-m-full-2--negative {
    margin: -2rem !important;
  }
  .m-guts-m-full-3--negative {
    margin: -3rem !important;
  }
  .m-guts-m-full-4--negative {
    margin: -4rem !important;
  }
  .m-guts-m-full-5--negative {
    margin: -5rem !important;
  }
  .m-guts-m-full-6--negative {
    margin: -6rem !important;
  }
  .m-guts-m-full-7--negative {
    margin: -7rem !important;
  }
  .m-guts-m-full-8--negative {
    margin: -8rem !important;
  }
  .m-guts-m-full-9--negative {
    margin: -9rem !important;
  }
  .m-guts-m-full-10--negative {
    margin: -10rem !important;
  }
  .m-guts-m-full-11--negative {
    margin: -11rem !important;
  }
  .m-guts-m-full-12--negative {
    margin: -12rem !important;
  }
  .m-guts-m-full-13--negative {
    margin: -13rem !important;
  }
  .m-guts-m-full-14--negative {
    margin: -14rem !important;
  }
  .m-guts-m-full-15--negative {
    margin: -15rem !important;
  }
  .m-no-guts {
    padding: 0 !important;
    margin: 0 !important;
  }
} /*! Reflex v1.0.9 - https://github.com/leejordan/reflex */
* {
  -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;
}
.grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  width: 99.99999%;
  max-width: 96rem;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none;
}
.grid:before,
.grid:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  max-width: 100%;
}
.grid *:before,
.grid *:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
.grid .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
[class*='grid__col-'] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 1.5rem;
}
.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
_:-ms-fullscreen,
:root .grid__cell {
  width: 100%;
}
.grid__col-12 {
  width: 100%;
  *width: 99.9%;
}
.grid__col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}
.grid__col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}
.grid__col-9 {
  width: 75%;
  *width: 74.9%;
}
.grid__col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}
.grid__col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}
.grid__col-6 {
  width: 50%;
  *width: 49.9%;
}
.grid__col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}
.grid__col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}
.grid__col-3 {
  width: 25%;
  *width: 24.9%;
}
.grid__col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}
.grid__col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}
@media (min-width: 481px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .grid__col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .grid__col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .grid__col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .grid__col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .grid__col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .grid__col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .grid__col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 769px) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .grid__col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .grid__col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .grid__col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .grid__col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .grid__col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .grid__col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .grid__col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .grid__col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1025px) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .grid__col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .grid__col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .grid__col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .grid__col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.grid__col-auto {
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
}
@media (min-width: 481px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
.grid--order-12 {
  order: 12;
}
.grid--order-11 {
  order: 11;
}
.grid--order-10 {
  order: 10;
}
.grid--order-9 {
  order: 9;
}
.grid--order-8 {
  order: 8;
}
.grid--order-7 {
  order: 7;
}
.grid--order-6 {
  order: 6;
}
.grid--order-5 {
  order: 5;
}
.grid--order-4 {
  order: 4;
}
.grid--order-3 {
  order: 3;
}
.grid--order-2 {
  order: 2;
}
.grid--order-1 {
  order: 1;
}
.grid--order-0 {
  order: 0;
}
.grid {
  margin: 0 auto;
}
@media (max-width: 769px) {
  .grid--isMobile-max-width {
    max-width: 480px;
  }
  [class*='grid__col-'] {
    padding: 1rem;
  }
}
.grid--bleed [class*='grid__col-'] {
  padding: 0;
}
.grid--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid--no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.grid--direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid--direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.grid--align-start {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.grid--align-end {
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.grid--align-end [class*='grid__col-'] {
  vertical-align: bottom;
}
.grid--align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid--align-center [class*='grid__col-'] {
  vertical-align: middle;
}
.grid--align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.grid--align-baseline [class*='grid__col-'] {
  vertical-align: baseline;
}
.grid--align-content-start {
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.grid--align-content-end {
  -ms-flex-line-pack: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.grid--align-content-end [class*='grid__col-'] {
  vertical-align: bottom;
}
.grid--align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.grid--align-self-start {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.grid--align-self-end {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}
.grid--align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}
.grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}
.grid--justify-start {
  text-align: left;
  -ms-flex-pack: start;
  text-align-last: start;
  -webkit-justify-content: flex-start;
  text-align-last: start;
  justify-content: flex-start;
}
.grid--justify-end {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid--justify-end .grid__cell,
.grid--justify-end [class*='grid__col-'] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-center {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid--justify-center .grid__cell,
.grid--justify-center [class*='grid__col-'] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-between {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.grid--justify-space-between .grid__cell,
.grid--justify-space-between [class*='grid__col-'] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-around {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.grid--justify-space-around .grid__cell,
.grid--justify-space-around [class*='grid__col-'] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid__col--bleed {
  padding: 0;
}
.grid__cell--padding-sm {
  padding: 0.75rem;
}
.grid__cell--padding-md {
  padding: 1.5rem;
}
.grid__cell--padding-lg {
  padding: 3rem;
}
.grid__cell-img {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.grid__cell-footer {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: auto;
}
html {
  font-size: 12px;
}
html,
body {
  height: 100%;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
.l_max-screen {
  padding-top: 5.5rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media print {
  .l_max-screen {
    padding-top: 0;
  }
}
.l_max-screen--no-header {
  padding-top: 0;
}
.l_header {
  height: 5.5rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: block;
}
@media print {
  .l_header {
    display: none;
  }
}
.l_body-wrap {
  position: relative;
  background-color: #fff;
}
.account-bg .l_body-wrap {
  background-color: transparent;
}
.l_content {
  position: relative;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.l_content .scrollable {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
.mdzr-no-hiddenscroll .modal-open {
  margin-right: 17px;
}
.mdzr-no-hiddenscroll .modal-open .l_header .utility-bar {
  margin-right: 17px;
}
@media (max-width: 768px) {
  .l_content {
    transition: margin 0.3s ease-in;
  }
}
.l_body-wrap {
  z-index: 0;
}
.l_content {
  z-index: 1;
}
.l_feedback {
  z-index: 1;
}
.l_header {
  z-index: 6;
}
@media (max-width: 1024px) {
  .l_w95,
  .l_w90,
  .l_w85,
  .l_w80,
  .l_w75,
  .l_w70,
  .l_w65,
  .l_w60,
  .l_w55,
  .l_w50,
  .l_w45,
  .l_w40,
  .l_w35,
  .l_w30,
  .l_w25,
  .l_w20,
  .l_w15,
  .l_w10,
  .l_w5 {
    width: auto !important;
  }
}
.l_w5 {
  width: 5%;
}
@media (max-width: 1024px) {
  .m-l_w5 {
    width: 5% !important;
  }
}
.l_w10 {
  width: 10%;
}
@media (max-width: 1024px) {
  .m-l_w10 {
    width: 10% !important;
  }
}
.l_w15 {
  width: 15%;
}
@media (max-width: 1024px) {
  .m-l_w15 {
    width: 15% !important;
  }
}
.l_w20 {
  width: 20%;
}
@media (max-width: 1024px) {
  .m-l_w20 {
    width: 20% !important;
  }
}
.l_w25 {
  width: 25%;
}
@media (max-width: 1024px) {
  .m-l_w25 {
    width: 25% !important;
  }
}
.l_w30 {
  width: 30%;
}
@media (max-width: 1024px) {
  .m-l_w30 {
    width: 30% !important;
  }
}
.l_w35 {
  width: 35%;
}
@media (max-width: 1024px) {
  .m-l_w35 {
    width: 35% !important;
  }
}
.l_w40 {
  width: 40%;
}
@media (max-width: 1024px) {
  .m-l_w40 {
    width: 40% !important;
  }
}
.l_w45 {
  width: 45%;
}
@media (max-width: 1024px) {
  .m-l_w45 {
    width: 45% !important;
  }
}
.l_w50 {
  width: 50%;
}
@media (max-width: 1024px) {
  .m-l_w50 {
    width: 50% !important;
  }
}
.l_w55 {
  width: 55%;
}
@media (max-width: 1024px) {
  .m-l_w55 {
    width: 55% !important;
  }
}
.l_w60 {
  width: 60%;
}
@media (max-width: 1024px) {
  .m-l_w60 {
    width: 60% !important;
  }
}
.l_w65 {
  width: 65%;
}
@media (max-width: 1024px) {
  .m-l_w65 {
    width: 65% !important;
  }
}
.l_w70 {
  width: 70%;
}
@media (max-width: 1024px) {
  .m-l_w70 {
    width: 70% !important;
  }
}
.l_w75 {
  width: 75%;
}
@media (max-width: 1024px) {
  .m-l_w75 {
    width: 75% !important;
  }
}
.l_w80 {
  width: 80%;
}
@media (max-width: 1024px) {
  .m-l_w80 {
    width: 80% !important;
  }
}
.l_w85 {
  width: 85%;
}
@media (max-width: 1024px) {
  .m-l_w85 {
    width: 85% !important;
  }
}
.l_w90 {
  width: 90%;
}
@media (max-width: 1024px) {
  .m-l_w90 {
    width: 90% !important;
  }
}
.l_w95 {
  width: 95%;
}
@media (max-width: 1024px) {
  .m-l_w95 {
    width: 95% !important;
  }
}
.l_w-min {
  width: 1%;
}
.l_flex {
  display: flex;
}
@media (max-width: 768px) {
  .l_flex {
    display: block;
  }
  .l_flex.m-l_flex {
    display: flex;
  }
}
.l_flex.l_flex-wrap {
  flex-wrap: wrap;
  flex-direction: row;
}
.l_flex.l_flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
@media (max-width: 768px) {
  .l_flex.l_flex-wrap {
    display: flex;
  }
}
.l_flex.l_flex-middle {
  align-items: center;
}
.l_flex__ellipsis-wrapper {
  min-width: 0;
}
.l_flex--align-right {
  margin-left: auto;
  display: flex;
  flex-flow: row-reverse;
}
@media (max-width: 768px) {
  .l_flex--align-right--no-mobile {
    margin-left: 0;
    flex-flow: row;
  }
}
.l_flex--inline {
  display: inline-flex;
}
.l_flex-col-1 {
  order: 1;
}
.l_flex-col-2 {
  order: 2;
}
.l_flex-col-3 {
  order: 3;
}
.l_flex-col-4 {
  order: 4;
}
@media (max-width: 1024px) {
  .t-l_flex-col-1 {
    order: 1;
  }
  .t-l_flex-col-2 {
    order: 2;
  }
  .t-l_flex-col-3 {
    order: 3;
  }
  .t-l_flex-col-4 {
    order: 4;
  }
}
@media (max-width: 768px) {
  .m-l_flex-col-1 {
    order: 1;
  }
  .m-l_flex-col-2 {
    order: 2;
  }
  .m-l_flex-col-3 {
    order: 3;
  }
  .m-l_flex-col-4 {
    order: 4;
  }
}
.l_flex-shrink {
  flex-shrink: 0;
}
.l_flex-grow {
  flex-grow: 1;
  -ms-flex: 1 1 0%;
}
.l_flex-grow-vertical {
  flex-grow: 1;
}
.l_flex-one {
  flex: 1 1 0%;
}
.l_flex-full {
  flex: 0 0 100%;
}
.l_flex-column {
  flex-direction: column;
}
.l_flex-row {
  flex-direction: row;
}
.l_flex-center-children {
  align-items: center;
}
.l_flex-center {
  align-self: center;
}
.l_flex-bottom {
  align-self: flex-end;
}
.l_flex-bottom-children {
  align-items: flex-end;
}
.l_flex-top-children {
  align-items: flex-start;
}
.l_flex-top {
  align-self: flex-start;
}
.l_flex-stretch-children {
  align-items: stretch;
}
.l_flex-justify {
  justify-content: space-between;
}
.l_flex-justify-right {
  justify-content: flex-end;
}
.l_flex-justify-left {
  justify-content: flex-start;
}
.l_flex-justify-center {
  justify-content: center;
}
@media (max-width: 768px) {
  .m-l_flex-justify-right {
    justify-content: flex-end;
  }
  .m-l_flex-justify-left {
    justify-content: flex-start;
  }
  .m-l_flex-justify-center {
    justify-content: center;
  }
  .m-l_flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .m-l_flex-shrink {
    flex-shrink: 0;
  }
  .m-l_flex-grow {
    flex-grow: 1;
    -ms-flex: 1 1 0%;
  }
  .m-l_flex-grow-vertical {
    flex-grow: 1;
  }
}
.l_flexbar {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l_flexbar.m-l_flexbar-col {
    flex-direction: column;
  }
  .l_flexbar.m-l_flexbar-block {
    display: block;
  }
}
.l_flex-none {
  flex: none !important;
}
@media (max-width: 768px) {
  .drawer {
    width: 100%;
    margin-top: 5.5rem;
  }
  .drawer-right {
    position: fixed;
    padding-bottom: 0;
    top: 0;
    bottom: 0;
    right: -100%;
    height: calc(100vh - 5.5rem);
    overflow-y: auto;
    transition: right 0.3s ease-in;
    z-index: 2;
  }
  .drawer-right ~ .l_main-panel {
    z-index: 0;
  }
  .drawer-isopen-right {
    margin-left: -100%;
  }
  .drawer-isopen-right .drawer-right {
    right: 0;
  }
  .l_header.l_el-header .action-items {
    top: 0.5em;
    right: 0.5em;
  }
}
.scrollX {
  overflow: scroll;
}
.twocol {
  column-count: 2;
}
.threecol {
  column-count: 3;
  column-gap: 0.5rem;
}
.fourcol {
  column-count: 4;
  column-gap: 0.5rem;
}
.color-blue {
  color: #0062e3 !important;
}
.hover-color-blue:hover,
.hover-color-blue:focus {
  color: #0062e3 !important;
}
.bg-color-blue {
  background-color: #0062e3 !important;
}
.hover-bg-color-blue:hover,
.hover-bg-color-blue:focus {
  background-color: #0062e3 !important;
}
.color-blue-light {
  color: #cce0f9 !important;
}
.hover-color-blue-light:hover,
.hover-color-blue-light:focus {
  color: #cce0f9 !important;
}
.bg-color-blue-light {
  background-color: #cce0f9 !important;
}
.hover-bg-color-blue-light:hover,
.hover-bg-color-blue-light:focus {
  background-color: #cce0f9 !important;
}
.color-blue-dark {
  color: #0046b0 !important;
}
.hover-color-blue-dark:hover,
.hover-color-blue-dark:focus {
  color: #0046b0 !important;
}
.bg-color-blue-dark {
  background-color: #0046b0 !important;
}
.hover-bg-color-blue-dark:hover,
.hover-bg-color-blue-dark:focus {
  background-color: #0046b0 !important;
}
.color-blue_a08 {
  color: rgba(0, 98, 227, 0.08) !important;
}
.hover-color-blue_a08:hover,
.hover-color-blue_a08:focus {
  color: rgba(0, 98, 227, 0.08) !important;
}
.bg-color-blue_a08 {
  background-color: rgba(0, 98, 227, 0.08) !important;
}
.hover-bg-color-blue_a08:hover,
.hover-bg-color-blue_a08:focus {
  background-color: rgba(0, 98, 227, 0.08) !important;
}
.color-blue_a50 {
  color: rgba(0, 98, 227, 0.5) !important;
}
.hover-color-blue_a50:hover,
.hover-color-blue_a50:focus {
  color: rgba(0, 98, 227, 0.5) !important;
}
.bg-color-blue_a50 {
  background-color: rgba(0, 98, 227, 0.5) !important;
}
.hover-bg-color-blue_a50:hover,
.hover-bg-color-blue_a50:focus {
  background-color: rgba(0, 98, 227, 0.5) !important;
}
.color-blue_a80 {
  color: rgba(0, 98, 227, 0.8) !important;
}
.hover-color-blue_a80:hover,
.hover-color-blue_a80:focus {
  color: rgba(0, 98, 227, 0.8) !important;
}
.bg-color-blue_a80 {
  background-color: rgba(0, 98, 227, 0.8) !important;
}
.hover-bg-color-blue_a80:hover,
.hover-bg-color-blue_a80:focus {
  background-color: rgba(0, 98, 227, 0.8) !important;
}
.color-success {
  color: #00a866 !important;
}
.hover-color-success:hover,
.hover-color-success:focus {
  color: #00a866 !important;
}
.bg-color-success {
  background-color: #00a866 !important;
}
.hover-bg-color-success:hover,
.hover-bg-color-success:focus {
  background-color: #00a866 !important;
}
.color-success-light {
  color: #cceee0 !important;
}
.hover-color-success-light:hover,
.hover-color-success-light:focus {
  color: #cceee0 !important;
}
.bg-color-success-light {
  background-color: #cceee0 !important;
}
.hover-bg-color-success-light:hover,
.hover-bg-color-success-light:focus {
  background-color: #cceee0 !important;
}
.color-success-dark {
  color: #007547 !important;
}
.hover-color-success-dark:hover,
.hover-color-success-dark:focus {
  color: #007547 !important;
}
.bg-color-success-dark {
  background-color: #007547 !important;
}
.hover-bg-color-success-dark:hover,
.hover-bg-color-success-dark:focus {
  background-color: #007547 !important;
}
.color-increase {
  color: #00a866 !important;
}
.hover-color-increase:hover,
.hover-color-increase:focus {
  color: #00a866 !important;
}
.bg-color-increase {
  background-color: #00a866 !important;
}
.hover-bg-color-increase:hover,
.hover-bg-color-increase:focus {
  background-color: #00a866 !important;
}
.color-increase-light {
  color: #cceee0 !important;
}
.hover-color-increase-light:hover,
.hover-color-increase-light:focus {
  color: #cceee0 !important;
}
.bg-color-increase-light {
  background-color: #cceee0 !important;
}
.hover-bg-color-increase-light:hover,
.hover-bg-color-increase-light:focus {
  background-color: #cceee0 !important;
}
.color-increase-dark {
  color: #007547 !important;
}
.hover-color-increase-dark:hover,
.hover-color-increase-dark:focus {
  color: #007547 !important;
}
.bg-color-increase-dark {
  background-color: #007547 !important;
}
.hover-bg-color-increase-dark:hover,
.hover-bg-color-increase-dark:focus {
  background-color: #007547 !important;
}
.color-warning {
  color: #f0b400 !important;
}
.hover-color-warning:hover,
.hover-color-warning:focus {
  color: #f0b400 !important;
}
.bg-color-warning {
  background-color: #f0b400 !important;
}
.hover-bg-color-warning:hover,
.hover-bg-color-warning:focus {
  background-color: #f0b400 !important;
}
.color-warning-light {
  color: #fcf0cc !important;
}
.hover-color-warning-light:hover,
.hover-color-warning-light:focus {
  color: #fcf0cc !important;
}
.bg-color-warning-light {
  background-color: #fcf0cc !important;
}
.hover-bg-color-warning-light:hover,
.hover-bg-color-warning-light:focus {
  background-color: #fcf0cc !important;
}
.color-warning-dark {
  color: #916600 !important;
}
.hover-color-warning-dark:hover,
.hover-color-warning-dark:focus {
  color: #916600 !important;
}
.bg-color-warning-dark {
  background-color: #916600 !important;
}
.hover-bg-color-warning-dark:hover,
.hover-bg-color-warning-dark:focus {
  background-color: #916600 !important;
}
.color-static {
  color: #f0b400 !important;
}
.hover-color-static:hover,
.hover-color-static:focus {
  color: #f0b400 !important;
}
.bg-color-static {
  background-color: #f0b400 !important;
}
.hover-bg-color-static:hover,
.hover-bg-color-static:focus {
  background-color: #f0b400 !important;
}
.color-static-light {
  color: #fcf0cc !important;
}
.hover-color-static-light:hover,
.hover-color-static-light:focus {
  color: #fcf0cc !important;
}
.bg-color-static-light {
  background-color: #fcf0cc !important;
}
.hover-bg-color-static-light:hover,
.hover-bg-color-static-light:focus {
  background-color: #fcf0cc !important;
}
.color-static-dark {
  color: #916600 !important;
}
.hover-color-static-dark:hover,
.hover-color-static-dark:focus {
  color: #916600 !important;
}
.bg-color-static-dark {
  background-color: #916600 !important;
}
.hover-bg-color-static-dark:hover,
.hover-bg-color-static-dark:focus {
  background-color: #916600 !important;
}
.color-pending {
  color: #f0b400 !important;
}
.hover-color-pending:hover,
.hover-color-pending:focus {
  color: #f0b400 !important;
}
.bg-color-pending {
  background-color: #f0b400 !important;
}
.hover-bg-color-pending:hover,
.hover-bg-color-pending:focus {
  background-color: #f0b400 !important;
}
.color-pending-light {
  color: #fcf0cc !important;
}
.hover-color-pending-light:hover,
.hover-color-pending-light:focus {
  color: #fcf0cc !important;
}
.bg-color-pending-light {
  background-color: #fcf0cc !important;
}
.hover-bg-color-pending-light:hover,
.hover-bg-color-pending-light:focus {
  background-color: #fcf0cc !important;
}
.color-pending-dark {
  color: #916600 !important;
}
.hover-color-pending-dark:hover,
.hover-color-pending-dark:focus {
  color: #916600 !important;
}
.bg-color-pending-dark {
  background-color: #916600 !important;
}
.hover-bg-color-pending-dark:hover,
.hover-bg-color-pending-dark:focus {
  background-color: #916600 !important;
}
.color-error {
  color: #de0546 !important;
}
.hover-color-error:hover,
.hover-color-error:focus {
  color: #de0546 !important;
}
.bg-color-error {
  background-color: #de0546 !important;
}
.hover-bg-color-error:hover,
.hover-bg-color-error:focus {
  background-color: #de0546 !important;
}
.color-error-light {
  color: #f8cdda !important;
}
.hover-color-error-light:hover,
.hover-color-error-light:focus {
  color: #f8cdda !important;
}
.bg-color-error-light {
  background-color: #f8cdda !important;
}
.hover-bg-color-error-light:hover,
.hover-bg-color-error-light:focus {
  background-color: #f8cdda !important;
}
.color-error-dark {
  color: #ab0341 !important;
}
.hover-color-error-dark:hover,
.hover-color-error-dark:focus {
  color: #ab0341 !important;
}
.bg-color-error-dark {
  background-color: #ab0341 !important;
}
.hover-bg-color-error-dark:hover,
.hover-bg-color-error-dark:focus {
  background-color: #ab0341 !important;
}
.color-decrease {
  color: #de0546 !important;
}
.hover-color-decrease:hover,
.hover-color-decrease:focus {
  color: #de0546 !important;
}
.bg-color-decrease {
  background-color: #de0546 !important;
}
.hover-bg-color-decrease:hover,
.hover-bg-color-decrease:focus {
  background-color: #de0546 !important;
}
.color-decrease-light {
  color: #f8cdda !important;
}
.hover-color-decrease-light:hover,
.hover-color-decrease-light:focus {
  color: #f8cdda !important;
}
.bg-color-decrease-light {
  background-color: #f8cdda !important;
}
.hover-bg-color-decrease-light:hover,
.hover-bg-color-decrease-light:focus {
  background-color: #f8cdda !important;
}
.color-decrease-dark {
  color: #ab0341 !important;
}
.hover-color-decrease-dark:hover,
.hover-color-decrease-dark:focus {
  color: #ab0341 !important;
}
.bg-color-decrease-dark {
  background-color: #ab0341 !important;
}
.hover-bg-color-decrease-dark:hover,
.hover-bg-color-decrease-dark:focus {
  background-color: #ab0341 !important;
}
.color-destructive {
  color: #de0546 !important;
}
.hover-color-destructive:hover,
.hover-color-destructive:focus {
  color: #de0546 !important;
}
.bg-color-destructive {
  background-color: #de0546 !important;
}
.hover-bg-color-destructive:hover,
.hover-bg-color-destructive:focus {
  background-color: #de0546 !important;
}
.color-destructive-light {
  color: #f8cdda !important;
}
.hover-color-destructive-light:hover,
.hover-color-destructive-light:focus {
  color: #f8cdda !important;
}
.bg-color-destructive-light {
  background-color: #f8cdda !important;
}
.hover-bg-color-destructive-light:hover,
.hover-bg-color-destructive-light:focus {
  background-color: #f8cdda !important;
}
.color-destructive-dark {
  color: #ab0341 !important;
}
.hover-color-destructive-dark:hover,
.hover-color-destructive-dark:focus {
  color: #ab0341 !important;
}
.bg-color-destructive-dark {
  background-color: #ab0341 !important;
}
.hover-bg-color-destructive-dark:hover,
.hover-bg-color-destructive-dark:focus {
  background-color: #ab0341 !important;
}
.color-notify {
  color: #de0546 !important;
}
.hover-color-notify:hover,
.hover-color-notify:focus {
  color: #de0546 !important;
}
.bg-color-notify {
  background-color: #de0546 !important;
}
.hover-bg-color-notify:hover,
.hover-bg-color-notify:focus {
  background-color: #de0546 !important;
}
.color-notify-light {
  color: #f8cdda !important;
}
.hover-color-notify-light:hover,
.hover-color-notify-light:focus {
  color: #f8cdda !important;
}
.bg-color-notify-light {
  background-color: #f8cdda !important;
}
.hover-bg-color-notify-light:hover,
.hover-bg-color-notify-light:focus {
  background-color: #f8cdda !important;
}
.color-notify-dark {
  color: #ab0341 !important;
}
.hover-color-notify-dark:hover,
.hover-color-notify-dark:focus {
  color: #ab0341 !important;
}
.bg-color-notify-dark {
  background-color: #ab0341 !important;
}
.hover-bg-color-notify-dark:hover,
.hover-bg-color-notify-dark:focus {
  background-color: #ab0341 !important;
}
.color-ebony {
  color: #0f1f2c !important;
}
.hover-color-ebony:hover,
.hover-color-ebony:focus {
  color: #0f1f2c !important;
}
.bg-color-ebony {
  background-color: #0f1f2c !important;
}
.hover-bg-color-ebony:hover,
.hover-bg-color-ebony:focus {
  background-color: #0f1f2c !important;
}
.color-public_gray {
  color: #4b5761 !important;
}
.hover-color-public_gray:hover,
.hover-color-public_gray:focus {
  color: #4b5761 !important;
}
.bg-color-public_gray {
  background-color: #4b5761 !important;
}
.hover-bg-color-public_gray:hover,
.hover-bg-color-public_gray:focus {
  background-color: #4b5761 !important;
}
.color-public_gray_a {
  color: rgba(15, 31, 44, 0.75) !important;
}
.hover-color-public_gray_a:hover,
.hover-color-public_gray_a:focus {
  color: rgba(15, 31, 44, 0.75) !important;
}
.bg-color-public_gray_a {
  background-color: rgba(15, 31, 44, 0.75) !important;
}
.hover-bg-color-public_gray_a:hover,
.hover-bg-color-public_gray_a:focus {
  background-color: rgba(15, 31, 44, 0.75) !important;
}
.color-shuttle {
  color: #6d767e !important;
}
.hover-color-shuttle:hover,
.hover-color-shuttle:focus {
  color: #6d767e !important;
}
.bg-color-shuttle {
  background-color: #6d767e !important;
}
.hover-bg-color-shuttle:hover,
.hover-bg-color-shuttle:focus {
  background-color: #6d767e !important;
}
.color-shuttle_a {
  color: rgba(15, 31, 44, 0.61) !important;
}
.hover-color-shuttle_a:hover,
.hover-color-shuttle_a:focus {
  color: rgba(15, 31, 44, 0.61) !important;
}
.bg-color-shuttle_a {
  background-color: rgba(15, 31, 44, 0.61) !important;
}
.hover-bg-color-shuttle_a:hover,
.hover-bg-color-shuttle_a:focus {
  background-color: rgba(15, 31, 44, 0.61) !important;
}
.color-submarine {
  color: #939aa0 !important;
}
.hover-color-submarine:hover,
.hover-color-submarine:focus {
  color: #939aa0 !important;
}
.bg-color-submarine {
  background-color: #939aa0 !important;
}
.hover-bg-color-submarine:hover,
.hover-bg-color-submarine:focus {
  background-color: #939aa0 !important;
}
.color-submarine_a {
  color: rgba(15, 31, 44, 0.45) !important;
}
.hover-color-submarine_a:hover,
.hover-color-submarine_a:focus {
  color: rgba(15, 31, 44, 0.45) !important;
}
.bg-color-submarine_a {
  background-color: rgba(15, 31, 44, 0.45) !important;
}
.hover-bg-color-submarine_a:hover,
.hover-bg-color-submarine_a:focus {
  background-color: rgba(15, 31, 44, 0.45) !important;
}
.color-shadow {
  color: #c3c7ca !important;
}
.hover-color-shadow:hover,
.hover-color-shadow:focus {
  color: #c3c7ca !important;
}
.bg-color-shadow {
  background-color: #c3c7ca !important;
}
.hover-bg-color-shadow:hover,
.hover-bg-color-shadow:focus {
  background-color: #c3c7ca !important;
}
.color-shadow_a {
  color: rgba(15, 31, 44, 0.25) !important;
}
.hover-color-shadow_a:hover,
.hover-color-shadow_a:focus {
  color: rgba(15, 31, 44, 0.25) !important;
}
.bg-color-shadow_a {
  background-color: rgba(15, 31, 44, 0.25) !important;
}
.hover-bg-color-shadow_a:hover,
.hover-bg-color-shadow_a:focus {
  background-color: rgba(15, 31, 44, 0.25) !important;
}
.color-shadow-light {
  color: #cfd2d5 !important;
}
.hover-color-shadow-light:hover,
.hover-color-shadow-light:focus {
  color: #cfd2d5 !important;
}
.bg-color-shadow-light {
  background-color: #cfd2d5 !important;
}
.hover-bg-color-shadow-light:hover,
.hover-bg-color-shadow-light:focus {
  background-color: #cfd2d5 !important;
}
.color-shadow-light_a {
  color: rgba(15, 31, 44, 0.2) !important;
}
.hover-color-shadow-light_a:hover,
.hover-color-shadow-light_a:focus {
  color: rgba(15, 31, 44, 0.2) !important;
}
.bg-color-shadow-light_a {
  background-color: rgba(15, 31, 44, 0.2) !important;
}
.hover-bg-color-shadow-light_a:hover,
.hover-bg-color-shadow-light_a:focus {
  background-color: rgba(15, 31, 44, 0.2) !important;
}
.color-geyser {
  color: #d4d7d9 !important;
}
.hover-color-geyser:hover,
.hover-color-geyser:focus {
  color: #d4d7d9 !important;
}
.bg-color-geyser {
  background-color: #d4d7d9 !important;
}
.hover-bg-color-geyser:hover,
.hover-bg-color-geyser:focus {
  background-color: #d4d7d9 !important;
}
.color-geyser_a {
  color: rgba(15, 31, 44, 0.18) !important;
}
.hover-color-geyser_a:hover,
.hover-color-geyser_a:focus {
  color: rgba(15, 31, 44, 0.18) !important;
}
.bg-color-geyser_a {
  background-color: rgba(15, 31, 44, 0.18) !important;
}
.hover-bg-color-geyser_a:hover,
.hover-bg-color-geyser_a:focus {
  background-color: rgba(15, 31, 44, 0.18) !important;
}
.color-silver {
  color: #ecedee !important;
}
.hover-color-silver:hover,
.hover-color-silver:focus {
  color: #ecedee !important;
}
.bg-color-silver {
  background-color: #ecedee !important;
}
.hover-bg-color-silver:hover,
.hover-bg-color-silver:focus {
  background-color: #ecedee !important;
}
.color-silver_a {
  color: rgba(15, 31, 44, 0.08) !important;
}
.hover-color-silver_a:hover,
.hover-color-silver_a:focus {
  color: rgba(15, 31, 44, 0.08) !important;
}
.bg-color-silver_a {
  background-color: rgba(15, 31, 44, 0.08) !important;
}
.hover-bg-color-silver_a:hover,
.hover-bg-color-silver_a:focus {
  background-color: rgba(15, 31, 44, 0.08) !important;
}
.color-haze {
  color: #f8f8f9 !important;
}
.hover-color-haze:hover,
.hover-color-haze:focus {
  color: #f8f8f9 !important;
}
.bg-color-haze {
  background-color: #f8f8f9 !important;
}
.hover-bg-color-haze:hover,
.hover-bg-color-haze:focus {
  background-color: #f8f8f9 !important;
}
.color-haze_a {
  color: rgba(15, 31, 44, 0.03) !important;
}
.hover-color-haze_a:hover,
.hover-color-haze_a:focus {
  color: rgba(15, 31, 44, 0.03) !important;
}
.bg-color-haze_a {
  background-color: rgba(15, 31, 44, 0.03) !important;
}
.hover-bg-color-haze_a:hover,
.hover-bg-color-haze_a:focus {
  background-color: rgba(15, 31, 44, 0.03) !important;
}
.color-ebony-a03 {
  color: #f7f8f8 !important;
}
.hover-color-ebony-a03:hover,
.hover-color-ebony-a03:focus {
  color: #f7f8f8 !important;
}
.bg-color-ebony-a03 {
  background-color: #f7f8f8 !important;
}
.hover-bg-color-ebony-a03:hover,
.hover-bg-color-ebony-a03:focus {
  background-color: #f7f8f8 !important;
}
.color-white {
  color: #fff !important;
}
.hover-color-white:hover,
.hover-color-white:focus {
  color: #fff !important;
}
.bg-color-white {
  background-color: #fff !important;
}
.hover-bg-color-white:hover,
.hover-bg-color-white:focus {
  background-color: #fff !important;
}
.color-white_a90 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.hover-color-white_a90:hover,
.hover-color-white_a90:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
.bg-color-white_a90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.hover-bg-color-white_a90:hover,
.hover-bg-color-white_a90:focus {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.color-white_a80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.hover-color-white_a80:hover,
.hover-color-white_a80:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}
.bg-color-white_a80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.hover-bg-color-white_a80:hover,
.hover-bg-color-white_a80:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.color-white_a75 {
  color: rgba(255, 255, 255, 0.75) !important;
}
.hover-color-white_a75:hover,
.hover-color-white_a75:focus {
  color: rgba(255, 255, 255, 0.75) !important;
}
.bg-color-white_a75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.hover-bg-color-white_a75:hover,
.hover-bg-color-white_a75:focus {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.color-white_a50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hover-color-white_a50:hover,
.hover-color-white_a50:focus {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bg-color-white_a50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.hover-bg-color-white_a50:hover,
.hover-bg-color-white_a50:focus {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.color-white_a20 {
  color: rgba(255, 255, 255, 0.2) !important;
}
.hover-color-white_a20:hover,
.hover-color-white_a20:focus {
  color: rgba(255, 255, 255, 0.2) !important;
}
.bg-color-white_a20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.hover-bg-color-white_a20:hover,
.hover-bg-color-white_a20:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.color-coral {
  color: #f54e31 !important;
}
.hover-color-coral:hover,
.hover-color-coral:focus {
  color: #f54e31 !important;
}
.bg-color-coral {
  background-color: #f54e31 !important;
}
.hover-bg-color-coral:hover,
.hover-bg-color-coral:focus {
  background-color: #f54e31 !important;
}
.color-coral-light {
  color: #fddcd6 !important;
}
.hover-color-coral-light:hover,
.hover-color-coral-light:focus {
  color: #fddcd6 !important;
}
.bg-color-coral-light {
  background-color: #fddcd6 !important;
}
.hover-bg-color-coral-light:hover,
.hover-bg-color-coral-light:focus {
  background-color: #fddcd6 !important;
}
.color-coral-medium {
  color: #f6a294 !important;
}
.hover-color-coral-medium:hover,
.hover-color-coral-medium:focus {
  color: #f6a294 !important;
}
.bg-color-coral-medium {
  background-color: #f6a294 !important;
}
.hover-bg-color-coral-medium:hover,
.hover-bg-color-coral-medium:focus {
  background-color: #f6a294 !important;
}
.color-coral-dark {
  color: #c2341b !important;
}
.hover-color-coral-dark:hover,
.hover-color-coral-dark:focus {
  color: #c2341b !important;
}
.bg-color-coral-dark {
  background-color: #c2341b !important;
}
.hover-bg-color-coral-dark:hover,
.hover-bg-color-coral-dark:focus {
  background-color: #c2341b !important;
}
.color-forest {
  color: #3da807 !important;
}
.hover-color-forest:hover,
.hover-color-forest:focus {
  color: #3da807 !important;
}
.bg-color-forest {
  background-color: #3da807 !important;
}
.hover-bg-color-forest:hover,
.hover-bg-color-forest:focus {
  background-color: #3da807 !important;
}
.color-forest-light {
  color: #d8eecd !important;
}
.hover-color-forest-light:hover,
.hover-color-forest-light:focus {
  color: #d8eecd !important;
}
.bg-color-forest-light {
  background-color: #d8eecd !important;
}
.hover-bg-color-forest-light:hover,
.hover-bg-color-forest-light:focus {
  background-color: #d8eecd !important;
}
.color-forest-medium {
  color: #99cf7e !important;
}
.hover-color-forest-medium:hover,
.hover-color-forest-medium:focus {
  color: #99cf7e !important;
}
.bg-color-forest-medium {
  background-color: #99cf7e !important;
}
.hover-bg-color-forest-medium:hover,
.hover-bg-color-forest-medium:focus {
  background-color: #99cf7e !important;
}
.color-forest-dark {
  color: #297504 !important;
}
.hover-color-forest-dark:hover,
.hover-color-forest-dark:focus {
  color: #297504 !important;
}
.bg-color-forest-dark {
  background-color: #297504 !important;
}
.hover-bg-color-forest-dark:hover,
.hover-bg-color-forest-dark:focus {
  background-color: #297504 !important;
}
.color-fuchsia {
  color: #b844bd !important;
}
.hover-color-fuchsia:hover,
.hover-color-fuchsia:focus {
  color: #b844bd !important;
}
.bg-color-fuchsia {
  background-color: #b844bd !important;
}
.hover-bg-color-fuchsia:hover,
.hover-bg-color-fuchsia:focus {
  background-color: #b844bd !important;
}
.color-fuchsia-light {
  color: #f1d7f2 !important;
}
.hover-color-fuchsia-light:hover,
.hover-color-fuchsia-light:focus {
  color: #f1d7f2 !important;
}
.bg-color-fuchsia-light {
  background-color: #f1d7f2 !important;
}
.hover-bg-color-fuchsia-light:hover,
.hover-bg-color-fuchsia-light:focus {
  background-color: #f1d7f2 !important;
}
.color-fuchsia-medium {
  color: #d79dd9 !important;
}
.hover-color-fuchsia-medium:hover,
.hover-color-fuchsia-medium:focus {
  color: #d79dd9 !important;
}
.bg-color-fuchsia-medium {
  background-color: #d79dd9 !important;
}
.hover-bg-color-fuchsia-medium:hover,
.hover-bg-color-fuchsia-medium:focus {
  background-color: #d79dd9 !important;
}
.color-fuchsia-dark {
  color: #85128a !important;
}
.hover-color-fuchsia-dark:hover,
.hover-color-fuchsia-dark:focus {
  color: #85128a !important;
}
.bg-color-fuchsia-dark {
  background-color: #85128a !important;
}
.hover-bg-color-fuchsia-dark:hover,
.hover-bg-color-fuchsia-dark:focus {
  background-color: #85128a !important;
}
.color-ocean {
  color: #00a6a6 !important;
}
.hover-color-ocean:hover,
.hover-color-ocean:focus {
  color: #00a6a6 !important;
}
.bg-color-ocean {
  background-color: #00a6a6 !important;
}
.hover-bg-color-ocean:hover,
.hover-bg-color-ocean:focus {
  background-color: #00a6a6 !important;
}
.color-ocean-light {
  color: #cceded !important;
}
.hover-color-ocean-light:hover,
.hover-color-ocean-light:focus {
  color: #cceded !important;
}
.bg-color-ocean-light {
  background-color: #cceded !important;
}
.hover-bg-color-ocean-light:hover,
.hover-bg-color-ocean-light:focus {
  background-color: #cceded !important;
}
.color-ocean-medium {
  color: #7bcece !important;
}
.hover-color-ocean-medium:hover,
.hover-color-ocean-medium:focus {
  color: #7bcece !important;
}
.bg-color-ocean-medium {
  background-color: #7bcece !important;
}
.hover-bg-color-ocean-medium:hover,
.hover-bg-color-ocean-medium:focus {
  background-color: #7bcece !important;
}
.color-ocean-dark {
  color: #007373 !important;
}
.hover-color-ocean-dark:hover,
.hover-color-ocean-dark:focus {
  color: #007373 !important;
}
.bg-color-ocean-dark {
  background-color: #007373 !important;
}
.hover-bg-color-ocean-dark:hover,
.hover-bg-color-ocean-dark:focus {
  background-color: #007373 !important;
}
.color-orange {
  color: #e87400 !important;
}
.hover-color-orange:hover,
.hover-color-orange:focus {
  color: #e87400 !important;
}
.bg-color-orange {
  background-color: #e87400 !important;
}
.hover-bg-color-orange:hover,
.hover-bg-color-orange:focus {
  background-color: #e87400 !important;
}
.color-orange-light {
  color: #fae3cc !important;
}
.hover-color-orange-light:hover,
.hover-color-orange-light:focus {
  color: #fae3cc !important;
}
.bg-color-orange-light {
  background-color: #fae3cc !important;
}
.hover-bg-color-orange-light:hover,
.hover-bg-color-orange-light:focus {
  background-color: #fae3cc !important;
}
.color-orange-medium {
  color: #efb57b !important;
}
.hover-color-orange-medium:hover,
.hover-color-orange-medium:focus {
  color: #efb57b !important;
}
.bg-color-orange-medium {
  background-color: #efb57b !important;
}
.hover-bg-color-orange-medium:hover,
.hover-bg-color-orange-medium:focus {
  background-color: #efb57b !important;
}
.color-orange-dark {
  color: #b54e00 !important;
}
.hover-color-orange-dark:hover,
.hover-color-orange-dark:focus {
  color: #b54e00 !important;
}
.bg-color-orange-dark {
  background-color: #b54e00 !important;
}
.hover-bg-color-orange-dark:hover,
.hover-bg-color-orange-dark:focus {
  background-color: #b54e00 !important;
}
.color-pink {
  color: #eb3d7d !important;
}
.hover-color-pink:hover,
.hover-color-pink:focus {
  color: #eb3d7d !important;
}
.bg-color-pink {
  background-color: #eb3d7d !important;
}
.hover-bg-color-pink:hover,
.hover-bg-color-pink:focus {
  background-color: #eb3d7d !important;
}
.color-pink-light {
  color: #fbd8e8 !important;
}
.hover-color-pink-light:hover,
.hover-color-pink-light:focus {
  color: #fbd8e8 !important;
}
.bg-color-pink-light {
  background-color: #fbd8e8 !important;
}
.hover-bg-color-pink-light:hover,
.hover-bg-color-pink-light:focus {
  background-color: #fbd8e8 !important;
}
.color-pink-medium {
  color: #f099b9 !important;
}
.hover-color-pink-medium:hover,
.hover-color-pink-medium:focus {
  color: #f099b9 !important;
}
.bg-color-pink-medium {
  background-color: #f099b9 !important;
}
.hover-bg-color-pink-medium:hover,
.hover-bg-color-pink-medium:focus {
  background-color: #f099b9 !important;
}
.color-pink-dark {
  color: #b81c62 !important;
}
.hover-color-pink-dark:hover,
.hover-color-pink-dark:focus {
  color: #b81c62 !important;
}
.bg-color-pink-dark {
  background-color: #b81c62 !important;
}
.hover-bg-color-pink-dark:hover,
.hover-bg-color-pink-dark:focus {
  background-color: #b81c62 !important;
}
.color-purple {
  color: #7f43e0 !important;
}
.hover-color-purple:hover,
.hover-color-purple:focus {
  color: #7f43e0 !important;
}
.bg-color-purple {
  background-color: #7f43e0 !important;
}
.hover-bg-color-purple:hover,
.hover-bg-color-purple:focus {
  background-color: #7f43e0 !important;
}
.color-purple-light {
  color: #e5d9f9 !important;
}
.hover-color-purple-light:hover,
.hover-color-purple-light:focus {
  color: #e5d9f9 !important;
}
.bg-color-purple-light {
  background-color: #e5d9f9 !important;
}
.hover-bg-color-purple-light:hover,
.hover-bg-color-purple-light:focus {
  background-color: #e5d9f9 !important;
}
.color-purple-medium {
  color: #bb9deb !important;
}
.hover-color-purple-medium:hover,
.hover-color-purple-medium:focus {
  color: #bb9deb !important;
}
.bg-color-purple-medium {
  background-color: #bb9deb !important;
}
.hover-bg-color-purple-medium:hover,
.hover-bg-color-purple-medium:focus {
  background-color: #bb9deb !important;
}
.color-purple-dark {
  color: #562aad !important;
}
.hover-color-purple-dark:hover,
.hover-color-purple-dark:focus {
  color: #562aad !important;
}
.bg-color-purple-dark {
  background-color: #562aad !important;
}
.hover-bg-color-purple-dark:hover,
.hover-bg-color-purple-dark:focus {
  background-color: #562aad !important;
}
.color-sky {
  color: #009fd9 !important;
}
.hover-color-sky:hover,
.hover-color-sky:focus {
  color: #009fd9 !important;
}
.bg-color-sky {
  background-color: #009fd9 !important;
}
.hover-bg-color-sky:hover,
.hover-bg-color-sky:focus {
  background-color: #009fd9 !important;
}
.color-sky-light {
  color: #ccecf7 !important;
}
.hover-color-sky-light:hover,
.hover-color-sky-light:focus {
  color: #ccecf7 !important;
}
.bg-color-sky-light {
  background-color: #ccecf7 !important;
}
.hover-bg-color-sky-light:hover,
.hover-bg-color-sky-light:focus {
  background-color: #ccecf7 !important;
}
.color-sky-medium {
  color: #7bcae7 !important;
}
.hover-color-sky-medium:hover,
.hover-color-sky-medium:focus {
  color: #7bcae7 !important;
}
.bg-color-sky-medium {
  background-color: #7bcae7 !important;
}
.hover-bg-color-sky-medium:hover,
.hover-bg-color-sky-medium:focus {
  background-color: #7bcae7 !important;
}
.color-sky-dark {
  color: #007099 !important;
}
.hover-color-sky-dark:hover,
.hover-color-sky-dark:focus {
  color: #007099 !important;
}
.bg-color-sky-dark {
  background-color: #007099 !important;
}
.hover-bg-color-sky-dark:hover,
.hover-bg-color-sky-dark:focus {
  background-color: #007099 !important;
}
.color-frisky {
  color: #00b3f1 !important;
}
.hover-color-frisky:hover,
.hover-color-frisky:focus {
  color: #00b3f1 !important;
}
.bg-color-frisky {
  background-color: #00b3f1 !important;
}
.hover-bg-color-frisky:hover,
.hover-bg-color-frisky:focus {
  background-color: #00b3f1 !important;
}
.color-el_sagrado {
  color: #e76024 !important;
}
.hover-color-el_sagrado:hover,
.hover-color-el_sagrado:focus {
  color: #e76024 !important;
}
.bg-color-el_sagrado {
  background-color: #e76024 !important;
}
.hover-bg-color-el_sagrado:hover,
.hover-bg-color-el_sagrado:focus {
  background-color: #e76024 !important;
}
.cap-me {
  text-transform: capitalize !important;
}
.up-me {
  text-transform: uppercase !important;
}
.lower-me {
  text-transform: lowercase !important;
}
.no-transform {
  text-transform: none !important;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer !important;
}
.profile-align {
  line-height: 2.5rem;
}
.input-align {
  line-height: 2.3em;
}
.lh1 {
  line-height: 1;
}
.lh2 {
  line-height: 2em;
}
.lh3 {
  line-height: 2em;
}
.underline {
  text-decoration: underline;
}
[data-icon],
[data-icon-after] {
  overflow: visible;
}
[data-icon]:before,
[data-icon-after]:after {
  font-family: 'degreedicons';
  content: attr(data-icon);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
[data-icon-after]:after {
  content: attr(data-icon-after);
}
[data-icon='']:before,
[data-icon-after='']:after {
  display: none;
}
dg-icon {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
dg-icon.v-baseline svg {
  vertical-align: baseline !important;
}
dg-icon svg {
  vertical-align: middle;
}
a dg-icon svg,
button dg-icon svg {
  pointer-events: none;
}
dg-icon svg,
dg-icon path {
  fill: currentColor;
}
.icon-pad[data-icon]:before {
  padding-right: 0.5rem;
}
.break,
.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.no-wrap {
  white-space: nowrap;
}
.no-content:before,
.no-content:after {
  display: none !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clamp {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clamp p {
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.clamp p:only-of-type,
.clamp p:last-child {
  margin-bottom: 0;
}
@media screen\0 {
  .clamp {
    display: block !important;
    max-height: 3em;
  }
}
.prewrap {
  white-space: pre-wrap;
}
.white-space {
  white-space: normal !important;
}
.no-pad {
  padding: 0 !important;
}
.lt-bg {
  background-color: #f8f8f9;
}
.box-shadow {
  box-shadow: 0px 1px 5px 0px rgba(15, 31, 44, 0.25);
}
.no-shadow {
  box-shadow: none !important;
}
.border {
  border: 1px solid #d4d7d9;
}
.border-lite {
  border: 1px solid #ecedee;
}
.border-right {
  border-right: 1px solid #d4d7d9;
}
.border-left {
  border-left: 1px solid #d4d7d9 !important;
}
.border-left.no-border {
  border-left: 1px solid #d4d7d9 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.border-top {
  border-top: 1px solid #d4d7d9;
}
.border-top-behind {
  margin-top: -1px;
}
.border-top.not-first:first-child {
  border-top: none;
}
.border-top-none {
  border-top: none !important;
}
.border-bottom {
  border-bottom: 1px solid #d4d7d9;
}
.border-bottom.not-last:last-child {
  border-bottom: none;
}
.border-bottom--smaller:after {
  content: '';
  width: 90%;
  height: 1px;
  background: #d4d7d9;
  display: block;
  position: absolute;
  left: 5%;
  bottom: 0;
}
.border--error {
  border-color: #de0546 !important;
}
.border-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px 6px;
  border-style: solid;
  border-color: transparent;
}
.border-arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px 6px;
  border-style: solid;
  border-color: transparent;
}
.border-arrow--top {
  left: 0;
  margin-left: 17px;
  top: -5px;
  border-top-width: 0;
  border-bottom-color: #d4d7d9;
}
.border-arrow--top:after {
  top: 1px;
  border-top-width: 0;
  border-bottom-color: #fff;
  margin-left: -6px;
}
.border-arrow--bottom {
  left: 0;
  margin-left: 17px;
  bottom: -5px;
  border-bottom-width: 0;
  border-top-color: #d4d7d9;
}
.border-arrow--bottom:after {
  bottom: 1px;
  border-bottom-width: 0;
  border-top-color: #fff;
  margin-left: -6px;
}
table.border-collapse {
  border-collapse: collapse;
}
.inherit {
  position: inherit;
}
.absolute {
  position: absolute;
}
.absolute--top-left-offset {
  top: -6px;
  left: -10px;
}
.absolute--bottom-right-offset {
  bottom: -2px;
  right: 0px;
}
@media (max-width: 768px) {
  .absolute.m-rel {
    position: relative;
  }
}
.b-0 {
  bottom: 0;
}
.r-0 {
  right: 0;
}
.scrollable {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mdzr-no-hiddenscroll .hide-scrollbars {
  overflow-y: scroll;
  margin-right: -17px;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.float-left {
  float: left;
}
.ib {
  display: inline-block !important;
}
.oh {
  overflow: hidden;
}
.oh-animating.ng-animating {
  overflow: hidden;
}
.os {
  overflow: scroll;
}
.ov {
  overflow: visible !important;
}
.oauto {
  overflow: auto;
}
.oxh {
  overflow-x: hidden;
}
.oxa {
  overflow-x: auto;
}
.right-text {
  text-align: right !important;
}
.center-text {
  text-align: center !important;
}
.justify-text {
  text-align: justify;
}
.center-last {
  text-align-last: center;
}
.left-text {
  text-align: left !important;
}
.ls {
  letter-spacing: normal;
}
.ws {
  word-spacing: normal;
}
.strikeout {
  font-size: 4em;
  line-height: 1em;
  position: relative;
}
.strikeout:after {
  border-bottom: 0.04em solid;
  content: '';
  left: 0;
  margin-top: calc(0.125em / 3 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
.full-screen-grid-buster {
  width: 100vw;
  left: calc((-1 * (100vw - 100%)) / 2);
}
.full-width {
  width: 100%;
}
.auto-width {
  width: auto !important;
}
.min-width-0 {
  min-width: 0;
}
.no-min-width {
  min-width: auto !important;
}
.not-too-wide {
  max-width: 100%;
}
.full-height {
  height: 100%;
}
.keep-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.ms-hide-x::-ms-clear {
  display: none;
}
.keep-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .m-right-text {
    text-align: right !important;
  }
  .m-center-text {
    text-align: center !important;
  }
  .m-left-text {
    text-align: left !important;
  }
  .m-full-width {
    width: 100% !important;
  }
  .m-absolute {
    position: absolute !important;
  }
  .m-block {
    display: block !important;
  }
  .m-lh-1 {
    line-height: 1rem;
  }
  .m-lh-1-half {
    line-height: 1.5rem;
  }
  .m-lh-2 {
    line-height: 2rem;
  }
}
.centering-wrapper {
  display: table;
}
.cell,
.v-middle {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-center.absolute {
  position: absolute;
}
.horizontal-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.horizontal-center.absolute {
  position: absolute;
}
.abs-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.abs-center.absolute {
  position: absolute;
}
@media (max-width: 768px) {
  .abs-center.absolute.m-rel {
    position: relative;
  }
}
@media (max-width: 768px) {
  .abs-center.m-no-abs-center {
    top: auto;
    left: auto;
    transform: none;
  }
}
.ib-v-middle {
  display: inline-block !important;
  vertical-align: middle !important;
}
.d-inherit {
  display: inherit;
}
.v-middle-children * {
  vertical-align: middle;
}
.v-top {
  vertical-align: top !important;
}
.v-bottom {
  vertical-align: bottom !important;
}
.v-baseline {
  vertical-align: baseline !important;
}
.v-super {
  vertical-align: super !important;
}
.no-select {
  user-select: none;
}
.crap {
  margin: 0 auto;
  display: block !important;
}
.center-item,
.grid.center-item {
  margin: 0 auto;
}
.rel {
  position: relative;
}
.pos-init {
  position: initial !important;
}
.squared {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded--large {
  border-radius: 0.5rem;
}
.rounded-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bottom {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.round {
  border-radius: 50% !important;
}
.radius-t-l-0 {
  border-top-left-radius: 0 !important;
}
.radius-t-r-0 {
  border-top-right-radius: 0 !important;
}
@media (min-width: 769px) {
  .d-full-width {
    width: 100% !important;
  }
  .d-right-text {
    text-align: right;
  }
  .d-center-text {
    text-align: center;
  }
  .d-border-right {
    border-right: 1px solid #d4d7d9;
  }
  .d-border-left {
    border-left: 1px solid #d4d7d9;
  }
  .d-right-pad {
    padding-right: 2rem;
  }
  .d-left-pad {
    padding-left: 2rem;
  }
  .d-sm-left-pad {
    padding-left: 1rem !important;
  }
}
.numbered {
  list-style-type: decimal;
  margin-left: 2rem;
  padding-left: 0;
}
.numbered > li {
  padding-bottom: 0.5rem;
}
ul.inline-list li {
  display: inline-block;
}
.nested-table-cell-lt-bg {
  background: #f8f8f9;
  background-image: -webkit-linear-gradient(
    to right,
    white 0%,
    white 10%,
    #e5f1fa 10%,
    #e5f1fa 100%
  );
  background-image: -moz-linear-gradient(
    to right,
    white 0%,
    white 10%,
    #e5f1fa 10%,
    #e5f1fa 100%
  );
  background-image: -ms-linear-gradient(
    to right,
    white 0%,
    white 10%,
    #e5f1fa 10%,
    #e5f1fa 100%
  );
  background-image: linear-gradient(
    to right,
    white 0%,
    white 10%,
    #e5f1fa 10%,
    #e5f1fa 100%
  );
}
.cover {
  background-size: cover;
  background-position: center center;
}
.cover-left {
  background-size: cover;
  background-position: left center;
}
.bg-pattern {
  background-position: center center;
  background-repeat: repeat;
}
.stretch,
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay {
  zoom: 1;
}
.overlay.behind-modal {
  z-index: 1049;
}
.overlay.disabled {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
}
.z-index--below-base {
  z-index: -1;
}
.bg-cover {
  background-size: cover;
  width: 100%;
}
.scroll-effect {
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.mac-webkit-force-scrollbar,
.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) #fff;
}
.mac-webkit-force-scrollbar::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
}
.mac-webkit-force-scrollbar::-webkit-scrollbar:vertical,
.scrollbar::-webkit-scrollbar:vertical {
  width: 11px;
}
.mac-webkit-force-scrollbar::-webkit-scrollbar:horizontal,
.scrollbar::-webkit-scrollbar:horizontal {
  height: 11px;
}
.mac-webkit-force-scrollbar::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.mac-webkit-force-scrollbar::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
.no-opacity {
  opacity: 0;
}
.half-opacity {
  opacity: 0.5;
}
.hover-only,
.highlight-on-hover {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.hover-only:hover,
.highlight-on-hover:hover {
  opacity: 1;
}
.highlight-on-hover {
  opacity: 0.5;
}
select.slim {
  height: auto;
  line-height: auto;
}
.height-auto {
  height: auto !important;
}
.flip {
  transform: rotateY(180deg);
  transition: transform 600ms linear;
}
.nudge-right {
  left: 0.1rem;
  position: relative;
}
.thumb-large {
  height: 7rem;
  width: 7rem;
  font-size: 7rem;
  line-height: 7rem;
}
.thumb-smaller {
  height: 3rem;
  width: 3rem;
  font-size: 3rem;
  line-height: 3rem;
}
.thumb-mini {
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
  line-height: 2rem;
}
.grow {
  transition: all 0.1s ease-in-out;
}
.grow:hover {
  transform: scale(1.05);
}
.shrink {
  transition: all 0.1s ease-in-out;
}
.shrink:hover {
  transform: scale(0.95);
}
.fade-in {
  opacity: 1;
  transition: all 0.3s ease-in;
}
.fade-out {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.custom-counter {
  list-style: none;
  counter-reset: dg-counter;
}
.custom-counter__count:before {
  content: counter(dg-counter);
  counter-increment: dg-counter;
}
.custom-counter__count--decimal:before {
  content: counter(dg-counter) '. ';
}
.collapse-white-space {
  font-size: 0;
}
.link-wrap:hover .link-wrap__underlined,
.link-wrap:focus .link-wrap__underlined {
  text-decoration: underline;
}
.link-wrap:hover .link-wrap__colored,
.link-wrap:focus .link-wrap__colored {
  color: #0062e3;
}
.m-h-neg1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.due-date {
  color: #0f1f2c;
  font-weight: 500;
}
.play-overlay {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.layer-stack {
  display: grid;
  display: -ms-grid;
}
.layer-stack .layer {
  grid-row-start: 1;
  grid-column-start: 1;
  -ms-grid-row-start: 1;
  -ms-grid-column-start: 1;
}
.vertical-divider {
  border-radius: 1px;
  background-color: currentColor;
  display: inline-block;
  height: 2rem;
  width: 2px;
}
select {
  border: 1px solid #d4d7d9;
  text-indent: 0.01px;
  box-shadow: none;
  max-width: 100%;
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  padding-left: 0.75rem;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
option {
  color: #6d767e;
  font-size: 1rem;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-height: 1.2em;
}
.textarea.textarea--json-editor,
textarea:not([dg-elastic]).textarea--json-editor {
  min-height: 46rem;
}
.serif {
  font-family: 'Sentinel A', 'Sentinel B', Georgia, Cambria, 'Times New Roman',
    Times, serif;
}
.login__photo {
  background: url('/content/ops/img/ops-login-photo@2x.jpg') center center;
  background-size: cover;
}
.login .grid.grid--full-width {
  max-width: none;
}
.login__title {
  font-size: 2.7rem;
  font-weight: 600;
}
.tabnav {
  position: relative;
  height: 3rem;
  overflow: hidden;
}
.tabnav__list {
  height: 4.5rem;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  font-size: 0;
}
.tabnav__list::-webkit-scrollbar {
  display: none;
}
.tabnav__item {
  user-select: none;
  padding: 0 1rem;
  font-size: 1.333333333rem;
  display: inline-block;
  vertical-align: middle;
}
.tabnav__item:first-child {
  padding-left: 0;
}
.tabnav__item:last-child {
  padding-right: 0;
}
.tabnav__item ul.dropdown-menu {
  right: -1.3rem;
}
.tabnav__link {
  color: rgba(15, 31, 44, 0.61);
  display: inline-block;
  font-size: 1.333333333rem;
  padding: 0;
  line-height: 3rem;
  height: 3rem;
}
.is_active .tabnav__link {
  color: #0f1f2c;
  font-weight: 600;
}
.tabnav__link:hover,
.tabnav__link:focus {
  color: #0f1f2c;
}
.tabnav__last-span {
  display: inline-block;
  line-height: 1.5em;
  margin-top: -0.2rem;
  max-width: 11.35rem;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}
.tabnav__scrollbutton {
  color: rgba(15, 31, 44, 0.45);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  line-height: 3rem;
  width: 2rem;
  background: #fff;
  cursor: pointer;
}
.tabnav__scrollbutton--left {
  left: -1px;
  background: linear-gradient(
    to right,
    white 0%,
    white 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.tabnav__scrollbutton--right {
  right: -1px;
  text-align: right;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    white 50%,
    white 100%
  );
}
.tabnavs--dark-background .tabnav__scrollbutton {
  background: #f7f8f8 !important;
}
.app-header {
  background-color: #fff;
  box-sizing: content-box;
}
.app-header__border {
  background-color: rgba(15, 31, 44, 0.18);
  width: 100%;
  height: 1px;
}
.app-header__logo {
  padding: 0 1rem;
  line-height: 5.5rem;
}
.app-header__logo-img {
  vertical-align: middle;
}
.app-header__logo-img--glasses {
  height: 2.5rem;
  width: 4rem;
}
@media (max-width: 350px) {
  .app-header__logo-img--glasses {
    height: auto;
    width: 3rem;
  }
}
.app-header--provider .app-header__logo {
  display: none;
}
.app-header__logo-brand {
  height: 5rem;
  left: 50%;
  position: absolute;
  top: 0;
}
.app-header__logo-brand-image {
  height: 3rem;
  left: -50%;
  position: relative;
  top: 1rem;
}
.app-header__logo-brand-image.logo-preview {
  top: 2.5rem;
}
.app-header--provider .app-header__logo-brand {
  position: relative;
  left: auto;
  margin-left: 2rem;
  margin-right: 2rem;
}
.app-header--provider .app-header__logo-brand-image {
  left: 0;
}
.app-header__nav {
  flex-grow: 1;
  font-size: 0;
  white-space: nowrap;
  min-width: 0;
  padding-left: 1rem;
}
.app-header__nav .tabnav__item {
  padding: 0;
}
.app-header__nav .tabnav__link {
  border-bottom: none;
  line-height: 3.5rem;
  height: 3.5rem;
  padding: 0 1rem;
}
.app-header__nav .tabnav__link:hover,
.app-header__nav .tabnav__link:focus,
.app-header__nav .tabnav__link:active {
  background-color: rgba(15, 31, 44, 0.08);
  border-radius: 6px;
}
.app-header__nav .tabnav__link:hover:after,
.app-header__nav .tabnav__link:focus:after,
.app-header__nav .tabnav__link:active:after {
  display: none;
}
.app-header__nav .is_active {
  font-weight: 500;
}
.app-header__nav .is_active .tabnav__link {
  color: #0f1f2c;
  position: relative;
}
.app-header__nav .is_active .tabnav__link:after {
  background-color: rgba(15, 31, 44, 0.45);
  border-radius: 1px;
  bottom: 0.5rem;
  content: '';
  display: block;
  height: 2px;
  left: 1.25rem;
  position: absolute;
  width: calc(100% - 2.5rem);
}
.app-header__nav .is_active .tabnav__link:hover:after,
.app-header__nav .is_active .tabnav__link:focus:after {
  display: none;
}
.app-header__nav.ng-animate {
  overflow: hidden;
}
.isMobile .app-header__nav ul.dropdown-menu {
  right: 1rem;
}
.app-header .search-field {
  background: transparent;
}
@media (min-width: 769px) {
  .app-header--dark .app-header__nav .tabnav__link {
    color: rgba(255, 255, 255, 0.8);
  }
  .app-header--dark .app-header__nav .tabnav__link:hover,
  .app-header--dark .app-header__nav .tabnav__link:focus,
  .app-header--dark .app-header__nav .tabnav__link:active {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
  }
  .app-header--dark .app-header__nav .tabnav__link:hover:after,
  .app-header--dark .app-header__nav .tabnav__link:focus:after,
  .app-header--dark .app-header__nav .tabnav__link:active:after {
    display: none;
  }
  .app-header--dark .app-header__nav .is_active {
    font-weight: 500;
  }
  .app-header--dark .app-header__nav .is_active .tabnav__link {
    color: #fff;
  }
  .app-header--dark .app-header__nav .is_active .tabnav__link:after {
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media (min-width: 1025px) {
  .app-header--dark .global-search__input {
    color: rgba(255, 255, 255, 0.75);
  }
  .app-header--dark .global-search__input:hover,
  .app-header--dark .global-search__input:focus,
  .app-header--dark .global-search__input:active {
    color: #fff !important;
  }
  .app-header--dark .global-search__input::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
  }
  .app-header--dark .global-search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
  }
  .app-header--dark .search-field {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .app-header--dark .search-field:before {
    color: #fff;
  }
}
.app-header--dark .utility-bar .btn-utility {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.app-header--dark
  .utility-bar
  .btn-utility:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.app-header--dark .utility-bar .btn-utility:not(.active):not(:active):focus {
  border-color: #fff;
  color: #fff;
}
.app-header--dark .app-header__logo--link:after {
  color: rgba(255, 255, 255, 0.75);
}
.app-header--preview {
  border-radius: 0.25rem;
}
@media (max-width: 1272px) {
  .app-header .user-overview {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .app-header__logo-brand {
    display: none !important;
  }
  .app-header--provider .app-header__profile {
    display: none;
  }
  .app-header__logo {
    flex-grow: 1;
    min-width: 0;
  }
  .app-header__nav--dropdown {
    flex-grow: 0;
    white-space: normal;
    background-color: #f8f8f9;
    position: absolute;
    top: 5.5rem;
    left: 0;
    right: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #d4d7d9;
    z-index: 5;
  }
  .app-header__nav--dropdown .inline-list li {
    display: block;
  }
  .app-header__nav--dropdown .tabnav__link {
    font-size: 1.3333333333rem;
    line-height: normal;
    color: #6d767e;
    display: block;
    padding: 1rem;
  }
  .app-header__nav--dropdown .is_active .tabnav__link {
    border-bottom: none;
    font-weight: 600;
    margin-bottom: 0;
  }
  .app-header__nav--dropdown .is_active .tabnav__link:after {
    display: none;
  }
  .app-header .nav-preview {
    display: none;
  }
}
.action-items {
  position: relative;
  z-index: 1;
}
.action-items.open {
  z-index: 2;
}
.action-items .action-btn {
  margin-left: 7px;
}
.action-items-inside-btn {
  display: block;
  padding: 0.75rem 1.5rem;
  font-size: 12px;
  font-weight: normal;
  line-height: 1rem;
  color: #6d767e;
  background-color: transparent;
  width: 100%;
  text-align: left;
}
.action-items-inside-btn:hover {
  color: #0f1f2c;
  background-color: #f8f8f9;
  outline: none;
}
.action-btn {
  font-size: 0;
  background: none;
  transition: all 0.5s ease;
  padding: 0;
  position: relative;
}
.action-btn:before {
  background-color: #fff;
  border: 1px solid #6d767e;
  border-radius: 50%;
  font-size: 16px;
  color: #6d767e;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.action-btn.epsilon:before {
  font-size: 14px;
}
.action-btn:hover:before,
.action-btn:focus:before {
  border-color: #0062e3;
  background-color: #f8f8f9;
  color: #0062e3;
}
.action-btn:active:before,
.action-btn.active:before {
  border-color: #0062e3;
  background-color: #0062e3;
  color: #fff;
}
.action-btn.done:before {
  border-color: #00a866;
  background-color: #00a866;
  color: #fff;
}
.action-btn[disabled]:before,
.action-btn.is_disabled:before {
  border-color: #d4d7d9;
  background-color: #f8f8f9;
  color: #d4d7d9;
}
.action-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid #0062e3;
}
.action-btn.button-clicked:after {
  -webkit-animation: anim-effect-jelena 0.3s ease-out forwards;
  animation: anim-effect-jelena 0.3s ease-out forwards;
}
.action-link {
  border-radius: 2rem;
  border: 1px solid #d4d7d9;
  color: #6d767e;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition-property: border-color, box-shadow;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.action-link:not([disabled]):focus,
.action-link:not([disabled]):hover {
  border: 1px solid transparent;
  box-shadow: 0 6px 20px 0 rgba(15, 31, 44, 0.2);
  color: #0062e3;
}
.action-link:not([disabled]):focus {
  border: 1px solid #0062e3;
}
.action-link:not([disabled]):focus.is_active {
  background-color: #004eb6;
}
.action-link.is_active {
  background-color: #0062e3;
  border: 1px solid #186399;
}
.action-link[data-icon] .action-label {
  padding-left: 0.1rem;
}
.action-link-item {
  margin-right: 4rem;
}
.action-link-item .action-link {
  margin-right: 0;
}
.action-link-item:last-of-type {
  margin-right: 0;
}
.action-buttons-collapse .action-link-item {
  margin-right: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.action-buttons-collapse .action-link-item:first-child {
  padding-left: 0;
}
.action-buttons-collapse .action-link-item:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .action-link-item {
    margin-right: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .action-link-item:first-child {
    padding-left: 0;
  }
  .action-link-item:last-child {
    padding-right: 0;
  }
}
.action-link:last-of-type {
  margin-right: 0;
}
.action-link:before {
  font-size: 12px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .action-link.action-count:not(.comments-action) .action-label {
    font-size: 1.1rem;
    margin-top: 0.25rem;
  }
}
@media (max-width: 768px) {
  .action-link:not([data-icon='']):not(.action-count):before {
    font-size: 1.5em;
  }
  .action-link:not([data-icon='']):not(.action-count) .action-label {
    display: none;
  }
}
.action-buttons-collapse
  .action-link:not([data-icon='']):not(.action-count)
  .action-label {
  display: none;
}
.action-link.done {
  font-weight: bold;
  color: #0062e3;
}
.action-options {
  font-size: 1rem;
  color: #6d767e;
}
.action-options__item {
  display: inline-block;
  margin-right: 1rem;
}
.action-options__item--viewed {
  padding-top: 0.7rem;
  font-weight: 500;
  display: inline-block;
}
.action-options__item:last-child {
  margin-right: 0;
}
.action-options--card {
  justify-content: space-between;
}
.action-options__button {
  color: rgba(15, 31, 44, 0.61);
  overflow: hidden;
  text-align: left;
  transition-property: border-color, box-shadow;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  white-space: nowrap;
  line-height: 1.5rem;
}
.action-options__button.is_active .action-options__button-icon,
.action-options__button.is_active .action-options__button-label,
.action-options__button.is_active .dg-icon {
  color: #0062e3;
}
.action-options__button[disabled],
.action-options__button.is_disabled {
  pointer-events: none;
  color: rgba(15, 31, 44, 0.45);
  border-color: rgba(15, 31, 44, 0.18);
}
.action-options__button[disabled].is_active,
.action-options__button.is_disabled.is_active {
  background-color: rgba(0, 98, 227, 0.5);
  border-color: rgba(15, 31, 44, 0.18);
}
.action-options__button--bordered {
  border-radius: 2rem;
  border: 1px solid #d4d7d9;
  padding: 0 1rem;
  height: 2.5rem;
}
.action-options__button--bordered-sm {
  height: 2rem;
}
.action-options__button--bordered-lg {
  height: 3rem;
}
.action-options__button--bordered:focus,
.action-options__button--bordered:hover {
  box-shadow: 0 6px 20px 0 rgba(15, 31, 44, 0.25);
}
.action-options__button--bordered:focus {
  border: 1px solid #0062e3;
}
.action-options__button--bordered:focus.is_active {
  background-color: #004eb6;
}
.action-options__button--bordered.is_active {
  background-color: #0062e3;
  border: 1px solid #186399;
}
.action-options__button--bordered.is_active:hover .action-options__button-icon,
.action-options__button--bordered.is_active:hover .action-options__button-label,
.action-options__button--bordered.is_active:hover .dg-icon,
.action-options__button--bordered.is_active:focus .action-options__button-icon,
.action-options__button--bordered.is_active:focus .action-options__button-label,
.action-options__button--bordered.is_active:focus .dg-icon {
  color: #fff;
}
.action-options__button--bordered.is_active .action-options__button-icon,
.action-options__button--bordered.is_active .action-options__button-label,
.action-options__button--bordered.is_active .dg-icon {
  color: #fff;
}
.action-options__button--bordered.is_active
  .action-options__button-label--incomplete {
  opacity: 0;
  visibility: hidden;
  top: 3rem;
}
.action-options__button--bordered.is_active
  .action-options__button-label--complete {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.action-options__button:hover,
.action-options__button:focus {
  color: #0062e3;
}
.action-options__button:hover .dg-icon,
.action-options__button:focus .dg-icon {
  color: #0062e3;
}
.action-options__button:hover-label,
.action-options__button:focus-label {
  color: #0062e3;
  text-decoration: none;
}
.action-options__button:hover {
  border-color: transparent;
}
.action-options__button__points {
  color: #fff;
}
.action-options__button-label {
  overflow: hidden;
}
.action-options__button-label-wrap {
  position: relative;
}
.action-options__button-label-spacer {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: -1;
}
.action-options__button-label--complete,
.action-options__button-label--incomplete {
  display: inline-block;
  left: 0;
  position: absolute;
  transition: top 0.2s ease-in, opacity 0.1s ease-in;
}
.action-options__button-label--complete {
  opacity: 0;
  visibility: hidden;
  top: -3rem;
}
.action-options__button-label--incomplete {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.action-options__button-icon {
  margin: 0 0.5rem;
}
.action-options__toggle-button {
  border: 1px solid #d4d7d9;
  color: #6d767e;
  padding: 0 1rem;
  height: 2.5rem;
  transition-property: border-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.action-options__toggle-button--lg {
  height: 3rem;
}
.action-options__toggle-button:first-child {
  border-right: none;
  border-radius: 1.5rem 0 0 1.5rem;
}
.action-options__toggle-button:last-child {
  border-radius: 0 1.5rem 1.5rem 0;
}
.keyboard-focus .action-options__toggle-button:focus,
.action-options__toggle-button:hover {
  color: #0062e3;
}
.keyboard-focus .action-options__toggle-button:focus {
  border-color: #0062e3;
}
.keyboard-focus .action-options__toggle-button:focus:first-child {
  border-right: 1px solid #0062e3;
}
.action-options__toggle-wrapper {
  border: none;
  border-radius: 1.5rem;
  transition-property: border-color, box-shadow;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.action-options__toggle-wrapper:hover,
.action-options__toggle-wrapper:focus,
.action-options__toggle-wrapper:focus-within {
  border-color: transparent;
  box-shadow: 0 6px 20px 0 rgba(15, 31, 44, 0.25);
}
.action-options__toggle-wrapper:hover .action-options__toggle-button {
  border-color: transparent;
}
.action-options__toggle-wrapper:hover
  .action-options__toggle-button:last-child {
  border-left-color: #fff;
}
.action-options__icon {
  color: #6d767e;
}
.action-options__icon:hover,
.action-options__icon:focus {
  color: #0062e3;
}
.action-options_spacer {
  font-size: 6px;
  color: #6d767e;
  margin: 0 1.5rem;
}
.action-options__points {
  color: #fff;
}
.action-options--tile {
  justify-content: flex-end;
}
.action-options--tile .action-options__item {
  margin-right: 0.25rem;
}
.action-options--tile .action-options__item:last-child {
  margin-right: 0;
}
.action-options--tile .action-options__button--bordered,
.action-options--tile .action-options__toggle-button {
  padding: 0.4166666667rem 0.75rem;
}
.action-options .dropdown-menu-right {
  right: -1rem;
}
.action-options .dropdown-menu-right {
  right: -1rem;
}
.action-options__menu {
  max-width: 17rem;
}
.action-options__menu.dropdown-menu {
  padding: 0;
}
.action-options__menu-button--deleteRed {
  color: #de0546 !important;
}
.action-options__menu[role='menu'] > li > button {
  padding: 0.75rem 1rem;
}
ngb-modal-window + .action-options__menu {
  z-index: 1100;
}
.action-options.is_collapsed .action-options__item {
  margin-right: 1.5rem;
}
@media (max-width: 1024px) {
  .action-options.is_collapsed .action-options__item {
    margin-right: 1rem;
  }
}
.action-options.is_collapsed .action-options__item:last-child {
  margin-right: 0;
}
.action-options.is_collapsed .action-options__button-icon {
  margin-right: 0.25rem;
}
.action-options.is_collapsed
  .action-options__button
  .action-options__button-label {
  display: none;
}
.action-options.is_collapsed
  .action-options__button
  .action-options__button-label--show {
  display: inline-block;
}
.action-options.is_collapsed
  .action-options__button.is_active
  .action-options__button-label--show {
  display: none;
}
.action-options.is_collapsed
  .action-options__button
  .action-options__button-label.action-options__points {
  display: inline-block;
  margin-left: 0 !important;
}
.action-options.is_collapsed
  .action-options__button.action-options__count:hover {
  text-decoration: none;
}
.action-options.is_collapsed .action-options__count--collapsible {
  padding: 0 0 0 0.1rem;
}
.action-options.is_collapsed .action-options__count--collapsible:before {
  content: '';
}
.action-options.is_collapsed .action-options__count--collapsible:after {
  content: '';
}
@media (max-width: 768px) {
  .action-options.is_collapsed .action-options__count--collapsible {
    display: none;
  }
}
@media (max-width: 480px) {
  .action-options.is_collapsed .action-options__count--collapsible {
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .action-options.is_collapsed .action-options__count--collapsible {
    display: inline-block;
  }
}
.action-options .dropdown-menu-right {
  right: -1rem;
}
.btn {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  padding: calc(0.8rem - 1px) 1.5rem;
  min-height: 3rem;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4em;
  vertical-align: middle;
  text-align: center;
}
.btn.btn-sm {
  min-height: 2rem;
  padding: calc(0.3rem - 1px) 0.75rem;
  font-weight: 500;
}
.btn.btn-sm.btn--square {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0;
}
.btn.btn--xs {
  min-height: 1rem;
  padding: 0 0;
}
.btn.btn-light {
  padding: calc(0.3rem - 1px) 0.75rem;
  font-weight: 400;
}
.btn:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.btn:not(.active):not(:active):focus {
  box-shadow: inset 0 100px rgba(15, 31, 44, 0.18);
}
.btn.active,
.btn:active,
.btn:hover:active {
  box-shadow: inset 0 100px rgba(15, 31, 44, 0.61);
}
.btn.btn-primary {
  background-color: #0062e3;
}
.btn.btn-dark {
  background-color: #0f1f2c;
}
.btn.btn-destructive {
  background-color: #de0546;
}
.btn.btn-passive,
.btn.btn-add,
.btn.btn--ghost {
  background-color: transparent;
  border-color: rgba(15, 31, 44, 0.18);
  color: rgba(15, 31, 44, 0.61);
  text-shadow: none;
}
.btn.btn-passive:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.btn.btn-passive:not(.active):not(:active):focus,
.btn.btn-add:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.btn.btn-add:not(.active):not(:active):focus,
.btn.btn--ghost:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.btn.btn--ghost:not(.active):not(:active):focus {
  box-shadow: none;
  border-color: rgba(15, 31, 44, 0.45);
  color: #0f1f2c;
}
.btn.btn-passive.active,
.btn.btn-passive:active,
.btn.btn-passive:hover:active,
.btn.btn-add.active,
.btn.btn-add:active,
.btn.btn-add:hover:active,
.btn.btn--ghost.active,
.btn.btn--ghost:active,
.btn.btn--ghost:hover:active {
  box-shadow: inset 0 100vh rgba(15, 31, 44, 0.03);
}
.btn.btn--ghost {
  background-color: #fff;
  color: #6d767e;
}
.btn.btn--ghost--no-border {
  border: none;
}
.btn.btn--ghost--no-border:active {
  box-shadow: none;
}
.btn.btn-passive--no-border {
  border: none;
}
.btn.btn-passive--no-border:active {
  box-shadow: none;
}
.btn.btn-passive--dashed {
  border-width: 2px;
  border-style: dashed;
}
.mouse-focus .btn.btn-passive--dashed:not(.active):not(:active):focus {
  border-color: rgba(15, 31, 44, 0.18);
}
.btn.btn-passive-reverse {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
}
.btn.btn-passive-reverse:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover,
.btn.btn-passive-reverse:not(.active):not(:active):focus {
  box-shadow: inset 0 100px rgba(15, 31, 44, 0.03);
  border-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
}
.btn.btn-passive-reverse.active,
.btn.btn-passive-reverse:active,
.btn.btn-passive-reverse:hover:active {
  box-shadow: inset 0 100px rgba(15, 31, 44, 0.03);
}
.btn.btn-secondary {
  background-color: transparent;
  border-color: #0062e3;
  color: #0062e3;
}
.btn.btn-secondary:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover {
  box-shadow: none;
  background-color: #fff;
}
.btn.btn-secondary:not(.active):not(:active):focus {
  box-shadow: 0px 0px 0px 2px rgba(0, 98, 227, 0.5);
  outline: none;
}
.btn.btn-secondary.active,
.btn.btn-secondary:active,
.btn.btn-secondary:hover:active {
  box-shadow: inset 0 100px rgba(15, 31, 44, 0.03);
}
.btn.btn-danger {
  background-color: transparent;
  border-color: #de0546;
  color: #de0546;
}
.btn.btn-danger:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover {
  box-shadow: none;
  background-color: #fff;
}
.btn.btn-danger:not(.active):not(:active):focus {
  box-shadow: 0px 0px 0px 2px #f8cdda;
  outline: none;
}
.btn.btn-danger.active,
.btn.btn-danger:active,
.btn.btn-danger:hover:active {
  box-shadow: inset 0 100px rgba(15, 31, 44, 0.03);
}
.btn.btn__toggle {
  min-height: 2rem;
  transition: background-color 0.2s linear;
}
.btn.btn__toggle--active {
  padding-left: 2.25rem;
  padding-right: 0.75rem;
}
.btn.btn__toggle--active.lower-me:before {
  text-transform: none;
}
.btn .btn__icon[data-icon]:before {
  margin-right: 0.5rem;
}
.btn.btn-circle {
  color: #0062e3;
  width: 3rem;
  border-radius: 50% !important;
}
.btn.btn-circle[disabled] {
  color: #d4d7d9 !important;
}
.btn.btn-circle.btn-sm {
  height: 2.5rem;
  width: 2.5rem;
}
.btn.btn-circle.btn--xs {
  height: 2rem;
  width: 2rem;
}
.btn.btn-circle.btn--ghost {
  color: #939aa0;
}
.btn.inactive {
  opacity: 0.5;
  cursor: default;
}
.btn.is_disabled {
  cursor: default;
  color: #939aa0 !important;
  background-color: #f8f8f9 !important;
  border: 1px solid #d4d7d9 !important;
  text-shadow: none;
}
.btn.is_disabled.btn-primary {
  background-color: rgba(0, 98, 227, 0.5) !important;
  border: none !important;
  color: #cce0f9 !important;
}
.btn.is_disabled.btn-secondary {
  background-color: rgba(15, 31, 44, 0.03) !important;
  color: rgba(0, 98, 227, 0.5) !important;
  border: 1px solid rgba(0, 98, 227, 0.5) !important;
}
.btn.rounded--large {
  border-radius: 0.5rem;
}
.btn:before {
  padding-right: 0.5em;
}
.btn:empty:before {
  padding-right: 0;
}
.btn:after {
  padding-left: 0.5em;
}
.btn:empty:after {
  padding-left: 0;
}
.btn[dg-button-spin].is_spinning:before {
  visibility: hidden;
}
.strike-through:before {
  border-bottom: 1px solid #d4d7d9;
  content: ' ';
  display: block;
  position: relative;
  text-align: left;
  transform: translateY(1.5rem);
}
.btn.btn-dropdown {
  border: 1px solid #d4d7d9;
  color: #0f1f2c;
  background-color: #fff;
  padding: 0 2.5rem 0 0;
  white-space: nowrap;
  font-weight: 400;
  width: 100%;
  text-align: left;
}
.btn.btn-dropdown.is_disabled {
  background-color: inherit !important;
}
.btn.btn-dropdown.is_disabled:after {
  background-color: rgba(15, 31, 44, 0.03) !important;
}
.btn.btn-dropdown.is_disabled.btn-dropdown--no-toggle-border:after {
  background: transparent !important;
}
.btn.btn-dropdown .btn-dropdown__icon {
  color: #6d767e;
  border-left: 1px solid #d4d7d9;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 34px;
  line-height: calc(3rem - 2px);
  padding: 0 0.75rem;
}
.btn.btn-dropdown .btn-dropdown__icon--sm {
  border-left: none !important;
  line-height: calc(2rem) !important;
}
.btn.btn-dropdown--sm {
  font-size: 1rem !important;
  min-height: 2rem !important;
  padding: 0 2rem 0 1rem !important;
}
.btn.btn-dropdown--no-toggle-border:after {
  border-left: none !important;
}
.dropdown.open .btn.btn-dropdown {
  border: 1px solid #0062e3;
}
.dropdown.open .btn.btn-dropdown:after {
  color: #0062e3;
}
.zeta .btn.btn-dropdown {
  font-size: 12px;
}
.zeta .btn.btn-dropdown:after {
  font-size: 14px;
}
.btn.btn-dropdown .placeholder,
.btn.btn-dropdown.placeholder {
  color: #939aa0 !important;
}
.mobile-tabs .btn.btn-dropdown {
  border-color: #0062e3;
  color: #0062e3;
  padding: 1em 4em 1em 1em;
  font-size: 12px;
  font-weight: 500;
}
.mobile-tabs .btn.btn-dropdown:after {
  padding: 0 1em;
  border-left-color: #0062e3;
  line-height: 1.9em;
}
.btn.btn-dropdown:not(.is_disabled):not(.inactive):not(:active):hover,
.btn.btn-dropdown:not(.active):not(:active):focus {
  box-shadow: none;
}
.btn.btn-dropdown.active,
.btn.btn-dropdown:active,
.btn.btn-dropdown:hover:active {
  box-shadow: none;
}
.box,
.data-table-padding-2 .data-table--sortable-wrapper,
.data-table--sortable-wrapper,
.modal-content {
  border-radius: 0.5rem;
  box-shadow: 0px 1px 5px 0px rgba(15, 31, 44, 0.25);
  background-color: #fff;
}
.dg-modal__header {
  padding: 1.5rem;
  border-bottom: 1px solid #d4d7d9;
}
.dg-modal__header--borderless {
  padding: 2rem 2rem 1.5rem 2rem;
  border-bottom: none;
}
.dg-modal__header--centered {
  text-align: center;
}
.dg-modal__close-icon {
  color: #6d767e;
  font-size: 1rem;
  position: relative;
  padding-left: 1rem;
  z-index: 1;
}
.dg-modal__close-icon--abs-right {
  position: absolute;
  right: 0;
}
.dg-modal__close-icon--top {
  top: 0;
}
.dg-modal__body {
  padding: 1rem 1rem 2rem 1rem;
}
.dg-modal__body-scrollable-content {
  height: calc(75vh - 12rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dg-modal__footer {
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: #f8f8f9;
  padding: 1rem 2rem;
  border-top: 1px solid #d4d7d9;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.dg-modal__footer-content {
  flex-grow: 1;
}
.dg-modal__footer .btn-passive {
  color: #0f1f2c;
}
.modal-content {
  padding: 0;
}
.modal-dialog {
  margin-top: 7rem;
  margin-bottom: 4rem;
}
.modal-dialog.modal-small {
  margin-top: 15%;
  max-width: 36rem;
}
@media (max-width: 768px) {
  .modal-dialog.modal-small {
    max-width: inherit;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.modal-dialog.modal-medium {
  max-width: 40rem;
}
.modal-dialog.modal-large {
  max-width: 47rem;
}
.modal-dialog.modal-xlarge {
  max-width: 58rem;
}
.modal-dialog.modal-huge {
  max-width: 73rem;
}
.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-open .dropdown-menu {
  z-index: 1101;
}
.modal--layered {
  padding-top: 4rem;
}
legend {
  font-size: 1rem;
  font-weight: 600;
}
.utility-bar {
  justify-content: flex-end;
  padding-left: 1rem;
}
.utility-bar .btn-utility {
  border-color: rgba(15, 31, 44, 0.18);
  color: rgba(15, 31, 44, 0.61);
  padding: 1px 0 0 0;
  overflow: visible;
  height: 3.5rem;
  width: 3.5rem;
  font-size: 1.3333333333rem;
}
.utility-bar .btn-utility:before {
  padding: 0;
}
.utility-bar .btn-utility .profile-pic {
  cursor: pointer;
}
.utility-bar .btn-utility:hover,
.utility-bar .btn-utility:focus,
.utility-bar .btn-utility[aria-expanded='true'],
.utility-bar .btn-utility[aria-expanded='false']:hover,
.utility-bar .btn-utility[aria-expanded='false']:focus {
  background-color: rgba(15, 31, 44, 0.08);
}
.app-header--dark .utility-bar .btn-utility:hover,
.product-header--dark .utility-bar .btn-utility:hover,
.app-header--dark .utility-bar .btn-utility:focus,
.product-header--dark .utility-bar .btn-utility:focus,
.app-header--dark .utility-bar .btn-utility[aria-expanded='true'],
.product-header--dark .utility-bar .btn-utility[aria-expanded='true'],
.app-header--dark .utility-bar .btn-utility[aria-expanded='false']:hover,
.product-header--dark .utility-bar .btn-utility[aria-expanded='false']:hover,
.app-header--dark .utility-bar .btn-utility[aria-expanded='false']:focus,
.product-header--dark .utility-bar .btn-utility[aria-expanded='false']:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.utility-bar .btn-utility[aria-expanded='false'] {
  background-color: transparent;
}
.utility-bar-item {
  padding-right: 1rem;
}
.utility-bar-item .dropdown {
  position: relative;
}
.utility-bar .dropdown-menu__arrow {
  margin-top: 1.6rem;
  margin-right: -0.25rem;
}
.utility-bar .count-bubble {
  font-size: 0.9166666667rem;
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #de0546;
  color: #fff;
}
.form__field-invalid .contenteditable,
.form__field-invalid textarea {
  border-color: #de0546 !important;
}
.form__invalid-msg {
  font-size: 1rem;
  color: #de0546;
  margin-top: 0.5rem;
}
.form__invalid-msg:before {
  margin-right: 0.25em;
}
.form__label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.form__help {
  color: #6d767e;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.1666666667rem;
}
[dg-ng-field-validation].ng-invalid.ng-touched,
.ng-submitted [dg-ng-field-validation].ng-invalid {
  border-color: #de0546 !important;
}
.text-wrapper {
  word-break: break-all;
}
.form-wrap {
  position: relative;
}
.form-wrap .icon-title {
  margin-bottom: 0.5em;
}
.form-wrap .icon-title:before {
  margin-right: 0.25rem;
}
.form-wrap .item {
  position: relative;
}
.form-wrap .item [type='radio']:after,
.form-wrap .item [type='checkbox']:after {
  display: none;
}
.form-wrap .fixme label,
.form-wrap .ng-invalid label {
  color: #de0546;
}
.form-wrap .fixme textarea,
.form-wrap .ng-invalid textarea {
  border: solid 1px #de0546 !important;
}
.form-wrap .explanation {
  color: #6d767e;
  padding-bottom: 0.5em;
  line-height: 1.5em;
}
.form-wrap .helper-text {
  color: #6d767e;
  font-size: 11px;
  padding-bottom: 1em;
}
.form-wrap__strong-checkbox {
  background-color: #f8f8f9;
  border: 1px solid #d4d7d9;
  border-radius: 0.25rem;
  display: block;
  padding: 1rem;
}
.form-wrap label,
.form__label {
  color: #0f1f2c;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
.form-wrap label strong,
.form__label strong {
  font-weight: normal;
  color: #0f1f2c;
}
.form-wrap label:not(.selection-box__label),
.form__label:not(.selection-box__label) {
  display: inline-block;
}
.form-wrap label.par,
.form__label.par {
  font-weight: 500;
}
.l_faux-right-column .helper-text {
  position: absolute;
  left: calc(100% + 5em);
  width: 60%;
}
@media (max-width: 768px) {
  .l_faux-right-column .helper-text {
    position: relative;
    left: 0;
    width: auto;
  }
}
.field-group {
  display: flex;
}
.field-group__input {
  position: relative;
  flex-grow: 1;
}
.field-group__input input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none;
}
.field-group__input input::-ms-clear {
  display: none;
}
.field-group__input--tag {
  border: 1px solid #d4d7d9;
  border-radius: 0.25rem;
  padding-left: 1rem;
}
.field-group__input--tag input[type='text'] {
  border: none;
  height: calc(3rem - 2px);
  padding-left: 0;
  margin-right: 1px;
  width: auto;
  min-width: 20rem;
}
.field-group__input--tag input[type='text'].field-group--autowidth {
  min-width: auto;
}
@media (max-width: 768px) {
  .field-group__input--tag input[type='text'] {
    min-width: auto;
  }
}
.field-group--addon {
  display: flex;
  position: relative;
  border-collapse: separate;
}
.field-group--addon input {
  align-self: center;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.field-group--addon span {
  align-self: center;
  background-color: #f8f8f9;
  border: 1px solid #d4d7d9;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
  line-height: 1.9rem;
  padding: 6px;
  border-right: 0;
  font-weight: 500;
  white-space: nowrap;
}
.field-group__btn {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
}
.field-group__btn .btn {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
.search-field .field-group__btn .combobox {
  max-width: 16.6666666667rem;
  width: auto;
  min-width: auto;
}
.search-field .field-group__btn .btn {
  border-top: none;
  border-right: none;
  border-bottom: none;
  background-color: transparent;
}
.search-field .field-group__btn .btn.btn-dropdown:after {
  border-left: none;
  line-height: 3rem;
}
.field-group--focus .btn.btn-passive {
  transition: border-color 0.25s ease-in-out;
  border-color: #0062e3;
}
.field-group--focus
  .btn.btn-passive:not([disabled]):not(.is_disabled):not(.inactive):not(:active):hover {
  border-color: #0062e3;
}
.search-field {
  font-size: 1.1666666667rem;
  padding-left: 3rem;
  position: relative;
  height: 3rem !important;
  border-radius: 1.5rem;
  background-color: #fff;
  border: 1px solid #d4d7d9;
  border-color: rgba(15, 31, 44, 0.18);
}
.search-field input[type='text'],
.search-field input[type='search'] {
  border: none;
  background-color: transparent;
  margin: 0;
  padding-left: 0;
  padding-right: 1rem;
  width: 100%;
}
.search-field input[type='text'][disabled],
.search-field input[type='search'][disabled] {
  border-radius: 0 1.5rem 1.5rem 0;
}
.search-field--short {
  width: 20rem;
  position: relative;
}
@media (max-width: 768px) {
  .search-field--short {
    width: 100%;
  }
}
.search-field--rounded {
  width: 16rem;
  height: 3rem !important;
  position: relative;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .search-field--rounded {
    width: 100%;
  }
}
.search-field--rounded input[type='search'] {
  padding-right: 0;
  height: 2.8333333333rem;
}
.search-field.full-width .dropdown-menu {
  overflow: hidden;
  width: 100%;
}
.search-field .typeahead-popup {
  margin-left: -3rem;
  width: 100% !important;
}
.search-field__typeahead2--simple {
  z-index: 1;
}
.search-field__typeahead2--simple:before {
  z-index: 2;
}
.search-field__typeahead2--simple .typeahead-item > a {
  display: block;
  padding: 0.5rem 1rem;
}
.data-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1rem;
  position: relative;
  width: 100%;
}
.data-table caption {
  margin-top: 2rem !important;
  text-align: left;
  margin-left: 2rem !important;
}
.data-table caption.top {
  caption-side: top;
}
.data-table caption.bottom {
  caption-side: bottom;
}
.data-table th {
  font-weight: 600;
  text-align: left;
}
.data-table td {
  font-weight: 500;
  margin: 0;
  overflow: visible;
}
.data-table th,
.data-table td {
  padding: 0.5rem 0.5rem 0.5rem 0;
  height: 3rem;
}
.data-table tbody tr {
  border-top: 1px solid #d4d7d9;
  border-bottom: 1px solid #d4d7d9;
}
.data-table tbody tr:last-child {
  border-bottom: none;
}
.data-table tbody tr .show-on-hover {
  visibility: hidden;
}
.keyboard-focus .data-table tbody tr .show-on-hover {
  visibility: visible;
}
.data-table tbody tr:hover .show-on-hover,
.data-table tbody tr:focus .show-on-hover {
  visibility: visible;
}
.data-table--sortable th,
.data-table--sortable td {
  padding: 1rem 1rem 1rem 0;
  height: 5rem;
}
.data-table--medium .data-table--sortable th,
.data-table--medium .data-table--sortable td {
  height: 3rem;
}
.data-table--sortable th:first-child,
.data-table--sortable td:first-child {
  padding-left: 1.5rem;
}
.data-table--sortable th:last-child,
.data-table--sortable td:last-child {
  padding-right: 1.5rem;
}
.data-table--sortable tbody tr {
  transition: background-color 0.15s ease-out;
}
.data-table--sortable tbody tr:hover {
  background-color: #f8f8f9;
}
.data-table--sortable tbody tr:focus-within {
  background-color: #f8f8f9;
}
.data-table--sortable tbody tr:last-child {
  border-bottom: none;
}
.data-table--sortable tbody tr.cta-row:hover {
  cursor: pointer;
}
.data-table--sortable tbody tr.cta-row:hover .btn-cta span {
  text-decoration: underline;
}
.data-table--report tbody tr {
  border-top: none;
}
.data-table--report th {
  border-bottom: 1px solid #d4d7d9;
}
.data-table--report td:hover a,
.data-table--report th:hover a {
  color: #0062e3;
}
.data-table--report .cell-size {
  width: 120px;
}
.data-table--report-table tr {
  border-left: 2px solid #d4d7d9;
}
.data-table--report-table:first-child {
  border-top: 1px solid #d4d7d9;
}
.data-table--report-table:last-child {
  border-left: none;
}
.data-table--short th {
  padding: 0.25rem 0.25rem 0.25rem 0;
}
.data-table--short td {
  padding: 0.25rem 0.25rem 0.25rem 0;
  height: auto;
}
.data-table--short td:first-child {
  padding-left: 0.25rem;
}
.data-table--short tbody tr {
  border-top: none;
}
.data-table .completion-progress-bar {
  width: 70%;
}
.data-table .completion-progress-bar .progress {
  display: block;
}
.data-table-padding-2 .data-table--sortable th:first-child,
.data-table-padding-2 .data-table--sortable td:first-child {
  padding-left: 2rem;
}
.data-table-padding-2 .data-table--sortable th:last-child,
.data-table-padding-2 .data-table--sortable td:last-child {
  padding-right: 2rem;
}
.data-table-padding-2 .data-table--no-shadow-wrapper {
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
}
.data-table-padding-2 .data-table--no-shadow-wrapper caption {
  margin-top: 2rem !important;
  text-align: left;
  margin-left: 0 !important;
  margin-bottom: 1rem;
}
.data-table-padding-2 .data-table--no-shadow-wrapper caption.top {
  caption-side: top;
}
.data-table-padding-2 .data-table--no-shadow-wrapper caption.bottom {
  caption-side: bottom;
}
.data-table-padding-2 .data-table--no-shadow-wrapper th,
.data-table-padding-2 .data-table--no-shadow-wrapper td {
  height: 3rem;
}
.data-table-padding-2 .data-table--no-shadow-wrapper th:first-child {
  padding-left: 0;
}
.data-table-padding-2 .data-table--no-shadow-wrapper th:last-child {
  padding-right: 0;
}
.data-table-padding-2 .data-table--no-shadow-wrapper td:first-child {
  padding-left: 0;
}
.data-table-padding-2 .data-table--no-shadow-wrapper td:last-child {
  padding-right: 1rem;
}
.account {
  height: 100%;
}
.account .l_max-screen {
  padding-top: 0;
}
.account .l_body-wrap {
  height: 100%;
  width: 100%;
  z-index: auto;
}
.account .l_main {
  height: 100%;
}
.account .grid.grid--full-width {
  max-width: none;
}
.account__title {
  font-family: Antonia-Heavy;
  font-size: 5rem;
}
.account__label {
  line-height: 2.6666666667rem;
}
.account__message {
  font-size: 1.3333333333rem;
  margin: 0 auto 2rem;
  text-align: center;
  max-width: 28rem;
}
.account__message--error {
  color: #de0546;
}
.account__sub-message {
  color: #6d767e;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.account__sub-message a {
  color: #0062e3;
  font-weight: 800;
}
.account__form-message {
  color: #6d767e;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 auto;
  padding: 1rem 0 2rem;
  text-align: center;
  width: 28rem;
}
@media (max-width: 768px) {
  .account__title {
    font-size: 3.5rem;
  }
}
.account__photo {
  background: url('/content/img/public/login/login-photo-new.png') center center;
  background-size: cover;
}
.account__form {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: right;
}
.account__wrapper {
  margin: 0 auto;
  width: 37rem;
}
@media (max-width: 768px) {
  .account__wrapper {
    width: 100%;
  }
}
.account__checkbox {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 0.75rem;
}
.account__hide-password {
  border: 1px solid red;
  height: 1px;
  left: -1px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  width: 1px;
  z-index: -1;
}
.account__textfield {
  position: relative;
  margin-top: 4.1666666667rem;
}
.account__textfield input {
  color: #80888f;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.8333333333rem 0.8333333333rem 1.25rem 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #80888f;
  border-radius: 0;
  line-height: normal;
  outline: none;
}
.account__textfield input.account__textfield--username {
  padding-right: 3rem;
}
.account__textfield input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.account__textfield input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.account__textfield input:placeholder-shown:not(:focus) + label {
  color: #80888f;
  top: 0.4166666667rem;
  font-size: 1.5rem;
}
.account__textfield input:not(:placeholder-shown):not(:focus) + label {
  color: #80888f !important;
}
.account__textfield label {
  position: absolute;
  color: #0062e3;
  font-size: 1.1666666667rem;
  font-weight: 500;
  left: 0;
  top: -2.5rem;
  pointer-events: none;
  transition: 0.2s ease all;
}
.account__textfield span {
  position: absolute;
  top: 0.4166666667rem;
  right: 0.8333333333rem;
}
.account .submit-button {
  font-size: 1.1666666667rem;
  line-height: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.account .link {
  font-weight: 700;
}
.account input.signup-textfield {
  line-height: 2.6666666667rem;
  font-size: 1.3333333333rem;
  font-weight: 500;
}
.account .tooltip {
  opacity: 1 !important;
}
.account__tooltip-icon {
  position: absolute;
  top: 0.9166666667rem;
  right: 0.8333333333rem;
}
.account__signup-login-now {
  line-height: 2rem;
}
.account__signup-invalid-input .form__invalid-msg {
  padding-left: 1rem;
}
@media (max-width: 1020px) {
  .account__photo {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .account__textfield label {
    font-size: 1.0833333333rem !important;
  }
}
.side-lines {
  color: #6d767e;
  font-size: 1rem;
  overflow: hidden;
  text-align: center;
}
.side-lines:before,
.side-lines:after {
  background-color: #d4d7d9;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.side-lines:before {
  right: 0.5rem;
  margin-left: -50%;
}
.side-lines:after {
  left: 0.5rem;
  margin-right: -50%;
}
.separator:after {
  content: '';
  background-color: #e76024;
  border-radius: 4px;
  width: 5rem;
  height: 0.3333333333rem;
  position: absolute;
  line-height: 3rem;
  bottom: 0;
}
.separator-center:after {
  left: 50%;
  margin-left: -27px;
}
.load-wrap {
  position: relative;
  min-height: 12.5rem;
  z-index: 2;
}
.content-loading {
  opacity: 0.3;
}
.spinner {
  margin: 4rem auto;
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent url('/content/img/app/loading.gif') no-repeat center
    center;
}
.spinner-overlay {
  margin-top: 15% !important;
}
.spinner.spinner--short {
  margin: 0 auto;
}
.spinner.spinner--solo {
  margin: 0;
}
.spinner-min-height {
  min-height: 4rem;
}
.side-bar-spinner {
  position: relative;
  height: 4rem;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url('/content/img/app/loading.gif') no-repeat center;
}
.input-spinner.required:before {
  content: '';
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  background: transparent url('/content/img/app/loading.gif') no-repeat center
    center;
  right: 2.5rem;
  bottom: 2px;
}
.input-spinner.required input[type='text'] {
  padding-right: 5rem;
}
input.input-spinner {
  background: transparent url('/content/img/app/loading.gif') no-repeat right
    1rem center !important;
  transition: inherit !important;
}
button.button-spinner {
  background: #f8f8f9 url('/content/img/app/loading.gif') no-repeat center
    center !important;
}
.btn-spinner {
  position: relative;
  left: 50%;
  top: 50%;
}
.btn-spinner__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.toast {
  position: relative;
  display: inline-block;
  min-width: 40%;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  position: relative;
  background-color: #f8f8f9;
  margin-bottom: 1rem;
}
.toast__wrapper {
  min-height: 4rem;
  height: 3rem;
}
.toast__wrapper--with-button {
  padding-right: 3rem;
}
.toast__close-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 4rem;
  font-size: 0.6666666667rem;
  color: #6d767e;
  padding: 1.5rem;
}
.toast--bottom {
  position: fixed;
  bottom: 0;
  right: 3rem;
  left: 3rem;
  z-index: 1101;
  width: calc(100% - 6rem);
  text-align: center;
}
.toast--bottom .dg-animate {
  position: relative;
}
.toast--bottom.toast--beneath-modal {
  z-index: 4;
}
.toast.toast--bottom-right {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  min-width: auto;
  background-color: #fff;
}
.toast.toast--bottom-right .toast__wrapper {
  min-height: 2.5rem;
}
.toast.toast--bottom-right .toast__message {
  color: #6d767e;
}
.toast__icon {
  font-size: 1.3333333333rem;
  line-height: 1.3333333333rem;
}
.toast__icon:before {
  font-family: 'degreedicons';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.toast__icon--info {
  color: #0062e3;
}
.toast__icon--info:before {
  content: 'd';
}
.toast__icon--success {
  color: #00a866;
}
.toast__icon--success:before {
  content: 'X';
}
.toast__icon--error {
  color: #de0546;
}
.toast__icon--error:before {
  content: 'K';
}
.toast__icon--warn,
.toast__icon--warning {
  color: #916600;
}
.toast__icon--warn:before,
.toast__icon--warning:before {
  content: 'A';
}
.breadcrumb {
  width: 100%;
  padding: 0.75rem 0;
  background-color: #f8f8f9;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6d767e;
  position: relative;
  z-index: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #f8f8f9;
  height: 100%;
  top: 0;
  bottom: 0;
}
.breadcrumb:before {
  left: -100%;
  right: 100%;
}
.breadcrumb:after {
  right: -100%;
  left: 100%;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb__item {
  margin-right: 0.5rem;
  position: relative;
  color: #0f1f2c;
}
.breadcrumb__item:last-child {
  font-weight: 600;
}
.breadcrumb__item:last-child:after {
  display: none;
}
.breadcrumb__back-btn:before,
.breadcrumb__item:after {
  font-weight: normal;
  font-size: 0.8333333333rem;
}
.breadcrumb__link {
  color: #6d767e;
}
.breadcrumb__link:hover,
.breadcrumb__link:focus {
  color: #0f1f2c;
  text-decoration: underline;
}
.profile-pic {
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  vertical-align: middle;
  background-color: #d4d7d9;
  text-align: left;
}
.app-header .app-header__profile-pic .profile-pic,
.product-header .product-header__profile-pic .profile-pic {
  background-color: rgba(15, 31, 44, 0.18);
}
.app-header--dark .app-header__profile-pic .profile-pic,
.product-header--dark .product-header__profile-pic .profile-pic {
  background-color: rgba(255, 255, 255, 0.5);
}
.profile-pic__add--small:before {
  font-size: 3rem;
  vertical-align: middle;
}
.profile-pic__add--tiny:before {
  font-size: 2rem;
  vertical-align: middle;
}
.profile-pic--large {
  width: 12.5rem;
  height: 12.5rem;
}
.profile-pic__image {
  width: 100%;
  height: 100%;
}
.profile-pic__engaged {
  position: absolute;
  overflow: visible;
}
.profile-pic__container {
  position: relative;
  display: inline-block;
}
.profile-pic__mentor-pic--small,
.profile-pic__mentor-pic--medium {
  border: 0.1666666667rem solid #fff;
}
.profile-pic__mentor-pic--large {
  border: 0.25rem solid #fff;
}
.profile-pic__mentor-image {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: -0.6666666667rem;
  right: -0.5rem;
  line-height: 0;
}
.profile-pic__mentor-icon {
  line-height: 0;
}
.combobox {
  position: relative;
  min-width: 16.6666666667rem;
  width: 16.6666666667rem;
}
.combobox__btn {
  padding: 0 calc(1rem - 1px);
  line-height: calc(3rem - 2px);
}
.combobox__btn.btn-dropdown {
  padding: 0 3.25rem 0 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-field .combobox__btn.btn-dropdown {
  padding-right: 2.75rem;
  margin-right: 0.75rem;
  line-height: 3rem;
}
.combobox__menu {
  width: 100%;
  max-height: 18.5rem;
  overflow-y: auto;
}
.combobox__option {
  min-height: 2em;
  user-select: none;
  cursor: pointer;
}
.combobox__option--disabled:hover,
.combobox__option--disabled-focus {
  color: #6d767e;
  background-color: transparent;
}
.combobox__option--add .combobox__option-label {
  color: #0062e3;
}
.combobox__option--add .combobox__option-label:before {
  content: '+ ';
}
.combobox__group-label {
  min-height: 2em;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.combobox__divider {
  border-bottom: 1px solid #d4d7d9;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}
dg-select.full-width .combobox,
dg-combobox.full-width .combobox,
dgx-select.full-width .combobox,
dgx-combobox.full-width .combobox {
  min-width: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .m-full-width .combobox {
    width: 100%;
  }
}
.orgIntegrations__integrations-section {
  margin-bottom: 20px;
}
.orgIntegrations__content-providers-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.orgIntegrations__content-provider-container {
  height: 140px;
  display: block;
  background-color: #fff;
  border: 1px solid #d4d7d9;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 1rem;
}
.orgIntegrations__content-provider--logo {
  max-height: 80%;
}
.integrations-setup-btn {
  position: absolute !important;
  right: 25px !important;
}
.integrations-enable-btn {
  display: inline;
}
.integrations-spinner {
  position: absolute;
  right: 20px;
  top: 15px;
}
.integrations-spinner {
  position: absolute;
  right: 20px;
  top: 15px;
}
.integrations-provider-logo {
  height: 57px;
}
.integrations-panel {
  min-height: 150px;
}
.disabled-integration {
  color: #999;
  text-decoration: line-through;
}
.daytimeWarning-integration {
  color: #f9b44a !important;
}
.integration-job-status .ui-grid-cell-contents {
  font-size: 80%;
  border: 2px solid #000;
  display: inline;
  padding: 3px;
  line-height: 30px;
}
.integration-job-status-done .ui-grid-cell-contents {
  border-color: #7ac29a;
  color: #7ac29a;
}
.integration-job-status-error .ui-grid-cell-contents {
  border-color: #eb5e28;
  color: #eb5e28;
}
.integration-job-status-warning .ui-grid-cell-contents {
  border-color: #fb3;
  color: #fb3;
}
.provider-integration-tabset .tab-content {
  flex: 1;
  text-align: left;
}
.integration-public-organization,
.integration-public-organization > .ui-grid-cell-contents {
  font-style: italic;
  text-decoration: underline;
}
.integration-unknown-organization,
.integration-unknown-organization > .ui-grid-cell-contents {
  color: transparent;
}
.tooltiptext {
  visibility: hidden;
  width: 75px;
  background-color: #d4d4d4;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 115%;
  margin-left: -60px;
}
.tooltiptext:focus,
.tooltiptext:active {
  outline: none;
}
.status-count-btn:hover .tooltiptext {
  visibility: visible;
}
.status-count-btn:hover .tooltiptext:focus,
.status-count-btn:hover .tooltiptext:active {
  outline: none;
}
.status-count-btn:focus,
.status-count-btn:active {
  outline: none;
}
.required-member {
  color: #e76024;
}
.required-member:after {
  content: ' *';
}
.share-btn {
  position: absolute;
  top: 71px;
  right: 2rem;
}
.pagination {
  display: flex;
  padding: 0 20px;
  margin: 10px 0 0 0;
  align-items: center;
}
.pagination .spacer {
  flex-grow: 1;
}
.pagination .btn {
  margin-right: 10px;
}
.pagination .btn.disabled {
  background-color: #ccc;
}
.btn-group .btn:first-child {
  margin-left: 0;
}
.btn-group .btn {
  margin-left: -0.33rem;
}
.btn-group .btn:not(:last-child) {
  border-right: none;
}
.btn-group .btn:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group .btn:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group .btn:not(:last-child),
.btn-group .btn:not(:first-child) {
  border-radius: 0px;
}
.toggle-switch {
  position: relative;
  display: inline-block;
}
.toggle-switch-btn {
  width: 5rem;
  height: 2.5rem;
  padding: 0;
  position: relative;
  background-color: #d4d7d9;
  border: 1px solid transparent;
  border-radius: 1.25rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar ~ .l_main-panel {
  z-index: 3;
}
.sidebar {
  background-color: #f8f8f9;
  border-left: 1px solid #d4d7d9;
  min-height: calc(100vh - 60px);
}
.sidebar p {
  color: #6d767e;
  font-size: 12px;
}
.sidebar p .lighten {
  color: #d4d7d9;
}
.sidebar .fixed-width {
  width: 300px;
}
.sidebar .search-simple {
  background: #fff;
}
.sidebar .l_no-page-title {
  min-height: calc(100vh - 90px);
}
.sidebar .l_no-tabs {
  min-height: calc(100vh - 133px);
}
.sidebar .dim {
  color: #939aa0;
}
.sidebar-mobile-toolbar {
  display: none;
  background-color: #1e3d54;
  padding: 0 1em;
}
.sidebar-mobile-toolbar .btn.btn-passive {
  border: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .sidebar-mobile-toolbar {
    display: block;
    margin-left: -1px;
  }
}
.sidebar-collapse {
  background-color: #f8f8f9;
}
.sidebar-collapse li {
  margin: 0 1em;
  border-top: 1px solid #d4d7d9;
}
.sidebar-collapse li :first-child {
  border-top: none;
}
.sidebar-collapse-button {
  display: block;
  padding: 1em;
}
.sidebar-collapse-button :after {
  content: 'O';
  font-family: 'degreedicons';
  float: right;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .sidebar,
  .sidebar-container {
    border-left: 0;
  }
  .sidebar.fixed-width,
  .sidebar-container.fixed-width {
    width: 100%;
  }
  .sidebar ~ div {
    width: 100%;
  }
}
.sidebar input[type='color']:focus,
.bin input[type='color']:focus,
.sidebar input[type='date']:focus,
.bin input[type='date']:focus,
.sidebar input[type='datetime']:focus,
.bin input[type='datetime']:focus,
.sidebar input[type='datetime-local']:focus,
.bin input[type='datetime-local']:focus,
.sidebar input[type='email']:focus,
.bin input[type='email']:focus,
.sidebar input[type='month']:focus,
.bin input[type='month']:focus,
.sidebar input[type='number']:focus,
.bin input[type='number']:focus,
.sidebar input[type='password']:focus,
.bin input[type='password']:focus,
.sidebar input[type='search']:focus,
.bin input[type='search']:focus,
.sidebar input[type='tel']:focus,
.bin input[type='tel']:focus,
.sidebar input[type='text']:focus,
.bin input[type='text']:focus,
.sidebar input[type='time']:focus,
.bin input[type='time']:focus,
.sidebar input[type='url']:focus,
.bin input[type='url']:focus,
.sidebar input[type='week']:focus,
.bin input[type='week']:focus,
.sidebar textarea:focus,
.bin textarea:focus {
  background: #fff;
}
.inline-notification .warning-notification {
  border-radius: 6px;
  border: 1px solid #f9b44a;
  background-color: #fff;
}
.inline-notification .warning-notification .icon {
  color: #f9b44a;
}
.inline-notification .warning-notification h1 {
  font-weight: bold;
  color: #6d767e;
  line-height: 2em;
}
.inline-notification .error-notification {
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: #e76024;
}
.inline-notification .error-notification .icon {
  color: #fff;
}
.inline-notification .error-notification .notification-close button {
  color: #fff;
}
.inline-notification .error-notification .description {
  color: #fff;
}
.inline-notification .error-notification h1 {
  font-weight: bold;
  color: #fff;
  line-height: 2em;
}
.inline-notification .success-notification {
  border-radius: 6px;
  border: 1px solid #76984c;
  background-color: #92c454;
}
.inline-notification .success-notification .icon {
  color: #fff;
}
.inline-notification .success-notification .notification-close button {
  color: #fff;
}
.inline-notification .success-notification .description {
  color: #fff;
}
.inline-notification .success-notification h1 {
  font-weight: bold;
  color: #fff;
  line-height: 2em;
}
.inline-notification .notification-close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
}
.inline-notification .notification-close button {
  font-weight: bold;
  color: #6d767e;
}
.inline-notification .notification-close:hover {
  opacity: 1;
}
.inline-notification .description {
  padding-left: 2.7em;
}
@media (max-width: 768px) {
  .inline-notifciation .title {
    line-height: normal;
    padding-left: 2.7em;
    text-indent: -1.1em;
  }
}
.badge.badge-pill {
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.badge.badge-pill--compact {
  font-size: 10px;
  padding: 0.25rem 0.5rem;
  height: 1.5rem;
  line-height: normal;
}
.badge.badge-pill.badge-neutral {
  background-color: rgba(15, 31, 44, 0.08);
  color: #0f1f2c;
}
.badge.badge-pill.badge-emphasize {
  background-color: #cce0f9;
  color: #0046b0;
}
.badge.badge-pill.badge-success {
  background-color: #cceee0;
  color: #007547;
}
.badge.badge-pill.badge-attention {
  background-color: #fcf0cc;
  color: #916600;
}
.badge.badge-pill.badge-danger {
  background-color: #f8cdda;
  color: #ab0341;
}
.business-rules-cover {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 10;
  top: 200px;
  height: calc(100% - 200px);
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left;
}
.pull-middle {
  overflow: hidden;
}
.ellipsis-user-search {
  width: 20px;
}
.ellipsis-user-search svg {
  fill: #6e767e;
}
.myGrid {
  width: 1400px;
  height: 700px;
  margin-top: 0;
}
.ftp-file-grid {
  height: 730px;
  margin-top: 0;
}
.medium-height-grid {
  height: 500px;
  overflow: auto;
}
.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}
.iframe-holder {
  height: calc(100vh - 120px);
  width: auto;
  margin: 0;
}
.iframe-holder iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.has-error {
  border-color: #de0546 !important;
}
dg-crumb {
  position: relative;
  top: -4rem;
}
.grid-align-fix {
  width: calc(100% + 36px);
  max-width: calc(100% + 36px);
  margin-left: -18px;
}
.move-up-1-rem {
  position: relative;
  top: -1rem;
}
.report-definition .panel-group {
  border-radius: 0.5rem;
  box-shadow: 0px 1px 5px 0px rgba(15, 31, 44, 0.25);
  background-color: #fff;
  display: block;
  overflow: hidden;
}
.report-definition .panel-group .panel + .panel {
  margin: 0;
}
.report-definition .panel {
  border: none;
}
.report-definition .panel-default > .panel-heading {
  background-color: #fff;
}
.report-definition .panel-group .panel-heading {
  border-bottom: 1px solid rgba(15, 31, 44, 0.18);
}
.report-definition .panel-group .panel-heading:last-child {
  border-bottom: none;
}
.report-definition .panel-heading {
  padding: 0;
}
.report-definition .panel-body {
  padding: 0;
  background-color: #f8f8f9;
  border-top: none !important;
}
.report-definition .accordion-toggle {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.app-header__nav  .tabnav__item__remove {
    display: none
}
.tabnav__list .tabnav__item.tabnav__item__remove {
    display: none
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px),
(max-width: 768px) {
    .error-status {
    background-position-x: -170px;
    background-position-y: bottom;
    background-size: cover;
    min-height: 380px;
    text-align: center;
  }
  .error-status-title-box {
    text-align: center;
  }
  .error-status .no-mobile {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (max-height: 768px) {
  .error-status {
    min-height: 620px;
    text-align: center;
  }
  .error-status-title-box {
    float: right !important;
    padding-right: 4em;
    width: 62%;
    text-align: center;
  }
}
/*# sourceMappingURL=degreedOps_app.css.map */
