@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700");@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700");@import url("https://rsms.me/inter/inter.css");


/* Normalize Code Start */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Normalize Code End */
/* Sass Compiled Bootstrap Code Start */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container {
  width: 100%;
  max-width: 1280px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Sass Compiled Bootstrap Code End */
.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.fs10 {
  font-size: 10px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs23 {
  font-size: 23px;
}
.fs30 {
  font-size: 30px;
}
.fs31 {
  font-size: 31px;
}
.fs35 {
  font-size: 35px;
}
.fs40 {
  font-size: 40px;
}
.fs45 {
  font-size: 45px;
}
.fs50 {
  font-size: 50px;
}
@keyframes color-flash {
  60% {
    background-color: #f2af4b;
  }
  70% {
    background-color: #f28379;
  }
  80% {
    background-color: #f2af4b;
  }
  90% {
    background-color: #f28379;
  }
  100% {
    background-color: #f2af4b;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
a:after,
span:after,
strong:after {
  display: inline;
}
.height-auto {
  height: auto !important;
}
.height-fit-content {
  height: fit-content !important;
}
.height-max-content {
  height: max-content !important;
}
.height-min-content {
  height: min-content !important;
}
.width-max {
  width: max-content;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
input,
button {
  border: none;
  outline: none;
}
.main-text {
  font-weight: 700;
  font-size: 16px;
}
.medium-text {
  font-size: 14px;
  color: #828282;
}
.muted-text {
  font-size: 12px;
  color: #78909c;
  font-weight: 400;
}
.width--half {
  width: 50% !important;
}
.padding--none {
  padding: 0 !important;
}
.padding--tb {
  padding: 10px 0;
}
.padding--rl {
  padding: 0 10px;
}
.padding--r {
  padding-right: 10px;
}
.padding--t {
  padding-top: 10px;
}
.padding--b {
  padding-top: 10px;
}
.text--grey {
  color: #646464;
}
.scrollable-content {
  height: 365px;
  overflow-y: auto;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.dark--text {
  color: #263238 !important;
}
.grey--text {
  color: #999999 !important;
}
.blue--text {
  color: #03a9f4 !important;
}
.icon--grey {
  color: #b0bec5 !important;
}
.font-weight-extra-bold {
  font-weight: 800;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.required {
  color: #fe8a80;
}
.secondary-text {
  color: #939393;
}
.width--full {
  width: 100%;
}
.height--full {
  height: 100%;
}
.margin--r {
  margin-right: 10px;
}
.margin--b {
  margin-bottom: 10px;
}
.margin-left-auto {
  margin-left: auto;
}
.padding {
  padding: 8px;
}
.flex-fix:after, .flex-fix::before {
  display: none;
}
.mw-150 {
  min-width: 150px;
}
.mw-200 {
  min-width: 200px;
}
.p-1rem {
  padding: 1rem !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-1rem {
  padding-bottom: 1rem !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.mr-16 {
  margin-right: 16px;
}
.mr-4 {
  margin-right: 4px;
}
.pr-6 {
  padding-right: 6px !important;
}
.w-80 {
  width: 80%;
}
.p-absolute {
  position: absolute;
}
.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.m-10 {
  margin: 10px;
}
.m-24 {
  margin: 24px;
}
.r-auto {
  right: auto !important;
}
.gap-10 {
  gap: 10px;
}
.color-grey-50 {
  color: #999999 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.pointer-events-none {
  pointer-events: none;
}
@media (max-width: 576px) {
  .sm-d-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md-d-none {
    display: none !important;
  }
}
.hide-d-none {
  display: none !important;
}
.flex-direction-column {
  flex-direction: column;
}
.color-tertiary-blue-40 {
  color: #29b6f6;
}
.color-tertiary-blue-60 {
  color: #2196f3;
}
.white-space-nowrap {
  white-space: nowrap;
}
.flex-direction-responsive {
  flex-direction: row;
}
@media (max-width: 576px) {
  .flex-direction-responsive {
    flex-direction: column;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-1rem {
  margin-top: 1rem !important;
}
.mt-3rem {
  margin-top: 3rem !important;
}
.align-center {
  align-items: center;
}
.overflow-auto {
  overflow: auto;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis__two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.remove-border {
  border: 0 !important;
}
.margin-left-auto {
  margin-left: auto !important;
}
.user-select-none {
  user-select: none;
}
.word-break {
  word-break: break-word;
}
.overflow-hidden {
  overflow: hidden !important;
}
.text-overflow-unset {
  text-overflow: unset;
}
.z-index-1000 {
  z-index: 1000 !important;
}
.tpx-0 {
  top: 0px !important;
}
.tpx-1 {
  top: 1px !important;
}
.tpx-2 {
  top: 2px !important;
}
.tpx-3 {
  top: 3px !important;
}
.tpx-4 {
  top: 4px !important;
}
.tpx-5 {
  top: 5px !important;
}
.tpx-6 {
  top: 6px !important;
}
.tpx-7 {
  top: 7px !important;
}
.tpx-8 {
  top: 8px !important;
}
.tpx-9 {
  top: 9px !important;
}
.tpx-10 {
  top: 10px !important;
}
.tpx-11 {
  top: 11px !important;
}
.tpx-12 {
  top: 12px !important;
}
.tpx-13 {
  top: 13px !important;
}
.tpx-14 {
  top: 14px !important;
}
.tpx-15 {
  top: 15px !important;
}
.tpx-16 {
  top: 16px !important;
}
.tpx-17 {
  top: 17px !important;
}
.tpx-18 {
  top: 18px !important;
}
.tpx-19 {
  top: 19px !important;
}
.tpx-20 {
  top: 20px !important;
}
.tpx-21 {
  top: 21px !important;
}
.tpx-22 {
  top: 22px !important;
}
.tpx-23 {
  top: 23px !important;
}
.tpx-24 {
  top: 24px !important;
}
.tpx-25 {
  top: 25px !important;
}
.tpx-26 {
  top: 26px !important;
}
.tpx-27 {
  top: 27px !important;
}
.tpx-28 {
  top: 28px !important;
}
.tpx-29 {
  top: 29px !important;
}
.tpx-30 {
  top: 30px !important;
}
.tpx-31 {
  top: 31px !important;
}
.tpx-32 {
  top: 32px !important;
}
.tpx-33 {
  top: 33px !important;
}
.tpx-34 {
  top: 34px !important;
}
.tpx-35 {
  top: 35px !important;
}
.tpx-36 {
  top: 36px !important;
}
.tpx-37 {
  top: 37px !important;
}
.tpx-38 {
  top: 38px !important;
}
.tpx-39 {
  top: 39px !important;
}
.tpx-40 {
  top: 40px !important;
}
.tpx-41 {
  top: 41px !important;
}
.tpx-42 {
  top: 42px !important;
}
.tpx-43 {
  top: 43px !important;
}
.tpx-44 {
  top: 44px !important;
}
.tpx-45 {
  top: 45px !important;
}
.tpx-46 {
  top: 46px !important;
}
.tpx-47 {
  top: 47px !important;
}
.tpx-48 {
  top: 48px !important;
}
.tpx-49 {
  top: 49px !important;
}
.tpx-50 {
  top: 50px !important;
}
.tpx-51 {
  top: 51px !important;
}
.tpx-52 {
  top: 52px !important;
}
.tpx-53 {
  top: 53px !important;
}
.tpx-54 {
  top: 54px !important;
}
.tpx-55 {
  top: 55px !important;
}
.tpx-56 {
  top: 56px !important;
}
.tpx-57 {
  top: 57px !important;
}
.tpx-58 {
  top: 58px !important;
}
.tpx-59 {
  top: 59px !important;
}
.tpx-60 {
  top: 60px !important;
}
.tpx-61 {
  top: 61px !important;
}
.tpx-62 {
  top: 62px !important;
}
.tpx-63 {
  top: 63px !important;
}
.tpx-64 {
  top: 64px !important;
}
.tpx-65 {
  top: 65px !important;
}
.tpx-66 {
  top: 66px !important;
}
.tpx-67 {
  top: 67px !important;
}
.tpx-68 {
  top: 68px !important;
}
.tpx-69 {
  top: 69px !important;
}
.tpx-70 {
  top: 70px !important;
}
.tpx-71 {
  top: 71px !important;
}
.tpx-72 {
  top: 72px !important;
}
.tpx-73 {
  top: 73px !important;
}
.tpx-74 {
  top: 74px !important;
}
.tpx-75 {
  top: 75px !important;
}
.tpx-76 {
  top: 76px !important;
}
.tpx-77 {
  top: 77px !important;
}
.tpx-78 {
  top: 78px !important;
}
.tpx-79 {
  top: 79px !important;
}
.tpx-80 {
  top: 80px !important;
}
.tpx-81 {
  top: 81px !important;
}
.tpx-82 {
  top: 82px !important;
}
.tpx-83 {
  top: 83px !important;
}
.tpx-84 {
  top: 84px !important;
}
.tpx-85 {
  top: 85px !important;
}
.tpx-86 {
  top: 86px !important;
}
.tpx-87 {
  top: 87px !important;
}
.tpx-88 {
  top: 88px !important;
}
.tpx-89 {
  top: 89px !important;
}
.tpx-90 {
  top: 90px !important;
}
.tpx-91 {
  top: 91px !important;
}
.tpx-92 {
  top: 92px !important;
}
.tpx-93 {
  top: 93px !important;
}
.tpx-94 {
  top: 94px !important;
}
.tpx-95 {
  top: 95px !important;
}
.tpx-96 {
  top: 96px !important;
}
.tpx-97 {
  top: 97px !important;
}
.tpx-98 {
  top: 98px !important;
}
.tpx-99 {
  top: 99px !important;
}
.tpx-100 {
  top: 100px !important;
}
.tpx-101 {
  top: 101px !important;
}
.tpx-102 {
  top: 102px !important;
}
.tpx-103 {
  top: 103px !important;
}
.tpx-104 {
  top: 104px !important;
}
.tpx-105 {
  top: 105px !important;
}
.tpx-106 {
  top: 106px !important;
}
.tpx-107 {
  top: 107px !important;
}
.tpx-108 {
  top: 108px !important;
}
.tpx-109 {
  top: 109px !important;
}
.tpx-110 {
  top: 110px !important;
}
.tpx-111 {
  top: 111px !important;
}
.tpx-112 {
  top: 112px !important;
}
.tpx-113 {
  top: 113px !important;
}
.tpx-114 {
  top: 114px !important;
}
.tpx-115 {
  top: 115px !important;
}
.tpx-116 {
  top: 116px !important;
}
.tpx-117 {
  top: 117px !important;
}
.tpx-118 {
  top: 118px !important;
}
.tpx-119 {
  top: 119px !important;
}
.tpx-120 {
  top: 120px !important;
}
.tpx-121 {
  top: 121px !important;
}
.tpx-122 {
  top: 122px !important;
}
.tpx-123 {
  top: 123px !important;
}
.tpx-124 {
  top: 124px !important;
}
.tpx-125 {
  top: 125px !important;
}
.tpx-126 {
  top: 126px !important;
}
.tpx-127 {
  top: 127px !important;
}
.tpx-128 {
  top: 128px !important;
}
.tpx-129 {
  top: 129px !important;
}
.tpx-130 {
  top: 130px !important;
}
.tpx-131 {
  top: 131px !important;
}
.tpx-132 {
  top: 132px !important;
}
.tpx-133 {
  top: 133px !important;
}
.tpx-134 {
  top: 134px !important;
}
.tpx-135 {
  top: 135px !important;
}
.tpx-136 {
  top: 136px !important;
}
.tpx-137 {
  top: 137px !important;
}
.tpx-138 {
  top: 138px !important;
}
.tpx-139 {
  top: 139px !important;
}
.tpx-140 {
  top: 140px !important;
}
.tpx-141 {
  top: 141px !important;
}
.tpx-142 {
  top: 142px !important;
}
.tpx-143 {
  top: 143px !important;
}
.tpx-144 {
  top: 144px !important;
}
.tpx-145 {
  top: 145px !important;
}
.tpx-146 {
  top: 146px !important;
}
.tpx-147 {
  top: 147px !important;
}
.tpx-148 {
  top: 148px !important;
}
.tpx-149 {
  top: 149px !important;
}
.tpx-150 {
  top: 150px !important;
}
.tpx-151 {
  top: 151px !important;
}
.tpx-152 {
  top: 152px !important;
}
.tpx-153 {
  top: 153px !important;
}
.tpx-154 {
  top: 154px !important;
}
.tpx-155 {
  top: 155px !important;
}
.tpx-156 {
  top: 156px !important;
}
.tpx-157 {
  top: 157px !important;
}
.tpx-158 {
  top: 158px !important;
}
.tpx-159 {
  top: 159px !important;
}
.tpx-160 {
  top: 160px !important;
}
.tpx-161 {
  top: 161px !important;
}
.tpx-162 {
  top: 162px !important;
}
.tpx-163 {
  top: 163px !important;
}
.tpx-164 {
  top: 164px !important;
}
.tpx-165 {
  top: 165px !important;
}
.tpx-166 {
  top: 166px !important;
}
.tpx-167 {
  top: 167px !important;
}
.tpx-168 {
  top: 168px !important;
}
.tpx-169 {
  top: 169px !important;
}
.tpx-170 {
  top: 170px !important;
}
.tpx-171 {
  top: 171px !important;
}
.tpx-172 {
  top: 172px !important;
}
.tpx-173 {
  top: 173px !important;
}
.tpx-174 {
  top: 174px !important;
}
.tpx-175 {
  top: 175px !important;
}
.tpx-176 {
  top: 176px !important;
}
.tpx-177 {
  top: 177px !important;
}
.tpx-178 {
  top: 178px !important;
}
.tpx-179 {
  top: 179px !important;
}
.tpx-180 {
  top: 180px !important;
}
.tpx-181 {
  top: 181px !important;
}
.tpx-182 {
  top: 182px !important;
}
.tpx-183 {
  top: 183px !important;
}
.tpx-184 {
  top: 184px !important;
}
.tpx-185 {
  top: 185px !important;
}
.tpx-186 {
  top: 186px !important;
}
.tpx-187 {
  top: 187px !important;
}
.tpx-188 {
  top: 188px !important;
}
.tpx-189 {
  top: 189px !important;
}
.tpx-190 {
  top: 190px !important;
}
.tpx-191 {
  top: 191px !important;
}
.tpx-192 {
  top: 192px !important;
}
.tpx-193 {
  top: 193px !important;
}
.tpx-194 {
  top: 194px !important;
}
.tpx-195 {
  top: 195px !important;
}
.tpx-196 {
  top: 196px !important;
}
.tpx-197 {
  top: 197px !important;
}
.tpx-198 {
  top: 198px !important;
}
.tpx-199 {
  top: 199px !important;
}
.tpx-200 {
  top: 200px !important;
}
.max-hpx-0 {
  max-height: 0px;
}
.max-wpx-0 {
  max-width: 0px;
}
.max-hpx-1 {
  max-height: 1px;
}
.max-wpx-1 {
  max-width: 1px;
}
.max-hpx-2 {
  max-height: 2px;
}
.max-wpx-2 {
  max-width: 2px;
}
.max-hpx-3 {
  max-height: 3px;
}
.max-wpx-3 {
  max-width: 3px;
}
.max-hpx-4 {
  max-height: 4px;
}
.max-wpx-4 {
  max-width: 4px;
}
.max-hpx-5 {
  max-height: 5px;
}
.max-wpx-5 {
  max-width: 5px;
}
.max-hpx-6 {
  max-height: 6px;
}
.max-wpx-6 {
  max-width: 6px;
}
.max-hpx-7 {
  max-height: 7px;
}
.max-wpx-7 {
  max-width: 7px;
}
.max-hpx-8 {
  max-height: 8px;
}
.max-wpx-8 {
  max-width: 8px;
}
.max-hpx-9 {
  max-height: 9px;
}
.max-wpx-9 {
  max-width: 9px;
}
.max-hpx-10 {
  max-height: 10px;
}
.max-wpx-10 {
  max-width: 10px;
}
.max-hpx-11 {
  max-height: 11px;
}
.max-wpx-11 {
  max-width: 11px;
}
.max-hpx-12 {
  max-height: 12px;
}
.max-wpx-12 {
  max-width: 12px;
}
.max-hpx-13 {
  max-height: 13px;
}
.max-wpx-13 {
  max-width: 13px;
}
.max-hpx-14 {
  max-height: 14px;
}
.max-wpx-14 {
  max-width: 14px;
}
.max-hpx-15 {
  max-height: 15px;
}
.max-wpx-15 {
  max-width: 15px;
}
.max-hpx-16 {
  max-height: 16px;
}
.max-wpx-16 {
  max-width: 16px;
}
.max-hpx-17 {
  max-height: 17px;
}
.max-wpx-17 {
  max-width: 17px;
}
.max-hpx-18 {
  max-height: 18px;
}
.max-wpx-18 {
  max-width: 18px;
}
.max-hpx-19 {
  max-height: 19px;
}
.max-wpx-19 {
  max-width: 19px;
}
.max-hpx-20 {
  max-height: 20px;
}
.max-wpx-20 {
  max-width: 20px;
}
.max-hpx-21 {
  max-height: 21px;
}
.max-wpx-21 {
  max-width: 21px;
}
.max-hpx-22 {
  max-height: 22px;
}
.max-wpx-22 {
  max-width: 22px;
}
.max-hpx-23 {
  max-height: 23px;
}
.max-wpx-23 {
  max-width: 23px;
}
.max-hpx-24 {
  max-height: 24px;
}
.max-wpx-24 {
  max-width: 24px;
}
.max-hpx-25 {
  max-height: 25px;
}
.max-wpx-25 {
  max-width: 25px;
}
.max-hpx-26 {
  max-height: 26px;
}
.max-wpx-26 {
  max-width: 26px;
}
.max-hpx-27 {
  max-height: 27px;
}
.max-wpx-27 {
  max-width: 27px;
}
.max-hpx-28 {
  max-height: 28px;
}
.max-wpx-28 {
  max-width: 28px;
}
.max-hpx-29 {
  max-height: 29px;
}
.max-wpx-29 {
  max-width: 29px;
}
.max-hpx-30 {
  max-height: 30px;
}
.max-wpx-30 {
  max-width: 30px;
}
.max-hpx-31 {
  max-height: 31px;
}
.max-wpx-31 {
  max-width: 31px;
}
.max-hpx-32 {
  max-height: 32px;
}
.max-wpx-32 {
  max-width: 32px;
}
.max-hpx-33 {
  max-height: 33px;
}
.max-wpx-33 {
  max-width: 33px;
}
.max-hpx-34 {
  max-height: 34px;
}
.max-wpx-34 {
  max-width: 34px;
}
.max-hpx-35 {
  max-height: 35px;
}
.max-wpx-35 {
  max-width: 35px;
}
.max-hpx-36 {
  max-height: 36px;
}
.max-wpx-36 {
  max-width: 36px;
}
.max-hpx-37 {
  max-height: 37px;
}
.max-wpx-37 {
  max-width: 37px;
}
.max-hpx-38 {
  max-height: 38px;
}
.max-wpx-38 {
  max-width: 38px;
}
.max-hpx-39 {
  max-height: 39px;
}
.max-wpx-39 {
  max-width: 39px;
}
.max-hpx-40 {
  max-height: 40px;
}
.max-wpx-40 {
  max-width: 40px;
}
.max-hpx-41 {
  max-height: 41px;
}
.max-wpx-41 {
  max-width: 41px;
}
.max-hpx-42 {
  max-height: 42px;
}
.max-wpx-42 {
  max-width: 42px;
}
.max-hpx-43 {
  max-height: 43px;
}
.max-wpx-43 {
  max-width: 43px;
}
.max-hpx-44 {
  max-height: 44px;
}
.max-wpx-44 {
  max-width: 44px;
}
.max-hpx-45 {
  max-height: 45px;
}
.max-wpx-45 {
  max-width: 45px;
}
.max-hpx-46 {
  max-height: 46px;
}
.max-wpx-46 {
  max-width: 46px;
}
.max-hpx-47 {
  max-height: 47px;
}
.max-wpx-47 {
  max-width: 47px;
}
.max-hpx-48 {
  max-height: 48px;
}
.max-wpx-48 {
  max-width: 48px;
}
.max-hpx-49 {
  max-height: 49px;
}
.max-wpx-49 {
  max-width: 49px;
}
.max-hpx-50 {
  max-height: 50px;
}
.max-wpx-50 {
  max-width: 50px;
}
.max-hpx-51 {
  max-height: 51px;
}
.max-wpx-51 {
  max-width: 51px;
}
.max-hpx-52 {
  max-height: 52px;
}
.max-wpx-52 {
  max-width: 52px;
}
.max-hpx-53 {
  max-height: 53px;
}
.max-wpx-53 {
  max-width: 53px;
}
.max-hpx-54 {
  max-height: 54px;
}
.max-wpx-54 {
  max-width: 54px;
}
.max-hpx-55 {
  max-height: 55px;
}
.max-wpx-55 {
  max-width: 55px;
}
.max-hpx-56 {
  max-height: 56px;
}
.max-wpx-56 {
  max-width: 56px;
}
.max-hpx-57 {
  max-height: 57px;
}
.max-wpx-57 {
  max-width: 57px;
}
.max-hpx-58 {
  max-height: 58px;
}
.max-wpx-58 {
  max-width: 58px;
}
.max-hpx-59 {
  max-height: 59px;
}
.max-wpx-59 {
  max-width: 59px;
}
.max-hpx-60 {
  max-height: 60px;
}
.max-wpx-60 {
  max-width: 60px;
}
.max-hpx-61 {
  max-height: 61px;
}
.max-wpx-61 {
  max-width: 61px;
}
.max-hpx-62 {
  max-height: 62px;
}
.max-wpx-62 {
  max-width: 62px;
}
.max-hpx-63 {
  max-height: 63px;
}
.max-wpx-63 {
  max-width: 63px;
}
.max-hpx-64 {
  max-height: 64px;
}
.max-wpx-64 {
  max-width: 64px;
}
.max-hpx-65 {
  max-height: 65px;
}
.max-wpx-65 {
  max-width: 65px;
}
.max-hpx-66 {
  max-height: 66px;
}
.max-wpx-66 {
  max-width: 66px;
}
.max-hpx-67 {
  max-height: 67px;
}
.max-wpx-67 {
  max-width: 67px;
}
.max-hpx-68 {
  max-height: 68px;
}
.max-wpx-68 {
  max-width: 68px;
}
.max-hpx-69 {
  max-height: 69px;
}
.max-wpx-69 {
  max-width: 69px;
}
.max-hpx-70 {
  max-height: 70px;
}
.max-wpx-70 {
  max-width: 70px;
}
.max-hpx-71 {
  max-height: 71px;
}
.max-wpx-71 {
  max-width: 71px;
}
.max-hpx-72 {
  max-height: 72px;
}
.max-wpx-72 {
  max-width: 72px;
}
.max-hpx-73 {
  max-height: 73px;
}
.max-wpx-73 {
  max-width: 73px;
}
.max-hpx-74 {
  max-height: 74px;
}
.max-wpx-74 {
  max-width: 74px;
}
.max-hpx-75 {
  max-height: 75px;
}
.max-wpx-75 {
  max-width: 75px;
}
.max-hpx-76 {
  max-height: 76px;
}
.max-wpx-76 {
  max-width: 76px;
}
.max-hpx-77 {
  max-height: 77px;
}
.max-wpx-77 {
  max-width: 77px;
}
.max-hpx-78 {
  max-height: 78px;
}
.max-wpx-78 {
  max-width: 78px;
}
.max-hpx-79 {
  max-height: 79px;
}
.max-wpx-79 {
  max-width: 79px;
}
.max-hpx-80 {
  max-height: 80px;
}
.max-wpx-80 {
  max-width: 80px;
}
.max-hpx-81 {
  max-height: 81px;
}
.max-wpx-81 {
  max-width: 81px;
}
.max-hpx-82 {
  max-height: 82px;
}
.max-wpx-82 {
  max-width: 82px;
}
.max-hpx-83 {
  max-height: 83px;
}
.max-wpx-83 {
  max-width: 83px;
}
.max-hpx-84 {
  max-height: 84px;
}
.max-wpx-84 {
  max-width: 84px;
}
.max-hpx-85 {
  max-height: 85px;
}
.max-wpx-85 {
  max-width: 85px;
}
.max-hpx-86 {
  max-height: 86px;
}
.max-wpx-86 {
  max-width: 86px;
}
.max-hpx-87 {
  max-height: 87px;
}
.max-wpx-87 {
  max-width: 87px;
}
.max-hpx-88 {
  max-height: 88px;
}
.max-wpx-88 {
  max-width: 88px;
}
.max-hpx-89 {
  max-height: 89px;
}
.max-wpx-89 {
  max-width: 89px;
}
.max-hpx-90 {
  max-height: 90px;
}
.max-wpx-90 {
  max-width: 90px;
}
.max-hpx-91 {
  max-height: 91px;
}
.max-wpx-91 {
  max-width: 91px;
}
.max-hpx-92 {
  max-height: 92px;
}
.max-wpx-92 {
  max-width: 92px;
}
.max-hpx-93 {
  max-height: 93px;
}
.max-wpx-93 {
  max-width: 93px;
}
.max-hpx-94 {
  max-height: 94px;
}
.max-wpx-94 {
  max-width: 94px;
}
.max-hpx-95 {
  max-height: 95px;
}
.max-wpx-95 {
  max-width: 95px;
}
.max-hpx-96 {
  max-height: 96px;
}
.max-wpx-96 {
  max-width: 96px;
}
.max-hpx-97 {
  max-height: 97px;
}
.max-wpx-97 {
  max-width: 97px;
}
.max-hpx-98 {
  max-height: 98px;
}
.max-wpx-98 {
  max-width: 98px;
}
.max-hpx-99 {
  max-height: 99px;
}
.max-wpx-99 {
  max-width: 99px;
}
.max-hpx-100 {
  max-height: 100px;
}
.max-wpx-100 {
  max-width: 100px;
}
.max-hpx-101 {
  max-height: 101px;
}
.max-wpx-101 {
  max-width: 101px;
}
.max-hpx-102 {
  max-height: 102px;
}
.max-wpx-102 {
  max-width: 102px;
}
.max-hpx-103 {
  max-height: 103px;
}
.max-wpx-103 {
  max-width: 103px;
}
.max-hpx-104 {
  max-height: 104px;
}
.max-wpx-104 {
  max-width: 104px;
}
.max-hpx-105 {
  max-height: 105px;
}
.max-wpx-105 {
  max-width: 105px;
}
.max-hpx-106 {
  max-height: 106px;
}
.max-wpx-106 {
  max-width: 106px;
}
.max-hpx-107 {
  max-height: 107px;
}
.max-wpx-107 {
  max-width: 107px;
}
.max-hpx-108 {
  max-height: 108px;
}
.max-wpx-108 {
  max-width: 108px;
}
.max-hpx-109 {
  max-height: 109px;
}
.max-wpx-109 {
  max-width: 109px;
}
.max-hpx-110 {
  max-height: 110px;
}
.max-wpx-110 {
  max-width: 110px;
}
.max-hpx-111 {
  max-height: 111px;
}
.max-wpx-111 {
  max-width: 111px;
}
.max-hpx-112 {
  max-height: 112px;
}
.max-wpx-112 {
  max-width: 112px;
}
.max-hpx-113 {
  max-height: 113px;
}
.max-wpx-113 {
  max-width: 113px;
}
.max-hpx-114 {
  max-height: 114px;
}
.max-wpx-114 {
  max-width: 114px;
}
.max-hpx-115 {
  max-height: 115px;
}
.max-wpx-115 {
  max-width: 115px;
}
.max-hpx-116 {
  max-height: 116px;
}
.max-wpx-116 {
  max-width: 116px;
}
.max-hpx-117 {
  max-height: 117px;
}
.max-wpx-117 {
  max-width: 117px;
}
.max-hpx-118 {
  max-height: 118px;
}
.max-wpx-118 {
  max-width: 118px;
}
.max-hpx-119 {
  max-height: 119px;
}
.max-wpx-119 {
  max-width: 119px;
}
.max-hpx-120 {
  max-height: 120px;
}
.max-wpx-120 {
  max-width: 120px;
}
.max-hpx-121 {
  max-height: 121px;
}
.max-wpx-121 {
  max-width: 121px;
}
.max-hpx-122 {
  max-height: 122px;
}
.max-wpx-122 {
  max-width: 122px;
}
.max-hpx-123 {
  max-height: 123px;
}
.max-wpx-123 {
  max-width: 123px;
}
.max-hpx-124 {
  max-height: 124px;
}
.max-wpx-124 {
  max-width: 124px;
}
.max-hpx-125 {
  max-height: 125px;
}
.max-wpx-125 {
  max-width: 125px;
}
.max-hpx-126 {
  max-height: 126px;
}
.max-wpx-126 {
  max-width: 126px;
}
.max-hpx-127 {
  max-height: 127px;
}
.max-wpx-127 {
  max-width: 127px;
}
.max-hpx-128 {
  max-height: 128px;
}
.max-wpx-128 {
  max-width: 128px;
}
.max-hpx-129 {
  max-height: 129px;
}
.max-wpx-129 {
  max-width: 129px;
}
.max-hpx-130 {
  max-height: 130px;
}
.max-wpx-130 {
  max-width: 130px;
}
.max-hpx-131 {
  max-height: 131px;
}
.max-wpx-131 {
  max-width: 131px;
}
.max-hpx-132 {
  max-height: 132px;
}
.max-wpx-132 {
  max-width: 132px;
}
.max-hpx-133 {
  max-height: 133px;
}
.max-wpx-133 {
  max-width: 133px;
}
.max-hpx-134 {
  max-height: 134px;
}
.max-wpx-134 {
  max-width: 134px;
}
.max-hpx-135 {
  max-height: 135px;
}
.max-wpx-135 {
  max-width: 135px;
}
.max-hpx-136 {
  max-height: 136px;
}
.max-wpx-136 {
  max-width: 136px;
}
.max-hpx-137 {
  max-height: 137px;
}
.max-wpx-137 {
  max-width: 137px;
}
.max-hpx-138 {
  max-height: 138px;
}
.max-wpx-138 {
  max-width: 138px;
}
.max-hpx-139 {
  max-height: 139px;
}
.max-wpx-139 {
  max-width: 139px;
}
.max-hpx-140 {
  max-height: 140px;
}
.max-wpx-140 {
  max-width: 140px;
}
.max-hpx-141 {
  max-height: 141px;
}
.max-wpx-141 {
  max-width: 141px;
}
.max-hpx-142 {
  max-height: 142px;
}
.max-wpx-142 {
  max-width: 142px;
}
.max-hpx-143 {
  max-height: 143px;
}
.max-wpx-143 {
  max-width: 143px;
}
.max-hpx-144 {
  max-height: 144px;
}
.max-wpx-144 {
  max-width: 144px;
}
.max-hpx-145 {
  max-height: 145px;
}
.max-wpx-145 {
  max-width: 145px;
}
.max-hpx-146 {
  max-height: 146px;
}
.max-wpx-146 {
  max-width: 146px;
}
.max-hpx-147 {
  max-height: 147px;
}
.max-wpx-147 {
  max-width: 147px;
}
.max-hpx-148 {
  max-height: 148px;
}
.max-wpx-148 {
  max-width: 148px;
}
.max-hpx-149 {
  max-height: 149px;
}
.max-wpx-149 {
  max-width: 149px;
}
.max-hpx-150 {
  max-height: 150px;
}
.max-wpx-150 {
  max-width: 150px;
}
.max-hpx-151 {
  max-height: 151px;
}
.max-wpx-151 {
  max-width: 151px;
}
.max-hpx-152 {
  max-height: 152px;
}
.max-wpx-152 {
  max-width: 152px;
}
.max-hpx-153 {
  max-height: 153px;
}
.max-wpx-153 {
  max-width: 153px;
}
.max-hpx-154 {
  max-height: 154px;
}
.max-wpx-154 {
  max-width: 154px;
}
.max-hpx-155 {
  max-height: 155px;
}
.max-wpx-155 {
  max-width: 155px;
}
.max-hpx-156 {
  max-height: 156px;
}
.max-wpx-156 {
  max-width: 156px;
}
.max-hpx-157 {
  max-height: 157px;
}
.max-wpx-157 {
  max-width: 157px;
}
.max-hpx-158 {
  max-height: 158px;
}
.max-wpx-158 {
  max-width: 158px;
}
.max-hpx-159 {
  max-height: 159px;
}
.max-wpx-159 {
  max-width: 159px;
}
.max-hpx-160 {
  max-height: 160px;
}
.max-wpx-160 {
  max-width: 160px;
}
.max-hpx-161 {
  max-height: 161px;
}
.max-wpx-161 {
  max-width: 161px;
}
.max-hpx-162 {
  max-height: 162px;
}
.max-wpx-162 {
  max-width: 162px;
}
.max-hpx-163 {
  max-height: 163px;
}
.max-wpx-163 {
  max-width: 163px;
}
.max-hpx-164 {
  max-height: 164px;
}
.max-wpx-164 {
  max-width: 164px;
}
.max-hpx-165 {
  max-height: 165px;
}
.max-wpx-165 {
  max-width: 165px;
}
.max-hpx-166 {
  max-height: 166px;
}
.max-wpx-166 {
  max-width: 166px;
}
.max-hpx-167 {
  max-height: 167px;
}
.max-wpx-167 {
  max-width: 167px;
}
.max-hpx-168 {
  max-height: 168px;
}
.max-wpx-168 {
  max-width: 168px;
}
.max-hpx-169 {
  max-height: 169px;
}
.max-wpx-169 {
  max-width: 169px;
}
.max-hpx-170 {
  max-height: 170px;
}
.max-wpx-170 {
  max-width: 170px;
}
.max-hpx-171 {
  max-height: 171px;
}
.max-wpx-171 {
  max-width: 171px;
}
.max-hpx-172 {
  max-height: 172px;
}
.max-wpx-172 {
  max-width: 172px;
}
.max-hpx-173 {
  max-height: 173px;
}
.max-wpx-173 {
  max-width: 173px;
}
.max-hpx-174 {
  max-height: 174px;
}
.max-wpx-174 {
  max-width: 174px;
}
.max-hpx-175 {
  max-height: 175px;
}
.max-wpx-175 {
  max-width: 175px;
}
.max-hpx-176 {
  max-height: 176px;
}
.max-wpx-176 {
  max-width: 176px;
}
.max-hpx-177 {
  max-height: 177px;
}
.max-wpx-177 {
  max-width: 177px;
}
.max-hpx-178 {
  max-height: 178px;
}
.max-wpx-178 {
  max-width: 178px;
}
.max-hpx-179 {
  max-height: 179px;
}
.max-wpx-179 {
  max-width: 179px;
}
.max-hpx-180 {
  max-height: 180px;
}
.max-wpx-180 {
  max-width: 180px;
}
.max-hpx-181 {
  max-height: 181px;
}
.max-wpx-181 {
  max-width: 181px;
}
.max-hpx-182 {
  max-height: 182px;
}
.max-wpx-182 {
  max-width: 182px;
}
.max-hpx-183 {
  max-height: 183px;
}
.max-wpx-183 {
  max-width: 183px;
}
.max-hpx-184 {
  max-height: 184px;
}
.max-wpx-184 {
  max-width: 184px;
}
.max-hpx-185 {
  max-height: 185px;
}
.max-wpx-185 {
  max-width: 185px;
}
.max-hpx-186 {
  max-height: 186px;
}
.max-wpx-186 {
  max-width: 186px;
}
.max-hpx-187 {
  max-height: 187px;
}
.max-wpx-187 {
  max-width: 187px;
}
.max-hpx-188 {
  max-height: 188px;
}
.max-wpx-188 {
  max-width: 188px;
}
.max-hpx-189 {
  max-height: 189px;
}
.max-wpx-189 {
  max-width: 189px;
}
.max-hpx-190 {
  max-height: 190px;
}
.max-wpx-190 {
  max-width: 190px;
}
.max-hpx-191 {
  max-height: 191px;
}
.max-wpx-191 {
  max-width: 191px;
}
.max-hpx-192 {
  max-height: 192px;
}
.max-wpx-192 {
  max-width: 192px;
}
.max-hpx-193 {
  max-height: 193px;
}
.max-wpx-193 {
  max-width: 193px;
}
.max-hpx-194 {
  max-height: 194px;
}
.max-wpx-194 {
  max-width: 194px;
}
.max-hpx-195 {
  max-height: 195px;
}
.max-wpx-195 {
  max-width: 195px;
}
.max-hpx-196 {
  max-height: 196px;
}
.max-wpx-196 {
  max-width: 196px;
}
.max-hpx-197 {
  max-height: 197px;
}
.max-wpx-197 {
  max-width: 197px;
}
.max-hpx-198 {
  max-height: 198px;
}
.max-wpx-198 {
  max-width: 198px;
}
.max-hpx-199 {
  max-height: 199px;
}
.max-wpx-199 {
  max-width: 199px;
}
.max-hpx-200 {
  max-height: 200px;
}
.max-wpx-200 {
  max-width: 200px;
}
.max-hpx-201 {
  max-height: 201px;
}
.max-wpx-201 {
  max-width: 201px;
}
.max-hpx-202 {
  max-height: 202px;
}
.max-wpx-202 {
  max-width: 202px;
}
.max-hpx-203 {
  max-height: 203px;
}
.max-wpx-203 {
  max-width: 203px;
}
.max-hpx-204 {
  max-height: 204px;
}
.max-wpx-204 {
  max-width: 204px;
}
.max-hpx-205 {
  max-height: 205px;
}
.max-wpx-205 {
  max-width: 205px;
}
.max-hpx-206 {
  max-height: 206px;
}
.max-wpx-206 {
  max-width: 206px;
}
.max-hpx-207 {
  max-height: 207px;
}
.max-wpx-207 {
  max-width: 207px;
}
.max-hpx-208 {
  max-height: 208px;
}
.max-wpx-208 {
  max-width: 208px;
}
.max-hpx-209 {
  max-height: 209px;
}
.max-wpx-209 {
  max-width: 209px;
}
.max-hpx-210 {
  max-height: 210px;
}
.max-wpx-210 {
  max-width: 210px;
}
.max-hpx-211 {
  max-height: 211px;
}
.max-wpx-211 {
  max-width: 211px;
}
.max-hpx-212 {
  max-height: 212px;
}
.max-wpx-212 {
  max-width: 212px;
}
.max-hpx-213 {
  max-height: 213px;
}
.max-wpx-213 {
  max-width: 213px;
}
.max-hpx-214 {
  max-height: 214px;
}
.max-wpx-214 {
  max-width: 214px;
}
.max-hpx-215 {
  max-height: 215px;
}
.max-wpx-215 {
  max-width: 215px;
}
.max-hpx-216 {
  max-height: 216px;
}
.max-wpx-216 {
  max-width: 216px;
}
.max-hpx-217 {
  max-height: 217px;
}
.max-wpx-217 {
  max-width: 217px;
}
.max-hpx-218 {
  max-height: 218px;
}
.max-wpx-218 {
  max-width: 218px;
}
.max-hpx-219 {
  max-height: 219px;
}
.max-wpx-219 {
  max-width: 219px;
}
.max-hpx-220 {
  max-height: 220px;
}
.max-wpx-220 {
  max-width: 220px;
}
.max-hpx-221 {
  max-height: 221px;
}
.max-wpx-221 {
  max-width: 221px;
}
.max-hpx-222 {
  max-height: 222px;
}
.max-wpx-222 {
  max-width: 222px;
}
.max-hpx-223 {
  max-height: 223px;
}
.max-wpx-223 {
  max-width: 223px;
}
.max-hpx-224 {
  max-height: 224px;
}
.max-wpx-224 {
  max-width: 224px;
}
.max-hpx-225 {
  max-height: 225px;
}
.max-wpx-225 {
  max-width: 225px;
}
.max-hpx-226 {
  max-height: 226px;
}
.max-wpx-226 {
  max-width: 226px;
}
.max-hpx-227 {
  max-height: 227px;
}
.max-wpx-227 {
  max-width: 227px;
}
.max-hpx-228 {
  max-height: 228px;
}
.max-wpx-228 {
  max-width: 228px;
}
.max-hpx-229 {
  max-height: 229px;
}
.max-wpx-229 {
  max-width: 229px;
}
.max-hpx-230 {
  max-height: 230px;
}
.max-wpx-230 {
  max-width: 230px;
}
.max-hpx-231 {
  max-height: 231px;
}
.max-wpx-231 {
  max-width: 231px;
}
.max-hpx-232 {
  max-height: 232px;
}
.max-wpx-232 {
  max-width: 232px;
}
.max-hpx-233 {
  max-height: 233px;
}
.max-wpx-233 {
  max-width: 233px;
}
.max-hpx-234 {
  max-height: 234px;
}
.max-wpx-234 {
  max-width: 234px;
}
.max-hpx-235 {
  max-height: 235px;
}
.max-wpx-235 {
  max-width: 235px;
}
.max-hpx-236 {
  max-height: 236px;
}
.max-wpx-236 {
  max-width: 236px;
}
.max-hpx-237 {
  max-height: 237px;
}
.max-wpx-237 {
  max-width: 237px;
}
.max-hpx-238 {
  max-height: 238px;
}
.max-wpx-238 {
  max-width: 238px;
}
.max-hpx-239 {
  max-height: 239px;
}
.max-wpx-239 {
  max-width: 239px;
}
.max-hpx-240 {
  max-height: 240px;
}
.max-wpx-240 {
  max-width: 240px;
}
.max-hpx-241 {
  max-height: 241px;
}
.max-wpx-241 {
  max-width: 241px;
}
.max-hpx-242 {
  max-height: 242px;
}
.max-wpx-242 {
  max-width: 242px;
}
.max-hpx-243 {
  max-height: 243px;
}
.max-wpx-243 {
  max-width: 243px;
}
.max-hpx-244 {
  max-height: 244px;
}
.max-wpx-244 {
  max-width: 244px;
}
.max-hpx-245 {
  max-height: 245px;
}
.max-wpx-245 {
  max-width: 245px;
}
.max-hpx-246 {
  max-height: 246px;
}
.max-wpx-246 {
  max-width: 246px;
}
.max-hpx-247 {
  max-height: 247px;
}
.max-wpx-247 {
  max-width: 247px;
}
.max-hpx-248 {
  max-height: 248px;
}
.max-wpx-248 {
  max-width: 248px;
}
.max-hpx-249 {
  max-height: 249px;
}
.max-wpx-249 {
  max-width: 249px;
}
.max-hpx-250 {
  max-height: 250px;
}
.max-wpx-250 {
  max-width: 250px;
}
.max-hpx-251 {
  max-height: 251px;
}
.max-wpx-251 {
  max-width: 251px;
}
.max-hpx-252 {
  max-height: 252px;
}
.max-wpx-252 {
  max-width: 252px;
}
.max-hpx-253 {
  max-height: 253px;
}
.max-wpx-253 {
  max-width: 253px;
}
.max-hpx-254 {
  max-height: 254px;
}
.max-wpx-254 {
  max-width: 254px;
}
.max-hpx-255 {
  max-height: 255px;
}
.max-wpx-255 {
  max-width: 255px;
}
.max-hpx-256 {
  max-height: 256px;
}
.max-wpx-256 {
  max-width: 256px;
}
.max-hpx-257 {
  max-height: 257px;
}
.max-wpx-257 {
  max-width: 257px;
}
.max-hpx-258 {
  max-height: 258px;
}
.max-wpx-258 {
  max-width: 258px;
}
.max-hpx-259 {
  max-height: 259px;
}
.max-wpx-259 {
  max-width: 259px;
}
.max-hpx-260 {
  max-height: 260px;
}
.max-wpx-260 {
  max-width: 260px;
}
.max-hpx-261 {
  max-height: 261px;
}
.max-wpx-261 {
  max-width: 261px;
}
.max-hpx-262 {
  max-height: 262px;
}
.max-wpx-262 {
  max-width: 262px;
}
.max-hpx-263 {
  max-height: 263px;
}
.max-wpx-263 {
  max-width: 263px;
}
.max-hpx-264 {
  max-height: 264px;
}
.max-wpx-264 {
  max-width: 264px;
}
.max-hpx-265 {
  max-height: 265px;
}
.max-wpx-265 {
  max-width: 265px;
}
.max-hpx-266 {
  max-height: 266px;
}
.max-wpx-266 {
  max-width: 266px;
}
.max-hpx-267 {
  max-height: 267px;
}
.max-wpx-267 {
  max-width: 267px;
}
.max-hpx-268 {
  max-height: 268px;
}
.max-wpx-268 {
  max-width: 268px;
}
.max-hpx-269 {
  max-height: 269px;
}
.max-wpx-269 {
  max-width: 269px;
}
.max-hpx-270 {
  max-height: 270px;
}
.max-wpx-270 {
  max-width: 270px;
}
.max-hpx-271 {
  max-height: 271px;
}
.max-wpx-271 {
  max-width: 271px;
}
.max-hpx-272 {
  max-height: 272px;
}
.max-wpx-272 {
  max-width: 272px;
}
.max-hpx-273 {
  max-height: 273px;
}
.max-wpx-273 {
  max-width: 273px;
}
.max-hpx-274 {
  max-height: 274px;
}
.max-wpx-274 {
  max-width: 274px;
}
.max-hpx-275 {
  max-height: 275px;
}
.max-wpx-275 {
  max-width: 275px;
}
.max-hpx-276 {
  max-height: 276px;
}
.max-wpx-276 {
  max-width: 276px;
}
.max-hpx-277 {
  max-height: 277px;
}
.max-wpx-277 {
  max-width: 277px;
}
.max-hpx-278 {
  max-height: 278px;
}
.max-wpx-278 {
  max-width: 278px;
}
.max-hpx-279 {
  max-height: 279px;
}
.max-wpx-279 {
  max-width: 279px;
}
.max-hpx-280 {
  max-height: 280px;
}
.max-wpx-280 {
  max-width: 280px;
}
.max-hpx-281 {
  max-height: 281px;
}
.max-wpx-281 {
  max-width: 281px;
}
.max-hpx-282 {
  max-height: 282px;
}
.max-wpx-282 {
  max-width: 282px;
}
.max-hpx-283 {
  max-height: 283px;
}
.max-wpx-283 {
  max-width: 283px;
}
.max-hpx-284 {
  max-height: 284px;
}
.max-wpx-284 {
  max-width: 284px;
}
.max-hpx-285 {
  max-height: 285px;
}
.max-wpx-285 {
  max-width: 285px;
}
.max-hpx-286 {
  max-height: 286px;
}
.max-wpx-286 {
  max-width: 286px;
}
.max-hpx-287 {
  max-height: 287px;
}
.max-wpx-287 {
  max-width: 287px;
}
.max-hpx-288 {
  max-height: 288px;
}
.max-wpx-288 {
  max-width: 288px;
}
.max-hpx-289 {
  max-height: 289px;
}
.max-wpx-289 {
  max-width: 289px;
}
.max-hpx-290 {
  max-height: 290px;
}
.max-wpx-290 {
  max-width: 290px;
}
.max-hpx-291 {
  max-height: 291px;
}
.max-wpx-291 {
  max-width: 291px;
}
.max-hpx-292 {
  max-height: 292px;
}
.max-wpx-292 {
  max-width: 292px;
}
.max-hpx-293 {
  max-height: 293px;
}
.max-wpx-293 {
  max-width: 293px;
}
.max-hpx-294 {
  max-height: 294px;
}
.max-wpx-294 {
  max-width: 294px;
}
.max-hpx-295 {
  max-height: 295px;
}
.max-wpx-295 {
  max-width: 295px;
}
.max-hpx-296 {
  max-height: 296px;
}
.max-wpx-296 {
  max-width: 296px;
}
.max-hpx-297 {
  max-height: 297px;
}
.max-wpx-297 {
  max-width: 297px;
}
.max-hpx-298 {
  max-height: 298px;
}
.max-wpx-298 {
  max-width: 298px;
}
.max-hpx-299 {
  max-height: 299px;
}
.max-wpx-299 {
  max-width: 299px;
}
.max-hpx-300 {
  max-height: 300px;
}
.max-wpx-300 {
  max-width: 300px;
}
.max-hpx-301 {
  max-height: 301px;
}
.max-wpx-301 {
  max-width: 301px;
}
.max-hpx-302 {
  max-height: 302px;
}
.max-wpx-302 {
  max-width: 302px;
}
.max-hpx-303 {
  max-height: 303px;
}
.max-wpx-303 {
  max-width: 303px;
}
.max-hpx-304 {
  max-height: 304px;
}
.max-wpx-304 {
  max-width: 304px;
}
.max-hpx-305 {
  max-height: 305px;
}
.max-wpx-305 {
  max-width: 305px;
}
.max-hpx-306 {
  max-height: 306px;
}
.max-wpx-306 {
  max-width: 306px;
}
.max-hpx-307 {
  max-height: 307px;
}
.max-wpx-307 {
  max-width: 307px;
}
.max-hpx-308 {
  max-height: 308px;
}
.max-wpx-308 {
  max-width: 308px;
}
.max-hpx-309 {
  max-height: 309px;
}
.max-wpx-309 {
  max-width: 309px;
}
.max-hpx-310 {
  max-height: 310px;
}
.max-wpx-310 {
  max-width: 310px;
}
.max-hpx-311 {
  max-height: 311px;
}
.max-wpx-311 {
  max-width: 311px;
}
.max-hpx-312 {
  max-height: 312px;
}
.max-wpx-312 {
  max-width: 312px;
}
.max-hpx-313 {
  max-height: 313px;
}
.max-wpx-313 {
  max-width: 313px;
}
.max-hpx-314 {
  max-height: 314px;
}
.max-wpx-314 {
  max-width: 314px;
}
.max-hpx-315 {
  max-height: 315px;
}
.max-wpx-315 {
  max-width: 315px;
}
.max-hpx-316 {
  max-height: 316px;
}
.max-wpx-316 {
  max-width: 316px;
}
.max-hpx-317 {
  max-height: 317px;
}
.max-wpx-317 {
  max-width: 317px;
}
.max-hpx-318 {
  max-height: 318px;
}
.max-wpx-318 {
  max-width: 318px;
}
.max-hpx-319 {
  max-height: 319px;
}
.max-wpx-319 {
  max-width: 319px;
}
.max-hpx-320 {
  max-height: 320px;
}
.max-wpx-320 {
  max-width: 320px;
}
.max-hpx-321 {
  max-height: 321px;
}
.max-wpx-321 {
  max-width: 321px;
}
.max-hpx-322 {
  max-height: 322px;
}
.max-wpx-322 {
  max-width: 322px;
}
.max-hpx-323 {
  max-height: 323px;
}
.max-wpx-323 {
  max-width: 323px;
}
.max-hpx-324 {
  max-height: 324px;
}
.max-wpx-324 {
  max-width: 324px;
}
.max-hpx-325 {
  max-height: 325px;
}
.max-wpx-325 {
  max-width: 325px;
}
.max-hpx-326 {
  max-height: 326px;
}
.max-wpx-326 {
  max-width: 326px;
}
.max-hpx-327 {
  max-height: 327px;
}
.max-wpx-327 {
  max-width: 327px;
}
.max-hpx-328 {
  max-height: 328px;
}
.max-wpx-328 {
  max-width: 328px;
}
.max-hpx-329 {
  max-height: 329px;
}
.max-wpx-329 {
  max-width: 329px;
}
.max-hpx-330 {
  max-height: 330px;
}
.max-wpx-330 {
  max-width: 330px;
}
.max-hpx-331 {
  max-height: 331px;
}
.max-wpx-331 {
  max-width: 331px;
}
.max-hpx-332 {
  max-height: 332px;
}
.max-wpx-332 {
  max-width: 332px;
}
.max-hpx-333 {
  max-height: 333px;
}
.max-wpx-333 {
  max-width: 333px;
}
.max-hpx-334 {
  max-height: 334px;
}
.max-wpx-334 {
  max-width: 334px;
}
.max-hpx-335 {
  max-height: 335px;
}
.max-wpx-335 {
  max-width: 335px;
}
.max-hpx-336 {
  max-height: 336px;
}
.max-wpx-336 {
  max-width: 336px;
}
.max-hpx-337 {
  max-height: 337px;
}
.max-wpx-337 {
  max-width: 337px;
}
.max-hpx-338 {
  max-height: 338px;
}
.max-wpx-338 {
  max-width: 338px;
}
.max-hpx-339 {
  max-height: 339px;
}
.max-wpx-339 {
  max-width: 339px;
}
.max-hpx-340 {
  max-height: 340px;
}
.max-wpx-340 {
  max-width: 340px;
}
.max-hpx-341 {
  max-height: 341px;
}
.max-wpx-341 {
  max-width: 341px;
}
.max-hpx-342 {
  max-height: 342px;
}
.max-wpx-342 {
  max-width: 342px;
}
.max-hpx-343 {
  max-height: 343px;
}
.max-wpx-343 {
  max-width: 343px;
}
.max-hpx-344 {
  max-height: 344px;
}
.max-wpx-344 {
  max-width: 344px;
}
.max-hpx-345 {
  max-height: 345px;
}
.max-wpx-345 {
  max-width: 345px;
}
.max-hpx-346 {
  max-height: 346px;
}
.max-wpx-346 {
  max-width: 346px;
}
.max-hpx-347 {
  max-height: 347px;
}
.max-wpx-347 {
  max-width: 347px;
}
.max-hpx-348 {
  max-height: 348px;
}
.max-wpx-348 {
  max-width: 348px;
}
.max-hpx-349 {
  max-height: 349px;
}
.max-wpx-349 {
  max-width: 349px;
}
.max-hpx-350 {
  max-height: 350px;
}
.max-wpx-350 {
  max-width: 350px;
}
.max-hpx-351 {
  max-height: 351px;
}
.max-wpx-351 {
  max-width: 351px;
}
.max-hpx-352 {
  max-height: 352px;
}
.max-wpx-352 {
  max-width: 352px;
}
.max-hpx-353 {
  max-height: 353px;
}
.max-wpx-353 {
  max-width: 353px;
}
.max-hpx-354 {
  max-height: 354px;
}
.max-wpx-354 {
  max-width: 354px;
}
.max-hpx-355 {
  max-height: 355px;
}
.max-wpx-355 {
  max-width: 355px;
}
.max-hpx-356 {
  max-height: 356px;
}
.max-wpx-356 {
  max-width: 356px;
}
.max-hpx-357 {
  max-height: 357px;
}
.max-wpx-357 {
  max-width: 357px;
}
.max-hpx-358 {
  max-height: 358px;
}
.max-wpx-358 {
  max-width: 358px;
}
.max-hpx-359 {
  max-height: 359px;
}
.max-wpx-359 {
  max-width: 359px;
}
.max-hpx-360 {
  max-height: 360px;
}
.max-wpx-360 {
  max-width: 360px;
}
.max-hpx-361 {
  max-height: 361px;
}
.max-wpx-361 {
  max-width: 361px;
}
.max-hpx-362 {
  max-height: 362px;
}
.max-wpx-362 {
  max-width: 362px;
}
.max-hpx-363 {
  max-height: 363px;
}
.max-wpx-363 {
  max-width: 363px;
}
.max-hpx-364 {
  max-height: 364px;
}
.max-wpx-364 {
  max-width: 364px;
}
.max-hpx-365 {
  max-height: 365px;
}
.max-wpx-365 {
  max-width: 365px;
}
.max-hpx-366 {
  max-height: 366px;
}
.max-wpx-366 {
  max-width: 366px;
}
.max-hpx-367 {
  max-height: 367px;
}
.max-wpx-367 {
  max-width: 367px;
}
.max-hpx-368 {
  max-height: 368px;
}
.max-wpx-368 {
  max-width: 368px;
}
.max-hpx-369 {
  max-height: 369px;
}
.max-wpx-369 {
  max-width: 369px;
}
.max-hpx-370 {
  max-height: 370px;
}
.max-wpx-370 {
  max-width: 370px;
}
.max-hpx-371 {
  max-height: 371px;
}
.max-wpx-371 {
  max-width: 371px;
}
.max-hpx-372 {
  max-height: 372px;
}
.max-wpx-372 {
  max-width: 372px;
}
.max-hpx-373 {
  max-height: 373px;
}
.max-wpx-373 {
  max-width: 373px;
}
.max-hpx-374 {
  max-height: 374px;
}
.max-wpx-374 {
  max-width: 374px;
}
.max-hpx-375 {
  max-height: 375px;
}
.max-wpx-375 {
  max-width: 375px;
}
.max-hpx-376 {
  max-height: 376px;
}
.max-wpx-376 {
  max-width: 376px;
}
.max-hpx-377 {
  max-height: 377px;
}
.max-wpx-377 {
  max-width: 377px;
}
.max-hpx-378 {
  max-height: 378px;
}
.max-wpx-378 {
  max-width: 378px;
}
.max-hpx-379 {
  max-height: 379px;
}
.max-wpx-379 {
  max-width: 379px;
}
.max-hpx-380 {
  max-height: 380px;
}
.max-wpx-380 {
  max-width: 380px;
}
.max-hpx-381 {
  max-height: 381px;
}
.max-wpx-381 {
  max-width: 381px;
}
.max-hpx-382 {
  max-height: 382px;
}
.max-wpx-382 {
  max-width: 382px;
}
.max-hpx-383 {
  max-height: 383px;
}
.max-wpx-383 {
  max-width: 383px;
}
.max-hpx-384 {
  max-height: 384px;
}
.max-wpx-384 {
  max-width: 384px;
}
.max-hpx-385 {
  max-height: 385px;
}
.max-wpx-385 {
  max-width: 385px;
}
.max-hpx-386 {
  max-height: 386px;
}
.max-wpx-386 {
  max-width: 386px;
}
.max-hpx-387 {
  max-height: 387px;
}
.max-wpx-387 {
  max-width: 387px;
}
.max-hpx-388 {
  max-height: 388px;
}
.max-wpx-388 {
  max-width: 388px;
}
.max-hpx-389 {
  max-height: 389px;
}
.max-wpx-389 {
  max-width: 389px;
}
.max-hpx-390 {
  max-height: 390px;
}
.max-wpx-390 {
  max-width: 390px;
}
.max-hpx-391 {
  max-height: 391px;
}
.max-wpx-391 {
  max-width: 391px;
}
.max-hpx-392 {
  max-height: 392px;
}
.max-wpx-392 {
  max-width: 392px;
}
.max-hpx-393 {
  max-height: 393px;
}
.max-wpx-393 {
  max-width: 393px;
}
.max-hpx-394 {
  max-height: 394px;
}
.max-wpx-394 {
  max-width: 394px;
}
.max-hpx-395 {
  max-height: 395px;
}
.max-wpx-395 {
  max-width: 395px;
}
.max-hpx-396 {
  max-height: 396px;
}
.max-wpx-396 {
  max-width: 396px;
}
.max-hpx-397 {
  max-height: 397px;
}
.max-wpx-397 {
  max-width: 397px;
}
.max-hpx-398 {
  max-height: 398px;
}
.max-wpx-398 {
  max-width: 398px;
}
.max-hpx-399 {
  max-height: 399px;
}
.max-wpx-399 {
  max-width: 399px;
}
.max-hpx-400 {
  max-height: 400px;
}
.max-wpx-400 {
  max-width: 400px;
}
.max-hpx-401 {
  max-height: 401px;
}
.max-wpx-401 {
  max-width: 401px;
}
.max-hpx-402 {
  max-height: 402px;
}
.max-wpx-402 {
  max-width: 402px;
}
.max-hpx-403 {
  max-height: 403px;
}
.max-wpx-403 {
  max-width: 403px;
}
.max-hpx-404 {
  max-height: 404px;
}
.max-wpx-404 {
  max-width: 404px;
}
.max-hpx-405 {
  max-height: 405px;
}
.max-wpx-405 {
  max-width: 405px;
}
.max-hpx-406 {
  max-height: 406px;
}
.max-wpx-406 {
  max-width: 406px;
}
.max-hpx-407 {
  max-height: 407px;
}
.max-wpx-407 {
  max-width: 407px;
}
.max-hpx-408 {
  max-height: 408px;
}
.max-wpx-408 {
  max-width: 408px;
}
.max-hpx-409 {
  max-height: 409px;
}
.max-wpx-409 {
  max-width: 409px;
}
.max-hpx-410 {
  max-height: 410px;
}
.max-wpx-410 {
  max-width: 410px;
}
.max-hpx-411 {
  max-height: 411px;
}
.max-wpx-411 {
  max-width: 411px;
}
.max-hpx-412 {
  max-height: 412px;
}
.max-wpx-412 {
  max-width: 412px;
}
.max-hpx-413 {
  max-height: 413px;
}
.max-wpx-413 {
  max-width: 413px;
}
.max-hpx-414 {
  max-height: 414px;
}
.max-wpx-414 {
  max-width: 414px;
}
.max-hpx-415 {
  max-height: 415px;
}
.max-wpx-415 {
  max-width: 415px;
}
.max-hpx-416 {
  max-height: 416px;
}
.max-wpx-416 {
  max-width: 416px;
}
.max-hpx-417 {
  max-height: 417px;
}
.max-wpx-417 {
  max-width: 417px;
}
.max-hpx-418 {
  max-height: 418px;
}
.max-wpx-418 {
  max-width: 418px;
}
.max-hpx-419 {
  max-height: 419px;
}
.max-wpx-419 {
  max-width: 419px;
}
.max-hpx-420 {
  max-height: 420px;
}
.max-wpx-420 {
  max-width: 420px;
}
.max-hpx-421 {
  max-height: 421px;
}
.max-wpx-421 {
  max-width: 421px;
}
.max-hpx-422 {
  max-height: 422px;
}
.max-wpx-422 {
  max-width: 422px;
}
.max-hpx-423 {
  max-height: 423px;
}
.max-wpx-423 {
  max-width: 423px;
}
.max-hpx-424 {
  max-height: 424px;
}
.max-wpx-424 {
  max-width: 424px;
}
.max-hpx-425 {
  max-height: 425px;
}
.max-wpx-425 {
  max-width: 425px;
}
.max-hpx-426 {
  max-height: 426px;
}
.max-wpx-426 {
  max-width: 426px;
}
.max-hpx-427 {
  max-height: 427px;
}
.max-wpx-427 {
  max-width: 427px;
}
.max-hpx-428 {
  max-height: 428px;
}
.max-wpx-428 {
  max-width: 428px;
}
.max-hpx-429 {
  max-height: 429px;
}
.max-wpx-429 {
  max-width: 429px;
}
.max-hpx-430 {
  max-height: 430px;
}
.max-wpx-430 {
  max-width: 430px;
}
.max-hpx-431 {
  max-height: 431px;
}
.max-wpx-431 {
  max-width: 431px;
}
.max-hpx-432 {
  max-height: 432px;
}
.max-wpx-432 {
  max-width: 432px;
}
.max-hpx-433 {
  max-height: 433px;
}
.max-wpx-433 {
  max-width: 433px;
}
.max-hpx-434 {
  max-height: 434px;
}
.max-wpx-434 {
  max-width: 434px;
}
.max-hpx-435 {
  max-height: 435px;
}
.max-wpx-435 {
  max-width: 435px;
}
.max-hpx-436 {
  max-height: 436px;
}
.max-wpx-436 {
  max-width: 436px;
}
.max-hpx-437 {
  max-height: 437px;
}
.max-wpx-437 {
  max-width: 437px;
}
.max-hpx-438 {
  max-height: 438px;
}
.max-wpx-438 {
  max-width: 438px;
}
.max-hpx-439 {
  max-height: 439px;
}
.max-wpx-439 {
  max-width: 439px;
}
.max-hpx-440 {
  max-height: 440px;
}
.max-wpx-440 {
  max-width: 440px;
}
.max-hpx-441 {
  max-height: 441px;
}
.max-wpx-441 {
  max-width: 441px;
}
.max-hpx-442 {
  max-height: 442px;
}
.max-wpx-442 {
  max-width: 442px;
}
.max-hpx-443 {
  max-height: 443px;
}
.max-wpx-443 {
  max-width: 443px;
}
.max-hpx-444 {
  max-height: 444px;
}
.max-wpx-444 {
  max-width: 444px;
}
.max-hpx-445 {
  max-height: 445px;
}
.max-wpx-445 {
  max-width: 445px;
}
.max-hpx-446 {
  max-height: 446px;
}
.max-wpx-446 {
  max-width: 446px;
}
.max-hpx-447 {
  max-height: 447px;
}
.max-wpx-447 {
  max-width: 447px;
}
.max-hpx-448 {
  max-height: 448px;
}
.max-wpx-448 {
  max-width: 448px;
}
.max-hpx-449 {
  max-height: 449px;
}
.max-wpx-449 {
  max-width: 449px;
}
.max-hpx-450 {
  max-height: 450px;
}
.max-wpx-450 {
  max-width: 450px;
}
.max-hpx-451 {
  max-height: 451px;
}
.max-wpx-451 {
  max-width: 451px;
}
.max-hpx-452 {
  max-height: 452px;
}
.max-wpx-452 {
  max-width: 452px;
}
.max-hpx-453 {
  max-height: 453px;
}
.max-wpx-453 {
  max-width: 453px;
}
.max-hpx-454 {
  max-height: 454px;
}
.max-wpx-454 {
  max-width: 454px;
}
.max-hpx-455 {
  max-height: 455px;
}
.max-wpx-455 {
  max-width: 455px;
}
.max-hpx-456 {
  max-height: 456px;
}
.max-wpx-456 {
  max-width: 456px;
}
.max-hpx-457 {
  max-height: 457px;
}
.max-wpx-457 {
  max-width: 457px;
}
.max-hpx-458 {
  max-height: 458px;
}
.max-wpx-458 {
  max-width: 458px;
}
.max-hpx-459 {
  max-height: 459px;
}
.max-wpx-459 {
  max-width: 459px;
}
.max-hpx-460 {
  max-height: 460px;
}
.max-wpx-460 {
  max-width: 460px;
}
.max-hpx-461 {
  max-height: 461px;
}
.max-wpx-461 {
  max-width: 461px;
}
.max-hpx-462 {
  max-height: 462px;
}
.max-wpx-462 {
  max-width: 462px;
}
.max-hpx-463 {
  max-height: 463px;
}
.max-wpx-463 {
  max-width: 463px;
}
.max-hpx-464 {
  max-height: 464px;
}
.max-wpx-464 {
  max-width: 464px;
}
.max-hpx-465 {
  max-height: 465px;
}
.max-wpx-465 {
  max-width: 465px;
}
.max-hpx-466 {
  max-height: 466px;
}
.max-wpx-466 {
  max-width: 466px;
}
.max-hpx-467 {
  max-height: 467px;
}
.max-wpx-467 {
  max-width: 467px;
}
.max-hpx-468 {
  max-height: 468px;
}
.max-wpx-468 {
  max-width: 468px;
}
.max-hpx-469 {
  max-height: 469px;
}
.max-wpx-469 {
  max-width: 469px;
}
.max-hpx-470 {
  max-height: 470px;
}
.max-wpx-470 {
  max-width: 470px;
}
.max-hpx-471 {
  max-height: 471px;
}
.max-wpx-471 {
  max-width: 471px;
}
.max-hpx-472 {
  max-height: 472px;
}
.max-wpx-472 {
  max-width: 472px;
}
.max-hpx-473 {
  max-height: 473px;
}
.max-wpx-473 {
  max-width: 473px;
}
.max-hpx-474 {
  max-height: 474px;
}
.max-wpx-474 {
  max-width: 474px;
}
.max-hpx-475 {
  max-height: 475px;
}
.max-wpx-475 {
  max-width: 475px;
}
.max-hpx-476 {
  max-height: 476px;
}
.max-wpx-476 {
  max-width: 476px;
}
.max-hpx-477 {
  max-height: 477px;
}
.max-wpx-477 {
  max-width: 477px;
}
.max-hpx-478 {
  max-height: 478px;
}
.max-wpx-478 {
  max-width: 478px;
}
.max-hpx-479 {
  max-height: 479px;
}
.max-wpx-479 {
  max-width: 479px;
}
.max-hpx-480 {
  max-height: 480px;
}
.max-wpx-480 {
  max-width: 480px;
}
.max-hpx-481 {
  max-height: 481px;
}
.max-wpx-481 {
  max-width: 481px;
}
.max-hpx-482 {
  max-height: 482px;
}
.max-wpx-482 {
  max-width: 482px;
}
.max-hpx-483 {
  max-height: 483px;
}
.max-wpx-483 {
  max-width: 483px;
}
.max-hpx-484 {
  max-height: 484px;
}
.max-wpx-484 {
  max-width: 484px;
}
.max-hpx-485 {
  max-height: 485px;
}
.max-wpx-485 {
  max-width: 485px;
}
.max-hpx-486 {
  max-height: 486px;
}
.max-wpx-486 {
  max-width: 486px;
}
.max-hpx-487 {
  max-height: 487px;
}
.max-wpx-487 {
  max-width: 487px;
}
.max-hpx-488 {
  max-height: 488px;
}
.max-wpx-488 {
  max-width: 488px;
}
.max-hpx-489 {
  max-height: 489px;
}
.max-wpx-489 {
  max-width: 489px;
}
.max-hpx-490 {
  max-height: 490px;
}
.max-wpx-490 {
  max-width: 490px;
}
.max-hpx-491 {
  max-height: 491px;
}
.max-wpx-491 {
  max-width: 491px;
}
.max-hpx-492 {
  max-height: 492px;
}
.max-wpx-492 {
  max-width: 492px;
}
.max-hpx-493 {
  max-height: 493px;
}
.max-wpx-493 {
  max-width: 493px;
}
.max-hpx-494 {
  max-height: 494px;
}
.max-wpx-494 {
  max-width: 494px;
}
.max-hpx-495 {
  max-height: 495px;
}
.max-wpx-495 {
  max-width: 495px;
}
.max-hpx-496 {
  max-height: 496px;
}
.max-wpx-496 {
  max-width: 496px;
}
.max-hpx-497 {
  max-height: 497px;
}
.max-wpx-497 {
  max-width: 497px;
}
.max-hpx-498 {
  max-height: 498px;
}
.max-wpx-498 {
  max-width: 498px;
}
.max-hpx-499 {
  max-height: 499px;
}
.max-wpx-499 {
  max-width: 499px;
}
.max-hpx-500 {
  max-height: 500px;
}
.max-wpx-500 {
  max-width: 500px;
}
.max-hpx-501 {
  max-height: 501px;
}
.max-wpx-501 {
  max-width: 501px;
}
.max-hpx-502 {
  max-height: 502px;
}
.max-wpx-502 {
  max-width: 502px;
}
.max-hpx-503 {
  max-height: 503px;
}
.max-wpx-503 {
  max-width: 503px;
}
.max-hpx-504 {
  max-height: 504px;
}
.max-wpx-504 {
  max-width: 504px;
}
.max-hpx-505 {
  max-height: 505px;
}
.max-wpx-505 {
  max-width: 505px;
}
.max-hpx-506 {
  max-height: 506px;
}
.max-wpx-506 {
  max-width: 506px;
}
.max-hpx-507 {
  max-height: 507px;
}
.max-wpx-507 {
  max-width: 507px;
}
.max-hpx-508 {
  max-height: 508px;
}
.max-wpx-508 {
  max-width: 508px;
}
.max-hpx-509 {
  max-height: 509px;
}
.max-wpx-509 {
  max-width: 509px;
}
.max-hpx-510 {
  max-height: 510px;
}
.max-wpx-510 {
  max-width: 510px;
}
.max-hpx-511 {
  max-height: 511px;
}
.max-wpx-511 {
  max-width: 511px;
}
.max-hpx-512 {
  max-height: 512px;
}
.max-wpx-512 {
  max-width: 512px;
}
.max-hpx-513 {
  max-height: 513px;
}
.max-wpx-513 {
  max-width: 513px;
}
.max-hpx-514 {
  max-height: 514px;
}
.max-wpx-514 {
  max-width: 514px;
}
.max-hpx-515 {
  max-height: 515px;
}
.max-wpx-515 {
  max-width: 515px;
}
.max-hpx-516 {
  max-height: 516px;
}
.max-wpx-516 {
  max-width: 516px;
}
.max-hpx-517 {
  max-height: 517px;
}
.max-wpx-517 {
  max-width: 517px;
}
.max-hpx-518 {
  max-height: 518px;
}
.max-wpx-518 {
  max-width: 518px;
}
.max-hpx-519 {
  max-height: 519px;
}
.max-wpx-519 {
  max-width: 519px;
}
.max-hpx-520 {
  max-height: 520px;
}
.max-wpx-520 {
  max-width: 520px;
}
.max-hpx-521 {
  max-height: 521px;
}
.max-wpx-521 {
  max-width: 521px;
}
.max-hpx-522 {
  max-height: 522px;
}
.max-wpx-522 {
  max-width: 522px;
}
.max-hpx-523 {
  max-height: 523px;
}
.max-wpx-523 {
  max-width: 523px;
}
.max-hpx-524 {
  max-height: 524px;
}
.max-wpx-524 {
  max-width: 524px;
}
.max-hpx-525 {
  max-height: 525px;
}
.max-wpx-525 {
  max-width: 525px;
}
.max-hpx-526 {
  max-height: 526px;
}
.max-wpx-526 {
  max-width: 526px;
}
.max-hpx-527 {
  max-height: 527px;
}
.max-wpx-527 {
  max-width: 527px;
}
.max-hpx-528 {
  max-height: 528px;
}
.max-wpx-528 {
  max-width: 528px;
}
.max-hpx-529 {
  max-height: 529px;
}
.max-wpx-529 {
  max-width: 529px;
}
.max-hpx-530 {
  max-height: 530px;
}
.max-wpx-530 {
  max-width: 530px;
}
.max-hpx-531 {
  max-height: 531px;
}
.max-wpx-531 {
  max-width: 531px;
}
.max-hpx-532 {
  max-height: 532px;
}
.max-wpx-532 {
  max-width: 532px;
}
.max-hpx-533 {
  max-height: 533px;
}
.max-wpx-533 {
  max-width: 533px;
}
.max-hpx-534 {
  max-height: 534px;
}
.max-wpx-534 {
  max-width: 534px;
}
.max-hpx-535 {
  max-height: 535px;
}
.max-wpx-535 {
  max-width: 535px;
}
.max-hpx-536 {
  max-height: 536px;
}
.max-wpx-536 {
  max-width: 536px;
}
.max-hpx-537 {
  max-height: 537px;
}
.max-wpx-537 {
  max-width: 537px;
}
.max-hpx-538 {
  max-height: 538px;
}
.max-wpx-538 {
  max-width: 538px;
}
.max-hpx-539 {
  max-height: 539px;
}
.max-wpx-539 {
  max-width: 539px;
}
.max-hpx-540 {
  max-height: 540px;
}
.max-wpx-540 {
  max-width: 540px;
}
.max-hpx-541 {
  max-height: 541px;
}
.max-wpx-541 {
  max-width: 541px;
}
.max-hpx-542 {
  max-height: 542px;
}
.max-wpx-542 {
  max-width: 542px;
}
.max-hpx-543 {
  max-height: 543px;
}
.max-wpx-543 {
  max-width: 543px;
}
.max-hpx-544 {
  max-height: 544px;
}
.max-wpx-544 {
  max-width: 544px;
}
.max-hpx-545 {
  max-height: 545px;
}
.max-wpx-545 {
  max-width: 545px;
}
.max-hpx-546 {
  max-height: 546px;
}
.max-wpx-546 {
  max-width: 546px;
}
.max-hpx-547 {
  max-height: 547px;
}
.max-wpx-547 {
  max-width: 547px;
}
.max-hpx-548 {
  max-height: 548px;
}
.max-wpx-548 {
  max-width: 548px;
}
.max-hpx-549 {
  max-height: 549px;
}
.max-wpx-549 {
  max-width: 549px;
}
.max-hpx-550 {
  max-height: 550px;
}
.max-wpx-550 {
  max-width: 550px;
}
.max-hpx-551 {
  max-height: 551px;
}
.max-wpx-551 {
  max-width: 551px;
}
.max-hpx-552 {
  max-height: 552px;
}
.max-wpx-552 {
  max-width: 552px;
}
.max-hpx-553 {
  max-height: 553px;
}
.max-wpx-553 {
  max-width: 553px;
}
.max-hpx-554 {
  max-height: 554px;
}
.max-wpx-554 {
  max-width: 554px;
}
.max-hpx-555 {
  max-height: 555px;
}
.max-wpx-555 {
  max-width: 555px;
}
.max-hpx-556 {
  max-height: 556px;
}
.max-wpx-556 {
  max-width: 556px;
}
.max-hpx-557 {
  max-height: 557px;
}
.max-wpx-557 {
  max-width: 557px;
}
.max-hpx-558 {
  max-height: 558px;
}
.max-wpx-558 {
  max-width: 558px;
}
.max-hpx-559 {
  max-height: 559px;
}
.max-wpx-559 {
  max-width: 559px;
}
.max-hpx-560 {
  max-height: 560px;
}
.max-wpx-560 {
  max-width: 560px;
}
.max-hpx-561 {
  max-height: 561px;
}
.max-wpx-561 {
  max-width: 561px;
}
.max-hpx-562 {
  max-height: 562px;
}
.max-wpx-562 {
  max-width: 562px;
}
.max-hpx-563 {
  max-height: 563px;
}
.max-wpx-563 {
  max-width: 563px;
}
.max-hpx-564 {
  max-height: 564px;
}
.max-wpx-564 {
  max-width: 564px;
}
.max-hpx-565 {
  max-height: 565px;
}
.max-wpx-565 {
  max-width: 565px;
}
.max-hpx-566 {
  max-height: 566px;
}
.max-wpx-566 {
  max-width: 566px;
}
.max-hpx-567 {
  max-height: 567px;
}
.max-wpx-567 {
  max-width: 567px;
}
.max-hpx-568 {
  max-height: 568px;
}
.max-wpx-568 {
  max-width: 568px;
}
.max-hpx-569 {
  max-height: 569px;
}
.max-wpx-569 {
  max-width: 569px;
}
.max-hpx-570 {
  max-height: 570px;
}
.max-wpx-570 {
  max-width: 570px;
}
.max-hpx-571 {
  max-height: 571px;
}
.max-wpx-571 {
  max-width: 571px;
}
.max-hpx-572 {
  max-height: 572px;
}
.max-wpx-572 {
  max-width: 572px;
}
.max-hpx-573 {
  max-height: 573px;
}
.max-wpx-573 {
  max-width: 573px;
}
.max-hpx-574 {
  max-height: 574px;
}
.max-wpx-574 {
  max-width: 574px;
}
.max-hpx-575 {
  max-height: 575px;
}
.max-wpx-575 {
  max-width: 575px;
}
.max-hpx-576 {
  max-height: 576px;
}
.max-wpx-576 {
  max-width: 576px;
}
.max-hpx-577 {
  max-height: 577px;
}
.max-wpx-577 {
  max-width: 577px;
}
.max-hpx-578 {
  max-height: 578px;
}
.max-wpx-578 {
  max-width: 578px;
}
.max-hpx-579 {
  max-height: 579px;
}
.max-wpx-579 {
  max-width: 579px;
}
.max-hpx-580 {
  max-height: 580px;
}
.max-wpx-580 {
  max-width: 580px;
}
.max-hpx-581 {
  max-height: 581px;
}
.max-wpx-581 {
  max-width: 581px;
}
.max-hpx-582 {
  max-height: 582px;
}
.max-wpx-582 {
  max-width: 582px;
}
.max-hpx-583 {
  max-height: 583px;
}
.max-wpx-583 {
  max-width: 583px;
}
.max-hpx-584 {
  max-height: 584px;
}
.max-wpx-584 {
  max-width: 584px;
}
.max-hpx-585 {
  max-height: 585px;
}
.max-wpx-585 {
  max-width: 585px;
}
.max-hpx-586 {
  max-height: 586px;
}
.max-wpx-586 {
  max-width: 586px;
}
.max-hpx-587 {
  max-height: 587px;
}
.max-wpx-587 {
  max-width: 587px;
}
.max-hpx-588 {
  max-height: 588px;
}
.max-wpx-588 {
  max-width: 588px;
}
.max-hpx-589 {
  max-height: 589px;
}
.max-wpx-589 {
  max-width: 589px;
}
.max-hpx-590 {
  max-height: 590px;
}
.max-wpx-590 {
  max-width: 590px;
}
.max-hpx-591 {
  max-height: 591px;
}
.max-wpx-591 {
  max-width: 591px;
}
.max-hpx-592 {
  max-height: 592px;
}
.max-wpx-592 {
  max-width: 592px;
}
.max-hpx-593 {
  max-height: 593px;
}
.max-wpx-593 {
  max-width: 593px;
}
.max-hpx-594 {
  max-height: 594px;
}
.max-wpx-594 {
  max-width: 594px;
}
.max-hpx-595 {
  max-height: 595px;
}
.max-wpx-595 {
  max-width: 595px;
}
.max-hpx-596 {
  max-height: 596px;
}
.max-wpx-596 {
  max-width: 596px;
}
.max-hpx-597 {
  max-height: 597px;
}
.max-wpx-597 {
  max-width: 597px;
}
.max-hpx-598 {
  max-height: 598px;
}
.max-wpx-598 {
  max-width: 598px;
}
.max-hpx-599 {
  max-height: 599px;
}
.max-wpx-599 {
  max-width: 599px;
}
.max-hpx-600 {
  max-height: 600px;
}
.max-wpx-600 {
  max-width: 600px;
}
.max-hpx-601 {
  max-height: 601px;
}
.max-wpx-601 {
  max-width: 601px;
}
.max-hpx-602 {
  max-height: 602px;
}
.max-wpx-602 {
  max-width: 602px;
}
.max-hpx-603 {
  max-height: 603px;
}
.max-wpx-603 {
  max-width: 603px;
}
.max-hpx-604 {
  max-height: 604px;
}
.max-wpx-604 {
  max-width: 604px;
}
.max-hpx-605 {
  max-height: 605px;
}
.max-wpx-605 {
  max-width: 605px;
}
.max-hpx-606 {
  max-height: 606px;
}
.max-wpx-606 {
  max-width: 606px;
}
.max-hpx-607 {
  max-height: 607px;
}
.max-wpx-607 {
  max-width: 607px;
}
.max-hpx-608 {
  max-height: 608px;
}
.max-wpx-608 {
  max-width: 608px;
}
.max-hpx-609 {
  max-height: 609px;
}
.max-wpx-609 {
  max-width: 609px;
}
.max-hpx-610 {
  max-height: 610px;
}
.max-wpx-610 {
  max-width: 610px;
}
.max-hpx-611 {
  max-height: 611px;
}
.max-wpx-611 {
  max-width: 611px;
}
.max-hpx-612 {
  max-height: 612px;
}
.max-wpx-612 {
  max-width: 612px;
}
.max-hpx-613 {
  max-height: 613px;
}
.max-wpx-613 {
  max-width: 613px;
}
.max-hpx-614 {
  max-height: 614px;
}
.max-wpx-614 {
  max-width: 614px;
}
.max-hpx-615 {
  max-height: 615px;
}
.max-wpx-615 {
  max-width: 615px;
}
.max-hpx-616 {
  max-height: 616px;
}
.max-wpx-616 {
  max-width: 616px;
}
.max-hpx-617 {
  max-height: 617px;
}
.max-wpx-617 {
  max-width: 617px;
}
.max-hpx-618 {
  max-height: 618px;
}
.max-wpx-618 {
  max-width: 618px;
}
.max-hpx-619 {
  max-height: 619px;
}
.max-wpx-619 {
  max-width: 619px;
}
.max-hpx-620 {
  max-height: 620px;
}
.max-wpx-620 {
  max-width: 620px;
}
.max-hpx-621 {
  max-height: 621px;
}
.max-wpx-621 {
  max-width: 621px;
}
.max-hpx-622 {
  max-height: 622px;
}
.max-wpx-622 {
  max-width: 622px;
}
.max-hpx-623 {
  max-height: 623px;
}
.max-wpx-623 {
  max-width: 623px;
}
.max-hpx-624 {
  max-height: 624px;
}
.max-wpx-624 {
  max-width: 624px;
}
.max-hpx-625 {
  max-height: 625px;
}
.max-wpx-625 {
  max-width: 625px;
}
.max-hpx-626 {
  max-height: 626px;
}
.max-wpx-626 {
  max-width: 626px;
}
.max-hpx-627 {
  max-height: 627px;
}
.max-wpx-627 {
  max-width: 627px;
}
.max-hpx-628 {
  max-height: 628px;
}
.max-wpx-628 {
  max-width: 628px;
}
.max-hpx-629 {
  max-height: 629px;
}
.max-wpx-629 {
  max-width: 629px;
}
.max-hpx-630 {
  max-height: 630px;
}
.max-wpx-630 {
  max-width: 630px;
}
.max-hpx-631 {
  max-height: 631px;
}
.max-wpx-631 {
  max-width: 631px;
}
.max-hpx-632 {
  max-height: 632px;
}
.max-wpx-632 {
  max-width: 632px;
}
.max-hpx-633 {
  max-height: 633px;
}
.max-wpx-633 {
  max-width: 633px;
}
.max-hpx-634 {
  max-height: 634px;
}
.max-wpx-634 {
  max-width: 634px;
}
.max-hpx-635 {
  max-height: 635px;
}
.max-wpx-635 {
  max-width: 635px;
}
.max-hpx-636 {
  max-height: 636px;
}
.max-wpx-636 {
  max-width: 636px;
}
.max-hpx-637 {
  max-height: 637px;
}
.max-wpx-637 {
  max-width: 637px;
}
.max-hpx-638 {
  max-height: 638px;
}
.max-wpx-638 {
  max-width: 638px;
}
.max-hpx-639 {
  max-height: 639px;
}
.max-wpx-639 {
  max-width: 639px;
}
.max-hpx-640 {
  max-height: 640px;
}
.max-wpx-640 {
  max-width: 640px;
}
.max-hpx-641 {
  max-height: 641px;
}
.max-wpx-641 {
  max-width: 641px;
}
.max-hpx-642 {
  max-height: 642px;
}
.max-wpx-642 {
  max-width: 642px;
}
.max-hpx-643 {
  max-height: 643px;
}
.max-wpx-643 {
  max-width: 643px;
}
.max-hpx-644 {
  max-height: 644px;
}
.max-wpx-644 {
  max-width: 644px;
}
.max-hpx-645 {
  max-height: 645px;
}
.max-wpx-645 {
  max-width: 645px;
}
.max-hpx-646 {
  max-height: 646px;
}
.max-wpx-646 {
  max-width: 646px;
}
.max-hpx-647 {
  max-height: 647px;
}
.max-wpx-647 {
  max-width: 647px;
}
.max-hpx-648 {
  max-height: 648px;
}
.max-wpx-648 {
  max-width: 648px;
}
.max-hpx-649 {
  max-height: 649px;
}
.max-wpx-649 {
  max-width: 649px;
}
.max-hpx-650 {
  max-height: 650px;
}
.max-wpx-650 {
  max-width: 650px;
}
.max-hpx-651 {
  max-height: 651px;
}
.max-wpx-651 {
  max-width: 651px;
}
.max-hpx-652 {
  max-height: 652px;
}
.max-wpx-652 {
  max-width: 652px;
}
.max-hpx-653 {
  max-height: 653px;
}
.max-wpx-653 {
  max-width: 653px;
}
.max-hpx-654 {
  max-height: 654px;
}
.max-wpx-654 {
  max-width: 654px;
}
.max-hpx-655 {
  max-height: 655px;
}
.max-wpx-655 {
  max-width: 655px;
}
.max-hpx-656 {
  max-height: 656px;
}
.max-wpx-656 {
  max-width: 656px;
}
.max-hpx-657 {
  max-height: 657px;
}
.max-wpx-657 {
  max-width: 657px;
}
.max-hpx-658 {
  max-height: 658px;
}
.max-wpx-658 {
  max-width: 658px;
}
.max-hpx-659 {
  max-height: 659px;
}
.max-wpx-659 {
  max-width: 659px;
}
.max-hpx-660 {
  max-height: 660px;
}
.max-wpx-660 {
  max-width: 660px;
}
.max-hpx-661 {
  max-height: 661px;
}
.max-wpx-661 {
  max-width: 661px;
}
.max-hpx-662 {
  max-height: 662px;
}
.max-wpx-662 {
  max-width: 662px;
}
.max-hpx-663 {
  max-height: 663px;
}
.max-wpx-663 {
  max-width: 663px;
}
.max-hpx-664 {
  max-height: 664px;
}
.max-wpx-664 {
  max-width: 664px;
}
.max-hpx-665 {
  max-height: 665px;
}
.max-wpx-665 {
  max-width: 665px;
}
.max-hpx-666 {
  max-height: 666px;
}
.max-wpx-666 {
  max-width: 666px;
}
.max-hpx-667 {
  max-height: 667px;
}
.max-wpx-667 {
  max-width: 667px;
}
.max-hpx-668 {
  max-height: 668px;
}
.max-wpx-668 {
  max-width: 668px;
}
.max-hpx-669 {
  max-height: 669px;
}
.max-wpx-669 {
  max-width: 669px;
}
.max-hpx-670 {
  max-height: 670px;
}
.max-wpx-670 {
  max-width: 670px;
}
.max-hpx-671 {
  max-height: 671px;
}
.max-wpx-671 {
  max-width: 671px;
}
.max-hpx-672 {
  max-height: 672px;
}
.max-wpx-672 {
  max-width: 672px;
}
.max-hpx-673 {
  max-height: 673px;
}
.max-wpx-673 {
  max-width: 673px;
}
.max-hpx-674 {
  max-height: 674px;
}
.max-wpx-674 {
  max-width: 674px;
}
.max-hpx-675 {
  max-height: 675px;
}
.max-wpx-675 {
  max-width: 675px;
}
.max-hpx-676 {
  max-height: 676px;
}
.max-wpx-676 {
  max-width: 676px;
}
.max-hpx-677 {
  max-height: 677px;
}
.max-wpx-677 {
  max-width: 677px;
}
.max-hpx-678 {
  max-height: 678px;
}
.max-wpx-678 {
  max-width: 678px;
}
.max-hpx-679 {
  max-height: 679px;
}
.max-wpx-679 {
  max-width: 679px;
}
.max-hpx-680 {
  max-height: 680px;
}
.max-wpx-680 {
  max-width: 680px;
}
.max-hpx-681 {
  max-height: 681px;
}
.max-wpx-681 {
  max-width: 681px;
}
.max-hpx-682 {
  max-height: 682px;
}
.max-wpx-682 {
  max-width: 682px;
}
.max-hpx-683 {
  max-height: 683px;
}
.max-wpx-683 {
  max-width: 683px;
}
.max-hpx-684 {
  max-height: 684px;
}
.max-wpx-684 {
  max-width: 684px;
}
.max-hpx-685 {
  max-height: 685px;
}
.max-wpx-685 {
  max-width: 685px;
}
.max-hpx-686 {
  max-height: 686px;
}
.max-wpx-686 {
  max-width: 686px;
}
.max-hpx-687 {
  max-height: 687px;
}
.max-wpx-687 {
  max-width: 687px;
}
.max-hpx-688 {
  max-height: 688px;
}
.max-wpx-688 {
  max-width: 688px;
}
.max-hpx-689 {
  max-height: 689px;
}
.max-wpx-689 {
  max-width: 689px;
}
.max-hpx-690 {
  max-height: 690px;
}
.max-wpx-690 {
  max-width: 690px;
}
.max-hpx-691 {
  max-height: 691px;
}
.max-wpx-691 {
  max-width: 691px;
}
.max-hpx-692 {
  max-height: 692px;
}
.max-wpx-692 {
  max-width: 692px;
}
.max-hpx-693 {
  max-height: 693px;
}
.max-wpx-693 {
  max-width: 693px;
}
.max-hpx-694 {
  max-height: 694px;
}
.max-wpx-694 {
  max-width: 694px;
}
.max-hpx-695 {
  max-height: 695px;
}
.max-wpx-695 {
  max-width: 695px;
}
.max-hpx-696 {
  max-height: 696px;
}
.max-wpx-696 {
  max-width: 696px;
}
.max-hpx-697 {
  max-height: 697px;
}
.max-wpx-697 {
  max-width: 697px;
}
.max-hpx-698 {
  max-height: 698px;
}
.max-wpx-698 {
  max-width: 698px;
}
.max-hpx-699 {
  max-height: 699px;
}
.max-wpx-699 {
  max-width: 699px;
}
.max-hpx-700 {
  max-height: 700px;
}
.max-wpx-700 {
  max-width: 700px;
}
.max-hpx-701 {
  max-height: 701px;
}
.max-wpx-701 {
  max-width: 701px;
}
.max-hpx-702 {
  max-height: 702px;
}
.max-wpx-702 {
  max-width: 702px;
}
.max-hpx-703 {
  max-height: 703px;
}
.max-wpx-703 {
  max-width: 703px;
}
.max-hpx-704 {
  max-height: 704px;
}
.max-wpx-704 {
  max-width: 704px;
}
.max-hpx-705 {
  max-height: 705px;
}
.max-wpx-705 {
  max-width: 705px;
}
.max-hpx-706 {
  max-height: 706px;
}
.max-wpx-706 {
  max-width: 706px;
}
.max-hpx-707 {
  max-height: 707px;
}
.max-wpx-707 {
  max-width: 707px;
}
.max-hpx-708 {
  max-height: 708px;
}
.max-wpx-708 {
  max-width: 708px;
}
.max-hpx-709 {
  max-height: 709px;
}
.max-wpx-709 {
  max-width: 709px;
}
.max-hpx-710 {
  max-height: 710px;
}
.max-wpx-710 {
  max-width: 710px;
}
.max-hpx-711 {
  max-height: 711px;
}
.max-wpx-711 {
  max-width: 711px;
}
.max-hpx-712 {
  max-height: 712px;
}
.max-wpx-712 {
  max-width: 712px;
}
.max-hpx-713 {
  max-height: 713px;
}
.max-wpx-713 {
  max-width: 713px;
}
.max-hpx-714 {
  max-height: 714px;
}
.max-wpx-714 {
  max-width: 714px;
}
.max-hpx-715 {
  max-height: 715px;
}
.max-wpx-715 {
  max-width: 715px;
}
.max-hpx-716 {
  max-height: 716px;
}
.max-wpx-716 {
  max-width: 716px;
}
.max-hpx-717 {
  max-height: 717px;
}
.max-wpx-717 {
  max-width: 717px;
}
.max-hpx-718 {
  max-height: 718px;
}
.max-wpx-718 {
  max-width: 718px;
}
.max-hpx-719 {
  max-height: 719px;
}
.max-wpx-719 {
  max-width: 719px;
}
.max-hpx-720 {
  max-height: 720px;
}
.max-wpx-720 {
  max-width: 720px;
}
.max-hpx-721 {
  max-height: 721px;
}
.max-wpx-721 {
  max-width: 721px;
}
.max-hpx-722 {
  max-height: 722px;
}
.max-wpx-722 {
  max-width: 722px;
}
.max-hpx-723 {
  max-height: 723px;
}
.max-wpx-723 {
  max-width: 723px;
}
.max-hpx-724 {
  max-height: 724px;
}
.max-wpx-724 {
  max-width: 724px;
}
.max-hpx-725 {
  max-height: 725px;
}
.max-wpx-725 {
  max-width: 725px;
}
.max-hpx-726 {
  max-height: 726px;
}
.max-wpx-726 {
  max-width: 726px;
}
.max-hpx-727 {
  max-height: 727px;
}
.max-wpx-727 {
  max-width: 727px;
}
.max-hpx-728 {
  max-height: 728px;
}
.max-wpx-728 {
  max-width: 728px;
}
.max-hpx-729 {
  max-height: 729px;
}
.max-wpx-729 {
  max-width: 729px;
}
.max-hpx-730 {
  max-height: 730px;
}
.max-wpx-730 {
  max-width: 730px;
}
.max-hpx-731 {
  max-height: 731px;
}
.max-wpx-731 {
  max-width: 731px;
}
.max-hpx-732 {
  max-height: 732px;
}
.max-wpx-732 {
  max-width: 732px;
}
.max-hpx-733 {
  max-height: 733px;
}
.max-wpx-733 {
  max-width: 733px;
}
.max-hpx-734 {
  max-height: 734px;
}
.max-wpx-734 {
  max-width: 734px;
}
.max-hpx-735 {
  max-height: 735px;
}
.max-wpx-735 {
  max-width: 735px;
}
.max-hpx-736 {
  max-height: 736px;
}
.max-wpx-736 {
  max-width: 736px;
}
.max-hpx-737 {
  max-height: 737px;
}
.max-wpx-737 {
  max-width: 737px;
}
.max-hpx-738 {
  max-height: 738px;
}
.max-wpx-738 {
  max-width: 738px;
}
.max-hpx-739 {
  max-height: 739px;
}
.max-wpx-739 {
  max-width: 739px;
}
.max-hpx-740 {
  max-height: 740px;
}
.max-wpx-740 {
  max-width: 740px;
}
.max-hpx-741 {
  max-height: 741px;
}
.max-wpx-741 {
  max-width: 741px;
}
.max-hpx-742 {
  max-height: 742px;
}
.max-wpx-742 {
  max-width: 742px;
}
.max-hpx-743 {
  max-height: 743px;
}
.max-wpx-743 {
  max-width: 743px;
}
.max-hpx-744 {
  max-height: 744px;
}
.max-wpx-744 {
  max-width: 744px;
}
.max-hpx-745 {
  max-height: 745px;
}
.max-wpx-745 {
  max-width: 745px;
}
.max-hpx-746 {
  max-height: 746px;
}
.max-wpx-746 {
  max-width: 746px;
}
.max-hpx-747 {
  max-height: 747px;
}
.max-wpx-747 {
  max-width: 747px;
}
.max-hpx-748 {
  max-height: 748px;
}
.max-wpx-748 {
  max-width: 748px;
}
.max-hpx-749 {
  max-height: 749px;
}
.max-wpx-749 {
  max-width: 749px;
}
.max-hpx-750 {
  max-height: 750px;
}
.max-wpx-750 {
  max-width: 750px;
}
.max-hpx-751 {
  max-height: 751px;
}
.max-wpx-751 {
  max-width: 751px;
}
.max-hpx-752 {
  max-height: 752px;
}
.max-wpx-752 {
  max-width: 752px;
}
.max-hpx-753 {
  max-height: 753px;
}
.max-wpx-753 {
  max-width: 753px;
}
.max-hpx-754 {
  max-height: 754px;
}
.max-wpx-754 {
  max-width: 754px;
}
.max-hpx-755 {
  max-height: 755px;
}
.max-wpx-755 {
  max-width: 755px;
}
.max-hpx-756 {
  max-height: 756px;
}
.max-wpx-756 {
  max-width: 756px;
}
.max-hpx-757 {
  max-height: 757px;
}
.max-wpx-757 {
  max-width: 757px;
}
.max-hpx-758 {
  max-height: 758px;
}
.max-wpx-758 {
  max-width: 758px;
}
.max-hpx-759 {
  max-height: 759px;
}
.max-wpx-759 {
  max-width: 759px;
}
.max-hpx-760 {
  max-height: 760px;
}
.max-wpx-760 {
  max-width: 760px;
}
.max-hpx-761 {
  max-height: 761px;
}
.max-wpx-761 {
  max-width: 761px;
}
.max-hpx-762 {
  max-height: 762px;
}
.max-wpx-762 {
  max-width: 762px;
}
.max-hpx-763 {
  max-height: 763px;
}
.max-wpx-763 {
  max-width: 763px;
}
.max-hpx-764 {
  max-height: 764px;
}
.max-wpx-764 {
  max-width: 764px;
}
.max-hpx-765 {
  max-height: 765px;
}
.max-wpx-765 {
  max-width: 765px;
}
.max-hpx-766 {
  max-height: 766px;
}
.max-wpx-766 {
  max-width: 766px;
}
.max-hpx-767 {
  max-height: 767px;
}
.max-wpx-767 {
  max-width: 767px;
}
.max-hpx-768 {
  max-height: 768px;
}
.max-wpx-768 {
  max-width: 768px;
}
.max-hpx-769 {
  max-height: 769px;
}
.max-wpx-769 {
  max-width: 769px;
}
.max-hpx-770 {
  max-height: 770px;
}
.max-wpx-770 {
  max-width: 770px;
}
.max-hpx-771 {
  max-height: 771px;
}
.max-wpx-771 {
  max-width: 771px;
}
.max-hpx-772 {
  max-height: 772px;
}
.max-wpx-772 {
  max-width: 772px;
}
.max-hpx-773 {
  max-height: 773px;
}
.max-wpx-773 {
  max-width: 773px;
}
.max-hpx-774 {
  max-height: 774px;
}
.max-wpx-774 {
  max-width: 774px;
}
.max-hpx-775 {
  max-height: 775px;
}
.max-wpx-775 {
  max-width: 775px;
}
.max-hpx-776 {
  max-height: 776px;
}
.max-wpx-776 {
  max-width: 776px;
}
.max-hpx-777 {
  max-height: 777px;
}
.max-wpx-777 {
  max-width: 777px;
}
.max-hpx-778 {
  max-height: 778px;
}
.max-wpx-778 {
  max-width: 778px;
}
.max-hpx-779 {
  max-height: 779px;
}
.max-wpx-779 {
  max-width: 779px;
}
.max-hpx-780 {
  max-height: 780px;
}
.max-wpx-780 {
  max-width: 780px;
}
.max-hpx-781 {
  max-height: 781px;
}
.max-wpx-781 {
  max-width: 781px;
}
.max-hpx-782 {
  max-height: 782px;
}
.max-wpx-782 {
  max-width: 782px;
}
.max-hpx-783 {
  max-height: 783px;
}
.max-wpx-783 {
  max-width: 783px;
}
.max-hpx-784 {
  max-height: 784px;
}
.max-wpx-784 {
  max-width: 784px;
}
.max-hpx-785 {
  max-height: 785px;
}
.max-wpx-785 {
  max-width: 785px;
}
.max-hpx-786 {
  max-height: 786px;
}
.max-wpx-786 {
  max-width: 786px;
}
.max-hpx-787 {
  max-height: 787px;
}
.max-wpx-787 {
  max-width: 787px;
}
.max-hpx-788 {
  max-height: 788px;
}
.max-wpx-788 {
  max-width: 788px;
}
.max-hpx-789 {
  max-height: 789px;
}
.max-wpx-789 {
  max-width: 789px;
}
.max-hpx-790 {
  max-height: 790px;
}
.max-wpx-790 {
  max-width: 790px;
}
.max-hpx-791 {
  max-height: 791px;
}
.max-wpx-791 {
  max-width: 791px;
}
.max-hpx-792 {
  max-height: 792px;
}
.max-wpx-792 {
  max-width: 792px;
}
.max-hpx-793 {
  max-height: 793px;
}
.max-wpx-793 {
  max-width: 793px;
}
.max-hpx-794 {
  max-height: 794px;
}
.max-wpx-794 {
  max-width: 794px;
}
.max-hpx-795 {
  max-height: 795px;
}
.max-wpx-795 {
  max-width: 795px;
}
.max-hpx-796 {
  max-height: 796px;
}
.max-wpx-796 {
  max-width: 796px;
}
.max-hpx-797 {
  max-height: 797px;
}
.max-wpx-797 {
  max-width: 797px;
}
.max-hpx-798 {
  max-height: 798px;
}
.max-wpx-798 {
  max-width: 798px;
}
.max-hpx-799 {
  max-height: 799px;
}
.max-wpx-799 {
  max-width: 799px;
}
.max-hpx-800 {
  max-height: 800px;
}
.max-wpx-800 {
  max-width: 800px;
}
.max-hpx-801 {
  max-height: 801px;
}
.max-wpx-801 {
  max-width: 801px;
}
.max-hpx-802 {
  max-height: 802px;
}
.max-wpx-802 {
  max-width: 802px;
}
.max-hpx-803 {
  max-height: 803px;
}
.max-wpx-803 {
  max-width: 803px;
}
.max-hpx-804 {
  max-height: 804px;
}
.max-wpx-804 {
  max-width: 804px;
}
.max-hpx-805 {
  max-height: 805px;
}
.max-wpx-805 {
  max-width: 805px;
}
.max-hpx-806 {
  max-height: 806px;
}
.max-wpx-806 {
  max-width: 806px;
}
.max-hpx-807 {
  max-height: 807px;
}
.max-wpx-807 {
  max-width: 807px;
}
.max-hpx-808 {
  max-height: 808px;
}
.max-wpx-808 {
  max-width: 808px;
}
.max-hpx-809 {
  max-height: 809px;
}
.max-wpx-809 {
  max-width: 809px;
}
.max-hpx-810 {
  max-height: 810px;
}
.max-wpx-810 {
  max-width: 810px;
}
.max-hpx-811 {
  max-height: 811px;
}
.max-wpx-811 {
  max-width: 811px;
}
.max-hpx-812 {
  max-height: 812px;
}
.max-wpx-812 {
  max-width: 812px;
}
.max-hpx-813 {
  max-height: 813px;
}
.max-wpx-813 {
  max-width: 813px;
}
.max-hpx-814 {
  max-height: 814px;
}
.max-wpx-814 {
  max-width: 814px;
}
.max-hpx-815 {
  max-height: 815px;
}
.max-wpx-815 {
  max-width: 815px;
}
.max-hpx-816 {
  max-height: 816px;
}
.max-wpx-816 {
  max-width: 816px;
}
.max-hpx-817 {
  max-height: 817px;
}
.max-wpx-817 {
  max-width: 817px;
}
.max-hpx-818 {
  max-height: 818px;
}
.max-wpx-818 {
  max-width: 818px;
}
.max-hpx-819 {
  max-height: 819px;
}
.max-wpx-819 {
  max-width: 819px;
}
.max-hpx-820 {
  max-height: 820px;
}
.max-wpx-820 {
  max-width: 820px;
}
.max-hpx-821 {
  max-height: 821px;
}
.max-wpx-821 {
  max-width: 821px;
}
.max-hpx-822 {
  max-height: 822px;
}
.max-wpx-822 {
  max-width: 822px;
}
.max-hpx-823 {
  max-height: 823px;
}
.max-wpx-823 {
  max-width: 823px;
}
.max-hpx-824 {
  max-height: 824px;
}
.max-wpx-824 {
  max-width: 824px;
}
.max-hpx-825 {
  max-height: 825px;
}
.max-wpx-825 {
  max-width: 825px;
}
.max-hpx-826 {
  max-height: 826px;
}
.max-wpx-826 {
  max-width: 826px;
}
.max-hpx-827 {
  max-height: 827px;
}
.max-wpx-827 {
  max-width: 827px;
}
.max-hpx-828 {
  max-height: 828px;
}
.max-wpx-828 {
  max-width: 828px;
}
.max-hpx-829 {
  max-height: 829px;
}
.max-wpx-829 {
  max-width: 829px;
}
.max-hpx-830 {
  max-height: 830px;
}
.max-wpx-830 {
  max-width: 830px;
}
.max-hpx-831 {
  max-height: 831px;
}
.max-wpx-831 {
  max-width: 831px;
}
.max-hpx-832 {
  max-height: 832px;
}
.max-wpx-832 {
  max-width: 832px;
}
.max-hpx-833 {
  max-height: 833px;
}
.max-wpx-833 {
  max-width: 833px;
}
.max-hpx-834 {
  max-height: 834px;
}
.max-wpx-834 {
  max-width: 834px;
}
.max-hpx-835 {
  max-height: 835px;
}
.max-wpx-835 {
  max-width: 835px;
}
.max-hpx-836 {
  max-height: 836px;
}
.max-wpx-836 {
  max-width: 836px;
}
.max-hpx-837 {
  max-height: 837px;
}
.max-wpx-837 {
  max-width: 837px;
}
.max-hpx-838 {
  max-height: 838px;
}
.max-wpx-838 {
  max-width: 838px;
}
.max-hpx-839 {
  max-height: 839px;
}
.max-wpx-839 {
  max-width: 839px;
}
.max-hpx-840 {
  max-height: 840px;
}
.max-wpx-840 {
  max-width: 840px;
}
.max-hpx-841 {
  max-height: 841px;
}
.max-wpx-841 {
  max-width: 841px;
}
.max-hpx-842 {
  max-height: 842px;
}
.max-wpx-842 {
  max-width: 842px;
}
.max-hpx-843 {
  max-height: 843px;
}
.max-wpx-843 {
  max-width: 843px;
}
.max-hpx-844 {
  max-height: 844px;
}
.max-wpx-844 {
  max-width: 844px;
}
.max-hpx-845 {
  max-height: 845px;
}
.max-wpx-845 {
  max-width: 845px;
}
.max-hpx-846 {
  max-height: 846px;
}
.max-wpx-846 {
  max-width: 846px;
}
.max-hpx-847 {
  max-height: 847px;
}
.max-wpx-847 {
  max-width: 847px;
}
.max-hpx-848 {
  max-height: 848px;
}
.max-wpx-848 {
  max-width: 848px;
}
.max-hpx-849 {
  max-height: 849px;
}
.max-wpx-849 {
  max-width: 849px;
}
.max-hpx-850 {
  max-height: 850px;
}
.max-wpx-850 {
  max-width: 850px;
}
.max-hpx-851 {
  max-height: 851px;
}
.max-wpx-851 {
  max-width: 851px;
}
.max-hpx-852 {
  max-height: 852px;
}
.max-wpx-852 {
  max-width: 852px;
}
.max-hpx-853 {
  max-height: 853px;
}
.max-wpx-853 {
  max-width: 853px;
}
.max-hpx-854 {
  max-height: 854px;
}
.max-wpx-854 {
  max-width: 854px;
}
.max-hpx-855 {
  max-height: 855px;
}
.max-wpx-855 {
  max-width: 855px;
}
.max-hpx-856 {
  max-height: 856px;
}
.max-wpx-856 {
  max-width: 856px;
}
.max-hpx-857 {
  max-height: 857px;
}
.max-wpx-857 {
  max-width: 857px;
}
.max-hpx-858 {
  max-height: 858px;
}
.max-wpx-858 {
  max-width: 858px;
}
.max-hpx-859 {
  max-height: 859px;
}
.max-wpx-859 {
  max-width: 859px;
}
.max-hpx-860 {
  max-height: 860px;
}
.max-wpx-860 {
  max-width: 860px;
}
.max-hpx-861 {
  max-height: 861px;
}
.max-wpx-861 {
  max-width: 861px;
}
.max-hpx-862 {
  max-height: 862px;
}
.max-wpx-862 {
  max-width: 862px;
}
.max-hpx-863 {
  max-height: 863px;
}
.max-wpx-863 {
  max-width: 863px;
}
.max-hpx-864 {
  max-height: 864px;
}
.max-wpx-864 {
  max-width: 864px;
}
.max-hpx-865 {
  max-height: 865px;
}
.max-wpx-865 {
  max-width: 865px;
}
.max-hpx-866 {
  max-height: 866px;
}
.max-wpx-866 {
  max-width: 866px;
}
.max-hpx-867 {
  max-height: 867px;
}
.max-wpx-867 {
  max-width: 867px;
}
.max-hpx-868 {
  max-height: 868px;
}
.max-wpx-868 {
  max-width: 868px;
}
.max-hpx-869 {
  max-height: 869px;
}
.max-wpx-869 {
  max-width: 869px;
}
.max-hpx-870 {
  max-height: 870px;
}
.max-wpx-870 {
  max-width: 870px;
}
.max-hpx-871 {
  max-height: 871px;
}
.max-wpx-871 {
  max-width: 871px;
}
.max-hpx-872 {
  max-height: 872px;
}
.max-wpx-872 {
  max-width: 872px;
}
.max-hpx-873 {
  max-height: 873px;
}
.max-wpx-873 {
  max-width: 873px;
}
.max-hpx-874 {
  max-height: 874px;
}
.max-wpx-874 {
  max-width: 874px;
}
.max-hpx-875 {
  max-height: 875px;
}
.max-wpx-875 {
  max-width: 875px;
}
.max-hpx-876 {
  max-height: 876px;
}
.max-wpx-876 {
  max-width: 876px;
}
.max-hpx-877 {
  max-height: 877px;
}
.max-wpx-877 {
  max-width: 877px;
}
.max-hpx-878 {
  max-height: 878px;
}
.max-wpx-878 {
  max-width: 878px;
}
.max-hpx-879 {
  max-height: 879px;
}
.max-wpx-879 {
  max-width: 879px;
}
.max-hpx-880 {
  max-height: 880px;
}
.max-wpx-880 {
  max-width: 880px;
}
.max-hpx-881 {
  max-height: 881px;
}
.max-wpx-881 {
  max-width: 881px;
}
.max-hpx-882 {
  max-height: 882px;
}
.max-wpx-882 {
  max-width: 882px;
}
.max-hpx-883 {
  max-height: 883px;
}
.max-wpx-883 {
  max-width: 883px;
}
.max-hpx-884 {
  max-height: 884px;
}
.max-wpx-884 {
  max-width: 884px;
}
.max-hpx-885 {
  max-height: 885px;
}
.max-wpx-885 {
  max-width: 885px;
}
.max-hpx-886 {
  max-height: 886px;
}
.max-wpx-886 {
  max-width: 886px;
}
.max-hpx-887 {
  max-height: 887px;
}
.max-wpx-887 {
  max-width: 887px;
}
.max-hpx-888 {
  max-height: 888px;
}
.max-wpx-888 {
  max-width: 888px;
}
.max-hpx-889 {
  max-height: 889px;
}
.max-wpx-889 {
  max-width: 889px;
}
.max-hpx-890 {
  max-height: 890px;
}
.max-wpx-890 {
  max-width: 890px;
}
.max-hpx-891 {
  max-height: 891px;
}
.max-wpx-891 {
  max-width: 891px;
}
.max-hpx-892 {
  max-height: 892px;
}
.max-wpx-892 {
  max-width: 892px;
}
.max-hpx-893 {
  max-height: 893px;
}
.max-wpx-893 {
  max-width: 893px;
}
.max-hpx-894 {
  max-height: 894px;
}
.max-wpx-894 {
  max-width: 894px;
}
.max-hpx-895 {
  max-height: 895px;
}
.max-wpx-895 {
  max-width: 895px;
}
.max-hpx-896 {
  max-height: 896px;
}
.max-wpx-896 {
  max-width: 896px;
}
.max-hpx-897 {
  max-height: 897px;
}
.max-wpx-897 {
  max-width: 897px;
}
.max-hpx-898 {
  max-height: 898px;
}
.max-wpx-898 {
  max-width: 898px;
}
.max-hpx-899 {
  max-height: 899px;
}
.max-wpx-899 {
  max-width: 899px;
}
.max-hpx-900 {
  max-height: 900px;
}
.max-wpx-900 {
  max-width: 900px;
}
.max-hpx-901 {
  max-height: 901px;
}
.max-wpx-901 {
  max-width: 901px;
}
.max-hpx-902 {
  max-height: 902px;
}
.max-wpx-902 {
  max-width: 902px;
}
.max-hpx-903 {
  max-height: 903px;
}
.max-wpx-903 {
  max-width: 903px;
}
.max-hpx-904 {
  max-height: 904px;
}
.max-wpx-904 {
  max-width: 904px;
}
.max-hpx-905 {
  max-height: 905px;
}
.max-wpx-905 {
  max-width: 905px;
}
.max-hpx-906 {
  max-height: 906px;
}
.max-wpx-906 {
  max-width: 906px;
}
.max-hpx-907 {
  max-height: 907px;
}
.max-wpx-907 {
  max-width: 907px;
}
.max-hpx-908 {
  max-height: 908px;
}
.max-wpx-908 {
  max-width: 908px;
}
.max-hpx-909 {
  max-height: 909px;
}
.max-wpx-909 {
  max-width: 909px;
}
.max-hpx-910 {
  max-height: 910px;
}
.max-wpx-910 {
  max-width: 910px;
}
.max-hpx-911 {
  max-height: 911px;
}
.max-wpx-911 {
  max-width: 911px;
}
.max-hpx-912 {
  max-height: 912px;
}
.max-wpx-912 {
  max-width: 912px;
}
.max-hpx-913 {
  max-height: 913px;
}
.max-wpx-913 {
  max-width: 913px;
}
.max-hpx-914 {
  max-height: 914px;
}
.max-wpx-914 {
  max-width: 914px;
}
.max-hpx-915 {
  max-height: 915px;
}
.max-wpx-915 {
  max-width: 915px;
}
.max-hpx-916 {
  max-height: 916px;
}
.max-wpx-916 {
  max-width: 916px;
}
.max-hpx-917 {
  max-height: 917px;
}
.max-wpx-917 {
  max-width: 917px;
}
.max-hpx-918 {
  max-height: 918px;
}
.max-wpx-918 {
  max-width: 918px;
}
.max-hpx-919 {
  max-height: 919px;
}
.max-wpx-919 {
  max-width: 919px;
}
.max-hpx-920 {
  max-height: 920px;
}
.max-wpx-920 {
  max-width: 920px;
}
.max-hpx-921 {
  max-height: 921px;
}
.max-wpx-921 {
  max-width: 921px;
}
.max-hpx-922 {
  max-height: 922px;
}
.max-wpx-922 {
  max-width: 922px;
}
.max-hpx-923 {
  max-height: 923px;
}
.max-wpx-923 {
  max-width: 923px;
}
.max-hpx-924 {
  max-height: 924px;
}
.max-wpx-924 {
  max-width: 924px;
}
.max-hpx-925 {
  max-height: 925px;
}
.max-wpx-925 {
  max-width: 925px;
}
.max-hpx-926 {
  max-height: 926px;
}
.max-wpx-926 {
  max-width: 926px;
}
.max-hpx-927 {
  max-height: 927px;
}
.max-wpx-927 {
  max-width: 927px;
}
.max-hpx-928 {
  max-height: 928px;
}
.max-wpx-928 {
  max-width: 928px;
}
.max-hpx-929 {
  max-height: 929px;
}
.max-wpx-929 {
  max-width: 929px;
}
.max-hpx-930 {
  max-height: 930px;
}
.max-wpx-930 {
  max-width: 930px;
}
.max-hpx-931 {
  max-height: 931px;
}
.max-wpx-931 {
  max-width: 931px;
}
.max-hpx-932 {
  max-height: 932px;
}
.max-wpx-932 {
  max-width: 932px;
}
.max-hpx-933 {
  max-height: 933px;
}
.max-wpx-933 {
  max-width: 933px;
}
.max-hpx-934 {
  max-height: 934px;
}
.max-wpx-934 {
  max-width: 934px;
}
.max-hpx-935 {
  max-height: 935px;
}
.max-wpx-935 {
  max-width: 935px;
}
.max-hpx-936 {
  max-height: 936px;
}
.max-wpx-936 {
  max-width: 936px;
}
.max-hpx-937 {
  max-height: 937px;
}
.max-wpx-937 {
  max-width: 937px;
}
.max-hpx-938 {
  max-height: 938px;
}
.max-wpx-938 {
  max-width: 938px;
}
.max-hpx-939 {
  max-height: 939px;
}
.max-wpx-939 {
  max-width: 939px;
}
.max-hpx-940 {
  max-height: 940px;
}
.max-wpx-940 {
  max-width: 940px;
}
.max-hpx-941 {
  max-height: 941px;
}
.max-wpx-941 {
  max-width: 941px;
}
.max-hpx-942 {
  max-height: 942px;
}
.max-wpx-942 {
  max-width: 942px;
}
.max-hpx-943 {
  max-height: 943px;
}
.max-wpx-943 {
  max-width: 943px;
}
.max-hpx-944 {
  max-height: 944px;
}
.max-wpx-944 {
  max-width: 944px;
}
.max-hpx-945 {
  max-height: 945px;
}
.max-wpx-945 {
  max-width: 945px;
}
.max-hpx-946 {
  max-height: 946px;
}
.max-wpx-946 {
  max-width: 946px;
}
.max-hpx-947 {
  max-height: 947px;
}
.max-wpx-947 {
  max-width: 947px;
}
.max-hpx-948 {
  max-height: 948px;
}
.max-wpx-948 {
  max-width: 948px;
}
.max-hpx-949 {
  max-height: 949px;
}
.max-wpx-949 {
  max-width: 949px;
}
.max-hpx-950 {
  max-height: 950px;
}
.max-wpx-950 {
  max-width: 950px;
}
.max-hpx-951 {
  max-height: 951px;
}
.max-wpx-951 {
  max-width: 951px;
}
.max-hpx-952 {
  max-height: 952px;
}
.max-wpx-952 {
  max-width: 952px;
}
.max-hpx-953 {
  max-height: 953px;
}
.max-wpx-953 {
  max-width: 953px;
}
.max-hpx-954 {
  max-height: 954px;
}
.max-wpx-954 {
  max-width: 954px;
}
.max-hpx-955 {
  max-height: 955px;
}
.max-wpx-955 {
  max-width: 955px;
}
.max-hpx-956 {
  max-height: 956px;
}
.max-wpx-956 {
  max-width: 956px;
}
.max-hpx-957 {
  max-height: 957px;
}
.max-wpx-957 {
  max-width: 957px;
}
.max-hpx-958 {
  max-height: 958px;
}
.max-wpx-958 {
  max-width: 958px;
}
.max-hpx-959 {
  max-height: 959px;
}
.max-wpx-959 {
  max-width: 959px;
}
.max-hpx-960 {
  max-height: 960px;
}
.max-wpx-960 {
  max-width: 960px;
}
.max-hpx-961 {
  max-height: 961px;
}
.max-wpx-961 {
  max-width: 961px;
}
.max-hpx-962 {
  max-height: 962px;
}
.max-wpx-962 {
  max-width: 962px;
}
.max-hpx-963 {
  max-height: 963px;
}
.max-wpx-963 {
  max-width: 963px;
}
.max-hpx-964 {
  max-height: 964px;
}
.max-wpx-964 {
  max-width: 964px;
}
.max-hpx-965 {
  max-height: 965px;
}
.max-wpx-965 {
  max-width: 965px;
}
.max-hpx-966 {
  max-height: 966px;
}
.max-wpx-966 {
  max-width: 966px;
}
.max-hpx-967 {
  max-height: 967px;
}
.max-wpx-967 {
  max-width: 967px;
}
.max-hpx-968 {
  max-height: 968px;
}
.max-wpx-968 {
  max-width: 968px;
}
.max-hpx-969 {
  max-height: 969px;
}
.max-wpx-969 {
  max-width: 969px;
}
.max-hpx-970 {
  max-height: 970px;
}
.max-wpx-970 {
  max-width: 970px;
}
.max-hpx-971 {
  max-height: 971px;
}
.max-wpx-971 {
  max-width: 971px;
}
.max-hpx-972 {
  max-height: 972px;
}
.max-wpx-972 {
  max-width: 972px;
}
.max-hpx-973 {
  max-height: 973px;
}
.max-wpx-973 {
  max-width: 973px;
}
.max-hpx-974 {
  max-height: 974px;
}
.max-wpx-974 {
  max-width: 974px;
}
.max-hpx-975 {
  max-height: 975px;
}
.max-wpx-975 {
  max-width: 975px;
}
.max-hpx-976 {
  max-height: 976px;
}
.max-wpx-976 {
  max-width: 976px;
}
.max-hpx-977 {
  max-height: 977px;
}
.max-wpx-977 {
  max-width: 977px;
}
.max-hpx-978 {
  max-height: 978px;
}
.max-wpx-978 {
  max-width: 978px;
}
.max-hpx-979 {
  max-height: 979px;
}
.max-wpx-979 {
  max-width: 979px;
}
.max-hpx-980 {
  max-height: 980px;
}
.max-wpx-980 {
  max-width: 980px;
}
.max-hpx-981 {
  max-height: 981px;
}
.max-wpx-981 {
  max-width: 981px;
}
.max-hpx-982 {
  max-height: 982px;
}
.max-wpx-982 {
  max-width: 982px;
}
.max-hpx-983 {
  max-height: 983px;
}
.max-wpx-983 {
  max-width: 983px;
}
.max-hpx-984 {
  max-height: 984px;
}
.max-wpx-984 {
  max-width: 984px;
}
.max-hpx-985 {
  max-height: 985px;
}
.max-wpx-985 {
  max-width: 985px;
}
.max-hpx-986 {
  max-height: 986px;
}
.max-wpx-986 {
  max-width: 986px;
}
.max-hpx-987 {
  max-height: 987px;
}
.max-wpx-987 {
  max-width: 987px;
}
.max-hpx-988 {
  max-height: 988px;
}
.max-wpx-988 {
  max-width: 988px;
}
.max-hpx-989 {
  max-height: 989px;
}
.max-wpx-989 {
  max-width: 989px;
}
.max-hpx-990 {
  max-height: 990px;
}
.max-wpx-990 {
  max-width: 990px;
}
.max-hpx-991 {
  max-height: 991px;
}
.max-wpx-991 {
  max-width: 991px;
}
.max-hpx-992 {
  max-height: 992px;
}
.max-wpx-992 {
  max-width: 992px;
}
.max-hpx-993 {
  max-height: 993px;
}
.max-wpx-993 {
  max-width: 993px;
}
.max-hpx-994 {
  max-height: 994px;
}
.max-wpx-994 {
  max-width: 994px;
}
.max-hpx-995 {
  max-height: 995px;
}
.max-wpx-995 {
  max-width: 995px;
}
.max-hpx-996 {
  max-height: 996px;
}
.max-wpx-996 {
  max-width: 996px;
}
.max-hpx-997 {
  max-height: 997px;
}
.max-wpx-997 {
  max-width: 997px;
}
.max-hpx-998 {
  max-height: 998px;
}
.max-wpx-998 {
  max-width: 998px;
}
.max-hpx-999 {
  max-height: 999px;
}
.max-wpx-999 {
  max-width: 999px;
}
.max-hpx-1000 {
  max-height: 1000px;
}
.max-wpx-1000 {
  max-width: 1000px;
}
.wp-0 {
  width: 0%;
}
.hpx-0 {
  height: 0px;
}
.wpx-0 {
  width: 0px;
}
.brpx-0 {
  border-radius: 0px;
}
.mrpx-0 {
  margin-right: 0px !important;
}
.-mlpx-0 {
  margin-left: 0px;
}
.mlpx-0 {
  margin-left: 0px;
}
.mbpx-0 {
  margin-bottom: 0px;
}
.gap-px-0 {
  gap: 0px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-x-0 {
  column-gap: 0px;
}
.mtpx-0 {
  margin-top: 0px;
}
.min-hpx-0 {
  min-height: 0px;
}
.min-wpx-0 {
  min-width: 0px;
}
.mbpx-0 {
  margin-bottom: 0px !important;
}
.pipx-0 {
  padding-inline: 0px;
}
.ptpx-0 {
  padding-top: 0px !important;
}
.pbpx-0 {
  padding-bottom: 0px !important;
}
.prpx-0 {
  padding-right: 0px !important;
}
.plpx-0 {
  padding-left: 0px !important;
}
.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.topx-0 {
  top: 0px;
}
.bottomx-0 {
  bottom: 0px;
}
.rightx-0 {
  right: 0px;
}
.leftx-0 {
  left: 0px;
}
.font-size-0 {
  font-size: 0px;
}
.wp-1 {
  width: 1%;
}
.hpx-1 {
  height: 1px;
}
.wpx-1 {
  width: 1px;
}
.brpx-1 {
  border-radius: 1px;
}
.mrpx-1 {
  margin-right: 1px !important;
}
.-mlpx-1 {
  margin-left: -1px;
}
.mlpx-1 {
  margin-left: 1px;
}
.mbpx-1 {
  margin-bottom: 1px;
}
.gap-px-1 {
  gap: 1px;
}
.gap-y-1 {
  row-gap: 1px;
}
.gap-x-1 {
  column-gap: 1px;
}
.mtpx-1 {
  margin-top: 1px;
}
.min-hpx-1 {
  min-height: 1px;
}
.min-wpx-1 {
  min-width: 1px;
}
.mbpx-1 {
  margin-bottom: 1px !important;
}
.pipx-1 {
  padding-inline: 1px;
}
.ptpx-1 {
  padding-top: 1px !important;
}
.pbpx-1 {
  padding-bottom: 1px !important;
}
.prpx-1 {
  padding-right: 1px !important;
}
.plpx-1 {
  padding-left: 1px !important;
}
.p-x-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.p-y-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.p-1 {
  padding: 1px !important;
}
.topx-1 {
  top: 1px;
}
.bottomx-1 {
  bottom: 1px;
}
.rightx-1 {
  right: 1px;
}
.leftx-1 {
  left: 1px;
}
.font-size-1 {
  font-size: 1px;
}
.wp-2 {
  width: 2%;
}
.hpx-2 {
  height: 2px;
}
.wpx-2 {
  width: 2px;
}
.brpx-2 {
  border-radius: 2px;
}
.mrpx-2 {
  margin-right: 2px !important;
}
.-mlpx-2 {
  margin-left: -2px;
}
.mlpx-2 {
  margin-left: 2px;
}
.mbpx-2 {
  margin-bottom: 2px;
}
.gap-px-2 {
  gap: 2px;
}
.gap-y-2 {
  row-gap: 2px;
}
.gap-x-2 {
  column-gap: 2px;
}
.mtpx-2 {
  margin-top: 2px;
}
.min-hpx-2 {
  min-height: 2px;
}
.min-wpx-2 {
  min-width: 2px;
}
.mbpx-2 {
  margin-bottom: 2px !important;
}
.pipx-2 {
  padding-inline: 2px;
}
.ptpx-2 {
  padding-top: 2px !important;
}
.pbpx-2 {
  padding-bottom: 2px !important;
}
.prpx-2 {
  padding-right: 2px !important;
}
.plpx-2 {
  padding-left: 2px !important;
}
.p-x-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.p-y-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.p-2 {
  padding: 2px !important;
}
.topx-2 {
  top: 2px;
}
.bottomx-2 {
  bottom: 2px;
}
.rightx-2 {
  right: 2px;
}
.leftx-2 {
  left: 2px;
}
.font-size-2 {
  font-size: 2px;
}
.wp-3 {
  width: 3%;
}
.hpx-3 {
  height: 3px;
}
.wpx-3 {
  width: 3px;
}
.brpx-3 {
  border-radius: 3px;
}
.mrpx-3 {
  margin-right: 3px !important;
}
.-mlpx-3 {
  margin-left: -3px;
}
.mlpx-3 {
  margin-left: 3px;
}
.mbpx-3 {
  margin-bottom: 3px;
}
.gap-px-3 {
  gap: 3px;
}
.gap-y-3 {
  row-gap: 3px;
}
.gap-x-3 {
  column-gap: 3px;
}
.mtpx-3 {
  margin-top: 3px;
}
.min-hpx-3 {
  min-height: 3px;
}
.min-wpx-3 {
  min-width: 3px;
}
.mbpx-3 {
  margin-bottom: 3px !important;
}
.pipx-3 {
  padding-inline: 3px;
}
.ptpx-3 {
  padding-top: 3px !important;
}
.pbpx-3 {
  padding-bottom: 3px !important;
}
.prpx-3 {
  padding-right: 3px !important;
}
.plpx-3 {
  padding-left: 3px !important;
}
.p-x-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.p-y-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.p-3 {
  padding: 3px !important;
}
.topx-3 {
  top: 3px;
}
.bottomx-3 {
  bottom: 3px;
}
.rightx-3 {
  right: 3px;
}
.leftx-3 {
  left: 3px;
}
.font-size-3 {
  font-size: 3px;
}
.wp-4 {
  width: 4%;
}
.hpx-4 {
  height: 4px;
}
.wpx-4 {
  width: 4px;
}
.brpx-4 {
  border-radius: 4px;
}
.mrpx-4 {
  margin-right: 4px !important;
}
.-mlpx-4 {
  margin-left: -4px;
}
.mlpx-4 {
  margin-left: 4px;
}
.mbpx-4 {
  margin-bottom: 4px;
}
.gap-px-4 {
  gap: 4px;
}
.gap-y-4 {
  row-gap: 4px;
}
.gap-x-4 {
  column-gap: 4px;
}
.mtpx-4 {
  margin-top: 4px;
}
.min-hpx-4 {
  min-height: 4px;
}
.min-wpx-4 {
  min-width: 4px;
}
.mbpx-4 {
  margin-bottom: 4px !important;
}
.pipx-4 {
  padding-inline: 4px;
}
.ptpx-4 {
  padding-top: 4px !important;
}
.pbpx-4 {
  padding-bottom: 4px !important;
}
.prpx-4 {
  padding-right: 4px !important;
}
.plpx-4 {
  padding-left: 4px !important;
}
.p-x-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.p-y-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.p-4 {
  padding: 4px !important;
}
.topx-4 {
  top: 4px;
}
.bottomx-4 {
  bottom: 4px;
}
.rightx-4 {
  right: 4px;
}
.leftx-4 {
  left: 4px;
}
.font-size-4 {
  font-size: 4px;
}
.wp-5 {
  width: 5%;
}
.hpx-5 {
  height: 5px;
}
.wpx-5 {
  width: 5px;
}
.brpx-5 {
  border-radius: 5px;
}
.mrpx-5 {
  margin-right: 5px !important;
}
.-mlpx-5 {
  margin-left: -5px;
}
.mlpx-5 {
  margin-left: 5px;
}
.mbpx-5 {
  margin-bottom: 5px;
}
.gap-px-5 {
  gap: 5px;
}
.gap-y-5 {
  row-gap: 5px;
}
.gap-x-5 {
  column-gap: 5px;
}
.mtpx-5 {
  margin-top: 5px;
}
.min-hpx-5 {
  min-height: 5px;
}
.min-wpx-5 {
  min-width: 5px;
}
.mbpx-5 {
  margin-bottom: 5px !important;
}
.pipx-5 {
  padding-inline: 5px;
}
.ptpx-5 {
  padding-top: 5px !important;
}
.pbpx-5 {
  padding-bottom: 5px !important;
}
.prpx-5 {
  padding-right: 5px !important;
}
.plpx-5 {
  padding-left: 5px !important;
}
.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.topx-5 {
  top: 5px;
}
.bottomx-5 {
  bottom: 5px;
}
.rightx-5 {
  right: 5px;
}
.leftx-5 {
  left: 5px;
}
.font-size-5 {
  font-size: 5px;
}
.wp-6 {
  width: 6%;
}
.hpx-6 {
  height: 6px;
}
.wpx-6 {
  width: 6px;
}
.brpx-6 {
  border-radius: 6px;
}
.mrpx-6 {
  margin-right: 6px !important;
}
.-mlpx-6 {
  margin-left: -6px;
}
.mlpx-6 {
  margin-left: 6px;
}
.mbpx-6 {
  margin-bottom: 6px;
}
.gap-px-6 {
  gap: 6px;
}
.gap-y-6 {
  row-gap: 6px;
}
.gap-x-6 {
  column-gap: 6px;
}
.mtpx-6 {
  margin-top: 6px;
}
.min-hpx-6 {
  min-height: 6px;
}
.min-wpx-6 {
  min-width: 6px;
}
.mbpx-6 {
  margin-bottom: 6px !important;
}
.pipx-6 {
  padding-inline: 6px;
}
.ptpx-6 {
  padding-top: 6px !important;
}
.pbpx-6 {
  padding-bottom: 6px !important;
}
.prpx-6 {
  padding-right: 6px !important;
}
.plpx-6 {
  padding-left: 6px !important;
}
.p-x-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.p-y-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.p-6 {
  padding: 6px !important;
}
.topx-6 {
  top: 6px;
}
.bottomx-6 {
  bottom: 6px;
}
.rightx-6 {
  right: 6px;
}
.leftx-6 {
  left: 6px;
}
.font-size-6 {
  font-size: 6px;
}
.wp-7 {
  width: 7%;
}
.hpx-7 {
  height: 7px;
}
.wpx-7 {
  width: 7px;
}
.brpx-7 {
  border-radius: 7px;
}
.mrpx-7 {
  margin-right: 7px !important;
}
.-mlpx-7 {
  margin-left: -7px;
}
.mlpx-7 {
  margin-left: 7px;
}
.mbpx-7 {
  margin-bottom: 7px;
}
.gap-px-7 {
  gap: 7px;
}
.gap-y-7 {
  row-gap: 7px;
}
.gap-x-7 {
  column-gap: 7px;
}
.mtpx-7 {
  margin-top: 7px;
}
.min-hpx-7 {
  min-height: 7px;
}
.min-wpx-7 {
  min-width: 7px;
}
.mbpx-7 {
  margin-bottom: 7px !important;
}
.pipx-7 {
  padding-inline: 7px;
}
.ptpx-7 {
  padding-top: 7px !important;
}
.pbpx-7 {
  padding-bottom: 7px !important;
}
.prpx-7 {
  padding-right: 7px !important;
}
.plpx-7 {
  padding-left: 7px !important;
}
.p-x-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.p-y-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.p-7 {
  padding: 7px !important;
}
.topx-7 {
  top: 7px;
}
.bottomx-7 {
  bottom: 7px;
}
.rightx-7 {
  right: 7px;
}
.leftx-7 {
  left: 7px;
}
.font-size-7 {
  font-size: 7px;
}
.wp-8 {
  width: 8%;
}
.hpx-8 {
  height: 8px;
}
.wpx-8 {
  width: 8px;
}
.brpx-8 {
  border-radius: 8px;
}
.mrpx-8 {
  margin-right: 8px !important;
}
.-mlpx-8 {
  margin-left: -8px;
}
.mlpx-8 {
  margin-left: 8px;
}
.mbpx-8 {
  margin-bottom: 8px;
}
.gap-px-8 {
  gap: 8px;
}
.gap-y-8 {
  row-gap: 8px;
}
.gap-x-8 {
  column-gap: 8px;
}
.mtpx-8 {
  margin-top: 8px;
}
.min-hpx-8 {
  min-height: 8px;
}
.min-wpx-8 {
  min-width: 8px;
}
.mbpx-8 {
  margin-bottom: 8px !important;
}
.pipx-8 {
  padding-inline: 8px;
}
.ptpx-8 {
  padding-top: 8px !important;
}
.pbpx-8 {
  padding-bottom: 8px !important;
}
.prpx-8 {
  padding-right: 8px !important;
}
.plpx-8 {
  padding-left: 8px !important;
}
.p-x-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.p-y-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.p-8 {
  padding: 8px !important;
}
.topx-8 {
  top: 8px;
}
.bottomx-8 {
  bottom: 8px;
}
.rightx-8 {
  right: 8px;
}
.leftx-8 {
  left: 8px;
}
.font-size-8 {
  font-size: 8px;
}
.wp-9 {
  width: 9%;
}
.hpx-9 {
  height: 9px;
}
.wpx-9 {
  width: 9px;
}
.brpx-9 {
  border-radius: 9px;
}
.mrpx-9 {
  margin-right: 9px !important;
}
.-mlpx-9 {
  margin-left: -9px;
}
.mlpx-9 {
  margin-left: 9px;
}
.mbpx-9 {
  margin-bottom: 9px;
}
.gap-px-9 {
  gap: 9px;
}
.gap-y-9 {
  row-gap: 9px;
}
.gap-x-9 {
  column-gap: 9px;
}
.mtpx-9 {
  margin-top: 9px;
}
.min-hpx-9 {
  min-height: 9px;
}
.min-wpx-9 {
  min-width: 9px;
}
.mbpx-9 {
  margin-bottom: 9px !important;
}
.pipx-9 {
  padding-inline: 9px;
}
.ptpx-9 {
  padding-top: 9px !important;
}
.pbpx-9 {
  padding-bottom: 9px !important;
}
.prpx-9 {
  padding-right: 9px !important;
}
.plpx-9 {
  padding-left: 9px !important;
}
.p-x-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.p-y-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.p-9 {
  padding: 9px !important;
}
.topx-9 {
  top: 9px;
}
.bottomx-9 {
  bottom: 9px;
}
.rightx-9 {
  right: 9px;
}
.leftx-9 {
  left: 9px;
}
.font-size-9 {
  font-size: 9px;
}
.wp-10 {
  width: 10%;
}
.hpx-10 {
  height: 10px;
}
.wpx-10 {
  width: 10px;
}
.brpx-10 {
  border-radius: 10px;
}
.mrpx-10 {
  margin-right: 10px !important;
}
.-mlpx-10 {
  margin-left: -10px;
}
.mlpx-10 {
  margin-left: 10px;
}
.mbpx-10 {
  margin-bottom: 10px;
}
.gap-px-10 {
  gap: 10px;
}
.gap-y-10 {
  row-gap: 10px;
}
.gap-x-10 {
  column-gap: 10px;
}
.mtpx-10 {
  margin-top: 10px;
}
.min-hpx-10 {
  min-height: 10px;
}
.min-wpx-10 {
  min-width: 10px;
}
.mbpx-10 {
  margin-bottom: 10px !important;
}
.pipx-10 {
  padding-inline: 10px;
}
.ptpx-10 {
  padding-top: 10px !important;
}
.pbpx-10 {
  padding-bottom: 10px !important;
}
.prpx-10 {
  padding-right: 10px !important;
}
.plpx-10 {
  padding-left: 10px !important;
}
.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.topx-10 {
  top: 10px;
}
.bottomx-10 {
  bottom: 10px;
}
.rightx-10 {
  right: 10px;
}
.leftx-10 {
  left: 10px;
}
.font-size-10 {
  font-size: 10px;
}
.wp-11 {
  width: 11%;
}
.hpx-11 {
  height: 11px;
}
.wpx-11 {
  width: 11px;
}
.brpx-11 {
  border-radius: 11px;
}
.mrpx-11 {
  margin-right: 11px !important;
}
.-mlpx-11 {
  margin-left: -11px;
}
.mlpx-11 {
  margin-left: 11px;
}
.mbpx-11 {
  margin-bottom: 11px;
}
.gap-px-11 {
  gap: 11px;
}
.gap-y-11 {
  row-gap: 11px;
}
.gap-x-11 {
  column-gap: 11px;
}
.mtpx-11 {
  margin-top: 11px;
}
.min-hpx-11 {
  min-height: 11px;
}
.min-wpx-11 {
  min-width: 11px;
}
.mbpx-11 {
  margin-bottom: 11px !important;
}
.pipx-11 {
  padding-inline: 11px;
}
.ptpx-11 {
  padding-top: 11px !important;
}
.pbpx-11 {
  padding-bottom: 11px !important;
}
.prpx-11 {
  padding-right: 11px !important;
}
.plpx-11 {
  padding-left: 11px !important;
}
.p-x-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.p-y-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.p-11 {
  padding: 11px !important;
}
.topx-11 {
  top: 11px;
}
.bottomx-11 {
  bottom: 11px;
}
.rightx-11 {
  right: 11px;
}
.leftx-11 {
  left: 11px;
}
.font-size-11 {
  font-size: 11px;
}
.wp-12 {
  width: 12%;
}
.hpx-12 {
  height: 12px;
}
.wpx-12 {
  width: 12px;
}
.brpx-12 {
  border-radius: 12px;
}
.mrpx-12 {
  margin-right: 12px !important;
}
.-mlpx-12 {
  margin-left: -12px;
}
.mlpx-12 {
  margin-left: 12px;
}
.mbpx-12 {
  margin-bottom: 12px;
}
.gap-px-12 {
  gap: 12px;
}
.gap-y-12 {
  row-gap: 12px;
}
.gap-x-12 {
  column-gap: 12px;
}
.mtpx-12 {
  margin-top: 12px;
}
.min-hpx-12 {
  min-height: 12px;
}
.min-wpx-12 {
  min-width: 12px;
}
.mbpx-12 {
  margin-bottom: 12px !important;
}
.pipx-12 {
  padding-inline: 12px;
}
.ptpx-12 {
  padding-top: 12px !important;
}
.pbpx-12 {
  padding-bottom: 12px !important;
}
.prpx-12 {
  padding-right: 12px !important;
}
.plpx-12 {
  padding-left: 12px !important;
}
.p-x-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.p-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.p-12 {
  padding: 12px !important;
}
.topx-12 {
  top: 12px;
}
.bottomx-12 {
  bottom: 12px;
}
.rightx-12 {
  right: 12px;
}
.leftx-12 {
  left: 12px;
}
.font-size-12 {
  font-size: 12px;
}
.wp-13 {
  width: 13%;
}
.hpx-13 {
  height: 13px;
}
.wpx-13 {
  width: 13px;
}
.brpx-13 {
  border-radius: 13px;
}
.mrpx-13 {
  margin-right: 13px !important;
}
.-mlpx-13 {
  margin-left: -13px;
}
.mlpx-13 {
  margin-left: 13px;
}
.mbpx-13 {
  margin-bottom: 13px;
}
.gap-px-13 {
  gap: 13px;
}
.gap-y-13 {
  row-gap: 13px;
}
.gap-x-13 {
  column-gap: 13px;
}
.mtpx-13 {
  margin-top: 13px;
}
.min-hpx-13 {
  min-height: 13px;
}
.min-wpx-13 {
  min-width: 13px;
}
.mbpx-13 {
  margin-bottom: 13px !important;
}
.pipx-13 {
  padding-inline: 13px;
}
.ptpx-13 {
  padding-top: 13px !important;
}
.pbpx-13 {
  padding-bottom: 13px !important;
}
.prpx-13 {
  padding-right: 13px !important;
}
.plpx-13 {
  padding-left: 13px !important;
}
.p-x-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.p-y-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.p-13 {
  padding: 13px !important;
}
.topx-13 {
  top: 13px;
}
.bottomx-13 {
  bottom: 13px;
}
.rightx-13 {
  right: 13px;
}
.leftx-13 {
  left: 13px;
}
.font-size-13 {
  font-size: 13px;
}
.wp-14 {
  width: 14%;
}
.hpx-14 {
  height: 14px;
}
.wpx-14 {
  width: 14px;
}
.brpx-14 {
  border-radius: 14px;
}
.mrpx-14 {
  margin-right: 14px !important;
}
.-mlpx-14 {
  margin-left: -14px;
}
.mlpx-14 {
  margin-left: 14px;
}
.mbpx-14 {
  margin-bottom: 14px;
}
.gap-px-14 {
  gap: 14px;
}
.gap-y-14 {
  row-gap: 14px;
}
.gap-x-14 {
  column-gap: 14px;
}
.mtpx-14 {
  margin-top: 14px;
}
.min-hpx-14 {
  min-height: 14px;
}
.min-wpx-14 {
  min-width: 14px;
}
.mbpx-14 {
  margin-bottom: 14px !important;
}
.pipx-14 {
  padding-inline: 14px;
}
.ptpx-14 {
  padding-top: 14px !important;
}
.pbpx-14 {
  padding-bottom: 14px !important;
}
.prpx-14 {
  padding-right: 14px !important;
}
.plpx-14 {
  padding-left: 14px !important;
}
.p-x-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.p-y-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.p-14 {
  padding: 14px !important;
}
.topx-14 {
  top: 14px;
}
.bottomx-14 {
  bottom: 14px;
}
.rightx-14 {
  right: 14px;
}
.leftx-14 {
  left: 14px;
}
.font-size-14 {
  font-size: 14px;
}
.wp-15 {
  width: 15%;
}
.hpx-15 {
  height: 15px;
}
.wpx-15 {
  width: 15px;
}
.brpx-15 {
  border-radius: 15px;
}
.mrpx-15 {
  margin-right: 15px !important;
}
.-mlpx-15 {
  margin-left: -15px;
}
.mlpx-15 {
  margin-left: 15px;
}
.mbpx-15 {
  margin-bottom: 15px;
}
.gap-px-15 {
  gap: 15px;
}
.gap-y-15 {
  row-gap: 15px;
}
.gap-x-15 {
  column-gap: 15px;
}
.mtpx-15 {
  margin-top: 15px;
}
.min-hpx-15 {
  min-height: 15px;
}
.min-wpx-15 {
  min-width: 15px;
}
.mbpx-15 {
  margin-bottom: 15px !important;
}
.pipx-15 {
  padding-inline: 15px;
}
.ptpx-15 {
  padding-top: 15px !important;
}
.pbpx-15 {
  padding-bottom: 15px !important;
}
.prpx-15 {
  padding-right: 15px !important;
}
.plpx-15 {
  padding-left: 15px !important;
}
.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.topx-15 {
  top: 15px;
}
.bottomx-15 {
  bottom: 15px;
}
.rightx-15 {
  right: 15px;
}
.leftx-15 {
  left: 15px;
}
.font-size-15 {
  font-size: 15px;
}
.wp-16 {
  width: 16%;
}
.hpx-16 {
  height: 16px;
}
.wpx-16 {
  width: 16px;
}
.brpx-16 {
  border-radius: 16px;
}
.mrpx-16 {
  margin-right: 16px !important;
}
.-mlpx-16 {
  margin-left: -16px;
}
.mlpx-16 {
  margin-left: 16px;
}
.mbpx-16 {
  margin-bottom: 16px;
}
.gap-px-16 {
  gap: 16px;
}
.gap-y-16 {
  row-gap: 16px;
}
.gap-x-16 {
  column-gap: 16px;
}
.mtpx-16 {
  margin-top: 16px;
}
.min-hpx-16 {
  min-height: 16px;
}
.min-wpx-16 {
  min-width: 16px;
}
.mbpx-16 {
  margin-bottom: 16px !important;
}
.pipx-16 {
  padding-inline: 16px;
}
.ptpx-16 {
  padding-top: 16px !important;
}
.pbpx-16 {
  padding-bottom: 16px !important;
}
.prpx-16 {
  padding-right: 16px !important;
}
.plpx-16 {
  padding-left: 16px !important;
}
.p-x-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.p-y-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.p-16 {
  padding: 16px !important;
}
.topx-16 {
  top: 16px;
}
.bottomx-16 {
  bottom: 16px;
}
.rightx-16 {
  right: 16px;
}
.leftx-16 {
  left: 16px;
}
.font-size-16 {
  font-size: 16px;
}
.wp-17 {
  width: 17%;
}
.hpx-17 {
  height: 17px;
}
.wpx-17 {
  width: 17px;
}
.brpx-17 {
  border-radius: 17px;
}
.mrpx-17 {
  margin-right: 17px !important;
}
.-mlpx-17 {
  margin-left: -17px;
}
.mlpx-17 {
  margin-left: 17px;
}
.mbpx-17 {
  margin-bottom: 17px;
}
.gap-px-17 {
  gap: 17px;
}
.gap-y-17 {
  row-gap: 17px;
}
.gap-x-17 {
  column-gap: 17px;
}
.mtpx-17 {
  margin-top: 17px;
}
.min-hpx-17 {
  min-height: 17px;
}
.min-wpx-17 {
  min-width: 17px;
}
.mbpx-17 {
  margin-bottom: 17px !important;
}
.pipx-17 {
  padding-inline: 17px;
}
.ptpx-17 {
  padding-top: 17px !important;
}
.pbpx-17 {
  padding-bottom: 17px !important;
}
.prpx-17 {
  padding-right: 17px !important;
}
.plpx-17 {
  padding-left: 17px !important;
}
.p-x-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.p-y-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.p-17 {
  padding: 17px !important;
}
.topx-17 {
  top: 17px;
}
.bottomx-17 {
  bottom: 17px;
}
.rightx-17 {
  right: 17px;
}
.leftx-17 {
  left: 17px;
}
.font-size-17 {
  font-size: 17px;
}
.wp-18 {
  width: 18%;
}
.hpx-18 {
  height: 18px;
}
.wpx-18 {
  width: 18px;
}
.brpx-18 {
  border-radius: 18px;
}
.mrpx-18 {
  margin-right: 18px !important;
}
.-mlpx-18 {
  margin-left: -18px;
}
.mlpx-18 {
  margin-left: 18px;
}
.mbpx-18 {
  margin-bottom: 18px;
}
.gap-px-18 {
  gap: 18px;
}
.gap-y-18 {
  row-gap: 18px;
}
.gap-x-18 {
  column-gap: 18px;
}
.mtpx-18 {
  margin-top: 18px;
}
.min-hpx-18 {
  min-height: 18px;
}
.min-wpx-18 {
  min-width: 18px;
}
.mbpx-18 {
  margin-bottom: 18px !important;
}
.pipx-18 {
  padding-inline: 18px;
}
.ptpx-18 {
  padding-top: 18px !important;
}
.pbpx-18 {
  padding-bottom: 18px !important;
}
.prpx-18 {
  padding-right: 18px !important;
}
.plpx-18 {
  padding-left: 18px !important;
}
.p-x-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.p-y-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.p-18 {
  padding: 18px !important;
}
.topx-18 {
  top: 18px;
}
.bottomx-18 {
  bottom: 18px;
}
.rightx-18 {
  right: 18px;
}
.leftx-18 {
  left: 18px;
}
.font-size-18 {
  font-size: 18px;
}
.wp-19 {
  width: 19%;
}
.hpx-19 {
  height: 19px;
}
.wpx-19 {
  width: 19px;
}
.brpx-19 {
  border-radius: 19px;
}
.mrpx-19 {
  margin-right: 19px !important;
}
.-mlpx-19 {
  margin-left: -19px;
}
.mlpx-19 {
  margin-left: 19px;
}
.mbpx-19 {
  margin-bottom: 19px;
}
.gap-px-19 {
  gap: 19px;
}
.gap-y-19 {
  row-gap: 19px;
}
.gap-x-19 {
  column-gap: 19px;
}
.mtpx-19 {
  margin-top: 19px;
}
.min-hpx-19 {
  min-height: 19px;
}
.min-wpx-19 {
  min-width: 19px;
}
.mbpx-19 {
  margin-bottom: 19px !important;
}
.pipx-19 {
  padding-inline: 19px;
}
.ptpx-19 {
  padding-top: 19px !important;
}
.pbpx-19 {
  padding-bottom: 19px !important;
}
.prpx-19 {
  padding-right: 19px !important;
}
.plpx-19 {
  padding-left: 19px !important;
}
.p-x-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.p-y-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.p-19 {
  padding: 19px !important;
}
.topx-19 {
  top: 19px;
}
.bottomx-19 {
  bottom: 19px;
}
.rightx-19 {
  right: 19px;
}
.leftx-19 {
  left: 19px;
}
.font-size-19 {
  font-size: 19px;
}
.wp-20 {
  width: 20%;
}
.hpx-20 {
  height: 20px;
}
.wpx-20 {
  width: 20px;
}
.brpx-20 {
  border-radius: 20px;
}
.mrpx-20 {
  margin-right: 20px !important;
}
.-mlpx-20 {
  margin-left: -20px;
}
.mlpx-20 {
  margin-left: 20px;
}
.mbpx-20 {
  margin-bottom: 20px;
}
.gap-px-20 {
  gap: 20px;
}
.gap-y-20 {
  row-gap: 20px;
}
.gap-x-20 {
  column-gap: 20px;
}
.mtpx-20 {
  margin-top: 20px;
}
.min-hpx-20 {
  min-height: 20px;
}
.min-wpx-20 {
  min-width: 20px;
}
.mbpx-20 {
  margin-bottom: 20px !important;
}
.pipx-20 {
  padding-inline: 20px;
}
.ptpx-20 {
  padding-top: 20px !important;
}
.pbpx-20 {
  padding-bottom: 20px !important;
}
.prpx-20 {
  padding-right: 20px !important;
}
.plpx-20 {
  padding-left: 20px !important;
}
.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.topx-20 {
  top: 20px;
}
.bottomx-20 {
  bottom: 20px;
}
.rightx-20 {
  right: 20px;
}
.leftx-20 {
  left: 20px;
}
.font-size-20 {
  font-size: 20px;
}
.wp-21 {
  width: 21%;
}
.hpx-21 {
  height: 21px;
}
.wpx-21 {
  width: 21px;
}
.brpx-21 {
  border-radius: 21px;
}
.mrpx-21 {
  margin-right: 21px !important;
}
.-mlpx-21 {
  margin-left: -21px;
}
.mlpx-21 {
  margin-left: 21px;
}
.mbpx-21 {
  margin-bottom: 21px;
}
.gap-px-21 {
  gap: 21px;
}
.gap-y-21 {
  row-gap: 21px;
}
.gap-x-21 {
  column-gap: 21px;
}
.mtpx-21 {
  margin-top: 21px;
}
.min-hpx-21 {
  min-height: 21px;
}
.min-wpx-21 {
  min-width: 21px;
}
.mbpx-21 {
  margin-bottom: 21px !important;
}
.pipx-21 {
  padding-inline: 21px;
}
.ptpx-21 {
  padding-top: 21px !important;
}
.pbpx-21 {
  padding-bottom: 21px !important;
}
.prpx-21 {
  padding-right: 21px !important;
}
.plpx-21 {
  padding-left: 21px !important;
}
.p-x-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}
.p-y-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.p-21 {
  padding: 21px !important;
}
.topx-21 {
  top: 21px;
}
.bottomx-21 {
  bottom: 21px;
}
.rightx-21 {
  right: 21px;
}
.leftx-21 {
  left: 21px;
}
.font-size-21 {
  font-size: 21px;
}
.wp-22 {
  width: 22%;
}
.hpx-22 {
  height: 22px;
}
.wpx-22 {
  width: 22px;
}
.brpx-22 {
  border-radius: 22px;
}
.mrpx-22 {
  margin-right: 22px !important;
}
.-mlpx-22 {
  margin-left: -22px;
}
.mlpx-22 {
  margin-left: 22px;
}
.mbpx-22 {
  margin-bottom: 22px;
}
.gap-px-22 {
  gap: 22px;
}
.gap-y-22 {
  row-gap: 22px;
}
.gap-x-22 {
  column-gap: 22px;
}
.mtpx-22 {
  margin-top: 22px;
}
.min-hpx-22 {
  min-height: 22px;
}
.min-wpx-22 {
  min-width: 22px;
}
.mbpx-22 {
  margin-bottom: 22px !important;
}
.pipx-22 {
  padding-inline: 22px;
}
.ptpx-22 {
  padding-top: 22px !important;
}
.pbpx-22 {
  padding-bottom: 22px !important;
}
.prpx-22 {
  padding-right: 22px !important;
}
.plpx-22 {
  padding-left: 22px !important;
}
.p-x-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.p-y-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.p-22 {
  padding: 22px !important;
}
.topx-22 {
  top: 22px;
}
.bottomx-22 {
  bottom: 22px;
}
.rightx-22 {
  right: 22px;
}
.leftx-22 {
  left: 22px;
}
.font-size-22 {
  font-size: 22px;
}
.wp-23 {
  width: 23%;
}
.hpx-23 {
  height: 23px;
}
.wpx-23 {
  width: 23px;
}
.brpx-23 {
  border-radius: 23px;
}
.mrpx-23 {
  margin-right: 23px !important;
}
.-mlpx-23 {
  margin-left: -23px;
}
.mlpx-23 {
  margin-left: 23px;
}
.mbpx-23 {
  margin-bottom: 23px;
}
.gap-px-23 {
  gap: 23px;
}
.gap-y-23 {
  row-gap: 23px;
}
.gap-x-23 {
  column-gap: 23px;
}
.mtpx-23 {
  margin-top: 23px;
}
.min-hpx-23 {
  min-height: 23px;
}
.min-wpx-23 {
  min-width: 23px;
}
.mbpx-23 {
  margin-bottom: 23px !important;
}
.pipx-23 {
  padding-inline: 23px;
}
.ptpx-23 {
  padding-top: 23px !important;
}
.pbpx-23 {
  padding-bottom: 23px !important;
}
.prpx-23 {
  padding-right: 23px !important;
}
.plpx-23 {
  padding-left: 23px !important;
}
.p-x-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}
.p-y-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.p-23 {
  padding: 23px !important;
}
.topx-23 {
  top: 23px;
}
.bottomx-23 {
  bottom: 23px;
}
.rightx-23 {
  right: 23px;
}
.leftx-23 {
  left: 23px;
}
.font-size-23 {
  font-size: 23px;
}
.wp-24 {
  width: 24%;
}
.hpx-24 {
  height: 24px;
}
.wpx-24 {
  width: 24px;
}
.brpx-24 {
  border-radius: 24px;
}
.mrpx-24 {
  margin-right: 24px !important;
}
.-mlpx-24 {
  margin-left: -24px;
}
.mlpx-24 {
  margin-left: 24px;
}
.mbpx-24 {
  margin-bottom: 24px;
}
.gap-px-24 {
  gap: 24px;
}
.gap-y-24 {
  row-gap: 24px;
}
.gap-x-24 {
  column-gap: 24px;
}
.mtpx-24 {
  margin-top: 24px;
}
.min-hpx-24 {
  min-height: 24px;
}
.min-wpx-24 {
  min-width: 24px;
}
.mbpx-24 {
  margin-bottom: 24px !important;
}
.pipx-24 {
  padding-inline: 24px;
}
.ptpx-24 {
  padding-top: 24px !important;
}
.pbpx-24 {
  padding-bottom: 24px !important;
}
.prpx-24 {
  padding-right: 24px !important;
}
.plpx-24 {
  padding-left: 24px !important;
}
.p-x-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.p-y-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.p-24 {
  padding: 24px !important;
}
.topx-24 {
  top: 24px;
}
.bottomx-24 {
  bottom: 24px;
}
.rightx-24 {
  right: 24px;
}
.leftx-24 {
  left: 24px;
}
.font-size-24 {
  font-size: 24px;
}
.wp-25 {
  width: 25%;
}
.hpx-25 {
  height: 25px;
}
.wpx-25 {
  width: 25px;
}
.brpx-25 {
  border-radius: 25px;
}
.mrpx-25 {
  margin-right: 25px !important;
}
.-mlpx-25 {
  margin-left: -25px;
}
.mlpx-25 {
  margin-left: 25px;
}
.mbpx-25 {
  margin-bottom: 25px;
}
.gap-px-25 {
  gap: 25px;
}
.gap-y-25 {
  row-gap: 25px;
}
.gap-x-25 {
  column-gap: 25px;
}
.mtpx-25 {
  margin-top: 25px;
}
.min-hpx-25 {
  min-height: 25px;
}
.min-wpx-25 {
  min-width: 25px;
}
.mbpx-25 {
  margin-bottom: 25px !important;
}
.pipx-25 {
  padding-inline: 25px;
}
.ptpx-25 {
  padding-top: 25px !important;
}
.pbpx-25 {
  padding-bottom: 25px !important;
}
.prpx-25 {
  padding-right: 25px !important;
}
.plpx-25 {
  padding-left: 25px !important;
}
.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.topx-25 {
  top: 25px;
}
.bottomx-25 {
  bottom: 25px;
}
.rightx-25 {
  right: 25px;
}
.leftx-25 {
  left: 25px;
}
.font-size-25 {
  font-size: 25px;
}
.wp-26 {
  width: 26%;
}
.hpx-26 {
  height: 26px;
}
.wpx-26 {
  width: 26px;
}
.brpx-26 {
  border-radius: 26px;
}
.mrpx-26 {
  margin-right: 26px !important;
}
.-mlpx-26 {
  margin-left: -26px;
}
.mlpx-26 {
  margin-left: 26px;
}
.mbpx-26 {
  margin-bottom: 26px;
}
.gap-px-26 {
  gap: 26px;
}
.gap-y-26 {
  row-gap: 26px;
}
.gap-x-26 {
  column-gap: 26px;
}
.mtpx-26 {
  margin-top: 26px;
}
.min-hpx-26 {
  min-height: 26px;
}
.min-wpx-26 {
  min-width: 26px;
}
.mbpx-26 {
  margin-bottom: 26px !important;
}
.pipx-26 {
  padding-inline: 26px;
}
.ptpx-26 {
  padding-top: 26px !important;
}
.pbpx-26 {
  padding-bottom: 26px !important;
}
.prpx-26 {
  padding-right: 26px !important;
}
.plpx-26 {
  padding-left: 26px !important;
}
.p-x-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.p-y-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.p-26 {
  padding: 26px !important;
}
.topx-26 {
  top: 26px;
}
.bottomx-26 {
  bottom: 26px;
}
.rightx-26 {
  right: 26px;
}
.leftx-26 {
  left: 26px;
}
.font-size-26 {
  font-size: 26px;
}
.wp-27 {
  width: 27%;
}
.hpx-27 {
  height: 27px;
}
.wpx-27 {
  width: 27px;
}
.brpx-27 {
  border-radius: 27px;
}
.mrpx-27 {
  margin-right: 27px !important;
}
.-mlpx-27 {
  margin-left: -27px;
}
.mlpx-27 {
  margin-left: 27px;
}
.mbpx-27 {
  margin-bottom: 27px;
}
.gap-px-27 {
  gap: 27px;
}
.gap-y-27 {
  row-gap: 27px;
}
.gap-x-27 {
  column-gap: 27px;
}
.mtpx-27 {
  margin-top: 27px;
}
.min-hpx-27 {
  min-height: 27px;
}
.min-wpx-27 {
  min-width: 27px;
}
.mbpx-27 {
  margin-bottom: 27px !important;
}
.pipx-27 {
  padding-inline: 27px;
}
.ptpx-27 {
  padding-top: 27px !important;
}
.pbpx-27 {
  padding-bottom: 27px !important;
}
.prpx-27 {
  padding-right: 27px !important;
}
.plpx-27 {
  padding-left: 27px !important;
}
.p-x-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.p-y-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.p-27 {
  padding: 27px !important;
}
.topx-27 {
  top: 27px;
}
.bottomx-27 {
  bottom: 27px;
}
.rightx-27 {
  right: 27px;
}
.leftx-27 {
  left: 27px;
}
.font-size-27 {
  font-size: 27px;
}
.wp-28 {
  width: 28%;
}
.hpx-28 {
  height: 28px;
}
.wpx-28 {
  width: 28px;
}
.brpx-28 {
  border-radius: 28px;
}
.mrpx-28 {
  margin-right: 28px !important;
}
.-mlpx-28 {
  margin-left: -28px;
}
.mlpx-28 {
  margin-left: 28px;
}
.mbpx-28 {
  margin-bottom: 28px;
}
.gap-px-28 {
  gap: 28px;
}
.gap-y-28 {
  row-gap: 28px;
}
.gap-x-28 {
  column-gap: 28px;
}
.mtpx-28 {
  margin-top: 28px;
}
.min-hpx-28 {
  min-height: 28px;
}
.min-wpx-28 {
  min-width: 28px;
}
.mbpx-28 {
  margin-bottom: 28px !important;
}
.pipx-28 {
  padding-inline: 28px;
}
.ptpx-28 {
  padding-top: 28px !important;
}
.pbpx-28 {
  padding-bottom: 28px !important;
}
.prpx-28 {
  padding-right: 28px !important;
}
.plpx-28 {
  padding-left: 28px !important;
}
.p-x-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.p-y-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.p-28 {
  padding: 28px !important;
}
.topx-28 {
  top: 28px;
}
.bottomx-28 {
  bottom: 28px;
}
.rightx-28 {
  right: 28px;
}
.leftx-28 {
  left: 28px;
}
.font-size-28 {
  font-size: 28px;
}
.wp-29 {
  width: 29%;
}
.hpx-29 {
  height: 29px;
}
.wpx-29 {
  width: 29px;
}
.brpx-29 {
  border-radius: 29px;
}
.mrpx-29 {
  margin-right: 29px !important;
}
.-mlpx-29 {
  margin-left: -29px;
}
.mlpx-29 {
  margin-left: 29px;
}
.mbpx-29 {
  margin-bottom: 29px;
}
.gap-px-29 {
  gap: 29px;
}
.gap-y-29 {
  row-gap: 29px;
}
.gap-x-29 {
  column-gap: 29px;
}
.mtpx-29 {
  margin-top: 29px;
}
.min-hpx-29 {
  min-height: 29px;
}
.min-wpx-29 {
  min-width: 29px;
}
.mbpx-29 {
  margin-bottom: 29px !important;
}
.pipx-29 {
  padding-inline: 29px;
}
.ptpx-29 {
  padding-top: 29px !important;
}
.pbpx-29 {
  padding-bottom: 29px !important;
}
.prpx-29 {
  padding-right: 29px !important;
}
.plpx-29 {
  padding-left: 29px !important;
}
.p-x-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}
.p-y-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.p-29 {
  padding: 29px !important;
}
.topx-29 {
  top: 29px;
}
.bottomx-29 {
  bottom: 29px;
}
.rightx-29 {
  right: 29px;
}
.leftx-29 {
  left: 29px;
}
.font-size-29 {
  font-size: 29px;
}
.wp-30 {
  width: 30%;
}
.hpx-30 {
  height: 30px;
}
.wpx-30 {
  width: 30px;
}
.brpx-30 {
  border-radius: 30px;
}
.mrpx-30 {
  margin-right: 30px !important;
}
.-mlpx-30 {
  margin-left: -30px;
}
.mlpx-30 {
  margin-left: 30px;
}
.mbpx-30 {
  margin-bottom: 30px;
}
.gap-px-30 {
  gap: 30px;
}
.gap-y-30 {
  row-gap: 30px;
}
.gap-x-30 {
  column-gap: 30px;
}
.mtpx-30 {
  margin-top: 30px;
}
.min-hpx-30 {
  min-height: 30px;
}
.min-wpx-30 {
  min-width: 30px;
}
.mbpx-30 {
  margin-bottom: 30px !important;
}
.pipx-30 {
  padding-inline: 30px;
}
.ptpx-30 {
  padding-top: 30px !important;
}
.pbpx-30 {
  padding-bottom: 30px !important;
}
.prpx-30 {
  padding-right: 30px !important;
}
.plpx-30 {
  padding-left: 30px !important;
}
.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.topx-30 {
  top: 30px;
}
.bottomx-30 {
  bottom: 30px;
}
.rightx-30 {
  right: 30px;
}
.leftx-30 {
  left: 30px;
}
.font-size-30 {
  font-size: 30px;
}
.wp-31 {
  width: 31%;
}
.hpx-31 {
  height: 31px;
}
.wpx-31 {
  width: 31px;
}
.brpx-31 {
  border-radius: 31px;
}
.mrpx-31 {
  margin-right: 31px !important;
}
.-mlpx-31 {
  margin-left: -31px;
}
.mlpx-31 {
  margin-left: 31px;
}
.mbpx-31 {
  margin-bottom: 31px;
}
.gap-px-31 {
  gap: 31px;
}
.gap-y-31 {
  row-gap: 31px;
}
.gap-x-31 {
  column-gap: 31px;
}
.mtpx-31 {
  margin-top: 31px;
}
.min-hpx-31 {
  min-height: 31px;
}
.min-wpx-31 {
  min-width: 31px;
}
.mbpx-31 {
  margin-bottom: 31px !important;
}
.pipx-31 {
  padding-inline: 31px;
}
.ptpx-31 {
  padding-top: 31px !important;
}
.pbpx-31 {
  padding-bottom: 31px !important;
}
.prpx-31 {
  padding-right: 31px !important;
}
.plpx-31 {
  padding-left: 31px !important;
}
.p-x-31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}
.p-y-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.p-31 {
  padding: 31px !important;
}
.topx-31 {
  top: 31px;
}
.bottomx-31 {
  bottom: 31px;
}
.rightx-31 {
  right: 31px;
}
.leftx-31 {
  left: 31px;
}
.font-size-31 {
  font-size: 31px;
}
.wp-32 {
  width: 32%;
}
.hpx-32 {
  height: 32px;
}
.wpx-32 {
  width: 32px;
}
.brpx-32 {
  border-radius: 32px;
}
.mrpx-32 {
  margin-right: 32px !important;
}
.-mlpx-32 {
  margin-left: -32px;
}
.mlpx-32 {
  margin-left: 32px;
}
.mbpx-32 {
  margin-bottom: 32px;
}
.gap-px-32 {
  gap: 32px;
}
.gap-y-32 {
  row-gap: 32px;
}
.gap-x-32 {
  column-gap: 32px;
}
.mtpx-32 {
  margin-top: 32px;
}
.min-hpx-32 {
  min-height: 32px;
}
.min-wpx-32 {
  min-width: 32px;
}
.mbpx-32 {
  margin-bottom: 32px !important;
}
.pipx-32 {
  padding-inline: 32px;
}
.ptpx-32 {
  padding-top: 32px !important;
}
.pbpx-32 {
  padding-bottom: 32px !important;
}
.prpx-32 {
  padding-right: 32px !important;
}
.plpx-32 {
  padding-left: 32px !important;
}
.p-x-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.p-y-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.p-32 {
  padding: 32px !important;
}
.topx-32 {
  top: 32px;
}
.bottomx-32 {
  bottom: 32px;
}
.rightx-32 {
  right: 32px;
}
.leftx-32 {
  left: 32px;
}
.font-size-32 {
  font-size: 32px;
}
.wp-33 {
  width: 33%;
}
.hpx-33 {
  height: 33px;
}
.wpx-33 {
  width: 33px;
}
.brpx-33 {
  border-radius: 33px;
}
.mrpx-33 {
  margin-right: 33px !important;
}
.-mlpx-33 {
  margin-left: -33px;
}
.mlpx-33 {
  margin-left: 33px;
}
.mbpx-33 {
  margin-bottom: 33px;
}
.gap-px-33 {
  gap: 33px;
}
.gap-y-33 {
  row-gap: 33px;
}
.gap-x-33 {
  column-gap: 33px;
}
.mtpx-33 {
  margin-top: 33px;
}
.min-hpx-33 {
  min-height: 33px;
}
.min-wpx-33 {
  min-width: 33px;
}
.mbpx-33 {
  margin-bottom: 33px !important;
}
.pipx-33 {
  padding-inline: 33px;
}
.ptpx-33 {
  padding-top: 33px !important;
}
.pbpx-33 {
  padding-bottom: 33px !important;
}
.prpx-33 {
  padding-right: 33px !important;
}
.plpx-33 {
  padding-left: 33px !important;
}
.p-x-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}
.p-y-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.p-33 {
  padding: 33px !important;
}
.topx-33 {
  top: 33px;
}
.bottomx-33 {
  bottom: 33px;
}
.rightx-33 {
  right: 33px;
}
.leftx-33 {
  left: 33px;
}
.font-size-33 {
  font-size: 33px;
}
.wp-34 {
  width: 34%;
}
.hpx-34 {
  height: 34px;
}
.wpx-34 {
  width: 34px;
}
.brpx-34 {
  border-radius: 34px;
}
.mrpx-34 {
  margin-right: 34px !important;
}
.-mlpx-34 {
  margin-left: -34px;
}
.mlpx-34 {
  margin-left: 34px;
}
.mbpx-34 {
  margin-bottom: 34px;
}
.gap-px-34 {
  gap: 34px;
}
.gap-y-34 {
  row-gap: 34px;
}
.gap-x-34 {
  column-gap: 34px;
}
.mtpx-34 {
  margin-top: 34px;
}
.min-hpx-34 {
  min-height: 34px;
}
.min-wpx-34 {
  min-width: 34px;
}
.mbpx-34 {
  margin-bottom: 34px !important;
}
.pipx-34 {
  padding-inline: 34px;
}
.ptpx-34 {
  padding-top: 34px !important;
}
.pbpx-34 {
  padding-bottom: 34px !important;
}
.prpx-34 {
  padding-right: 34px !important;
}
.plpx-34 {
  padding-left: 34px !important;
}
.p-x-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}
.p-y-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.p-34 {
  padding: 34px !important;
}
.topx-34 {
  top: 34px;
}
.bottomx-34 {
  bottom: 34px;
}
.rightx-34 {
  right: 34px;
}
.leftx-34 {
  left: 34px;
}
.font-size-34 {
  font-size: 34px;
}
.wp-35 {
  width: 35%;
}
.hpx-35 {
  height: 35px;
}
.wpx-35 {
  width: 35px;
}
.brpx-35 {
  border-radius: 35px;
}
.mrpx-35 {
  margin-right: 35px !important;
}
.-mlpx-35 {
  margin-left: -35px;
}
.mlpx-35 {
  margin-left: 35px;
}
.mbpx-35 {
  margin-bottom: 35px;
}
.gap-px-35 {
  gap: 35px;
}
.gap-y-35 {
  row-gap: 35px;
}
.gap-x-35 {
  column-gap: 35px;
}
.mtpx-35 {
  margin-top: 35px;
}
.min-hpx-35 {
  min-height: 35px;
}
.min-wpx-35 {
  min-width: 35px;
}
.mbpx-35 {
  margin-bottom: 35px !important;
}
.pipx-35 {
  padding-inline: 35px;
}
.ptpx-35 {
  padding-top: 35px !important;
}
.pbpx-35 {
  padding-bottom: 35px !important;
}
.prpx-35 {
  padding-right: 35px !important;
}
.plpx-35 {
  padding-left: 35px !important;
}
.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.topx-35 {
  top: 35px;
}
.bottomx-35 {
  bottom: 35px;
}
.rightx-35 {
  right: 35px;
}
.leftx-35 {
  left: 35px;
}
.font-size-35 {
  font-size: 35px;
}
.wp-36 {
  width: 36%;
}
.hpx-36 {
  height: 36px;
}
.wpx-36 {
  width: 36px;
}
.brpx-36 {
  border-radius: 36px;
}
.mrpx-36 {
  margin-right: 36px !important;
}
.-mlpx-36 {
  margin-left: -36px;
}
.mlpx-36 {
  margin-left: 36px;
}
.mbpx-36 {
  margin-bottom: 36px;
}
.gap-px-36 {
  gap: 36px;
}
.gap-y-36 {
  row-gap: 36px;
}
.gap-x-36 {
  column-gap: 36px;
}
.mtpx-36 {
  margin-top: 36px;
}
.min-hpx-36 {
  min-height: 36px;
}
.min-wpx-36 {
  min-width: 36px;
}
.mbpx-36 {
  margin-bottom: 36px !important;
}
.pipx-36 {
  padding-inline: 36px;
}
.ptpx-36 {
  padding-top: 36px !important;
}
.pbpx-36 {
  padding-bottom: 36px !important;
}
.prpx-36 {
  padding-right: 36px !important;
}
.plpx-36 {
  padding-left: 36px !important;
}
.p-x-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.p-y-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.p-36 {
  padding: 36px !important;
}
.topx-36 {
  top: 36px;
}
.bottomx-36 {
  bottom: 36px;
}
.rightx-36 {
  right: 36px;
}
.leftx-36 {
  left: 36px;
}
.font-size-36 {
  font-size: 36px;
}
.wp-37 {
  width: 37%;
}
.hpx-37 {
  height: 37px;
}
.wpx-37 {
  width: 37px;
}
.brpx-37 {
  border-radius: 37px;
}
.mrpx-37 {
  margin-right: 37px !important;
}
.-mlpx-37 {
  margin-left: -37px;
}
.mlpx-37 {
  margin-left: 37px;
}
.mbpx-37 {
  margin-bottom: 37px;
}
.gap-px-37 {
  gap: 37px;
}
.gap-y-37 {
  row-gap: 37px;
}
.gap-x-37 {
  column-gap: 37px;
}
.mtpx-37 {
  margin-top: 37px;
}
.min-hpx-37 {
  min-height: 37px;
}
.min-wpx-37 {
  min-width: 37px;
}
.mbpx-37 {
  margin-bottom: 37px !important;
}
.pipx-37 {
  padding-inline: 37px;
}
.ptpx-37 {
  padding-top: 37px !important;
}
.pbpx-37 {
  padding-bottom: 37px !important;
}
.prpx-37 {
  padding-right: 37px !important;
}
.plpx-37 {
  padding-left: 37px !important;
}
.p-x-37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}
.p-y-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.p-37 {
  padding: 37px !important;
}
.topx-37 {
  top: 37px;
}
.bottomx-37 {
  bottom: 37px;
}
.rightx-37 {
  right: 37px;
}
.leftx-37 {
  left: 37px;
}
.font-size-37 {
  font-size: 37px;
}
.wp-38 {
  width: 38%;
}
.hpx-38 {
  height: 38px;
}
.wpx-38 {
  width: 38px;
}
.brpx-38 {
  border-radius: 38px;
}
.mrpx-38 {
  margin-right: 38px !important;
}
.-mlpx-38 {
  margin-left: -38px;
}
.mlpx-38 {
  margin-left: 38px;
}
.mbpx-38 {
  margin-bottom: 38px;
}
.gap-px-38 {
  gap: 38px;
}
.gap-y-38 {
  row-gap: 38px;
}
.gap-x-38 {
  column-gap: 38px;
}
.mtpx-38 {
  margin-top: 38px;
}
.min-hpx-38 {
  min-height: 38px;
}
.min-wpx-38 {
  min-width: 38px;
}
.mbpx-38 {
  margin-bottom: 38px !important;
}
.pipx-38 {
  padding-inline: 38px;
}
.ptpx-38 {
  padding-top: 38px !important;
}
.pbpx-38 {
  padding-bottom: 38px !important;
}
.prpx-38 {
  padding-right: 38px !important;
}
.plpx-38 {
  padding-left: 38px !important;
}
.p-x-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}
.p-y-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.p-38 {
  padding: 38px !important;
}
.topx-38 {
  top: 38px;
}
.bottomx-38 {
  bottom: 38px;
}
.rightx-38 {
  right: 38px;
}
.leftx-38 {
  left: 38px;
}
.font-size-38 {
  font-size: 38px;
}
.wp-39 {
  width: 39%;
}
.hpx-39 {
  height: 39px;
}
.wpx-39 {
  width: 39px;
}
.brpx-39 {
  border-radius: 39px;
}
.mrpx-39 {
  margin-right: 39px !important;
}
.-mlpx-39 {
  margin-left: -39px;
}
.mlpx-39 {
  margin-left: 39px;
}
.mbpx-39 {
  margin-bottom: 39px;
}
.gap-px-39 {
  gap: 39px;
}
.gap-y-39 {
  row-gap: 39px;
}
.gap-x-39 {
  column-gap: 39px;
}
.mtpx-39 {
  margin-top: 39px;
}
.min-hpx-39 {
  min-height: 39px;
}
.min-wpx-39 {
  min-width: 39px;
}
.mbpx-39 {
  margin-bottom: 39px !important;
}
.pipx-39 {
  padding-inline: 39px;
}
.ptpx-39 {
  padding-top: 39px !important;
}
.pbpx-39 {
  padding-bottom: 39px !important;
}
.prpx-39 {
  padding-right: 39px !important;
}
.plpx-39 {
  padding-left: 39px !important;
}
.p-x-39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}
.p-y-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.p-39 {
  padding: 39px !important;
}
.topx-39 {
  top: 39px;
}
.bottomx-39 {
  bottom: 39px;
}
.rightx-39 {
  right: 39px;
}
.leftx-39 {
  left: 39px;
}
.font-size-39 {
  font-size: 39px;
}
.wp-40 {
  width: 40%;
}
.hpx-40 {
  height: 40px;
}
.wpx-40 {
  width: 40px;
}
.brpx-40 {
  border-radius: 40px;
}
.mrpx-40 {
  margin-right: 40px !important;
}
.-mlpx-40 {
  margin-left: -40px;
}
.mlpx-40 {
  margin-left: 40px;
}
.mbpx-40 {
  margin-bottom: 40px;
}
.gap-px-40 {
  gap: 40px;
}
.gap-y-40 {
  row-gap: 40px;
}
.gap-x-40 {
  column-gap: 40px;
}
.mtpx-40 {
  margin-top: 40px;
}
.min-hpx-40 {
  min-height: 40px;
}
.min-wpx-40 {
  min-width: 40px;
}
.mbpx-40 {
  margin-bottom: 40px !important;
}
.pipx-40 {
  padding-inline: 40px;
}
.ptpx-40 {
  padding-top: 40px !important;
}
.pbpx-40 {
  padding-bottom: 40px !important;
}
.prpx-40 {
  padding-right: 40px !important;
}
.plpx-40 {
  padding-left: 40px !important;
}
.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.topx-40 {
  top: 40px;
}
.bottomx-40 {
  bottom: 40px;
}
.rightx-40 {
  right: 40px;
}
.leftx-40 {
  left: 40px;
}
.font-size-40 {
  font-size: 40px;
}
.wp-41 {
  width: 41%;
}
.hpx-41 {
  height: 41px;
}
.wpx-41 {
  width: 41px;
}
.brpx-41 {
  border-radius: 41px;
}
.mrpx-41 {
  margin-right: 41px !important;
}
.-mlpx-41 {
  margin-left: -41px;
}
.mlpx-41 {
  margin-left: 41px;
}
.mbpx-41 {
  margin-bottom: 41px;
}
.gap-px-41 {
  gap: 41px;
}
.gap-y-41 {
  row-gap: 41px;
}
.gap-x-41 {
  column-gap: 41px;
}
.mtpx-41 {
  margin-top: 41px;
}
.min-hpx-41 {
  min-height: 41px;
}
.min-wpx-41 {
  min-width: 41px;
}
.mbpx-41 {
  margin-bottom: 41px !important;
}
.pipx-41 {
  padding-inline: 41px;
}
.ptpx-41 {
  padding-top: 41px !important;
}
.pbpx-41 {
  padding-bottom: 41px !important;
}
.prpx-41 {
  padding-right: 41px !important;
}
.plpx-41 {
  padding-left: 41px !important;
}
.p-x-41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}
.p-y-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.p-41 {
  padding: 41px !important;
}
.topx-41 {
  top: 41px;
}
.bottomx-41 {
  bottom: 41px;
}
.rightx-41 {
  right: 41px;
}
.leftx-41 {
  left: 41px;
}
.font-size-41 {
  font-size: 41px;
}
.wp-42 {
  width: 42%;
}
.hpx-42 {
  height: 42px;
}
.wpx-42 {
  width: 42px;
}
.brpx-42 {
  border-radius: 42px;
}
.mrpx-42 {
  margin-right: 42px !important;
}
.-mlpx-42 {
  margin-left: -42px;
}
.mlpx-42 {
  margin-left: 42px;
}
.mbpx-42 {
  margin-bottom: 42px;
}
.gap-px-42 {
  gap: 42px;
}
.gap-y-42 {
  row-gap: 42px;
}
.gap-x-42 {
  column-gap: 42px;
}
.mtpx-42 {
  margin-top: 42px;
}
.min-hpx-42 {
  min-height: 42px;
}
.min-wpx-42 {
  min-width: 42px;
}
.mbpx-42 {
  margin-bottom: 42px !important;
}
.pipx-42 {
  padding-inline: 42px;
}
.ptpx-42 {
  padding-top: 42px !important;
}
.pbpx-42 {
  padding-bottom: 42px !important;
}
.prpx-42 {
  padding-right: 42px !important;
}
.plpx-42 {
  padding-left: 42px !important;
}
.p-x-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}
.p-y-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.p-42 {
  padding: 42px !important;
}
.topx-42 {
  top: 42px;
}
.bottomx-42 {
  bottom: 42px;
}
.rightx-42 {
  right: 42px;
}
.leftx-42 {
  left: 42px;
}
.font-size-42 {
  font-size: 42px;
}
.wp-43 {
  width: 43%;
}
.hpx-43 {
  height: 43px;
}
.wpx-43 {
  width: 43px;
}
.brpx-43 {
  border-radius: 43px;
}
.mrpx-43 {
  margin-right: 43px !important;
}
.-mlpx-43 {
  margin-left: -43px;
}
.mlpx-43 {
  margin-left: 43px;
}
.mbpx-43 {
  margin-bottom: 43px;
}
.gap-px-43 {
  gap: 43px;
}
.gap-y-43 {
  row-gap: 43px;
}
.gap-x-43 {
  column-gap: 43px;
}
.mtpx-43 {
  margin-top: 43px;
}
.min-hpx-43 {
  min-height: 43px;
}
.min-wpx-43 {
  min-width: 43px;
}
.mbpx-43 {
  margin-bottom: 43px !important;
}
.pipx-43 {
  padding-inline: 43px;
}
.ptpx-43 {
  padding-top: 43px !important;
}
.pbpx-43 {
  padding-bottom: 43px !important;
}
.prpx-43 {
  padding-right: 43px !important;
}
.plpx-43 {
  padding-left: 43px !important;
}
.p-x-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}
.p-y-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.p-43 {
  padding: 43px !important;
}
.topx-43 {
  top: 43px;
}
.bottomx-43 {
  bottom: 43px;
}
.rightx-43 {
  right: 43px;
}
.leftx-43 {
  left: 43px;
}
.font-size-43 {
  font-size: 43px;
}
.wp-44 {
  width: 44%;
}
.hpx-44 {
  height: 44px;
}
.wpx-44 {
  width: 44px;
}
.brpx-44 {
  border-radius: 44px;
}
.mrpx-44 {
  margin-right: 44px !important;
}
.-mlpx-44 {
  margin-left: -44px;
}
.mlpx-44 {
  margin-left: 44px;
}
.mbpx-44 {
  margin-bottom: 44px;
}
.gap-px-44 {
  gap: 44px;
}
.gap-y-44 {
  row-gap: 44px;
}
.gap-x-44 {
  column-gap: 44px;
}
.mtpx-44 {
  margin-top: 44px;
}
.min-hpx-44 {
  min-height: 44px;
}
.min-wpx-44 {
  min-width: 44px;
}
.mbpx-44 {
  margin-bottom: 44px !important;
}
.pipx-44 {
  padding-inline: 44px;
}
.ptpx-44 {
  padding-top: 44px !important;
}
.pbpx-44 {
  padding-bottom: 44px !important;
}
.prpx-44 {
  padding-right: 44px !important;
}
.plpx-44 {
  padding-left: 44px !important;
}
.p-x-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.p-y-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.p-44 {
  padding: 44px !important;
}
.topx-44 {
  top: 44px;
}
.bottomx-44 {
  bottom: 44px;
}
.rightx-44 {
  right: 44px;
}
.leftx-44 {
  left: 44px;
}
.font-size-44 {
  font-size: 44px;
}
.wp-45 {
  width: 45%;
}
.hpx-45 {
  height: 45px;
}
.wpx-45 {
  width: 45px;
}
.brpx-45 {
  border-radius: 45px;
}
.mrpx-45 {
  margin-right: 45px !important;
}
.-mlpx-45 {
  margin-left: -45px;
}
.mlpx-45 {
  margin-left: 45px;
}
.mbpx-45 {
  margin-bottom: 45px;
}
.gap-px-45 {
  gap: 45px;
}
.gap-y-45 {
  row-gap: 45px;
}
.gap-x-45 {
  column-gap: 45px;
}
.mtpx-45 {
  margin-top: 45px;
}
.min-hpx-45 {
  min-height: 45px;
}
.min-wpx-45 {
  min-width: 45px;
}
.mbpx-45 {
  margin-bottom: 45px !important;
}
.pipx-45 {
  padding-inline: 45px;
}
.ptpx-45 {
  padding-top: 45px !important;
}
.pbpx-45 {
  padding-bottom: 45px !important;
}
.prpx-45 {
  padding-right: 45px !important;
}
.plpx-45 {
  padding-left: 45px !important;
}
.p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.p-45 {
  padding: 45px !important;
}
.topx-45 {
  top: 45px;
}
.bottomx-45 {
  bottom: 45px;
}
.rightx-45 {
  right: 45px;
}
.leftx-45 {
  left: 45px;
}
.font-size-45 {
  font-size: 45px;
}
.wp-46 {
  width: 46%;
}
.hpx-46 {
  height: 46px;
}
.wpx-46 {
  width: 46px;
}
.brpx-46 {
  border-radius: 46px;
}
.mrpx-46 {
  margin-right: 46px !important;
}
.-mlpx-46 {
  margin-left: -46px;
}
.mlpx-46 {
  margin-left: 46px;
}
.mbpx-46 {
  margin-bottom: 46px;
}
.gap-px-46 {
  gap: 46px;
}
.gap-y-46 {
  row-gap: 46px;
}
.gap-x-46 {
  column-gap: 46px;
}
.mtpx-46 {
  margin-top: 46px;
}
.min-hpx-46 {
  min-height: 46px;
}
.min-wpx-46 {
  min-width: 46px;
}
.mbpx-46 {
  margin-bottom: 46px !important;
}
.pipx-46 {
  padding-inline: 46px;
}
.ptpx-46 {
  padding-top: 46px !important;
}
.pbpx-46 {
  padding-bottom: 46px !important;
}
.prpx-46 {
  padding-right: 46px !important;
}
.plpx-46 {
  padding-left: 46px !important;
}
.p-x-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}
.p-y-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.p-46 {
  padding: 46px !important;
}
.topx-46 {
  top: 46px;
}
.bottomx-46 {
  bottom: 46px;
}
.rightx-46 {
  right: 46px;
}
.leftx-46 {
  left: 46px;
}
.font-size-46 {
  font-size: 46px;
}
.wp-47 {
  width: 47%;
}
.hpx-47 {
  height: 47px;
}
.wpx-47 {
  width: 47px;
}
.brpx-47 {
  border-radius: 47px;
}
.mrpx-47 {
  margin-right: 47px !important;
}
.-mlpx-47 {
  margin-left: -47px;
}
.mlpx-47 {
  margin-left: 47px;
}
.mbpx-47 {
  margin-bottom: 47px;
}
.gap-px-47 {
  gap: 47px;
}
.gap-y-47 {
  row-gap: 47px;
}
.gap-x-47 {
  column-gap: 47px;
}
.mtpx-47 {
  margin-top: 47px;
}
.min-hpx-47 {
  min-height: 47px;
}
.min-wpx-47 {
  min-width: 47px;
}
.mbpx-47 {
  margin-bottom: 47px !important;
}
.pipx-47 {
  padding-inline: 47px;
}
.ptpx-47 {
  padding-top: 47px !important;
}
.pbpx-47 {
  padding-bottom: 47px !important;
}
.prpx-47 {
  padding-right: 47px !important;
}
.plpx-47 {
  padding-left: 47px !important;
}
.p-x-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}
.p-y-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.p-47 {
  padding: 47px !important;
}
.topx-47 {
  top: 47px;
}
.bottomx-47 {
  bottom: 47px;
}
.rightx-47 {
  right: 47px;
}
.leftx-47 {
  left: 47px;
}
.font-size-47 {
  font-size: 47px;
}
.wp-48 {
  width: 48%;
}
.hpx-48 {
  height: 48px;
}
.wpx-48 {
  width: 48px;
}
.brpx-48 {
  border-radius: 48px;
}
.mrpx-48 {
  margin-right: 48px !important;
}
.-mlpx-48 {
  margin-left: -48px;
}
.mlpx-48 {
  margin-left: 48px;
}
.mbpx-48 {
  margin-bottom: 48px;
}
.gap-px-48 {
  gap: 48px;
}
.gap-y-48 {
  row-gap: 48px;
}
.gap-x-48 {
  column-gap: 48px;
}
.mtpx-48 {
  margin-top: 48px;
}
.min-hpx-48 {
  min-height: 48px;
}
.min-wpx-48 {
  min-width: 48px;
}
.mbpx-48 {
  margin-bottom: 48px !important;
}
.pipx-48 {
  padding-inline: 48px;
}
.ptpx-48 {
  padding-top: 48px !important;
}
.pbpx-48 {
  padding-bottom: 48px !important;
}
.prpx-48 {
  padding-right: 48px !important;
}
.plpx-48 {
  padding-left: 48px !important;
}
.p-x-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.p-y-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.p-48 {
  padding: 48px !important;
}
.topx-48 {
  top: 48px;
}
.bottomx-48 {
  bottom: 48px;
}
.rightx-48 {
  right: 48px;
}
.leftx-48 {
  left: 48px;
}
.font-size-48 {
  font-size: 48px;
}
.wp-49 {
  width: 49%;
}
.hpx-49 {
  height: 49px;
}
.wpx-49 {
  width: 49px;
}
.brpx-49 {
  border-radius: 49px;
}
.mrpx-49 {
  margin-right: 49px !important;
}
.-mlpx-49 {
  margin-left: -49px;
}
.mlpx-49 {
  margin-left: 49px;
}
.mbpx-49 {
  margin-bottom: 49px;
}
.gap-px-49 {
  gap: 49px;
}
.gap-y-49 {
  row-gap: 49px;
}
.gap-x-49 {
  column-gap: 49px;
}
.mtpx-49 {
  margin-top: 49px;
}
.min-hpx-49 {
  min-height: 49px;
}
.min-wpx-49 {
  min-width: 49px;
}
.mbpx-49 {
  margin-bottom: 49px !important;
}
.pipx-49 {
  padding-inline: 49px;
}
.ptpx-49 {
  padding-top: 49px !important;
}
.pbpx-49 {
  padding-bottom: 49px !important;
}
.prpx-49 {
  padding-right: 49px !important;
}
.plpx-49 {
  padding-left: 49px !important;
}
.p-x-49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}
.p-y-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.p-49 {
  padding: 49px !important;
}
.topx-49 {
  top: 49px;
}
.bottomx-49 {
  bottom: 49px;
}
.rightx-49 {
  right: 49px;
}
.leftx-49 {
  left: 49px;
}
.font-size-49 {
  font-size: 49px;
}
.wp-50 {
  width: 50%;
}
.hpx-50 {
  height: 50px;
}
.wpx-50 {
  width: 50px;
}
.brpx-50 {
  border-radius: 50px;
}
.mrpx-50 {
  margin-right: 50px !important;
}
.-mlpx-50 {
  margin-left: -50px;
}
.mlpx-50 {
  margin-left: 50px;
}
.mbpx-50 {
  margin-bottom: 50px;
}
.gap-px-50 {
  gap: 50px;
}
.gap-y-50 {
  row-gap: 50px;
}
.gap-x-50 {
  column-gap: 50px;
}
.mtpx-50 {
  margin-top: 50px;
}
.min-hpx-50 {
  min-height: 50px;
}
.min-wpx-50 {
  min-width: 50px;
}
.mbpx-50 {
  margin-bottom: 50px !important;
}
.pipx-50 {
  padding-inline: 50px;
}
.ptpx-50 {
  padding-top: 50px !important;
}
.pbpx-50 {
  padding-bottom: 50px !important;
}
.prpx-50 {
  padding-right: 50px !important;
}
.plpx-50 {
  padding-left: 50px !important;
}
.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.topx-50 {
  top: 50px;
}
.bottomx-50 {
  bottom: 50px;
}
.rightx-50 {
  right: 50px;
}
.leftx-50 {
  left: 50px;
}
.font-size-50 {
  font-size: 50px;
}
.wp-51 {
  width: 51%;
}
.hpx-51 {
  height: 51px;
}
.wpx-51 {
  width: 51px;
}
.brpx-51 {
  border-radius: 51px;
}
.mrpx-51 {
  margin-right: 51px !important;
}
.-mlpx-51 {
  margin-left: -51px;
}
.mlpx-51 {
  margin-left: 51px;
}
.mbpx-51 {
  margin-bottom: 51px;
}
.gap-px-51 {
  gap: 51px;
}
.gap-y-51 {
  row-gap: 51px;
}
.gap-x-51 {
  column-gap: 51px;
}
.mtpx-51 {
  margin-top: 51px;
}
.min-hpx-51 {
  min-height: 51px;
}
.min-wpx-51 {
  min-width: 51px;
}
.mbpx-51 {
  margin-bottom: 51px !important;
}
.pipx-51 {
  padding-inline: 51px;
}
.ptpx-51 {
  padding-top: 51px !important;
}
.pbpx-51 {
  padding-bottom: 51px !important;
}
.prpx-51 {
  padding-right: 51px !important;
}
.plpx-51 {
  padding-left: 51px !important;
}
.p-x-51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}
.p-y-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.p-51 {
  padding: 51px !important;
}
.topx-51 {
  top: 51px;
}
.bottomx-51 {
  bottom: 51px;
}
.rightx-51 {
  right: 51px;
}
.leftx-51 {
  left: 51px;
}
.font-size-51 {
  font-size: 51px;
}
.wp-52 {
  width: 52%;
}
.hpx-52 {
  height: 52px;
}
.wpx-52 {
  width: 52px;
}
.brpx-52 {
  border-radius: 52px;
}
.mrpx-52 {
  margin-right: 52px !important;
}
.-mlpx-52 {
  margin-left: -52px;
}
.mlpx-52 {
  margin-left: 52px;
}
.mbpx-52 {
  margin-bottom: 52px;
}
.gap-px-52 {
  gap: 52px;
}
.gap-y-52 {
  row-gap: 52px;
}
.gap-x-52 {
  column-gap: 52px;
}
.mtpx-52 {
  margin-top: 52px;
}
.min-hpx-52 {
  min-height: 52px;
}
.min-wpx-52 {
  min-width: 52px;
}
.mbpx-52 {
  margin-bottom: 52px !important;
}
.pipx-52 {
  padding-inline: 52px;
}
.ptpx-52 {
  padding-top: 52px !important;
}
.pbpx-52 {
  padding-bottom: 52px !important;
}
.prpx-52 {
  padding-right: 52px !important;
}
.plpx-52 {
  padding-left: 52px !important;
}
.p-x-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}
.p-y-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.p-52 {
  padding: 52px !important;
}
.topx-52 {
  top: 52px;
}
.bottomx-52 {
  bottom: 52px;
}
.rightx-52 {
  right: 52px;
}
.leftx-52 {
  left: 52px;
}
.font-size-52 {
  font-size: 52px;
}
.wp-53 {
  width: 53%;
}
.hpx-53 {
  height: 53px;
}
.wpx-53 {
  width: 53px;
}
.brpx-53 {
  border-radius: 53px;
}
.mrpx-53 {
  margin-right: 53px !important;
}
.-mlpx-53 {
  margin-left: -53px;
}
.mlpx-53 {
  margin-left: 53px;
}
.mbpx-53 {
  margin-bottom: 53px;
}
.gap-px-53 {
  gap: 53px;
}
.gap-y-53 {
  row-gap: 53px;
}
.gap-x-53 {
  column-gap: 53px;
}
.mtpx-53 {
  margin-top: 53px;
}
.min-hpx-53 {
  min-height: 53px;
}
.min-wpx-53 {
  min-width: 53px;
}
.mbpx-53 {
  margin-bottom: 53px !important;
}
.pipx-53 {
  padding-inline: 53px;
}
.ptpx-53 {
  padding-top: 53px !important;
}
.pbpx-53 {
  padding-bottom: 53px !important;
}
.prpx-53 {
  padding-right: 53px !important;
}
.plpx-53 {
  padding-left: 53px !important;
}
.p-x-53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}
.p-y-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.p-53 {
  padding: 53px !important;
}
.topx-53 {
  top: 53px;
}
.bottomx-53 {
  bottom: 53px;
}
.rightx-53 {
  right: 53px;
}
.leftx-53 {
  left: 53px;
}
.font-size-53 {
  font-size: 53px;
}
.wp-54 {
  width: 54%;
}
.hpx-54 {
  height: 54px;
}
.wpx-54 {
  width: 54px;
}
.brpx-54 {
  border-radius: 54px;
}
.mrpx-54 {
  margin-right: 54px !important;
}
.-mlpx-54 {
  margin-left: -54px;
}
.mlpx-54 {
  margin-left: 54px;
}
.mbpx-54 {
  margin-bottom: 54px;
}
.gap-px-54 {
  gap: 54px;
}
.gap-y-54 {
  row-gap: 54px;
}
.gap-x-54 {
  column-gap: 54px;
}
.mtpx-54 {
  margin-top: 54px;
}
.min-hpx-54 {
  min-height: 54px;
}
.min-wpx-54 {
  min-width: 54px;
}
.mbpx-54 {
  margin-bottom: 54px !important;
}
.pipx-54 {
  padding-inline: 54px;
}
.ptpx-54 {
  padding-top: 54px !important;
}
.pbpx-54 {
  padding-bottom: 54px !important;
}
.prpx-54 {
  padding-right: 54px !important;
}
.plpx-54 {
  padding-left: 54px !important;
}
.p-x-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}
.p-y-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.p-54 {
  padding: 54px !important;
}
.topx-54 {
  top: 54px;
}
.bottomx-54 {
  bottom: 54px;
}
.rightx-54 {
  right: 54px;
}
.leftx-54 {
  left: 54px;
}
.font-size-54 {
  font-size: 54px;
}
.wp-55 {
  width: 55%;
}
.hpx-55 {
  height: 55px;
}
.wpx-55 {
  width: 55px;
}
.brpx-55 {
  border-radius: 55px;
}
.mrpx-55 {
  margin-right: 55px !important;
}
.-mlpx-55 {
  margin-left: -55px;
}
.mlpx-55 {
  margin-left: 55px;
}
.mbpx-55 {
  margin-bottom: 55px;
}
.gap-px-55 {
  gap: 55px;
}
.gap-y-55 {
  row-gap: 55px;
}
.gap-x-55 {
  column-gap: 55px;
}
.mtpx-55 {
  margin-top: 55px;
}
.min-hpx-55 {
  min-height: 55px;
}
.min-wpx-55 {
  min-width: 55px;
}
.mbpx-55 {
  margin-bottom: 55px !important;
}
.pipx-55 {
  padding-inline: 55px;
}
.ptpx-55 {
  padding-top: 55px !important;
}
.pbpx-55 {
  padding-bottom: 55px !important;
}
.prpx-55 {
  padding-right: 55px !important;
}
.plpx-55 {
  padding-left: 55px !important;
}
.p-x-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.p-y-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.p-55 {
  padding: 55px !important;
}
.topx-55 {
  top: 55px;
}
.bottomx-55 {
  bottom: 55px;
}
.rightx-55 {
  right: 55px;
}
.leftx-55 {
  left: 55px;
}
.font-size-55 {
  font-size: 55px;
}
.wp-56 {
  width: 56%;
}
.hpx-56 {
  height: 56px;
}
.wpx-56 {
  width: 56px;
}
.brpx-56 {
  border-radius: 56px;
}
.mrpx-56 {
  margin-right: 56px !important;
}
.-mlpx-56 {
  margin-left: -56px;
}
.mlpx-56 {
  margin-left: 56px;
}
.mbpx-56 {
  margin-bottom: 56px;
}
.gap-px-56 {
  gap: 56px;
}
.gap-y-56 {
  row-gap: 56px;
}
.gap-x-56 {
  column-gap: 56px;
}
.mtpx-56 {
  margin-top: 56px;
}
.min-hpx-56 {
  min-height: 56px;
}
.min-wpx-56 {
  min-width: 56px;
}
.mbpx-56 {
  margin-bottom: 56px !important;
}
.pipx-56 {
  padding-inline: 56px;
}
.ptpx-56 {
  padding-top: 56px !important;
}
.pbpx-56 {
  padding-bottom: 56px !important;
}
.prpx-56 {
  padding-right: 56px !important;
}
.plpx-56 {
  padding-left: 56px !important;
}
.p-x-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.p-y-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.p-56 {
  padding: 56px !important;
}
.topx-56 {
  top: 56px;
}
.bottomx-56 {
  bottom: 56px;
}
.rightx-56 {
  right: 56px;
}
.leftx-56 {
  left: 56px;
}
.font-size-56 {
  font-size: 56px;
}
.wp-57 {
  width: 57%;
}
.hpx-57 {
  height: 57px;
}
.wpx-57 {
  width: 57px;
}
.brpx-57 {
  border-radius: 57px;
}
.mrpx-57 {
  margin-right: 57px !important;
}
.-mlpx-57 {
  margin-left: -57px;
}
.mlpx-57 {
  margin-left: 57px;
}
.mbpx-57 {
  margin-bottom: 57px;
}
.gap-px-57 {
  gap: 57px;
}
.gap-y-57 {
  row-gap: 57px;
}
.gap-x-57 {
  column-gap: 57px;
}
.mtpx-57 {
  margin-top: 57px;
}
.min-hpx-57 {
  min-height: 57px;
}
.min-wpx-57 {
  min-width: 57px;
}
.mbpx-57 {
  margin-bottom: 57px !important;
}
.pipx-57 {
  padding-inline: 57px;
}
.ptpx-57 {
  padding-top: 57px !important;
}
.pbpx-57 {
  padding-bottom: 57px !important;
}
.prpx-57 {
  padding-right: 57px !important;
}
.plpx-57 {
  padding-left: 57px !important;
}
.p-x-57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}
.p-y-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.p-57 {
  padding: 57px !important;
}
.topx-57 {
  top: 57px;
}
.bottomx-57 {
  bottom: 57px;
}
.rightx-57 {
  right: 57px;
}
.leftx-57 {
  left: 57px;
}
.font-size-57 {
  font-size: 57px;
}
.wp-58 {
  width: 58%;
}
.hpx-58 {
  height: 58px;
}
.wpx-58 {
  width: 58px;
}
.brpx-58 {
  border-radius: 58px;
}
.mrpx-58 {
  margin-right: 58px !important;
}
.-mlpx-58 {
  margin-left: -58px;
}
.mlpx-58 {
  margin-left: 58px;
}
.mbpx-58 {
  margin-bottom: 58px;
}
.gap-px-58 {
  gap: 58px;
}
.gap-y-58 {
  row-gap: 58px;
}
.gap-x-58 {
  column-gap: 58px;
}
.mtpx-58 {
  margin-top: 58px;
}
.min-hpx-58 {
  min-height: 58px;
}
.min-wpx-58 {
  min-width: 58px;
}
.mbpx-58 {
  margin-bottom: 58px !important;
}
.pipx-58 {
  padding-inline: 58px;
}
.ptpx-58 {
  padding-top: 58px !important;
}
.pbpx-58 {
  padding-bottom: 58px !important;
}
.prpx-58 {
  padding-right: 58px !important;
}
.plpx-58 {
  padding-left: 58px !important;
}
.p-x-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}
.p-y-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.p-58 {
  padding: 58px !important;
}
.topx-58 {
  top: 58px;
}
.bottomx-58 {
  bottom: 58px;
}
.rightx-58 {
  right: 58px;
}
.leftx-58 {
  left: 58px;
}
.font-size-58 {
  font-size: 58px;
}
.wp-59 {
  width: 59%;
}
.hpx-59 {
  height: 59px;
}
.wpx-59 {
  width: 59px;
}
.brpx-59 {
  border-radius: 59px;
}
.mrpx-59 {
  margin-right: 59px !important;
}
.-mlpx-59 {
  margin-left: -59px;
}
.mlpx-59 {
  margin-left: 59px;
}
.mbpx-59 {
  margin-bottom: 59px;
}
.gap-px-59 {
  gap: 59px;
}
.gap-y-59 {
  row-gap: 59px;
}
.gap-x-59 {
  column-gap: 59px;
}
.mtpx-59 {
  margin-top: 59px;
}
.min-hpx-59 {
  min-height: 59px;
}
.min-wpx-59 {
  min-width: 59px;
}
.mbpx-59 {
  margin-bottom: 59px !important;
}
.pipx-59 {
  padding-inline: 59px;
}
.ptpx-59 {
  padding-top: 59px !important;
}
.pbpx-59 {
  padding-bottom: 59px !important;
}
.prpx-59 {
  padding-right: 59px !important;
}
.plpx-59 {
  padding-left: 59px !important;
}
.p-x-59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}
.p-y-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.p-59 {
  padding: 59px !important;
}
.topx-59 {
  top: 59px;
}
.bottomx-59 {
  bottom: 59px;
}
.rightx-59 {
  right: 59px;
}
.leftx-59 {
  left: 59px;
}
.font-size-59 {
  font-size: 59px;
}
.wp-60 {
  width: 60%;
}
.hpx-60 {
  height: 60px;
}
.wpx-60 {
  width: 60px;
}
.brpx-60 {
  border-radius: 60px;
}
.mrpx-60 {
  margin-right: 60px !important;
}
.-mlpx-60 {
  margin-left: -60px;
}
.mlpx-60 {
  margin-left: 60px;
}
.mbpx-60 {
  margin-bottom: 60px;
}
.gap-px-60 {
  gap: 60px;
}
.gap-y-60 {
  row-gap: 60px;
}
.gap-x-60 {
  column-gap: 60px;
}
.mtpx-60 {
  margin-top: 60px;
}
.min-hpx-60 {
  min-height: 60px;
}
.min-wpx-60 {
  min-width: 60px;
}
.mbpx-60 {
  margin-bottom: 60px !important;
}
.pipx-60 {
  padding-inline: 60px;
}
.ptpx-60 {
  padding-top: 60px !important;
}
.pbpx-60 {
  padding-bottom: 60px !important;
}
.prpx-60 {
  padding-right: 60px !important;
}
.plpx-60 {
  padding-left: 60px !important;
}
.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-60 {
  padding: 60px !important;
}
.topx-60 {
  top: 60px;
}
.bottomx-60 {
  bottom: 60px;
}
.rightx-60 {
  right: 60px;
}
.leftx-60 {
  left: 60px;
}
.font-size-60 {
  font-size: 60px;
}
.wp-61 {
  width: 61%;
}
.hpx-61 {
  height: 61px;
}
.wpx-61 {
  width: 61px;
}
.brpx-61 {
  border-radius: 61px;
}
.mrpx-61 {
  margin-right: 61px !important;
}
.-mlpx-61 {
  margin-left: -61px;
}
.mlpx-61 {
  margin-left: 61px;
}
.mbpx-61 {
  margin-bottom: 61px;
}
.gap-px-61 {
  gap: 61px;
}
.gap-y-61 {
  row-gap: 61px;
}
.gap-x-61 {
  column-gap: 61px;
}
.mtpx-61 {
  margin-top: 61px;
}
.min-hpx-61 {
  min-height: 61px;
}
.min-wpx-61 {
  min-width: 61px;
}
.mbpx-61 {
  margin-bottom: 61px !important;
}
.pipx-61 {
  padding-inline: 61px;
}
.ptpx-61 {
  padding-top: 61px !important;
}
.pbpx-61 {
  padding-bottom: 61px !important;
}
.prpx-61 {
  padding-right: 61px !important;
}
.plpx-61 {
  padding-left: 61px !important;
}
.p-x-61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}
.p-y-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.p-61 {
  padding: 61px !important;
}
.topx-61 {
  top: 61px;
}
.bottomx-61 {
  bottom: 61px;
}
.rightx-61 {
  right: 61px;
}
.leftx-61 {
  left: 61px;
}
.font-size-61 {
  font-size: 61px;
}
.wp-62 {
  width: 62%;
}
.hpx-62 {
  height: 62px;
}
.wpx-62 {
  width: 62px;
}
.brpx-62 {
  border-radius: 62px;
}
.mrpx-62 {
  margin-right: 62px !important;
}
.-mlpx-62 {
  margin-left: -62px;
}
.mlpx-62 {
  margin-left: 62px;
}
.mbpx-62 {
  margin-bottom: 62px;
}
.gap-px-62 {
  gap: 62px;
}
.gap-y-62 {
  row-gap: 62px;
}
.gap-x-62 {
  column-gap: 62px;
}
.mtpx-62 {
  margin-top: 62px;
}
.min-hpx-62 {
  min-height: 62px;
}
.min-wpx-62 {
  min-width: 62px;
}
.mbpx-62 {
  margin-bottom: 62px !important;
}
.pipx-62 {
  padding-inline: 62px;
}
.ptpx-62 {
  padding-top: 62px !important;
}
.pbpx-62 {
  padding-bottom: 62px !important;
}
.prpx-62 {
  padding-right: 62px !important;
}
.plpx-62 {
  padding-left: 62px !important;
}
.p-x-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}
.p-y-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.p-62 {
  padding: 62px !important;
}
.topx-62 {
  top: 62px;
}
.bottomx-62 {
  bottom: 62px;
}
.rightx-62 {
  right: 62px;
}
.leftx-62 {
  left: 62px;
}
.font-size-62 {
  font-size: 62px;
}
.wp-63 {
  width: 63%;
}
.hpx-63 {
  height: 63px;
}
.wpx-63 {
  width: 63px;
}
.brpx-63 {
  border-radius: 63px;
}
.mrpx-63 {
  margin-right: 63px !important;
}
.-mlpx-63 {
  margin-left: -63px;
}
.mlpx-63 {
  margin-left: 63px;
}
.mbpx-63 {
  margin-bottom: 63px;
}
.gap-px-63 {
  gap: 63px;
}
.gap-y-63 {
  row-gap: 63px;
}
.gap-x-63 {
  column-gap: 63px;
}
.mtpx-63 {
  margin-top: 63px;
}
.min-hpx-63 {
  min-height: 63px;
}
.min-wpx-63 {
  min-width: 63px;
}
.mbpx-63 {
  margin-bottom: 63px !important;
}
.pipx-63 {
  padding-inline: 63px;
}
.ptpx-63 {
  padding-top: 63px !important;
}
.pbpx-63 {
  padding-bottom: 63px !important;
}
.prpx-63 {
  padding-right: 63px !important;
}
.plpx-63 {
  padding-left: 63px !important;
}
.p-x-63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}
.p-y-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.p-63 {
  padding: 63px !important;
}
.topx-63 {
  top: 63px;
}
.bottomx-63 {
  bottom: 63px;
}
.rightx-63 {
  right: 63px;
}
.leftx-63 {
  left: 63px;
}
.font-size-63 {
  font-size: 63px;
}
.wp-64 {
  width: 64%;
}
.hpx-64 {
  height: 64px;
}
.wpx-64 {
  width: 64px;
}
.brpx-64 {
  border-radius: 64px;
}
.mrpx-64 {
  margin-right: 64px !important;
}
.-mlpx-64 {
  margin-left: -64px;
}
.mlpx-64 {
  margin-left: 64px;
}
.mbpx-64 {
  margin-bottom: 64px;
}
.gap-px-64 {
  gap: 64px;
}
.gap-y-64 {
  row-gap: 64px;
}
.gap-x-64 {
  column-gap: 64px;
}
.mtpx-64 {
  margin-top: 64px;
}
.min-hpx-64 {
  min-height: 64px;
}
.min-wpx-64 {
  min-width: 64px;
}
.mbpx-64 {
  margin-bottom: 64px !important;
}
.pipx-64 {
  padding-inline: 64px;
}
.ptpx-64 {
  padding-top: 64px !important;
}
.pbpx-64 {
  padding-bottom: 64px !important;
}
.prpx-64 {
  padding-right: 64px !important;
}
.plpx-64 {
  padding-left: 64px !important;
}
.p-x-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.p-y-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.p-64 {
  padding: 64px !important;
}
.topx-64 {
  top: 64px;
}
.bottomx-64 {
  bottom: 64px;
}
.rightx-64 {
  right: 64px;
}
.leftx-64 {
  left: 64px;
}
.font-size-64 {
  font-size: 64px;
}
.wp-65 {
  width: 65%;
}
.hpx-65 {
  height: 65px;
}
.wpx-65 {
  width: 65px;
}
.brpx-65 {
  border-radius: 65px;
}
.mrpx-65 {
  margin-right: 65px !important;
}
.-mlpx-65 {
  margin-left: -65px;
}
.mlpx-65 {
  margin-left: 65px;
}
.mbpx-65 {
  margin-bottom: 65px;
}
.gap-px-65 {
  gap: 65px;
}
.gap-y-65 {
  row-gap: 65px;
}
.gap-x-65 {
  column-gap: 65px;
}
.mtpx-65 {
  margin-top: 65px;
}
.min-hpx-65 {
  min-height: 65px;
}
.min-wpx-65 {
  min-width: 65px;
}
.mbpx-65 {
  margin-bottom: 65px !important;
}
.pipx-65 {
  padding-inline: 65px;
}
.ptpx-65 {
  padding-top: 65px !important;
}
.pbpx-65 {
  padding-bottom: 65px !important;
}
.prpx-65 {
  padding-right: 65px !important;
}
.plpx-65 {
  padding-left: 65px !important;
}
.p-x-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.p-y-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.p-65 {
  padding: 65px !important;
}
.topx-65 {
  top: 65px;
}
.bottomx-65 {
  bottom: 65px;
}
.rightx-65 {
  right: 65px;
}
.leftx-65 {
  left: 65px;
}
.font-size-65 {
  font-size: 65px;
}
.wp-66 {
  width: 66%;
}
.hpx-66 {
  height: 66px;
}
.wpx-66 {
  width: 66px;
}
.brpx-66 {
  border-radius: 66px;
}
.mrpx-66 {
  margin-right: 66px !important;
}
.-mlpx-66 {
  margin-left: -66px;
}
.mlpx-66 {
  margin-left: 66px;
}
.mbpx-66 {
  margin-bottom: 66px;
}
.gap-px-66 {
  gap: 66px;
}
.gap-y-66 {
  row-gap: 66px;
}
.gap-x-66 {
  column-gap: 66px;
}
.mtpx-66 {
  margin-top: 66px;
}
.min-hpx-66 {
  min-height: 66px;
}
.min-wpx-66 {
  min-width: 66px;
}
.mbpx-66 {
  margin-bottom: 66px !important;
}
.pipx-66 {
  padding-inline: 66px;
}
.ptpx-66 {
  padding-top: 66px !important;
}
.pbpx-66 {
  padding-bottom: 66px !important;
}
.prpx-66 {
  padding-right: 66px !important;
}
.plpx-66 {
  padding-left: 66px !important;
}
.p-x-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}
.p-y-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.p-66 {
  padding: 66px !important;
}
.topx-66 {
  top: 66px;
}
.bottomx-66 {
  bottom: 66px;
}
.rightx-66 {
  right: 66px;
}
.leftx-66 {
  left: 66px;
}
.font-size-66 {
  font-size: 66px;
}
.wp-67 {
  width: 67%;
}
.hpx-67 {
  height: 67px;
}
.wpx-67 {
  width: 67px;
}
.brpx-67 {
  border-radius: 67px;
}
.mrpx-67 {
  margin-right: 67px !important;
}
.-mlpx-67 {
  margin-left: -67px;
}
.mlpx-67 {
  margin-left: 67px;
}
.mbpx-67 {
  margin-bottom: 67px;
}
.gap-px-67 {
  gap: 67px;
}
.gap-y-67 {
  row-gap: 67px;
}
.gap-x-67 {
  column-gap: 67px;
}
.mtpx-67 {
  margin-top: 67px;
}
.min-hpx-67 {
  min-height: 67px;
}
.min-wpx-67 {
  min-width: 67px;
}
.mbpx-67 {
  margin-bottom: 67px !important;
}
.pipx-67 {
  padding-inline: 67px;
}
.ptpx-67 {
  padding-top: 67px !important;
}
.pbpx-67 {
  padding-bottom: 67px !important;
}
.prpx-67 {
  padding-right: 67px !important;
}
.plpx-67 {
  padding-left: 67px !important;
}
.p-x-67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}
.p-y-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.p-67 {
  padding: 67px !important;
}
.topx-67 {
  top: 67px;
}
.bottomx-67 {
  bottom: 67px;
}
.rightx-67 {
  right: 67px;
}
.leftx-67 {
  left: 67px;
}
.font-size-67 {
  font-size: 67px;
}
.wp-68 {
  width: 68%;
}
.hpx-68 {
  height: 68px;
}
.wpx-68 {
  width: 68px;
}
.brpx-68 {
  border-radius: 68px;
}
.mrpx-68 {
  margin-right: 68px !important;
}
.-mlpx-68 {
  margin-left: -68px;
}
.mlpx-68 {
  margin-left: 68px;
}
.mbpx-68 {
  margin-bottom: 68px;
}
.gap-px-68 {
  gap: 68px;
}
.gap-y-68 {
  row-gap: 68px;
}
.gap-x-68 {
  column-gap: 68px;
}
.mtpx-68 {
  margin-top: 68px;
}
.min-hpx-68 {
  min-height: 68px;
}
.min-wpx-68 {
  min-width: 68px;
}
.mbpx-68 {
  margin-bottom: 68px !important;
}
.pipx-68 {
  padding-inline: 68px;
}
.ptpx-68 {
  padding-top: 68px !important;
}
.pbpx-68 {
  padding-bottom: 68px !important;
}
.prpx-68 {
  padding-right: 68px !important;
}
.plpx-68 {
  padding-left: 68px !important;
}
.p-x-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}
.p-y-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.p-68 {
  padding: 68px !important;
}
.topx-68 {
  top: 68px;
}
.bottomx-68 {
  bottom: 68px;
}
.rightx-68 {
  right: 68px;
}
.leftx-68 {
  left: 68px;
}
.font-size-68 {
  font-size: 68px;
}
.wp-69 {
  width: 69%;
}
.hpx-69 {
  height: 69px;
}
.wpx-69 {
  width: 69px;
}
.brpx-69 {
  border-radius: 69px;
}
.mrpx-69 {
  margin-right: 69px !important;
}
.-mlpx-69 {
  margin-left: -69px;
}
.mlpx-69 {
  margin-left: 69px;
}
.mbpx-69 {
  margin-bottom: 69px;
}
.gap-px-69 {
  gap: 69px;
}
.gap-y-69 {
  row-gap: 69px;
}
.gap-x-69 {
  column-gap: 69px;
}
.mtpx-69 {
  margin-top: 69px;
}
.min-hpx-69 {
  min-height: 69px;
}
.min-wpx-69 {
  min-width: 69px;
}
.mbpx-69 {
  margin-bottom: 69px !important;
}
.pipx-69 {
  padding-inline: 69px;
}
.ptpx-69 {
  padding-top: 69px !important;
}
.pbpx-69 {
  padding-bottom: 69px !important;
}
.prpx-69 {
  padding-right: 69px !important;
}
.plpx-69 {
  padding-left: 69px !important;
}
.p-x-69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}
.p-y-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.p-69 {
  padding: 69px !important;
}
.topx-69 {
  top: 69px;
}
.bottomx-69 {
  bottom: 69px;
}
.rightx-69 {
  right: 69px;
}
.leftx-69 {
  left: 69px;
}
.font-size-69 {
  font-size: 69px;
}
.wp-70 {
  width: 70%;
}
.hpx-70 {
  height: 70px;
}
.wpx-70 {
  width: 70px;
}
.brpx-70 {
  border-radius: 70px;
}
.mrpx-70 {
  margin-right: 70px !important;
}
.-mlpx-70 {
  margin-left: -70px;
}
.mlpx-70 {
  margin-left: 70px;
}
.mbpx-70 {
  margin-bottom: 70px;
}
.gap-px-70 {
  gap: 70px;
}
.gap-y-70 {
  row-gap: 70px;
}
.gap-x-70 {
  column-gap: 70px;
}
.mtpx-70 {
  margin-top: 70px;
}
.min-hpx-70 {
  min-height: 70px;
}
.min-wpx-70 {
  min-width: 70px;
}
.mbpx-70 {
  margin-bottom: 70px !important;
}
.pipx-70 {
  padding-inline: 70px;
}
.ptpx-70 {
  padding-top: 70px !important;
}
.pbpx-70 {
  padding-bottom: 70px !important;
}
.prpx-70 {
  padding-right: 70px !important;
}
.plpx-70 {
  padding-left: 70px !important;
}
.p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.p-70 {
  padding: 70px !important;
}
.topx-70 {
  top: 70px;
}
.bottomx-70 {
  bottom: 70px;
}
.rightx-70 {
  right: 70px;
}
.leftx-70 {
  left: 70px;
}
.font-size-70 {
  font-size: 70px;
}
.wp-71 {
  width: 71%;
}
.hpx-71 {
  height: 71px;
}
.wpx-71 {
  width: 71px;
}
.brpx-71 {
  border-radius: 71px;
}
.mrpx-71 {
  margin-right: 71px !important;
}
.-mlpx-71 {
  margin-left: -71px;
}
.mlpx-71 {
  margin-left: 71px;
}
.mbpx-71 {
  margin-bottom: 71px;
}
.gap-px-71 {
  gap: 71px;
}
.gap-y-71 {
  row-gap: 71px;
}
.gap-x-71 {
  column-gap: 71px;
}
.mtpx-71 {
  margin-top: 71px;
}
.min-hpx-71 {
  min-height: 71px;
}
.min-wpx-71 {
  min-width: 71px;
}
.mbpx-71 {
  margin-bottom: 71px !important;
}
.pipx-71 {
  padding-inline: 71px;
}
.ptpx-71 {
  padding-top: 71px !important;
}
.pbpx-71 {
  padding-bottom: 71px !important;
}
.prpx-71 {
  padding-right: 71px !important;
}
.plpx-71 {
  padding-left: 71px !important;
}
.p-x-71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}
.p-y-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.p-71 {
  padding: 71px !important;
}
.topx-71 {
  top: 71px;
}
.bottomx-71 {
  bottom: 71px;
}
.rightx-71 {
  right: 71px;
}
.leftx-71 {
  left: 71px;
}
.font-size-71 {
  font-size: 71px;
}
.wp-72 {
  width: 72%;
}
.hpx-72 {
  height: 72px;
}
.wpx-72 {
  width: 72px;
}
.brpx-72 {
  border-radius: 72px;
}
.mrpx-72 {
  margin-right: 72px !important;
}
.-mlpx-72 {
  margin-left: -72px;
}
.mlpx-72 {
  margin-left: 72px;
}
.mbpx-72 {
  margin-bottom: 72px;
}
.gap-px-72 {
  gap: 72px;
}
.gap-y-72 {
  row-gap: 72px;
}
.gap-x-72 {
  column-gap: 72px;
}
.mtpx-72 {
  margin-top: 72px;
}
.min-hpx-72 {
  min-height: 72px;
}
.min-wpx-72 {
  min-width: 72px;
}
.mbpx-72 {
  margin-bottom: 72px !important;
}
.pipx-72 {
  padding-inline: 72px;
}
.ptpx-72 {
  padding-top: 72px !important;
}
.pbpx-72 {
  padding-bottom: 72px !important;
}
.prpx-72 {
  padding-right: 72px !important;
}
.plpx-72 {
  padding-left: 72px !important;
}
.p-x-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.p-y-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.p-72 {
  padding: 72px !important;
}
.topx-72 {
  top: 72px;
}
.bottomx-72 {
  bottom: 72px;
}
.rightx-72 {
  right: 72px;
}
.leftx-72 {
  left: 72px;
}
.font-size-72 {
  font-size: 72px;
}
.wp-73 {
  width: 73%;
}
.hpx-73 {
  height: 73px;
}
.wpx-73 {
  width: 73px;
}
.brpx-73 {
  border-radius: 73px;
}
.mrpx-73 {
  margin-right: 73px !important;
}
.-mlpx-73 {
  margin-left: -73px;
}
.mlpx-73 {
  margin-left: 73px;
}
.mbpx-73 {
  margin-bottom: 73px;
}
.gap-px-73 {
  gap: 73px;
}
.gap-y-73 {
  row-gap: 73px;
}
.gap-x-73 {
  column-gap: 73px;
}
.mtpx-73 {
  margin-top: 73px;
}
.min-hpx-73 {
  min-height: 73px;
}
.min-wpx-73 {
  min-width: 73px;
}
.mbpx-73 {
  margin-bottom: 73px !important;
}
.pipx-73 {
  padding-inline: 73px;
}
.ptpx-73 {
  padding-top: 73px !important;
}
.pbpx-73 {
  padding-bottom: 73px !important;
}
.prpx-73 {
  padding-right: 73px !important;
}
.plpx-73 {
  padding-left: 73px !important;
}
.p-x-73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}
.p-y-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.p-73 {
  padding: 73px !important;
}
.topx-73 {
  top: 73px;
}
.bottomx-73 {
  bottom: 73px;
}
.rightx-73 {
  right: 73px;
}
.leftx-73 {
  left: 73px;
}
.font-size-73 {
  font-size: 73px;
}
.wp-74 {
  width: 74%;
}
.hpx-74 {
  height: 74px;
}
.wpx-74 {
  width: 74px;
}
.brpx-74 {
  border-radius: 74px;
}
.mrpx-74 {
  margin-right: 74px !important;
}
.-mlpx-74 {
  margin-left: -74px;
}
.mlpx-74 {
  margin-left: 74px;
}
.mbpx-74 {
  margin-bottom: 74px;
}
.gap-px-74 {
  gap: 74px;
}
.gap-y-74 {
  row-gap: 74px;
}
.gap-x-74 {
  column-gap: 74px;
}
.mtpx-74 {
  margin-top: 74px;
}
.min-hpx-74 {
  min-height: 74px;
}
.min-wpx-74 {
  min-width: 74px;
}
.mbpx-74 {
  margin-bottom: 74px !important;
}
.pipx-74 {
  padding-inline: 74px;
}
.ptpx-74 {
  padding-top: 74px !important;
}
.pbpx-74 {
  padding-bottom: 74px !important;
}
.prpx-74 {
  padding-right: 74px !important;
}
.plpx-74 {
  padding-left: 74px !important;
}
.p-x-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}
.p-y-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.p-74 {
  padding: 74px !important;
}
.topx-74 {
  top: 74px;
}
.bottomx-74 {
  bottom: 74px;
}
.rightx-74 {
  right: 74px;
}
.leftx-74 {
  left: 74px;
}
.font-size-74 {
  font-size: 74px;
}
.wp-75 {
  width: 75%;
}
.hpx-75 {
  height: 75px;
}
.wpx-75 {
  width: 75px;
}
.brpx-75 {
  border-radius: 75px;
}
.mrpx-75 {
  margin-right: 75px !important;
}
.-mlpx-75 {
  margin-left: -75px;
}
.mlpx-75 {
  margin-left: 75px;
}
.mbpx-75 {
  margin-bottom: 75px;
}
.gap-px-75 {
  gap: 75px;
}
.gap-y-75 {
  row-gap: 75px;
}
.gap-x-75 {
  column-gap: 75px;
}
.mtpx-75 {
  margin-top: 75px;
}
.min-hpx-75 {
  min-height: 75px;
}
.min-wpx-75 {
  min-width: 75px;
}
.mbpx-75 {
  margin-bottom: 75px !important;
}
.pipx-75 {
  padding-inline: 75px;
}
.ptpx-75 {
  padding-top: 75px !important;
}
.pbpx-75 {
  padding-bottom: 75px !important;
}
.prpx-75 {
  padding-right: 75px !important;
}
.plpx-75 {
  padding-left: 75px !important;
}
.p-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.p-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.p-75 {
  padding: 75px !important;
}
.topx-75 {
  top: 75px;
}
.bottomx-75 {
  bottom: 75px;
}
.rightx-75 {
  right: 75px;
}
.leftx-75 {
  left: 75px;
}
.font-size-75 {
  font-size: 75px;
}
.wp-76 {
  width: 76%;
}
.hpx-76 {
  height: 76px;
}
.wpx-76 {
  width: 76px;
}
.brpx-76 {
  border-radius: 76px;
}
.mrpx-76 {
  margin-right: 76px !important;
}
.-mlpx-76 {
  margin-left: -76px;
}
.mlpx-76 {
  margin-left: 76px;
}
.mbpx-76 {
  margin-bottom: 76px;
}
.gap-px-76 {
  gap: 76px;
}
.gap-y-76 {
  row-gap: 76px;
}
.gap-x-76 {
  column-gap: 76px;
}
.mtpx-76 {
  margin-top: 76px;
}
.min-hpx-76 {
  min-height: 76px;
}
.min-wpx-76 {
  min-width: 76px;
}
.mbpx-76 {
  margin-bottom: 76px !important;
}
.pipx-76 {
  padding-inline: 76px;
}
.ptpx-76 {
  padding-top: 76px !important;
}
.pbpx-76 {
  padding-bottom: 76px !important;
}
.prpx-76 {
  padding-right: 76px !important;
}
.plpx-76 {
  padding-left: 76px !important;
}
.p-x-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}
.p-y-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.p-76 {
  padding: 76px !important;
}
.topx-76 {
  top: 76px;
}
.bottomx-76 {
  bottom: 76px;
}
.rightx-76 {
  right: 76px;
}
.leftx-76 {
  left: 76px;
}
.font-size-76 {
  font-size: 76px;
}
.wp-77 {
  width: 77%;
}
.hpx-77 {
  height: 77px;
}
.wpx-77 {
  width: 77px;
}
.brpx-77 {
  border-radius: 77px;
}
.mrpx-77 {
  margin-right: 77px !important;
}
.-mlpx-77 {
  margin-left: -77px;
}
.mlpx-77 {
  margin-left: 77px;
}
.mbpx-77 {
  margin-bottom: 77px;
}
.gap-px-77 {
  gap: 77px;
}
.gap-y-77 {
  row-gap: 77px;
}
.gap-x-77 {
  column-gap: 77px;
}
.mtpx-77 {
  margin-top: 77px;
}
.min-hpx-77 {
  min-height: 77px;
}
.min-wpx-77 {
  min-width: 77px;
}
.mbpx-77 {
  margin-bottom: 77px !important;
}
.pipx-77 {
  padding-inline: 77px;
}
.ptpx-77 {
  padding-top: 77px !important;
}
.pbpx-77 {
  padding-bottom: 77px !important;
}
.prpx-77 {
  padding-right: 77px !important;
}
.plpx-77 {
  padding-left: 77px !important;
}
.p-x-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}
.p-y-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.p-77 {
  padding: 77px !important;
}
.topx-77 {
  top: 77px;
}
.bottomx-77 {
  bottom: 77px;
}
.rightx-77 {
  right: 77px;
}
.leftx-77 {
  left: 77px;
}
.font-size-77 {
  font-size: 77px;
}
.wp-78 {
  width: 78%;
}
.hpx-78 {
  height: 78px;
}
.wpx-78 {
  width: 78px;
}
.brpx-78 {
  border-radius: 78px;
}
.mrpx-78 {
  margin-right: 78px !important;
}
.-mlpx-78 {
  margin-left: -78px;
}
.mlpx-78 {
  margin-left: 78px;
}
.mbpx-78 {
  margin-bottom: 78px;
}
.gap-px-78 {
  gap: 78px;
}
.gap-y-78 {
  row-gap: 78px;
}
.gap-x-78 {
  column-gap: 78px;
}
.mtpx-78 {
  margin-top: 78px;
}
.min-hpx-78 {
  min-height: 78px;
}
.min-wpx-78 {
  min-width: 78px;
}
.mbpx-78 {
  margin-bottom: 78px !important;
}
.pipx-78 {
  padding-inline: 78px;
}
.ptpx-78 {
  padding-top: 78px !important;
}
.pbpx-78 {
  padding-bottom: 78px !important;
}
.prpx-78 {
  padding-right: 78px !important;
}
.plpx-78 {
  padding-left: 78px !important;
}
.p-x-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}
.p-y-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.p-78 {
  padding: 78px !important;
}
.topx-78 {
  top: 78px;
}
.bottomx-78 {
  bottom: 78px;
}
.rightx-78 {
  right: 78px;
}
.leftx-78 {
  left: 78px;
}
.font-size-78 {
  font-size: 78px;
}
.wp-79 {
  width: 79%;
}
.hpx-79 {
  height: 79px;
}
.wpx-79 {
  width: 79px;
}
.brpx-79 {
  border-radius: 79px;
}
.mrpx-79 {
  margin-right: 79px !important;
}
.-mlpx-79 {
  margin-left: -79px;
}
.mlpx-79 {
  margin-left: 79px;
}
.mbpx-79 {
  margin-bottom: 79px;
}
.gap-px-79 {
  gap: 79px;
}
.gap-y-79 {
  row-gap: 79px;
}
.gap-x-79 {
  column-gap: 79px;
}
.mtpx-79 {
  margin-top: 79px;
}
.min-hpx-79 {
  min-height: 79px;
}
.min-wpx-79 {
  min-width: 79px;
}
.mbpx-79 {
  margin-bottom: 79px !important;
}
.pipx-79 {
  padding-inline: 79px;
}
.ptpx-79 {
  padding-top: 79px !important;
}
.pbpx-79 {
  padding-bottom: 79px !important;
}
.prpx-79 {
  padding-right: 79px !important;
}
.plpx-79 {
  padding-left: 79px !important;
}
.p-x-79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}
.p-y-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.p-79 {
  padding: 79px !important;
}
.topx-79 {
  top: 79px;
}
.bottomx-79 {
  bottom: 79px;
}
.rightx-79 {
  right: 79px;
}
.leftx-79 {
  left: 79px;
}
.font-size-79 {
  font-size: 79px;
}
.wp-80 {
  width: 80%;
}
.hpx-80 {
  height: 80px;
}
.wpx-80 {
  width: 80px;
}
.brpx-80 {
  border-radius: 80px;
}
.mrpx-80 {
  margin-right: 80px !important;
}
.-mlpx-80 {
  margin-left: -80px;
}
.mlpx-80 {
  margin-left: 80px;
}
.mbpx-80 {
  margin-bottom: 80px;
}
.gap-px-80 {
  gap: 80px;
}
.gap-y-80 {
  row-gap: 80px;
}
.gap-x-80 {
  column-gap: 80px;
}
.mtpx-80 {
  margin-top: 80px;
}
.min-hpx-80 {
  min-height: 80px;
}
.min-wpx-80 {
  min-width: 80px;
}
.mbpx-80 {
  margin-bottom: 80px !important;
}
.pipx-80 {
  padding-inline: 80px;
}
.ptpx-80 {
  padding-top: 80px !important;
}
.pbpx-80 {
  padding-bottom: 80px !important;
}
.prpx-80 {
  padding-right: 80px !important;
}
.plpx-80 {
  padding-left: 80px !important;
}
.p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.p-80 {
  padding: 80px !important;
}
.topx-80 {
  top: 80px;
}
.bottomx-80 {
  bottom: 80px;
}
.rightx-80 {
  right: 80px;
}
.leftx-80 {
  left: 80px;
}
.font-size-80 {
  font-size: 80px;
}
.wp-81 {
  width: 81%;
}
.hpx-81 {
  height: 81px;
}
.wpx-81 {
  width: 81px;
}
.brpx-81 {
  border-radius: 81px;
}
.mrpx-81 {
  margin-right: 81px !important;
}
.-mlpx-81 {
  margin-left: -81px;
}
.mlpx-81 {
  margin-left: 81px;
}
.mbpx-81 {
  margin-bottom: 81px;
}
.gap-px-81 {
  gap: 81px;
}
.gap-y-81 {
  row-gap: 81px;
}
.gap-x-81 {
  column-gap: 81px;
}
.mtpx-81 {
  margin-top: 81px;
}
.min-hpx-81 {
  min-height: 81px;
}
.min-wpx-81 {
  min-width: 81px;
}
.mbpx-81 {
  margin-bottom: 81px !important;
}
.pipx-81 {
  padding-inline: 81px;
}
.ptpx-81 {
  padding-top: 81px !important;
}
.pbpx-81 {
  padding-bottom: 81px !important;
}
.prpx-81 {
  padding-right: 81px !important;
}
.plpx-81 {
  padding-left: 81px !important;
}
.p-x-81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}
.p-y-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.p-81 {
  padding: 81px !important;
}
.topx-81 {
  top: 81px;
}
.bottomx-81 {
  bottom: 81px;
}
.rightx-81 {
  right: 81px;
}
.leftx-81 {
  left: 81px;
}
.font-size-81 {
  font-size: 81px;
}
.wp-82 {
  width: 82%;
}
.hpx-82 {
  height: 82px;
}
.wpx-82 {
  width: 82px;
}
.brpx-82 {
  border-radius: 82px;
}
.mrpx-82 {
  margin-right: 82px !important;
}
.-mlpx-82 {
  margin-left: -82px;
}
.mlpx-82 {
  margin-left: 82px;
}
.mbpx-82 {
  margin-bottom: 82px;
}
.gap-px-82 {
  gap: 82px;
}
.gap-y-82 {
  row-gap: 82px;
}
.gap-x-82 {
  column-gap: 82px;
}
.mtpx-82 {
  margin-top: 82px;
}
.min-hpx-82 {
  min-height: 82px;
}
.min-wpx-82 {
  min-width: 82px;
}
.mbpx-82 {
  margin-bottom: 82px !important;
}
.pipx-82 {
  padding-inline: 82px;
}
.ptpx-82 {
  padding-top: 82px !important;
}
.pbpx-82 {
  padding-bottom: 82px !important;
}
.prpx-82 {
  padding-right: 82px !important;
}
.plpx-82 {
  padding-left: 82px !important;
}
.p-x-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}
.p-y-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.p-82 {
  padding: 82px !important;
}
.topx-82 {
  top: 82px;
}
.bottomx-82 {
  bottom: 82px;
}
.rightx-82 {
  right: 82px;
}
.leftx-82 {
  left: 82px;
}
.font-size-82 {
  font-size: 82px;
}
.wp-83 {
  width: 83%;
}
.hpx-83 {
  height: 83px;
}
.wpx-83 {
  width: 83px;
}
.brpx-83 {
  border-radius: 83px;
}
.mrpx-83 {
  margin-right: 83px !important;
}
.-mlpx-83 {
  margin-left: -83px;
}
.mlpx-83 {
  margin-left: 83px;
}
.mbpx-83 {
  margin-bottom: 83px;
}
.gap-px-83 {
  gap: 83px;
}
.gap-y-83 {
  row-gap: 83px;
}
.gap-x-83 {
  column-gap: 83px;
}
.mtpx-83 {
  margin-top: 83px;
}
.min-hpx-83 {
  min-height: 83px;
}
.min-wpx-83 {
  min-width: 83px;
}
.mbpx-83 {
  margin-bottom: 83px !important;
}
.pipx-83 {
  padding-inline: 83px;
}
.ptpx-83 {
  padding-top: 83px !important;
}
.pbpx-83 {
  padding-bottom: 83px !important;
}
.prpx-83 {
  padding-right: 83px !important;
}
.plpx-83 {
  padding-left: 83px !important;
}
.p-x-83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}
.p-y-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.p-83 {
  padding: 83px !important;
}
.topx-83 {
  top: 83px;
}
.bottomx-83 {
  bottom: 83px;
}
.rightx-83 {
  right: 83px;
}
.leftx-83 {
  left: 83px;
}
.font-size-83 {
  font-size: 83px;
}
.wp-84 {
  width: 84%;
}
.hpx-84 {
  height: 84px;
}
.wpx-84 {
  width: 84px;
}
.brpx-84 {
  border-radius: 84px;
}
.mrpx-84 {
  margin-right: 84px !important;
}
.-mlpx-84 {
  margin-left: -84px;
}
.mlpx-84 {
  margin-left: 84px;
}
.mbpx-84 {
  margin-bottom: 84px;
}
.gap-px-84 {
  gap: 84px;
}
.gap-y-84 {
  row-gap: 84px;
}
.gap-x-84 {
  column-gap: 84px;
}
.mtpx-84 {
  margin-top: 84px;
}
.min-hpx-84 {
  min-height: 84px;
}
.min-wpx-84 {
  min-width: 84px;
}
.mbpx-84 {
  margin-bottom: 84px !important;
}
.pipx-84 {
  padding-inline: 84px;
}
.ptpx-84 {
  padding-top: 84px !important;
}
.pbpx-84 {
  padding-bottom: 84px !important;
}
.prpx-84 {
  padding-right: 84px !important;
}
.plpx-84 {
  padding-left: 84px !important;
}
.p-x-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}
.p-y-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.p-84 {
  padding: 84px !important;
}
.topx-84 {
  top: 84px;
}
.bottomx-84 {
  bottom: 84px;
}
.rightx-84 {
  right: 84px;
}
.leftx-84 {
  left: 84px;
}
.font-size-84 {
  font-size: 84px;
}
.wp-85 {
  width: 85%;
}
.hpx-85 {
  height: 85px;
}
.wpx-85 {
  width: 85px;
}
.brpx-85 {
  border-radius: 85px;
}
.mrpx-85 {
  margin-right: 85px !important;
}
.-mlpx-85 {
  margin-left: -85px;
}
.mlpx-85 {
  margin-left: 85px;
}
.mbpx-85 {
  margin-bottom: 85px;
}
.gap-px-85 {
  gap: 85px;
}
.gap-y-85 {
  row-gap: 85px;
}
.gap-x-85 {
  column-gap: 85px;
}
.mtpx-85 {
  margin-top: 85px;
}
.min-hpx-85 {
  min-height: 85px;
}
.min-wpx-85 {
  min-width: 85px;
}
.mbpx-85 {
  margin-bottom: 85px !important;
}
.pipx-85 {
  padding-inline: 85px;
}
.ptpx-85 {
  padding-top: 85px !important;
}
.pbpx-85 {
  padding-bottom: 85px !important;
}
.prpx-85 {
  padding-right: 85px !important;
}
.plpx-85 {
  padding-left: 85px !important;
}
.p-x-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.p-y-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.p-85 {
  padding: 85px !important;
}
.topx-85 {
  top: 85px;
}
.bottomx-85 {
  bottom: 85px;
}
.rightx-85 {
  right: 85px;
}
.leftx-85 {
  left: 85px;
}
.font-size-85 {
  font-size: 85px;
}
.wp-86 {
  width: 86%;
}
.hpx-86 {
  height: 86px;
}
.wpx-86 {
  width: 86px;
}
.brpx-86 {
  border-radius: 86px;
}
.mrpx-86 {
  margin-right: 86px !important;
}
.-mlpx-86 {
  margin-left: -86px;
}
.mlpx-86 {
  margin-left: 86px;
}
.mbpx-86 {
  margin-bottom: 86px;
}
.gap-px-86 {
  gap: 86px;
}
.gap-y-86 {
  row-gap: 86px;
}
.gap-x-86 {
  column-gap: 86px;
}
.mtpx-86 {
  margin-top: 86px;
}
.min-hpx-86 {
  min-height: 86px;
}
.min-wpx-86 {
  min-width: 86px;
}
.mbpx-86 {
  margin-bottom: 86px !important;
}
.pipx-86 {
  padding-inline: 86px;
}
.ptpx-86 {
  padding-top: 86px !important;
}
.pbpx-86 {
  padding-bottom: 86px !important;
}
.prpx-86 {
  padding-right: 86px !important;
}
.plpx-86 {
  padding-left: 86px !important;
}
.p-x-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}
.p-y-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.p-86 {
  padding: 86px !important;
}
.topx-86 {
  top: 86px;
}
.bottomx-86 {
  bottom: 86px;
}
.rightx-86 {
  right: 86px;
}
.leftx-86 {
  left: 86px;
}
.font-size-86 {
  font-size: 86px;
}
.wp-87 {
  width: 87%;
}
.hpx-87 {
  height: 87px;
}
.wpx-87 {
  width: 87px;
}
.brpx-87 {
  border-radius: 87px;
}
.mrpx-87 {
  margin-right: 87px !important;
}
.-mlpx-87 {
  margin-left: -87px;
}
.mlpx-87 {
  margin-left: 87px;
}
.mbpx-87 {
  margin-bottom: 87px;
}
.gap-px-87 {
  gap: 87px;
}
.gap-y-87 {
  row-gap: 87px;
}
.gap-x-87 {
  column-gap: 87px;
}
.mtpx-87 {
  margin-top: 87px;
}
.min-hpx-87 {
  min-height: 87px;
}
.min-wpx-87 {
  min-width: 87px;
}
.mbpx-87 {
  margin-bottom: 87px !important;
}
.pipx-87 {
  padding-inline: 87px;
}
.ptpx-87 {
  padding-top: 87px !important;
}
.pbpx-87 {
  padding-bottom: 87px !important;
}
.prpx-87 {
  padding-right: 87px !important;
}
.plpx-87 {
  padding-left: 87px !important;
}
.p-x-87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}
.p-y-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.p-87 {
  padding: 87px !important;
}
.topx-87 {
  top: 87px;
}
.bottomx-87 {
  bottom: 87px;
}
.rightx-87 {
  right: 87px;
}
.leftx-87 {
  left: 87px;
}
.font-size-87 {
  font-size: 87px;
}
.wp-88 {
  width: 88%;
}
.hpx-88 {
  height: 88px;
}
.wpx-88 {
  width: 88px;
}
.brpx-88 {
  border-radius: 88px;
}
.mrpx-88 {
  margin-right: 88px !important;
}
.-mlpx-88 {
  margin-left: -88px;
}
.mlpx-88 {
  margin-left: 88px;
}
.mbpx-88 {
  margin-bottom: 88px;
}
.gap-px-88 {
  gap: 88px;
}
.gap-y-88 {
  row-gap: 88px;
}
.gap-x-88 {
  column-gap: 88px;
}
.mtpx-88 {
  margin-top: 88px;
}
.min-hpx-88 {
  min-height: 88px;
}
.min-wpx-88 {
  min-width: 88px;
}
.mbpx-88 {
  margin-bottom: 88px !important;
}
.pipx-88 {
  padding-inline: 88px;
}
.ptpx-88 {
  padding-top: 88px !important;
}
.pbpx-88 {
  padding-bottom: 88px !important;
}
.prpx-88 {
  padding-right: 88px !important;
}
.plpx-88 {
  padding-left: 88px !important;
}
.p-x-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}
.p-y-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.p-88 {
  padding: 88px !important;
}
.topx-88 {
  top: 88px;
}
.bottomx-88 {
  bottom: 88px;
}
.rightx-88 {
  right: 88px;
}
.leftx-88 {
  left: 88px;
}
.font-size-88 {
  font-size: 88px;
}
.wp-89 {
  width: 89%;
}
.hpx-89 {
  height: 89px;
}
.wpx-89 {
  width: 89px;
}
.brpx-89 {
  border-radius: 89px;
}
.mrpx-89 {
  margin-right: 89px !important;
}
.-mlpx-89 {
  margin-left: -89px;
}
.mlpx-89 {
  margin-left: 89px;
}
.mbpx-89 {
  margin-bottom: 89px;
}
.gap-px-89 {
  gap: 89px;
}
.gap-y-89 {
  row-gap: 89px;
}
.gap-x-89 {
  column-gap: 89px;
}
.mtpx-89 {
  margin-top: 89px;
}
.min-hpx-89 {
  min-height: 89px;
}
.min-wpx-89 {
  min-width: 89px;
}
.mbpx-89 {
  margin-bottom: 89px !important;
}
.pipx-89 {
  padding-inline: 89px;
}
.ptpx-89 {
  padding-top: 89px !important;
}
.pbpx-89 {
  padding-bottom: 89px !important;
}
.prpx-89 {
  padding-right: 89px !important;
}
.plpx-89 {
  padding-left: 89px !important;
}
.p-x-89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}
.p-y-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.p-89 {
  padding: 89px !important;
}
.topx-89 {
  top: 89px;
}
.bottomx-89 {
  bottom: 89px;
}
.rightx-89 {
  right: 89px;
}
.leftx-89 {
  left: 89px;
}
.font-size-89 {
  font-size: 89px;
}
.wp-90 {
  width: 90%;
}
.hpx-90 {
  height: 90px;
}
.wpx-90 {
  width: 90px;
}
.brpx-90 {
  border-radius: 90px;
}
.mrpx-90 {
  margin-right: 90px !important;
}
.-mlpx-90 {
  margin-left: -90px;
}
.mlpx-90 {
  margin-left: 90px;
}
.mbpx-90 {
  margin-bottom: 90px;
}
.gap-px-90 {
  gap: 90px;
}
.gap-y-90 {
  row-gap: 90px;
}
.gap-x-90 {
  column-gap: 90px;
}
.mtpx-90 {
  margin-top: 90px;
}
.min-hpx-90 {
  min-height: 90px;
}
.min-wpx-90 {
  min-width: 90px;
}
.mbpx-90 {
  margin-bottom: 90px !important;
}
.pipx-90 {
  padding-inline: 90px;
}
.ptpx-90 {
  padding-top: 90px !important;
}
.pbpx-90 {
  padding-bottom: 90px !important;
}
.prpx-90 {
  padding-right: 90px !important;
}
.plpx-90 {
  padding-left: 90px !important;
}
.p-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.p-90 {
  padding: 90px !important;
}
.topx-90 {
  top: 90px;
}
.bottomx-90 {
  bottom: 90px;
}
.rightx-90 {
  right: 90px;
}
.leftx-90 {
  left: 90px;
}
.font-size-90 {
  font-size: 90px;
}
.wp-91 {
  width: 91%;
}
.hpx-91 {
  height: 91px;
}
.wpx-91 {
  width: 91px;
}
.brpx-91 {
  border-radius: 91px;
}
.mrpx-91 {
  margin-right: 91px !important;
}
.-mlpx-91 {
  margin-left: -91px;
}
.mlpx-91 {
  margin-left: 91px;
}
.mbpx-91 {
  margin-bottom: 91px;
}
.gap-px-91 {
  gap: 91px;
}
.gap-y-91 {
  row-gap: 91px;
}
.gap-x-91 {
  column-gap: 91px;
}
.mtpx-91 {
  margin-top: 91px;
}
.min-hpx-91 {
  min-height: 91px;
}
.min-wpx-91 {
  min-width: 91px;
}
.mbpx-91 {
  margin-bottom: 91px !important;
}
.pipx-91 {
  padding-inline: 91px;
}
.ptpx-91 {
  padding-top: 91px !important;
}
.pbpx-91 {
  padding-bottom: 91px !important;
}
.prpx-91 {
  padding-right: 91px !important;
}
.plpx-91 {
  padding-left: 91px !important;
}
.p-x-91 {
  padding-left: 91px !important;
  padding-right: 91px !important;
}
.p-y-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.p-91 {
  padding: 91px !important;
}
.topx-91 {
  top: 91px;
}
.bottomx-91 {
  bottom: 91px;
}
.rightx-91 {
  right: 91px;
}
.leftx-91 {
  left: 91px;
}
.font-size-91 {
  font-size: 91px;
}
.wp-92 {
  width: 92%;
}
.hpx-92 {
  height: 92px;
}
.wpx-92 {
  width: 92px;
}
.brpx-92 {
  border-radius: 92px;
}
.mrpx-92 {
  margin-right: 92px !important;
}
.-mlpx-92 {
  margin-left: -92px;
}
.mlpx-92 {
  margin-left: 92px;
}
.mbpx-92 {
  margin-bottom: 92px;
}
.gap-px-92 {
  gap: 92px;
}
.gap-y-92 {
  row-gap: 92px;
}
.gap-x-92 {
  column-gap: 92px;
}
.mtpx-92 {
  margin-top: 92px;
}
.min-hpx-92 {
  min-height: 92px;
}
.min-wpx-92 {
  min-width: 92px;
}
.mbpx-92 {
  margin-bottom: 92px !important;
}
.pipx-92 {
  padding-inline: 92px;
}
.ptpx-92 {
  padding-top: 92px !important;
}
.pbpx-92 {
  padding-bottom: 92px !important;
}
.prpx-92 {
  padding-right: 92px !important;
}
.plpx-92 {
  padding-left: 92px !important;
}
.p-x-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}
.p-y-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.p-92 {
  padding: 92px !important;
}
.topx-92 {
  top: 92px;
}
.bottomx-92 {
  bottom: 92px;
}
.rightx-92 {
  right: 92px;
}
.leftx-92 {
  left: 92px;
}
.font-size-92 {
  font-size: 92px;
}
.wp-93 {
  width: 93%;
}
.hpx-93 {
  height: 93px;
}
.wpx-93 {
  width: 93px;
}
.brpx-93 {
  border-radius: 93px;
}
.mrpx-93 {
  margin-right: 93px !important;
}
.-mlpx-93 {
  margin-left: -93px;
}
.mlpx-93 {
  margin-left: 93px;
}
.mbpx-93 {
  margin-bottom: 93px;
}
.gap-px-93 {
  gap: 93px;
}
.gap-y-93 {
  row-gap: 93px;
}
.gap-x-93 {
  column-gap: 93px;
}
.mtpx-93 {
  margin-top: 93px;
}
.min-hpx-93 {
  min-height: 93px;
}
.min-wpx-93 {
  min-width: 93px;
}
.mbpx-93 {
  margin-bottom: 93px !important;
}
.pipx-93 {
  padding-inline: 93px;
}
.ptpx-93 {
  padding-top: 93px !important;
}
.pbpx-93 {
  padding-bottom: 93px !important;
}
.prpx-93 {
  padding-right: 93px !important;
}
.plpx-93 {
  padding-left: 93px !important;
}
.p-x-93 {
  padding-left: 93px !important;
  padding-right: 93px !important;
}
.p-y-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.p-93 {
  padding: 93px !important;
}
.topx-93 {
  top: 93px;
}
.bottomx-93 {
  bottom: 93px;
}
.rightx-93 {
  right: 93px;
}
.leftx-93 {
  left: 93px;
}
.font-size-93 {
  font-size: 93px;
}
.wp-94 {
  width: 94%;
}
.hpx-94 {
  height: 94px;
}
.wpx-94 {
  width: 94px;
}
.brpx-94 {
  border-radius: 94px;
}
.mrpx-94 {
  margin-right: 94px !important;
}
.-mlpx-94 {
  margin-left: -94px;
}
.mlpx-94 {
  margin-left: 94px;
}
.mbpx-94 {
  margin-bottom: 94px;
}
.gap-px-94 {
  gap: 94px;
}
.gap-y-94 {
  row-gap: 94px;
}
.gap-x-94 {
  column-gap: 94px;
}
.mtpx-94 {
  margin-top: 94px;
}
.min-hpx-94 {
  min-height: 94px;
}
.min-wpx-94 {
  min-width: 94px;
}
.mbpx-94 {
  margin-bottom: 94px !important;
}
.pipx-94 {
  padding-inline: 94px;
}
.ptpx-94 {
  padding-top: 94px !important;
}
.pbpx-94 {
  padding-bottom: 94px !important;
}
.prpx-94 {
  padding-right: 94px !important;
}
.plpx-94 {
  padding-left: 94px !important;
}
.p-x-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}
.p-y-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.p-94 {
  padding: 94px !important;
}
.topx-94 {
  top: 94px;
}
.bottomx-94 {
  bottom: 94px;
}
.rightx-94 {
  right: 94px;
}
.leftx-94 {
  left: 94px;
}
.font-size-94 {
  font-size: 94px;
}
.wp-95 {
  width: 95%;
}
.hpx-95 {
  height: 95px;
}
.wpx-95 {
  width: 95px;
}
.brpx-95 {
  border-radius: 95px;
}
.mrpx-95 {
  margin-right: 95px !important;
}
.-mlpx-95 {
  margin-left: -95px;
}
.mlpx-95 {
  margin-left: 95px;
}
.mbpx-95 {
  margin-bottom: 95px;
}
.gap-px-95 {
  gap: 95px;
}
.gap-y-95 {
  row-gap: 95px;
}
.gap-x-95 {
  column-gap: 95px;
}
.mtpx-95 {
  margin-top: 95px;
}
.min-hpx-95 {
  min-height: 95px;
}
.min-wpx-95 {
  min-width: 95px;
}
.mbpx-95 {
  margin-bottom: 95px !important;
}
.pipx-95 {
  padding-inline: 95px;
}
.ptpx-95 {
  padding-top: 95px !important;
}
.pbpx-95 {
  padding-bottom: 95px !important;
}
.prpx-95 {
  padding-right: 95px !important;
}
.plpx-95 {
  padding-left: 95px !important;
}
.p-x-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.p-y-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.p-95 {
  padding: 95px !important;
}
.topx-95 {
  top: 95px;
}
.bottomx-95 {
  bottom: 95px;
}
.rightx-95 {
  right: 95px;
}
.leftx-95 {
  left: 95px;
}
.font-size-95 {
  font-size: 95px;
}
.wp-96 {
  width: 96%;
}
.hpx-96 {
  height: 96px;
}
.wpx-96 {
  width: 96px;
}
.brpx-96 {
  border-radius: 96px;
}
.mrpx-96 {
  margin-right: 96px !important;
}
.-mlpx-96 {
  margin-left: -96px;
}
.mlpx-96 {
  margin-left: 96px;
}
.mbpx-96 {
  margin-bottom: 96px;
}
.gap-px-96 {
  gap: 96px;
}
.gap-y-96 {
  row-gap: 96px;
}
.gap-x-96 {
  column-gap: 96px;
}
.mtpx-96 {
  margin-top: 96px;
}
.min-hpx-96 {
  min-height: 96px;
}
.min-wpx-96 {
  min-width: 96px;
}
.mbpx-96 {
  margin-bottom: 96px !important;
}
.pipx-96 {
  padding-inline: 96px;
}
.ptpx-96 {
  padding-top: 96px !important;
}
.pbpx-96 {
  padding-bottom: 96px !important;
}
.prpx-96 {
  padding-right: 96px !important;
}
.plpx-96 {
  padding-left: 96px !important;
}
.p-x-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.p-y-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.p-96 {
  padding: 96px !important;
}
.topx-96 {
  top: 96px;
}
.bottomx-96 {
  bottom: 96px;
}
.rightx-96 {
  right: 96px;
}
.leftx-96 {
  left: 96px;
}
.font-size-96 {
  font-size: 96px;
}
.wp-97 {
  width: 97%;
}
.hpx-97 {
  height: 97px;
}
.wpx-97 {
  width: 97px;
}
.brpx-97 {
  border-radius: 97px;
}
.mrpx-97 {
  margin-right: 97px !important;
}
.-mlpx-97 {
  margin-left: -97px;
}
.mlpx-97 {
  margin-left: 97px;
}
.mbpx-97 {
  margin-bottom: 97px;
}
.gap-px-97 {
  gap: 97px;
}
.gap-y-97 {
  row-gap: 97px;
}
.gap-x-97 {
  column-gap: 97px;
}
.mtpx-97 {
  margin-top: 97px;
}
.min-hpx-97 {
  min-height: 97px;
}
.min-wpx-97 {
  min-width: 97px;
}
.mbpx-97 {
  margin-bottom: 97px !important;
}
.pipx-97 {
  padding-inline: 97px;
}
.ptpx-97 {
  padding-top: 97px !important;
}
.pbpx-97 {
  padding-bottom: 97px !important;
}
.prpx-97 {
  padding-right: 97px !important;
}
.plpx-97 {
  padding-left: 97px !important;
}
.p-x-97 {
  padding-left: 97px !important;
  padding-right: 97px !important;
}
.p-y-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.p-97 {
  padding: 97px !important;
}
.topx-97 {
  top: 97px;
}
.bottomx-97 {
  bottom: 97px;
}
.rightx-97 {
  right: 97px;
}
.leftx-97 {
  left: 97px;
}
.font-size-97 {
  font-size: 97px;
}
.wp-98 {
  width: 98%;
}
.hpx-98 {
  height: 98px;
}
.wpx-98 {
  width: 98px;
}
.brpx-98 {
  border-radius: 98px;
}
.mrpx-98 {
  margin-right: 98px !important;
}
.-mlpx-98 {
  margin-left: -98px;
}
.mlpx-98 {
  margin-left: 98px;
}
.mbpx-98 {
  margin-bottom: 98px;
}
.gap-px-98 {
  gap: 98px;
}
.gap-y-98 {
  row-gap: 98px;
}
.gap-x-98 {
  column-gap: 98px;
}
.mtpx-98 {
  margin-top: 98px;
}
.min-hpx-98 {
  min-height: 98px;
}
.min-wpx-98 {
  min-width: 98px;
}
.mbpx-98 {
  margin-bottom: 98px !important;
}
.pipx-98 {
  padding-inline: 98px;
}
.ptpx-98 {
  padding-top: 98px !important;
}
.pbpx-98 {
  padding-bottom: 98px !important;
}
.prpx-98 {
  padding-right: 98px !important;
}
.plpx-98 {
  padding-left: 98px !important;
}
.p-x-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}
.p-y-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.p-98 {
  padding: 98px !important;
}
.topx-98 {
  top: 98px;
}
.bottomx-98 {
  bottom: 98px;
}
.rightx-98 {
  right: 98px;
}
.leftx-98 {
  left: 98px;
}
.font-size-98 {
  font-size: 98px;
}
.wp-99 {
  width: 99%;
}
.hpx-99 {
  height: 99px;
}
.wpx-99 {
  width: 99px;
}
.brpx-99 {
  border-radius: 99px;
}
.mrpx-99 {
  margin-right: 99px !important;
}
.-mlpx-99 {
  margin-left: -99px;
}
.mlpx-99 {
  margin-left: 99px;
}
.mbpx-99 {
  margin-bottom: 99px;
}
.gap-px-99 {
  gap: 99px;
}
.gap-y-99 {
  row-gap: 99px;
}
.gap-x-99 {
  column-gap: 99px;
}
.mtpx-99 {
  margin-top: 99px;
}
.min-hpx-99 {
  min-height: 99px;
}
.min-wpx-99 {
  min-width: 99px;
}
.mbpx-99 {
  margin-bottom: 99px !important;
}
.pipx-99 {
  padding-inline: 99px;
}
.ptpx-99 {
  padding-top: 99px !important;
}
.pbpx-99 {
  padding-bottom: 99px !important;
}
.prpx-99 {
  padding-right: 99px !important;
}
.plpx-99 {
  padding-left: 99px !important;
}
.p-x-99 {
  padding-left: 99px !important;
  padding-right: 99px !important;
}
.p-y-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.p-99 {
  padding: 99px !important;
}
.topx-99 {
  top: 99px;
}
.bottomx-99 {
  bottom: 99px;
}
.rightx-99 {
  right: 99px;
}
.leftx-99 {
  left: 99px;
}
.font-size-99 {
  font-size: 99px;
}
.wp-100 {
  width: 100%;
}
.hpx-100 {
  height: 100px;
}
.wpx-100 {
  width: 100px;
}
.brpx-100 {
  border-radius: 100px;
}
.mrpx-100 {
  margin-right: 100px !important;
}
.-mlpx-100 {
  margin-left: -100px;
}
.mlpx-100 {
  margin-left: 100px;
}
.mbpx-100 {
  margin-bottom: 100px;
}
.gap-px-100 {
  gap: 100px;
}
.gap-y-100 {
  row-gap: 100px;
}
.gap-x-100 {
  column-gap: 100px;
}
.mtpx-100 {
  margin-top: 100px;
}
.min-hpx-100 {
  min-height: 100px;
}
.min-wpx-100 {
  min-width: 100px;
}
.mbpx-100 {
  margin-bottom: 100px !important;
}
.pipx-100 {
  padding-inline: 100px;
}
.ptpx-100 {
  padding-top: 100px !important;
}
.pbpx-100 {
  padding-bottom: 100px !important;
}
.prpx-100 {
  padding-right: 100px !important;
}
.plpx-100 {
  padding-left: 100px !important;
}
.p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.p-100 {
  padding: 100px !important;
}
.topx-100 {
  top: 100px;
}
.bottomx-100 {
  bottom: 100px;
}
.rightx-100 {
  right: 100px;
}
.leftx-100 {
  left: 100px;
}
.font-size-100 {
  font-size: 100px;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.p-sticky {
  position: sticky;
}
.p-fixed {
  position: fixed;
}
.direction-row {
  flex-direction: row;
}
.direction-column {
  flex-direction: column;
}
.clear-after::after {
  content: none;
}
.d-il-grid {
  display: inline-grid !important;
}
.border-bottom-gray {
  border-bottom: 2px solid #e6ecef;
}
.border-right-grey-15 {
  border-right: 1px solid #e6e6e6;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.DayPickerNavigation_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  background-color: #f4f7f9;
  position: absolute;
  top: 18px;
  border-radius: 2px;
}
.DayPickerNavigation_button:hover {
  background-color: #ebf0f3;
}
.DayPickerNavigation_button:nth-child(1) {
  left: 18px;
}
.DayPickerNavigation_button:nth-child(2) {
  right: 18px;
}
.DayPickerNavigation_leftButton__horizontalDefault,
.DayPickerNavigation_rightButton__horizontalDefault {
  height: 38px;
  min-height: 38px;
}
.DayPicker_weekHeader {
  display: none;
}
.CalendarMonth_caption {
  padding-top: 18px !important;
  padding-bottom: 0px !important;
}
.date-picker-dropdown {
  width: 86px;
}
.date-picker-dropdown .date-picker-dropdown__menu-list {
  padding: 0px;
}
.date-picker-dropdown .date-picker-dropdown__menu-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.date-picker-dropdown .date-picker-dropdown__menu-list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}
.date-picker-dropdown .date-picker-dropdown__menu-list::-webkit-scrollbar-thumb:hover {
  background: #737373;
}
.date-picker-dropdown .date-picker-dropdown__single-value {
  color: #000000;
}
.date-picker-week-header {
  margin-top: 24px;
  color: #737373;
  margin-bottom: 4px;
}
.date-picker-week-header .title {
  width: 38px;
  flex: 1;
  font-size: 0.75rem;
}
.px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-16 {
  padding: 1rem !important;
}
.pt-8 {
  padding-top: 0.5rem !important;
}
.w-100p {
  width: 100% !important;
}
.rotate-180 {
  transform: rotate(180deg);
}
.paddingNested-1 {
  padding-left: 1.5rem !important;
}
.paddingNested-2 {
  padding-left: 3rem !important;
}
.paddingNested-3 {
  padding-left: 4.5rem !important;
}
.paddingNested-4 {
  padding-left: 6rem !important;
}
.paddingNested-5 {
  padding-left: 7.5rem !important;
}
.paddingNested-6 {
  padding-left: 9rem !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.justify-content-start-xs {
  justify-content: flex-start;
}
.justify-content-end-xs {
  justify-content: flex-end;
}
.justify-content-center-xs {
  justify-content: center;
}
.justify-content-between-xs {
  justify-content: space-between;
}
.justify-content-around-xs {
  justify-content: space-around;
}
.justify-content-initial-xs {
  justify-content: initial;
}
.justify-content-inherit-xs {
  justify-content: inherit;
}
.align-items-stretch-xs {
  align-items: stretch;
}
.align-items-center-xs {
  align-items: center;
}
.align-items-start-xs {
  align-items: flex-start;
}
.align-items-end-xs {
  align-items: flex-end;
}
.align-items-base-xs {
  align-items: baseline;
}
.align-self-auto-xs {
  align-self: auto;
}
.align-self-stretch-xs {
  align-self: stretch;
}
.align-self-center-xs {
  align-self: center;
}
.align-self-start-xs {
  align-self: flex-start;
}
.align-self-end-xs {
  align-self: flex-end;
}
.align-self-baseline-xs {
  align-self: baseline;
}
.align-self-initial-xs {
  align-self: initial;
}
.align-self-inherit-xs {
  align-self: inherit;
}
.align-content-stretch-xs {
  align-content: stretch;
}
.align-content-center-xs {
  align-content: center;
}
.align-content-start-xs {
  align-content: flex-start;
}
.align-content-end-xs {
  align-content: flex-end;
}
.align-content-between-xs {
  align-content: space-between;
}
.align-content-around-xs {
  align-content: space-around;
}
.align-content-initial-xs {
  align-content: initial;
}
.align-content-inherit-xs {
  align-content: inherit;
}
.flex-row-xs {
  flex-direction: row;
}
.flex-row-reverse-xs {
  flex-direction: row-reverse;
}
.flex-column-xs {
  flex-direction: column;
}
.flex-column-reverse-xs {
  flex-direction: column-reverse;
}
.flex-wrap-xs {
  flex-wrap: wrap;
}
.flex-nowrap-xs {
  flex-wrap: nowrap;
}
.order-xs-1 {
  order: 1;
}
.order-xs-2 {
  order: 2;
}
.order-xs-3 {
  order: 3;
}
.order-xs-4 {
  order: 4;
}
.order-xs-5 {
  order: 5;
}
.order-xs-6 {
  order: 6;
}
.order-xs-7 {
  order: 7;
}
.order-xs-8 {
  order: 8;
}
.order-xs-9 {
  order: 9;
}
.order-xs-10 {
  order: 10;
}
.order-xs-11 {
  order: 11;
}
.order-xs-12 {
  order: 12;
}
.flex-grow-0-xs {
  flex-grow: 0;
}
.flex-grow-xs {
  flex-grow: 1;
}
.flex-shrink-xs {
  flex-shrink: 1;
}
.flex-shrink-0-xs {
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-sm {
    justify-content: flex-start;
  }
  .justify-content-end-sm {
    justify-content: flex-end;
  }
  .justify-content-center-sm {
    justify-content: center;
  }
  .justify-content-between-sm {
    justify-content: space-between;
  }
  .justify-content-around-sm {
    justify-content: space-around;
  }
  .justify-content-initial-sm {
    justify-content: initial;
  }
  .justify-content-inherit-sm {
    justify-content: inherit;
  }
  .align-items-stretch-sm {
    align-items: stretch;
  }
  .align-items-center-sm {
    align-items: center;
  }
  .align-items-start-sm {
    align-items: flex-start;
  }
  .align-items-end-sm {
    align-items: flex-end;
  }
  .align-items-base-sm {
    align-items: baseline;
  }
  .align-self-auto-sm {
    align-self: auto;
  }
  .align-self-stretch-sm {
    align-self: stretch;
  }
  .align-self-center-sm {
    align-self: center;
  }
  .align-self-start-sm {
    align-self: flex-start;
  }
  .align-self-end-sm {
    align-self: flex-end;
  }
  .align-self-baseline-sm {
    align-self: baseline;
  }
  .align-self-initial-sm {
    align-self: initial;
  }
  .align-self-inherit-sm {
    align-self: inherit;
  }
  .align-content-stretch-sm {
    align-content: stretch;
  }
  .align-content-center-sm {
    align-content: center;
  }
  .align-content-start-sm {
    align-content: flex-start;
  }
  .align-content-end-sm {
    align-content: flex-end;
  }
  .align-content-between-sm {
    align-content: space-between;
  }
  .align-content-around-sm {
    align-content: space-around;
  }
  .align-content-initial-sm {
    align-content: initial;
  }
  .align-content-inherit-sm {
    align-content: inherit;
  }
  .flex-row-sm {
    flex-direction: row;
  }
  .flex-row-reverse-sm {
    flex-direction: row-reverse;
  }
  .flex-column-sm {
    flex-direction: column;
  }
  .flex-column-reverse-sm {
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .flex-grow-0-sm {
    flex-grow: 0;
  }
  .flex-grow-sm {
    flex-grow: 1;
  }
  .flex-shrink-sm {
    flex-shrink: 1;
  }
  .flex-shrink-0-sm {
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-md {
    justify-content: flex-start;
  }
  .justify-content-end-md {
    justify-content: flex-end;
  }
  .justify-content-center-md {
    justify-content: center;
  }
  .justify-content-between-md {
    justify-content: space-between;
  }
  .justify-content-around-md {
    justify-content: space-around;
  }
  .justify-content-initial-md {
    justify-content: initial;
  }
  .justify-content-inherit-md {
    justify-content: inherit;
  }
  .align-items-stretch-md {
    align-items: stretch;
  }
  .align-items-center-md {
    align-items: center;
  }
  .align-items-start-md {
    align-items: flex-start;
  }
  .align-items-end-md {
    align-items: flex-end;
  }
  .align-items-base-md {
    align-items: baseline;
  }
  .align-self-auto-md {
    align-self: auto;
  }
  .align-self-stretch-md {
    align-self: stretch;
  }
  .align-self-center-md {
    align-self: center;
  }
  .align-self-start-md {
    align-self: flex-start;
  }
  .align-self-end-md {
    align-self: flex-end;
  }
  .align-self-baseline-md {
    align-self: baseline;
  }
  .align-self-initial-md {
    align-self: initial;
  }
  .align-self-inherit-md {
    align-self: inherit;
  }
  .align-content-stretch-md {
    align-content: stretch;
  }
  .align-content-center-md {
    align-content: center;
  }
  .align-content-start-md {
    align-content: flex-start;
  }
  .align-content-end-md {
    align-content: flex-end;
  }
  .align-content-between-md {
    align-content: space-between;
  }
  .align-content-around-md {
    align-content: space-around;
  }
  .align-content-initial-md {
    align-content: initial;
  }
  .align-content-inherit-md {
    align-content: inherit;
  }
  .flex-row-md {
    flex-direction: row;
  }
  .flex-row-reverse-md {
    flex-direction: row-reverse;
  }
  .flex-column-md {
    flex-direction: column;
  }
  .flex-column-reverse-md {
    flex-direction: column-reverse;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .flex-grow-0-md {
    flex-grow: 0;
  }
  .flex-grow-md {
    flex-grow: 1;
  }
  .flex-shrink-md {
    flex-shrink: 1;
  }
  .flex-shrink-0-md {
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-lg {
    justify-content: flex-start;
  }
  .justify-content-end-lg {
    justify-content: flex-end;
  }
  .justify-content-center-lg {
    justify-content: center;
  }
  .justify-content-between-lg {
    justify-content: space-between;
  }
  .justify-content-around-lg {
    justify-content: space-around;
  }
  .justify-content-initial-lg {
    justify-content: initial;
  }
  .justify-content-inherit-lg {
    justify-content: inherit;
  }
  .align-items-stretch-lg {
    align-items: stretch;
  }
  .align-items-center-lg {
    align-items: center;
  }
  .align-items-start-lg {
    align-items: flex-start;
  }
  .align-items-end-lg {
    align-items: flex-end;
  }
  .align-items-base-lg {
    align-items: baseline;
  }
  .align-self-auto-lg {
    align-self: auto;
  }
  .align-self-stretch-lg {
    align-self: stretch;
  }
  .align-self-center-lg {
    align-self: center;
  }
  .align-self-start-lg {
    align-self: flex-start;
  }
  .align-self-end-lg {
    align-self: flex-end;
  }
  .align-self-baseline-lg {
    align-self: baseline;
  }
  .align-self-initial-lg {
    align-self: initial;
  }
  .align-self-inherit-lg {
    align-self: inherit;
  }
  .align-content-stretch-lg {
    align-content: stretch;
  }
  .align-content-center-lg {
    align-content: center;
  }
  .align-content-start-lg {
    align-content: flex-start;
  }
  .align-content-end-lg {
    align-content: flex-end;
  }
  .align-content-between-lg {
    align-content: space-between;
  }
  .align-content-around-lg {
    align-content: space-around;
  }
  .align-content-initial-lg {
    align-content: initial;
  }
  .align-content-inherit-lg {
    align-content: inherit;
  }
  .flex-row-lg {
    flex-direction: row;
  }
  .flex-row-reverse-lg {
    flex-direction: row-reverse;
  }
  .flex-column-lg {
    flex-direction: column;
  }
  .flex-column-reverse-lg {
    flex-direction: column-reverse;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .flex-grow-0-lg {
    flex-grow: 0;
  }
  .flex-grow-lg {
    flex-grow: 1;
  }
  .flex-shrink-lg {
    flex-shrink: 1;
  }
  .flex-shrink-0-lg {
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-xl {
    justify-content: flex-start;
  }
  .justify-content-end-xl {
    justify-content: flex-end;
  }
  .justify-content-center-xl {
    justify-content: center;
  }
  .justify-content-between-xl {
    justify-content: space-between;
  }
  .justify-content-around-xl {
    justify-content: space-around;
  }
  .justify-content-initial-xl {
    justify-content: initial;
  }
  .justify-content-inherit-xl {
    justify-content: inherit;
  }
  .align-items-stretch-xl {
    align-items: stretch;
  }
  .align-items-center-xl {
    align-items: center;
  }
  .align-items-start-xl {
    align-items: flex-start;
  }
  .align-items-end-xl {
    align-items: flex-end;
  }
  .align-items-base-xl {
    align-items: baseline;
  }
  .align-self-auto-xl {
    align-self: auto;
  }
  .align-self-stretch-xl {
    align-self: stretch;
  }
  .align-self-center-xl {
    align-self: center;
  }
  .align-self-start-xl {
    align-self: flex-start;
  }
  .align-self-end-xl {
    align-self: flex-end;
  }
  .align-self-baseline-xl {
    align-self: baseline;
  }
  .align-self-initial-xl {
    align-self: initial;
  }
  .align-self-inherit-xl {
    align-self: inherit;
  }
  .align-content-stretch-xl {
    align-content: stretch;
  }
  .align-content-center-xl {
    align-content: center;
  }
  .align-content-start-xl {
    align-content: flex-start;
  }
  .align-content-end-xl {
    align-content: flex-end;
  }
  .align-content-between-xl {
    align-content: space-between;
  }
  .align-content-around-xl {
    align-content: space-around;
  }
  .align-content-initial-xl {
    align-content: initial;
  }
  .align-content-inherit-xl {
    align-content: inherit;
  }
  .flex-row-xl {
    flex-direction: row;
  }
  .flex-row-reverse-xl {
    flex-direction: row-reverse;
  }
  .flex-column-xl {
    flex-direction: column;
  }
  .flex-column-reverse-xl {
    flex-direction: column-reverse;
  }
  .flex-wrap-xl {
    flex-wrap: wrap;
  }
  .flex-nowrap-xl {
    flex-wrap: nowrap;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .flex-grow-0-xl {
    flex-grow: 0;
  }
  .flex-grow-xl {
    flex-grow: 1;
  }
  .flex-shrink-xl {
    flex-shrink: 1;
  }
  .flex-shrink-0-xl {
    flex-shrink: 0;
  }
}
.pill {
  display: flex;
  align-items: center;
}
.pill--status-inactive {
  background-color: #999999;
}
.pill--status-active {
  background-color: #4caf50;
}
.pill__bulb {
  width: 0.625rem;
  height: 0.625rem;
  font-size: 0.625rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  padding: 4px;
  justify-content: center;
  color: #999999;
  margin-right: 0.5rem;
}
/* Normalize Code Start */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Normalize Code End */
/* Sass Compiled Bootstrap Code Start */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #263238;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container {
  width: 100%;
  max-width: 1280px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Sass Compiled Bootstrap Code End */
.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.fs10 {
  font-size: 10px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs23 {
  font-size: 23px;
}
.fs30 {
  font-size: 30px;
}
.fs31 {
  font-size: 31px;
}
.fs35 {
  font-size: 35px;
}
.fs40 {
  font-size: 40px;
}
.fs45 {
  font-size: 45px;
}
.fs50 {
  font-size: 50px;
}
@keyframes color-flash {
  60% {
    background-color: #f2af4b;
  }
  70% {
    background-color: #f28379;
  }
  80% {
    background-color: #f2af4b;
  }
  90% {
    background-color: #f28379;
  }
  100% {
    background-color: #f2af4b;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
a:after,
span:after,
strong:after {
  display: inline;
}
.height-auto {
  height: auto !important;
}
.height-fit-content {
  height: fit-content !important;
}
.height-max-content {
  height: max-content !important;
}
.height-min-content {
  height: min-content !important;
}
.width-max {
  width: max-content;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
input,
button {
  border: none;
  outline: none;
}
.main-text {
  font-weight: 700;
  font-size: 16px;
}
.medium-text {
  font-size: 14px;
  color: #828282;
}
.muted-text {
  font-size: 12px;
  color: #78909c;
  font-weight: 400;
}
.width--half {
  width: 50% !important;
}
.padding--none {
  padding: 0 !important;
}
.padding--tb {
  padding: 10px 0;
}
.padding--rl {
  padding: 0 10px;
}
.padding--r {
  padding-right: 10px;
}
.padding--t {
  padding-top: 10px;
}
.padding--b {
  padding-top: 10px;
}
.text--grey {
  color: #646464;
}
.scrollable-content {
  height: 365px;
  overflow-y: auto;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.dark--text {
  color: #263238 !important;
}
.grey--text {
  color: #999999 !important;
}
.blue--text {
  color: #03a9f4 !important;
}
.icon--grey {
  color: #b0bec5 !important;
}
.font-weight-extra-bold {
  font-weight: 800;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.required {
  color: #fe8a80;
}
.secondary-text {
  color: #939393;
}
.width--full {
  width: 100%;
}
.height--full {
  height: 100%;
}
.margin--r {
  margin-right: 10px;
}
.margin--b {
  margin-bottom: 10px;
}
.margin-left-auto {
  margin-left: auto;
}
.padding {
  padding: 8px;
}
.flex-fix:after, .flex-fix::before {
  display: none;
}
.mw-150 {
  min-width: 150px;
}
.mw-200 {
  min-width: 200px;
}
.p-1rem {
  padding: 1rem !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-1rem {
  padding-bottom: 1rem !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.mr-16 {
  margin-right: 16px;
}
.mr-4 {
  margin-right: 4px;
}
.pr-6 {
  padding-right: 6px !important;
}
.w-80 {
  width: 80%;
}
.p-absolute {
  position: absolute;
}
.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.m-10 {
  margin: 10px;
}
.m-24 {
  margin: 24px;
}
.r-auto {
  right: auto !important;
}
.gap-10 {
  gap: 10px;
}
.color-grey-50 {
  color: #999999 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.pointer-events-none {
  pointer-events: none;
}
@media (max-width: 576px) {
  .sm-d-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md-d-none {
    display: none !important;
  }
}
.hide-d-none {
  display: none !important;
}
.flex-direction-column {
  flex-direction: column;
}
.color-tertiary-blue-40 {
  color: #29b6f6;
}
.color-tertiary-blue-60 {
  color: #2196f3;
}
.white-space-nowrap {
  white-space: nowrap;
}
.flex-direction-responsive {
  flex-direction: row;
}
@media (max-width: 576px) {
  .flex-direction-responsive {
    flex-direction: column;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-1rem {
  margin-top: 1rem !important;
}
.mt-3rem {
  margin-top: 3rem !important;
}
.align-center {
  align-items: center;
}
.overflow-auto {
  overflow: auto;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis__two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.remove-border {
  border: 0 !important;
}
.margin-left-auto {
  margin-left: auto !important;
}
.user-select-none {
  user-select: none;
}
.word-break {
  word-break: break-word;
}
.overflow-hidden {
  overflow: hidden !important;
}
.text-overflow-unset {
  text-overflow: unset;
}
.z-index-1000 {
  z-index: 1000 !important;
}
.tpx-0 {
  top: 0px !important;
}
.tpx-1 {
  top: 1px !important;
}
.tpx-2 {
  top: 2px !important;
}
.tpx-3 {
  top: 3px !important;
}
.tpx-4 {
  top: 4px !important;
}
.tpx-5 {
  top: 5px !important;
}
.tpx-6 {
  top: 6px !important;
}
.tpx-7 {
  top: 7px !important;
}
.tpx-8 {
  top: 8px !important;
}
.tpx-9 {
  top: 9px !important;
}
.tpx-10 {
  top: 10px !important;
}
.tpx-11 {
  top: 11px !important;
}
.tpx-12 {
  top: 12px !important;
}
.tpx-13 {
  top: 13px !important;
}
.tpx-14 {
  top: 14px !important;
}
.tpx-15 {
  top: 15px !important;
}
.tpx-16 {
  top: 16px !important;
}
.tpx-17 {
  top: 17px !important;
}
.tpx-18 {
  top: 18px !important;
}
.tpx-19 {
  top: 19px !important;
}
.tpx-20 {
  top: 20px !important;
}
.tpx-21 {
  top: 21px !important;
}
.tpx-22 {
  top: 22px !important;
}
.tpx-23 {
  top: 23px !important;
}
.tpx-24 {
  top: 24px !important;
}
.tpx-25 {
  top: 25px !important;
}
.tpx-26 {
  top: 26px !important;
}
.tpx-27 {
  top: 27px !important;
}
.tpx-28 {
  top: 28px !important;
}
.tpx-29 {
  top: 29px !important;
}
.tpx-30 {
  top: 30px !important;
}
.tpx-31 {
  top: 31px !important;
}
.tpx-32 {
  top: 32px !important;
}
.tpx-33 {
  top: 33px !important;
}
.tpx-34 {
  top: 34px !important;
}
.tpx-35 {
  top: 35px !important;
}
.tpx-36 {
  top: 36px !important;
}
.tpx-37 {
  top: 37px !important;
}
.tpx-38 {
  top: 38px !important;
}
.tpx-39 {
  top: 39px !important;
}
.tpx-40 {
  top: 40px !important;
}
.tpx-41 {
  top: 41px !important;
}
.tpx-42 {
  top: 42px !important;
}
.tpx-43 {
  top: 43px !important;
}
.tpx-44 {
  top: 44px !important;
}
.tpx-45 {
  top: 45px !important;
}
.tpx-46 {
  top: 46px !important;
}
.tpx-47 {
  top: 47px !important;
}
.tpx-48 {
  top: 48px !important;
}
.tpx-49 {
  top: 49px !important;
}
.tpx-50 {
  top: 50px !important;
}
.tpx-51 {
  top: 51px !important;
}
.tpx-52 {
  top: 52px !important;
}
.tpx-53 {
  top: 53px !important;
}
.tpx-54 {
  top: 54px !important;
}
.tpx-55 {
  top: 55px !important;
}
.tpx-56 {
  top: 56px !important;
}
.tpx-57 {
  top: 57px !important;
}
.tpx-58 {
  top: 58px !important;
}
.tpx-59 {
  top: 59px !important;
}
.tpx-60 {
  top: 60px !important;
}
.tpx-61 {
  top: 61px !important;
}
.tpx-62 {
  top: 62px !important;
}
.tpx-63 {
  top: 63px !important;
}
.tpx-64 {
  top: 64px !important;
}
.tpx-65 {
  top: 65px !important;
}
.tpx-66 {
  top: 66px !important;
}
.tpx-67 {
  top: 67px !important;
}
.tpx-68 {
  top: 68px !important;
}
.tpx-69 {
  top: 69px !important;
}
.tpx-70 {
  top: 70px !important;
}
.tpx-71 {
  top: 71px !important;
}
.tpx-72 {
  top: 72px !important;
}
.tpx-73 {
  top: 73px !important;
}
.tpx-74 {
  top: 74px !important;
}
.tpx-75 {
  top: 75px !important;
}
.tpx-76 {
  top: 76px !important;
}
.tpx-77 {
  top: 77px !important;
}
.tpx-78 {
  top: 78px !important;
}
.tpx-79 {
  top: 79px !important;
}
.tpx-80 {
  top: 80px !important;
}
.tpx-81 {
  top: 81px !important;
}
.tpx-82 {
  top: 82px !important;
}
.tpx-83 {
  top: 83px !important;
}
.tpx-84 {
  top: 84px !important;
}
.tpx-85 {
  top: 85px !important;
}
.tpx-86 {
  top: 86px !important;
}
.tpx-87 {
  top: 87px !important;
}
.tpx-88 {
  top: 88px !important;
}
.tpx-89 {
  top: 89px !important;
}
.tpx-90 {
  top: 90px !important;
}
.tpx-91 {
  top: 91px !important;
}
.tpx-92 {
  top: 92px !important;
}
.tpx-93 {
  top: 93px !important;
}
.tpx-94 {
  top: 94px !important;
}
.tpx-95 {
  top: 95px !important;
}
.tpx-96 {
  top: 96px !important;
}
.tpx-97 {
  top: 97px !important;
}
.tpx-98 {
  top: 98px !important;
}
.tpx-99 {
  top: 99px !important;
}
.tpx-100 {
  top: 100px !important;
}
.tpx-101 {
  top: 101px !important;
}
.tpx-102 {
  top: 102px !important;
}
.tpx-103 {
  top: 103px !important;
}
.tpx-104 {
  top: 104px !important;
}
.tpx-105 {
  top: 105px !important;
}
.tpx-106 {
  top: 106px !important;
}
.tpx-107 {
  top: 107px !important;
}
.tpx-108 {
  top: 108px !important;
}
.tpx-109 {
  top: 109px !important;
}
.tpx-110 {
  top: 110px !important;
}
.tpx-111 {
  top: 111px !important;
}
.tpx-112 {
  top: 112px !important;
}
.tpx-113 {
  top: 113px !important;
}
.tpx-114 {
  top: 114px !important;
}
.tpx-115 {
  top: 115px !important;
}
.tpx-116 {
  top: 116px !important;
}
.tpx-117 {
  top: 117px !important;
}
.tpx-118 {
  top: 118px !important;
}
.tpx-119 {
  top: 119px !important;
}
.tpx-120 {
  top: 120px !important;
}
.tpx-121 {
  top: 121px !important;
}
.tpx-122 {
  top: 122px !important;
}
.tpx-123 {
  top: 123px !important;
}
.tpx-124 {
  top: 124px !important;
}
.tpx-125 {
  top: 125px !important;
}
.tpx-126 {
  top: 126px !important;
}
.tpx-127 {
  top: 127px !important;
}
.tpx-128 {
  top: 128px !important;
}
.tpx-129 {
  top: 129px !important;
}
.tpx-130 {
  top: 130px !important;
}
.tpx-131 {
  top: 131px !important;
}
.tpx-132 {
  top: 132px !important;
}
.tpx-133 {
  top: 133px !important;
}
.tpx-134 {
  top: 134px !important;
}
.tpx-135 {
  top: 135px !important;
}
.tpx-136 {
  top: 136px !important;
}
.tpx-137 {
  top: 137px !important;
}
.tpx-138 {
  top: 138px !important;
}
.tpx-139 {
  top: 139px !important;
}
.tpx-140 {
  top: 140px !important;
}
.tpx-141 {
  top: 141px !important;
}
.tpx-142 {
  top: 142px !important;
}
.tpx-143 {
  top: 143px !important;
}
.tpx-144 {
  top: 144px !important;
}
.tpx-145 {
  top: 145px !important;
}
.tpx-146 {
  top: 146px !important;
}
.tpx-147 {
  top: 147px !important;
}
.tpx-148 {
  top: 148px !important;
}
.tpx-149 {
  top: 149px !important;
}
.tpx-150 {
  top: 150px !important;
}
.tpx-151 {
  top: 151px !important;
}
.tpx-152 {
  top: 152px !important;
}
.tpx-153 {
  top: 153px !important;
}
.tpx-154 {
  top: 154px !important;
}
.tpx-155 {
  top: 155px !important;
}
.tpx-156 {
  top: 156px !important;
}
.tpx-157 {
  top: 157px !important;
}
.tpx-158 {
  top: 158px !important;
}
.tpx-159 {
  top: 159px !important;
}
.tpx-160 {
  top: 160px !important;
}
.tpx-161 {
  top: 161px !important;
}
.tpx-162 {
  top: 162px !important;
}
.tpx-163 {
  top: 163px !important;
}
.tpx-164 {
  top: 164px !important;
}
.tpx-165 {
  top: 165px !important;
}
.tpx-166 {
  top: 166px !important;
}
.tpx-167 {
  top: 167px !important;
}
.tpx-168 {
  top: 168px !important;
}
.tpx-169 {
  top: 169px !important;
}
.tpx-170 {
  top: 170px !important;
}
.tpx-171 {
  top: 171px !important;
}
.tpx-172 {
  top: 172px !important;
}
.tpx-173 {
  top: 173px !important;
}
.tpx-174 {
  top: 174px !important;
}
.tpx-175 {
  top: 175px !important;
}
.tpx-176 {
  top: 176px !important;
}
.tpx-177 {
  top: 177px !important;
}
.tpx-178 {
  top: 178px !important;
}
.tpx-179 {
  top: 179px !important;
}
.tpx-180 {
  top: 180px !important;
}
.tpx-181 {
  top: 181px !important;
}
.tpx-182 {
  top: 182px !important;
}
.tpx-183 {
  top: 183px !important;
}
.tpx-184 {
  top: 184px !important;
}
.tpx-185 {
  top: 185px !important;
}
.tpx-186 {
  top: 186px !important;
}
.tpx-187 {
  top: 187px !important;
}
.tpx-188 {
  top: 188px !important;
}
.tpx-189 {
  top: 189px !important;
}
.tpx-190 {
  top: 190px !important;
}
.tpx-191 {
  top: 191px !important;
}
.tpx-192 {
  top: 192px !important;
}
.tpx-193 {
  top: 193px !important;
}
.tpx-194 {
  top: 194px !important;
}
.tpx-195 {
  top: 195px !important;
}
.tpx-196 {
  top: 196px !important;
}
.tpx-197 {
  top: 197px !important;
}
.tpx-198 {
  top: 198px !important;
}
.tpx-199 {
  top: 199px !important;
}
.tpx-200 {
  top: 200px !important;
}
.max-hpx-0 {
  max-height: 0px;
}
.max-wpx-0 {
  max-width: 0px;
}
.max-hpx-1 {
  max-height: 1px;
}
.max-wpx-1 {
  max-width: 1px;
}
.max-hpx-2 {
  max-height: 2px;
}
.max-wpx-2 {
  max-width: 2px;
}
.max-hpx-3 {
  max-height: 3px;
}
.max-wpx-3 {
  max-width: 3px;
}
.max-hpx-4 {
  max-height: 4px;
}
.max-wpx-4 {
  max-width: 4px;
}
.max-hpx-5 {
  max-height: 5px;
}
.max-wpx-5 {
  max-width: 5px;
}
.max-hpx-6 {
  max-height: 6px;
}
.max-wpx-6 {
  max-width: 6px;
}
.max-hpx-7 {
  max-height: 7px;
}
.max-wpx-7 {
  max-width: 7px;
}
.max-hpx-8 {
  max-height: 8px;
}
.max-wpx-8 {
  max-width: 8px;
}
.max-hpx-9 {
  max-height: 9px;
}
.max-wpx-9 {
  max-width: 9px;
}
.max-hpx-10 {
  max-height: 10px;
}
.max-wpx-10 {
  max-width: 10px;
}
.max-hpx-11 {
  max-height: 11px;
}
.max-wpx-11 {
  max-width: 11px;
}
.max-hpx-12 {
  max-height: 12px;
}
.max-wpx-12 {
  max-width: 12px;
}
.max-hpx-13 {
  max-height: 13px;
}
.max-wpx-13 {
  max-width: 13px;
}
.max-hpx-14 {
  max-height: 14px;
}
.max-wpx-14 {
  max-width: 14px;
}
.max-hpx-15 {
  max-height: 15px;
}
.max-wpx-15 {
  max-width: 15px;
}
.max-hpx-16 {
  max-height: 16px;
}
.max-wpx-16 {
  max-width: 16px;
}
.max-hpx-17 {
  max-height: 17px;
}
.max-wpx-17 {
  max-width: 17px;
}
.max-hpx-18 {
  max-height: 18px;
}
.max-wpx-18 {
  max-width: 18px;
}
.max-hpx-19 {
  max-height: 19px;
}
.max-wpx-19 {
  max-width: 19px;
}
.max-hpx-20 {
  max-height: 20px;
}
.max-wpx-20 {
  max-width: 20px;
}
.max-hpx-21 {
  max-height: 21px;
}
.max-wpx-21 {
  max-width: 21px;
}
.max-hpx-22 {
  max-height: 22px;
}
.max-wpx-22 {
  max-width: 22px;
}
.max-hpx-23 {
  max-height: 23px;
}
.max-wpx-23 {
  max-width: 23px;
}
.max-hpx-24 {
  max-height: 24px;
}
.max-wpx-24 {
  max-width: 24px;
}
.max-hpx-25 {
  max-height: 25px;
}
.max-wpx-25 {
  max-width: 25px;
}
.max-hpx-26 {
  max-height: 26px;
}
.max-wpx-26 {
  max-width: 26px;
}
.max-hpx-27 {
  max-height: 27px;
}
.max-wpx-27 {
  max-width: 27px;
}
.max-hpx-28 {
  max-height: 28px;
}
.max-wpx-28 {
  max-width: 28px;
}
.max-hpx-29 {
  max-height: 29px;
}
.max-wpx-29 {
  max-width: 29px;
}
.max-hpx-30 {
  max-height: 30px;
}
.max-wpx-30 {
  max-width: 30px;
}
.max-hpx-31 {
  max-height: 31px;
}
.max-wpx-31 {
  max-width: 31px;
}
.max-hpx-32 {
  max-height: 32px;
}
.max-wpx-32 {
  max-width: 32px;
}
.max-hpx-33 {
  max-height: 33px;
}
.max-wpx-33 {
  max-width: 33px;
}
.max-hpx-34 {
  max-height: 34px;
}
.max-wpx-34 {
  max-width: 34px;
}
.max-hpx-35 {
  max-height: 35px;
}
.max-wpx-35 {
  max-width: 35px;
}
.max-hpx-36 {
  max-height: 36px;
}
.max-wpx-36 {
  max-width: 36px;
}
.max-hpx-37 {
  max-height: 37px;
}
.max-wpx-37 {
  max-width: 37px;
}
.max-hpx-38 {
  max-height: 38px;
}
.max-wpx-38 {
  max-width: 38px;
}
.max-hpx-39 {
  max-height: 39px;
}
.max-wpx-39 {
  max-width: 39px;
}
.max-hpx-40 {
  max-height: 40px;
}
.max-wpx-40 {
  max-width: 40px;
}
.max-hpx-41 {
  max-height: 41px;
}
.max-wpx-41 {
  max-width: 41px;
}
.max-hpx-42 {
  max-height: 42px;
}
.max-wpx-42 {
  max-width: 42px;
}
.max-hpx-43 {
  max-height: 43px;
}
.max-wpx-43 {
  max-width: 43px;
}
.max-hpx-44 {
  max-height: 44px;
}
.max-wpx-44 {
  max-width: 44px;
}
.max-hpx-45 {
  max-height: 45px;
}
.max-wpx-45 {
  max-width: 45px;
}
.max-hpx-46 {
  max-height: 46px;
}
.max-wpx-46 {
  max-width: 46px;
}
.max-hpx-47 {
  max-height: 47px;
}
.max-wpx-47 {
  max-width: 47px;
}
.max-hpx-48 {
  max-height: 48px;
}
.max-wpx-48 {
  max-width: 48px;
}
.max-hpx-49 {
  max-height: 49px;
}
.max-wpx-49 {
  max-width: 49px;
}
.max-hpx-50 {
  max-height: 50px;
}
.max-wpx-50 {
  max-width: 50px;
}
.max-hpx-51 {
  max-height: 51px;
}
.max-wpx-51 {
  max-width: 51px;
}
.max-hpx-52 {
  max-height: 52px;
}
.max-wpx-52 {
  max-width: 52px;
}
.max-hpx-53 {
  max-height: 53px;
}
.max-wpx-53 {
  max-width: 53px;
}
.max-hpx-54 {
  max-height: 54px;
}
.max-wpx-54 {
  max-width: 54px;
}
.max-hpx-55 {
  max-height: 55px;
}
.max-wpx-55 {
  max-width: 55px;
}
.max-hpx-56 {
  max-height: 56px;
}
.max-wpx-56 {
  max-width: 56px;
}
.max-hpx-57 {
  max-height: 57px;
}
.max-wpx-57 {
  max-width: 57px;
}
.max-hpx-58 {
  max-height: 58px;
}
.max-wpx-58 {
  max-width: 58px;
}
.max-hpx-59 {
  max-height: 59px;
}
.max-wpx-59 {
  max-width: 59px;
}
.max-hpx-60 {
  max-height: 60px;
}
.max-wpx-60 {
  max-width: 60px;
}
.max-hpx-61 {
  max-height: 61px;
}
.max-wpx-61 {
  max-width: 61px;
}
.max-hpx-62 {
  max-height: 62px;
}
.max-wpx-62 {
  max-width: 62px;
}
.max-hpx-63 {
  max-height: 63px;
}
.max-wpx-63 {
  max-width: 63px;
}
.max-hpx-64 {
  max-height: 64px;
}
.max-wpx-64 {
  max-width: 64px;
}
.max-hpx-65 {
  max-height: 65px;
}
.max-wpx-65 {
  max-width: 65px;
}
.max-hpx-66 {
  max-height: 66px;
}
.max-wpx-66 {
  max-width: 66px;
}
.max-hpx-67 {
  max-height: 67px;
}
.max-wpx-67 {
  max-width: 67px;
}
.max-hpx-68 {
  max-height: 68px;
}
.max-wpx-68 {
  max-width: 68px;
}
.max-hpx-69 {
  max-height: 69px;
}
.max-wpx-69 {
  max-width: 69px;
}
.max-hpx-70 {
  max-height: 70px;
}
.max-wpx-70 {
  max-width: 70px;
}
.max-hpx-71 {
  max-height: 71px;
}
.max-wpx-71 {
  max-width: 71px;
}
.max-hpx-72 {
  max-height: 72px;
}
.max-wpx-72 {
  max-width: 72px;
}
.max-hpx-73 {
  max-height: 73px;
}
.max-wpx-73 {
  max-width: 73px;
}
.max-hpx-74 {
  max-height: 74px;
}
.max-wpx-74 {
  max-width: 74px;
}
.max-hpx-75 {
  max-height: 75px;
}
.max-wpx-75 {
  max-width: 75px;
}
.max-hpx-76 {
  max-height: 76px;
}
.max-wpx-76 {
  max-width: 76px;
}
.max-hpx-77 {
  max-height: 77px;
}
.max-wpx-77 {
  max-width: 77px;
}
.max-hpx-78 {
  max-height: 78px;
}
.max-wpx-78 {
  max-width: 78px;
}
.max-hpx-79 {
  max-height: 79px;
}
.max-wpx-79 {
  max-width: 79px;
}
.max-hpx-80 {
  max-height: 80px;
}
.max-wpx-80 {
  max-width: 80px;
}
.max-hpx-81 {
  max-height: 81px;
}
.max-wpx-81 {
  max-width: 81px;
}
.max-hpx-82 {
  max-height: 82px;
}
.max-wpx-82 {
  max-width: 82px;
}
.max-hpx-83 {
  max-height: 83px;
}
.max-wpx-83 {
  max-width: 83px;
}
.max-hpx-84 {
  max-height: 84px;
}
.max-wpx-84 {
  max-width: 84px;
}
.max-hpx-85 {
  max-height: 85px;
}
.max-wpx-85 {
  max-width: 85px;
}
.max-hpx-86 {
  max-height: 86px;
}
.max-wpx-86 {
  max-width: 86px;
}
.max-hpx-87 {
  max-height: 87px;
}
.max-wpx-87 {
  max-width: 87px;
}
.max-hpx-88 {
  max-height: 88px;
}
.max-wpx-88 {
  max-width: 88px;
}
.max-hpx-89 {
  max-height: 89px;
}
.max-wpx-89 {
  max-width: 89px;
}
.max-hpx-90 {
  max-height: 90px;
}
.max-wpx-90 {
  max-width: 90px;
}
.max-hpx-91 {
  max-height: 91px;
}
.max-wpx-91 {
  max-width: 91px;
}
.max-hpx-92 {
  max-height: 92px;
}
.max-wpx-92 {
  max-width: 92px;
}
.max-hpx-93 {
  max-height: 93px;
}
.max-wpx-93 {
  max-width: 93px;
}
.max-hpx-94 {
  max-height: 94px;
}
.max-wpx-94 {
  max-width: 94px;
}
.max-hpx-95 {
  max-height: 95px;
}
.max-wpx-95 {
  max-width: 95px;
}
.max-hpx-96 {
  max-height: 96px;
}
.max-wpx-96 {
  max-width: 96px;
}
.max-hpx-97 {
  max-height: 97px;
}
.max-wpx-97 {
  max-width: 97px;
}
.max-hpx-98 {
  max-height: 98px;
}
.max-wpx-98 {
  max-width: 98px;
}
.max-hpx-99 {
  max-height: 99px;
}
.max-wpx-99 {
  max-width: 99px;
}
.max-hpx-100 {
  max-height: 100px;
}
.max-wpx-100 {
  max-width: 100px;
}
.max-hpx-101 {
  max-height: 101px;
}
.max-wpx-101 {
  max-width: 101px;
}
.max-hpx-102 {
  max-height: 102px;
}
.max-wpx-102 {
  max-width: 102px;
}
.max-hpx-103 {
  max-height: 103px;
}
.max-wpx-103 {
  max-width: 103px;
}
.max-hpx-104 {
  max-height: 104px;
}
.max-wpx-104 {
  max-width: 104px;
}
.max-hpx-105 {
  max-height: 105px;
}
.max-wpx-105 {
  max-width: 105px;
}
.max-hpx-106 {
  max-height: 106px;
}
.max-wpx-106 {
  max-width: 106px;
}
.max-hpx-107 {
  max-height: 107px;
}
.max-wpx-107 {
  max-width: 107px;
}
.max-hpx-108 {
  max-height: 108px;
}
.max-wpx-108 {
  max-width: 108px;
}
.max-hpx-109 {
  max-height: 109px;
}
.max-wpx-109 {
  max-width: 109px;
}
.max-hpx-110 {
  max-height: 110px;
}
.max-wpx-110 {
  max-width: 110px;
}
.max-hpx-111 {
  max-height: 111px;
}
.max-wpx-111 {
  max-width: 111px;
}
.max-hpx-112 {
  max-height: 112px;
}
.max-wpx-112 {
  max-width: 112px;
}
.max-hpx-113 {
  max-height: 113px;
}
.max-wpx-113 {
  max-width: 113px;
}
.max-hpx-114 {
  max-height: 114px;
}
.max-wpx-114 {
  max-width: 114px;
}
.max-hpx-115 {
  max-height: 115px;
}
.max-wpx-115 {
  max-width: 115px;
}
.max-hpx-116 {
  max-height: 116px;
}
.max-wpx-116 {
  max-width: 116px;
}
.max-hpx-117 {
  max-height: 117px;
}
.max-wpx-117 {
  max-width: 117px;
}
.max-hpx-118 {
  max-height: 118px;
}
.max-wpx-118 {
  max-width: 118px;
}
.max-hpx-119 {
  max-height: 119px;
}
.max-wpx-119 {
  max-width: 119px;
}
.max-hpx-120 {
  max-height: 120px;
}
.max-wpx-120 {
  max-width: 120px;
}
.max-hpx-121 {
  max-height: 121px;
}
.max-wpx-121 {
  max-width: 121px;
}
.max-hpx-122 {
  max-height: 122px;
}
.max-wpx-122 {
  max-width: 122px;
}
.max-hpx-123 {
  max-height: 123px;
}
.max-wpx-123 {
  max-width: 123px;
}
.max-hpx-124 {
  max-height: 124px;
}
.max-wpx-124 {
  max-width: 124px;
}
.max-hpx-125 {
  max-height: 125px;
}
.max-wpx-125 {
  max-width: 125px;
}
.max-hpx-126 {
  max-height: 126px;
}
.max-wpx-126 {
  max-width: 126px;
}
.max-hpx-127 {
  max-height: 127px;
}
.max-wpx-127 {
  max-width: 127px;
}
.max-hpx-128 {
  max-height: 128px;
}
.max-wpx-128 {
  max-width: 128px;
}
.max-hpx-129 {
  max-height: 129px;
}
.max-wpx-129 {
  max-width: 129px;
}
.max-hpx-130 {
  max-height: 130px;
}
.max-wpx-130 {
  max-width: 130px;
}
.max-hpx-131 {
  max-height: 131px;
}
.max-wpx-131 {
  max-width: 131px;
}
.max-hpx-132 {
  max-height: 132px;
}
.max-wpx-132 {
  max-width: 132px;
}
.max-hpx-133 {
  max-height: 133px;
}
.max-wpx-133 {
  max-width: 133px;
}
.max-hpx-134 {
  max-height: 134px;
}
.max-wpx-134 {
  max-width: 134px;
}
.max-hpx-135 {
  max-height: 135px;
}
.max-wpx-135 {
  max-width: 135px;
}
.max-hpx-136 {
  max-height: 136px;
}
.max-wpx-136 {
  max-width: 136px;
}
.max-hpx-137 {
  max-height: 137px;
}
.max-wpx-137 {
  max-width: 137px;
}
.max-hpx-138 {
  max-height: 138px;
}
.max-wpx-138 {
  max-width: 138px;
}
.max-hpx-139 {
  max-height: 139px;
}
.max-wpx-139 {
  max-width: 139px;
}
.max-hpx-140 {
  max-height: 140px;
}
.max-wpx-140 {
  max-width: 140px;
}
.max-hpx-141 {
  max-height: 141px;
}
.max-wpx-141 {
  max-width: 141px;
}
.max-hpx-142 {
  max-height: 142px;
}
.max-wpx-142 {
  max-width: 142px;
}
.max-hpx-143 {
  max-height: 143px;
}
.max-wpx-143 {
  max-width: 143px;
}
.max-hpx-144 {
  max-height: 144px;
}
.max-wpx-144 {
  max-width: 144px;
}
.max-hpx-145 {
  max-height: 145px;
}
.max-wpx-145 {
  max-width: 145px;
}
.max-hpx-146 {
  max-height: 146px;
}
.max-wpx-146 {
  max-width: 146px;
}
.max-hpx-147 {
  max-height: 147px;
}
.max-wpx-147 {
  max-width: 147px;
}
.max-hpx-148 {
  max-height: 148px;
}
.max-wpx-148 {
  max-width: 148px;
}
.max-hpx-149 {
  max-height: 149px;
}
.max-wpx-149 {
  max-width: 149px;
}
.max-hpx-150 {
  max-height: 150px;
}
.max-wpx-150 {
  max-width: 150px;
}
.max-hpx-151 {
  max-height: 151px;
}
.max-wpx-151 {
  max-width: 151px;
}
.max-hpx-152 {
  max-height: 152px;
}
.max-wpx-152 {
  max-width: 152px;
}
.max-hpx-153 {
  max-height: 153px;
}
.max-wpx-153 {
  max-width: 153px;
}
.max-hpx-154 {
  max-height: 154px;
}
.max-wpx-154 {
  max-width: 154px;
}
.max-hpx-155 {
  max-height: 155px;
}
.max-wpx-155 {
  max-width: 155px;
}
.max-hpx-156 {
  max-height: 156px;
}
.max-wpx-156 {
  max-width: 156px;
}
.max-hpx-157 {
  max-height: 157px;
}
.max-wpx-157 {
  max-width: 157px;
}
.max-hpx-158 {
  max-height: 158px;
}
.max-wpx-158 {
  max-width: 158px;
}
.max-hpx-159 {
  max-height: 159px;
}
.max-wpx-159 {
  max-width: 159px;
}
.max-hpx-160 {
  max-height: 160px;
}
.max-wpx-160 {
  max-width: 160px;
}
.max-hpx-161 {
  max-height: 161px;
}
.max-wpx-161 {
  max-width: 161px;
}
.max-hpx-162 {
  max-height: 162px;
}
.max-wpx-162 {
  max-width: 162px;
}
.max-hpx-163 {
  max-height: 163px;
}
.max-wpx-163 {
  max-width: 163px;
}
.max-hpx-164 {
  max-height: 164px;
}
.max-wpx-164 {
  max-width: 164px;
}
.max-hpx-165 {
  max-height: 165px;
}
.max-wpx-165 {
  max-width: 165px;
}
.max-hpx-166 {
  max-height: 166px;
}
.max-wpx-166 {
  max-width: 166px;
}
.max-hpx-167 {
  max-height: 167px;
}
.max-wpx-167 {
  max-width: 167px;
}
.max-hpx-168 {
  max-height: 168px;
}
.max-wpx-168 {
  max-width: 168px;
}
.max-hpx-169 {
  max-height: 169px;
}
.max-wpx-169 {
  max-width: 169px;
}
.max-hpx-170 {
  max-height: 170px;
}
.max-wpx-170 {
  max-width: 170px;
}
.max-hpx-171 {
  max-height: 171px;
}
.max-wpx-171 {
  max-width: 171px;
}
.max-hpx-172 {
  max-height: 172px;
}
.max-wpx-172 {
  max-width: 172px;
}
.max-hpx-173 {
  max-height: 173px;
}
.max-wpx-173 {
  max-width: 173px;
}
.max-hpx-174 {
  max-height: 174px;
}
.max-wpx-174 {
  max-width: 174px;
}
.max-hpx-175 {
  max-height: 175px;
}
.max-wpx-175 {
  max-width: 175px;
}
.max-hpx-176 {
  max-height: 176px;
}
.max-wpx-176 {
  max-width: 176px;
}
.max-hpx-177 {
  max-height: 177px;
}
.max-wpx-177 {
  max-width: 177px;
}
.max-hpx-178 {
  max-height: 178px;
}
.max-wpx-178 {
  max-width: 178px;
}
.max-hpx-179 {
  max-height: 179px;
}
.max-wpx-179 {
  max-width: 179px;
}
.max-hpx-180 {
  max-height: 180px;
}
.max-wpx-180 {
  max-width: 180px;
}
.max-hpx-181 {
  max-height: 181px;
}
.max-wpx-181 {
  max-width: 181px;
}
.max-hpx-182 {
  max-height: 182px;
}
.max-wpx-182 {
  max-width: 182px;
}
.max-hpx-183 {
  max-height: 183px;
}
.max-wpx-183 {
  max-width: 183px;
}
.max-hpx-184 {
  max-height: 184px;
}
.max-wpx-184 {
  max-width: 184px;
}
.max-hpx-185 {
  max-height: 185px;
}
.max-wpx-185 {
  max-width: 185px;
}
.max-hpx-186 {
  max-height: 186px;
}
.max-wpx-186 {
  max-width: 186px;
}
.max-hpx-187 {
  max-height: 187px;
}
.max-wpx-187 {
  max-width: 187px;
}
.max-hpx-188 {
  max-height: 188px;
}
.max-wpx-188 {
  max-width: 188px;
}
.max-hpx-189 {
  max-height: 189px;
}
.max-wpx-189 {
  max-width: 189px;
}
.max-hpx-190 {
  max-height: 190px;
}
.max-wpx-190 {
  max-width: 190px;
}
.max-hpx-191 {
  max-height: 191px;
}
.max-wpx-191 {
  max-width: 191px;
}
.max-hpx-192 {
  max-height: 192px;
}
.max-wpx-192 {
  max-width: 192px;
}
.max-hpx-193 {
  max-height: 193px;
}
.max-wpx-193 {
  max-width: 193px;
}
.max-hpx-194 {
  max-height: 194px;
}
.max-wpx-194 {
  max-width: 194px;
}
.max-hpx-195 {
  max-height: 195px;
}
.max-wpx-195 {
  max-width: 195px;
}
.max-hpx-196 {
  max-height: 196px;
}
.max-wpx-196 {
  max-width: 196px;
}
.max-hpx-197 {
  max-height: 197px;
}
.max-wpx-197 {
  max-width: 197px;
}
.max-hpx-198 {
  max-height: 198px;
}
.max-wpx-198 {
  max-width: 198px;
}
.max-hpx-199 {
  max-height: 199px;
}
.max-wpx-199 {
  max-width: 199px;
}
.max-hpx-200 {
  max-height: 200px;
}
.max-wpx-200 {
  max-width: 200px;
}
.max-hpx-201 {
  max-height: 201px;
}
.max-wpx-201 {
  max-width: 201px;
}
.max-hpx-202 {
  max-height: 202px;
}
.max-wpx-202 {
  max-width: 202px;
}
.max-hpx-203 {
  max-height: 203px;
}
.max-wpx-203 {
  max-width: 203px;
}
.max-hpx-204 {
  max-height: 204px;
}
.max-wpx-204 {
  max-width: 204px;
}
.max-hpx-205 {
  max-height: 205px;
}
.max-wpx-205 {
  max-width: 205px;
}
.max-hpx-206 {
  max-height: 206px;
}
.max-wpx-206 {
  max-width: 206px;
}
.max-hpx-207 {
  max-height: 207px;
}
.max-wpx-207 {
  max-width: 207px;
}
.max-hpx-208 {
  max-height: 208px;
}
.max-wpx-208 {
  max-width: 208px;
}
.max-hpx-209 {
  max-height: 209px;
}
.max-wpx-209 {
  max-width: 209px;
}
.max-hpx-210 {
  max-height: 210px;
}
.max-wpx-210 {
  max-width: 210px;
}
.max-hpx-211 {
  max-height: 211px;
}
.max-wpx-211 {
  max-width: 211px;
}
.max-hpx-212 {
  max-height: 212px;
}
.max-wpx-212 {
  max-width: 212px;
}
.max-hpx-213 {
  max-height: 213px;
}
.max-wpx-213 {
  max-width: 213px;
}
.max-hpx-214 {
  max-height: 214px;
}
.max-wpx-214 {
  max-width: 214px;
}
.max-hpx-215 {
  max-height: 215px;
}
.max-wpx-215 {
  max-width: 215px;
}
.max-hpx-216 {
  max-height: 216px;
}
.max-wpx-216 {
  max-width: 216px;
}
.max-hpx-217 {
  max-height: 217px;
}
.max-wpx-217 {
  max-width: 217px;
}
.max-hpx-218 {
  max-height: 218px;
}
.max-wpx-218 {
  max-width: 218px;
}
.max-hpx-219 {
  max-height: 219px;
}
.max-wpx-219 {
  max-width: 219px;
}
.max-hpx-220 {
  max-height: 220px;
}
.max-wpx-220 {
  max-width: 220px;
}
.max-hpx-221 {
  max-height: 221px;
}
.max-wpx-221 {
  max-width: 221px;
}
.max-hpx-222 {
  max-height: 222px;
}
.max-wpx-222 {
  max-width: 222px;
}
.max-hpx-223 {
  max-height: 223px;
}
.max-wpx-223 {
  max-width: 223px;
}
.max-hpx-224 {
  max-height: 224px;
}
.max-wpx-224 {
  max-width: 224px;
}
.max-hpx-225 {
  max-height: 225px;
}
.max-wpx-225 {
  max-width: 225px;
}
.max-hpx-226 {
  max-height: 226px;
}
.max-wpx-226 {
  max-width: 226px;
}
.max-hpx-227 {
  max-height: 227px;
}
.max-wpx-227 {
  max-width: 227px;
}
.max-hpx-228 {
  max-height: 228px;
}
.max-wpx-228 {
  max-width: 228px;
}
.max-hpx-229 {
  max-height: 229px;
}
.max-wpx-229 {
  max-width: 229px;
}
.max-hpx-230 {
  max-height: 230px;
}
.max-wpx-230 {
  max-width: 230px;
}
.max-hpx-231 {
  max-height: 231px;
}
.max-wpx-231 {
  max-width: 231px;
}
.max-hpx-232 {
  max-height: 232px;
}
.max-wpx-232 {
  max-width: 232px;
}
.max-hpx-233 {
  max-height: 233px;
}
.max-wpx-233 {
  max-width: 233px;
}
.max-hpx-234 {
  max-height: 234px;
}
.max-wpx-234 {
  max-width: 234px;
}
.max-hpx-235 {
  max-height: 235px;
}
.max-wpx-235 {
  max-width: 235px;
}
.max-hpx-236 {
  max-height: 236px;
}
.max-wpx-236 {
  max-width: 236px;
}
.max-hpx-237 {
  max-height: 237px;
}
.max-wpx-237 {
  max-width: 237px;
}
.max-hpx-238 {
  max-height: 238px;
}
.max-wpx-238 {
  max-width: 238px;
}
.max-hpx-239 {
  max-height: 239px;
}
.max-wpx-239 {
  max-width: 239px;
}
.max-hpx-240 {
  max-height: 240px;
}
.max-wpx-240 {
  max-width: 240px;
}
.max-hpx-241 {
  max-height: 241px;
}
.max-wpx-241 {
  max-width: 241px;
}
.max-hpx-242 {
  max-height: 242px;
}
.max-wpx-242 {
  max-width: 242px;
}
.max-hpx-243 {
  max-height: 243px;
}
.max-wpx-243 {
  max-width: 243px;
}
.max-hpx-244 {
  max-height: 244px;
}
.max-wpx-244 {
  max-width: 244px;
}
.max-hpx-245 {
  max-height: 245px;
}
.max-wpx-245 {
  max-width: 245px;
}
.max-hpx-246 {
  max-height: 246px;
}
.max-wpx-246 {
  max-width: 246px;
}
.max-hpx-247 {
  max-height: 247px;
}
.max-wpx-247 {
  max-width: 247px;
}
.max-hpx-248 {
  max-height: 248px;
}
.max-wpx-248 {
  max-width: 248px;
}
.max-hpx-249 {
  max-height: 249px;
}
.max-wpx-249 {
  max-width: 249px;
}
.max-hpx-250 {
  max-height: 250px;
}
.max-wpx-250 {
  max-width: 250px;
}
.max-hpx-251 {
  max-height: 251px;
}
.max-wpx-251 {
  max-width: 251px;
}
.max-hpx-252 {
  max-height: 252px;
}
.max-wpx-252 {
  max-width: 252px;
}
.max-hpx-253 {
  max-height: 253px;
}
.max-wpx-253 {
  max-width: 253px;
}
.max-hpx-254 {
  max-height: 254px;
}
.max-wpx-254 {
  max-width: 254px;
}
.max-hpx-255 {
  max-height: 255px;
}
.max-wpx-255 {
  max-width: 255px;
}
.max-hpx-256 {
  max-height: 256px;
}
.max-wpx-256 {
  max-width: 256px;
}
.max-hpx-257 {
  max-height: 257px;
}
.max-wpx-257 {
  max-width: 257px;
}
.max-hpx-258 {
  max-height: 258px;
}
.max-wpx-258 {
  max-width: 258px;
}
.max-hpx-259 {
  max-height: 259px;
}
.max-wpx-259 {
  max-width: 259px;
}
.max-hpx-260 {
  max-height: 260px;
}
.max-wpx-260 {
  max-width: 260px;
}
.max-hpx-261 {
  max-height: 261px;
}
.max-wpx-261 {
  max-width: 261px;
}
.max-hpx-262 {
  max-height: 262px;
}
.max-wpx-262 {
  max-width: 262px;
}
.max-hpx-263 {
  max-height: 263px;
}
.max-wpx-263 {
  max-width: 263px;
}
.max-hpx-264 {
  max-height: 264px;
}
.max-wpx-264 {
  max-width: 264px;
}
.max-hpx-265 {
  max-height: 265px;
}
.max-wpx-265 {
  max-width: 265px;
}
.max-hpx-266 {
  max-height: 266px;
}
.max-wpx-266 {
  max-width: 266px;
}
.max-hpx-267 {
  max-height: 267px;
}
.max-wpx-267 {
  max-width: 267px;
}
.max-hpx-268 {
  max-height: 268px;
}
.max-wpx-268 {
  max-width: 268px;
}
.max-hpx-269 {
  max-height: 269px;
}
.max-wpx-269 {
  max-width: 269px;
}
.max-hpx-270 {
  max-height: 270px;
}
.max-wpx-270 {
  max-width: 270px;
}
.max-hpx-271 {
  max-height: 271px;
}
.max-wpx-271 {
  max-width: 271px;
}
.max-hpx-272 {
  max-height: 272px;
}
.max-wpx-272 {
  max-width: 272px;
}
.max-hpx-273 {
  max-height: 273px;
}
.max-wpx-273 {
  max-width: 273px;
}
.max-hpx-274 {
  max-height: 274px;
}
.max-wpx-274 {
  max-width: 274px;
}
.max-hpx-275 {
  max-height: 275px;
}
.max-wpx-275 {
  max-width: 275px;
}
.max-hpx-276 {
  max-height: 276px;
}
.max-wpx-276 {
  max-width: 276px;
}
.max-hpx-277 {
  max-height: 277px;
}
.max-wpx-277 {
  max-width: 277px;
}
.max-hpx-278 {
  max-height: 278px;
}
.max-wpx-278 {
  max-width: 278px;
}
.max-hpx-279 {
  max-height: 279px;
}
.max-wpx-279 {
  max-width: 279px;
}
.max-hpx-280 {
  max-height: 280px;
}
.max-wpx-280 {
  max-width: 280px;
}
.max-hpx-281 {
  max-height: 281px;
}
.max-wpx-281 {
  max-width: 281px;
}
.max-hpx-282 {
  max-height: 282px;
}
.max-wpx-282 {
  max-width: 282px;
}
.max-hpx-283 {
  max-height: 283px;
}
.max-wpx-283 {
  max-width: 283px;
}
.max-hpx-284 {
  max-height: 284px;
}
.max-wpx-284 {
  max-width: 284px;
}
.max-hpx-285 {
  max-height: 285px;
}
.max-wpx-285 {
  max-width: 285px;
}
.max-hpx-286 {
  max-height: 286px;
}
.max-wpx-286 {
  max-width: 286px;
}
.max-hpx-287 {
  max-height: 287px;
}
.max-wpx-287 {
  max-width: 287px;
}
.max-hpx-288 {
  max-height: 288px;
}
.max-wpx-288 {
  max-width: 288px;
}
.max-hpx-289 {
  max-height: 289px;
}
.max-wpx-289 {
  max-width: 289px;
}
.max-hpx-290 {
  max-height: 290px;
}
.max-wpx-290 {
  max-width: 290px;
}
.max-hpx-291 {
  max-height: 291px;
}
.max-wpx-291 {
  max-width: 291px;
}
.max-hpx-292 {
  max-height: 292px;
}
.max-wpx-292 {
  max-width: 292px;
}
.max-hpx-293 {
  max-height: 293px;
}
.max-wpx-293 {
  max-width: 293px;
}
.max-hpx-294 {
  max-height: 294px;
}
.max-wpx-294 {
  max-width: 294px;
}
.max-hpx-295 {
  max-height: 295px;
}
.max-wpx-295 {
  max-width: 295px;
}
.max-hpx-296 {
  max-height: 296px;
}
.max-wpx-296 {
  max-width: 296px;
}
.max-hpx-297 {
  max-height: 297px;
}
.max-wpx-297 {
  max-width: 297px;
}
.max-hpx-298 {
  max-height: 298px;
}
.max-wpx-298 {
  max-width: 298px;
}
.max-hpx-299 {
  max-height: 299px;
}
.max-wpx-299 {
  max-width: 299px;
}
.max-hpx-300 {
  max-height: 300px;
}
.max-wpx-300 {
  max-width: 300px;
}
.max-hpx-301 {
  max-height: 301px;
}
.max-wpx-301 {
  max-width: 301px;
}
.max-hpx-302 {
  max-height: 302px;
}
.max-wpx-302 {
  max-width: 302px;
}
.max-hpx-303 {
  max-height: 303px;
}
.max-wpx-303 {
  max-width: 303px;
}
.max-hpx-304 {
  max-height: 304px;
}
.max-wpx-304 {
  max-width: 304px;
}
.max-hpx-305 {
  max-height: 305px;
}
.max-wpx-305 {
  max-width: 305px;
}
.max-hpx-306 {
  max-height: 306px;
}
.max-wpx-306 {
  max-width: 306px;
}
.max-hpx-307 {
  max-height: 307px;
}
.max-wpx-307 {
  max-width: 307px;
}
.max-hpx-308 {
  max-height: 308px;
}
.max-wpx-308 {
  max-width: 308px;
}
.max-hpx-309 {
  max-height: 309px;
}
.max-wpx-309 {
  max-width: 309px;
}
.max-hpx-310 {
  max-height: 310px;
}
.max-wpx-310 {
  max-width: 310px;
}
.max-hpx-311 {
  max-height: 311px;
}
.max-wpx-311 {
  max-width: 311px;
}
.max-hpx-312 {
  max-height: 312px;
}
.max-wpx-312 {
  max-width: 312px;
}
.max-hpx-313 {
  max-height: 313px;
}
.max-wpx-313 {
  max-width: 313px;
}
.max-hpx-314 {
  max-height: 314px;
}
.max-wpx-314 {
  max-width: 314px;
}
.max-hpx-315 {
  max-height: 315px;
}
.max-wpx-315 {
  max-width: 315px;
}
.max-hpx-316 {
  max-height: 316px;
}
.max-wpx-316 {
  max-width: 316px;
}
.max-hpx-317 {
  max-height: 317px;
}
.max-wpx-317 {
  max-width: 317px;
}
.max-hpx-318 {
  max-height: 318px;
}
.max-wpx-318 {
  max-width: 318px;
}
.max-hpx-319 {
  max-height: 319px;
}
.max-wpx-319 {
  max-width: 319px;
}
.max-hpx-320 {
  max-height: 320px;
}
.max-wpx-320 {
  max-width: 320px;
}
.max-hpx-321 {
  max-height: 321px;
}
.max-wpx-321 {
  max-width: 321px;
}
.max-hpx-322 {
  max-height: 322px;
}
.max-wpx-322 {
  max-width: 322px;
}
.max-hpx-323 {
  max-height: 323px;
}
.max-wpx-323 {
  max-width: 323px;
}
.max-hpx-324 {
  max-height: 324px;
}
.max-wpx-324 {
  max-width: 324px;
}
.max-hpx-325 {
  max-height: 325px;
}
.max-wpx-325 {
  max-width: 325px;
}
.max-hpx-326 {
  max-height: 326px;
}
.max-wpx-326 {
  max-width: 326px;
}
.max-hpx-327 {
  max-height: 327px;
}
.max-wpx-327 {
  max-width: 327px;
}
.max-hpx-328 {
  max-height: 328px;
}
.max-wpx-328 {
  max-width: 328px;
}
.max-hpx-329 {
  max-height: 329px;
}
.max-wpx-329 {
  max-width: 329px;
}
.max-hpx-330 {
  max-height: 330px;
}
.max-wpx-330 {
  max-width: 330px;
}
.max-hpx-331 {
  max-height: 331px;
}
.max-wpx-331 {
  max-width: 331px;
}
.max-hpx-332 {
  max-height: 332px;
}
.max-wpx-332 {
  max-width: 332px;
}
.max-hpx-333 {
  max-height: 333px;
}
.max-wpx-333 {
  max-width: 333px;
}
.max-hpx-334 {
  max-height: 334px;
}
.max-wpx-334 {
  max-width: 334px;
}
.max-hpx-335 {
  max-height: 335px;
}
.max-wpx-335 {
  max-width: 335px;
}
.max-hpx-336 {
  max-height: 336px;
}
.max-wpx-336 {
  max-width: 336px;
}
.max-hpx-337 {
  max-height: 337px;
}
.max-wpx-337 {
  max-width: 337px;
}
.max-hpx-338 {
  max-height: 338px;
}
.max-wpx-338 {
  max-width: 338px;
}
.max-hpx-339 {
  max-height: 339px;
}
.max-wpx-339 {
  max-width: 339px;
}
.max-hpx-340 {
  max-height: 340px;
}
.max-wpx-340 {
  max-width: 340px;
}
.max-hpx-341 {
  max-height: 341px;
}
.max-wpx-341 {
  max-width: 341px;
}
.max-hpx-342 {
  max-height: 342px;
}
.max-wpx-342 {
  max-width: 342px;
}
.max-hpx-343 {
  max-height: 343px;
}
.max-wpx-343 {
  max-width: 343px;
}
.max-hpx-344 {
  max-height: 344px;
}
.max-wpx-344 {
  max-width: 344px;
}
.max-hpx-345 {
  max-height: 345px;
}
.max-wpx-345 {
  max-width: 345px;
}
.max-hpx-346 {
  max-height: 346px;
}
.max-wpx-346 {
  max-width: 346px;
}
.max-hpx-347 {
  max-height: 347px;
}
.max-wpx-347 {
  max-width: 347px;
}
.max-hpx-348 {
  max-height: 348px;
}
.max-wpx-348 {
  max-width: 348px;
}
.max-hpx-349 {
  max-height: 349px;
}
.max-wpx-349 {
  max-width: 349px;
}
.max-hpx-350 {
  max-height: 350px;
}
.max-wpx-350 {
  max-width: 350px;
}
.max-hpx-351 {
  max-height: 351px;
}
.max-wpx-351 {
  max-width: 351px;
}
.max-hpx-352 {
  max-height: 352px;
}
.max-wpx-352 {
  max-width: 352px;
}
.max-hpx-353 {
  max-height: 353px;
}
.max-wpx-353 {
  max-width: 353px;
}
.max-hpx-354 {
  max-height: 354px;
}
.max-wpx-354 {
  max-width: 354px;
}
.max-hpx-355 {
  max-height: 355px;
}
.max-wpx-355 {
  max-width: 355px;
}
.max-hpx-356 {
  max-height: 356px;
}
.max-wpx-356 {
  max-width: 356px;
}
.max-hpx-357 {
  max-height: 357px;
}
.max-wpx-357 {
  max-width: 357px;
}
.max-hpx-358 {
  max-height: 358px;
}
.max-wpx-358 {
  max-width: 358px;
}
.max-hpx-359 {
  max-height: 359px;
}
.max-wpx-359 {
  max-width: 359px;
}
.max-hpx-360 {
  max-height: 360px;
}
.max-wpx-360 {
  max-width: 360px;
}
.max-hpx-361 {
  max-height: 361px;
}
.max-wpx-361 {
  max-width: 361px;
}
.max-hpx-362 {
  max-height: 362px;
}
.max-wpx-362 {
  max-width: 362px;
}
.max-hpx-363 {
  max-height: 363px;
}
.max-wpx-363 {
  max-width: 363px;
}
.max-hpx-364 {
  max-height: 364px;
}
.max-wpx-364 {
  max-width: 364px;
}
.max-hpx-365 {
  max-height: 365px;
}
.max-wpx-365 {
  max-width: 365px;
}
.max-hpx-366 {
  max-height: 366px;
}
.max-wpx-366 {
  max-width: 366px;
}
.max-hpx-367 {
  max-height: 367px;
}
.max-wpx-367 {
  max-width: 367px;
}
.max-hpx-368 {
  max-height: 368px;
}
.max-wpx-368 {
  max-width: 368px;
}
.max-hpx-369 {
  max-height: 369px;
}
.max-wpx-369 {
  max-width: 369px;
}
.max-hpx-370 {
  max-height: 370px;
}
.max-wpx-370 {
  max-width: 370px;
}
.max-hpx-371 {
  max-height: 371px;
}
.max-wpx-371 {
  max-width: 371px;
}
.max-hpx-372 {
  max-height: 372px;
}
.max-wpx-372 {
  max-width: 372px;
}
.max-hpx-373 {
  max-height: 373px;
}
.max-wpx-373 {
  max-width: 373px;
}
.max-hpx-374 {
  max-height: 374px;
}
.max-wpx-374 {
  max-width: 374px;
}
.max-hpx-375 {
  max-height: 375px;
}
.max-wpx-375 {
  max-width: 375px;
}
.max-hpx-376 {
  max-height: 376px;
}
.max-wpx-376 {
  max-width: 376px;
}
.max-hpx-377 {
  max-height: 377px;
}
.max-wpx-377 {
  max-width: 377px;
}
.max-hpx-378 {
  max-height: 378px;
}
.max-wpx-378 {
  max-width: 378px;
}
.max-hpx-379 {
  max-height: 379px;
}
.max-wpx-379 {
  max-width: 379px;
}
.max-hpx-380 {
  max-height: 380px;
}
.max-wpx-380 {
  max-width: 380px;
}
.max-hpx-381 {
  max-height: 381px;
}
.max-wpx-381 {
  max-width: 381px;
}
.max-hpx-382 {
  max-height: 382px;
}
.max-wpx-382 {
  max-width: 382px;
}
.max-hpx-383 {
  max-height: 383px;
}
.max-wpx-383 {
  max-width: 383px;
}
.max-hpx-384 {
  max-height: 384px;
}
.max-wpx-384 {
  max-width: 384px;
}
.max-hpx-385 {
  max-height: 385px;
}
.max-wpx-385 {
  max-width: 385px;
}
.max-hpx-386 {
  max-height: 386px;
}
.max-wpx-386 {
  max-width: 386px;
}
.max-hpx-387 {
  max-height: 387px;
}
.max-wpx-387 {
  max-width: 387px;
}
.max-hpx-388 {
  max-height: 388px;
}
.max-wpx-388 {
  max-width: 388px;
}
.max-hpx-389 {
  max-height: 389px;
}
.max-wpx-389 {
  max-width: 389px;
}
.max-hpx-390 {
  max-height: 390px;
}
.max-wpx-390 {
  max-width: 390px;
}
.max-hpx-391 {
  max-height: 391px;
}
.max-wpx-391 {
  max-width: 391px;
}
.max-hpx-392 {
  max-height: 392px;
}
.max-wpx-392 {
  max-width: 392px;
}
.max-hpx-393 {
  max-height: 393px;
}
.max-wpx-393 {
  max-width: 393px;
}
.max-hpx-394 {
  max-height: 394px;
}
.max-wpx-394 {
  max-width: 394px;
}
.max-hpx-395 {
  max-height: 395px;
}
.max-wpx-395 {
  max-width: 395px;
}
.max-hpx-396 {
  max-height: 396px;
}
.max-wpx-396 {
  max-width: 396px;
}
.max-hpx-397 {
  max-height: 397px;
}
.max-wpx-397 {
  max-width: 397px;
}
.max-hpx-398 {
  max-height: 398px;
}
.max-wpx-398 {
  max-width: 398px;
}
.max-hpx-399 {
  max-height: 399px;
}
.max-wpx-399 {
  max-width: 399px;
}
.max-hpx-400 {
  max-height: 400px;
}
.max-wpx-400 {
  max-width: 400px;
}
.max-hpx-401 {
  max-height: 401px;
}
.max-wpx-401 {
  max-width: 401px;
}
.max-hpx-402 {
  max-height: 402px;
}
.max-wpx-402 {
  max-width: 402px;
}
.max-hpx-403 {
  max-height: 403px;
}
.max-wpx-403 {
  max-width: 403px;
}
.max-hpx-404 {
  max-height: 404px;
}
.max-wpx-404 {
  max-width: 404px;
}
.max-hpx-405 {
  max-height: 405px;
}
.max-wpx-405 {
  max-width: 405px;
}
.max-hpx-406 {
  max-height: 406px;
}
.max-wpx-406 {
  max-width: 406px;
}
.max-hpx-407 {
  max-height: 407px;
}
.max-wpx-407 {
  max-width: 407px;
}
.max-hpx-408 {
  max-height: 408px;
}
.max-wpx-408 {
  max-width: 408px;
}
.max-hpx-409 {
  max-height: 409px;
}
.max-wpx-409 {
  max-width: 409px;
}
.max-hpx-410 {
  max-height: 410px;
}
.max-wpx-410 {
  max-width: 410px;
}
.max-hpx-411 {
  max-height: 411px;
}
.max-wpx-411 {
  max-width: 411px;
}
.max-hpx-412 {
  max-height: 412px;
}
.max-wpx-412 {
  max-width: 412px;
}
.max-hpx-413 {
  max-height: 413px;
}
.max-wpx-413 {
  max-width: 413px;
}
.max-hpx-414 {
  max-height: 414px;
}
.max-wpx-414 {
  max-width: 414px;
}
.max-hpx-415 {
  max-height: 415px;
}
.max-wpx-415 {
  max-width: 415px;
}
.max-hpx-416 {
  max-height: 416px;
}
.max-wpx-416 {
  max-width: 416px;
}
.max-hpx-417 {
  max-height: 417px;
}
.max-wpx-417 {
  max-width: 417px;
}
.max-hpx-418 {
  max-height: 418px;
}
.max-wpx-418 {
  max-width: 418px;
}
.max-hpx-419 {
  max-height: 419px;
}
.max-wpx-419 {
  max-width: 419px;
}
.max-hpx-420 {
  max-height: 420px;
}
.max-wpx-420 {
  max-width: 420px;
}
.max-hpx-421 {
  max-height: 421px;
}
.max-wpx-421 {
  max-width: 421px;
}
.max-hpx-422 {
  max-height: 422px;
}
.max-wpx-422 {
  max-width: 422px;
}
.max-hpx-423 {
  max-height: 423px;
}
.max-wpx-423 {
  max-width: 423px;
}
.max-hpx-424 {
  max-height: 424px;
}
.max-wpx-424 {
  max-width: 424px;
}
.max-hpx-425 {
  max-height: 425px;
}
.max-wpx-425 {
  max-width: 425px;
}
.max-hpx-426 {
  max-height: 426px;
}
.max-wpx-426 {
  max-width: 426px;
}
.max-hpx-427 {
  max-height: 427px;
}
.max-wpx-427 {
  max-width: 427px;
}
.max-hpx-428 {
  max-height: 428px;
}
.max-wpx-428 {
  max-width: 428px;
}
.max-hpx-429 {
  max-height: 429px;
}
.max-wpx-429 {
  max-width: 429px;
}
.max-hpx-430 {
  max-height: 430px;
}
.max-wpx-430 {
  max-width: 430px;
}
.max-hpx-431 {
  max-height: 431px;
}
.max-wpx-431 {
  max-width: 431px;
}
.max-hpx-432 {
  max-height: 432px;
}
.max-wpx-432 {
  max-width: 432px;
}
.max-hpx-433 {
  max-height: 433px;
}
.max-wpx-433 {
  max-width: 433px;
}
.max-hpx-434 {
  max-height: 434px;
}
.max-wpx-434 {
  max-width: 434px;
}
.max-hpx-435 {
  max-height: 435px;
}
.max-wpx-435 {
  max-width: 435px;
}
.max-hpx-436 {
  max-height: 436px;
}
.max-wpx-436 {
  max-width: 436px;
}
.max-hpx-437 {
  max-height: 437px;
}
.max-wpx-437 {
  max-width: 437px;
}
.max-hpx-438 {
  max-height: 438px;
}
.max-wpx-438 {
  max-width: 438px;
}
.max-hpx-439 {
  max-height: 439px;
}
.max-wpx-439 {
  max-width: 439px;
}
.max-hpx-440 {
  max-height: 440px;
}
.max-wpx-440 {
  max-width: 440px;
}
.max-hpx-441 {
  max-height: 441px;
}
.max-wpx-441 {
  max-width: 441px;
}
.max-hpx-442 {
  max-height: 442px;
}
.max-wpx-442 {
  max-width: 442px;
}
.max-hpx-443 {
  max-height: 443px;
}
.max-wpx-443 {
  max-width: 443px;
}
.max-hpx-444 {
  max-height: 444px;
}
.max-wpx-444 {
  max-width: 444px;
}
.max-hpx-445 {
  max-height: 445px;
}
.max-wpx-445 {
  max-width: 445px;
}
.max-hpx-446 {
  max-height: 446px;
}
.max-wpx-446 {
  max-width: 446px;
}
.max-hpx-447 {
  max-height: 447px;
}
.max-wpx-447 {
  max-width: 447px;
}
.max-hpx-448 {
  max-height: 448px;
}
.max-wpx-448 {
  max-width: 448px;
}
.max-hpx-449 {
  max-height: 449px;
}
.max-wpx-449 {
  max-width: 449px;
}
.max-hpx-450 {
  max-height: 450px;
}
.max-wpx-450 {
  max-width: 450px;
}
.max-hpx-451 {
  max-height: 451px;
}
.max-wpx-451 {
  max-width: 451px;
}
.max-hpx-452 {
  max-height: 452px;
}
.max-wpx-452 {
  max-width: 452px;
}
.max-hpx-453 {
  max-height: 453px;
}
.max-wpx-453 {
  max-width: 453px;
}
.max-hpx-454 {
  max-height: 454px;
}
.max-wpx-454 {
  max-width: 454px;
}
.max-hpx-455 {
  max-height: 455px;
}
.max-wpx-455 {
  max-width: 455px;
}
.max-hpx-456 {
  max-height: 456px;
}
.max-wpx-456 {
  max-width: 456px;
}
.max-hpx-457 {
  max-height: 457px;
}
.max-wpx-457 {
  max-width: 457px;
}
.max-hpx-458 {
  max-height: 458px;
}
.max-wpx-458 {
  max-width: 458px;
}
.max-hpx-459 {
  max-height: 459px;
}
.max-wpx-459 {
  max-width: 459px;
}
.max-hpx-460 {
  max-height: 460px;
}
.max-wpx-460 {
  max-width: 460px;
}
.max-hpx-461 {
  max-height: 461px;
}
.max-wpx-461 {
  max-width: 461px;
}
.max-hpx-462 {
  max-height: 462px;
}
.max-wpx-462 {
  max-width: 462px;
}
.max-hpx-463 {
  max-height: 463px;
}
.max-wpx-463 {
  max-width: 463px;
}
.max-hpx-464 {
  max-height: 464px;
}
.max-wpx-464 {
  max-width: 464px;
}
.max-hpx-465 {
  max-height: 465px;
}
.max-wpx-465 {
  max-width: 465px;
}
.max-hpx-466 {
  max-height: 466px;
}
.max-wpx-466 {
  max-width: 466px;
}
.max-hpx-467 {
  max-height: 467px;
}
.max-wpx-467 {
  max-width: 467px;
}
.max-hpx-468 {
  max-height: 468px;
}
.max-wpx-468 {
  max-width: 468px;
}
.max-hpx-469 {
  max-height: 469px;
}
.max-wpx-469 {
  max-width: 469px;
}
.max-hpx-470 {
  max-height: 470px;
}
.max-wpx-470 {
  max-width: 470px;
}
.max-hpx-471 {
  max-height: 471px;
}
.max-wpx-471 {
  max-width: 471px;
}
.max-hpx-472 {
  max-height: 472px;
}
.max-wpx-472 {
  max-width: 472px;
}
.max-hpx-473 {
  max-height: 473px;
}
.max-wpx-473 {
  max-width: 473px;
}
.max-hpx-474 {
  max-height: 474px;
}
.max-wpx-474 {
  max-width: 474px;
}
.max-hpx-475 {
  max-height: 475px;
}
.max-wpx-475 {
  max-width: 475px;
}
.max-hpx-476 {
  max-height: 476px;
}
.max-wpx-476 {
  max-width: 476px;
}
.max-hpx-477 {
  max-height: 477px;
}
.max-wpx-477 {
  max-width: 477px;
}
.max-hpx-478 {
  max-height: 478px;
}
.max-wpx-478 {
  max-width: 478px;
}
.max-hpx-479 {
  max-height: 479px;
}
.max-wpx-479 {
  max-width: 479px;
}
.max-hpx-480 {
  max-height: 480px;
}
.max-wpx-480 {
  max-width: 480px;
}
.max-hpx-481 {
  max-height: 481px;
}
.max-wpx-481 {
  max-width: 481px;
}
.max-hpx-482 {
  max-height: 482px;
}
.max-wpx-482 {
  max-width: 482px;
}
.max-hpx-483 {
  max-height: 483px;
}
.max-wpx-483 {
  max-width: 483px;
}
.max-hpx-484 {
  max-height: 484px;
}
.max-wpx-484 {
  max-width: 484px;
}
.max-hpx-485 {
  max-height: 485px;
}
.max-wpx-485 {
  max-width: 485px;
}
.max-hpx-486 {
  max-height: 486px;
}
.max-wpx-486 {
  max-width: 486px;
}
.max-hpx-487 {
  max-height: 487px;
}
.max-wpx-487 {
  max-width: 487px;
}
.max-hpx-488 {
  max-height: 488px;
}
.max-wpx-488 {
  max-width: 488px;
}
.max-hpx-489 {
  max-height: 489px;
}
.max-wpx-489 {
  max-width: 489px;
}
.max-hpx-490 {
  max-height: 490px;
}
.max-wpx-490 {
  max-width: 490px;
}
.max-hpx-491 {
  max-height: 491px;
}
.max-wpx-491 {
  max-width: 491px;
}
.max-hpx-492 {
  max-height: 492px;
}
.max-wpx-492 {
  max-width: 492px;
}
.max-hpx-493 {
  max-height: 493px;
}
.max-wpx-493 {
  max-width: 493px;
}
.max-hpx-494 {
  max-height: 494px;
}
.max-wpx-494 {
  max-width: 494px;
}
.max-hpx-495 {
  max-height: 495px;
}
.max-wpx-495 {
  max-width: 495px;
}
.max-hpx-496 {
  max-height: 496px;
}
.max-wpx-496 {
  max-width: 496px;
}
.max-hpx-497 {
  max-height: 497px;
}
.max-wpx-497 {
  max-width: 497px;
}
.max-hpx-498 {
  max-height: 498px;
}
.max-wpx-498 {
  max-width: 498px;
}
.max-hpx-499 {
  max-height: 499px;
}
.max-wpx-499 {
  max-width: 499px;
}
.max-hpx-500 {
  max-height: 500px;
}
.max-wpx-500 {
  max-width: 500px;
}
.max-hpx-501 {
  max-height: 501px;
}
.max-wpx-501 {
  max-width: 501px;
}
.max-hpx-502 {
  max-height: 502px;
}
.max-wpx-502 {
  max-width: 502px;
}
.max-hpx-503 {
  max-height: 503px;
}
.max-wpx-503 {
  max-width: 503px;
}
.max-hpx-504 {
  max-height: 504px;
}
.max-wpx-504 {
  max-width: 504px;
}
.max-hpx-505 {
  max-height: 505px;
}
.max-wpx-505 {
  max-width: 505px;
}
.max-hpx-506 {
  max-height: 506px;
}
.max-wpx-506 {
  max-width: 506px;
}
.max-hpx-507 {
  max-height: 507px;
}
.max-wpx-507 {
  max-width: 507px;
}
.max-hpx-508 {
  max-height: 508px;
}
.max-wpx-508 {
  max-width: 508px;
}
.max-hpx-509 {
  max-height: 509px;
}
.max-wpx-509 {
  max-width: 509px;
}
.max-hpx-510 {
  max-height: 510px;
}
.max-wpx-510 {
  max-width: 510px;
}
.max-hpx-511 {
  max-height: 511px;
}
.max-wpx-511 {
  max-width: 511px;
}
.max-hpx-512 {
  max-height: 512px;
}
.max-wpx-512 {
  max-width: 512px;
}
.max-hpx-513 {
  max-height: 513px;
}
.max-wpx-513 {
  max-width: 513px;
}
.max-hpx-514 {
  max-height: 514px;
}
.max-wpx-514 {
  max-width: 514px;
}
.max-hpx-515 {
  max-height: 515px;
}
.max-wpx-515 {
  max-width: 515px;
}
.max-hpx-516 {
  max-height: 516px;
}
.max-wpx-516 {
  max-width: 516px;
}
.max-hpx-517 {
  max-height: 517px;
}
.max-wpx-517 {
  max-width: 517px;
}
.max-hpx-518 {
  max-height: 518px;
}
.max-wpx-518 {
  max-width: 518px;
}
.max-hpx-519 {
  max-height: 519px;
}
.max-wpx-519 {
  max-width: 519px;
}
.max-hpx-520 {
  max-height: 520px;
}
.max-wpx-520 {
  max-width: 520px;
}
.max-hpx-521 {
  max-height: 521px;
}
.max-wpx-521 {
  max-width: 521px;
}
.max-hpx-522 {
  max-height: 522px;
}
.max-wpx-522 {
  max-width: 522px;
}
.max-hpx-523 {
  max-height: 523px;
}
.max-wpx-523 {
  max-width: 523px;
}
.max-hpx-524 {
  max-height: 524px;
}
.max-wpx-524 {
  max-width: 524px;
}
.max-hpx-525 {
  max-height: 525px;
}
.max-wpx-525 {
  max-width: 525px;
}
.max-hpx-526 {
  max-height: 526px;
}
.max-wpx-526 {
  max-width: 526px;
}
.max-hpx-527 {
  max-height: 527px;
}
.max-wpx-527 {
  max-width: 527px;
}
.max-hpx-528 {
  max-height: 528px;
}
.max-wpx-528 {
  max-width: 528px;
}
.max-hpx-529 {
  max-height: 529px;
}
.max-wpx-529 {
  max-width: 529px;
}
.max-hpx-530 {
  max-height: 530px;
}
.max-wpx-530 {
  max-width: 530px;
}
.max-hpx-531 {
  max-height: 531px;
}
.max-wpx-531 {
  max-width: 531px;
}
.max-hpx-532 {
  max-height: 532px;
}
.max-wpx-532 {
  max-width: 532px;
}
.max-hpx-533 {
  max-height: 533px;
}
.max-wpx-533 {
  max-width: 533px;
}
.max-hpx-534 {
  max-height: 534px;
}
.max-wpx-534 {
  max-width: 534px;
}
.max-hpx-535 {
  max-height: 535px;
}
.max-wpx-535 {
  max-width: 535px;
}
.max-hpx-536 {
  max-height: 536px;
}
.max-wpx-536 {
  max-width: 536px;
}
.max-hpx-537 {
  max-height: 537px;
}
.max-wpx-537 {
  max-width: 537px;
}
.max-hpx-538 {
  max-height: 538px;
}
.max-wpx-538 {
  max-width: 538px;
}
.max-hpx-539 {
  max-height: 539px;
}
.max-wpx-539 {
  max-width: 539px;
}
.max-hpx-540 {
  max-height: 540px;
}
.max-wpx-540 {
  max-width: 540px;
}
.max-hpx-541 {
  max-height: 541px;
}
.max-wpx-541 {
  max-width: 541px;
}
.max-hpx-542 {
  max-height: 542px;
}
.max-wpx-542 {
  max-width: 542px;
}
.max-hpx-543 {
  max-height: 543px;
}
.max-wpx-543 {
  max-width: 543px;
}
.max-hpx-544 {
  max-height: 544px;
}
.max-wpx-544 {
  max-width: 544px;
}
.max-hpx-545 {
  max-height: 545px;
}
.max-wpx-545 {
  max-width: 545px;
}
.max-hpx-546 {
  max-height: 546px;
}
.max-wpx-546 {
  max-width: 546px;
}
.max-hpx-547 {
  max-height: 547px;
}
.max-wpx-547 {
  max-width: 547px;
}
.max-hpx-548 {
  max-height: 548px;
}
.max-wpx-548 {
  max-width: 548px;
}
.max-hpx-549 {
  max-height: 549px;
}
.max-wpx-549 {
  max-width: 549px;
}
.max-hpx-550 {
  max-height: 550px;
}
.max-wpx-550 {
  max-width: 550px;
}
.max-hpx-551 {
  max-height: 551px;
}
.max-wpx-551 {
  max-width: 551px;
}
.max-hpx-552 {
  max-height: 552px;
}
.max-wpx-552 {
  max-width: 552px;
}
.max-hpx-553 {
  max-height: 553px;
}
.max-wpx-553 {
  max-width: 553px;
}
.max-hpx-554 {
  max-height: 554px;
}
.max-wpx-554 {
  max-width: 554px;
}
.max-hpx-555 {
  max-height: 555px;
}
.max-wpx-555 {
  max-width: 555px;
}
.max-hpx-556 {
  max-height: 556px;
}
.max-wpx-556 {
  max-width: 556px;
}
.max-hpx-557 {
  max-height: 557px;
}
.max-wpx-557 {
  max-width: 557px;
}
.max-hpx-558 {
  max-height: 558px;
}
.max-wpx-558 {
  max-width: 558px;
}
.max-hpx-559 {
  max-height: 559px;
}
.max-wpx-559 {
  max-width: 559px;
}
.max-hpx-560 {
  max-height: 560px;
}
.max-wpx-560 {
  max-width: 560px;
}
.max-hpx-561 {
  max-height: 561px;
}
.max-wpx-561 {
  max-width: 561px;
}
.max-hpx-562 {
  max-height: 562px;
}
.max-wpx-562 {
  max-width: 562px;
}
.max-hpx-563 {
  max-height: 563px;
}
.max-wpx-563 {
  max-width: 563px;
}
.max-hpx-564 {
  max-height: 564px;
}
.max-wpx-564 {
  max-width: 564px;
}
.max-hpx-565 {
  max-height: 565px;
}
.max-wpx-565 {
  max-width: 565px;
}
.max-hpx-566 {
  max-height: 566px;
}
.max-wpx-566 {
  max-width: 566px;
}
.max-hpx-567 {
  max-height: 567px;
}
.max-wpx-567 {
  max-width: 567px;
}
.max-hpx-568 {
  max-height: 568px;
}
.max-wpx-568 {
  max-width: 568px;
}
.max-hpx-569 {
  max-height: 569px;
}
.max-wpx-569 {
  max-width: 569px;
}
.max-hpx-570 {
  max-height: 570px;
}
.max-wpx-570 {
  max-width: 570px;
}
.max-hpx-571 {
  max-height: 571px;
}
.max-wpx-571 {
  max-width: 571px;
}
.max-hpx-572 {
  max-height: 572px;
}
.max-wpx-572 {
  max-width: 572px;
}
.max-hpx-573 {
  max-height: 573px;
}
.max-wpx-573 {
  max-width: 573px;
}
.max-hpx-574 {
  max-height: 574px;
}
.max-wpx-574 {
  max-width: 574px;
}
.max-hpx-575 {
  max-height: 575px;
}
.max-wpx-575 {
  max-width: 575px;
}
.max-hpx-576 {
  max-height: 576px;
}
.max-wpx-576 {
  max-width: 576px;
}
.max-hpx-577 {
  max-height: 577px;
}
.max-wpx-577 {
  max-width: 577px;
}
.max-hpx-578 {
  max-height: 578px;
}
.max-wpx-578 {
  max-width: 578px;
}
.max-hpx-579 {
  max-height: 579px;
}
.max-wpx-579 {
  max-width: 579px;
}
.max-hpx-580 {
  max-height: 580px;
}
.max-wpx-580 {
  max-width: 580px;
}
.max-hpx-581 {
  max-height: 581px;
}
.max-wpx-581 {
  max-width: 581px;
}
.max-hpx-582 {
  max-height: 582px;
}
.max-wpx-582 {
  max-width: 582px;
}
.max-hpx-583 {
  max-height: 583px;
}
.max-wpx-583 {
  max-width: 583px;
}
.max-hpx-584 {
  max-height: 584px;
}
.max-wpx-584 {
  max-width: 584px;
}
.max-hpx-585 {
  max-height: 585px;
}
.max-wpx-585 {
  max-width: 585px;
}
.max-hpx-586 {
  max-height: 586px;
}
.max-wpx-586 {
  max-width: 586px;
}
.max-hpx-587 {
  max-height: 587px;
}
.max-wpx-587 {
  max-width: 587px;
}
.max-hpx-588 {
  max-height: 588px;
}
.max-wpx-588 {
  max-width: 588px;
}
.max-hpx-589 {
  max-height: 589px;
}
.max-wpx-589 {
  max-width: 589px;
}
.max-hpx-590 {
  max-height: 590px;
}
.max-wpx-590 {
  max-width: 590px;
}
.max-hpx-591 {
  max-height: 591px;
}
.max-wpx-591 {
  max-width: 591px;
}
.max-hpx-592 {
  max-height: 592px;
}
.max-wpx-592 {
  max-width: 592px;
}
.max-hpx-593 {
  max-height: 593px;
}
.max-wpx-593 {
  max-width: 593px;
}
.max-hpx-594 {
  max-height: 594px;
}
.max-wpx-594 {
  max-width: 594px;
}
.max-hpx-595 {
  max-height: 595px;
}
.max-wpx-595 {
  max-width: 595px;
}
.max-hpx-596 {
  max-height: 596px;
}
.max-wpx-596 {
  max-width: 596px;
}
.max-hpx-597 {
  max-height: 597px;
}
.max-wpx-597 {
  max-width: 597px;
}
.max-hpx-598 {
  max-height: 598px;
}
.max-wpx-598 {
  max-width: 598px;
}
.max-hpx-599 {
  max-height: 599px;
}
.max-wpx-599 {
  max-width: 599px;
}
.max-hpx-600 {
  max-height: 600px;
}
.max-wpx-600 {
  max-width: 600px;
}
.max-hpx-601 {
  max-height: 601px;
}
.max-wpx-601 {
  max-width: 601px;
}
.max-hpx-602 {
  max-height: 602px;
}
.max-wpx-602 {
  max-width: 602px;
}
.max-hpx-603 {
  max-height: 603px;
}
.max-wpx-603 {
  max-width: 603px;
}
.max-hpx-604 {
  max-height: 604px;
}
.max-wpx-604 {
  max-width: 604px;
}
.max-hpx-605 {
  max-height: 605px;
}
.max-wpx-605 {
  max-width: 605px;
}
.max-hpx-606 {
  max-height: 606px;
}
.max-wpx-606 {
  max-width: 606px;
}
.max-hpx-607 {
  max-height: 607px;
}
.max-wpx-607 {
  max-width: 607px;
}
.max-hpx-608 {
  max-height: 608px;
}
.max-wpx-608 {
  max-width: 608px;
}
.max-hpx-609 {
  max-height: 609px;
}
.max-wpx-609 {
  max-width: 609px;
}
.max-hpx-610 {
  max-height: 610px;
}
.max-wpx-610 {
  max-width: 610px;
}
.max-hpx-611 {
  max-height: 611px;
}
.max-wpx-611 {
  max-width: 611px;
}
.max-hpx-612 {
  max-height: 612px;
}
.max-wpx-612 {
  max-width: 612px;
}
.max-hpx-613 {
  max-height: 613px;
}
.max-wpx-613 {
  max-width: 613px;
}
.max-hpx-614 {
  max-height: 614px;
}
.max-wpx-614 {
  max-width: 614px;
}
.max-hpx-615 {
  max-height: 615px;
}
.max-wpx-615 {
  max-width: 615px;
}
.max-hpx-616 {
  max-height: 616px;
}
.max-wpx-616 {
  max-width: 616px;
}
.max-hpx-617 {
  max-height: 617px;
}
.max-wpx-617 {
  max-width: 617px;
}
.max-hpx-618 {
  max-height: 618px;
}
.max-wpx-618 {
  max-width: 618px;
}
.max-hpx-619 {
  max-height: 619px;
}
.max-wpx-619 {
  max-width: 619px;
}
.max-hpx-620 {
  max-height: 620px;
}
.max-wpx-620 {
  max-width: 620px;
}
.max-hpx-621 {
  max-height: 621px;
}
.max-wpx-621 {
  max-width: 621px;
}
.max-hpx-622 {
  max-height: 622px;
}
.max-wpx-622 {
  max-width: 622px;
}
.max-hpx-623 {
  max-height: 623px;
}
.max-wpx-623 {
  max-width: 623px;
}
.max-hpx-624 {
  max-height: 624px;
}
.max-wpx-624 {
  max-width: 624px;
}
.max-hpx-625 {
  max-height: 625px;
}
.max-wpx-625 {
  max-width: 625px;
}
.max-hpx-626 {
  max-height: 626px;
}
.max-wpx-626 {
  max-width: 626px;
}
.max-hpx-627 {
  max-height: 627px;
}
.max-wpx-627 {
  max-width: 627px;
}
.max-hpx-628 {
  max-height: 628px;
}
.max-wpx-628 {
  max-width: 628px;
}
.max-hpx-629 {
  max-height: 629px;
}
.max-wpx-629 {
  max-width: 629px;
}
.max-hpx-630 {
  max-height: 630px;
}
.max-wpx-630 {
  max-width: 630px;
}
.max-hpx-631 {
  max-height: 631px;
}
.max-wpx-631 {
  max-width: 631px;
}
.max-hpx-632 {
  max-height: 632px;
}
.max-wpx-632 {
  max-width: 632px;
}
.max-hpx-633 {
  max-height: 633px;
}
.max-wpx-633 {
  max-width: 633px;
}
.max-hpx-634 {
  max-height: 634px;
}
.max-wpx-634 {
  max-width: 634px;
}
.max-hpx-635 {
  max-height: 635px;
}
.max-wpx-635 {
  max-width: 635px;
}
.max-hpx-636 {
  max-height: 636px;
}
.max-wpx-636 {
  max-width: 636px;
}
.max-hpx-637 {
  max-height: 637px;
}
.max-wpx-637 {
  max-width: 637px;
}
.max-hpx-638 {
  max-height: 638px;
}
.max-wpx-638 {
  max-width: 638px;
}
.max-hpx-639 {
  max-height: 639px;
}
.max-wpx-639 {
  max-width: 639px;
}
.max-hpx-640 {
  max-height: 640px;
}
.max-wpx-640 {
  max-width: 640px;
}
.max-hpx-641 {
  max-height: 641px;
}
.max-wpx-641 {
  max-width: 641px;
}
.max-hpx-642 {
  max-height: 642px;
}
.max-wpx-642 {
  max-width: 642px;
}
.max-hpx-643 {
  max-height: 643px;
}
.max-wpx-643 {
  max-width: 643px;
}
.max-hpx-644 {
  max-height: 644px;
}
.max-wpx-644 {
  max-width: 644px;
}
.max-hpx-645 {
  max-height: 645px;
}
.max-wpx-645 {
  max-width: 645px;
}
.max-hpx-646 {
  max-height: 646px;
}
.max-wpx-646 {
  max-width: 646px;
}
.max-hpx-647 {
  max-height: 647px;
}
.max-wpx-647 {
  max-width: 647px;
}
.max-hpx-648 {
  max-height: 648px;
}
.max-wpx-648 {
  max-width: 648px;
}
.max-hpx-649 {
  max-height: 649px;
}
.max-wpx-649 {
  max-width: 649px;
}
.max-hpx-650 {
  max-height: 650px;
}
.max-wpx-650 {
  max-width: 650px;
}
.max-hpx-651 {
  max-height: 651px;
}
.max-wpx-651 {
  max-width: 651px;
}
.max-hpx-652 {
  max-height: 652px;
}
.max-wpx-652 {
  max-width: 652px;
}
.max-hpx-653 {
  max-height: 653px;
}
.max-wpx-653 {
  max-width: 653px;
}
.max-hpx-654 {
  max-height: 654px;
}
.max-wpx-654 {
  max-width: 654px;
}
.max-hpx-655 {
  max-height: 655px;
}
.max-wpx-655 {
  max-width: 655px;
}
.max-hpx-656 {
  max-height: 656px;
}
.max-wpx-656 {
  max-width: 656px;
}
.max-hpx-657 {
  max-height: 657px;
}
.max-wpx-657 {
  max-width: 657px;
}
.max-hpx-658 {
  max-height: 658px;
}
.max-wpx-658 {
  max-width: 658px;
}
.max-hpx-659 {
  max-height: 659px;
}
.max-wpx-659 {
  max-width: 659px;
}
.max-hpx-660 {
  max-height: 660px;
}
.max-wpx-660 {
  max-width: 660px;
}
.max-hpx-661 {
  max-height: 661px;
}
.max-wpx-661 {
  max-width: 661px;
}
.max-hpx-662 {
  max-height: 662px;
}
.max-wpx-662 {
  max-width: 662px;
}
.max-hpx-663 {
  max-height: 663px;
}
.max-wpx-663 {
  max-width: 663px;
}
.max-hpx-664 {
  max-height: 664px;
}
.max-wpx-664 {
  max-width: 664px;
}
.max-hpx-665 {
  max-height: 665px;
}
.max-wpx-665 {
  max-width: 665px;
}
.max-hpx-666 {
  max-height: 666px;
}
.max-wpx-666 {
  max-width: 666px;
}
.max-hpx-667 {
  max-height: 667px;
}
.max-wpx-667 {
  max-width: 667px;
}
.max-hpx-668 {
  max-height: 668px;
}
.max-wpx-668 {
  max-width: 668px;
}
.max-hpx-669 {
  max-height: 669px;
}
.max-wpx-669 {
  max-width: 669px;
}
.max-hpx-670 {
  max-height: 670px;
}
.max-wpx-670 {
  max-width: 670px;
}
.max-hpx-671 {
  max-height: 671px;
}
.max-wpx-671 {
  max-width: 671px;
}
.max-hpx-672 {
  max-height: 672px;
}
.max-wpx-672 {
  max-width: 672px;
}
.max-hpx-673 {
  max-height: 673px;
}
.max-wpx-673 {
  max-width: 673px;
}
.max-hpx-674 {
  max-height: 674px;
}
.max-wpx-674 {
  max-width: 674px;
}
.max-hpx-675 {
  max-height: 675px;
}
.max-wpx-675 {
  max-width: 675px;
}
.max-hpx-676 {
  max-height: 676px;
}
.max-wpx-676 {
  max-width: 676px;
}
.max-hpx-677 {
  max-height: 677px;
}
.max-wpx-677 {
  max-width: 677px;
}
.max-hpx-678 {
  max-height: 678px;
}
.max-wpx-678 {
  max-width: 678px;
}
.max-hpx-679 {
  max-height: 679px;
}
.max-wpx-679 {
  max-width: 679px;
}
.max-hpx-680 {
  max-height: 680px;
}
.max-wpx-680 {
  max-width: 680px;
}
.max-hpx-681 {
  max-height: 681px;
}
.max-wpx-681 {
  max-width: 681px;
}
.max-hpx-682 {
  max-height: 682px;
}
.max-wpx-682 {
  max-width: 682px;
}
.max-hpx-683 {
  max-height: 683px;
}
.max-wpx-683 {
  max-width: 683px;
}
.max-hpx-684 {
  max-height: 684px;
}
.max-wpx-684 {
  max-width: 684px;
}
.max-hpx-685 {
  max-height: 685px;
}
.max-wpx-685 {
  max-width: 685px;
}
.max-hpx-686 {
  max-height: 686px;
}
.max-wpx-686 {
  max-width: 686px;
}
.max-hpx-687 {
  max-height: 687px;
}
.max-wpx-687 {
  max-width: 687px;
}
.max-hpx-688 {
  max-height: 688px;
}
.max-wpx-688 {
  max-width: 688px;
}
.max-hpx-689 {
  max-height: 689px;
}
.max-wpx-689 {
  max-width: 689px;
}
.max-hpx-690 {
  max-height: 690px;
}
.max-wpx-690 {
  max-width: 690px;
}
.max-hpx-691 {
  max-height: 691px;
}
.max-wpx-691 {
  max-width: 691px;
}
.max-hpx-692 {
  max-height: 692px;
}
.max-wpx-692 {
  max-width: 692px;
}
.max-hpx-693 {
  max-height: 693px;
}
.max-wpx-693 {
  max-width: 693px;
}
.max-hpx-694 {
  max-height: 694px;
}
.max-wpx-694 {
  max-width: 694px;
}
.max-hpx-695 {
  max-height: 695px;
}
.max-wpx-695 {
  max-width: 695px;
}
.max-hpx-696 {
  max-height: 696px;
}
.max-wpx-696 {
  max-width: 696px;
}
.max-hpx-697 {
  max-height: 697px;
}
.max-wpx-697 {
  max-width: 697px;
}
.max-hpx-698 {
  max-height: 698px;
}
.max-wpx-698 {
  max-width: 698px;
}
.max-hpx-699 {
  max-height: 699px;
}
.max-wpx-699 {
  max-width: 699px;
}
.max-hpx-700 {
  max-height: 700px;
}
.max-wpx-700 {
  max-width: 700px;
}
.max-hpx-701 {
  max-height: 701px;
}
.max-wpx-701 {
  max-width: 701px;
}
.max-hpx-702 {
  max-height: 702px;
}
.max-wpx-702 {
  max-width: 702px;
}
.max-hpx-703 {
  max-height: 703px;
}
.max-wpx-703 {
  max-width: 703px;
}
.max-hpx-704 {
  max-height: 704px;
}
.max-wpx-704 {
  max-width: 704px;
}
.max-hpx-705 {
  max-height: 705px;
}
.max-wpx-705 {
  max-width: 705px;
}
.max-hpx-706 {
  max-height: 706px;
}
.max-wpx-706 {
  max-width: 706px;
}
.max-hpx-707 {
  max-height: 707px;
}
.max-wpx-707 {
  max-width: 707px;
}
.max-hpx-708 {
  max-height: 708px;
}
.max-wpx-708 {
  max-width: 708px;
}
.max-hpx-709 {
  max-height: 709px;
}
.max-wpx-709 {
  max-width: 709px;
}
.max-hpx-710 {
  max-height: 710px;
}
.max-wpx-710 {
  max-width: 710px;
}
.max-hpx-711 {
  max-height: 711px;
}
.max-wpx-711 {
  max-width: 711px;
}
.max-hpx-712 {
  max-height: 712px;
}
.max-wpx-712 {
  max-width: 712px;
}
.max-hpx-713 {
  max-height: 713px;
}
.max-wpx-713 {
  max-width: 713px;
}
.max-hpx-714 {
  max-height: 714px;
}
.max-wpx-714 {
  max-width: 714px;
}
.max-hpx-715 {
  max-height: 715px;
}
.max-wpx-715 {
  max-width: 715px;
}
.max-hpx-716 {
  max-height: 716px;
}
.max-wpx-716 {
  max-width: 716px;
}
.max-hpx-717 {
  max-height: 717px;
}
.max-wpx-717 {
  max-width: 717px;
}
.max-hpx-718 {
  max-height: 718px;
}
.max-wpx-718 {
  max-width: 718px;
}
.max-hpx-719 {
  max-height: 719px;
}
.max-wpx-719 {
  max-width: 719px;
}
.max-hpx-720 {
  max-height: 720px;
}
.max-wpx-720 {
  max-width: 720px;
}
.max-hpx-721 {
  max-height: 721px;
}
.max-wpx-721 {
  max-width: 721px;
}
.max-hpx-722 {
  max-height: 722px;
}
.max-wpx-722 {
  max-width: 722px;
}
.max-hpx-723 {
  max-height: 723px;
}
.max-wpx-723 {
  max-width: 723px;
}
.max-hpx-724 {
  max-height: 724px;
}
.max-wpx-724 {
  max-width: 724px;
}
.max-hpx-725 {
  max-height: 725px;
}
.max-wpx-725 {
  max-width: 725px;
}
.max-hpx-726 {
  max-height: 726px;
}
.max-wpx-726 {
  max-width: 726px;
}
.max-hpx-727 {
  max-height: 727px;
}
.max-wpx-727 {
  max-width: 727px;
}
.max-hpx-728 {
  max-height: 728px;
}
.max-wpx-728 {
  max-width: 728px;
}
.max-hpx-729 {
  max-height: 729px;
}
.max-wpx-729 {
  max-width: 729px;
}
.max-hpx-730 {
  max-height: 730px;
}
.max-wpx-730 {
  max-width: 730px;
}
.max-hpx-731 {
  max-height: 731px;
}
.max-wpx-731 {
  max-width: 731px;
}
.max-hpx-732 {
  max-height: 732px;
}
.max-wpx-732 {
  max-width: 732px;
}
.max-hpx-733 {
  max-height: 733px;
}
.max-wpx-733 {
  max-width: 733px;
}
.max-hpx-734 {
  max-height: 734px;
}
.max-wpx-734 {
  max-width: 734px;
}
.max-hpx-735 {
  max-height: 735px;
}
.max-wpx-735 {
  max-width: 735px;
}
.max-hpx-736 {
  max-height: 736px;
}
.max-wpx-736 {
  max-width: 736px;
}
.max-hpx-737 {
  max-height: 737px;
}
.max-wpx-737 {
  max-width: 737px;
}
.max-hpx-738 {
  max-height: 738px;
}
.max-wpx-738 {
  max-width: 738px;
}
.max-hpx-739 {
  max-height: 739px;
}
.max-wpx-739 {
  max-width: 739px;
}
.max-hpx-740 {
  max-height: 740px;
}
.max-wpx-740 {
  max-width: 740px;
}
.max-hpx-741 {
  max-height: 741px;
}
.max-wpx-741 {
  max-width: 741px;
}
.max-hpx-742 {
  max-height: 742px;
}
.max-wpx-742 {
  max-width: 742px;
}
.max-hpx-743 {
  max-height: 743px;
}
.max-wpx-743 {
  max-width: 743px;
}
.max-hpx-744 {
  max-height: 744px;
}
.max-wpx-744 {
  max-width: 744px;
}
.max-hpx-745 {
  max-height: 745px;
}
.max-wpx-745 {
  max-width: 745px;
}
.max-hpx-746 {
  max-height: 746px;
}
.max-wpx-746 {
  max-width: 746px;
}
.max-hpx-747 {
  max-height: 747px;
}
.max-wpx-747 {
  max-width: 747px;
}
.max-hpx-748 {
  max-height: 748px;
}
.max-wpx-748 {
  max-width: 748px;
}
.max-hpx-749 {
  max-height: 749px;
}
.max-wpx-749 {
  max-width: 749px;
}
.max-hpx-750 {
  max-height: 750px;
}
.max-wpx-750 {
  max-width: 750px;
}
.max-hpx-751 {
  max-height: 751px;
}
.max-wpx-751 {
  max-width: 751px;
}
.max-hpx-752 {
  max-height: 752px;
}
.max-wpx-752 {
  max-width: 752px;
}
.max-hpx-753 {
  max-height: 753px;
}
.max-wpx-753 {
  max-width: 753px;
}
.max-hpx-754 {
  max-height: 754px;
}
.max-wpx-754 {
  max-width: 754px;
}
.max-hpx-755 {
  max-height: 755px;
}
.max-wpx-755 {
  max-width: 755px;
}
.max-hpx-756 {
  max-height: 756px;
}
.max-wpx-756 {
  max-width: 756px;
}
.max-hpx-757 {
  max-height: 757px;
}
.max-wpx-757 {
  max-width: 757px;
}
.max-hpx-758 {
  max-height: 758px;
}
.max-wpx-758 {
  max-width: 758px;
}
.max-hpx-759 {
  max-height: 759px;
}
.max-wpx-759 {
  max-width: 759px;
}
.max-hpx-760 {
  max-height: 760px;
}
.max-wpx-760 {
  max-width: 760px;
}
.max-hpx-761 {
  max-height: 761px;
}
.max-wpx-761 {
  max-width: 761px;
}
.max-hpx-762 {
  max-height: 762px;
}
.max-wpx-762 {
  max-width: 762px;
}
.max-hpx-763 {
  max-height: 763px;
}
.max-wpx-763 {
  max-width: 763px;
}
.max-hpx-764 {
  max-height: 764px;
}
.max-wpx-764 {
  max-width: 764px;
}
.max-hpx-765 {
  max-height: 765px;
}
.max-wpx-765 {
  max-width: 765px;
}
.max-hpx-766 {
  max-height: 766px;
}
.max-wpx-766 {
  max-width: 766px;
}
.max-hpx-767 {
  max-height: 767px;
}
.max-wpx-767 {
  max-width: 767px;
}
.max-hpx-768 {
  max-height: 768px;
}
.max-wpx-768 {
  max-width: 768px;
}
.max-hpx-769 {
  max-height: 769px;
}
.max-wpx-769 {
  max-width: 769px;
}
.max-hpx-770 {
  max-height: 770px;
}
.max-wpx-770 {
  max-width: 770px;
}
.max-hpx-771 {
  max-height: 771px;
}
.max-wpx-771 {
  max-width: 771px;
}
.max-hpx-772 {
  max-height: 772px;
}
.max-wpx-772 {
  max-width: 772px;
}
.max-hpx-773 {
  max-height: 773px;
}
.max-wpx-773 {
  max-width: 773px;
}
.max-hpx-774 {
  max-height: 774px;
}
.max-wpx-774 {
  max-width: 774px;
}
.max-hpx-775 {
  max-height: 775px;
}
.max-wpx-775 {
  max-width: 775px;
}
.max-hpx-776 {
  max-height: 776px;
}
.max-wpx-776 {
  max-width: 776px;
}
.max-hpx-777 {
  max-height: 777px;
}
.max-wpx-777 {
  max-width: 777px;
}
.max-hpx-778 {
  max-height: 778px;
}
.max-wpx-778 {
  max-width: 778px;
}
.max-hpx-779 {
  max-height: 779px;
}
.max-wpx-779 {
  max-width: 779px;
}
.max-hpx-780 {
  max-height: 780px;
}
.max-wpx-780 {
  max-width: 780px;
}
.max-hpx-781 {
  max-height: 781px;
}
.max-wpx-781 {
  max-width: 781px;
}
.max-hpx-782 {
  max-height: 782px;
}
.max-wpx-782 {
  max-width: 782px;
}
.max-hpx-783 {
  max-height: 783px;
}
.max-wpx-783 {
  max-width: 783px;
}
.max-hpx-784 {
  max-height: 784px;
}
.max-wpx-784 {
  max-width: 784px;
}
.max-hpx-785 {
  max-height: 785px;
}
.max-wpx-785 {
  max-width: 785px;
}
.max-hpx-786 {
  max-height: 786px;
}
.max-wpx-786 {
  max-width: 786px;
}
.max-hpx-787 {
  max-height: 787px;
}
.max-wpx-787 {
  max-width: 787px;
}
.max-hpx-788 {
  max-height: 788px;
}
.max-wpx-788 {
  max-width: 788px;
}
.max-hpx-789 {
  max-height: 789px;
}
.max-wpx-789 {
  max-width: 789px;
}
.max-hpx-790 {
  max-height: 790px;
}
.max-wpx-790 {
  max-width: 790px;
}
.max-hpx-791 {
  max-height: 791px;
}
.max-wpx-791 {
  max-width: 791px;
}
.max-hpx-792 {
  max-height: 792px;
}
.max-wpx-792 {
  max-width: 792px;
}
.max-hpx-793 {
  max-height: 793px;
}
.max-wpx-793 {
  max-width: 793px;
}
.max-hpx-794 {
  max-height: 794px;
}
.max-wpx-794 {
  max-width: 794px;
}
.max-hpx-795 {
  max-height: 795px;
}
.max-wpx-795 {
  max-width: 795px;
}
.max-hpx-796 {
  max-height: 796px;
}
.max-wpx-796 {
  max-width: 796px;
}
.max-hpx-797 {
  max-height: 797px;
}
.max-wpx-797 {
  max-width: 797px;
}
.max-hpx-798 {
  max-height: 798px;
}
.max-wpx-798 {
  max-width: 798px;
}
.max-hpx-799 {
  max-height: 799px;
}
.max-wpx-799 {
  max-width: 799px;
}
.max-hpx-800 {
  max-height: 800px;
}
.max-wpx-800 {
  max-width: 800px;
}
.max-hpx-801 {
  max-height: 801px;
}
.max-wpx-801 {
  max-width: 801px;
}
.max-hpx-802 {
  max-height: 802px;
}
.max-wpx-802 {
  max-width: 802px;
}
.max-hpx-803 {
  max-height: 803px;
}
.max-wpx-803 {
  max-width: 803px;
}
.max-hpx-804 {
  max-height: 804px;
}
.max-wpx-804 {
  max-width: 804px;
}
.max-hpx-805 {
  max-height: 805px;
}
.max-wpx-805 {
  max-width: 805px;
}
.max-hpx-806 {
  max-height: 806px;
}
.max-wpx-806 {
  max-width: 806px;
}
.max-hpx-807 {
  max-height: 807px;
}
.max-wpx-807 {
  max-width: 807px;
}
.max-hpx-808 {
  max-height: 808px;
}
.max-wpx-808 {
  max-width: 808px;
}
.max-hpx-809 {
  max-height: 809px;
}
.max-wpx-809 {
  max-width: 809px;
}
.max-hpx-810 {
  max-height: 810px;
}
.max-wpx-810 {
  max-width: 810px;
}
.max-hpx-811 {
  max-height: 811px;
}
.max-wpx-811 {
  max-width: 811px;
}
.max-hpx-812 {
  max-height: 812px;
}
.max-wpx-812 {
  max-width: 812px;
}
.max-hpx-813 {
  max-height: 813px;
}
.max-wpx-813 {
  max-width: 813px;
}
.max-hpx-814 {
  max-height: 814px;
}
.max-wpx-814 {
  max-width: 814px;
}
.max-hpx-815 {
  max-height: 815px;
}
.max-wpx-815 {
  max-width: 815px;
}
.max-hpx-816 {
  max-height: 816px;
}
.max-wpx-816 {
  max-width: 816px;
}
.max-hpx-817 {
  max-height: 817px;
}
.max-wpx-817 {
  max-width: 817px;
}
.max-hpx-818 {
  max-height: 818px;
}
.max-wpx-818 {
  max-width: 818px;
}
.max-hpx-819 {
  max-height: 819px;
}
.max-wpx-819 {
  max-width: 819px;
}
.max-hpx-820 {
  max-height: 820px;
}
.max-wpx-820 {
  max-width: 820px;
}
.max-hpx-821 {
  max-height: 821px;
}
.max-wpx-821 {
  max-width: 821px;
}
.max-hpx-822 {
  max-height: 822px;
}
.max-wpx-822 {
  max-width: 822px;
}
.max-hpx-823 {
  max-height: 823px;
}
.max-wpx-823 {
  max-width: 823px;
}
.max-hpx-824 {
  max-height: 824px;
}
.max-wpx-824 {
  max-width: 824px;
}
.max-hpx-825 {
  max-height: 825px;
}
.max-wpx-825 {
  max-width: 825px;
}
.max-hpx-826 {
  max-height: 826px;
}
.max-wpx-826 {
  max-width: 826px;
}
.max-hpx-827 {
  max-height: 827px;
}
.max-wpx-827 {
  max-width: 827px;
}
.max-hpx-828 {
  max-height: 828px;
}
.max-wpx-828 {
  max-width: 828px;
}
.max-hpx-829 {
  max-height: 829px;
}
.max-wpx-829 {
  max-width: 829px;
}
.max-hpx-830 {
  max-height: 830px;
}
.max-wpx-830 {
  max-width: 830px;
}
.max-hpx-831 {
  max-height: 831px;
}
.max-wpx-831 {
  max-width: 831px;
}
.max-hpx-832 {
  max-height: 832px;
}
.max-wpx-832 {
  max-width: 832px;
}
.max-hpx-833 {
  max-height: 833px;
}
.max-wpx-833 {
  max-width: 833px;
}
.max-hpx-834 {
  max-height: 834px;
}
.max-wpx-834 {
  max-width: 834px;
}
.max-hpx-835 {
  max-height: 835px;
}
.max-wpx-835 {
  max-width: 835px;
}
.max-hpx-836 {
  max-height: 836px;
}
.max-wpx-836 {
  max-width: 836px;
}
.max-hpx-837 {
  max-height: 837px;
}
.max-wpx-837 {
  max-width: 837px;
}
.max-hpx-838 {
  max-height: 838px;
}
.max-wpx-838 {
  max-width: 838px;
}
.max-hpx-839 {
  max-height: 839px;
}
.max-wpx-839 {
  max-width: 839px;
}
.max-hpx-840 {
  max-height: 840px;
}
.max-wpx-840 {
  max-width: 840px;
}
.max-hpx-841 {
  max-height: 841px;
}
.max-wpx-841 {
  max-width: 841px;
}
.max-hpx-842 {
  max-height: 842px;
}
.max-wpx-842 {
  max-width: 842px;
}
.max-hpx-843 {
  max-height: 843px;
}
.max-wpx-843 {
  max-width: 843px;
}
.max-hpx-844 {
  max-height: 844px;
}
.max-wpx-844 {
  max-width: 844px;
}
.max-hpx-845 {
  max-height: 845px;
}
.max-wpx-845 {
  max-width: 845px;
}
.max-hpx-846 {
  max-height: 846px;
}
.max-wpx-846 {
  max-width: 846px;
}
.max-hpx-847 {
  max-height: 847px;
}
.max-wpx-847 {
  max-width: 847px;
}
.max-hpx-848 {
  max-height: 848px;
}
.max-wpx-848 {
  max-width: 848px;
}
.max-hpx-849 {
  max-height: 849px;
}
.max-wpx-849 {
  max-width: 849px;
}
.max-hpx-850 {
  max-height: 850px;
}
.max-wpx-850 {
  max-width: 850px;
}
.max-hpx-851 {
  max-height: 851px;
}
.max-wpx-851 {
  max-width: 851px;
}
.max-hpx-852 {
  max-height: 852px;
}
.max-wpx-852 {
  max-width: 852px;
}
.max-hpx-853 {
  max-height: 853px;
}
.max-wpx-853 {
  max-width: 853px;
}
.max-hpx-854 {
  max-height: 854px;
}
.max-wpx-854 {
  max-width: 854px;
}
.max-hpx-855 {
  max-height: 855px;
}
.max-wpx-855 {
  max-width: 855px;
}
.max-hpx-856 {
  max-height: 856px;
}
.max-wpx-856 {
  max-width: 856px;
}
.max-hpx-857 {
  max-height: 857px;
}
.max-wpx-857 {
  max-width: 857px;
}
.max-hpx-858 {
  max-height: 858px;
}
.max-wpx-858 {
  max-width: 858px;
}
.max-hpx-859 {
  max-height: 859px;
}
.max-wpx-859 {
  max-width: 859px;
}
.max-hpx-860 {
  max-height: 860px;
}
.max-wpx-860 {
  max-width: 860px;
}
.max-hpx-861 {
  max-height: 861px;
}
.max-wpx-861 {
  max-width: 861px;
}
.max-hpx-862 {
  max-height: 862px;
}
.max-wpx-862 {
  max-width: 862px;
}
.max-hpx-863 {
  max-height: 863px;
}
.max-wpx-863 {
  max-width: 863px;
}
.max-hpx-864 {
  max-height: 864px;
}
.max-wpx-864 {
  max-width: 864px;
}
.max-hpx-865 {
  max-height: 865px;
}
.max-wpx-865 {
  max-width: 865px;
}
.max-hpx-866 {
  max-height: 866px;
}
.max-wpx-866 {
  max-width: 866px;
}
.max-hpx-867 {
  max-height: 867px;
}
.max-wpx-867 {
  max-width: 867px;
}
.max-hpx-868 {
  max-height: 868px;
}
.max-wpx-868 {
  max-width: 868px;
}
.max-hpx-869 {
  max-height: 869px;
}
.max-wpx-869 {
  max-width: 869px;
}
.max-hpx-870 {
  max-height: 870px;
}
.max-wpx-870 {
  max-width: 870px;
}
.max-hpx-871 {
  max-height: 871px;
}
.max-wpx-871 {
  max-width: 871px;
}
.max-hpx-872 {
  max-height: 872px;
}
.max-wpx-872 {
  max-width: 872px;
}
.max-hpx-873 {
  max-height: 873px;
}
.max-wpx-873 {
  max-width: 873px;
}
.max-hpx-874 {
  max-height: 874px;
}
.max-wpx-874 {
  max-width: 874px;
}
.max-hpx-875 {
  max-height: 875px;
}
.max-wpx-875 {
  max-width: 875px;
}
.max-hpx-876 {
  max-height: 876px;
}
.max-wpx-876 {
  max-width: 876px;
}
.max-hpx-877 {
  max-height: 877px;
}
.max-wpx-877 {
  max-width: 877px;
}
.max-hpx-878 {
  max-height: 878px;
}
.max-wpx-878 {
  max-width: 878px;
}
.max-hpx-879 {
  max-height: 879px;
}
.max-wpx-879 {
  max-width: 879px;
}
.max-hpx-880 {
  max-height: 880px;
}
.max-wpx-880 {
  max-width: 880px;
}
.max-hpx-881 {
  max-height: 881px;
}
.max-wpx-881 {
  max-width: 881px;
}
.max-hpx-882 {
  max-height: 882px;
}
.max-wpx-882 {
  max-width: 882px;
}
.max-hpx-883 {
  max-height: 883px;
}
.max-wpx-883 {
  max-width: 883px;
}
.max-hpx-884 {
  max-height: 884px;
}
.max-wpx-884 {
  max-width: 884px;
}
.max-hpx-885 {
  max-height: 885px;
}
.max-wpx-885 {
  max-width: 885px;
}
.max-hpx-886 {
  max-height: 886px;
}
.max-wpx-886 {
  max-width: 886px;
}
.max-hpx-887 {
  max-height: 887px;
}
.max-wpx-887 {
  max-width: 887px;
}
.max-hpx-888 {
  max-height: 888px;
}
.max-wpx-888 {
  max-width: 888px;
}
.max-hpx-889 {
  max-height: 889px;
}
.max-wpx-889 {
  max-width: 889px;
}
.max-hpx-890 {
  max-height: 890px;
}
.max-wpx-890 {
  max-width: 890px;
}
.max-hpx-891 {
  max-height: 891px;
}
.max-wpx-891 {
  max-width: 891px;
}
.max-hpx-892 {
  max-height: 892px;
}
.max-wpx-892 {
  max-width: 892px;
}
.max-hpx-893 {
  max-height: 893px;
}
.max-wpx-893 {
  max-width: 893px;
}
.max-hpx-894 {
  max-height: 894px;
}
.max-wpx-894 {
  max-width: 894px;
}
.max-hpx-895 {
  max-height: 895px;
}
.max-wpx-895 {
  max-width: 895px;
}
.max-hpx-896 {
  max-height: 896px;
}
.max-wpx-896 {
  max-width: 896px;
}
.max-hpx-897 {
  max-height: 897px;
}
.max-wpx-897 {
  max-width: 897px;
}
.max-hpx-898 {
  max-height: 898px;
}
.max-wpx-898 {
  max-width: 898px;
}
.max-hpx-899 {
  max-height: 899px;
}
.max-wpx-899 {
  max-width: 899px;
}
.max-hpx-900 {
  max-height: 900px;
}
.max-wpx-900 {
  max-width: 900px;
}
.max-hpx-901 {
  max-height: 901px;
}
.max-wpx-901 {
  max-width: 901px;
}
.max-hpx-902 {
  max-height: 902px;
}
.max-wpx-902 {
  max-width: 902px;
}
.max-hpx-903 {
  max-height: 903px;
}
.max-wpx-903 {
  max-width: 903px;
}
.max-hpx-904 {
  max-height: 904px;
}
.max-wpx-904 {
  max-width: 904px;
}
.max-hpx-905 {
  max-height: 905px;
}
.max-wpx-905 {
  max-width: 905px;
}
.max-hpx-906 {
  max-height: 906px;
}
.max-wpx-906 {
  max-width: 906px;
}
.max-hpx-907 {
  max-height: 907px;
}
.max-wpx-907 {
  max-width: 907px;
}
.max-hpx-908 {
  max-height: 908px;
}
.max-wpx-908 {
  max-width: 908px;
}
.max-hpx-909 {
  max-height: 909px;
}
.max-wpx-909 {
  max-width: 909px;
}
.max-hpx-910 {
  max-height: 910px;
}
.max-wpx-910 {
  max-width: 910px;
}
.max-hpx-911 {
  max-height: 911px;
}
.max-wpx-911 {
  max-width: 911px;
}
.max-hpx-912 {
  max-height: 912px;
}
.max-wpx-912 {
  max-width: 912px;
}
.max-hpx-913 {
  max-height: 913px;
}
.max-wpx-913 {
  max-width: 913px;
}
.max-hpx-914 {
  max-height: 914px;
}
.max-wpx-914 {
  max-width: 914px;
}
.max-hpx-915 {
  max-height: 915px;
}
.max-wpx-915 {
  max-width: 915px;
}
.max-hpx-916 {
  max-height: 916px;
}
.max-wpx-916 {
  max-width: 916px;
}
.max-hpx-917 {
  max-height: 917px;
}
.max-wpx-917 {
  max-width: 917px;
}
.max-hpx-918 {
  max-height: 918px;
}
.max-wpx-918 {
  max-width: 918px;
}
.max-hpx-919 {
  max-height: 919px;
}
.max-wpx-919 {
  max-width: 919px;
}
.max-hpx-920 {
  max-height: 920px;
}
.max-wpx-920 {
  max-width: 920px;
}
.max-hpx-921 {
  max-height: 921px;
}
.max-wpx-921 {
  max-width: 921px;
}
.max-hpx-922 {
  max-height: 922px;
}
.max-wpx-922 {
  max-width: 922px;
}
.max-hpx-923 {
  max-height: 923px;
}
.max-wpx-923 {
  max-width: 923px;
}
.max-hpx-924 {
  max-height: 924px;
}
.max-wpx-924 {
  max-width: 924px;
}
.max-hpx-925 {
  max-height: 925px;
}
.max-wpx-925 {
  max-width: 925px;
}
.max-hpx-926 {
  max-height: 926px;
}
.max-wpx-926 {
  max-width: 926px;
}
.max-hpx-927 {
  max-height: 927px;
}
.max-wpx-927 {
  max-width: 927px;
}
.max-hpx-928 {
  max-height: 928px;
}
.max-wpx-928 {
  max-width: 928px;
}
.max-hpx-929 {
  max-height: 929px;
}
.max-wpx-929 {
  max-width: 929px;
}
.max-hpx-930 {
  max-height: 930px;
}
.max-wpx-930 {
  max-width: 930px;
}
.max-hpx-931 {
  max-height: 931px;
}
.max-wpx-931 {
  max-width: 931px;
}
.max-hpx-932 {
  max-height: 932px;
}
.max-wpx-932 {
  max-width: 932px;
}
.max-hpx-933 {
  max-height: 933px;
}
.max-wpx-933 {
  max-width: 933px;
}
.max-hpx-934 {
  max-height: 934px;
}
.max-wpx-934 {
  max-width: 934px;
}
.max-hpx-935 {
  max-height: 935px;
}
.max-wpx-935 {
  max-width: 935px;
}
.max-hpx-936 {
  max-height: 936px;
}
.max-wpx-936 {
  max-width: 936px;
}
.max-hpx-937 {
  max-height: 937px;
}
.max-wpx-937 {
  max-width: 937px;
}
.max-hpx-938 {
  max-height: 938px;
}
.max-wpx-938 {
  max-width: 938px;
}
.max-hpx-939 {
  max-height: 939px;
}
.max-wpx-939 {
  max-width: 939px;
}
.max-hpx-940 {
  max-height: 940px;
}
.max-wpx-940 {
  max-width: 940px;
}
.max-hpx-941 {
  max-height: 941px;
}
.max-wpx-941 {
  max-width: 941px;
}
.max-hpx-942 {
  max-height: 942px;
}
.max-wpx-942 {
  max-width: 942px;
}
.max-hpx-943 {
  max-height: 943px;
}
.max-wpx-943 {
  max-width: 943px;
}
.max-hpx-944 {
  max-height: 944px;
}
.max-wpx-944 {
  max-width: 944px;
}
.max-hpx-945 {
  max-height: 945px;
}
.max-wpx-945 {
  max-width: 945px;
}
.max-hpx-946 {
  max-height: 946px;
}
.max-wpx-946 {
  max-width: 946px;
}
.max-hpx-947 {
  max-height: 947px;
}
.max-wpx-947 {
  max-width: 947px;
}
.max-hpx-948 {
  max-height: 948px;
}
.max-wpx-948 {
  max-width: 948px;
}
.max-hpx-949 {
  max-height: 949px;
}
.max-wpx-949 {
  max-width: 949px;
}
.max-hpx-950 {
  max-height: 950px;
}
.max-wpx-950 {
  max-width: 950px;
}
.max-hpx-951 {
  max-height: 951px;
}
.max-wpx-951 {
  max-width: 951px;
}
.max-hpx-952 {
  max-height: 952px;
}
.max-wpx-952 {
  max-width: 952px;
}
.max-hpx-953 {
  max-height: 953px;
}
.max-wpx-953 {
  max-width: 953px;
}
.max-hpx-954 {
  max-height: 954px;
}
.max-wpx-954 {
  max-width: 954px;
}
.max-hpx-955 {
  max-height: 955px;
}
.max-wpx-955 {
  max-width: 955px;
}
.max-hpx-956 {
  max-height: 956px;
}
.max-wpx-956 {
  max-width: 956px;
}
.max-hpx-957 {
  max-height: 957px;
}
.max-wpx-957 {
  max-width: 957px;
}
.max-hpx-958 {
  max-height: 958px;
}
.max-wpx-958 {
  max-width: 958px;
}
.max-hpx-959 {
  max-height: 959px;
}
.max-wpx-959 {
  max-width: 959px;
}
.max-hpx-960 {
  max-height: 960px;
}
.max-wpx-960 {
  max-width: 960px;
}
.max-hpx-961 {
  max-height: 961px;
}
.max-wpx-961 {
  max-width: 961px;
}
.max-hpx-962 {
  max-height: 962px;
}
.max-wpx-962 {
  max-width: 962px;
}
.max-hpx-963 {
  max-height: 963px;
}
.max-wpx-963 {
  max-width: 963px;
}
.max-hpx-964 {
  max-height: 964px;
}
.max-wpx-964 {
  max-width: 964px;
}
.max-hpx-965 {
  max-height: 965px;
}
.max-wpx-965 {
  max-width: 965px;
}
.max-hpx-966 {
  max-height: 966px;
}
.max-wpx-966 {
  max-width: 966px;
}
.max-hpx-967 {
  max-height: 967px;
}
.max-wpx-967 {
  max-width: 967px;
}
.max-hpx-968 {
  max-height: 968px;
}
.max-wpx-968 {
  max-width: 968px;
}
.max-hpx-969 {
  max-height: 969px;
}
.max-wpx-969 {
  max-width: 969px;
}
.max-hpx-970 {
  max-height: 970px;
}
.max-wpx-970 {
  max-width: 970px;
}
.max-hpx-971 {
  max-height: 971px;
}
.max-wpx-971 {
  max-width: 971px;
}
.max-hpx-972 {
  max-height: 972px;
}
.max-wpx-972 {
  max-width: 972px;
}
.max-hpx-973 {
  max-height: 973px;
}
.max-wpx-973 {
  max-width: 973px;
}
.max-hpx-974 {
  max-height: 974px;
}
.max-wpx-974 {
  max-width: 974px;
}
.max-hpx-975 {
  max-height: 975px;
}
.max-wpx-975 {
  max-width: 975px;
}
.max-hpx-976 {
  max-height: 976px;
}
.max-wpx-976 {
  max-width: 976px;
}
.max-hpx-977 {
  max-height: 977px;
}
.max-wpx-977 {
  max-width: 977px;
}
.max-hpx-978 {
  max-height: 978px;
}
.max-wpx-978 {
  max-width: 978px;
}
.max-hpx-979 {
  max-height: 979px;
}
.max-wpx-979 {
  max-width: 979px;
}
.max-hpx-980 {
  max-height: 980px;
}
.max-wpx-980 {
  max-width: 980px;
}
.max-hpx-981 {
  max-height: 981px;
}
.max-wpx-981 {
  max-width: 981px;
}
.max-hpx-982 {
  max-height: 982px;
}
.max-wpx-982 {
  max-width: 982px;
}
.max-hpx-983 {
  max-height: 983px;
}
.max-wpx-983 {
  max-width: 983px;
}
.max-hpx-984 {
  max-height: 984px;
}
.max-wpx-984 {
  max-width: 984px;
}
.max-hpx-985 {
  max-height: 985px;
}
.max-wpx-985 {
  max-width: 985px;
}
.max-hpx-986 {
  max-height: 986px;
}
.max-wpx-986 {
  max-width: 986px;
}
.max-hpx-987 {
  max-height: 987px;
}
.max-wpx-987 {
  max-width: 987px;
}
.max-hpx-988 {
  max-height: 988px;
}
.max-wpx-988 {
  max-width: 988px;
}
.max-hpx-989 {
  max-height: 989px;
}
.max-wpx-989 {
  max-width: 989px;
}
.max-hpx-990 {
  max-height: 990px;
}
.max-wpx-990 {
  max-width: 990px;
}
.max-hpx-991 {
  max-height: 991px;
}
.max-wpx-991 {
  max-width: 991px;
}
.max-hpx-992 {
  max-height: 992px;
}
.max-wpx-992 {
  max-width: 992px;
}
.max-hpx-993 {
  max-height: 993px;
}
.max-wpx-993 {
  max-width: 993px;
}
.max-hpx-994 {
  max-height: 994px;
}
.max-wpx-994 {
  max-width: 994px;
}
.max-hpx-995 {
  max-height: 995px;
}
.max-wpx-995 {
  max-width: 995px;
}
.max-hpx-996 {
  max-height: 996px;
}
.max-wpx-996 {
  max-width: 996px;
}
.max-hpx-997 {
  max-height: 997px;
}
.max-wpx-997 {
  max-width: 997px;
}
.max-hpx-998 {
  max-height: 998px;
}
.max-wpx-998 {
  max-width: 998px;
}
.max-hpx-999 {
  max-height: 999px;
}
.max-wpx-999 {
  max-width: 999px;
}
.max-hpx-1000 {
  max-height: 1000px;
}
.max-wpx-1000 {
  max-width: 1000px;
}
.wp-0 {
  width: 0%;
}
.hpx-0 {
  height: 0px;
}
.wpx-0 {
  width: 0px;
}
.brpx-0 {
  border-radius: 0px;
}
.mrpx-0 {
  margin-right: 0px !important;
}
.-mlpx-0 {
  margin-left: 0px;
}
.mlpx-0 {
  margin-left: 0px;
}
.mbpx-0 {
  margin-bottom: 0px;
}
.gap-px-0 {
  gap: 0px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-x-0 {
  column-gap: 0px;
}
.mtpx-0 {
  margin-top: 0px;
}
.min-hpx-0 {
  min-height: 0px;
}
.min-wpx-0 {
  min-width: 0px;
}
.mbpx-0 {
  margin-bottom: 0px !important;
}
.pipx-0 {
  padding-inline: 0px;
}
.ptpx-0 {
  padding-top: 0px !important;
}
.pbpx-0 {
  padding-bottom: 0px !important;
}
.prpx-0 {
  padding-right: 0px !important;
}
.plpx-0 {
  padding-left: 0px !important;
}
.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.topx-0 {
  top: 0px;
}
.bottomx-0 {
  bottom: 0px;
}
.rightx-0 {
  right: 0px;
}
.leftx-0 {
  left: 0px;
}
.font-size-0 {
  font-size: 0px;
}
.wp-1 {
  width: 1%;
}
.hpx-1 {
  height: 1px;
}
.wpx-1 {
  width: 1px;
}
.brpx-1 {
  border-radius: 1px;
}
.mrpx-1 {
  margin-right: 1px !important;
}
.-mlpx-1 {
  margin-left: -1px;
}
.mlpx-1 {
  margin-left: 1px;
}
.mbpx-1 {
  margin-bottom: 1px;
}
.gap-px-1 {
  gap: 1px;
}
.gap-y-1 {
  row-gap: 1px;
}
.gap-x-1 {
  column-gap: 1px;
}
.mtpx-1 {
  margin-top: 1px;
}
.min-hpx-1 {
  min-height: 1px;
}
.min-wpx-1 {
  min-width: 1px;
}
.mbpx-1 {
  margin-bottom: 1px !important;
}
.pipx-1 {
  padding-inline: 1px;
}
.ptpx-1 {
  padding-top: 1px !important;
}
.pbpx-1 {
  padding-bottom: 1px !important;
}
.prpx-1 {
  padding-right: 1px !important;
}
.plpx-1 {
  padding-left: 1px !important;
}
.p-x-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.p-y-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.p-1 {
  padding: 1px !important;
}
.topx-1 {
  top: 1px;
}
.bottomx-1 {
  bottom: 1px;
}
.rightx-1 {
  right: 1px;
}
.leftx-1 {
  left: 1px;
}
.font-size-1 {
  font-size: 1px;
}
.wp-2 {
  width: 2%;
}
.hpx-2 {
  height: 2px;
}
.wpx-2 {
  width: 2px;
}
.brpx-2 {
  border-radius: 2px;
}
.mrpx-2 {
  margin-right: 2px !important;
}
.-mlpx-2 {
  margin-left: -2px;
}
.mlpx-2 {
  margin-left: 2px;
}
.mbpx-2 {
  margin-bottom: 2px;
}
.gap-px-2 {
  gap: 2px;
}
.gap-y-2 {
  row-gap: 2px;
}
.gap-x-2 {
  column-gap: 2px;
}
.mtpx-2 {
  margin-top: 2px;
}
.min-hpx-2 {
  min-height: 2px;
}
.min-wpx-2 {
  min-width: 2px;
}
.mbpx-2 {
  margin-bottom: 2px !important;
}
.pipx-2 {
  padding-inline: 2px;
}
.ptpx-2 {
  padding-top: 2px !important;
}
.pbpx-2 {
  padding-bottom: 2px !important;
}
.prpx-2 {
  padding-right: 2px !important;
}
.plpx-2 {
  padding-left: 2px !important;
}
.p-x-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.p-y-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.p-2 {
  padding: 2px !important;
}
.topx-2 {
  top: 2px;
}
.bottomx-2 {
  bottom: 2px;
}
.rightx-2 {
  right: 2px;
}
.leftx-2 {
  left: 2px;
}
.font-size-2 {
  font-size: 2px;
}
.wp-3 {
  width: 3%;
}
.hpx-3 {
  height: 3px;
}
.wpx-3 {
  width: 3px;
}
.brpx-3 {
  border-radius: 3px;
}
.mrpx-3 {
  margin-right: 3px !important;
}
.-mlpx-3 {
  margin-left: -3px;
}
.mlpx-3 {
  margin-left: 3px;
}
.mbpx-3 {
  margin-bottom: 3px;
}
.gap-px-3 {
  gap: 3px;
}
.gap-y-3 {
  row-gap: 3px;
}
.gap-x-3 {
  column-gap: 3px;
}
.mtpx-3 {
  margin-top: 3px;
}
.min-hpx-3 {
  min-height: 3px;
}
.min-wpx-3 {
  min-width: 3px;
}
.mbpx-3 {
  margin-bottom: 3px !important;
}
.pipx-3 {
  padding-inline: 3px;
}
.ptpx-3 {
  padding-top: 3px !important;
}
.pbpx-3 {
  padding-bottom: 3px !important;
}
.prpx-3 {
  padding-right: 3px !important;
}
.plpx-3 {
  padding-left: 3px !important;
}
.p-x-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.p-y-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.p-3 {
  padding: 3px !important;
}
.topx-3 {
  top: 3px;
}
.bottomx-3 {
  bottom: 3px;
}
.rightx-3 {
  right: 3px;
}
.leftx-3 {
  left: 3px;
}
.font-size-3 {
  font-size: 3px;
}
.wp-4 {
  width: 4%;
}
.hpx-4 {
  height: 4px;
}
.wpx-4 {
  width: 4px;
}
.brpx-4 {
  border-radius: 4px;
}
.mrpx-4 {
  margin-right: 4px !important;
}
.-mlpx-4 {
  margin-left: -4px;
}
.mlpx-4 {
  margin-left: 4px;
}
.mbpx-4 {
  margin-bottom: 4px;
}
.gap-px-4 {
  gap: 4px;
}
.gap-y-4 {
  row-gap: 4px;
}
.gap-x-4 {
  column-gap: 4px;
}
.mtpx-4 {
  margin-top: 4px;
}
.min-hpx-4 {
  min-height: 4px;
}
.min-wpx-4 {
  min-width: 4px;
}
.mbpx-4 {
  margin-bottom: 4px !important;
}
.pipx-4 {
  padding-inline: 4px;
}
.ptpx-4 {
  padding-top: 4px !important;
}
.pbpx-4 {
  padding-bottom: 4px !important;
}
.prpx-4 {
  padding-right: 4px !important;
}
.plpx-4 {
  padding-left: 4px !important;
}
.p-x-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.p-y-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.p-4 {
  padding: 4px !important;
}
.topx-4 {
  top: 4px;
}
.bottomx-4 {
  bottom: 4px;
}
.rightx-4 {
  right: 4px;
}
.leftx-4 {
  left: 4px;
}
.font-size-4 {
  font-size: 4px;
}
.wp-5 {
  width: 5%;
}
.hpx-5 {
  height: 5px;
}
.wpx-5 {
  width: 5px;
}
.brpx-5 {
  border-radius: 5px;
}
.mrpx-5 {
  margin-right: 5px !important;
}
.-mlpx-5 {
  margin-left: -5px;
}
.mlpx-5 {
  margin-left: 5px;
}
.mbpx-5 {
  margin-bottom: 5px;
}
.gap-px-5 {
  gap: 5px;
}
.gap-y-5 {
  row-gap: 5px;
}
.gap-x-5 {
  column-gap: 5px;
}
.mtpx-5 {
  margin-top: 5px;
}
.min-hpx-5 {
  min-height: 5px;
}
.min-wpx-5 {
  min-width: 5px;
}
.mbpx-5 {
  margin-bottom: 5px !important;
}
.pipx-5 {
  padding-inline: 5px;
}
.ptpx-5 {
  padding-top: 5px !important;
}
.pbpx-5 {
  padding-bottom: 5px !important;
}
.prpx-5 {
  padding-right: 5px !important;
}
.plpx-5 {
  padding-left: 5px !important;
}
.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.topx-5 {
  top: 5px;
}
.bottomx-5 {
  bottom: 5px;
}
.rightx-5 {
  right: 5px;
}
.leftx-5 {
  left: 5px;
}
.font-size-5 {
  font-size: 5px;
}
.wp-6 {
  width: 6%;
}
.hpx-6 {
  height: 6px;
}
.wpx-6 {
  width: 6px;
}
.brpx-6 {
  border-radius: 6px;
}
.mrpx-6 {
  margin-right: 6px !important;
}
.-mlpx-6 {
  margin-left: -6px;
}
.mlpx-6 {
  margin-left: 6px;
}
.mbpx-6 {
  margin-bottom: 6px;
}
.gap-px-6 {
  gap: 6px;
}
.gap-y-6 {
  row-gap: 6px;
}
.gap-x-6 {
  column-gap: 6px;
}
.mtpx-6 {
  margin-top: 6px;
}
.min-hpx-6 {
  min-height: 6px;
}
.min-wpx-6 {
  min-width: 6px;
}
.mbpx-6 {
  margin-bottom: 6px !important;
}
.pipx-6 {
  padding-inline: 6px;
}
.ptpx-6 {
  padding-top: 6px !important;
}
.pbpx-6 {
  padding-bottom: 6px !important;
}
.prpx-6 {
  padding-right: 6px !important;
}
.plpx-6 {
  padding-left: 6px !important;
}
.p-x-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.p-y-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.p-6 {
  padding: 6px !important;
}
.topx-6 {
  top: 6px;
}
.bottomx-6 {
  bottom: 6px;
}
.rightx-6 {
  right: 6px;
}
.leftx-6 {
  left: 6px;
}
.font-size-6 {
  font-size: 6px;
}
.wp-7 {
  width: 7%;
}
.hpx-7 {
  height: 7px;
}
.wpx-7 {
  width: 7px;
}
.brpx-7 {
  border-radius: 7px;
}
.mrpx-7 {
  margin-right: 7px !important;
}
.-mlpx-7 {
  margin-left: -7px;
}
.mlpx-7 {
  margin-left: 7px;
}
.mbpx-7 {
  margin-bottom: 7px;
}
.gap-px-7 {
  gap: 7px;
}
.gap-y-7 {
  row-gap: 7px;
}
.gap-x-7 {
  column-gap: 7px;
}
.mtpx-7 {
  margin-top: 7px;
}
.min-hpx-7 {
  min-height: 7px;
}
.min-wpx-7 {
  min-width: 7px;
}
.mbpx-7 {
  margin-bottom: 7px !important;
}
.pipx-7 {
  padding-inline: 7px;
}
.ptpx-7 {
  padding-top: 7px !important;
}
.pbpx-7 {
  padding-bottom: 7px !important;
}
.prpx-7 {
  padding-right: 7px !important;
}
.plpx-7 {
  padding-left: 7px !important;
}
.p-x-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.p-y-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.p-7 {
  padding: 7px !important;
}
.topx-7 {
  top: 7px;
}
.bottomx-7 {
  bottom: 7px;
}
.rightx-7 {
  right: 7px;
}
.leftx-7 {
  left: 7px;
}
.font-size-7 {
  font-size: 7px;
}
.wp-8 {
  width: 8%;
}
.hpx-8 {
  height: 8px;
}
.wpx-8 {
  width: 8px;
}
.brpx-8 {
  border-radius: 8px;
}
.mrpx-8 {
  margin-right: 8px !important;
}
.-mlpx-8 {
  margin-left: -8px;
}
.mlpx-8 {
  margin-left: 8px;
}
.mbpx-8 {
  margin-bottom: 8px;
}
.gap-px-8 {
  gap: 8px;
}
.gap-y-8 {
  row-gap: 8px;
}
.gap-x-8 {
  column-gap: 8px;
}
.mtpx-8 {
  margin-top: 8px;
}
.min-hpx-8 {
  min-height: 8px;
}
.min-wpx-8 {
  min-width: 8px;
}
.mbpx-8 {
  margin-bottom: 8px !important;
}
.pipx-8 {
  padding-inline: 8px;
}
.ptpx-8 {
  padding-top: 8px !important;
}
.pbpx-8 {
  padding-bottom: 8px !important;
}
.prpx-8 {
  padding-right: 8px !important;
}
.plpx-8 {
  padding-left: 8px !important;
}
.p-x-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.p-y-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.p-8 {
  padding: 8px !important;
}
.topx-8 {
  top: 8px;
}
.bottomx-8 {
  bottom: 8px;
}
.rightx-8 {
  right: 8px;
}
.leftx-8 {
  left: 8px;
}
.font-size-8 {
  font-size: 8px;
}
.wp-9 {
  width: 9%;
}
.hpx-9 {
  height: 9px;
}
.wpx-9 {
  width: 9px;
}
.brpx-9 {
  border-radius: 9px;
}
.mrpx-9 {
  margin-right: 9px !important;
}
.-mlpx-9 {
  margin-left: -9px;
}
.mlpx-9 {
  margin-left: 9px;
}
.mbpx-9 {
  margin-bottom: 9px;
}
.gap-px-9 {
  gap: 9px;
}
.gap-y-9 {
  row-gap: 9px;
}
.gap-x-9 {
  column-gap: 9px;
}
.mtpx-9 {
  margin-top: 9px;
}
.min-hpx-9 {
  min-height: 9px;
}
.min-wpx-9 {
  min-width: 9px;
}
.mbpx-9 {
  margin-bottom: 9px !important;
}
.pipx-9 {
  padding-inline: 9px;
}
.ptpx-9 {
  padding-top: 9px !important;
}
.pbpx-9 {
  padding-bottom: 9px !important;
}
.prpx-9 {
  padding-right: 9px !important;
}
.plpx-9 {
  padding-left: 9px !important;
}
.p-x-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.p-y-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.p-9 {
  padding: 9px !important;
}
.topx-9 {
  top: 9px;
}
.bottomx-9 {
  bottom: 9px;
}
.rightx-9 {
  right: 9px;
}
.leftx-9 {
  left: 9px;
}
.font-size-9 {
  font-size: 9px;
}
.wp-10 {
  width: 10%;
}
.hpx-10 {
  height: 10px;
}
.wpx-10 {
  width: 10px;
}
.brpx-10 {
  border-radius: 10px;
}
.mrpx-10 {
  margin-right: 10px !important;
}
.-mlpx-10 {
  margin-left: -10px;
}
.mlpx-10 {
  margin-left: 10px;
}
.mbpx-10 {
  margin-bottom: 10px;
}
.gap-px-10 {
  gap: 10px;
}
.gap-y-10 {
  row-gap: 10px;
}
.gap-x-10 {
  column-gap: 10px;
}
.mtpx-10 {
  margin-top: 10px;
}
.min-hpx-10 {
  min-height: 10px;
}
.min-wpx-10 {
  min-width: 10px;
}
.mbpx-10 {
  margin-bottom: 10px !important;
}
.pipx-10 {
  padding-inline: 10px;
}
.ptpx-10 {
  padding-top: 10px !important;
}
.pbpx-10 {
  padding-bottom: 10px !important;
}
.prpx-10 {
  padding-right: 10px !important;
}
.plpx-10 {
  padding-left: 10px !important;
}
.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.topx-10 {
  top: 10px;
}
.bottomx-10 {
  bottom: 10px;
}
.rightx-10 {
  right: 10px;
}
.leftx-10 {
  left: 10px;
}
.font-size-10 {
  font-size: 10px;
}
.wp-11 {
  width: 11%;
}
.hpx-11 {
  height: 11px;
}
.wpx-11 {
  width: 11px;
}
.brpx-11 {
  border-radius: 11px;
}
.mrpx-11 {
  margin-right: 11px !important;
}
.-mlpx-11 {
  margin-left: -11px;
}
.mlpx-11 {
  margin-left: 11px;
}
.mbpx-11 {
  margin-bottom: 11px;
}
.gap-px-11 {
  gap: 11px;
}
.gap-y-11 {
  row-gap: 11px;
}
.gap-x-11 {
  column-gap: 11px;
}
.mtpx-11 {
  margin-top: 11px;
}
.min-hpx-11 {
  min-height: 11px;
}
.min-wpx-11 {
  min-width: 11px;
}
.mbpx-11 {
  margin-bottom: 11px !important;
}
.pipx-11 {
  padding-inline: 11px;
}
.ptpx-11 {
  padding-top: 11px !important;
}
.pbpx-11 {
  padding-bottom: 11px !important;
}
.prpx-11 {
  padding-right: 11px !important;
}
.plpx-11 {
  padding-left: 11px !important;
}
.p-x-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.p-y-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.p-11 {
  padding: 11px !important;
}
.topx-11 {
  top: 11px;
}
.bottomx-11 {
  bottom: 11px;
}
.rightx-11 {
  right: 11px;
}
.leftx-11 {
  left: 11px;
}
.font-size-11 {
  font-size: 11px;
}
.wp-12 {
  width: 12%;
}
.hpx-12 {
  height: 12px;
}
.wpx-12 {
  width: 12px;
}
.brpx-12 {
  border-radius: 12px;
}
.mrpx-12 {
  margin-right: 12px !important;
}
.-mlpx-12 {
  margin-left: -12px;
}
.mlpx-12 {
  margin-left: 12px;
}
.mbpx-12 {
  margin-bottom: 12px;
}
.gap-px-12 {
  gap: 12px;
}
.gap-y-12 {
  row-gap: 12px;
}
.gap-x-12 {
  column-gap: 12px;
}
.mtpx-12 {
  margin-top: 12px;
}
.min-hpx-12 {
  min-height: 12px;
}
.min-wpx-12 {
  min-width: 12px;
}
.mbpx-12 {
  margin-bottom: 12px !important;
}
.pipx-12 {
  padding-inline: 12px;
}
.ptpx-12 {
  padding-top: 12px !important;
}
.pbpx-12 {
  padding-bottom: 12px !important;
}
.prpx-12 {
  padding-right: 12px !important;
}
.plpx-12 {
  padding-left: 12px !important;
}
.p-x-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.p-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.p-12 {
  padding: 12px !important;
}
.topx-12 {
  top: 12px;
}
.bottomx-12 {
  bottom: 12px;
}
.rightx-12 {
  right: 12px;
}
.leftx-12 {
  left: 12px;
}
.font-size-12 {
  font-size: 12px;
}
.wp-13 {
  width: 13%;
}
.hpx-13 {
  height: 13px;
}
.wpx-13 {
  width: 13px;
}
.brpx-13 {
  border-radius: 13px;
}
.mrpx-13 {
  margin-right: 13px !important;
}
.-mlpx-13 {
  margin-left: -13px;
}
.mlpx-13 {
  margin-left: 13px;
}
.mbpx-13 {
  margin-bottom: 13px;
}
.gap-px-13 {
  gap: 13px;
}
.gap-y-13 {
  row-gap: 13px;
}
.gap-x-13 {
  column-gap: 13px;
}
.mtpx-13 {
  margin-top: 13px;
}
.min-hpx-13 {
  min-height: 13px;
}
.min-wpx-13 {
  min-width: 13px;
}
.mbpx-13 {
  margin-bottom: 13px !important;
}
.pipx-13 {
  padding-inline: 13px;
}
.ptpx-13 {
  padding-top: 13px !important;
}
.pbpx-13 {
  padding-bottom: 13px !important;
}
.prpx-13 {
  padding-right: 13px !important;
}
.plpx-13 {
  padding-left: 13px !important;
}
.p-x-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.p-y-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.p-13 {
  padding: 13px !important;
}
.topx-13 {
  top: 13px;
}
.bottomx-13 {
  bottom: 13px;
}
.rightx-13 {
  right: 13px;
}
.leftx-13 {
  left: 13px;
}
.font-size-13 {
  font-size: 13px;
}
.wp-14 {
  width: 14%;
}
.hpx-14 {
  height: 14px;
}
.wpx-14 {
  width: 14px;
}
.brpx-14 {
  border-radius: 14px;
}
.mrpx-14 {
  margin-right: 14px !important;
}
.-mlpx-14 {
  margin-left: -14px;
}
.mlpx-14 {
  margin-left: 14px;
}
.mbpx-14 {
  margin-bottom: 14px;
}
.gap-px-14 {
  gap: 14px;
}
.gap-y-14 {
  row-gap: 14px;
}
.gap-x-14 {
  column-gap: 14px;
}
.mtpx-14 {
  margin-top: 14px;
}
.min-hpx-14 {
  min-height: 14px;
}
.min-wpx-14 {
  min-width: 14px;
}
.mbpx-14 {
  margin-bottom: 14px !important;
}
.pipx-14 {
  padding-inline: 14px;
}
.ptpx-14 {
  padding-top: 14px !important;
}
.pbpx-14 {
  padding-bottom: 14px !important;
}
.prpx-14 {
  padding-right: 14px !important;
}
.plpx-14 {
  padding-left: 14px !important;
}
.p-x-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.p-y-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.p-14 {
  padding: 14px !important;
}
.topx-14 {
  top: 14px;
}
.bottomx-14 {
  bottom: 14px;
}
.rightx-14 {
  right: 14px;
}
.leftx-14 {
  left: 14px;
}
.font-size-14 {
  font-size: 14px;
}
.wp-15 {
  width: 15%;
}
.hpx-15 {
  height: 15px;
}
.wpx-15 {
  width: 15px;
}
.brpx-15 {
  border-radius: 15px;
}
.mrpx-15 {
  margin-right: 15px !important;
}
.-mlpx-15 {
  margin-left: -15px;
}
.mlpx-15 {
  margin-left: 15px;
}
.mbpx-15 {
  margin-bottom: 15px;
}
.gap-px-15 {
  gap: 15px;
}
.gap-y-15 {
  row-gap: 15px;
}
.gap-x-15 {
  column-gap: 15px;
}
.mtpx-15 {
  margin-top: 15px;
}
.min-hpx-15 {
  min-height: 15px;
}
.min-wpx-15 {
  min-width: 15px;
}
.mbpx-15 {
  margin-bottom: 15px !important;
}
.pipx-15 {
  padding-inline: 15px;
}
.ptpx-15 {
  padding-top: 15px !important;
}
.pbpx-15 {
  padding-bottom: 15px !important;
}
.prpx-15 {
  padding-right: 15px !important;
}
.plpx-15 {
  padding-left: 15px !important;
}
.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.topx-15 {
  top: 15px;
}
.bottomx-15 {
  bottom: 15px;
}
.rightx-15 {
  right: 15px;
}
.leftx-15 {
  left: 15px;
}
.font-size-15 {
  font-size: 15px;
}
.wp-16 {
  width: 16%;
}
.hpx-16 {
  height: 16px;
}
.wpx-16 {
  width: 16px;
}
.brpx-16 {
  border-radius: 16px;
}
.mrpx-16 {
  margin-right: 16px !important;
}
.-mlpx-16 {
  margin-left: -16px;
}
.mlpx-16 {
  margin-left: 16px;
}
.mbpx-16 {
  margin-bottom: 16px;
}
.gap-px-16 {
  gap: 16px;
}
.gap-y-16 {
  row-gap: 16px;
}
.gap-x-16 {
  column-gap: 16px;
}
.mtpx-16 {
  margin-top: 16px;
}
.min-hpx-16 {
  min-height: 16px;
}
.min-wpx-16 {
  min-width: 16px;
}
.mbpx-16 {
  margin-bottom: 16px !important;
}
.pipx-16 {
  padding-inline: 16px;
}
.ptpx-16 {
  padding-top: 16px !important;
}
.pbpx-16 {
  padding-bottom: 16px !important;
}
.prpx-16 {
  padding-right: 16px !important;
}
.plpx-16 {
  padding-left: 16px !important;
}
.p-x-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.p-y-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.p-16 {
  padding: 16px !important;
}
.topx-16 {
  top: 16px;
}
.bottomx-16 {
  bottom: 16px;
}
.rightx-16 {
  right: 16px;
}
.leftx-16 {
  left: 16px;
}
.font-size-16 {
  font-size: 16px;
}
.wp-17 {
  width: 17%;
}
.hpx-17 {
  height: 17px;
}
.wpx-17 {
  width: 17px;
}
.brpx-17 {
  border-radius: 17px;
}
.mrpx-17 {
  margin-right: 17px !important;
}
.-mlpx-17 {
  margin-left: -17px;
}
.mlpx-17 {
  margin-left: 17px;
}
.mbpx-17 {
  margin-bottom: 17px;
}
.gap-px-17 {
  gap: 17px;
}
.gap-y-17 {
  row-gap: 17px;
}
.gap-x-17 {
  column-gap: 17px;
}
.mtpx-17 {
  margin-top: 17px;
}
.min-hpx-17 {
  min-height: 17px;
}
.min-wpx-17 {
  min-width: 17px;
}
.mbpx-17 {
  margin-bottom: 17px !important;
}
.pipx-17 {
  padding-inline: 17px;
}
.ptpx-17 {
  padding-top: 17px !important;
}
.pbpx-17 {
  padding-bottom: 17px !important;
}
.prpx-17 {
  padding-right: 17px !important;
}
.plpx-17 {
  padding-left: 17px !important;
}
.p-x-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.p-y-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.p-17 {
  padding: 17px !important;
}
.topx-17 {
  top: 17px;
}
.bottomx-17 {
  bottom: 17px;
}
.rightx-17 {
  right: 17px;
}
.leftx-17 {
  left: 17px;
}
.font-size-17 {
  font-size: 17px;
}
.wp-18 {
  width: 18%;
}
.hpx-18 {
  height: 18px;
}
.wpx-18 {
  width: 18px;
}
.brpx-18 {
  border-radius: 18px;
}
.mrpx-18 {
  margin-right: 18px !important;
}
.-mlpx-18 {
  margin-left: -18px;
}
.mlpx-18 {
  margin-left: 18px;
}
.mbpx-18 {
  margin-bottom: 18px;
}
.gap-px-18 {
  gap: 18px;
}
.gap-y-18 {
  row-gap: 18px;
}
.gap-x-18 {
  column-gap: 18px;
}
.mtpx-18 {
  margin-top: 18px;
}
.min-hpx-18 {
  min-height: 18px;
}
.min-wpx-18 {
  min-width: 18px;
}
.mbpx-18 {
  margin-bottom: 18px !important;
}
.pipx-18 {
  padding-inline: 18px;
}
.ptpx-18 {
  padding-top: 18px !important;
}
.pbpx-18 {
  padding-bottom: 18px !important;
}
.prpx-18 {
  padding-right: 18px !important;
}
.plpx-18 {
  padding-left: 18px !important;
}
.p-x-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.p-y-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.p-18 {
  padding: 18px !important;
}
.topx-18 {
  top: 18px;
}
.bottomx-18 {
  bottom: 18px;
}
.rightx-18 {
  right: 18px;
}
.leftx-18 {
  left: 18px;
}
.font-size-18 {
  font-size: 18px;
}
.wp-19 {
  width: 19%;
}
.hpx-19 {
  height: 19px;
}
.wpx-19 {
  width: 19px;
}
.brpx-19 {
  border-radius: 19px;
}
.mrpx-19 {
  margin-right: 19px !important;
}
.-mlpx-19 {
  margin-left: -19px;
}
.mlpx-19 {
  margin-left: 19px;
}
.mbpx-19 {
  margin-bottom: 19px;
}
.gap-px-19 {
  gap: 19px;
}
.gap-y-19 {
  row-gap: 19px;
}
.gap-x-19 {
  column-gap: 19px;
}
.mtpx-19 {
  margin-top: 19px;
}
.min-hpx-19 {
  min-height: 19px;
}
.min-wpx-19 {
  min-width: 19px;
}
.mbpx-19 {
  margin-bottom: 19px !important;
}
.pipx-19 {
  padding-inline: 19px;
}
.ptpx-19 {
  padding-top: 19px !important;
}
.pbpx-19 {
  padding-bottom: 19px !important;
}
.prpx-19 {
  padding-right: 19px !important;
}
.plpx-19 {
  padding-left: 19px !important;
}
.p-x-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.p-y-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.p-19 {
  padding: 19px !important;
}
.topx-19 {
  top: 19px;
}
.bottomx-19 {
  bottom: 19px;
}
.rightx-19 {
  right: 19px;
}
.leftx-19 {
  left: 19px;
}
.font-size-19 {
  font-size: 19px;
}
.wp-20 {
  width: 20%;
}
.hpx-20 {
  height: 20px;
}
.wpx-20 {
  width: 20px;
}
.brpx-20 {
  border-radius: 20px;
}
.mrpx-20 {
  margin-right: 20px !important;
}
.-mlpx-20 {
  margin-left: -20px;
}
.mlpx-20 {
  margin-left: 20px;
}
.mbpx-20 {
  margin-bottom: 20px;
}
.gap-px-20 {
  gap: 20px;
}
.gap-y-20 {
  row-gap: 20px;
}
.gap-x-20 {
  column-gap: 20px;
}
.mtpx-20 {
  margin-top: 20px;
}
.min-hpx-20 {
  min-height: 20px;
}
.min-wpx-20 {
  min-width: 20px;
}
.mbpx-20 {
  margin-bottom: 20px !important;
}
.pipx-20 {
  padding-inline: 20px;
}
.ptpx-20 {
  padding-top: 20px !important;
}
.pbpx-20 {
  padding-bottom: 20px !important;
}
.prpx-20 {
  padding-right: 20px !important;
}
.plpx-20 {
  padding-left: 20px !important;
}
.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.topx-20 {
  top: 20px;
}
.bottomx-20 {
  bottom: 20px;
}
.rightx-20 {
  right: 20px;
}
.leftx-20 {
  left: 20px;
}
.font-size-20 {
  font-size: 20px;
}
.wp-21 {
  width: 21%;
}
.hpx-21 {
  height: 21px;
}
.wpx-21 {
  width: 21px;
}
.brpx-21 {
  border-radius: 21px;
}
.mrpx-21 {
  margin-right: 21px !important;
}
.-mlpx-21 {
  margin-left: -21px;
}
.mlpx-21 {
  margin-left: 21px;
}
.mbpx-21 {
  margin-bottom: 21px;
}
.gap-px-21 {
  gap: 21px;
}
.gap-y-21 {
  row-gap: 21px;
}
.gap-x-21 {
  column-gap: 21px;
}
.mtpx-21 {
  margin-top: 21px;
}
.min-hpx-21 {
  min-height: 21px;
}
.min-wpx-21 {
  min-width: 21px;
}
.mbpx-21 {
  margin-bottom: 21px !important;
}
.pipx-21 {
  padding-inline: 21px;
}
.ptpx-21 {
  padding-top: 21px !important;
}
.pbpx-21 {
  padding-bottom: 21px !important;
}
.prpx-21 {
  padding-right: 21px !important;
}
.plpx-21 {
  padding-left: 21px !important;
}
.p-x-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}
.p-y-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.p-21 {
  padding: 21px !important;
}
.topx-21 {
  top: 21px;
}
.bottomx-21 {
  bottom: 21px;
}
.rightx-21 {
  right: 21px;
}
.leftx-21 {
  left: 21px;
}
.font-size-21 {
  font-size: 21px;
}
.wp-22 {
  width: 22%;
}
.hpx-22 {
  height: 22px;
}
.wpx-22 {
  width: 22px;
}
.brpx-22 {
  border-radius: 22px;
}
.mrpx-22 {
  margin-right: 22px !important;
}
.-mlpx-22 {
  margin-left: -22px;
}
.mlpx-22 {
  margin-left: 22px;
}
.mbpx-22 {
  margin-bottom: 22px;
}
.gap-px-22 {
  gap: 22px;
}
.gap-y-22 {
  row-gap: 22px;
}
.gap-x-22 {
  column-gap: 22px;
}
.mtpx-22 {
  margin-top: 22px;
}
.min-hpx-22 {
  min-height: 22px;
}
.min-wpx-22 {
  min-width: 22px;
}
.mbpx-22 {
  margin-bottom: 22px !important;
}
.pipx-22 {
  padding-inline: 22px;
}
.ptpx-22 {
  padding-top: 22px !important;
}
.pbpx-22 {
  padding-bottom: 22px !important;
}
.prpx-22 {
  padding-right: 22px !important;
}
.plpx-22 {
  padding-left: 22px !important;
}
.p-x-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.p-y-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.p-22 {
  padding: 22px !important;
}
.topx-22 {
  top: 22px;
}
.bottomx-22 {
  bottom: 22px;
}
.rightx-22 {
  right: 22px;
}
.leftx-22 {
  left: 22px;
}
.font-size-22 {
  font-size: 22px;
}
.wp-23 {
  width: 23%;
}
.hpx-23 {
  height: 23px;
}
.wpx-23 {
  width: 23px;
}
.brpx-23 {
  border-radius: 23px;
}
.mrpx-23 {
  margin-right: 23px !important;
}
.-mlpx-23 {
  margin-left: -23px;
}
.mlpx-23 {
  margin-left: 23px;
}
.mbpx-23 {
  margin-bottom: 23px;
}
.gap-px-23 {
  gap: 23px;
}
.gap-y-23 {
  row-gap: 23px;
}
.gap-x-23 {
  column-gap: 23px;
}
.mtpx-23 {
  margin-top: 23px;
}
.min-hpx-23 {
  min-height: 23px;
}
.min-wpx-23 {
  min-width: 23px;
}
.mbpx-23 {
  margin-bottom: 23px !important;
}
.pipx-23 {
  padding-inline: 23px;
}
.ptpx-23 {
  padding-top: 23px !important;
}
.pbpx-23 {
  padding-bottom: 23px !important;
}
.prpx-23 {
  padding-right: 23px !important;
}
.plpx-23 {
  padding-left: 23px !important;
}
.p-x-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}
.p-y-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.p-23 {
  padding: 23px !important;
}
.topx-23 {
  top: 23px;
}
.bottomx-23 {
  bottom: 23px;
}
.rightx-23 {
  right: 23px;
}
.leftx-23 {
  left: 23px;
}
.font-size-23 {
  font-size: 23px;
}
.wp-24 {
  width: 24%;
}
.hpx-24 {
  height: 24px;
}
.wpx-24 {
  width: 24px;
}
.brpx-24 {
  border-radius: 24px;
}
.mrpx-24 {
  margin-right: 24px !important;
}
.-mlpx-24 {
  margin-left: -24px;
}
.mlpx-24 {
  margin-left: 24px;
}
.mbpx-24 {
  margin-bottom: 24px;
}
.gap-px-24 {
  gap: 24px;
}
.gap-y-24 {
  row-gap: 24px;
}
.gap-x-24 {
  column-gap: 24px;
}
.mtpx-24 {
  margin-top: 24px;
}
.min-hpx-24 {
  min-height: 24px;
}
.min-wpx-24 {
  min-width: 24px;
}
.mbpx-24 {
  margin-bottom: 24px !important;
}
.pipx-24 {
  padding-inline: 24px;
}
.ptpx-24 {
  padding-top: 24px !important;
}
.pbpx-24 {
  padding-bottom: 24px !important;
}
.prpx-24 {
  padding-right: 24px !important;
}
.plpx-24 {
  padding-left: 24px !important;
}
.p-x-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.p-y-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.p-24 {
  padding: 24px !important;
}
.topx-24 {
  top: 24px;
}
.bottomx-24 {
  bottom: 24px;
}
.rightx-24 {
  right: 24px;
}
.leftx-24 {
  left: 24px;
}
.font-size-24 {
  font-size: 24px;
}
.wp-25 {
  width: 25%;
}
.hpx-25 {
  height: 25px;
}
.wpx-25 {
  width: 25px;
}
.brpx-25 {
  border-radius: 25px;
}
.mrpx-25 {
  margin-right: 25px !important;
}
.-mlpx-25 {
  margin-left: -25px;
}
.mlpx-25 {
  margin-left: 25px;
}
.mbpx-25 {
  margin-bottom: 25px;
}
.gap-px-25 {
  gap: 25px;
}
.gap-y-25 {
  row-gap: 25px;
}
.gap-x-25 {
  column-gap: 25px;
}
.mtpx-25 {
  margin-top: 25px;
}
.min-hpx-25 {
  min-height: 25px;
}
.min-wpx-25 {
  min-width: 25px;
}
.mbpx-25 {
  margin-bottom: 25px !important;
}
.pipx-25 {
  padding-inline: 25px;
}
.ptpx-25 {
  padding-top: 25px !important;
}
.pbpx-25 {
  padding-bottom: 25px !important;
}
.prpx-25 {
  padding-right: 25px !important;
}
.plpx-25 {
  padding-left: 25px !important;
}
.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.topx-25 {
  top: 25px;
}
.bottomx-25 {
  bottom: 25px;
}
.rightx-25 {
  right: 25px;
}
.leftx-25 {
  left: 25px;
}
.font-size-25 {
  font-size: 25px;
}
.wp-26 {
  width: 26%;
}
.hpx-26 {
  height: 26px;
}
.wpx-26 {
  width: 26px;
}
.brpx-26 {
  border-radius: 26px;
}
.mrpx-26 {
  margin-right: 26px !important;
}
.-mlpx-26 {
  margin-left: -26px;
}
.mlpx-26 {
  margin-left: 26px;
}
.mbpx-26 {
  margin-bottom: 26px;
}
.gap-px-26 {
  gap: 26px;
}
.gap-y-26 {
  row-gap: 26px;
}
.gap-x-26 {
  column-gap: 26px;
}
.mtpx-26 {
  margin-top: 26px;
}
.min-hpx-26 {
  min-height: 26px;
}
.min-wpx-26 {
  min-width: 26px;
}
.mbpx-26 {
  margin-bottom: 26px !important;
}
.pipx-26 {
  padding-inline: 26px;
}
.ptpx-26 {
  padding-top: 26px !important;
}
.pbpx-26 {
  padding-bottom: 26px !important;
}
.prpx-26 {
  padding-right: 26px !important;
}
.plpx-26 {
  padding-left: 26px !important;
}
.p-x-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.p-y-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.p-26 {
  padding: 26px !important;
}
.topx-26 {
  top: 26px;
}
.bottomx-26 {
  bottom: 26px;
}
.rightx-26 {
  right: 26px;
}
.leftx-26 {
  left: 26px;
}
.font-size-26 {
  font-size: 26px;
}
.wp-27 {
  width: 27%;
}
.hpx-27 {
  height: 27px;
}
.wpx-27 {
  width: 27px;
}
.brpx-27 {
  border-radius: 27px;
}
.mrpx-27 {
  margin-right: 27px !important;
}
.-mlpx-27 {
  margin-left: -27px;
}
.mlpx-27 {
  margin-left: 27px;
}
.mbpx-27 {
  margin-bottom: 27px;
}
.gap-px-27 {
  gap: 27px;
}
.gap-y-27 {
  row-gap: 27px;
}
.gap-x-27 {
  column-gap: 27px;
}
.mtpx-27 {
  margin-top: 27px;
}
.min-hpx-27 {
  min-height: 27px;
}
.min-wpx-27 {
  min-width: 27px;
}
.mbpx-27 {
  margin-bottom: 27px !important;
}
.pipx-27 {
  padding-inline: 27px;
}
.ptpx-27 {
  padding-top: 27px !important;
}
.pbpx-27 {
  padding-bottom: 27px !important;
}
.prpx-27 {
  padding-right: 27px !important;
}
.plpx-27 {
  padding-left: 27px !important;
}
.p-x-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.p-y-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.p-27 {
  padding: 27px !important;
}
.topx-27 {
  top: 27px;
}
.bottomx-27 {
  bottom: 27px;
}
.rightx-27 {
  right: 27px;
}
.leftx-27 {
  left: 27px;
}
.font-size-27 {
  font-size: 27px;
}
.wp-28 {
  width: 28%;
}
.hpx-28 {
  height: 28px;
}
.wpx-28 {
  width: 28px;
}
.brpx-28 {
  border-radius: 28px;
}
.mrpx-28 {
  margin-right: 28px !important;
}
.-mlpx-28 {
  margin-left: -28px;
}
.mlpx-28 {
  margin-left: 28px;
}
.mbpx-28 {
  margin-bottom: 28px;
}
.gap-px-28 {
  gap: 28px;
}
.gap-y-28 {
  row-gap: 28px;
}
.gap-x-28 {
  column-gap: 28px;
}
.mtpx-28 {
  margin-top: 28px;
}
.min-hpx-28 {
  min-height: 28px;
}
.min-wpx-28 {
  min-width: 28px;
}
.mbpx-28 {
  margin-bottom: 28px !important;
}
.pipx-28 {
  padding-inline: 28px;
}
.ptpx-28 {
  padding-top: 28px !important;
}
.pbpx-28 {
  padding-bottom: 28px !important;
}
.prpx-28 {
  padding-right: 28px !important;
}
.plpx-28 {
  padding-left: 28px !important;
}
.p-x-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.p-y-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.p-28 {
  padding: 28px !important;
}
.topx-28 {
  top: 28px;
}
.bottomx-28 {
  bottom: 28px;
}
.rightx-28 {
  right: 28px;
}
.leftx-28 {
  left: 28px;
}
.font-size-28 {
  font-size: 28px;
}
.wp-29 {
  width: 29%;
}
.hpx-29 {
  height: 29px;
}
.wpx-29 {
  width: 29px;
}
.brpx-29 {
  border-radius: 29px;
}
.mrpx-29 {
  margin-right: 29px !important;
}
.-mlpx-29 {
  margin-left: -29px;
}
.mlpx-29 {
  margin-left: 29px;
}
.mbpx-29 {
  margin-bottom: 29px;
}
.gap-px-29 {
  gap: 29px;
}
.gap-y-29 {
  row-gap: 29px;
}
.gap-x-29 {
  column-gap: 29px;
}
.mtpx-29 {
  margin-top: 29px;
}
.min-hpx-29 {
  min-height: 29px;
}
.min-wpx-29 {
  min-width: 29px;
}
.mbpx-29 {
  margin-bottom: 29px !important;
}
.pipx-29 {
  padding-inline: 29px;
}
.ptpx-29 {
  padding-top: 29px !important;
}
.pbpx-29 {
  padding-bottom: 29px !important;
}
.prpx-29 {
  padding-right: 29px !important;
}
.plpx-29 {
  padding-left: 29px !important;
}
.p-x-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}
.p-y-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.p-29 {
  padding: 29px !important;
}
.topx-29 {
  top: 29px;
}
.bottomx-29 {
  bottom: 29px;
}
.rightx-29 {
  right: 29px;
}
.leftx-29 {
  left: 29px;
}
.font-size-29 {
  font-size: 29px;
}
.wp-30 {
  width: 30%;
}
.hpx-30 {
  height: 30px;
}
.wpx-30 {
  width: 30px;
}
.brpx-30 {
  border-radius: 30px;
}
.mrpx-30 {
  margin-right: 30px !important;
}
.-mlpx-30 {
  margin-left: -30px;
}
.mlpx-30 {
  margin-left: 30px;
}
.mbpx-30 {
  margin-bottom: 30px;
}
.gap-px-30 {
  gap: 30px;
}
.gap-y-30 {
  row-gap: 30px;
}
.gap-x-30 {
  column-gap: 30px;
}
.mtpx-30 {
  margin-top: 30px;
}
.min-hpx-30 {
  min-height: 30px;
}
.min-wpx-30 {
  min-width: 30px;
}
.mbpx-30 {
  margin-bottom: 30px !important;
}
.pipx-30 {
  padding-inline: 30px;
}
.ptpx-30 {
  padding-top: 30px !important;
}
.pbpx-30 {
  padding-bottom: 30px !important;
}
.prpx-30 {
  padding-right: 30px !important;
}
.plpx-30 {
  padding-left: 30px !important;
}
.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.topx-30 {
  top: 30px;
}
.bottomx-30 {
  bottom: 30px;
}
.rightx-30 {
  right: 30px;
}
.leftx-30 {
  left: 30px;
}
.font-size-30 {
  font-size: 30px;
}
.wp-31 {
  width: 31%;
}
.hpx-31 {
  height: 31px;
}
.wpx-31 {
  width: 31px;
}
.brpx-31 {
  border-radius: 31px;
}
.mrpx-31 {
  margin-right: 31px !important;
}
.-mlpx-31 {
  margin-left: -31px;
}
.mlpx-31 {
  margin-left: 31px;
}
.mbpx-31 {
  margin-bottom: 31px;
}
.gap-px-31 {
  gap: 31px;
}
.gap-y-31 {
  row-gap: 31px;
}
.gap-x-31 {
  column-gap: 31px;
}
.mtpx-31 {
  margin-top: 31px;
}
.min-hpx-31 {
  min-height: 31px;
}
.min-wpx-31 {
  min-width: 31px;
}
.mbpx-31 {
  margin-bottom: 31px !important;
}
.pipx-31 {
  padding-inline: 31px;
}
.ptpx-31 {
  padding-top: 31px !important;
}
.pbpx-31 {
  padding-bottom: 31px !important;
}
.prpx-31 {
  padding-right: 31px !important;
}
.plpx-31 {
  padding-left: 31px !important;
}
.p-x-31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}
.p-y-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.p-31 {
  padding: 31px !important;
}
.topx-31 {
  top: 31px;
}
.bottomx-31 {
  bottom: 31px;
}
.rightx-31 {
  right: 31px;
}
.leftx-31 {
  left: 31px;
}
.font-size-31 {
  font-size: 31px;
}
.wp-32 {
  width: 32%;
}
.hpx-32 {
  height: 32px;
}
.wpx-32 {
  width: 32px;
}
.brpx-32 {
  border-radius: 32px;
}
.mrpx-32 {
  margin-right: 32px !important;
}
.-mlpx-32 {
  margin-left: -32px;
}
.mlpx-32 {
  margin-left: 32px;
}
.mbpx-32 {
  margin-bottom: 32px;
}
.gap-px-32 {
  gap: 32px;
}
.gap-y-32 {
  row-gap: 32px;
}
.gap-x-32 {
  column-gap: 32px;
}
.mtpx-32 {
  margin-top: 32px;
}
.min-hpx-32 {
  min-height: 32px;
}
.min-wpx-32 {
  min-width: 32px;
}
.mbpx-32 {
  margin-bottom: 32px !important;
}
.pipx-32 {
  padding-inline: 32px;
}
.ptpx-32 {
  padding-top: 32px !important;
}
.pbpx-32 {
  padding-bottom: 32px !important;
}
.prpx-32 {
  padding-right: 32px !important;
}
.plpx-32 {
  padding-left: 32px !important;
}
.p-x-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.p-y-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.p-32 {
  padding: 32px !important;
}
.topx-32 {
  top: 32px;
}
.bottomx-32 {
  bottom: 32px;
}
.rightx-32 {
  right: 32px;
}
.leftx-32 {
  left: 32px;
}
.font-size-32 {
  font-size: 32px;
}
.wp-33 {
  width: 33%;
}
.hpx-33 {
  height: 33px;
}
.wpx-33 {
  width: 33px;
}
.brpx-33 {
  border-radius: 33px;
}
.mrpx-33 {
  margin-right: 33px !important;
}
.-mlpx-33 {
  margin-left: -33px;
}
.mlpx-33 {
  margin-left: 33px;
}
.mbpx-33 {
  margin-bottom: 33px;
}
.gap-px-33 {
  gap: 33px;
}
.gap-y-33 {
  row-gap: 33px;
}
.gap-x-33 {
  column-gap: 33px;
}
.mtpx-33 {
  margin-top: 33px;
}
.min-hpx-33 {
  min-height: 33px;
}
.min-wpx-33 {
  min-width: 33px;
}
.mbpx-33 {
  margin-bottom: 33px !important;
}
.pipx-33 {
  padding-inline: 33px;
}
.ptpx-33 {
  padding-top: 33px !important;
}
.pbpx-33 {
  padding-bottom: 33px !important;
}
.prpx-33 {
  padding-right: 33px !important;
}
.plpx-33 {
  padding-left: 33px !important;
}
.p-x-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}
.p-y-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.p-33 {
  padding: 33px !important;
}
.topx-33 {
  top: 33px;
}
.bottomx-33 {
  bottom: 33px;
}
.rightx-33 {
  right: 33px;
}
.leftx-33 {
  left: 33px;
}
.font-size-33 {
  font-size: 33px;
}
.wp-34 {
  width: 34%;
}
.hpx-34 {
  height: 34px;
}
.wpx-34 {
  width: 34px;
}
.brpx-34 {
  border-radius: 34px;
}
.mrpx-34 {
  margin-right: 34px !important;
}
.-mlpx-34 {
  margin-left: -34px;
}
.mlpx-34 {
  margin-left: 34px;
}
.mbpx-34 {
  margin-bottom: 34px;
}
.gap-px-34 {
  gap: 34px;
}
.gap-y-34 {
  row-gap: 34px;
}
.gap-x-34 {
  column-gap: 34px;
}
.mtpx-34 {
  margin-top: 34px;
}
.min-hpx-34 {
  min-height: 34px;
}
.min-wpx-34 {
  min-width: 34px;
}
.mbpx-34 {
  margin-bottom: 34px !important;
}
.pipx-34 {
  padding-inline: 34px;
}
.ptpx-34 {
  padding-top: 34px !important;
}
.pbpx-34 {
  padding-bottom: 34px !important;
}
.prpx-34 {
  padding-right: 34px !important;
}
.plpx-34 {
  padding-left: 34px !important;
}
.p-x-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}
.p-y-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.p-34 {
  padding: 34px !important;
}
.topx-34 {
  top: 34px;
}
.bottomx-34 {
  bottom: 34px;
}
.rightx-34 {
  right: 34px;
}
.leftx-34 {
  left: 34px;
}
.font-size-34 {
  font-size: 34px;
}
.wp-35 {
  width: 35%;
}
.hpx-35 {
  height: 35px;
}
.wpx-35 {
  width: 35px;
}
.brpx-35 {
  border-radius: 35px;
}
.mrpx-35 {
  margin-right: 35px !important;
}
.-mlpx-35 {
  margin-left: -35px;
}
.mlpx-35 {
  margin-left: 35px;
}
.mbpx-35 {
  margin-bottom: 35px;
}
.gap-px-35 {
  gap: 35px;
}
.gap-y-35 {
  row-gap: 35px;
}
.gap-x-35 {
  column-gap: 35px;
}
.mtpx-35 {
  margin-top: 35px;
}
.min-hpx-35 {
  min-height: 35px;
}
.min-wpx-35 {
  min-width: 35px;
}
.mbpx-35 {
  margin-bottom: 35px !important;
}
.pipx-35 {
  padding-inline: 35px;
}
.ptpx-35 {
  padding-top: 35px !important;
}
.pbpx-35 {
  padding-bottom: 35px !important;
}
.prpx-35 {
  padding-right: 35px !important;
}
.plpx-35 {
  padding-left: 35px !important;
}
.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.topx-35 {
  top: 35px;
}
.bottomx-35 {
  bottom: 35px;
}
.rightx-35 {
  right: 35px;
}
.leftx-35 {
  left: 35px;
}
.font-size-35 {
  font-size: 35px;
}
.wp-36 {
  width: 36%;
}
.hpx-36 {
  height: 36px;
}
.wpx-36 {
  width: 36px;
}
.brpx-36 {
  border-radius: 36px;
}
.mrpx-36 {
  margin-right: 36px !important;
}
.-mlpx-36 {
  margin-left: -36px;
}
.mlpx-36 {
  margin-left: 36px;
}
.mbpx-36 {
  margin-bottom: 36px;
}
.gap-px-36 {
  gap: 36px;
}
.gap-y-36 {
  row-gap: 36px;
}
.gap-x-36 {
  column-gap: 36px;
}
.mtpx-36 {
  margin-top: 36px;
}
.min-hpx-36 {
  min-height: 36px;
}
.min-wpx-36 {
  min-width: 36px;
}
.mbpx-36 {
  margin-bottom: 36px !important;
}
.pipx-36 {
  padding-inline: 36px;
}
.ptpx-36 {
  padding-top: 36px !important;
}
.pbpx-36 {
  padding-bottom: 36px !important;
}
.prpx-36 {
  padding-right: 36px !important;
}
.plpx-36 {
  padding-left: 36px !important;
}
.p-x-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.p-y-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.p-36 {
  padding: 36px !important;
}
.topx-36 {
  top: 36px;
}
.bottomx-36 {
  bottom: 36px;
}
.rightx-36 {
  right: 36px;
}
.leftx-36 {
  left: 36px;
}
.font-size-36 {
  font-size: 36px;
}
.wp-37 {
  width: 37%;
}
.hpx-37 {
  height: 37px;
}
.wpx-37 {
  width: 37px;
}
.brpx-37 {
  border-radius: 37px;
}
.mrpx-37 {
  margin-right: 37px !important;
}
.-mlpx-37 {
  margin-left: -37px;
}
.mlpx-37 {
  margin-left: 37px;
}
.mbpx-37 {
  margin-bottom: 37px;
}
.gap-px-37 {
  gap: 37px;
}
.gap-y-37 {
  row-gap: 37px;
}
.gap-x-37 {
  column-gap: 37px;
}
.mtpx-37 {
  margin-top: 37px;
}
.min-hpx-37 {
  min-height: 37px;
}
.min-wpx-37 {
  min-width: 37px;
}
.mbpx-37 {
  margin-bottom: 37px !important;
}
.pipx-37 {
  padding-inline: 37px;
}
.ptpx-37 {
  padding-top: 37px !important;
}
.pbpx-37 {
  padding-bottom: 37px !important;
}
.prpx-37 {
  padding-right: 37px !important;
}
.plpx-37 {
  padding-left: 37px !important;
}
.p-x-37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}
.p-y-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.p-37 {
  padding: 37px !important;
}
.topx-37 {
  top: 37px;
}
.bottomx-37 {
  bottom: 37px;
}
.rightx-37 {
  right: 37px;
}
.leftx-37 {
  left: 37px;
}
.font-size-37 {
  font-size: 37px;
}
.wp-38 {
  width: 38%;
}
.hpx-38 {
  height: 38px;
}
.wpx-38 {
  width: 38px;
}
.brpx-38 {
  border-radius: 38px;
}
.mrpx-38 {
  margin-right: 38px !important;
}
.-mlpx-38 {
  margin-left: -38px;
}
.mlpx-38 {
  margin-left: 38px;
}
.mbpx-38 {
  margin-bottom: 38px;
}
.gap-px-38 {
  gap: 38px;
}
.gap-y-38 {
  row-gap: 38px;
}
.gap-x-38 {
  column-gap: 38px;
}
.mtpx-38 {
  margin-top: 38px;
}
.min-hpx-38 {
  min-height: 38px;
}
.min-wpx-38 {
  min-width: 38px;
}
.mbpx-38 {
  margin-bottom: 38px !important;
}
.pipx-38 {
  padding-inline: 38px;
}
.ptpx-38 {
  padding-top: 38px !important;
}
.pbpx-38 {
  padding-bottom: 38px !important;
}
.prpx-38 {
  padding-right: 38px !important;
}
.plpx-38 {
  padding-left: 38px !important;
}
.p-x-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}
.p-y-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.p-38 {
  padding: 38px !important;
}
.topx-38 {
  top: 38px;
}
.bottomx-38 {
  bottom: 38px;
}
.rightx-38 {
  right: 38px;
}
.leftx-38 {
  left: 38px;
}
.font-size-38 {
  font-size: 38px;
}
.wp-39 {
  width: 39%;
}
.hpx-39 {
  height: 39px;
}
.wpx-39 {
  width: 39px;
}
.brpx-39 {
  border-radius: 39px;
}
.mrpx-39 {
  margin-right: 39px !important;
}
.-mlpx-39 {
  margin-left: -39px;
}
.mlpx-39 {
  margin-left: 39px;
}
.mbpx-39 {
  margin-bottom: 39px;
}
.gap-px-39 {
  gap: 39px;
}
.gap-y-39 {
  row-gap: 39px;
}
.gap-x-39 {
  column-gap: 39px;
}
.mtpx-39 {
  margin-top: 39px;
}
.min-hpx-39 {
  min-height: 39px;
}
.min-wpx-39 {
  min-width: 39px;
}
.mbpx-39 {
  margin-bottom: 39px !important;
}
.pipx-39 {
  padding-inline: 39px;
}
.ptpx-39 {
  padding-top: 39px !important;
}
.pbpx-39 {
  padding-bottom: 39px !important;
}
.prpx-39 {
  padding-right: 39px !important;
}
.plpx-39 {
  padding-left: 39px !important;
}
.p-x-39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}
.p-y-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.p-39 {
  padding: 39px !important;
}
.topx-39 {
  top: 39px;
}
.bottomx-39 {
  bottom: 39px;
}
.rightx-39 {
  right: 39px;
}
.leftx-39 {
  left: 39px;
}
.font-size-39 {
  font-size: 39px;
}
.wp-40 {
  width: 40%;
}
.hpx-40 {
  height: 40px;
}
.wpx-40 {
  width: 40px;
}
.brpx-40 {
  border-radius: 40px;
}
.mrpx-40 {
  margin-right: 40px !important;
}
.-mlpx-40 {
  margin-left: -40px;
}
.mlpx-40 {
  margin-left: 40px;
}
.mbpx-40 {
  margin-bottom: 40px;
}
.gap-px-40 {
  gap: 40px;
}
.gap-y-40 {
  row-gap: 40px;
}
.gap-x-40 {
  column-gap: 40px;
}
.mtpx-40 {
  margin-top: 40px;
}
.min-hpx-40 {
  min-height: 40px;
}
.min-wpx-40 {
  min-width: 40px;
}
.mbpx-40 {
  margin-bottom: 40px !important;
}
.pipx-40 {
  padding-inline: 40px;
}
.ptpx-40 {
  padding-top: 40px !important;
}
.pbpx-40 {
  padding-bottom: 40px !important;
}
.prpx-40 {
  padding-right: 40px !important;
}
.plpx-40 {
  padding-left: 40px !important;
}
.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.topx-40 {
  top: 40px;
}
.bottomx-40 {
  bottom: 40px;
}
.rightx-40 {
  right: 40px;
}
.leftx-40 {
  left: 40px;
}
.font-size-40 {
  font-size: 40px;
}
.wp-41 {
  width: 41%;
}
.hpx-41 {
  height: 41px;
}
.wpx-41 {
  width: 41px;
}
.brpx-41 {
  border-radius: 41px;
}
.mrpx-41 {
  margin-right: 41px !important;
}
.-mlpx-41 {
  margin-left: -41px;
}
.mlpx-41 {
  margin-left: 41px;
}
.mbpx-41 {
  margin-bottom: 41px;
}
.gap-px-41 {
  gap: 41px;
}
.gap-y-41 {
  row-gap: 41px;
}
.gap-x-41 {
  column-gap: 41px;
}
.mtpx-41 {
  margin-top: 41px;
}
.min-hpx-41 {
  min-height: 41px;
}
.min-wpx-41 {
  min-width: 41px;
}
.mbpx-41 {
  margin-bottom: 41px !important;
}
.pipx-41 {
  padding-inline: 41px;
}
.ptpx-41 {
  padding-top: 41px !important;
}
.pbpx-41 {
  padding-bottom: 41px !important;
}
.prpx-41 {
  padding-right: 41px !important;
}
.plpx-41 {
  padding-left: 41px !important;
}
.p-x-41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}
.p-y-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.p-41 {
  padding: 41px !important;
}
.topx-41 {
  top: 41px;
}
.bottomx-41 {
  bottom: 41px;
}
.rightx-41 {
  right: 41px;
}
.leftx-41 {
  left: 41px;
}
.font-size-41 {
  font-size: 41px;
}
.wp-42 {
  width: 42%;
}
.hpx-42 {
  height: 42px;
}
.wpx-42 {
  width: 42px;
}
.brpx-42 {
  border-radius: 42px;
}
.mrpx-42 {
  margin-right: 42px !important;
}
.-mlpx-42 {
  margin-left: -42px;
}
.mlpx-42 {
  margin-left: 42px;
}
.mbpx-42 {
  margin-bottom: 42px;
}
.gap-px-42 {
  gap: 42px;
}
.gap-y-42 {
  row-gap: 42px;
}
.gap-x-42 {
  column-gap: 42px;
}
.mtpx-42 {
  margin-top: 42px;
}
.min-hpx-42 {
  min-height: 42px;
}
.min-wpx-42 {
  min-width: 42px;
}
.mbpx-42 {
  margin-bottom: 42px !important;
}
.pipx-42 {
  padding-inline: 42px;
}
.ptpx-42 {
  padding-top: 42px !important;
}
.pbpx-42 {
  padding-bottom: 42px !important;
}
.prpx-42 {
  padding-right: 42px !important;
}
.plpx-42 {
  padding-left: 42px !important;
}
.p-x-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}
.p-y-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.p-42 {
  padding: 42px !important;
}
.topx-42 {
  top: 42px;
}
.bottomx-42 {
  bottom: 42px;
}
.rightx-42 {
  right: 42px;
}
.leftx-42 {
  left: 42px;
}
.font-size-42 {
  font-size: 42px;
}
.wp-43 {
  width: 43%;
}
.hpx-43 {
  height: 43px;
}
.wpx-43 {
  width: 43px;
}
.brpx-43 {
  border-radius: 43px;
}
.mrpx-43 {
  margin-right: 43px !important;
}
.-mlpx-43 {
  margin-left: -43px;
}
.mlpx-43 {
  margin-left: 43px;
}
.mbpx-43 {
  margin-bottom: 43px;
}
.gap-px-43 {
  gap: 43px;
}
.gap-y-43 {
  row-gap: 43px;
}
.gap-x-43 {
  column-gap: 43px;
}
.mtpx-43 {
  margin-top: 43px;
}
.min-hpx-43 {
  min-height: 43px;
}
.min-wpx-43 {
  min-width: 43px;
}
.mbpx-43 {
  margin-bottom: 43px !important;
}
.pipx-43 {
  padding-inline: 43px;
}
.ptpx-43 {
  padding-top: 43px !important;
}
.pbpx-43 {
  padding-bottom: 43px !important;
}
.prpx-43 {
  padding-right: 43px !important;
}
.plpx-43 {
  padding-left: 43px !important;
}
.p-x-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}
.p-y-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.p-43 {
  padding: 43px !important;
}
.topx-43 {
  top: 43px;
}
.bottomx-43 {
  bottom: 43px;
}
.rightx-43 {
  right: 43px;
}
.leftx-43 {
  left: 43px;
}
.font-size-43 {
  font-size: 43px;
}
.wp-44 {
  width: 44%;
}
.hpx-44 {
  height: 44px;
}
.wpx-44 {
  width: 44px;
}
.brpx-44 {
  border-radius: 44px;
}
.mrpx-44 {
  margin-right: 44px !important;
}
.-mlpx-44 {
  margin-left: -44px;
}
.mlpx-44 {
  margin-left: 44px;
}
.mbpx-44 {
  margin-bottom: 44px;
}
.gap-px-44 {
  gap: 44px;
}
.gap-y-44 {
  row-gap: 44px;
}
.gap-x-44 {
  column-gap: 44px;
}
.mtpx-44 {
  margin-top: 44px;
}
.min-hpx-44 {
  min-height: 44px;
}
.min-wpx-44 {
  min-width: 44px;
}
.mbpx-44 {
  margin-bottom: 44px !important;
}
.pipx-44 {
  padding-inline: 44px;
}
.ptpx-44 {
  padding-top: 44px !important;
}
.pbpx-44 {
  padding-bottom: 44px !important;
}
.prpx-44 {
  padding-right: 44px !important;
}
.plpx-44 {
  padding-left: 44px !important;
}
.p-x-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.p-y-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.p-44 {
  padding: 44px !important;
}
.topx-44 {
  top: 44px;
}
.bottomx-44 {
  bottom: 44px;
}
.rightx-44 {
  right: 44px;
}
.leftx-44 {
  left: 44px;
}
.font-size-44 {
  font-size: 44px;
}
.wp-45 {
  width: 45%;
}
.hpx-45 {
  height: 45px;
}
.wpx-45 {
  width: 45px;
}
.brpx-45 {
  border-radius: 45px;
}
.mrpx-45 {
  margin-right: 45px !important;
}
.-mlpx-45 {
  margin-left: -45px;
}
.mlpx-45 {
  margin-left: 45px;
}
.mbpx-45 {
  margin-bottom: 45px;
}
.gap-px-45 {
  gap: 45px;
}
.gap-y-45 {
  row-gap: 45px;
}
.gap-x-45 {
  column-gap: 45px;
}
.mtpx-45 {
  margin-top: 45px;
}
.min-hpx-45 {
  min-height: 45px;
}
.min-wpx-45 {
  min-width: 45px;
}
.mbpx-45 {
  margin-bottom: 45px !important;
}
.pipx-45 {
  padding-inline: 45px;
}
.ptpx-45 {
  padding-top: 45px !important;
}
.pbpx-45 {
  padding-bottom: 45px !important;
}
.prpx-45 {
  padding-right: 45px !important;
}
.plpx-45 {
  padding-left: 45px !important;
}
.p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.p-45 {
  padding: 45px !important;
}
.topx-45 {
  top: 45px;
}
.bottomx-45 {
  bottom: 45px;
}
.rightx-45 {
  right: 45px;
}
.leftx-45 {
  left: 45px;
}
.font-size-45 {
  font-size: 45px;
}
.wp-46 {
  width: 46%;
}
.hpx-46 {
  height: 46px;
}
.wpx-46 {
  width: 46px;
}
.brpx-46 {
  border-radius: 46px;
}
.mrpx-46 {
  margin-right: 46px !important;
}
.-mlpx-46 {
  margin-left: -46px;
}
.mlpx-46 {
  margin-left: 46px;
}
.mbpx-46 {
  margin-bottom: 46px;
}
.gap-px-46 {
  gap: 46px;
}
.gap-y-46 {
  row-gap: 46px;
}
.gap-x-46 {
  column-gap: 46px;
}
.mtpx-46 {
  margin-top: 46px;
}
.min-hpx-46 {
  min-height: 46px;
}
.min-wpx-46 {
  min-width: 46px;
}
.mbpx-46 {
  margin-bottom: 46px !important;
}
.pipx-46 {
  padding-inline: 46px;
}
.ptpx-46 {
  padding-top: 46px !important;
}
.pbpx-46 {
  padding-bottom: 46px !important;
}
.prpx-46 {
  padding-right: 46px !important;
}
.plpx-46 {
  padding-left: 46px !important;
}
.p-x-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}
.p-y-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.p-46 {
  padding: 46px !important;
}
.topx-46 {
  top: 46px;
}
.bottomx-46 {
  bottom: 46px;
}
.rightx-46 {
  right: 46px;
}
.leftx-46 {
  left: 46px;
}
.font-size-46 {
  font-size: 46px;
}
.wp-47 {
  width: 47%;
}
.hpx-47 {
  height: 47px;
}
.wpx-47 {
  width: 47px;
}
.brpx-47 {
  border-radius: 47px;
}
.mrpx-47 {
  margin-right: 47px !important;
}
.-mlpx-47 {
  margin-left: -47px;
}
.mlpx-47 {
  margin-left: 47px;
}
.mbpx-47 {
  margin-bottom: 47px;
}
.gap-px-47 {
  gap: 47px;
}
.gap-y-47 {
  row-gap: 47px;
}
.gap-x-47 {
  column-gap: 47px;
}
.mtpx-47 {
  margin-top: 47px;
}
.min-hpx-47 {
  min-height: 47px;
}
.min-wpx-47 {
  min-width: 47px;
}
.mbpx-47 {
  margin-bottom: 47px !important;
}
.pipx-47 {
  padding-inline: 47px;
}
.ptpx-47 {
  padding-top: 47px !important;
}
.pbpx-47 {
  padding-bottom: 47px !important;
}
.prpx-47 {
  padding-right: 47px !important;
}
.plpx-47 {
  padding-left: 47px !important;
}
.p-x-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}
.p-y-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.p-47 {
  padding: 47px !important;
}
.topx-47 {
  top: 47px;
}
.bottomx-47 {
  bottom: 47px;
}
.rightx-47 {
  right: 47px;
}
.leftx-47 {
  left: 47px;
}
.font-size-47 {
  font-size: 47px;
}
.wp-48 {
  width: 48%;
}
.hpx-48 {
  height: 48px;
}
.wpx-48 {
  width: 48px;
}
.brpx-48 {
  border-radius: 48px;
}
.mrpx-48 {
  margin-right: 48px !important;
}
.-mlpx-48 {
  margin-left: -48px;
}
.mlpx-48 {
  margin-left: 48px;
}
.mbpx-48 {
  margin-bottom: 48px;
}
.gap-px-48 {
  gap: 48px;
}
.gap-y-48 {
  row-gap: 48px;
}
.gap-x-48 {
  column-gap: 48px;
}
.mtpx-48 {
  margin-top: 48px;
}
.min-hpx-48 {
  min-height: 48px;
}
.min-wpx-48 {
  min-width: 48px;
}
.mbpx-48 {
  margin-bottom: 48px !important;
}
.pipx-48 {
  padding-inline: 48px;
}
.ptpx-48 {
  padding-top: 48px !important;
}
.pbpx-48 {
  padding-bottom: 48px !important;
}
.prpx-48 {
  padding-right: 48px !important;
}
.plpx-48 {
  padding-left: 48px !important;
}
.p-x-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.p-y-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.p-48 {
  padding: 48px !important;
}
.topx-48 {
  top: 48px;
}
.bottomx-48 {
  bottom: 48px;
}
.rightx-48 {
  right: 48px;
}
.leftx-48 {
  left: 48px;
}
.font-size-48 {
  font-size: 48px;
}
.wp-49 {
  width: 49%;
}
.hpx-49 {
  height: 49px;
}
.wpx-49 {
  width: 49px;
}
.brpx-49 {
  border-radius: 49px;
}
.mrpx-49 {
  margin-right: 49px !important;
}
.-mlpx-49 {
  margin-left: -49px;
}
.mlpx-49 {
  margin-left: 49px;
}
.mbpx-49 {
  margin-bottom: 49px;
}
.gap-px-49 {
  gap: 49px;
}
.gap-y-49 {
  row-gap: 49px;
}
.gap-x-49 {
  column-gap: 49px;
}
.mtpx-49 {
  margin-top: 49px;
}
.min-hpx-49 {
  min-height: 49px;
}
.min-wpx-49 {
  min-width: 49px;
}
.mbpx-49 {
  margin-bottom: 49px !important;
}
.pipx-49 {
  padding-inline: 49px;
}
.ptpx-49 {
  padding-top: 49px !important;
}
.pbpx-49 {
  padding-bottom: 49px !important;
}
.prpx-49 {
  padding-right: 49px !important;
}
.plpx-49 {
  padding-left: 49px !important;
}
.p-x-49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}
.p-y-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.p-49 {
  padding: 49px !important;
}
.topx-49 {
  top: 49px;
}
.bottomx-49 {
  bottom: 49px;
}
.rightx-49 {
  right: 49px;
}
.leftx-49 {
  left: 49px;
}
.font-size-49 {
  font-size: 49px;
}
.wp-50 {
  width: 50%;
}
.hpx-50 {
  height: 50px;
}
.wpx-50 {
  width: 50px;
}
.brpx-50 {
  border-radius: 50px;
}
.mrpx-50 {
  margin-right: 50px !important;
}
.-mlpx-50 {
  margin-left: -50px;
}
.mlpx-50 {
  margin-left: 50px;
}
.mbpx-50 {
  margin-bottom: 50px;
}
.gap-px-50 {
  gap: 50px;
}
.gap-y-50 {
  row-gap: 50px;
}
.gap-x-50 {
  column-gap: 50px;
}
.mtpx-50 {
  margin-top: 50px;
}
.min-hpx-50 {
  min-height: 50px;
}
.min-wpx-50 {
  min-width: 50px;
}
.mbpx-50 {
  margin-bottom: 50px !important;
}
.pipx-50 {
  padding-inline: 50px;
}
.ptpx-50 {
  padding-top: 50px !important;
}
.pbpx-50 {
  padding-bottom: 50px !important;
}
.prpx-50 {
  padding-right: 50px !important;
}
.plpx-50 {
  padding-left: 50px !important;
}
.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.topx-50 {
  top: 50px;
}
.bottomx-50 {
  bottom: 50px;
}
.rightx-50 {
  right: 50px;
}
.leftx-50 {
  left: 50px;
}
.font-size-50 {
  font-size: 50px;
}
.wp-51 {
  width: 51%;
}
.hpx-51 {
  height: 51px;
}
.wpx-51 {
  width: 51px;
}
.brpx-51 {
  border-radius: 51px;
}
.mrpx-51 {
  margin-right: 51px !important;
}
.-mlpx-51 {
  margin-left: -51px;
}
.mlpx-51 {
  margin-left: 51px;
}
.mbpx-51 {
  margin-bottom: 51px;
}
.gap-px-51 {
  gap: 51px;
}
.gap-y-51 {
  row-gap: 51px;
}
.gap-x-51 {
  column-gap: 51px;
}
.mtpx-51 {
  margin-top: 51px;
}
.min-hpx-51 {
  min-height: 51px;
}
.min-wpx-51 {
  min-width: 51px;
}
.mbpx-51 {
  margin-bottom: 51px !important;
}
.pipx-51 {
  padding-inline: 51px;
}
.ptpx-51 {
  padding-top: 51px !important;
}
.pbpx-51 {
  padding-bottom: 51px !important;
}
.prpx-51 {
  padding-right: 51px !important;
}
.plpx-51 {
  padding-left: 51px !important;
}
.p-x-51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}
.p-y-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.p-51 {
  padding: 51px !important;
}
.topx-51 {
  top: 51px;
}
.bottomx-51 {
  bottom: 51px;
}
.rightx-51 {
  right: 51px;
}
.leftx-51 {
  left: 51px;
}
.font-size-51 {
  font-size: 51px;
}
.wp-52 {
  width: 52%;
}
.hpx-52 {
  height: 52px;
}
.wpx-52 {
  width: 52px;
}
.brpx-52 {
  border-radius: 52px;
}
.mrpx-52 {
  margin-right: 52px !important;
}
.-mlpx-52 {
  margin-left: -52px;
}
.mlpx-52 {
  margin-left: 52px;
}
.mbpx-52 {
  margin-bottom: 52px;
}
.gap-px-52 {
  gap: 52px;
}
.gap-y-52 {
  row-gap: 52px;
}
.gap-x-52 {
  column-gap: 52px;
}
.mtpx-52 {
  margin-top: 52px;
}
.min-hpx-52 {
  min-height: 52px;
}
.min-wpx-52 {
  min-width: 52px;
}
.mbpx-52 {
  margin-bottom: 52px !important;
}
.pipx-52 {
  padding-inline: 52px;
}
.ptpx-52 {
  padding-top: 52px !important;
}
.pbpx-52 {
  padding-bottom: 52px !important;
}
.prpx-52 {
  padding-right: 52px !important;
}
.plpx-52 {
  padding-left: 52px !important;
}
.p-x-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}
.p-y-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.p-52 {
  padding: 52px !important;
}
.topx-52 {
  top: 52px;
}
.bottomx-52 {
  bottom: 52px;
}
.rightx-52 {
  right: 52px;
}
.leftx-52 {
  left: 52px;
}
.font-size-52 {
  font-size: 52px;
}
.wp-53 {
  width: 53%;
}
.hpx-53 {
  height: 53px;
}
.wpx-53 {
  width: 53px;
}
.brpx-53 {
  border-radius: 53px;
}
.mrpx-53 {
  margin-right: 53px !important;
}
.-mlpx-53 {
  margin-left: -53px;
}
.mlpx-53 {
  margin-left: 53px;
}
.mbpx-53 {
  margin-bottom: 53px;
}
.gap-px-53 {
  gap: 53px;
}
.gap-y-53 {
  row-gap: 53px;
}
.gap-x-53 {
  column-gap: 53px;
}
.mtpx-53 {
  margin-top: 53px;
}
.min-hpx-53 {
  min-height: 53px;
}
.min-wpx-53 {
  min-width: 53px;
}
.mbpx-53 {
  margin-bottom: 53px !important;
}
.pipx-53 {
  padding-inline: 53px;
}
.ptpx-53 {
  padding-top: 53px !important;
}
.pbpx-53 {
  padding-bottom: 53px !important;
}
.prpx-53 {
  padding-right: 53px !important;
}
.plpx-53 {
  padding-left: 53px !important;
}
.p-x-53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}
.p-y-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.p-53 {
  padding: 53px !important;
}
.topx-53 {
  top: 53px;
}
.bottomx-53 {
  bottom: 53px;
}
.rightx-53 {
  right: 53px;
}
.leftx-53 {
  left: 53px;
}
.font-size-53 {
  font-size: 53px;
}
.wp-54 {
  width: 54%;
}
.hpx-54 {
  height: 54px;
}
.wpx-54 {
  width: 54px;
}
.brpx-54 {
  border-radius: 54px;
}
.mrpx-54 {
  margin-right: 54px !important;
}
.-mlpx-54 {
  margin-left: -54px;
}
.mlpx-54 {
  margin-left: 54px;
}
.mbpx-54 {
  margin-bottom: 54px;
}
.gap-px-54 {
  gap: 54px;
}
.gap-y-54 {
  row-gap: 54px;
}
.gap-x-54 {
  column-gap: 54px;
}
.mtpx-54 {
  margin-top: 54px;
}
.min-hpx-54 {
  min-height: 54px;
}
.min-wpx-54 {
  min-width: 54px;
}
.mbpx-54 {
  margin-bottom: 54px !important;
}
.pipx-54 {
  padding-inline: 54px;
}
.ptpx-54 {
  padding-top: 54px !important;
}
.pbpx-54 {
  padding-bottom: 54px !important;
}
.prpx-54 {
  padding-right: 54px !important;
}
.plpx-54 {
  padding-left: 54px !important;
}
.p-x-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}
.p-y-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.p-54 {
  padding: 54px !important;
}
.topx-54 {
  top: 54px;
}
.bottomx-54 {
  bottom: 54px;
}
.rightx-54 {
  right: 54px;
}
.leftx-54 {
  left: 54px;
}
.font-size-54 {
  font-size: 54px;
}
.wp-55 {
  width: 55%;
}
.hpx-55 {
  height: 55px;
}
.wpx-55 {
  width: 55px;
}
.brpx-55 {
  border-radius: 55px;
}
.mrpx-55 {
  margin-right: 55px !important;
}
.-mlpx-55 {
  margin-left: -55px;
}
.mlpx-55 {
  margin-left: 55px;
}
.mbpx-55 {
  margin-bottom: 55px;
}
.gap-px-55 {
  gap: 55px;
}
.gap-y-55 {
  row-gap: 55px;
}
.gap-x-55 {
  column-gap: 55px;
}
.mtpx-55 {
  margin-top: 55px;
}
.min-hpx-55 {
  min-height: 55px;
}
.min-wpx-55 {
  min-width: 55px;
}
.mbpx-55 {
  margin-bottom: 55px !important;
}
.pipx-55 {
  padding-inline: 55px;
}
.ptpx-55 {
  padding-top: 55px !important;
}
.pbpx-55 {
  padding-bottom: 55px !important;
}
.prpx-55 {
  padding-right: 55px !important;
}
.plpx-55 {
  padding-left: 55px !important;
}
.p-x-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.p-y-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.p-55 {
  padding: 55px !important;
}
.topx-55 {
  top: 55px;
}
.bottomx-55 {
  bottom: 55px;
}
.rightx-55 {
  right: 55px;
}
.leftx-55 {
  left: 55px;
}
.font-size-55 {
  font-size: 55px;
}
.wp-56 {
  width: 56%;
}
.hpx-56 {
  height: 56px;
}
.wpx-56 {
  width: 56px;
}
.brpx-56 {
  border-radius: 56px;
}
.mrpx-56 {
  margin-right: 56px !important;
}
.-mlpx-56 {
  margin-left: -56px;
}
.mlpx-56 {
  margin-left: 56px;
}
.mbpx-56 {
  margin-bottom: 56px;
}
.gap-px-56 {
  gap: 56px;
}
.gap-y-56 {
  row-gap: 56px;
}
.gap-x-56 {
  column-gap: 56px;
}
.mtpx-56 {
  margin-top: 56px;
}
.min-hpx-56 {
  min-height: 56px;
}
.min-wpx-56 {
  min-width: 56px;
}
.mbpx-56 {
  margin-bottom: 56px !important;
}
.pipx-56 {
  padding-inline: 56px;
}
.ptpx-56 {
  padding-top: 56px !important;
}
.pbpx-56 {
  padding-bottom: 56px !important;
}
.prpx-56 {
  padding-right: 56px !important;
}
.plpx-56 {
  padding-left: 56px !important;
}
.p-x-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.p-y-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.p-56 {
  padding: 56px !important;
}
.topx-56 {
  top: 56px;
}
.bottomx-56 {
  bottom: 56px;
}
.rightx-56 {
  right: 56px;
}
.leftx-56 {
  left: 56px;
}
.font-size-56 {
  font-size: 56px;
}
.wp-57 {
  width: 57%;
}
.hpx-57 {
  height: 57px;
}
.wpx-57 {
  width: 57px;
}
.brpx-57 {
  border-radius: 57px;
}
.mrpx-57 {
  margin-right: 57px !important;
}
.-mlpx-57 {
  margin-left: -57px;
}
.mlpx-57 {
  margin-left: 57px;
}
.mbpx-57 {
  margin-bottom: 57px;
}
.gap-px-57 {
  gap: 57px;
}
.gap-y-57 {
  row-gap: 57px;
}
.gap-x-57 {
  column-gap: 57px;
}
.mtpx-57 {
  margin-top: 57px;
}
.min-hpx-57 {
  min-height: 57px;
}
.min-wpx-57 {
  min-width: 57px;
}
.mbpx-57 {
  margin-bottom: 57px !important;
}
.pipx-57 {
  padding-inline: 57px;
}
.ptpx-57 {
  padding-top: 57px !important;
}
.pbpx-57 {
  padding-bottom: 57px !important;
}
.prpx-57 {
  padding-right: 57px !important;
}
.plpx-57 {
  padding-left: 57px !important;
}
.p-x-57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}
.p-y-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.p-57 {
  padding: 57px !important;
}
.topx-57 {
  top: 57px;
}
.bottomx-57 {
  bottom: 57px;
}
.rightx-57 {
  right: 57px;
}
.leftx-57 {
  left: 57px;
}
.font-size-57 {
  font-size: 57px;
}
.wp-58 {
  width: 58%;
}
.hpx-58 {
  height: 58px;
}
.wpx-58 {
  width: 58px;
}
.brpx-58 {
  border-radius: 58px;
}
.mrpx-58 {
  margin-right: 58px !important;
}
.-mlpx-58 {
  margin-left: -58px;
}
.mlpx-58 {
  margin-left: 58px;
}
.mbpx-58 {
  margin-bottom: 58px;
}
.gap-px-58 {
  gap: 58px;
}
.gap-y-58 {
  row-gap: 58px;
}
.gap-x-58 {
  column-gap: 58px;
}
.mtpx-58 {
  margin-top: 58px;
}
.min-hpx-58 {
  min-height: 58px;
}
.min-wpx-58 {
  min-width: 58px;
}
.mbpx-58 {
  margin-bottom: 58px !important;
}
.pipx-58 {
  padding-inline: 58px;
}
.ptpx-58 {
  padding-top: 58px !important;
}
.pbpx-58 {
  padding-bottom: 58px !important;
}
.prpx-58 {
  padding-right: 58px !important;
}
.plpx-58 {
  padding-left: 58px !important;
}
.p-x-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}
.p-y-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.p-58 {
  padding: 58px !important;
}
.topx-58 {
  top: 58px;
}
.bottomx-58 {
  bottom: 58px;
}
.rightx-58 {
  right: 58px;
}
.leftx-58 {
  left: 58px;
}
.font-size-58 {
  font-size: 58px;
}
.wp-59 {
  width: 59%;
}
.hpx-59 {
  height: 59px;
}
.wpx-59 {
  width: 59px;
}
.brpx-59 {
  border-radius: 59px;
}
.mrpx-59 {
  margin-right: 59px !important;
}
.-mlpx-59 {
  margin-left: -59px;
}
.mlpx-59 {
  margin-left: 59px;
}
.mbpx-59 {
  margin-bottom: 59px;
}
.gap-px-59 {
  gap: 59px;
}
.gap-y-59 {
  row-gap: 59px;
}
.gap-x-59 {
  column-gap: 59px;
}
.mtpx-59 {
  margin-top: 59px;
}
.min-hpx-59 {
  min-height: 59px;
}
.min-wpx-59 {
  min-width: 59px;
}
.mbpx-59 {
  margin-bottom: 59px !important;
}
.pipx-59 {
  padding-inline: 59px;
}
.ptpx-59 {
  padding-top: 59px !important;
}
.pbpx-59 {
  padding-bottom: 59px !important;
}
.prpx-59 {
  padding-right: 59px !important;
}
.plpx-59 {
  padding-left: 59px !important;
}
.p-x-59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}
.p-y-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.p-59 {
  padding: 59px !important;
}
.topx-59 {
  top: 59px;
}
.bottomx-59 {
  bottom: 59px;
}
.rightx-59 {
  right: 59px;
}
.leftx-59 {
  left: 59px;
}
.font-size-59 {
  font-size: 59px;
}
.wp-60 {
  width: 60%;
}
.hpx-60 {
  height: 60px;
}
.wpx-60 {
  width: 60px;
}
.brpx-60 {
  border-radius: 60px;
}
.mrpx-60 {
  margin-right: 60px !important;
}
.-mlpx-60 {
  margin-left: -60px;
}
.mlpx-60 {
  margin-left: 60px;
}
.mbpx-60 {
  margin-bottom: 60px;
}
.gap-px-60 {
  gap: 60px;
}
.gap-y-60 {
  row-gap: 60px;
}
.gap-x-60 {
  column-gap: 60px;
}
.mtpx-60 {
  margin-top: 60px;
}
.min-hpx-60 {
  min-height: 60px;
}
.min-wpx-60 {
  min-width: 60px;
}
.mbpx-60 {
  margin-bottom: 60px !important;
}
.pipx-60 {
  padding-inline: 60px;
}
.ptpx-60 {
  padding-top: 60px !important;
}
.pbpx-60 {
  padding-bottom: 60px !important;
}
.prpx-60 {
  padding-right: 60px !important;
}
.plpx-60 {
  padding-left: 60px !important;
}
.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-60 {
  padding: 60px !important;
}
.topx-60 {
  top: 60px;
}
.bottomx-60 {
  bottom: 60px;
}
.rightx-60 {
  right: 60px;
}
.leftx-60 {
  left: 60px;
}
.font-size-60 {
  font-size: 60px;
}
.wp-61 {
  width: 61%;
}
.hpx-61 {
  height: 61px;
}
.wpx-61 {
  width: 61px;
}
.brpx-61 {
  border-radius: 61px;
}
.mrpx-61 {
  margin-right: 61px !important;
}
.-mlpx-61 {
  margin-left: -61px;
}
.mlpx-61 {
  margin-left: 61px;
}
.mbpx-61 {
  margin-bottom: 61px;
}
.gap-px-61 {
  gap: 61px;
}
.gap-y-61 {
  row-gap: 61px;
}
.gap-x-61 {
  column-gap: 61px;
}
.mtpx-61 {
  margin-top: 61px;
}
.min-hpx-61 {
  min-height: 61px;
}
.min-wpx-61 {
  min-width: 61px;
}
.mbpx-61 {
  margin-bottom: 61px !important;
}
.pipx-61 {
  padding-inline: 61px;
}
.ptpx-61 {
  padding-top: 61px !important;
}
.pbpx-61 {
  padding-bottom: 61px !important;
}
.prpx-61 {
  padding-right: 61px !important;
}
.plpx-61 {
  padding-left: 61px !important;
}
.p-x-61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}
.p-y-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.p-61 {
  padding: 61px !important;
}
.topx-61 {
  top: 61px;
}
.bottomx-61 {
  bottom: 61px;
}
.rightx-61 {
  right: 61px;
}
.leftx-61 {
  left: 61px;
}
.font-size-61 {
  font-size: 61px;
}
.wp-62 {
  width: 62%;
}
.hpx-62 {
  height: 62px;
}
.wpx-62 {
  width: 62px;
}
.brpx-62 {
  border-radius: 62px;
}
.mrpx-62 {
  margin-right: 62px !important;
}
.-mlpx-62 {
  margin-left: -62px;
}
.mlpx-62 {
  margin-left: 62px;
}
.mbpx-62 {
  margin-bottom: 62px;
}
.gap-px-62 {
  gap: 62px;
}
.gap-y-62 {
  row-gap: 62px;
}
.gap-x-62 {
  column-gap: 62px;
}
.mtpx-62 {
  margin-top: 62px;
}
.min-hpx-62 {
  min-height: 62px;
}
.min-wpx-62 {
  min-width: 62px;
}
.mbpx-62 {
  margin-bottom: 62px !important;
}
.pipx-62 {
  padding-inline: 62px;
}
.ptpx-62 {
  padding-top: 62px !important;
}
.pbpx-62 {
  padding-bottom: 62px !important;
}
.prpx-62 {
  padding-right: 62px !important;
}
.plpx-62 {
  padding-left: 62px !important;
}
.p-x-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}
.p-y-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.p-62 {
  padding: 62px !important;
}
.topx-62 {
  top: 62px;
}
.bottomx-62 {
  bottom: 62px;
}
.rightx-62 {
  right: 62px;
}
.leftx-62 {
  left: 62px;
}
.font-size-62 {
  font-size: 62px;
}
.wp-63 {
  width: 63%;
}
.hpx-63 {
  height: 63px;
}
.wpx-63 {
  width: 63px;
}
.brpx-63 {
  border-radius: 63px;
}
.mrpx-63 {
  margin-right: 63px !important;
}
.-mlpx-63 {
  margin-left: -63px;
}
.mlpx-63 {
  margin-left: 63px;
}
.mbpx-63 {
  margin-bottom: 63px;
}
.gap-px-63 {
  gap: 63px;
}
.gap-y-63 {
  row-gap: 63px;
}
.gap-x-63 {
  column-gap: 63px;
}
.mtpx-63 {
  margin-top: 63px;
}
.min-hpx-63 {
  min-height: 63px;
}
.min-wpx-63 {
  min-width: 63px;
}
.mbpx-63 {
  margin-bottom: 63px !important;
}
.pipx-63 {
  padding-inline: 63px;
}
.ptpx-63 {
  padding-top: 63px !important;
}
.pbpx-63 {
  padding-bottom: 63px !important;
}
.prpx-63 {
  padding-right: 63px !important;
}
.plpx-63 {
  padding-left: 63px !important;
}
.p-x-63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}
.p-y-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.p-63 {
  padding: 63px !important;
}
.topx-63 {
  top: 63px;
}
.bottomx-63 {
  bottom: 63px;
}
.rightx-63 {
  right: 63px;
}
.leftx-63 {
  left: 63px;
}
.font-size-63 {
  font-size: 63px;
}
.wp-64 {
  width: 64%;
}
.hpx-64 {
  height: 64px;
}
.wpx-64 {
  width: 64px;
}
.brpx-64 {
  border-radius: 64px;
}
.mrpx-64 {
  margin-right: 64px !important;
}
.-mlpx-64 {
  margin-left: -64px;
}
.mlpx-64 {
  margin-left: 64px;
}
.mbpx-64 {
  margin-bottom: 64px;
}
.gap-px-64 {
  gap: 64px;
}
.gap-y-64 {
  row-gap: 64px;
}
.gap-x-64 {
  column-gap: 64px;
}
.mtpx-64 {
  margin-top: 64px;
}
.min-hpx-64 {
  min-height: 64px;
}
.min-wpx-64 {
  min-width: 64px;
}
.mbpx-64 {
  margin-bottom: 64px !important;
}
.pipx-64 {
  padding-inline: 64px;
}
.ptpx-64 {
  padding-top: 64px !important;
}
.pbpx-64 {
  padding-bottom: 64px !important;
}
.prpx-64 {
  padding-right: 64px !important;
}
.plpx-64 {
  padding-left: 64px !important;
}
.p-x-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.p-y-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.p-64 {
  padding: 64px !important;
}
.topx-64 {
  top: 64px;
}
.bottomx-64 {
  bottom: 64px;
}
.rightx-64 {
  right: 64px;
}
.leftx-64 {
  left: 64px;
}
.font-size-64 {
  font-size: 64px;
}
.wp-65 {
  width: 65%;
}
.hpx-65 {
  height: 65px;
}
.wpx-65 {
  width: 65px;
}
.brpx-65 {
  border-radius: 65px;
}
.mrpx-65 {
  margin-right: 65px !important;
}
.-mlpx-65 {
  margin-left: -65px;
}
.mlpx-65 {
  margin-left: 65px;
}
.mbpx-65 {
  margin-bottom: 65px;
}
.gap-px-65 {
  gap: 65px;
}
.gap-y-65 {
  row-gap: 65px;
}
.gap-x-65 {
  column-gap: 65px;
}
.mtpx-65 {
  margin-top: 65px;
}
.min-hpx-65 {
  min-height: 65px;
}
.min-wpx-65 {
  min-width: 65px;
}
.mbpx-65 {
  margin-bottom: 65px !important;
}
.pipx-65 {
  padding-inline: 65px;
}
.ptpx-65 {
  padding-top: 65px !important;
}
.pbpx-65 {
  padding-bottom: 65px !important;
}
.prpx-65 {
  padding-right: 65px !important;
}
.plpx-65 {
  padding-left: 65px !important;
}
.p-x-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.p-y-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.p-65 {
  padding: 65px !important;
}
.topx-65 {
  top: 65px;
}
.bottomx-65 {
  bottom: 65px;
}
.rightx-65 {
  right: 65px;
}
.leftx-65 {
  left: 65px;
}
.font-size-65 {
  font-size: 65px;
}
.wp-66 {
  width: 66%;
}
.hpx-66 {
  height: 66px;
}
.wpx-66 {
  width: 66px;
}
.brpx-66 {
  border-radius: 66px;
}
.mrpx-66 {
  margin-right: 66px !important;
}
.-mlpx-66 {
  margin-left: -66px;
}
.mlpx-66 {
  margin-left: 66px;
}
.mbpx-66 {
  margin-bottom: 66px;
}
.gap-px-66 {
  gap: 66px;
}
.gap-y-66 {
  row-gap: 66px;
}
.gap-x-66 {
  column-gap: 66px;
}
.mtpx-66 {
  margin-top: 66px;
}
.min-hpx-66 {
  min-height: 66px;
}
.min-wpx-66 {
  min-width: 66px;
}
.mbpx-66 {
  margin-bottom: 66px !important;
}
.pipx-66 {
  padding-inline: 66px;
}
.ptpx-66 {
  padding-top: 66px !important;
}
.pbpx-66 {
  padding-bottom: 66px !important;
}
.prpx-66 {
  padding-right: 66px !important;
}
.plpx-66 {
  padding-left: 66px !important;
}
.p-x-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}
.p-y-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.p-66 {
  padding: 66px !important;
}
.topx-66 {
  top: 66px;
}
.bottomx-66 {
  bottom: 66px;
}
.rightx-66 {
  right: 66px;
}
.leftx-66 {
  left: 66px;
}
.font-size-66 {
  font-size: 66px;
}
.wp-67 {
  width: 67%;
}
.hpx-67 {
  height: 67px;
}
.wpx-67 {
  width: 67px;
}
.brpx-67 {
  border-radius: 67px;
}
.mrpx-67 {
  margin-right: 67px !important;
}
.-mlpx-67 {
  margin-left: -67px;
}
.mlpx-67 {
  margin-left: 67px;
}
.mbpx-67 {
  margin-bottom: 67px;
}
.gap-px-67 {
  gap: 67px;
}
.gap-y-67 {
  row-gap: 67px;
}
.gap-x-67 {
  column-gap: 67px;
}
.mtpx-67 {
  margin-top: 67px;
}
.min-hpx-67 {
  min-height: 67px;
}
.min-wpx-67 {
  min-width: 67px;
}
.mbpx-67 {
  margin-bottom: 67px !important;
}
.pipx-67 {
  padding-inline: 67px;
}
.ptpx-67 {
  padding-top: 67px !important;
}
.pbpx-67 {
  padding-bottom: 67px !important;
}
.prpx-67 {
  padding-right: 67px !important;
}
.plpx-67 {
  padding-left: 67px !important;
}
.p-x-67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}
.p-y-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.p-67 {
  padding: 67px !important;
}
.topx-67 {
  top: 67px;
}
.bottomx-67 {
  bottom: 67px;
}
.rightx-67 {
  right: 67px;
}
.leftx-67 {
  left: 67px;
}
.font-size-67 {
  font-size: 67px;
}
.wp-68 {
  width: 68%;
}
.hpx-68 {
  height: 68px;
}
.wpx-68 {
  width: 68px;
}
.brpx-68 {
  border-radius: 68px;
}
.mrpx-68 {
  margin-right: 68px !important;
}
.-mlpx-68 {
  margin-left: -68px;
}
.mlpx-68 {
  margin-left: 68px;
}
.mbpx-68 {
  margin-bottom: 68px;
}
.gap-px-68 {
  gap: 68px;
}
.gap-y-68 {
  row-gap: 68px;
}
.gap-x-68 {
  column-gap: 68px;
}
.mtpx-68 {
  margin-top: 68px;
}
.min-hpx-68 {
  min-height: 68px;
}
.min-wpx-68 {
  min-width: 68px;
}
.mbpx-68 {
  margin-bottom: 68px !important;
}
.pipx-68 {
  padding-inline: 68px;
}
.ptpx-68 {
  padding-top: 68px !important;
}
.pbpx-68 {
  padding-bottom: 68px !important;
}
.prpx-68 {
  padding-right: 68px !important;
}
.plpx-68 {
  padding-left: 68px !important;
}
.p-x-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}
.p-y-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.p-68 {
  padding: 68px !important;
}
.topx-68 {
  top: 68px;
}
.bottomx-68 {
  bottom: 68px;
}
.rightx-68 {
  right: 68px;
}
.leftx-68 {
  left: 68px;
}
.font-size-68 {
  font-size: 68px;
}
.wp-69 {
  width: 69%;
}
.hpx-69 {
  height: 69px;
}
.wpx-69 {
  width: 69px;
}
.brpx-69 {
  border-radius: 69px;
}
.mrpx-69 {
  margin-right: 69px !important;
}
.-mlpx-69 {
  margin-left: -69px;
}
.mlpx-69 {
  margin-left: 69px;
}
.mbpx-69 {
  margin-bottom: 69px;
}
.gap-px-69 {
  gap: 69px;
}
.gap-y-69 {
  row-gap: 69px;
}
.gap-x-69 {
  column-gap: 69px;
}
.mtpx-69 {
  margin-top: 69px;
}
.min-hpx-69 {
  min-height: 69px;
}
.min-wpx-69 {
  min-width: 69px;
}
.mbpx-69 {
  margin-bottom: 69px !important;
}
.pipx-69 {
  padding-inline: 69px;
}
.ptpx-69 {
  padding-top: 69px !important;
}
.pbpx-69 {
  padding-bottom: 69px !important;
}
.prpx-69 {
  padding-right: 69px !important;
}
.plpx-69 {
  padding-left: 69px !important;
}
.p-x-69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}
.p-y-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.p-69 {
  padding: 69px !important;
}
.topx-69 {
  top: 69px;
}
.bottomx-69 {
  bottom: 69px;
}
.rightx-69 {
  right: 69px;
}
.leftx-69 {
  left: 69px;
}
.font-size-69 {
  font-size: 69px;
}
.wp-70 {
  width: 70%;
}
.hpx-70 {
  height: 70px;
}
.wpx-70 {
  width: 70px;
}
.brpx-70 {
  border-radius: 70px;
}
.mrpx-70 {
  margin-right: 70px !important;
}
.-mlpx-70 {
  margin-left: -70px;
}
.mlpx-70 {
  margin-left: 70px;
}
.mbpx-70 {
  margin-bottom: 70px;
}
.gap-px-70 {
  gap: 70px;
}
.gap-y-70 {
  row-gap: 70px;
}
.gap-x-70 {
  column-gap: 70px;
}
.mtpx-70 {
  margin-top: 70px;
}
.min-hpx-70 {
  min-height: 70px;
}
.min-wpx-70 {
  min-width: 70px;
}
.mbpx-70 {
  margin-bottom: 70px !important;
}
.pipx-70 {
  padding-inline: 70px;
}
.ptpx-70 {
  padding-top: 70px !important;
}
.pbpx-70 {
  padding-bottom: 70px !important;
}
.prpx-70 {
  padding-right: 70px !important;
}
.plpx-70 {
  padding-left: 70px !important;
}
.p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.p-70 {
  padding: 70px !important;
}
.topx-70 {
  top: 70px;
}
.bottomx-70 {
  bottom: 70px;
}
.rightx-70 {
  right: 70px;
}
.leftx-70 {
  left: 70px;
}
.font-size-70 {
  font-size: 70px;
}
.wp-71 {
  width: 71%;
}
.hpx-71 {
  height: 71px;
}
.wpx-71 {
  width: 71px;
}
.brpx-71 {
  border-radius: 71px;
}
.mrpx-71 {
  margin-right: 71px !important;
}
.-mlpx-71 {
  margin-left: -71px;
}
.mlpx-71 {
  margin-left: 71px;
}
.mbpx-71 {
  margin-bottom: 71px;
}
.gap-px-71 {
  gap: 71px;
}
.gap-y-71 {
  row-gap: 71px;
}
.gap-x-71 {
  column-gap: 71px;
}
.mtpx-71 {
  margin-top: 71px;
}
.min-hpx-71 {
  min-height: 71px;
}
.min-wpx-71 {
  min-width: 71px;
}
.mbpx-71 {
  margin-bottom: 71px !important;
}
.pipx-71 {
  padding-inline: 71px;
}
.ptpx-71 {
  padding-top: 71px !important;
}
.pbpx-71 {
  padding-bottom: 71px !important;
}
.prpx-71 {
  padding-right: 71px !important;
}
.plpx-71 {
  padding-left: 71px !important;
}
.p-x-71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}
.p-y-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.p-71 {
  padding: 71px !important;
}
.topx-71 {
  top: 71px;
}
.bottomx-71 {
  bottom: 71px;
}
.rightx-71 {
  right: 71px;
}
.leftx-71 {
  left: 71px;
}
.font-size-71 {
  font-size: 71px;
}
.wp-72 {
  width: 72%;
}
.hpx-72 {
  height: 72px;
}
.wpx-72 {
  width: 72px;
}
.brpx-72 {
  border-radius: 72px;
}
.mrpx-72 {
  margin-right: 72px !important;
}
.-mlpx-72 {
  margin-left: -72px;
}
.mlpx-72 {
  margin-left: 72px;
}
.mbpx-72 {
  margin-bottom: 72px;
}
.gap-px-72 {
  gap: 72px;
}
.gap-y-72 {
  row-gap: 72px;
}
.gap-x-72 {
  column-gap: 72px;
}
.mtpx-72 {
  margin-top: 72px;
}
.min-hpx-72 {
  min-height: 72px;
}
.min-wpx-72 {
  min-width: 72px;
}
.mbpx-72 {
  margin-bottom: 72px !important;
}
.pipx-72 {
  padding-inline: 72px;
}
.ptpx-72 {
  padding-top: 72px !important;
}
.pbpx-72 {
  padding-bottom: 72px !important;
}
.prpx-72 {
  padding-right: 72px !important;
}
.plpx-72 {
  padding-left: 72px !important;
}
.p-x-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.p-y-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.p-72 {
  padding: 72px !important;
}
.topx-72 {
  top: 72px;
}
.bottomx-72 {
  bottom: 72px;
}
.rightx-72 {
  right: 72px;
}
.leftx-72 {
  left: 72px;
}
.font-size-72 {
  font-size: 72px;
}
.wp-73 {
  width: 73%;
}
.hpx-73 {
  height: 73px;
}
.wpx-73 {
  width: 73px;
}
.brpx-73 {
  border-radius: 73px;
}
.mrpx-73 {
  margin-right: 73px !important;
}
.-mlpx-73 {
  margin-left: -73px;
}
.mlpx-73 {
  margin-left: 73px;
}
.mbpx-73 {
  margin-bottom: 73px;
}
.gap-px-73 {
  gap: 73px;
}
.gap-y-73 {
  row-gap: 73px;
}
.gap-x-73 {
  column-gap: 73px;
}
.mtpx-73 {
  margin-top: 73px;
}
.min-hpx-73 {
  min-height: 73px;
}
.min-wpx-73 {
  min-width: 73px;
}
.mbpx-73 {
  margin-bottom: 73px !important;
}
.pipx-73 {
  padding-inline: 73px;
}
.ptpx-73 {
  padding-top: 73px !important;
}
.pbpx-73 {
  padding-bottom: 73px !important;
}
.prpx-73 {
  padding-right: 73px !important;
}
.plpx-73 {
  padding-left: 73px !important;
}
.p-x-73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}
.p-y-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.p-73 {
  padding: 73px !important;
}
.topx-73 {
  top: 73px;
}
.bottomx-73 {
  bottom: 73px;
}
.rightx-73 {
  right: 73px;
}
.leftx-73 {
  left: 73px;
}
.font-size-73 {
  font-size: 73px;
}
.wp-74 {
  width: 74%;
}
.hpx-74 {
  height: 74px;
}
.wpx-74 {
  width: 74px;
}
.brpx-74 {
  border-radius: 74px;
}
.mrpx-74 {
  margin-right: 74px !important;
}
.-mlpx-74 {
  margin-left: -74px;
}
.mlpx-74 {
  margin-left: 74px;
}
.mbpx-74 {
  margin-bottom: 74px;
}
.gap-px-74 {
  gap: 74px;
}
.gap-y-74 {
  row-gap: 74px;
}
.gap-x-74 {
  column-gap: 74px;
}
.mtpx-74 {
  margin-top: 74px;
}
.min-hpx-74 {
  min-height: 74px;
}
.min-wpx-74 {
  min-width: 74px;
}
.mbpx-74 {
  margin-bottom: 74px !important;
}
.pipx-74 {
  padding-inline: 74px;
}
.ptpx-74 {
  padding-top: 74px !important;
}
.pbpx-74 {
  padding-bottom: 74px !important;
}
.prpx-74 {
  padding-right: 74px !important;
}
.plpx-74 {
  padding-left: 74px !important;
}
.p-x-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}
.p-y-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.p-74 {
  padding: 74px !important;
}
.topx-74 {
  top: 74px;
}
.bottomx-74 {
  bottom: 74px;
}
.rightx-74 {
  right: 74px;
}
.leftx-74 {
  left: 74px;
}
.font-size-74 {
  font-size: 74px;
}
.wp-75 {
  width: 75%;
}
.hpx-75 {
  height: 75px;
}
.wpx-75 {
  width: 75px;
}
.brpx-75 {
  border-radius: 75px;
}
.mrpx-75 {
  margin-right: 75px !important;
}
.-mlpx-75 {
  margin-left: -75px;
}
.mlpx-75 {
  margin-left: 75px;
}
.mbpx-75 {
  margin-bottom: 75px;
}
.gap-px-75 {
  gap: 75px;
}
.gap-y-75 {
  row-gap: 75px;
}
.gap-x-75 {
  column-gap: 75px;
}
.mtpx-75 {
  margin-top: 75px;
}
.min-hpx-75 {
  min-height: 75px;
}
.min-wpx-75 {
  min-width: 75px;
}
.mbpx-75 {
  margin-bottom: 75px !important;
}
.pipx-75 {
  padding-inline: 75px;
}
.ptpx-75 {
  padding-top: 75px !important;
}
.pbpx-75 {
  padding-bottom: 75px !important;
}
.prpx-75 {
  padding-right: 75px !important;
}
.plpx-75 {
  padding-left: 75px !important;
}
.p-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.p-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.p-75 {
  padding: 75px !important;
}
.topx-75 {
  top: 75px;
}
.bottomx-75 {
  bottom: 75px;
}
.rightx-75 {
  right: 75px;
}
.leftx-75 {
  left: 75px;
}
.font-size-75 {
  font-size: 75px;
}
.wp-76 {
  width: 76%;
}
.hpx-76 {
  height: 76px;
}
.wpx-76 {
  width: 76px;
}
.brpx-76 {
  border-radius: 76px;
}
.mrpx-76 {
  margin-right: 76px !important;
}
.-mlpx-76 {
  margin-left: -76px;
}
.mlpx-76 {
  margin-left: 76px;
}
.mbpx-76 {
  margin-bottom: 76px;
}
.gap-px-76 {
  gap: 76px;
}
.gap-y-76 {
  row-gap: 76px;
}
.gap-x-76 {
  column-gap: 76px;
}
.mtpx-76 {
  margin-top: 76px;
}
.min-hpx-76 {
  min-height: 76px;
}
.min-wpx-76 {
  min-width: 76px;
}
.mbpx-76 {
  margin-bottom: 76px !important;
}
.pipx-76 {
  padding-inline: 76px;
}
.ptpx-76 {
  padding-top: 76px !important;
}
.pbpx-76 {
  padding-bottom: 76px !important;
}
.prpx-76 {
  padding-right: 76px !important;
}
.plpx-76 {
  padding-left: 76px !important;
}
.p-x-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}
.p-y-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.p-76 {
  padding: 76px !important;
}
.topx-76 {
  top: 76px;
}
.bottomx-76 {
  bottom: 76px;
}
.rightx-76 {
  right: 76px;
}
.leftx-76 {
  left: 76px;
}
.font-size-76 {
  font-size: 76px;
}
.wp-77 {
  width: 77%;
}
.hpx-77 {
  height: 77px;
}
.wpx-77 {
  width: 77px;
}
.brpx-77 {
  border-radius: 77px;
}
.mrpx-77 {
  margin-right: 77px !important;
}
.-mlpx-77 {
  margin-left: -77px;
}
.mlpx-77 {
  margin-left: 77px;
}
.mbpx-77 {
  margin-bottom: 77px;
}
.gap-px-77 {
  gap: 77px;
}
.gap-y-77 {
  row-gap: 77px;
}
.gap-x-77 {
  column-gap: 77px;
}
.mtpx-77 {
  margin-top: 77px;
}
.min-hpx-77 {
  min-height: 77px;
}
.min-wpx-77 {
  min-width: 77px;
}
.mbpx-77 {
  margin-bottom: 77px !important;
}
.pipx-77 {
  padding-inline: 77px;
}
.ptpx-77 {
  padding-top: 77px !important;
}
.pbpx-77 {
  padding-bottom: 77px !important;
}
.prpx-77 {
  padding-right: 77px !important;
}
.plpx-77 {
  padding-left: 77px !important;
}
.p-x-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}
.p-y-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.p-77 {
  padding: 77px !important;
}
.topx-77 {
  top: 77px;
}
.bottomx-77 {
  bottom: 77px;
}
.rightx-77 {
  right: 77px;
}
.leftx-77 {
  left: 77px;
}
.font-size-77 {
  font-size: 77px;
}
.wp-78 {
  width: 78%;
}
.hpx-78 {
  height: 78px;
}
.wpx-78 {
  width: 78px;
}
.brpx-78 {
  border-radius: 78px;
}
.mrpx-78 {
  margin-right: 78px !important;
}
.-mlpx-78 {
  margin-left: -78px;
}
.mlpx-78 {
  margin-left: 78px;
}
.mbpx-78 {
  margin-bottom: 78px;
}
.gap-px-78 {
  gap: 78px;
}
.gap-y-78 {
  row-gap: 78px;
}
.gap-x-78 {
  column-gap: 78px;
}
.mtpx-78 {
  margin-top: 78px;
}
.min-hpx-78 {
  min-height: 78px;
}
.min-wpx-78 {
  min-width: 78px;
}
.mbpx-78 {
  margin-bottom: 78px !important;
}
.pipx-78 {
  padding-inline: 78px;
}
.ptpx-78 {
  padding-top: 78px !important;
}
.pbpx-78 {
  padding-bottom: 78px !important;
}
.prpx-78 {
  padding-right: 78px !important;
}
.plpx-78 {
  padding-left: 78px !important;
}
.p-x-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}
.p-y-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.p-78 {
  padding: 78px !important;
}
.topx-78 {
  top: 78px;
}
.bottomx-78 {
  bottom: 78px;
}
.rightx-78 {
  right: 78px;
}
.leftx-78 {
  left: 78px;
}
.font-size-78 {
  font-size: 78px;
}
.wp-79 {
  width: 79%;
}
.hpx-79 {
  height: 79px;
}
.wpx-79 {
  width: 79px;
}
.brpx-79 {
  border-radius: 79px;
}
.mrpx-79 {
  margin-right: 79px !important;
}
.-mlpx-79 {
  margin-left: -79px;
}
.mlpx-79 {
  margin-left: 79px;
}
.mbpx-79 {
  margin-bottom: 79px;
}
.gap-px-79 {
  gap: 79px;
}
.gap-y-79 {
  row-gap: 79px;
}
.gap-x-79 {
  column-gap: 79px;
}
.mtpx-79 {
  margin-top: 79px;
}
.min-hpx-79 {
  min-height: 79px;
}
.min-wpx-79 {
  min-width: 79px;
}
.mbpx-79 {
  margin-bottom: 79px !important;
}
.pipx-79 {
  padding-inline: 79px;
}
.ptpx-79 {
  padding-top: 79px !important;
}
.pbpx-79 {
  padding-bottom: 79px !important;
}
.prpx-79 {
  padding-right: 79px !important;
}
.plpx-79 {
  padding-left: 79px !important;
}
.p-x-79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}
.p-y-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.p-79 {
  padding: 79px !important;
}
.topx-79 {
  top: 79px;
}
.bottomx-79 {
  bottom: 79px;
}
.rightx-79 {
  right: 79px;
}
.leftx-79 {
  left: 79px;
}
.font-size-79 {
  font-size: 79px;
}
.wp-80 {
  width: 80%;
}
.hpx-80 {
  height: 80px;
}
.wpx-80 {
  width: 80px;
}
.brpx-80 {
  border-radius: 80px;
}
.mrpx-80 {
  margin-right: 80px !important;
}
.-mlpx-80 {
  margin-left: -80px;
}
.mlpx-80 {
  margin-left: 80px;
}
.mbpx-80 {
  margin-bottom: 80px;
}
.gap-px-80 {
  gap: 80px;
}
.gap-y-80 {
  row-gap: 80px;
}
.gap-x-80 {
  column-gap: 80px;
}
.mtpx-80 {
  margin-top: 80px;
}
.min-hpx-80 {
  min-height: 80px;
}
.min-wpx-80 {
  min-width: 80px;
}
.mbpx-80 {
  margin-bottom: 80px !important;
}
.pipx-80 {
  padding-inline: 80px;
}
.ptpx-80 {
  padding-top: 80px !important;
}
.pbpx-80 {
  padding-bottom: 80px !important;
}
.prpx-80 {
  padding-right: 80px !important;
}
.plpx-80 {
  padding-left: 80px !important;
}
.p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.p-80 {
  padding: 80px !important;
}
.topx-80 {
  top: 80px;
}
.bottomx-80 {
  bottom: 80px;
}
.rightx-80 {
  right: 80px;
}
.leftx-80 {
  left: 80px;
}
.font-size-80 {
  font-size: 80px;
}
.wp-81 {
  width: 81%;
}
.hpx-81 {
  height: 81px;
}
.wpx-81 {
  width: 81px;
}
.brpx-81 {
  border-radius: 81px;
}
.mrpx-81 {
  margin-right: 81px !important;
}
.-mlpx-81 {
  margin-left: -81px;
}
.mlpx-81 {
  margin-left: 81px;
}
.mbpx-81 {
  margin-bottom: 81px;
}
.gap-px-81 {
  gap: 81px;
}
.gap-y-81 {
  row-gap: 81px;
}
.gap-x-81 {
  column-gap: 81px;
}
.mtpx-81 {
  margin-top: 81px;
}
.min-hpx-81 {
  min-height: 81px;
}
.min-wpx-81 {
  min-width: 81px;
}
.mbpx-81 {
  margin-bottom: 81px !important;
}
.pipx-81 {
  padding-inline: 81px;
}
.ptpx-81 {
  padding-top: 81px !important;
}
.pbpx-81 {
  padding-bottom: 81px !important;
}
.prpx-81 {
  padding-right: 81px !important;
}
.plpx-81 {
  padding-left: 81px !important;
}
.p-x-81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}
.p-y-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.p-81 {
  padding: 81px !important;
}
.topx-81 {
  top: 81px;
}
.bottomx-81 {
  bottom: 81px;
}
.rightx-81 {
  right: 81px;
}
.leftx-81 {
  left: 81px;
}
.font-size-81 {
  font-size: 81px;
}
.wp-82 {
  width: 82%;
}
.hpx-82 {
  height: 82px;
}
.wpx-82 {
  width: 82px;
}
.brpx-82 {
  border-radius: 82px;
}
.mrpx-82 {
  margin-right: 82px !important;
}
.-mlpx-82 {
  margin-left: -82px;
}
.mlpx-82 {
  margin-left: 82px;
}
.mbpx-82 {
  margin-bottom: 82px;
}
.gap-px-82 {
  gap: 82px;
}
.gap-y-82 {
  row-gap: 82px;
}
.gap-x-82 {
  column-gap: 82px;
}
.mtpx-82 {
  margin-top: 82px;
}
.min-hpx-82 {
  min-height: 82px;
}
.min-wpx-82 {
  min-width: 82px;
}
.mbpx-82 {
  margin-bottom: 82px !important;
}
.pipx-82 {
  padding-inline: 82px;
}
.ptpx-82 {
  padding-top: 82px !important;
}
.pbpx-82 {
  padding-bottom: 82px !important;
}
.prpx-82 {
  padding-right: 82px !important;
}
.plpx-82 {
  padding-left: 82px !important;
}
.p-x-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}
.p-y-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.p-82 {
  padding: 82px !important;
}
.topx-82 {
  top: 82px;
}
.bottomx-82 {
  bottom: 82px;
}
.rightx-82 {
  right: 82px;
}
.leftx-82 {
  left: 82px;
}
.font-size-82 {
  font-size: 82px;
}
.wp-83 {
  width: 83%;
}
.hpx-83 {
  height: 83px;
}
.wpx-83 {
  width: 83px;
}
.brpx-83 {
  border-radius: 83px;
}
.mrpx-83 {
  margin-right: 83px !important;
}
.-mlpx-83 {
  margin-left: -83px;
}
.mlpx-83 {
  margin-left: 83px;
}
.mbpx-83 {
  margin-bottom: 83px;
}
.gap-px-83 {
  gap: 83px;
}
.gap-y-83 {
  row-gap: 83px;
}
.gap-x-83 {
  column-gap: 83px;
}
.mtpx-83 {
  margin-top: 83px;
}
.min-hpx-83 {
  min-height: 83px;
}
.min-wpx-83 {
  min-width: 83px;
}
.mbpx-83 {
  margin-bottom: 83px !important;
}
.pipx-83 {
  padding-inline: 83px;
}
.ptpx-83 {
  padding-top: 83px !important;
}
.pbpx-83 {
  padding-bottom: 83px !important;
}
.prpx-83 {
  padding-right: 83px !important;
}
.plpx-83 {
  padding-left: 83px !important;
}
.p-x-83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}
.p-y-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.p-83 {
  padding: 83px !important;
}
.topx-83 {
  top: 83px;
}
.bottomx-83 {
  bottom: 83px;
}
.rightx-83 {
  right: 83px;
}
.leftx-83 {
  left: 83px;
}
.font-size-83 {
  font-size: 83px;
}
.wp-84 {
  width: 84%;
}
.hpx-84 {
  height: 84px;
}
.wpx-84 {
  width: 84px;
}
.brpx-84 {
  border-radius: 84px;
}
.mrpx-84 {
  margin-right: 84px !important;
}
.-mlpx-84 {
  margin-left: -84px;
}
.mlpx-84 {
  margin-left: 84px;
}
.mbpx-84 {
  margin-bottom: 84px;
}
.gap-px-84 {
  gap: 84px;
}
.gap-y-84 {
  row-gap: 84px;
}
.gap-x-84 {
  column-gap: 84px;
}
.mtpx-84 {
  margin-top: 84px;
}
.min-hpx-84 {
  min-height: 84px;
}
.min-wpx-84 {
  min-width: 84px;
}
.mbpx-84 {
  margin-bottom: 84px !important;
}
.pipx-84 {
  padding-inline: 84px;
}
.ptpx-84 {
  padding-top: 84px !important;
}
.pbpx-84 {
  padding-bottom: 84px !important;
}
.prpx-84 {
  padding-right: 84px !important;
}
.plpx-84 {
  padding-left: 84px !important;
}
.p-x-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}
.p-y-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.p-84 {
  padding: 84px !important;
}
.topx-84 {
  top: 84px;
}
.bottomx-84 {
  bottom: 84px;
}
.rightx-84 {
  right: 84px;
}
.leftx-84 {
  left: 84px;
}
.font-size-84 {
  font-size: 84px;
}
.wp-85 {
  width: 85%;
}
.hpx-85 {
  height: 85px;
}
.wpx-85 {
  width: 85px;
}
.brpx-85 {
  border-radius: 85px;
}
.mrpx-85 {
  margin-right: 85px !important;
}
.-mlpx-85 {
  margin-left: -85px;
}
.mlpx-85 {
  margin-left: 85px;
}
.mbpx-85 {
  margin-bottom: 85px;
}
.gap-px-85 {
  gap: 85px;
}
.gap-y-85 {
  row-gap: 85px;
}
.gap-x-85 {
  column-gap: 85px;
}
.mtpx-85 {
  margin-top: 85px;
}
.min-hpx-85 {
  min-height: 85px;
}
.min-wpx-85 {
  min-width: 85px;
}
.mbpx-85 {
  margin-bottom: 85px !important;
}
.pipx-85 {
  padding-inline: 85px;
}
.ptpx-85 {
  padding-top: 85px !important;
}
.pbpx-85 {
  padding-bottom: 85px !important;
}
.prpx-85 {
  padding-right: 85px !important;
}
.plpx-85 {
  padding-left: 85px !important;
}
.p-x-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.p-y-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.p-85 {
  padding: 85px !important;
}
.topx-85 {
  top: 85px;
}
.bottomx-85 {
  bottom: 85px;
}
.rightx-85 {
  right: 85px;
}
.leftx-85 {
  left: 85px;
}
.font-size-85 {
  font-size: 85px;
}
.wp-86 {
  width: 86%;
}
.hpx-86 {
  height: 86px;
}
.wpx-86 {
  width: 86px;
}
.brpx-86 {
  border-radius: 86px;
}
.mrpx-86 {
  margin-right: 86px !important;
}
.-mlpx-86 {
  margin-left: -86px;
}
.mlpx-86 {
  margin-left: 86px;
}
.mbpx-86 {
  margin-bottom: 86px;
}
.gap-px-86 {
  gap: 86px;
}
.gap-y-86 {
  row-gap: 86px;
}
.gap-x-86 {
  column-gap: 86px;
}
.mtpx-86 {
  margin-top: 86px;
}
.min-hpx-86 {
  min-height: 86px;
}
.min-wpx-86 {
  min-width: 86px;
}
.mbpx-86 {
  margin-bottom: 86px !important;
}
.pipx-86 {
  padding-inline: 86px;
}
.ptpx-86 {
  padding-top: 86px !important;
}
.pbpx-86 {
  padding-bottom: 86px !important;
}
.prpx-86 {
  padding-right: 86px !important;
}
.plpx-86 {
  padding-left: 86px !important;
}
.p-x-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}
.p-y-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.p-86 {
  padding: 86px !important;
}
.topx-86 {
  top: 86px;
}
.bottomx-86 {
  bottom: 86px;
}
.rightx-86 {
  right: 86px;
}
.leftx-86 {
  left: 86px;
}
.font-size-86 {
  font-size: 86px;
}
.wp-87 {
  width: 87%;
}
.hpx-87 {
  height: 87px;
}
.wpx-87 {
  width: 87px;
}
.brpx-87 {
  border-radius: 87px;
}
.mrpx-87 {
  margin-right: 87px !important;
}
.-mlpx-87 {
  margin-left: -87px;
}
.mlpx-87 {
  margin-left: 87px;
}
.mbpx-87 {
  margin-bottom: 87px;
}
.gap-px-87 {
  gap: 87px;
}
.gap-y-87 {
  row-gap: 87px;
}
.gap-x-87 {
  column-gap: 87px;
}
.mtpx-87 {
  margin-top: 87px;
}
.min-hpx-87 {
  min-height: 87px;
}
.min-wpx-87 {
  min-width: 87px;
}
.mbpx-87 {
  margin-bottom: 87px !important;
}
.pipx-87 {
  padding-inline: 87px;
}
.ptpx-87 {
  padding-top: 87px !important;
}
.pbpx-87 {
  padding-bottom: 87px !important;
}
.prpx-87 {
  padding-right: 87px !important;
}
.plpx-87 {
  padding-left: 87px !important;
}
.p-x-87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}
.p-y-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.p-87 {
  padding: 87px !important;
}
.topx-87 {
  top: 87px;
}
.bottomx-87 {
  bottom: 87px;
}
.rightx-87 {
  right: 87px;
}
.leftx-87 {
  left: 87px;
}
.font-size-87 {
  font-size: 87px;
}
.wp-88 {
  width: 88%;
}
.hpx-88 {
  height: 88px;
}
.wpx-88 {
  width: 88px;
}
.brpx-88 {
  border-radius: 88px;
}
.mrpx-88 {
  margin-right: 88px !important;
}
.-mlpx-88 {
  margin-left: -88px;
}
.mlpx-88 {
  margin-left: 88px;
}
.mbpx-88 {
  margin-bottom: 88px;
}
.gap-px-88 {
  gap: 88px;
}
.gap-y-88 {
  row-gap: 88px;
}
.gap-x-88 {
  column-gap: 88px;
}
.mtpx-88 {
  margin-top: 88px;
}
.min-hpx-88 {
  min-height: 88px;
}
.min-wpx-88 {
  min-width: 88px;
}
.mbpx-88 {
  margin-bottom: 88px !important;
}
.pipx-88 {
  padding-inline: 88px;
}
.ptpx-88 {
  padding-top: 88px !important;
}
.pbpx-88 {
  padding-bottom: 88px !important;
}
.prpx-88 {
  padding-right: 88px !important;
}
.plpx-88 {
  padding-left: 88px !important;
}
.p-x-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}
.p-y-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.p-88 {
  padding: 88px !important;
}
.topx-88 {
  top: 88px;
}
.bottomx-88 {
  bottom: 88px;
}
.rightx-88 {
  right: 88px;
}
.leftx-88 {
  left: 88px;
}
.font-size-88 {
  font-size: 88px;
}
.wp-89 {
  width: 89%;
}
.hpx-89 {
  height: 89px;
}
.wpx-89 {
  width: 89px;
}
.brpx-89 {
  border-radius: 89px;
}
.mrpx-89 {
  margin-right: 89px !important;
}
.-mlpx-89 {
  margin-left: -89px;
}
.mlpx-89 {
  margin-left: 89px;
}
.mbpx-89 {
  margin-bottom: 89px;
}
.gap-px-89 {
  gap: 89px;
}
.gap-y-89 {
  row-gap: 89px;
}
.gap-x-89 {
  column-gap: 89px;
}
.mtpx-89 {
  margin-top: 89px;
}
.min-hpx-89 {
  min-height: 89px;
}
.min-wpx-89 {
  min-width: 89px;
}
.mbpx-89 {
  margin-bottom: 89px !important;
}
.pipx-89 {
  padding-inline: 89px;
}
.ptpx-89 {
  padding-top: 89px !important;
}
.pbpx-89 {
  padding-bottom: 89px !important;
}
.prpx-89 {
  padding-right: 89px !important;
}
.plpx-89 {
  padding-left: 89px !important;
}
.p-x-89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}
.p-y-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.p-89 {
  padding: 89px !important;
}
.topx-89 {
  top: 89px;
}
.bottomx-89 {
  bottom: 89px;
}
.rightx-89 {
  right: 89px;
}
.leftx-89 {
  left: 89px;
}
.font-size-89 {
  font-size: 89px;
}
.wp-90 {
  width: 90%;
}
.hpx-90 {
  height: 90px;
}
.wpx-90 {
  width: 90px;
}
.brpx-90 {
  border-radius: 90px;
}
.mrpx-90 {
  margin-right: 90px !important;
}
.-mlpx-90 {
  margin-left: -90px;
}
.mlpx-90 {
  margin-left: 90px;
}
.mbpx-90 {
  margin-bottom: 90px;
}
.gap-px-90 {
  gap: 90px;
}
.gap-y-90 {
  row-gap: 90px;
}
.gap-x-90 {
  column-gap: 90px;
}
.mtpx-90 {
  margin-top: 90px;
}
.min-hpx-90 {
  min-height: 90px;
}
.min-wpx-90 {
  min-width: 90px;
}
.mbpx-90 {
  margin-bottom: 90px !important;
}
.pipx-90 {
  padding-inline: 90px;
}
.ptpx-90 {
  padding-top: 90px !important;
}
.pbpx-90 {
  padding-bottom: 90px !important;
}
.prpx-90 {
  padding-right: 90px !important;
}
.plpx-90 {
  padding-left: 90px !important;
}
.p-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.p-90 {
  padding: 90px !important;
}
.topx-90 {
  top: 90px;
}
.bottomx-90 {
  bottom: 90px;
}
.rightx-90 {
  right: 90px;
}
.leftx-90 {
  left: 90px;
}
.font-size-90 {
  font-size: 90px;
}
.wp-91 {
  width: 91%;
}
.hpx-91 {
  height: 91px;
}
.wpx-91 {
  width: 91px;
}
.brpx-91 {
  border-radius: 91px;
}
.mrpx-91 {
  margin-right: 91px !important;
}
.-mlpx-91 {
  margin-left: -91px;
}
.mlpx-91 {
  margin-left: 91px;
}
.mbpx-91 {
  margin-bottom: 91px;
}
.gap-px-91 {
  gap: 91px;
}
.gap-y-91 {
  row-gap: 91px;
}
.gap-x-91 {
  column-gap: 91px;
}
.mtpx-91 {
  margin-top: 91px;
}
.min-hpx-91 {
  min-height: 91px;
}
.min-wpx-91 {
  min-width: 91px;
}
.mbpx-91 {
  margin-bottom: 91px !important;
}
.pipx-91 {
  padding-inline: 91px;
}
.ptpx-91 {
  padding-top: 91px !important;
}
.pbpx-91 {
  padding-bottom: 91px !important;
}
.prpx-91 {
  padding-right: 91px !important;
}
.plpx-91 {
  padding-left: 91px !important;
}
.p-x-91 {
  padding-left: 91px !important;
  padding-right: 91px !important;
}
.p-y-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.p-91 {
  padding: 91px !important;
}
.topx-91 {
  top: 91px;
}
.bottomx-91 {
  bottom: 91px;
}
.rightx-91 {
  right: 91px;
}
.leftx-91 {
  left: 91px;
}
.font-size-91 {
  font-size: 91px;
}
.wp-92 {
  width: 92%;
}
.hpx-92 {
  height: 92px;
}
.wpx-92 {
  width: 92px;
}
.brpx-92 {
  border-radius: 92px;
}
.mrpx-92 {
  margin-right: 92px !important;
}
.-mlpx-92 {
  margin-left: -92px;
}
.mlpx-92 {
  margin-left: 92px;
}
.mbpx-92 {
  margin-bottom: 92px;
}
.gap-px-92 {
  gap: 92px;
}
.gap-y-92 {
  row-gap: 92px;
}
.gap-x-92 {
  column-gap: 92px;
}
.mtpx-92 {
  margin-top: 92px;
}
.min-hpx-92 {
  min-height: 92px;
}
.min-wpx-92 {
  min-width: 92px;
}
.mbpx-92 {
  margin-bottom: 92px !important;
}
.pipx-92 {
  padding-inline: 92px;
}
.ptpx-92 {
  padding-top: 92px !important;
}
.pbpx-92 {
  padding-bottom: 92px !important;
}
.prpx-92 {
  padding-right: 92px !important;
}
.plpx-92 {
  padding-left: 92px !important;
}
.p-x-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}
.p-y-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.p-92 {
  padding: 92px !important;
}
.topx-92 {
  top: 92px;
}
.bottomx-92 {
  bottom: 92px;
}
.rightx-92 {
  right: 92px;
}
.leftx-92 {
  left: 92px;
}
.font-size-92 {
  font-size: 92px;
}
.wp-93 {
  width: 93%;
}
.hpx-93 {
  height: 93px;
}
.wpx-93 {
  width: 93px;
}
.brpx-93 {
  border-radius: 93px;
}
.mrpx-93 {
  margin-right: 93px !important;
}
.-mlpx-93 {
  margin-left: -93px;
}
.mlpx-93 {
  margin-left: 93px;
}
.mbpx-93 {
  margin-bottom: 93px;
}
.gap-px-93 {
  gap: 93px;
}
.gap-y-93 {
  row-gap: 93px;
}
.gap-x-93 {
  column-gap: 93px;
}
.mtpx-93 {
  margin-top: 93px;
}
.min-hpx-93 {
  min-height: 93px;
}
.min-wpx-93 {
  min-width: 93px;
}
.mbpx-93 {
  margin-bottom: 93px !important;
}
.pipx-93 {
  padding-inline: 93px;
}
.ptpx-93 {
  padding-top: 93px !important;
}
.pbpx-93 {
  padding-bottom: 93px !important;
}
.prpx-93 {
  padding-right: 93px !important;
}
.plpx-93 {
  padding-left: 93px !important;
}
.p-x-93 {
  padding-left: 93px !important;
  padding-right: 93px !important;
}
.p-y-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.p-93 {
  padding: 93px !important;
}
.topx-93 {
  top: 93px;
}
.bottomx-93 {
  bottom: 93px;
}
.rightx-93 {
  right: 93px;
}
.leftx-93 {
  left: 93px;
}
.font-size-93 {
  font-size: 93px;
}
.wp-94 {
  width: 94%;
}
.hpx-94 {
  height: 94px;
}
.wpx-94 {
  width: 94px;
}
.brpx-94 {
  border-radius: 94px;
}
.mrpx-94 {
  margin-right: 94px !important;
}
.-mlpx-94 {
  margin-left: -94px;
}
.mlpx-94 {
  margin-left: 94px;
}
.mbpx-94 {
  margin-bottom: 94px;
}
.gap-px-94 {
  gap: 94px;
}
.gap-y-94 {
  row-gap: 94px;
}
.gap-x-94 {
  column-gap: 94px;
}
.mtpx-94 {
  margin-top: 94px;
}
.min-hpx-94 {
  min-height: 94px;
}
.min-wpx-94 {
  min-width: 94px;
}
.mbpx-94 {
  margin-bottom: 94px !important;
}
.pipx-94 {
  padding-inline: 94px;
}
.ptpx-94 {
  padding-top: 94px !important;
}
.pbpx-94 {
  padding-bottom: 94px !important;
}
.prpx-94 {
  padding-right: 94px !important;
}
.plpx-94 {
  padding-left: 94px !important;
}
.p-x-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}
.p-y-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.p-94 {
  padding: 94px !important;
}
.topx-94 {
  top: 94px;
}
.bottomx-94 {
  bottom: 94px;
}
.rightx-94 {
  right: 94px;
}
.leftx-94 {
  left: 94px;
}
.font-size-94 {
  font-size: 94px;
}
.wp-95 {
  width: 95%;
}
.hpx-95 {
  height: 95px;
}
.wpx-95 {
  width: 95px;
}
.brpx-95 {
  border-radius: 95px;
}
.mrpx-95 {
  margin-right: 95px !important;
}
.-mlpx-95 {
  margin-left: -95px;
}
.mlpx-95 {
  margin-left: 95px;
}
.mbpx-95 {
  margin-bottom: 95px;
}
.gap-px-95 {
  gap: 95px;
}
.gap-y-95 {
  row-gap: 95px;
}
.gap-x-95 {
  column-gap: 95px;
}
.mtpx-95 {
  margin-top: 95px;
}
.min-hpx-95 {
  min-height: 95px;
}
.min-wpx-95 {
  min-width: 95px;
}
.mbpx-95 {
  margin-bottom: 95px !important;
}
.pipx-95 {
  padding-inline: 95px;
}
.ptpx-95 {
  padding-top: 95px !important;
}
.pbpx-95 {
  padding-bottom: 95px !important;
}
.prpx-95 {
  padding-right: 95px !important;
}
.plpx-95 {
  padding-left: 95px !important;
}
.p-x-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.p-y-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.p-95 {
  padding: 95px !important;
}
.topx-95 {
  top: 95px;
}
.bottomx-95 {
  bottom: 95px;
}
.rightx-95 {
  right: 95px;
}
.leftx-95 {
  left: 95px;
}
.font-size-95 {
  font-size: 95px;
}
.wp-96 {
  width: 96%;
}
.hpx-96 {
  height: 96px;
}
.wpx-96 {
  width: 96px;
}
.brpx-96 {
  border-radius: 96px;
}
.mrpx-96 {
  margin-right: 96px !important;
}
.-mlpx-96 {
  margin-left: -96px;
}
.mlpx-96 {
  margin-left: 96px;
}
.mbpx-96 {
  margin-bottom: 96px;
}
.gap-px-96 {
  gap: 96px;
}
.gap-y-96 {
  row-gap: 96px;
}
.gap-x-96 {
  column-gap: 96px;
}
.mtpx-96 {
  margin-top: 96px;
}
.min-hpx-96 {
  min-height: 96px;
}
.min-wpx-96 {
  min-width: 96px;
}
.mbpx-96 {
  margin-bottom: 96px !important;
}
.pipx-96 {
  padding-inline: 96px;
}
.ptpx-96 {
  padding-top: 96px !important;
}
.pbpx-96 {
  padding-bottom: 96px !important;
}
.prpx-96 {
  padding-right: 96px !important;
}
.plpx-96 {
  padding-left: 96px !important;
}
.p-x-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.p-y-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.p-96 {
  padding: 96px !important;
}
.topx-96 {
  top: 96px;
}
.bottomx-96 {
  bottom: 96px;
}
.rightx-96 {
  right: 96px;
}
.leftx-96 {
  left: 96px;
}
.font-size-96 {
  font-size: 96px;
}
.wp-97 {
  width: 97%;
}
.hpx-97 {
  height: 97px;
}
.wpx-97 {
  width: 97px;
}
.brpx-97 {
  border-radius: 97px;
}
.mrpx-97 {
  margin-right: 97px !important;
}
.-mlpx-97 {
  margin-left: -97px;
}
.mlpx-97 {
  margin-left: 97px;
}
.mbpx-97 {
  margin-bottom: 97px;
}
.gap-px-97 {
  gap: 97px;
}
.gap-y-97 {
  row-gap: 97px;
}
.gap-x-97 {
  column-gap: 97px;
}
.mtpx-97 {
  margin-top: 97px;
}
.min-hpx-97 {
  min-height: 97px;
}
.min-wpx-97 {
  min-width: 97px;
}
.mbpx-97 {
  margin-bottom: 97px !important;
}
.pipx-97 {
  padding-inline: 97px;
}
.ptpx-97 {
  padding-top: 97px !important;
}
.pbpx-97 {
  padding-bottom: 97px !important;
}
.prpx-97 {
  padding-right: 97px !important;
}
.plpx-97 {
  padding-left: 97px !important;
}
.p-x-97 {
  padding-left: 97px !important;
  padding-right: 97px !important;
}
.p-y-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.p-97 {
  padding: 97px !important;
}
.topx-97 {
  top: 97px;
}
.bottomx-97 {
  bottom: 97px;
}
.rightx-97 {
  right: 97px;
}
.leftx-97 {
  left: 97px;
}
.font-size-97 {
  font-size: 97px;
}
.wp-98 {
  width: 98%;
}
.hpx-98 {
  height: 98px;
}
.wpx-98 {
  width: 98px;
}
.brpx-98 {
  border-radius: 98px;
}
.mrpx-98 {
  margin-right: 98px !important;
}
.-mlpx-98 {
  margin-left: -98px;
}
.mlpx-98 {
  margin-left: 98px;
}
.mbpx-98 {
  margin-bottom: 98px;
}
.gap-px-98 {
  gap: 98px;
}
.gap-y-98 {
  row-gap: 98px;
}
.gap-x-98 {
  column-gap: 98px;
}
.mtpx-98 {
  margin-top: 98px;
}
.min-hpx-98 {
  min-height: 98px;
}
.min-wpx-98 {
  min-width: 98px;
}
.mbpx-98 {
  margin-bottom: 98px !important;
}
.pipx-98 {
  padding-inline: 98px;
}
.ptpx-98 {
  padding-top: 98px !important;
}
.pbpx-98 {
  padding-bottom: 98px !important;
}
.prpx-98 {
  padding-right: 98px !important;
}
.plpx-98 {
  padding-left: 98px !important;
}
.p-x-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}
.p-y-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.p-98 {
  padding: 98px !important;
}
.topx-98 {
  top: 98px;
}
.bottomx-98 {
  bottom: 98px;
}
.rightx-98 {
  right: 98px;
}
.leftx-98 {
  left: 98px;
}
.font-size-98 {
  font-size: 98px;
}
.wp-99 {
  width: 99%;
}
.hpx-99 {
  height: 99px;
}
.wpx-99 {
  width: 99px;
}
.brpx-99 {
  border-radius: 99px;
}
.mrpx-99 {
  margin-right: 99px !important;
}
.-mlpx-99 {
  margin-left: -99px;
}
.mlpx-99 {
  margin-left: 99px;
}
.mbpx-99 {
  margin-bottom: 99px;
}
.gap-px-99 {
  gap: 99px;
}
.gap-y-99 {
  row-gap: 99px;
}
.gap-x-99 {
  column-gap: 99px;
}
.mtpx-99 {
  margin-top: 99px;
}
.min-hpx-99 {
  min-height: 99px;
}
.min-wpx-99 {
  min-width: 99px;
}
.mbpx-99 {
  margin-bottom: 99px !important;
}
.pipx-99 {
  padding-inline: 99px;
}
.ptpx-99 {
  padding-top: 99px !important;
}
.pbpx-99 {
  padding-bottom: 99px !important;
}
.prpx-99 {
  padding-right: 99px !important;
}
.plpx-99 {
  padding-left: 99px !important;
}
.p-x-99 {
  padding-left: 99px !important;
  padding-right: 99px !important;
}
.p-y-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.p-99 {
  padding: 99px !important;
}
.topx-99 {
  top: 99px;
}
.bottomx-99 {
  bottom: 99px;
}
.rightx-99 {
  right: 99px;
}
.leftx-99 {
  left: 99px;
}
.font-size-99 {
  font-size: 99px;
}
.wp-100 {
  width: 100%;
}
.hpx-100 {
  height: 100px;
}
.wpx-100 {
  width: 100px;
}
.brpx-100 {
  border-radius: 100px;
}
.mrpx-100 {
  margin-right: 100px !important;
}
.-mlpx-100 {
  margin-left: -100px;
}
.mlpx-100 {
  margin-left: 100px;
}
.mbpx-100 {
  margin-bottom: 100px;
}
.gap-px-100 {
  gap: 100px;
}
.gap-y-100 {
  row-gap: 100px;
}
.gap-x-100 {
  column-gap: 100px;
}
.mtpx-100 {
  margin-top: 100px;
}
.min-hpx-100 {
  min-height: 100px;
}
.min-wpx-100 {
  min-width: 100px;
}
.mbpx-100 {
  margin-bottom: 100px !important;
}
.pipx-100 {
  padding-inline: 100px;
}
.ptpx-100 {
  padding-top: 100px !important;
}
.pbpx-100 {
  padding-bottom: 100px !important;
}
.prpx-100 {
  padding-right: 100px !important;
}
.plpx-100 {
  padding-left: 100px !important;
}
.p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.p-100 {
  padding: 100px !important;
}
.topx-100 {
  top: 100px;
}
.bottomx-100 {
  bottom: 100px;
}
.rightx-100 {
  right: 100px;
}
.leftx-100 {
  left: 100px;
}
.font-size-100 {
  font-size: 100px;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.p-sticky {
  position: sticky;
}
.p-fixed {
  position: fixed;
}
.direction-row {
  flex-direction: row;
}
.direction-column {
  flex-direction: column;
}
.clear-after::after {
  content: none;
}
.d-il-grid {
  display: inline-grid !important;
}
.border-bottom-gray {
  border-bottom: 2px solid #e6ecef;
}
.border-right-grey-15 {
  border-right: 1px solid #e6e6e6;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.DayPickerNavigation_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  background-color: #f4f7f9;
  position: absolute;
  top: 18px;
  border-radius: 2px;
}
.DayPickerNavigation_button:hover {
  background-color: #ebf0f3;
}
.DayPickerNavigation_button:nth-child(1) {
  left: 18px;
}
.DayPickerNavigation_button:nth-child(2) {
  right: 18px;
}
.DayPickerNavigation_leftButton__horizontalDefault,
.DayPickerNavigation_rightButton__horizontalDefault {
  height: 38px;
  min-height: 38px;
}
.DayPicker_weekHeader {
  display: none;
}
.CalendarMonth_caption {
  padding-top: 18px !important;
  padding-bottom: 0px !important;
}
.date-picker-dropdown {
  width: 86px;
}
.date-picker-dropdown .date-picker-dropdown__menu-list {
  padding: 0px;
}
.date-picker-dropdown .date-picker-dropdown__menu-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.date-picker-dropdown .date-picker-dropdown__menu-list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}
.date-picker-dropdown .date-picker-dropdown__menu-list::-webkit-scrollbar-thumb:hover {
  background: #737373;
}
.date-picker-dropdown .date-picker-dropdown__single-value {
  color: #000000;
}
.date-picker-week-header {
  margin-top: 24px;
  color: #737373;
  margin-bottom: 4px;
}
.date-picker-week-header .title {
  width: 38px;
  flex: 1;
  font-size: 0.75rem;
}
.px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-16 {
  padding: 1rem !important;
}
.pt-8 {
  padding-top: 0.5rem !important;
}
.w-100p {
  width: 100% !important;
}
.rotate-180 {
  transform: rotate(180deg);
}
.paddingNested-1 {
  padding-left: 1.5rem !important;
}
.paddingNested-2 {
  padding-left: 3rem !important;
}
.paddingNested-3 {
  padding-left: 4.5rem !important;
}
.paddingNested-4 {
  padding-left: 6rem !important;
}
.paddingNested-5 {
  padding-left: 7.5rem !important;
}
.paddingNested-6 {
  padding-left: 9rem !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.justify-content-start-xs {
  justify-content: flex-start;
}
.justify-content-end-xs {
  justify-content: flex-end;
}
.justify-content-center-xs {
  justify-content: center;
}
.justify-content-between-xs {
  justify-content: space-between;
}
.justify-content-around-xs {
  justify-content: space-around;
}
.justify-content-initial-xs {
  justify-content: initial;
}
.justify-content-inherit-xs {
  justify-content: inherit;
}
.align-items-stretch-xs {
  align-items: stretch;
}
.align-items-center-xs {
  align-items: center;
}
.align-items-start-xs {
  align-items: flex-start;
}
.align-items-end-xs {
  align-items: flex-end;
}
.align-items-base-xs {
  align-items: baseline;
}
.align-self-auto-xs {
  align-self: auto;
}
.align-self-stretch-xs {
  align-self: stretch;
}
.align-self-center-xs {
  align-self: center;
}
.align-self-start-xs {
  align-self: flex-start;
}
.align-self-end-xs {
  align-self: flex-end;
}
.align-self-baseline-xs {
  align-self: baseline;
}
.align-self-initial-xs {
  align-self: initial;
}
.align-self-inherit-xs {
  align-self: inherit;
}
.align-content-stretch-xs {
  align-content: stretch;
}
.align-content-center-xs {
  align-content: center;
}
.align-content-start-xs {
  align-content: flex-start;
}
.align-content-end-xs {
  align-content: flex-end;
}
.align-content-between-xs {
  align-content: space-between;
}
.align-content-around-xs {
  align-content: space-around;
}
.align-content-initial-xs {
  align-content: initial;
}
.align-content-inherit-xs {
  align-content: inherit;
}
.flex-row-xs {
  flex-direction: row;
}
.flex-row-reverse-xs {
  flex-direction: row-reverse;
}
.flex-column-xs {
  flex-direction: column;
}
.flex-column-reverse-xs {
  flex-direction: column-reverse;
}
.flex-wrap-xs {
  flex-wrap: wrap;
}
.flex-nowrap-xs {
  flex-wrap: nowrap;
}
.order-xs-1 {
  order: 1;
}
.order-xs-2 {
  order: 2;
}
.order-xs-3 {
  order: 3;
}
.order-xs-4 {
  order: 4;
}
.order-xs-5 {
  order: 5;
}
.order-xs-6 {
  order: 6;
}
.order-xs-7 {
  order: 7;
}
.order-xs-8 {
  order: 8;
}
.order-xs-9 {
  order: 9;
}
.order-xs-10 {
  order: 10;
}
.order-xs-11 {
  order: 11;
}
.order-xs-12 {
  order: 12;
}
.flex-grow-0-xs {
  flex-grow: 0;
}
.flex-grow-xs {
  flex-grow: 1;
}
.flex-shrink-xs {
  flex-shrink: 1;
}
.flex-shrink-0-xs {
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-sm {
    justify-content: flex-start;
  }
  .justify-content-end-sm {
    justify-content: flex-end;
  }
  .justify-content-center-sm {
    justify-content: center;
  }
  .justify-content-between-sm {
    justify-content: space-between;
  }
  .justify-content-around-sm {
    justify-content: space-around;
  }
  .justify-content-initial-sm {
    justify-content: initial;
  }
  .justify-content-inherit-sm {
    justify-content: inherit;
  }
  .align-items-stretch-sm {
    align-items: stretch;
  }
  .align-items-center-sm {
    align-items: center;
  }
  .align-items-start-sm {
    align-items: flex-start;
  }
  .align-items-end-sm {
    align-items: flex-end;
  }
  .align-items-base-sm {
    align-items: baseline;
  }
  .align-self-auto-sm {
    align-self: auto;
  }
  .align-self-stretch-sm {
    align-self: stretch;
  }
  .align-self-center-sm {
    align-self: center;
  }
  .align-self-start-sm {
    align-self: flex-start;
  }
  .align-self-end-sm {
    align-self: flex-end;
  }
  .align-self-baseline-sm {
    align-self: baseline;
  }
  .align-self-initial-sm {
    align-self: initial;
  }
  .align-self-inherit-sm {
    align-self: inherit;
  }
  .align-content-stretch-sm {
    align-content: stretch;
  }
  .align-content-center-sm {
    align-content: center;
  }
  .align-content-start-sm {
    align-content: flex-start;
  }
  .align-content-end-sm {
    align-content: flex-end;
  }
  .align-content-between-sm {
    align-content: space-between;
  }
  .align-content-around-sm {
    align-content: space-around;
  }
  .align-content-initial-sm {
    align-content: initial;
  }
  .align-content-inherit-sm {
    align-content: inherit;
  }
  .flex-row-sm {
    flex-direction: row;
  }
  .flex-row-reverse-sm {
    flex-direction: row-reverse;
  }
  .flex-column-sm {
    flex-direction: column;
  }
  .flex-column-reverse-sm {
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .flex-grow-0-sm {
    flex-grow: 0;
  }
  .flex-grow-sm {
    flex-grow: 1;
  }
  .flex-shrink-sm {
    flex-shrink: 1;
  }
  .flex-shrink-0-sm {
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-md {
    justify-content: flex-start;
  }
  .justify-content-end-md {
    justify-content: flex-end;
  }
  .justify-content-center-md {
    justify-content: center;
  }
  .justify-content-between-md {
    justify-content: space-between;
  }
  .justify-content-around-md {
    justify-content: space-around;
  }
  .justify-content-initial-md {
    justify-content: initial;
  }
  .justify-content-inherit-md {
    justify-content: inherit;
  }
  .align-items-stretch-md {
    align-items: stretch;
  }
  .align-items-center-md {
    align-items: center;
  }
  .align-items-start-md {
    align-items: flex-start;
  }
  .align-items-end-md {
    align-items: flex-end;
  }
  .align-items-base-md {
    align-items: baseline;
  }
  .align-self-auto-md {
    align-self: auto;
  }
  .align-self-stretch-md {
    align-self: stretch;
  }
  .align-self-center-md {
    align-self: center;
  }
  .align-self-start-md {
    align-self: flex-start;
  }
  .align-self-end-md {
    align-self: flex-end;
  }
  .align-self-baseline-md {
    align-self: baseline;
  }
  .align-self-initial-md {
    align-self: initial;
  }
  .align-self-inherit-md {
    align-self: inherit;
  }
  .align-content-stretch-md {
    align-content: stretch;
  }
  .align-content-center-md {
    align-content: center;
  }
  .align-content-start-md {
    align-content: flex-start;
  }
  .align-content-end-md {
    align-content: flex-end;
  }
  .align-content-between-md {
    align-content: space-between;
  }
  .align-content-around-md {
    align-content: space-around;
  }
  .align-content-initial-md {
    align-content: initial;
  }
  .align-content-inherit-md {
    align-content: inherit;
  }
  .flex-row-md {
    flex-direction: row;
  }
  .flex-row-reverse-md {
    flex-direction: row-reverse;
  }
  .flex-column-md {
    flex-direction: column;
  }
  .flex-column-reverse-md {
    flex-direction: column-reverse;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .flex-grow-0-md {
    flex-grow: 0;
  }
  .flex-grow-md {
    flex-grow: 1;
  }
  .flex-shrink-md {
    flex-shrink: 1;
  }
  .flex-shrink-0-md {
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-lg {
    justify-content: flex-start;
  }
  .justify-content-end-lg {
    justify-content: flex-end;
  }
  .justify-content-center-lg {
    justify-content: center;
  }
  .justify-content-between-lg {
    justify-content: space-between;
  }
  .justify-content-around-lg {
    justify-content: space-around;
  }
  .justify-content-initial-lg {
    justify-content: initial;
  }
  .justify-content-inherit-lg {
    justify-content: inherit;
  }
  .align-items-stretch-lg {
    align-items: stretch;
  }
  .align-items-center-lg {
    align-items: center;
  }
  .align-items-start-lg {
    align-items: flex-start;
  }
  .align-items-end-lg {
    align-items: flex-end;
  }
  .align-items-base-lg {
    align-items: baseline;
  }
  .align-self-auto-lg {
    align-self: auto;
  }
  .align-self-stretch-lg {
    align-self: stretch;
  }
  .align-self-center-lg {
    align-self: center;
  }
  .align-self-start-lg {
    align-self: flex-start;
  }
  .align-self-end-lg {
    align-self: flex-end;
  }
  .align-self-baseline-lg {
    align-self: baseline;
  }
  .align-self-initial-lg {
    align-self: initial;
  }
  .align-self-inherit-lg {
    align-self: inherit;
  }
  .align-content-stretch-lg {
    align-content: stretch;
  }
  .align-content-center-lg {
    align-content: center;
  }
  .align-content-start-lg {
    align-content: flex-start;
  }
  .align-content-end-lg {
    align-content: flex-end;
  }
  .align-content-between-lg {
    align-content: space-between;
  }
  .align-content-around-lg {
    align-content: space-around;
  }
  .align-content-initial-lg {
    align-content: initial;
  }
  .align-content-inherit-lg {
    align-content: inherit;
  }
  .flex-row-lg {
    flex-direction: row;
  }
  .flex-row-reverse-lg {
    flex-direction: row-reverse;
  }
  .flex-column-lg {
    flex-direction: column;
  }
  .flex-column-reverse-lg {
    flex-direction: column-reverse;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .flex-grow-0-lg {
    flex-grow: 0;
  }
  .flex-grow-lg {
    flex-grow: 1;
  }
  .flex-shrink-lg {
    flex-shrink: 1;
  }
  .flex-shrink-0-lg {
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-xl {
    justify-content: flex-start;
  }
  .justify-content-end-xl {
    justify-content: flex-end;
  }
  .justify-content-center-xl {
    justify-content: center;
  }
  .justify-content-between-xl {
    justify-content: space-between;
  }
  .justify-content-around-xl {
    justify-content: space-around;
  }
  .justify-content-initial-xl {
    justify-content: initial;
  }
  .justify-content-inherit-xl {
    justify-content: inherit;
  }
  .align-items-stretch-xl {
    align-items: stretch;
  }
  .align-items-center-xl {
    align-items: center;
  }
  .align-items-start-xl {
    align-items: flex-start;
  }
  .align-items-end-xl {
    align-items: flex-end;
  }
  .align-items-base-xl {
    align-items: baseline;
  }
  .align-self-auto-xl {
    align-self: auto;
  }
  .align-self-stretch-xl {
    align-self: stretch;
  }
  .align-self-center-xl {
    align-self: center;
  }
  .align-self-start-xl {
    align-self: flex-start;
  }
  .align-self-end-xl {
    align-self: flex-end;
  }
  .align-self-baseline-xl {
    align-self: baseline;
  }
  .align-self-initial-xl {
    align-self: initial;
  }
  .align-self-inherit-xl {
    align-self: inherit;
  }
  .align-content-stretch-xl {
    align-content: stretch;
  }
  .align-content-center-xl {
    align-content: center;
  }
  .align-content-start-xl {
    align-content: flex-start;
  }
  .align-content-end-xl {
    align-content: flex-end;
  }
  .align-content-between-xl {
    align-content: space-between;
  }
  .align-content-around-xl {
    align-content: space-around;
  }
  .align-content-initial-xl {
    align-content: initial;
  }
  .align-content-inherit-xl {
    align-content: inherit;
  }
  .flex-row-xl {
    flex-direction: row;
  }
  .flex-row-reverse-xl {
    flex-direction: row-reverse;
  }
  .flex-column-xl {
    flex-direction: column;
  }
  .flex-column-reverse-xl {
    flex-direction: column-reverse;
  }
  .flex-wrap-xl {
    flex-wrap: wrap;
  }
  .flex-nowrap-xl {
    flex-wrap: nowrap;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .flex-grow-0-xl {
    flex-grow: 0;
  }
  .flex-grow-xl {
    flex-grow: 1;
  }
  .flex-shrink-xl {
    flex-shrink: 1;
  }
  .flex-shrink-0-xl {
    flex-shrink: 0;
  }
}
/* Sass Compiled Css Code Start */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:after,
*::after:after,
*::before:after {
  clear: both;
  content: "";
  display: block;
}
html,
body {
  font-size: 16px;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #f4f7f9;
}
a {
  outline: none;
  color: #03a9f4;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus,
span:hover,
span:focus,
strong:hover,
strong:focus {
  text-decoration: none;
  outline: none;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin: 0;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
  font-weight: 500;
}
img {
  max-width: 100%;
  vertical-align: top;
}
textarea {
  resize: none;
  min-height: 108px;
}
input[type=radio] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 20;
}
/* width */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* Track */
*::-webkit-scrollbar-track {
  background: #f2f2f2;
}
/* Handle */
*::-webkit-scrollbar-thumb {
  background: #d2d2d2;
  border-radius: 10px;
  transition: width 0.2s ease-in-out;
}
/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #b2b2b2;
  width: 12px;
}
.skill-tabs {
  height: 100%;
  display: flex;
}
.tab-list {
  width: 10rem;
  background: #102b7b;
}
.tab-button {
  display: inline-block;
  width: 100%;
  padding: 1rem 2rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.tab-button:focus,
.tab-button:hover {
  outline: 0;
  background: #37474f;
}
.tab.is-active .tab-button {
  background: #0091ea;
}
.skill-set-area {
  width: 65%;
}
.skill-edit-area {
  padding: 20px;
  width: 35%;
}
.skill-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  margin-right: 6%;
}
.skill-node {
  position: relative;
  padding: 1rem;
}
.skill {
  background: #f6f6f6;
  border-radius: 91px;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  color: #737373;
  white-space: nowrap;
  transition: 0.1s ease;
}
.skill:hover:not(.active-skill) {
  color: #29b6f6;
}
.skill-node-rating {
  position: absolute;
  z-index: 100;
  padding: 8px;
  bottom: 45px;
  left: 0px;
  background: #ffffff;
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
@media (max-width: 576px) {
  .skill-node-rating {
    left: -5px;
  }
}
.edit-skill h4 {
  margin-bottom: 16px;
}
.active-skill {
  background: #29b6f6;
  color: white;
}
.skill-add {
  width: 30px !important;
  height: 30px !important;
  position: relative;
  background: white !important;
  color: #29b6f6 !important;
  border: 2px solid #29b6f6;
  box-shadow: none !important;
  width: 22px !important;
  height: 22px !important;
  transition: 0.1s ease;
}
.category-add {
  border: 2px solid white;
  border-radius: 50%;
}
.settings-button {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
}
.active-settings {
  color: #108ee9;
}
.active-add,
.skill-add:hover {
  background: #29b6f6 !important;
  color: white !important;
}
@media only screen and (max-width: 768px) {
  .button-area {
    display: flex;
    flex-direction: column;
  }
  .button-area button {
    margin-bottom: 12px;
  }
}
.primary-skills-card {
  height: 640px !important;
}
.edit-skill-footer .full-scope-card {
  margin-top: -10px;
  margin-bottom: 20px;
}
.skill-set-area {
  width: 100%;
}
.skill-set-area__container {
  width: 100%;
  display: flex;
  padding: 16px;
  height: 100%;
  position: relative;
}
.skill-set-area__container .skill-overlay {
  position: absolute;
  overflow-y: scroll;
  top: -68px;
  height: 688px;
  right: -440px;
  width: 400px;
  background-color: #fff;
  z-index: 10;
  box-shadow: -10px 0 10px -5px rgba(177, 177, 177, 0.5);
  transition: all 0.3s ease;
  padding: 24px;
}
.skill-set-area__container .skill-overlay .skill-heading__container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.skill-set-area__container .skill-overlay .skill-heading__container .title {
  color: #102b7b;
  font-weight: 700;
  font-size: 1.125rem;
}
.skill-set-area__container .skill-overlay .skill-heading__container .description {
  font-size: 0.875rem;
}
.skill-set-area__container .skill-overlay--open {
  animation-name: animateOpen;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
}
@keyframes animateOpen {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-420px);
  }
}
.skill-set-area__container .skill-overlay--close {
  transform: translateX(0px);
  animation-name: animateClose;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
}
@keyframes animateClose {
  from {
    transform: translateX(-420px);
  }
  to {
    transform: translateX(0px);
  }
}
.skill-set-area__container .skill-overlay--hide {
  display: none;
}
.skill-set-area__container .skill-overlay--show {
  display: block;
}
.skill-set-area__container .skill-overlay__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin-bottom: 16px;
}
.skill-set-area__container .skill-overlay__header .title {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 600;
}
.skill-set-area__container .skill-overlay__header .close {
  cursor: pointer;
}
.skill-set-area__container .skill-overlay::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.skill-set-area__container .skill-overlay::-webkit-scrollbar-track {
  background: #fff;
}
.skill-set-area__container .skill-overlay::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #b2b2b2;
}
.skill-set-area__container .skill-overlay::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.skill-set-area__container .area-list-container {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: scroll;
  padding-right: 10px;
}
.skill-set-area__container .area-list-container__item {
  padding: 18px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  text-align: left;
}
.skill-set-area__container .area-list-container__item--active {
  background-color: #29b6f6;
  color: #fff;
  border: 1px solid #2196f3;
}
.skill-set-area__container .area-list-container__item--active .count {
  color: black !important;
}
.skill-set-area__container .area-list-container__item .name {
  font-size: 0.875rem;
  font-weight: 600;
}
.skill-set-area__container .area-list-container__item .count {
  font-size: 0.75rem;
  color: #999999;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 3px 9px;
  border-radius: 20px;
}
.skill-set-area__container .area-list-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.skill-set-area__container .area-list-container::-webkit-scrollbar-track {
  background: #fff;
}
.skill-set-area__container .area-list-container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #b2b2b2;
}
.skill-set-area__container .area-list-container::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.skill-set-area__container .skills-list-container {
  width: 80%;
  padding: 0px 16px;
  overflow-y: scroll;
}
.skill-set-area__container .skills-list-container .skill-category-header {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skill-set-area__container .skills-list-container .skill-category-header__text {
  font-size: 1.5rem;
  font-weight: 600;
}
.skill-set-area__container .skills-list-container .skill-category-header__text--clickable {
  cursor: pointer;
}
.skill-set-area__container .skills-list-container .skill-category-header__text--clickable:hover {
  color: #29b6f6;
}
.skill-set-area__container .skills-list-container .skill-category-header__btn {
  font-size: 0.875rem;
  font-weight: 600;
  color: #29b6f6;
  background-color: transparent;
}
.skill-set-area__container .skills-list-container .skills-list {
  height: 90%;
}
.skill-set-area__container .skills-list-container .skills-list__empty-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skill-set-area__container .skills-list-container .skills-list__empty-container h5 {
  font-size: 1rem;
}
.skill-set-area__container .skills-list-container .skills-list__add-skill {
  display: inline;
}
.skill-set-area__container .skills-list-container .skills-list__container {
  display: inline;
}
.skill-set-area__container .skills-list-container .skills-list__container .first-skill-container {
  padding: 16px 0px;
}
.skill-set-area__container .skills-list-container .skills-list__container .first-skill-container__header {
  font-size: 0.875rem;
  font-weight: 600;
}
.skill-set-area__container .skills-list-container .skills-list__container .first-skill-container__header--clickable {
  cursor: pointer;
}
.skill-set-area__container .skills-list-container .skills-list__container .first-skill-container__header--clickable:hover {
  color: #29b6f6;
}
.skill-set-area__container .skills-list-container .skills-list__container .first-skill-container__link {
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 12px;
}
.skill-set-area__container .skills-list-container .skills-list__container .first-skill-container__link button {
  margin-left: 6px;
}
.skill-set-area__container .skills-list-container .skills-list__container .first-skill-container__link .text {
  font-size: 0.875rem;
  color: #29b6f6;
  font-weight: 600;
  background-color: transparent !important;
}
.skill-set-area__container .skills-list-container .skills-list__container .pill-container {
  display: inline-block;
}
.skill-set-area__container .skills-list-container .skills-list .last-skill-parent {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 0px;
  margin-bottom: 8px;
}
.skill-set-area__container .skills-list-container .skills-list .last-skill-parent__left-container {
  width: 20%;
  margin-top: 4px;
  margin-right: 30px;
}
.skill-set-area__container .skills-list-container .skills-list .last-skill-parent__left-container .name {
  color: #737373;
  font-weight: 600;
  font-size: 0.75rem;
  width: 100%;
}
.skill-set-area__container .skills-list-container .skills-list .last-skill-parent__left-container .name--clickable {
  cursor: pointer;
}
.skill-set-area__container .skills-list-container .skills-list .last-skill-parent__left-container .name--clickable:hover {
  color: #29b6f6;
}
.skill-set-area__container .skills-list-container .skills-list .last-skill-parent__left-container .count {
  color: #999999;
  font-size: 0.75rem;
}
.skill-set-area__container .skills-list-container .skills-list .last-skill-parent__right-container {
  width: 85%;
}
.skill-set-area__container .skills-list-container .skills-list .last-skill-parent__right-container .add-skill {
  display: inline;
  position: relative;
}
.skill-set-area__container .skills-list-container .skills-list .last-skill-parent__right-container .add-skill__icon {
  position: absolute;
  top: 0px;
  cursor: pointer;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item {
  border: 1px solid #d2d2d2;
  border-radius: 91px;
  display: inline-block;
  padding: 8px 14px;
  margin: 4px 8px 4px 0px;
  cursor: pointer;
  position: relative;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item .icon-container {
  position: absolute;
  right: 2px;
  top: 53%;
  transform: translateY(-50%);
  color: #4caf50;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item .icon-container svg {
  border-radius: 100%;
  background-color: #def9df;
  border: 2px solid #fff;
  margin-top: 5px;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item:hover {
  background-color: #eaf8fe;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--selected {
  background-color: #eaf8fe;
  border: 1px solid #2196f3;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--view {
  background-color: #fff !important;
  border: 1px solid #d2d2d2 !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--hover:hover {
  cursor: pointer;
  background-color: #f6f6f6 !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--flagged {
  cursor: pointer;
  border: 1px solid #cf6d16 !important;
  background-color: #fff !important;
  color: #cf6d16;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--flagged .rating {
  background-color: #ffeed6 !important;
  color: #cf6d16 !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--removal-recommendation {
  border: 1px solid #ef5350 !important;
  color: #f44336 !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--removal-recommendation .rating {
  background-color: #f44336 !important;
  color: #fff !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--verified-selected {
  border: 1px solid #2196f3 !important;
  background-color: #eaf8fe !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--verified-selected .rating {
  background-color: #2196f3 !important;
  color: #fff !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--flagged-selected {
  background-color: #ffeed6 !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--flagged-selected .rating {
  background-color: #cf6d16 !important;
  color: #fff !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--delete-selected {
  background-color: #ffeeee !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item--delete-selected .rating {
  background-color: #f44336 !important;
  color: #fff !important;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item .name {
  font-size: 0.875rem;
  display: inline;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item .rating {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #2196f3;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  text-align: center;
  margin-left: 6px;
  color: #fff;
}
.skill-set-area__container .skills-list-container .skills-list__pill-item .rating--view {
  background-color: #e6e6e6;
  background-color: #737373;
}
.skill-set-area__container .skills-list-container__empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skill-set-area__container .skills-list-container__empty h5 {
  font-size: 1rem;
  min-width: 330px;
}
.skill-set-area__container .skills-list-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.skill-set-area__container .skills-list-container::-webkit-scrollbar-track {
  background: #fff;
}
.skill-set-area__container .skills-list-container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #b2b2b2;
}
.skill-set-area__container .skills-list-container::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.lf-modal__body .skill-set-area__container {
  flex-direction: column;
}
.profile-skillset {
  height: 600px;
  padding: 0;
}
.profile-skillset .skills-list-container {
  width: 100%;
  padding: 0px;
}
.profile-skillset .skills-list-container .skills-list {
  height: auto;
}
.profile-skillset .skills-list-container .skill-category-header {
  margin-top: 20px;
}
.profile-skillset .skills-list-container .skill-category-header:first-child {
  margin-top: 0;
}
.profile-skillset .skills-list-container .skills-list__pill-item {
  cursor: default;
}
.profile-skillset .skills-list-container .skills-list__pill-item:hover {
  background: none;
}
.custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: #fff;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #b2b2b2;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.skill-breadcrumb__heading {
  color: #515151;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
}
.skill-breadcrumb__body {
  display: flex;
  align-items: center;
  gap: 4px;
}
.skill-breadcrumb__skill-item {
  color: #999999;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.skill-breadcrumb--last-skill-item {
  color: #333333 !important;
}
.skill-modal .lf-modal__body {
  border-top: 2px solid #f2f2f2;
  padding: 0px;
}
.skill-modal .lf-modal__header {
  padding: 16px;
}
.skill-modal__skill-body {
  height: calc(90vh - 220px);
  overflow-y: auto;
}
.skill-modal__skill-body .lf-custom-checkbox__container {
  margin-top: 2px;
}
.skill-modal--semi-bold {
  font-weight: 600;
}
.skill-modal__label {
  margin-bottom: 2px;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}
.skill-modal__skill-list {
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  margin-bottom: 16px;
  color: #515151;
}
.skill-modal__skill-item {
  display: flex;
  align-items: center;
}
.skill-modal__skill-item svg {
  color: #b2b2b2;
}
.skill-modal__sub-skill {
  border: 1px dotted #b2b2b2;
  border-radius: 4px;
  font-size: 0.75rem !important;
  margin-bottom: 16px;
  padding: 12px;
  cursor: pointer;
}
.skill-modal__sub-skill:hover {
  background-color: #f6f6f6;
}
.skill-modal__sub-skill-btn {
  color: #29b6f6;
  font-size: 0.75rem !important;
  padding: 4px !important;
  height: auto !important;
}
.skill-modal__sub-skill-note span {
  font-weight: 600;
}
.skill-modal__form-body {
  padding: 16px 16px 0px 16px;
}
.skill-modal__btn {
  padding: 8px 12px;
}
.skill-modal__footer {
  padding: 16px;
  border-top: 2px solid #f2f2f2;
}
.skill-modal__textarea {
  font-size: 0.875rem;
}
.skill-modal__textarea:disabled {
  background: #f2f2f2;
  border-color: #d2d2d2;
  color: #737373;
}
.skill-delete-modal {
  position: absolute;
  padding: 1rem;
  bottom: 0;
  background: #fff1f1;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
.skill-rate-selector {
  width: 375px;
  text-align: left;
  padding: 6px 0px 10px 0px;
}
.skill-rate-selector .selector-description {
  color: #333333;
  font-size: 0.875rem;
}
.skill-rate-selector__btn-container {
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-top: 10px;
}
.skill-rate-selector__btn-container .rating-btn {
  padding: 8px 6px;
  cursor: pointer;
  border-right: 1px solid #e6e6e6;
  background-color: #fff;
}
.skill-rate-selector__btn-container .rating-btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.skill-rate-selector__btn-container .rating-btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.skill-rate-selector__btn-container .rating-btn__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skill-rate-selector__btn-container .rating-btn__top-container .avatar-container {
  position: relative;
  margin-right: 2px;
}
.skill-rate-selector__btn-container .rating-btn__top-container .avatar-container .avatar {
  display: flex;
  justify-content: center;
  border: 2px solid white;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 4px;
}
.skill-rate-selector__btn-container .rating-btn__top-container .avatar-container .avatar--stacked {
  position: absolute;
  top: 0;
  left: 10px;
}
.skill-rate-selector__btn-container .rating-btn--selected {
  background-color: #29b6f6;
}
.skill-rate-selector__btn-container .rating-btn--selected .scale,
.skill-rate-selector__btn-container .rating-btn--selected .description {
  color: #fff !important;
}
.skill-rate-selector__btn-container .rating-btn--non-selected {
  background-color: #fff;
}
.skill-rate-selector__btn-container .rating-btn--non-selected:hover {
  background-color: #eaf8fe;
}
.skill-rate-selector__btn-container .rating-btn--selected-green {
  background-color: #2ecc71 !important;
}
.skill-rate-selector__btn-container .rating-btn--selected-green .scale,
.skill-rate-selector__btn-container .rating-btn--selected-green .description {
  color: #fff !important;
}
.skill-rate-selector__btn-container .rating-btn--selected-green-reflag {
  background-color: #def9df !important;
}
.skill-rate-selector__btn-container .rating-btn--selected-green-reflag .scale,
.skill-rate-selector__btn-container .rating-btn--selected-green-reflag .description {
  color: #737373 !important;
}
.skill-rate-selector__btn-container .rating-btn--disabled {
  background-color: #e6e6e6;
}
.skill-rate-selector__btn-container .rating-btn:last-child {
  border-right: none;
}
.skill-rate-selector__btn-container .rating-btn .scale {
  color: #515151;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.skill-rate-selector__btn-container .rating-btn .description {
  font-size: 0.625rem;
  color: #515151;
}
.profile-skill-modal {
  width: 780px !important;
}
.profile-skill-modal .skill-category-header__text {
  font-size: 1.25rem !important;
}
.profile-skill-modal .lf-modal__content-wrapper {
  overflow: hidden;
}
.people-finder-view-all-modal {
  width: 100% !important;
  background-color: transparent !important;
  max-width: 1280px;
  padding: 0 1rem;
}
.people-finder-view-all-modal .lf-modal__content-wrapper .lf-modal__body {
  height: 60vh;
}
.people-finder-view-all-modal .lf-modal__content-wrapper {
  background-color: #fff;
  border-radius: 4px;
}
.profile-skills-edit {
  cursor: pointer;
  background-color: #fff;
  margin-top: 4px;
}
.flagged-rating .skill-rate-selector {
  width: 324px !important;
  padding: 0px;
}
.flagged-rating__top-container {
  background-color: #f6f6f6;
  padding: 12px;
  border-radius: 4px;
}
.flagged-rating__top-container .scale,
.flagged-rating__top-container .description {
  color: #999999 !important;
}
.flagged-rating__top-container .header-text {
  font-weight: 600;
  font-size: 0.875rem;
  color: #515151;
}
.flagged-rating__top-container .reflag-skill .flag-reason-box {
  color: #515151;
  font-size: 0.75rem;
  border: 1px solid #cf6d16;
  border-radius: 4px;
  background-color: #ffeed6;
  padding: 12px 16px;
  margin: 24px 0px 14px 0px;
  word-break: break-word;
}
.flagged-rating__top-container .reflag-skill .flag-reason-box__heading {
  font-weight: 600;
  margin-bottom: 4px;
}
.flagged-rating__top-container .reflag-skill .removal-recommendation-box {
  color: #515151;
  font-size: 0.75rem;
  border: 1px solid #e57373;
  border-radius: 4px;
  background-color: #ffeeee;
  padding: 12px 10px;
  margin: 24px 0px 14px 0px;
  display: flex;
  gap: 8px;
  word-break: break-word;
}
.flagged-rating__top-container .reflag-skill .removal-recommendation-box__heading {
  font-weight: 600;
  margin-bottom: 4px;
}
.flagged-rating__top-container .reflag-skill .skill-agree-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.flagged-rating__top-container .reflag-skill .skill-agree-container .additional-text {
  font-size: 0.625rem;
  color: #737373;
}
.flagged-rating__top-container .reflag-skill .skill-agree-container .additional-text span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #515151;
}
.flagged-rating__top-container .reflag-skill .deletion-confirmation {
  padding: 14px 18px;
  background-color: #fff;
  display: flex;
  gap: 8px;
}
.flagged-rating__top-container .reflag-skill .deletion-confirmation .icon-container {
  padding-top: 4px;
}
.flagged-rating__top-container .reflag-skill .deletion-confirmation .icon-container .icon {
  color: #f44336;
}
.flagged-rating__top-container .reflag-skill .deletion-confirmation__heading {
  font-size: 1rem;
  color: #f44336;
  font-weight: 700;
}
.flagged-rating__top-container .reflag-skill .deletion-confirmation__body {
  font-size: 0.75rem;
  color: #333333;
}
.flagged-rating__top-container .reflag-skill .deletion-confirmation__btn-container {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.flagged-rating__top-container .reflag-skill .deletion-confirmation__btn-container .btn--submit {
  background-color: #f44336;
  color: #fff;
}
.flagged-rating__top-container .reflag-skill .deletion-confirmation__btn-container .btn--submit:hover {
  background-color: #c52e23;
}
.flagged-rating .btn:disabled {
  pointer-events: auto !important;
}
.flagged-rating .btn--submit {
  color: white;
  background-color: #29b6f6;
  display: flex;
  align-items: center;
}
.flagged-rating .btn--submit:hover {
  background-color: #2196f3;
}
.flagged-rating .btn--submit .check-icon {
  margin-right: 4px;
}
.flagged-rating .btn--disable {
  background-color: #737373;
  cursor: not-allowed;
}
.flagged-rating .btn--disable:hover {
  background-color: #737373;
}
.flagged-rating .btn--approve {
  color: white;
  background-color: #2ecc71;
  display: flex;
  align-items: center;
  padding: 10px;
}
.flagged-rating .btn--approve:hover {
  background-color: #4caf4f;
}
.flagged-rating .btn--approve .check-icon {
  margin-right: 4px;
}
.flagged-rating .btn--flag {
  color: white;
  background-color: #f2994a;
  display: flex;
  align-items: center;
}
.flagged-rating .btn--flag:hover {
  background-color: #cf6d16;
}
.flagged-rating .flag-icon {
  margin-right: 6px;
}
.flagged-rating__bottom-container {
  margin-top: 16px;
  padding: 12px;
  border-radius: 4px;
  background-color: #f4f7f9;
}
.flagged-rating__bottom-container .heading-text {
  color: #102b7b;
  font-weight: 600;
  font-size: 0.875rem;
}
.flagged-rating__bottom-container textarea {
  background-color: #fff !important;
  resize: vertical;
}
.flagged-rating__bottom-container .flag-reason-container {
  margin-top: 12px;
}
.flagged-rating__bottom-container .flag-reason-container .label {
  margin-bottom: 4px;
  color: #999999;
  font-size: 0.75rem;
}
.flagged-rating__bottom-container .flag-reason-container .label .required {
  color: #f44336;
}
.info-box {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  background-color: #e9f5fe;
  border: 1px solid #cfe4f4;
  font-size: 0.75rem;
  gap: 8px;
  border-radius: 4px;
}
.info-box__icon-container {
  display: flex;
  align-items: center;
}
.info-box__icon-container .icon {
  color: #29b6f6;
}
.verified-skill {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 20px;
  padding: 0px 6px;
  background-color: #def9df;
  font-size: 0.75rem;
  color: #4caf50;
  border-radius: 16px;
  cursor: pointer;
}
.verified-skill span {
  font-weight: 600;
}
.flagged-skill {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 20px;
  padding: 0px 6px;
  background-color: #ffeed6;
  font-size: 0.75rem;
  color: #cf6d16;
  border-radius: 16px;
  cursor: pointer;
}
.flagged-skill span {
  font-weight: 600;
}
.delete-skill {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 20px;
  padding: 0px 6px;
  background-color: #ffeeee;
  font-size: 0.75rem;
  color: #f44336;
  border-radius: 16px;
  cursor: pointer;
}
.delete-skill span {
  font-weight: 600;
}
.skill-count-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
}
.removal-remcommendation-btn {
  background: transparent;
  color: #29b6f6;
  font-size: 0.75rem;
  font-weight: 600;
}
.removal-remcommendation-btn:hover {
  color: #2196f3;
}
.skill-set-v2 {
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.skill-set-v2 .capital-text {
  width: 100%;
  text-transform: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0bec5;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0bec5;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #b0bec5;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b0bec5;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
.search-box {
  width: 67.5213675214%;
  padding: 22px 0;
}
.search-box__icon {
  margin-right: 4px;
}
.search-box__placeholder {
  width: 96.2025316456%;
  padding: 0px 6px;
  font-size: 20px;
  line-height: 24px;
  border: none;
  outline: none;
}
.form-holder {
  padding: 10px 0;
}
.time-input {
  display: flex;
}
.time-input__text {
  border: 1px solid #b3b3b3;
  border-right: none;
  max-width: 100px;
  padding-left: 10px;
}
.time-input__text {
  font-size: 14px;
  color: #333333;
}
.form-label {
  display: inline-block;
  font-size: 14px;
  color: #78909c;
  font-weight: 600;
  margin-bottom: 6px;
}
.form-label--big {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.form-elem {
  width: 100%;
  height: 40px;
  border: 1px solid #bfc7cc;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  background: transparent;
  outline: none;
}
.form-elem:focus {
  border-color: #2196f3;
}
.form-elem::placeholder {
  font-size: 0.875rem;
  color: #b2b2b2;
}
.form-elem--input-sm {
  height: 32px;
  font-size: 0.875rem;
}
.form-elem--error {
  border-color: #f44336;
}
.form-elem--small {
  width: 46.45%;
  position: relative;
}
.form-elem--small + .form-elem--small {
  margin-left: 20px;
}
.form-elem--small-fw {
  width: 97px;
}
.form-elem--icon {
  padding-right: 30px;
  position: relative;
}
.form-elem--icon-pos {
  position: relative;
}
.form-elem__holder {
  position: relative;
}
.select-holder {
  position: relative;
}
.select-holder::before {
  display: block;
  position: absolute;
  top: 8px;
  right: 12px;
  content: url("data:image/svg+xml,%3csvg%20width='18'%20height='10'%20viewBox='0%200%2018%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eVector%3c/title%3e%3cdesc%3eCreated%20using%20Figma%3c/desc%3e%3cg%20id='Canvas'%20transform='translate(4554%20-417)'%3e%3cg%20id='Vector'%3e%3cuse%20xlink:href='%23path0_stroke'%20transform='translate(-4553%20418)'%20fill='%23B0BEC5'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cpath%20id='path0_stroke'%20d='M%209%208L%208.66782%208.3737L%209.03174%208.6972L%209.36477%208.34197L%209%208ZM%20-0.332182%200.373705L%208.66782%208.3737L%209.33218%207.6263L%200.332182%20-0.373705L%20-0.332182%200.373705ZM%209.36477%208.34197L%2016.8648%200.341971L%2016.1352%20-0.341971L%208.63523%207.65803L%209.36477%208.34197Z'/%3e%3c/defs%3e%3c/svg%3e");
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group--sm {
  width: 125px;
}
.form-icon {
  position: absolute;
  right: 8px;
  top: 7px;
  z-index: 10;
}
.form-list {
  margin-top: 5px;
}
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  display: none;
}
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  color: #78909c;
}
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #03a9f4;
  background: #fff;
  border-radius: 3px;
}
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: url("data:image/svg+xml,%3csvg%20width='11'%20height='8'%20viewBox='0%200%2011%208'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20id='Canvas'%20fill='none'%3e%3cg%20id='Vector'%3e%3cpath%20d='M%203.87668%204.85828C%203.34824%205.36532%202.51392%205.36533%201.98548%204.85828L%201.53833%204.42924C%201.25977%204.16196%200.819973%204.16196%200.541413%204.42925C%200.246087%204.71262%200.246088%205.18486%200.541416%205.46823L%202.49426%207.342C%202.49506%207.34277%202.49633%207.34276%202.49713%207.34199C%202.49793%207.34122%202.49919%207.34122%202.49999%207.34199L%202.72677%207.55958C%202.85385%207.68152%203.05449%207.68152%203.18158%207.55958L%209.44809%201.54673C%209.74914%201.25786%209.74915%200.776458%209.4481%200.487585C%209.16413%200.215103%208.71579%200.215098%208.43181%200.487574L%203.87668%204.85828Z'%20transform='translate(0.59845%20-0.133301)'%20fill='%23099EE1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  position: absolute;
  left: 3px;
  top: -2px;
  width: 2px;
  height: 2px;
}
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #c7c7c7;
  background-color: #eceff1;
}
[type=checkbox]:disabled:checked + label:after {
  color: #c7c7c7;
}
[type=checkbox]:disabled + label {
  color: #c7c7c7;
}
[type=checkbox]:checked:focus + label:before,
[type=checkbox]:not(:checked):focus + label:before {
  border: 2px solid #03a9f4;
}
.form--borderless .select-holder > .form-elem {
  border-color: transparent;
  padding: 8px 10px;
}
.form--inline > .form-group {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 0;
  color: #646464;
}
.form--inline .select-holder {
  display: inline-block;
}
.form--inline .select-holder .form-elem {
  cursor: pointer;
  padding-right: 32px;
  font-weight: 400;
}
.form--inline .select-holder .form-elem:hover {
  border-color: #bfc7cc;
}
.dropdown {
  position: relative;
}
.dropdown.in .dropdown__content {
  visibility: visible;
}
.dropdown.in > .btn {
  border-color: #bfc7cc;
  background: #f4f7f9;
}
.dropdown .group-label {
  background: #eceff1;
  padding: 4px 8px;
  margin-bottom: 4px;
}
.dropdown__content {
  visibility: hidden;
  position: absolute;
  top: 36px;
  left: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #bfc7cc;
  z-index: 200;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.11);
}
.dropdown__content:focus, .dropdown__content:active {
  border-color: #03a9f4;
}
.dropdown__content--large {
  width: 450px;
}
.dropdown__top-content {
  border-bottom: 1px solid #bfc7cc;
}
.dropdown__top-content .form-group {
  margin-bottom: 0;
}
.dropdown__top-content .form-elem {
  border: 0;
  border-radius: 0;
  font-size: 14px;
}
.dropdown__mid-content--scrollable {
  max-height: 200px;
  overflow-y: auto;
}
.dropdown__mid-content .form-group {
  padding: 4px 8px;
  margin-bottom: 0;
}
.dropdown__mid-content .text-box--small {
  padding: 2px 4px;
  width: 80px;
  font-size: 14px;
  height: auto;
}
.dropdown__mid-content .item-inline {
  display: inline-block;
  vertical-align: middle;
}
.dropdown__mid-content select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
.dropdown__bottom-content .form-group {
  padding: 4px 8px;
  margin-bottom: 0;
}
.input-icon {
  position: relative;
}
.input-icon .icon {
  position: absolute;
  left: 8px;
  top: 12px;
  bottom: 0;
  width: 18px;
}
.input-icon .text-box {
  padding-left: 34px;
}
.extended-filter {
  position: relative;
}
.extended-filter > .btn--filter-option {
  padding-right: 35px;
}
.extended-filter .close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: 14px;
  opacity: 0.4;
}
.extended-filter .close:hover {
  opacity: 1;
}
.ask-us-anything .content {
  padding: 0.625rem;
  cursor: pointer;
  color: #cf6d16;
  border-radius: 1.25rem;
  background-color: #fbf2d3;
  transition: all 0.5s ease-in-out;
  margin-left: 16px;
}
.ask-us-anything .content--show {
  padding: 10px 10px 10px 14px;
}
.ask-us-anything .content .label {
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  visibility: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.ask-us-anything .content .label--show {
  width: fit-content;
  padding-right: 0.875rem;
  visibility: visible;
  max-width: 12.5rem;
}
.ask-us-anything .content .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fbf2d3;
}
.ask-us-anything .content:hover {
  padding: 10px 10px 10px 14px;
}
.ask-us-anything .content:hover .label {
  width: fit-content;
  padding-right: 0.875rem;
  visibility: visible;
  max-width: 12.5rem;
}
.quick-links .content {
  padding: 0.625rem;
  cursor: pointer;
  color: #2196f3;
  border-radius: 1.25rem;
  background-color: #eaf8ff;
  transition: all 0.5s ease-in-out;
  margin-left: 16px;
}
.quick-links .content--show {
  padding: 10px 10px 10px 14px;
}
.quick-links .content .label {
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  visibility: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.quick-links .content .label--show {
  width: fit-content;
  padding-right: 0.875rem;
  visibility: visible;
  max-width: 12.5rem;
}
.quick-links .content .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #eaf8ff;
}
.quick-links .content:hover {
  padding: 10px 10px 10px 14px;
}
.quick-links .content:hover .label {
  width: fit-content;
  padding-right: 0.875rem;
  visibility: visible;
  max-width: 12.5rem;
}
.radio-btn {
  display: flex;
  align-items: center;
}
.radio-btn .radio-input {
  display: none;
}
.radio-btn .radio-input:disabled + .radio-label {
  cursor: not-allowed;
}
.radio-btn .radio-input:disabled + .radio-label .radio-label__bulb {
  border-color: #b2b2b2;
  cursor: not-allowed;
}
.radio-btn .radio-input:disabled + .radio-label .radio-label__bulb::before {
  cursor: not-allowed;
}
.radio-btn .radio-input:checked + .radio-label {
  pointer-events: none;
}
.radio-btn .radio-input:checked + .radio-label .radio-label__bulb {
  border-color: #29b6f6;
}
.radio-btn .radio-input:checked + .radio-label .radio-label__bulb::before {
  display: block;
}
.radio-btn .radio-label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737373;
  font-size: 14px;
  cursor: pointer;
}
.radio-btn .radio-label:hover .radio-label__bulb {
  border-color: #4fc3f7;
}
.radio-btn .radio-label__bulb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
  border: 2px solid #b2b2b2;
}
.radio-btn .radio-label__bulb:hover {
  border-color: #4fc3f7;
}
.radio-btn .radio-label__bulb::before {
  content: "";
  display: none;
  border-radius: 50%;
  background-color: #29b6f6;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
}
.icon-status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid;
}
.icon-status--purple {
  background-color: #b39ddb;
  border-color: rgb(164.5373134328, 138.3507462687, 212.1492537313);
}
.icon-status--yellow {
  background-color: #ffca28;
  border-color: rgb(255, 195.7139534884, 14.5);
}
.icon-status--pink {
  background-color: #f48fb1;
  border-color: rgb(241.7195121951, 119.7804878049, 160.8292682927);
}
.icon-status--green {
  background-color: #66bb6a;
  border-color: rgb(84.3461538462, 179.1538461538, 88.8076923077);
}
.icon-status--red {
  background-color: #fe8a80;
  border-color: rgb(253.80078125, 114.69140625, 102.69921875);
}
.icon-container .icon-status {
  margin-top: 15px;
  margin-right: 20px;
}
.icon--inner {
  margin-right: 5px;
}
.btn {
  white-space: nowrap;
  padding: 8px 15px;
  position: relative;
  height: 38px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background: transparent;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.btn__text--center {
  margin-top: 5px;
  display: inline-block;
}
.btn--danger {
  border-radius: 2px;
  color: rgba(244, 67, 54, 0.8);
  border: 1px solid #f44336;
  font-weight: bold;
  border-radius: 2px;
}
.btn--danger:hover {
  background-color: #ef5350;
  color: #fff;
}
.btn--outlined-danger {
  background-color: transparent;
  color: #f44336;
  border: 1px solid #f44336;
}
.btn--outlined-danger:hover {
  background-color: #f44336;
  color: #fff;
}
.btn--outlined-danger:hover svg {
  fill: #fff;
}
.btn--outlined-grey {
  background-color: transparent;
  color: #999999;
  border: 1px solid #b3b3b3;
}
.btn--outlined-grey:hover {
  background-color: #999999;
  color: #fff;
}
.btn--outlined-grey:hover svg {
  fill: #fff;
}
.btn--alternate {
  border: 1px solid #b0bec5;
  background: transparent;
  color: #646464;
}
.btn--alternate:hover {
  border-color: #0099de;
}
.btn--loading .btn__label,
.btn--loading svg {
  visibility: hidden;
}
.btn--primary {
  background: #2ecc71;
  color: #fff;
}
.btn--primary svg {
  fill: #fff;
}
.btn--primary:hover {
  background: #0099de;
}
.btn--secondary {
  background-color: #2ecc71;
  color: #ffffff;
}
.btn--secondary:hover {
  background-color: #4caf50;
}
.btn--outlined-primary {
  background-color: transparent;
  color: #999999;
  border: 1px solid #999999;
}
.btn--outlined-primary:hover {
  border: 1px solid #2ecc71;
  background-color: #2ecc71;
  color: #fff;
}
.btn--outlined-primary:hover svg {
  fill: #fff;
}
.btn--disabled {
  background-color: #d2d2d2;
  color: #f2f2f2;
  cursor: not-allowed !important;
}
.btn--borderless {
  margin-left: 8px;
  background: transparent;
}
.btn--curved {
  border-radius: 20px;
}
.btn--circle-override {
  border-radius: 20px !important;
}
.btn--red {
  border-color: #fe8a80;
  color: #fe8a80;
}
.btn--red:hover {
  background-color: rgb(201.91015625, 17.48828125, 1.58984375);
}
.btn--sm {
  font-size: 14px;
  height: auto;
}
.btn--filter-option {
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: normal;
  padding: 8px;
  height: auto;
}
.btn--filter-option:hover {
  border-color: #bfc7cc;
  background: #f4f7f9;
}
.btn--filter-option .icon {
  display: inline-block;
  height: 18px;
}
.btn--filter-option .icon img {
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.btn:disabled {
  pointer-events: auto;
}
.button {
  height: 32px;
  font-family: "Inter", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  padding: 8px;
  margin-right: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}
.button:last-child {
  margin-right: 0;
}
.button--primary {
  border: 1px solid #b3b3b3;
  background-color: white;
  color: #999999;
}
.button--primary:hover {
  background-color: #999;
  color: #fff;
}
.button--primary.disabled {
  cursor: not-allowed;
  background-color: white;
  color: #999999;
}
.button--secondary {
  background-color: #2ecc71;
  color: #ffffff;
}
.button--secondary:hover {
  background-color: #4caf50;
}
.button__reset {
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bolder;
  cursor: not-allowed;
  color: #d2d2d2;
}
.button__reset--active {
  cursor: pointer;
  color: #03a9f4;
}
.btn-group button {
  border: 1px solid #b0bec5;
  padding: 8px 16px;
  cursor: pointer;
  float: left;
  color: #646464;
  font-size: 14px;
  height: auto;
}
.btn-group button:first-child {
  border-radius: 10px 0 0 10px;
}
.btn-group button:last-child {
  border-radius: 0 10px 10px 0;
}
.btn-group button:not(:last-child) {
  border-right: none;
}
.btn-group button:after {
  content: "";
  clear: both;
  display: table;
}
.btn-group button:hover, .btn-group button:active, .btn-group button.active {
  background: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}
.btn-group button:active, .btn-group button.active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1) inset;
}
.box-links {
  display: flex;
  align-items: center;
}
.box-links__nodes {
  width: 46px;
  height: 46px;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  font-size: 1.5rem;
  font-weight: 700;
  color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  cursor: pointer;
}
.box-links__nodes > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.box-links__nodes:first-child {
  border-radius: 4px 0 0 4px;
}
.box-links__nodes:last-child {
  border-radius: 0 4px 4px 0;
}
.box-links__nodes:hover {
  background-color: lightgrey;
}
.box-links__nodes--active {
  background: #29b6f6;
  border: 1px solid #2196f3;
  color: #fff !important;
}
.box-links__nodes--active:hover {
  background-color: #289acf;
}
.box-links__nodes--disabled {
  cursor: not-allowed;
}
.box-links__nodes--disabled:hover {
  background-color: lightgrey;
}
.light-box-links {
  display: flex;
  align-items: center;
}
.light-box-links__nodes {
  width: 25%;
  height: 38px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  cursor: pointer;
}
.light-box-links__nodes > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.light-box-links__nodes:first-child {
  border-radius: 4px 0 0 4px;
}
.light-box-links__nodes:last-child {
  border-radius: 0 4px 4px 0;
}
.light-box-links__nodes:hover {
  background-color: lightgrey;
}
.light-box-links__nodes--active {
  background: #29b6f6;
  border: 1px solid #d2d2d2;
  color: #fff !important;
}
.light-box-links__nodes--active:hover {
  background-color: #289acf;
}
.light-box-links__nodes--disabled {
  cursor: not-allowed;
}
.light-box-links__nodes--disabled:hover {
  background-color: lightgrey;
}
.score-tab__radio {
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  position: absolute;
}
.score-tab__value {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.score-tab__value--disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.tag {
  display: inline-block;
  min-width: 205px;
  width: auto;
  padding: 5px;
  background-color: #eceff1;
  border-radius: 60px;
}
.tag span {
  display: inline-block;
  margin-top: 1px;
}
.tag button {
  margin-right: 6px;
  margin-top: 2px;
}
.tag--small {
  min-width: 125px;
  padding: 5px 15px;
  font-weight: 700;
  color: #78909c;
  font-size: 12px;
}
.tag--small button {
  margin-right: 0;
}
.nametag {
  border-radius: 50%;
  padding-top: 6.5px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 2px solid;
  margin-right: 10px;
  object-fit: cover;
  object-position: 50% 0%;
}
.nametag--lg {
  width: 36px;
  height: 36px;
}
.nametag--sm {
  width: 24px;
  height: 24px;
  font-size: 12px;
  padding-top: 2px;
}
.nametag--my-team {
  width: 20px;
  height: 20px;
  margin-left: -1px;
}
.nametag--purple {
  background-color: #b39ddb;
  border-color: rgb(164.5373134328, 138.3507462687, 212.1492537313);
}
.nametag--yellow {
  background-color: #ffca28;
  border-color: rgb(255, 195.7139534884, 14.5);
}
.nametag--pink {
  background-color: #f48fb1;
  border-color: rgb(241.7195121951, 119.7804878049, 160.8292682927);
}
.nametag--green {
  background-color: #66bb6a;
  border-color: rgb(84.3461538462, 179.1538461538, 88.8076923077);
}
.nametag--red {
  background-color: #fe8a80;
  border-color: rgb(253.80078125, 114.69140625, 102.69921875);
}
.nametag-grouped .nametag {
  margin-right: -15px;
  border-color: #fff;
}
.profile-photo {
  margin-top: 0 !important;
  padding-top: 0;
}
.people-finder-profile div:nth-of-type(1) {
  width: 2.3125rem !important;
  height: 2.3125rem !important;
}
.leapfroggers-profile div:nth-of-type(1) {
  width: 2rem !important;
  height: 2rem !important;
}
.my-team-profile div:nth-of-type(1) {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.header--top {
  background: #fff;
  height: 70px;
}
.header--top:after, .header--top:before {
  display: none;
}
.logo {
  min-width: 190px;
}
.logo img {
  height: 100%;
}
.header-left {
  display: flex;
}
.header-left__nav {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header-left__item {
  margin-right: 30px;
}
.header-left__item a {
  display: block;
  color: #9e9e9e;
}
.header-left__item a:hover {
  color: #03a9f4;
}
.header-right__item {
  float: left;
  margin-right: 30px;
}
.header-right__item:last-child {
  margin: 0;
}
.header-right__item a {
  display: block;
  color: #9e9e9e;
}
.header-right__item a img {
  margin-top: 6px;
}
.header-right__item a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.header-right__item a:hover {
  color: #03a9f4;
}
.header-right__item img {
  vertical-align: middle;
}
.header-dropdown__btn {
  display: none;
}
.header-responsive {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .header-responsive {
    display: block !important;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(218, 218, 218, 0.25);
  }
  .header-responsive li {
    padding: 15px 20px;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #000000;
  }
  .header-responsive li a {
    color: #9e9e9e;
  }
  .header-responsive li a:hover {
    color: #03a9f4;
  }
  .profile-name {
    display: none !important;
  }
  .header-left__nav {
    display: none !important;
  }
  .header-right {
    display: none !important;
  }
  .header--top-container {
    width: 100%;
  }
  .header-dropdown__btn {
    display: block;
    background-color: transparent;
    border: 1px solid rgba(136, 138, 140, 0.44);
    height: 32px;
    width: 32px;
  }
}
.header-content {
  display: flex;
  line-height: normal;
}
.nav--top {
  background: #fff;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e6ecef;
}
.nav--top--right .btn {
  margin-top: 12px;
}
.nav--top--right .btn span {
  margin-top: 2px;
}
.nav--bot {
  background: #ecf1f3;
}
.tabs {
  margin-top: 12px;
}
.tabs__item {
  float: left;
  margin-right: 10px;
}
.tabs__item--notification-available a {
  position: relative;
}
.tabs__item--notification-available a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f2af4b;
  border-radius: 50%;
  top: 3px;
  right: 3px;
  animation: color-flash 3s ease infinite;
}
.tabs__item a {
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  border-style: solid;
  color: #78909c;
  border-color: #fff;
  border-width: 1px 1px 0 1px;
  border-radius: 6px 6px 0 0;
  transition: border 0.2s ease;
}
.tabs__item a.active {
  border-color: #e6ecef;
  color: #2ecc71;
}
.tabs__item a:hover {
  border-color: #e6ecef;
  color: #2ecc71;
}
.prim-nav__item {
  float: left;
  margin: 0 15px;
  border: none;
  border-bottom: 4px solid #ecf1f3;
}
.prim-nav__item a {
  display: block;
  padding: 8px 2px;
  font-size: 16px;
  color: #78909c;
  font-weight: 700;
}
.prim-nav__item--active {
  border-color: #2ecc71;
}
.prim-nav__item--active a {
  color: #2ecc71;
}
.prim-nav__item--active a svg {
  fill: #2ecc71;
}
.prim-nav__item:hover {
  border-color: #2ecc71;
}
.prim-nav__item:hover a {
  color: #2ecc71;
}
.prim-nav__item:hover a svg {
  fill: #2ecc71;
}
.top-nav-container {
  width: 100%;
}
.secondary-nav {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(204, 197, 197, 0.25);
  font-size: 0.75rem;
  height: 30px;
}
.secondary-nav__wrap {
  height: 32px;
  display: inline-flex;
  align-items: center;
}
.secondary-nav__node {
  margin-right: 12px;
  cursor: pointer;
  position: relative;
}
.secondary-nav__link {
  padding: 8px 16px;
  color: #999999;
  font-weight: 400;
  font-size: 0.75rem;
}
.secondary-nav__link.active, .secondary-nav__link:hover {
  color: #29b6f6;
  background: #f4f7f9;
  border-radius: 24px;
}
.secondary-nav__link.active {
  pointer-events: none;
  font-weight: 600;
}
.secondary-nav__link--primary.active, .secondary-nav__link--primary:hover {
  color: #2ecc71;
}
.nav-card {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: 0px 2px 2px rgba(204, 197, 197, 0.25);
}
.block-set {
  background: #fff;
  height: 490px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
}
.block-set__header {
  padding: 16px;
  border-bottom: 2px solid #e6ecef;
}
.block-set__header h1,
.block-set__header h2,
.block-set__header h3 {
  margin-top: 4px;
}
.block-set__content {
  height: calc(100% - 73px);
  overflow-y: auto;
  padding: 0 16px;
}
.block-set__row-item {
  padding: 10px 0;
  width: 50%;
  float: left;
}
.block-set__row-item a {
  color: inherit;
}
.block-set__row-item .icon-status {
  margin: 15px 20px 0 0;
}
.block-set__list li {
  padding: 10px 0;
  border-bottom: 1px solid #e6ecef;
}
.block-set__list li:last-child {
  border-bottom: 0;
}
.block-set__list--left {
  width: 50%;
}
.block-set__list--right {
  width: 50%;
}
.skill-category-tabs {
  max-width: 18%;
  float: left;
}
.skill-category-tab-button {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 1rem;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0);
  text-align: left;
  width: fit-content;
  border-radius: 91px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  color: #737373;
  margin-bottom: 8px;
}
.skill-category-tab-button:focus,
.skill-category-tab-button:hover {
  outline: 0;
  border: 1px solid #c4c4c4;
  color: #29b6f6;
}
.skill-category-tab.is-active .skill-category-tab-button {
  border: 1px solid #c4c4c4;
  color: #29b6f6;
  font-weight: bold;
}
.visible-skills {
  float: left;
  margin-left: 25px;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.skill-container {
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 20px;
  position: relative;
}
.skill-checkbox {
  position: relative;
  top: 9px;
  border: none !important;
  background: none !important;
  color: #737373;
}
.skill-checkbox .form-label {
  font-size: 14px;
}
.visible-skills .form-elem {
  background: #f4f7f9;
  margin-right: 10px;
  margin-bottom: 10px;
  width: fit-content;
  border: 1px solid #c7c7c7;
  float: left;
  height: auto;
  padding: 6px 10px;
}
.visible-skills .form-elem .form-label {
  margin-bottom: 0px;
  color: #6b6b6b !important;
  line-height: 15px;
}
.selected-skills {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.no-skills {
  color: #999999;
}
.selected-skill {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  margin: 15px 8px 0px 0px;
  background: #f6f6f6;
  border-radius: 91px;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  color: #737373;
  width: fit-content;
  position: relative;
}
.skill-rating {
  background: #e6e6e6;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  position: relative;
}
.skill-rating-close {
  position: relative;
  top: 2px;
}
.selected-skill button,
.selected-skill span {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  float: left;
}
.skill-rating span {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #737373;
}
.selected-skill button {
  outline: none;
  background: none;
  margin-left: 5px;
}
.edit-skill {
  margin-bottom: 20px;
}
.emp-skills-selected {
  flex-basis: 450px;
}
.edit-skill_header {
  margin-bottom: 20px;
  color: #515151;
}
.empty-skill-set {
  width: 80%;
  margin: auto;
  color: #b3b3b3;
  font-weight: 600;
  margin-top: 100px;
}
.new-category-btn,
.new-skill-btn {
  height: auto;
  height: auto;
  width: fit-content !important;
  font-weight: bold !important;
}
.new-category-btn {
  margin-left: 15px;
}
.skills-search {
  min-width: 300px !important;
}
.skills-search-input {
  min-width: 300px !important;
}
.emp-skills-selected,
.emp-skills-selection {
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25) !important;
  margin-top: 0px !important;
}
.emp-skills-selection {
  border-radius: 4px 0px 0px 4px !important;
}
.emp-skills-selected {
  padding: 16px;
  border-radius: 0px 4px 4px 0px !important;
}
@media only screen and (max-width: 996px) {
  .skill-container {
    width: 100%;
  }
}
@media only screen and (max-width: 748px) {
  .visible-skills {
    width: 70%;
  }
}
.lf-overlay-body--scroll {
  overflow-y: auto;
}
.lf-overlay-body--hidden {
  overflow-y: hidden !important;
}
.lf-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.3);
  border-top: 1px solid #e6e6e6;
  width: 100%;
  height: 100%;
  z-index: 200;
  animation-name: overlay-open;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(100%);
}
@keyframes overlay-open {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.lf-overlay .lf-overlay-modal {
  background-color: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  outline: none;
  width: 100%;
}
.popup-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup-modal--open {
  overflow: hidden;
}
.popup-modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #333;
  opacity: 0.5;
}
.popup-modal__wrapper {
  z-index: 1050;
  overflow-y: auto;
}
.popup-modal__dialog {
  position: absolute;
  right: 50%;
  -ms-transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: 1050;
  width: 700px;
  background-color: #fff;
  border-radius: 4px;
  margin: 40px 0;
}
.popup-modal__dialog--small {
  width: 580px;
}
.popup-modal__header {
  padding: 25px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.popup-modal__title {
  padding: 6px 10px;
}
.popup-modal__main-heading {
  font-size: 18px;
  color: #828282;
  font-weight: 600;
}
.popup-modal__sub-heading {
  font-size: 14px;
  color: #828282;
  font-weight: 600;
  margin-top: 6px;
}
.popup-modal--close {
  width: 48px;
  height: 48px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: -24px;
  right: -24px;
  color: #fe8a80;
  font-size: 24px;
}
.popup-modal--close svg {
  fill: #fe8a80;
}
.popup-modal__tab-menu {
  background-color: #ecf1f3;
}
.popup-modal__tab-menu li {
  float: left;
  margin: 0 15px;
  border-bottom: 4px solid #ecf1f3;
}
.popup-modal__tab-menu li:first-child {
  margin-left: 25px;
}
.popup-modal__tab-menu li a {
  display: block;
  padding: 12px;
  font-size: 16px;
  color: #78909c;
  font-weight: 700;
}
.popup-modal__tab-menu li:hover, .popup-modal__tab-menu li.active {
  border-color: #2ecc71;
}
.popup-modal__tab-menu li:hover a, .popup-modal__tab-menu li.active a {
  color: #2ecc71;
}
.popup-modal__footer {
  padding: 15px 25px;
  border-top: 1px solid #e8e8e8;
  text-align: right;
}
.popup-modal__footer .btn {
  margin: 0;
}
.popup-modal__footer .btn + .btn {
  margin-left: 16px;
}
.section {
  padding: 15px 25px;
  border-bottom: 1px solid #b0bec5;
}
.section__heading {
  font-size: 18px;
  color: #4f4f4f;
  font-weight: 700;
}
.section-list li {
  border-bottom: 1px solid #e6ecef;
  padding: 20px 24px;
}
.section-list li:last-child {
  border-bottom: 0;
}
.lf-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 620px;
  border-radius: 0.25rem;
  border: 0;
  outline: none;
  display: flex;
  height: fit-content;
}
.lf-modal--engagement-status {
  width: 680px;
}
.lf-modal__message {
  color: #737373 !important;
}
.lf-modal__label {
  color: #999999 !important;
  font-weight: 400;
}
.lf-modal__remarks {
  outline: none;
  border: 1px solid #d2d2d2;
  padding: 0.5rem 0.625rem;
  border-radius: 2px;
  font-size: 0.875rem;
}
.lf-modal__remarks::placeholder {
  color: #b2b2b2;
}
.lf-modal__remarks:focus {
  border: 1px solid #2196f3;
}
.lf-modal__popup {
  width: 700px;
  overflow-y: auto;
}
@media (max-width: 576px) {
  .lf-modal {
    width: 90%;
  }
  .lf-modal__popup {
    width: 90%;
  }
}
.lf-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.3);
  z-index: 1000;
}
.lf-modal__header {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.lf-modal__header--border {
  border-bottom: 1px solid #e6e6e6;
}
.lf-modal__title {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  user-select: none;
  display: flex;
}
.lf-modal__title--info {
  color: #333333;
}
.lf-modal__title--danger {
  color: #f44336;
}
.lf-modal__title--container {
  margin-right: auto;
}
.lf-modal__title--inner-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lf-modal__title--secondary-base {
  color: #102b7b;
}
.lf-modal__sub-title {
  font-size: 1rem;
  color: #737373;
  font-weight: 500;
  font-size: 10px;
  width: 100%;
  user-select: none;
}
.lf-modal__body {
  padding: 0 1.25rem 1.25rem;
  text-align: left;
}
.lf-modal__body--no-height {
  max-height: unset;
}
.lf-modal__body--border {
  border-bottom: 1px solid #e6e6e6;
}
.lf-modal__info {
  font-size: 0.875rem;
  line-height: 1.725;
  color: #737373;
}
.lf-modal__info--danger {
  color: #f44336;
  margin-bottom: 0.75rem;
}
.lf-modal__footer {
  padding: 1.25rem;
  display: flex;
}
.lf-modal__footer--border {
  border-top: 1px solid #e6e6e6;
}
.lf-modal__footer--closebutton {
  border: 1px solid #b2b2b2;
}
.lf-modal__close-icon {
  color: #999999;
  cursor: pointer;
}
.lf-modal__close-icon:hover {
  color: #333;
}
.lf-modal__status-icon {
  padding: 1.3rem 0 1.25rem 1.25rem;
}
.lf-modal__status-icon--danger {
  color: #f44336;
}
.lf-modal__status-icon--info {
  color: #102b7b;
}
.lf-modal__content {
  padding: 1.25rem 0 1.25rem 1.25rem;
}
.lf-modal__content-wrapper {
  width: 100%;
}
.edit-role .lf-modal__header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 15px;
}
.edit-role .lf-modal__footer {
  border-top: 1px solid #e6e6e6;
}
.delete-modal {
  width: 458px;
}
.delete-modal .delete__text {
  width: 342px;
}
.delete-modal .lf-modal__header {
  padding-bottom: 0;
}
.delete-modal .lf-modal__footer {
  padding-top: 0;
}
.delete-modal .lf-modal__body {
  padding: 0.75rem 1.25rem;
}
.delete-modal .lf-modal__body .delete__text {
  padding-right: 0;
}
.termination-modal {
  width: 583px;
}
.delete__text {
  color: #333;
  font-size: 1rem;
  padding-right: 2rem;
  line-height: 1.725rem;
}
.delete__title {
  font-weight: 600;
  padding-top: 4px;
  line-height: 18px;
  font-size: 0.875rem;
  width: 340px;
}
.ReactModal__Body--open {
  overflow-y: hidden !important;
}
.no-content-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.no-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.no-content__text {
  margin-top: 23px;
}
table {
  background-color: #fff;
}
table th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  color: #4f4f4f;
}
.table td,
.table th {
  padding: 10px;
}
.table td:first-child,
.table th:first-child {
  padding-left: 16px;
}
.table td:last-child,
.table th:last-child {
  padding-right: 16px;
}
.table thead th {
  border-bottom: 2px solid #e6ecef;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #333;
}
.table tbody tr {
  border-bottom: 1px solid #e6ecef;
}
.table a {
  color: inherit;
}
.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.table-header:after {
  display: none;
}
.table-header__title {
  font-size: 1.25rem;
  font-weight: 600;
}
.table-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.table-header__left {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.empty-screen {
  display: flex;
  flex-direction: column;
  width: inherit;
  justify-content: center;
  align-content: center;
  position: absolute;
  text-align: center;
  height: calc(100% - 72px);
}
.lf-table {
  position: relative;
}
.lf-table__head-row {
  border-bottom: 1px solid #e6e6e6;
}
.lf-table__head-row--border-bottom-strong {
  border-bottom-width: 2px;
}
.lf-table__row {
  cursor: pointer;
}
.lf-table__row:nth-child(odd) {
  background: #f4f7f9;
}
.lf-table__row--highlight {
  font-weight: 700;
}
.lf-table__row--center-align {
  align-items: center;
}
.lf-table__row:hover {
  cursor: pointer;
  background-color: #ebf0f3;
}
.lf-table__row:hover .progress-rate__goal,
.lf-table__row:hover .progress-rate__achievement {
  display: block;
}
.lf-table__row--border-bottom-only {
  border-bottom: 1px solid #f6f6f6;
}
.lf-table__row--border-bottom-only:last-child {
  border-bottom: 0;
}
.lf-table__row--border-bottom-only:nth-child(odd) {
  background: none;
}
.lf-table__row--border-bottom-only:hover {
  background: #f6f6f6;
}
.lf-table__row--no-action {
  cursor: default !important;
}
.lf-table__col {
  padding: 20px 16px;
  font-size: 0.75rem;
  color: #333;
}
.lf-table__col--head {
  padding: 16px;
  font-weight: 600;
}
.lf-table__col--sortable:hover {
  color: #29b6f6 !important;
}
.lf-table__col--no-interaction {
  pointer-events: none !important;
}
.lf-table__col--text-light {
  color: #737373;
}
.lf-table__col--text-dark {
  color: #333;
}
.lf-table__col--word-break {
  word-break: break-word;
}
.lf-table__pagination {
  display: flex;
  justify-content: flex-start;
  padding: 1.25rem 0.75rem;
  align-items: center;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 576px) {
  .lf-table__pagination {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.lf-table__pagination-btn {
  font-size: 0.875rem;
  outline: none;
  cursor: pointer;
  color: #737373;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-right: 0.5rem;
  line-height: normal;
}
.lf-table__pagination-btn:hover {
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
}
.lf-table__pagination-btn--active {
  background-color: #2196f3;
  border: 1px solid #2196f3;
  color: #fff;
  font-weight: bold;
}
.lf-table__pagination-btn--active:hover {
  background-color: #2196f3;
  border: 1px solid #2196f3;
}
.lf-table__pagination-btn--disabled {
  background: #d2d2d2;
  color: #fff;
  border-color: #d2d2d2;
}
.lf-table__pagination-btn--disabled:hover {
  cursor: not-allowed;
  border-color: #d2d2d2;
  background: #d2d2d2;
}
@media (max-width: 576px) {
  .lf-table__pagination-btn {
    margin-bottom: 0.75rem;
  }
}
.lf-table--left {
  float: left;
}
.lf-table--right {
  float: right;
}
.lf-table__pagination-dropdown {
  font-size: 0.875rem;
  outline: none;
  cursor: pointer;
  color: #737373;
  padding: 0.5rem 0.275rem;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  height: 35px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
.lf-table__pagination-dropdown-option {
  padding: 0.5rem 1rem;
}
.lf-table__pagination-status {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  color: #737373;
}
.lf-table-report__row {
  cursor: default;
}
.lf-table-report__row:nth-child(odd) {
  background: #f4f7f9;
}
/* Roles Permissions Container */
.roles-permissions {
  width: 100%;
  overflow-x: auto;
}
/* Roles Permissions Table */
.roles-permissions-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.roles-permissions-table__head {
  padding: 14px 12px;
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: white;
  text-align: center;
  width: 100px;
}
.roles-permissions-table__head:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  text-align: left;
  width: 250px;
}
.roles-permissions-table__head:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.roles-permissions-table__data {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px;
  font-size: 0.75rem;
  z-index: 1;
  font-weight: 500;
  position: relative;
}
.roles-permissions-table__data:not(:first-child) {
  text-align: center;
}
.roles-permissions-table__data:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.roles-permissions-table__data--head {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 2;
}
.roles-permissions-table__id {
  font-weight: 400;
}
.roles-permissions-table__label {
  cursor: pointer;
}
.roles-permissions-table--disabled {
  all: unset;
  background-color: #f2f2f2;
  color: #999999;
  cursor: not-allowed;
}
.roles-permissions-table__checkbox [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #b2b2b2;
  background: #fff;
  border-radius: 3px;
}
.roles-permissions-table__checkbox [type=checkbox]:disabled:hover + label {
  cursor: default;
}
.roles-permissions-table__checkbox [type=checkbox]:not(:checked):hover + label:before {
  border-color: #4fc3f7;
}
.roles-permissions-table__checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #29b6f6;
  background: #29b6f6;
  border-radius: 3px;
}
.roles-permissions-table__checkbox [type=checkbox]:checked + label:after {
  content: url("data:image/svg+xml,%3csvg%20width='12'%20height='10'%20viewBox='0%200%2012%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.5917%201.00822C11.5142%200.93011%2011.4221%200.868115%2011.3205%200.825808C11.219%200.7835%2011.11%200.761719%2011%200.761719C10.89%200.761719%2010.7811%200.7835%2010.6796%200.825808C10.578%200.868115%2010.4858%200.93011%2010.4084%201.00822L4.20004%207.22488L1.59171%204.60822C1.51127%204.53052%201.41632%204.46942%201.31227%204.42842C1.20823%204.38742%201.09713%204.36731%200.985308%204.36924C0.873491%204.37118%200.76315%204.39512%200.660584%204.4397C0.558019%204.48427%200.465238%204.54862%200.387539%204.62905C0.309841%204.70949%200.248746%204.80444%200.207742%204.90848C0.166739%205.01253%200.14663%205.12363%200.148565%205.23545C0.150499%205.34727%200.174439%205.45761%200.219017%205.56017C0.263595%205.66274%200.327938%205.75552%200.408373%205.83322L3.60837%209.03322C3.68584%209.11133%203.77801%209.17332%203.87956%209.21563C3.98111%209.25793%204.09003%209.27972%204.20004%209.27972C4.31005%209.27972%204.41897%209.25793%204.52052%209.21563C4.62207%209.17332%204.71424%209.11133%204.79171%209.03322L11.5917%202.23322C11.6763%202.15518%2011.7438%202.06047%2011.79%201.95506C11.8361%201.84964%2011.86%201.7358%2011.86%201.62072C11.86%201.50563%2011.8361%201.3918%2011.79%201.28638C11.7438%201.18096%2011.6763%201.08625%2011.5917%201.00822Z'%20fill='white'/%3e%3c/svg%3e");
  position: absolute;
  left: 2px;
  top: 0px;
}
.roles-permissions-table__checkbox [type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
}
.roles-permissions-table__checkbox [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #d2d2d2;
  background-color: #fff;
}
.roles-permissions-table__checkbox [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #d2d2d2;
  background-color: #d2d2d2;
}
.roles-permissions-wrapper {
  min-height: 600px;
}
.table-link:hover .table-link__icon {
  visibility: visible;
}
.table-link__text {
  color: #29b6f6;
  width: auto;
}
.table-link__icon {
  margin-left: 4px;
  color: #999999;
  visibility: hidden;
}
.table-subtitle {
  color: #737373;
  font-size: 0.75rem;
  line-height: 12px;
  padding-top: 2px;
}
.full-scope-card {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
  border-radius: 4px;
  margin: 30px 0;
  position: relative;
}
.full-scope-card:before, .full-scope-card:after {
  content: " ";
  display: table;
}
.full-scope-card:after {
  clear: both;
}
.full-scope-card__header {
  padding: 16px;
  border-bottom: 2px solid #e6ecef;
}
.full-scope-card--half {
  width: 60%;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #fff;
}
.element-block {
  padding: 25px;
  border-bottom: 1px solid #e6ecef;
}
.element-block__footer {
  text-align: right;
}
.element-block__footer button + button {
  margin-left: 16px;
}
.list-group {
  margin-top: 20px;
}
.list-group__item {
  border-left: 4px solid #2ecc71;
  padding: 0 16px;
  margin-bottom: 20px;
}
.list-group__item:last-child {
  margin: 0;
}
.list-group__heading {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.inline-list-group li {
  float: left;
  margin-right: 30px;
}
.path-definitions {
  display: none;
}
.link {
  font-size: 14px;
  color: #2ecc71;
}
.link svg {
  fill: #2ecc71;
}
.link:hover {
  color: #0099de;
  text-decoration: underline;
}
.link:hover svg {
  fill: #0099de;
}
.profile-leave-tab {
  width: 100%;
  height: 55px;
  background-color: #fff !important;
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.profile-leave-button {
  height: 31px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin: 12px 16px;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-leave-button--deactive {
  cursor: pointer;
  margin: 12px 16px;
  padding: 8px 16px;
}
.profile-leave-button--deactive:hover {
  color: #2ecc71;
}
.profile-leave-button--active {
  cursor: pointer;
  margin: 12px 16px;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 24px;
  background: #f4f7f9;
  color: #2ecc71;
}
.project-news {
  border-bottom: 1px solid #e6ecef;
  padding: 20px 0;
  position: relative;
}
.project-news .icon {
  position: absolute;
  top: 25px;
  left: 20px;
}
.project-news .icon > img {
  width: 44px;
}
.project-news .info {
  float: left;
  padding-left: 80px;
}
.project-news .info a {
  color: inherit;
}
.project-news .info p {
  color: #646464;
  font-size: 14px;
}
.namecard__info .text--grey {
  font-size: 14px;
  color: #646464;
}
.table .icon-status {
  margin-top: 7px;
}
.table .status-text {
  width: 50px;
  display: inline-block;
}
.table .info img {
  margin-top: 4px;
}
.dashboard {
  margin: 24px auto 10px auto;
  display: flex;
}
@media (max-width: 576px) {
  .dashboard {
    flex-direction: column;
  }
}
@media (max-width: 920px) {
  .dashboard__contents {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .dashboard__contents .event__card {
    grid-column: 1/span 3;
    grid-row: 3;
  }
  .dashboard__contents .notice-board {
    grid-column: 2/span 2;
  }
}
.dashboard__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dashboard__link-card {
  color: #333;
}
.dashboard__link-card:hover {
  color: #333;
  fill: #b2b2b2;
}
.dashboard__toggle-tab {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.dashboard__title {
  padding: 14px 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
  transition: padding 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
}
.dashboard__title--allocation {
  padding: 0px;
}
.dashboard__title--allocation-text {
  line-height: 20px;
  padding: 14px 16px;
}
.dashboard__title .pill-tabs__btn {
  padding: 6px 8px;
  font-size: 0.75rem;
}
.dashboard__card {
  margin: 0;
  height: 100%;
}
.dashboard__card--link {
  width: 100%;
}
.dashboard__card--linked {
  color: #333;
  height: 110px;
  display: flex;
  align-items: center;
}
.dashboard__card--linked:hover {
  color: #333;
}
.dashboard__card--linked:hover svg.active-svg {
  fill: #29b6f6;
}
.dashboard__contents {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  height: 100%;
}
.dashboard__contents.grid-rows-with-work-shift {
  grid-template-rows: 416px auto;
}
.dashboard__contents.grid-rows {
  grid-template-rows: 312px auto;
}
@media (max-width: 620px) {
  .dashboard__contents {
    display: flex;
    flex-direction: column;
  }
}
.dashboard__contents::before {
  display: none;
}
.dashboard__contents .kpis,
.dashboard__contents .ask {
  min-height: 110px;
  display: flex;
  align-items: center;
}
.dashboard__contents .allocation {
  grid-column: 1/2;
}
.dashboard__contents .quick-links {
  height: 435px;
}
.dashboard__search-icon {
  margin-right: 0.25rem;
}
.dashboard__searchClose {
  cursor: pointer;
}
.dashboard__searchClose:hover {
  fill: #2196f3;
}
.dashboard .search-wrapper,
.dashboard .search-bar {
  position: relative;
  background: #fff;
  min-width: 200px;
  font-weight: 400;
}
.dashboard .search-wrapper {
  padding: 6px;
  border-color: #2196f3;
}
.accordion-list {
  padding: 0 !important;
  border: none !important;
}
.accordion-list__item {
  padding-top: 0 !important;
}
.accordion-list__inner {
  max-height: 300px;
  overflow-y: auto;
}
.quick-links-wrapper li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item__content {
  padding-bottom: 0 !important;
}
.accordion-item--sticky-opened {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.accordion-item__line {
  display: flex !important;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  padding: 14px 0px 16px 16px;
  background-color: #f6f6f6;
  position: sticky !important;
  top: 0;
}
.accordion-item__line--quick-link {
  padding: 9px 0px 12px 16px;
}
.accordion-item__line--sticky {
  z-index: 5 !important;
}
.accordion-item__line::after {
  display: none;
}
.accordion-item__line:hover {
  background-color: #f6f6f6 !important;
}
.accordion-item__line:hover .accordion-item__title {
  color: #333333 !important;
}
.accordion-item__title {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 21px;
  color: #999999 !important;
}
.accordion-item__title:hover {
  color: #999999 !important;
}
.accordion-item__icon {
  color: #333333;
  opacity: 1;
}
.accordion-item__icon--quick-link {
  width: 1.2rem !important;
  height: 1.2rem !important;
}
.text-grey-80 {
  color: #333333 !important;
}
.text-grey-80:hover {
  color: #333333 !important;
}
.bg-grey-5 {
  background-color: #f6f6f6 !important;
}
.quick-links-wrapper {
  height: 383px;
  overflow-y: auto;
}
.quick-links-wrapper::-webkit-scrollbar-thumb, .quick-links-wrapper::-webkit-scrollbar-track {
  visibility: hidden;
}
.quick-links-wrapper:hover::-webkit-scrollbar-thumb, .quick-links-wrapper:hover::-webkit-scrollbar-track {
  visibility: visible;
}
.quick-links-wrapper {
  min-height: 410px;
  column-width: 320px;
  padding-top: 1.5rem;
}
.quick-links-container {
  column-count: 4;
  column-gap: 10px;
  padding: 1rem 0;
  max-height: 80vh;
}
.quick-links-content {
  break-inside: avoid;
}
.quick-links-content__wrapper {
  padding: 0px 8px 16px 8px;
}
.quick-links-content__title {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0 1rem 0.625rem 1rem;
  color: #333333;
}
.quick-links-content__links {
  padding: 4px 8px;
  font-size: 0.875rem;
  cursor: pointer;
  display: block;
  width: fit-content;
}
.quick-links {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .quick-links {
    max-height: max-content;
  }
}
.quick-links__link--highlighted {
  background-color: #f6f6f6;
}
.quick-links__link--highlighted svg {
  fill: #2196f3;
}
.quick-links .dashboard__title {
  position: sticky;
  top: 0;
  z-index: 15;
  padding-top: 0.875rem;
  padding-left: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.quick-links .dashboard__title::after {
  display: none;
}
.quick-links__search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.quick-links__search-icon:hover {
  stroke: #2196f3;
}
.quick-links__search-item {
  padding: 8px 16px;
  font-size: 0.875rem;
  color: #333333;
  cursor: pointer;
}
.quick-links__search-item:hover {
  background-color: #f6f6f6;
}
.quick-links__link {
  display: flex;
  align-items: center;
  color: #515151;
  padding: 14px 16px;
  font-size: 0.875rem;
  box-shadow: 0px 1px 0px #fff;
}
.quick-links__link:hover {
  background-color: #f6f6f6;
}
.quick-links__link:hover svg {
  fill: #2196f3;
}
.quick-links__link svg {
  margin-right: 8px;
}
.my-team {
  grid-column: 1/span 3;
  grid-row: 2;
  order: 2;
}
.my-team .my-team__relation-summary {
  white-space: nowrap;
}
.my-team .my-team__title-left-lock {
  min-width: 0;
  overflow: hidden;
  flex-wrap: nowrap;
}
.my-team .my-team__subtitle-nowrap {
  white-space: nowrap;
}
.my-team .my-team__attendance-trigger {
  padding: 0;
  border: 0;
  line-height: 1;
  display: inline-flex;
}
.my-team .table-title {
  font-size: 1rem;
}
.my-team .table-sub-title {
  color: #737373;
  font-size: 0.875rem;
  margin-left: 8px;
  margin-top: 2px;
}
.my-team .category-center {
  text-align: center;
  width: 100%;
}
@media (max-width: 576px) {
  .my-team__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
@media (max-width: 576px) {
  .my-team__sub-header {
    gap: 4px;
  }
  .my-team__sub-header .today {
    display: none;
  }
}
.my-team__table-text {
  color: #737373;
}
.my-team__table-container .rt-table {
  scrollbar-gutter: stable;
}
.my-team__table-container .rt-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.my-team__table-container {
  /* Track */
}
.my-team__table-container .rt-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.my-team__table-container {
  /* Handle */
}
.my-team__table-container .rt-table::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #b2b2b2;
}
.my-team__table-container {
  /* Handle on hover */
}
.my-team__table-container .rt-table::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.my-team__table-container .rt-th {
  color: #737373;
}
.my-team__table-container .ReactTable.lf .rt-tbody .rt-tr:hover {
  background-color: #f6f6f6;
}
.my-team__table-container .relations {
  white-space: pre-line;
}
.my-team__table-container .table-header > div {
  width: 100%;
}
.my-team__table-container .allocations {
  display: flex;
  align-items: center;
}
.my-team__table-container .allocations__duration {
  padding-right: 10px;
  font-weight: 600;
  min-width: 45px;
}
.my-team__table-container .allocations__project-area {
  padding-left: 10px;
  border-left: 1px solid #e6e6e6;
  white-space: pre-line;
}
.my-team__table-container .allocations .c-red {
  color: #ef5350;
}
.my-team__table-container .allocations .c-blue {
  color: #29b6f6;
}
.my-team__table-container .designation {
  font-size: 0.625rem;
}
.my-team__table-container .ReactTable .rt-tr:hover .pulse-icon-container {
  display: flex !important;
}
.my-team__table-container .ReactTable .-loading.-active {
  height: 380px;
}
.my-team__table-container .ReactTable.lf .rt-tbody .rt-td {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  cursor: default;
}
.my-team__table-container .ReactTable.lf .rt-tbody .rt-td .pulse-icon-container {
  background-color: #d4f0fd;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
}
.my-team__table-container .ReactTable.lf .rt-tbody .rt-td .pulse-icon-container:hover {
  background-color: #bfebff;
}
.my-team__table-container .ReactTable.lf .rt-tbody .rt-td .team-member {
  width: 100%;
}
.my-team__table-container .ReactTable.lf .rt-tbody .rt-td .team-member__name {
  color: #333;
}
.my-team__table-container .ReactTable.lf .rt-tbody .rt-td .team-member__name:hover {
  color: #29b6f6;
  cursor: pointer;
}
.my-team__table-container .ReactTable.lf .rt-tbody .rt-td .team-member__info {
  overflow: hidden;
}
.my-team__table-container .rt-tbody {
  height: 323px;
  overflow: hidden !important;
}
.my-team__table-container .rt-tbody:hover {
  overflow-y: scroll !important;
}
.my-team__table-container .rt-tr-group {
  flex: 0 !important;
}
.my-team__table-container .rt-tbody::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}
.my-team__table-container .rt-tbody::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}
.my-team__table-container .rt-tbody::-webkit-scrollbar-thumb:hover {
  background: #737373;
}
.my-team__table-container .ReactTable.lf .rt-tbody .rt-tr:hover .action-btn {
  visibility: visible;
}
.my-team__table-container .action-btn {
  padding: 8px;
  height: auto;
  border-radius: 100% !important;
  visibility: hidden;
}
.my-team__table-container .action-btn:hover {
  background-color: #ebf0f3;
}
.my-team__table-container .action-btn:hover svg {
  color: #737373;
}
.my-team__table-container .my-team-action.active .action-btn {
  visibility: visible;
}
.my-team__empty {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.change-appraiser-request .lf-modal__body {
  border-top: 2px solid #f2f2f2;
  padding: 0px;
}
.change-appraiser-request .lf-modal__header {
  padding: 16px;
}
.change-appraiser-request .input-wrapper__label {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
}
.change-appraiser-request__form-body {
  padding: 16px 16px 0px;
}
.change-appraiser-request__note {
  padding: 8px;
  background-color: #eaf8fe;
  margin-bottom: 16px;
  font-size: 0.75rem;
  display: flex;
}
.change-appraiser-request__note svg {
  color: #2196f3;
  margin-right: 4px;
  margin-top: 2px;
}
.change-appraiser-request__btn {
  padding: 8px 12px;
}
.change-appraiser-request__footer {
  padding: 16px;
  border-top: 2px solid #f2f2f2;
}
.change-appraiser-request__reason {
  font-size: 0.875rem;
}
.change-appraiser-request__reason:disabled {
  background: #f2f2f2;
  border-color: #d2d2d2;
  color: #737373;
}
.my-team-menu {
  text-align: left;
}
.my-team-menu__item {
  text-align: left;
  margin: 0;
  font-weight: 400;
  padding: 8px;
  background: white;
  color: #737373 !important;
}
.my-team-menu__item:hover {
  background: #f6f6f6;
}
.search-bar__results {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 2px));
  background: white;
  padding: 8px 0px;
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.09);
}
.inner-nav {
  padding: 8px 16px 24px;
}
.inner-nav__item {
  margin-right: 12px;
  border-radius: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  padding: 8px 16px;
}
.inner-nav__item--active {
  background: #f4f7f9;
  color: #2ecc71;
  font-weight: 600;
}
.inner-nav__item .bulb::before {
  content: "";
  background: #f5af00;
  border: 0.5px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  height: 6px;
  width: 6px;
  position: absolute;
}
.inner-nav__item:hover {
  color: #2ecc71;
  background: #f4f7f9;
}
.pending-action {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 3;
}
.pending-action__item {
  padding: 2px 0px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #f5af00;
}
.pending-action__item--pending {
  flex: 1;
  color: #f5af00;
}
.pending-action__item--pending:hover {
  color: #f5af00;
}
.pending-action__item--pending:focus {
  color: #f5af00;
}
.pending-action__item--requested {
  flex: 1.1;
  color: #f5af00;
}
.pending-action__item--requested:hover {
  color: #f5af00;
}
.pending-action__item--requested:focus {
  color: #f5af00;
}
.pending-action__item--missed {
  flex: 1;
  color: #f44336;
}
.pending-action__item--missed:hover {
  color: #f44336;
}
.pending-action__item--missed:focus {
  color: #f44336;
}
.pending-action__item--empty {
  flex: 1;
  color: #d2d2d2;
}
.pending-action__item--empty:hover {
  color: #d2d2d2;
}
.pending-action__item--empty:focus {
  color: #d2d2d2;
}
.pending-action__item--submitted {
  flex: 1;
  color: #102b7b;
}
.pending-action__item--submitted:hover {
  color: #102b7b;
}
.pending-action__item--submitted:focus {
  color: #102b7b;
}
.pending-action__item:nth-of-type(1) {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
.pending-action__item:nth-last-of-type(1) {
  padding-right: 0;
}
.pending-action__item:hover .pending-action__title {
  color: #2196f3;
}
.pending-action__title {
  color: #737373;
  font-size: 0.75rem;
  font-weight: 400;
}
.bottom-card {
  display: flex;
  padding: 0 1rem;
  align-items: center;
  justify-content: space-between;
}
.bottom-card__topic {
  font-weight: 700;
  font-size: 1rem;
}
.bottom-card__information {
  font-weight: 400;
  font-size: 0.75rem;
}
.card-text-content {
  padding: 0 0.5rem;
}
.arrow-up-icon {
  cursor: pointer;
}
.arrow-up-icon:hover {
  fill: #2196f3;
}
.allocation ::after {
  display: inline;
}
.allocation__text {
  max-width: 305px;
}
@media (max-width: 768px) {
  .allocation__text {
    max-width: 100%;
  }
}
.allocation__content {
  display: block;
  flex-direction: row;
}
.allocation .footer__left {
  min-width: 42px;
  font-size: 1.5rem;
  margin-right: 15px;
  font-weight: 700;
}
.allocation__footer {
  display: flex;
  padding: 12px 38px;
  border-top: 1px solid #e6e6e6;
}
.allocation .footer__top-text {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 20px;
}
.allocation .footer__bottom-text {
  font-size: 0.75rem;
  color: #737373;
}
.allocation .piechart__text {
  display: flex;
  align-items: center;
}
.allocation__chart {
  flex: 50% 1;
}
.allocation__chartEmpty {
  flex: 50%;
}
.allocation__project {
  flex: 50%;
  padding-left: 27px;
  align-self: center;
}
.allocation__empty {
  font-size: 1rem;
  color: #999999;
  padding: 60px 14px;
  text-align: center;
}
.allocation__projects {
  overflow-y: hidden;
  max-height: 200px;
  padding-top: 12px;
  scrollbar-width: thin;
  padding-right: 10px;
}
.allocation__projects__centerItem {
  height: auto;
}
.allocation__projects__project-current {
  border-left: 1px solid;
  margin-left: 8px;
  margin-bottom: 16px;
  color: #e6e6e6;
}
.allocation__projects__project-current:last-child .project-details {
  padding-bottom: 1px;
}
.allocation__projects__project-current .project-details {
  color: #737373;
  flex-wrap: wrap;
  line-height: 12px;
}
.allocation__projects__project-current .project-details::before {
  display: none;
}
.allocation__projects:hover {
  overflow-y: auto;
}
.allocation__dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 5px solid #fff;
  align-items: flex-start;
  margin-right: 0.5rem;
  position: absolute;
  left: -0.628rem;
  top: 0.125rem;
}
.allocation__text {
  flex-wrap: wrap;
  line-height: 17px;
}
.allocation__textStyle {
  font-size: 0.875rem;
  font-weight: 600;
  color: #515151;
  padding-right: 0.5rem;
  display: inline;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
}
@media (max-width: 576px) {
  .allocation__content {
    flex-direction: column;
    align-items: center;
  }
  .allocation__chart {
    flex: auto;
    order: 1;
  }
  .allocation__project {
    flex: auto;
    order: 2;
    padding-bottom: 0px;
  }
  .allocation__projects {
    height: fit-content;
  }
}
.booking-allocation {
  max-height: 200px;
  overflow-y: scroll;
}
.booking-allocation__title {
  color: #515151;
  font-weight: 600;
  font-size: 0.875rem;
}
.booking-allocation__info-title {
  color: #999999;
  font-size: 0.625rem;
}
.booking-allocation__info-content {
  color: #333333;
  font-size: 0.75rem;
}
.booking-allocation__info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booking-allocation__info-container {
  margin-top: 18px;
}
.booking-allocation__info-container .pills {
  margin-left: 4px;
}
.booking-allocation__skill-percentage {
  font-size: 32px;
  line-height: 38px;
  color: #2196f3;
  font-weight: 700;
}
.booking-allocation__matching-skills {
  font-size: 0.625rem;
  color: #2196f3;
  background-color: #eaf8ff;
  border-radius: 20px;
  padding: 0px 6px;
  margin-bottom: 4px;
  margin-left: 4px;
  font-weight: 700;
}
.booking-allocation__info-status {
  font-weight: 700;
  font-size: 0.75rem;
}
.booking-allocation__link-icon {
  color: #b3b3b3;
  margin-top: 3px;
}
.booking-allocation__link-icon:hover {
  color: #2196f3;
}
.booking-allocation__link {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.matching-skills {
  font-size: 0.75rem;
}
.tooltip-info {
  font-size: 0.75rem;
}
.tooltip-info__icon {
  color: #2196f3;
}
.tooltip-info__link {
  cursor: pointer;
}
.tooltip-info__my-team-help {
  width: 196px;
  height: 30px;
  align-items: center;
}
.dashboard__searchIcon {
  cursor: pointer;
  margin-right: 0.5rem;
}
.accordion-container {
  overflow-x: hidden;
}
.accordion-container:hover {
  overflow-y: auto;
  padding-right: 0;
}
@media (min-width: 576px) {
  .accordion-container {
    overflow-y: hidden;
  }
}
.event__card {
  overflow-y: hidden;
  padding: 0;
  height: 100%;
}
.event__card--title {
  padding: 14px 16px !important;
}
.event__lists {
  overflow: hidden;
  margin-bottom: 12px;
}
.event__lists:hover {
  overflow-y: auto;
}
@media (max-width: 576px) {
  .event__lists {
    min-height: 195px;
    overflow-y: auto;
  }
}
.event__item {
  padding: 10px 16px;
  min-height: 65px;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
}
.event__date {
  padding-right: 1.25rem;
  border-right: 1px solid #e6e6e6;
  color: #999999;
  min-width: 45px;
}
.event__date--day {
  font-size: 0.625rem;
  font-weight: 500;
}
.event__date--dates {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #737373;
}
.event__date--month {
  font-size: 0.625rem;
  font-weight: 500;
}
.event__date--active {
  color: #2ecc71;
}
.event__description {
  padding-left: 1.25rem;
}
.event__title {
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 500;
  color: #999999;
}
.event__title--event {
  color: #515151;
}
.event__title--active {
  color: #333333 !important;
}
.event__type {
  background: #f6f6f6;
  color: #b2b2b2;
  padding: 0.25rem 0.625rem;
  margin-top: 0.25rem;
  border-radius: 20px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 12px;
  width: fit-content;
}
.event__type--event {
  color: #2196f3;
  background: #f4f7f9;
}
.event__type--active {
  background: #2ecc71;
  color: #fff;
}
.event__empty {
  font-size: 1rem;
  color: #999999;
  display: flex;
  align-items: center;
}
.event__empty-list {
  display: flex;
  justify-content: center;
  overflow-y: hidden;
  height: 100%;
  align-items: center;
}
.event__empty-list:hover {
  overflow-y: hidden;
}
.event__empty-list div {
  margin-bottom: 4px;
}
.event__empty-list img {
  max-height: 90px;
}
.event__empty-list h5 {
  font-size: 0.875rem;
}
@media (max-width: 1090px) {
  .dashboard {
    flex-direction: column;
  }
  .dashboard__contents {
    width: 100%;
    margin-bottom: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard__card {
    min-height: 328px;
  }
  .dashboard .event__card {
    margin-bottom: 0;
  }
  .dashboard .quick-links {
    width: 100%;
    grid-column: 2;
    grid-row: 3;
    height: auto;
  }
  .dashboard .quick-links-wrapper {
    height: 300px;
  }
  .dashboard .quick-links,
  .dashboard .leave-plan-card {
    height: auto !important;
    min-height: auto;
  }
  .dashboard .search-wrapper {
    width: 230px;
  }
  .dashboard .search-bar {
    min-width: 150px;
  }
  .dashboard .piechart__text__textStyle {
    max-width: 100%;
  }
  .allocation__footer {
    display: flex;
    align-items: center;
    padding: 12px 38px;
    border-top: 1px solid #e6e6e6;
  }
  .allocation .footer__left {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .dashboard .piechart__text__textStyle {
    max-width: 170px;
  }
  .dashboard__left {
    display: flex !important;
    flex-direction: column !important;
  }
  .dashboard__right {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media (max-width: 576px) {
  .dashboard__right {
    margin-top: 0;
  }
  .dashboard .piechart__wrapper {
    margin-top: 20px;
  }
  .dashboard .allocation__chart .piechart__wrapper {
    margin-top: 10px;
  }
}
.piechart__text {
  flex-direction: row;
  flex-wrap: wrap;
}
.piechart__text__textStyle {
  max-width: 170px;
}
@media (max-width: 576px) {
  .piechart__text__textStyle {
    max-width: 100%;
  }
}
.actions {
  width: 100%;
  bottom: 0px;
  border-top: 1px solid #d2d2d2;
}
.actions__footer {
  padding: 8px 16px;
}
.actions .footer__log-content {
  padding-right: 12px;
  border-right: 1px solid #e6e6e6;
}
.actions .footer__top {
  min-width: 42px;
  font-size: 1.25rem;
  font-weight: 700;
}
.actions .footer__bottom-text {
  font-size: 0.75rem;
  padding-bottom: 2px;
  font-weight: 400;
  color: #737373;
}
.actions .footer-content {
  flex: 1 1;
}
@media (max-width: 576px) {
  .dashboard__contents .allocation {
    order: 2;
  }
  .dashboard__contents .actions {
    order: 3;
  }
  .dashboard__contents .leave-plan-card {
    order: 4;
  }
  .dashboard__contents .quick-links {
    order: 6;
  }
  .dashboard__contents .event__card {
    order: 5;
  }
  .dashboard__contents .notice-board {
    order: 1;
  }
}
.project-brief,
.project-details {
  gap: 4px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  margin-top: -2px;
}
.project-brief--current-allocation,
.project-details--current-allocation {
  padding-left: 13px;
  display: -webkit-inline-box;
}
.appraiser-info {
  margin-top: 2px;
  padding-left: 12px;
  align-items: center;
}
.appraiser-info .images {
  width: 20px !important;
}
.appraiser-info .images img {
  border-radius: 100%;
  border: 1px solid #fff;
  transition: transform 0.2s ease-in-out !important;
}
.appraiser-info .images:not(:first-child) {
  margin-left: -6px;
}
.appraiser-info .images--withRiseEffect:hover {
  transform: translateY(-2px);
}
.appraiser-info__label {
  font-size: 0.75rem;
  color: #737373;
  padding-right: 6px;
}
.appraiser-change-btn {
  padding: 4px 12px;
  font-size: 0.75rem;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  color: #999999;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
}
.appraiser-change-btn:hover {
  background-color: #999999;
  color: #fff;
}
.appraiser-info-modal {
  background-color: #fff;
  padding: 12px 16px;
  text-align: left;
}
.appraiser-info-modal__allocation {
  font-size: 0.75rem;
  font-weight: 600;
  color: #102b7b;
  margin-bottom: 8px;
}
.appraiser-info-modal__title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #737373;
  margin-bottom: 2px;
}
.appraiser-info-modal__name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #333333;
}
.appraiser-info-modal__name:hover {
  color: #29b6f6;
}
.appraiser-info-modal__designation {
  font-size: 0.625rem;
  color: #737373;
}
.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: white !important;
}
.tippy-popper .tippy-tooltip.custom-light-theme {
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: white;
  padding: 0px;
}
.tippy-popper .tippy-tooltip.custom-light-theme[data-animatefill] {
  background-color: transparent;
}
.tippy-popper .tippy-tooltip.custom-light-theme [x-circle] {
  background-color: white;
}
.median-office-time {
  padding-top: 12px;
}
.median-office-time__history-text:hover {
  color: #2196f3;
}
.median-office-time__main > :not(:last-child) {
  padding-right: 12px;
}
.median-office-time__main > :not(:first-child) {
  padding-left: 12px;
}
.median-office-time__main > :nth-child(2) {
  border-left: 1px solid #e6e6e6;
}
.median-office-time__history:hover {
  color: #2196f3;
}
.median-office-time__work-status-count > :first-child {
  line-height: 22px;
}
.median-office-time__work-status-count > :last-child {
  line-height: 14.5px;
}
.median-office-time__clock-in {
  width: max-content;
  border-radius: 4px;
}
.median-office-time__clock-in:hover {
  background-color: #f6f6f6;
}
.median-office-time__clock-in__title {
  color: #737373;
}
.median-office-time__clock-in__text {
  line-height: 12px;
}
.median-office-time__clock-in__time {
  line-height: 22px;
}
.allocation-card-loader {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.median-office-time-card-loader {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.badge {
  display: inline-block;
  padding: 8px;
  border-radius: 60px;
  font-size: 10px;
  color: #fff;
  border: 2px solid rgb(186.25, 186.25, 186.25);
  background-color: #c7c7c7;
  margin: 0 8px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  line-height: 1px;
  top: -2px;
  position: relative;
}
.badge--blue {
  background-color: #03a9f4;
  border-color: rgb(2.6902834008, 151.5526315789, 218.8097165992);
}
.badge--purple {
  background-color: #b39ddb;
  border-color: rgb(164.5373134328, 138.3507462687, 212.1492537313);
}
.badge--yellow {
  background-color: #ffca28;
  border-color: rgb(255, 195.7139534884, 14.5);
}
.badge--pink {
  background-color: #f48fb1;
  border-color: rgb(241.7195121951, 119.7804878049, 160.8292682927);
}
.badge--green {
  background-color: #66bb6a;
  border-color: rgb(84.3461538462, 179.1538461538, 88.8076923077);
}
.badge--red {
  background-color: #fe8a80;
  border-color: rgb(253.80078125, 114.69140625, 102.69921875);
}
.pager {
  padding: 16px;
  color: #646464;
}
.pager__count {
  margin-top: 4px;
  float: left;
}
.pager__nav {
  padding-left: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  float: right;
}
.pager__nav li {
  display: inline;
  float: left;
}
.pager__nav li > a {
  display: inline-block;
  color: #646464;
  padding: 4px 8px;
  background-color: #fff;
  border: 1px solid #bfc7cc;
}
.pager__nav li > a:hover,
.pager__nav li > a:focus {
  text-decoration: none;
  background-color: rgb(242.25, 242.25, 242.25);
}
.pager__nav li:first-child > a {
  border-radius: 10px 0 0 10px;
}
.pager__nav li:last-child > a {
  border-radius: 0 10px 10px 0;
}
.pager__nav li:not(:last-child) > a {
  border-right: none;
}
.pager__nav li:first-child > a, .pager__nav li:last-child > a {
  padding-left: 12px;
  padding-right: 12px;
}
.pager__nav .active > a,
.pager__nav .active > a:hover,
.pager__nav .active > a:focus {
  background-color: #03a9f4;
  color: #fff;
}
.pager__nav .disabled > a,
.pager__nav .disabled > a:hover,
.pager__nav .disabled > a:focus,
.pager__nav .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
}
.pill-tab {
  display: flex;
}
.pill-tab .pill-tab-node {
  border: 1px solid #b0bec5;
  padding: 5px 16px;
  font-size: 14px;
  cursor: pointer;
}
.pill-tab .pill-tab-node:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.pill-tab .pill-tab-node--left {
  border-radius: 10px 0 0 10px;
  border-right: 0px;
}
.pill-tab .pill-tab-node--right {
  border-radius: 0 10px 10px 0;
}
.pill-tab .pill-tab-node--active {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #fff;
}
.pill-tab .pill-tab-node--active:hover {
  background-color: rgb(2.6902834008, 151.5526315789, 218.8097165992);
}
.pill-tab .pill-tab-node.uppercase {
  text-transform: uppercase;
}
.pill-tabs__btn {
  color: #999999;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #999999;
  font-size: 0.875rem;
  font-weight: 600;
  border-right: none;
}
.pill-tabs__btn:first-of-type {
  border-top-left-radius: 1.35rem;
  border-bottom-left-radius: 1.35rem;
}
.pill-tabs__btn:last-of-type {
  border-top-right-radius: 1.35rem;
  border-bottom-right-radius: 1.35rem;
  border-right: 1px solid #999999;
}
.pill-tabs__btn--active {
  color: #fff;
  background-color: #29b6f6;
}
.action-bar__btnarea {
  margin-left: auto;
}
.applicable-date {
  min-width: 230px;
}
.form-wrap {
  padding: 16px;
}
.form-wrap__col--fix-width {
  max-width: 150px;
}
.form-wrap__row {
  margin-bottom: 20px;
}
.form-wrap__row--no-margin {
  margin-bottom: 0;
}
.action-bar-footer {
  padding: 25px;
}
.action-bar-footer--bordered-top {
  border-top: 1px solid #e6ecef;
}
.remaining-leave {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(100%, -50%);
}
.error-block {
  color: rgb(232.9795918367, 44.9591836735, 28.0204081633);
  font-size: 12px;
}
.leave-issuer-list__approved {
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 600;
  width: fit-content;
  padding: 4px 8px;
}
.leave-issuer-list__button {
  padding: 6px 12px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  width: 42px;
  height: 32px;
}
.leave-issuer-list__button--approve {
  border-color: #2ecc71;
  color: #2ecc71;
}
.leave-issuer-list__button--approve:hover {
  background-color: #2ecc71;
  color: #fff;
  cursor: pointer;
}
.leave-issuer-list__button--approve:disabled {
  cursor: not-allowed;
  background-color: #d2d2d2;
  color: #f2f2f2;
  border: 1px solid #d2d2d2;
}
.leave-issuer-list__button--approve-loading {
  background-color: #2ecc71;
  color: #fff;
  cursor: pointer;
}
.leave-issuer-list__button--reject {
  border-color: #f44336;
  color: #f44336;
}
.leave-issuer-list__button--reject:hover {
  background-color: #f44336;
  color: #fff;
  cursor: pointer;
}
.leave-issuer-list__button--reject:disabled {
  cursor: not-allowed;
  background-color: #d2d2d2;
  color: #f2f2f2;
  border: 1px solid #d2d2d2;
}
.leave-issuer-list__button--reject-loading {
  background-color: #f44336;
  color: #fff;
  cursor: pointer;
}
.leave-issuer-list__modal-reject:disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #d2d2d2;
  color: #f2f2f2;
  border: 1px solid #d2d2d2;
}
.leave-issuer-list__status-bulb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.leave-issuer-list__status-bulb--pending {
  background-color: #f5af00;
}
.leave-issuer-list__status-bulb--approved {
  background-color: #4caf50;
}
.leave-issuer-list__status-bulb--rejected {
  background-color: #f44336;
}
.leave-issuer-list-table__image div {
  width: 24px;
  height: 24px;
}
.leave-issuer-list-table .rt-tr {
  align-items: center;
}
.accordion-container {
  height: 100%;
}
.accordion-list {
  list-style: none;
  margin-right: 3px;
  padding: 12px;
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
}
.accordion-list__item + .accordion-list__item {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item--opened .accordion-item__icon {
  transform: rotate(180deg);
}
.accordion-item--opened .accordion-item__inner {
  max-height: 100rem;
  transition-duration: 0.5s;
  transition-property: max-height;
  z-index: 2;
}
.accordion-item--opened .accordion-item__content {
  display: block;
  transform: translateY(0);
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: transform;
}
.accordion-item__line {
  display: block;
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding-bottom: 0.8rem;
}
.accordion-item__title {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
  color: #515151;
  display: flex;
  float: left;
  align-items: center;
  transition: 0.2s ease;
}
.accordion-item__title:hover {
  color: #888888;
}
.accordion-item__icon {
  width: 1.9rem;
  height: 1.9rem;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABGklEQVR4Ae3RAcZCQRiF4buDfwshBGi+2UQgcIGAVtpSIuS/KyilG+UTcbk6zIH3GQBm3mM6AAAAAAAAAACA+eqf/yZBXcV/2XeCVPYx1FXj/FjGUMd45AQp/1HHGGLZNL+e61jHnKDmv8652YT1IvPfE2LX/Sh27/ycsF60yT/lk58JYn6eU4MJccjnlAmZ/33i0OAH4jg9Qcw/5g9YJpS+m6n0xvzpCfVe+nn59S7kGyYo+YYJWz3fO+E2PaFs9XzPhMy/6fmWCXq+YUJs9HzrhLh+JsQmrnq+bYKeb52g53snXPR88wQ93z9Bz/dP0PP9E/R89wQ93zpBz7dO0POtE/R86wQ93zpBzzdP+MoHAAAAAAAAAADAExTnTW20AtjhAAAAAElFTkSuQmCC);
  opacity: 0.4;
  float: right;
}
.accordion-item__inner {
  max-height: 0;
  transition-duration: 0.5s;
  transition-property: max-height;
  z-index: 1;
  position: relative;
}
.accordion-item__content {
  display: none;
  transform: translateY(-1rem);
  transition-timing-function: linear, ease;
  transition-duration: 0.1s;
  transition-property: transform;
  padding-bottom: 1.2rem;
}
.accordion-item__info {
  color: #b3b3b3;
  font-size: 13px;
  position: relative;
  top: 1px;
}
.accordion-item__info_separator {
  margin: 0px 7px;
  width: 4px;
  height: 4px;
  background: #b3b3b3;
  position: relative;
  top: 1px;
  border-radius: 50%;
  display: inline-block;
}
.note-accordion-table .rt-th:first-of-type,
.note-accordion-table .rt-expandable {
  display: none;
}
.note-accordion-table .list-accordion__row--expanded {
  background-color: #f2f2f2;
}
.note-accordion-table a:hover .profile-link {
  color: #4caf50;
}
.error .SingleDatePicker .SingleDatePickerInput__withBorder {
  border-color: #f44336;
}
.focused .SingleDatePicker .SingleDatePickerInput__withBorder {
  border-color: #2196f3;
}
.SingleDatePicker {
  width: 100%;
}
.SingleDatePicker .form-icon {
  z-index: 0;
}
.SingleDatePicker .DateInput {
  width: 100%;
}
.SingleDatePicker .DateInput_input {
  height: 100%;
  padding: 8px 10px;
  font-size: 1rem;
  font-weight: 400;
}
.SingleDatePicker .DateInput_input::placeholder {
  color: #828282;
}
.SingleDatePicker .DateInput_input__disabled {
  background-color: #f2f2f2;
  font-style: normal;
  cursor: not-allowed;
}
.SingleDatePicker .SingleDatePicker_picker {
  position: absolute;
  z-index: 25;
}
.SingleDatePicker .SingleDatePickerInput__withBorder {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form--borderless .SingleDatePicker .SingleDatePickerInput__withBorder {
  border-color: transparent;
}
.SingleDatePicker .SingleDatePickerInput_calendarIcon {
  padding: 2px 5px;
}
.SingleDatePicker .DateInput_input__focused {
  border-color: #61b165;
}
.SingleDatePicker .CalendarDay__selected_span {
  background: #66bb6a;
  color: white;
  border: 1px solid #61b165;
}
.SingleDatePicker .CalendarDay__today {
  background-color: #ebf0f3;
}
.SingleDatePicker .CalendarDay__selected {
  background: #66bb6a;
  color: #fff;
}
.SingleDatePicker .CalendarDay__selected:hover {
  background: #61b165;
  color: #fff;
}
.SingleDatePicker .CalendarDay__hovered_span:hover,
.SingleDatePicker .CalendarDay__hovered_span {
  background: #61b165;
}
.ReactTable.lf {
  border: none;
}
.ReactTable.lf .rt-thead.-header {
  box-shadow: none;
  border-bottom: 2px solid #e6ecef;
}
.ReactTable.lf .rt-thead .rt-th,
.ReactTable.lf .rt-thead .rt-td {
  padding: 17px 15px;
  border-right: none;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
}
.ReactTable.lf .rt-tbody .rt-tr:hover {
  background: rgb(242.25, 242.25, 242.25);
  cursor: pointer;
}
.ReactTable.lf .rt-tbody .rt-tr:hover .rt-td.show-vertical-ellipsis {
  visibility: visible;
}
.ReactTable.lf .rt-tbody .rt-tr .show-vertical-ellipsis {
  visibility: hidden;
}
.ReactTable.lf .rt-tbody .rt-td {
  border-right: none;
  padding: 15px;
  font-size: 14px;
  cursor: pointer;
}
.ReactTable.lf .-pagination {
  box-shadow: none;
  border-width: 1px;
  padding: 10px 10px;
  font-size: 14px;
}
.ReactTable.lf .-pagination .-previous {
  order: 1;
  margin-right: 15px;
}
.ReactTable.lf .-pagination .-center {
  justify-content: flex-start;
}
.ReactTable.lf .-pagination .-next {
  order: 2;
}
.ReactTable.lf .-pagination .-previous,
.ReactTable.lf .-pagination .-next {
  max-width: 100px;
}
.ReactTable.lf .-pagination .-previous button,
.ReactTable.lf .-pagination .-next button {
  font-size: 14px;
}
.lf-select__control {
  border-color: #bfc7cc !important;
  border-radius: 2px !important;
  font-size: 14px;
}
.lf-select__control--is-focused {
  border-color: transparent !important;
  box-shadow: none !important;
}
.form--borderless .lf-select__control {
  border-color: transparent !important;
}
.lf-select .lf-select__indicator-separator {
  display: none;
}
.lf-select__placeholder {
  color: #828282 !important;
}
.spinner {
  width: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spinner.black > div {
  background-color: #666666 !important;
}
.spinner.light > div {
  background-color: rgb(178.8461538462, 192.3846153846, 199.1538461538) !important;
}
.spinner.white > div {
  background-color: #fff !important;
}
.spinner > div {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 0 2px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner-small > div {
  width: 6px;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.iziToast-capsule {
  height: auto !important;
}
.iziToast {
  padding-right: 0px !important;
}
.iziToast .iziToast-close {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='4.2,10.7 43.5,50 4.2,89.3 10.7,95.8 50,56.5 89.3,95.8 95.8,89.3 56.5,50 95.8,10.7 89.3,4.2 50,43.5 10.7,4.2 '/%3E%3C/svg%3E%0A") !important;
  background-size: 15px !important;
}
.iziToast.iziToast-color-green {
  background-color: black !important;
  border-radius: 0px !important;
}
.iziToast.iziToast-color-orange {
  background-color: black !important;
  border-radius: 0px !important;
}
.iziToast.iziToast-color-orange > .iziToast-body .iziToast-icon {
  color: #f2af4b !important;
}
.iziToast.iziToast-color-red {
  background-color: black !important;
  border-radius: 0px !important;
}
.iziToast.iziToast-color-red > .iziToast-body .iziToast-icon {
  color: #fe8a80 !important;
}
.iziToast .iziToast-texts {
  display: block !important;
  width: 300px;
  padding-right: 40px !important;
}
.iziToast .iziToast-title {
  color: rgb(242.25, 242.25, 242.25) !important;
  font-weight: 500 !important;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  font-size: 15px !important;
  margin-bottom: 5px !important;
}
.iziToast > .iziToast-body {
  padding-left: 0px !important;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iziToast > .iziToast-body .iziToast-message {
  color: rgb(178.5, 178.5, 178.5) !important;
  width: 100%;
}
.iziToast > .iziToast-body .iziToast-icon {
  font-size: 25px !important;
  color: #66bb6a !important;
  position: static !important;
  margin: 0 15px !important;
  line-height: 100% !important;
  display: block !important;
}
.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxjaXJjbGUgc3R5bGU9ImZpbGw6I0Q3NUE0QTsiIGN4PSIyNSIgY3k9IjI1IiByPSIyNSIvPgo8cG9seWxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHBvaW50cz0iMTYsMzQgMjUsMjUgMzQsMTYgICAiLz4KPHBvbHlsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBwb2ludHM9IjE2LDE2IDI1LDI1IDM0LDM0ICAgIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
}
.close-icon:before {
  transform: rotateZ(45deg);
  display: block;
}
.view-detail-trigger {
  padding: 12px 45px 9px 0 !important;
}
.view-detail-trigger .iziToast-texts {
  margin: 0 0 0 0 !important;
}
.view-detail-trigger .iziToast-body {
  padding-bottom: 25px !important;
}
.view-detail-trigger .iziToast-buttons {
  position: absolute;
  bottom: -2px;
  left: 54px;
}
.view-detail-trigger .iziToast-buttons .iziToast-buttons-child {
  color: #333 !important;
  border-bottom: 1px solid #333 !important;
  padding: 0px !important;
  border-radius: 0px !important;
  padding: 0px 0 2px 0 !important;
  font-size: 14px !important;
}
.swal2-header {
  align-items: flex-start !important;
  border-bottom: 1px solid #e6ecef;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.swal2-header .swal2-title {
  font-size: 20px !important;
  font-weight: bold !important;
}
.swal2-textarea {
  margin-top: 0px !important;
  font-size: 14px !important;
}
.swal2-actions {
  border-top: 1px solid #e6ecef;
  padding-top: 15px;
  margin-top: 0px !important;
  justify-content: flex-end !important;
}
.swal2-actions .swal2-styled {
  border-radius: 35px !important;
}
.swal2-actions .swal2-confirm {
  order: 2;
}
.swal2-actions .swal2-cancel {
  background: transparent !important;
  color: #333 !important;
  border: 1px solid #bfc7cc !important;
}
.swal2-actions .swal2-cancel:hover {
  border-color: rgb(148.4260869565, 161.747826087, 170.0739130435) !important;
}
.ReactTable.lf .rt-thead .rt-th,
.ReactTable.lf .rt-thead .rt-td {
  padding: 0 16px !important;
  min-height: 48px;
}
.rt-th {
  cursor: unset !important;
}
.rt-resizable-header-content {
  min-height: 48px;
  line-height: 48px;
}
.ReactTable .rt-thead .rt-th.-sort-asc,
.ReactTable .rt-thead .rt-td.-sort-asc,
.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: unset !important;
}
.rt-cursor-default .rt-tr,
.rt-cursor-default .rt-td {
  cursor: default !important;
}
.enhanced-filter__date-picker--dark .SingleDatePickerInput .DateInput_input {
  color: #333333;
  font-weight: 600;
}
.dropdown-search {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin: 5px 8px;
  align-items: center;
  border-radius: 2px;
}
.dropdown-search:active, .dropdown-searchhover, .dropdown-search:focus {
  color: #737373;
}
.dropdown-search__btn-max {
  min-width: 94px;
}
.dropdown-search__title {
  font-weight: 400;
  font-size: 0.8125rem;
  color: #999999;
  padding-top: 2px;
}
.dropdown-search__select-text {
  font-weight: 600;
  font-size: 12px;
  color: #333333;
  line-height: 25px;
  display: flex;
  flex-basis: 90%;
}
.dropdown-search__select-none {
  font-weight: 400;
  color: #737373;
}
.dropdown-search__control {
  display: inline-flex;
  background: #fff;
  color: #646464;
  padding: 8px 5px 8px 15px;
}
.dropdown-search__control__label .badge {
  font-size: 12px;
  margin: 0px 0px 0px 10px;
  line-height: 5px;
  top: 0px;
}
.dropdown-search__control__icon {
  line-height: 1;
  font-size: 20px;
}
.dropdown-search__control__icon :hover,
.dropdown-search__control__icon :active,
.dropdown-search__control__icon :focus {
  fill: #333333;
}
.dropdown-search__control__active-icon {
  line-height: 1;
  font-size: 20px;
  color: #333333;
}
.dropdown-search__control:hover {
  background-color: #f4f7f9;
}
.dropdown-search__control--label {
  min-width: 90px;
  display: flex;
  align-items: center;
}
.dropdown-search__loading {
  margin-left: 10px;
}
.dropdown-search__loading > div {
  width: 4px;
  height: 4px;
  background-color: #d2d2d2;
}
.dropdown-search--active__control {
  color: #fff;
}
.dropdown-search__remove {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 0 8px;
  position: relative;
}
.dropdown-search__remove:active, .dropdown-search__remove:focus, .dropdown-search__remove:hover {
  color: #737373;
}
.dropdown-search__select {
  position: absolute;
  top: 100%;
  width: 300px;
  z-index: 11;
}
.dropdown-search__select__control {
  border-color: #2196f3 !important;
  border-width: 1.5px !important;
  box-shadow: 0 0 0 1px #2196f3;
}
.dropdown-search__select__control--is-focused {
  border-color: #2196f3 !important;
  border-width: 1.5px !important;
  box-shadow: 0 0 0 1px #2196f3;
}
.dropdown-search__select__menu {
  font-size: 0.875rem;
  color: #737373;
}
.dropdown-search__select__menu-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.dropdown-search__select__menu-list::-webkit-scrollbar-track {
  background: #fff;
}
.dropdown-search__select__menu-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #b2b2b2;
}
.dropdown-search__select__menu-list::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.dropdown-search__select__placeholder {
  font-size: 0.875rem;
}
.dropdown-search__select__clear-indicator:hover {
  cursor: pointer;
}
.dropdown-search__select__option:hover {
  background-color: none;
}
.avatar {
  overflow: hidden;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.avatar--round {
  border-radius: 100%;
}
.avatar--sm-25 {
  width: 40px;
  height: 40px;
}
.verticle-ellipse {
  color: #b2b2b2;
  float: right;
}
.verticle-ellipse:hover, .verticle-ellipse.active {
  color: #29b6f6;
}
.roles__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.roles__subtitle {
  color: #737373;
  font-size: 12px;
  line-height: 12px;
  padding-top: 2px;
}
.roles__search-icon {
  color: #999999;
  height: 14px;
  width: 14px;
  margin: 5px;
}
.roles__search-icon__close {
  color: #999999;
  cursor: pointer;
}
.roles__search-icon__close :hover {
  fill: #333333;
}
.roles__search-bar {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  border-radius: 2px;
  width: 300px;
  height: 32px;
}
.roles__search-bar:focus-within {
  border-color: #2196f3;
  transition: 0.2s;
}
.roles__search-input {
  width: 250px;
  font-size: 13px;
  color: #737373;
}
.lf-select {
  margin: 0 0.25rem;
}
.lf-select__value-container {
  font-size: 0.875rem;
  margin: 0px;
  font-weight: 400;
}
.lf-filter-applied .lf-select__single-value {
  color: #333333 !important;
  font-weight: 600 !important;
}
.employee {
  font-weight: 400;
  font-size: 14px;
}
.employee__fullname {
  color: #333;
}
.employee__designation {
  font-size: 12px;
  color: #737373;
}
.employee__role {
  color: #515151;
}
.employee__role .role-table-item::after {
  content: ", ";
}
.employee__role .role-table-item:last-child::after {
  content: "";
}
.learn-more {
  color: #2196f3;
}
.delete__btn {
  background-color: #f44336;
  color: #fff;
}
.disabled__btn:disabled {
  pointer-events: unset;
  background-color: #d2d2d2;
  color: #fff;
  cursor: not-allowed;
}
.loading__container {
  position: relative;
  height: 70vh;
}
.custom-dropdown .lf-select {
  margin: 0px !important;
}
.custom-dropdown .lf-select--is-disabled {
  pointer-events: auto !important;
  cursor: not-allowed !important;
}
.custom-dropdown .lf-select--is-disabled:hover {
  cursor: not-allowed !important;
}
.custom-dropdown .lf-select__value-container {
  cursor: text;
}
.custom-dropdown .lf-select__single-value {
  grid-area: 1/1/2/3;
}
.custom-dropdown .lf-select--small {
  min-width: 80px;
  max-width: 240px;
}
.custom-dropdown .lf-select--small .lf-select__dropdown-indicator {
  padding: 0;
  padding-right: 4px;
  width: 18px;
}
.custom-dropdown .lf-select--small .lf-select__control {
  font-size: 0.875rem;
  min-height: inherit;
}
.custom-dropdown .lf-select--small .lf-select__control:hover {
  background-color: #f4f7f9;
}
.custom-dropdown .lf-select--small .lf-select__control--is-focused {
  background-color: #f4f7f9;
  box-shadow: none;
}
.custom-dropdown .lf-select--small .lf-select__control--is-disabled {
  background-color: #fff !important;
  pointer-events: auto !important;
}
.custom-dropdown .lf-select--small .lf-select__control--is-disabled:hover {
  cursor: not-allowed !important;
}
.custom-dropdown .lf-select--small .lf-select__value-container {
  padding: 4px 0;
  font-size: 12px;
  min-width: 68px;
  margin: 0px !important;
}
.custom-dropdown .lf-select--small .lf-select__single-value {
  max-width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.custom-dropdown .lf-select--small .lf-select__indicators {
  position: relative;
  top: 8px;
}
.custom-dropdown .lf-select--medium {
  min-width: 60px;
}
.custom-dropdown .lf-select--medium .lf-select__single-value {
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.custom-dropdown .lf-select--medium .lf-select__indicators {
  position: relative;
  top: 8px;
}
.custom-dropdown .lf-select--big {
  min-width: 120px;
}
.custom-dropdown .lf-select--big .lf-select__single-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.custom-dropdown .lf-select--big-searchbox {
  min-width: 300px;
}
.custom-dropdown .lf-select--big-searchbox .lf-select__single-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.custom-dropdown .lf-select--status {
  min-width: 120px;
}
.custom-dropdown .lf-select__indicator-separator {
  display: none;
}
.custom-dropdown .lf-select__control {
  cursor: pointer;
  min-width: 64px;
  color: #737373;
  border-radius: 2px;
  min-height: 32px;
  border-color: #d2d2d2;
}
.custom-dropdown .lf-select__control:hover {
  border-color: #b2b2b2;
}
.custom-dropdown .lf-select__control--is-focused {
  min-width: 80px;
  width: unset;
  background-color: #f4f7f9;
  box-shadow: 0px 0px 0 1px #2196f3;
  border-color: #2196f3 !important;
}
.custom-dropdown .lf-select__control--is-focused:hover {
  border-color: #2196f3;
}
.custom-dropdown .lf-select__control--is-disabled {
  pointer-events: auto !important;
  cursor: not-allowed !important;
}
.custom-dropdown .lf-select__control--is-disabled:hover {
  cursor: not-allowed !important;
}
.custom-dropdown .lf-select__dropdown-indicator {
  color: #b2b2b2;
  padding: 1px 2px;
}
.custom-dropdown .lf-select__single-value {
  color: #333;
}
.custom-dropdown .lf-select--plain .lf-select__control {
  border: none;
  font-size: 12px;
  min-height: inherit;
}
.custom-dropdown .lf-select--plain .lf-select__control:hover {
  background-color: #f4f7f9;
}
.custom-dropdown .lf-select--plain .lf-select__control--is-focused {
  background-color: #f4f7f9;
  box-shadow: none;
}
.custom-dropdown .lf-select--plain .lf-select__dropdown-indicator {
  padding: 0;
  padding-right: 4px;
  width: 18px;
  padding-top: 13px;
}
.time-select__control {
  border-left: none !important;
  border-radius: 0px !important;
  flex-wrap: nowrap;
  border-color: #b3b3b3 !important;
  min-height: 32px !important;
}
.time-select__control--menu-is-open {
  box-shadow: none !important;
  border-color: #b3b3b3 !important;
}
.time-select__value-container {
  width: 0px !important;
  padding: 0px !important;
}
.time-select__menu {
  width: 150px !important;
}
.time-select__dropdown-indicator {
  padding: 4px !important;
  color: #b2b2b2;
}
.lf-select {
  max-height: 42px;
}
.lf-select__menu {
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.09) !important;
  font-size: 0.875rem;
}
.lf-select__single-value {
  font-size: 14px;
}
.lf-select__placeholder {
  font-size: 14px;
  color: #b2b2b2 !important;
}
.lf-select__option {
  cursor: pointer !important;
}
.lf-select__option--is-focused {
  background-color: #f6f6f6 !important;
}
.lf-select__option--is-selected {
  background-color: #2196f3 !important;
}
.is-invalid .lf-select__control {
  border-color: #ef5350 !important;
}
.lf-toast {
  background-color: #4caf50;
  color: #fff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.lf-toast--spacing {
  width: 370px !important;
  right: 3.5rem;
  align-items: flex-start;
}
.lf-toast--danger {
  background-color: #f44336;
}
.lf-toast--warning {
  background-color: #ffc107;
}
.lf-toast__content {
  text-align: left;
  margin-left: 16px;
}
.lf-toast__icon {
  line-height: 0;
  margin-top: 4px;
  align-self: flex-start;
}
.lf-toast__title {
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize;
  line-height: 1.5;
}
.lf-toast__message {
  line-height: 1.2;
}
.lf-toast__message--error-message {
  margin-top: 4px;
}
.lf-toast__message--error-list {
  list-style: unset;
  margin-left: 8%;
}
.lf-toast__message--error-list li {
  line-height: 20px;
}
.lf-toast__container {
  padding: 0;
}
.lf-toast__container .Toastify__toast {
  padding: 0;
}
.lf-toast__container .lf-toast__progress-bar {
  background: #fff;
}
.lf-toast__container .Toastify__toast-body {
  margin: 0;
  padding: 0;
  border-radius: 2px;
}
.piechart__content {
  display: flex;
}
.piechart__label {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  fill: #333333;
}
.piechart__hrsLabel {
  font-size: 0.75rem;
  text-align: center;
  fill: #737373;
}
.piechart__tooltip {
  font-size: 0.625rem;
  padding: 0;
  margin: 0;
}
.piechart__main {
  height: 102px;
  width: 102px;
  margin: 0px 0 0 16px;
}
.piechart__wrapper {
  max-height: 200px;
  justify-content: center;
  flex: 17%;
  padding: 0px 14px 0 0;
  overflow: hidden;
}
.piechart__wrapper:hover {
  overflow-y: auto;
}
.piechart__legend {
  width: 105%;
  font-size: 1rem;
  display: flex;
  min-height: 52px;
  flex-direction: column;
}
.piechart__legendItem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 3px 8px;
}
.piechart__dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  align-self: flex-start;
}
.piechart__text {
  flex: 70%;
  display: flex;
  align-items: flex-start;
}
.piechart__text__textStyle {
  font-size: 0.875rem;
  color: #737373;
  font-weight: 400;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.piechart__hrs {
  font-size: 0.875rem;
  color: #737373;
  font-weight: 600;
}
@media (max-width: 576px) {
  .piechart__content {
    align-items: center;
    max-height: 166px;
  }
}
.container .modal {
  z-index: 1;
  width: 350px;
  height: 220px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  animation: animate 0.3s;
}
.modal button {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 8px 11px;
  background: crimson;
  color: white;
  font-weight: bold;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}
@keyframes animate {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.overflow-menu {
  min-width: 180px;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  background: #fff;
}
.overflow-menu__item {
  cursor: pointer;
  padding: 10px 10px;
  text-align: left;
  color: #999999;
  background-color: #fff;
}
.overflow-menu__item:hover {
  background-color: #eee;
}
.overflow-menu__text {
  padding-left: 10px;
}
.overflow-menu__regular {
  padding: 0 !important;
}
.overflow-menu__block {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.overflow-menu__block:last-child {
  border-bottom: 0;
}
.overflow-menu__list-item {
  color: #737373;
  min-height: 40px;
  text-align: left;
  font-size: 0.875rem;
  padding: 0.75rem;
}
.overflow-menu__list-item--hoverable {
  cursor: pointer;
}
.overflow-menu__list-item--hoverable:hover {
  background: #f6f6f6;
}
.overflow-menu__icon {
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.overflow-menu__label {
  color: #b2b2b2;
  font-size: 0.625rem;
  margin-bottom: 0.25rem;
}
.overflow-menu__regular {
  padding: 0 !important;
}
.overflow-menu--dynamic {
  width: auto;
}
.badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  border: none;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
}
.badge--rounded {
  border-radius: 90px;
}
.badge__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #737373;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  text-align: inherit;
}
.badge__clickable-label {
  font-size: 0.875rem;
  font-weight: 600;
  padding-left: 8px;
  cursor: pointer;
}
.badge__clickable-label:hover {
  color: #29b6f6 !important;
}
.badge__icon {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.badge__icon:hover svg {
  color: #29b6f6 !important;
}
.badge--grey {
  background: #f6f6f6;
}
.badge--label-color {
  background: grey 0.5;
  color: #737373;
}
.badge--orange {
  background: #ffc107;
  color: #515151;
}
.badge--small {
  margin: 0 0.5rem;
  padding: 0.2rem 0.5rem;
}
.badge__small-label {
  font-size: 10px;
  font-weight: 600;
}
.badge__icon-left {
  display: inline-flex;
  align-items: center;
}
.badge__notification {
  min-width: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 0px;
  color: #fff;
  border-radius: 50%;
  padding: 0 4px;
  background-color: #2ecc71;
  font-size: 0.625rem;
  font-weight: 600;
}
.badge__notification--blue {
  background-color: #29b6f6;
}
.badge__notification--green {
  background-color: #2ecc71;
}
.badge__notification--red {
  background-color: #ef5350;
}
.badge__notification--yellow {
  background-color: #ffc107;
}
.badge--btn {
  margin: 0;
  padding: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.badge--btn-blue {
  background-color: rgba(41, 182, 246, 0.1);
  color: #29b6f6;
}
.badge--btn-blue:hover {
  background-color: #29b6f6;
  color: #fff;
}
.badge--btn-red {
  background-color: rgba(239, 83, 80, 0.1);
  color: #77504f;
}
.badge--btn-red:hover {
  background-color: rgba(239, 83, 80, 0.3);
}
.badge--btn-yellow {
  background-color: rgba(255, 193, 7, 0.1);
  color: #957821;
}
.badge--btn-yellow:hover {
  background-color: rgba(255, 193, 7, 0.3);
}
.badge--btn-green {
  background-color: rgba(46, 204, 113, 0.1);
  color: #4caf50;
}
.badge--btn-green:hover {
  background-color: rgba(46, 204, 113, 0.3);
}
.badge--hover-pointer:hover .badge__label {
  cursor: pointer;
  color: #29b6f6 !important;
}
.badge--hover-pointer:hover .badge__label svg {
  color: #29b6f6 !important;
}
.lf-input--required .lf-input__label::after {
  content: "*";
  display: inline-block;
  color: #f44336;
  margin: 2px;
}
.lf-input__label {
  font-size: 12px;
}
.stepper__nav {
  width: 276px;
  padding: 20px 16px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
}
@media (max-width: 576px) {
  .stepper__nav {
    width: 100%;
    height: auto;
    padding: 12px;
  }
}
.stepper__nav {
  color: #333333;
}
.stepper__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 576px) {
  .stepper__content {
    flex-direction: row;
  }
}
.stepperheader {
  margin-bottom: 48px;
}
@media (max-width: 576px) {
  .stepperheader {
    margin-bottom: 8px;
  }
}
.stepperheader__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333333;
}
.stepperheader__detail {
  font-size: 12px;
  font-weight: 400;
  color: #737373;
}
.stepperheader__detail--mandatory {
  color: #f44336;
}
.steppernavigation {
  width: 243px;
  height: 75px;
  padding: 12px 14px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  cursor: pointer;
}
.steppernavigation:hover {
  background-color: #f6f6f6;
}
.steppernavigation:hover .steppernavigation__icon {
  color: #2196f3 !important;
}
.steppernavigation:hover .steppernavigation__icon .steppernavigation__icon__id {
  border: 1.5px solid #e6e6e6;
  background-color: #fff;
  color: #999999;
}
.steppernavigation:hover .steppernavigation__box .title {
  color: #999999;
}
.steppernavigation:hover .steppernavigation__box .detail {
  color: #b2b2b2;
}
.steppernavigation .steppernavigation__icon {
  margin-right: 8px;
  min-width: 25px;
}
.steppernavigation .steppernavigation__icon .steppernavigation__icon__id {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #e6e6e6;
  background-color: #fff;
  color: #999999;
  font-size: 14px;
  font-weight: 600;
}
.steppernavigation .steppernavigation__box .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #999999;
}
.steppernavigation .steppernavigation__box .detail {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #b2b2b2;
}
@media (max-width: 576px) {
  .steppernavigation {
    width: 100px;
    height: 78px;
    flex-direction: column;
    align-items: flex-start;
  }
  .steppernavigation .steppernavigation__icon {
    margin-bottom: 4px;
  }
  .steppernavigation .steppernavigation__box .title {
    font-size: 12px;
  }
  .steppernavigation .steppernavigation__box .detail {
    display: none;
  }
}
.steppernavigation--selected {
  background-color: #f4f7f9 !important;
}
.steppernavigation--selected .steppernavigation__icon .steppernavigation__icon__id {
  background-color: #2196f3;
  color: #fff;
  border: 1.5px solid #2196f3;
}
.steppernavigation--selected .steppernavigation__box .title {
  color: #333333;
}
.steppernavigation--selected .steppernavigation__box .detail {
  color: #737373;
}
.steppernavigation--complete {
  background-color: #fff;
}
.steppernavigation--complete .steppernavigation__box .title {
  color: #333333;
}
.steppernavigation--complete .steppernavigation__box .detail {
  color: #737373;
}
.steppernavigation--error {
  background-color: #fffdf6;
}
.steppernavigation--error .steppernavigation__box .title {
  color: #333333;
}
.steppernavigation--error .steppernavigation__box .detail {
  color: #737373;
}
.employee-form {
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
}
.employee-form__stepper {
  margin-right: 24px;
}
.employee-form__import {
  margin-right: 24px;
}
@media (max-width: 576px) {
  .employee-form__import {
    margin-right: 0;
  }
}
.employee-form__form-wrapper {
  width: 100%;
}
@media (max-width: 576px) {
  .employee-form {
    flex-direction: column;
    margin: 14px 6px;
  }
  .employee-form__stepper {
    margin-right: 0px;
    margin-bottom: 24px;
  }
}
.form-wrapper .form-wrapper-header {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
}
.form-wrapper .form-wrapper-header__detail {
  font-size: 14px;
  color: #b2b2b2;
  font-weight: 600;
  margin-bottom: 4px;
}
.form-wrapper .form-wrapper-header__title {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.form-wrapper .form-wrapper-bottom {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
}
@media (max-width: 576px) {
  .form-wrapper .form-wrapper-bottom {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column;
  }
  .form-wrapper .form-wrapper-bottom .btn {
    width: 100%;
  }
  .form-wrapper .form-wrapper-bottom .btn:not(:last-child) {
    margin-bottom: 12px;
  }
}
.input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
}
.input-wrapper .lf-select {
  max-height: max-content;
}
.input-wrapper .lf-select__control {
  height: fit-content;
}
.input-wrapper__label {
  margin-bottom: 2px;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}
.input-wrapper__label--mandatory {
  text-align: center;
  color: #f44336;
}
.input-wrapper__error {
  font-size: 12px;
  color: #f44336;
}
.input-wrapper__error--hide {
  opacity: 0;
}
.input-wrapper__input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
}
.input-wrapper__input::-webkit-outer-spin-button, .input-wrapper__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper__input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.input-wrapper__input:focus {
  outline: none;
  border-color: #2196f3;
}
.input-wrapper__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b2b2b2;
}
.input-wrapper__input.wp-0 {
  width: 0%;
}
.input-wrapper__input.wp-1 {
  width: 1%;
}
.input-wrapper__input.wp-2 {
  width: 2%;
}
.input-wrapper__input.wp-3 {
  width: 3%;
}
.input-wrapper__input.wp-4 {
  width: 4%;
}
.input-wrapper__input.wp-5 {
  width: 5%;
}
.input-wrapper__input.wp-6 {
  width: 6%;
}
.input-wrapper__input.wp-7 {
  width: 7%;
}
.input-wrapper__input.wp-8 {
  width: 8%;
}
.input-wrapper__input.wp-9 {
  width: 9%;
}
.input-wrapper__input.wp-10 {
  width: 10%;
}
.input-wrapper__input.wp-11 {
  width: 11%;
}
.input-wrapper__input.wp-12 {
  width: 12%;
}
.input-wrapper__input.wp-13 {
  width: 13%;
}
.input-wrapper__input.wp-14 {
  width: 14%;
}
.input-wrapper__input.wp-15 {
  width: 15%;
}
.input-wrapper__input.wp-16 {
  width: 16%;
}
.input-wrapper__input.wp-17 {
  width: 17%;
}
.input-wrapper__input.wp-18 {
  width: 18%;
}
.input-wrapper__input.wp-19 {
  width: 19%;
}
.input-wrapper__input.wp-20 {
  width: 20%;
}
.input-wrapper__input.wp-21 {
  width: 21%;
}
.input-wrapper__input.wp-22 {
  width: 22%;
}
.input-wrapper__input.wp-23 {
  width: 23%;
}
.input-wrapper__input.wp-24 {
  width: 24%;
}
.input-wrapper__input.wp-25 {
  width: 25%;
}
.input-wrapper__input.wp-26 {
  width: 26%;
}
.input-wrapper__input.wp-27 {
  width: 27%;
}
.input-wrapper__input.wp-28 {
  width: 28%;
}
.input-wrapper__input.wp-29 {
  width: 29%;
}
.input-wrapper__input.wp-30 {
  width: 30%;
}
.input-wrapper__input.wp-31 {
  width: 31%;
}
.input-wrapper__input.wp-32 {
  width: 32%;
}
.input-wrapper__input.wp-33 {
  width: 33%;
}
.input-wrapper__input.wp-34 {
  width: 34%;
}
.input-wrapper__input.wp-35 {
  width: 35%;
}
.input-wrapper__input.wp-36 {
  width: 36%;
}
.input-wrapper__input.wp-37 {
  width: 37%;
}
.input-wrapper__input.wp-38 {
  width: 38%;
}
.input-wrapper__input.wp-39 {
  width: 39%;
}
.input-wrapper__input.wp-40 {
  width: 40%;
}
.input-wrapper__input.wp-41 {
  width: 41%;
}
.input-wrapper__input.wp-42 {
  width: 42%;
}
.input-wrapper__input.wp-43 {
  width: 43%;
}
.input-wrapper__input.wp-44 {
  width: 44%;
}
.input-wrapper__input.wp-45 {
  width: 45%;
}
.input-wrapper__input.wp-46 {
  width: 46%;
}
.input-wrapper__input.wp-47 {
  width: 47%;
}
.input-wrapper__input.wp-48 {
  width: 48%;
}
.input-wrapper__input.wp-49 {
  width: 49%;
}
.input-wrapper__input.wp-50 {
  width: 50%;
}
.input-wrapper__input.wp-51 {
  width: 51%;
}
.input-wrapper__input.wp-52 {
  width: 52%;
}
.input-wrapper__input.wp-53 {
  width: 53%;
}
.input-wrapper__input.wp-54 {
  width: 54%;
}
.input-wrapper__input.wp-55 {
  width: 55%;
}
.input-wrapper__input.wp-56 {
  width: 56%;
}
.input-wrapper__input.wp-57 {
  width: 57%;
}
.input-wrapper__input.wp-58 {
  width: 58%;
}
.input-wrapper__input.wp-59 {
  width: 59%;
}
.input-wrapper__input.wp-60 {
  width: 60%;
}
.input-wrapper__input.wp-61 {
  width: 61%;
}
.input-wrapper__input.wp-62 {
  width: 62%;
}
.input-wrapper__input.wp-63 {
  width: 63%;
}
.input-wrapper__input.wp-64 {
  width: 64%;
}
.input-wrapper__input.wp-65 {
  width: 65%;
}
.input-wrapper__input.wp-66 {
  width: 66%;
}
.input-wrapper__input.wp-67 {
  width: 67%;
}
.input-wrapper__input.wp-68 {
  width: 68%;
}
.input-wrapper__input.wp-69 {
  width: 69%;
}
.input-wrapper__input.wp-70 {
  width: 70%;
}
.input-wrapper__input.wp-71 {
  width: 71%;
}
.input-wrapper__input.wp-72 {
  width: 72%;
}
.input-wrapper__input.wp-73 {
  width: 73%;
}
.input-wrapper__input.wp-74 {
  width: 74%;
}
.input-wrapper__input.wp-75 {
  width: 75%;
}
.input-wrapper__input.wp-76 {
  width: 76%;
}
.input-wrapper__input.wp-77 {
  width: 77%;
}
.input-wrapper__input.wp-78 {
  width: 78%;
}
.input-wrapper__input.wp-79 {
  width: 79%;
}
.input-wrapper__input.wp-80 {
  width: 80%;
}
.input-wrapper__input.wp-81 {
  width: 81%;
}
.input-wrapper__input.wp-82 {
  width: 82%;
}
.input-wrapper__input.wp-83 {
  width: 83%;
}
.input-wrapper__input.wp-84 {
  width: 84%;
}
.input-wrapper__input.wp-85 {
  width: 85%;
}
.input-wrapper__input.wp-86 {
  width: 86%;
}
.input-wrapper__input.wp-87 {
  width: 87%;
}
.input-wrapper__input.wp-88 {
  width: 88%;
}
.input-wrapper__input.wp-89 {
  width: 89%;
}
.input-wrapper__input.wp-90 {
  width: 90%;
}
.input-wrapper__input.wp-91 {
  width: 91%;
}
.input-wrapper__input.wp-92 {
  width: 92%;
}
.input-wrapper__input.wp-93 {
  width: 93%;
}
.input-wrapper__input.wp-94 {
  width: 94%;
}
.input-wrapper__input.wp-95 {
  width: 95%;
}
.input-wrapper__input.wp-96 {
  width: 96%;
}
.input-wrapper__input.wp-97 {
  width: 97%;
}
.input-wrapper__input.wp-98 {
  width: 98%;
}
.input-wrapper__input.wp-99 {
  width: 99%;
}
.input-wrapper__input.wp-100 {
  width: 100%;
}
.input-wrapper__input--error {
  border: 1px solid #f44336;
}
.input-wrapper__extra-detail {
  margin-top: 3px;
  font-size: 12px;
  color: #29b6f6;
}
.input-wrapper__small-input {
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.input-wrapper__small-input .input {
  width: 48px;
  padding: 6px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  margin-right: 4px;
}
.input-wrapper__small-input .input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b2b2b2;
}
.input-wrapper__small-input .input--error {
  border: 1px solid #f44336;
}
.input-wrapper__small-input .name {
  font-size: 14px;
  color: #b2b2b2;
}
@media (max-width: 576px) {
  .input-wrapper__small-input {
    width: 100%;
  }
  .input-wrapper__small-input .input {
    width: 60%;
    margin-right: 10px;
  }
}
.input-wrapper__radio-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.input-wrapper__radio {
  display: flex;
  align-items: center;
  margin-right: 12px;
  min-height: 20px;
}
.input-wrapper__radio__input:checked::after {
  content: "";
  background-color: red;
}
.input-wrapper__radio__label {
  margin-left: 6px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #737373;
}
.input-wrapper__radio__label--checked {
  color: #333333;
}
@media (max-width: 576px) {
  .input-wrapper__radio {
    flex: 1;
  }
}
.office-information-form {
  padding: 12px 16px;
  padding-bottom: 24px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 576px) {
  .office-information-form {
    border-radius: 0;
  }
}
.office-information-form {
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
}
.office-information-form__full-width {
  display: flex;
}
.office-information-form__full-width--small-input {
  display: flex;
}
.office-information-form__full-width__space {
  flex: 1;
  margin-right: 24px;
}
.office-information-form__full-width__space:last-child {
  margin-right: 0px;
}
@media (max-width: 576px) {
  .office-information-form__full-width {
    flex-direction: column;
  }
  .office-information-form__full-width--small-input {
    flex-direction: row;
  }
  .office-information-form__full-width__space {
    margin-right: 0;
  }
}
.leapfrog-history-form {
  padding: 12px 16px;
  padding-bottom: 24px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 576px) {
  .leapfrog-history-form {
    border-radius: 0;
  }
}
.leapfrog-history-form {
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
}
.leapfrog-history-form__items {
  flex: 300px 1 1;
}
.leapfrog-history-form__top {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
@media (max-width: 768px) {
  .leapfrog-history-form__top {
    width: 100%;
  }
}
.leapfrog-history-form__top .add-button {
  display: flex;
  align-items: center;
  color: #29b6f6;
  cursor: pointer;
}
.leapfrog-history-form__top .add-button:not(:last-child) {
  margin-right: 26px;
}
.leapfrog-history-form__top .add-button .plus-icon {
  font-size: 20px;
  margin-right: 8px;
}
.leapfrog-history-form__top .add-button .plus-icon:hover {
  color: #2196f3;
}
.leapfrog-history-form__top .add-button .button-label {
  font-size: 14px;
  font-weight: 600;
  padding-left: 0;
}
.leapfrog-history-form__info {
  display: flex;
  align-items: center;
  padding: 6px 18px;
  color: #2196f3;
  border-radius: 4px;
  background-color: rgba(33, 150, 243, 0.1019607843);
  margin-top: 18px;
}
.leapfrog-history-form__info .info-icon {
  font-size: 20px;
  margin-right: 14px;
}
.leapfrog-history-form__info .label {
  font-size: 12px;
  font-weight: 600;
}
.leapfrog-history-form__designation-list {
  margin: 18px 0px;
}
.leapfrog-history-form__designation-list .designation-list__full-width {
  display: flex;
}
.leapfrog-history-form__designation-list .designation-list__full-width:last-child .designation-list__full-width__vertical {
  background-color: #fff;
}
.leapfrog-history-form__designation-list .designation-list__full-width__vertical {
  position: relative;
  top: 6px;
  width: 1px;
  margin-right: 12px;
  margin-left: 6px;
  background-color: #e6e6e6;
  min-height: 74px;
}
.leapfrog-history-form__designation-list .designation-list__full-width__vertical--glown::before {
  background-color: #2ecc71 !important;
}
.leapfrog-history-form__designation-list .designation-list__full-width__vertical::before {
  content: "";
  position: absolute;
  top: 8px;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #b3b3b3;
  border: 4px solid white;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item {
  width: 100%;
  line-height: 20px;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .right-icons {
  position: relative;
  top: 8px;
  right: 16px;
  display: flex;
  visibility: hidden;
  align-items: center;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .right-icons__overflow-menu {
  position: absolute;
  right: 80px;
  top: 40px;
  width: 200px;
  z-index: 10;
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
  background-color: #fff;
  cursor: pointer;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .right-icons__overflow-menu__item {
  font-size: 14px;
  color: #737373;
  padding: 10px;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .right-icons__overflow-menu__item:hover {
  background-color: #f6f6f6;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .right-icons .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #b2b2b2;
  color: #999999;
  cursor: pointer;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .right-icons .icon-container--full {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .right-icons .icon-container:not(:last-child) {
  margin-right: 10px;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .right-icons .icon-container:hover {
  background-color: #999999;
  color: #fff;
  cursor: pointer;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .right-icons .icon-container--delete:hover {
  background-color: #f44336;
  color: #fff;
  border: 1px solid #f44336;
  cursor: pointer;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item:hover {
  background-color: #f6f6f6;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item:hover .right-icons {
  visibility: visible;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .title {
  font-size: 14px;
  font-weight: 700;
  color: #515151;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .date {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .status {
  font-size: 12px;
  font-weight: 600;
  color: #737373;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .appraiser-content {
  display: flex;
  align-items: center;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .appraiser-content__label {
  font-size: 10px;
  font-weight: 400;
  color: #999999;
  margin-right: 2px;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .appraiser-content__photo {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin: 0 2px;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .appraiser-content__name {
  font-size: 12px;
  font-weight: 400;
  color: #737373;
}
.leapfrog-history-form__designation-list .designation-list__full-width__item .appraiser-content__name:not(:last-child)::after {
  content: ",";
  margin-left: 2px;
}
@media (max-width: 576px) {
  .leapfrog-history-form__top {
    flex-direction: column;
  }
  .leapfrog-history-form__top .add-button:not(:last-child) {
    margin-bottom: 40px;
  }
}
.employee-form__input {
  font-size: 0.875rem;
  padding: 7px 10px;
  line-height: 1.15;
}
.employee-form__small-input .input {
  font-size: 0.875rem;
  padding: 7px 10px;
  line-height: 1.15;
  margin-bottom: 1px;
}
.employee-form__date .DateInput_input {
  padding: 7px 10px;
  font-size: 0.875rem;
  line-height: 1.15;
  border-bottom: 0;
  height: auto;
}
.employee-form__dropdown {
  font-size: 0.875rem;
  line-height: 1.15;
}
.add-designation-modal {
  width: 100%;
}
.add-designation-modal__header {
  font-size: 20px;
  font-weight: 700;
  padding: 16px;
  border-bottom: 1px solid #f6f6f6;
}
.add-designation-modal__form {
  padding: 14px 16px;
  padding-bottom: 0;
}
.add-designation-modal__form__full-width {
  display: flex;
}
.add-designation-modal__form__full-width__space {
  flex: 1;
  margin-right: 24px;
}
.add-designation-modal__form__full-width__space:last-child {
  margin-right: 0px;
}
.add-designation-modal__bottom {
  display: flex;
  justify-content: flex-start;
  padding: 16px;
  padding-bottom: 24px;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 576px) {
  .add-designation-modal__form__full-width {
    flex-direction: column;
  }
  .add-designation-modal__form__full-width__space {
    width: 100%;
  }
  .add-designation-modal__bottom {
    flex-direction: column;
  }
  .add-designation-modal__bottom .btn {
    width: 100%;
  }
  .add-designation-modal__bottom .btn:not(:last-child) {
    margin-bottom: 12px;
  }
}
.delete-designation-modal {
  width: 100%;
  padding: 28px;
  padding-bottom: 24px;
}
.delete-designation-modal__header {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 700;
  color: #f44336;
}
.delete-designation-modal__header__logo {
  font-size: 30px;
  color: #f44336;
  margin-right: 18px;
  transform: rotate(180deg);
}
.delete-designation-modal__header__title {
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0;
  color: #333333;
}
.delete-designation-modal__header__bottom {
  display: flex;
  justify-content: flex-start;
}
.image-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f6f6f6;
  border: 1px dashed #d2d2d2;
  padding: 16px 0px;
}
.image-upload__error {
  border: 1px solid #f44336;
}
.image-upload__dragging {
  opacity: 0.8;
  background: #999999;
}
.image-upload__top {
  display: flex;
  font-size: 10px;
  font-weight: 600;
}
.image-upload__top__file-input {
  margin: 0 4px;
}
.image-upload__top__file-input .file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}
.image-upload__top__file-input label {
  display: inline;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2196f3;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease-out;
  outline: none;
  font-size: 10px;
}
.image-upload__detail {
  font-size: 8px;
  font-weight: 400;
  color: #737373;
}
@media (max-width: 576px) {
  .image-upload__top__file-input::first-letter {
    text-transform: uppercase;
  }
  .image-upload__top__title {
    display: none;
  }
  .image-upload__top__title--last {
    position: relative;
    visibility: hidden;
  }
  .image-upload__top__title--last::after {
    position: absolute;
    width: 60px;
    top: 0;
    content: "to upload";
    visibility: visible;
    display: block;
    font-weight: 600;
  }
}
.image-selected__image-container {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.image-selected__image-container .image {
  width: 50px;
  height: 50px;
  border-radius: 4.38px;
  margin-right: 8px;
  background-color: #f2f2f2;
}
.image-selected__image-container .title {
  font-size: 12px;
  font-weight: getFondWeight("normal");
  color: #515151;
}
.image-selected__image-container .title--sub-title {
  color: #999999;
}
.leapfroggers-table .ReactTable .rt-tr:hover .employees__pulse-icon {
  display: flex !important;
}
.employees__pulse-icon {
  background-color: #d4f0fd;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  display: none;
}
.employees__pulse-icon:hover {
  background-color: #bfebff;
}
.employees__table-text {
  color: #737373;
}
.employees__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.employees__header:after {
  display: none;
}
@media (max-width: 576px) {
  .employees__header {
    align-items: start;
  }
}
.employees__header .dropdown-search__control {
  padding: 0 5px 0 15px;
}
.employees__main-title {
  display: flex;
  flex: 4;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .employees__main-title {
    flex-direction: column;
  }
}
.employees__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}
.employees__filter-bar {
  justify-content: center;
}
.employees__subtitle {
  color: #737373;
  font-size: 0.75rem;
  line-height: 12px;
}
.employees__search-icon {
  color: #999999;
  height: 14px;
  width: 14px;
  margin: 10px;
}
.employees__search-icon__close {
  color: #999999;
  cursor: pointer;
  margin-right: 8px;
}
.employees__search-icon__close:hover {
  fill: #333333;
}
.employees__search-bar {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  border-radius: 2px;
  width: 300px;
  height: 32px;
  margin-left: 8px;
  align-self: center;
}
.employees__search-bar:focus-within {
  border-color: #2196f3;
  transition: 0.2s;
}
@media (max-width: 576px) {
  .employees__search-bar {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .employees__search-bar {
    width: 381px;
  }
}
.employees__search-input {
  width: 320px;
  font-size: 0.8125rem;
  color: #737373;
}
@media (max-width: 576px) {
  .employees__search-input {
    width: 100%;
  }
}
.employees__more-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.employees__more-filters__button {
  color: #737373;
  background-color: #f4f7f9;
  font-weight: 500;
}
.employees__more-icon {
  color: #737373;
  cursor: pointer;
  margin-left: 5px;
  height: 18px;
  width: 18px;
}
.employees__more-icon:hover {
  fill: #333333;
}
.employees .dropdown-search {
  margin: 16px 8px 5px 8px;
  background-color: #f6f6f6;
}
.employees .dropdown-search:first-child {
  margin: 16px 8px 5px 0px;
}
.employees .dropdown-search__control {
  padding: 4px 0px 4px 12px;
  background-color: #f6f6f6;
}
.employees .dropdown-search__control__icon {
  font-size: 18px;
  color: #737373;
}
.employees .dropdown-search__title {
  color: #999999;
  font-weight: 500;
  font-size: 0.625rem;
}
.employees .dropdown-search__select-text {
  color: #333333;
  font-weight: 500;
  font-size: 0.75rem;
}
.employees .dropdown-search__remove {
  color: #999999;
  cursor: pointer;
}
.employees .dropdown-search__remove:hover {
  color: #333333;
}
.employees-assets-table .rt-td {
  cursor: default !important;
}
.divider {
  margin: 0;
  border-top: 1px solid #e6e6e6;
}
.import {
  width: 276px;
  margin-top: 14px;
  padding: 20px 16px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
}
@media (max-width: 576px) {
  .import {
    width: 100%;
    height: auto;
    padding: 12px;
  }
}
.import__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333333;
}
.import__detail {
  font-size: 0.75rem;
  font-weight: 400;
  color: #737373;
  margin-bottom: 16px;
}
.json-text-input {
  border: 1px solid #e6e6e6;
}
.engagement-details {
  font-size: 10px;
  color: #999999;
}
.engagement-details__date {
  font-weight: 600;
}
.engagement-details__category {
  font-weight: 400;
}
.emp-status-details-form {
  background-color: #f4f7f9;
  margin-top: 4px;
  margin-bottom: 24px;
  padding: 20px 16px;
}
.emp-status-details-form--add-leapfrogger {
  max-height: 440px;
}
.emp-status-details-form__heading {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.emp-status-details-form__divider {
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
}
.emp-status-details-form__category:last-child .emp-status-details-form__divider {
  margin: 0px;
  border: 0px;
}
.emp-status-details-form__add-button {
  display: flex;
  align-items: center;
  color: #29b6f6;
  cursor: pointer;
}
.emp-status-details-form__add-button--plus-icon {
  font-size: 24px;
}
.emp-status-details-form__button-label {
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}
.emp-status-details-form__input {
  min-width: 245px;
  width: 100%;
  margin-bottom: 16px;
}
.emp-status-details-form__input:first-child {
  margin-right: 24px;
}
.emp-status-details-form__input--lg {
  width: 365px;
}
.emp-status-details-form__input .SingleDatePickerInput {
  height: 32px;
}
.emp-status-details-form__delete {
  margin-left: 18px;
  margin-top: 20px;
}
.emp-status-details-form__delete .icon-container {
  border: 1px solid #b3b3b3;
  color: #999999;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emp-status-details-form__delete .icon-container:hover {
  border: 1px solid #f44336;
  background-color: #f44336;
  color: #fff;
  cursor: pointer;
}
.allocation-lazy-loading {
  position: relative;
  height: 60px;
}
.spinner.black.loading-white > div {
  background-color: #fff !important;
}
.myteam-table__select {
  min-width: 150px;
}
.myteam-table__content .spinner {
  position: relative;
  left: 50%;
  bottom: 10px;
  margin-bottom: 10px;
}
.floating__icons {
  position: fixed;
  margin-left: auto;
  bottom: 32px;
  left: 32px;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.floating__link {
  width: 40px;
  height: 40px;
  margin: 6px 0;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  color: #999999;
  background-color: #f4f7f9;
  box-shadow: 0px 10px 24px rgba(61, 74, 82, 0.2);
  cursor: pointer;
}
.floating__link:hover {
  color: #fff;
  background-color: #2ecc71;
}
.floating__link:focus {
  color: #999999;
  background-color: #f4f7f9;
}
.floating__link--active {
  color: #fff;
  background-color: #2ecc71;
}
.lf-checkbox__checkbox [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #b2b2b2;
  background: #fff;
  border-radius: 3px;
}
.lf-checkbox__checkbox [type=checkbox]:disabled:hover + label {
  cursor: default;
}
.lf-checkbox__checkbox [type=checkbox]:not(:checked):hover + label:before {
  border-color: #4fc3f7;
}
.lf-checkbox__checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #29b6f6;
  background: #29b6f6;
  border-radius: 3px;
}
.lf-checkbox__checkbox [type=checkbox]:checked + label:after {
  content: url("data:image/svg+xml,%3csvg%20width='12'%20height='10'%20viewBox='0%200%2012%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.5917%201.00822C11.5142%200.93011%2011.4221%200.868115%2011.3205%200.825808C11.219%200.7835%2011.11%200.761719%2011%200.761719C10.89%200.761719%2010.7811%200.7835%2010.6796%200.825808C10.578%200.868115%2010.4858%200.93011%2010.4084%201.00822L4.20004%207.22488L1.59171%204.60822C1.51127%204.53052%201.41632%204.46942%201.31227%204.42842C1.20823%204.38742%201.09713%204.36731%200.985308%204.36924C0.873491%204.37118%200.76315%204.39512%200.660584%204.4397C0.558019%204.48427%200.465238%204.54862%200.387539%204.62905C0.309841%204.70949%200.248746%204.80444%200.207742%204.90848C0.166739%205.01253%200.14663%205.12363%200.148565%205.23545C0.150499%205.34727%200.174439%205.45761%200.219017%205.56017C0.263595%205.66274%200.327938%205.75552%200.408373%205.83322L3.60837%209.03322C3.68584%209.11133%203.77801%209.17332%203.87956%209.21563C3.98111%209.25793%204.09003%209.27972%204.20004%209.27972C4.31005%209.27972%204.41897%209.25793%204.52052%209.21563C4.62207%209.17332%204.71424%209.11133%204.79171%209.03322L11.5917%202.23322C11.6763%202.15518%2011.7438%202.06047%2011.79%201.95506C11.8361%201.84964%2011.86%201.7358%2011.86%201.62072C11.86%201.50563%2011.8361%201.3918%2011.79%201.28638C11.7438%201.18096%2011.6763%201.08625%2011.5917%201.00822Z'%20fill='white'/%3e%3c/svg%3e");
  position: absolute;
  left: 2px;
  top: -2px;
}
.lf-checkbox__checkbox [type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
}
.lf-checkbox__checkbox [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #d2d2d2;
  background-color: #fff;
}
.lf-checkbox__checkbox [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #d2d2d2;
  background-color: #d2d2d2;
}
.lf-checkbox__label {
  font-size: 0.875rem;
}
.lf-custom-checkbox__container {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: block;
  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
  user-select: none;
}
.lf-custom-checkbox__container .lf-custom-checkbox__input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.lf-custom-checkbox__container:hover .lf-custom-checkbox__input ~ .lf-custom-checkbox__checkmark,
.lf-custom-checkbox__container .lf-custom-checkbox__indeterminate {
  border: 2px solid #29b6f6;
}
.lf-custom-checkbox__container .lf-custom-checkbox__input:not(:checked) ~ .lf-custom-checkbox__checkmark.disabled {
  background-color: #d2d2d2;
  border: 2px solid #d2d2d2;
}
.lf-custom-checkbox__container .lf-custom-checkbox__input:checked ~ .lf-custom-checkbox__checkmark,
.lf-custom-checkbox__container .lf-custom-checkbox__indeterminate {
  background-color: #29b6f6;
  border: 2px solid #29b6f6;
}
.lf-custom-checkbox__container .lf-custom-checkbox__input:checked ~ .lf-custom-checkbox__checkmark.disabled,
.lf-custom-checkbox__container .lf-custom-checkbox__indeterminate.disabled {
  background-color: #d2d2d2;
  border: 2px solid #d2d2d2;
}
.lf-custom-checkbox__container .lf-custom-checkbox__input:checked ~ .lf-custom-checkbox__checkmark:after,
.lf-custom-checkbox__container .lf-custom-checkbox__indeterminate:after {
  display: block;
}
.lf-custom-checkbox__container .lf-custom-checkbox__checkmark:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 9px;
  left: 4px;
  top: 0;
  transform: rotate(45deg);
  width: 5px;
}
.lf-custom-checkbox__container .lf-custom-checkbox__indeterminate:after {
  background-color: #fff;
  height: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
}
.lf-custom-checkbox__checkmark {
  border-radius: 2px;
  border: 2px solid #b3b3b3;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
.lf-custom-checkbox__checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
.lf-custom-checkbox__indeterminate {
  border-radius: 2px;
  border: 2px solid #b3b3b3;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}
.lf-custom-checkbox__indeterminate:after {
  content: "";
  display: none;
  position: absolute;
}
.release-button {
  height: 16px;
  background-color: transparent;
  font-weight: 400 !important;
}
.release-button:hover {
  color: #23527c !important;
}
.footer__label {
  cursor: pointer;
  font-size: 0.75rem;
  margin-bottom: 24px;
  float: left;
  color: #4fc3f7;
}
.footer__label:hover {
  color: #23527c;
}
.notice-form .SingleDatePicker {
  height: 32px;
}
.notice-form .SingleDatePicker .DateInput {
  height: 30px;
}
.notice-form .SingleDatePicker .DateInput_input {
  height: 30px;
  font-size: 0.875rem;
}
.notice-table .rt-thead .rt-th:first-child {
  padding: 0 !important;
}
.notice-active {
  height: 56px;
  padding: 0 !important;
}
.notice-active__content {
  background-color: rgba(33, 150, 243, 0.3);
}
.notice-board {
  height: 100%;
  overflow-y: hidden;
  background: radial-gradient(111.4% 111.43% at 111.17% 111.43%, #f5af00 6.69%, #c3cb2c 15.86%, #09a781 42.41%, #102b7b 87.64%);
  box-shadow: 0px 2px 2px rgba(204, 197, 197, 0.25);
}
.notice-board__heading {
  color: #fff;
  justify-content: space-between;
}
.notice-board__list {
  overflow: hidden;
  margin-bottom: 12px;
}
.notice-board__list:hover {
  overflow-y: auto;
}
.notice-board__empty-list h5 {
  color: #fff;
  font-size: 0.875rem;
}
.notice-board__link {
  font-size: 0.75rem;
  color: #fff;
}
.notice-board__link:hover {
  cursor: pointer;
  color: #fff !important;
  text-decoration: underline;
}
.notice-board__count {
  color: #737373;
  font-size: 0.75rem;
  font-weight: 400;
}
.notice-card {
  border: 1px solid #f5af00;
  background-color: #fbf2d3;
  width: 94%;
  margin: 0 auto;
  margin-left: 16px;
  margin-bottom: 16px;
  padding: 16px 26px 16px 24px;
  border-radius: 4px;
}
.notice-card__clickable:hover {
  border: 1px solid #f5af00;
  box-shadow: 0 0 0 1px #f5af00;
}
.notice-card__clickable:hover .notice-card__link-icon {
  color: #2196f3;
}
.notice-card__title {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 16px;
  word-break: break-word;
}
.notice-card__description {
  color: #515151;
  font-size: 0.75rem;
  font-weight: 400;
  word-break: break-word;
}
.notice-card__link-icon {
  color: #515151;
  min-width: 14px;
}
.notice-search {
  min-width: 264px !important;
  height: 32px;
}
.notice-search__input {
  min-width: 246px !important;
  height: 30px;
}
.notice-board-card {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 24px 24px 20px 24px;
  border-radius: 4px;
}
.notice-board-card:hover .notice-board-card__icon {
  color: #4caf50;
}
.notice-board-card__active {
  border-left: 6px solid rgba(33, 150, 243, 0.3);
}
.notice-board-card__clickable {
  cursor: pointer;
}
.notice-board-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  word-break: break-word;
}
.notice-board-card__description {
  font-size: 0.875rem;
  font-weight: 400;
  color: #515151;
  margin-top: 8px;
  width: 80%;
  word-break: break-word;
}
.notice-board-card__date {
  font-size: 0.75rem;
  font-weight: 400;
  color: #737373;
  display: flex;
  gap: 6px;
  align-items: center;
}
.notice-board-card__date--active {
  color: #2196f3;
}
.notice-board-card__date--end {
  justify-content: flex-end;
}
.notice-board-container {
  min-height: 520px;
  position: relative;
}
.notice-board-container--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.notice-card-loader {
  width: 94% !important;
  height: 58px !important;
  margin: 0 auto;
  margin-left: 16px;
  margin-bottom: 16px;
}
.notice-board-card-loader {
  width: 100% !important;
  height: 75px !important;
  margin-bottom: 16px !important;
}
.notice-board-filter {
  overflow-y: hidden;
  overflow-x: auto;
}
.header-pills .content {
  padding: 0.625rem;
  cursor: pointer;
  border-radius: 1.25rem;
  transition: all 0.5s ease-in-out;
  margin-left: 1rem;
  position: relative;
}
.header-pills .content .badge-count {
  min-width: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #ef5350;
  font-size: 0.625rem;
  font-weight: 600;
}
.header-pills .content .badge-count__loading {
  background-color: #fff;
  color: #737373;
  animation: spin 2s linear infinite;
}
.header-pills .content .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.notices-pills .icon {
  color: #999999;
}
.notices-pills:hover .content {
  background-color: #f4f7f9;
}
.notices-pills:active .icon {
  color: #2ecc71;
}
.quick-links-pills {
  background-color: #eaf8ff;
  border-radius: 50%;
}
.quick-links-pills:hover {
  background-color: #f4f7f9;
}
.notices-icon-active {
  color: #2ecc71;
}
.leave-plan {
  display: flex;
  flex-direction: column;
}
.leave-plan__empty {
  margin: 0 auto;
  margin-top: 42px;
  text-align: center;
}
.leave-plan__empty-text {
  font-size: 0.875rem;
  color: #333333;
  width: 218px;
  margin-top: 4px;
}
.leave-plan__label {
  font-weight: 400;
  font-size: 0.625rem;
  color: #515151;
  margin: 4px 0 6px 8px;
}
.leave-plan__filters {
  display: flex;
  padding-inline: 8px;
  box-shadow: 0px 2px 2px rgba(204, 197, 197, 0.25);
  gap: 2px;
}
.leave-plan__filters__item {
  display: flex;
  min-height: 50px;
  flex-direction: column;
  padding: 8px 16px 4px 16px;
  cursor: pointer;
  width: 25%;
}
.leave-plan__filters__item:hover {
  background-color: rgba(46, 204, 113, 0.1);
}
.leave-plan__filters__item__label {
  font-weight: 400;
  font-size: 0.625rem;
  color: #515151;
  margin-bottom: 1px;
}
.leave-plan__filters__item__count {
  font-weight: 600;
  font-size: 0.875rem;
}
.leave-plan__filters__item--active {
  background-color: rgba(46, 204, 113, 0.1);
  border-bottom: 2px solid #2ecc71;
  cursor: default;
}
.leave-plan__filters__item--active .leave-plan__filters__item {
  padding: 8px 16px 9px 16px;
}
.leave-plan__filters__item--active .leave-plan__filters__item__label {
  color: #2ecc71;
}
.leave-plan__filters__item--active .leave-plan__filters__item__count {
  color: #2ecc71;
}
.leave-plan__content {
  display: flex;
  padding: 19px 11px 14px 11px;
  justify-content: space-between;
  gap: 20px;
}
.leave-plan__content__item {
  color: #333333;
  width: 100%;
  min-height: 84px;
  padding: 5px 18px;
  background-color: #f6f6f6;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.leave-plan__content__item:hover .leave-plan__content__item__link {
  color: #03a9f4;
}
.leave-plan__content__item__label {
  font-size: 0.75rem;
}
.leave-plan__content__item__count {
  font-size: 1rem;
  font-weight: 600;
}
.leave-plan__content__item__link {
  color: #b2b2b2;
}
.leave-plan__content__item__empty {
  padding-top: 12px;
  justify-content: center;
  text-align: center;
  color: #999999;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 20px;
}
.leave-plan__content__item__icon {
  align-items: center;
  justify-content: center;
}
.leave-plan .images {
  margin-top: 4px;
  width: fit-content;
  display: flex;
  align-items: center;
  height: 22px;
}
.leave-plan .images__item {
  z-index: 1;
}
.leave-plan .images__item img {
  border-radius: 100%;
}
.leave-plan .images__item:not(:first-child) {
  margin-left: -10px;
}
.leave-plan .images__item:hover * {
  width: 22px;
  height: 22px;
}
.leave-plan .images__item--more {
  font-size: 0.625rem;
  margin: auto 0 1px 4px;
  font-weight: 600;
  color: #29b6f6;
}
.leave-plan .requested-outline img {
  border: 1px solid #ab22ff;
}
.leave-plan .approved-outline img {
  border: 1px solid #2ecc71;
}
.leave-plan-detail {
  font-family: "Inter";
  padding: 16px 30px 16px 14px;
}
.leave-plan-detail .profile {
  text-align: left;
}
.leave-plan-detail .profile__image * {
  width: 36px;
  height: 36px;
}
.leave-plan-detail .profile__image img {
  border-radius: 100%;
}
.leave-plan-detail .profile__name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333333;
  transition: 0.1s;
}
.leave-plan-detail .profile__name:hover {
  color: #2196f3;
}
.leave-plan-detail .profile__designation {
  font-size: 0.625rem;
  color: #737373;
  font-weight: 400;
}
.leave-plan-detail .content {
  text-align: left;
  margin-left: 44px;
  margin-top: 8px;
  color: #333333;
  align-items: baseline;
}
.leave-plan-detail .content__leave-type {
  font-size: 0.625rem;
  font-weight: 600;
}
.leave-plan-detail .content__leave-type::after {
  content: "·";
  margin: 0 4px;
  color: #b2b2b2;
}
.leave-plan-detail .content__leave-status-bulb {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 4px;
}
.leave-plan-detail .content__leave-status {
  font-size: 0.625rem;
  font-weight: 400;
}
.leave-plan-detail .date {
  text-align: left;
  margin-left: 44px;
  margin-top: 5px;
  font-size: 0.625rem;
  color: #515151;
  font-weight: 400;
  display: flex;
}
.leave-plan-detail .date__count {
  margin-left: 2px;
  font-weight: 600;
}
.leave-plan-detail .requested-bulb {
  background-color: #ab22ff;
}
.leave-plan-detail .approved-bulb {
  background-color: #2ecc71;
}
.leave-plan-popover-theme {
  background-color: #fff !important;
  padding: 0px !important;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.09);
  font-family: "Inter";
}
.leave-plan-popover-theme [x-circle] {
  background-color: #fff !important;
}
.requested-border {
  border-left: 6px solid #ab22ff;
}
.approved-border {
  border-left: 6px solid #2ecc71;
}
.leave-filter-loader-container {
  height: 50px !important;
  width: 25%;
  display: flex;
}
.leave-filter-loader-container .leave-filter-loader {
  height: 50px !important;
}
.leave-content-loader-container {
  width: 100%;
  height: 84px !important;
}
.leave-content-loader-container .leave-content-loader {
  height: 84px !important;
}
.my-team-list {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  width: 378px;
  height: 505px;
  padding-top: 25px;
}
.my-team-list__loading {
  height: 505px;
}
.my-team-list__label {
  font-weight: 700;
  font-size: 1rem;
  color: #515151;
  margin: 0px;
  margin-bottom: 14px;
  padding-left: 25px;
}
.my-team-list__icon {
  color: #2196f3;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  margin-top: 2px;
}
.my-team-list__icon:hover {
  color: #29b6f6;
}
.my-team-list__filters {
  display: flex;
  box-shadow: 0px 2px 2px rgba(204, 197, 197, 0.25);
  gap: 2px;
  height: 51px;
  padding-left: 25px;
}
.my-team-list__filters__item {
  display: flex;
  flex-direction: column;
  padding: 8px 14px 11px 14px;
  cursor: pointer;
  width: fit-content;
}
.my-team-list__filters__item:hover {
  background-color: rgba(46, 204, 113, 0.1);
  border-radius: 4px 4px 0px 0px;
}
.my-team-list__filters__item__label {
  font-weight: 400;
  font-size: 0.625rem;
  color: #515151;
  margin-bottom: 1px;
}
.my-team-list__filters__item__count {
  font-weight: 600;
  font-size: 0.875rem;
}
.my-team-list__filters__item--active {
  background-color: rgba(46, 204, 113, 0.1);
  border-bottom: 2px solid #2ecc71;
  cursor: default;
  border-radius: 4px 4px 0px 0px;
}
.my-team-list__filters__item--active .my-team-list__filters__item {
  padding: 8px 16px 9px 16px;
}
.my-team-list__filters__item--active .my-team-list__filters__item__label {
  color: #2ecc71;
}
.my-team-list__filters__item--active .my-team-list__filters__item__count {
  color: #2ecc71;
}
.my-team-list__content {
  justify-content: space-between;
  gap: 20px;
  overflow-y: hidden;
}
.my-team-list__content:hover {
  overflow-y: auto;
}
.my-team-list__content .ReactTable .rt-tr {
  padding-left: 25px;
}
.my-team-list__content .ReactTable .rt-tr .rt-th:first-child {
  padding: 0px !important;
}
.my-team-list__content .ReactTable .rt-tr .rt-td {
  padding: 13px;
}
.my-team-list__content .ReactTable .rt-tr .rt-td:first-child {
  padding-left: 0px !important;
}
.my-team-list__content .ReactTable .rt-tr .rt-td:hover .nametag {
  color: #f2f2f2;
}
.my-team-list__content .rt-th {
  padding: 0 !important;
}
.my-team-list__content__item {
  color: #333333;
  width: 50%;
  padding: 5px 18px;
  background-color: #f6f6f6;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.my-team-list__content__item:hover .my-team-list__content__item__link {
  color: #03a9f4;
}
.my-team-list__content__item__label {
  font-size: 0.75rem;
}
.my-team-list__content__item__count {
  font-size: 1rem;
  font-weight: 600;
}
.my-team-list__content__item__link {
  color: #b2b2b2;
}
.my-team-list-popover-theme {
  background-color: #fff !important;
  padding: 0px !important;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.09);
  font-family: "Inter";
}
.my-team-list-popover-theme [x-circle] {
  background-color: #fff !important;
}
.change-issuer-request__btn {
  padding: 4px 12px;
  height: 20px;
  font-size: 0.75rem !important;
}
.change-issuer-request__button {
  padding: 8px 12px;
}
.change-issuer-request__top {
  padding: 24px;
  font-size: 0.875rem;
  border-bottom: 1px solid #f2f2f2;
}
.change-issuer-request__top .top-label {
  color: #999999;
}
.change-issuer-request__wrap {
  padding: 24px 24px 0px 24px;
  display: flex;
  flex-direction: column;
}
.change-issuer-request__group {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.change-issuer-request__reason {
  font-size: 0.875rem;
}
.change-issuer-request__reason:disabled {
  background: #f2f2f2;
  border-color: #d2d2d2;
  color: #737373;
}
.change-issuer-request__dropdown .change-issuer-request__control {
  min-height: auto;
  height: 32px;
  font-size: 0.875rem;
  border-radius: 2px;
}
.change-issuer-request__dropdown .change-issuer-request__control .change-issuer-request__value-container {
  position: unset;
}
.change-issuer-request__dropdown .change-issuer-request__control .change-issuer-request__single-value {
  grid-area: 1/1/2/3;
}
.change-issuer-request__dropdown .change-issuer-request__control .change-issuer-request__indicator-separator {
  display: none;
}
.change-issuer-request__dropdown .change-issuer-request__control .change-issuer-request__indicators {
  height: 32px;
}
.change-issuer-request__dropdown [class^=avatar_module_avatar__image] {
  width: 24px;
  height: 24px;
}
.change-issuer-request__dropdown .change-issuer-request--is-disabled .change-issuer-request__control {
  background-color: #f2f2f2;
  border-color: #d2d2d2;
}
.change-issuer-request__dropdown .change-issuer-request--is-disabled .change-issuer-request__control .change-issuer-request__value-container {
  color: #737373;
}
.change-issuer-request__title {
  padding: 20px 24px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  border-bottom: 2px solid #f2f2f2;
}
.change-issuer-request__form-select {
  border-radius: 0px !important;
}
.change-issuer-request__date-picker .SingleDatePickerInput__withBorder {
  height: 32px;
}
.change-issuer-request__date-picker .DateInput_input {
  font-size: 0.875rem;
}
.change-issuer-request__date-picker .SingleDatePickerInput__withBorder {
  border: 1px solid #d2d2d2;
}
.change-issuer-request__date-picker .DateInput__disabled input {
  color: #737373;
}
.change-issuer-request__option {
  color: #333333 !important;
}
.change-issuer-request__option [class^=avatar_module_avatar__image] {
  width: 24px;
  height: 24px;
}
.leave-issuer-reject-modal .lf-modal__header {
  padding-bottom: 12px;
}
.leave-issuer-reject-modal .lf-modal__title {
  font-size: 1.5rem;
}
.leave-issuer-reject-modal .lf-modal__body {
  padding-bottom: 16px;
}
.leave-issuer-reject-modal .lf-modal__footer {
  padding-top: 0;
  padding-bottom: 24px;
}
.leaveissuer-history-current:before {
  content: "";
  background: #2ecc71 !important;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0px;
  top: 3px;
  border-radius: 50%;
}
.change-tentative-exit__container {
  width: 100%;
}
.change-tentative-exit__form .input-wrapper__label {
  font-weight: 600;
  font-size: 0.875rem;
  color: #333333;
}
.change-tentative-exit__form .SingleDatePicker {
  max-width: 300px;
}
.change-tentative-exit__form .SingleDatePicker .DateInput_input {
  font-size: 0.875rem;
}
.change-tentative-exit__title {
  display: flex;
  font-weight: 700;
  align-items: center;
  padding: 16px;
  align-items: center;
  line-height: 18px;
  border-bottom: 2px solid #e6ecef;
}
.change-tentative-exit__form-body {
  margin: 24px;
}
.change-tentative-exit__footer {
  padding: 16px 24px;
  border-top: 2px solid #e6ecef;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  color: #737373;
  border-radius: 24px;
  font-size: 0.75rem;
  line-height: 1.3;
  background-color: #fff;
  font-weight: 600;
  padding: 0.16rem 0.18rem 0.16rem 0.58rem;
  margin: 0 0.285rem;
  cursor: pointer;
  border: 1px solid transparent;
}
.filter-pill:first-child {
  margin-left: 0px;
}
.filter-pill:last-child {
  margin-right: 0px;
}
.filter-pill__bulb {
  width: auto;
  min-width: 14px;
  height: 14px;
  font-size: 0.625rem;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 4px;
  justify-content: center;
  color: #737373;
  margin-left: 8px;
  background-color: #fff;
}
.filter-pill__bulb--red {
  color: #fff;
  background-color: #f44336;
}
.filter-pill__bulb--green {
  color: #fff;
  background-color: #66bb6a;
}
.filter-pill__bulb--yellow {
  color: #737373;
  background-color: #ffca28;
}
.filter-pill__bulb--blue {
  color: #fff;
  background-color: #2196f3;
}
.filter-pill__bulb--grey {
  color: #fff;
  background-color: #737373;
}
.filter-pill__bulb--purple {
  color: #fff;
  background-color: #ab22ff;
}
.filter-pill__bulb--secondary {
  color: #fff;
  background-color: #102b7b;
}
.filter-pill--active {
  color: #fff;
  background-color: #2196f3;
}
.filter-pill--small {
  font-size: 0.75rem;
}
.filter-pill--color-green {
  color: #737373;
  background-color: #fff;
  border-color: #66bb6a;
}
.filter-pill--color-green:hover, .filter-pill--color-green.filter-pill--active {
  color: #fff;
  background-color: #66bb6a;
}
.filter-pill--color-green:hover .filter-pill__bulb, .filter-pill--color-green.filter-pill--active .filter-pill__bulb {
  color: #737373;
  background-color: #fff;
}
.filter-pill--color-green.filter-pill--secondary-faded {
  color: #4caf50;
  background: rgba(76, 175, 79, 0.9);
}
.filter-pill--color-yellow {
  color: #737373;
  background-color: #fff;
  border-color: #ffd54f;
}
.filter-pill--color-yellow:hover, .filter-pill--color-yellow.filter-pill--active {
  background-color: #ffd54f;
}
.filter-pill--color-yellow:hover .filter-pill__bulb, .filter-pill--color-yellow.filter-pill--active .filter-pill__bulb {
  color: #737373;
  background-color: #fff;
}
.filter-pill--color-yellow.filter-pill--secondary-faded {
  color: #ffd54f;
  background: rgba(255, 202, 40, 0.9);
}
.filter-pill--color-red {
  color: #737373;
  background-color: #fff;
  border-color: #f44336;
}
.filter-pill--color-red:hover, .filter-pill--color-red.filter-pill--active {
  color: #fff;
  background-color: #f44336;
}
.filter-pill--color-red:hover .filter-pill__bulb, .filter-pill--color-red.filter-pill--active .filter-pill__bulb {
  color: #737373;
  background-color: #fff;
}
.filter-pill--color-red.filter-pill--secondary-faded {
  color: #f44336;
  background: rgba(239, 83, 80, 0.9);
}
.filter-pill--color-blue {
  color: #737373;
  background-color: #fff;
  border-color: #2196f3;
}
.filter-pill--color-blue:hover, .filter-pill--color-blue.filter-pill--active {
  color: #fff;
  background-color: #2196f3;
}
.filter-pill--color-blue:hover .filter-pill__bulb, .filter-pill--color-blue.filter-pill--active .filter-pill__bulb {
  color: #737373;
  background-color: #fff;
}
.filter-pill--color-grey {
  color: #737373;
  background-color: #fff;
  border-color: #737373;
}
.filter-pill--color-grey:hover, .filter-pill--color-grey.filter-pill--active {
  border-color: #737373;
  color: #fff;
  background-color: #737373;
}
.filter-pill--color-grey:hover .filter-pill__bulb, .filter-pill--color-grey.filter-pill--active .filter-pill__bulb {
  color: #737373;
  background-color: #fff;
}
.filter-pill--color-grey.filter-pill--secondary-faded {
  color: #737373;
  background: rgba(115, 115, 115, 0.9);
}
.filter-pill--color-secondary {
  color: #737373;
  background-color: #fff;
  border-color: #102b7b;
}
.filter-pill--color-secondary:hover, .filter-pill--color-secondary.filter-pill--active {
  color: #fff;
  background-color: #102b7b;
}
.filter-pill--color-secondary:hover .filter-pill__bulb, .filter-pill--color-secondary.filter-pill--active .filter-pill__bulb {
  color: #737373;
  background-color: #fff;
}
.filter-pill--color-secondary.filter-pill--secondary-faded {
  color: #102b7b;
  background: rgba(16, 43, 123, 0.9);
}
.filter-pill--color-purple {
  color: #737373;
  background-color: #fff;
  border-color: #ab22ff;
}
.filter-pill--color-purple:hover, .filter-pill--color-purple.filter-pill--active {
  color: #fff;
  background-color: #ab22ff;
}
.filter-pill--color-purple:hover .filter-pill__bulb, .filter-pill--color-purple.filter-pill--active .filter-pill__bulb {
  color: #737373;
  background-color: #fff;
}
.pills {
  padding: 0.1rem 0.4rem;
  border-radius: 15px;
  font-size: 0.625rem;
  font-weight: 700;
}
.pills--green {
  color: #4caf50;
  background: rgba(222, 249, 223, 0.4);
}
.pills--blue {
  color: #2196f3;
  background: rgba(33, 150, 243, 0.1);
}
.pills--orange {
  color: #cf6d16;
  background: rgba(242, 153, 74, 0.1);
}
.pills--red {
  color: rgb(193, 41, 41);
  background: rgba(244, 67, 54, 0.1);
}
.expired-pills {
  width: fit-content;
}
.expired-pills--tertiary-orange-10 {
  background: #fbf2d3;
}
.expired-pills__warning-img .icon {
  margin-right: 0px;
  width: 13px;
  height: 13px;
}
.small-date__wrapper {
  margin-top: 1px;
}
.small-date__wrapper .SingleDatePicker .DateInput {
  width: 90px;
}
.small-date__wrapper .SingleDatePicker .SingleDatePickerInput_calendarIcon {
  padding: 0px;
  margin: 0px;
}
.small-date__wrapper .SingleDatePicker .DateInput_input {
  padding: 0.125rem 0 0 0.5rem;
  font-size: 0.75rem;
}
.small-date__label {
  padding-left: 0.5rem;
  font-size: 0.75rem;
  color: #737373;
}
.date-picker {
  font-size: 0.875rem;
  outline: none;
  cursor: pointer;
  color: #737373;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  height: 24px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
.date-picker__options {
  padding: 0.5rem 1rem;
}
.date-picker__years {
  width: 62px;
}
.bulb {
  border-radius: 50%;
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
}
.bulb--large {
  height: 0.75rem;
  width: 0.75rem;
}
.bulb--medium {
  height: 0.5rem;
  width: 0.5rem;
}
.bulb--md {
  height: 0.1875rem;
  width: 0.1875rem;
}
.bulb--smaller {
  height: 4px;
  width: 4px;
}
.bulb--tiny {
  height: 0.1rem;
  width: 0.1rem;
}
.bulb--small {
  height: 0.125rem;
  width: 0.125rem;
}
.bulb--primary-base {
  background-color: #2ecc71;
}
.bulb--tertiary-blue-40 {
  background-color: #29b6f6;
}
.bulb--tertiary-orange-60 {
  background-color: #f2994a;
}
.bulb--tertiary-yellow-60 {
  background-color: #ffc107;
}
.bulb--tertiary-red-60 {
  background-color: #f44336;
}
.bulb--grey-40 {
  background-color: #b2b2b2;
}
.skills-percentage {
  font-size: 32px;
  line-height: 38px;
  color: #2196f3;
  font-weight: 700;
}
.skills-percentage--green {
  color: #4caf50;
}
.skills-percentage--blue {
  color: #2196f3;
}
.skills-percentage--orange {
  color: #cf6d16;
}
.skills-percentage--red {
  color: rgb(193, 41, 41);
}
.global-rating-modal .lf-modal__body {
  padding: 0px;
}
.global-rating-list {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.global-rating-list .global-rating-item {
  padding: 8px 16px;
  border-radius: 3px 3px 0px 0px;
}
.global-rating-list .global-rating-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.global-rating-list .global-rating-item:nth-child(odd) {
  background-color: #f6f6f6;
}
.global-rating-list .global-rating-item .rating {
  color: #2196f3;
  font-weight: 700;
  font-size: 20px;
}
.global-rating-list .global-rating-item .description {
  color: #515151;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.global-rating-list .global-rating-item .description::first-letter {
  text-transform: capitalize;
}
.global-rating-input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.global-rating-input:not(:last-child) {
  margin-bottom: 0.5rem;
}
.global-rating-input .rating {
  text-align: center;
  width: 50px;
  padding: 8px 16px;
  color: #515151;
  font-weight: 700;
  font-size: 1.25rem;
  border-right: 1px solid #e6e6e6;
  background-color: #f2f2f2;
}
.global-rating-input .input-content {
  flex: 1;
}
.global-rating-input .input-content input {
  width: 100%;
  height: 100%;
  padding: 0px 1rem;
}
.global-rating-loading {
  height: 183px;
}
.info__notification {
  padding: 8px 12px;
  border-radius: 4px;
  margin-top: -0.8rem;
  margin-bottom: 1.2rem;
}
.info__notification__normal {
  background-color: #e9f5fe;
  border: 1px solid #cfe4f4;
}
.info__notification__alert {
  background-color: #fef5ed;
  border: 1px solid #fbf3d7;
}
.info__notification--icon {
  padding-right: 4px;
  color: #2196f3;
}
.info__notification__alert-icon {
  padding-right: 9px;
  color: #f5af00;
}
.info__notification__text {
  font-size: 0.875rem;
}
.info__notification__text span {
  font-weight: 600;
}
.user-skillsv2-profile__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
}
.user-skillsv2-profile__container .info-box {
  padding: 2px 4px;
  gap: 2px;
  margin: 0px 6px;
}
@media (max-width: 992px) {
  .user-skillsv2-profile__container {
    flex-direction: column;
  }
}
.user-skillsv2-profile .btn {
  display: none;
}
.user-skillsv2-profile .view-link {
  color: #2196f3;
  cursor: pointer;
  margin-left: 8px;
  font-size: 0.875rem;
}
.user-skillsv2-profile .view-link:hover {
  color: #23527c;
}
.employee-roster-btn {
  color: #03a9f4;
  transition: color 0.2s;
}
.employee-roster-btn:hover {
  color: #23527c;
}
@keyframes colorChange {
  0% {
    background-color: #eaf8ff;
  }
  100% {
    background-color: #fff;
  }
}
.rst__newNode {
  animation: colorChange 2s ease-in-out;
}
.rst__dropIcon {
  display: inline-flex;
  line-height: 1;
  font-size: 20px;
  color: #333333;
}
.rst__dropIcon--active {
  transform: rotate(180deg);
}
.rst__lineBlock {
  z-index: 10;
}
.rst__lineBlock::before, .rst__lineBlock::after {
  background-color: #e6e6e6 !important;
  display: none;
}
.rst .rst__node {
  overflow: hidden;
}
.rst .rst__node .rst__lineBlock {
  left: -42px;
}
.rst .rst__node .rst__lineBlock:first-child {
  left: 2px;
}
.rst .rst__node .rst__lineBlock:nth-child(3) {
  left: -102px;
}
.rst .rst__node .rst__lineHalfHorizontalRight:nth-child(3) {
  width: 76px !important;
}
.rst .rst__node .rst__lineBlock:nth-child(4) {
  left: -102px;
  top: -90px;
}
.rst .rst__node .rst__lineHalfHorizontalRight:nth-child(4) {
  width: 76px !important;
}
.rst .rst__node:first-child .rst__lineBlock {
  top: 5px;
}
.rst__header {
  margin-bottom: 0;
}
.rst__nodeContent {
  width: 100%;
  left: 0 !important;
  height: 100%;
}
.rst__row {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 20px 16px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(179, 179, 179, 0.25);
  position: relative;
  border-bottom: 2px solid #e6ecef;
  align-items: center;
  justify-content: space-between;
}
.rst__row:before, .rst__row:after {
  content: " ";
  display: table;
}
.rst__row:after {
  clear: both;
}
.rst__row__header {
  padding: 16px;
}
.rst__row--half {
  width: 60%;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #fff;
}
.rst__row-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.rst__row-wrapper::after {
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  left: -40px;
  height: 100%;
  border: 1px solid;
  display: none;
}
.rst__row-header {
  display: flex;
  align-items: center;
}
.rst__row-titleCategory {
  color: #102b7b;
  font-weight: 700;
  margin-right: 12px;
}
.rst__row-category {
  color: #515151;
  font-weight: 600;
  margin-right: 12px;
}
.rst__row-category--header {
  display: flex;
  align-items: center;
}
.rst__row-subCategory {
  color: #515151;
  font-weight: 600;
  margin-right: 12px;
}
.rst__row-subCategory--header {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.rst__row-links {
  margin-left: 88px;
  margin-top: 16px;
  background-color: #fff;
  width: 90%;
}
.rst__row-draggableIcon {
  color: #999999;
  height: 16px;
  line-height: 1;
  margin-right: 12px;
}
.rst__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
}
.rst__content--active {
  height: auto;
  transition: all 0.5s cubic-bezier(1, 0, 1, 0);
}
.link-table {
  width: 100%;
}
.link-table tr {
  border-bottom: 1px solid var(--Grey-15, #e6e6e6);
}
.link-table td,
.link-table th {
  padding: 1rem 0;
  white-space: nowrap;
}
.link-table td:first-child,
.link-table th:first-child {
  padding-left: 1rem;
}
.link-table td:last-child,
.link-table th:last-child {
  padding-right: 1rem;
}
.link-table-url {
  white-space: normal;
}
.link-table-url > div {
  max-width: 600px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.link-table-name {
  white-space: normal;
}
.link-table-name > div {
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.link-table-wrapper {
  margin: 1rem 2rem;
}
.linkLibrary__form-title .input-wrapper__label {
  line-height: 16px;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
}
.linkLibrary__wrapper {
  margin-bottom: 10px;
}
.linkLibrary__title {
  margin-right: 32px;
}
.linkLibrary__header {
  display: flex;
  padding: 14px 16px;
  font-style: normal;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  transition: padding 0.3s ease-in-out;
}
.linkLibrary__mainCategory {
  line-height: 14px;
  margin-bottom: 12px;
  padding: 0 1rem 0 1rem;
  color: #999999;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.linkLibrary__linkWrapper {
  padding: 0px 8px 0px 8px;
}
.clockin-history-modal {
  width: 610px;
  max-width: 90%;
  line-height: normal;
  box-shadow: 0px 3px 33px 0px rgba(0, 0, 0, 0.14);
}
.clockin-history-modal .lf-modal__header {
  padding: 8px 24px;
  display: flex;
  align-items: center;
}
.clockin-history-modal .lf-modal__title--info {
  color: #081743;
  font-size: 16px;
  font-weight: 600;
}
.clockin-history-modal .lf-modal__close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  padding: 4px;
  color: #333;
  border-radius: 100%;
}
.clockin-history-modal .lf-modal__close-icon:hover {
  color: #2196f3;
  background-color: #f4f7f9;
}
.clockin-history-modal .lf-modal__body {
  padding: 0 0 4px 0;
  overflow-x: auto;
}
.clockin-history-modal .lf-modal__body .median-time-container {
  padding: 8px 24px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.clockin-history-modal .lf-modal__body .clockin-history-table {
  max-height: 534px;
}
.clockin-history-modal .lf-modal__body .clockin-history-table .rt-thead {
  overflow: hidden;
  padding: 8px 24px;
  border-bottom: 1px solid #e6e6e6;
}
.clockin-history-modal .lf-modal__body .clockin-history-table .rt-thead .rt-th {
  font-size: 12px;
  color: #081743;
  min-height: unset;
  padding: unset !important;
}
.clockin-history-modal .lf-modal__body .clockin-history-table .rt-tbody {
  overflow-y: auto;
}
.clockin-history-modal .lf-modal__body .clockin-history-table .rt-tbody .rt-tr-group {
  border-bottom: none;
  cursor: default;
}
.clockin-history-modal .lf-modal__body .clockin-history-table .rt-tbody .rt-tr-group .rt-td {
  padding: 8px 24px;
  height: max-content;
  display: flex;
  line-height: 18px;
  align-items: center;
  font-size: 12px;
}
.clockin-history-modal .lf-modal__body .clockin-history-table .rt-tbody .rt-tr-group .separator-row {
  position: relative;
  margin-top: 24px;
}
.clockin-history-modal .lf-modal__body .clockin-history-table .rt-tbody .rt-tr-group .first-row {
  margin-top: 12px;
}
.clockin-history-modal .lf-modal__body .clockin-history-table .rt-tbody .rt-tr-group .separator-row:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  border-top: 1px solid #e6e6e6;
}
.clockin-history-modal .lf-modal__body .clockin-history-table .rt-tbody .rt-tr-group .separator-row.first-row:before {
  border-top: none;
}
.project-name {
  font-size: 14px;
  font-weight: 600;
  color: #515151;
  display: inline;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
}
.project-name__link {
  color: #2196f3;
}
.project-logo__avatar > div {
  height: 28px;
  width: 28px;
  border-radius: 2px;
}
.project-logo img {
  border-radius: 4px;
  height: 28px;
  margin-right: 0;
  min-width: 28px;
  width: 28px;
}
.project-logo--small img {
  border-radius: 4px;
  height: 20px;
  margin-right: 0;
  min-width: 20px;
  width: 20px;
}
.project-logo__substitute {
  align-items: center;
  background-color: #81c784;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-right: 0;
}
.project-logo__substitute--small {
  min-height: 28px;
  min-width: 28px;
}
.project-logo__substitute--large {
  min-height: 50px;
  min-width: 50px;
}
.offboard {
  color: #4caf50;
}
.offboard__dot {
  height: 10px;
  width: 10px;
  background-color: #4caf50;
  border-radius: 50%;
}
.external-link {
  fill: #2196f3;
  vertical-align: middle;
}
.external-link:hover {
  cursor: pointer;
}
.project-card {
  max-width: 320px;
}
.profile-banner {
  height: 142px;
  position: relative;
  width: 142px;
}
.profile-work {
  position: relative;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lf-logo {
  position: absolute;
  bottom: -2px;
  right: -2px;
  display: flex;
  align-items: flex-end;
}
.work-title {
  color: white;
}
@media (max-width: 768px) {
  .work-title {
    color: #515151;
  }
}
.logo-stroke {
  stroke: #102b7b;
}
@media (max-width: 768px) {
  .logo-stroke {
    stroke: white; /* Red stroke color on mobile */
  }
}
.status-height {
  height: 100px;
}
@media (max-width: 768px) {
  .status-height {
    height: auto;
    margin-top: 12px;
  }
}
.status-margin {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .status-margin {
    margin-bottom: 0px;
  }
}
.bg-tertiary-green-45 {
  background-color: #5dc17c;
}
.bg-tertiary-purple-17 {
  background-color: #822ea0;
}
.bg-tertiary-green-70 {
  background-color: #4a805b;
}
.bg-tertiary-yellow-15 {
  background-color: #fff0c0;
}
.bg-tertiary-orange-10 {
  background-color: #fbf2d3;
}
.bg-tertiary-red-10 {
  background-color: #c52e23;
}
.bg-tertiary-purple-10 {
  background-color: #f7e9ff;
}
.well-being-leave {
  width: 472px;
  min-height: 204px;
  margin: -0.4rem -0.8rem;
}
@media (max-width: 576px) {
  .well-being-leave {
    width: auto;
  }
}
.well-being-leave__title {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.well-being-leave__table {
  text-align: left;
}
.well-being-leave__table .rt-tbody {
  max-height: 266px;
  overflow-y: auto;
}
.well-being-leave__table .rt-thead,
.well-being-leave__table .rt-th {
  min-height: 0 !important;
  line-height: normal !important;
}
.well-being-leave__table .rt-thead {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-top: 1px solid #e6e6e6 !important;
}
.well-being-leave__table .rt-th,
.well-being-leave__table .rt-td {
  color: #333333;
  font-size: 12px !important;
  padding: 8px 16px !important;
}
.well-being-leave__table .rt-tbody,
.well-being-leave__table .rt-tr-group {
  border-bottom: none !important;
}
.well-being-leave__table--greyed .rt-th,
.well-being-leave__table--greyed .rt-td {
  color: #999999;
}
.well-being-leave__table--bordered {
  border-bottom: 1px solid #f2f2f2;
}
.well-being-leave__table--sm {
  color: #999999;
  font-size: 10px;
}
.well-being-leave__empty {
  min-height: 124px !important;
  padding: 18.5px 0 !important;
}
.well-being-leave__empty h5 {
  font-size: 12px;
  margin-top: -8px;
}
.well-being-leave__empty img {
  max-width: 124px;
}
.well-being-leave__history {
  color: #2196f3;
  cursor: pointer;
}
.well-being-leave__history:hover {
  color: #29b6f6;
}
.well-being-leave__link {
  color: #2196f3;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
}
.well-being-leave__link:hover {
  color: #29b6f6;
}
.termination-restriction-info {
  width: 100%;
  padding: 12px;
  margin: 24px 0;
}
.termination-restriction-info .info__notification__text {
  width: 100%;
}
.termination-restriction {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.termination-restriction--scrollable {
  max-height: 60vh;
  overflow-y: auto;
}
.termination-restriction ul {
  list-style: revert;
}
.termination-restriction ul li {
  margin-left: 20px;
}
.termination-restriction ul > div {
  padding-top: 12px;
}
.termination-restriction ul > div:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #f2994a;
}
.employee-roster-modal {
  width: 610px;
  max-width: 90%;
  line-height: normal;
  box-shadow: 0px 3px 33px 0px rgba(0, 0, 0, 0.14);
}
.employee-roster-modal .lf-modal__header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.employee-roster-modal .lf-modal__title--info {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.employee-roster-modal .lf-modal__close-icon {
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
  color: #737373;
  border-radius: 100%;
}
.employee-roster-modal .lf-modal__close-icon:hover {
  color: #2196f3;
  background-color: #f4f7f9;
}
.employee-roster-modal .lf-modal__body {
  padding: 0 0 4px 0;
  overflow-x: auto;
}
.employee-roster-modal .lf-modal__body .median-time-container {
  padding: 8px 24px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.employee-roster-modal .lf-modal__body .employee-roster-table {
  max-height: 534px;
}
.employee-roster-modal .lf-modal__body .employee-roster-table .rt-thead {
  overflow: hidden;
  padding: 10px 24px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.employee-roster-modal .lf-modal__body .employee-roster-table .rt-thead .rt-th {
  font-size: 12px;
  color: #081743;
  min-height: unset;
  padding: unset !important;
}
.employee-roster-modal .lf-modal__body .employee-roster-table .rt-tbody {
  overflow-y: auto;
}
.employee-roster-modal .lf-modal__body .employee-roster-table .rt-tbody .rt-tr-group {
  border-bottom: none;
  cursor: default;
}
.employee-roster-modal .lf-modal__body .employee-roster-table .rt-tbody .rt-tr-group .rt-tr {
  display: flex;
  align-items: center;
}
.employee-roster-modal .lf-modal__body .employee-roster-table .rt-tbody .rt-tr-group .rt-td {
  padding: 8px 24px;
  height: max-content;
  display: flex;
  line-height: 14px;
  align-items: center;
  font-size: 12px;
}
.employee-roster-modal .lf-modal__body .employee-roster-table .rt-tbody .rt-tr-group .separator-row {
  position: relative;
  margin-top: 24px;
}
.employee-roster-modal .lf-modal__body .employee-roster-table .rt-tbody .rt-tr-group .separator-row:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  border-top: 1px solid #e6e6e6;
}
.employee-roster-modal .lf-modal__body .employee-roster-table .rt-tbody .rt-tr-group .separator-row.first-row:before {
  border-top: none;
}
.employee-roster-modal .roster-alert__wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin: 12px 16px;
}
.hundredSprintParent {
  padding: 0 0 3rem 0;
  background: linear-gradient(#060a69, #0e1434);
  height: calc(100% - 71px);
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 71px);
}
.hundredSprintParent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.65;
}
@media (max-width: 768px) {
  .hundredSprintParent {
    padding: 1rem 0;
    height: 100%;
  }
}
@media (max-width: 1050px) {
  .hundredSprintParent {
    height: 100%;
  }
}
.physics-playground {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 0 3.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.physics-playground:active {
  cursor: grabbing;
}
.physics-playground__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  user-select: none;
}
.physics-playground__header--main {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.physics-playground__header--stamp {
  transform: scale(0.75);
}
.physics-playground__stats {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  align-items: center;
  width: 28rem;
  color: white;
}
.physics-playground__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.physics-playground__stat-count {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #ccd9ff;
}
.physics-playground__stat-label {
  font-size: 0.8rem;
  color: #9eb7ff;
  font-weight: 500;
}
.physics-playground__stat-logo {
  height: 1.5rem;
}
.physics-playground__stat-container {
  display: flex;
  align-items: center;
  width: 8rem;
  justify-content: center;
  column-gap: 4px;
}
.physics-playground__glass-container {
  cursor: grab;
  width: 100%;
  height: calc(100vh - 208px - 70px - 62px - 48px);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.physics-playground__glass-container::before {
  content: "";
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
}
.physics-playground__canvas {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
}
.physics-playground__loading {
  position: absolute;
  color: white;
  font-size: 1.2em;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 40px;
  border-radius: 10px;
  pointer-events: none;
  margin: 1rem 0;
  z-index: 1;
  text-align: center;
}
.physics-playground__title {
  color: white;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  width: 23rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.physics-playground__subtitle {
  font-size: 1.2em;
  margin-top: 0.3rem;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  font-weight: bold;
  z-index: 1;
}
.physics-playground__ball-counter {
  padding: 0.1em 0.3em;
  border-radius: 67px;
  border: 1px solid #2196f3;
  font-size: 1.6875rem;
  font-weight: 900;
  background: linear-gradient(#5fe29b, #3eb474);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.5019607843);
  margin-right: 0.5rem;
  z-index: 1;
  text-align: left;
}
.physics-playground__instruction {
  color: white;
  opacity: 0.5;
  text-align: center;
  pointer-events: none;
  font-weight: 400;
  font-size: 0.875rem;
  z-index: 1;
  margin-top: 1.5em;
  user-select: none;
}
@media (max-width: 768px) {
  .physics-playground__title {
    font-size: 1.5em;
  }
  .physics-playground__title__subtitle {
    font-size: 1.3em;
  }
  .physics-playground__instruction {
    font-size: 0.8em;
    margin-top: 1rem;
  }
}
.physics-playground-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: calc(100% - 3.75rem);
  margin: 3.75rem 0;
}
.celebration-container__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.celebration-container__subtitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  max-width: 70%;
}
.celebration-container__cards {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
  grid-auto-rows: 128.188px;
  margin: 1rem 0.5rem 0rem 1rem;
  gap: 1.5rem;
  justify-content: center;
  overflow-y: scroll;
}
@media (max-width: 384px) {
  .celebration-container__cards {
    grid-template-columns: repeat(2, 1fr);
    max-height: calc(256.376px + 1.5rem);
  }
}
@media (min-width: 385px) and (max-width: 532px) {
  .celebration-container__cards {
    grid-template-columns: repeat(3, 1fr);
    max-height: calc(384.564px + 3rem);
  }
}
@media (min-width: 532px) and (max-width: 767px) {
  .celebration-container__cards {
    max-height: 55vh;
    grid-template-columns: repeat(4, 1fr);
    margin: 3rem 0.5rem 0rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .celebration-container__cards {
    max-height: 75vh;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1025px) {
  .celebration-container__cards {
    max-height: 75vh;
    grid-template-columns: repeat(6, 1fr);
  }
}
.celebration-container__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
}
.celebration-container__card__name {
  text-align: center;
}
.celebration-container__card-image {
  height: 85px;
  width: 85px;
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
}
.celebration-container__image {
  height: 100%;
  object-fit: cover;
}
.celebration-container__card-name {
  margin-top: 8px;
  font-size: 0.65rem;
  text-align: center;
  height: 1.7rem;
}
.celebration-container__sprint-facts {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  margin-top: 2rem;
  padding: 1rem 0;
}
.celebration-container__cards::-webkit-scrollbar {
  width: 4px;
}
.celebration-container__cards::-webkit-scrollbar-track {
  background: none !important;
}
.celebration-container__cards::-webkit-scrollbar-thumb {
  border-radius: 100vw;
  background: #28428e;
}
.digit {
  font-size: 2.8rem;
  text-shadow: 0 4px 7.5px rgba(0, 0, 0, 0.15);
  position: relative;
  opacity: 0;
  transform-origin: center;
  line-height: 1.25;
}
.hundred-sprint-modal a {
  color: white;
}
.sprint-celebration-modal {
  padding: 32px 64px;
}
@media (max-width: 768px) {
  .sprint-celebration-modal {
    padding: 32px 0px;
  }
}
.sprint-celebration-modal p {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sprint-celebration-modal p {
    font-size: 0.85rem;
  }
}
.celebration-content {
  text-align: center;
}
.celebration-content .content-count {
  font-size: 1.5rem;
}
@media (max-width: 1148px) {
  .celebration-content .content-count {
    font-size: 1.25rem;
  }
}
.celebration-content .content-label {
  font-size: 0.875rem;
}
@media (max-width: 1148px) {
  .celebration-content .content-label {
    font-size: 0.65rem;
  }
}
.stamp-100 {
  display: flex;
  justify-content: center;
  position: relative;
}
.stamp-100 img {
  max-width: 75%;
  height: 75%;
  object-fit: cover;
  padding-bottom: 0.5em;
}
.stamp-100 .capital-text {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: white;
}
.hundredth-sprint-modal {
  width: 90%;
  max-width: 946px;
  border: solid 6px #4fc3f7;
  border-radius: 18px;
}
.title-100-sprints .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .title-100-sprints .title-wrapper {
    flex-direction: column;
  }
}
.title-100-sprints img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.sprint-facts {
  background: #eaf8ff;
  border-radius: 8px;
  gap: 3rem;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .sprint-facts {
    gap: 1rem;
  }
}
@media (min-width: 576px) {
  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0;
  }
}
@media (min-width: 576px) {
  .is-displayed-mobile {
    display: block;
  }
  .is-hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .is-displayed-mobile {
    display: none;
  }
}
@media print {
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    font: 12pt "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.3;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  footer {
    display: none;
  }
  header {
    margin-bottom: 40px;
  }
  header h1,
  header nav {
    display: none;
  }
  header:after {
    content: "www.lms.com";
  }
  header:before {
    display: block;
    content: "Thank you for printing our content at www.lms.com. Please check back soon for new contents.";
    margin-bottom: 10px;
    border: 1px solid #bbb;
    padding: 6px 8px;
    font-style: italic;
  }
  @page {
    margin: 0.5cm;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 14pt;
    margin-top: 25px;
  }
  aside {
    border-top: 1px solid #bbb;
    margin-top: 30px;
    display: block;
  }
  aside h2 {
    font-size: 18pt;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
* {
  box-sizing: border-box;
}
.employee-card {
  width: 100%;
}
.employee-card__link {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid #e6ecef;
}
.employee-card__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 8px;
}
.employee-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.employee-card__name {
  color: #333;
}
.employee-card__details {
  width: calc(100% - 46px);
}
.employee-card__phone {
  color: #78909c;
}
.min-width-70 {
  min-width: 70px;
}
.min-width-80 {
  min-width: 80px;
}
.text-area {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background: transparent;
  outline: none;
  line-height: normal;
}
.report-text {
  width: 800px;
  margin-bottom: 20px;
}
.iframe-container {
  padding: 16px;
}
.position-static {
  position: static !important;
}
.bg-grey {
  background: rgba(166, 166, 166, 0.3);
}
.d-block {
  display: block;
}
.bt-none {
  border-top: none;
}
.user-select__container {
  margin-bottom: 25px;
  border-bottom: 1px solid lightgrey;
}
.user-select__body {
  float: none;
  margin: 10px auto 30px auto;
  text-align: center;
}
.text-align--center {
  text-align: center;
}
.color-red {
  color: red;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-tertiary-red-40 {
  color: #ef5350 !important;
}
.color-tertiary-orange-80 {
  color: #cf6d16 !important;
}
.color-tertiary-purple-80 {
  color: #ab22ff !important;
}
.color-tertiary-yellow-80 {
  color: #f5af00 !important;
}
.border-red,
.child-border-red div {
  border-color: red;
}
.fixed-view-height {
  height: 70vh;
  max-height: 650px;
}
.fixed-view-height .card {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  background-color: #fff;
}
.fixed-view-height .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #515151;
}
.fixed-view-height .message {
  font-size: 0.875rem;
  font-weight: 600;
  color: #999999;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0 !important;
}
.m-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.mt-5 {
  margin-right: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-24 {
  margin-left: 24px;
}
@media (min-width: 768px) {
  .ml-md-24 {
    margin-left: 24px;
  }
}
.ml-5 {
  margin-left: 5px;
}
.mv-5 {
  margin: 0px 5px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-24 {
  margin-right: 24px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-3x {
  margin-top: 0.75rem !important;
}
.ml-2x {
  margin-left: 0.5rem !important;
}
.m-b-20 {
  margin-bottom: 20px;
}
.w-50 {
  width: 50%;
}
.f-wrap {
  flex-wrap: wrap;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85% !important;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.text-align-left {
  text-align: left;
}
.file-input {
  display: inline-block;
  text-align: left;
  border: 2px solid lightgrey;
  padding: 16px;
  margin: 20px 0px;
  width: 100%;
  position: relative;
  border-radius: 3px;
  transition: 0.3s ease;
}
.file-input:hover {
  border-color: dodgerblue;
  transition: 0.3s;
}
.file-input > [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
  transition: 0.3s;
}
.file-input:hover > .button {
  background: dodgerblue;
  color: white;
  transition: 0.2s ease;
}
.file-input > .label {
  color: #444;
  white-space: nowrap;
  opacity: 0.7;
  margin-left: 2%;
}
.file-input.-chosen > .label {
  opacity: 1;
}
.skills-toolbar {
  padding: 15px 25px !important;
  min-height: auto;
}
.image-thumbnail {
  padding: 12px;
  border: 2px solid lightgrey;
  border-radius: 3px;
  max-height: 200px;
  width: auto;
}
.search-wrapper {
  border: 1px solid #cdcdcd;
  transition: 0.4s ease;
  padding: 5px;
  border-radius: 2px 0px 0px 2px;
}
.role-wrapper {
  min-width: 250px;
}
.download-icon {
  width: 16px;
  height: 16px;
}
.search-bar {
  font-size: 13px;
  color: #6c6c6c;
  min-width: 400px;
}
.search-button {
  background: #03a9f4;
  border: 1px solid #03a9f4;
  color: white;
  border-radius: 0px 2px 2px 0px;
  padding: 8px;
}
.search-area {
  width: 75%;
  float: left;
  padding: 8px 6px;
}
.search-bar:hover {
  border-color: lightsteelblue;
}
.search-bar:focus {
  border-color: dodgerblue;
  transition: 0.2s;
}
.table-main {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0px 2px;
}
.table-th {
  font-weight: bold;
  text-align: left;
}
.table-head-tr {
  line-height: 5;
}
.table-th {
  padding-left: 16px;
}
.table-th:first-child {
  padding-left: 16px;
}
.table-body-tr:nth-child(odd) {
  background: #f5f5f5;
}
.table-body-tr {
  line-height: 3;
  cursor: pointer;
}
.table-td p {
  border-style: solid;
  border-width: 2px 0px;
  padding-left: 8px;
  border-color: rgba(0, 0, 0, 0) !important;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-td:first-child p {
  border-left-width: 2px;
}
.table-td:last-child p {
  border-right-width: 2px;
}
.table-body-tr:hover .table-td p {
  border-color: rgba(21, 169, 239, 0.31) !important;
}
.table-no-data td {
  padding-top: 80px;
  position: relative;
  left: 44%;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: 600;
}
.bullet-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: pink;
}
.bg-color-red {
  background: #f44336;
}
.bg-white {
  background: #fff;
}
.bg-color-green {
  background: #2ecc71 !important;
}
.bg-light-green {
  background: #e9fbf2;
}
.color-green {
  color: #4caf50;
}
.color-yellow {
  color: #f5af00;
}
.bg-color-orange {
  background: #cf6d16;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-20 {
  margin-left: 20px;
}
.bg-color-yellow {
  background: #ffc107;
  color: #515151 !important;
}
.bg-color-pink {
  background: pink;
  color: #333333 !important;
}
.bg-color-purple {
  background: #ab22ff;
}
.bg-color-blue {
  background: #29b6f6;
}
.color-blue {
  color: #2196f3;
}
.bg-logo-blue {
  background: #102b7b;
}
.bg-color-gray {
  background: #e6e6e6;
  color: #737373 !important;
}
.itemCount {
  font-size: 14px;
}
.pagination {
  display: flex;
  justify-content: center;
  padding: 20px 10px;
}
.pageButton {
  font-size: 14px;
  outline: none;
  border: none;
  cursor: pointer;
  color: grey;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: white;
  border: 1px solid #f4f7f9;
  margin-right: 4px;
}
.pageButton:disabled {
  display: none;
}
.pageButton--active {
  background: #15a9ef;
  color: white;
  font-weight: bold;
}
.page-action {
  width: 80%;
  height: 100%;
}
.radio-container {
  background: #f4f7f9;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  cursor: pointer;
}
.radio-button {
  z-index: 0 !important;
  background: #fff;
  border: 1px solid #a3a3a3;
  opacity: 1 !important;
  height: 14px !important;
  width: 14px !important;
}
.rt-noData {
  background: none !important;
}
.employee-id {
  color: #d2d2d2;
}
.designation-title::before {
  content: "";
  background: #b3b3b3;
  height: 21px;
  width: 21px;
  border: 6px solid #fff;
  position: absolute;
  left: -5px;
  top: -2px;
  border-radius: 50%;
}
.employee-status-wrapper {
  border-left: 1px solid #e6e6e6;
  margin-top: -13px;
  margin-left: 5px;
  left: 5px;
  padding-left: 20px;
  padding-bottom: 25px;
}
.employee-status-wrapper-last {
  border-left: 0;
  padding-bottom: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-5 {
  padding-left: 5px;
}
.fd-row {
  flex-direction: row;
}
.capital-text {
  text-transform: capitalize;
}
.reset-text {
  text-transform: none;
}
.uppercase-text {
  text-transform: uppercase;
}
.mr-80 {
  margin-right: 80px;
}
.emp-info {
  border-radius: 95px;
  margin: auto 0 auto 8px;
  padding: 2px 8px;
  font-weight: 600;
  font-size: 10px;
  height: max-content;
  color: #fff;
  line-height: 11px;
}
@media (max-width: 768px) {
  .emp-info {
    margin: 0;
  }
}
.emp-detail-name {
  flex-basis: 155px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  color: #999999;
}
.emp-profile-info {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
}
@media (max-width: 992px) {
  .emp-profile-info {
    flex-direction: column;
  }
}
.emp-detail-info {
  color: #525252;
}
.profile-container {
  bottom: 0;
  padding-top: 32px;
  padding-bottom: 24px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .profile-container {
    position: relative;
    display: block !important;
    flex-direction: column;
    align-items: center !important;
  }
  .profile-container .dropdown {
    display: none;
  }
  .profile-container .h-100 {
    height: auto;
    margin-top: 12px;
  }
}
.order--1 {
  order: -1;
}
.profile-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  width: 142px;
  height: 142px;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .profile-image {
    position: relative;
  }
}
.profile-body-nav {
  margin: 0 !important;
  max-width: 100%;
  padding: 0;
  border-top: 2px solid #f4f7f9;
}
.profile-body-nav__secondary .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-body-nav__secondary .container ul {
  flex: 1;
}
.profile-body-nav__secondary .container li {
  min-width: max-content;
}
.profile-body-nav__pulse {
  display: flex;
  background-color: #2196f3;
  padding: 8px 12px;
  color: #fff;
  gap: 8px;
  font-weight: 600;
  border-radius: 2px;
  min-width: max-content;
}
.profile-body-nav__pulse:hover {
  cursor: pointer;
  background-color: #0c7fda;
  color: #fff;
}
.profile-image:hover {
  cursor: pointer;
}
.p-10 {
  padding: 10px;
}
.p-8 {
  padding: 8px;
}
.pb-24 {
  padding-bottom: 24px;
}
.p-20 {
  padding: 20px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-40 {
  padding-right: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-32 {
  padding-left: 32px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.font-24 {
  font-size: 24px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.designation-name {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
}
.order-1 {
  order: 1;
}
.edit-profile {
  color: #999999;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  border-radius: 2px;
  padding: 8px 12px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}
.edit-profile:hover, .edit-profile:focus {
  background-color: #999999;
  color: #fff;
}
.emp-info-container {
  padding: 25px;
  box-shadow: 0 2px 2px rgba(204, 197, 197, 0.25);
}
.emp-info-container .view-all {
  margin-left: 8px;
  cursor: pointer;
  color: #03a9f4;
  background-color: #fff;
}
.emp-info-container .view-all:hover {
  color: #2196f3;
}
.emp-info-title,
.emp-experience-title {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.emp-experience-title {
  font-weight: 600;
}
.info-item {
  font-size: 14px;
}
.total-experience {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 10px;
  margin: 0px 10px 10px 0px;
  border-radius: 91px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #515151;
  width: fit-content;
  position: relative;
}
.work-experience {
  color: #737373;
  font-weight: 400;
  background-color: #f4f7f9;
  margin-bottom: 30px !important;
}
.emp-history-area {
  padding: 25px;
  flex-basis: 450px;
  box-shadow: 0 2px 2px rgba(204, 197, 197, 0.25);
  height: max-content;
}
.emp-history-area--profile {
  width: 378px;
  min-width: 100%;
  flex-basis: 335px;
  height: 350px;
  overflow-y: hidden;
}
.emp-history-area--profile:hover {
  overflow-y: auto;
}
@media (max-width: 674px) {
  .emp-history-area {
    flex-basis: auto;
  }
}
.emp-history-wrapper {
  max-height: 485px;
  overflow: auto;
}
.emp-history-wrapper.engagement-history {
  max-height: 330px !important;
  overflow: hidden;
  display: flex;
  flex-flow: column;
}
.engagement-history-list {
  overflow: auto;
  margin: 0;
}
.emp-history-title,
.leaveissuer-history-title,
.team-manager-history-title {
  font-size: 15px;
  margin-bottom: 24px;
  color: #263238;
}
.emp-history,
.leaveissuer-history-date,
.team-manager-history-date {
  font-weight: 600;
  font-size: 11px;
  color: rgba(38, 50, 56, 0.65);
}
.emp-history,
.engagement-status {
  margin-top: 4px;
}
.designation-title {
  font-size: 12px;
  color: #515151;
}
.designation-title:nth-of-type(1) {
  margin-top: 16px;
}
.engagement-status {
  color: #999999;
  font-size: 10px;
  font-weight: 600;
}
.project-prior-to-hidden .project-details::before {
  height: calc(100% + 16px);
}
.project {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #e6e6e6;
  margin-left: 4px;
  position: relative;
}
.project:nth-last-child(1) {
  border-left: 1px solid transparent;
}
.project__dot {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #b2b2b2;
  border: 5px solid white;
  transform: translateX(-50%);
}
.project__text {
  flex-wrap: wrap;
  display: flex;
  gap: 4px;
  align-items: center;
}
.project-container {
  max-height: 500px;
}
.project-name {
  font-size: 14px;
  font-weight: 600;
  color: #515151;
  display: inline;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
}
.project-name__link:hover {
  color: #2196f3;
}
.project-current {
  padding-bottom: 24px;
}
.project-current .project__dot {
  background-color: #2ecc71;
}
.project-current .project-details {
  color: #737373;
}
.project-timeline {
  font-size: 0.75rem;
  display: inline;
  color: #999999;
}
.project-timeline > div {
  font-size: 12;
}
.project-timeline__head {
  font-weight: 600;
}
.project-timeline--current-allocation {
  font-size: 0.625rem;
}
.project-details {
  position: relative;
  padding-top: 4px;
  font-size: 12px;
  color: #737373;
}
.project-details--no-padding-bottom {
  padding-bottom: 0px;
}
.project-details .project-info {
  margin-left: 10px;
  position: relative;
}
.project-details .project-info::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #737373;
  transform: translateY(-50%);
}
.project-details .project-info:first-of-type {
  margin-left: 0;
}
.project-details .project-info:first-of-type::before {
  display: none;
}
.project-details .project-info__allocation {
  font-weight: 700;
}
.project-details .project-info-current-allocation {
  position: relative;
  margin-right: 10px;
}
.project-details .project-info-current-allocation::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #737373;
  transform: translateY(-50%);
}
.project-details .project-info-current-allocation:last-of-type {
  margin-right: 0;
}
.project-details .project-info-current-allocation:last-of-type::after {
  display: none;
}
.project-details .project-info-current-allocation__allocation {
  font-weight: 700;
}
.project-details .project-appraiser {
  cursor: pointer;
  margin-left: 1px;
  position: relative;
}
.project-details .project-appraiser:first-of-type {
  margin-left: 0;
}
.project-details .project-appraiser:first-of-type::before {
  display: none;
}
.project-details .project-appraiser__empty::before {
  content: "";
  position: absolute;
  left: -1px;
  width: 4px;
  height: 2px;
  border-radius: 50%;
  background: #737373;
  transform: translateY(-50%);
  top: 1px;
}
.project-details .profile-link {
  transition: 0.1s;
  color: #737373;
}
.project-details .profile-link:hover {
  color: #2196f3;
}
.current-project {
  background: #2ecc71;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border: none;
  margin: 0.15rem 0 0.15rem 0.15rem;
  width: 70px;
}
.project-hidden {
  display: none;
}
.project-view-more-button {
  background: none;
  font-size: 14px;
  font-weight: 600;
  color: #29b6f6;
  margin-left: 16px;
}
.profile-wrapper {
  position: relative;
  color: #fff;
  min-height: 198px;
}
.profile-wrapper::before, .profile-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
}
.profile-wrapper::before {
  height: 120px;
  top: 0;
  background-color: #102b7b;
}
@media (max-width: 768px) {
  .profile-wrapper::before {
    height: 30%;
  }
}
.profile-wrapper::after {
  height: 83px;
  bottom: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .profile-wrapper::after {
    height: 70%;
  }
}
.icon-label {
  background: #f4f7f9;
  border-right: 1px solid #bfc7cc;
}
.icon-checkbox {
  width: 130px;
  height: 90px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  background: #f4f7f9;
}
.icon-checkbox-container input[type=checkbox]:checked ~ .icon-checkbox {
  border-radius: 2px;
  background: #def2ff;
  border: 2px solid #108ee9;
  box-shadow: 2px 2px 4px rgba(156, 225, 255, 0.25);
}
.icon-checkbox-container input[type=checkbox] {
  position: absolute;
  left: -100vw;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.leaveissuer-history::before,
.team-manager-history::before {
  content: "";
  background: #b3b3b3;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0px;
  top: 3px;
  border-radius: 50%;
}
.current-designation-title::before {
  background: #2ecc71;
}
.leaveissuer-history::after,
.team-manager-history::after {
  content: "";
  height: 100%;
  border-left: 1px dashed #c2c2c2;
  top: 19px;
  position: absolute;
  left: 5px;
  padding: 5px 0px 5px 0px;
}
.name-wrap {
  flex-wrap: wrap;
}
.momr-10 {
  margin-right: 0px;
}
.momr-20 {
  margin-right: 0px;
}
.momt-10 {
  margin-top: 10px;
}
.leaveissuer-history-last.leaveissuer-history::after,
.team-manager-history-last.team-manager-history::after {
  border-left: 0;
}
.employee-status-wrapper .emp-history {
  color: #999999;
  font-weight: 400;
  font-size: 10px;
}
.employee-status {
  margin-left: -8px;
}
.employee-status-spaced-border {
  margin: 20px 0 0 -8px;
}
.employee-history-title {
  font-size: 15px;
}
.employee-history-detail {
  color: rgba(38, 50, 56, 0.65);
  font-size: 12px;
}
.overflow-flex {
  overflow-y: hidden;
  overflow-x: scroll;
}
.employee-history-container {
  flex-basis: 200px;
  flex-grow: 0;
  flex-shrink: 0;
}
.employee-history::before {
  content: "";
  background: #b3b3b3;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 0px;
  left: 50%;
  border-radius: 50%;
}
.employee-history::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 58%;
  border-top: 1px dashed #c2c2c2;
  padding-right: 90%;
}
.employee-history-last.employee-history::after {
  border: 0;
}
:root {
  scrollbar-color: #999999;
}
/* height & width */
:root::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* Track */
:root::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
:root::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #999999;
}
/* Handle on hover */
:root::-webkit-scrollbar-thumb:hover {
  background: #737373;
  scrollbar-color: #999999;
}
.custom-scroll-bar {
  scrollbar-gutter: stable;
}
/* height & width */
.custom-scroll-bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* Track */
.custom-scroll-bar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.custom-scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #b2b2b2;
}
/* Handle on hover */
.custom-scroll-bar::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.icon-checkbox {
  width: 130px;
  height: 90px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  background: #f4f7f9;
}
.icon-checkbox-container input[type=checkbox]:checked ~ .icon-checkbox {
  border-radius: 2px;
  background: #def2ff;
  border: 2px solid #108ee9;
  box-shadow: 2px 2px 4px rgba(156, 225, 255, 0.25);
}
.icon-checkbox-container input[type=checkbox] {
  position: absolute;
  left: -100vw;
}
.card-button {
  border-radius: 4px;
  font-size: 14px;
}
.edit-button {
  color: #108ee9;
  background: rgba(0, 0, 0, 0);
  font-size: 12px;
}
.clear-button {
  color: #108ee9;
  background: rgba(0, 0, 0, 0);
  font-size: 15px;
  margin-bottom: 12px;
  margin-left: 5px;
}
.remove-button {
  color: red;
  background: rgba(0, 0, 0, 0);
  font-size: 12px;
}
.remove-button:disabled {
  color: grey;
}
.active-edit {
  color: #c5c5c5;
}
.employees-title {
  margin-right: 10px;
}
.add-employee-button {
  color: white;
  cursor: pointer;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 14px;
  background: #2ecc71;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .add-employee-button {
    margin-top: 10px;
  }
}
.add-employee-button:focus,
.add-employee-button:hover {
  background-color: #4caf50;
  color: white;
}
.font-12 {
  font-size: 12px;
}
.pb-20 {
  padding-bottom: 20px;
}
.font-14 {
  font-size: 14px;
}
.color-label {
  color: #ff0000;
}
.color-grey {
  color: rgba(0, 0, 0, 0.35);
}
.stroke-grey-50 {
  stroke: #999999;
}
.color-grey-50 {
  color: #999999;
}
.fill-grey-50 {
  fill: #999999;
}
.color-grey-60 {
  color: #737373;
}
.color-grey-70 {
  color: #515151;
}
.color-grey-80 {
  color: #333333;
}
.c-red {
  color: #f44336;
}
.c-brand-secondary {
  color: #102b7b !important;
}
.c-purple {
  color: #ab22ff !important;
}
.c-yellow {
  color: #f5af00 !important;
}
.c-orange {
  color: #cf6d16 !important;
}
.line-break {
  border-bottom: 2px solid #e6ecef;
}
.icon-round {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbcad3;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbcad3;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}
.icon-round:hover {
  background: #03a9f4;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #03a9f4;
}
.profile-wrapper a {
  color: #515151;
}
.profile-wrapper a:hover,
.profile-wrapper a:focus {
  color: #0099da;
}
input:disabled,
.bg-color-grey {
  background: #f2f2f2;
}
input:disabled:hover {
  cursor: not-allowed;
}
.break-word {
  word-break: break-word;
}
.employee-cv {
  position: relative;
  top: 2px;
  right: 10px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown svg {
  width: unset !important;
  height: unset !important;
}
.dropdown-btn {
  background-color: #00c45b;
  border-radius: 2px;
  padding: 12px 24px 12px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 25%;
  background-color: #fff;
  width: max-content;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.09);
  z-index: 1;
}
.dropdown-content a {
  background-color: #fff;
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #333333;
}
.dropdown-content-active {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.leaveissuer-form-container,
.team-manager-form-container {
  width: 100%;
}
.leaveissuer-page-container,
.team-manager-page-container {
  position: relative;
}
.leaveissuer-form,
.team-manager-form,
.engagement-manager-form {
  padding: 25px;
}
.team-manager-form .DateInput_input,
.engagement-manager-form .DateInput_input {
  font-size: 0.875rem;
}
.engagement-manager-form .SingleDatePicker .DateInput_input {
  padding: 6px 10px;
}
.leaveissuer-history-area,
.team-manager-history-area {
  position: unset;
  padding: 25px;
  width: 100%;
}
.leaveissuer-history-container,
.team-manager-history-container {
  height: calc(100% - 40px);
  margin-right: -25px;
  overflow-y: auto;
}
.leaveissuer-history-name,
.team-manager-history-name {
  font-weight: 600;
}
@media only screen and (min-width: 675px) {
  /* For desktop: */
  .name-wrap {
    flex-wrap: nowrap;
  }
  .momr-10 {
    margin-right: 10px;
  }
  .momr-20 {
    margin-right: 20px;
  }
  .moml-20 {
    margin-left: 20px;
  }
  .moml-30 {
    margin-left: 30px;
  }
  .momt-10 {
    margin-top: 0px;
  }
  .search-wrapper {
    padding: 10px;
    min-width: 400px;
  }
  .search-button {
    padding: 10px 20px;
  }
  .designation-form {
    margin: 24px;
  }
  .leaveissuer-form-container,
  .team-manager-form-container {
    width: calc(70% - 20px);
  }
  .leaveissuer-history-area,
  .team-manager-history-area {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 25px;
    min-height: 395px;
    height: calc(100% - 60px);
    width: calc(30% - 15px);
  }
}
.span-padding-left {
  padding-left: 12px;
  font-weight: 400;
  color: #333333 !important;
}
.label-margin {
  margin-bottom: 20px;
  display: block;
}
.edit-profile-icon {
  display: flex;
  align-items: center;
}
.edit-profile-icon:hover,
.edit-profile-icon:focus {
  color: #f1e9e9;
}
.edit-profile > svg {
  padding-left: 5px;
}
.profile-image-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cross-btn {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  z-index: 20;
  cursor: pointer;
}
.cross-btn:hover {
  opacity: 1;
}
.cross-btn:before,
.cross-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 35px;
  width: 4px;
  background-color: #fff;
}
.cross-btn:before {
  transform: rotate(45deg);
}
.cross-btn:after {
  transform: rotate(-45deg);
}
.profile-image-original {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 80%;
  margin: auto;
  overflow: auto;
  display: none;
}
[class^=avatar_module_dropmenu] {
  z-index: 20 !important;
}
.floating-action-container {
  text-align: right;
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
}
.loading-spinner {
  background-color: #2196f3;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.loading-spinner svg {
  color: #fff !important;
  animation: spin 2s linear infinite;
}
.profile-loading-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.profile-loading {
  position: absolute;
  margin: auto;
  top: 50%;
  bottom: 0;
  left: 0;
  z-index: 100;
  right: 0;
}
.profile-info-container {
  margin-left: 20px;
  margin-top: 21px;
  min-height: 124px;
}
.profile-header {
  position: relative;
}
@media (max-width: 768px) {
  .profile-header {
    flex-direction: column;
    align-items: center;
    color: #2c2c2c;
    width: 100%;
  }
  .profile-header .profile-banner {
    height: 142px;
    position: relative;
    width: 142px;
    color: #fff;
  }
  .profile-header .profile-work {
    border-radius: 50%;
    bottom: 0;
    height: 40px;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 40px;
  }
  .profile-header .profile-info-container {
    position: relative;
    margin-left: 0;
    text-align: center;
  }
  .profile-header .employee-id {
    color: #515151;
  }
  .profile-header .emp-info {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
  .profile-header .fd-row:first-child {
    position: relative;
    justify-content: center;
    padding-top: 24px;
  }
}
.profile-info {
  margin-bottom: 0;
}
.employee-contact {
  margin-top: 8px;
  max-width: 580px;
  flex-wrap: wrap;
}
.employee-contact .employee-contact-item {
  margin-top: 8px;
}
.employee-contact .employee-contact-item .copy-btn {
  padding: 2px;
  background-color: white;
}
.employee-contact .employee-contact-item .copy-btn:hover {
  color: #29b6f6;
}
@media (max-width: 768px) {
  .employee-contact {
    max-width: 80%;
    margin: auto;
    justify-content: center;
    margin-bottom: 10px;
  }
  .employee-contact .employee-contact-item {
    justify-content: center;
    margin: 8px 4px 0 4px;
  }
  .employee-contact .employee-contact-item:first-child {
    width: 100%;
  }
}
.loaded-image {
  display: block;
}
.toggle-switch {
  display: flex;
  align-items: center;
}
.toggle-switch__label {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-right: 10px;
}
.toggle-switch__checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch__slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch__checkbox:checked + .toggle-switch__slider {
  background-color: #2196f3;
}
.toggle-switch__checkbox:focus + .toggle-switch__slider {
  box-shadow: 0 0 1px #2196f3;
}
.toggle-switch__checkbox:checked + .toggle-switch__slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggle-switch__slider.toggle-switch__slider--round {
  border-radius: 50px;
}
.toggle-switch__slider.toggle-switch__slider--round:before {
  border-radius: 50%;
}
.toggle-label {
  display: inline-block;
  align-self: center;
  margin-right: 16px;
  font-weight: 600;
  font-size: 12px;
  color: #727272;
}
.btn {
  font-size: 0.875rem;
  border-radius: 2px;
}
.btn-shrink {
  height: 32px;
  padding: 8px;
  outline: none;
  color: #999999;
}
.btn-shrink:hover {
  background-color: #b3b3b3;
  border: 1px solid #b3b3b3;
  color: #fff;
}
.btn-label {
  font-weight: 700;
  line-height: 12px;
}
.btn--primary {
  background-color: #2ecc71;
  color: #fff !important;
}
.btn--primary:hover {
  background-color: #25a25a;
  color: #fff;
}
.skills-title {
  float: left;
  line-height: 36px;
  margin-left: 16px;
  font-size: 1.25rem;
  font-weight: 700;
}
.mt-120 {
  margin-top: 120px;
}
.text--grey {
  color: #515151;
  font-weight: bold;
}
.ai-center {
  align-items: center;
}
/*  Resource Filter     */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.search-icon {
  color: grey;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.resource-filter-area {
  width: 32%;
  padding: 12px;
}
.resource-list-header {
  padding: 1rem;
}
.resource-result-list {
  padding: 12px;
}
.resource-result-list:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.resource-result-list .skills-pill-list .skill-pill-item {
  height: 32px;
  border: 1px solid #d2d2d2;
  border-radius: 91px;
}
.resource-result-list .skills-pill-list .rating {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: #e6e6e6;
}
.resource-results {
  color: #2ecc71;
  font-size: 16px;
}
.employee-row {
  box-shadow: 0px 1px 0px #f2f2f2;
  margin-bottom: 20px;
}
.employee-row .profile-photo {
  width: 5%;
  height: auto;
}
.employee-row .namecard__info {
  width: 90%;
}
.export-button {
  margin-left: 15px;
}
.export-button .loading {
  padding: 15px 17px;
}
.res-designation-name {
  color: #737373;
  font-size: 0.75rem;
}
.profile-link {
  cursor: pointer;
  transition: 0.1s;
}
.profile-link:hover {
  color: grey;
}
.resource-header-title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
}
.resource-header-title-v1 {
  color: #515151;
  font-size: 1rem;
  font-weight: 600;
}
.resource-results-area {
  position: relative;
  min-height: 385px;
  border-left: 1px solid #e6e6e6;
  width: 68%;
}
.filter-header {
  height: 38px;
}
.skills-selector {
  margin-bottom: 15px;
  margin-top: 15px;
}
.designation-selector {
  margin-bottom: 30px;
}
.filter-label {
  color: #999999;
  margin-bottom: 4px;
}
.add-more-skill-filter-v1 {
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
}
.skill-add-label-v1 {
  font-size: 0.875rem;
  color: #29b6f6;
  font-weight: 600;
}
.skill-add-label-v1:hover {
  color: #2196f3;
}
.add-more-skill-filter {
  cursor: pointer;
  display: flex;
  column-gap: 0.25rem;
  color: #29b6f6;
}
.add-more-skill-filter .skill-add-label {
  font-size: 0.875rem;
  font-weight: 600;
}
.add-more-skill-filter:hover {
  color: #2196f3;
}
.skill-select,
.rating-select,
.skill-label,
.rating-label {
  width: 48%;
}
.name-select-wrap,
.role-select-wrap {
  padding: 0.5rem 1rem;
}
.add-more-skill-filter .skill-add {
  display: inline-flex;
  margin-left: 0px !important;
}
.skill-select-node {
  margin-bottom: 10px;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.skills-visibility-toggle {
  cursor: pointer;
  font-weight: bold;
  background: white;
  color: #2196f3;
}
.rate-skill-info {
  cursor: pointer;
  color: #29b6f6;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.rate-skill-info:hover {
  color: #2196f3;
  transition: 0.2s;
}
.rating-info-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.rating-info-table .c1 {
  text-align: center;
}
.rating-info-table__meaning {
  font-weight: 600;
}
.rating-info-table td,
.rating-info-table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.rating-info-table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.rating-info-table tr:hover {
  background-color: #ddd;
}
.rating-info-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4caf50;
  color: white;
}
.criteria-footer {
  margin-top: 15px;
}
.criteria-footer {
  font-style: italic;
  text-align: justify;
  text-justify: inter-word;
}
.criteria-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.rating-info-node {
  margin-bottom: 16px;
}
.rating-info-node:last-child {
  margin-bottom: 0px;
}
.rating-info-node ol {
  list-style-type: disc;
}
.rating-info-node ol li {
  margin-left: 40px;
}
.break-word::after {
  content: ",";
}
.break-word:last-child::after {
  content: "";
}
.empty-container__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-ellipsis {
  text-align: right;
  display: block;
  cursor: pointer;
}
.vertical-ellipsis--disabled {
  pointer-events: none;
}
.vertical-ellipsis__menu {
  display: inline-block !important;
  padding: 0 20px;
}
.vertical-ellipsis__menu:hover svg {
  color: #29b6f6 !important;
}
.vertical-ellipsis .active {
  display: inline-block !important;
}
.vertical-ellipsis .active svg {
  color: #29b6f6 !important;
}
.dots-menu {
  display: none !important;
}
.hover-visible-dots:hover .dots-menu {
  display: inline-block !important;
}
.active-fill-blue:hover {
  fill: #29b6f6;
}
.lazy-loading {
  width: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
}
.lf-select__control {
  height: 32.39px;
}
.personal-information .office-information-form__full-width {
  max-width: 554px;
}
.edit-skills-modal .lf-modal__body {
  padding: 0;
}
.attendance__planned-leaves {
  border-radius: 15px;
  padding: 2px 8px;
}
.attendance__pending-color-theme {
  color: #ab22ff;
  background-color: #f7e9ff;
}
.attendance__pending-color-theme:hover {
  cursor: pointer;
  background-color: #eed3ff;
}
.attendance__approved-color-theme {
  color: #999999;
  background-color: #f6f6f6;
}
.attendance__approved-color-theme:hover {
  cursor: pointer;
}
.attendance__data-count {
  padding-right: 4px;
  font-size: 12px;
  line-height: 14.5px;
  font-weight: 600;
  vertical-align: middle;
}
.attendance__leave-status {
  vertical-align: middle;
}
.planned-leaves-info {
  max-width: 200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: min-content;
}
.planned-leaves-info__items {
  padding: 4px;
  width: max-content;
}
.planned-leaves-info__leave-type {
  font-weight: 600;
  padding-right: 4px;
}
.team-allocations-info,
.team-relations-info {
  padding: 4px 0;
  border-radius: 4px;
  text-align: left;
  background: #fff;
}
.team-allocations-info__title,
.team-relations-info__title {
  font-size: 14px;
  font-weight: 600;
}
.team-allocations-info__items,
.team-relations-info__items {
  padding-top: 8px;
}
.team-allocations-info__items--name,
.team-relations-info__items--name {
  font-size: 14px;
  color: #737373;
}
.team-allocations-info__items--link:hover,
.team-relations-info__items--link:hover {
  cursor: pointer;
  color: #2196f3;
}
.team-allocations-info__items--project,
.team-relations-info__items--project {
  font-size: 12px;
  padding-top: 2px;
  color: #515151;
  font-weight: 600;
}
.team-allocations-info__items--project:hover,
.team-relations-info__items--project:hover {
  cursor: pointer;
  color: #2196f3;
}
.team-allocations-info__items--relation,
.team-relations-info__items--relation {
  font-size: 14px;
  color: #737373;
}
.team-allocations-info__items--hour,
.team-relations-info__items--hour {
  font-size: 12px;
  display: flex;
  gap: 2px;
}
.team-allocations-info__items--hour-count,
.team-relations-info__items--hour-count {
  font-weight: 600;
}
.team-allocations-info__items--dot,
.team-relations-info__items--dot {
  vertical-align: text-bottom;
}
.team-allocations-info__items--pill,
.team-relations-info__items--pill {
  margin-top: 4px;
}
.team-allocations-info__items--billing-status,
.team-relations-info__items--billing-status {
  color: #737373;
}
.attendance-summary {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.attendance-summary__item {
  padding: 5px 10px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  cursor: pointer;
}
.attendance-summary__item.hover-enabled:hover {
  background-color: #e6e6e6;
}
.attendance-summary__item .count {
  height: fit-content;
  font-weight: 600;
  font-size: 0.625rem;
  padding: 2px 6px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.skills-faq-wrapper {
  padding: 0 1.25rem 1.25rem;
  height: 520px;
  overflow-y: auto;
}
.triangle {
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #29b6f6;
  margin-left: 4px;
  transition: 0.5s ease;
}
.triangle--up {
  transform: rotate(180deg);
}
/* Project Link for ProjectAllocations */
.project-link {
  transition: 0.1s;
  color: #515151;
}
.project-link:hover {
  color: #2196f3;
}
.loading-min-height {
  min-height: 450px;
}
.flash-card > div:first-of-type {
  height: 480px;
}
.material-dropdown-select {
  border: none;
  padding: 4px;
}
.material-dropdown-select__control {
  min-width: 100px;
  border: none !important;
  font-size: 0.75rem;
  min-height: inherit;
}
.material-dropdown-select__control:hover {
  cursor: pointer;
  background-color: #f4f7f9;
}
.material-dropdown-select__control--is-focused {
  background-color: #f4f7f9;
  box-shadow: none;
}
.material-dropdown-select__single-value {
  font-size: 0.75rem;
  color: #333333;
  font-weight: 600;
}
.material-dropdown-select__placeholder {
  font-size: 0.75rem;
}
.material-dropdown-select__indicator {
  padding: 0.5rem 0.5rem 0 0 !important;
}
.material-dropdown-select__indicator-separator {
  display: none;
}
.list-accordion__block-wrapper {
  background-color: #e6e6e6;
}
.list-accordion__block {
  background-color: #fff;
}
.list-accordion__icon--right {
  transform: rotate(0deg);
  transition: 0.3s ease-in;
}
.list-accordion__icon--down {
  transform: rotate(90deg);
  transition: 0.25s ease-in;
}
.list-accordion__icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  margin-right: 0.5rem;
}
.list-accordion--compact {
  padding: 0;
}
.list-accordion--compact .list-accordion__content {
  padding: 16px 12px;
}
.list-accordion--compact .list-accordion__block .list-accordion-table .table__row {
  margin-bottom: 8px;
}
.list-accordion--compact .feedback .feedback__header {
  padding-top: 12px;
}
.list-accordion table {
  background-color: transparent;
}
.list-accordion__header {
  padding: 1rem;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.list-accordion__header:hover {
  background-color: #f6f6f6;
}
.list-accordion__header-left {
  width: 85%;
  display: flex;
  align-items: center;
}
.list-accordion__header-left__number p {
  color: #737373;
  font-size: 0.875rem;
}
.list-accordion__header-left__icon {
  padding: 0 17px;
  display: flex;
}
.list-accordion__header-left__icon svg {
  color: #b3b3b3;
  height: 15px;
  width: 15px;
}
.list-accordion__header-left__content {
  max-width: 80%;
  word-break: break-word;
}
.list-accordion__header-left__content h4 {
  color: #333333;
  font-family: "Inter";
  font-size: 0.875rem;
  font-weight: 600;
}
.list-accordion__header-left__content p {
  color: #737373;
  font-size: 0.875rem;
}
.list-accordion__header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 18%;
}
.list-accordion__header-right__date {
  display: flex;
  align-items: center;
}
.list-accordion__header-right__content {
  margin-right: 8px;
  font-size: 0.875rem;
  color: #737373;
  font-weight: 400;
}
.list-accordion__content {
  padding: 25px 95px 25px;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.35s ease;
}
.list-accordion__container {
  display: grid;
  gap: 50px;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.list-accordion__container--right {
  text-align: justify;
}
.list-accordion__block {
  max-height: 0;
  overflow: hidden;
  transition: 0.14s ease;
}
.list-accordion__block .list-accordion-table {
  width: 100%;
  table-layout: fixed;
}
.list-accordion__block .list-accordion-table .table__row {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
}
.list-accordion__block .list-accordion-table .table__col:first-child {
  vertical-align: top;
  line-height: 1.2;
}
.list-accordion__block .list-accordion-table .table__col p {
  font-size: 0.875rem;
  line-height: 22px;
}
.list-accordion__block .list-accordion-table .table__col ul {
  list-style: disc;
  padding-left: 20px;
}
.list-accordion__block .list-accordion-table .table__col .endorser {
  display: flex;
  align-items: flex-end;
}
.list-accordion__block .list-accordion-table .table__col .endorser span {
  font-size: 0.875rem;
  color: #333333;
}
.list-accordion__block .list-accordion-table .table__col .cell-title {
  color: #999999;
  font-size: 0.875rem;
  display: inline-block;
  min-width: 130px;
  max-width: 130px;
  margin-right: 2rem;
  text-align: right;
}
.list-accordion__block .list-accordion-table .table__col .kpi-code-wrapper {
  color: #29b6f6;
}
.list-accordion__block .list-accordion-table .table__col .kpi-code-wrapper span {
  font-size: 0.875rem;
  display: inline-block;
}
.list-accordion__block .list-accordion-table .table__col .cell-content span {
  color: #333333;
  font-size: 0.875rem;
}
.list-accordion__block--show {
  max-height: 100%;
  transition: 0.3s ease;
}
.list-accordion__block--show .list-accordion__content {
  opacity: 1;
  transform: translateY(0);
}
.list-accordion .avatar__stacked {
  display: flex;
}
.list-accordion .avatar__stacked :not(:first-child) {
  transform: translateX(-6px);
}
.edit-icon {
  display: flex;
}
.edit-icon__content {
  padding: 0.25rem 0.325rem 0rem 0.325rem;
  border-radius: 2px;
}
.endorsers__list {
  min-width: 320px;
  max-width: 350px;
  flex-wrap: wrap;
  gap: 8px;
}
.note-label {
  word-break: break-word;
}
.note-input {
  height: 32px;
  font-size: 0.875rem;
}
.table-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.btn-edit-note {
  margin: 0 1rem 1rem 0;
}
.user-badge {
  margin-right: 0.5rem;
}
.user-badge:hover {
  text-decoration: underline;
}
.mt-25 {
  margin-top: 25px;
}
.d-flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.endorser {
  display: flex;
  align-items: center;
}
.table__content {
  font-size: 14px;
  width: 70%;
  display: flex;
  align-items: center;
  align-self: flex-end;
}
.mr-2x {
  margin-right: 2px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-4 {
  margin-top: 4px;
}
.mr-12x {
  margin-right: 12px;
}
.mr-24x {
  margin-right: 24px;
}
.mb-8 {
  margin-bottom: 8px;
}
.custom_content {
  word-break: break-word;
}
.custom_content p {
  margin-bottom: 10px;
}
.custom_content ol,
.custom_content ul {
  padding-inline-start: 40px;
  list-style-position: inside;
}
.custom_content ol {
  list-style-type: decimal;
}
.custom_content ul {
  list-style-type: disc;
}
.custom_content li {
  margin-bottom: 8px;
  list-style-position: outside;
}
.color--dark {
  color: #333333;
}
.btn--link {
  background-color: transparent;
  color: #29b6f6;
}
.btn--link:hover {
  color: #2196f3;
}
.holiday-form .SingleDatePicker,
.event-form .SingleDatePicker {
  height: 32px;
}
.holiday-form .SingleDatePicker .DateInput,
.event-form .SingleDatePicker .DateInput {
  height: 30px;
}
.holiday-form .SingleDatePicker .DateInput_input,
.event-form .SingleDatePicker .DateInput_input {
  height: 30px;
  font-size: 0.875rem;
}
.notes-date-picker .DateInput_input {
  height: 32px;
  font-size: 0.875rem;
}
.notes-date-picker .form-icon {
  width: 18px;
}
.import-btn {
  background-color: #29b6f6;
  color: #fff;
}
.import-btn:hover {
  background-color: #2196f3;
}
.tippy-tooltip.margin-top-theme {
  margin-top: 10px;
}
.popover-tippy {
  padding: 6px 4px !important;
}
.profile-body-container {
  min-height: 410px;
  position: relative;
}
.loading-container {
  min-height: 650px;
  position: relative;
}
.mt-12 {
  margin-top: 12px;
}
@media (max-width: 674px) {
  .profile-right {
    flex-basis: auto;
    width: 100%;
  }
}
.column-gap-3x {
  column-gap: 0.75rem;
}
.h-10x {
  height: 2.5rem;
}
.clear-btn {
  all: unset;
  color: #d2d2d2;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.clear-btn:hover {
  color: #f44336;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.w-61x {
  width: 244px;
}
.h-24 {
  height: 1.5rem;
}
.h-100 {
  height: 100px;
}
.bg-grey-5 {
  background-color: #f6f6f6 !important;
}
.w-60x {
  min-width: 240px;
  max-width: 240px;
}
.border-bottom-grey-10 {
  border-bottom: 1px solid #f2f2f2;
}
.border-bottom-grey-20 {
  border-bottom: 1px solid #d2d2d2;
}
.gap-4x {
  column-gap: 1rem;
  row-gap: 1rem;
}
.view-all {
  margin-left: 8px;
  cursor: pointer;
  color: #2196f3;
  background-color: #fff;
}
.view-all:hover {
  color: #23527c;
}
.allocation-history-modal {
  width: max-content;
}
.link-table {
  width: 100%;
}
.link-table tr {
  border-bottom: 1px solid var(--Grey-15, #e6e6e6);
}
.link-table td,
.link-table th {
  padding: 1rem 0;
  white-space: nowrap;
}
.link-table td:first-child,
.link-table th:first-child {
  padding-left: 1rem;
}
.link-table td:last-child,
.link-table th:last-child {
  padding-right: 1rem;
}
.link-table-url {
  white-space: normal;
}
.link-table-url > div {
  max-width: 600px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.link-table-name {
  white-space: normal;
}
.link-table-name > div {
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.link-table-wrapper {
  margin: 1rem 2rem;
}
.holiday-form .disable-btn {
  cursor: not-allowed !important;
  pointer-events: all !important;
  background-color: #b2b2b2;
}
.holiday-form .disable-btn:hover {
  background-color: #b2b2b2;
}
.tippy-popper {
  max-width: 500px !important;
}
.active-attendance {
  background-color: #29b6f6;
  color: #fff;
}
.active-attendance--missing {
  background-color: #f5af00;
}
.button-bg-white {
  background-color: #fff;
}
.font-bold {
  font-weight: 700;
}
.mt-1 {
  margin-top: 0.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-green-600 {
  color: #2ecc71;
}
.btn-reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
  top: 0;
}
.z-50 {
  z-index: 50;
}
.overflow-hidden {
  overflow: hidden !important;
}
.grid {
  display: grid;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.underline {
  text-decoration: underline;
}
.bg-transparent {
  background-color: transparent;
}.rc-steps {
  font-size: 0;
  width: 100%;
  line-height: 1.5;
  display: flex;
}
.rc-steps,
.rc-steps * {
  box-sizing: border-box;
}
.rc-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  overflow: hidden;
}
.rc-steps-item-container[role='button'] {
  cursor: pointer;
  transition: opacity 0.3s;
}
.rc-steps-item-container[role='button']:hover {
  opacity: 0.7;
}
.rc-steps-item:last-child {
  flex: none;
}
.rc-steps-item:last-child .rc-steps-item-tail,
.rc-steps-item:last-child .rc-steps-item-title:after {
  display: none;
}
.rc-steps-item-container {
  display: inline-block;
}
.rc-steps-item-icon,
.rc-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.rc-steps-item-icon {
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 26px;
  font-size: 14px;
  margin-right: 8px;
  transition: background-color 0.3s, border-color 0.3s;
}
.rc-steps-item-icon > .rc-steps-icon {
  line-height: 1;
  top: -1px;
  color: #108ee9;
  position: relative;
}
.rc-steps-item-icon > .rc-steps-icon.rcicon {
  font-size: 12px;
  position: relative;
  top: -2px;
}
.rc-steps-item-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12px;
  padding: 0 10px;
}
.rc-steps-item-tail:after {
  content: '';
  display: inline-block;
  background: #e9e9e9;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  transition: background 0.3s;
}
.rc-steps-item-content {
  margin-top: 3px;
}
.rc-steps-item-title {
  font-size: 14px;
  margin-bottom: 4px;
  color: #666;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.rc-steps-item-title:after {
  content: '';
  height: 1px;
  width: 1000px;
  background: #e9e9e9;
  display: block;
  position: absolute;
  top: 0.55em;
  left: 100%;
}
.rc-steps-item-subtitle {
  font-size: 12px;
  display: inline-block;
  color: #999;
  margin-left: 8px;
}
.rc-steps-item-description {
  font-size: 12px;
  color: #999;
}
.rc-steps-item-wait .rc-steps-item-icon {
  border-color: #ccc;
  background-color: #fff;
}
.rc-steps-item-wait .rc-steps-item-icon > .rc-steps-icon {
  color: #ccc;
}
.rc-steps-item-wait .rc-steps-item-icon > .rc-steps-icon .rc-steps-icon-dot {
  background: #ccc;
}
.rc-steps-item-wait .rc-steps-item-title {
  color: rgba(0, 0, 0, 0.43);
}
.rc-steps-item-wait .rc-steps-item-title:after {
  background-color: #e9e9e9;
}
.rc-steps-item-wait .rc-steps-item-description {
  color: rgba(0, 0, 0, 0.43);
}
.rc-steps-item-wait .rc-steps-item-tail:after {
  background-color: #e9e9e9;
}
.rc-steps-item-process .rc-steps-item-icon {
  border-color: #108ee9;
  background-color: #fff;
}
.rc-steps-item-process .rc-steps-item-icon > .rc-steps-icon {
  color: #108ee9;
}
.rc-steps-item-process .rc-steps-item-icon > .rc-steps-icon .rc-steps-icon-dot {
  background: #108ee9;
}
.rc-steps-item-process .rc-steps-item-title {
  color: rgba(0, 0, 0, 0.65);
}
.rc-steps-item-process .rc-steps-item-title:after {
  background-color: #e9e9e9;
}
.rc-steps-item-process .rc-steps-item-description {
  color: rgba(0, 0, 0, 0.65);
}
.rc-steps-item-process .rc-steps-item-tail:after {
  background-color: #e9e9e9;
}
.rc-steps-item-process .rc-steps-item-icon {
  background: #108ee9;
}
.rc-steps-item-process .rc-steps-item-icon > .rc-steps-icon {
  color: #fff;
}
.rc-steps-item-finish .rc-steps-item-icon {
  border-color: #108ee9;
  background-color: #fff;
}
.rc-steps-item-finish .rc-steps-item-icon > .rc-steps-icon {
  color: #108ee9;
}
.rc-steps-item-finish .rc-steps-item-icon > .rc-steps-icon .rc-steps-icon-dot {
  background: #108ee9;
}
.rc-steps-item-finish .rc-steps-item-title {
  color: rgba(0, 0, 0, 0.43);
}
.rc-steps-item-finish .rc-steps-item-title:after {
  background-color: #108ee9;
}
.rc-steps-item-finish .rc-steps-item-description {
  color: rgba(0, 0, 0, 0.43);
}
.rc-steps-item-finish .rc-steps-item-tail:after {
  background-color: #108ee9;
}
.rc-steps-item-error .rc-steps-item-icon {
  border-color: #f50;
  background-color: #fff;
}
.rc-steps-item-error .rc-steps-item-icon > .rc-steps-icon {
  color: #f50;
}
.rc-steps-item-error .rc-steps-item-icon > .rc-steps-icon .rc-steps-icon-dot {
  background: #f50;
}
.rc-steps-item-error .rc-steps-item-title {
  color: #f50;
}
.rc-steps-item-error .rc-steps-item-title:after {
  background-color: #e9e9e9;
}
.rc-steps-item-error .rc-steps-item-description {
  color: #f50;
}
.rc-steps-item-error .rc-steps-item-tail:after {
  background-color: #e9e9e9;
}
.rc-steps-item.rc-steps-next-error .rc-steps-item-title:after {
  background: #f50;
}
.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item {
  margin-right: 10px;
}
.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item:last-child {
  margin-right: 0;
}
.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item-tail {
  display: none;
}
.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item-description {
  max-width: 100px;
}
.rc-steps-item-custom .rc-steps-item-icon {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.rc-steps-item-custom .rc-steps-item-icon > .rc-steps-icon {
  font-size: 20px;
  top: 1px;
  width: 20px;
  height: 20px;
}
.rc-steps-item-custom.rc-steps-item-process .rc-steps-item-icon > .rc-steps-icon {
  color: #108ee9;
}
.rc-steps-small .rc-steps-item-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 18px;
  font-size: 12px;
  margin-right: 10px;
}
.rc-steps-small .rc-steps-item-icon > .rc-steps-icon {
  font-size: 12px;
  font-size: 9px \9;
  transform: scale(0.75);
  top: -1px;
}
.rc-steps-small .rc-steps-item-content {
  margin-top: 0;
}
.rc-steps-small .rc-steps-item-title {
  font-size: 12px;
  margin-bottom: 4px;
  color: #666;
  font-weight: bold;
}
.rc-steps-small .rc-steps-item-description {
  font-size: 12px;
  color: #999;
}
.rc-steps-small .rc-steps-item-tail {
  top: 8px;
  padding: 0 8px;
}
.rc-steps-small .rc-steps-item-tail:after {
  height: 1px;
  border-radius: 1px;
  width: 100%;
}
.rc-steps-small .rc-steps-item-custom .rc-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}
.rc-steps-small .rc-steps-item-custom .rc-steps-item-icon > .rc-steps-icon {
  font-size: 20px;
  top: -2.5px;
  transform: none;
}
.rc-steps-vertical {
  display: block;
}
.rc-steps-vertical .rc-steps-item {
  display: block;
  overflow: visible;
}
.rc-steps-vertical .rc-steps-item-icon {
  float: left;
}
.rc-steps-vertical .rc-steps-item-icon-inner {
  margin-right: 16px;
}
.rc-steps-vertical .rc-steps-item-content {
  min-height: 48px;
  overflow: hidden;
  display: block;
}
.rc-steps-vertical .rc-steps-item-title {
  line-height: 26px;
}
.rc-steps-vertical .rc-steps-item-title:after {
  display: none;
}
.rc-steps-vertical .rc-steps-item-description {
  padding-bottom: 12px;
}
.rc-steps-vertical .rc-steps-item-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px 0;
}
.rc-steps-vertical .rc-steps-item-tail:after {
  height: 100%;
  width: 1px;
}
.rc-steps-vertical.rc-steps-small .rc-steps-item-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px 0;
}
.rc-steps-vertical.rc-steps-small .rc-steps-item-title {
  line-height: 18px;
}
.rc-steps-label-vertical .rc-steps-item {
  overflow: visible;
}
.rc-steps-label-vertical .rc-steps-item-tail {
  padding: 0px 24px;
  margin-left: 48px;
}
.rc-steps-label-vertical .rc-steps-item-content {
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 100px;
}
.rc-steps-label-vertical .rc-steps-item-icon {
  display: inline-block;
  margin-left: 36px;
}
.rc-steps-label-vertical .rc-steps-item-title {
  padding-right: 0;
}
.rc-steps-label-vertical .rc-steps-item-title:after {
  display: none;
}
.rc-steps-label-vertical .rc-steps-item-description {
  text-align: left;
}
.rc-steps-dot .rc-steps-item-tail {
  width: 100%;
  top: 1px;
  margin: 0 0 0 50px;
  padding: 0;
}
.rc-steps-dot .rc-steps-item-tail:after {
  height: 3px;
}
.rc-steps-dot .rc-steps-item-icon {
  padding-right: 0;
  width: 5px;
  height: 5px;
  line-height: 5px;
  border: 0;
  margin-left: 48px;
}
.rc-steps-dot .rc-steps-item-icon .rc-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 2.5px;
}
.rc-steps-dot .rc-steps-item-process .rc-steps-dot .rc-steps-item-icon {
  top: -1px;
  width: 7px;
  height: 7px;
  line-height: 7px;
}
.rc-steps-dot .rc-steps-item-process .rc-steps-dot .rc-steps-item-icon .rc-steps-icon-dot {
  border-radius: 3.5px;
}
.rc-steps-navigation {
  padding-top: 8px;
}
.rc-steps-navigation.rc-steps-horizontal .rc-steps-item-description {
  max-width: 140px;
}
.rc-steps-navigation .rc-steps-item {
  box-sizing: border-box;
  text-align: center;
  overflow: visible;
}
.rc-steps-navigation .rc-steps-item-container {
  text-align: left;
  padding-bottom: 8px;
  outline: none;
}
.rc-steps-navigation .rc-steps-item-title {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rc-steps-navigation .rc-steps-item-title:after {
  display: none;
}
.rc-steps-navigation .rc-steps-item:last-child {
  flex: 1;
}
.rc-steps-navigation .rc-steps-item:last-child:after {
  display: none;
}
.rc-steps-navigation .rc-steps-item:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  margin-left: -8px;
}
.rc-steps-navigation .rc-steps-item-active .rc-steps-item-container {
  padding-bottom: 5px;
  border-bottom: 3px solid #108ee9;
}
@font-face {
  font-family: 'anticon';
  src: url('//at.alicdn.com/t/font_1434092639_4910953.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/font_1434092639_4910953.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/font_1434092639_4910953.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/font_1434092639_4910953.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/font_1434092639_4910953.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.rcicon {
  position: relative;
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}
.rcicon:before {
  display: block;
  font-family: "anticon" !important;
}
.rcicon-step-backward:before {
  content: "\e662";
}
.rcicon-step-forward {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-step-forward:before {
  content: "\e662";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-fast-backward:before {
  content: "\e62a";
}
.rcicon-fast-forward {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-fast-forward:before {
  content: "\e62a";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-shrink:before {
  content: "\e65f";
}
.rcicon-arrow-salt:before {
  content: "\e608";
}
.rcicon-caret-down:before {
  content: "\e60f";
}
.rcicon-caret-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.rcicon-caret-left:before {
  content: "\e60f";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rcicon-caret-up {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-caret-up:before {
  content: "\e60f";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-caret-right {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rcicon-caret-right:before {
  content: "\e60f";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rcicon-caret-circle-right:before {
  content: "\e60d";
}
.rcicon-caret-circle-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-caret-circle-left:before {
  content: "\e60d";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-caret-circle-o-right:before {
  content: "\e60e";
}
.rcicon-caret-circle-o-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-caret-circle-o-left:before {
  content: "\e60e";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-circle-right:before {
  content: "\e602";
}
.rcicon-circle-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-circle-left:before {
  content: "\e602";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-circle-o-right:before {
  content: "\e603";
}
.rcicon-circle-o-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-circle-o-left:before {
  content: "\e603";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-double-right:before {
  content: "\e604";
}
.rcicon-double-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-double-left:before {
  content: "\e604";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-verticle-right:before {
  content: "\e605";
}
.rcicon-verticle-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-verticle-left:before {
  content: "\e605";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-forward:before {
  content: "\e630";
}
.rcicon-backward {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-backward:before {
  content: "\e630";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-rollback:before {
  content: "\e65a";
}
.rcicon-retweet:before {
  content: "\e659";
}
.rcicon-right:before {
  content: "\e611";
}
.rcicon-down {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.rcicon-down:before {
  content: "\e611";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rcicon-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-left:before {
  content: "\e611";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-up {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rcicon-up:before {
  content: "\e611";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rcicon-question:before {
  content: "\e655";
}
.rcicon-question-circle:before {
  content: "\e656";
}
.rcicon-question-circle-o:before {
  content: "\e657";
}
.rcicon-plus:before {
  content: "\e651";
}
.rcicon-plus-circle:before {
  content: "\e652";
}
.rcicon-plus-circle-o:before {
  content: "\e653";
}
.rcicon-pause:before {
  content: "\e64c";
}
.rcicon-pause-circle:before {
  content: "\e64d";
}
.rcicon-pause-circle-o:before {
  content: "\e64e";
}
.rcicon-minus:before {
  content: "\e646";
}
.rcicon-minus-circle:before {
  content: "\e647";
}
.rcicon-minus-circle-o:before {
  content: "\e648";
}
.rcicon-info-circle:before {
  content: "\e637";
}
.rcicon-info-circle-o:before {
  content: "\e638";
}
.rcicon-info:before {
  content: "\e63a";
}
.rcicon-exclamation:before {
  content: "\e627";
}
.rcicon-exclamation-circle:before {
  content: "\e628";
}
.rcicon-exclamation-circle-o:before {
  content: "\e629";
}
.rcicon-cross:before {
  content: "\e61e";
}
.rcicon-cross-circle:before {
  content: "\e61f";
}
.rcicon-cross-circle-o:before {
  content: "\e620";
}
.rcicon-check:before {
  content: "\e613";
}
.rcicon-check-circle:before {
  content: "\e614";
}
.rcicon-check-circle-o:before {
  content: "\e615";
}
.rcicon-clock-circle:before {
  content: "\e616";
}
.rcicon-clock-circle-o:before {
  content: "\e617";
}
.rcicon-lock:before {
  content: "\e641";
}
.rcicon-android:before {
  content: "\e601";
}
.rcicon-apple:before {
  content: "\e606";
}
.rcicon-area-chart:before {
  content: "\e607";
}
.rcicon-bar-chart:before {
  content: "\e609";
}
.rcicon-bars:before {
  content: "\e60a";
}
.rcicon-book:before {
  content: "\e60b";
}
.rcicon-calendar:before {
  content: "\e60c";
}
.rcicon-cloud:before {
  content: "\e618";
}
.rcicon-cloud-download:before {
  content: "\e619";
}
.rcicon-code:before {
  content: "\e61a";
}
.rcicon-copy:before {
  content: "\e61c";
}
.rcicon-credit-card:before {
  content: "\e61d";
}
.rcicon-delete:before {
  content: "\e621";
}
.rcicon-desktop:before {
  content: "\e622";
}
.rcicon-download-line:before {
  content: "\e623";
}
.rcicon-edit:before {
  content: "\e624";
}
.rcicon-ellipsis:before {
  content: "\e625";
}
.rcicon-environment:before {
  content: "\e626";
}
.rcicon-file:before {
  content: "\e62c";
}
.rcicon-file-text:before {
  content: "\e62d";
}
.rcicon-folder:before {
  content: "\e62e";
}
.rcicon-folder-open:before {
  content: "\e62f";
}
.rcicon-github:before {
  content: "\e631";
}
.rcicon-hdd:before {
  content: "\e632";
}
.rcicon-frown:before {
  content: "\e633";
}
.rcicon-meh:before {
  content: "\e634";
}
.rcicon-inbox:before {
  content: "\e635";
}
.rcicon-laptop:before {
  content: "\e63d";
}
.rcicon-large:before {
  content: "\e63e";
}
.rcicon-line-chart:before {
  content: "\e63f";
}
.rcicon-link:before {
  content: "\e640";
}
.rcicon-logout:before {
  content: "\e642";
}
.rcicon-mail:before {
  content: "\e643";
}
.rcicon-menu-fold:before {
  content: "\e644";
}
.rcicon-menu-unfold:before {
  content: "\e645";
}
.rcicon-mobile:before {
  content: "\e649";
}
.rcicon-notification:before {
  content: "\e64a";
}
.rcicon-paper-clip:before {
  content: "\e64b";
}
.rcicon-picture:before {
  content: "\e64f";
}
.rcicon-pie-chart:before {
  content: "\e650";
}
.rcicon-poweroff:before {
  content: "\e654";
}
.rcicon-reload:before {
  content: "\e658";
}
.rcicon-search:before {
  content: "\e65b";
}
.rcicon-setting:before {
  content: "\e65c";
}
.rcicon-share-alt:before {
  content: "\e65d";
}
.rcicon-shopping-cart:before {
  content: "\e65e";
}
.rcicon-smile:before {
  content: "\e661";
}
.rcicon-tablet:before {
  content: "\e664";
}
.rcicon-tag:before {
  content: "\e665";
}
.rcicon-tags:before {
  content: "\e666";
}
.rcicon-to-top:before {
  content: "\e667";
}
.rcicon-unlock:before {
  content: "\e668";
}
.rcicon-upload:before {
  content: "\e669";
}
.rcicon-user:before {
  content: "\e66a";
}
.rcicon-video-camera:before {
  content: "\e66b";
}
.rcicon-windows:before {
  content: "\e66c";
}
.rcicon-loading:before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  -o-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
  content: "\e610";
}
:root .rcicon-step-forward,
:root .rcicon-fast-forward,
:root .rcicon-left,
:root .rcicon-up,
:root .rcicon-down,
:root .rcicon-caret-left,
:root .rcicon-caret-up,
:root .rcicon-caret-right,
:root .rcicon-caret-circle-left,
:root .rcicon-caret-circle-o-left,
:root .rcicon-circle-left,
:root .rcicon-circle-o-left,
:root .rcicon-double-left,
:root .rcicon-verticle-left,
:root .rcicon-backward {
  -webkit-filter: none;
          filter: none;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
/* Collection default theme */

.ReactVirtualized__Collection {
}

.ReactVirtualized__Collection__innerScrollContainer {
}

/* Grid default theme */

.ReactVirtualized__Grid {
}

.ReactVirtualized__Grid__innerScrollContainer {
}

/* Table default theme */

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__Grid {
}

.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px;
}
.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* List default theme */

.ReactVirtualized__List {
}
.rst__rowWrapper {
  padding: 10px 10px 10px 0;
  height: 100%;
  box-sizing: border-box;
}

.rst__rtl.rst__rowWrapper {
  padding: 10px 0 10px 10px;
}

.rst__row {
  height: 100%;
  white-space: nowrap;
  display: flex;
}
.rst__row > * {
  box-sizing: border-box;
}

/**
 * The outline of where the element will go if dropped, displayed while dragging
 */
.rst__rowLandingPad,
.rst__rowCancelPad {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.rst__rowLandingPad > *,
.rst__rowCancelPad > * {
  opacity: 0 !important;
}
.rst__rowLandingPad::before,
.rst__rowCancelPad::before {
  background-color: lightblue;
  border: 3px dashed white;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/**
 * Alternate appearance of the landing pad when the dragged location is invalid
 */
.rst__rowCancelPad::before {
  background-color: #e6a8ad;
}

/**
 * Nodes matching the search conditions are highlighted
 */
.rst__rowSearchMatch {
  outline: solid 3px #0080ff;
}

/**
 * The node that matches the search conditions and is currently focused
 */
.rst__rowSearchFocus {
  outline: solid 3px #fc6421;
}

.rst__rowContents,
.rst__rowLabel,
.rst__rowToolbar,
.rst__moveHandle,
.rst__toolbarButton {
  display: inline-block;
  vertical-align: middle;
}

.rst__rowContents {
  position: relative;
  height: 100%;
  border: solid #bbb 1px;
  border-left: none;
  box-shadow: 0 2px 2px -2px;
  padding: 0 5px 0 10px;
  border-radius: 2px;
  min-width: 230px;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
}

.rst__rtl.rst__rowContents {
  border-right: none;
  border-left: solid #bbb 1px;
  padding: 0 10px 0 5px;
}

.rst__rowContentsDragDisabled {
  border-left: solid #bbb 1px;
}

.rst__rtl.rst__rowContentsDragDisabled {
  border-right: solid #bbb 1px;
  border-left: solid #bbb 1px;
}

.rst__rowLabel {
  flex: 0 1 auto;
  padding-right: 20px;
}
.rst__rtl.rst__rowLabel {
  padding-left: 20px;
  padding-right: inherit;
}

.rst__rowToolbar {
  flex: 0 1 auto;
  display: flex;
}

.rst__moveHandle,
.rst__loadingHandle {
  height: 100%;
  width: 44px;
  background: #d9d9d9
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSIgPjxwYXRoIGQ9Ik0xNCAxNS43aDE0LjQiLz48cGF0aCBkPSJNMTQgMjEuNGgxNC40Ii8+PHBhdGggZD0iTTE0IDI3LjFoMTQuNCIvPjwvZz4KPC9zdmc+')
    no-repeat center;
  border: solid #aaa 1px;
  box-shadow: 0 2px 2px -2px;
  cursor: move;
  border-radius: 1px;
  z-index: 1;
}

.rst__loadingHandle {
  cursor: default;
  background: #d9d9d9;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.rst__loadingCircle {
  width: 80%;
  height: 80%;
  margin: 10%;
  position: relative;
}

.rst__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.rst__rtl.rst__loadingCirclePoint {
  right: 0;
  left: initial;
}

.rst__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.rst__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.rst__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.rst__loadingCirclePoint:nth-of-type(1)::before,
.rst__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.rst__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.rst__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.rst__loadingCirclePoint:nth-of-type(2)::before,
.rst__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.rst__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.rst__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.rst__loadingCirclePoint:nth-of-type(3)::before,
.rst__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.rst__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.rst__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.rst__loadingCirclePoint:nth-of-type(4)::before,
.rst__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.rst__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.rst__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.rst__loadingCirclePoint:nth-of-type(5)::before,
.rst__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.rst__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.rst__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.rst__loadingCirclePoint:nth-of-type(6)::before,
.rst__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.rst__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.rst__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.rst__loadingCirclePoint:nth-of-type(7)::before,
.rst__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.rst__rowTitle {
  font-weight: bold;
}

.rst__rowTitleWithSubtitle {
  font-size: 85%;
  display: block;
  height: 0.8rem;
}

.rst__rowSubtitle {
  font-size: 70%;
  line-height: 1;
}

.rst__collapseButton,
.rst__expandButton {
  appearance: none;
  border: none;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #000;
  width: 16px;
  height: 16px;
  padding: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.rst__rtl.rst__collapseButton,
.rst__rtl.rst__expandButton {
  transform: translate(50%, -50%);
}
.rst__collapseButton:focus,
.rst__expandButton:focus {
  outline: none;
  box-shadow: 0 0 0 1px #000, 0 0 1px 3px #83bef9;
}
.rst__collapseButton:hover:not(:active),
.rst__expandButton:hover:not(:active) {
  background-size: 24px;
  height: 20px;
  width: 20px;
}

.rst__collapseButton {
  background: #fff
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIGZpbGw9IiNGRkYiLz48ZyBzdHJva2U9IiM5ODk4OTgiIHN0cm9rZS13aWR0aD0iMS45IiA+PHBhdGggZD0iTTQuNSA5aDkiLz48L2c+Cjwvc3ZnPg==')
    no-repeat center;
}

.rst__expandButton {
  background: #fff
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIGZpbGw9IiNGRkYiLz48ZyBzdHJva2U9IiM5ODk4OTgiIHN0cm9rZS13aWR0aD0iMS45IiA+PHBhdGggZD0iTTQuNSA5aDkiLz48cGF0aCBkPSJNOSA0LjV2OSIvPjwvZz4KPC9zdmc+')
    no-repeat center;
}

/**
 * Line for under a node with children
 */
.rst__lineChildren {
  height: 100%;
  display: inline-block;
  position: absolute;
}
.rst__lineChildren::after {
  content: '';
  position: absolute;
  background-color: black;
  width: 1px;
  left: 50%;
  bottom: 0;
  height: 10px;
}

.rst__rtl.rst__lineChildren::after {
  right: 50%;
  left: initial;
}

.rst__placeholder {
  position: relative;
  height: 68px;
  max-width: 300px;
  padding: 10px;
}
.rst__placeholder,
.rst__placeholder > * {
  box-sizing: border-box;
}
.rst__placeholder::before {
  border: 3px dashed #d9d9d9;
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: -1;
}

/**
 * The outline of where the element will go if dropped, displayed while dragging
 */
.rst__placeholderLandingPad,
.rst__placeholderCancelPad {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.rst__placeholderLandingPad *,
.rst__placeholderCancelPad * {
  opacity: 0 !important;
}
.rst__placeholderLandingPad::before,
.rst__placeholderCancelPad::before {
  background-color: lightblue;
  border-color: white;
}

/**
 * Alternate appearance of the landing pad when the dragged location is invalid
 */
.rst__placeholderCancelPad::before {
  background-color: #e6a8ad;
}

/**
 * Extra class applied to VirtualScroll through className prop
 */
.rst__virtualScrollOverride {
  overflow: auto !important;
}
.rst__virtualScrollOverride * {
  box-sizing: border-box;
}

.ReactVirtualized__Grid__innerScrollContainer {
  overflow: visible !important;
}

.rst__rtl .ReactVirtualized__Grid__innerScrollContainer {
  direction: rtl;
}

.ReactVirtualized__Grid {
  outline: none;
}

.rst__node {
  min-width: 100%;
  white-space: nowrap;
  position: relative;
  text-align: left;
}

.rst__node.rst__rtl {
  text-align: right;
}

.rst__nodeContent {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* ==========================================================================
   Scaffold

    Line-overlaid blocks used for showing the tree structure
   ========================================================================== */
.rst__lineBlock,
.rst__absoluteLineBlock {
  height: 100%;
  position: relative;
  display: inline-block;
}

.rst__absoluteLineBlock {
  position: absolute;
  top: 0;
}

.rst__lineHalfHorizontalRight::before,
.rst__lineFullVertical::after,
.rst__lineHalfVerticalTop::after,
.rst__lineHalfVerticalBottom::after {
  position: absolute;
  content: '';
  background-color: black;
}

/**
 * +-----+
 * |     |
 * |  +--+
 * |     |
 * +-----+
 */
.rst__lineHalfHorizontalRight::before {
  height: 1px;
  top: 50%;
  right: 0;
  width: 50%;
}

.rst__rtl.rst__lineHalfHorizontalRight::before {
  left: 0;
  right: initial;
}

/**
 * +--+--+
 * |  |  |
 * |  |  |
 * |  |  |
 * +--+--+
 */
.rst__lineFullVertical::after,
.rst__lineHalfVerticalTop::after,
.rst__lineHalfVerticalBottom::after {
  width: 1px;
  left: 50%;
  top: 0;
  height: 100%;
}

/**
 * +--+--+
 * |  |  |
 * |  |  |
 * |  |  |
 * +--+--+
 */
.rst__rtl.rst__lineFullVertical::after,
.rst__rtl.rst__lineHalfVerticalTop::after,
.rst__rtl.rst__lineHalfVerticalBottom::after {
  right: 50%;
  left: initial;
}

/**
 * +-----+
 * |  |  |
 * |  +  |
 * |     |
 * +-----+
 */
.rst__lineHalfVerticalTop::after {
  height: 50%;
}

/**
 * +-----+
 * |     |
 * |  +  |
 * |  |  |
 * +-----+
 */
.rst__lineHalfVerticalBottom::after {
  top: auto;
  bottom: 0;
  height: 50%;
}

/* Highlight line for pointing to dragged row destination
   ========================================================================== */
/**
 * +--+--+
 * |  |  |
 * |  |  |
 * |  |  |
 * +--+--+
 */
.rst__highlightLineVertical {
  z-index: 3;
}
.rst__highlightLineVertical::before {
  position: absolute;
  content: '';
  background-color: #36c2f6;
  width: 8px;
  margin-left: -4px;
  left: 50%;
  top: 0;
  height: 100%;
}

.rst__rtl.rst__highlightLineVertical::before {
  margin-left: initial;
  margin-right: -4px;
  left: initial;
  right: 50%;
}

@keyframes arrow-pulse {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    transform: translate(0, 300%);
    opacity: 1;
  }
  70% {
    transform: translate(0, 700%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 1000%);
    opacity: 0;
  }
}
.rst__highlightLineVertical::after {
  content: '';
  position: absolute;
  height: 0;
  margin-left: -4px;
  left: 50%;
  top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid white;
  animation: arrow-pulse 1s infinite linear both;
}

.rst__rtl.rst__highlightLineVertical::after {
  margin-left: initial;
  margin-right: -4px;
  right: 50%;
  left: initial;
}

/**
 * +-----+
 * |     |
 * |  +--+
 * |  |  |
 * +--+--+
 */
.rst__highlightTopLeftCorner::before {
  z-index: 3;
  content: '';
  position: absolute;
  border-top: solid 8px #36c2f6;
  border-left: solid 8px #36c2f6;
  box-sizing: border-box;
  height: calc(50% + 4px);
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: calc(50% + 4px);
}

.rst__rtl.rst__highlightTopLeftCorner::before {
  border-right: solid 8px #36c2f6;
  border-left: none;
  left: 0;
  right: initial;
}

/**
 * +--+--+
 * |  |  |
 * |  |  |
 * |  +->|
 * +-----+
 */
.rst__highlightBottomLeftCorner {
  z-index: 3;
}
.rst__highlightBottomLeftCorner::before {
  content: '';
  position: absolute;
  border-bottom: solid 8px #36c2f6;
  border-left: solid 8px #36c2f6;
  box-sizing: border-box;
  height: calc(100% + 4px);
  top: 0;
  right: 12px;
  width: calc(50% - 8px);
}

.rst__rtl.rst__highlightBottomLeftCorner::before {
  border-right: solid 8px #36c2f6;
  border-left: none;
  left: 12px;
  right: initial;
}

.rst__highlightBottomLeftCorner::after {
  content: '';
  position: absolute;
  height: 0;
  right: 0;
  top: 100%;
  margin-top: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #36c2f6;
}

.rst__rtl.rst__highlightBottomLeftCorner::after {
  left: 0;
  right: initial;
  border-right: 12px solid #36c2f6;
  border-left: none;
}
.link_module_dNone__7b758ebb {
  display: none !important;
}

.link_module_dInline__7b758ebb {
  display: inline !important;
}

.link_module_dInlineBlock__7b758ebb {
  display: inline-block !important;
}

.link_module_dBlock__7b758ebb {
  display: block !important;
}

.link_module_dTable__7b758ebb {
  display: table !important;
}

.link_module_dTableRow__7b758ebb {
  display: table-row !important;
}

.link_module_dTableCell__7b758ebb {
  display: table-cell !important;
}

.link_module_dFlex__7b758ebb {
  display: flex !important;
}

.link_module_dInlineFlex__7b758ebb {
  display: inline-flex !important;
}

.link_module_justifyContentStart__7b758ebb {
  justify-content: flex-start;
}

.link_module_justifyContentEnd__7b758ebb {
  justify-content: flex-end;
}

.link_module_justifyContentCenter__7b758ebb {
  justify-content: center;
}

.link_module_justifyContentBetween__7b758ebb {
  justify-content: space-between;
}

.link_module_justifyContentAround__7b758ebb {
  justify-content: space-around;
}

.link_module_justifyContentInitial__7b758ebb {
  justify-content: initial;
}

.link_module_justifyContentInherit__7b758ebb {
  justify-content: inherit;
}

.link_module_alignItemsStretch__7b758ebb {
  align-items: stretch;
}

.link_module_alignItemsCenter__7b758ebb {
  align-items: center;
}

.link_module_alignItemsStart__7b758ebb {
  align-items: flex-start;
}

.link_module_alignItemsEnd__7b758ebb {
  align-items: flex-end;
}

.link_module_alignItemsBase__7b758ebb {
  align-items: baseline;
}

.link_module_alignSelfAuto__7b758ebb {
  align-self: auto;
}

.link_module_alignSelfStretch__7b758ebb {
  align-self: stretch;
}

.link_module_alignSelfCenter__7b758ebb {
  align-self: center;
}

.link_module_alignSelfStart__7b758ebb {
  align-self: flex-start;
}

.link_module_alignSelfEnd__7b758ebb {
  align-self: flex-end;
}

.link_module_alignSelfBaseline__7b758ebb {
  align-self: baseline;
}

.link_module_alignSelfInitial__7b758ebb {
  align-self: initial;
}

.link_module_alignSelfInherit__7b758ebb {
  align-self: inherit;
}

.link_module_alignContentStretch__7b758ebb {
  align-content: stretch;
}

.link_module_alignContentCenter__7b758ebb {
  align-content: center;
}

.link_module_alignContentStart__7b758ebb {
  align-content: flex-start;
}

.link_module_alignContentEnd__7b758ebb {
  align-content: flex-end;
}

.link_module_alignContentBetween__7b758ebb {
  align-content: space-between;
}

.link_module_alignContentAround__7b758ebb {
  align-content: space-around;
}

.link_module_alignContentInitial__7b758ebb {
  align-content: initial;
}

.link_module_alignContentInherit__7b758ebb {
  align-content: inherit;
}

.link_module_flexRow__7b758ebb {
  flex-direction: row;
}

.link_module_flexRowReverse__7b758ebb {
  flex-direction: row-reverse;
}

.link_module_flexColumn__7b758ebb {
  flex-direction: column;
}

.link_module_flexColumnReverse__7b758ebb {
  flex-direction: column-reverse;
}

.link_module_flexWrap__7b758ebb {
  flex-wrap: wrap;
}

.link_module_flexNowrap__7b758ebb {
  flex-wrap: nowrap;
}

.link_module_order1__7b758ebb {
  order: 1;
}

.link_module_order2__7b758ebb {
  order: 2;
}

.link_module_order3__7b758ebb {
  order: 3;
}

.link_module_order4__7b758ebb {
  order: 4;
}

.link_module_order5__7b758ebb {
  order: 5;
}

.link_module_order6__7b758ebb {
  order: 6;
}

.link_module_order7__7b758ebb {
  order: 7;
}

.link_module_order8__7b758ebb {
  order: 8;
}

.link_module_order9__7b758ebb {
  order: 9;
}

.link_module_order10__7b758ebb {
  order: 10;
}

.link_module_order11__7b758ebb {
  order: 11;
}

.link_module_order12__7b758ebb {
  order: 12;
}

@media (min-width: 576px) {
  .link_module_dSmNone__7b758ebb {
    display: none !important;
  }
  .link_module_dSmInline__7b758ebb {
    display: inline !important;
  }
  .link_module_dSmInlineBlock__7b758ebb {
    display: inline-block !important;
  }
  .link_module_dSmBlock__7b758ebb {
    display: block !important;
  }
  .link_module_dSmTable__7b758ebb {
    display: table !important;
  }
  .link_module_dSmTableRow__7b758ebb {
    display: table-row !important;
  }
  .link_module_dSmTableCell__7b758ebb {
    display: table-cell !important;
  }
  .link_module_dSmFlex__7b758ebb {
    display: flex !important;
  }
  .link_module_dSmInlineFlex__7b758ebb {
    display: inline-flex !important;
  }
  .link_module_justifyContentStartSm__7b758ebb {
    justify-content: flex-start;
  }
  .link_module_justifyContentEndSm__7b758ebb {
    justify-content: flex-end;
  }
  .link_module_justifyContentCenterSm__7b758ebb {
    justify-content: center;
  }
  .link_module_justifyContentBetweenSm__7b758ebb {
    justify-content: space-between;
  }
  .link_module_justifyContentAroundSm__7b758ebb {
    justify-content: space-around;
  }
  .link_module_justifyContentInitialSm__7b758ebb {
    justify-content: initial;
  }
  .link_module_justifyContentInheritSm__7b758ebb {
    justify-content: inherit;
  }
  .link_module_alignItemsStretchSm__7b758ebb {
    align-items: stretch;
  }
  .link_module_alignItemsCenterSm__7b758ebb {
    align-items: center;
  }
  .link_module_alignItemsStartSm__7b758ebb {
    align-items: flex-start;
  }
  .link_module_alignItemsEndSm__7b758ebb {
    align-items: flex-end;
  }
  .link_module_alignItemsBaseSm__7b758ebb {
    align-items: baseline;
  }
  .link_module_alignSelfAutoSm__7b758ebb {
    align-self: auto;
  }
  .link_module_alignSelfStretchSm__7b758ebb {
    align-self: stretch;
  }
  .link_module_alignSelfCenterSm__7b758ebb {
    align-self: center;
  }
  .link_module_alignSelfStartSm__7b758ebb {
    align-self: flex-start;
  }
  .link_module_alignSelfEndSm__7b758ebb {
    align-self: flex-end;
  }
  .link_module_alignSelfBaselineSm__7b758ebb {
    align-self: baseline;
  }
  .link_module_alignSelfInitialSm__7b758ebb {
    align-self: initial;
  }
  .link_module_alignSelfInheritSm__7b758ebb {
    align-self: inherit;
  }
  .link_module_alignContentStretchSm__7b758ebb {
    align-content: stretch;
  }
  .link_module_alignContentCenterSm__7b758ebb {
    align-content: center;
  }
  .link_module_alignContentStartSm__7b758ebb {
    align-content: flex-start;
  }
  .link_module_alignContentEndSm__7b758ebb {
    align-content: flex-end;
  }
  .link_module_alignContentBetweenSm__7b758ebb {
    align-content: space-between;
  }
  .link_module_alignContentAroundSm__7b758ebb {
    align-content: space-around;
  }
  .link_module_alignContentInitialSm__7b758ebb {
    align-content: initial;
  }
  .link_module_alignContentInheritSm__7b758ebb {
    align-content: inherit;
  }
  .link_module_flexRowSm__7b758ebb {
    flex-direction: row;
  }
  .link_module_flexRowReverseSm__7b758ebb {
    flex-direction: row-reverse;
  }
  .link_module_flexColumnSm__7b758ebb {
    flex-direction: column;
  }
  .link_module_flexColumnReverseSm__7b758ebb {
    flex-direction: column-reverse;
  }
  .link_module_flexWrapSm__7b758ebb {
    flex-wrap: wrap;
  }
  .link_module_flexNowrapSm__7b758ebb {
    flex-wrap: nowrap;
  }
  .link_module_order1Sm__7b758ebb {
    order: 1;
  }
  .link_module_order2Sm__7b758ebb {
    order: 2;
  }
  .link_module_order3Sm__7b758ebb {
    order: 3;
  }
  .link_module_order4Sm__7b758ebb {
    order: 4;
  }
  .link_module_order5Sm__7b758ebb {
    order: 5;
  }
  .link_module_order6Sm__7b758ebb {
    order: 6;
  }
  .link_module_order7Sm__7b758ebb {
    order: 7;
  }
  .link_module_order8Sm__7b758ebb {
    order: 8;
  }
  .link_module_order9Sm__7b758ebb {
    order: 9;
  }
  .link_module_order10Sm__7b758ebb {
    order: 10;
  }
  .link_module_order11Sm__7b758ebb {
    order: 11;
  }
  .link_module_order12Sm__7b758ebb {
    order: 12;
  }
}
@media (min-width: 768px) {
  .link_module_dMdNone__7b758ebb {
    display: none !important;
  }
  .link_module_dMdInline__7b758ebb {
    display: inline !important;
  }
  .link_module_dMdInlineBlock__7b758ebb {
    display: inline-block !important;
  }
  .link_module_dMdBlock__7b758ebb {
    display: block !important;
  }
  .link_module_dMdTable__7b758ebb {
    display: table !important;
  }
  .link_module_dMdTableRow__7b758ebb {
    display: table-row !important;
  }
  .link_module_dMdTableCell__7b758ebb {
    display: table-cell !important;
  }
  .link_module_dMdFlex__7b758ebb {
    display: flex !important;
  }
  .link_module_dMdInlineFlex__7b758ebb {
    display: inline-flex !important;
  }
  .link_module_justifyContentStartMd__7b758ebb {
    justify-content: flex-start;
  }
  .link_module_justifyContentEndMd__7b758ebb {
    justify-content: flex-end;
  }
  .link_module_justifyContentCenterMd__7b758ebb {
    justify-content: center;
  }
  .link_module_justifyContentBetweenMd__7b758ebb {
    justify-content: space-between;
  }
  .link_module_justifyContentAroundMd__7b758ebb {
    justify-content: space-around;
  }
  .link_module_justifyContentInitialMd__7b758ebb {
    justify-content: initial;
  }
  .link_module_justifyContentInheritMd__7b758ebb {
    justify-content: inherit;
  }
  .link_module_alignItemsStretchMd__7b758ebb {
    align-items: stretch;
  }
  .link_module_alignItemsCenterMd__7b758ebb {
    align-items: center;
  }
  .link_module_alignItemsStartMd__7b758ebb {
    align-items: flex-start;
  }
  .link_module_alignItemsEndMd__7b758ebb {
    align-items: flex-end;
  }
  .link_module_alignItemsBaseMd__7b758ebb {
    align-items: baseline;
  }
  .link_module_alignSelfAutoMd__7b758ebb {
    align-self: auto;
  }
  .link_module_alignSelfStretchMd__7b758ebb {
    align-self: stretch;
  }
  .link_module_alignSelfCenterMd__7b758ebb {
    align-self: center;
  }
  .link_module_alignSelfStartMd__7b758ebb {
    align-self: flex-start;
  }
  .link_module_alignSelfEndMd__7b758ebb {
    align-self: flex-end;
  }
  .link_module_alignSelfBaselineMd__7b758ebb {
    align-self: baseline;
  }
  .link_module_alignSelfInitialMd__7b758ebb {
    align-self: initial;
  }
  .link_module_alignSelfInheritMd__7b758ebb {
    align-self: inherit;
  }
  .link_module_alignContentStretchMd__7b758ebb {
    align-content: stretch;
  }
  .link_module_alignContentCenterMd__7b758ebb {
    align-content: center;
  }
  .link_module_alignContentStartMd__7b758ebb {
    align-content: flex-start;
  }
  .link_module_alignContentEndMd__7b758ebb {
    align-content: flex-end;
  }
  .link_module_alignContentBetweenMd__7b758ebb {
    align-content: space-between;
  }
  .link_module_alignContentAroundMd__7b758ebb {
    align-content: space-around;
  }
  .link_module_alignContentInitialMd__7b758ebb {
    align-content: initial;
  }
  .link_module_alignContentInheritMd__7b758ebb {
    align-content: inherit;
  }
  .link_module_flexRowMd__7b758ebb {
    flex-direction: row;
  }
  .link_module_flexRowReverseMd__7b758ebb {
    flex-direction: row-reverse;
  }
  .link_module_flexColumnMd__7b758ebb {
    flex-direction: column;
  }
  .link_module_flexColumnReverseMd__7b758ebb {
    flex-direction: column-reverse;
  }
  .link_module_flexWrapMd__7b758ebb {
    flex-wrap: wrap;
  }
  .link_module_flexNowrapMd__7b758ebb {
    flex-wrap: nowrap;
  }
  .link_module_order1Md__7b758ebb {
    order: 1;
  }
  .link_module_order2Md__7b758ebb {
    order: 2;
  }
  .link_module_order3Md__7b758ebb {
    order: 3;
  }
  .link_module_order4Md__7b758ebb {
    order: 4;
  }
  .link_module_order5Md__7b758ebb {
    order: 5;
  }
  .link_module_order6Md__7b758ebb {
    order: 6;
  }
  .link_module_order7Md__7b758ebb {
    order: 7;
  }
  .link_module_order8Md__7b758ebb {
    order: 8;
  }
  .link_module_order9Md__7b758ebb {
    order: 9;
  }
  .link_module_order10Md__7b758ebb {
    order: 10;
  }
  .link_module_order11Md__7b758ebb {
    order: 11;
  }
  .link_module_order12Md__7b758ebb {
    order: 12;
  }
}
@media (min-width: 992px) {
  .link_module_dLgNone__7b758ebb {
    display: none !important;
  }
  .link_module_dLgInline__7b758ebb {
    display: inline !important;
  }
  .link_module_dLgInlineBlock__7b758ebb {
    display: inline-block !important;
  }
  .link_module_dLgBlock__7b758ebb {
    display: block !important;
  }
  .link_module_dLgTable__7b758ebb {
    display: table !important;
  }
  .link_module_dLgTableRow__7b758ebb {
    display: table-row !important;
  }
  .link_module_dLgTableCell__7b758ebb {
    display: table-cell !important;
  }
  .link_module_dLgFlex__7b758ebb {
    display: flex !important;
  }
  .link_module_dLgInlineFlex__7b758ebb {
    display: inline-flex !important;
  }
  .link_module_justifyContentStartLg__7b758ebb {
    justify-content: flex-start;
  }
  .link_module_justifyContentEndLg__7b758ebb {
    justify-content: flex-end;
  }
  .link_module_justifyContentCenterLg__7b758ebb {
    justify-content: center;
  }
  .link_module_justifyContentBetweenLg__7b758ebb {
    justify-content: space-between;
  }
  .link_module_justifyContentAroundLg__7b758ebb {
    justify-content: space-around;
  }
  .link_module_justifyContentInitialLg__7b758ebb {
    justify-content: initial;
  }
  .link_module_justifyContentInheritLg__7b758ebb {
    justify-content: inherit;
  }
  .link_module_alignItemsStretchLg__7b758ebb {
    align-items: stretch;
  }
  .link_module_alignItemsCenterLg__7b758ebb {
    align-items: center;
  }
  .link_module_alignItemsStartLg__7b758ebb {
    align-items: flex-start;
  }
  .link_module_alignItemsEndLg__7b758ebb {
    align-items: flex-end;
  }
  .link_module_alignItemsBaseLg__7b758ebb {
    align-items: baseline;
  }
  .link_module_alignSelfAutoLg__7b758ebb {
    align-self: auto;
  }
  .link_module_alignSelfStretchLg__7b758ebb {
    align-self: stretch;
  }
  .link_module_alignSelfCenterLg__7b758ebb {
    align-self: center;
  }
  .link_module_alignSelfStartLg__7b758ebb {
    align-self: flex-start;
  }
  .link_module_alignSelfEndLg__7b758ebb {
    align-self: flex-end;
  }
  .link_module_alignSelfBaselineLg__7b758ebb {
    align-self: baseline;
  }
  .link_module_alignSelfInitialLg__7b758ebb {
    align-self: initial;
  }
  .link_module_alignSelfInheritLg__7b758ebb {
    align-self: inherit;
  }
  .link_module_alignContentStretchLg__7b758ebb {
    align-content: stretch;
  }
  .link_module_alignContentCenterLg__7b758ebb {
    align-content: center;
  }
  .link_module_alignContentStartLg__7b758ebb {
    align-content: flex-start;
  }
  .link_module_alignContentEndLg__7b758ebb {
    align-content: flex-end;
  }
  .link_module_alignContentBetweenLg__7b758ebb {
    align-content: space-between;
  }
  .link_module_alignContentAroundLg__7b758ebb {
    align-content: space-around;
  }
  .link_module_alignContentInitialLg__7b758ebb {
    align-content: initial;
  }
  .link_module_alignContentInheritLg__7b758ebb {
    align-content: inherit;
  }
  .link_module_flexRowLg__7b758ebb {
    flex-direction: row;
  }
  .link_module_flexRowReverseLg__7b758ebb {
    flex-direction: row-reverse;
  }
  .link_module_flexColumnLg__7b758ebb {
    flex-direction: column;
  }
  .link_module_flexColumnReverseLg__7b758ebb {
    flex-direction: column-reverse;
  }
  .link_module_flexWrapLg__7b758ebb {
    flex-wrap: wrap;
  }
  .link_module_flexNowrapLg__7b758ebb {
    flex-wrap: nowrap;
  }
  .link_module_order1Lg__7b758ebb {
    order: 1;
  }
  .link_module_order2Lg__7b758ebb {
    order: 2;
  }
  .link_module_order3Lg__7b758ebb {
    order: 3;
  }
  .link_module_order4Lg__7b758ebb {
    order: 4;
  }
  .link_module_order5Lg__7b758ebb {
    order: 5;
  }
  .link_module_order6Lg__7b758ebb {
    order: 6;
  }
  .link_module_order7Lg__7b758ebb {
    order: 7;
  }
  .link_module_order8Lg__7b758ebb {
    order: 8;
  }
  .link_module_order9Lg__7b758ebb {
    order: 9;
  }
  .link_module_order10Lg__7b758ebb {
    order: 10;
  }
  .link_module_order11Lg__7b758ebb {
    order: 11;
  }
  .link_module_order12Lg__7b758ebb {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .link_module_dXlNone__7b758ebb {
    display: none !important;
  }
  .link_module_dXlInline__7b758ebb {
    display: inline !important;
  }
  .link_module_dXlInlineBlock__7b758ebb {
    display: inline-block !important;
  }
  .link_module_dXlBlock__7b758ebb {
    display: block !important;
  }
  .link_module_dXlTable__7b758ebb {
    display: table !important;
  }
  .link_module_dXlTableRow__7b758ebb {
    display: table-row !important;
  }
  .link_module_dXlTableCell__7b758ebb {
    display: table-cell !important;
  }
  .link_module_dXlFlex__7b758ebb {
    display: flex !important;
  }
  .link_module_dXlInlineFlex__7b758ebb {
    display: inline-flex !important;
  }
  .link_module_justifyContentStartXl__7b758ebb {
    justify-content: flex-start;
  }
  .link_module_justifyContentEndXl__7b758ebb {
    justify-content: flex-end;
  }
  .link_module_justifyContentCenterXl__7b758ebb {
    justify-content: center;
  }
  .link_module_justifyContentBetweenXl__7b758ebb {
    justify-content: space-between;
  }
  .link_module_justifyContentAroundXl__7b758ebb {
    justify-content: space-around;
  }
  .link_module_justifyContentInitialXl__7b758ebb {
    justify-content: initial;
  }
  .link_module_justifyContentInheritXl__7b758ebb {
    justify-content: inherit;
  }
  .link_module_alignItemsStretchXl__7b758ebb {
    align-items: stretch;
  }
  .link_module_alignItemsCenterXl__7b758ebb {
    align-items: center;
  }
  .link_module_alignItemsStartXl__7b758ebb {
    align-items: flex-start;
  }
  .link_module_alignItemsEndXl__7b758ebb {
    align-items: flex-end;
  }
  .link_module_alignItemsBaseXl__7b758ebb {
    align-items: baseline;
  }
  .link_module_alignSelfAutoXl__7b758ebb {
    align-self: auto;
  }
  .link_module_alignSelfStretchXl__7b758ebb {
    align-self: stretch;
  }
  .link_module_alignSelfCenterXl__7b758ebb {
    align-self: center;
  }
  .link_module_alignSelfStartXl__7b758ebb {
    align-self: flex-start;
  }
  .link_module_alignSelfEndXl__7b758ebb {
    align-self: flex-end;
  }
  .link_module_alignSelfBaselineXl__7b758ebb {
    align-self: baseline;
  }
  .link_module_alignSelfInitialXl__7b758ebb {
    align-self: initial;
  }
  .link_module_alignSelfInheritXl__7b758ebb {
    align-self: inherit;
  }
  .link_module_alignContentStretchXl__7b758ebb {
    align-content: stretch;
  }
  .link_module_alignContentCenterXl__7b758ebb {
    align-content: center;
  }
  .link_module_alignContentStartXl__7b758ebb {
    align-content: flex-start;
  }
  .link_module_alignContentEndXl__7b758ebb {
    align-content: flex-end;
  }
  .link_module_alignContentBetweenXl__7b758ebb {
    align-content: space-between;
  }
  .link_module_alignContentAroundXl__7b758ebb {
    align-content: space-around;
  }
  .link_module_alignContentInitialXl__7b758ebb {
    align-content: initial;
  }
  .link_module_alignContentInheritXl__7b758ebb {
    align-content: inherit;
  }
  .link_module_flexRowXl__7b758ebb {
    flex-direction: row;
  }
  .link_module_flexRowReverseXl__7b758ebb {
    flex-direction: row-reverse;
  }
  .link_module_flexColumnXl__7b758ebb {
    flex-direction: column;
  }
  .link_module_flexColumnReverseXl__7b758ebb {
    flex-direction: column-reverse;
  }
  .link_module_flexWrapXl__7b758ebb {
    flex-wrap: wrap;
  }
  .link_module_flexNowrapXl__7b758ebb {
    flex-wrap: nowrap;
  }
  .link_module_order1Xl__7b758ebb {
    order: 1;
  }
  .link_module_order2Xl__7b758ebb {
    order: 2;
  }
  .link_module_order3Xl__7b758ebb {
    order: 3;
  }
  .link_module_order4Xl__7b758ebb {
    order: 4;
  }
  .link_module_order5Xl__7b758ebb {
    order: 5;
  }
  .link_module_order6Xl__7b758ebb {
    order: 6;
  }
  .link_module_order7Xl__7b758ebb {
    order: 7;
  }
  .link_module_order8Xl__7b758ebb {
    order: 8;
  }
  .link_module_order9Xl__7b758ebb {
    order: 9;
  }
  .link_module_order10Xl__7b758ebb {
    order: 10;
  }
  .link_module_order11Xl__7b758ebb {
    order: 11;
  }
  .link_module_order12Xl__7b758ebb {
    order: 12;
  }
}
.link_module_link__7b758ebb {
  color: #29b6f6 !important;
}
.link_module_link__7b758ebb:hover {
  transition: 0.2s;
  color: #2196f3 !important;
}
.link_module_link_Body1__7b758ebb {
  font-size: 0.875rem;
}
.link_module_link_Body2__7b758ebb {
  font-size: 1rem;
}
.link_module_link_Small__7b758ebb {
  font-size: 0.75rem;
}
.link_module_link_Smaller__7b758ebb {
  font-size: 0.625rem;
}
.link_module_link_Tiny__7b758ebb {
  font-size: 0.5rem;
}
.link_module_link_Light__7b758ebb {
  font-weight: 300;
}
.link_module_link_Normal__7b758ebb {
  font-weight: 400;
}
.link_module_link_Medium__7b758ebb {
  font-weight: 500;
}
.link_module_link_Semibold__7b758ebb {
  font-weight: 600;
}
.link_module_link_Bold__7b758ebb {
  font-weight: 700;
}
.link_module_link_Heavy__7b758ebb {
  font-weight: 900;
}
.link_module_link__iconContainer__7b758ebb {
  display: flex;
  align-items: center;
}
.link_module_link__iconContainer__7b758ebb:after, .link_module_link__iconContainer__7b758ebb::before {
  display: none;
}
.link_module_link__icon__7b758ebb {
  display: flex;
  align-items: center;
}
.link_module_link__icon__7b758ebb:after, .link_module_link__icon__7b758ebb::before {
  display: none;
}
.link_module_link__icon_Left__7b758ebb {
  margin-right: 0.5rem;
}
.link_module_link__icon_Right__7b758ebb {
  margin-left: 0.5rem;
}.button_module_dNone__7ede54ca {
  display: none !important;
}

.button_module_dInline__7ede54ca {
  display: inline !important;
}

.button_module_dInlineBlock__7ede54ca {
  display: inline-block !important;
}

.button_module_dBlock__7ede54ca {
  display: block !important;
}

.button_module_dTable__7ede54ca {
  display: table !important;
}

.button_module_dTableRow__7ede54ca {
  display: table-row !important;
}

.button_module_dTableCell__7ede54ca {
  display: table-cell !important;
}

.button_module_dFlex__7ede54ca {
  display: flex !important;
}

.button_module_dInlineFlex__7ede54ca {
  display: inline-flex !important;
}

.button_module_justifyContentStart__7ede54ca {
  justify-content: flex-start;
}

.button_module_justifyContentEnd__7ede54ca {
  justify-content: flex-end;
}

.button_module_justifyContentCenter__7ede54ca {
  justify-content: center;
}

.button_module_justifyContentBetween__7ede54ca {
  justify-content: space-between;
}

.button_module_justifyContentAround__7ede54ca {
  justify-content: space-around;
}

.button_module_justifyContentInitial__7ede54ca {
  justify-content: initial;
}

.button_module_justifyContentInherit__7ede54ca {
  justify-content: inherit;
}

.button_module_alignItemsStretch__7ede54ca {
  align-items: stretch;
}

.button_module_alignItemsCenter__7ede54ca {
  align-items: center;
}

.button_module_alignItemsStart__7ede54ca {
  align-items: flex-start;
}

.button_module_alignItemsEnd__7ede54ca {
  align-items: flex-end;
}

.button_module_alignItemsBase__7ede54ca {
  align-items: baseline;
}

.button_module_alignSelfAuto__7ede54ca {
  align-self: auto;
}

.button_module_alignSelfStretch__7ede54ca {
  align-self: stretch;
}

.button_module_alignSelfCenter__7ede54ca {
  align-self: center;
}

.button_module_alignSelfStart__7ede54ca {
  align-self: flex-start;
}

.button_module_alignSelfEnd__7ede54ca {
  align-self: flex-end;
}

.button_module_alignSelfBaseline__7ede54ca {
  align-self: baseline;
}

.button_module_alignSelfInitial__7ede54ca {
  align-self: initial;
}

.button_module_alignSelfInherit__7ede54ca {
  align-self: inherit;
}

.button_module_alignContentStretch__7ede54ca {
  align-content: stretch;
}

.button_module_alignContentCenter__7ede54ca {
  align-content: center;
}

.button_module_alignContentStart__7ede54ca {
  align-content: flex-start;
}

.button_module_alignContentEnd__7ede54ca {
  align-content: flex-end;
}

.button_module_alignContentBetween__7ede54ca {
  align-content: space-between;
}

.button_module_alignContentAround__7ede54ca {
  align-content: space-around;
}

.button_module_alignContentInitial__7ede54ca {
  align-content: initial;
}

.button_module_alignContentInherit__7ede54ca {
  align-content: inherit;
}

.button_module_flexRow__7ede54ca {
  flex-direction: row;
}

.button_module_flexRowReverse__7ede54ca {
  flex-direction: row-reverse;
}

.button_module_flexColumn__7ede54ca {
  flex-direction: column;
}

.button_module_flexColumnReverse__7ede54ca {
  flex-direction: column-reverse;
}

.button_module_flexWrap__7ede54ca {
  flex-wrap: wrap;
}

.button_module_flexNowrap__7ede54ca {
  flex-wrap: nowrap;
}

.button_module_order1__7ede54ca {
  order: 1;
}

.button_module_order2__7ede54ca {
  order: 2;
}

.button_module_order3__7ede54ca {
  order: 3;
}

.button_module_order4__7ede54ca {
  order: 4;
}

.button_module_order5__7ede54ca {
  order: 5;
}

.button_module_order6__7ede54ca {
  order: 6;
}

.button_module_order7__7ede54ca {
  order: 7;
}

.button_module_order8__7ede54ca {
  order: 8;
}

.button_module_order9__7ede54ca {
  order: 9;
}

.button_module_order10__7ede54ca {
  order: 10;
}

.button_module_order11__7ede54ca {
  order: 11;
}

.button_module_order12__7ede54ca {
  order: 12;
}

@media (min-width: 576px) {
  .button_module_dSmNone__7ede54ca {
    display: none !important;
  }
  .button_module_dSmInline__7ede54ca {
    display: inline !important;
  }
  .button_module_dSmInlineBlock__7ede54ca {
    display: inline-block !important;
  }
  .button_module_dSmBlock__7ede54ca {
    display: block !important;
  }
  .button_module_dSmTable__7ede54ca {
    display: table !important;
  }
  .button_module_dSmTableRow__7ede54ca {
    display: table-row !important;
  }
  .button_module_dSmTableCell__7ede54ca {
    display: table-cell !important;
  }
  .button_module_dSmFlex__7ede54ca {
    display: flex !important;
  }
  .button_module_dSmInlineFlex__7ede54ca {
    display: inline-flex !important;
  }
  .button_module_justifyContentStartSm__7ede54ca {
    justify-content: flex-start;
  }
  .button_module_justifyContentEndSm__7ede54ca {
    justify-content: flex-end;
  }
  .button_module_justifyContentCenterSm__7ede54ca {
    justify-content: center;
  }
  .button_module_justifyContentBetweenSm__7ede54ca {
    justify-content: space-between;
  }
  .button_module_justifyContentAroundSm__7ede54ca {
    justify-content: space-around;
  }
  .button_module_justifyContentInitialSm__7ede54ca {
    justify-content: initial;
  }
  .button_module_justifyContentInheritSm__7ede54ca {
    justify-content: inherit;
  }
  .button_module_alignItemsStretchSm__7ede54ca {
    align-items: stretch;
  }
  .button_module_alignItemsCenterSm__7ede54ca {
    align-items: center;
  }
  .button_module_alignItemsStartSm__7ede54ca {
    align-items: flex-start;
  }
  .button_module_alignItemsEndSm__7ede54ca {
    align-items: flex-end;
  }
  .button_module_alignItemsBaseSm__7ede54ca {
    align-items: baseline;
  }
  .button_module_alignSelfAutoSm__7ede54ca {
    align-self: auto;
  }
  .button_module_alignSelfStretchSm__7ede54ca {
    align-self: stretch;
  }
  .button_module_alignSelfCenterSm__7ede54ca {
    align-self: center;
  }
  .button_module_alignSelfStartSm__7ede54ca {
    align-self: flex-start;
  }
  .button_module_alignSelfEndSm__7ede54ca {
    align-self: flex-end;
  }
  .button_module_alignSelfBaselineSm__7ede54ca {
    align-self: baseline;
  }
  .button_module_alignSelfInitialSm__7ede54ca {
    align-self: initial;
  }
  .button_module_alignSelfInheritSm__7ede54ca {
    align-self: inherit;
  }
  .button_module_alignContentStretchSm__7ede54ca {
    align-content: stretch;
  }
  .button_module_alignContentCenterSm__7ede54ca {
    align-content: center;
  }
  .button_module_alignContentStartSm__7ede54ca {
    align-content: flex-start;
  }
  .button_module_alignContentEndSm__7ede54ca {
    align-content: flex-end;
  }
  .button_module_alignContentBetweenSm__7ede54ca {
    align-content: space-between;
  }
  .button_module_alignContentAroundSm__7ede54ca {
    align-content: space-around;
  }
  .button_module_alignContentInitialSm__7ede54ca {
    align-content: initial;
  }
  .button_module_alignContentInheritSm__7ede54ca {
    align-content: inherit;
  }
  .button_module_flexRowSm__7ede54ca {
    flex-direction: row;
  }
  .button_module_flexRowReverseSm__7ede54ca {
    flex-direction: row-reverse;
  }
  .button_module_flexColumnSm__7ede54ca {
    flex-direction: column;
  }
  .button_module_flexColumnReverseSm__7ede54ca {
    flex-direction: column-reverse;
  }
  .button_module_flexWrapSm__7ede54ca {
    flex-wrap: wrap;
  }
  .button_module_flexNowrapSm__7ede54ca {
    flex-wrap: nowrap;
  }
  .button_module_order1Sm__7ede54ca {
    order: 1;
  }
  .button_module_order2Sm__7ede54ca {
    order: 2;
  }
  .button_module_order3Sm__7ede54ca {
    order: 3;
  }
  .button_module_order4Sm__7ede54ca {
    order: 4;
  }
  .button_module_order5Sm__7ede54ca {
    order: 5;
  }
  .button_module_order6Sm__7ede54ca {
    order: 6;
  }
  .button_module_order7Sm__7ede54ca {
    order: 7;
  }
  .button_module_order8Sm__7ede54ca {
    order: 8;
  }
  .button_module_order9Sm__7ede54ca {
    order: 9;
  }
  .button_module_order10Sm__7ede54ca {
    order: 10;
  }
  .button_module_order11Sm__7ede54ca {
    order: 11;
  }
  .button_module_order12Sm__7ede54ca {
    order: 12;
  }
}
@media (min-width: 768px) {
  .button_module_dMdNone__7ede54ca {
    display: none !important;
  }
  .button_module_dMdInline__7ede54ca {
    display: inline !important;
  }
  .button_module_dMdInlineBlock__7ede54ca {
    display: inline-block !important;
  }
  .button_module_dMdBlock__7ede54ca {
    display: block !important;
  }
  .button_module_dMdTable__7ede54ca {
    display: table !important;
  }
  .button_module_dMdTableRow__7ede54ca {
    display: table-row !important;
  }
  .button_module_dMdTableCell__7ede54ca {
    display: table-cell !important;
  }
  .button_module_dMdFlex__7ede54ca {
    display: flex !important;
  }
  .button_module_dMdInlineFlex__7ede54ca {
    display: inline-flex !important;
  }
  .button_module_justifyContentStartMd__7ede54ca {
    justify-content: flex-start;
  }
  .button_module_justifyContentEndMd__7ede54ca {
    justify-content: flex-end;
  }
  .button_module_justifyContentCenterMd__7ede54ca {
    justify-content: center;
  }
  .button_module_justifyContentBetweenMd__7ede54ca {
    justify-content: space-between;
  }
  .button_module_justifyContentAroundMd__7ede54ca {
    justify-content: space-around;
  }
  .button_module_justifyContentInitialMd__7ede54ca {
    justify-content: initial;
  }
  .button_module_justifyContentInheritMd__7ede54ca {
    justify-content: inherit;
  }
  .button_module_alignItemsStretchMd__7ede54ca {
    align-items: stretch;
  }
  .button_module_alignItemsCenterMd__7ede54ca {
    align-items: center;
  }
  .button_module_alignItemsStartMd__7ede54ca {
    align-items: flex-start;
  }
  .button_module_alignItemsEndMd__7ede54ca {
    align-items: flex-end;
  }
  .button_module_alignItemsBaseMd__7ede54ca {
    align-items: baseline;
  }
  .button_module_alignSelfAutoMd__7ede54ca {
    align-self: auto;
  }
  .button_module_alignSelfStretchMd__7ede54ca {
    align-self: stretch;
  }
  .button_module_alignSelfCenterMd__7ede54ca {
    align-self: center;
  }
  .button_module_alignSelfStartMd__7ede54ca {
    align-self: flex-start;
  }
  .button_module_alignSelfEndMd__7ede54ca {
    align-self: flex-end;
  }
  .button_module_alignSelfBaselineMd__7ede54ca {
    align-self: baseline;
  }
  .button_module_alignSelfInitialMd__7ede54ca {
    align-self: initial;
  }
  .button_module_alignSelfInheritMd__7ede54ca {
    align-self: inherit;
  }
  .button_module_alignContentStretchMd__7ede54ca {
    align-content: stretch;
  }
  .button_module_alignContentCenterMd__7ede54ca {
    align-content: center;
  }
  .button_module_alignContentStartMd__7ede54ca {
    align-content: flex-start;
  }
  .button_module_alignContentEndMd__7ede54ca {
    align-content: flex-end;
  }
  .button_module_alignContentBetweenMd__7ede54ca {
    align-content: space-between;
  }
  .button_module_alignContentAroundMd__7ede54ca {
    align-content: space-around;
  }
  .button_module_alignContentInitialMd__7ede54ca {
    align-content: initial;
  }
  .button_module_alignContentInheritMd__7ede54ca {
    align-content: inherit;
  }
  .button_module_flexRowMd__7ede54ca {
    flex-direction: row;
  }
  .button_module_flexRowReverseMd__7ede54ca {
    flex-direction: row-reverse;
  }
  .button_module_flexColumnMd__7ede54ca {
    flex-direction: column;
  }
  .button_module_flexColumnReverseMd__7ede54ca {
    flex-direction: column-reverse;
  }
  .button_module_flexWrapMd__7ede54ca {
    flex-wrap: wrap;
  }
  .button_module_flexNowrapMd__7ede54ca {
    flex-wrap: nowrap;
  }
  .button_module_order1Md__7ede54ca {
    order: 1;
  }
  .button_module_order2Md__7ede54ca {
    order: 2;
  }
  .button_module_order3Md__7ede54ca {
    order: 3;
  }
  .button_module_order4Md__7ede54ca {
    order: 4;
  }
  .button_module_order5Md__7ede54ca {
    order: 5;
  }
  .button_module_order6Md__7ede54ca {
    order: 6;
  }
  .button_module_order7Md__7ede54ca {
    order: 7;
  }
  .button_module_order8Md__7ede54ca {
    order: 8;
  }
  .button_module_order9Md__7ede54ca {
    order: 9;
  }
  .button_module_order10Md__7ede54ca {
    order: 10;
  }
  .button_module_order11Md__7ede54ca {
    order: 11;
  }
  .button_module_order12Md__7ede54ca {
    order: 12;
  }
}
@media (min-width: 992px) {
  .button_module_dLgNone__7ede54ca {
    display: none !important;
  }
  .button_module_dLgInline__7ede54ca {
    display: inline !important;
  }
  .button_module_dLgInlineBlock__7ede54ca {
    display: inline-block !important;
  }
  .button_module_dLgBlock__7ede54ca {
    display: block !important;
  }
  .button_module_dLgTable__7ede54ca {
    display: table !important;
  }
  .button_module_dLgTableRow__7ede54ca {
    display: table-row !important;
  }
  .button_module_dLgTableCell__7ede54ca {
    display: table-cell !important;
  }
  .button_module_dLgFlex__7ede54ca {
    display: flex !important;
  }
  .button_module_dLgInlineFlex__7ede54ca {
    display: inline-flex !important;
  }
  .button_module_justifyContentStartLg__7ede54ca {
    justify-content: flex-start;
  }
  .button_module_justifyContentEndLg__7ede54ca {
    justify-content: flex-end;
  }
  .button_module_justifyContentCenterLg__7ede54ca {
    justify-content: center;
  }
  .button_module_justifyContentBetweenLg__7ede54ca {
    justify-content: space-between;
  }
  .button_module_justifyContentAroundLg__7ede54ca {
    justify-content: space-around;
  }
  .button_module_justifyContentInitialLg__7ede54ca {
    justify-content: initial;
  }
  .button_module_justifyContentInheritLg__7ede54ca {
    justify-content: inherit;
  }
  .button_module_alignItemsStretchLg__7ede54ca {
    align-items: stretch;
  }
  .button_module_alignItemsCenterLg__7ede54ca {
    align-items: center;
  }
  .button_module_alignItemsStartLg__7ede54ca {
    align-items: flex-start;
  }
  .button_module_alignItemsEndLg__7ede54ca {
    align-items: flex-end;
  }
  .button_module_alignItemsBaseLg__7ede54ca {
    align-items: baseline;
  }
  .button_module_alignSelfAutoLg__7ede54ca {
    align-self: auto;
  }
  .button_module_alignSelfStretchLg__7ede54ca {
    align-self: stretch;
  }
  .button_module_alignSelfCenterLg__7ede54ca {
    align-self: center;
  }
  .button_module_alignSelfStartLg__7ede54ca {
    align-self: flex-start;
  }
  .button_module_alignSelfEndLg__7ede54ca {
    align-self: flex-end;
  }
  .button_module_alignSelfBaselineLg__7ede54ca {
    align-self: baseline;
  }
  .button_module_alignSelfInitialLg__7ede54ca {
    align-self: initial;
  }
  .button_module_alignSelfInheritLg__7ede54ca {
    align-self: inherit;
  }
  .button_module_alignContentStretchLg__7ede54ca {
    align-content: stretch;
  }
  .button_module_alignContentCenterLg__7ede54ca {
    align-content: center;
  }
  .button_module_alignContentStartLg__7ede54ca {
    align-content: flex-start;
  }
  .button_module_alignContentEndLg__7ede54ca {
    align-content: flex-end;
  }
  .button_module_alignContentBetweenLg__7ede54ca {
    align-content: space-between;
  }
  .button_module_alignContentAroundLg__7ede54ca {
    align-content: space-around;
  }
  .button_module_alignContentInitialLg__7ede54ca {
    align-content: initial;
  }
  .button_module_alignContentInheritLg__7ede54ca {
    align-content: inherit;
  }
  .button_module_flexRowLg__7ede54ca {
    flex-direction: row;
  }
  .button_module_flexRowReverseLg__7ede54ca {
    flex-direction: row-reverse;
  }
  .button_module_flexColumnLg__7ede54ca {
    flex-direction: column;
  }
  .button_module_flexColumnReverseLg__7ede54ca {
    flex-direction: column-reverse;
  }
  .button_module_flexWrapLg__7ede54ca {
    flex-wrap: wrap;
  }
  .button_module_flexNowrapLg__7ede54ca {
    flex-wrap: nowrap;
  }
  .button_module_order1Lg__7ede54ca {
    order: 1;
  }
  .button_module_order2Lg__7ede54ca {
    order: 2;
  }
  .button_module_order3Lg__7ede54ca {
    order: 3;
  }
  .button_module_order4Lg__7ede54ca {
    order: 4;
  }
  .button_module_order5Lg__7ede54ca {
    order: 5;
  }
  .button_module_order6Lg__7ede54ca {
    order: 6;
  }
  .button_module_order7Lg__7ede54ca {
    order: 7;
  }
  .button_module_order8Lg__7ede54ca {
    order: 8;
  }
  .button_module_order9Lg__7ede54ca {
    order: 9;
  }
  .button_module_order10Lg__7ede54ca {
    order: 10;
  }
  .button_module_order11Lg__7ede54ca {
    order: 11;
  }
  .button_module_order12Lg__7ede54ca {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .button_module_dXlNone__7ede54ca {
    display: none !important;
  }
  .button_module_dXlInline__7ede54ca {
    display: inline !important;
  }
  .button_module_dXlInlineBlock__7ede54ca {
    display: inline-block !important;
  }
  .button_module_dXlBlock__7ede54ca {
    display: block !important;
  }
  .button_module_dXlTable__7ede54ca {
    display: table !important;
  }
  .button_module_dXlTableRow__7ede54ca {
    display: table-row !important;
  }
  .button_module_dXlTableCell__7ede54ca {
    display: table-cell !important;
  }
  .button_module_dXlFlex__7ede54ca {
    display: flex !important;
  }
  .button_module_dXlInlineFlex__7ede54ca {
    display: inline-flex !important;
  }
  .button_module_justifyContentStartXl__7ede54ca {
    justify-content: flex-start;
  }
  .button_module_justifyContentEndXl__7ede54ca {
    justify-content: flex-end;
  }
  .button_module_justifyContentCenterXl__7ede54ca {
    justify-content: center;
  }
  .button_module_justifyContentBetweenXl__7ede54ca {
    justify-content: space-between;
  }
  .button_module_justifyContentAroundXl__7ede54ca {
    justify-content: space-around;
  }
  .button_module_justifyContentInitialXl__7ede54ca {
    justify-content: initial;
  }
  .button_module_justifyContentInheritXl__7ede54ca {
    justify-content: inherit;
  }
  .button_module_alignItemsStretchXl__7ede54ca {
    align-items: stretch;
  }
  .button_module_alignItemsCenterXl__7ede54ca {
    align-items: center;
  }
  .button_module_alignItemsStartXl__7ede54ca {
    align-items: flex-start;
  }
  .button_module_alignItemsEndXl__7ede54ca {
    align-items: flex-end;
  }
  .button_module_alignItemsBaseXl__7ede54ca {
    align-items: baseline;
  }
  .button_module_alignSelfAutoXl__7ede54ca {
    align-self: auto;
  }
  .button_module_alignSelfStretchXl__7ede54ca {
    align-self: stretch;
  }
  .button_module_alignSelfCenterXl__7ede54ca {
    align-self: center;
  }
  .button_module_alignSelfStartXl__7ede54ca {
    align-self: flex-start;
  }
  .button_module_alignSelfEndXl__7ede54ca {
    align-self: flex-end;
  }
  .button_module_alignSelfBaselineXl__7ede54ca {
    align-self: baseline;
  }
  .button_module_alignSelfInitialXl__7ede54ca {
    align-self: initial;
  }
  .button_module_alignSelfInheritXl__7ede54ca {
    align-self: inherit;
  }
  .button_module_alignContentStretchXl__7ede54ca {
    align-content: stretch;
  }
  .button_module_alignContentCenterXl__7ede54ca {
    align-content: center;
  }
  .button_module_alignContentStartXl__7ede54ca {
    align-content: flex-start;
  }
  .button_module_alignContentEndXl__7ede54ca {
    align-content: flex-end;
  }
  .button_module_alignContentBetweenXl__7ede54ca {
    align-content: space-between;
  }
  .button_module_alignContentAroundXl__7ede54ca {
    align-content: space-around;
  }
  .button_module_alignContentInitialXl__7ede54ca {
    align-content: initial;
  }
  .button_module_alignContentInheritXl__7ede54ca {
    align-content: inherit;
  }
  .button_module_flexRowXl__7ede54ca {
    flex-direction: row;
  }
  .button_module_flexRowReverseXl__7ede54ca {
    flex-direction: row-reverse;
  }
  .button_module_flexColumnXl__7ede54ca {
    flex-direction: column;
  }
  .button_module_flexColumnReverseXl__7ede54ca {
    flex-direction: column-reverse;
  }
  .button_module_flexWrapXl__7ede54ca {
    flex-wrap: wrap;
  }
  .button_module_flexNowrapXl__7ede54ca {
    flex-wrap: nowrap;
  }
  .button_module_order1Xl__7ede54ca {
    order: 1;
  }
  .button_module_order2Xl__7ede54ca {
    order: 2;
  }
  .button_module_order3Xl__7ede54ca {
    order: 3;
  }
  .button_module_order4Xl__7ede54ca {
    order: 4;
  }
  .button_module_order5Xl__7ede54ca {
    order: 5;
  }
  .button_module_order6Xl__7ede54ca {
    order: 6;
  }
  .button_module_order7Xl__7ede54ca {
    order: 7;
  }
  .button_module_order8Xl__7ede54ca {
    order: 8;
  }
  .button_module_order9Xl__7ede54ca {
    order: 9;
  }
  .button_module_order10Xl__7ede54ca {
    order: 10;
  }
  .button_module_order11Xl__7ede54ca {
    order: 11;
  }
  .button_module_order12Xl__7ede54ca {
    order: 12;
  }
}
.button_module_btn__7ede54ca {
  border: none;
  background-color: rgb(61, 196, 113);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 4px;
}
.button_module_btn__7ede54ca:hover {
  background-color: red;
}

.button_module_btn_Primary__7ede54ca {
  background-color: rgb(33, 19, 230);
  color: white;
}
.button_module_btn_Primary__7ede54ca:hover {
  background-color: rgb(50, 39, 208);
}.navLink_module_dNone__938cc818 {
  display: none !important;
}

.navLink_module_dInline__938cc818 {
  display: inline !important;
}

.navLink_module_dInlineBlock__938cc818 {
  display: inline-block !important;
}

.navLink_module_dBlock__938cc818 {
  display: block !important;
}

.navLink_module_dTable__938cc818 {
  display: table !important;
}

.navLink_module_dTableRow__938cc818 {
  display: table-row !important;
}

.navLink_module_dTableCell__938cc818 {
  display: table-cell !important;
}

.navLink_module_dFlex__938cc818 {
  display: flex !important;
}

.navLink_module_dInlineFlex__938cc818 {
  display: inline-flex !important;
}

.navLink_module_justifyContentStart__938cc818 {
  justify-content: flex-start;
}

.navLink_module_justifyContentEnd__938cc818 {
  justify-content: flex-end;
}

.navLink_module_justifyContentCenter__938cc818 {
  justify-content: center;
}

.navLink_module_justifyContentBetween__938cc818 {
  justify-content: space-between;
}

.navLink_module_justifyContentAround__938cc818 {
  justify-content: space-around;
}

.navLink_module_justifyContentInitial__938cc818 {
  justify-content: initial;
}

.navLink_module_justifyContentInherit__938cc818 {
  justify-content: inherit;
}

.navLink_module_alignItemsStretch__938cc818 {
  align-items: stretch;
}

.navLink_module_alignItemsCenter__938cc818 {
  align-items: center;
}

.navLink_module_alignItemsStart__938cc818 {
  align-items: flex-start;
}

.navLink_module_alignItemsEnd__938cc818 {
  align-items: flex-end;
}

.navLink_module_alignItemsBase__938cc818 {
  align-items: baseline;
}

.navLink_module_alignSelfAuto__938cc818 {
  align-self: auto;
}

.navLink_module_alignSelfStretch__938cc818 {
  align-self: stretch;
}

.navLink_module_alignSelfCenter__938cc818 {
  align-self: center;
}

.navLink_module_alignSelfStart__938cc818 {
  align-self: flex-start;
}

.navLink_module_alignSelfEnd__938cc818 {
  align-self: flex-end;
}

.navLink_module_alignSelfBaseline__938cc818 {
  align-self: baseline;
}

.navLink_module_alignSelfInitial__938cc818 {
  align-self: initial;
}

.navLink_module_alignSelfInherit__938cc818 {
  align-self: inherit;
}

.navLink_module_alignContentStretch__938cc818 {
  align-content: stretch;
}

.navLink_module_alignContentCenter__938cc818 {
  align-content: center;
}

.navLink_module_alignContentStart__938cc818 {
  align-content: flex-start;
}

.navLink_module_alignContentEnd__938cc818 {
  align-content: flex-end;
}

.navLink_module_alignContentBetween__938cc818 {
  align-content: space-between;
}

.navLink_module_alignContentAround__938cc818 {
  align-content: space-around;
}

.navLink_module_alignContentInitial__938cc818 {
  align-content: initial;
}

.navLink_module_alignContentInherit__938cc818 {
  align-content: inherit;
}

.navLink_module_flexRow__938cc818 {
  flex-direction: row;
}

.navLink_module_flexRowReverse__938cc818 {
  flex-direction: row-reverse;
}

.navLink_module_flexColumn__938cc818 {
  flex-direction: column;
}

.navLink_module_flexColumnReverse__938cc818 {
  flex-direction: column-reverse;
}

.navLink_module_flexWrap__938cc818 {
  flex-wrap: wrap;
}

.navLink_module_flexNowrap__938cc818 {
  flex-wrap: nowrap;
}

.navLink_module_order1__938cc818 {
  order: 1;
}

.navLink_module_order2__938cc818 {
  order: 2;
}

.navLink_module_order3__938cc818 {
  order: 3;
}

.navLink_module_order4__938cc818 {
  order: 4;
}

.navLink_module_order5__938cc818 {
  order: 5;
}

.navLink_module_order6__938cc818 {
  order: 6;
}

.navLink_module_order7__938cc818 {
  order: 7;
}

.navLink_module_order8__938cc818 {
  order: 8;
}

.navLink_module_order9__938cc818 {
  order: 9;
}

.navLink_module_order10__938cc818 {
  order: 10;
}

.navLink_module_order11__938cc818 {
  order: 11;
}

.navLink_module_order12__938cc818 {
  order: 12;
}

@media (min-width: 576px) {
  .navLink_module_dSmNone__938cc818 {
    display: none !important;
  }
  .navLink_module_dSmInline__938cc818 {
    display: inline !important;
  }
  .navLink_module_dSmInlineBlock__938cc818 {
    display: inline-block !important;
  }
  .navLink_module_dSmBlock__938cc818 {
    display: block !important;
  }
  .navLink_module_dSmTable__938cc818 {
    display: table !important;
  }
  .navLink_module_dSmTableRow__938cc818 {
    display: table-row !important;
  }
  .navLink_module_dSmTableCell__938cc818 {
    display: table-cell !important;
  }
  .navLink_module_dSmFlex__938cc818 {
    display: flex !important;
  }
  .navLink_module_dSmInlineFlex__938cc818 {
    display: inline-flex !important;
  }
  .navLink_module_justifyContentStartSm__938cc818 {
    justify-content: flex-start;
  }
  .navLink_module_justifyContentEndSm__938cc818 {
    justify-content: flex-end;
  }
  .navLink_module_justifyContentCenterSm__938cc818 {
    justify-content: center;
  }
  .navLink_module_justifyContentBetweenSm__938cc818 {
    justify-content: space-between;
  }
  .navLink_module_justifyContentAroundSm__938cc818 {
    justify-content: space-around;
  }
  .navLink_module_justifyContentInitialSm__938cc818 {
    justify-content: initial;
  }
  .navLink_module_justifyContentInheritSm__938cc818 {
    justify-content: inherit;
  }
  .navLink_module_alignItemsStretchSm__938cc818 {
    align-items: stretch;
  }
  .navLink_module_alignItemsCenterSm__938cc818 {
    align-items: center;
  }
  .navLink_module_alignItemsStartSm__938cc818 {
    align-items: flex-start;
  }
  .navLink_module_alignItemsEndSm__938cc818 {
    align-items: flex-end;
  }
  .navLink_module_alignItemsBaseSm__938cc818 {
    align-items: baseline;
  }
  .navLink_module_alignSelfAutoSm__938cc818 {
    align-self: auto;
  }
  .navLink_module_alignSelfStretchSm__938cc818 {
    align-self: stretch;
  }
  .navLink_module_alignSelfCenterSm__938cc818 {
    align-self: center;
  }
  .navLink_module_alignSelfStartSm__938cc818 {
    align-self: flex-start;
  }
  .navLink_module_alignSelfEndSm__938cc818 {
    align-self: flex-end;
  }
  .navLink_module_alignSelfBaselineSm__938cc818 {
    align-self: baseline;
  }
  .navLink_module_alignSelfInitialSm__938cc818 {
    align-self: initial;
  }
  .navLink_module_alignSelfInheritSm__938cc818 {
    align-self: inherit;
  }
  .navLink_module_alignContentStretchSm__938cc818 {
    align-content: stretch;
  }
  .navLink_module_alignContentCenterSm__938cc818 {
    align-content: center;
  }
  .navLink_module_alignContentStartSm__938cc818 {
    align-content: flex-start;
  }
  .navLink_module_alignContentEndSm__938cc818 {
    align-content: flex-end;
  }
  .navLink_module_alignContentBetweenSm__938cc818 {
    align-content: space-between;
  }
  .navLink_module_alignContentAroundSm__938cc818 {
    align-content: space-around;
  }
  .navLink_module_alignContentInitialSm__938cc818 {
    align-content: initial;
  }
  .navLink_module_alignContentInheritSm__938cc818 {
    align-content: inherit;
  }
  .navLink_module_flexRowSm__938cc818 {
    flex-direction: row;
  }
  .navLink_module_flexRowReverseSm__938cc818 {
    flex-direction: row-reverse;
  }
  .navLink_module_flexColumnSm__938cc818 {
    flex-direction: column;
  }
  .navLink_module_flexColumnReverseSm__938cc818 {
    flex-direction: column-reverse;
  }
  .navLink_module_flexWrapSm__938cc818 {
    flex-wrap: wrap;
  }
  .navLink_module_flexNowrapSm__938cc818 {
    flex-wrap: nowrap;
  }
  .navLink_module_order1Sm__938cc818 {
    order: 1;
  }
  .navLink_module_order2Sm__938cc818 {
    order: 2;
  }
  .navLink_module_order3Sm__938cc818 {
    order: 3;
  }
  .navLink_module_order4Sm__938cc818 {
    order: 4;
  }
  .navLink_module_order5Sm__938cc818 {
    order: 5;
  }
  .navLink_module_order6Sm__938cc818 {
    order: 6;
  }
  .navLink_module_order7Sm__938cc818 {
    order: 7;
  }
  .navLink_module_order8Sm__938cc818 {
    order: 8;
  }
  .navLink_module_order9Sm__938cc818 {
    order: 9;
  }
  .navLink_module_order10Sm__938cc818 {
    order: 10;
  }
  .navLink_module_order11Sm__938cc818 {
    order: 11;
  }
  .navLink_module_order12Sm__938cc818 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .navLink_module_dMdNone__938cc818 {
    display: none !important;
  }
  .navLink_module_dMdInline__938cc818 {
    display: inline !important;
  }
  .navLink_module_dMdInlineBlock__938cc818 {
    display: inline-block !important;
  }
  .navLink_module_dMdBlock__938cc818 {
    display: block !important;
  }
  .navLink_module_dMdTable__938cc818 {
    display: table !important;
  }
  .navLink_module_dMdTableRow__938cc818 {
    display: table-row !important;
  }
  .navLink_module_dMdTableCell__938cc818 {
    display: table-cell !important;
  }
  .navLink_module_dMdFlex__938cc818 {
    display: flex !important;
  }
  .navLink_module_dMdInlineFlex__938cc818 {
    display: inline-flex !important;
  }
  .navLink_module_justifyContentStartMd__938cc818 {
    justify-content: flex-start;
  }
  .navLink_module_justifyContentEndMd__938cc818 {
    justify-content: flex-end;
  }
  .navLink_module_justifyContentCenterMd__938cc818 {
    justify-content: center;
  }
  .navLink_module_justifyContentBetweenMd__938cc818 {
    justify-content: space-between;
  }
  .navLink_module_justifyContentAroundMd__938cc818 {
    justify-content: space-around;
  }
  .navLink_module_justifyContentInitialMd__938cc818 {
    justify-content: initial;
  }
  .navLink_module_justifyContentInheritMd__938cc818 {
    justify-content: inherit;
  }
  .navLink_module_alignItemsStretchMd__938cc818 {
    align-items: stretch;
  }
  .navLink_module_alignItemsCenterMd__938cc818 {
    align-items: center;
  }
  .navLink_module_alignItemsStartMd__938cc818 {
    align-items: flex-start;
  }
  .navLink_module_alignItemsEndMd__938cc818 {
    align-items: flex-end;
  }
  .navLink_module_alignItemsBaseMd__938cc818 {
    align-items: baseline;
  }
  .navLink_module_alignSelfAutoMd__938cc818 {
    align-self: auto;
  }
  .navLink_module_alignSelfStretchMd__938cc818 {
    align-self: stretch;
  }
  .navLink_module_alignSelfCenterMd__938cc818 {
    align-self: center;
  }
  .navLink_module_alignSelfStartMd__938cc818 {
    align-self: flex-start;
  }
  .navLink_module_alignSelfEndMd__938cc818 {
    align-self: flex-end;
  }
  .navLink_module_alignSelfBaselineMd__938cc818 {
    align-self: baseline;
  }
  .navLink_module_alignSelfInitialMd__938cc818 {
    align-self: initial;
  }
  .navLink_module_alignSelfInheritMd__938cc818 {
    align-self: inherit;
  }
  .navLink_module_alignContentStretchMd__938cc818 {
    align-content: stretch;
  }
  .navLink_module_alignContentCenterMd__938cc818 {
    align-content: center;
  }
  .navLink_module_alignContentStartMd__938cc818 {
    align-content: flex-start;
  }
  .navLink_module_alignContentEndMd__938cc818 {
    align-content: flex-end;
  }
  .navLink_module_alignContentBetweenMd__938cc818 {
    align-content: space-between;
  }
  .navLink_module_alignContentAroundMd__938cc818 {
    align-content: space-around;
  }
  .navLink_module_alignContentInitialMd__938cc818 {
    align-content: initial;
  }
  .navLink_module_alignContentInheritMd__938cc818 {
    align-content: inherit;
  }
  .navLink_module_flexRowMd__938cc818 {
    flex-direction: row;
  }
  .navLink_module_flexRowReverseMd__938cc818 {
    flex-direction: row-reverse;
  }
  .navLink_module_flexColumnMd__938cc818 {
    flex-direction: column;
  }
  .navLink_module_flexColumnReverseMd__938cc818 {
    flex-direction: column-reverse;
  }
  .navLink_module_flexWrapMd__938cc818 {
    flex-wrap: wrap;
  }
  .navLink_module_flexNowrapMd__938cc818 {
    flex-wrap: nowrap;
  }
  .navLink_module_order1Md__938cc818 {
    order: 1;
  }
  .navLink_module_order2Md__938cc818 {
    order: 2;
  }
  .navLink_module_order3Md__938cc818 {
    order: 3;
  }
  .navLink_module_order4Md__938cc818 {
    order: 4;
  }
  .navLink_module_order5Md__938cc818 {
    order: 5;
  }
  .navLink_module_order6Md__938cc818 {
    order: 6;
  }
  .navLink_module_order7Md__938cc818 {
    order: 7;
  }
  .navLink_module_order8Md__938cc818 {
    order: 8;
  }
  .navLink_module_order9Md__938cc818 {
    order: 9;
  }
  .navLink_module_order10Md__938cc818 {
    order: 10;
  }
  .navLink_module_order11Md__938cc818 {
    order: 11;
  }
  .navLink_module_order12Md__938cc818 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .navLink_module_dLgNone__938cc818 {
    display: none !important;
  }
  .navLink_module_dLgInline__938cc818 {
    display: inline !important;
  }
  .navLink_module_dLgInlineBlock__938cc818 {
    display: inline-block !important;
  }
  .navLink_module_dLgBlock__938cc818 {
    display: block !important;
  }
  .navLink_module_dLgTable__938cc818 {
    display: table !important;
  }
  .navLink_module_dLgTableRow__938cc818 {
    display: table-row !important;
  }
  .navLink_module_dLgTableCell__938cc818 {
    display: table-cell !important;
  }
  .navLink_module_dLgFlex__938cc818 {
    display: flex !important;
  }
  .navLink_module_dLgInlineFlex__938cc818 {
    display: inline-flex !important;
  }
  .navLink_module_justifyContentStartLg__938cc818 {
    justify-content: flex-start;
  }
  .navLink_module_justifyContentEndLg__938cc818 {
    justify-content: flex-end;
  }
  .navLink_module_justifyContentCenterLg__938cc818 {
    justify-content: center;
  }
  .navLink_module_justifyContentBetweenLg__938cc818 {
    justify-content: space-between;
  }
  .navLink_module_justifyContentAroundLg__938cc818 {
    justify-content: space-around;
  }
  .navLink_module_justifyContentInitialLg__938cc818 {
    justify-content: initial;
  }
  .navLink_module_justifyContentInheritLg__938cc818 {
    justify-content: inherit;
  }
  .navLink_module_alignItemsStretchLg__938cc818 {
    align-items: stretch;
  }
  .navLink_module_alignItemsCenterLg__938cc818 {
    align-items: center;
  }
  .navLink_module_alignItemsStartLg__938cc818 {
    align-items: flex-start;
  }
  .navLink_module_alignItemsEndLg__938cc818 {
    align-items: flex-end;
  }
  .navLink_module_alignItemsBaseLg__938cc818 {
    align-items: baseline;
  }
  .navLink_module_alignSelfAutoLg__938cc818 {
    align-self: auto;
  }
  .navLink_module_alignSelfStretchLg__938cc818 {
    align-self: stretch;
  }
  .navLink_module_alignSelfCenterLg__938cc818 {
    align-self: center;
  }
  .navLink_module_alignSelfStartLg__938cc818 {
    align-self: flex-start;
  }
  .navLink_module_alignSelfEndLg__938cc818 {
    align-self: flex-end;
  }
  .navLink_module_alignSelfBaselineLg__938cc818 {
    align-self: baseline;
  }
  .navLink_module_alignSelfInitialLg__938cc818 {
    align-self: initial;
  }
  .navLink_module_alignSelfInheritLg__938cc818 {
    align-self: inherit;
  }
  .navLink_module_alignContentStretchLg__938cc818 {
    align-content: stretch;
  }
  .navLink_module_alignContentCenterLg__938cc818 {
    align-content: center;
  }
  .navLink_module_alignContentStartLg__938cc818 {
    align-content: flex-start;
  }
  .navLink_module_alignContentEndLg__938cc818 {
    align-content: flex-end;
  }
  .navLink_module_alignContentBetweenLg__938cc818 {
    align-content: space-between;
  }
  .navLink_module_alignContentAroundLg__938cc818 {
    align-content: space-around;
  }
  .navLink_module_alignContentInitialLg__938cc818 {
    align-content: initial;
  }
  .navLink_module_alignContentInheritLg__938cc818 {
    align-content: inherit;
  }
  .navLink_module_flexRowLg__938cc818 {
    flex-direction: row;
  }
  .navLink_module_flexRowReverseLg__938cc818 {
    flex-direction: row-reverse;
  }
  .navLink_module_flexColumnLg__938cc818 {
    flex-direction: column;
  }
  .navLink_module_flexColumnReverseLg__938cc818 {
    flex-direction: column-reverse;
  }
  .navLink_module_flexWrapLg__938cc818 {
    flex-wrap: wrap;
  }
  .navLink_module_flexNowrapLg__938cc818 {
    flex-wrap: nowrap;
  }
  .navLink_module_order1Lg__938cc818 {
    order: 1;
  }
  .navLink_module_order2Lg__938cc818 {
    order: 2;
  }
  .navLink_module_order3Lg__938cc818 {
    order: 3;
  }
  .navLink_module_order4Lg__938cc818 {
    order: 4;
  }
  .navLink_module_order5Lg__938cc818 {
    order: 5;
  }
  .navLink_module_order6Lg__938cc818 {
    order: 6;
  }
  .navLink_module_order7Lg__938cc818 {
    order: 7;
  }
  .navLink_module_order8Lg__938cc818 {
    order: 8;
  }
  .navLink_module_order9Lg__938cc818 {
    order: 9;
  }
  .navLink_module_order10Lg__938cc818 {
    order: 10;
  }
  .navLink_module_order11Lg__938cc818 {
    order: 11;
  }
  .navLink_module_order12Lg__938cc818 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .navLink_module_dXlNone__938cc818 {
    display: none !important;
  }
  .navLink_module_dXlInline__938cc818 {
    display: inline !important;
  }
  .navLink_module_dXlInlineBlock__938cc818 {
    display: inline-block !important;
  }
  .navLink_module_dXlBlock__938cc818 {
    display: block !important;
  }
  .navLink_module_dXlTable__938cc818 {
    display: table !important;
  }
  .navLink_module_dXlTableRow__938cc818 {
    display: table-row !important;
  }
  .navLink_module_dXlTableCell__938cc818 {
    display: table-cell !important;
  }
  .navLink_module_dXlFlex__938cc818 {
    display: flex !important;
  }
  .navLink_module_dXlInlineFlex__938cc818 {
    display: inline-flex !important;
  }
  .navLink_module_justifyContentStartXl__938cc818 {
    justify-content: flex-start;
  }
  .navLink_module_justifyContentEndXl__938cc818 {
    justify-content: flex-end;
  }
  .navLink_module_justifyContentCenterXl__938cc818 {
    justify-content: center;
  }
  .navLink_module_justifyContentBetweenXl__938cc818 {
    justify-content: space-between;
  }
  .navLink_module_justifyContentAroundXl__938cc818 {
    justify-content: space-around;
  }
  .navLink_module_justifyContentInitialXl__938cc818 {
    justify-content: initial;
  }
  .navLink_module_justifyContentInheritXl__938cc818 {
    justify-content: inherit;
  }
  .navLink_module_alignItemsStretchXl__938cc818 {
    align-items: stretch;
  }
  .navLink_module_alignItemsCenterXl__938cc818 {
    align-items: center;
  }
  .navLink_module_alignItemsStartXl__938cc818 {
    align-items: flex-start;
  }
  .navLink_module_alignItemsEndXl__938cc818 {
    align-items: flex-end;
  }
  .navLink_module_alignItemsBaseXl__938cc818 {
    align-items: baseline;
  }
  .navLink_module_alignSelfAutoXl__938cc818 {
    align-self: auto;
  }
  .navLink_module_alignSelfStretchXl__938cc818 {
    align-self: stretch;
  }
  .navLink_module_alignSelfCenterXl__938cc818 {
    align-self: center;
  }
  .navLink_module_alignSelfStartXl__938cc818 {
    align-self: flex-start;
  }
  .navLink_module_alignSelfEndXl__938cc818 {
    align-self: flex-end;
  }
  .navLink_module_alignSelfBaselineXl__938cc818 {
    align-self: baseline;
  }
  .navLink_module_alignSelfInitialXl__938cc818 {
    align-self: initial;
  }
  .navLink_module_alignSelfInheritXl__938cc818 {
    align-self: inherit;
  }
  .navLink_module_alignContentStretchXl__938cc818 {
    align-content: stretch;
  }
  .navLink_module_alignContentCenterXl__938cc818 {
    align-content: center;
  }
  .navLink_module_alignContentStartXl__938cc818 {
    align-content: flex-start;
  }
  .navLink_module_alignContentEndXl__938cc818 {
    align-content: flex-end;
  }
  .navLink_module_alignContentBetweenXl__938cc818 {
    align-content: space-between;
  }
  .navLink_module_alignContentAroundXl__938cc818 {
    align-content: space-around;
  }
  .navLink_module_alignContentInitialXl__938cc818 {
    align-content: initial;
  }
  .navLink_module_alignContentInheritXl__938cc818 {
    align-content: inherit;
  }
  .navLink_module_flexRowXl__938cc818 {
    flex-direction: row;
  }
  .navLink_module_flexRowReverseXl__938cc818 {
    flex-direction: row-reverse;
  }
  .navLink_module_flexColumnXl__938cc818 {
    flex-direction: column;
  }
  .navLink_module_flexColumnReverseXl__938cc818 {
    flex-direction: column-reverse;
  }
  .navLink_module_flexWrapXl__938cc818 {
    flex-wrap: wrap;
  }
  .navLink_module_flexNowrapXl__938cc818 {
    flex-wrap: nowrap;
  }
  .navLink_module_order1Xl__938cc818 {
    order: 1;
  }
  .navLink_module_order2Xl__938cc818 {
    order: 2;
  }
  .navLink_module_order3Xl__938cc818 {
    order: 3;
  }
  .navLink_module_order4Xl__938cc818 {
    order: 4;
  }
  .navLink_module_order5Xl__938cc818 {
    order: 5;
  }
  .navLink_module_order6Xl__938cc818 {
    order: 6;
  }
  .navLink_module_order7Xl__938cc818 {
    order: 7;
  }
  .navLink_module_order8Xl__938cc818 {
    order: 8;
  }
  .navLink_module_order9Xl__938cc818 {
    order: 9;
  }
  .navLink_module_order10Xl__938cc818 {
    order: 10;
  }
  .navLink_module_order11Xl__938cc818 {
    order: 11;
  }
  .navLink_module_order12Xl__938cc818 {
    order: 12;
  }
}
.navLink_module_nav__938cc818 {
  display: flex;
}
.navLink_module_nav__938cc818:after, .navLink_module_nav__938cc818::before {
  display: none;
}
.navLink_module_nav__node__938cc818 {
  padding: 0 1rem;
}
.navLink_module_nav__link__938cc818 {
  color: #999999;
  font-size: 0.875rem;
  font-weight: 600;
}
.navLink_module_nav__link__938cc818:hover {
  color: #102b7b;
}
.navLink_module_nav__link_Active__938cc818 {
  color: #2ecc71;
}
.navLink_module_nav__link_Active__938cc818:hover {
  color: #2ecc71 !important;
}.nav_module_dNone__8ecb86bd {
  display: none !important;
}

.nav_module_dInline__8ecb86bd {
  display: inline !important;
}

.nav_module_dInlineBlock__8ecb86bd {
  display: inline-block !important;
}

.nav_module_dBlock__8ecb86bd {
  display: block !important;
}

.nav_module_dTable__8ecb86bd {
  display: table !important;
}

.nav_module_dTableRow__8ecb86bd {
  display: table-row !important;
}

.nav_module_dTableCell__8ecb86bd {
  display: table-cell !important;
}

.nav_module_dFlex__8ecb86bd {
  display: flex !important;
}

.nav_module_dInlineFlex__8ecb86bd {
  display: inline-flex !important;
}

.nav_module_justifyContentStart__8ecb86bd {
  justify-content: flex-start;
}

.nav_module_justifyContentEnd__8ecb86bd {
  justify-content: flex-end;
}

.nav_module_justifyContentCenter__8ecb86bd {
  justify-content: center;
}

.nav_module_justifyContentBetween__8ecb86bd {
  justify-content: space-between;
}

.nav_module_justifyContentAround__8ecb86bd {
  justify-content: space-around;
}

.nav_module_justifyContentInitial__8ecb86bd {
  justify-content: initial;
}

.nav_module_justifyContentInherit__8ecb86bd {
  justify-content: inherit;
}

.nav_module_alignItemsStretch__8ecb86bd {
  align-items: stretch;
}

.nav_module_alignItemsCenter__8ecb86bd {
  align-items: center;
}

.nav_module_alignItemsStart__8ecb86bd {
  align-items: flex-start;
}

.nav_module_alignItemsEnd__8ecb86bd {
  align-items: flex-end;
}

.nav_module_alignItemsBase__8ecb86bd {
  align-items: baseline;
}

.nav_module_alignSelfAuto__8ecb86bd {
  align-self: auto;
}

.nav_module_alignSelfStretch__8ecb86bd {
  align-self: stretch;
}

.nav_module_alignSelfCenter__8ecb86bd {
  align-self: center;
}

.nav_module_alignSelfStart__8ecb86bd {
  align-self: flex-start;
}

.nav_module_alignSelfEnd__8ecb86bd {
  align-self: flex-end;
}

.nav_module_alignSelfBaseline__8ecb86bd {
  align-self: baseline;
}

.nav_module_alignSelfInitial__8ecb86bd {
  align-self: initial;
}

.nav_module_alignSelfInherit__8ecb86bd {
  align-self: inherit;
}

.nav_module_alignContentStretch__8ecb86bd {
  align-content: stretch;
}

.nav_module_alignContentCenter__8ecb86bd {
  align-content: center;
}

.nav_module_alignContentStart__8ecb86bd {
  align-content: flex-start;
}

.nav_module_alignContentEnd__8ecb86bd {
  align-content: flex-end;
}

.nav_module_alignContentBetween__8ecb86bd {
  align-content: space-between;
}

.nav_module_alignContentAround__8ecb86bd {
  align-content: space-around;
}

.nav_module_alignContentInitial__8ecb86bd {
  align-content: initial;
}

.nav_module_alignContentInherit__8ecb86bd {
  align-content: inherit;
}

.nav_module_flexRow__8ecb86bd {
  flex-direction: row;
}

.nav_module_flexRowReverse__8ecb86bd {
  flex-direction: row-reverse;
}

.nav_module_flexColumn__8ecb86bd {
  flex-direction: column;
}

.nav_module_flexColumnReverse__8ecb86bd {
  flex-direction: column-reverse;
}

.nav_module_flexWrap__8ecb86bd {
  flex-wrap: wrap;
}

.nav_module_flexNowrap__8ecb86bd {
  flex-wrap: nowrap;
}

.nav_module_order1__8ecb86bd {
  order: 1;
}

.nav_module_order2__8ecb86bd {
  order: 2;
}

.nav_module_order3__8ecb86bd {
  order: 3;
}

.nav_module_order4__8ecb86bd {
  order: 4;
}

.nav_module_order5__8ecb86bd {
  order: 5;
}

.nav_module_order6__8ecb86bd {
  order: 6;
}

.nav_module_order7__8ecb86bd {
  order: 7;
}

.nav_module_order8__8ecb86bd {
  order: 8;
}

.nav_module_order9__8ecb86bd {
  order: 9;
}

.nav_module_order10__8ecb86bd {
  order: 10;
}

.nav_module_order11__8ecb86bd {
  order: 11;
}

.nav_module_order12__8ecb86bd {
  order: 12;
}

@media (min-width: 576px) {
  .nav_module_dSmNone__8ecb86bd {
    display: none !important;
  }
  .nav_module_dSmInline__8ecb86bd {
    display: inline !important;
  }
  .nav_module_dSmInlineBlock__8ecb86bd {
    display: inline-block !important;
  }
  .nav_module_dSmBlock__8ecb86bd {
    display: block !important;
  }
  .nav_module_dSmTable__8ecb86bd {
    display: table !important;
  }
  .nav_module_dSmTableRow__8ecb86bd {
    display: table-row !important;
  }
  .nav_module_dSmTableCell__8ecb86bd {
    display: table-cell !important;
  }
  .nav_module_dSmFlex__8ecb86bd {
    display: flex !important;
  }
  .nav_module_dSmInlineFlex__8ecb86bd {
    display: inline-flex !important;
  }
  .nav_module_justifyContentStartSm__8ecb86bd {
    justify-content: flex-start;
  }
  .nav_module_justifyContentEndSm__8ecb86bd {
    justify-content: flex-end;
  }
  .nav_module_justifyContentCenterSm__8ecb86bd {
    justify-content: center;
  }
  .nav_module_justifyContentBetweenSm__8ecb86bd {
    justify-content: space-between;
  }
  .nav_module_justifyContentAroundSm__8ecb86bd {
    justify-content: space-around;
  }
  .nav_module_justifyContentInitialSm__8ecb86bd {
    justify-content: initial;
  }
  .nav_module_justifyContentInheritSm__8ecb86bd {
    justify-content: inherit;
  }
  .nav_module_alignItemsStretchSm__8ecb86bd {
    align-items: stretch;
  }
  .nav_module_alignItemsCenterSm__8ecb86bd {
    align-items: center;
  }
  .nav_module_alignItemsStartSm__8ecb86bd {
    align-items: flex-start;
  }
  .nav_module_alignItemsEndSm__8ecb86bd {
    align-items: flex-end;
  }
  .nav_module_alignItemsBaseSm__8ecb86bd {
    align-items: baseline;
  }
  .nav_module_alignSelfAutoSm__8ecb86bd {
    align-self: auto;
  }
  .nav_module_alignSelfStretchSm__8ecb86bd {
    align-self: stretch;
  }
  .nav_module_alignSelfCenterSm__8ecb86bd {
    align-self: center;
  }
  .nav_module_alignSelfStartSm__8ecb86bd {
    align-self: flex-start;
  }
  .nav_module_alignSelfEndSm__8ecb86bd {
    align-self: flex-end;
  }
  .nav_module_alignSelfBaselineSm__8ecb86bd {
    align-self: baseline;
  }
  .nav_module_alignSelfInitialSm__8ecb86bd {
    align-self: initial;
  }
  .nav_module_alignSelfInheritSm__8ecb86bd {
    align-self: inherit;
  }
  .nav_module_alignContentStretchSm__8ecb86bd {
    align-content: stretch;
  }
  .nav_module_alignContentCenterSm__8ecb86bd {
    align-content: center;
  }
  .nav_module_alignContentStartSm__8ecb86bd {
    align-content: flex-start;
  }
  .nav_module_alignContentEndSm__8ecb86bd {
    align-content: flex-end;
  }
  .nav_module_alignContentBetweenSm__8ecb86bd {
    align-content: space-between;
  }
  .nav_module_alignContentAroundSm__8ecb86bd {
    align-content: space-around;
  }
  .nav_module_alignContentInitialSm__8ecb86bd {
    align-content: initial;
  }
  .nav_module_alignContentInheritSm__8ecb86bd {
    align-content: inherit;
  }
  .nav_module_flexRowSm__8ecb86bd {
    flex-direction: row;
  }
  .nav_module_flexRowReverseSm__8ecb86bd {
    flex-direction: row-reverse;
  }
  .nav_module_flexColumnSm__8ecb86bd {
    flex-direction: column;
  }
  .nav_module_flexColumnReverseSm__8ecb86bd {
    flex-direction: column-reverse;
  }
  .nav_module_flexWrapSm__8ecb86bd {
    flex-wrap: wrap;
  }
  .nav_module_flexNowrapSm__8ecb86bd {
    flex-wrap: nowrap;
  }
  .nav_module_order1Sm__8ecb86bd {
    order: 1;
  }
  .nav_module_order2Sm__8ecb86bd {
    order: 2;
  }
  .nav_module_order3Sm__8ecb86bd {
    order: 3;
  }
  .nav_module_order4Sm__8ecb86bd {
    order: 4;
  }
  .nav_module_order5Sm__8ecb86bd {
    order: 5;
  }
  .nav_module_order6Sm__8ecb86bd {
    order: 6;
  }
  .nav_module_order7Sm__8ecb86bd {
    order: 7;
  }
  .nav_module_order8Sm__8ecb86bd {
    order: 8;
  }
  .nav_module_order9Sm__8ecb86bd {
    order: 9;
  }
  .nav_module_order10Sm__8ecb86bd {
    order: 10;
  }
  .nav_module_order11Sm__8ecb86bd {
    order: 11;
  }
  .nav_module_order12Sm__8ecb86bd {
    order: 12;
  }
}
@media (min-width: 768px) {
  .nav_module_dMdNone__8ecb86bd {
    display: none !important;
  }
  .nav_module_dMdInline__8ecb86bd {
    display: inline !important;
  }
  .nav_module_dMdInlineBlock__8ecb86bd {
    display: inline-block !important;
  }
  .nav_module_dMdBlock__8ecb86bd {
    display: block !important;
  }
  .nav_module_dMdTable__8ecb86bd {
    display: table !important;
  }
  .nav_module_dMdTableRow__8ecb86bd {
    display: table-row !important;
  }
  .nav_module_dMdTableCell__8ecb86bd {
    display: table-cell !important;
  }
  .nav_module_dMdFlex__8ecb86bd {
    display: flex !important;
  }
  .nav_module_dMdInlineFlex__8ecb86bd {
    display: inline-flex !important;
  }
  .nav_module_justifyContentStartMd__8ecb86bd {
    justify-content: flex-start;
  }
  .nav_module_justifyContentEndMd__8ecb86bd {
    justify-content: flex-end;
  }
  .nav_module_justifyContentCenterMd__8ecb86bd {
    justify-content: center;
  }
  .nav_module_justifyContentBetweenMd__8ecb86bd {
    justify-content: space-between;
  }
  .nav_module_justifyContentAroundMd__8ecb86bd {
    justify-content: space-around;
  }
  .nav_module_justifyContentInitialMd__8ecb86bd {
    justify-content: initial;
  }
  .nav_module_justifyContentInheritMd__8ecb86bd {
    justify-content: inherit;
  }
  .nav_module_alignItemsStretchMd__8ecb86bd {
    align-items: stretch;
  }
  .nav_module_alignItemsCenterMd__8ecb86bd {
    align-items: center;
  }
  .nav_module_alignItemsStartMd__8ecb86bd {
    align-items: flex-start;
  }
  .nav_module_alignItemsEndMd__8ecb86bd {
    align-items: flex-end;
  }
  .nav_module_alignItemsBaseMd__8ecb86bd {
    align-items: baseline;
  }
  .nav_module_alignSelfAutoMd__8ecb86bd {
    align-self: auto;
  }
  .nav_module_alignSelfStretchMd__8ecb86bd {
    align-self: stretch;
  }
  .nav_module_alignSelfCenterMd__8ecb86bd {
    align-self: center;
  }
  .nav_module_alignSelfStartMd__8ecb86bd {
    align-self: flex-start;
  }
  .nav_module_alignSelfEndMd__8ecb86bd {
    align-self: flex-end;
  }
  .nav_module_alignSelfBaselineMd__8ecb86bd {
    align-self: baseline;
  }
  .nav_module_alignSelfInitialMd__8ecb86bd {
    align-self: initial;
  }
  .nav_module_alignSelfInheritMd__8ecb86bd {
    align-self: inherit;
  }
  .nav_module_alignContentStretchMd__8ecb86bd {
    align-content: stretch;
  }
  .nav_module_alignContentCenterMd__8ecb86bd {
    align-content: center;
  }
  .nav_module_alignContentStartMd__8ecb86bd {
    align-content: flex-start;
  }
  .nav_module_alignContentEndMd__8ecb86bd {
    align-content: flex-end;
  }
  .nav_module_alignContentBetweenMd__8ecb86bd {
    align-content: space-between;
  }
  .nav_module_alignContentAroundMd__8ecb86bd {
    align-content: space-around;
  }
  .nav_module_alignContentInitialMd__8ecb86bd {
    align-content: initial;
  }
  .nav_module_alignContentInheritMd__8ecb86bd {
    align-content: inherit;
  }
  .nav_module_flexRowMd__8ecb86bd {
    flex-direction: row;
  }
  .nav_module_flexRowReverseMd__8ecb86bd {
    flex-direction: row-reverse;
  }
  .nav_module_flexColumnMd__8ecb86bd {
    flex-direction: column;
  }
  .nav_module_flexColumnReverseMd__8ecb86bd {
    flex-direction: column-reverse;
  }
  .nav_module_flexWrapMd__8ecb86bd {
    flex-wrap: wrap;
  }
  .nav_module_flexNowrapMd__8ecb86bd {
    flex-wrap: nowrap;
  }
  .nav_module_order1Md__8ecb86bd {
    order: 1;
  }
  .nav_module_order2Md__8ecb86bd {
    order: 2;
  }
  .nav_module_order3Md__8ecb86bd {
    order: 3;
  }
  .nav_module_order4Md__8ecb86bd {
    order: 4;
  }
  .nav_module_order5Md__8ecb86bd {
    order: 5;
  }
  .nav_module_order6Md__8ecb86bd {
    order: 6;
  }
  .nav_module_order7Md__8ecb86bd {
    order: 7;
  }
  .nav_module_order8Md__8ecb86bd {
    order: 8;
  }
  .nav_module_order9Md__8ecb86bd {
    order: 9;
  }
  .nav_module_order10Md__8ecb86bd {
    order: 10;
  }
  .nav_module_order11Md__8ecb86bd {
    order: 11;
  }
  .nav_module_order12Md__8ecb86bd {
    order: 12;
  }
}
@media (min-width: 992px) {
  .nav_module_dLgNone__8ecb86bd {
    display: none !important;
  }
  .nav_module_dLgInline__8ecb86bd {
    display: inline !important;
  }
  .nav_module_dLgInlineBlock__8ecb86bd {
    display: inline-block !important;
  }
  .nav_module_dLgBlock__8ecb86bd {
    display: block !important;
  }
  .nav_module_dLgTable__8ecb86bd {
    display: table !important;
  }
  .nav_module_dLgTableRow__8ecb86bd {
    display: table-row !important;
  }
  .nav_module_dLgTableCell__8ecb86bd {
    display: table-cell !important;
  }
  .nav_module_dLgFlex__8ecb86bd {
    display: flex !important;
  }
  .nav_module_dLgInlineFlex__8ecb86bd {
    display: inline-flex !important;
  }
  .nav_module_justifyContentStartLg__8ecb86bd {
    justify-content: flex-start;
  }
  .nav_module_justifyContentEndLg__8ecb86bd {
    justify-content: flex-end;
  }
  .nav_module_justifyContentCenterLg__8ecb86bd {
    justify-content: center;
  }
  .nav_module_justifyContentBetweenLg__8ecb86bd {
    justify-content: space-between;
  }
  .nav_module_justifyContentAroundLg__8ecb86bd {
    justify-content: space-around;
  }
  .nav_module_justifyContentInitialLg__8ecb86bd {
    justify-content: initial;
  }
  .nav_module_justifyContentInheritLg__8ecb86bd {
    justify-content: inherit;
  }
  .nav_module_alignItemsStretchLg__8ecb86bd {
    align-items: stretch;
  }
  .nav_module_alignItemsCenterLg__8ecb86bd {
    align-items: center;
  }
  .nav_module_alignItemsStartLg__8ecb86bd {
    align-items: flex-start;
  }
  .nav_module_alignItemsEndLg__8ecb86bd {
    align-items: flex-end;
  }
  .nav_module_alignItemsBaseLg__8ecb86bd {
    align-items: baseline;
  }
  .nav_module_alignSelfAutoLg__8ecb86bd {
    align-self: auto;
  }
  .nav_module_alignSelfStretchLg__8ecb86bd {
    align-self: stretch;
  }
  .nav_module_alignSelfCenterLg__8ecb86bd {
    align-self: center;
  }
  .nav_module_alignSelfStartLg__8ecb86bd {
    align-self: flex-start;
  }
  .nav_module_alignSelfEndLg__8ecb86bd {
    align-self: flex-end;
  }
  .nav_module_alignSelfBaselineLg__8ecb86bd {
    align-self: baseline;
  }
  .nav_module_alignSelfInitialLg__8ecb86bd {
    align-self: initial;
  }
  .nav_module_alignSelfInheritLg__8ecb86bd {
    align-self: inherit;
  }
  .nav_module_alignContentStretchLg__8ecb86bd {
    align-content: stretch;
  }
  .nav_module_alignContentCenterLg__8ecb86bd {
    align-content: center;
  }
  .nav_module_alignContentStartLg__8ecb86bd {
    align-content: flex-start;
  }
  .nav_module_alignContentEndLg__8ecb86bd {
    align-content: flex-end;
  }
  .nav_module_alignContentBetweenLg__8ecb86bd {
    align-content: space-between;
  }
  .nav_module_alignContentAroundLg__8ecb86bd {
    align-content: space-around;
  }
  .nav_module_alignContentInitialLg__8ecb86bd {
    align-content: initial;
  }
  .nav_module_alignContentInheritLg__8ecb86bd {
    align-content: inherit;
  }
  .nav_module_flexRowLg__8ecb86bd {
    flex-direction: row;
  }
  .nav_module_flexRowReverseLg__8ecb86bd {
    flex-direction: row-reverse;
  }
  .nav_module_flexColumnLg__8ecb86bd {
    flex-direction: column;
  }
  .nav_module_flexColumnReverseLg__8ecb86bd {
    flex-direction: column-reverse;
  }
  .nav_module_flexWrapLg__8ecb86bd {
    flex-wrap: wrap;
  }
  .nav_module_flexNowrapLg__8ecb86bd {
    flex-wrap: nowrap;
  }
  .nav_module_order1Lg__8ecb86bd {
    order: 1;
  }
  .nav_module_order2Lg__8ecb86bd {
    order: 2;
  }
  .nav_module_order3Lg__8ecb86bd {
    order: 3;
  }
  .nav_module_order4Lg__8ecb86bd {
    order: 4;
  }
  .nav_module_order5Lg__8ecb86bd {
    order: 5;
  }
  .nav_module_order6Lg__8ecb86bd {
    order: 6;
  }
  .nav_module_order7Lg__8ecb86bd {
    order: 7;
  }
  .nav_module_order8Lg__8ecb86bd {
    order: 8;
  }
  .nav_module_order9Lg__8ecb86bd {
    order: 9;
  }
  .nav_module_order10Lg__8ecb86bd {
    order: 10;
  }
  .nav_module_order11Lg__8ecb86bd {
    order: 11;
  }
  .nav_module_order12Lg__8ecb86bd {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .nav_module_dXlNone__8ecb86bd {
    display: none !important;
  }
  .nav_module_dXlInline__8ecb86bd {
    display: inline !important;
  }
  .nav_module_dXlInlineBlock__8ecb86bd {
    display: inline-block !important;
  }
  .nav_module_dXlBlock__8ecb86bd {
    display: block !important;
  }
  .nav_module_dXlTable__8ecb86bd {
    display: table !important;
  }
  .nav_module_dXlTableRow__8ecb86bd {
    display: table-row !important;
  }
  .nav_module_dXlTableCell__8ecb86bd {
    display: table-cell !important;
  }
  .nav_module_dXlFlex__8ecb86bd {
    display: flex !important;
  }
  .nav_module_dXlInlineFlex__8ecb86bd {
    display: inline-flex !important;
  }
  .nav_module_justifyContentStartXl__8ecb86bd {
    justify-content: flex-start;
  }
  .nav_module_justifyContentEndXl__8ecb86bd {
    justify-content: flex-end;
  }
  .nav_module_justifyContentCenterXl__8ecb86bd {
    justify-content: center;
  }
  .nav_module_justifyContentBetweenXl__8ecb86bd {
    justify-content: space-between;
  }
  .nav_module_justifyContentAroundXl__8ecb86bd {
    justify-content: space-around;
  }
  .nav_module_justifyContentInitialXl__8ecb86bd {
    justify-content: initial;
  }
  .nav_module_justifyContentInheritXl__8ecb86bd {
    justify-content: inherit;
  }
  .nav_module_alignItemsStretchXl__8ecb86bd {
    align-items: stretch;
  }
  .nav_module_alignItemsCenterXl__8ecb86bd {
    align-items: center;
  }
  .nav_module_alignItemsStartXl__8ecb86bd {
    align-items: flex-start;
  }
  .nav_module_alignItemsEndXl__8ecb86bd {
    align-items: flex-end;
  }
  .nav_module_alignItemsBaseXl__8ecb86bd {
    align-items: baseline;
  }
  .nav_module_alignSelfAutoXl__8ecb86bd {
    align-self: auto;
  }
  .nav_module_alignSelfStretchXl__8ecb86bd {
    align-self: stretch;
  }
  .nav_module_alignSelfCenterXl__8ecb86bd {
    align-self: center;
  }
  .nav_module_alignSelfStartXl__8ecb86bd {
    align-self: flex-start;
  }
  .nav_module_alignSelfEndXl__8ecb86bd {
    align-self: flex-end;
  }
  .nav_module_alignSelfBaselineXl__8ecb86bd {
    align-self: baseline;
  }
  .nav_module_alignSelfInitialXl__8ecb86bd {
    align-self: initial;
  }
  .nav_module_alignSelfInheritXl__8ecb86bd {
    align-self: inherit;
  }
  .nav_module_alignContentStretchXl__8ecb86bd {
    align-content: stretch;
  }
  .nav_module_alignContentCenterXl__8ecb86bd {
    align-content: center;
  }
  .nav_module_alignContentStartXl__8ecb86bd {
    align-content: flex-start;
  }
  .nav_module_alignContentEndXl__8ecb86bd {
    align-content: flex-end;
  }
  .nav_module_alignContentBetweenXl__8ecb86bd {
    align-content: space-between;
  }
  .nav_module_alignContentAroundXl__8ecb86bd {
    align-content: space-around;
  }
  .nav_module_alignContentInitialXl__8ecb86bd {
    align-content: initial;
  }
  .nav_module_alignContentInheritXl__8ecb86bd {
    align-content: inherit;
  }
  .nav_module_flexRowXl__8ecb86bd {
    flex-direction: row;
  }
  .nav_module_flexRowReverseXl__8ecb86bd {
    flex-direction: row-reverse;
  }
  .nav_module_flexColumnXl__8ecb86bd {
    flex-direction: column;
  }
  .nav_module_flexColumnReverseXl__8ecb86bd {
    flex-direction: column-reverse;
  }
  .nav_module_flexWrapXl__8ecb86bd {
    flex-wrap: wrap;
  }
  .nav_module_flexNowrapXl__8ecb86bd {
    flex-wrap: nowrap;
  }
  .nav_module_order1Xl__8ecb86bd {
    order: 1;
  }
  .nav_module_order2Xl__8ecb86bd {
    order: 2;
  }
  .nav_module_order3Xl__8ecb86bd {
    order: 3;
  }
  .nav_module_order4Xl__8ecb86bd {
    order: 4;
  }
  .nav_module_order5Xl__8ecb86bd {
    order: 5;
  }
  .nav_module_order6Xl__8ecb86bd {
    order: 6;
  }
  .nav_module_order7Xl__8ecb86bd {
    order: 7;
  }
  .nav_module_order8Xl__8ecb86bd {
    order: 8;
  }
  .nav_module_order9Xl__8ecb86bd {
    order: 9;
  }
  .nav_module_order10Xl__8ecb86bd {
    order: 10;
  }
  .nav_module_order11Xl__8ecb86bd {
    order: 11;
  }
  .nav_module_order12Xl__8ecb86bd {
    order: 12;
  }
}
.nav_module_nav__8ecb86bd {
  display: flex;
}
.nav_module_nav__8ecb86bd:after, .nav_module_nav__8ecb86bd::before {
  display: none;
}
.nav_module_nav__node__8ecb86bd {
  padding: 0 1rem;
}
.nav_module_nav__link__8ecb86bd {
  color: #999999;
  font-size: 0.875rem;
  font-weight: 600;
}
.nav_module_nav__link_Active__8ecb86bd {
  color: #2ecc71;
}.navLogo_module_dNone__27174b85 {
  display: none !important;
}

.navLogo_module_dInline__27174b85 {
  display: inline !important;
}

.navLogo_module_dInlineBlock__27174b85 {
  display: inline-block !important;
}

.navLogo_module_dBlock__27174b85 {
  display: block !important;
}

.navLogo_module_dTable__27174b85 {
  display: table !important;
}

.navLogo_module_dTableRow__27174b85 {
  display: table-row !important;
}

.navLogo_module_dTableCell__27174b85 {
  display: table-cell !important;
}

.navLogo_module_dFlex__27174b85 {
  display: flex !important;
}

.navLogo_module_dInlineFlex__27174b85 {
  display: inline-flex !important;
}

.navLogo_module_justifyContentStart__27174b85 {
  justify-content: flex-start;
}

.navLogo_module_justifyContentEnd__27174b85 {
  justify-content: flex-end;
}

.navLogo_module_justifyContentCenter__27174b85 {
  justify-content: center;
}

.navLogo_module_justifyContentBetween__27174b85 {
  justify-content: space-between;
}

.navLogo_module_justifyContentAround__27174b85 {
  justify-content: space-around;
}

.navLogo_module_justifyContentInitial__27174b85 {
  justify-content: initial;
}

.navLogo_module_justifyContentInherit__27174b85 {
  justify-content: inherit;
}

.navLogo_module_alignItemsStretch__27174b85 {
  align-items: stretch;
}

.navLogo_module_alignItemsCenter__27174b85 {
  align-items: center;
}

.navLogo_module_alignItemsStart__27174b85 {
  align-items: flex-start;
}

.navLogo_module_alignItemsEnd__27174b85 {
  align-items: flex-end;
}

.navLogo_module_alignItemsBase__27174b85 {
  align-items: baseline;
}

.navLogo_module_alignSelfAuto__27174b85 {
  align-self: auto;
}

.navLogo_module_alignSelfStretch__27174b85 {
  align-self: stretch;
}

.navLogo_module_alignSelfCenter__27174b85 {
  align-self: center;
}

.navLogo_module_alignSelfStart__27174b85 {
  align-self: flex-start;
}

.navLogo_module_alignSelfEnd__27174b85 {
  align-self: flex-end;
}

.navLogo_module_alignSelfBaseline__27174b85 {
  align-self: baseline;
}

.navLogo_module_alignSelfInitial__27174b85 {
  align-self: initial;
}

.navLogo_module_alignSelfInherit__27174b85 {
  align-self: inherit;
}

.navLogo_module_alignContentStretch__27174b85 {
  align-content: stretch;
}

.navLogo_module_alignContentCenter__27174b85 {
  align-content: center;
}

.navLogo_module_alignContentStart__27174b85 {
  align-content: flex-start;
}

.navLogo_module_alignContentEnd__27174b85 {
  align-content: flex-end;
}

.navLogo_module_alignContentBetween__27174b85 {
  align-content: space-between;
}

.navLogo_module_alignContentAround__27174b85 {
  align-content: space-around;
}

.navLogo_module_alignContentInitial__27174b85 {
  align-content: initial;
}

.navLogo_module_alignContentInherit__27174b85 {
  align-content: inherit;
}

.navLogo_module_flexRow__27174b85 {
  flex-direction: row;
}

.navLogo_module_flexRowReverse__27174b85 {
  flex-direction: row-reverse;
}

.navLogo_module_flexColumn__27174b85 {
  flex-direction: column;
}

.navLogo_module_flexColumnReverse__27174b85 {
  flex-direction: column-reverse;
}

.navLogo_module_flexWrap__27174b85 {
  flex-wrap: wrap;
}

.navLogo_module_flexNowrap__27174b85 {
  flex-wrap: nowrap;
}

.navLogo_module_order1__27174b85 {
  order: 1;
}

.navLogo_module_order2__27174b85 {
  order: 2;
}

.navLogo_module_order3__27174b85 {
  order: 3;
}

.navLogo_module_order4__27174b85 {
  order: 4;
}

.navLogo_module_order5__27174b85 {
  order: 5;
}

.navLogo_module_order6__27174b85 {
  order: 6;
}

.navLogo_module_order7__27174b85 {
  order: 7;
}

.navLogo_module_order8__27174b85 {
  order: 8;
}

.navLogo_module_order9__27174b85 {
  order: 9;
}

.navLogo_module_order10__27174b85 {
  order: 10;
}

.navLogo_module_order11__27174b85 {
  order: 11;
}

.navLogo_module_order12__27174b85 {
  order: 12;
}

@media (min-width: 576px) {
  .navLogo_module_dSmNone__27174b85 {
    display: none !important;
  }
  .navLogo_module_dSmInline__27174b85 {
    display: inline !important;
  }
  .navLogo_module_dSmInlineBlock__27174b85 {
    display: inline-block !important;
  }
  .navLogo_module_dSmBlock__27174b85 {
    display: block !important;
  }
  .navLogo_module_dSmTable__27174b85 {
    display: table !important;
  }
  .navLogo_module_dSmTableRow__27174b85 {
    display: table-row !important;
  }
  .navLogo_module_dSmTableCell__27174b85 {
    display: table-cell !important;
  }
  .navLogo_module_dSmFlex__27174b85 {
    display: flex !important;
  }
  .navLogo_module_dSmInlineFlex__27174b85 {
    display: inline-flex !important;
  }
  .navLogo_module_justifyContentStartSm__27174b85 {
    justify-content: flex-start;
  }
  .navLogo_module_justifyContentEndSm__27174b85 {
    justify-content: flex-end;
  }
  .navLogo_module_justifyContentCenterSm__27174b85 {
    justify-content: center;
  }
  .navLogo_module_justifyContentBetweenSm__27174b85 {
    justify-content: space-between;
  }
  .navLogo_module_justifyContentAroundSm__27174b85 {
    justify-content: space-around;
  }
  .navLogo_module_justifyContentInitialSm__27174b85 {
    justify-content: initial;
  }
  .navLogo_module_justifyContentInheritSm__27174b85 {
    justify-content: inherit;
  }
  .navLogo_module_alignItemsStretchSm__27174b85 {
    align-items: stretch;
  }
  .navLogo_module_alignItemsCenterSm__27174b85 {
    align-items: center;
  }
  .navLogo_module_alignItemsStartSm__27174b85 {
    align-items: flex-start;
  }
  .navLogo_module_alignItemsEndSm__27174b85 {
    align-items: flex-end;
  }
  .navLogo_module_alignItemsBaseSm__27174b85 {
    align-items: baseline;
  }
  .navLogo_module_alignSelfAutoSm__27174b85 {
    align-self: auto;
  }
  .navLogo_module_alignSelfStretchSm__27174b85 {
    align-self: stretch;
  }
  .navLogo_module_alignSelfCenterSm__27174b85 {
    align-self: center;
  }
  .navLogo_module_alignSelfStartSm__27174b85 {
    align-self: flex-start;
  }
  .navLogo_module_alignSelfEndSm__27174b85 {
    align-self: flex-end;
  }
  .navLogo_module_alignSelfBaselineSm__27174b85 {
    align-self: baseline;
  }
  .navLogo_module_alignSelfInitialSm__27174b85 {
    align-self: initial;
  }
  .navLogo_module_alignSelfInheritSm__27174b85 {
    align-self: inherit;
  }
  .navLogo_module_alignContentStretchSm__27174b85 {
    align-content: stretch;
  }
  .navLogo_module_alignContentCenterSm__27174b85 {
    align-content: center;
  }
  .navLogo_module_alignContentStartSm__27174b85 {
    align-content: flex-start;
  }
  .navLogo_module_alignContentEndSm__27174b85 {
    align-content: flex-end;
  }
  .navLogo_module_alignContentBetweenSm__27174b85 {
    align-content: space-between;
  }
  .navLogo_module_alignContentAroundSm__27174b85 {
    align-content: space-around;
  }
  .navLogo_module_alignContentInitialSm__27174b85 {
    align-content: initial;
  }
  .navLogo_module_alignContentInheritSm__27174b85 {
    align-content: inherit;
  }
  .navLogo_module_flexRowSm__27174b85 {
    flex-direction: row;
  }
  .navLogo_module_flexRowReverseSm__27174b85 {
    flex-direction: row-reverse;
  }
  .navLogo_module_flexColumnSm__27174b85 {
    flex-direction: column;
  }
  .navLogo_module_flexColumnReverseSm__27174b85 {
    flex-direction: column-reverse;
  }
  .navLogo_module_flexWrapSm__27174b85 {
    flex-wrap: wrap;
  }
  .navLogo_module_flexNowrapSm__27174b85 {
    flex-wrap: nowrap;
  }
  .navLogo_module_order1Sm__27174b85 {
    order: 1;
  }
  .navLogo_module_order2Sm__27174b85 {
    order: 2;
  }
  .navLogo_module_order3Sm__27174b85 {
    order: 3;
  }
  .navLogo_module_order4Sm__27174b85 {
    order: 4;
  }
  .navLogo_module_order5Sm__27174b85 {
    order: 5;
  }
  .navLogo_module_order6Sm__27174b85 {
    order: 6;
  }
  .navLogo_module_order7Sm__27174b85 {
    order: 7;
  }
  .navLogo_module_order8Sm__27174b85 {
    order: 8;
  }
  .navLogo_module_order9Sm__27174b85 {
    order: 9;
  }
  .navLogo_module_order10Sm__27174b85 {
    order: 10;
  }
  .navLogo_module_order11Sm__27174b85 {
    order: 11;
  }
  .navLogo_module_order12Sm__27174b85 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .navLogo_module_dMdNone__27174b85 {
    display: none !important;
  }
  .navLogo_module_dMdInline__27174b85 {
    display: inline !important;
  }
  .navLogo_module_dMdInlineBlock__27174b85 {
    display: inline-block !important;
  }
  .navLogo_module_dMdBlock__27174b85 {
    display: block !important;
  }
  .navLogo_module_dMdTable__27174b85 {
    display: table !important;
  }
  .navLogo_module_dMdTableRow__27174b85 {
    display: table-row !important;
  }
  .navLogo_module_dMdTableCell__27174b85 {
    display: table-cell !important;
  }
  .navLogo_module_dMdFlex__27174b85 {
    display: flex !important;
  }
  .navLogo_module_dMdInlineFlex__27174b85 {
    display: inline-flex !important;
  }
  .navLogo_module_justifyContentStartMd__27174b85 {
    justify-content: flex-start;
  }
  .navLogo_module_justifyContentEndMd__27174b85 {
    justify-content: flex-end;
  }
  .navLogo_module_justifyContentCenterMd__27174b85 {
    justify-content: center;
  }
  .navLogo_module_justifyContentBetweenMd__27174b85 {
    justify-content: space-between;
  }
  .navLogo_module_justifyContentAroundMd__27174b85 {
    justify-content: space-around;
  }
  .navLogo_module_justifyContentInitialMd__27174b85 {
    justify-content: initial;
  }
  .navLogo_module_justifyContentInheritMd__27174b85 {
    justify-content: inherit;
  }
  .navLogo_module_alignItemsStretchMd__27174b85 {
    align-items: stretch;
  }
  .navLogo_module_alignItemsCenterMd__27174b85 {
    align-items: center;
  }
  .navLogo_module_alignItemsStartMd__27174b85 {
    align-items: flex-start;
  }
  .navLogo_module_alignItemsEndMd__27174b85 {
    align-items: flex-end;
  }
  .navLogo_module_alignItemsBaseMd__27174b85 {
    align-items: baseline;
  }
  .navLogo_module_alignSelfAutoMd__27174b85 {
    align-self: auto;
  }
  .navLogo_module_alignSelfStretchMd__27174b85 {
    align-self: stretch;
  }
  .navLogo_module_alignSelfCenterMd__27174b85 {
    align-self: center;
  }
  .navLogo_module_alignSelfStartMd__27174b85 {
    align-self: flex-start;
  }
  .navLogo_module_alignSelfEndMd__27174b85 {
    align-self: flex-end;
  }
  .navLogo_module_alignSelfBaselineMd__27174b85 {
    align-self: baseline;
  }
  .navLogo_module_alignSelfInitialMd__27174b85 {
    align-self: initial;
  }
  .navLogo_module_alignSelfInheritMd__27174b85 {
    align-self: inherit;
  }
  .navLogo_module_alignContentStretchMd__27174b85 {
    align-content: stretch;
  }
  .navLogo_module_alignContentCenterMd__27174b85 {
    align-content: center;
  }
  .navLogo_module_alignContentStartMd__27174b85 {
    align-content: flex-start;
  }
  .navLogo_module_alignContentEndMd__27174b85 {
    align-content: flex-end;
  }
  .navLogo_module_alignContentBetweenMd__27174b85 {
    align-content: space-between;
  }
  .navLogo_module_alignContentAroundMd__27174b85 {
    align-content: space-around;
  }
  .navLogo_module_alignContentInitialMd__27174b85 {
    align-content: initial;
  }
  .navLogo_module_alignContentInheritMd__27174b85 {
    align-content: inherit;
  }
  .navLogo_module_flexRowMd__27174b85 {
    flex-direction: row;
  }
  .navLogo_module_flexRowReverseMd__27174b85 {
    flex-direction: row-reverse;
  }
  .navLogo_module_flexColumnMd__27174b85 {
    flex-direction: column;
  }
  .navLogo_module_flexColumnReverseMd__27174b85 {
    flex-direction: column-reverse;
  }
  .navLogo_module_flexWrapMd__27174b85 {
    flex-wrap: wrap;
  }
  .navLogo_module_flexNowrapMd__27174b85 {
    flex-wrap: nowrap;
  }
  .navLogo_module_order1Md__27174b85 {
    order: 1;
  }
  .navLogo_module_order2Md__27174b85 {
    order: 2;
  }
  .navLogo_module_order3Md__27174b85 {
    order: 3;
  }
  .navLogo_module_order4Md__27174b85 {
    order: 4;
  }
  .navLogo_module_order5Md__27174b85 {
    order: 5;
  }
  .navLogo_module_order6Md__27174b85 {
    order: 6;
  }
  .navLogo_module_order7Md__27174b85 {
    order: 7;
  }
  .navLogo_module_order8Md__27174b85 {
    order: 8;
  }
  .navLogo_module_order9Md__27174b85 {
    order: 9;
  }
  .navLogo_module_order10Md__27174b85 {
    order: 10;
  }
  .navLogo_module_order11Md__27174b85 {
    order: 11;
  }
  .navLogo_module_order12Md__27174b85 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .navLogo_module_dLgNone__27174b85 {
    display: none !important;
  }
  .navLogo_module_dLgInline__27174b85 {
    display: inline !important;
  }
  .navLogo_module_dLgInlineBlock__27174b85 {
    display: inline-block !important;
  }
  .navLogo_module_dLgBlock__27174b85 {
    display: block !important;
  }
  .navLogo_module_dLgTable__27174b85 {
    display: table !important;
  }
  .navLogo_module_dLgTableRow__27174b85 {
    display: table-row !important;
  }
  .navLogo_module_dLgTableCell__27174b85 {
    display: table-cell !important;
  }
  .navLogo_module_dLgFlex__27174b85 {
    display: flex !important;
  }
  .navLogo_module_dLgInlineFlex__27174b85 {
    display: inline-flex !important;
  }
  .navLogo_module_justifyContentStartLg__27174b85 {
    justify-content: flex-start;
  }
  .navLogo_module_justifyContentEndLg__27174b85 {
    justify-content: flex-end;
  }
  .navLogo_module_justifyContentCenterLg__27174b85 {
    justify-content: center;
  }
  .navLogo_module_justifyContentBetweenLg__27174b85 {
    justify-content: space-between;
  }
  .navLogo_module_justifyContentAroundLg__27174b85 {
    justify-content: space-around;
  }
  .navLogo_module_justifyContentInitialLg__27174b85 {
    justify-content: initial;
  }
  .navLogo_module_justifyContentInheritLg__27174b85 {
    justify-content: inherit;
  }
  .navLogo_module_alignItemsStretchLg__27174b85 {
    align-items: stretch;
  }
  .navLogo_module_alignItemsCenterLg__27174b85 {
    align-items: center;
  }
  .navLogo_module_alignItemsStartLg__27174b85 {
    align-items: flex-start;
  }
  .navLogo_module_alignItemsEndLg__27174b85 {
    align-items: flex-end;
  }
  .navLogo_module_alignItemsBaseLg__27174b85 {
    align-items: baseline;
  }
  .navLogo_module_alignSelfAutoLg__27174b85 {
    align-self: auto;
  }
  .navLogo_module_alignSelfStretchLg__27174b85 {
    align-self: stretch;
  }
  .navLogo_module_alignSelfCenterLg__27174b85 {
    align-self: center;
  }
  .navLogo_module_alignSelfStartLg__27174b85 {
    align-self: flex-start;
  }
  .navLogo_module_alignSelfEndLg__27174b85 {
    align-self: flex-end;
  }
  .navLogo_module_alignSelfBaselineLg__27174b85 {
    align-self: baseline;
  }
  .navLogo_module_alignSelfInitialLg__27174b85 {
    align-self: initial;
  }
  .navLogo_module_alignSelfInheritLg__27174b85 {
    align-self: inherit;
  }
  .navLogo_module_alignContentStretchLg__27174b85 {
    align-content: stretch;
  }
  .navLogo_module_alignContentCenterLg__27174b85 {
    align-content: center;
  }
  .navLogo_module_alignContentStartLg__27174b85 {
    align-content: flex-start;
  }
  .navLogo_module_alignContentEndLg__27174b85 {
    align-content: flex-end;
  }
  .navLogo_module_alignContentBetweenLg__27174b85 {
    align-content: space-between;
  }
  .navLogo_module_alignContentAroundLg__27174b85 {
    align-content: space-around;
  }
  .navLogo_module_alignContentInitialLg__27174b85 {
    align-content: initial;
  }
  .navLogo_module_alignContentInheritLg__27174b85 {
    align-content: inherit;
  }
  .navLogo_module_flexRowLg__27174b85 {
    flex-direction: row;
  }
  .navLogo_module_flexRowReverseLg__27174b85 {
    flex-direction: row-reverse;
  }
  .navLogo_module_flexColumnLg__27174b85 {
    flex-direction: column;
  }
  .navLogo_module_flexColumnReverseLg__27174b85 {
    flex-direction: column-reverse;
  }
  .navLogo_module_flexWrapLg__27174b85 {
    flex-wrap: wrap;
  }
  .navLogo_module_flexNowrapLg__27174b85 {
    flex-wrap: nowrap;
  }
  .navLogo_module_order1Lg__27174b85 {
    order: 1;
  }
  .navLogo_module_order2Lg__27174b85 {
    order: 2;
  }
  .navLogo_module_order3Lg__27174b85 {
    order: 3;
  }
  .navLogo_module_order4Lg__27174b85 {
    order: 4;
  }
  .navLogo_module_order5Lg__27174b85 {
    order: 5;
  }
  .navLogo_module_order6Lg__27174b85 {
    order: 6;
  }
  .navLogo_module_order7Lg__27174b85 {
    order: 7;
  }
  .navLogo_module_order8Lg__27174b85 {
    order: 8;
  }
  .navLogo_module_order9Lg__27174b85 {
    order: 9;
  }
  .navLogo_module_order10Lg__27174b85 {
    order: 10;
  }
  .navLogo_module_order11Lg__27174b85 {
    order: 11;
  }
  .navLogo_module_order12Lg__27174b85 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .navLogo_module_dXlNone__27174b85 {
    display: none !important;
  }
  .navLogo_module_dXlInline__27174b85 {
    display: inline !important;
  }
  .navLogo_module_dXlInlineBlock__27174b85 {
    display: inline-block !important;
  }
  .navLogo_module_dXlBlock__27174b85 {
    display: block !important;
  }
  .navLogo_module_dXlTable__27174b85 {
    display: table !important;
  }
  .navLogo_module_dXlTableRow__27174b85 {
    display: table-row !important;
  }
  .navLogo_module_dXlTableCell__27174b85 {
    display: table-cell !important;
  }
  .navLogo_module_dXlFlex__27174b85 {
    display: flex !important;
  }
  .navLogo_module_dXlInlineFlex__27174b85 {
    display: inline-flex !important;
  }
  .navLogo_module_justifyContentStartXl__27174b85 {
    justify-content: flex-start;
  }
  .navLogo_module_justifyContentEndXl__27174b85 {
    justify-content: flex-end;
  }
  .navLogo_module_justifyContentCenterXl__27174b85 {
    justify-content: center;
  }
  .navLogo_module_justifyContentBetweenXl__27174b85 {
    justify-content: space-between;
  }
  .navLogo_module_justifyContentAroundXl__27174b85 {
    justify-content: space-around;
  }
  .navLogo_module_justifyContentInitialXl__27174b85 {
    justify-content: initial;
  }
  .navLogo_module_justifyContentInheritXl__27174b85 {
    justify-content: inherit;
  }
  .navLogo_module_alignItemsStretchXl__27174b85 {
    align-items: stretch;
  }
  .navLogo_module_alignItemsCenterXl__27174b85 {
    align-items: center;
  }
  .navLogo_module_alignItemsStartXl__27174b85 {
    align-items: flex-start;
  }
  .navLogo_module_alignItemsEndXl__27174b85 {
    align-items: flex-end;
  }
  .navLogo_module_alignItemsBaseXl__27174b85 {
    align-items: baseline;
  }
  .navLogo_module_alignSelfAutoXl__27174b85 {
    align-self: auto;
  }
  .navLogo_module_alignSelfStretchXl__27174b85 {
    align-self: stretch;
  }
  .navLogo_module_alignSelfCenterXl__27174b85 {
    align-self: center;
  }
  .navLogo_module_alignSelfStartXl__27174b85 {
    align-self: flex-start;
  }
  .navLogo_module_alignSelfEndXl__27174b85 {
    align-self: flex-end;
  }
  .navLogo_module_alignSelfBaselineXl__27174b85 {
    align-self: baseline;
  }
  .navLogo_module_alignSelfInitialXl__27174b85 {
    align-self: initial;
  }
  .navLogo_module_alignSelfInheritXl__27174b85 {
    align-self: inherit;
  }
  .navLogo_module_alignContentStretchXl__27174b85 {
    align-content: stretch;
  }
  .navLogo_module_alignContentCenterXl__27174b85 {
    align-content: center;
  }
  .navLogo_module_alignContentStartXl__27174b85 {
    align-content: flex-start;
  }
  .navLogo_module_alignContentEndXl__27174b85 {
    align-content: flex-end;
  }
  .navLogo_module_alignContentBetweenXl__27174b85 {
    align-content: space-between;
  }
  .navLogo_module_alignContentAroundXl__27174b85 {
    align-content: space-around;
  }
  .navLogo_module_alignContentInitialXl__27174b85 {
    align-content: initial;
  }
  .navLogo_module_alignContentInheritXl__27174b85 {
    align-content: inherit;
  }
  .navLogo_module_flexRowXl__27174b85 {
    flex-direction: row;
  }
  .navLogo_module_flexRowReverseXl__27174b85 {
    flex-direction: row-reverse;
  }
  .navLogo_module_flexColumnXl__27174b85 {
    flex-direction: column;
  }
  .navLogo_module_flexColumnReverseXl__27174b85 {
    flex-direction: column-reverse;
  }
  .navLogo_module_flexWrapXl__27174b85 {
    flex-wrap: wrap;
  }
  .navLogo_module_flexNowrapXl__27174b85 {
    flex-wrap: nowrap;
  }
  .navLogo_module_order1Xl__27174b85 {
    order: 1;
  }
  .navLogo_module_order2Xl__27174b85 {
    order: 2;
  }
  .navLogo_module_order3Xl__27174b85 {
    order: 3;
  }
  .navLogo_module_order4Xl__27174b85 {
    order: 4;
  }
  .navLogo_module_order5Xl__27174b85 {
    order: 5;
  }
  .navLogo_module_order6Xl__27174b85 {
    order: 6;
  }
  .navLogo_module_order7Xl__27174b85 {
    order: 7;
  }
  .navLogo_module_order8Xl__27174b85 {
    order: 8;
  }
  .navLogo_module_order9Xl__27174b85 {
    order: 9;
  }
  .navLogo_module_order10Xl__27174b85 {
    order: 10;
  }
  .navLogo_module_order11Xl__27174b85 {
    order: 11;
  }
  .navLogo_module_order12Xl__27174b85 {
    order: 12;
  }
}
.navLogo_module_navbar__27174b85 {
  background-color: #ffffff;
}
.navLogo_module_navbar__wrap__27174b85 {
  display: flex;
  align-items: center;
  height: 70px;
}
.navLogo_module_navbar__wrap__27174b85:after, .navLogo_module_navbar__wrap__27174b85::before {
  display: none;
}
.navLogo_module_navbar__wrap_ContentSpread__27174b85 {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .navLogo_module_navbar__wrap_Sm__27174b85 {
    display: none;
  }
}
.navLogo_module_navbar__wrap_Lg__27174b85 {
  display: none;
}
@media (min-width: 992px) {
  .navLogo_module_navbar__wrap_Lg__27174b85 {
    display: block;
  }
}
.navLogo_module_navbar_Sticky__27174b85 {
  position: sticky;
  top: 0;
  z-index: 99;
}
.navLogo_module_navbar_BorderedBottom__27174b85 {
  border-bottom: 1px solid #f4f7f9;
}
.navLogo_module_navbar__logo__27174b85 {
  width: 130px;
  height: auto;
  margin-right: 1rem;
}
.navLogo_module_navbar__left__27174b85 {
  display: flex;
  align-items: center;
}
.navLogo_module_navbar__left__27174b85:after, .navLogo_module_navbar__left__27174b85::before {
  display: none;
}.secondaryNav_module_dNone__86f79612 {
  display: none !important;
}

.secondaryNav_module_dInline__86f79612 {
  display: inline !important;
}

.secondaryNav_module_dInlineBlock__86f79612 {
  display: inline-block !important;
}

.secondaryNav_module_dBlock__86f79612 {
  display: block !important;
}

.secondaryNav_module_dTable__86f79612 {
  display: table !important;
}

.secondaryNav_module_dTableRow__86f79612 {
  display: table-row !important;
}

.secondaryNav_module_dTableCell__86f79612 {
  display: table-cell !important;
}

.secondaryNav_module_dFlex__86f79612 {
  display: flex !important;
}

.secondaryNav_module_dInlineFlex__86f79612 {
  display: inline-flex !important;
}

.secondaryNav_module_justifyContentStart__86f79612 {
  justify-content: flex-start;
}

.secondaryNav_module_justifyContentEnd__86f79612 {
  justify-content: flex-end;
}

.secondaryNav_module_justifyContentCenter__86f79612 {
  justify-content: center;
}

.secondaryNav_module_justifyContentBetween__86f79612 {
  justify-content: space-between;
}

.secondaryNav_module_justifyContentAround__86f79612 {
  justify-content: space-around;
}

.secondaryNav_module_justifyContentInitial__86f79612 {
  justify-content: initial;
}

.secondaryNav_module_justifyContentInherit__86f79612 {
  justify-content: inherit;
}

.secondaryNav_module_alignItemsStretch__86f79612 {
  align-items: stretch;
}

.secondaryNav_module_alignItemsCenter__86f79612 {
  align-items: center;
}

.secondaryNav_module_alignItemsStart__86f79612 {
  align-items: flex-start;
}

.secondaryNav_module_alignItemsEnd__86f79612 {
  align-items: flex-end;
}

.secondaryNav_module_alignItemsBase__86f79612 {
  align-items: baseline;
}

.secondaryNav_module_alignSelfAuto__86f79612 {
  align-self: auto;
}

.secondaryNav_module_alignSelfStretch__86f79612 {
  align-self: stretch;
}

.secondaryNav_module_alignSelfCenter__86f79612 {
  align-self: center;
}

.secondaryNav_module_alignSelfStart__86f79612 {
  align-self: flex-start;
}

.secondaryNav_module_alignSelfEnd__86f79612 {
  align-self: flex-end;
}

.secondaryNav_module_alignSelfBaseline__86f79612 {
  align-self: baseline;
}

.secondaryNav_module_alignSelfInitial__86f79612 {
  align-self: initial;
}

.secondaryNav_module_alignSelfInherit__86f79612 {
  align-self: inherit;
}

.secondaryNav_module_alignContentStretch__86f79612 {
  align-content: stretch;
}

.secondaryNav_module_alignContentCenter__86f79612 {
  align-content: center;
}

.secondaryNav_module_alignContentStart__86f79612 {
  align-content: flex-start;
}

.secondaryNav_module_alignContentEnd__86f79612 {
  align-content: flex-end;
}

.secondaryNav_module_alignContentBetween__86f79612 {
  align-content: space-between;
}

.secondaryNav_module_alignContentAround__86f79612 {
  align-content: space-around;
}

.secondaryNav_module_alignContentInitial__86f79612 {
  align-content: initial;
}

.secondaryNav_module_alignContentInherit__86f79612 {
  align-content: inherit;
}

.secondaryNav_module_flexRow__86f79612 {
  flex-direction: row;
}

.secondaryNav_module_flexRowReverse__86f79612 {
  flex-direction: row-reverse;
}

.secondaryNav_module_flexColumn__86f79612 {
  flex-direction: column;
}

.secondaryNav_module_flexColumnReverse__86f79612 {
  flex-direction: column-reverse;
}

.secondaryNav_module_flexWrap__86f79612 {
  flex-wrap: wrap;
}

.secondaryNav_module_flexNowrap__86f79612 {
  flex-wrap: nowrap;
}

.secondaryNav_module_order1__86f79612 {
  order: 1;
}

.secondaryNav_module_order2__86f79612 {
  order: 2;
}

.secondaryNav_module_order3__86f79612 {
  order: 3;
}

.secondaryNav_module_order4__86f79612 {
  order: 4;
}

.secondaryNav_module_order5__86f79612 {
  order: 5;
}

.secondaryNav_module_order6__86f79612 {
  order: 6;
}

.secondaryNav_module_order7__86f79612 {
  order: 7;
}

.secondaryNav_module_order8__86f79612 {
  order: 8;
}

.secondaryNav_module_order9__86f79612 {
  order: 9;
}

.secondaryNav_module_order10__86f79612 {
  order: 10;
}

.secondaryNav_module_order11__86f79612 {
  order: 11;
}

.secondaryNav_module_order12__86f79612 {
  order: 12;
}

@media (min-width: 576px) {
  .secondaryNav_module_dSmNone__86f79612 {
    display: none !important;
  }
  .secondaryNav_module_dSmInline__86f79612 {
    display: inline !important;
  }
  .secondaryNav_module_dSmInlineBlock__86f79612 {
    display: inline-block !important;
  }
  .secondaryNav_module_dSmBlock__86f79612 {
    display: block !important;
  }
  .secondaryNav_module_dSmTable__86f79612 {
    display: table !important;
  }
  .secondaryNav_module_dSmTableRow__86f79612 {
    display: table-row !important;
  }
  .secondaryNav_module_dSmTableCell__86f79612 {
    display: table-cell !important;
  }
  .secondaryNav_module_dSmFlex__86f79612 {
    display: flex !important;
  }
  .secondaryNav_module_dSmInlineFlex__86f79612 {
    display: inline-flex !important;
  }
  .secondaryNav_module_justifyContentStartSm__86f79612 {
    justify-content: flex-start;
  }
  .secondaryNav_module_justifyContentEndSm__86f79612 {
    justify-content: flex-end;
  }
  .secondaryNav_module_justifyContentCenterSm__86f79612 {
    justify-content: center;
  }
  .secondaryNav_module_justifyContentBetweenSm__86f79612 {
    justify-content: space-between;
  }
  .secondaryNav_module_justifyContentAroundSm__86f79612 {
    justify-content: space-around;
  }
  .secondaryNav_module_justifyContentInitialSm__86f79612 {
    justify-content: initial;
  }
  .secondaryNav_module_justifyContentInheritSm__86f79612 {
    justify-content: inherit;
  }
  .secondaryNav_module_alignItemsStretchSm__86f79612 {
    align-items: stretch;
  }
  .secondaryNav_module_alignItemsCenterSm__86f79612 {
    align-items: center;
  }
  .secondaryNav_module_alignItemsStartSm__86f79612 {
    align-items: flex-start;
  }
  .secondaryNav_module_alignItemsEndSm__86f79612 {
    align-items: flex-end;
  }
  .secondaryNav_module_alignItemsBaseSm__86f79612 {
    align-items: baseline;
  }
  .secondaryNav_module_alignSelfAutoSm__86f79612 {
    align-self: auto;
  }
  .secondaryNav_module_alignSelfStretchSm__86f79612 {
    align-self: stretch;
  }
  .secondaryNav_module_alignSelfCenterSm__86f79612 {
    align-self: center;
  }
  .secondaryNav_module_alignSelfStartSm__86f79612 {
    align-self: flex-start;
  }
  .secondaryNav_module_alignSelfEndSm__86f79612 {
    align-self: flex-end;
  }
  .secondaryNav_module_alignSelfBaselineSm__86f79612 {
    align-self: baseline;
  }
  .secondaryNav_module_alignSelfInitialSm__86f79612 {
    align-self: initial;
  }
  .secondaryNav_module_alignSelfInheritSm__86f79612 {
    align-self: inherit;
  }
  .secondaryNav_module_alignContentStretchSm__86f79612 {
    align-content: stretch;
  }
  .secondaryNav_module_alignContentCenterSm__86f79612 {
    align-content: center;
  }
  .secondaryNav_module_alignContentStartSm__86f79612 {
    align-content: flex-start;
  }
  .secondaryNav_module_alignContentEndSm__86f79612 {
    align-content: flex-end;
  }
  .secondaryNav_module_alignContentBetweenSm__86f79612 {
    align-content: space-between;
  }
  .secondaryNav_module_alignContentAroundSm__86f79612 {
    align-content: space-around;
  }
  .secondaryNav_module_alignContentInitialSm__86f79612 {
    align-content: initial;
  }
  .secondaryNav_module_alignContentInheritSm__86f79612 {
    align-content: inherit;
  }
  .secondaryNav_module_flexRowSm__86f79612 {
    flex-direction: row;
  }
  .secondaryNav_module_flexRowReverseSm__86f79612 {
    flex-direction: row-reverse;
  }
  .secondaryNav_module_flexColumnSm__86f79612 {
    flex-direction: column;
  }
  .secondaryNav_module_flexColumnReverseSm__86f79612 {
    flex-direction: column-reverse;
  }
  .secondaryNav_module_flexWrapSm__86f79612 {
    flex-wrap: wrap;
  }
  .secondaryNav_module_flexNowrapSm__86f79612 {
    flex-wrap: nowrap;
  }
  .secondaryNav_module_order1Sm__86f79612 {
    order: 1;
  }
  .secondaryNav_module_order2Sm__86f79612 {
    order: 2;
  }
  .secondaryNav_module_order3Sm__86f79612 {
    order: 3;
  }
  .secondaryNav_module_order4Sm__86f79612 {
    order: 4;
  }
  .secondaryNav_module_order5Sm__86f79612 {
    order: 5;
  }
  .secondaryNav_module_order6Sm__86f79612 {
    order: 6;
  }
  .secondaryNav_module_order7Sm__86f79612 {
    order: 7;
  }
  .secondaryNav_module_order8Sm__86f79612 {
    order: 8;
  }
  .secondaryNav_module_order9Sm__86f79612 {
    order: 9;
  }
  .secondaryNav_module_order10Sm__86f79612 {
    order: 10;
  }
  .secondaryNav_module_order11Sm__86f79612 {
    order: 11;
  }
  .secondaryNav_module_order12Sm__86f79612 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .secondaryNav_module_dMdNone__86f79612 {
    display: none !important;
  }
  .secondaryNav_module_dMdInline__86f79612 {
    display: inline !important;
  }
  .secondaryNav_module_dMdInlineBlock__86f79612 {
    display: inline-block !important;
  }
  .secondaryNav_module_dMdBlock__86f79612 {
    display: block !important;
  }
  .secondaryNav_module_dMdTable__86f79612 {
    display: table !important;
  }
  .secondaryNav_module_dMdTableRow__86f79612 {
    display: table-row !important;
  }
  .secondaryNav_module_dMdTableCell__86f79612 {
    display: table-cell !important;
  }
  .secondaryNav_module_dMdFlex__86f79612 {
    display: flex !important;
  }
  .secondaryNav_module_dMdInlineFlex__86f79612 {
    display: inline-flex !important;
  }
  .secondaryNav_module_justifyContentStartMd__86f79612 {
    justify-content: flex-start;
  }
  .secondaryNav_module_justifyContentEndMd__86f79612 {
    justify-content: flex-end;
  }
  .secondaryNav_module_justifyContentCenterMd__86f79612 {
    justify-content: center;
  }
  .secondaryNav_module_justifyContentBetweenMd__86f79612 {
    justify-content: space-between;
  }
  .secondaryNav_module_justifyContentAroundMd__86f79612 {
    justify-content: space-around;
  }
  .secondaryNav_module_justifyContentInitialMd__86f79612 {
    justify-content: initial;
  }
  .secondaryNav_module_justifyContentInheritMd__86f79612 {
    justify-content: inherit;
  }
  .secondaryNav_module_alignItemsStretchMd__86f79612 {
    align-items: stretch;
  }
  .secondaryNav_module_alignItemsCenterMd__86f79612 {
    align-items: center;
  }
  .secondaryNav_module_alignItemsStartMd__86f79612 {
    align-items: flex-start;
  }
  .secondaryNav_module_alignItemsEndMd__86f79612 {
    align-items: flex-end;
  }
  .secondaryNav_module_alignItemsBaseMd__86f79612 {
    align-items: baseline;
  }
  .secondaryNav_module_alignSelfAutoMd__86f79612 {
    align-self: auto;
  }
  .secondaryNav_module_alignSelfStretchMd__86f79612 {
    align-self: stretch;
  }
  .secondaryNav_module_alignSelfCenterMd__86f79612 {
    align-self: center;
  }
  .secondaryNav_module_alignSelfStartMd__86f79612 {
    align-self: flex-start;
  }
  .secondaryNav_module_alignSelfEndMd__86f79612 {
    align-self: flex-end;
  }
  .secondaryNav_module_alignSelfBaselineMd__86f79612 {
    align-self: baseline;
  }
  .secondaryNav_module_alignSelfInitialMd__86f79612 {
    align-self: initial;
  }
  .secondaryNav_module_alignSelfInheritMd__86f79612 {
    align-self: inherit;
  }
  .secondaryNav_module_alignContentStretchMd__86f79612 {
    align-content: stretch;
  }
  .secondaryNav_module_alignContentCenterMd__86f79612 {
    align-content: center;
  }
  .secondaryNav_module_alignContentStartMd__86f79612 {
    align-content: flex-start;
  }
  .secondaryNav_module_alignContentEndMd__86f79612 {
    align-content: flex-end;
  }
  .secondaryNav_module_alignContentBetweenMd__86f79612 {
    align-content: space-between;
  }
  .secondaryNav_module_alignContentAroundMd__86f79612 {
    align-content: space-around;
  }
  .secondaryNav_module_alignContentInitialMd__86f79612 {
    align-content: initial;
  }
  .secondaryNav_module_alignContentInheritMd__86f79612 {
    align-content: inherit;
  }
  .secondaryNav_module_flexRowMd__86f79612 {
    flex-direction: row;
  }
  .secondaryNav_module_flexRowReverseMd__86f79612 {
    flex-direction: row-reverse;
  }
  .secondaryNav_module_flexColumnMd__86f79612 {
    flex-direction: column;
  }
  .secondaryNav_module_flexColumnReverseMd__86f79612 {
    flex-direction: column-reverse;
  }
  .secondaryNav_module_flexWrapMd__86f79612 {
    flex-wrap: wrap;
  }
  .secondaryNav_module_flexNowrapMd__86f79612 {
    flex-wrap: nowrap;
  }
  .secondaryNav_module_order1Md__86f79612 {
    order: 1;
  }
  .secondaryNav_module_order2Md__86f79612 {
    order: 2;
  }
  .secondaryNav_module_order3Md__86f79612 {
    order: 3;
  }
  .secondaryNav_module_order4Md__86f79612 {
    order: 4;
  }
  .secondaryNav_module_order5Md__86f79612 {
    order: 5;
  }
  .secondaryNav_module_order6Md__86f79612 {
    order: 6;
  }
  .secondaryNav_module_order7Md__86f79612 {
    order: 7;
  }
  .secondaryNav_module_order8Md__86f79612 {
    order: 8;
  }
  .secondaryNav_module_order9Md__86f79612 {
    order: 9;
  }
  .secondaryNav_module_order10Md__86f79612 {
    order: 10;
  }
  .secondaryNav_module_order11Md__86f79612 {
    order: 11;
  }
  .secondaryNav_module_order12Md__86f79612 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .secondaryNav_module_dLgNone__86f79612 {
    display: none !important;
  }
  .secondaryNav_module_dLgInline__86f79612 {
    display: inline !important;
  }
  .secondaryNav_module_dLgInlineBlock__86f79612 {
    display: inline-block !important;
  }
  .secondaryNav_module_dLgBlock__86f79612 {
    display: block !important;
  }
  .secondaryNav_module_dLgTable__86f79612 {
    display: table !important;
  }
  .secondaryNav_module_dLgTableRow__86f79612 {
    display: table-row !important;
  }
  .secondaryNav_module_dLgTableCell__86f79612 {
    display: table-cell !important;
  }
  .secondaryNav_module_dLgFlex__86f79612 {
    display: flex !important;
  }
  .secondaryNav_module_dLgInlineFlex__86f79612 {
    display: inline-flex !important;
  }
  .secondaryNav_module_justifyContentStartLg__86f79612 {
    justify-content: flex-start;
  }
  .secondaryNav_module_justifyContentEndLg__86f79612 {
    justify-content: flex-end;
  }
  .secondaryNav_module_justifyContentCenterLg__86f79612 {
    justify-content: center;
  }
  .secondaryNav_module_justifyContentBetweenLg__86f79612 {
    justify-content: space-between;
  }
  .secondaryNav_module_justifyContentAroundLg__86f79612 {
    justify-content: space-around;
  }
  .secondaryNav_module_justifyContentInitialLg__86f79612 {
    justify-content: initial;
  }
  .secondaryNav_module_justifyContentInheritLg__86f79612 {
    justify-content: inherit;
  }
  .secondaryNav_module_alignItemsStretchLg__86f79612 {
    align-items: stretch;
  }
  .secondaryNav_module_alignItemsCenterLg__86f79612 {
    align-items: center;
  }
  .secondaryNav_module_alignItemsStartLg__86f79612 {
    align-items: flex-start;
  }
  .secondaryNav_module_alignItemsEndLg__86f79612 {
    align-items: flex-end;
  }
  .secondaryNav_module_alignItemsBaseLg__86f79612 {
    align-items: baseline;
  }
  .secondaryNav_module_alignSelfAutoLg__86f79612 {
    align-self: auto;
  }
  .secondaryNav_module_alignSelfStretchLg__86f79612 {
    align-self: stretch;
  }
  .secondaryNav_module_alignSelfCenterLg__86f79612 {
    align-self: center;
  }
  .secondaryNav_module_alignSelfStartLg__86f79612 {
    align-self: flex-start;
  }
  .secondaryNav_module_alignSelfEndLg__86f79612 {
    align-self: flex-end;
  }
  .secondaryNav_module_alignSelfBaselineLg__86f79612 {
    align-self: baseline;
  }
  .secondaryNav_module_alignSelfInitialLg__86f79612 {
    align-self: initial;
  }
  .secondaryNav_module_alignSelfInheritLg__86f79612 {
    align-self: inherit;
  }
  .secondaryNav_module_alignContentStretchLg__86f79612 {
    align-content: stretch;
  }
  .secondaryNav_module_alignContentCenterLg__86f79612 {
    align-content: center;
  }
  .secondaryNav_module_alignContentStartLg__86f79612 {
    align-content: flex-start;
  }
  .secondaryNav_module_alignContentEndLg__86f79612 {
    align-content: flex-end;
  }
  .secondaryNav_module_alignContentBetweenLg__86f79612 {
    align-content: space-between;
  }
  .secondaryNav_module_alignContentAroundLg__86f79612 {
    align-content: space-around;
  }
  .secondaryNav_module_alignContentInitialLg__86f79612 {
    align-content: initial;
  }
  .secondaryNav_module_alignContentInheritLg__86f79612 {
    align-content: inherit;
  }
  .secondaryNav_module_flexRowLg__86f79612 {
    flex-direction: row;
  }
  .secondaryNav_module_flexRowReverseLg__86f79612 {
    flex-direction: row-reverse;
  }
  .secondaryNav_module_flexColumnLg__86f79612 {
    flex-direction: column;
  }
  .secondaryNav_module_flexColumnReverseLg__86f79612 {
    flex-direction: column-reverse;
  }
  .secondaryNav_module_flexWrapLg__86f79612 {
    flex-wrap: wrap;
  }
  .secondaryNav_module_flexNowrapLg__86f79612 {
    flex-wrap: nowrap;
  }
  .secondaryNav_module_order1Lg__86f79612 {
    order: 1;
  }
  .secondaryNav_module_order2Lg__86f79612 {
    order: 2;
  }
  .secondaryNav_module_order3Lg__86f79612 {
    order: 3;
  }
  .secondaryNav_module_order4Lg__86f79612 {
    order: 4;
  }
  .secondaryNav_module_order5Lg__86f79612 {
    order: 5;
  }
  .secondaryNav_module_order6Lg__86f79612 {
    order: 6;
  }
  .secondaryNav_module_order7Lg__86f79612 {
    order: 7;
  }
  .secondaryNav_module_order8Lg__86f79612 {
    order: 8;
  }
  .secondaryNav_module_order9Lg__86f79612 {
    order: 9;
  }
  .secondaryNav_module_order10Lg__86f79612 {
    order: 10;
  }
  .secondaryNav_module_order11Lg__86f79612 {
    order: 11;
  }
  .secondaryNav_module_order12Lg__86f79612 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .secondaryNav_module_dXlNone__86f79612 {
    display: none !important;
  }
  .secondaryNav_module_dXlInline__86f79612 {
    display: inline !important;
  }
  .secondaryNav_module_dXlInlineBlock__86f79612 {
    display: inline-block !important;
  }
  .secondaryNav_module_dXlBlock__86f79612 {
    display: block !important;
  }
  .secondaryNav_module_dXlTable__86f79612 {
    display: table !important;
  }
  .secondaryNav_module_dXlTableRow__86f79612 {
    display: table-row !important;
  }
  .secondaryNav_module_dXlTableCell__86f79612 {
    display: table-cell !important;
  }
  .secondaryNav_module_dXlFlex__86f79612 {
    display: flex !important;
  }
  .secondaryNav_module_dXlInlineFlex__86f79612 {
    display: inline-flex !important;
  }
  .secondaryNav_module_justifyContentStartXl__86f79612 {
    justify-content: flex-start;
  }
  .secondaryNav_module_justifyContentEndXl__86f79612 {
    justify-content: flex-end;
  }
  .secondaryNav_module_justifyContentCenterXl__86f79612 {
    justify-content: center;
  }
  .secondaryNav_module_justifyContentBetweenXl__86f79612 {
    justify-content: space-between;
  }
  .secondaryNav_module_justifyContentAroundXl__86f79612 {
    justify-content: space-around;
  }
  .secondaryNav_module_justifyContentInitialXl__86f79612 {
    justify-content: initial;
  }
  .secondaryNav_module_justifyContentInheritXl__86f79612 {
    justify-content: inherit;
  }
  .secondaryNav_module_alignItemsStretchXl__86f79612 {
    align-items: stretch;
  }
  .secondaryNav_module_alignItemsCenterXl__86f79612 {
    align-items: center;
  }
  .secondaryNav_module_alignItemsStartXl__86f79612 {
    align-items: flex-start;
  }
  .secondaryNav_module_alignItemsEndXl__86f79612 {
    align-items: flex-end;
  }
  .secondaryNav_module_alignItemsBaseXl__86f79612 {
    align-items: baseline;
  }
  .secondaryNav_module_alignSelfAutoXl__86f79612 {
    align-self: auto;
  }
  .secondaryNav_module_alignSelfStretchXl__86f79612 {
    align-self: stretch;
  }
  .secondaryNav_module_alignSelfCenterXl__86f79612 {
    align-self: center;
  }
  .secondaryNav_module_alignSelfStartXl__86f79612 {
    align-self: flex-start;
  }
  .secondaryNav_module_alignSelfEndXl__86f79612 {
    align-self: flex-end;
  }
  .secondaryNav_module_alignSelfBaselineXl__86f79612 {
    align-self: baseline;
  }
  .secondaryNav_module_alignSelfInitialXl__86f79612 {
    align-self: initial;
  }
  .secondaryNav_module_alignSelfInheritXl__86f79612 {
    align-self: inherit;
  }
  .secondaryNav_module_alignContentStretchXl__86f79612 {
    align-content: stretch;
  }
  .secondaryNav_module_alignContentCenterXl__86f79612 {
    align-content: center;
  }
  .secondaryNav_module_alignContentStartXl__86f79612 {
    align-content: flex-start;
  }
  .secondaryNav_module_alignContentEndXl__86f79612 {
    align-content: flex-end;
  }
  .secondaryNav_module_alignContentBetweenXl__86f79612 {
    align-content: space-between;
  }
  .secondaryNav_module_alignContentAroundXl__86f79612 {
    align-content: space-around;
  }
  .secondaryNav_module_alignContentInitialXl__86f79612 {
    align-content: initial;
  }
  .secondaryNav_module_alignContentInheritXl__86f79612 {
    align-content: inherit;
  }
  .secondaryNav_module_flexRowXl__86f79612 {
    flex-direction: row;
  }
  .secondaryNav_module_flexRowReverseXl__86f79612 {
    flex-direction: row-reverse;
  }
  .secondaryNav_module_flexColumnXl__86f79612 {
    flex-direction: column;
  }
  .secondaryNav_module_flexColumnReverseXl__86f79612 {
    flex-direction: column-reverse;
  }
  .secondaryNav_module_flexWrapXl__86f79612 {
    flex-wrap: wrap;
  }
  .secondaryNav_module_flexNowrapXl__86f79612 {
    flex-wrap: nowrap;
  }
  .secondaryNav_module_order1Xl__86f79612 {
    order: 1;
  }
  .secondaryNav_module_order2Xl__86f79612 {
    order: 2;
  }
  .secondaryNav_module_order3Xl__86f79612 {
    order: 3;
  }
  .secondaryNav_module_order4Xl__86f79612 {
    order: 4;
  }
  .secondaryNav_module_order5Xl__86f79612 {
    order: 5;
  }
  .secondaryNav_module_order6Xl__86f79612 {
    order: 6;
  }
  .secondaryNav_module_order7Xl__86f79612 {
    order: 7;
  }
  .secondaryNav_module_order8Xl__86f79612 {
    order: 8;
  }
  .secondaryNav_module_order9Xl__86f79612 {
    order: 9;
  }
  .secondaryNav_module_order10Xl__86f79612 {
    order: 10;
  }
  .secondaryNav_module_order11Xl__86f79612 {
    order: 11;
  }
  .secondaryNav_module_order12Xl__86f79612 {
    order: 12;
  }
}
.secondaryNav_module_secondaryNav__86f79612 {
  background-color: white;
  box-shadow: 0px 2px 2px rgba(204, 197, 197, 0.25);
}
.secondaryNav_module_secondaryNav__wrap__86f79612 {
  height: 55px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.secondaryNav_module_secondaryNav__wrap__86f79612:after, .secondaryNav_module_secondaryNav__wrap__86f79612::before {
  display: none;
}
@media (max-width: 767px) {
  .secondaryNav_module_secondaryNav__container__86f79612 {
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .secondaryNav_module_secondaryNav__container__86f79612::-webkit-scrollbar {
    display: none;
  }
}
.secondaryNav_module_secondaryNav__node__86f79612 {
  margin-right: 0.75rem;
  cursor: pointer;
}
.secondaryNav_module_secondaryNav__node_Notification__86f79612 a {
  position: relative;
}
.secondaryNav_module_secondaryNav__node_Notification__86f79612 a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #f2af4b;
  border-radius: 50%;
  top: 3px;
  right: 8px;
  animation: secondaryNav_module_colorFlash__86f79612 3s ease infinite;
}
.secondaryNav_module_secondaryNav__node__86f79612:last-child {
  margin-right: 0;
}

@keyframes secondaryNav_module_colorFlash__86f79612 {
  60% {
    background-color: #f2af4b;
  }
  70% {
    background-color: #f28379;
  }
  80% {
    background-color: #f2af4b;
  }
  90% {
    background-color: #f28379;
  }
  100% {
    background-color: #f2af4b;
  }
}.tab_module_dNone__7622b0f0 {
  display: none !important;
}

.tab_module_dInline__7622b0f0 {
  display: inline !important;
}

.tab_module_dInlineBlock__7622b0f0 {
  display: inline-block !important;
}

.tab_module_dBlock__7622b0f0 {
  display: block !important;
}

.tab_module_dTable__7622b0f0 {
  display: table !important;
}

.tab_module_dTableRow__7622b0f0 {
  display: table-row !important;
}

.tab_module_dTableCell__7622b0f0 {
  display: table-cell !important;
}

.tab_module_dFlex__7622b0f0 {
  display: flex !important;
}

.tab_module_dInlineFlex__7622b0f0 {
  display: inline-flex !important;
}

.tab_module_justifyContentStart__7622b0f0 {
  justify-content: flex-start;
}

.tab_module_justifyContentEnd__7622b0f0 {
  justify-content: flex-end;
}

.tab_module_justifyContentCenter__7622b0f0 {
  justify-content: center;
}

.tab_module_justifyContentBetween__7622b0f0 {
  justify-content: space-between;
}

.tab_module_justifyContentAround__7622b0f0 {
  justify-content: space-around;
}

.tab_module_justifyContentInitial__7622b0f0 {
  justify-content: initial;
}

.tab_module_justifyContentInherit__7622b0f0 {
  justify-content: inherit;
}

.tab_module_alignItemsStretch__7622b0f0 {
  align-items: stretch;
}

.tab_module_alignItemsCenter__7622b0f0 {
  align-items: center;
}

.tab_module_alignItemsStart__7622b0f0 {
  align-items: flex-start;
}

.tab_module_alignItemsEnd__7622b0f0 {
  align-items: flex-end;
}

.tab_module_alignItemsBase__7622b0f0 {
  align-items: baseline;
}

.tab_module_alignSelfAuto__7622b0f0 {
  align-self: auto;
}

.tab_module_alignSelfStretch__7622b0f0 {
  align-self: stretch;
}

.tab_module_alignSelfCenter__7622b0f0 {
  align-self: center;
}

.tab_module_alignSelfStart__7622b0f0 {
  align-self: flex-start;
}

.tab_module_alignSelfEnd__7622b0f0 {
  align-self: flex-end;
}

.tab_module_alignSelfBaseline__7622b0f0 {
  align-self: baseline;
}

.tab_module_alignSelfInitial__7622b0f0 {
  align-self: initial;
}

.tab_module_alignSelfInherit__7622b0f0 {
  align-self: inherit;
}

.tab_module_alignContentStretch__7622b0f0 {
  align-content: stretch;
}

.tab_module_alignContentCenter__7622b0f0 {
  align-content: center;
}

.tab_module_alignContentStart__7622b0f0 {
  align-content: flex-start;
}

.tab_module_alignContentEnd__7622b0f0 {
  align-content: flex-end;
}

.tab_module_alignContentBetween__7622b0f0 {
  align-content: space-between;
}

.tab_module_alignContentAround__7622b0f0 {
  align-content: space-around;
}

.tab_module_alignContentInitial__7622b0f0 {
  align-content: initial;
}

.tab_module_alignContentInherit__7622b0f0 {
  align-content: inherit;
}

.tab_module_flexRow__7622b0f0 {
  flex-direction: row;
}

.tab_module_flexRowReverse__7622b0f0 {
  flex-direction: row-reverse;
}

.tab_module_flexColumn__7622b0f0 {
  flex-direction: column;
}

.tab_module_flexColumnReverse__7622b0f0 {
  flex-direction: column-reverse;
}

.tab_module_flexWrap__7622b0f0 {
  flex-wrap: wrap;
}

.tab_module_flexNowrap__7622b0f0 {
  flex-wrap: nowrap;
}

.tab_module_order1__7622b0f0 {
  order: 1;
}

.tab_module_order2__7622b0f0 {
  order: 2;
}

.tab_module_order3__7622b0f0 {
  order: 3;
}

.tab_module_order4__7622b0f0 {
  order: 4;
}

.tab_module_order5__7622b0f0 {
  order: 5;
}

.tab_module_order6__7622b0f0 {
  order: 6;
}

.tab_module_order7__7622b0f0 {
  order: 7;
}

.tab_module_order8__7622b0f0 {
  order: 8;
}

.tab_module_order9__7622b0f0 {
  order: 9;
}

.tab_module_order10__7622b0f0 {
  order: 10;
}

.tab_module_order11__7622b0f0 {
  order: 11;
}

.tab_module_order12__7622b0f0 {
  order: 12;
}

@media (min-width: 576px) {
  .tab_module_dSmNone__7622b0f0 {
    display: none !important;
  }
  .tab_module_dSmInline__7622b0f0 {
    display: inline !important;
  }
  .tab_module_dSmInlineBlock__7622b0f0 {
    display: inline-block !important;
  }
  .tab_module_dSmBlock__7622b0f0 {
    display: block !important;
  }
  .tab_module_dSmTable__7622b0f0 {
    display: table !important;
  }
  .tab_module_dSmTableRow__7622b0f0 {
    display: table-row !important;
  }
  .tab_module_dSmTableCell__7622b0f0 {
    display: table-cell !important;
  }
  .tab_module_dSmFlex__7622b0f0 {
    display: flex !important;
  }
  .tab_module_dSmInlineFlex__7622b0f0 {
    display: inline-flex !important;
  }
  .tab_module_justifyContentStartSm__7622b0f0 {
    justify-content: flex-start;
  }
  .tab_module_justifyContentEndSm__7622b0f0 {
    justify-content: flex-end;
  }
  .tab_module_justifyContentCenterSm__7622b0f0 {
    justify-content: center;
  }
  .tab_module_justifyContentBetweenSm__7622b0f0 {
    justify-content: space-between;
  }
  .tab_module_justifyContentAroundSm__7622b0f0 {
    justify-content: space-around;
  }
  .tab_module_justifyContentInitialSm__7622b0f0 {
    justify-content: initial;
  }
  .tab_module_justifyContentInheritSm__7622b0f0 {
    justify-content: inherit;
  }
  .tab_module_alignItemsStretchSm__7622b0f0 {
    align-items: stretch;
  }
  .tab_module_alignItemsCenterSm__7622b0f0 {
    align-items: center;
  }
  .tab_module_alignItemsStartSm__7622b0f0 {
    align-items: flex-start;
  }
  .tab_module_alignItemsEndSm__7622b0f0 {
    align-items: flex-end;
  }
  .tab_module_alignItemsBaseSm__7622b0f0 {
    align-items: baseline;
  }
  .tab_module_alignSelfAutoSm__7622b0f0 {
    align-self: auto;
  }
  .tab_module_alignSelfStretchSm__7622b0f0 {
    align-self: stretch;
  }
  .tab_module_alignSelfCenterSm__7622b0f0 {
    align-self: center;
  }
  .tab_module_alignSelfStartSm__7622b0f0 {
    align-self: flex-start;
  }
  .tab_module_alignSelfEndSm__7622b0f0 {
    align-self: flex-end;
  }
  .tab_module_alignSelfBaselineSm__7622b0f0 {
    align-self: baseline;
  }
  .tab_module_alignSelfInitialSm__7622b0f0 {
    align-self: initial;
  }
  .tab_module_alignSelfInheritSm__7622b0f0 {
    align-self: inherit;
  }
  .tab_module_alignContentStretchSm__7622b0f0 {
    align-content: stretch;
  }
  .tab_module_alignContentCenterSm__7622b0f0 {
    align-content: center;
  }
  .tab_module_alignContentStartSm__7622b0f0 {
    align-content: flex-start;
  }
  .tab_module_alignContentEndSm__7622b0f0 {
    align-content: flex-end;
  }
  .tab_module_alignContentBetweenSm__7622b0f0 {
    align-content: space-between;
  }
  .tab_module_alignContentAroundSm__7622b0f0 {
    align-content: space-around;
  }
  .tab_module_alignContentInitialSm__7622b0f0 {
    align-content: initial;
  }
  .tab_module_alignContentInheritSm__7622b0f0 {
    align-content: inherit;
  }
  .tab_module_flexRowSm__7622b0f0 {
    flex-direction: row;
  }
  .tab_module_flexRowReverseSm__7622b0f0 {
    flex-direction: row-reverse;
  }
  .tab_module_flexColumnSm__7622b0f0 {
    flex-direction: column;
  }
  .tab_module_flexColumnReverseSm__7622b0f0 {
    flex-direction: column-reverse;
  }
  .tab_module_flexWrapSm__7622b0f0 {
    flex-wrap: wrap;
  }
  .tab_module_flexNowrapSm__7622b0f0 {
    flex-wrap: nowrap;
  }
  .tab_module_order1Sm__7622b0f0 {
    order: 1;
  }
  .tab_module_order2Sm__7622b0f0 {
    order: 2;
  }
  .tab_module_order3Sm__7622b0f0 {
    order: 3;
  }
  .tab_module_order4Sm__7622b0f0 {
    order: 4;
  }
  .tab_module_order5Sm__7622b0f0 {
    order: 5;
  }
  .tab_module_order6Sm__7622b0f0 {
    order: 6;
  }
  .tab_module_order7Sm__7622b0f0 {
    order: 7;
  }
  .tab_module_order8Sm__7622b0f0 {
    order: 8;
  }
  .tab_module_order9Sm__7622b0f0 {
    order: 9;
  }
  .tab_module_order10Sm__7622b0f0 {
    order: 10;
  }
  .tab_module_order11Sm__7622b0f0 {
    order: 11;
  }
  .tab_module_order12Sm__7622b0f0 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .tab_module_dMdNone__7622b0f0 {
    display: none !important;
  }
  .tab_module_dMdInline__7622b0f0 {
    display: inline !important;
  }
  .tab_module_dMdInlineBlock__7622b0f0 {
    display: inline-block !important;
  }
  .tab_module_dMdBlock__7622b0f0 {
    display: block !important;
  }
  .tab_module_dMdTable__7622b0f0 {
    display: table !important;
  }
  .tab_module_dMdTableRow__7622b0f0 {
    display: table-row !important;
  }
  .tab_module_dMdTableCell__7622b0f0 {
    display: table-cell !important;
  }
  .tab_module_dMdFlex__7622b0f0 {
    display: flex !important;
  }
  .tab_module_dMdInlineFlex__7622b0f0 {
    display: inline-flex !important;
  }
  .tab_module_justifyContentStartMd__7622b0f0 {
    justify-content: flex-start;
  }
  .tab_module_justifyContentEndMd__7622b0f0 {
    justify-content: flex-end;
  }
  .tab_module_justifyContentCenterMd__7622b0f0 {
    justify-content: center;
  }
  .tab_module_justifyContentBetweenMd__7622b0f0 {
    justify-content: space-between;
  }
  .tab_module_justifyContentAroundMd__7622b0f0 {
    justify-content: space-around;
  }
  .tab_module_justifyContentInitialMd__7622b0f0 {
    justify-content: initial;
  }
  .tab_module_justifyContentInheritMd__7622b0f0 {
    justify-content: inherit;
  }
  .tab_module_alignItemsStretchMd__7622b0f0 {
    align-items: stretch;
  }
  .tab_module_alignItemsCenterMd__7622b0f0 {
    align-items: center;
  }
  .tab_module_alignItemsStartMd__7622b0f0 {
    align-items: flex-start;
  }
  .tab_module_alignItemsEndMd__7622b0f0 {
    align-items: flex-end;
  }
  .tab_module_alignItemsBaseMd__7622b0f0 {
    align-items: baseline;
  }
  .tab_module_alignSelfAutoMd__7622b0f0 {
    align-self: auto;
  }
  .tab_module_alignSelfStretchMd__7622b0f0 {
    align-self: stretch;
  }
  .tab_module_alignSelfCenterMd__7622b0f0 {
    align-self: center;
  }
  .tab_module_alignSelfStartMd__7622b0f0 {
    align-self: flex-start;
  }
  .tab_module_alignSelfEndMd__7622b0f0 {
    align-self: flex-end;
  }
  .tab_module_alignSelfBaselineMd__7622b0f0 {
    align-self: baseline;
  }
  .tab_module_alignSelfInitialMd__7622b0f0 {
    align-self: initial;
  }
  .tab_module_alignSelfInheritMd__7622b0f0 {
    align-self: inherit;
  }
  .tab_module_alignContentStretchMd__7622b0f0 {
    align-content: stretch;
  }
  .tab_module_alignContentCenterMd__7622b0f0 {
    align-content: center;
  }
  .tab_module_alignContentStartMd__7622b0f0 {
    align-content: flex-start;
  }
  .tab_module_alignContentEndMd__7622b0f0 {
    align-content: flex-end;
  }
  .tab_module_alignContentBetweenMd__7622b0f0 {
    align-content: space-between;
  }
  .tab_module_alignContentAroundMd__7622b0f0 {
    align-content: space-around;
  }
  .tab_module_alignContentInitialMd__7622b0f0 {
    align-content: initial;
  }
  .tab_module_alignContentInheritMd__7622b0f0 {
    align-content: inherit;
  }
  .tab_module_flexRowMd__7622b0f0 {
    flex-direction: row;
  }
  .tab_module_flexRowReverseMd__7622b0f0 {
    flex-direction: row-reverse;
  }
  .tab_module_flexColumnMd__7622b0f0 {
    flex-direction: column;
  }
  .tab_module_flexColumnReverseMd__7622b0f0 {
    flex-direction: column-reverse;
  }
  .tab_module_flexWrapMd__7622b0f0 {
    flex-wrap: wrap;
  }
  .tab_module_flexNowrapMd__7622b0f0 {
    flex-wrap: nowrap;
  }
  .tab_module_order1Md__7622b0f0 {
    order: 1;
  }
  .tab_module_order2Md__7622b0f0 {
    order: 2;
  }
  .tab_module_order3Md__7622b0f0 {
    order: 3;
  }
  .tab_module_order4Md__7622b0f0 {
    order: 4;
  }
  .tab_module_order5Md__7622b0f0 {
    order: 5;
  }
  .tab_module_order6Md__7622b0f0 {
    order: 6;
  }
  .tab_module_order7Md__7622b0f0 {
    order: 7;
  }
  .tab_module_order8Md__7622b0f0 {
    order: 8;
  }
  .tab_module_order9Md__7622b0f0 {
    order: 9;
  }
  .tab_module_order10Md__7622b0f0 {
    order: 10;
  }
  .tab_module_order11Md__7622b0f0 {
    order: 11;
  }
  .tab_module_order12Md__7622b0f0 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .tab_module_dLgNone__7622b0f0 {
    display: none !important;
  }
  .tab_module_dLgInline__7622b0f0 {
    display: inline !important;
  }
  .tab_module_dLgInlineBlock__7622b0f0 {
    display: inline-block !important;
  }
  .tab_module_dLgBlock__7622b0f0 {
    display: block !important;
  }
  .tab_module_dLgTable__7622b0f0 {
    display: table !important;
  }
  .tab_module_dLgTableRow__7622b0f0 {
    display: table-row !important;
  }
  .tab_module_dLgTableCell__7622b0f0 {
    display: table-cell !important;
  }
  .tab_module_dLgFlex__7622b0f0 {
    display: flex !important;
  }
  .tab_module_dLgInlineFlex__7622b0f0 {
    display: inline-flex !important;
  }
  .tab_module_justifyContentStartLg__7622b0f0 {
    justify-content: flex-start;
  }
  .tab_module_justifyContentEndLg__7622b0f0 {
    justify-content: flex-end;
  }
  .tab_module_justifyContentCenterLg__7622b0f0 {
    justify-content: center;
  }
  .tab_module_justifyContentBetweenLg__7622b0f0 {
    justify-content: space-between;
  }
  .tab_module_justifyContentAroundLg__7622b0f0 {
    justify-content: space-around;
  }
  .tab_module_justifyContentInitialLg__7622b0f0 {
    justify-content: initial;
  }
  .tab_module_justifyContentInheritLg__7622b0f0 {
    justify-content: inherit;
  }
  .tab_module_alignItemsStretchLg__7622b0f0 {
    align-items: stretch;
  }
  .tab_module_alignItemsCenterLg__7622b0f0 {
    align-items: center;
  }
  .tab_module_alignItemsStartLg__7622b0f0 {
    align-items: flex-start;
  }
  .tab_module_alignItemsEndLg__7622b0f0 {
    align-items: flex-end;
  }
  .tab_module_alignItemsBaseLg__7622b0f0 {
    align-items: baseline;
  }
  .tab_module_alignSelfAutoLg__7622b0f0 {
    align-self: auto;
  }
  .tab_module_alignSelfStretchLg__7622b0f0 {
    align-self: stretch;
  }
  .tab_module_alignSelfCenterLg__7622b0f0 {
    align-self: center;
  }
  .tab_module_alignSelfStartLg__7622b0f0 {
    align-self: flex-start;
  }
  .tab_module_alignSelfEndLg__7622b0f0 {
    align-self: flex-end;
  }
  .tab_module_alignSelfBaselineLg__7622b0f0 {
    align-self: baseline;
  }
  .tab_module_alignSelfInitialLg__7622b0f0 {
    align-self: initial;
  }
  .tab_module_alignSelfInheritLg__7622b0f0 {
    align-self: inherit;
  }
  .tab_module_alignContentStretchLg__7622b0f0 {
    align-content: stretch;
  }
  .tab_module_alignContentCenterLg__7622b0f0 {
    align-content: center;
  }
  .tab_module_alignContentStartLg__7622b0f0 {
    align-content: flex-start;
  }
  .tab_module_alignContentEndLg__7622b0f0 {
    align-content: flex-end;
  }
  .tab_module_alignContentBetweenLg__7622b0f0 {
    align-content: space-between;
  }
  .tab_module_alignContentAroundLg__7622b0f0 {
    align-content: space-around;
  }
  .tab_module_alignContentInitialLg__7622b0f0 {
    align-content: initial;
  }
  .tab_module_alignContentInheritLg__7622b0f0 {
    align-content: inherit;
  }
  .tab_module_flexRowLg__7622b0f0 {
    flex-direction: row;
  }
  .tab_module_flexRowReverseLg__7622b0f0 {
    flex-direction: row-reverse;
  }
  .tab_module_flexColumnLg__7622b0f0 {
    flex-direction: column;
  }
  .tab_module_flexColumnReverseLg__7622b0f0 {
    flex-direction: column-reverse;
  }
  .tab_module_flexWrapLg__7622b0f0 {
    flex-wrap: wrap;
  }
  .tab_module_flexNowrapLg__7622b0f0 {
    flex-wrap: nowrap;
  }
  .tab_module_order1Lg__7622b0f0 {
    order: 1;
  }
  .tab_module_order2Lg__7622b0f0 {
    order: 2;
  }
  .tab_module_order3Lg__7622b0f0 {
    order: 3;
  }
  .tab_module_order4Lg__7622b0f0 {
    order: 4;
  }
  .tab_module_order5Lg__7622b0f0 {
    order: 5;
  }
  .tab_module_order6Lg__7622b0f0 {
    order: 6;
  }
  .tab_module_order7Lg__7622b0f0 {
    order: 7;
  }
  .tab_module_order8Lg__7622b0f0 {
    order: 8;
  }
  .tab_module_order9Lg__7622b0f0 {
    order: 9;
  }
  .tab_module_order10Lg__7622b0f0 {
    order: 10;
  }
  .tab_module_order11Lg__7622b0f0 {
    order: 11;
  }
  .tab_module_order12Lg__7622b0f0 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .tab_module_dXlNone__7622b0f0 {
    display: none !important;
  }
  .tab_module_dXlInline__7622b0f0 {
    display: inline !important;
  }
  .tab_module_dXlInlineBlock__7622b0f0 {
    display: inline-block !important;
  }
  .tab_module_dXlBlock__7622b0f0 {
    display: block !important;
  }
  .tab_module_dXlTable__7622b0f0 {
    display: table !important;
  }
  .tab_module_dXlTableRow__7622b0f0 {
    display: table-row !important;
  }
  .tab_module_dXlTableCell__7622b0f0 {
    display: table-cell !important;
  }
  .tab_module_dXlFlex__7622b0f0 {
    display: flex !important;
  }
  .tab_module_dXlInlineFlex__7622b0f0 {
    display: inline-flex !important;
  }
  .tab_module_justifyContentStartXl__7622b0f0 {
    justify-content: flex-start;
  }
  .tab_module_justifyContentEndXl__7622b0f0 {
    justify-content: flex-end;
  }
  .tab_module_justifyContentCenterXl__7622b0f0 {
    justify-content: center;
  }
  .tab_module_justifyContentBetweenXl__7622b0f0 {
    justify-content: space-between;
  }
  .tab_module_justifyContentAroundXl__7622b0f0 {
    justify-content: space-around;
  }
  .tab_module_justifyContentInitialXl__7622b0f0 {
    justify-content: initial;
  }
  .tab_module_justifyContentInheritXl__7622b0f0 {
    justify-content: inherit;
  }
  .tab_module_alignItemsStretchXl__7622b0f0 {
    align-items: stretch;
  }
  .tab_module_alignItemsCenterXl__7622b0f0 {
    align-items: center;
  }
  .tab_module_alignItemsStartXl__7622b0f0 {
    align-items: flex-start;
  }
  .tab_module_alignItemsEndXl__7622b0f0 {
    align-items: flex-end;
  }
  .tab_module_alignItemsBaseXl__7622b0f0 {
    align-items: baseline;
  }
  .tab_module_alignSelfAutoXl__7622b0f0 {
    align-self: auto;
  }
  .tab_module_alignSelfStretchXl__7622b0f0 {
    align-self: stretch;
  }
  .tab_module_alignSelfCenterXl__7622b0f0 {
    align-self: center;
  }
  .tab_module_alignSelfStartXl__7622b0f0 {
    align-self: flex-start;
  }
  .tab_module_alignSelfEndXl__7622b0f0 {
    align-self: flex-end;
  }
  .tab_module_alignSelfBaselineXl__7622b0f0 {
    align-self: baseline;
  }
  .tab_module_alignSelfInitialXl__7622b0f0 {
    align-self: initial;
  }
  .tab_module_alignSelfInheritXl__7622b0f0 {
    align-self: inherit;
  }
  .tab_module_alignContentStretchXl__7622b0f0 {
    align-content: stretch;
  }
  .tab_module_alignContentCenterXl__7622b0f0 {
    align-content: center;
  }
  .tab_module_alignContentStartXl__7622b0f0 {
    align-content: flex-start;
  }
  .tab_module_alignContentEndXl__7622b0f0 {
    align-content: flex-end;
  }
  .tab_module_alignContentBetweenXl__7622b0f0 {
    align-content: space-between;
  }
  .tab_module_alignContentAroundXl__7622b0f0 {
    align-content: space-around;
  }
  .tab_module_alignContentInitialXl__7622b0f0 {
    align-content: initial;
  }
  .tab_module_alignContentInheritXl__7622b0f0 {
    align-content: inherit;
  }
  .tab_module_flexRowXl__7622b0f0 {
    flex-direction: row;
  }
  .tab_module_flexRowReverseXl__7622b0f0 {
    flex-direction: row-reverse;
  }
  .tab_module_flexColumnXl__7622b0f0 {
    flex-direction: column;
  }
  .tab_module_flexColumnReverseXl__7622b0f0 {
    flex-direction: column-reverse;
  }
  .tab_module_flexWrapXl__7622b0f0 {
    flex-wrap: wrap;
  }
  .tab_module_flexNowrapXl__7622b0f0 {
    flex-wrap: nowrap;
  }
  .tab_module_order1Xl__7622b0f0 {
    order: 1;
  }
  .tab_module_order2Xl__7622b0f0 {
    order: 2;
  }
  .tab_module_order3Xl__7622b0f0 {
    order: 3;
  }
  .tab_module_order4Xl__7622b0f0 {
    order: 4;
  }
  .tab_module_order5Xl__7622b0f0 {
    order: 5;
  }
  .tab_module_order6Xl__7622b0f0 {
    order: 6;
  }
  .tab_module_order7Xl__7622b0f0 {
    order: 7;
  }
  .tab_module_order8Xl__7622b0f0 {
    order: 8;
  }
  .tab_module_order9Xl__7622b0f0 {
    order: 9;
  }
  .tab_module_order10Xl__7622b0f0 {
    order: 10;
  }
  .tab_module_order11Xl__7622b0f0 {
    order: 11;
  }
  .tab_module_order12Xl__7622b0f0 {
    order: 12;
  }
}
.tab_module_tab__link__7622b0f0 {
  padding: 0.5rem 1rem;
  color: #999999;
  font-weight: 400;
  font-size: 0.75rem;
}
.tab_module_tab__link__7622b0f0.tab_module_active__7622b0f0, .tab_module_tab__link__7622b0f0:hover {
  color: #29b6f6;
  background: #f4f7f9;
  border-radius: 24px;
}
.tab_module_tab__link__7622b0f0.tab_module_active__7622b0f0 {
  font-weight: 600;
}
.tab_module_tab__link_Primary__7622b0f0:hover {
  color: #2ecc71;
}
.tab_module_tab__link_Primary__7622b0f0.tab_module_active__7622b0f0 {
  color: #2ecc71;
}
.tab_module_tab__link_Secondary__7622b0f0:hover {
  color: #102b7b;
}
.tab_module_tab__link_Secondary__7622b0f0.tab_module_active__7622b0f0 {
  color: #102b7b;
}
.tab_module_tab__link_Red__7622b0f0:hover {
  color: #f44336;
}
.tab_module_tab__link_Red__7622b0f0.tab_module_active__7622b0f0 {
  color: #f44336;
}
.tab_module_tab__link_Yellow__7622b0f0:hover {
  color: #ffc107;
}
.tab_module_tab__link_Yellow__7622b0f0.tab_module_active__7622b0f0 {
  color: #ffc107;
}
.tab_module_tab__link_Blue__7622b0f0:hover {
  color: #2196f3;
}
.tab_module_tab__link_Blue__7622b0f0.tab_module_active__7622b0f0 {
  color: #2196f3;
}
.tab_module_tab__link_LightBlue__7622b0f0:hover {
  color: #29b6f6;
}
.tab_module_tab__link_LightBlue__7622b0f0.tab_module_active__7622b0f0 {
  color: #29b6f6;
}
.tab_module_tab__link_Green__7622b0f0:hover {
  color: #4caf50;
}
.tab_module_tab__link_Green__7622b0f0.tab_module_active__7622b0f0 {
  color: #4caf50;
}
.tab_module_tab__link_Grey__7622b0f0:hover {
  color: #999999;
}
.tab_module_tab__link_Grey__7622b0f0.tab_module_active__7622b0f0 {
  color: #999999;
}
.tab_module_tab__link_LightGrey__7622b0f0:hover {
  color: #d2d2d2;
}
.tab_module_tab__link_LightGrey__7622b0f0.tab_module_active__7622b0f0 {
  color: #d2d2d2;
}
.tab_module_tab__link_Orange__7622b0f0:hover {
  color: #f2994a;
}
.tab_module_tab__link_Orange__7622b0f0.tab_module_active__7622b0f0 {
  color: #f2994a;
}
.tab_module_tab__link_Purple__7622b0f0:hover {
  color: #AB22FF;
}
.tab_module_tab__link_Purple__7622b0f0.tab_module_active__7622b0f0 {
  color: #AB22FF;
}.searchBar_module_dNone__0a060e53 {
  display: none !important;
}

.searchBar_module_dInline__0a060e53 {
  display: inline !important;
}

.searchBar_module_dInlineBlock__0a060e53 {
  display: inline-block !important;
}

.searchBar_module_dBlock__0a060e53 {
  display: block !important;
}

.searchBar_module_dTable__0a060e53 {
  display: table !important;
}

.searchBar_module_dTableRow__0a060e53 {
  display: table-row !important;
}

.searchBar_module_dTableCell__0a060e53 {
  display: table-cell !important;
}

.searchBar_module_dFlex__0a060e53 {
  display: flex !important;
}

.searchBar_module_dInlineFlex__0a060e53 {
  display: inline-flex !important;
}

.searchBar_module_justifyContentStart__0a060e53 {
  justify-content: flex-start;
}

.searchBar_module_justifyContentEnd__0a060e53 {
  justify-content: flex-end;
}

.searchBar_module_justifyContentCenter__0a060e53 {
  justify-content: center;
}

.searchBar_module_justifyContentBetween__0a060e53 {
  justify-content: space-between;
}

.searchBar_module_justifyContentAround__0a060e53 {
  justify-content: space-around;
}

.searchBar_module_justifyContentInitial__0a060e53 {
  justify-content: initial;
}

.searchBar_module_justifyContentInherit__0a060e53 {
  justify-content: inherit;
}

.searchBar_module_alignItemsStretch__0a060e53 {
  align-items: stretch;
}

.searchBar_module_alignItemsCenter__0a060e53 {
  align-items: center;
}

.searchBar_module_alignItemsStart__0a060e53 {
  align-items: flex-start;
}

.searchBar_module_alignItemsEnd__0a060e53 {
  align-items: flex-end;
}

.searchBar_module_alignItemsBase__0a060e53 {
  align-items: baseline;
}

.searchBar_module_alignSelfAuto__0a060e53 {
  align-self: auto;
}

.searchBar_module_alignSelfStretch__0a060e53 {
  align-self: stretch;
}

.searchBar_module_alignSelfCenter__0a060e53 {
  align-self: center;
}

.searchBar_module_alignSelfStart__0a060e53 {
  align-self: flex-start;
}

.searchBar_module_alignSelfEnd__0a060e53 {
  align-self: flex-end;
}

.searchBar_module_alignSelfBaseline__0a060e53 {
  align-self: baseline;
}

.searchBar_module_alignSelfInitial__0a060e53 {
  align-self: initial;
}

.searchBar_module_alignSelfInherit__0a060e53 {
  align-self: inherit;
}

.searchBar_module_alignContentStretch__0a060e53 {
  align-content: stretch;
}

.searchBar_module_alignContentCenter__0a060e53 {
  align-content: center;
}

.searchBar_module_alignContentStart__0a060e53 {
  align-content: flex-start;
}

.searchBar_module_alignContentEnd__0a060e53 {
  align-content: flex-end;
}

.searchBar_module_alignContentBetween__0a060e53 {
  align-content: space-between;
}

.searchBar_module_alignContentAround__0a060e53 {
  align-content: space-around;
}

.searchBar_module_alignContentInitial__0a060e53 {
  align-content: initial;
}

.searchBar_module_alignContentInherit__0a060e53 {
  align-content: inherit;
}

.searchBar_module_flexRow__0a060e53 {
  flex-direction: row;
}

.searchBar_module_flexRowReverse__0a060e53 {
  flex-direction: row-reverse;
}

.searchBar_module_flexColumn__0a060e53 {
  flex-direction: column;
}

.searchBar_module_flexColumnReverse__0a060e53 {
  flex-direction: column-reverse;
}

.searchBar_module_flexWrap__0a060e53 {
  flex-wrap: wrap;
}

.searchBar_module_flexNowrap__0a060e53 {
  flex-wrap: nowrap;
}

.searchBar_module_order1__0a060e53 {
  order: 1;
}

.searchBar_module_order2__0a060e53 {
  order: 2;
}

.searchBar_module_order3__0a060e53 {
  order: 3;
}

.searchBar_module_order4__0a060e53 {
  order: 4;
}

.searchBar_module_order5__0a060e53 {
  order: 5;
}

.searchBar_module_order6__0a060e53 {
  order: 6;
}

.searchBar_module_order7__0a060e53 {
  order: 7;
}

.searchBar_module_order8__0a060e53 {
  order: 8;
}

.searchBar_module_order9__0a060e53 {
  order: 9;
}

.searchBar_module_order10__0a060e53 {
  order: 10;
}

.searchBar_module_order11__0a060e53 {
  order: 11;
}

.searchBar_module_order12__0a060e53 {
  order: 12;
}

@media (min-width: 576px) {
  .searchBar_module_dSmNone__0a060e53 {
    display: none !important;
  }
  .searchBar_module_dSmInline__0a060e53 {
    display: inline !important;
  }
  .searchBar_module_dSmInlineBlock__0a060e53 {
    display: inline-block !important;
  }
  .searchBar_module_dSmBlock__0a060e53 {
    display: block !important;
  }
  .searchBar_module_dSmTable__0a060e53 {
    display: table !important;
  }
  .searchBar_module_dSmTableRow__0a060e53 {
    display: table-row !important;
  }
  .searchBar_module_dSmTableCell__0a060e53 {
    display: table-cell !important;
  }
  .searchBar_module_dSmFlex__0a060e53 {
    display: flex !important;
  }
  .searchBar_module_dSmInlineFlex__0a060e53 {
    display: inline-flex !important;
  }
  .searchBar_module_justifyContentStartSm__0a060e53 {
    justify-content: flex-start;
  }
  .searchBar_module_justifyContentEndSm__0a060e53 {
    justify-content: flex-end;
  }
  .searchBar_module_justifyContentCenterSm__0a060e53 {
    justify-content: center;
  }
  .searchBar_module_justifyContentBetweenSm__0a060e53 {
    justify-content: space-between;
  }
  .searchBar_module_justifyContentAroundSm__0a060e53 {
    justify-content: space-around;
  }
  .searchBar_module_justifyContentInitialSm__0a060e53 {
    justify-content: initial;
  }
  .searchBar_module_justifyContentInheritSm__0a060e53 {
    justify-content: inherit;
  }
  .searchBar_module_alignItemsStretchSm__0a060e53 {
    align-items: stretch;
  }
  .searchBar_module_alignItemsCenterSm__0a060e53 {
    align-items: center;
  }
  .searchBar_module_alignItemsStartSm__0a060e53 {
    align-items: flex-start;
  }
  .searchBar_module_alignItemsEndSm__0a060e53 {
    align-items: flex-end;
  }
  .searchBar_module_alignItemsBaseSm__0a060e53 {
    align-items: baseline;
  }
  .searchBar_module_alignSelfAutoSm__0a060e53 {
    align-self: auto;
  }
  .searchBar_module_alignSelfStretchSm__0a060e53 {
    align-self: stretch;
  }
  .searchBar_module_alignSelfCenterSm__0a060e53 {
    align-self: center;
  }
  .searchBar_module_alignSelfStartSm__0a060e53 {
    align-self: flex-start;
  }
  .searchBar_module_alignSelfEndSm__0a060e53 {
    align-self: flex-end;
  }
  .searchBar_module_alignSelfBaselineSm__0a060e53 {
    align-self: baseline;
  }
  .searchBar_module_alignSelfInitialSm__0a060e53 {
    align-self: initial;
  }
  .searchBar_module_alignSelfInheritSm__0a060e53 {
    align-self: inherit;
  }
  .searchBar_module_alignContentStretchSm__0a060e53 {
    align-content: stretch;
  }
  .searchBar_module_alignContentCenterSm__0a060e53 {
    align-content: center;
  }
  .searchBar_module_alignContentStartSm__0a060e53 {
    align-content: flex-start;
  }
  .searchBar_module_alignContentEndSm__0a060e53 {
    align-content: flex-end;
  }
  .searchBar_module_alignContentBetweenSm__0a060e53 {
    align-content: space-between;
  }
  .searchBar_module_alignContentAroundSm__0a060e53 {
    align-content: space-around;
  }
  .searchBar_module_alignContentInitialSm__0a060e53 {
    align-content: initial;
  }
  .searchBar_module_alignContentInheritSm__0a060e53 {
    align-content: inherit;
  }
  .searchBar_module_flexRowSm__0a060e53 {
    flex-direction: row;
  }
  .searchBar_module_flexRowReverseSm__0a060e53 {
    flex-direction: row-reverse;
  }
  .searchBar_module_flexColumnSm__0a060e53 {
    flex-direction: column;
  }
  .searchBar_module_flexColumnReverseSm__0a060e53 {
    flex-direction: column-reverse;
  }
  .searchBar_module_flexWrapSm__0a060e53 {
    flex-wrap: wrap;
  }
  .searchBar_module_flexNowrapSm__0a060e53 {
    flex-wrap: nowrap;
  }
  .searchBar_module_order1Sm__0a060e53 {
    order: 1;
  }
  .searchBar_module_order2Sm__0a060e53 {
    order: 2;
  }
  .searchBar_module_order3Sm__0a060e53 {
    order: 3;
  }
  .searchBar_module_order4Sm__0a060e53 {
    order: 4;
  }
  .searchBar_module_order5Sm__0a060e53 {
    order: 5;
  }
  .searchBar_module_order6Sm__0a060e53 {
    order: 6;
  }
  .searchBar_module_order7Sm__0a060e53 {
    order: 7;
  }
  .searchBar_module_order8Sm__0a060e53 {
    order: 8;
  }
  .searchBar_module_order9Sm__0a060e53 {
    order: 9;
  }
  .searchBar_module_order10Sm__0a060e53 {
    order: 10;
  }
  .searchBar_module_order11Sm__0a060e53 {
    order: 11;
  }
  .searchBar_module_order12Sm__0a060e53 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .searchBar_module_dMdNone__0a060e53 {
    display: none !important;
  }
  .searchBar_module_dMdInline__0a060e53 {
    display: inline !important;
  }
  .searchBar_module_dMdInlineBlock__0a060e53 {
    display: inline-block !important;
  }
  .searchBar_module_dMdBlock__0a060e53 {
    display: block !important;
  }
  .searchBar_module_dMdTable__0a060e53 {
    display: table !important;
  }
  .searchBar_module_dMdTableRow__0a060e53 {
    display: table-row !important;
  }
  .searchBar_module_dMdTableCell__0a060e53 {
    display: table-cell !important;
  }
  .searchBar_module_dMdFlex__0a060e53 {
    display: flex !important;
  }
  .searchBar_module_dMdInlineFlex__0a060e53 {
    display: inline-flex !important;
  }
  .searchBar_module_justifyContentStartMd__0a060e53 {
    justify-content: flex-start;
  }
  .searchBar_module_justifyContentEndMd__0a060e53 {
    justify-content: flex-end;
  }
  .searchBar_module_justifyContentCenterMd__0a060e53 {
    justify-content: center;
  }
  .searchBar_module_justifyContentBetweenMd__0a060e53 {
    justify-content: space-between;
  }
  .searchBar_module_justifyContentAroundMd__0a060e53 {
    justify-content: space-around;
  }
  .searchBar_module_justifyContentInitialMd__0a060e53 {
    justify-content: initial;
  }
  .searchBar_module_justifyContentInheritMd__0a060e53 {
    justify-content: inherit;
  }
  .searchBar_module_alignItemsStretchMd__0a060e53 {
    align-items: stretch;
  }
  .searchBar_module_alignItemsCenterMd__0a060e53 {
    align-items: center;
  }
  .searchBar_module_alignItemsStartMd__0a060e53 {
    align-items: flex-start;
  }
  .searchBar_module_alignItemsEndMd__0a060e53 {
    align-items: flex-end;
  }
  .searchBar_module_alignItemsBaseMd__0a060e53 {
    align-items: baseline;
  }
  .searchBar_module_alignSelfAutoMd__0a060e53 {
    align-self: auto;
  }
  .searchBar_module_alignSelfStretchMd__0a060e53 {
    align-self: stretch;
  }
  .searchBar_module_alignSelfCenterMd__0a060e53 {
    align-self: center;
  }
  .searchBar_module_alignSelfStartMd__0a060e53 {
    align-self: flex-start;
  }
  .searchBar_module_alignSelfEndMd__0a060e53 {
    align-self: flex-end;
  }
  .searchBar_module_alignSelfBaselineMd__0a060e53 {
    align-self: baseline;
  }
  .searchBar_module_alignSelfInitialMd__0a060e53 {
    align-self: initial;
  }
  .searchBar_module_alignSelfInheritMd__0a060e53 {
    align-self: inherit;
  }
  .searchBar_module_alignContentStretchMd__0a060e53 {
    align-content: stretch;
  }
  .searchBar_module_alignContentCenterMd__0a060e53 {
    align-content: center;
  }
  .searchBar_module_alignContentStartMd__0a060e53 {
    align-content: flex-start;
  }
  .searchBar_module_alignContentEndMd__0a060e53 {
    align-content: flex-end;
  }
  .searchBar_module_alignContentBetweenMd__0a060e53 {
    align-content: space-between;
  }
  .searchBar_module_alignContentAroundMd__0a060e53 {
    align-content: space-around;
  }
  .searchBar_module_alignContentInitialMd__0a060e53 {
    align-content: initial;
  }
  .searchBar_module_alignContentInheritMd__0a060e53 {
    align-content: inherit;
  }
  .searchBar_module_flexRowMd__0a060e53 {
    flex-direction: row;
  }
  .searchBar_module_flexRowReverseMd__0a060e53 {
    flex-direction: row-reverse;
  }
  .searchBar_module_flexColumnMd__0a060e53 {
    flex-direction: column;
  }
  .searchBar_module_flexColumnReverseMd__0a060e53 {
    flex-direction: column-reverse;
  }
  .searchBar_module_flexWrapMd__0a060e53 {
    flex-wrap: wrap;
  }
  .searchBar_module_flexNowrapMd__0a060e53 {
    flex-wrap: nowrap;
  }
  .searchBar_module_order1Md__0a060e53 {
    order: 1;
  }
  .searchBar_module_order2Md__0a060e53 {
    order: 2;
  }
  .searchBar_module_order3Md__0a060e53 {
    order: 3;
  }
  .searchBar_module_order4Md__0a060e53 {
    order: 4;
  }
  .searchBar_module_order5Md__0a060e53 {
    order: 5;
  }
  .searchBar_module_order6Md__0a060e53 {
    order: 6;
  }
  .searchBar_module_order7Md__0a060e53 {
    order: 7;
  }
  .searchBar_module_order8Md__0a060e53 {
    order: 8;
  }
  .searchBar_module_order9Md__0a060e53 {
    order: 9;
  }
  .searchBar_module_order10Md__0a060e53 {
    order: 10;
  }
  .searchBar_module_order11Md__0a060e53 {
    order: 11;
  }
  .searchBar_module_order12Md__0a060e53 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .searchBar_module_dLgNone__0a060e53 {
    display: none !important;
  }
  .searchBar_module_dLgInline__0a060e53 {
    display: inline !important;
  }
  .searchBar_module_dLgInlineBlock__0a060e53 {
    display: inline-block !important;
  }
  .searchBar_module_dLgBlock__0a060e53 {
    display: block !important;
  }
  .searchBar_module_dLgTable__0a060e53 {
    display: table !important;
  }
  .searchBar_module_dLgTableRow__0a060e53 {
    display: table-row !important;
  }
  .searchBar_module_dLgTableCell__0a060e53 {
    display: table-cell !important;
  }
  .searchBar_module_dLgFlex__0a060e53 {
    display: flex !important;
  }
  .searchBar_module_dLgInlineFlex__0a060e53 {
    display: inline-flex !important;
  }
  .searchBar_module_justifyContentStartLg__0a060e53 {
    justify-content: flex-start;
  }
  .searchBar_module_justifyContentEndLg__0a060e53 {
    justify-content: flex-end;
  }
  .searchBar_module_justifyContentCenterLg__0a060e53 {
    justify-content: center;
  }
  .searchBar_module_justifyContentBetweenLg__0a060e53 {
    justify-content: space-between;
  }
  .searchBar_module_justifyContentAroundLg__0a060e53 {
    justify-content: space-around;
  }
  .searchBar_module_justifyContentInitialLg__0a060e53 {
    justify-content: initial;
  }
  .searchBar_module_justifyContentInheritLg__0a060e53 {
    justify-content: inherit;
  }
  .searchBar_module_alignItemsStretchLg__0a060e53 {
    align-items: stretch;
  }
  .searchBar_module_alignItemsCenterLg__0a060e53 {
    align-items: center;
  }
  .searchBar_module_alignItemsStartLg__0a060e53 {
    align-items: flex-start;
  }
  .searchBar_module_alignItemsEndLg__0a060e53 {
    align-items: flex-end;
  }
  .searchBar_module_alignItemsBaseLg__0a060e53 {
    align-items: baseline;
  }
  .searchBar_module_alignSelfAutoLg__0a060e53 {
    align-self: auto;
  }
  .searchBar_module_alignSelfStretchLg__0a060e53 {
    align-self: stretch;
  }
  .searchBar_module_alignSelfCenterLg__0a060e53 {
    align-self: center;
  }
  .searchBar_module_alignSelfStartLg__0a060e53 {
    align-self: flex-start;
  }
  .searchBar_module_alignSelfEndLg__0a060e53 {
    align-self: flex-end;
  }
  .searchBar_module_alignSelfBaselineLg__0a060e53 {
    align-self: baseline;
  }
  .searchBar_module_alignSelfInitialLg__0a060e53 {
    align-self: initial;
  }
  .searchBar_module_alignSelfInheritLg__0a060e53 {
    align-self: inherit;
  }
  .searchBar_module_alignContentStretchLg__0a060e53 {
    align-content: stretch;
  }
  .searchBar_module_alignContentCenterLg__0a060e53 {
    align-content: center;
  }
  .searchBar_module_alignContentStartLg__0a060e53 {
    align-content: flex-start;
  }
  .searchBar_module_alignContentEndLg__0a060e53 {
    align-content: flex-end;
  }
  .searchBar_module_alignContentBetweenLg__0a060e53 {
    align-content: space-between;
  }
  .searchBar_module_alignContentAroundLg__0a060e53 {
    align-content: space-around;
  }
  .searchBar_module_alignContentInitialLg__0a060e53 {
    align-content: initial;
  }
  .searchBar_module_alignContentInheritLg__0a060e53 {
    align-content: inherit;
  }
  .searchBar_module_flexRowLg__0a060e53 {
    flex-direction: row;
  }
  .searchBar_module_flexRowReverseLg__0a060e53 {
    flex-direction: row-reverse;
  }
  .searchBar_module_flexColumnLg__0a060e53 {
    flex-direction: column;
  }
  .searchBar_module_flexColumnReverseLg__0a060e53 {
    flex-direction: column-reverse;
  }
  .searchBar_module_flexWrapLg__0a060e53 {
    flex-wrap: wrap;
  }
  .searchBar_module_flexNowrapLg__0a060e53 {
    flex-wrap: nowrap;
  }
  .searchBar_module_order1Lg__0a060e53 {
    order: 1;
  }
  .searchBar_module_order2Lg__0a060e53 {
    order: 2;
  }
  .searchBar_module_order3Lg__0a060e53 {
    order: 3;
  }
  .searchBar_module_order4Lg__0a060e53 {
    order: 4;
  }
  .searchBar_module_order5Lg__0a060e53 {
    order: 5;
  }
  .searchBar_module_order6Lg__0a060e53 {
    order: 6;
  }
  .searchBar_module_order7Lg__0a060e53 {
    order: 7;
  }
  .searchBar_module_order8Lg__0a060e53 {
    order: 8;
  }
  .searchBar_module_order9Lg__0a060e53 {
    order: 9;
  }
  .searchBar_module_order10Lg__0a060e53 {
    order: 10;
  }
  .searchBar_module_order11Lg__0a060e53 {
    order: 11;
  }
  .searchBar_module_order12Lg__0a060e53 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .searchBar_module_dXlNone__0a060e53 {
    display: none !important;
  }
  .searchBar_module_dXlInline__0a060e53 {
    display: inline !important;
  }
  .searchBar_module_dXlInlineBlock__0a060e53 {
    display: inline-block !important;
  }
  .searchBar_module_dXlBlock__0a060e53 {
    display: block !important;
  }
  .searchBar_module_dXlTable__0a060e53 {
    display: table !important;
  }
  .searchBar_module_dXlTableRow__0a060e53 {
    display: table-row !important;
  }
  .searchBar_module_dXlTableCell__0a060e53 {
    display: table-cell !important;
  }
  .searchBar_module_dXlFlex__0a060e53 {
    display: flex !important;
  }
  .searchBar_module_dXlInlineFlex__0a060e53 {
    display: inline-flex !important;
  }
  .searchBar_module_justifyContentStartXl__0a060e53 {
    justify-content: flex-start;
  }
  .searchBar_module_justifyContentEndXl__0a060e53 {
    justify-content: flex-end;
  }
  .searchBar_module_justifyContentCenterXl__0a060e53 {
    justify-content: center;
  }
  .searchBar_module_justifyContentBetweenXl__0a060e53 {
    justify-content: space-between;
  }
  .searchBar_module_justifyContentAroundXl__0a060e53 {
    justify-content: space-around;
  }
  .searchBar_module_justifyContentInitialXl__0a060e53 {
    justify-content: initial;
  }
  .searchBar_module_justifyContentInheritXl__0a060e53 {
    justify-content: inherit;
  }
  .searchBar_module_alignItemsStretchXl__0a060e53 {
    align-items: stretch;
  }
  .searchBar_module_alignItemsCenterXl__0a060e53 {
    align-items: center;
  }
  .searchBar_module_alignItemsStartXl__0a060e53 {
    align-items: flex-start;
  }
  .searchBar_module_alignItemsEndXl__0a060e53 {
    align-items: flex-end;
  }
  .searchBar_module_alignItemsBaseXl__0a060e53 {
    align-items: baseline;
  }
  .searchBar_module_alignSelfAutoXl__0a060e53 {
    align-self: auto;
  }
  .searchBar_module_alignSelfStretchXl__0a060e53 {
    align-self: stretch;
  }
  .searchBar_module_alignSelfCenterXl__0a060e53 {
    align-self: center;
  }
  .searchBar_module_alignSelfStartXl__0a060e53 {
    align-self: flex-start;
  }
  .searchBar_module_alignSelfEndXl__0a060e53 {
    align-self: flex-end;
  }
  .searchBar_module_alignSelfBaselineXl__0a060e53 {
    align-self: baseline;
  }
  .searchBar_module_alignSelfInitialXl__0a060e53 {
    align-self: initial;
  }
  .searchBar_module_alignSelfInheritXl__0a060e53 {
    align-self: inherit;
  }
  .searchBar_module_alignContentStretchXl__0a060e53 {
    align-content: stretch;
  }
  .searchBar_module_alignContentCenterXl__0a060e53 {
    align-content: center;
  }
  .searchBar_module_alignContentStartXl__0a060e53 {
    align-content: flex-start;
  }
  .searchBar_module_alignContentEndXl__0a060e53 {
    align-content: flex-end;
  }
  .searchBar_module_alignContentBetweenXl__0a060e53 {
    align-content: space-between;
  }
  .searchBar_module_alignContentAroundXl__0a060e53 {
    align-content: space-around;
  }
  .searchBar_module_alignContentInitialXl__0a060e53 {
    align-content: initial;
  }
  .searchBar_module_alignContentInheritXl__0a060e53 {
    align-content: inherit;
  }
  .searchBar_module_flexRowXl__0a060e53 {
    flex-direction: row;
  }
  .searchBar_module_flexRowReverseXl__0a060e53 {
    flex-direction: row-reverse;
  }
  .searchBar_module_flexColumnXl__0a060e53 {
    flex-direction: column;
  }
  .searchBar_module_flexColumnReverseXl__0a060e53 {
    flex-direction: column-reverse;
  }
  .searchBar_module_flexWrapXl__0a060e53 {
    flex-wrap: wrap;
  }
  .searchBar_module_flexNowrapXl__0a060e53 {
    flex-wrap: nowrap;
  }
  .searchBar_module_order1Xl__0a060e53 {
    order: 1;
  }
  .searchBar_module_order2Xl__0a060e53 {
    order: 2;
  }
  .searchBar_module_order3Xl__0a060e53 {
    order: 3;
  }
  .searchBar_module_order4Xl__0a060e53 {
    order: 4;
  }
  .searchBar_module_order5Xl__0a060e53 {
    order: 5;
  }
  .searchBar_module_order6Xl__0a060e53 {
    order: 6;
  }
  .searchBar_module_order7Xl__0a060e53 {
    order: 7;
  }
  .searchBar_module_order8Xl__0a060e53 {
    order: 8;
  }
  .searchBar_module_order9Xl__0a060e53 {
    order: 9;
  }
  .searchBar_module_order10Xl__0a060e53 {
    order: 10;
  }
  .searchBar_module_order11Xl__0a060e53 {
    order: 11;
  }
  .searchBar_module_order12Xl__0a060e53 {
    order: 12;
  }
}
.searchBar_module_search__0a060e53 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  height: 36px;
  width: 36px;
}
.searchBar_module_search__0a060e53:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 18px;
}
.searchBar_module_search__tooltipText__0a060e53 {
  font-size: 14px;
  padding: 12px 12px;
}
.searchBar_module_search__tooltipShortcutKey__0a060e53 {
  margin-left: 16px;
}
.searchBar_module_search__searchIcon__0a060e53 {
  color: #737373;
}.searchBarModal_module_dNone__e4cd64f8 {
  display: none !important;
}

.searchBarModal_module_dInline__e4cd64f8 {
  display: inline !important;
}

.searchBarModal_module_dInlineBlock__e4cd64f8 {
  display: inline-block !important;
}

.searchBarModal_module_dBlock__e4cd64f8 {
  display: block !important;
}

.searchBarModal_module_dTable__e4cd64f8 {
  display: table !important;
}

.searchBarModal_module_dTableRow__e4cd64f8 {
  display: table-row !important;
}

.searchBarModal_module_dTableCell__e4cd64f8 {
  display: table-cell !important;
}

.searchBarModal_module_dFlex__e4cd64f8 {
  display: flex !important;
}

.searchBarModal_module_dInlineFlex__e4cd64f8 {
  display: inline-flex !important;
}

.searchBarModal_module_justifyContentStart__e4cd64f8 {
  justify-content: flex-start;
}

.searchBarModal_module_justifyContentEnd__e4cd64f8 {
  justify-content: flex-end;
}

.searchBarModal_module_justifyContentCenter__e4cd64f8 {
  justify-content: center;
}

.searchBarModal_module_justifyContentBetween__e4cd64f8 {
  justify-content: space-between;
}

.searchBarModal_module_justifyContentAround__e4cd64f8 {
  justify-content: space-around;
}

.searchBarModal_module_justifyContentInitial__e4cd64f8 {
  justify-content: initial;
}

.searchBarModal_module_justifyContentInherit__e4cd64f8 {
  justify-content: inherit;
}

.searchBarModal_module_alignItemsStretch__e4cd64f8 {
  align-items: stretch;
}

.searchBarModal_module_alignItemsCenter__e4cd64f8 {
  align-items: center;
}

.searchBarModal_module_alignItemsStart__e4cd64f8 {
  align-items: flex-start;
}

.searchBarModal_module_alignItemsEnd__e4cd64f8 {
  align-items: flex-end;
}

.searchBarModal_module_alignItemsBase__e4cd64f8 {
  align-items: baseline;
}

.searchBarModal_module_alignSelfAuto__e4cd64f8 {
  align-self: auto;
}

.searchBarModal_module_alignSelfStretch__e4cd64f8 {
  align-self: stretch;
}

.searchBarModal_module_alignSelfCenter__e4cd64f8 {
  align-self: center;
}

.searchBarModal_module_alignSelfStart__e4cd64f8 {
  align-self: flex-start;
}

.searchBarModal_module_alignSelfEnd__e4cd64f8 {
  align-self: flex-end;
}

.searchBarModal_module_alignSelfBaseline__e4cd64f8 {
  align-self: baseline;
}

.searchBarModal_module_alignSelfInitial__e4cd64f8 {
  align-self: initial;
}

.searchBarModal_module_alignSelfInherit__e4cd64f8 {
  align-self: inherit;
}

.searchBarModal_module_alignContentStretch__e4cd64f8 {
  align-content: stretch;
}

.searchBarModal_module_alignContentCenter__e4cd64f8 {
  align-content: center;
}

.searchBarModal_module_alignContentStart__e4cd64f8 {
  align-content: flex-start;
}

.searchBarModal_module_alignContentEnd__e4cd64f8 {
  align-content: flex-end;
}

.searchBarModal_module_alignContentBetween__e4cd64f8 {
  align-content: space-between;
}

.searchBarModal_module_alignContentAround__e4cd64f8 {
  align-content: space-around;
}

.searchBarModal_module_alignContentInitial__e4cd64f8 {
  align-content: initial;
}

.searchBarModal_module_alignContentInherit__e4cd64f8 {
  align-content: inherit;
}

.searchBarModal_module_flexRow__e4cd64f8 {
  flex-direction: row;
}

.searchBarModal_module_flexRowReverse__e4cd64f8 {
  flex-direction: row-reverse;
}

.searchBarModal_module_flexColumn__e4cd64f8 {
  flex-direction: column;
}

.searchBarModal_module_flexColumnReverse__e4cd64f8 {
  flex-direction: column-reverse;
}

.searchBarModal_module_flexWrap__e4cd64f8 {
  flex-wrap: wrap;
}

.searchBarModal_module_flexNowrap__e4cd64f8 {
  flex-wrap: nowrap;
}

.searchBarModal_module_order1__e4cd64f8 {
  order: 1;
}

.searchBarModal_module_order2__e4cd64f8 {
  order: 2;
}

.searchBarModal_module_order3__e4cd64f8 {
  order: 3;
}

.searchBarModal_module_order4__e4cd64f8 {
  order: 4;
}

.searchBarModal_module_order5__e4cd64f8 {
  order: 5;
}

.searchBarModal_module_order6__e4cd64f8 {
  order: 6;
}

.searchBarModal_module_order7__e4cd64f8 {
  order: 7;
}

.searchBarModal_module_order8__e4cd64f8 {
  order: 8;
}

.searchBarModal_module_order9__e4cd64f8 {
  order: 9;
}

.searchBarModal_module_order10__e4cd64f8 {
  order: 10;
}

.searchBarModal_module_order11__e4cd64f8 {
  order: 11;
}

.searchBarModal_module_order12__e4cd64f8 {
  order: 12;
}

@media (min-width: 576px) {
  .searchBarModal_module_dSmNone__e4cd64f8 {
    display: none !important;
  }
  .searchBarModal_module_dSmInline__e4cd64f8 {
    display: inline !important;
  }
  .searchBarModal_module_dSmInlineBlock__e4cd64f8 {
    display: inline-block !important;
  }
  .searchBarModal_module_dSmBlock__e4cd64f8 {
    display: block !important;
  }
  .searchBarModal_module_dSmTable__e4cd64f8 {
    display: table !important;
  }
  .searchBarModal_module_dSmTableRow__e4cd64f8 {
    display: table-row !important;
  }
  .searchBarModal_module_dSmTableCell__e4cd64f8 {
    display: table-cell !important;
  }
  .searchBarModal_module_dSmFlex__e4cd64f8 {
    display: flex !important;
  }
  .searchBarModal_module_dSmInlineFlex__e4cd64f8 {
    display: inline-flex !important;
  }
  .searchBarModal_module_justifyContentStartSm__e4cd64f8 {
    justify-content: flex-start;
  }
  .searchBarModal_module_justifyContentEndSm__e4cd64f8 {
    justify-content: flex-end;
  }
  .searchBarModal_module_justifyContentCenterSm__e4cd64f8 {
    justify-content: center;
  }
  .searchBarModal_module_justifyContentBetweenSm__e4cd64f8 {
    justify-content: space-between;
  }
  .searchBarModal_module_justifyContentAroundSm__e4cd64f8 {
    justify-content: space-around;
  }
  .searchBarModal_module_justifyContentInitialSm__e4cd64f8 {
    justify-content: initial;
  }
  .searchBarModal_module_justifyContentInheritSm__e4cd64f8 {
    justify-content: inherit;
  }
  .searchBarModal_module_alignItemsStretchSm__e4cd64f8 {
    align-items: stretch;
  }
  .searchBarModal_module_alignItemsCenterSm__e4cd64f8 {
    align-items: center;
  }
  .searchBarModal_module_alignItemsStartSm__e4cd64f8 {
    align-items: flex-start;
  }
  .searchBarModal_module_alignItemsEndSm__e4cd64f8 {
    align-items: flex-end;
  }
  .searchBarModal_module_alignItemsBaseSm__e4cd64f8 {
    align-items: baseline;
  }
  .searchBarModal_module_alignSelfAutoSm__e4cd64f8 {
    align-self: auto;
  }
  .searchBarModal_module_alignSelfStretchSm__e4cd64f8 {
    align-self: stretch;
  }
  .searchBarModal_module_alignSelfCenterSm__e4cd64f8 {
    align-self: center;
  }
  .searchBarModal_module_alignSelfStartSm__e4cd64f8 {
    align-self: flex-start;
  }
  .searchBarModal_module_alignSelfEndSm__e4cd64f8 {
    align-self: flex-end;
  }
  .searchBarModal_module_alignSelfBaselineSm__e4cd64f8 {
    align-self: baseline;
  }
  .searchBarModal_module_alignSelfInitialSm__e4cd64f8 {
    align-self: initial;
  }
  .searchBarModal_module_alignSelfInheritSm__e4cd64f8 {
    align-self: inherit;
  }
  .searchBarModal_module_alignContentStretchSm__e4cd64f8 {
    align-content: stretch;
  }
  .searchBarModal_module_alignContentCenterSm__e4cd64f8 {
    align-content: center;
  }
  .searchBarModal_module_alignContentStartSm__e4cd64f8 {
    align-content: flex-start;
  }
  .searchBarModal_module_alignContentEndSm__e4cd64f8 {
    align-content: flex-end;
  }
  .searchBarModal_module_alignContentBetweenSm__e4cd64f8 {
    align-content: space-between;
  }
  .searchBarModal_module_alignContentAroundSm__e4cd64f8 {
    align-content: space-around;
  }
  .searchBarModal_module_alignContentInitialSm__e4cd64f8 {
    align-content: initial;
  }
  .searchBarModal_module_alignContentInheritSm__e4cd64f8 {
    align-content: inherit;
  }
  .searchBarModal_module_flexRowSm__e4cd64f8 {
    flex-direction: row;
  }
  .searchBarModal_module_flexRowReverseSm__e4cd64f8 {
    flex-direction: row-reverse;
  }
  .searchBarModal_module_flexColumnSm__e4cd64f8 {
    flex-direction: column;
  }
  .searchBarModal_module_flexColumnReverseSm__e4cd64f8 {
    flex-direction: column-reverse;
  }
  .searchBarModal_module_flexWrapSm__e4cd64f8 {
    flex-wrap: wrap;
  }
  .searchBarModal_module_flexNowrapSm__e4cd64f8 {
    flex-wrap: nowrap;
  }
  .searchBarModal_module_order1Sm__e4cd64f8 {
    order: 1;
  }
  .searchBarModal_module_order2Sm__e4cd64f8 {
    order: 2;
  }
  .searchBarModal_module_order3Sm__e4cd64f8 {
    order: 3;
  }
  .searchBarModal_module_order4Sm__e4cd64f8 {
    order: 4;
  }
  .searchBarModal_module_order5Sm__e4cd64f8 {
    order: 5;
  }
  .searchBarModal_module_order6Sm__e4cd64f8 {
    order: 6;
  }
  .searchBarModal_module_order7Sm__e4cd64f8 {
    order: 7;
  }
  .searchBarModal_module_order8Sm__e4cd64f8 {
    order: 8;
  }
  .searchBarModal_module_order9Sm__e4cd64f8 {
    order: 9;
  }
  .searchBarModal_module_order10Sm__e4cd64f8 {
    order: 10;
  }
  .searchBarModal_module_order11Sm__e4cd64f8 {
    order: 11;
  }
  .searchBarModal_module_order12Sm__e4cd64f8 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .searchBarModal_module_dMdNone__e4cd64f8 {
    display: none !important;
  }
  .searchBarModal_module_dMdInline__e4cd64f8 {
    display: inline !important;
  }
  .searchBarModal_module_dMdInlineBlock__e4cd64f8 {
    display: inline-block !important;
  }
  .searchBarModal_module_dMdBlock__e4cd64f8 {
    display: block !important;
  }
  .searchBarModal_module_dMdTable__e4cd64f8 {
    display: table !important;
  }
  .searchBarModal_module_dMdTableRow__e4cd64f8 {
    display: table-row !important;
  }
  .searchBarModal_module_dMdTableCell__e4cd64f8 {
    display: table-cell !important;
  }
  .searchBarModal_module_dMdFlex__e4cd64f8 {
    display: flex !important;
  }
  .searchBarModal_module_dMdInlineFlex__e4cd64f8 {
    display: inline-flex !important;
  }
  .searchBarModal_module_justifyContentStartMd__e4cd64f8 {
    justify-content: flex-start;
  }
  .searchBarModal_module_justifyContentEndMd__e4cd64f8 {
    justify-content: flex-end;
  }
  .searchBarModal_module_justifyContentCenterMd__e4cd64f8 {
    justify-content: center;
  }
  .searchBarModal_module_justifyContentBetweenMd__e4cd64f8 {
    justify-content: space-between;
  }
  .searchBarModal_module_justifyContentAroundMd__e4cd64f8 {
    justify-content: space-around;
  }
  .searchBarModal_module_justifyContentInitialMd__e4cd64f8 {
    justify-content: initial;
  }
  .searchBarModal_module_justifyContentInheritMd__e4cd64f8 {
    justify-content: inherit;
  }
  .searchBarModal_module_alignItemsStretchMd__e4cd64f8 {
    align-items: stretch;
  }
  .searchBarModal_module_alignItemsCenterMd__e4cd64f8 {
    align-items: center;
  }
  .searchBarModal_module_alignItemsStartMd__e4cd64f8 {
    align-items: flex-start;
  }
  .searchBarModal_module_alignItemsEndMd__e4cd64f8 {
    align-items: flex-end;
  }
  .searchBarModal_module_alignItemsBaseMd__e4cd64f8 {
    align-items: baseline;
  }
  .searchBarModal_module_alignSelfAutoMd__e4cd64f8 {
    align-self: auto;
  }
  .searchBarModal_module_alignSelfStretchMd__e4cd64f8 {
    align-self: stretch;
  }
  .searchBarModal_module_alignSelfCenterMd__e4cd64f8 {
    align-self: center;
  }
  .searchBarModal_module_alignSelfStartMd__e4cd64f8 {
    align-self: flex-start;
  }
  .searchBarModal_module_alignSelfEndMd__e4cd64f8 {
    align-self: flex-end;
  }
  .searchBarModal_module_alignSelfBaselineMd__e4cd64f8 {
    align-self: baseline;
  }
  .searchBarModal_module_alignSelfInitialMd__e4cd64f8 {
    align-self: initial;
  }
  .searchBarModal_module_alignSelfInheritMd__e4cd64f8 {
    align-self: inherit;
  }
  .searchBarModal_module_alignContentStretchMd__e4cd64f8 {
    align-content: stretch;
  }
  .searchBarModal_module_alignContentCenterMd__e4cd64f8 {
    align-content: center;
  }
  .searchBarModal_module_alignContentStartMd__e4cd64f8 {
    align-content: flex-start;
  }
  .searchBarModal_module_alignContentEndMd__e4cd64f8 {
    align-content: flex-end;
  }
  .searchBarModal_module_alignContentBetweenMd__e4cd64f8 {
    align-content: space-between;
  }
  .searchBarModal_module_alignContentAroundMd__e4cd64f8 {
    align-content: space-around;
  }
  .searchBarModal_module_alignContentInitialMd__e4cd64f8 {
    align-content: initial;
  }
  .searchBarModal_module_alignContentInheritMd__e4cd64f8 {
    align-content: inherit;
  }
  .searchBarModal_module_flexRowMd__e4cd64f8 {
    flex-direction: row;
  }
  .searchBarModal_module_flexRowReverseMd__e4cd64f8 {
    flex-direction: row-reverse;
  }
  .searchBarModal_module_flexColumnMd__e4cd64f8 {
    flex-direction: column;
  }
  .searchBarModal_module_flexColumnReverseMd__e4cd64f8 {
    flex-direction: column-reverse;
  }
  .searchBarModal_module_flexWrapMd__e4cd64f8 {
    flex-wrap: wrap;
  }
  .searchBarModal_module_flexNowrapMd__e4cd64f8 {
    flex-wrap: nowrap;
  }
  .searchBarModal_module_order1Md__e4cd64f8 {
    order: 1;
  }
  .searchBarModal_module_order2Md__e4cd64f8 {
    order: 2;
  }
  .searchBarModal_module_order3Md__e4cd64f8 {
    order: 3;
  }
  .searchBarModal_module_order4Md__e4cd64f8 {
    order: 4;
  }
  .searchBarModal_module_order5Md__e4cd64f8 {
    order: 5;
  }
  .searchBarModal_module_order6Md__e4cd64f8 {
    order: 6;
  }
  .searchBarModal_module_order7Md__e4cd64f8 {
    order: 7;
  }
  .searchBarModal_module_order8Md__e4cd64f8 {
    order: 8;
  }
  .searchBarModal_module_order9Md__e4cd64f8 {
    order: 9;
  }
  .searchBarModal_module_order10Md__e4cd64f8 {
    order: 10;
  }
  .searchBarModal_module_order11Md__e4cd64f8 {
    order: 11;
  }
  .searchBarModal_module_order12Md__e4cd64f8 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .searchBarModal_module_dLgNone__e4cd64f8 {
    display: none !important;
  }
  .searchBarModal_module_dLgInline__e4cd64f8 {
    display: inline !important;
  }
  .searchBarModal_module_dLgInlineBlock__e4cd64f8 {
    display: inline-block !important;
  }
  .searchBarModal_module_dLgBlock__e4cd64f8 {
    display: block !important;
  }
  .searchBarModal_module_dLgTable__e4cd64f8 {
    display: table !important;
  }
  .searchBarModal_module_dLgTableRow__e4cd64f8 {
    display: table-row !important;
  }
  .searchBarModal_module_dLgTableCell__e4cd64f8 {
    display: table-cell !important;
  }
  .searchBarModal_module_dLgFlex__e4cd64f8 {
    display: flex !important;
  }
  .searchBarModal_module_dLgInlineFlex__e4cd64f8 {
    display: inline-flex !important;
  }
  .searchBarModal_module_justifyContentStartLg__e4cd64f8 {
    justify-content: flex-start;
  }
  .searchBarModal_module_justifyContentEndLg__e4cd64f8 {
    justify-content: flex-end;
  }
  .searchBarModal_module_justifyContentCenterLg__e4cd64f8 {
    justify-content: center;
  }
  .searchBarModal_module_justifyContentBetweenLg__e4cd64f8 {
    justify-content: space-between;
  }
  .searchBarModal_module_justifyContentAroundLg__e4cd64f8 {
    justify-content: space-around;
  }
  .searchBarModal_module_justifyContentInitialLg__e4cd64f8 {
    justify-content: initial;
  }
  .searchBarModal_module_justifyContentInheritLg__e4cd64f8 {
    justify-content: inherit;
  }
  .searchBarModal_module_alignItemsStretchLg__e4cd64f8 {
    align-items: stretch;
  }
  .searchBarModal_module_alignItemsCenterLg__e4cd64f8 {
    align-items: center;
  }
  .searchBarModal_module_alignItemsStartLg__e4cd64f8 {
    align-items: flex-start;
  }
  .searchBarModal_module_alignItemsEndLg__e4cd64f8 {
    align-items: flex-end;
  }
  .searchBarModal_module_alignItemsBaseLg__e4cd64f8 {
    align-items: baseline;
  }
  .searchBarModal_module_alignSelfAutoLg__e4cd64f8 {
    align-self: auto;
  }
  .searchBarModal_module_alignSelfStretchLg__e4cd64f8 {
    align-self: stretch;
  }
  .searchBarModal_module_alignSelfCenterLg__e4cd64f8 {
    align-self: center;
  }
  .searchBarModal_module_alignSelfStartLg__e4cd64f8 {
    align-self: flex-start;
  }
  .searchBarModal_module_alignSelfEndLg__e4cd64f8 {
    align-self: flex-end;
  }
  .searchBarModal_module_alignSelfBaselineLg__e4cd64f8 {
    align-self: baseline;
  }
  .searchBarModal_module_alignSelfInitialLg__e4cd64f8 {
    align-self: initial;
  }
  .searchBarModal_module_alignSelfInheritLg__e4cd64f8 {
    align-self: inherit;
  }
  .searchBarModal_module_alignContentStretchLg__e4cd64f8 {
    align-content: stretch;
  }
  .searchBarModal_module_alignContentCenterLg__e4cd64f8 {
    align-content: center;
  }
  .searchBarModal_module_alignContentStartLg__e4cd64f8 {
    align-content: flex-start;
  }
  .searchBarModal_module_alignContentEndLg__e4cd64f8 {
    align-content: flex-end;
  }
  .searchBarModal_module_alignContentBetweenLg__e4cd64f8 {
    align-content: space-between;
  }
  .searchBarModal_module_alignContentAroundLg__e4cd64f8 {
    align-content: space-around;
  }
  .searchBarModal_module_alignContentInitialLg__e4cd64f8 {
    align-content: initial;
  }
  .searchBarModal_module_alignContentInheritLg__e4cd64f8 {
    align-content: inherit;
  }
  .searchBarModal_module_flexRowLg__e4cd64f8 {
    flex-direction: row;
  }
  .searchBarModal_module_flexRowReverseLg__e4cd64f8 {
    flex-direction: row-reverse;
  }
  .searchBarModal_module_flexColumnLg__e4cd64f8 {
    flex-direction: column;
  }
  .searchBarModal_module_flexColumnReverseLg__e4cd64f8 {
    flex-direction: column-reverse;
  }
  .searchBarModal_module_flexWrapLg__e4cd64f8 {
    flex-wrap: wrap;
  }
  .searchBarModal_module_flexNowrapLg__e4cd64f8 {
    flex-wrap: nowrap;
  }
  .searchBarModal_module_order1Lg__e4cd64f8 {
    order: 1;
  }
  .searchBarModal_module_order2Lg__e4cd64f8 {
    order: 2;
  }
  .searchBarModal_module_order3Lg__e4cd64f8 {
    order: 3;
  }
  .searchBarModal_module_order4Lg__e4cd64f8 {
    order: 4;
  }
  .searchBarModal_module_order5Lg__e4cd64f8 {
    order: 5;
  }
  .searchBarModal_module_order6Lg__e4cd64f8 {
    order: 6;
  }
  .searchBarModal_module_order7Lg__e4cd64f8 {
    order: 7;
  }
  .searchBarModal_module_order8Lg__e4cd64f8 {
    order: 8;
  }
  .searchBarModal_module_order9Lg__e4cd64f8 {
    order: 9;
  }
  .searchBarModal_module_order10Lg__e4cd64f8 {
    order: 10;
  }
  .searchBarModal_module_order11Lg__e4cd64f8 {
    order: 11;
  }
  .searchBarModal_module_order12Lg__e4cd64f8 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .searchBarModal_module_dXlNone__e4cd64f8 {
    display: none !important;
  }
  .searchBarModal_module_dXlInline__e4cd64f8 {
    display: inline !important;
  }
  .searchBarModal_module_dXlInlineBlock__e4cd64f8 {
    display: inline-block !important;
  }
  .searchBarModal_module_dXlBlock__e4cd64f8 {
    display: block !important;
  }
  .searchBarModal_module_dXlTable__e4cd64f8 {
    display: table !important;
  }
  .searchBarModal_module_dXlTableRow__e4cd64f8 {
    display: table-row !important;
  }
  .searchBarModal_module_dXlTableCell__e4cd64f8 {
    display: table-cell !important;
  }
  .searchBarModal_module_dXlFlex__e4cd64f8 {
    display: flex !important;
  }
  .searchBarModal_module_dXlInlineFlex__e4cd64f8 {
    display: inline-flex !important;
  }
  .searchBarModal_module_justifyContentStartXl__e4cd64f8 {
    justify-content: flex-start;
  }
  .searchBarModal_module_justifyContentEndXl__e4cd64f8 {
    justify-content: flex-end;
  }
  .searchBarModal_module_justifyContentCenterXl__e4cd64f8 {
    justify-content: center;
  }
  .searchBarModal_module_justifyContentBetweenXl__e4cd64f8 {
    justify-content: space-between;
  }
  .searchBarModal_module_justifyContentAroundXl__e4cd64f8 {
    justify-content: space-around;
  }
  .searchBarModal_module_justifyContentInitialXl__e4cd64f8 {
    justify-content: initial;
  }
  .searchBarModal_module_justifyContentInheritXl__e4cd64f8 {
    justify-content: inherit;
  }
  .searchBarModal_module_alignItemsStretchXl__e4cd64f8 {
    align-items: stretch;
  }
  .searchBarModal_module_alignItemsCenterXl__e4cd64f8 {
    align-items: center;
  }
  .searchBarModal_module_alignItemsStartXl__e4cd64f8 {
    align-items: flex-start;
  }
  .searchBarModal_module_alignItemsEndXl__e4cd64f8 {
    align-items: flex-end;
  }
  .searchBarModal_module_alignItemsBaseXl__e4cd64f8 {
    align-items: baseline;
  }
  .searchBarModal_module_alignSelfAutoXl__e4cd64f8 {
    align-self: auto;
  }
  .searchBarModal_module_alignSelfStretchXl__e4cd64f8 {
    align-self: stretch;
  }
  .searchBarModal_module_alignSelfCenterXl__e4cd64f8 {
    align-self: center;
  }
  .searchBarModal_module_alignSelfStartXl__e4cd64f8 {
    align-self: flex-start;
  }
  .searchBarModal_module_alignSelfEndXl__e4cd64f8 {
    align-self: flex-end;
  }
  .searchBarModal_module_alignSelfBaselineXl__e4cd64f8 {
    align-self: baseline;
  }
  .searchBarModal_module_alignSelfInitialXl__e4cd64f8 {
    align-self: initial;
  }
  .searchBarModal_module_alignSelfInheritXl__e4cd64f8 {
    align-self: inherit;
  }
  .searchBarModal_module_alignContentStretchXl__e4cd64f8 {
    align-content: stretch;
  }
  .searchBarModal_module_alignContentCenterXl__e4cd64f8 {
    align-content: center;
  }
  .searchBarModal_module_alignContentStartXl__e4cd64f8 {
    align-content: flex-start;
  }
  .searchBarModal_module_alignContentEndXl__e4cd64f8 {
    align-content: flex-end;
  }
  .searchBarModal_module_alignContentBetweenXl__e4cd64f8 {
    align-content: space-between;
  }
  .searchBarModal_module_alignContentAroundXl__e4cd64f8 {
    align-content: space-around;
  }
  .searchBarModal_module_alignContentInitialXl__e4cd64f8 {
    align-content: initial;
  }
  .searchBarModal_module_alignContentInheritXl__e4cd64f8 {
    align-content: inherit;
  }
  .searchBarModal_module_flexRowXl__e4cd64f8 {
    flex-direction: row;
  }
  .searchBarModal_module_flexRowReverseXl__e4cd64f8 {
    flex-direction: row-reverse;
  }
  .searchBarModal_module_flexColumnXl__e4cd64f8 {
    flex-direction: column;
  }
  .searchBarModal_module_flexColumnReverseXl__e4cd64f8 {
    flex-direction: column-reverse;
  }
  .searchBarModal_module_flexWrapXl__e4cd64f8 {
    flex-wrap: wrap;
  }
  .searchBarModal_module_flexNowrapXl__e4cd64f8 {
    flex-wrap: nowrap;
  }
  .searchBarModal_module_order1Xl__e4cd64f8 {
    order: 1;
  }
  .searchBarModal_module_order2Xl__e4cd64f8 {
    order: 2;
  }
  .searchBarModal_module_order3Xl__e4cd64f8 {
    order: 3;
  }
  .searchBarModal_module_order4Xl__e4cd64f8 {
    order: 4;
  }
  .searchBarModal_module_order5Xl__e4cd64f8 {
    order: 5;
  }
  .searchBarModal_module_order6Xl__e4cd64f8 {
    order: 6;
  }
  .searchBarModal_module_order7Xl__e4cd64f8 {
    order: 7;
  }
  .searchBarModal_module_order8Xl__e4cd64f8 {
    order: 8;
  }
  .searchBarModal_module_order9Xl__e4cd64f8 {
    order: 9;
  }
  .searchBarModal_module_order10Xl__e4cd64f8 {
    order: 10;
  }
  .searchBarModal_module_order11Xl__e4cd64f8 {
    order: 11;
  }
  .searchBarModal_module_order12Xl__e4cd64f8 {
    order: 12;
  }
}
.searchBarModal_module_searchBarModal__e4cd64f8 {
  min-height: 132px !important;
  max-height: 364px !important;
  width: 722px !important;
  position: absolute !important;
  top: 20% !important;
  transform: translate(-50%, 0) !important;
  padding: 12px 0px !important;
}
.searchBarModal_module_searchBarModal__overlay__e4cd64f8 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.searchBarModal_module_searchBarModal__overlayBody_Hidden__e4cd64f8 {
  overflow-y: hidden;
}
.searchBarModal_module_searchBarModal__searchBar__e4cd64f8 {
  gap: 24px;
  padding: 0px 24px 12px;
  border-bottom: 2px solid #f2f2f2;
}
.searchBarModal_module_searchBarModal__searchIcon__e4cd64f8 {
  color: #737373;
  height: 24px !important;
  width: 24px;
}
.searchBarModal_module_searchBarModal__shortcutKey__e4cd64f8 {
  padding: 2px 6px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  color: #737373;
}
.searchBarModal_module_searchBarModal__searchInput__e4cd64f8 {
  height: 24px;
  width: 100%;
}
.searchBarModal_module_searchBarModal__iconInput__e4cd64f8 {
  gap: 12px;
  flex-grow: 1;
  height: 40px;
}
.searchBarModal_module_searchBarModal__iconInput__e4cd64f8 input:focus {
  border: none;
  outline: none;
}
.searchBarModal_module_searchBarModal__iconInput__e4cd64f8 input::placeholder {
  color: #999999;
}
.searchBarModal_module_searchBarModal__iconInput__e4cd64f8 input {
  border: none;
  outline: none;
  width: 100%;
  line-height: 24px;
  font-size: 20px;
  color: #333333;
}
.searchBarModal_module_searchBarModal__options__e4cd64f8 {
  padding: 0 24px;
  max-height: 280px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
.searchBarModal_module_searchBarModal__options_Selected__e4cd64f8::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  bottom: 0;
  z-index: -1;
  background-color: #deebff !important;
}
.searchBarModal_module_searchBarModal__options__e4cd64f8 li {
  position: relative;
  padding: 12px 0;
  line-height: 24px;
  font-size: 16px;
}
.searchBarModal_module_searchBarModal__options__e4cd64f8 li:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: -1;
}
.searchBarModal_module_searchBarModal__options__e4cd64f8 a {
  color: #737373;
  cursor: pointer;
}
.searchBarModal_module_searchBarModal__emptyMessage__e4cd64f8 {
  text-align: center;
  padding-top: 22px;
  line-height: 20px;
  font-size: 16px;
  color: #999999;
}.modal_module_dNone__7edbf797 {
  display: none !important;
}

.modal_module_dInline__7edbf797 {
  display: inline !important;
}

.modal_module_dInlineBlock__7edbf797 {
  display: inline-block !important;
}

.modal_module_dBlock__7edbf797 {
  display: block !important;
}

.modal_module_dTable__7edbf797 {
  display: table !important;
}

.modal_module_dTableRow__7edbf797 {
  display: table-row !important;
}

.modal_module_dTableCell__7edbf797 {
  display: table-cell !important;
}

.modal_module_dFlex__7edbf797 {
  display: flex !important;
}

.modal_module_dInlineFlex__7edbf797 {
  display: inline-flex !important;
}

.modal_module_justifyContentStart__7edbf797 {
  justify-content: flex-start;
}

.modal_module_justifyContentEnd__7edbf797 {
  justify-content: flex-end;
}

.modal_module_justifyContentCenter__7edbf797 {
  justify-content: center;
}

.modal_module_justifyContentBetween__7edbf797 {
  justify-content: space-between;
}

.modal_module_justifyContentAround__7edbf797 {
  justify-content: space-around;
}

.modal_module_justifyContentInitial__7edbf797 {
  justify-content: initial;
}

.modal_module_justifyContentInherit__7edbf797 {
  justify-content: inherit;
}

.modal_module_alignItemsStretch__7edbf797 {
  align-items: stretch;
}

.modal_module_alignItemsCenter__7edbf797 {
  align-items: center;
}

.modal_module_alignItemsStart__7edbf797 {
  align-items: flex-start;
}

.modal_module_alignItemsEnd__7edbf797 {
  align-items: flex-end;
}

.modal_module_alignItemsBase__7edbf797 {
  align-items: baseline;
}

.modal_module_alignSelfAuto__7edbf797 {
  align-self: auto;
}

.modal_module_alignSelfStretch__7edbf797 {
  align-self: stretch;
}

.modal_module_alignSelfCenter__7edbf797 {
  align-self: center;
}

.modal_module_alignSelfStart__7edbf797 {
  align-self: flex-start;
}

.modal_module_alignSelfEnd__7edbf797 {
  align-self: flex-end;
}

.modal_module_alignSelfBaseline__7edbf797 {
  align-self: baseline;
}

.modal_module_alignSelfInitial__7edbf797 {
  align-self: initial;
}

.modal_module_alignSelfInherit__7edbf797 {
  align-self: inherit;
}

.modal_module_alignContentStretch__7edbf797 {
  align-content: stretch;
}

.modal_module_alignContentCenter__7edbf797 {
  align-content: center;
}

.modal_module_alignContentStart__7edbf797 {
  align-content: flex-start;
}

.modal_module_alignContentEnd__7edbf797 {
  align-content: flex-end;
}

.modal_module_alignContentBetween__7edbf797 {
  align-content: space-between;
}

.modal_module_alignContentAround__7edbf797 {
  align-content: space-around;
}

.modal_module_alignContentInitial__7edbf797 {
  align-content: initial;
}

.modal_module_alignContentInherit__7edbf797 {
  align-content: inherit;
}

.modal_module_flexRow__7edbf797 {
  flex-direction: row;
}

.modal_module_flexRowReverse__7edbf797 {
  flex-direction: row-reverse;
}

.modal_module_flexColumn__7edbf797 {
  flex-direction: column;
}

.modal_module_flexColumnReverse__7edbf797 {
  flex-direction: column-reverse;
}

.modal_module_flexWrap__7edbf797 {
  flex-wrap: wrap;
}

.modal_module_flexNowrap__7edbf797 {
  flex-wrap: nowrap;
}

.modal_module_order1__7edbf797 {
  order: 1;
}

.modal_module_order2__7edbf797 {
  order: 2;
}

.modal_module_order3__7edbf797 {
  order: 3;
}

.modal_module_order4__7edbf797 {
  order: 4;
}

.modal_module_order5__7edbf797 {
  order: 5;
}

.modal_module_order6__7edbf797 {
  order: 6;
}

.modal_module_order7__7edbf797 {
  order: 7;
}

.modal_module_order8__7edbf797 {
  order: 8;
}

.modal_module_order9__7edbf797 {
  order: 9;
}

.modal_module_order10__7edbf797 {
  order: 10;
}

.modal_module_order11__7edbf797 {
  order: 11;
}

.modal_module_order12__7edbf797 {
  order: 12;
}

@media (min-width: 576px) {
  .modal_module_dSmNone__7edbf797 {
    display: none !important;
  }
  .modal_module_dSmInline__7edbf797 {
    display: inline !important;
  }
  .modal_module_dSmInlineBlock__7edbf797 {
    display: inline-block !important;
  }
  .modal_module_dSmBlock__7edbf797 {
    display: block !important;
  }
  .modal_module_dSmTable__7edbf797 {
    display: table !important;
  }
  .modal_module_dSmTableRow__7edbf797 {
    display: table-row !important;
  }
  .modal_module_dSmTableCell__7edbf797 {
    display: table-cell !important;
  }
  .modal_module_dSmFlex__7edbf797 {
    display: flex !important;
  }
  .modal_module_dSmInlineFlex__7edbf797 {
    display: inline-flex !important;
  }
  .modal_module_justifyContentStartSm__7edbf797 {
    justify-content: flex-start;
  }
  .modal_module_justifyContentEndSm__7edbf797 {
    justify-content: flex-end;
  }
  .modal_module_justifyContentCenterSm__7edbf797 {
    justify-content: center;
  }
  .modal_module_justifyContentBetweenSm__7edbf797 {
    justify-content: space-between;
  }
  .modal_module_justifyContentAroundSm__7edbf797 {
    justify-content: space-around;
  }
  .modal_module_justifyContentInitialSm__7edbf797 {
    justify-content: initial;
  }
  .modal_module_justifyContentInheritSm__7edbf797 {
    justify-content: inherit;
  }
  .modal_module_alignItemsStretchSm__7edbf797 {
    align-items: stretch;
  }
  .modal_module_alignItemsCenterSm__7edbf797 {
    align-items: center;
  }
  .modal_module_alignItemsStartSm__7edbf797 {
    align-items: flex-start;
  }
  .modal_module_alignItemsEndSm__7edbf797 {
    align-items: flex-end;
  }
  .modal_module_alignItemsBaseSm__7edbf797 {
    align-items: baseline;
  }
  .modal_module_alignSelfAutoSm__7edbf797 {
    align-self: auto;
  }
  .modal_module_alignSelfStretchSm__7edbf797 {
    align-self: stretch;
  }
  .modal_module_alignSelfCenterSm__7edbf797 {
    align-self: center;
  }
  .modal_module_alignSelfStartSm__7edbf797 {
    align-self: flex-start;
  }
  .modal_module_alignSelfEndSm__7edbf797 {
    align-self: flex-end;
  }
  .modal_module_alignSelfBaselineSm__7edbf797 {
    align-self: baseline;
  }
  .modal_module_alignSelfInitialSm__7edbf797 {
    align-self: initial;
  }
  .modal_module_alignSelfInheritSm__7edbf797 {
    align-self: inherit;
  }
  .modal_module_alignContentStretchSm__7edbf797 {
    align-content: stretch;
  }
  .modal_module_alignContentCenterSm__7edbf797 {
    align-content: center;
  }
  .modal_module_alignContentStartSm__7edbf797 {
    align-content: flex-start;
  }
  .modal_module_alignContentEndSm__7edbf797 {
    align-content: flex-end;
  }
  .modal_module_alignContentBetweenSm__7edbf797 {
    align-content: space-between;
  }
  .modal_module_alignContentAroundSm__7edbf797 {
    align-content: space-around;
  }
  .modal_module_alignContentInitialSm__7edbf797 {
    align-content: initial;
  }
  .modal_module_alignContentInheritSm__7edbf797 {
    align-content: inherit;
  }
  .modal_module_flexRowSm__7edbf797 {
    flex-direction: row;
  }
  .modal_module_flexRowReverseSm__7edbf797 {
    flex-direction: row-reverse;
  }
  .modal_module_flexColumnSm__7edbf797 {
    flex-direction: column;
  }
  .modal_module_flexColumnReverseSm__7edbf797 {
    flex-direction: column-reverse;
  }
  .modal_module_flexWrapSm__7edbf797 {
    flex-wrap: wrap;
  }
  .modal_module_flexNowrapSm__7edbf797 {
    flex-wrap: nowrap;
  }
  .modal_module_order1Sm__7edbf797 {
    order: 1;
  }
  .modal_module_order2Sm__7edbf797 {
    order: 2;
  }
  .modal_module_order3Sm__7edbf797 {
    order: 3;
  }
  .modal_module_order4Sm__7edbf797 {
    order: 4;
  }
  .modal_module_order5Sm__7edbf797 {
    order: 5;
  }
  .modal_module_order6Sm__7edbf797 {
    order: 6;
  }
  .modal_module_order7Sm__7edbf797 {
    order: 7;
  }
  .modal_module_order8Sm__7edbf797 {
    order: 8;
  }
  .modal_module_order9Sm__7edbf797 {
    order: 9;
  }
  .modal_module_order10Sm__7edbf797 {
    order: 10;
  }
  .modal_module_order11Sm__7edbf797 {
    order: 11;
  }
  .modal_module_order12Sm__7edbf797 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .modal_module_dMdNone__7edbf797 {
    display: none !important;
  }
  .modal_module_dMdInline__7edbf797 {
    display: inline !important;
  }
  .modal_module_dMdInlineBlock__7edbf797 {
    display: inline-block !important;
  }
  .modal_module_dMdBlock__7edbf797 {
    display: block !important;
  }
  .modal_module_dMdTable__7edbf797 {
    display: table !important;
  }
  .modal_module_dMdTableRow__7edbf797 {
    display: table-row !important;
  }
  .modal_module_dMdTableCell__7edbf797 {
    display: table-cell !important;
  }
  .modal_module_dMdFlex__7edbf797 {
    display: flex !important;
  }
  .modal_module_dMdInlineFlex__7edbf797 {
    display: inline-flex !important;
  }
  .modal_module_justifyContentStartMd__7edbf797 {
    justify-content: flex-start;
  }
  .modal_module_justifyContentEndMd__7edbf797 {
    justify-content: flex-end;
  }
  .modal_module_justifyContentCenterMd__7edbf797 {
    justify-content: center;
  }
  .modal_module_justifyContentBetweenMd__7edbf797 {
    justify-content: space-between;
  }
  .modal_module_justifyContentAroundMd__7edbf797 {
    justify-content: space-around;
  }
  .modal_module_justifyContentInitialMd__7edbf797 {
    justify-content: initial;
  }
  .modal_module_justifyContentInheritMd__7edbf797 {
    justify-content: inherit;
  }
  .modal_module_alignItemsStretchMd__7edbf797 {
    align-items: stretch;
  }
  .modal_module_alignItemsCenterMd__7edbf797 {
    align-items: center;
  }
  .modal_module_alignItemsStartMd__7edbf797 {
    align-items: flex-start;
  }
  .modal_module_alignItemsEndMd__7edbf797 {
    align-items: flex-end;
  }
  .modal_module_alignItemsBaseMd__7edbf797 {
    align-items: baseline;
  }
  .modal_module_alignSelfAutoMd__7edbf797 {
    align-self: auto;
  }
  .modal_module_alignSelfStretchMd__7edbf797 {
    align-self: stretch;
  }
  .modal_module_alignSelfCenterMd__7edbf797 {
    align-self: center;
  }
  .modal_module_alignSelfStartMd__7edbf797 {
    align-self: flex-start;
  }
  .modal_module_alignSelfEndMd__7edbf797 {
    align-self: flex-end;
  }
  .modal_module_alignSelfBaselineMd__7edbf797 {
    align-self: baseline;
  }
  .modal_module_alignSelfInitialMd__7edbf797 {
    align-self: initial;
  }
  .modal_module_alignSelfInheritMd__7edbf797 {
    align-self: inherit;
  }
  .modal_module_alignContentStretchMd__7edbf797 {
    align-content: stretch;
  }
  .modal_module_alignContentCenterMd__7edbf797 {
    align-content: center;
  }
  .modal_module_alignContentStartMd__7edbf797 {
    align-content: flex-start;
  }
  .modal_module_alignContentEndMd__7edbf797 {
    align-content: flex-end;
  }
  .modal_module_alignContentBetweenMd__7edbf797 {
    align-content: space-between;
  }
  .modal_module_alignContentAroundMd__7edbf797 {
    align-content: space-around;
  }
  .modal_module_alignContentInitialMd__7edbf797 {
    align-content: initial;
  }
  .modal_module_alignContentInheritMd__7edbf797 {
    align-content: inherit;
  }
  .modal_module_flexRowMd__7edbf797 {
    flex-direction: row;
  }
  .modal_module_flexRowReverseMd__7edbf797 {
    flex-direction: row-reverse;
  }
  .modal_module_flexColumnMd__7edbf797 {
    flex-direction: column;
  }
  .modal_module_flexColumnReverseMd__7edbf797 {
    flex-direction: column-reverse;
  }
  .modal_module_flexWrapMd__7edbf797 {
    flex-wrap: wrap;
  }
  .modal_module_flexNowrapMd__7edbf797 {
    flex-wrap: nowrap;
  }
  .modal_module_order1Md__7edbf797 {
    order: 1;
  }
  .modal_module_order2Md__7edbf797 {
    order: 2;
  }
  .modal_module_order3Md__7edbf797 {
    order: 3;
  }
  .modal_module_order4Md__7edbf797 {
    order: 4;
  }
  .modal_module_order5Md__7edbf797 {
    order: 5;
  }
  .modal_module_order6Md__7edbf797 {
    order: 6;
  }
  .modal_module_order7Md__7edbf797 {
    order: 7;
  }
  .modal_module_order8Md__7edbf797 {
    order: 8;
  }
  .modal_module_order9Md__7edbf797 {
    order: 9;
  }
  .modal_module_order10Md__7edbf797 {
    order: 10;
  }
  .modal_module_order11Md__7edbf797 {
    order: 11;
  }
  .modal_module_order12Md__7edbf797 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .modal_module_dLgNone__7edbf797 {
    display: none !important;
  }
  .modal_module_dLgInline__7edbf797 {
    display: inline !important;
  }
  .modal_module_dLgInlineBlock__7edbf797 {
    display: inline-block !important;
  }
  .modal_module_dLgBlock__7edbf797 {
    display: block !important;
  }
  .modal_module_dLgTable__7edbf797 {
    display: table !important;
  }
  .modal_module_dLgTableRow__7edbf797 {
    display: table-row !important;
  }
  .modal_module_dLgTableCell__7edbf797 {
    display: table-cell !important;
  }
  .modal_module_dLgFlex__7edbf797 {
    display: flex !important;
  }
  .modal_module_dLgInlineFlex__7edbf797 {
    display: inline-flex !important;
  }
  .modal_module_justifyContentStartLg__7edbf797 {
    justify-content: flex-start;
  }
  .modal_module_justifyContentEndLg__7edbf797 {
    justify-content: flex-end;
  }
  .modal_module_justifyContentCenterLg__7edbf797 {
    justify-content: center;
  }
  .modal_module_justifyContentBetweenLg__7edbf797 {
    justify-content: space-between;
  }
  .modal_module_justifyContentAroundLg__7edbf797 {
    justify-content: space-around;
  }
  .modal_module_justifyContentInitialLg__7edbf797 {
    justify-content: initial;
  }
  .modal_module_justifyContentInheritLg__7edbf797 {
    justify-content: inherit;
  }
  .modal_module_alignItemsStretchLg__7edbf797 {
    align-items: stretch;
  }
  .modal_module_alignItemsCenterLg__7edbf797 {
    align-items: center;
  }
  .modal_module_alignItemsStartLg__7edbf797 {
    align-items: flex-start;
  }
  .modal_module_alignItemsEndLg__7edbf797 {
    align-items: flex-end;
  }
  .modal_module_alignItemsBaseLg__7edbf797 {
    align-items: baseline;
  }
  .modal_module_alignSelfAutoLg__7edbf797 {
    align-self: auto;
  }
  .modal_module_alignSelfStretchLg__7edbf797 {
    align-self: stretch;
  }
  .modal_module_alignSelfCenterLg__7edbf797 {
    align-self: center;
  }
  .modal_module_alignSelfStartLg__7edbf797 {
    align-self: flex-start;
  }
  .modal_module_alignSelfEndLg__7edbf797 {
    align-self: flex-end;
  }
  .modal_module_alignSelfBaselineLg__7edbf797 {
    align-self: baseline;
  }
  .modal_module_alignSelfInitialLg__7edbf797 {
    align-self: initial;
  }
  .modal_module_alignSelfInheritLg__7edbf797 {
    align-self: inherit;
  }
  .modal_module_alignContentStretchLg__7edbf797 {
    align-content: stretch;
  }
  .modal_module_alignContentCenterLg__7edbf797 {
    align-content: center;
  }
  .modal_module_alignContentStartLg__7edbf797 {
    align-content: flex-start;
  }
  .modal_module_alignContentEndLg__7edbf797 {
    align-content: flex-end;
  }
  .modal_module_alignContentBetweenLg__7edbf797 {
    align-content: space-between;
  }
  .modal_module_alignContentAroundLg__7edbf797 {
    align-content: space-around;
  }
  .modal_module_alignContentInitialLg__7edbf797 {
    align-content: initial;
  }
  .modal_module_alignContentInheritLg__7edbf797 {
    align-content: inherit;
  }
  .modal_module_flexRowLg__7edbf797 {
    flex-direction: row;
  }
  .modal_module_flexRowReverseLg__7edbf797 {
    flex-direction: row-reverse;
  }
  .modal_module_flexColumnLg__7edbf797 {
    flex-direction: column;
  }
  .modal_module_flexColumnReverseLg__7edbf797 {
    flex-direction: column-reverse;
  }
  .modal_module_flexWrapLg__7edbf797 {
    flex-wrap: wrap;
  }
  .modal_module_flexNowrapLg__7edbf797 {
    flex-wrap: nowrap;
  }
  .modal_module_order1Lg__7edbf797 {
    order: 1;
  }
  .modal_module_order2Lg__7edbf797 {
    order: 2;
  }
  .modal_module_order3Lg__7edbf797 {
    order: 3;
  }
  .modal_module_order4Lg__7edbf797 {
    order: 4;
  }
  .modal_module_order5Lg__7edbf797 {
    order: 5;
  }
  .modal_module_order6Lg__7edbf797 {
    order: 6;
  }
  .modal_module_order7Lg__7edbf797 {
    order: 7;
  }
  .modal_module_order8Lg__7edbf797 {
    order: 8;
  }
  .modal_module_order9Lg__7edbf797 {
    order: 9;
  }
  .modal_module_order10Lg__7edbf797 {
    order: 10;
  }
  .modal_module_order11Lg__7edbf797 {
    order: 11;
  }
  .modal_module_order12Lg__7edbf797 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .modal_module_dXlNone__7edbf797 {
    display: none !important;
  }
  .modal_module_dXlInline__7edbf797 {
    display: inline !important;
  }
  .modal_module_dXlInlineBlock__7edbf797 {
    display: inline-block !important;
  }
  .modal_module_dXlBlock__7edbf797 {
    display: block !important;
  }
  .modal_module_dXlTable__7edbf797 {
    display: table !important;
  }
  .modal_module_dXlTableRow__7edbf797 {
    display: table-row !important;
  }
  .modal_module_dXlTableCell__7edbf797 {
    display: table-cell !important;
  }
  .modal_module_dXlFlex__7edbf797 {
    display: flex !important;
  }
  .modal_module_dXlInlineFlex__7edbf797 {
    display: inline-flex !important;
  }
  .modal_module_justifyContentStartXl__7edbf797 {
    justify-content: flex-start;
  }
  .modal_module_justifyContentEndXl__7edbf797 {
    justify-content: flex-end;
  }
  .modal_module_justifyContentCenterXl__7edbf797 {
    justify-content: center;
  }
  .modal_module_justifyContentBetweenXl__7edbf797 {
    justify-content: space-between;
  }
  .modal_module_justifyContentAroundXl__7edbf797 {
    justify-content: space-around;
  }
  .modal_module_justifyContentInitialXl__7edbf797 {
    justify-content: initial;
  }
  .modal_module_justifyContentInheritXl__7edbf797 {
    justify-content: inherit;
  }
  .modal_module_alignItemsStretchXl__7edbf797 {
    align-items: stretch;
  }
  .modal_module_alignItemsCenterXl__7edbf797 {
    align-items: center;
  }
  .modal_module_alignItemsStartXl__7edbf797 {
    align-items: flex-start;
  }
  .modal_module_alignItemsEndXl__7edbf797 {
    align-items: flex-end;
  }
  .modal_module_alignItemsBaseXl__7edbf797 {
    align-items: baseline;
  }
  .modal_module_alignSelfAutoXl__7edbf797 {
    align-self: auto;
  }
  .modal_module_alignSelfStretchXl__7edbf797 {
    align-self: stretch;
  }
  .modal_module_alignSelfCenterXl__7edbf797 {
    align-self: center;
  }
  .modal_module_alignSelfStartXl__7edbf797 {
    align-self: flex-start;
  }
  .modal_module_alignSelfEndXl__7edbf797 {
    align-self: flex-end;
  }
  .modal_module_alignSelfBaselineXl__7edbf797 {
    align-self: baseline;
  }
  .modal_module_alignSelfInitialXl__7edbf797 {
    align-self: initial;
  }
  .modal_module_alignSelfInheritXl__7edbf797 {
    align-self: inherit;
  }
  .modal_module_alignContentStretchXl__7edbf797 {
    align-content: stretch;
  }
  .modal_module_alignContentCenterXl__7edbf797 {
    align-content: center;
  }
  .modal_module_alignContentStartXl__7edbf797 {
    align-content: flex-start;
  }
  .modal_module_alignContentEndXl__7edbf797 {
    align-content: flex-end;
  }
  .modal_module_alignContentBetweenXl__7edbf797 {
    align-content: space-between;
  }
  .modal_module_alignContentAroundXl__7edbf797 {
    align-content: space-around;
  }
  .modal_module_alignContentInitialXl__7edbf797 {
    align-content: initial;
  }
  .modal_module_alignContentInheritXl__7edbf797 {
    align-content: inherit;
  }
  .modal_module_flexRowXl__7edbf797 {
    flex-direction: row;
  }
  .modal_module_flexRowReverseXl__7edbf797 {
    flex-direction: row-reverse;
  }
  .modal_module_flexColumnXl__7edbf797 {
    flex-direction: column;
  }
  .modal_module_flexColumnReverseXl__7edbf797 {
    flex-direction: column-reverse;
  }
  .modal_module_flexWrapXl__7edbf797 {
    flex-wrap: wrap;
  }
  .modal_module_flexNowrapXl__7edbf797 {
    flex-wrap: nowrap;
  }
  .modal_module_order1Xl__7edbf797 {
    order: 1;
  }
  .modal_module_order2Xl__7edbf797 {
    order: 2;
  }
  .modal_module_order3Xl__7edbf797 {
    order: 3;
  }
  .modal_module_order4Xl__7edbf797 {
    order: 4;
  }
  .modal_module_order5Xl__7edbf797 {
    order: 5;
  }
  .modal_module_order6Xl__7edbf797 {
    order: 6;
  }
  .modal_module_order7Xl__7edbf797 {
    order: 7;
  }
  .modal_module_order8Xl__7edbf797 {
    order: 8;
  }
  .modal_module_order9Xl__7edbf797 {
    order: 9;
  }
  .modal_module_order10Xl__7edbf797 {
    order: 10;
  }
  .modal_module_order11Xl__7edbf797 {
    order: 11;
  }
  .modal_module_order12Xl__7edbf797 {
    order: 12;
  }
}
.modal_module_vyagutaModal__7edbf797 {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 540px;
  border-radius: 0.25rem;
  border: 0;
  outline: none;
  display: flex;
  max-height: 90vh;
  padding: 16px;
}
.modal_module_vyagutaModal__popup__7edbf797 {
  width: 700px;
  overflow-y: auto;
}
.modal_module_vyagutaModal__overlay__7edbf797 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.modal_module_vyagutaModal__header__7edbf797 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.modal_module_vyagutaModal__header_Border__7edbf797 {
  border-bottom: 1px solid #e6e6e6;
}
.modal_module_vyagutaModal__title__7edbf797 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  width: 100%;
}
.modal_module_vyagutaModal__title_Info__7edbf797 {
  color: #102b7b;
}
.modal_module_vyagutaModal__title_Color__7edbf797 {
  color: #163ba8;
}
.modal_module_vyagutaModal__title_Danger__7edbf797 {
  color: #f44336;
}
.modal_module_vyagutaModal__subTitle__7edbf797 {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 112%;
  color: #333333;
}
.modal_module_vyagutaModal__bodyWrapper__7edbf797 {
  width: 93%;
  margin: auto;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.25rem;
}
.modal_module_vyagutaModal__bodyWrapper__7edbf797:last-child {
  margin-bottom: 0rem;
}
.modal_module_vyagutaModal__body__7edbf797 {
  text-align: left;
}
.modal_module_vyagutaModal__body_NoHeight__7edbf797 {
  max-height: unset;
}
.modal_module_vyagutaModal__info__7edbf797 {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #737373;
}
.modal_module_vyagutaModal__info_Danger__7edbf797 {
  color: #f44336;
  margin-bottom: 0.75rem;
}
.modal_module_vyagutaModal__footer__7edbf797 {
  display: flex;
}
.modal_module_vyagutaModal__footer_Border__7edbf797 {
  border-top: 1px solid #e6e6e6;
}
.modal_module_vyagutaModal__footer_Closebutton__7edbf797 {
  color: #999999;
  border: 1px solid #999999;
}
.modal_module_vyagutaModal__closeIcon__7edbf797 {
  color: #999999;
  cursor: pointer;
}
.modal_module_vyagutaModal__statusIcon__7edbf797 {
  padding: 1.5rem 0 1.25rem 1.25rem;
}
.modal_module_vyagutaModal__statusIcon_Danger__7edbf797 {
  color: #f44336;
}
.modal_module_vyagutaModal__statusIcon_Info__7edbf797 {
  color: #102b7b;
}
.modal_module_vyagutaModal__content__7edbf797 {
  padding: 1.25rem 0 1.25rem 1.25rem;
}
.modal_module_vyagutaModal__contentWrapper__7edbf797 {
  width: 100%;
}
.modal_module_vyagutaModal__contentWrapper_Overflow__7edbf797 {
  overflow-y: scroll;
}
.modal_module_vyagutaModal__selectedMember__7edbf797 {
  display: flex;
  margin-bottom: 18px;
  height: 60px;
  box-shadow: 0px 1px 0px #f6f6f6;
}
.modal_module_vyagutaModal__selectedMember_Avatar__7edbf797 img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.modal_module_vyagutaModal__selectedMember_Fullname__7edbf797 {
  line-height: 200%;
  margin-left: 12px;
}

.modal_module_animatedModal__7edbf797 {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.5s ease-in-out;
}

.modal_module_ReactModal__Overlay_AfterOpen__7edbf797 {
  opacity: 1;
  transform: translateY(0px);
}

.modal_module_ReactModal__Overlay_BeforeClose__7edbf797 {
  opacity: 0;
  transform: translateY(-100px);
}.loading_module_dNone__e34a78a7 {
  display: none !important;
}

.loading_module_dInline__e34a78a7 {
  display: inline !important;
}

.loading_module_dInlineBlock__e34a78a7 {
  display: inline-block !important;
}

.loading_module_dBlock__e34a78a7 {
  display: block !important;
}

.loading_module_dTable__e34a78a7 {
  display: table !important;
}

.loading_module_dTableRow__e34a78a7 {
  display: table-row !important;
}

.loading_module_dTableCell__e34a78a7 {
  display: table-cell !important;
}

.loading_module_dFlex__e34a78a7 {
  display: flex !important;
}

.loading_module_dInlineFlex__e34a78a7 {
  display: inline-flex !important;
}

.loading_module_justifyContentStart__e34a78a7 {
  justify-content: flex-start;
}

.loading_module_justifyContentEnd__e34a78a7 {
  justify-content: flex-end;
}

.loading_module_justifyContentCenter__e34a78a7 {
  justify-content: center;
}

.loading_module_justifyContentBetween__e34a78a7 {
  justify-content: space-between;
}

.loading_module_justifyContentAround__e34a78a7 {
  justify-content: space-around;
}

.loading_module_justifyContentInitial__e34a78a7 {
  justify-content: initial;
}

.loading_module_justifyContentInherit__e34a78a7 {
  justify-content: inherit;
}

.loading_module_alignItemsStretch__e34a78a7 {
  align-items: stretch;
}

.loading_module_alignItemsCenter__e34a78a7 {
  align-items: center;
}

.loading_module_alignItemsStart__e34a78a7 {
  align-items: flex-start;
}

.loading_module_alignItemsEnd__e34a78a7 {
  align-items: flex-end;
}

.loading_module_alignItemsBase__e34a78a7 {
  align-items: baseline;
}

.loading_module_alignSelfAuto__e34a78a7 {
  align-self: auto;
}

.loading_module_alignSelfStretch__e34a78a7 {
  align-self: stretch;
}

.loading_module_alignSelfCenter__e34a78a7 {
  align-self: center;
}

.loading_module_alignSelfStart__e34a78a7 {
  align-self: flex-start;
}

.loading_module_alignSelfEnd__e34a78a7 {
  align-self: flex-end;
}

.loading_module_alignSelfBaseline__e34a78a7 {
  align-self: baseline;
}

.loading_module_alignSelfInitial__e34a78a7 {
  align-self: initial;
}

.loading_module_alignSelfInherit__e34a78a7 {
  align-self: inherit;
}

.loading_module_alignContentStretch__e34a78a7 {
  align-content: stretch;
}

.loading_module_alignContentCenter__e34a78a7 {
  align-content: center;
}

.loading_module_alignContentStart__e34a78a7 {
  align-content: flex-start;
}

.loading_module_alignContentEnd__e34a78a7 {
  align-content: flex-end;
}

.loading_module_alignContentBetween__e34a78a7 {
  align-content: space-between;
}

.loading_module_alignContentAround__e34a78a7 {
  align-content: space-around;
}

.loading_module_alignContentInitial__e34a78a7 {
  align-content: initial;
}

.loading_module_alignContentInherit__e34a78a7 {
  align-content: inherit;
}

.loading_module_flexRow__e34a78a7 {
  flex-direction: row;
}

.loading_module_flexRowReverse__e34a78a7 {
  flex-direction: row-reverse;
}

.loading_module_flexColumn__e34a78a7 {
  flex-direction: column;
}

.loading_module_flexColumnReverse__e34a78a7 {
  flex-direction: column-reverse;
}

.loading_module_flexWrap__e34a78a7 {
  flex-wrap: wrap;
}

.loading_module_flexNowrap__e34a78a7 {
  flex-wrap: nowrap;
}

.loading_module_order1__e34a78a7 {
  order: 1;
}

.loading_module_order2__e34a78a7 {
  order: 2;
}

.loading_module_order3__e34a78a7 {
  order: 3;
}

.loading_module_order4__e34a78a7 {
  order: 4;
}

.loading_module_order5__e34a78a7 {
  order: 5;
}

.loading_module_order6__e34a78a7 {
  order: 6;
}

.loading_module_order7__e34a78a7 {
  order: 7;
}

.loading_module_order8__e34a78a7 {
  order: 8;
}

.loading_module_order9__e34a78a7 {
  order: 9;
}

.loading_module_order10__e34a78a7 {
  order: 10;
}

.loading_module_order11__e34a78a7 {
  order: 11;
}

.loading_module_order12__e34a78a7 {
  order: 12;
}

@media (min-width: 576px) {
  .loading_module_dSmNone__e34a78a7 {
    display: none !important;
  }
  .loading_module_dSmInline__e34a78a7 {
    display: inline !important;
  }
  .loading_module_dSmInlineBlock__e34a78a7 {
    display: inline-block !important;
  }
  .loading_module_dSmBlock__e34a78a7 {
    display: block !important;
  }
  .loading_module_dSmTable__e34a78a7 {
    display: table !important;
  }
  .loading_module_dSmTableRow__e34a78a7 {
    display: table-row !important;
  }
  .loading_module_dSmTableCell__e34a78a7 {
    display: table-cell !important;
  }
  .loading_module_dSmFlex__e34a78a7 {
    display: flex !important;
  }
  .loading_module_dSmInlineFlex__e34a78a7 {
    display: inline-flex !important;
  }
  .loading_module_justifyContentStartSm__e34a78a7 {
    justify-content: flex-start;
  }
  .loading_module_justifyContentEndSm__e34a78a7 {
    justify-content: flex-end;
  }
  .loading_module_justifyContentCenterSm__e34a78a7 {
    justify-content: center;
  }
  .loading_module_justifyContentBetweenSm__e34a78a7 {
    justify-content: space-between;
  }
  .loading_module_justifyContentAroundSm__e34a78a7 {
    justify-content: space-around;
  }
  .loading_module_justifyContentInitialSm__e34a78a7 {
    justify-content: initial;
  }
  .loading_module_justifyContentInheritSm__e34a78a7 {
    justify-content: inherit;
  }
  .loading_module_alignItemsStretchSm__e34a78a7 {
    align-items: stretch;
  }
  .loading_module_alignItemsCenterSm__e34a78a7 {
    align-items: center;
  }
  .loading_module_alignItemsStartSm__e34a78a7 {
    align-items: flex-start;
  }
  .loading_module_alignItemsEndSm__e34a78a7 {
    align-items: flex-end;
  }
  .loading_module_alignItemsBaseSm__e34a78a7 {
    align-items: baseline;
  }
  .loading_module_alignSelfAutoSm__e34a78a7 {
    align-self: auto;
  }
  .loading_module_alignSelfStretchSm__e34a78a7 {
    align-self: stretch;
  }
  .loading_module_alignSelfCenterSm__e34a78a7 {
    align-self: center;
  }
  .loading_module_alignSelfStartSm__e34a78a7 {
    align-self: flex-start;
  }
  .loading_module_alignSelfEndSm__e34a78a7 {
    align-self: flex-end;
  }
  .loading_module_alignSelfBaselineSm__e34a78a7 {
    align-self: baseline;
  }
  .loading_module_alignSelfInitialSm__e34a78a7 {
    align-self: initial;
  }
  .loading_module_alignSelfInheritSm__e34a78a7 {
    align-self: inherit;
  }
  .loading_module_alignContentStretchSm__e34a78a7 {
    align-content: stretch;
  }
  .loading_module_alignContentCenterSm__e34a78a7 {
    align-content: center;
  }
  .loading_module_alignContentStartSm__e34a78a7 {
    align-content: flex-start;
  }
  .loading_module_alignContentEndSm__e34a78a7 {
    align-content: flex-end;
  }
  .loading_module_alignContentBetweenSm__e34a78a7 {
    align-content: space-between;
  }
  .loading_module_alignContentAroundSm__e34a78a7 {
    align-content: space-around;
  }
  .loading_module_alignContentInitialSm__e34a78a7 {
    align-content: initial;
  }
  .loading_module_alignContentInheritSm__e34a78a7 {
    align-content: inherit;
  }
  .loading_module_flexRowSm__e34a78a7 {
    flex-direction: row;
  }
  .loading_module_flexRowReverseSm__e34a78a7 {
    flex-direction: row-reverse;
  }
  .loading_module_flexColumnSm__e34a78a7 {
    flex-direction: column;
  }
  .loading_module_flexColumnReverseSm__e34a78a7 {
    flex-direction: column-reverse;
  }
  .loading_module_flexWrapSm__e34a78a7 {
    flex-wrap: wrap;
  }
  .loading_module_flexNowrapSm__e34a78a7 {
    flex-wrap: nowrap;
  }
  .loading_module_order1Sm__e34a78a7 {
    order: 1;
  }
  .loading_module_order2Sm__e34a78a7 {
    order: 2;
  }
  .loading_module_order3Sm__e34a78a7 {
    order: 3;
  }
  .loading_module_order4Sm__e34a78a7 {
    order: 4;
  }
  .loading_module_order5Sm__e34a78a7 {
    order: 5;
  }
  .loading_module_order6Sm__e34a78a7 {
    order: 6;
  }
  .loading_module_order7Sm__e34a78a7 {
    order: 7;
  }
  .loading_module_order8Sm__e34a78a7 {
    order: 8;
  }
  .loading_module_order9Sm__e34a78a7 {
    order: 9;
  }
  .loading_module_order10Sm__e34a78a7 {
    order: 10;
  }
  .loading_module_order11Sm__e34a78a7 {
    order: 11;
  }
  .loading_module_order12Sm__e34a78a7 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .loading_module_dMdNone__e34a78a7 {
    display: none !important;
  }
  .loading_module_dMdInline__e34a78a7 {
    display: inline !important;
  }
  .loading_module_dMdInlineBlock__e34a78a7 {
    display: inline-block !important;
  }
  .loading_module_dMdBlock__e34a78a7 {
    display: block !important;
  }
  .loading_module_dMdTable__e34a78a7 {
    display: table !important;
  }
  .loading_module_dMdTableRow__e34a78a7 {
    display: table-row !important;
  }
  .loading_module_dMdTableCell__e34a78a7 {
    display: table-cell !important;
  }
  .loading_module_dMdFlex__e34a78a7 {
    display: flex !important;
  }
  .loading_module_dMdInlineFlex__e34a78a7 {
    display: inline-flex !important;
  }
  .loading_module_justifyContentStartMd__e34a78a7 {
    justify-content: flex-start;
  }
  .loading_module_justifyContentEndMd__e34a78a7 {
    justify-content: flex-end;
  }
  .loading_module_justifyContentCenterMd__e34a78a7 {
    justify-content: center;
  }
  .loading_module_justifyContentBetweenMd__e34a78a7 {
    justify-content: space-between;
  }
  .loading_module_justifyContentAroundMd__e34a78a7 {
    justify-content: space-around;
  }
  .loading_module_justifyContentInitialMd__e34a78a7 {
    justify-content: initial;
  }
  .loading_module_justifyContentInheritMd__e34a78a7 {
    justify-content: inherit;
  }
  .loading_module_alignItemsStretchMd__e34a78a7 {
    align-items: stretch;
  }
  .loading_module_alignItemsCenterMd__e34a78a7 {
    align-items: center;
  }
  .loading_module_alignItemsStartMd__e34a78a7 {
    align-items: flex-start;
  }
  .loading_module_alignItemsEndMd__e34a78a7 {
    align-items: flex-end;
  }
  .loading_module_alignItemsBaseMd__e34a78a7 {
    align-items: baseline;
  }
  .loading_module_alignSelfAutoMd__e34a78a7 {
    align-self: auto;
  }
  .loading_module_alignSelfStretchMd__e34a78a7 {
    align-self: stretch;
  }
  .loading_module_alignSelfCenterMd__e34a78a7 {
    align-self: center;
  }
  .loading_module_alignSelfStartMd__e34a78a7 {
    align-self: flex-start;
  }
  .loading_module_alignSelfEndMd__e34a78a7 {
    align-self: flex-end;
  }
  .loading_module_alignSelfBaselineMd__e34a78a7 {
    align-self: baseline;
  }
  .loading_module_alignSelfInitialMd__e34a78a7 {
    align-self: initial;
  }
  .loading_module_alignSelfInheritMd__e34a78a7 {
    align-self: inherit;
  }
  .loading_module_alignContentStretchMd__e34a78a7 {
    align-content: stretch;
  }
  .loading_module_alignContentCenterMd__e34a78a7 {
    align-content: center;
  }
  .loading_module_alignContentStartMd__e34a78a7 {
    align-content: flex-start;
  }
  .loading_module_alignContentEndMd__e34a78a7 {
    align-content: flex-end;
  }
  .loading_module_alignContentBetweenMd__e34a78a7 {
    align-content: space-between;
  }
  .loading_module_alignContentAroundMd__e34a78a7 {
    align-content: space-around;
  }
  .loading_module_alignContentInitialMd__e34a78a7 {
    align-content: initial;
  }
  .loading_module_alignContentInheritMd__e34a78a7 {
    align-content: inherit;
  }
  .loading_module_flexRowMd__e34a78a7 {
    flex-direction: row;
  }
  .loading_module_flexRowReverseMd__e34a78a7 {
    flex-direction: row-reverse;
  }
  .loading_module_flexColumnMd__e34a78a7 {
    flex-direction: column;
  }
  .loading_module_flexColumnReverseMd__e34a78a7 {
    flex-direction: column-reverse;
  }
  .loading_module_flexWrapMd__e34a78a7 {
    flex-wrap: wrap;
  }
  .loading_module_flexNowrapMd__e34a78a7 {
    flex-wrap: nowrap;
  }
  .loading_module_order1Md__e34a78a7 {
    order: 1;
  }
  .loading_module_order2Md__e34a78a7 {
    order: 2;
  }
  .loading_module_order3Md__e34a78a7 {
    order: 3;
  }
  .loading_module_order4Md__e34a78a7 {
    order: 4;
  }
  .loading_module_order5Md__e34a78a7 {
    order: 5;
  }
  .loading_module_order6Md__e34a78a7 {
    order: 6;
  }
  .loading_module_order7Md__e34a78a7 {
    order: 7;
  }
  .loading_module_order8Md__e34a78a7 {
    order: 8;
  }
  .loading_module_order9Md__e34a78a7 {
    order: 9;
  }
  .loading_module_order10Md__e34a78a7 {
    order: 10;
  }
  .loading_module_order11Md__e34a78a7 {
    order: 11;
  }
  .loading_module_order12Md__e34a78a7 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .loading_module_dLgNone__e34a78a7 {
    display: none !important;
  }
  .loading_module_dLgInline__e34a78a7 {
    display: inline !important;
  }
  .loading_module_dLgInlineBlock__e34a78a7 {
    display: inline-block !important;
  }
  .loading_module_dLgBlock__e34a78a7 {
    display: block !important;
  }
  .loading_module_dLgTable__e34a78a7 {
    display: table !important;
  }
  .loading_module_dLgTableRow__e34a78a7 {
    display: table-row !important;
  }
  .loading_module_dLgTableCell__e34a78a7 {
    display: table-cell !important;
  }
  .loading_module_dLgFlex__e34a78a7 {
    display: flex !important;
  }
  .loading_module_dLgInlineFlex__e34a78a7 {
    display: inline-flex !important;
  }
  .loading_module_justifyContentStartLg__e34a78a7 {
    justify-content: flex-start;
  }
  .loading_module_justifyContentEndLg__e34a78a7 {
    justify-content: flex-end;
  }
  .loading_module_justifyContentCenterLg__e34a78a7 {
    justify-content: center;
  }
  .loading_module_justifyContentBetweenLg__e34a78a7 {
    justify-content: space-between;
  }
  .loading_module_justifyContentAroundLg__e34a78a7 {
    justify-content: space-around;
  }
  .loading_module_justifyContentInitialLg__e34a78a7 {
    justify-content: initial;
  }
  .loading_module_justifyContentInheritLg__e34a78a7 {
    justify-content: inherit;
  }
  .loading_module_alignItemsStretchLg__e34a78a7 {
    align-items: stretch;
  }
  .loading_module_alignItemsCenterLg__e34a78a7 {
    align-items: center;
  }
  .loading_module_alignItemsStartLg__e34a78a7 {
    align-items: flex-start;
  }
  .loading_module_alignItemsEndLg__e34a78a7 {
    align-items: flex-end;
  }
  .loading_module_alignItemsBaseLg__e34a78a7 {
    align-items: baseline;
  }
  .loading_module_alignSelfAutoLg__e34a78a7 {
    align-self: auto;
  }
  .loading_module_alignSelfStretchLg__e34a78a7 {
    align-self: stretch;
  }
  .loading_module_alignSelfCenterLg__e34a78a7 {
    align-self: center;
  }
  .loading_module_alignSelfStartLg__e34a78a7 {
    align-self: flex-start;
  }
  .loading_module_alignSelfEndLg__e34a78a7 {
    align-self: flex-end;
  }
  .loading_module_alignSelfBaselineLg__e34a78a7 {
    align-self: baseline;
  }
  .loading_module_alignSelfInitialLg__e34a78a7 {
    align-self: initial;
  }
  .loading_module_alignSelfInheritLg__e34a78a7 {
    align-self: inherit;
  }
  .loading_module_alignContentStretchLg__e34a78a7 {
    align-content: stretch;
  }
  .loading_module_alignContentCenterLg__e34a78a7 {
    align-content: center;
  }
  .loading_module_alignContentStartLg__e34a78a7 {
    align-content: flex-start;
  }
  .loading_module_alignContentEndLg__e34a78a7 {
    align-content: flex-end;
  }
  .loading_module_alignContentBetweenLg__e34a78a7 {
    align-content: space-between;
  }
  .loading_module_alignContentAroundLg__e34a78a7 {
    align-content: space-around;
  }
  .loading_module_alignContentInitialLg__e34a78a7 {
    align-content: initial;
  }
  .loading_module_alignContentInheritLg__e34a78a7 {
    align-content: inherit;
  }
  .loading_module_flexRowLg__e34a78a7 {
    flex-direction: row;
  }
  .loading_module_flexRowReverseLg__e34a78a7 {
    flex-direction: row-reverse;
  }
  .loading_module_flexColumnLg__e34a78a7 {
    flex-direction: column;
  }
  .loading_module_flexColumnReverseLg__e34a78a7 {
    flex-direction: column-reverse;
  }
  .loading_module_flexWrapLg__e34a78a7 {
    flex-wrap: wrap;
  }
  .loading_module_flexNowrapLg__e34a78a7 {
    flex-wrap: nowrap;
  }
  .loading_module_order1Lg__e34a78a7 {
    order: 1;
  }
  .loading_module_order2Lg__e34a78a7 {
    order: 2;
  }
  .loading_module_order3Lg__e34a78a7 {
    order: 3;
  }
  .loading_module_order4Lg__e34a78a7 {
    order: 4;
  }
  .loading_module_order5Lg__e34a78a7 {
    order: 5;
  }
  .loading_module_order6Lg__e34a78a7 {
    order: 6;
  }
  .loading_module_order7Lg__e34a78a7 {
    order: 7;
  }
  .loading_module_order8Lg__e34a78a7 {
    order: 8;
  }
  .loading_module_order9Lg__e34a78a7 {
    order: 9;
  }
  .loading_module_order10Lg__e34a78a7 {
    order: 10;
  }
  .loading_module_order11Lg__e34a78a7 {
    order: 11;
  }
  .loading_module_order12Lg__e34a78a7 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .loading_module_dXlNone__e34a78a7 {
    display: none !important;
  }
  .loading_module_dXlInline__e34a78a7 {
    display: inline !important;
  }
  .loading_module_dXlInlineBlock__e34a78a7 {
    display: inline-block !important;
  }
  .loading_module_dXlBlock__e34a78a7 {
    display: block !important;
  }
  .loading_module_dXlTable__e34a78a7 {
    display: table !important;
  }
  .loading_module_dXlTableRow__e34a78a7 {
    display: table-row !important;
  }
  .loading_module_dXlTableCell__e34a78a7 {
    display: table-cell !important;
  }
  .loading_module_dXlFlex__e34a78a7 {
    display: flex !important;
  }
  .loading_module_dXlInlineFlex__e34a78a7 {
    display: inline-flex !important;
  }
  .loading_module_justifyContentStartXl__e34a78a7 {
    justify-content: flex-start;
  }
  .loading_module_justifyContentEndXl__e34a78a7 {
    justify-content: flex-end;
  }
  .loading_module_justifyContentCenterXl__e34a78a7 {
    justify-content: center;
  }
  .loading_module_justifyContentBetweenXl__e34a78a7 {
    justify-content: space-between;
  }
  .loading_module_justifyContentAroundXl__e34a78a7 {
    justify-content: space-around;
  }
  .loading_module_justifyContentInitialXl__e34a78a7 {
    justify-content: initial;
  }
  .loading_module_justifyContentInheritXl__e34a78a7 {
    justify-content: inherit;
  }
  .loading_module_alignItemsStretchXl__e34a78a7 {
    align-items: stretch;
  }
  .loading_module_alignItemsCenterXl__e34a78a7 {
    align-items: center;
  }
  .loading_module_alignItemsStartXl__e34a78a7 {
    align-items: flex-start;
  }
  .loading_module_alignItemsEndXl__e34a78a7 {
    align-items: flex-end;
  }
  .loading_module_alignItemsBaseXl__e34a78a7 {
    align-items: baseline;
  }
  .loading_module_alignSelfAutoXl__e34a78a7 {
    align-self: auto;
  }
  .loading_module_alignSelfStretchXl__e34a78a7 {
    align-self: stretch;
  }
  .loading_module_alignSelfCenterXl__e34a78a7 {
    align-self: center;
  }
  .loading_module_alignSelfStartXl__e34a78a7 {
    align-self: flex-start;
  }
  .loading_module_alignSelfEndXl__e34a78a7 {
    align-self: flex-end;
  }
  .loading_module_alignSelfBaselineXl__e34a78a7 {
    align-self: baseline;
  }
  .loading_module_alignSelfInitialXl__e34a78a7 {
    align-self: initial;
  }
  .loading_module_alignSelfInheritXl__e34a78a7 {
    align-self: inherit;
  }
  .loading_module_alignContentStretchXl__e34a78a7 {
    align-content: stretch;
  }
  .loading_module_alignContentCenterXl__e34a78a7 {
    align-content: center;
  }
  .loading_module_alignContentStartXl__e34a78a7 {
    align-content: flex-start;
  }
  .loading_module_alignContentEndXl__e34a78a7 {
    align-content: flex-end;
  }
  .loading_module_alignContentBetweenXl__e34a78a7 {
    align-content: space-between;
  }
  .loading_module_alignContentAroundXl__e34a78a7 {
    align-content: space-around;
  }
  .loading_module_alignContentInitialXl__e34a78a7 {
    align-content: initial;
  }
  .loading_module_alignContentInheritXl__e34a78a7 {
    align-content: inherit;
  }
  .loading_module_flexRowXl__e34a78a7 {
    flex-direction: row;
  }
  .loading_module_flexRowReverseXl__e34a78a7 {
    flex-direction: row-reverse;
  }
  .loading_module_flexColumnXl__e34a78a7 {
    flex-direction: column;
  }
  .loading_module_flexColumnReverseXl__e34a78a7 {
    flex-direction: column-reverse;
  }
  .loading_module_flexWrapXl__e34a78a7 {
    flex-wrap: wrap;
  }
  .loading_module_flexNowrapXl__e34a78a7 {
    flex-wrap: nowrap;
  }
  .loading_module_order1Xl__e34a78a7 {
    order: 1;
  }
  .loading_module_order2Xl__e34a78a7 {
    order: 2;
  }
  .loading_module_order3Xl__e34a78a7 {
    order: 3;
  }
  .loading_module_order4Xl__e34a78a7 {
    order: 4;
  }
  .loading_module_order5Xl__e34a78a7 {
    order: 5;
  }
  .loading_module_order6Xl__e34a78a7 {
    order: 6;
  }
  .loading_module_order7Xl__e34a78a7 {
    order: 7;
  }
  .loading_module_order8Xl__e34a78a7 {
    order: 8;
  }
  .loading_module_order9Xl__e34a78a7 {
    order: 9;
  }
  .loading_module_order10Xl__e34a78a7 {
    order: 10;
  }
  .loading_module_order11Xl__e34a78a7 {
    order: 11;
  }
  .loading_module_order12Xl__e34a78a7 {
    order: 12;
  }
}
.loading_module_spinner__e34a78a7 {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.loading_module_spinner__e34a78a7.loading_module_black__e34a78a7 > div {
  background-color: #333333 !important;
}

.loading_module_spinner__e34a78a7 > div {
  -webkit-animation: loading_module_skBouncedelay__e34a78a7 1.4s infinite ease-in-out both;
  animation: loading_module_skBouncedelay__e34a78a7 1.4s infinite ease-in-out both;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  margin: 0 0.25rem;
  width: 8px;
}
.loading_module_spinner__e34a78a7 > div.loading_module_sm__e34a78a7 {
  max-width: 0.25rem;
  max-height: 0.25rem;
}

.loading_module_spinner__e34a78a7 .loading_module_bounce1__e34a78a7 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading_module_spinner__e34a78a7 .loading_module_bounce2__e34a78a7 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes loading_module_skBouncedelay__e34a78a7 {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loading_module_skBouncedelay__e34a78a7 {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-initial {
  justify-content: initial;
}

.justify-content-inherit {
  justify-content: inherit;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-base {
  align-items: baseline;
}

.align-self-auto {
  align-self: auto;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-center {
  align-self: center;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-initial {
  align-self: initial;
}

.align-self-inherit {
  align-self: inherit;
}

.align-content-stretch {
  align-content: stretch;
}

.align-content-center {
  align-content: center;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-initial {
  align-content: initial;
}

.align-content-inherit {
  align-content: inherit;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-sm {
    justify-content: flex-start;
  }
  .justify-content-end-sm {
    justify-content: flex-end;
  }
  .justify-content-center-sm {
    justify-content: center;
  }
  .justify-content-between-sm {
    justify-content: space-between;
  }
  .justify-content-around-sm {
    justify-content: space-around;
  }
  .justify-content-initial-sm {
    justify-content: initial;
  }
  .justify-content-inherit-sm {
    justify-content: inherit;
  }
  .align-items-stretch-sm {
    align-items: stretch;
  }
  .align-items-center-sm {
    align-items: center;
  }
  .align-items-start-sm {
    align-items: flex-start;
  }
  .align-items-end-sm {
    align-items: flex-end;
  }
  .align-items-base-sm {
    align-items: baseline;
  }
  .align-self-auto-sm {
    align-self: auto;
  }
  .align-self-stretch-sm {
    align-self: stretch;
  }
  .align-self-center-sm {
    align-self: center;
  }
  .align-self-start-sm {
    align-self: flex-start;
  }
  .align-self-end-sm {
    align-self: flex-end;
  }
  .align-self-baseline-sm {
    align-self: baseline;
  }
  .align-self-initial-sm {
    align-self: initial;
  }
  .align-self-inherit-sm {
    align-self: inherit;
  }
  .align-content-stretch-sm {
    align-content: stretch;
  }
  .align-content-center-sm {
    align-content: center;
  }
  .align-content-start-sm {
    align-content: flex-start;
  }
  .align-content-end-sm {
    align-content: flex-end;
  }
  .align-content-between-sm {
    align-content: space-between;
  }
  .align-content-around-sm {
    align-content: space-around;
  }
  .align-content-initial-sm {
    align-content: initial;
  }
  .align-content-inherit-sm {
    align-content: inherit;
  }
  .flex-row-sm {
    flex-direction: row;
  }
  .flex-row-reverse-sm {
    flex-direction: row-reverse;
  }
  .flex-column-sm {
    flex-direction: column;
  }
  .flex-column-reverse-sm {
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
  .order-1-sm {
    order: 1;
  }
  .order-2-sm {
    order: 2;
  }
  .order-3-sm {
    order: 3;
  }
  .order-4-sm {
    order: 4;
  }
  .order-5-sm {
    order: 5;
  }
  .order-6-sm {
    order: 6;
  }
  .order-7-sm {
    order: 7;
  }
  .order-8-sm {
    order: 8;
  }
  .order-9-sm {
    order: 9;
  }
  .order-10-sm {
    order: 10;
  }
  .order-11-sm {
    order: 11;
  }
  .order-12-sm {
    order: 12;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-md {
    justify-content: flex-start;
  }
  .justify-content-end-md {
    justify-content: flex-end;
  }
  .justify-content-center-md {
    justify-content: center;
  }
  .justify-content-between-md {
    justify-content: space-between;
  }
  .justify-content-around-md {
    justify-content: space-around;
  }
  .justify-content-initial-md {
    justify-content: initial;
  }
  .justify-content-inherit-md {
    justify-content: inherit;
  }
  .align-items-stretch-md {
    align-items: stretch;
  }
  .align-items-center-md {
    align-items: center;
  }
  .align-items-start-md {
    align-items: flex-start;
  }
  .align-items-end-md {
    align-items: flex-end;
  }
  .align-items-base-md {
    align-items: baseline;
  }
  .align-self-auto-md {
    align-self: auto;
  }
  .align-self-stretch-md {
    align-self: stretch;
  }
  .align-self-center-md {
    align-self: center;
  }
  .align-self-start-md {
    align-self: flex-start;
  }
  .align-self-end-md {
    align-self: flex-end;
  }
  .align-self-baseline-md {
    align-self: baseline;
  }
  .align-self-initial-md {
    align-self: initial;
  }
  .align-self-inherit-md {
    align-self: inherit;
  }
  .align-content-stretch-md {
    align-content: stretch;
  }
  .align-content-center-md {
    align-content: center;
  }
  .align-content-start-md {
    align-content: flex-start;
  }
  .align-content-end-md {
    align-content: flex-end;
  }
  .align-content-between-md {
    align-content: space-between;
  }
  .align-content-around-md {
    align-content: space-around;
  }
  .align-content-initial-md {
    align-content: initial;
  }
  .align-content-inherit-md {
    align-content: inherit;
  }
  .flex-row-md {
    flex-direction: row;
  }
  .flex-row-reverse-md {
    flex-direction: row-reverse;
  }
  .flex-column-md {
    flex-direction: column;
  }
  .flex-column-reverse-md {
    flex-direction: column-reverse;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
  .order-1-md {
    order: 1;
  }
  .order-2-md {
    order: 2;
  }
  .order-3-md {
    order: 3;
  }
  .order-4-md {
    order: 4;
  }
  .order-5-md {
    order: 5;
  }
  .order-6-md {
    order: 6;
  }
  .order-7-md {
    order: 7;
  }
  .order-8-md {
    order: 8;
  }
  .order-9-md {
    order: 9;
  }
  .order-10-md {
    order: 10;
  }
  .order-11-md {
    order: 11;
  }
  .order-12-md {
    order: 12;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-lg {
    justify-content: flex-start;
  }
  .justify-content-end-lg {
    justify-content: flex-end;
  }
  .justify-content-center-lg {
    justify-content: center;
  }
  .justify-content-between-lg {
    justify-content: space-between;
  }
  .justify-content-around-lg {
    justify-content: space-around;
  }
  .justify-content-initial-lg {
    justify-content: initial;
  }
  .justify-content-inherit-lg {
    justify-content: inherit;
  }
  .align-items-stretch-lg {
    align-items: stretch;
  }
  .align-items-center-lg {
    align-items: center;
  }
  .align-items-start-lg {
    align-items: flex-start;
  }
  .align-items-end-lg {
    align-items: flex-end;
  }
  .align-items-base-lg {
    align-items: baseline;
  }
  .align-self-auto-lg {
    align-self: auto;
  }
  .align-self-stretch-lg {
    align-self: stretch;
  }
  .align-self-center-lg {
    align-self: center;
  }
  .align-self-start-lg {
    align-self: flex-start;
  }
  .align-self-end-lg {
    align-self: flex-end;
  }
  .align-self-baseline-lg {
    align-self: baseline;
  }
  .align-self-initial-lg {
    align-self: initial;
  }
  .align-self-inherit-lg {
    align-self: inherit;
  }
  .align-content-stretch-lg {
    align-content: stretch;
  }
  .align-content-center-lg {
    align-content: center;
  }
  .align-content-start-lg {
    align-content: flex-start;
  }
  .align-content-end-lg {
    align-content: flex-end;
  }
  .align-content-between-lg {
    align-content: space-between;
  }
  .align-content-around-lg {
    align-content: space-around;
  }
  .align-content-initial-lg {
    align-content: initial;
  }
  .align-content-inherit-lg {
    align-content: inherit;
  }
  .flex-row-lg {
    flex-direction: row;
  }
  .flex-row-reverse-lg {
    flex-direction: row-reverse;
  }
  .flex-column-lg {
    flex-direction: column;
  }
  .flex-column-reverse-lg {
    flex-direction: column-reverse;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
  .order-1-lg {
    order: 1;
  }
  .order-2-lg {
    order: 2;
  }
  .order-3-lg {
    order: 3;
  }
  .order-4-lg {
    order: 4;
  }
  .order-5-lg {
    order: 5;
  }
  .order-6-lg {
    order: 6;
  }
  .order-7-lg {
    order: 7;
  }
  .order-8-lg {
    order: 8;
  }
  .order-9-lg {
    order: 9;
  }
  .order-10-lg {
    order: 10;
  }
  .order-11-lg {
    order: 11;
  }
  .order-12-lg {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-xl {
    justify-content: flex-start;
  }
  .justify-content-end-xl {
    justify-content: flex-end;
  }
  .justify-content-center-xl {
    justify-content: center;
  }
  .justify-content-between-xl {
    justify-content: space-between;
  }
  .justify-content-around-xl {
    justify-content: space-around;
  }
  .justify-content-initial-xl {
    justify-content: initial;
  }
  .justify-content-inherit-xl {
    justify-content: inherit;
  }
  .align-items-stretch-xl {
    align-items: stretch;
  }
  .align-items-center-xl {
    align-items: center;
  }
  .align-items-start-xl {
    align-items: flex-start;
  }
  .align-items-end-xl {
    align-items: flex-end;
  }
  .align-items-base-xl {
    align-items: baseline;
  }
  .align-self-auto-xl {
    align-self: auto;
  }
  .align-self-stretch-xl {
    align-self: stretch;
  }
  .align-self-center-xl {
    align-self: center;
  }
  .align-self-start-xl {
    align-self: flex-start;
  }
  .align-self-end-xl {
    align-self: flex-end;
  }
  .align-self-baseline-xl {
    align-self: baseline;
  }
  .align-self-initial-xl {
    align-self: initial;
  }
  .align-self-inherit-xl {
    align-self: inherit;
  }
  .align-content-stretch-xl {
    align-content: stretch;
  }
  .align-content-center-xl {
    align-content: center;
  }
  .align-content-start-xl {
    align-content: flex-start;
  }
  .align-content-end-xl {
    align-content: flex-end;
  }
  .align-content-between-xl {
    align-content: space-between;
  }
  .align-content-around-xl {
    align-content: space-around;
  }
  .align-content-initial-xl {
    align-content: initial;
  }
  .align-content-inherit-xl {
    align-content: inherit;
  }
  .flex-row-xl {
    flex-direction: row;
  }
  .flex-row-reverse-xl {
    flex-direction: row-reverse;
  }
  .flex-column-xl {
    flex-direction: column;
  }
  .flex-column-reverse-xl {
    flex-direction: column-reverse;
  }
  .flex-wrap-xl {
    flex-wrap: wrap;
  }
  .flex-nowrap-xl {
    flex-wrap: nowrap;
  }
  .order-1-xl {
    order: 1;
  }
  .order-2-xl {
    order: 2;
  }
  .order-3-xl {
    order: 3;
  }
  .order-4-xl {
    order: 4;
  }
  .order-5-xl {
    order: 5;
  }
  .order-6-xl {
    order: 6;
  }
  .order-7-xl {
    order: 7;
  }
  .order-8-xl {
    order: 8;
  }
  .order-9-xl {
    order: 9;
  }
  .order-10-xl {
    order: 10;
  }
  .order-11-xl {
    order: 11;
  }
  .order-12-xl {
    order: 12;
  }
}
.vyaguta-select {
  cursor: pointer !important;
  border: none;
}
.vyaguta-select > .vyaguta-select__control {
  cursor: pointer;
  border: none;
}
.vyaguta-select .vyaguta-select__control.vyaguta-select__control--is-disabled {
  background-color: transparent !important;
  opacity: 0.4;
  pointer-events: auto !important;
  cursor: not-allowed !important;
}
.vyaguta-select .vyaguta-select__control.vyaguta-select__control--is-disabled:hover .vyaguta-select__dropdown-indicator {
  color: #737373;
  opacity: 0.4;
}
.vyaguta-select > .vyaguta-select__control--is-focused {
  border-color: #f6f6f6;
  box-shadow: none;
}
.vyaguta-select > .vyaguta-select__control--menu-is-open {
  background-color: #f6f6f6;
}
.vyaguta-select > .vyaguta-select__control--menu-is-open .vyaguta-select__dropdown-indicator {
  transform: rotate(180deg);
  transition: 0.3s ease-in;
}
.vyaguta-select .vyaguta-select__dropdown-indicator {
  transform: rotate(360deg);
  transition: 0.25s ease-in;
}
.vyaguta-select:hover .vyaguta-select__dropdown-indicator {
  color: #737373;
}
.vyaguta-select__control {
  min-width: 64px;
  min-height: 34px;
  font-size: 0.75rem;
  color: #737373;
  border-radius: 2px;
  border-color: #d2d2d2;
  border: none;
  padding: 4px;
}
.vyaguta-select__control:hover {
  border-color: #b2b2b2;
  background-color: #f6f6f6;
}
.vyaguta-select__control .vyaguta-select__value-container {
  display: flex;
}
.vyaguta-select__control .vyaguta-select__value-container:after, .vyaguta-select__control .vyaguta-select__value-container::before {
  display: none;
}
.vyaguta-select__control__dropdown-indicator {
  padding: 0;
  padding-right: 4px;
  width: 18px;
  color: #737373;
}
.vyaguta-select__control__dropdown-indicator:hover {
  color: #737373;
}
.vyaguta-select__control--is-focused {
  min-width: 80px;
  width: unset;
  background-color: #f4f7f9;
  box-shadow: none;
}
.vyaguta-select__placeholder {
  padding: 0px 8px;
  font-size: 10px;
  font-weight: 400;
}
.vyaguta-select__dropdown-indicator {
  color: #737373;
  padding: 0.25rem 0.5rem;
}
.vyaguta-select__single-value {
  color: #333333;
}
.vyaguta-select__single-value--is-disabled {
  color: #333333 !important;
}
.vyaguta-select__value-container {
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 68px;
}
.vyaguta-select__single-value {
  max-width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vyaguta-select__indicators {
  position: relative;
  top: 8px;
}
.vyaguta-select__indicator-separator {
  display: none;
}
.vyaguta-select__menu {
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.09) !important;
  font-size: 0.875rem;
}
.vyaguta-select__option {
  cursor: pointer !important;
}
.vyaguta-select__option--is-focused {
  background-color: #f2f2f2 !important;
}
.vyaguta-select__option--is-selected {
  background-color: #2196f3 !important;
}.titleBar_module_dNone__1609e53c {
  display: none !important;
}

.titleBar_module_dInline__1609e53c {
  display: inline !important;
}

.titleBar_module_dInlineBlock__1609e53c {
  display: inline-block !important;
}

.titleBar_module_dBlock__1609e53c {
  display: block !important;
}

.titleBar_module_dTable__1609e53c {
  display: table !important;
}

.titleBar_module_dTableRow__1609e53c {
  display: table-row !important;
}

.titleBar_module_dTableCell__1609e53c {
  display: table-cell !important;
}

.titleBar_module_dFlex__1609e53c {
  display: flex !important;
}

.titleBar_module_dInlineFlex__1609e53c {
  display: inline-flex !important;
}

.titleBar_module_justifyContentStart__1609e53c {
  justify-content: flex-start;
}

.titleBar_module_justifyContentEnd__1609e53c {
  justify-content: flex-end;
}

.titleBar_module_justifyContentCenter__1609e53c {
  justify-content: center;
}

.titleBar_module_justifyContentBetween__1609e53c {
  justify-content: space-between;
}

.titleBar_module_justifyContentAround__1609e53c {
  justify-content: space-around;
}

.titleBar_module_justifyContentInitial__1609e53c {
  justify-content: initial;
}

.titleBar_module_justifyContentInherit__1609e53c {
  justify-content: inherit;
}

.titleBar_module_alignItemsStretch__1609e53c {
  align-items: stretch;
}

.titleBar_module_alignItemsCenter__1609e53c {
  align-items: center;
}

.titleBar_module_alignItemsStart__1609e53c {
  align-items: flex-start;
}

.titleBar_module_alignItemsEnd__1609e53c {
  align-items: flex-end;
}

.titleBar_module_alignItemsBase__1609e53c {
  align-items: baseline;
}

.titleBar_module_alignSelfAuto__1609e53c {
  align-self: auto;
}

.titleBar_module_alignSelfStretch__1609e53c {
  align-self: stretch;
}

.titleBar_module_alignSelfCenter__1609e53c {
  align-self: center;
}

.titleBar_module_alignSelfStart__1609e53c {
  align-self: flex-start;
}

.titleBar_module_alignSelfEnd__1609e53c {
  align-self: flex-end;
}

.titleBar_module_alignSelfBaseline__1609e53c {
  align-self: baseline;
}

.titleBar_module_alignSelfInitial__1609e53c {
  align-self: initial;
}

.titleBar_module_alignSelfInherit__1609e53c {
  align-self: inherit;
}

.titleBar_module_alignContentStretch__1609e53c {
  align-content: stretch;
}

.titleBar_module_alignContentCenter__1609e53c {
  align-content: center;
}

.titleBar_module_alignContentStart__1609e53c {
  align-content: flex-start;
}

.titleBar_module_alignContentEnd__1609e53c {
  align-content: flex-end;
}

.titleBar_module_alignContentBetween__1609e53c {
  align-content: space-between;
}

.titleBar_module_alignContentAround__1609e53c {
  align-content: space-around;
}

.titleBar_module_alignContentInitial__1609e53c {
  align-content: initial;
}

.titleBar_module_alignContentInherit__1609e53c {
  align-content: inherit;
}

.titleBar_module_flexRow__1609e53c {
  flex-direction: row;
}

.titleBar_module_flexRowReverse__1609e53c {
  flex-direction: row-reverse;
}

.titleBar_module_flexColumn__1609e53c {
  flex-direction: column;
}

.titleBar_module_flexColumnReverse__1609e53c {
  flex-direction: column-reverse;
}

.titleBar_module_flexWrap__1609e53c {
  flex-wrap: wrap;
}

.titleBar_module_flexNowrap__1609e53c {
  flex-wrap: nowrap;
}

.titleBar_module_order1__1609e53c {
  order: 1;
}

.titleBar_module_order2__1609e53c {
  order: 2;
}

.titleBar_module_order3__1609e53c {
  order: 3;
}

.titleBar_module_order4__1609e53c {
  order: 4;
}

.titleBar_module_order5__1609e53c {
  order: 5;
}

.titleBar_module_order6__1609e53c {
  order: 6;
}

.titleBar_module_order7__1609e53c {
  order: 7;
}

.titleBar_module_order8__1609e53c {
  order: 8;
}

.titleBar_module_order9__1609e53c {
  order: 9;
}

.titleBar_module_order10__1609e53c {
  order: 10;
}

.titleBar_module_order11__1609e53c {
  order: 11;
}

.titleBar_module_order12__1609e53c {
  order: 12;
}

@media (min-width: 576px) {
  .titleBar_module_dSmNone__1609e53c {
    display: none !important;
  }
  .titleBar_module_dSmInline__1609e53c {
    display: inline !important;
  }
  .titleBar_module_dSmInlineBlock__1609e53c {
    display: inline-block !important;
  }
  .titleBar_module_dSmBlock__1609e53c {
    display: block !important;
  }
  .titleBar_module_dSmTable__1609e53c {
    display: table !important;
  }
  .titleBar_module_dSmTableRow__1609e53c {
    display: table-row !important;
  }
  .titleBar_module_dSmTableCell__1609e53c {
    display: table-cell !important;
  }
  .titleBar_module_dSmFlex__1609e53c {
    display: flex !important;
  }
  .titleBar_module_dSmInlineFlex__1609e53c {
    display: inline-flex !important;
  }
  .titleBar_module_justifyContentStartSm__1609e53c {
    justify-content: flex-start;
  }
  .titleBar_module_justifyContentEndSm__1609e53c {
    justify-content: flex-end;
  }
  .titleBar_module_justifyContentCenterSm__1609e53c {
    justify-content: center;
  }
  .titleBar_module_justifyContentBetweenSm__1609e53c {
    justify-content: space-between;
  }
  .titleBar_module_justifyContentAroundSm__1609e53c {
    justify-content: space-around;
  }
  .titleBar_module_justifyContentInitialSm__1609e53c {
    justify-content: initial;
  }
  .titleBar_module_justifyContentInheritSm__1609e53c {
    justify-content: inherit;
  }
  .titleBar_module_alignItemsStretchSm__1609e53c {
    align-items: stretch;
  }
  .titleBar_module_alignItemsCenterSm__1609e53c {
    align-items: center;
  }
  .titleBar_module_alignItemsStartSm__1609e53c {
    align-items: flex-start;
  }
  .titleBar_module_alignItemsEndSm__1609e53c {
    align-items: flex-end;
  }
  .titleBar_module_alignItemsBaseSm__1609e53c {
    align-items: baseline;
  }
  .titleBar_module_alignSelfAutoSm__1609e53c {
    align-self: auto;
  }
  .titleBar_module_alignSelfStretchSm__1609e53c {
    align-self: stretch;
  }
  .titleBar_module_alignSelfCenterSm__1609e53c {
    align-self: center;
  }
  .titleBar_module_alignSelfStartSm__1609e53c {
    align-self: flex-start;
  }
  .titleBar_module_alignSelfEndSm__1609e53c {
    align-self: flex-end;
  }
  .titleBar_module_alignSelfBaselineSm__1609e53c {
    align-self: baseline;
  }
  .titleBar_module_alignSelfInitialSm__1609e53c {
    align-self: initial;
  }
  .titleBar_module_alignSelfInheritSm__1609e53c {
    align-self: inherit;
  }
  .titleBar_module_alignContentStretchSm__1609e53c {
    align-content: stretch;
  }
  .titleBar_module_alignContentCenterSm__1609e53c {
    align-content: center;
  }
  .titleBar_module_alignContentStartSm__1609e53c {
    align-content: flex-start;
  }
  .titleBar_module_alignContentEndSm__1609e53c {
    align-content: flex-end;
  }
  .titleBar_module_alignContentBetweenSm__1609e53c {
    align-content: space-between;
  }
  .titleBar_module_alignContentAroundSm__1609e53c {
    align-content: space-around;
  }
  .titleBar_module_alignContentInitialSm__1609e53c {
    align-content: initial;
  }
  .titleBar_module_alignContentInheritSm__1609e53c {
    align-content: inherit;
  }
  .titleBar_module_flexRowSm__1609e53c {
    flex-direction: row;
  }
  .titleBar_module_flexRowReverseSm__1609e53c {
    flex-direction: row-reverse;
  }
  .titleBar_module_flexColumnSm__1609e53c {
    flex-direction: column;
  }
  .titleBar_module_flexColumnReverseSm__1609e53c {
    flex-direction: column-reverse;
  }
  .titleBar_module_flexWrapSm__1609e53c {
    flex-wrap: wrap;
  }
  .titleBar_module_flexNowrapSm__1609e53c {
    flex-wrap: nowrap;
  }
  .titleBar_module_order1Sm__1609e53c {
    order: 1;
  }
  .titleBar_module_order2Sm__1609e53c {
    order: 2;
  }
  .titleBar_module_order3Sm__1609e53c {
    order: 3;
  }
  .titleBar_module_order4Sm__1609e53c {
    order: 4;
  }
  .titleBar_module_order5Sm__1609e53c {
    order: 5;
  }
  .titleBar_module_order6Sm__1609e53c {
    order: 6;
  }
  .titleBar_module_order7Sm__1609e53c {
    order: 7;
  }
  .titleBar_module_order8Sm__1609e53c {
    order: 8;
  }
  .titleBar_module_order9Sm__1609e53c {
    order: 9;
  }
  .titleBar_module_order10Sm__1609e53c {
    order: 10;
  }
  .titleBar_module_order11Sm__1609e53c {
    order: 11;
  }
  .titleBar_module_order12Sm__1609e53c {
    order: 12;
  }
}
@media (min-width: 768px) {
  .titleBar_module_dMdNone__1609e53c {
    display: none !important;
  }
  .titleBar_module_dMdInline__1609e53c {
    display: inline !important;
  }
  .titleBar_module_dMdInlineBlock__1609e53c {
    display: inline-block !important;
  }
  .titleBar_module_dMdBlock__1609e53c {
    display: block !important;
  }
  .titleBar_module_dMdTable__1609e53c {
    display: table !important;
  }
  .titleBar_module_dMdTableRow__1609e53c {
    display: table-row !important;
  }
  .titleBar_module_dMdTableCell__1609e53c {
    display: table-cell !important;
  }
  .titleBar_module_dMdFlex__1609e53c {
    display: flex !important;
  }
  .titleBar_module_dMdInlineFlex__1609e53c {
    display: inline-flex !important;
  }
  .titleBar_module_justifyContentStartMd__1609e53c {
    justify-content: flex-start;
  }
  .titleBar_module_justifyContentEndMd__1609e53c {
    justify-content: flex-end;
  }
  .titleBar_module_justifyContentCenterMd__1609e53c {
    justify-content: center;
  }
  .titleBar_module_justifyContentBetweenMd__1609e53c {
    justify-content: space-between;
  }
  .titleBar_module_justifyContentAroundMd__1609e53c {
    justify-content: space-around;
  }
  .titleBar_module_justifyContentInitialMd__1609e53c {
    justify-content: initial;
  }
  .titleBar_module_justifyContentInheritMd__1609e53c {
    justify-content: inherit;
  }
  .titleBar_module_alignItemsStretchMd__1609e53c {
    align-items: stretch;
  }
  .titleBar_module_alignItemsCenterMd__1609e53c {
    align-items: center;
  }
  .titleBar_module_alignItemsStartMd__1609e53c {
    align-items: flex-start;
  }
  .titleBar_module_alignItemsEndMd__1609e53c {
    align-items: flex-end;
  }
  .titleBar_module_alignItemsBaseMd__1609e53c {
    align-items: baseline;
  }
  .titleBar_module_alignSelfAutoMd__1609e53c {
    align-self: auto;
  }
  .titleBar_module_alignSelfStretchMd__1609e53c {
    align-self: stretch;
  }
  .titleBar_module_alignSelfCenterMd__1609e53c {
    align-self: center;
  }
  .titleBar_module_alignSelfStartMd__1609e53c {
    align-self: flex-start;
  }
  .titleBar_module_alignSelfEndMd__1609e53c {
    align-self: flex-end;
  }
  .titleBar_module_alignSelfBaselineMd__1609e53c {
    align-self: baseline;
  }
  .titleBar_module_alignSelfInitialMd__1609e53c {
    align-self: initial;
  }
  .titleBar_module_alignSelfInheritMd__1609e53c {
    align-self: inherit;
  }
  .titleBar_module_alignContentStretchMd__1609e53c {
    align-content: stretch;
  }
  .titleBar_module_alignContentCenterMd__1609e53c {
    align-content: center;
  }
  .titleBar_module_alignContentStartMd__1609e53c {
    align-content: flex-start;
  }
  .titleBar_module_alignContentEndMd__1609e53c {
    align-content: flex-end;
  }
  .titleBar_module_alignContentBetweenMd__1609e53c {
    align-content: space-between;
  }
  .titleBar_module_alignContentAroundMd__1609e53c {
    align-content: space-around;
  }
  .titleBar_module_alignContentInitialMd__1609e53c {
    align-content: initial;
  }
  .titleBar_module_alignContentInheritMd__1609e53c {
    align-content: inherit;
  }
  .titleBar_module_flexRowMd__1609e53c {
    flex-direction: row;
  }
  .titleBar_module_flexRowReverseMd__1609e53c {
    flex-direction: row-reverse;
  }
  .titleBar_module_flexColumnMd__1609e53c {
    flex-direction: column;
  }
  .titleBar_module_flexColumnReverseMd__1609e53c {
    flex-direction: column-reverse;
  }
  .titleBar_module_flexWrapMd__1609e53c {
    flex-wrap: wrap;
  }
  .titleBar_module_flexNowrapMd__1609e53c {
    flex-wrap: nowrap;
  }
  .titleBar_module_order1Md__1609e53c {
    order: 1;
  }
  .titleBar_module_order2Md__1609e53c {
    order: 2;
  }
  .titleBar_module_order3Md__1609e53c {
    order: 3;
  }
  .titleBar_module_order4Md__1609e53c {
    order: 4;
  }
  .titleBar_module_order5Md__1609e53c {
    order: 5;
  }
  .titleBar_module_order6Md__1609e53c {
    order: 6;
  }
  .titleBar_module_order7Md__1609e53c {
    order: 7;
  }
  .titleBar_module_order8Md__1609e53c {
    order: 8;
  }
  .titleBar_module_order9Md__1609e53c {
    order: 9;
  }
  .titleBar_module_order10Md__1609e53c {
    order: 10;
  }
  .titleBar_module_order11Md__1609e53c {
    order: 11;
  }
  .titleBar_module_order12Md__1609e53c {
    order: 12;
  }
}
@media (min-width: 992px) {
  .titleBar_module_dLgNone__1609e53c {
    display: none !important;
  }
  .titleBar_module_dLgInline__1609e53c {
    display: inline !important;
  }
  .titleBar_module_dLgInlineBlock__1609e53c {
    display: inline-block !important;
  }
  .titleBar_module_dLgBlock__1609e53c {
    display: block !important;
  }
  .titleBar_module_dLgTable__1609e53c {
    display: table !important;
  }
  .titleBar_module_dLgTableRow__1609e53c {
    display: table-row !important;
  }
  .titleBar_module_dLgTableCell__1609e53c {
    display: table-cell !important;
  }
  .titleBar_module_dLgFlex__1609e53c {
    display: flex !important;
  }
  .titleBar_module_dLgInlineFlex__1609e53c {
    display: inline-flex !important;
  }
  .titleBar_module_justifyContentStartLg__1609e53c {
    justify-content: flex-start;
  }
  .titleBar_module_justifyContentEndLg__1609e53c {
    justify-content: flex-end;
  }
  .titleBar_module_justifyContentCenterLg__1609e53c {
    justify-content: center;
  }
  .titleBar_module_justifyContentBetweenLg__1609e53c {
    justify-content: space-between;
  }
  .titleBar_module_justifyContentAroundLg__1609e53c {
    justify-content: space-around;
  }
  .titleBar_module_justifyContentInitialLg__1609e53c {
    justify-content: initial;
  }
  .titleBar_module_justifyContentInheritLg__1609e53c {
    justify-content: inherit;
  }
  .titleBar_module_alignItemsStretchLg__1609e53c {
    align-items: stretch;
  }
  .titleBar_module_alignItemsCenterLg__1609e53c {
    align-items: center;
  }
  .titleBar_module_alignItemsStartLg__1609e53c {
    align-items: flex-start;
  }
  .titleBar_module_alignItemsEndLg__1609e53c {
    align-items: flex-end;
  }
  .titleBar_module_alignItemsBaseLg__1609e53c {
    align-items: baseline;
  }
  .titleBar_module_alignSelfAutoLg__1609e53c {
    align-self: auto;
  }
  .titleBar_module_alignSelfStretchLg__1609e53c {
    align-self: stretch;
  }
  .titleBar_module_alignSelfCenterLg__1609e53c {
    align-self: center;
  }
  .titleBar_module_alignSelfStartLg__1609e53c {
    align-self: flex-start;
  }
  .titleBar_module_alignSelfEndLg__1609e53c {
    align-self: flex-end;
  }
  .titleBar_module_alignSelfBaselineLg__1609e53c {
    align-self: baseline;
  }
  .titleBar_module_alignSelfInitialLg__1609e53c {
    align-self: initial;
  }
  .titleBar_module_alignSelfInheritLg__1609e53c {
    align-self: inherit;
  }
  .titleBar_module_alignContentStretchLg__1609e53c {
    align-content: stretch;
  }
  .titleBar_module_alignContentCenterLg__1609e53c {
    align-content: center;
  }
  .titleBar_module_alignContentStartLg__1609e53c {
    align-content: flex-start;
  }
  .titleBar_module_alignContentEndLg__1609e53c {
    align-content: flex-end;
  }
  .titleBar_module_alignContentBetweenLg__1609e53c {
    align-content: space-between;
  }
  .titleBar_module_alignContentAroundLg__1609e53c {
    align-content: space-around;
  }
  .titleBar_module_alignContentInitialLg__1609e53c {
    align-content: initial;
  }
  .titleBar_module_alignContentInheritLg__1609e53c {
    align-content: inherit;
  }
  .titleBar_module_flexRowLg__1609e53c {
    flex-direction: row;
  }
  .titleBar_module_flexRowReverseLg__1609e53c {
    flex-direction: row-reverse;
  }
  .titleBar_module_flexColumnLg__1609e53c {
    flex-direction: column;
  }
  .titleBar_module_flexColumnReverseLg__1609e53c {
    flex-direction: column-reverse;
  }
  .titleBar_module_flexWrapLg__1609e53c {
    flex-wrap: wrap;
  }
  .titleBar_module_flexNowrapLg__1609e53c {
    flex-wrap: nowrap;
  }
  .titleBar_module_order1Lg__1609e53c {
    order: 1;
  }
  .titleBar_module_order2Lg__1609e53c {
    order: 2;
  }
  .titleBar_module_order3Lg__1609e53c {
    order: 3;
  }
  .titleBar_module_order4Lg__1609e53c {
    order: 4;
  }
  .titleBar_module_order5Lg__1609e53c {
    order: 5;
  }
  .titleBar_module_order6Lg__1609e53c {
    order: 6;
  }
  .titleBar_module_order7Lg__1609e53c {
    order: 7;
  }
  .titleBar_module_order8Lg__1609e53c {
    order: 8;
  }
  .titleBar_module_order9Lg__1609e53c {
    order: 9;
  }
  .titleBar_module_order10Lg__1609e53c {
    order: 10;
  }
  .titleBar_module_order11Lg__1609e53c {
    order: 11;
  }
  .titleBar_module_order12Lg__1609e53c {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .titleBar_module_dXlNone__1609e53c {
    display: none !important;
  }
  .titleBar_module_dXlInline__1609e53c {
    display: inline !important;
  }
  .titleBar_module_dXlInlineBlock__1609e53c {
    display: inline-block !important;
  }
  .titleBar_module_dXlBlock__1609e53c {
    display: block !important;
  }
  .titleBar_module_dXlTable__1609e53c {
    display: table !important;
  }
  .titleBar_module_dXlTableRow__1609e53c {
    display: table-row !important;
  }
  .titleBar_module_dXlTableCell__1609e53c {
    display: table-cell !important;
  }
  .titleBar_module_dXlFlex__1609e53c {
    display: flex !important;
  }
  .titleBar_module_dXlInlineFlex__1609e53c {
    display: inline-flex !important;
  }
  .titleBar_module_justifyContentStartXl__1609e53c {
    justify-content: flex-start;
  }
  .titleBar_module_justifyContentEndXl__1609e53c {
    justify-content: flex-end;
  }
  .titleBar_module_justifyContentCenterXl__1609e53c {
    justify-content: center;
  }
  .titleBar_module_justifyContentBetweenXl__1609e53c {
    justify-content: space-between;
  }
  .titleBar_module_justifyContentAroundXl__1609e53c {
    justify-content: space-around;
  }
  .titleBar_module_justifyContentInitialXl__1609e53c {
    justify-content: initial;
  }
  .titleBar_module_justifyContentInheritXl__1609e53c {
    justify-content: inherit;
  }
  .titleBar_module_alignItemsStretchXl__1609e53c {
    align-items: stretch;
  }
  .titleBar_module_alignItemsCenterXl__1609e53c {
    align-items: center;
  }
  .titleBar_module_alignItemsStartXl__1609e53c {
    align-items: flex-start;
  }
  .titleBar_module_alignItemsEndXl__1609e53c {
    align-items: flex-end;
  }
  .titleBar_module_alignItemsBaseXl__1609e53c {
    align-items: baseline;
  }
  .titleBar_module_alignSelfAutoXl__1609e53c {
    align-self: auto;
  }
  .titleBar_module_alignSelfStretchXl__1609e53c {
    align-self: stretch;
  }
  .titleBar_module_alignSelfCenterXl__1609e53c {
    align-self: center;
  }
  .titleBar_module_alignSelfStartXl__1609e53c {
    align-self: flex-start;
  }
  .titleBar_module_alignSelfEndXl__1609e53c {
    align-self: flex-end;
  }
  .titleBar_module_alignSelfBaselineXl__1609e53c {
    align-self: baseline;
  }
  .titleBar_module_alignSelfInitialXl__1609e53c {
    align-self: initial;
  }
  .titleBar_module_alignSelfInheritXl__1609e53c {
    align-self: inherit;
  }
  .titleBar_module_alignContentStretchXl__1609e53c {
    align-content: stretch;
  }
  .titleBar_module_alignContentCenterXl__1609e53c {
    align-content: center;
  }
  .titleBar_module_alignContentStartXl__1609e53c {
    align-content: flex-start;
  }
  .titleBar_module_alignContentEndXl__1609e53c {
    align-content: flex-end;
  }
  .titleBar_module_alignContentBetweenXl__1609e53c {
    align-content: space-between;
  }
  .titleBar_module_alignContentAroundXl__1609e53c {
    align-content: space-around;
  }
  .titleBar_module_alignContentInitialXl__1609e53c {
    align-content: initial;
  }
  .titleBar_module_alignContentInheritXl__1609e53c {
    align-content: inherit;
  }
  .titleBar_module_flexRowXl__1609e53c {
    flex-direction: row;
  }
  .titleBar_module_flexRowReverseXl__1609e53c {
    flex-direction: row-reverse;
  }
  .titleBar_module_flexColumnXl__1609e53c {
    flex-direction: column;
  }
  .titleBar_module_flexColumnReverseXl__1609e53c {
    flex-direction: column-reverse;
  }
  .titleBar_module_flexWrapXl__1609e53c {
    flex-wrap: wrap;
  }
  .titleBar_module_flexNowrapXl__1609e53c {
    flex-wrap: nowrap;
  }
  .titleBar_module_order1Xl__1609e53c {
    order: 1;
  }
  .titleBar_module_order2Xl__1609e53c {
    order: 2;
  }
  .titleBar_module_order3Xl__1609e53c {
    order: 3;
  }
  .titleBar_module_order4Xl__1609e53c {
    order: 4;
  }
  .titleBar_module_order5Xl__1609e53c {
    order: 5;
  }
  .titleBar_module_order6Xl__1609e53c {
    order: 6;
  }
  .titleBar_module_order7Xl__1609e53c {
    order: 7;
  }
  .titleBar_module_order8Xl__1609e53c {
    order: 8;
  }
  .titleBar_module_order9Xl__1609e53c {
    order: 9;
  }
  .titleBar_module_order10Xl__1609e53c {
    order: 10;
  }
  .titleBar_module_order11Xl__1609e53c {
    order: 11;
  }
  .titleBar_module_order12Xl__1609e53c {
    order: 12;
  }
}
.titleBar_module_titleBar__1609e53c {
  display: flex;
  justify-content: space-between;
  min-height: 60px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 12px 12px 0px 0px;
}
.titleBar_module_titleBar__1609e53c:after, .titleBar_module_titleBar__1609e53c::before {
  display: none;
}
.titleBar_module_titleBar__left__1609e53c {
  display: flex;
  align-items: center;
}
.titleBar_module_titleBar__left__1609e53c:after, .titleBar_module_titleBar__left__1609e53c::before {
  display: none;
}
.titleBar_module_titleBar__right__1609e53c {
  display: flex;
  align-items: center;
}
.titleBar_module_titleBar__right__1609e53c:after, .titleBar_module_titleBar__right__1609e53c::before {
  display: none;
}
.titleBar_module_titleBar__title__1609e53c {
  align-items: center;
  margin-left: 0.25rem;
}
.titleBar_module_titleBar__feed__1609e53c {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
  align-self: center;
}
.titleBar_module_titleBar__feed_Count__1609e53c {
  margin: 0 3px;
}
.titleBar_module_titleBar__1609e53c .titleBar_module_pills__1609e53c {
  margin-left: 15px;
}.pill_module_dNone__1dde861d {
  display: none !important;
}

.pill_module_dInline__1dde861d {
  display: inline !important;
}

.pill_module_dInlineBlock__1dde861d {
  display: inline-block !important;
}

.pill_module_dBlock__1dde861d {
  display: block !important;
}

.pill_module_dTable__1dde861d {
  display: table !important;
}

.pill_module_dTableRow__1dde861d {
  display: table-row !important;
}

.pill_module_dTableCell__1dde861d {
  display: table-cell !important;
}

.pill_module_dFlex__1dde861d {
  display: flex !important;
}

.pill_module_dInlineFlex__1dde861d {
  display: inline-flex !important;
}

.pill_module_justifyContentStart__1dde861d {
  justify-content: flex-start;
}

.pill_module_justifyContentEnd__1dde861d {
  justify-content: flex-end;
}

.pill_module_justifyContentCenter__1dde861d {
  justify-content: center;
}

.pill_module_justifyContentBetween__1dde861d {
  justify-content: space-between;
}

.pill_module_justifyContentAround__1dde861d {
  justify-content: space-around;
}

.pill_module_justifyContentInitial__1dde861d {
  justify-content: initial;
}

.pill_module_justifyContentInherit__1dde861d {
  justify-content: inherit;
}

.pill_module_alignItemsStretch__1dde861d {
  align-items: stretch;
}

.pill_module_alignItemsCenter__1dde861d {
  align-items: center;
}

.pill_module_alignItemsStart__1dde861d {
  align-items: flex-start;
}

.pill_module_alignItemsEnd__1dde861d {
  align-items: flex-end;
}

.pill_module_alignItemsBase__1dde861d {
  align-items: baseline;
}

.pill_module_alignSelfAuto__1dde861d {
  align-self: auto;
}

.pill_module_alignSelfStretch__1dde861d {
  align-self: stretch;
}

.pill_module_alignSelfCenter__1dde861d {
  align-self: center;
}

.pill_module_alignSelfStart__1dde861d {
  align-self: flex-start;
}

.pill_module_alignSelfEnd__1dde861d {
  align-self: flex-end;
}

.pill_module_alignSelfBaseline__1dde861d {
  align-self: baseline;
}

.pill_module_alignSelfInitial__1dde861d {
  align-self: initial;
}

.pill_module_alignSelfInherit__1dde861d {
  align-self: inherit;
}

.pill_module_alignContentStretch__1dde861d {
  align-content: stretch;
}

.pill_module_alignContentCenter__1dde861d {
  align-content: center;
}

.pill_module_alignContentStart__1dde861d {
  align-content: flex-start;
}

.pill_module_alignContentEnd__1dde861d {
  align-content: flex-end;
}

.pill_module_alignContentBetween__1dde861d {
  align-content: space-between;
}

.pill_module_alignContentAround__1dde861d {
  align-content: space-around;
}

.pill_module_alignContentInitial__1dde861d {
  align-content: initial;
}

.pill_module_alignContentInherit__1dde861d {
  align-content: inherit;
}

.pill_module_flexRow__1dde861d {
  flex-direction: row;
}

.pill_module_flexRowReverse__1dde861d {
  flex-direction: row-reverse;
}

.pill_module_flexColumn__1dde861d {
  flex-direction: column;
}

.pill_module_flexColumnReverse__1dde861d {
  flex-direction: column-reverse;
}

.pill_module_flexWrap__1dde861d {
  flex-wrap: wrap;
}

.pill_module_flexNowrap__1dde861d {
  flex-wrap: nowrap;
}

.pill_module_order1__1dde861d {
  order: 1;
}

.pill_module_order2__1dde861d {
  order: 2;
}

.pill_module_order3__1dde861d {
  order: 3;
}

.pill_module_order4__1dde861d {
  order: 4;
}

.pill_module_order5__1dde861d {
  order: 5;
}

.pill_module_order6__1dde861d {
  order: 6;
}

.pill_module_order7__1dde861d {
  order: 7;
}

.pill_module_order8__1dde861d {
  order: 8;
}

.pill_module_order9__1dde861d {
  order: 9;
}

.pill_module_order10__1dde861d {
  order: 10;
}

.pill_module_order11__1dde861d {
  order: 11;
}

.pill_module_order12__1dde861d {
  order: 12;
}

@media (min-width: 576px) {
  .pill_module_dSmNone__1dde861d {
    display: none !important;
  }
  .pill_module_dSmInline__1dde861d {
    display: inline !important;
  }
  .pill_module_dSmInlineBlock__1dde861d {
    display: inline-block !important;
  }
  .pill_module_dSmBlock__1dde861d {
    display: block !important;
  }
  .pill_module_dSmTable__1dde861d {
    display: table !important;
  }
  .pill_module_dSmTableRow__1dde861d {
    display: table-row !important;
  }
  .pill_module_dSmTableCell__1dde861d {
    display: table-cell !important;
  }
  .pill_module_dSmFlex__1dde861d {
    display: flex !important;
  }
  .pill_module_dSmInlineFlex__1dde861d {
    display: inline-flex !important;
  }
  .pill_module_justifyContentStartSm__1dde861d {
    justify-content: flex-start;
  }
  .pill_module_justifyContentEndSm__1dde861d {
    justify-content: flex-end;
  }
  .pill_module_justifyContentCenterSm__1dde861d {
    justify-content: center;
  }
  .pill_module_justifyContentBetweenSm__1dde861d {
    justify-content: space-between;
  }
  .pill_module_justifyContentAroundSm__1dde861d {
    justify-content: space-around;
  }
  .pill_module_justifyContentInitialSm__1dde861d {
    justify-content: initial;
  }
  .pill_module_justifyContentInheritSm__1dde861d {
    justify-content: inherit;
  }
  .pill_module_alignItemsStretchSm__1dde861d {
    align-items: stretch;
  }
  .pill_module_alignItemsCenterSm__1dde861d {
    align-items: center;
  }
  .pill_module_alignItemsStartSm__1dde861d {
    align-items: flex-start;
  }
  .pill_module_alignItemsEndSm__1dde861d {
    align-items: flex-end;
  }
  .pill_module_alignItemsBaseSm__1dde861d {
    align-items: baseline;
  }
  .pill_module_alignSelfAutoSm__1dde861d {
    align-self: auto;
  }
  .pill_module_alignSelfStretchSm__1dde861d {
    align-self: stretch;
  }
  .pill_module_alignSelfCenterSm__1dde861d {
    align-self: center;
  }
  .pill_module_alignSelfStartSm__1dde861d {
    align-self: flex-start;
  }
  .pill_module_alignSelfEndSm__1dde861d {
    align-self: flex-end;
  }
  .pill_module_alignSelfBaselineSm__1dde861d {
    align-self: baseline;
  }
  .pill_module_alignSelfInitialSm__1dde861d {
    align-self: initial;
  }
  .pill_module_alignSelfInheritSm__1dde861d {
    align-self: inherit;
  }
  .pill_module_alignContentStretchSm__1dde861d {
    align-content: stretch;
  }
  .pill_module_alignContentCenterSm__1dde861d {
    align-content: center;
  }
  .pill_module_alignContentStartSm__1dde861d {
    align-content: flex-start;
  }
  .pill_module_alignContentEndSm__1dde861d {
    align-content: flex-end;
  }
  .pill_module_alignContentBetweenSm__1dde861d {
    align-content: space-between;
  }
  .pill_module_alignContentAroundSm__1dde861d {
    align-content: space-around;
  }
  .pill_module_alignContentInitialSm__1dde861d {
    align-content: initial;
  }
  .pill_module_alignContentInheritSm__1dde861d {
    align-content: inherit;
  }
  .pill_module_flexRowSm__1dde861d {
    flex-direction: row;
  }
  .pill_module_flexRowReverseSm__1dde861d {
    flex-direction: row-reverse;
  }
  .pill_module_flexColumnSm__1dde861d {
    flex-direction: column;
  }
  .pill_module_flexColumnReverseSm__1dde861d {
    flex-direction: column-reverse;
  }
  .pill_module_flexWrapSm__1dde861d {
    flex-wrap: wrap;
  }
  .pill_module_flexNowrapSm__1dde861d {
    flex-wrap: nowrap;
  }
  .pill_module_order1Sm__1dde861d {
    order: 1;
  }
  .pill_module_order2Sm__1dde861d {
    order: 2;
  }
  .pill_module_order3Sm__1dde861d {
    order: 3;
  }
  .pill_module_order4Sm__1dde861d {
    order: 4;
  }
  .pill_module_order5Sm__1dde861d {
    order: 5;
  }
  .pill_module_order6Sm__1dde861d {
    order: 6;
  }
  .pill_module_order7Sm__1dde861d {
    order: 7;
  }
  .pill_module_order8Sm__1dde861d {
    order: 8;
  }
  .pill_module_order9Sm__1dde861d {
    order: 9;
  }
  .pill_module_order10Sm__1dde861d {
    order: 10;
  }
  .pill_module_order11Sm__1dde861d {
    order: 11;
  }
  .pill_module_order12Sm__1dde861d {
    order: 12;
  }
}
@media (min-width: 768px) {
  .pill_module_dMdNone__1dde861d {
    display: none !important;
  }
  .pill_module_dMdInline__1dde861d {
    display: inline !important;
  }
  .pill_module_dMdInlineBlock__1dde861d {
    display: inline-block !important;
  }
  .pill_module_dMdBlock__1dde861d {
    display: block !important;
  }
  .pill_module_dMdTable__1dde861d {
    display: table !important;
  }
  .pill_module_dMdTableRow__1dde861d {
    display: table-row !important;
  }
  .pill_module_dMdTableCell__1dde861d {
    display: table-cell !important;
  }
  .pill_module_dMdFlex__1dde861d {
    display: flex !important;
  }
  .pill_module_dMdInlineFlex__1dde861d {
    display: inline-flex !important;
  }
  .pill_module_justifyContentStartMd__1dde861d {
    justify-content: flex-start;
  }
  .pill_module_justifyContentEndMd__1dde861d {
    justify-content: flex-end;
  }
  .pill_module_justifyContentCenterMd__1dde861d {
    justify-content: center;
  }
  .pill_module_justifyContentBetweenMd__1dde861d {
    justify-content: space-between;
  }
  .pill_module_justifyContentAroundMd__1dde861d {
    justify-content: space-around;
  }
  .pill_module_justifyContentInitialMd__1dde861d {
    justify-content: initial;
  }
  .pill_module_justifyContentInheritMd__1dde861d {
    justify-content: inherit;
  }
  .pill_module_alignItemsStretchMd__1dde861d {
    align-items: stretch;
  }
  .pill_module_alignItemsCenterMd__1dde861d {
    align-items: center;
  }
  .pill_module_alignItemsStartMd__1dde861d {
    align-items: flex-start;
  }
  .pill_module_alignItemsEndMd__1dde861d {
    align-items: flex-end;
  }
  .pill_module_alignItemsBaseMd__1dde861d {
    align-items: baseline;
  }
  .pill_module_alignSelfAutoMd__1dde861d {
    align-self: auto;
  }
  .pill_module_alignSelfStretchMd__1dde861d {
    align-self: stretch;
  }
  .pill_module_alignSelfCenterMd__1dde861d {
    align-self: center;
  }
  .pill_module_alignSelfStartMd__1dde861d {
    align-self: flex-start;
  }
  .pill_module_alignSelfEndMd__1dde861d {
    align-self: flex-end;
  }
  .pill_module_alignSelfBaselineMd__1dde861d {
    align-self: baseline;
  }
  .pill_module_alignSelfInitialMd__1dde861d {
    align-self: initial;
  }
  .pill_module_alignSelfInheritMd__1dde861d {
    align-self: inherit;
  }
  .pill_module_alignContentStretchMd__1dde861d {
    align-content: stretch;
  }
  .pill_module_alignContentCenterMd__1dde861d {
    align-content: center;
  }
  .pill_module_alignContentStartMd__1dde861d {
    align-content: flex-start;
  }
  .pill_module_alignContentEndMd__1dde861d {
    align-content: flex-end;
  }
  .pill_module_alignContentBetweenMd__1dde861d {
    align-content: space-between;
  }
  .pill_module_alignContentAroundMd__1dde861d {
    align-content: space-around;
  }
  .pill_module_alignContentInitialMd__1dde861d {
    align-content: initial;
  }
  .pill_module_alignContentInheritMd__1dde861d {
    align-content: inherit;
  }
  .pill_module_flexRowMd__1dde861d {
    flex-direction: row;
  }
  .pill_module_flexRowReverseMd__1dde861d {
    flex-direction: row-reverse;
  }
  .pill_module_flexColumnMd__1dde861d {
    flex-direction: column;
  }
  .pill_module_flexColumnReverseMd__1dde861d {
    flex-direction: column-reverse;
  }
  .pill_module_flexWrapMd__1dde861d {
    flex-wrap: wrap;
  }
  .pill_module_flexNowrapMd__1dde861d {
    flex-wrap: nowrap;
  }
  .pill_module_order1Md__1dde861d {
    order: 1;
  }
  .pill_module_order2Md__1dde861d {
    order: 2;
  }
  .pill_module_order3Md__1dde861d {
    order: 3;
  }
  .pill_module_order4Md__1dde861d {
    order: 4;
  }
  .pill_module_order5Md__1dde861d {
    order: 5;
  }
  .pill_module_order6Md__1dde861d {
    order: 6;
  }
  .pill_module_order7Md__1dde861d {
    order: 7;
  }
  .pill_module_order8Md__1dde861d {
    order: 8;
  }
  .pill_module_order9Md__1dde861d {
    order: 9;
  }
  .pill_module_order10Md__1dde861d {
    order: 10;
  }
  .pill_module_order11Md__1dde861d {
    order: 11;
  }
  .pill_module_order12Md__1dde861d {
    order: 12;
  }
}
@media (min-width: 992px) {
  .pill_module_dLgNone__1dde861d {
    display: none !important;
  }
  .pill_module_dLgInline__1dde861d {
    display: inline !important;
  }
  .pill_module_dLgInlineBlock__1dde861d {
    display: inline-block !important;
  }
  .pill_module_dLgBlock__1dde861d {
    display: block !important;
  }
  .pill_module_dLgTable__1dde861d {
    display: table !important;
  }
  .pill_module_dLgTableRow__1dde861d {
    display: table-row !important;
  }
  .pill_module_dLgTableCell__1dde861d {
    display: table-cell !important;
  }
  .pill_module_dLgFlex__1dde861d {
    display: flex !important;
  }
  .pill_module_dLgInlineFlex__1dde861d {
    display: inline-flex !important;
  }
  .pill_module_justifyContentStartLg__1dde861d {
    justify-content: flex-start;
  }
  .pill_module_justifyContentEndLg__1dde861d {
    justify-content: flex-end;
  }
  .pill_module_justifyContentCenterLg__1dde861d {
    justify-content: center;
  }
  .pill_module_justifyContentBetweenLg__1dde861d {
    justify-content: space-between;
  }
  .pill_module_justifyContentAroundLg__1dde861d {
    justify-content: space-around;
  }
  .pill_module_justifyContentInitialLg__1dde861d {
    justify-content: initial;
  }
  .pill_module_justifyContentInheritLg__1dde861d {
    justify-content: inherit;
  }
  .pill_module_alignItemsStretchLg__1dde861d {
    align-items: stretch;
  }
  .pill_module_alignItemsCenterLg__1dde861d {
    align-items: center;
  }
  .pill_module_alignItemsStartLg__1dde861d {
    align-items: flex-start;
  }
  .pill_module_alignItemsEndLg__1dde861d {
    align-items: flex-end;
  }
  .pill_module_alignItemsBaseLg__1dde861d {
    align-items: baseline;
  }
  .pill_module_alignSelfAutoLg__1dde861d {
    align-self: auto;
  }
  .pill_module_alignSelfStretchLg__1dde861d {
    align-self: stretch;
  }
  .pill_module_alignSelfCenterLg__1dde861d {
    align-self: center;
  }
  .pill_module_alignSelfStartLg__1dde861d {
    align-self: flex-start;
  }
  .pill_module_alignSelfEndLg__1dde861d {
    align-self: flex-end;
  }
  .pill_module_alignSelfBaselineLg__1dde861d {
    align-self: baseline;
  }
  .pill_module_alignSelfInitialLg__1dde861d {
    align-self: initial;
  }
  .pill_module_alignSelfInheritLg__1dde861d {
    align-self: inherit;
  }
  .pill_module_alignContentStretchLg__1dde861d {
    align-content: stretch;
  }
  .pill_module_alignContentCenterLg__1dde861d {
    align-content: center;
  }
  .pill_module_alignContentStartLg__1dde861d {
    align-content: flex-start;
  }
  .pill_module_alignContentEndLg__1dde861d {
    align-content: flex-end;
  }
  .pill_module_alignContentBetweenLg__1dde861d {
    align-content: space-between;
  }
  .pill_module_alignContentAroundLg__1dde861d {
    align-content: space-around;
  }
  .pill_module_alignContentInitialLg__1dde861d {
    align-content: initial;
  }
  .pill_module_alignContentInheritLg__1dde861d {
    align-content: inherit;
  }
  .pill_module_flexRowLg__1dde861d {
    flex-direction: row;
  }
  .pill_module_flexRowReverseLg__1dde861d {
    flex-direction: row-reverse;
  }
  .pill_module_flexColumnLg__1dde861d {
    flex-direction: column;
  }
  .pill_module_flexColumnReverseLg__1dde861d {
    flex-direction: column-reverse;
  }
  .pill_module_flexWrapLg__1dde861d {
    flex-wrap: wrap;
  }
  .pill_module_flexNowrapLg__1dde861d {
    flex-wrap: nowrap;
  }
  .pill_module_order1Lg__1dde861d {
    order: 1;
  }
  .pill_module_order2Lg__1dde861d {
    order: 2;
  }
  .pill_module_order3Lg__1dde861d {
    order: 3;
  }
  .pill_module_order4Lg__1dde861d {
    order: 4;
  }
  .pill_module_order5Lg__1dde861d {
    order: 5;
  }
  .pill_module_order6Lg__1dde861d {
    order: 6;
  }
  .pill_module_order7Lg__1dde861d {
    order: 7;
  }
  .pill_module_order8Lg__1dde861d {
    order: 8;
  }
  .pill_module_order9Lg__1dde861d {
    order: 9;
  }
  .pill_module_order10Lg__1dde861d {
    order: 10;
  }
  .pill_module_order11Lg__1dde861d {
    order: 11;
  }
  .pill_module_order12Lg__1dde861d {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .pill_module_dXlNone__1dde861d {
    display: none !important;
  }
  .pill_module_dXlInline__1dde861d {
    display: inline !important;
  }
  .pill_module_dXlInlineBlock__1dde861d {
    display: inline-block !important;
  }
  .pill_module_dXlBlock__1dde861d {
    display: block !important;
  }
  .pill_module_dXlTable__1dde861d {
    display: table !important;
  }
  .pill_module_dXlTableRow__1dde861d {
    display: table-row !important;
  }
  .pill_module_dXlTableCell__1dde861d {
    display: table-cell !important;
  }
  .pill_module_dXlFlex__1dde861d {
    display: flex !important;
  }
  .pill_module_dXlInlineFlex__1dde861d {
    display: inline-flex !important;
  }
  .pill_module_justifyContentStartXl__1dde861d {
    justify-content: flex-start;
  }
  .pill_module_justifyContentEndXl__1dde861d {
    justify-content: flex-end;
  }
  .pill_module_justifyContentCenterXl__1dde861d {
    justify-content: center;
  }
  .pill_module_justifyContentBetweenXl__1dde861d {
    justify-content: space-between;
  }
  .pill_module_justifyContentAroundXl__1dde861d {
    justify-content: space-around;
  }
  .pill_module_justifyContentInitialXl__1dde861d {
    justify-content: initial;
  }
  .pill_module_justifyContentInheritXl__1dde861d {
    justify-content: inherit;
  }
  .pill_module_alignItemsStretchXl__1dde861d {
    align-items: stretch;
  }
  .pill_module_alignItemsCenterXl__1dde861d {
    align-items: center;
  }
  .pill_module_alignItemsStartXl__1dde861d {
    align-items: flex-start;
  }
  .pill_module_alignItemsEndXl__1dde861d {
    align-items: flex-end;
  }
  .pill_module_alignItemsBaseXl__1dde861d {
    align-items: baseline;
  }
  .pill_module_alignSelfAutoXl__1dde861d {
    align-self: auto;
  }
  .pill_module_alignSelfStretchXl__1dde861d {
    align-self: stretch;
  }
  .pill_module_alignSelfCenterXl__1dde861d {
    align-self: center;
  }
  .pill_module_alignSelfStartXl__1dde861d {
    align-self: flex-start;
  }
  .pill_module_alignSelfEndXl__1dde861d {
    align-self: flex-end;
  }
  .pill_module_alignSelfBaselineXl__1dde861d {
    align-self: baseline;
  }
  .pill_module_alignSelfInitialXl__1dde861d {
    align-self: initial;
  }
  .pill_module_alignSelfInheritXl__1dde861d {
    align-self: inherit;
  }
  .pill_module_alignContentStretchXl__1dde861d {
    align-content: stretch;
  }
  .pill_module_alignContentCenterXl__1dde861d {
    align-content: center;
  }
  .pill_module_alignContentStartXl__1dde861d {
    align-content: flex-start;
  }
  .pill_module_alignContentEndXl__1dde861d {
    align-content: flex-end;
  }
  .pill_module_alignContentBetweenXl__1dde861d {
    align-content: space-between;
  }
  .pill_module_alignContentAroundXl__1dde861d {
    align-content: space-around;
  }
  .pill_module_alignContentInitialXl__1dde861d {
    align-content: initial;
  }
  .pill_module_alignContentInheritXl__1dde861d {
    align-content: inherit;
  }
  .pill_module_flexRowXl__1dde861d {
    flex-direction: row;
  }
  .pill_module_flexRowReverseXl__1dde861d {
    flex-direction: row-reverse;
  }
  .pill_module_flexColumnXl__1dde861d {
    flex-direction: column;
  }
  .pill_module_flexColumnReverseXl__1dde861d {
    flex-direction: column-reverse;
  }
  .pill_module_flexWrapXl__1dde861d {
    flex-wrap: wrap;
  }
  .pill_module_flexNowrapXl__1dde861d {
    flex-wrap: nowrap;
  }
  .pill_module_order1Xl__1dde861d {
    order: 1;
  }
  .pill_module_order2Xl__1dde861d {
    order: 2;
  }
  .pill_module_order3Xl__1dde861d {
    order: 3;
  }
  .pill_module_order4Xl__1dde861d {
    order: 4;
  }
  .pill_module_order5Xl__1dde861d {
    order: 5;
  }
  .pill_module_order6Xl__1dde861d {
    order: 6;
  }
  .pill_module_order7Xl__1dde861d {
    order: 7;
  }
  .pill_module_order8Xl__1dde861d {
    order: 8;
  }
  .pill_module_order9Xl__1dde861d {
    order: 9;
  }
  .pill_module_order10Xl__1dde861d {
    order: 10;
  }
  .pill_module_order11Xl__1dde861d {
    order: 11;
  }
  .pill_module_order12Xl__1dde861d {
    order: 12;
  }
}
.pill_module_pill__1dde861d {
  padding: 0.25rem 0.5rem;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
}
.pill_module_pill__bulb__1dde861d {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 0.25rem;
}
.pill_module_pill__bulb_Red__1dde861d {
  background-color: #ef5350;
}
.pill_module_pill__bulb_Green__1dde861d {
  background-color: #66bb6a;
}
.pill_module_pill__bulb_Yellow__1dde861d {
  background-color: #ffca28;
}
.pill_module_pill_Large__1dde861d {
  font-size: 0.875rem;
}
.pill_module_pill_Smaller__1dde861d {
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  font-size: 0.625rem;
}
.pill_module_pill_StatusRed__1dde861d {
  background-color: rgba(239, 83, 80, 0.1);
  color: #77504F;
}
.pill_module_pill_StatusGreen__1dde861d {
  background-color: rgba(102, 187, 106, 0.1);
  color: #4caf50;
}
.pill_module_pill_StatusYellow__1dde861d {
  background-color: rgba(255, 202, 40, 0.1);
  color: #957821;
}
.pill_module_pill_Navigation__1dde861d {
  font-weight: 400;
  transition: all 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
}
.pill_module_pill_Navigation__1dde861d:hover {
  background-color: #f4f7f9;
  color: #999999;
}
.pill_module_pill_Navigation_Active__1dde861d {
  color: #29b6f6;
  font-weight: 600;
  background-color: #f4f7f9;
}
.pill_module_pill_Navigation_Active__1dde861d:hover {
  background-color: #e4ebf0;
  color: #2196f3;
}

.pill_module_filterPill__1dde861d {
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  color: #737373;
  border-radius: 50rem;
  font-size: 0.75rem;
  background-color: #f6f6f6;
  font-weight: 600;
  padding: 0.25rem 0;
  margin: 0px 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
}
.pill_module_filterPill__1dde861d:first-child {
  margin-left: 0px;
}
.pill_module_filterPill__1dde861d:last-child {
  margin-right: 0px;
}
.pill_module_filterPill__label__1dde861d {
  padding-left: 8px;
}
.pill_module_filterPill__bulb__1dde861d {
  width: auto;
  min-width: 16px;
  height: 16px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  padding: 2px 4px;
  justify-content: center;
  color: #737373;
  margin: 0 0.25rem;
  background-color: #ffffff;
  line-height: 1;
  text-align: center;
}
.pill_module_filterPill__bulb__1dde861d:after, .pill_module_filterPill__bulb__1dde861d::before {
  display: none;
}
.pill_module_filterPill__bulb_Red__1dde861d {
  color: #ffffff;
  background-color: #f44336;
}
.pill_module_filterPill__bulb_Green__1dde861d {
  color: #ffffff;
  background-color: #4caf50;
}
.pill_module_filterPill__bulb_Yellow__1dde861d {
  color: #515151;
  background-color: #ffc107;
}
.pill_module_filterPill__bulb_Blue__1dde861d {
  color: #ffffff;
  background-color: #2196f3;
}
.pill_module_filterPill__bulb_Grey__1dde861d {
  color: #ffffff;
  background-color: #737373;
}
.pill_module_filterPill_Active__1dde861d {
  color: #ffffff;
  background-color: #2196f3;
}
.pill_module_filterPill_Small__1dde861d {
  padding: 2.5px 0.5rem;
  font-size: 0.625rem;
}
.pill_module_filterPill_ColorGreen__1dde861d {
  color: #515151;
  background-color: #ffffff;
  border-color: #4caf50;
}
.pill_module_filterPill_ColorGreen__1dde861d:hover, .pill_module_filterPill_ColorGreen__1dde861d.pill_module_filterPill_Active__1dde861d {
  color: #ffffff;
  background-color: #4caf50;
}
.pill_module_filterPill_ColorGreen__1dde861d:hover .pill_module_filterPill__bulb__1dde861d, .pill_module_filterPill_ColorGreen__1dde861d.pill_module_filterPill_Active__1dde861d .pill_module_filterPill__bulb__1dde861d {
  color: #737373;
  background-color: #ffffff;
}
.pill_module_filterPill_ColorYellow__1dde861d {
  color: #515151;
  background-color: #ffffff;
  border-color: #ffc107;
}
.pill_module_filterPill_ColorYellow__1dde861d:hover, .pill_module_filterPill_ColorYellow__1dde861d.pill_module_filterPill_Active__1dde861d {
  background-color: #ffc107;
}
.pill_module_filterPill_ColorYellow__1dde861d:hover .pill_module_filterPill__bulb__1dde861d, .pill_module_filterPill_ColorYellow__1dde861d.pill_module_filterPill_Active__1dde861d .pill_module_filterPill__bulb__1dde861d {
  color: #737373;
  background-color: #ffffff;
}
.pill_module_filterPill_ColorRed__1dde861d {
  color: #515151;
  background-color: #ffffff;
  border-color: #f44336;
}
.pill_module_filterPill_ColorRed__1dde861d:hover, .pill_module_filterPill_ColorRed__1dde861d.pill_module_filterPill_Active__1dde861d {
  color: #ffffff;
  background-color: #f44336;
}
.pill_module_filterPill_ColorRed__1dde861d:hover .pill_module_filterPill__bulb__1dde861d, .pill_module_filterPill_ColorRed__1dde861d.pill_module_filterPill_Active__1dde861d .pill_module_filterPill__bulb__1dde861d {
  color: #737373;
  background-color: #ffffff;
}
.pill_module_filterPill_ColorBlue__1dde861d {
  color: #515151;
  background-color: #ffffff;
  border-color: #2196f3;
}
.pill_module_filterPill_ColorBlue__1dde861d:hover, .pill_module_filterPill_ColorBlue__1dde861d.pill_module_filterPill_Active__1dde861d {
  color: #ffffff;
  background-color: #2196f3;
}
.pill_module_filterPill_ColorBlue__1dde861d:hover .pill_module_filterPill__bulb__1dde861d, .pill_module_filterPill_ColorBlue__1dde861d.pill_module_filterPill_Active__1dde861d .pill_module_filterPill__bulb__1dde861d {
  color: #737373;
  background-color: #ffffff;
}
.pill_module_filterPill_ColorGrey__1dde861d {
  color: #737373;
  background-color: #ffffff;
  border-color: #737373;
}
.pill_module_filterPill_ColorGrey__1dde861d:hover, .pill_module_filterPill_ColorGrey__1dde861d.pill_module_filterPill_Active__1dde861d {
  border-color: #f6f6f6;
  color: #ffffff;
  background-color: #737373;
}
.pill_module_filterPill_ColorGrey__1dde861d:hover .pill_module_filterPill__bulb__1dde861d, .pill_module_filterPill_ColorGrey__1dde861d.pill_module_filterPill_Active__1dde861d .pill_module_filterPill__bulb__1dde861d {
  color: #737373;
  background-color: #ffffff;
}.empty_module_dNone__6c9d7a84 {
  display: none !important;
}

.empty_module_dInline__6c9d7a84 {
  display: inline !important;
}

.empty_module_dInlineBlock__6c9d7a84 {
  display: inline-block !important;
}

.empty_module_dBlock__6c9d7a84 {
  display: block !important;
}

.empty_module_dTable__6c9d7a84 {
  display: table !important;
}

.empty_module_dTableRow__6c9d7a84 {
  display: table-row !important;
}

.empty_module_dTableCell__6c9d7a84 {
  display: table-cell !important;
}

.empty_module_dFlex__6c9d7a84 {
  display: flex !important;
}

.empty_module_dInlineFlex__6c9d7a84 {
  display: inline-flex !important;
}

.empty_module_justifyContentStart__6c9d7a84 {
  justify-content: flex-start;
}

.empty_module_justifyContentEnd__6c9d7a84 {
  justify-content: flex-end;
}

.empty_module_justifyContentCenter__6c9d7a84 {
  justify-content: center;
}

.empty_module_justifyContentBetween__6c9d7a84 {
  justify-content: space-between;
}

.empty_module_justifyContentAround__6c9d7a84 {
  justify-content: space-around;
}

.empty_module_justifyContentInitial__6c9d7a84 {
  justify-content: initial;
}

.empty_module_justifyContentInherit__6c9d7a84 {
  justify-content: inherit;
}

.empty_module_alignItemsStretch__6c9d7a84 {
  align-items: stretch;
}

.empty_module_alignItemsCenter__6c9d7a84 {
  align-items: center;
}

.empty_module_alignItemsStart__6c9d7a84 {
  align-items: flex-start;
}

.empty_module_alignItemsEnd__6c9d7a84 {
  align-items: flex-end;
}

.empty_module_alignItemsBase__6c9d7a84 {
  align-items: baseline;
}

.empty_module_alignSelfAuto__6c9d7a84 {
  align-self: auto;
}

.empty_module_alignSelfStretch__6c9d7a84 {
  align-self: stretch;
}

.empty_module_alignSelfCenter__6c9d7a84 {
  align-self: center;
}

.empty_module_alignSelfStart__6c9d7a84 {
  align-self: flex-start;
}

.empty_module_alignSelfEnd__6c9d7a84 {
  align-self: flex-end;
}

.empty_module_alignSelfBaseline__6c9d7a84 {
  align-self: baseline;
}

.empty_module_alignSelfInitial__6c9d7a84 {
  align-self: initial;
}

.empty_module_alignSelfInherit__6c9d7a84 {
  align-self: inherit;
}

.empty_module_alignContentStretch__6c9d7a84 {
  align-content: stretch;
}

.empty_module_alignContentCenter__6c9d7a84 {
  align-content: center;
}

.empty_module_alignContentStart__6c9d7a84 {
  align-content: flex-start;
}

.empty_module_alignContentEnd__6c9d7a84 {
  align-content: flex-end;
}

.empty_module_alignContentBetween__6c9d7a84 {
  align-content: space-between;
}

.empty_module_alignContentAround__6c9d7a84 {
  align-content: space-around;
}

.empty_module_alignContentInitial__6c9d7a84 {
  align-content: initial;
}

.empty_module_alignContentInherit__6c9d7a84 {
  align-content: inherit;
}

.empty_module_flexRow__6c9d7a84 {
  flex-direction: row;
}

.empty_module_flexRowReverse__6c9d7a84 {
  flex-direction: row-reverse;
}

.empty_module_flexColumn__6c9d7a84 {
  flex-direction: column;
}

.empty_module_flexColumnReverse__6c9d7a84 {
  flex-direction: column-reverse;
}

.empty_module_flexWrap__6c9d7a84 {
  flex-wrap: wrap;
}

.empty_module_flexNowrap__6c9d7a84 {
  flex-wrap: nowrap;
}

.empty_module_order1__6c9d7a84 {
  order: 1;
}

.empty_module_order2__6c9d7a84 {
  order: 2;
}

.empty_module_order3__6c9d7a84 {
  order: 3;
}

.empty_module_order4__6c9d7a84 {
  order: 4;
}

.empty_module_order5__6c9d7a84 {
  order: 5;
}

.empty_module_order6__6c9d7a84 {
  order: 6;
}

.empty_module_order7__6c9d7a84 {
  order: 7;
}

.empty_module_order8__6c9d7a84 {
  order: 8;
}

.empty_module_order9__6c9d7a84 {
  order: 9;
}

.empty_module_order10__6c9d7a84 {
  order: 10;
}

.empty_module_order11__6c9d7a84 {
  order: 11;
}

.empty_module_order12__6c9d7a84 {
  order: 12;
}

@media (min-width: 576px) {
  .empty_module_dSmNone__6c9d7a84 {
    display: none !important;
  }
  .empty_module_dSmInline__6c9d7a84 {
    display: inline !important;
  }
  .empty_module_dSmInlineBlock__6c9d7a84 {
    display: inline-block !important;
  }
  .empty_module_dSmBlock__6c9d7a84 {
    display: block !important;
  }
  .empty_module_dSmTable__6c9d7a84 {
    display: table !important;
  }
  .empty_module_dSmTableRow__6c9d7a84 {
    display: table-row !important;
  }
  .empty_module_dSmTableCell__6c9d7a84 {
    display: table-cell !important;
  }
  .empty_module_dSmFlex__6c9d7a84 {
    display: flex !important;
  }
  .empty_module_dSmInlineFlex__6c9d7a84 {
    display: inline-flex !important;
  }
  .empty_module_justifyContentStartSm__6c9d7a84 {
    justify-content: flex-start;
  }
  .empty_module_justifyContentEndSm__6c9d7a84 {
    justify-content: flex-end;
  }
  .empty_module_justifyContentCenterSm__6c9d7a84 {
    justify-content: center;
  }
  .empty_module_justifyContentBetweenSm__6c9d7a84 {
    justify-content: space-between;
  }
  .empty_module_justifyContentAroundSm__6c9d7a84 {
    justify-content: space-around;
  }
  .empty_module_justifyContentInitialSm__6c9d7a84 {
    justify-content: initial;
  }
  .empty_module_justifyContentInheritSm__6c9d7a84 {
    justify-content: inherit;
  }
  .empty_module_alignItemsStretchSm__6c9d7a84 {
    align-items: stretch;
  }
  .empty_module_alignItemsCenterSm__6c9d7a84 {
    align-items: center;
  }
  .empty_module_alignItemsStartSm__6c9d7a84 {
    align-items: flex-start;
  }
  .empty_module_alignItemsEndSm__6c9d7a84 {
    align-items: flex-end;
  }
  .empty_module_alignItemsBaseSm__6c9d7a84 {
    align-items: baseline;
  }
  .empty_module_alignSelfAutoSm__6c9d7a84 {
    align-self: auto;
  }
  .empty_module_alignSelfStretchSm__6c9d7a84 {
    align-self: stretch;
  }
  .empty_module_alignSelfCenterSm__6c9d7a84 {
    align-self: center;
  }
  .empty_module_alignSelfStartSm__6c9d7a84 {
    align-self: flex-start;
  }
  .empty_module_alignSelfEndSm__6c9d7a84 {
    align-self: flex-end;
  }
  .empty_module_alignSelfBaselineSm__6c9d7a84 {
    align-self: baseline;
  }
  .empty_module_alignSelfInitialSm__6c9d7a84 {
    align-self: initial;
  }
  .empty_module_alignSelfInheritSm__6c9d7a84 {
    align-self: inherit;
  }
  .empty_module_alignContentStretchSm__6c9d7a84 {
    align-content: stretch;
  }
  .empty_module_alignContentCenterSm__6c9d7a84 {
    align-content: center;
  }
  .empty_module_alignContentStartSm__6c9d7a84 {
    align-content: flex-start;
  }
  .empty_module_alignContentEndSm__6c9d7a84 {
    align-content: flex-end;
  }
  .empty_module_alignContentBetweenSm__6c9d7a84 {
    align-content: space-between;
  }
  .empty_module_alignContentAroundSm__6c9d7a84 {
    align-content: space-around;
  }
  .empty_module_alignContentInitialSm__6c9d7a84 {
    align-content: initial;
  }
  .empty_module_alignContentInheritSm__6c9d7a84 {
    align-content: inherit;
  }
  .empty_module_flexRowSm__6c9d7a84 {
    flex-direction: row;
  }
  .empty_module_flexRowReverseSm__6c9d7a84 {
    flex-direction: row-reverse;
  }
  .empty_module_flexColumnSm__6c9d7a84 {
    flex-direction: column;
  }
  .empty_module_flexColumnReverseSm__6c9d7a84 {
    flex-direction: column-reverse;
  }
  .empty_module_flexWrapSm__6c9d7a84 {
    flex-wrap: wrap;
  }
  .empty_module_flexNowrapSm__6c9d7a84 {
    flex-wrap: nowrap;
  }
  .empty_module_order1Sm__6c9d7a84 {
    order: 1;
  }
  .empty_module_order2Sm__6c9d7a84 {
    order: 2;
  }
  .empty_module_order3Sm__6c9d7a84 {
    order: 3;
  }
  .empty_module_order4Sm__6c9d7a84 {
    order: 4;
  }
  .empty_module_order5Sm__6c9d7a84 {
    order: 5;
  }
  .empty_module_order6Sm__6c9d7a84 {
    order: 6;
  }
  .empty_module_order7Sm__6c9d7a84 {
    order: 7;
  }
  .empty_module_order8Sm__6c9d7a84 {
    order: 8;
  }
  .empty_module_order9Sm__6c9d7a84 {
    order: 9;
  }
  .empty_module_order10Sm__6c9d7a84 {
    order: 10;
  }
  .empty_module_order11Sm__6c9d7a84 {
    order: 11;
  }
  .empty_module_order12Sm__6c9d7a84 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .empty_module_dMdNone__6c9d7a84 {
    display: none !important;
  }
  .empty_module_dMdInline__6c9d7a84 {
    display: inline !important;
  }
  .empty_module_dMdInlineBlock__6c9d7a84 {
    display: inline-block !important;
  }
  .empty_module_dMdBlock__6c9d7a84 {
    display: block !important;
  }
  .empty_module_dMdTable__6c9d7a84 {
    display: table !important;
  }
  .empty_module_dMdTableRow__6c9d7a84 {
    display: table-row !important;
  }
  .empty_module_dMdTableCell__6c9d7a84 {
    display: table-cell !important;
  }
  .empty_module_dMdFlex__6c9d7a84 {
    display: flex !important;
  }
  .empty_module_dMdInlineFlex__6c9d7a84 {
    display: inline-flex !important;
  }
  .empty_module_justifyContentStartMd__6c9d7a84 {
    justify-content: flex-start;
  }
  .empty_module_justifyContentEndMd__6c9d7a84 {
    justify-content: flex-end;
  }
  .empty_module_justifyContentCenterMd__6c9d7a84 {
    justify-content: center;
  }
  .empty_module_justifyContentBetweenMd__6c9d7a84 {
    justify-content: space-between;
  }
  .empty_module_justifyContentAroundMd__6c9d7a84 {
    justify-content: space-around;
  }
  .empty_module_justifyContentInitialMd__6c9d7a84 {
    justify-content: initial;
  }
  .empty_module_justifyContentInheritMd__6c9d7a84 {
    justify-content: inherit;
  }
  .empty_module_alignItemsStretchMd__6c9d7a84 {
    align-items: stretch;
  }
  .empty_module_alignItemsCenterMd__6c9d7a84 {
    align-items: center;
  }
  .empty_module_alignItemsStartMd__6c9d7a84 {
    align-items: flex-start;
  }
  .empty_module_alignItemsEndMd__6c9d7a84 {
    align-items: flex-end;
  }
  .empty_module_alignItemsBaseMd__6c9d7a84 {
    align-items: baseline;
  }
  .empty_module_alignSelfAutoMd__6c9d7a84 {
    align-self: auto;
  }
  .empty_module_alignSelfStretchMd__6c9d7a84 {
    align-self: stretch;
  }
  .empty_module_alignSelfCenterMd__6c9d7a84 {
    align-self: center;
  }
  .empty_module_alignSelfStartMd__6c9d7a84 {
    align-self: flex-start;
  }
  .empty_module_alignSelfEndMd__6c9d7a84 {
    align-self: flex-end;
  }
  .empty_module_alignSelfBaselineMd__6c9d7a84 {
    align-self: baseline;
  }
  .empty_module_alignSelfInitialMd__6c9d7a84 {
    align-self: initial;
  }
  .empty_module_alignSelfInheritMd__6c9d7a84 {
    align-self: inherit;
  }
  .empty_module_alignContentStretchMd__6c9d7a84 {
    align-content: stretch;
  }
  .empty_module_alignContentCenterMd__6c9d7a84 {
    align-content: center;
  }
  .empty_module_alignContentStartMd__6c9d7a84 {
    align-content: flex-start;
  }
  .empty_module_alignContentEndMd__6c9d7a84 {
    align-content: flex-end;
  }
  .empty_module_alignContentBetweenMd__6c9d7a84 {
    align-content: space-between;
  }
  .empty_module_alignContentAroundMd__6c9d7a84 {
    align-content: space-around;
  }
  .empty_module_alignContentInitialMd__6c9d7a84 {
    align-content: initial;
  }
  .empty_module_alignContentInheritMd__6c9d7a84 {
    align-content: inherit;
  }
  .empty_module_flexRowMd__6c9d7a84 {
    flex-direction: row;
  }
  .empty_module_flexRowReverseMd__6c9d7a84 {
    flex-direction: row-reverse;
  }
  .empty_module_flexColumnMd__6c9d7a84 {
    flex-direction: column;
  }
  .empty_module_flexColumnReverseMd__6c9d7a84 {
    flex-direction: column-reverse;
  }
  .empty_module_flexWrapMd__6c9d7a84 {
    flex-wrap: wrap;
  }
  .empty_module_flexNowrapMd__6c9d7a84 {
    flex-wrap: nowrap;
  }
  .empty_module_order1Md__6c9d7a84 {
    order: 1;
  }
  .empty_module_order2Md__6c9d7a84 {
    order: 2;
  }
  .empty_module_order3Md__6c9d7a84 {
    order: 3;
  }
  .empty_module_order4Md__6c9d7a84 {
    order: 4;
  }
  .empty_module_order5Md__6c9d7a84 {
    order: 5;
  }
  .empty_module_order6Md__6c9d7a84 {
    order: 6;
  }
  .empty_module_order7Md__6c9d7a84 {
    order: 7;
  }
  .empty_module_order8Md__6c9d7a84 {
    order: 8;
  }
  .empty_module_order9Md__6c9d7a84 {
    order: 9;
  }
  .empty_module_order10Md__6c9d7a84 {
    order: 10;
  }
  .empty_module_order11Md__6c9d7a84 {
    order: 11;
  }
  .empty_module_order12Md__6c9d7a84 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .empty_module_dLgNone__6c9d7a84 {
    display: none !important;
  }
  .empty_module_dLgInline__6c9d7a84 {
    display: inline !important;
  }
  .empty_module_dLgInlineBlock__6c9d7a84 {
    display: inline-block !important;
  }
  .empty_module_dLgBlock__6c9d7a84 {
    display: block !important;
  }
  .empty_module_dLgTable__6c9d7a84 {
    display: table !important;
  }
  .empty_module_dLgTableRow__6c9d7a84 {
    display: table-row !important;
  }
  .empty_module_dLgTableCell__6c9d7a84 {
    display: table-cell !important;
  }
  .empty_module_dLgFlex__6c9d7a84 {
    display: flex !important;
  }
  .empty_module_dLgInlineFlex__6c9d7a84 {
    display: inline-flex !important;
  }
  .empty_module_justifyContentStartLg__6c9d7a84 {
    justify-content: flex-start;
  }
  .empty_module_justifyContentEndLg__6c9d7a84 {
    justify-content: flex-end;
  }
  .empty_module_justifyContentCenterLg__6c9d7a84 {
    justify-content: center;
  }
  .empty_module_justifyContentBetweenLg__6c9d7a84 {
    justify-content: space-between;
  }
  .empty_module_justifyContentAroundLg__6c9d7a84 {
    justify-content: space-around;
  }
  .empty_module_justifyContentInitialLg__6c9d7a84 {
    justify-content: initial;
  }
  .empty_module_justifyContentInheritLg__6c9d7a84 {
    justify-content: inherit;
  }
  .empty_module_alignItemsStretchLg__6c9d7a84 {
    align-items: stretch;
  }
  .empty_module_alignItemsCenterLg__6c9d7a84 {
    align-items: center;
  }
  .empty_module_alignItemsStartLg__6c9d7a84 {
    align-items: flex-start;
  }
  .empty_module_alignItemsEndLg__6c9d7a84 {
    align-items: flex-end;
  }
  .empty_module_alignItemsBaseLg__6c9d7a84 {
    align-items: baseline;
  }
  .empty_module_alignSelfAutoLg__6c9d7a84 {
    align-self: auto;
  }
  .empty_module_alignSelfStretchLg__6c9d7a84 {
    align-self: stretch;
  }
  .empty_module_alignSelfCenterLg__6c9d7a84 {
    align-self: center;
  }
  .empty_module_alignSelfStartLg__6c9d7a84 {
    align-self: flex-start;
  }
  .empty_module_alignSelfEndLg__6c9d7a84 {
    align-self: flex-end;
  }
  .empty_module_alignSelfBaselineLg__6c9d7a84 {
    align-self: baseline;
  }
  .empty_module_alignSelfInitialLg__6c9d7a84 {
    align-self: initial;
  }
  .empty_module_alignSelfInheritLg__6c9d7a84 {
    align-self: inherit;
  }
  .empty_module_alignContentStretchLg__6c9d7a84 {
    align-content: stretch;
  }
  .empty_module_alignContentCenterLg__6c9d7a84 {
    align-content: center;
  }
  .empty_module_alignContentStartLg__6c9d7a84 {
    align-content: flex-start;
  }
  .empty_module_alignContentEndLg__6c9d7a84 {
    align-content: flex-end;
  }
  .empty_module_alignContentBetweenLg__6c9d7a84 {
    align-content: space-between;
  }
  .empty_module_alignContentAroundLg__6c9d7a84 {
    align-content: space-around;
  }
  .empty_module_alignContentInitialLg__6c9d7a84 {
    align-content: initial;
  }
  .empty_module_alignContentInheritLg__6c9d7a84 {
    align-content: inherit;
  }
  .empty_module_flexRowLg__6c9d7a84 {
    flex-direction: row;
  }
  .empty_module_flexRowReverseLg__6c9d7a84 {
    flex-direction: row-reverse;
  }
  .empty_module_flexColumnLg__6c9d7a84 {
    flex-direction: column;
  }
  .empty_module_flexColumnReverseLg__6c9d7a84 {
    flex-direction: column-reverse;
  }
  .empty_module_flexWrapLg__6c9d7a84 {
    flex-wrap: wrap;
  }
  .empty_module_flexNowrapLg__6c9d7a84 {
    flex-wrap: nowrap;
  }
  .empty_module_order1Lg__6c9d7a84 {
    order: 1;
  }
  .empty_module_order2Lg__6c9d7a84 {
    order: 2;
  }
  .empty_module_order3Lg__6c9d7a84 {
    order: 3;
  }
  .empty_module_order4Lg__6c9d7a84 {
    order: 4;
  }
  .empty_module_order5Lg__6c9d7a84 {
    order: 5;
  }
  .empty_module_order6Lg__6c9d7a84 {
    order: 6;
  }
  .empty_module_order7Lg__6c9d7a84 {
    order: 7;
  }
  .empty_module_order8Lg__6c9d7a84 {
    order: 8;
  }
  .empty_module_order9Lg__6c9d7a84 {
    order: 9;
  }
  .empty_module_order10Lg__6c9d7a84 {
    order: 10;
  }
  .empty_module_order11Lg__6c9d7a84 {
    order: 11;
  }
  .empty_module_order12Lg__6c9d7a84 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .empty_module_dXlNone__6c9d7a84 {
    display: none !important;
  }
  .empty_module_dXlInline__6c9d7a84 {
    display: inline !important;
  }
  .empty_module_dXlInlineBlock__6c9d7a84 {
    display: inline-block !important;
  }
  .empty_module_dXlBlock__6c9d7a84 {
    display: block !important;
  }
  .empty_module_dXlTable__6c9d7a84 {
    display: table !important;
  }
  .empty_module_dXlTableRow__6c9d7a84 {
    display: table-row !important;
  }
  .empty_module_dXlTableCell__6c9d7a84 {
    display: table-cell !important;
  }
  .empty_module_dXlFlex__6c9d7a84 {
    display: flex !important;
  }
  .empty_module_dXlInlineFlex__6c9d7a84 {
    display: inline-flex !important;
  }
  .empty_module_justifyContentStartXl__6c9d7a84 {
    justify-content: flex-start;
  }
  .empty_module_justifyContentEndXl__6c9d7a84 {
    justify-content: flex-end;
  }
  .empty_module_justifyContentCenterXl__6c9d7a84 {
    justify-content: center;
  }
  .empty_module_justifyContentBetweenXl__6c9d7a84 {
    justify-content: space-between;
  }
  .empty_module_justifyContentAroundXl__6c9d7a84 {
    justify-content: space-around;
  }
  .empty_module_justifyContentInitialXl__6c9d7a84 {
    justify-content: initial;
  }
  .empty_module_justifyContentInheritXl__6c9d7a84 {
    justify-content: inherit;
  }
  .empty_module_alignItemsStretchXl__6c9d7a84 {
    align-items: stretch;
  }
  .empty_module_alignItemsCenterXl__6c9d7a84 {
    align-items: center;
  }
  .empty_module_alignItemsStartXl__6c9d7a84 {
    align-items: flex-start;
  }
  .empty_module_alignItemsEndXl__6c9d7a84 {
    align-items: flex-end;
  }
  .empty_module_alignItemsBaseXl__6c9d7a84 {
    align-items: baseline;
  }
  .empty_module_alignSelfAutoXl__6c9d7a84 {
    align-self: auto;
  }
  .empty_module_alignSelfStretchXl__6c9d7a84 {
    align-self: stretch;
  }
  .empty_module_alignSelfCenterXl__6c9d7a84 {
    align-self: center;
  }
  .empty_module_alignSelfStartXl__6c9d7a84 {
    align-self: flex-start;
  }
  .empty_module_alignSelfEndXl__6c9d7a84 {
    align-self: flex-end;
  }
  .empty_module_alignSelfBaselineXl__6c9d7a84 {
    align-self: baseline;
  }
  .empty_module_alignSelfInitialXl__6c9d7a84 {
    align-self: initial;
  }
  .empty_module_alignSelfInheritXl__6c9d7a84 {
    align-self: inherit;
  }
  .empty_module_alignContentStretchXl__6c9d7a84 {
    align-content: stretch;
  }
  .empty_module_alignContentCenterXl__6c9d7a84 {
    align-content: center;
  }
  .empty_module_alignContentStartXl__6c9d7a84 {
    align-content: flex-start;
  }
  .empty_module_alignContentEndXl__6c9d7a84 {
    align-content: flex-end;
  }
  .empty_module_alignContentBetweenXl__6c9d7a84 {
    align-content: space-between;
  }
  .empty_module_alignContentAroundXl__6c9d7a84 {
    align-content: space-around;
  }
  .empty_module_alignContentInitialXl__6c9d7a84 {
    align-content: initial;
  }
  .empty_module_alignContentInheritXl__6c9d7a84 {
    align-content: inherit;
  }
  .empty_module_flexRowXl__6c9d7a84 {
    flex-direction: row;
  }
  .empty_module_flexRowReverseXl__6c9d7a84 {
    flex-direction: row-reverse;
  }
  .empty_module_flexColumnXl__6c9d7a84 {
    flex-direction: column;
  }
  .empty_module_flexColumnReverseXl__6c9d7a84 {
    flex-direction: column-reverse;
  }
  .empty_module_flexWrapXl__6c9d7a84 {
    flex-wrap: wrap;
  }
  .empty_module_flexNowrapXl__6c9d7a84 {
    flex-wrap: nowrap;
  }
  .empty_module_order1Xl__6c9d7a84 {
    order: 1;
  }
  .empty_module_order2Xl__6c9d7a84 {
    order: 2;
  }
  .empty_module_order3Xl__6c9d7a84 {
    order: 3;
  }
  .empty_module_order4Xl__6c9d7a84 {
    order: 4;
  }
  .empty_module_order5Xl__6c9d7a84 {
    order: 5;
  }
  .empty_module_order6Xl__6c9d7a84 {
    order: 6;
  }
  .empty_module_order7Xl__6c9d7a84 {
    order: 7;
  }
  .empty_module_order8Xl__6c9d7a84 {
    order: 8;
  }
  .empty_module_order9Xl__6c9d7a84 {
    order: 9;
  }
  .empty_module_order10Xl__6c9d7a84 {
    order: 10;
  }
  .empty_module_order11Xl__6c9d7a84 {
    order: 11;
  }
  .empty_module_order12Xl__6c9d7a84 {
    order: 12;
  }
}
.empty_module_emptyContainer__6c9d7a84 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 3rem 0;
}
.empty_module_emptyContainer__icon__6c9d7a84 {
  margin-bottom: 1.25rem;
}
.empty_module_emptyContainer__message__6c9d7a84 {
  font-size: 1.125rem;
  font-family: "Inter";
  color: #999999;
  font-weight: 600;
  text-align: center;
  max-width: 320px;
}
.empty_module_emptyContainer__subMessage__6c9d7a84 {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #999999;
}.floatingButtons_module_dNone__cf5c5f49 {
  display: none !important;
}

.floatingButtons_module_dInline__cf5c5f49 {
  display: inline !important;
}

.floatingButtons_module_dInlineBlock__cf5c5f49 {
  display: inline-block !important;
}

.floatingButtons_module_dBlock__cf5c5f49 {
  display: block !important;
}

.floatingButtons_module_dTable__cf5c5f49 {
  display: table !important;
}

.floatingButtons_module_dTableRow__cf5c5f49 {
  display: table-row !important;
}

.floatingButtons_module_dTableCell__cf5c5f49 {
  display: table-cell !important;
}

.floatingButtons_module_dFlex__cf5c5f49 {
  display: flex !important;
}

.floatingButtons_module_dInlineFlex__cf5c5f49 {
  display: inline-flex !important;
}

.floatingButtons_module_justifyContentStart__cf5c5f49 {
  justify-content: flex-start;
}

.floatingButtons_module_justifyContentEnd__cf5c5f49 {
  justify-content: flex-end;
}

.floatingButtons_module_justifyContentCenter__cf5c5f49 {
  justify-content: center;
}

.floatingButtons_module_justifyContentBetween__cf5c5f49 {
  justify-content: space-between;
}

.floatingButtons_module_justifyContentAround__cf5c5f49 {
  justify-content: space-around;
}

.floatingButtons_module_justifyContentInitial__cf5c5f49 {
  justify-content: initial;
}

.floatingButtons_module_justifyContentInherit__cf5c5f49 {
  justify-content: inherit;
}

.floatingButtons_module_alignItemsStretch__cf5c5f49 {
  align-items: stretch;
}

.floatingButtons_module_alignItemsCenter__cf5c5f49 {
  align-items: center;
}

.floatingButtons_module_alignItemsStart__cf5c5f49 {
  align-items: flex-start;
}

.floatingButtons_module_alignItemsEnd__cf5c5f49 {
  align-items: flex-end;
}

.floatingButtons_module_alignItemsBase__cf5c5f49 {
  align-items: baseline;
}

.floatingButtons_module_alignSelfAuto__cf5c5f49 {
  align-self: auto;
}

.floatingButtons_module_alignSelfStretch__cf5c5f49 {
  align-self: stretch;
}

.floatingButtons_module_alignSelfCenter__cf5c5f49 {
  align-self: center;
}

.floatingButtons_module_alignSelfStart__cf5c5f49 {
  align-self: flex-start;
}

.floatingButtons_module_alignSelfEnd__cf5c5f49 {
  align-self: flex-end;
}

.floatingButtons_module_alignSelfBaseline__cf5c5f49 {
  align-self: baseline;
}

.floatingButtons_module_alignSelfInitial__cf5c5f49 {
  align-self: initial;
}

.floatingButtons_module_alignSelfInherit__cf5c5f49 {
  align-self: inherit;
}

.floatingButtons_module_alignContentStretch__cf5c5f49 {
  align-content: stretch;
}

.floatingButtons_module_alignContentCenter__cf5c5f49 {
  align-content: center;
}

.floatingButtons_module_alignContentStart__cf5c5f49 {
  align-content: flex-start;
}

.floatingButtons_module_alignContentEnd__cf5c5f49 {
  align-content: flex-end;
}

.floatingButtons_module_alignContentBetween__cf5c5f49 {
  align-content: space-between;
}

.floatingButtons_module_alignContentAround__cf5c5f49 {
  align-content: space-around;
}

.floatingButtons_module_alignContentInitial__cf5c5f49 {
  align-content: initial;
}

.floatingButtons_module_alignContentInherit__cf5c5f49 {
  align-content: inherit;
}

.floatingButtons_module_flexRow__cf5c5f49 {
  flex-direction: row;
}

.floatingButtons_module_flexRowReverse__cf5c5f49 {
  flex-direction: row-reverse;
}

.floatingButtons_module_flexColumn__cf5c5f49 {
  flex-direction: column;
}

.floatingButtons_module_flexColumnReverse__cf5c5f49 {
  flex-direction: column-reverse;
}

.floatingButtons_module_flexWrap__cf5c5f49 {
  flex-wrap: wrap;
}

.floatingButtons_module_flexNowrap__cf5c5f49 {
  flex-wrap: nowrap;
}

.floatingButtons_module_order1__cf5c5f49 {
  order: 1;
}

.floatingButtons_module_order2__cf5c5f49 {
  order: 2;
}

.floatingButtons_module_order3__cf5c5f49 {
  order: 3;
}

.floatingButtons_module_order4__cf5c5f49 {
  order: 4;
}

.floatingButtons_module_order5__cf5c5f49 {
  order: 5;
}

.floatingButtons_module_order6__cf5c5f49 {
  order: 6;
}

.floatingButtons_module_order7__cf5c5f49 {
  order: 7;
}

.floatingButtons_module_order8__cf5c5f49 {
  order: 8;
}

.floatingButtons_module_order9__cf5c5f49 {
  order: 9;
}

.floatingButtons_module_order10__cf5c5f49 {
  order: 10;
}

.floatingButtons_module_order11__cf5c5f49 {
  order: 11;
}

.floatingButtons_module_order12__cf5c5f49 {
  order: 12;
}

@media (min-width: 576px) {
  .floatingButtons_module_dSmNone__cf5c5f49 {
    display: none !important;
  }
  .floatingButtons_module_dSmInline__cf5c5f49 {
    display: inline !important;
  }
  .floatingButtons_module_dSmInlineBlock__cf5c5f49 {
    display: inline-block !important;
  }
  .floatingButtons_module_dSmBlock__cf5c5f49 {
    display: block !important;
  }
  .floatingButtons_module_dSmTable__cf5c5f49 {
    display: table !important;
  }
  .floatingButtons_module_dSmTableRow__cf5c5f49 {
    display: table-row !important;
  }
  .floatingButtons_module_dSmTableCell__cf5c5f49 {
    display: table-cell !important;
  }
  .floatingButtons_module_dSmFlex__cf5c5f49 {
    display: flex !important;
  }
  .floatingButtons_module_dSmInlineFlex__cf5c5f49 {
    display: inline-flex !important;
  }
  .floatingButtons_module_justifyContentStartSm__cf5c5f49 {
    justify-content: flex-start;
  }
  .floatingButtons_module_justifyContentEndSm__cf5c5f49 {
    justify-content: flex-end;
  }
  .floatingButtons_module_justifyContentCenterSm__cf5c5f49 {
    justify-content: center;
  }
  .floatingButtons_module_justifyContentBetweenSm__cf5c5f49 {
    justify-content: space-between;
  }
  .floatingButtons_module_justifyContentAroundSm__cf5c5f49 {
    justify-content: space-around;
  }
  .floatingButtons_module_justifyContentInitialSm__cf5c5f49 {
    justify-content: initial;
  }
  .floatingButtons_module_justifyContentInheritSm__cf5c5f49 {
    justify-content: inherit;
  }
  .floatingButtons_module_alignItemsStretchSm__cf5c5f49 {
    align-items: stretch;
  }
  .floatingButtons_module_alignItemsCenterSm__cf5c5f49 {
    align-items: center;
  }
  .floatingButtons_module_alignItemsStartSm__cf5c5f49 {
    align-items: flex-start;
  }
  .floatingButtons_module_alignItemsEndSm__cf5c5f49 {
    align-items: flex-end;
  }
  .floatingButtons_module_alignItemsBaseSm__cf5c5f49 {
    align-items: baseline;
  }
  .floatingButtons_module_alignSelfAutoSm__cf5c5f49 {
    align-self: auto;
  }
  .floatingButtons_module_alignSelfStretchSm__cf5c5f49 {
    align-self: stretch;
  }
  .floatingButtons_module_alignSelfCenterSm__cf5c5f49 {
    align-self: center;
  }
  .floatingButtons_module_alignSelfStartSm__cf5c5f49 {
    align-self: flex-start;
  }
  .floatingButtons_module_alignSelfEndSm__cf5c5f49 {
    align-self: flex-end;
  }
  .floatingButtons_module_alignSelfBaselineSm__cf5c5f49 {
    align-self: baseline;
  }
  .floatingButtons_module_alignSelfInitialSm__cf5c5f49 {
    align-self: initial;
  }
  .floatingButtons_module_alignSelfInheritSm__cf5c5f49 {
    align-self: inherit;
  }
  .floatingButtons_module_alignContentStretchSm__cf5c5f49 {
    align-content: stretch;
  }
  .floatingButtons_module_alignContentCenterSm__cf5c5f49 {
    align-content: center;
  }
  .floatingButtons_module_alignContentStartSm__cf5c5f49 {
    align-content: flex-start;
  }
  .floatingButtons_module_alignContentEndSm__cf5c5f49 {
    align-content: flex-end;
  }
  .floatingButtons_module_alignContentBetweenSm__cf5c5f49 {
    align-content: space-between;
  }
  .floatingButtons_module_alignContentAroundSm__cf5c5f49 {
    align-content: space-around;
  }
  .floatingButtons_module_alignContentInitialSm__cf5c5f49 {
    align-content: initial;
  }
  .floatingButtons_module_alignContentInheritSm__cf5c5f49 {
    align-content: inherit;
  }
  .floatingButtons_module_flexRowSm__cf5c5f49 {
    flex-direction: row;
  }
  .floatingButtons_module_flexRowReverseSm__cf5c5f49 {
    flex-direction: row-reverse;
  }
  .floatingButtons_module_flexColumnSm__cf5c5f49 {
    flex-direction: column;
  }
  .floatingButtons_module_flexColumnReverseSm__cf5c5f49 {
    flex-direction: column-reverse;
  }
  .floatingButtons_module_flexWrapSm__cf5c5f49 {
    flex-wrap: wrap;
  }
  .floatingButtons_module_flexNowrapSm__cf5c5f49 {
    flex-wrap: nowrap;
  }
  .floatingButtons_module_order1Sm__cf5c5f49 {
    order: 1;
  }
  .floatingButtons_module_order2Sm__cf5c5f49 {
    order: 2;
  }
  .floatingButtons_module_order3Sm__cf5c5f49 {
    order: 3;
  }
  .floatingButtons_module_order4Sm__cf5c5f49 {
    order: 4;
  }
  .floatingButtons_module_order5Sm__cf5c5f49 {
    order: 5;
  }
  .floatingButtons_module_order6Sm__cf5c5f49 {
    order: 6;
  }
  .floatingButtons_module_order7Sm__cf5c5f49 {
    order: 7;
  }
  .floatingButtons_module_order8Sm__cf5c5f49 {
    order: 8;
  }
  .floatingButtons_module_order9Sm__cf5c5f49 {
    order: 9;
  }
  .floatingButtons_module_order10Sm__cf5c5f49 {
    order: 10;
  }
  .floatingButtons_module_order11Sm__cf5c5f49 {
    order: 11;
  }
  .floatingButtons_module_order12Sm__cf5c5f49 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .floatingButtons_module_dMdNone__cf5c5f49 {
    display: none !important;
  }
  .floatingButtons_module_dMdInline__cf5c5f49 {
    display: inline !important;
  }
  .floatingButtons_module_dMdInlineBlock__cf5c5f49 {
    display: inline-block !important;
  }
  .floatingButtons_module_dMdBlock__cf5c5f49 {
    display: block !important;
  }
  .floatingButtons_module_dMdTable__cf5c5f49 {
    display: table !important;
  }
  .floatingButtons_module_dMdTableRow__cf5c5f49 {
    display: table-row !important;
  }
  .floatingButtons_module_dMdTableCell__cf5c5f49 {
    display: table-cell !important;
  }
  .floatingButtons_module_dMdFlex__cf5c5f49 {
    display: flex !important;
  }
  .floatingButtons_module_dMdInlineFlex__cf5c5f49 {
    display: inline-flex !important;
  }
  .floatingButtons_module_justifyContentStartMd__cf5c5f49 {
    justify-content: flex-start;
  }
  .floatingButtons_module_justifyContentEndMd__cf5c5f49 {
    justify-content: flex-end;
  }
  .floatingButtons_module_justifyContentCenterMd__cf5c5f49 {
    justify-content: center;
  }
  .floatingButtons_module_justifyContentBetweenMd__cf5c5f49 {
    justify-content: space-between;
  }
  .floatingButtons_module_justifyContentAroundMd__cf5c5f49 {
    justify-content: space-around;
  }
  .floatingButtons_module_justifyContentInitialMd__cf5c5f49 {
    justify-content: initial;
  }
  .floatingButtons_module_justifyContentInheritMd__cf5c5f49 {
    justify-content: inherit;
  }
  .floatingButtons_module_alignItemsStretchMd__cf5c5f49 {
    align-items: stretch;
  }
  .floatingButtons_module_alignItemsCenterMd__cf5c5f49 {
    align-items: center;
  }
  .floatingButtons_module_alignItemsStartMd__cf5c5f49 {
    align-items: flex-start;
  }
  .floatingButtons_module_alignItemsEndMd__cf5c5f49 {
    align-items: flex-end;
  }
  .floatingButtons_module_alignItemsBaseMd__cf5c5f49 {
    align-items: baseline;
  }
  .floatingButtons_module_alignSelfAutoMd__cf5c5f49 {
    align-self: auto;
  }
  .floatingButtons_module_alignSelfStretchMd__cf5c5f49 {
    align-self: stretch;
  }
  .floatingButtons_module_alignSelfCenterMd__cf5c5f49 {
    align-self: center;
  }
  .floatingButtons_module_alignSelfStartMd__cf5c5f49 {
    align-self: flex-start;
  }
  .floatingButtons_module_alignSelfEndMd__cf5c5f49 {
    align-self: flex-end;
  }
  .floatingButtons_module_alignSelfBaselineMd__cf5c5f49 {
    align-self: baseline;
  }
  .floatingButtons_module_alignSelfInitialMd__cf5c5f49 {
    align-self: initial;
  }
  .floatingButtons_module_alignSelfInheritMd__cf5c5f49 {
    align-self: inherit;
  }
  .floatingButtons_module_alignContentStretchMd__cf5c5f49 {
    align-content: stretch;
  }
  .floatingButtons_module_alignContentCenterMd__cf5c5f49 {
    align-content: center;
  }
  .floatingButtons_module_alignContentStartMd__cf5c5f49 {
    align-content: flex-start;
  }
  .floatingButtons_module_alignContentEndMd__cf5c5f49 {
    align-content: flex-end;
  }
  .floatingButtons_module_alignContentBetweenMd__cf5c5f49 {
    align-content: space-between;
  }
  .floatingButtons_module_alignContentAroundMd__cf5c5f49 {
    align-content: space-around;
  }
  .floatingButtons_module_alignContentInitialMd__cf5c5f49 {
    align-content: initial;
  }
  .floatingButtons_module_alignContentInheritMd__cf5c5f49 {
    align-content: inherit;
  }
  .floatingButtons_module_flexRowMd__cf5c5f49 {
    flex-direction: row;
  }
  .floatingButtons_module_flexRowReverseMd__cf5c5f49 {
    flex-direction: row-reverse;
  }
  .floatingButtons_module_flexColumnMd__cf5c5f49 {
    flex-direction: column;
  }
  .floatingButtons_module_flexColumnReverseMd__cf5c5f49 {
    flex-direction: column-reverse;
  }
  .floatingButtons_module_flexWrapMd__cf5c5f49 {
    flex-wrap: wrap;
  }
  .floatingButtons_module_flexNowrapMd__cf5c5f49 {
    flex-wrap: nowrap;
  }
  .floatingButtons_module_order1Md__cf5c5f49 {
    order: 1;
  }
  .floatingButtons_module_order2Md__cf5c5f49 {
    order: 2;
  }
  .floatingButtons_module_order3Md__cf5c5f49 {
    order: 3;
  }
  .floatingButtons_module_order4Md__cf5c5f49 {
    order: 4;
  }
  .floatingButtons_module_order5Md__cf5c5f49 {
    order: 5;
  }
  .floatingButtons_module_order6Md__cf5c5f49 {
    order: 6;
  }
  .floatingButtons_module_order7Md__cf5c5f49 {
    order: 7;
  }
  .floatingButtons_module_order8Md__cf5c5f49 {
    order: 8;
  }
  .floatingButtons_module_order9Md__cf5c5f49 {
    order: 9;
  }
  .floatingButtons_module_order10Md__cf5c5f49 {
    order: 10;
  }
  .floatingButtons_module_order11Md__cf5c5f49 {
    order: 11;
  }
  .floatingButtons_module_order12Md__cf5c5f49 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .floatingButtons_module_dLgNone__cf5c5f49 {
    display: none !important;
  }
  .floatingButtons_module_dLgInline__cf5c5f49 {
    display: inline !important;
  }
  .floatingButtons_module_dLgInlineBlock__cf5c5f49 {
    display: inline-block !important;
  }
  .floatingButtons_module_dLgBlock__cf5c5f49 {
    display: block !important;
  }
  .floatingButtons_module_dLgTable__cf5c5f49 {
    display: table !important;
  }
  .floatingButtons_module_dLgTableRow__cf5c5f49 {
    display: table-row !important;
  }
  .floatingButtons_module_dLgTableCell__cf5c5f49 {
    display: table-cell !important;
  }
  .floatingButtons_module_dLgFlex__cf5c5f49 {
    display: flex !important;
  }
  .floatingButtons_module_dLgInlineFlex__cf5c5f49 {
    display: inline-flex !important;
  }
  .floatingButtons_module_justifyContentStartLg__cf5c5f49 {
    justify-content: flex-start;
  }
  .floatingButtons_module_justifyContentEndLg__cf5c5f49 {
    justify-content: flex-end;
  }
  .floatingButtons_module_justifyContentCenterLg__cf5c5f49 {
    justify-content: center;
  }
  .floatingButtons_module_justifyContentBetweenLg__cf5c5f49 {
    justify-content: space-between;
  }
  .floatingButtons_module_justifyContentAroundLg__cf5c5f49 {
    justify-content: space-around;
  }
  .floatingButtons_module_justifyContentInitialLg__cf5c5f49 {
    justify-content: initial;
  }
  .floatingButtons_module_justifyContentInheritLg__cf5c5f49 {
    justify-content: inherit;
  }
  .floatingButtons_module_alignItemsStretchLg__cf5c5f49 {
    align-items: stretch;
  }
  .floatingButtons_module_alignItemsCenterLg__cf5c5f49 {
    align-items: center;
  }
  .floatingButtons_module_alignItemsStartLg__cf5c5f49 {
    align-items: flex-start;
  }
  .floatingButtons_module_alignItemsEndLg__cf5c5f49 {
    align-items: flex-end;
  }
  .floatingButtons_module_alignItemsBaseLg__cf5c5f49 {
    align-items: baseline;
  }
  .floatingButtons_module_alignSelfAutoLg__cf5c5f49 {
    align-self: auto;
  }
  .floatingButtons_module_alignSelfStretchLg__cf5c5f49 {
    align-self: stretch;
  }
  .floatingButtons_module_alignSelfCenterLg__cf5c5f49 {
    align-self: center;
  }
  .floatingButtons_module_alignSelfStartLg__cf5c5f49 {
    align-self: flex-start;
  }
  .floatingButtons_module_alignSelfEndLg__cf5c5f49 {
    align-self: flex-end;
  }
  .floatingButtons_module_alignSelfBaselineLg__cf5c5f49 {
    align-self: baseline;
  }
  .floatingButtons_module_alignSelfInitialLg__cf5c5f49 {
    align-self: initial;
  }
  .floatingButtons_module_alignSelfInheritLg__cf5c5f49 {
    align-self: inherit;
  }
  .floatingButtons_module_alignContentStretchLg__cf5c5f49 {
    align-content: stretch;
  }
  .floatingButtons_module_alignContentCenterLg__cf5c5f49 {
    align-content: center;
  }
  .floatingButtons_module_alignContentStartLg__cf5c5f49 {
    align-content: flex-start;
  }
  .floatingButtons_module_alignContentEndLg__cf5c5f49 {
    align-content: flex-end;
  }
  .floatingButtons_module_alignContentBetweenLg__cf5c5f49 {
    align-content: space-between;
  }
  .floatingButtons_module_alignContentAroundLg__cf5c5f49 {
    align-content: space-around;
  }
  .floatingButtons_module_alignContentInitialLg__cf5c5f49 {
    align-content: initial;
  }
  .floatingButtons_module_alignContentInheritLg__cf5c5f49 {
    align-content: inherit;
  }
  .floatingButtons_module_flexRowLg__cf5c5f49 {
    flex-direction: row;
  }
  .floatingButtons_module_flexRowReverseLg__cf5c5f49 {
    flex-direction: row-reverse;
  }
  .floatingButtons_module_flexColumnLg__cf5c5f49 {
    flex-direction: column;
  }
  .floatingButtons_module_flexColumnReverseLg__cf5c5f49 {
    flex-direction: column-reverse;
  }
  .floatingButtons_module_flexWrapLg__cf5c5f49 {
    flex-wrap: wrap;
  }
  .floatingButtons_module_flexNowrapLg__cf5c5f49 {
    flex-wrap: nowrap;
  }
  .floatingButtons_module_order1Lg__cf5c5f49 {
    order: 1;
  }
  .floatingButtons_module_order2Lg__cf5c5f49 {
    order: 2;
  }
  .floatingButtons_module_order3Lg__cf5c5f49 {
    order: 3;
  }
  .floatingButtons_module_order4Lg__cf5c5f49 {
    order: 4;
  }
  .floatingButtons_module_order5Lg__cf5c5f49 {
    order: 5;
  }
  .floatingButtons_module_order6Lg__cf5c5f49 {
    order: 6;
  }
  .floatingButtons_module_order7Lg__cf5c5f49 {
    order: 7;
  }
  .floatingButtons_module_order8Lg__cf5c5f49 {
    order: 8;
  }
  .floatingButtons_module_order9Lg__cf5c5f49 {
    order: 9;
  }
  .floatingButtons_module_order10Lg__cf5c5f49 {
    order: 10;
  }
  .floatingButtons_module_order11Lg__cf5c5f49 {
    order: 11;
  }
  .floatingButtons_module_order12Lg__cf5c5f49 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .floatingButtons_module_dXlNone__cf5c5f49 {
    display: none !important;
  }
  .floatingButtons_module_dXlInline__cf5c5f49 {
    display: inline !important;
  }
  .floatingButtons_module_dXlInlineBlock__cf5c5f49 {
    display: inline-block !important;
  }
  .floatingButtons_module_dXlBlock__cf5c5f49 {
    display: block !important;
  }
  .floatingButtons_module_dXlTable__cf5c5f49 {
    display: table !important;
  }
  .floatingButtons_module_dXlTableRow__cf5c5f49 {
    display: table-row !important;
  }
  .floatingButtons_module_dXlTableCell__cf5c5f49 {
    display: table-cell !important;
  }
  .floatingButtons_module_dXlFlex__cf5c5f49 {
    display: flex !important;
  }
  .floatingButtons_module_dXlInlineFlex__cf5c5f49 {
    display: inline-flex !important;
  }
  .floatingButtons_module_justifyContentStartXl__cf5c5f49 {
    justify-content: flex-start;
  }
  .floatingButtons_module_justifyContentEndXl__cf5c5f49 {
    justify-content: flex-end;
  }
  .floatingButtons_module_justifyContentCenterXl__cf5c5f49 {
    justify-content: center;
  }
  .floatingButtons_module_justifyContentBetweenXl__cf5c5f49 {
    justify-content: space-between;
  }
  .floatingButtons_module_justifyContentAroundXl__cf5c5f49 {
    justify-content: space-around;
  }
  .floatingButtons_module_justifyContentInitialXl__cf5c5f49 {
    justify-content: initial;
  }
  .floatingButtons_module_justifyContentInheritXl__cf5c5f49 {
    justify-content: inherit;
  }
  .floatingButtons_module_alignItemsStretchXl__cf5c5f49 {
    align-items: stretch;
  }
  .floatingButtons_module_alignItemsCenterXl__cf5c5f49 {
    align-items: center;
  }
  .floatingButtons_module_alignItemsStartXl__cf5c5f49 {
    align-items: flex-start;
  }
  .floatingButtons_module_alignItemsEndXl__cf5c5f49 {
    align-items: flex-end;
  }
  .floatingButtons_module_alignItemsBaseXl__cf5c5f49 {
    align-items: baseline;
  }
  .floatingButtons_module_alignSelfAutoXl__cf5c5f49 {
    align-self: auto;
  }
  .floatingButtons_module_alignSelfStretchXl__cf5c5f49 {
    align-self: stretch;
  }
  .floatingButtons_module_alignSelfCenterXl__cf5c5f49 {
    align-self: center;
  }
  .floatingButtons_module_alignSelfStartXl__cf5c5f49 {
    align-self: flex-start;
  }
  .floatingButtons_module_alignSelfEndXl__cf5c5f49 {
    align-self: flex-end;
  }
  .floatingButtons_module_alignSelfBaselineXl__cf5c5f49 {
    align-self: baseline;
  }
  .floatingButtons_module_alignSelfInitialXl__cf5c5f49 {
    align-self: initial;
  }
  .floatingButtons_module_alignSelfInheritXl__cf5c5f49 {
    align-self: inherit;
  }
  .floatingButtons_module_alignContentStretchXl__cf5c5f49 {
    align-content: stretch;
  }
  .floatingButtons_module_alignContentCenterXl__cf5c5f49 {
    align-content: center;
  }
  .floatingButtons_module_alignContentStartXl__cf5c5f49 {
    align-content: flex-start;
  }
  .floatingButtons_module_alignContentEndXl__cf5c5f49 {
    align-content: flex-end;
  }
  .floatingButtons_module_alignContentBetweenXl__cf5c5f49 {
    align-content: space-between;
  }
  .floatingButtons_module_alignContentAroundXl__cf5c5f49 {
    align-content: space-around;
  }
  .floatingButtons_module_alignContentInitialXl__cf5c5f49 {
    align-content: initial;
  }
  .floatingButtons_module_alignContentInheritXl__cf5c5f49 {
    align-content: inherit;
  }
  .floatingButtons_module_flexRowXl__cf5c5f49 {
    flex-direction: row;
  }
  .floatingButtons_module_flexRowReverseXl__cf5c5f49 {
    flex-direction: row-reverse;
  }
  .floatingButtons_module_flexColumnXl__cf5c5f49 {
    flex-direction: column;
  }
  .floatingButtons_module_flexColumnReverseXl__cf5c5f49 {
    flex-direction: column-reverse;
  }
  .floatingButtons_module_flexWrapXl__cf5c5f49 {
    flex-wrap: wrap;
  }
  .floatingButtons_module_flexNowrapXl__cf5c5f49 {
    flex-wrap: nowrap;
  }
  .floatingButtons_module_order1Xl__cf5c5f49 {
    order: 1;
  }
  .floatingButtons_module_order2Xl__cf5c5f49 {
    order: 2;
  }
  .floatingButtons_module_order3Xl__cf5c5f49 {
    order: 3;
  }
  .floatingButtons_module_order4Xl__cf5c5f49 {
    order: 4;
  }
  .floatingButtons_module_order5Xl__cf5c5f49 {
    order: 5;
  }
  .floatingButtons_module_order6Xl__cf5c5f49 {
    order: 6;
  }
  .floatingButtons_module_order7Xl__cf5c5f49 {
    order: 7;
  }
  .floatingButtons_module_order8Xl__cf5c5f49 {
    order: 8;
  }
  .floatingButtons_module_order9Xl__cf5c5f49 {
    order: 9;
  }
  .floatingButtons_module_order10Xl__cf5c5f49 {
    order: 10;
  }
  .floatingButtons_module_order11Xl__cf5c5f49 {
    order: 11;
  }
  .floatingButtons_module_order12Xl__cf5c5f49 {
    order: 12;
  }
}
.floatingButtons_module_floatingButtonsWrapper__cf5c5f49 {
  display: flex;
  flex-direction: column;
  position: fixed;
  align-items: flex-end;
  z-index: 999;
}
.floatingButtons_module_floatingButtonsWrapper_Right__cf5c5f49 {
  bottom: 32px;
  right: 32px;
}
.floatingButtons_module_floatingButtonsWrapper_Left__cf5c5f49 {
  bottom: 32px;
  left: 32px;
}

.floatingButtons_module_floatingButton__cf5c5f49 {
  background-color: #2196f3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 6px 0px;
  color: #ffffff;
  padding: 4px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0px 10px 24px rgba(61, 74, 82, 0.2);
  position: relative;
}
.floatingButtons_module_floatingButton__cf5c5f49:after, .floatingButtons_module_floatingButton__cf5c5f49::before {
  display: none;
}
.floatingButtons_module_floatingButton__badgeCount__cf5c5f49 {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
}
.floatingButtons_module_floatingButton__badgeCount_Primary__cf5c5f49 {
  color: #2ecc71;
}
.floatingButtons_module_floatingButton__badgeCount_Grayed__cf5c5f49 {
  color: #b2b2b2;
}
.floatingButtons_module_floatingButton__badgeCount_Secondary__cf5c5f49 {
  color: #2196f3;
}
.floatingButtons_module_floatingButton__badgeCount_Warning__cf5c5f49 {
  color: #B71B1C;
}
.floatingButtons_module_floatingButton__icon__cf5c5f49 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 20px;
  flex-shrink: 0;
}
.floatingButtons_module_floatingButton__icon__cf5c5f49:after, .floatingButtons_module_floatingButton__icon__cf5c5f49::before {
  display: none;
}
.floatingButtons_module_floatingButton__label__cf5c5f49 {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  width: 0px;
  overflow: hidden;
}
.floatingButtons_module_floatingButton__cf5c5f49:hover {
  width: 100%;
}
.floatingButtons_module_floatingButton__cf5c5f49:hover .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  background-color: #ffffff;
  color: #2196f3;
}
.floatingButtons_module_floatingButton__cf5c5f49:hover .floatingButtons_module_floatingButton__label__cf5c5f49 {
  padding: 0px 16px;
  opacity: 1;
  width: fit-content;
}
.floatingButtons_module_floatingButton__cf5c5f49:hover .floatingButtons_module_floatingButton__badgeCount__cf5c5f49 {
  display: none;
}
.floatingButtons_module_floatingButton_Grayed__cf5c5f49 {
  color: #b2b2b2;
  background-color: #f6f6f6;
}
.floatingButtons_module_floatingButton_Grayed__cf5c5f49:hover .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  background-color: #f6f6f6;
  color: #b2b2b2;
}
.floatingButtons_module_floatingButton__cf5c5f49:disabled {
  width: 40px;
  cursor: not-allowed;
}
.floatingButtons_module_floatingButton_Secondary__cf5c5f49 {
  background-color: #ffffff;
}
.floatingButtons_module_floatingButton_Secondary__cf5c5f49 .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  color: #2196f3;
}
.floatingButtons_module_floatingButton_Secondary__cf5c5f49:hover {
  background-color: #2196f3;
  color: #ffffff;
}
.floatingButtons_module_floatingButton_Warning__cf5c5f49 {
  color: #ffffff;
  background-color: #f44336;
}
.floatingButtons_module_floatingButton_Warning__cf5c5f49:hover {
  background-color: #f44336;
  color: #ffffff;
}
.floatingButtons_module_floatingButton_Warning__cf5c5f49:hover .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  background-color: #ffffff;
  color: #f44336;
}
.floatingButtons_module_floatingButton_Primary__cf5c5f49 {
  background-color: #2ecc71;
}
.floatingButtons_module_floatingButton_Primary__cf5c5f49:hover .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  color: #2ecc71;
}.tippy-touch{cursor:pointer!important}.tippy-notransition{transition:none!important}.tippy-popper{max-width:400px;-webkit-perspective:800px;perspective:800px;z-index:9999;outline:0;transition-timing-function:cubic-bezier(.165,.84,.44,1);pointer-events:none}.tippy-popper.html-template{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 9px}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;bottom:-10px}.tippy-popper[x-placement^=top] [x-circle]{-webkit-transform-origin:0 33%;transform-origin:0 33%}.tippy-popper[x-placement^=top] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-55%);transform:scale(1) translate(-50%,-55%);opacity:1}.tippy-popper[x-placement^=top] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 9px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;top:-10px}.tippy-popper[x-placement^=bottom] [x-circle]{-webkit-transform-origin:0 -50%;transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-45%);transform:scale(1) translate(-50%,-45%);opacity:1}.tippy-popper[x-placement^=bottom] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-5%);transform:scale(.15) translate(-50%,-5%);opacity:0}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:6px 0}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;right:-10px}.tippy-popper[x-placement^=left] [x-circle]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=left] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=left] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:6px 0}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-10px}.tippy-popper[x-placement^=right] [x-circle]{-webkit-transform-origin:-50% 0;transform-origin:-50% 0}.tippy-popper[x-placement^=right] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=right] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7)}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent}.tippy-popper .tippy-tooltip.light-theme{color:#26323d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.95rem;padding:.4rem .8rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem}.tippy-tooltip--big{padding:.6rem 1.2rem;font-size:1.2rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-interactive]{pointer-events:auto}.tippy-tooltip[data-inertia]{transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip [x-arrow]{position:absolute;width:0;height:0}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:130%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;overflow:hidden;transition:all ease}.tippy-tooltip [x-circle]:before{content:"";padding-top:90%;float:left}@media (max-width:450px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}

.floatingButtons_module_dNone__cf5c5f49 {
  display: none !important;
}

.floatingButtons_module_dInline__cf5c5f49 {
  display: inline !important;
}

.floatingButtons_module_dInlineBlock__cf5c5f49 {
  display: inline-block !important;
}

.floatingButtons_module_dBlock__cf5c5f49 {
  display: block !important;
}

.floatingButtons_module_dTable__cf5c5f49 {
  display: table !important;
}

.floatingButtons_module_dTableRow__cf5c5f49 {
  display: table-row !important;
}

.floatingButtons_module_dTableCell__cf5c5f49 {
  display: table-cell !important;
}

.floatingButtons_module_dFlex__cf5c5f49 {
  display: flex !important;
}

.floatingButtons_module_dInlineFlex__cf5c5f49 {
  display: inline-flex !important;
}

.floatingButtons_module_justifyContentStart__cf5c5f49 {
  justify-content: flex-start;
}

.floatingButtons_module_justifyContentEnd__cf5c5f49 {
  justify-content: flex-end;
}

.floatingButtons_module_justifyContentCenter__cf5c5f49 {
  justify-content: center;
}

.floatingButtons_module_justifyContentBetween__cf5c5f49 {
  justify-content: space-between;
}

.floatingButtons_module_justifyContentAround__cf5c5f49 {
  justify-content: space-around;
}

.floatingButtons_module_justifyContentInitial__cf5c5f49 {
  justify-content: initial;
}

.floatingButtons_module_justifyContentInherit__cf5c5f49 {
  justify-content: inherit;
}

.floatingButtons_module_alignItemsStretch__cf5c5f49 {
  align-items: stretch;
}

.floatingButtons_module_alignItemsCenter__cf5c5f49 {
  align-items: center;
}

.floatingButtons_module_alignItemsStart__cf5c5f49 {
  align-items: flex-start;
}

.floatingButtons_module_alignItemsEnd__cf5c5f49 {
  align-items: flex-end;
}

.floatingButtons_module_alignItemsBase__cf5c5f49 {
  align-items: baseline;
}

.floatingButtons_module_alignSelfAuto__cf5c5f49 {
  align-self: auto;
}

.floatingButtons_module_alignSelfStretch__cf5c5f49 {
  align-self: stretch;
}

.floatingButtons_module_alignSelfCenter__cf5c5f49 {
  align-self: center;
}

.floatingButtons_module_alignSelfStart__cf5c5f49 {
  align-self: flex-start;
}

.floatingButtons_module_alignSelfEnd__cf5c5f49 {
  align-self: flex-end;
}

.floatingButtons_module_alignSelfBaseline__cf5c5f49 {
  align-self: baseline;
}

.floatingButtons_module_alignSelfInitial__cf5c5f49 {
  align-self: initial;
}

.floatingButtons_module_alignSelfInherit__cf5c5f49 {
  align-self: inherit;
}

.floatingButtons_module_alignContentStretch__cf5c5f49 {
  align-content: stretch;
}

.floatingButtons_module_alignContentCenter__cf5c5f49 {
  align-content: center;
}

.floatingButtons_module_alignContentStart__cf5c5f49 {
  align-content: flex-start;
}

.floatingButtons_module_alignContentEnd__cf5c5f49 {
  align-content: flex-end;
}

.floatingButtons_module_alignContentBetween__cf5c5f49 {
  align-content: space-between;
}

.floatingButtons_module_alignContentAround__cf5c5f49 {
  align-content: space-around;
}

.floatingButtons_module_alignContentInitial__cf5c5f49 {
  align-content: initial;
}

.floatingButtons_module_alignContentInherit__cf5c5f49 {
  align-content: inherit;
}

.floatingButtons_module_flexRow__cf5c5f49 {
  flex-direction: row;
}

.floatingButtons_module_flexRowReverse__cf5c5f49 {
  flex-direction: row-reverse;
}

.floatingButtons_module_flexColumn__cf5c5f49 {
  flex-direction: column;
}

.floatingButtons_module_flexColumnReverse__cf5c5f49 {
  flex-direction: column-reverse;
}

.floatingButtons_module_flexWrap__cf5c5f49 {
  flex-wrap: wrap;
}

.floatingButtons_module_flexNowrap__cf5c5f49 {
  flex-wrap: nowrap;
}

.floatingButtons_module_order1__cf5c5f49 {
  order: 1;
}

.floatingButtons_module_order2__cf5c5f49 {
  order: 2;
}

.floatingButtons_module_order3__cf5c5f49 {
  order: 3;
}

.floatingButtons_module_order4__cf5c5f49 {
  order: 4;
}

.floatingButtons_module_order5__cf5c5f49 {
  order: 5;
}

.floatingButtons_module_order6__cf5c5f49 {
  order: 6;
}

.floatingButtons_module_order7__cf5c5f49 {
  order: 7;
}

.floatingButtons_module_order8__cf5c5f49 {
  order: 8;
}

.floatingButtons_module_order9__cf5c5f49 {
  order: 9;
}

.floatingButtons_module_order10__cf5c5f49 {
  order: 10;
}

.floatingButtons_module_order11__cf5c5f49 {
  order: 11;
}

.floatingButtons_module_order12__cf5c5f49 {
  order: 12;
}

@media (min-width: 576px) {
  .floatingButtons_module_dSmNone__cf5c5f49 {
    display: none !important;
  }
  .floatingButtons_module_dSmInline__cf5c5f49 {
    display: inline !important;
  }
  .floatingButtons_module_dSmInlineBlock__cf5c5f49 {
    display: inline-block !important;
  }
  .floatingButtons_module_dSmBlock__cf5c5f49 {
    display: block !important;
  }
  .floatingButtons_module_dSmTable__cf5c5f49 {
    display: table !important;
  }
  .floatingButtons_module_dSmTableRow__cf5c5f49 {
    display: table-row !important;
  }
  .floatingButtons_module_dSmTableCell__cf5c5f49 {
    display: table-cell !important;
  }
  .floatingButtons_module_dSmFlex__cf5c5f49 {
    display: flex !important;
  }
  .floatingButtons_module_dSmInlineFlex__cf5c5f49 {
    display: inline-flex !important;
  }
  .floatingButtons_module_justifyContentStartSm__cf5c5f49 {
    justify-content: flex-start;
  }
  .floatingButtons_module_justifyContentEndSm__cf5c5f49 {
    justify-content: flex-end;
  }
  .floatingButtons_module_justifyContentCenterSm__cf5c5f49 {
    justify-content: center;
  }
  .floatingButtons_module_justifyContentBetweenSm__cf5c5f49 {
    justify-content: space-between;
  }
  .floatingButtons_module_justifyContentAroundSm__cf5c5f49 {
    justify-content: space-around;
  }
  .floatingButtons_module_justifyContentInitialSm__cf5c5f49 {
    justify-content: initial;
  }
  .floatingButtons_module_justifyContentInheritSm__cf5c5f49 {
    justify-content: inherit;
  }
  .floatingButtons_module_alignItemsStretchSm__cf5c5f49 {
    align-items: stretch;
  }
  .floatingButtons_module_alignItemsCenterSm__cf5c5f49 {
    align-items: center;
  }
  .floatingButtons_module_alignItemsStartSm__cf5c5f49 {
    align-items: flex-start;
  }
  .floatingButtons_module_alignItemsEndSm__cf5c5f49 {
    align-items: flex-end;
  }
  .floatingButtons_module_alignItemsBaseSm__cf5c5f49 {
    align-items: baseline;
  }
  .floatingButtons_module_alignSelfAutoSm__cf5c5f49 {
    align-self: auto;
  }
  .floatingButtons_module_alignSelfStretchSm__cf5c5f49 {
    align-self: stretch;
  }
  .floatingButtons_module_alignSelfCenterSm__cf5c5f49 {
    align-self: center;
  }
  .floatingButtons_module_alignSelfStartSm__cf5c5f49 {
    align-self: flex-start;
  }
  .floatingButtons_module_alignSelfEndSm__cf5c5f49 {
    align-self: flex-end;
  }
  .floatingButtons_module_alignSelfBaselineSm__cf5c5f49 {
    align-self: baseline;
  }
  .floatingButtons_module_alignSelfInitialSm__cf5c5f49 {
    align-self: initial;
  }
  .floatingButtons_module_alignSelfInheritSm__cf5c5f49 {
    align-self: inherit;
  }
  .floatingButtons_module_alignContentStretchSm__cf5c5f49 {
    align-content: stretch;
  }
  .floatingButtons_module_alignContentCenterSm__cf5c5f49 {
    align-content: center;
  }
  .floatingButtons_module_alignContentStartSm__cf5c5f49 {
    align-content: flex-start;
  }
  .floatingButtons_module_alignContentEndSm__cf5c5f49 {
    align-content: flex-end;
  }
  .floatingButtons_module_alignContentBetweenSm__cf5c5f49 {
    align-content: space-between;
  }
  .floatingButtons_module_alignContentAroundSm__cf5c5f49 {
    align-content: space-around;
  }
  .floatingButtons_module_alignContentInitialSm__cf5c5f49 {
    align-content: initial;
  }
  .floatingButtons_module_alignContentInheritSm__cf5c5f49 {
    align-content: inherit;
  }
  .floatingButtons_module_flexRowSm__cf5c5f49 {
    flex-direction: row;
  }
  .floatingButtons_module_flexRowReverseSm__cf5c5f49 {
    flex-direction: row-reverse;
  }
  .floatingButtons_module_flexColumnSm__cf5c5f49 {
    flex-direction: column;
  }
  .floatingButtons_module_flexColumnReverseSm__cf5c5f49 {
    flex-direction: column-reverse;
  }
  .floatingButtons_module_flexWrapSm__cf5c5f49 {
    flex-wrap: wrap;
  }
  .floatingButtons_module_flexNowrapSm__cf5c5f49 {
    flex-wrap: nowrap;
  }
  .floatingButtons_module_order1Sm__cf5c5f49 {
    order: 1;
  }
  .floatingButtons_module_order2Sm__cf5c5f49 {
    order: 2;
  }
  .floatingButtons_module_order3Sm__cf5c5f49 {
    order: 3;
  }
  .floatingButtons_module_order4Sm__cf5c5f49 {
    order: 4;
  }
  .floatingButtons_module_order5Sm__cf5c5f49 {
    order: 5;
  }
  .floatingButtons_module_order6Sm__cf5c5f49 {
    order: 6;
  }
  .floatingButtons_module_order7Sm__cf5c5f49 {
    order: 7;
  }
  .floatingButtons_module_order8Sm__cf5c5f49 {
    order: 8;
  }
  .floatingButtons_module_order9Sm__cf5c5f49 {
    order: 9;
  }
  .floatingButtons_module_order10Sm__cf5c5f49 {
    order: 10;
  }
  .floatingButtons_module_order11Sm__cf5c5f49 {
    order: 11;
  }
  .floatingButtons_module_order12Sm__cf5c5f49 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .floatingButtons_module_dMdNone__cf5c5f49 {
    display: none !important;
  }
  .floatingButtons_module_dMdInline__cf5c5f49 {
    display: inline !important;
  }
  .floatingButtons_module_dMdInlineBlock__cf5c5f49 {
    display: inline-block !important;
  }
  .floatingButtons_module_dMdBlock__cf5c5f49 {
    display: block !important;
  }
  .floatingButtons_module_dMdTable__cf5c5f49 {
    display: table !important;
  }
  .floatingButtons_module_dMdTableRow__cf5c5f49 {
    display: table-row !important;
  }
  .floatingButtons_module_dMdTableCell__cf5c5f49 {
    display: table-cell !important;
  }
  .floatingButtons_module_dMdFlex__cf5c5f49 {
    display: flex !important;
  }
  .floatingButtons_module_dMdInlineFlex__cf5c5f49 {
    display: inline-flex !important;
  }
  .floatingButtons_module_justifyContentStartMd__cf5c5f49 {
    justify-content: flex-start;
  }
  .floatingButtons_module_justifyContentEndMd__cf5c5f49 {
    justify-content: flex-end;
  }
  .floatingButtons_module_justifyContentCenterMd__cf5c5f49 {
    justify-content: center;
  }
  .floatingButtons_module_justifyContentBetweenMd__cf5c5f49 {
    justify-content: space-between;
  }
  .floatingButtons_module_justifyContentAroundMd__cf5c5f49 {
    justify-content: space-around;
  }
  .floatingButtons_module_justifyContentInitialMd__cf5c5f49 {
    justify-content: initial;
  }
  .floatingButtons_module_justifyContentInheritMd__cf5c5f49 {
    justify-content: inherit;
  }
  .floatingButtons_module_alignItemsStretchMd__cf5c5f49 {
    align-items: stretch;
  }
  .floatingButtons_module_alignItemsCenterMd__cf5c5f49 {
    align-items: center;
  }
  .floatingButtons_module_alignItemsStartMd__cf5c5f49 {
    align-items: flex-start;
  }
  .floatingButtons_module_alignItemsEndMd__cf5c5f49 {
    align-items: flex-end;
  }
  .floatingButtons_module_alignItemsBaseMd__cf5c5f49 {
    align-items: baseline;
  }
  .floatingButtons_module_alignSelfAutoMd__cf5c5f49 {
    align-self: auto;
  }
  .floatingButtons_module_alignSelfStretchMd__cf5c5f49 {
    align-self: stretch;
  }
  .floatingButtons_module_alignSelfCenterMd__cf5c5f49 {
    align-self: center;
  }
  .floatingButtons_module_alignSelfStartMd__cf5c5f49 {
    align-self: flex-start;
  }
  .floatingButtons_module_alignSelfEndMd__cf5c5f49 {
    align-self: flex-end;
  }
  .floatingButtons_module_alignSelfBaselineMd__cf5c5f49 {
    align-self: baseline;
  }
  .floatingButtons_module_alignSelfInitialMd__cf5c5f49 {
    align-self: initial;
  }
  .floatingButtons_module_alignSelfInheritMd__cf5c5f49 {
    align-self: inherit;
  }
  .floatingButtons_module_alignContentStretchMd__cf5c5f49 {
    align-content: stretch;
  }
  .floatingButtons_module_alignContentCenterMd__cf5c5f49 {
    align-content: center;
  }
  .floatingButtons_module_alignContentStartMd__cf5c5f49 {
    align-content: flex-start;
  }
  .floatingButtons_module_alignContentEndMd__cf5c5f49 {
    align-content: flex-end;
  }
  .floatingButtons_module_alignContentBetweenMd__cf5c5f49 {
    align-content: space-between;
  }
  .floatingButtons_module_alignContentAroundMd__cf5c5f49 {
    align-content: space-around;
  }
  .floatingButtons_module_alignContentInitialMd__cf5c5f49 {
    align-content: initial;
  }
  .floatingButtons_module_alignContentInheritMd__cf5c5f49 {
    align-content: inherit;
  }
  .floatingButtons_module_flexRowMd__cf5c5f49 {
    flex-direction: row;
  }
  .floatingButtons_module_flexRowReverseMd__cf5c5f49 {
    flex-direction: row-reverse;
  }
  .floatingButtons_module_flexColumnMd__cf5c5f49 {
    flex-direction: column;
  }
  .floatingButtons_module_flexColumnReverseMd__cf5c5f49 {
    flex-direction: column-reverse;
  }
  .floatingButtons_module_flexWrapMd__cf5c5f49 {
    flex-wrap: wrap;
  }
  .floatingButtons_module_flexNowrapMd__cf5c5f49 {
    flex-wrap: nowrap;
  }
  .floatingButtons_module_order1Md__cf5c5f49 {
    order: 1;
  }
  .floatingButtons_module_order2Md__cf5c5f49 {
    order: 2;
  }
  .floatingButtons_module_order3Md__cf5c5f49 {
    order: 3;
  }
  .floatingButtons_module_order4Md__cf5c5f49 {
    order: 4;
  }
  .floatingButtons_module_order5Md__cf5c5f49 {
    order: 5;
  }
  .floatingButtons_module_order6Md__cf5c5f49 {
    order: 6;
  }
  .floatingButtons_module_order7Md__cf5c5f49 {
    order: 7;
  }
  .floatingButtons_module_order8Md__cf5c5f49 {
    order: 8;
  }
  .floatingButtons_module_order9Md__cf5c5f49 {
    order: 9;
  }
  .floatingButtons_module_order10Md__cf5c5f49 {
    order: 10;
  }
  .floatingButtons_module_order11Md__cf5c5f49 {
    order: 11;
  }
  .floatingButtons_module_order12Md__cf5c5f49 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .floatingButtons_module_dLgNone__cf5c5f49 {
    display: none !important;
  }
  .floatingButtons_module_dLgInline__cf5c5f49 {
    display: inline !important;
  }
  .floatingButtons_module_dLgInlineBlock__cf5c5f49 {
    display: inline-block !important;
  }
  .floatingButtons_module_dLgBlock__cf5c5f49 {
    display: block !important;
  }
  .floatingButtons_module_dLgTable__cf5c5f49 {
    display: table !important;
  }
  .floatingButtons_module_dLgTableRow__cf5c5f49 {
    display: table-row !important;
  }
  .floatingButtons_module_dLgTableCell__cf5c5f49 {
    display: table-cell !important;
  }
  .floatingButtons_module_dLgFlex__cf5c5f49 {
    display: flex !important;
  }
  .floatingButtons_module_dLgInlineFlex__cf5c5f49 {
    display: inline-flex !important;
  }
  .floatingButtons_module_justifyContentStartLg__cf5c5f49 {
    justify-content: flex-start;
  }
  .floatingButtons_module_justifyContentEndLg__cf5c5f49 {
    justify-content: flex-end;
  }
  .floatingButtons_module_justifyContentCenterLg__cf5c5f49 {
    justify-content: center;
  }
  .floatingButtons_module_justifyContentBetweenLg__cf5c5f49 {
    justify-content: space-between;
  }
  .floatingButtons_module_justifyContentAroundLg__cf5c5f49 {
    justify-content: space-around;
  }
  .floatingButtons_module_justifyContentInitialLg__cf5c5f49 {
    justify-content: initial;
  }
  .floatingButtons_module_justifyContentInheritLg__cf5c5f49 {
    justify-content: inherit;
  }
  .floatingButtons_module_alignItemsStretchLg__cf5c5f49 {
    align-items: stretch;
  }
  .floatingButtons_module_alignItemsCenterLg__cf5c5f49 {
    align-items: center;
  }
  .floatingButtons_module_alignItemsStartLg__cf5c5f49 {
    align-items: flex-start;
  }
  .floatingButtons_module_alignItemsEndLg__cf5c5f49 {
    align-items: flex-end;
  }
  .floatingButtons_module_alignItemsBaseLg__cf5c5f49 {
    align-items: baseline;
  }
  .floatingButtons_module_alignSelfAutoLg__cf5c5f49 {
    align-self: auto;
  }
  .floatingButtons_module_alignSelfStretchLg__cf5c5f49 {
    align-self: stretch;
  }
  .floatingButtons_module_alignSelfCenterLg__cf5c5f49 {
    align-self: center;
  }
  .floatingButtons_module_alignSelfStartLg__cf5c5f49 {
    align-self: flex-start;
  }
  .floatingButtons_module_alignSelfEndLg__cf5c5f49 {
    align-self: flex-end;
  }
  .floatingButtons_module_alignSelfBaselineLg__cf5c5f49 {
    align-self: baseline;
  }
  .floatingButtons_module_alignSelfInitialLg__cf5c5f49 {
    align-self: initial;
  }
  .floatingButtons_module_alignSelfInheritLg__cf5c5f49 {
    align-self: inherit;
  }
  .floatingButtons_module_alignContentStretchLg__cf5c5f49 {
    align-content: stretch;
  }
  .floatingButtons_module_alignContentCenterLg__cf5c5f49 {
    align-content: center;
  }
  .floatingButtons_module_alignContentStartLg__cf5c5f49 {
    align-content: flex-start;
  }
  .floatingButtons_module_alignContentEndLg__cf5c5f49 {
    align-content: flex-end;
  }
  .floatingButtons_module_alignContentBetweenLg__cf5c5f49 {
    align-content: space-between;
  }
  .floatingButtons_module_alignContentAroundLg__cf5c5f49 {
    align-content: space-around;
  }
  .floatingButtons_module_alignContentInitialLg__cf5c5f49 {
    align-content: initial;
  }
  .floatingButtons_module_alignContentInheritLg__cf5c5f49 {
    align-content: inherit;
  }
  .floatingButtons_module_flexRowLg__cf5c5f49 {
    flex-direction: row;
  }
  .floatingButtons_module_flexRowReverseLg__cf5c5f49 {
    flex-direction: row-reverse;
  }
  .floatingButtons_module_flexColumnLg__cf5c5f49 {
    flex-direction: column;
  }
  .floatingButtons_module_flexColumnReverseLg__cf5c5f49 {
    flex-direction: column-reverse;
  }
  .floatingButtons_module_flexWrapLg__cf5c5f49 {
    flex-wrap: wrap;
  }
  .floatingButtons_module_flexNowrapLg__cf5c5f49 {
    flex-wrap: nowrap;
  }
  .floatingButtons_module_order1Lg__cf5c5f49 {
    order: 1;
  }
  .floatingButtons_module_order2Lg__cf5c5f49 {
    order: 2;
  }
  .floatingButtons_module_order3Lg__cf5c5f49 {
    order: 3;
  }
  .floatingButtons_module_order4Lg__cf5c5f49 {
    order: 4;
  }
  .floatingButtons_module_order5Lg__cf5c5f49 {
    order: 5;
  }
  .floatingButtons_module_order6Lg__cf5c5f49 {
    order: 6;
  }
  .floatingButtons_module_order7Lg__cf5c5f49 {
    order: 7;
  }
  .floatingButtons_module_order8Lg__cf5c5f49 {
    order: 8;
  }
  .floatingButtons_module_order9Lg__cf5c5f49 {
    order: 9;
  }
  .floatingButtons_module_order10Lg__cf5c5f49 {
    order: 10;
  }
  .floatingButtons_module_order11Lg__cf5c5f49 {
    order: 11;
  }
  .floatingButtons_module_order12Lg__cf5c5f49 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .floatingButtons_module_dXlNone__cf5c5f49 {
    display: none !important;
  }
  .floatingButtons_module_dXlInline__cf5c5f49 {
    display: inline !important;
  }
  .floatingButtons_module_dXlInlineBlock__cf5c5f49 {
    display: inline-block !important;
  }
  .floatingButtons_module_dXlBlock__cf5c5f49 {
    display: block !important;
  }
  .floatingButtons_module_dXlTable__cf5c5f49 {
    display: table !important;
  }
  .floatingButtons_module_dXlTableRow__cf5c5f49 {
    display: table-row !important;
  }
  .floatingButtons_module_dXlTableCell__cf5c5f49 {
    display: table-cell !important;
  }
  .floatingButtons_module_dXlFlex__cf5c5f49 {
    display: flex !important;
  }
  .floatingButtons_module_dXlInlineFlex__cf5c5f49 {
    display: inline-flex !important;
  }
  .floatingButtons_module_justifyContentStartXl__cf5c5f49 {
    justify-content: flex-start;
  }
  .floatingButtons_module_justifyContentEndXl__cf5c5f49 {
    justify-content: flex-end;
  }
  .floatingButtons_module_justifyContentCenterXl__cf5c5f49 {
    justify-content: center;
  }
  .floatingButtons_module_justifyContentBetweenXl__cf5c5f49 {
    justify-content: space-between;
  }
  .floatingButtons_module_justifyContentAroundXl__cf5c5f49 {
    justify-content: space-around;
  }
  .floatingButtons_module_justifyContentInitialXl__cf5c5f49 {
    justify-content: initial;
  }
  .floatingButtons_module_justifyContentInheritXl__cf5c5f49 {
    justify-content: inherit;
  }
  .floatingButtons_module_alignItemsStretchXl__cf5c5f49 {
    align-items: stretch;
  }
  .floatingButtons_module_alignItemsCenterXl__cf5c5f49 {
    align-items: center;
  }
  .floatingButtons_module_alignItemsStartXl__cf5c5f49 {
    align-items: flex-start;
  }
  .floatingButtons_module_alignItemsEndXl__cf5c5f49 {
    align-items: flex-end;
  }
  .floatingButtons_module_alignItemsBaseXl__cf5c5f49 {
    align-items: baseline;
  }
  .floatingButtons_module_alignSelfAutoXl__cf5c5f49 {
    align-self: auto;
  }
  .floatingButtons_module_alignSelfStretchXl__cf5c5f49 {
    align-self: stretch;
  }
  .floatingButtons_module_alignSelfCenterXl__cf5c5f49 {
    align-self: center;
  }
  .floatingButtons_module_alignSelfStartXl__cf5c5f49 {
    align-self: flex-start;
  }
  .floatingButtons_module_alignSelfEndXl__cf5c5f49 {
    align-self: flex-end;
  }
  .floatingButtons_module_alignSelfBaselineXl__cf5c5f49 {
    align-self: baseline;
  }
  .floatingButtons_module_alignSelfInitialXl__cf5c5f49 {
    align-self: initial;
  }
  .floatingButtons_module_alignSelfInheritXl__cf5c5f49 {
    align-self: inherit;
  }
  .floatingButtons_module_alignContentStretchXl__cf5c5f49 {
    align-content: stretch;
  }
  .floatingButtons_module_alignContentCenterXl__cf5c5f49 {
    align-content: center;
  }
  .floatingButtons_module_alignContentStartXl__cf5c5f49 {
    align-content: flex-start;
  }
  .floatingButtons_module_alignContentEndXl__cf5c5f49 {
    align-content: flex-end;
  }
  .floatingButtons_module_alignContentBetweenXl__cf5c5f49 {
    align-content: space-between;
  }
  .floatingButtons_module_alignContentAroundXl__cf5c5f49 {
    align-content: space-around;
  }
  .floatingButtons_module_alignContentInitialXl__cf5c5f49 {
    align-content: initial;
  }
  .floatingButtons_module_alignContentInheritXl__cf5c5f49 {
    align-content: inherit;
  }
  .floatingButtons_module_flexRowXl__cf5c5f49 {
    flex-direction: row;
  }
  .floatingButtons_module_flexRowReverseXl__cf5c5f49 {
    flex-direction: row-reverse;
  }
  .floatingButtons_module_flexColumnXl__cf5c5f49 {
    flex-direction: column;
  }
  .floatingButtons_module_flexColumnReverseXl__cf5c5f49 {
    flex-direction: column-reverse;
  }
  .floatingButtons_module_flexWrapXl__cf5c5f49 {
    flex-wrap: wrap;
  }
  .floatingButtons_module_flexNowrapXl__cf5c5f49 {
    flex-wrap: nowrap;
  }
  .floatingButtons_module_order1Xl__cf5c5f49 {
    order: 1;
  }
  .floatingButtons_module_order2Xl__cf5c5f49 {
    order: 2;
  }
  .floatingButtons_module_order3Xl__cf5c5f49 {
    order: 3;
  }
  .floatingButtons_module_order4Xl__cf5c5f49 {
    order: 4;
  }
  .floatingButtons_module_order5Xl__cf5c5f49 {
    order: 5;
  }
  .floatingButtons_module_order6Xl__cf5c5f49 {
    order: 6;
  }
  .floatingButtons_module_order7Xl__cf5c5f49 {
    order: 7;
  }
  .floatingButtons_module_order8Xl__cf5c5f49 {
    order: 8;
  }
  .floatingButtons_module_order9Xl__cf5c5f49 {
    order: 9;
  }
  .floatingButtons_module_order10Xl__cf5c5f49 {
    order: 10;
  }
  .floatingButtons_module_order11Xl__cf5c5f49 {
    order: 11;
  }
  .floatingButtons_module_order12Xl__cf5c5f49 {
    order: 12;
  }
}
.floatingButtons_module_floatingButtonsWrapper__cf5c5f49 {
  display: flex;
  flex-direction: column;
  position: fixed;
  align-items: flex-end;
  z-index: 999;
}
.floatingButtons_module_floatingButtonsWrapper_Right__cf5c5f49 {
  bottom: 32px;
  right: 32px;
}
.floatingButtons_module_floatingButtonsWrapper_Left__cf5c5f49 {
  bottom: 32px;
  left: 32px;
}

.floatingButtons_module_floatingButton__cf5c5f49 {
  background-color: #2196f3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 6px 0px;
  color: #ffffff;
  padding: 4px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0px 10px 24px rgba(61, 74, 82, 0.2);
  position: relative;
}
.floatingButtons_module_floatingButton__cf5c5f49:after, .floatingButtons_module_floatingButton__cf5c5f49::before {
  display: none;
}
.floatingButtons_module_floatingButton__badgeCount__cf5c5f49 {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
}
.floatingButtons_module_floatingButton__badgeCount_Primary__cf5c5f49 {
  color: #2ecc71;
}
.floatingButtons_module_floatingButton__badgeCount_Grayed__cf5c5f49 {
  color: #b2b2b2;
}
.floatingButtons_module_floatingButton__badgeCount_Secondary__cf5c5f49 {
  color: #2196f3;
}
.floatingButtons_module_floatingButton__badgeCount_Warning__cf5c5f49 {
  color: #B71B1C;
}
.floatingButtons_module_floatingButton__icon__cf5c5f49 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 20px;
  flex-shrink: 0;
}
.floatingButtons_module_floatingButton__icon__cf5c5f49:after, .floatingButtons_module_floatingButton__icon__cf5c5f49::before {
  display: none;
}
.floatingButtons_module_floatingButton__label__cf5c5f49 {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  width: 0px;
  overflow: hidden;
}
.floatingButtons_module_floatingButton__cf5c5f49:hover {
  width: 100%;
}
.floatingButtons_module_floatingButton__cf5c5f49:hover .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  background-color: #ffffff;
  color: #2196f3;
}
.floatingButtons_module_floatingButton__cf5c5f49:hover .floatingButtons_module_floatingButton__label__cf5c5f49 {
  padding: 0px 16px;
  opacity: 1;
  width: fit-content;
}
.floatingButtons_module_floatingButton__cf5c5f49:hover .floatingButtons_module_floatingButton__badgeCount__cf5c5f49 {
  display: none;
}
.floatingButtons_module_floatingButton_Grayed__cf5c5f49 {
  color: #b2b2b2;
  background-color: #f6f6f6;
}
.floatingButtons_module_floatingButton_Grayed__cf5c5f49:hover .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  background-color: #f6f6f6;
  color: #b2b2b2;
}
.floatingButtons_module_floatingButton__cf5c5f49:disabled {
  width: 40px;
  cursor: not-allowed;
}
.floatingButtons_module_floatingButton_Secondary__cf5c5f49 {
  background-color: #ffffff;
}
.floatingButtons_module_floatingButton_Secondary__cf5c5f49 .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  color: #2196f3;
}
.floatingButtons_module_floatingButton_Secondary__cf5c5f49:hover {
  background-color: #2196f3;
  color: #ffffff;
}
.floatingButtons_module_floatingButton_Warning__cf5c5f49 {
  color: #ffffff;
  background-color: #f44336;
}
.floatingButtons_module_floatingButton_Warning__cf5c5f49:hover {
  background-color: #f44336;
  color: #ffffff;
}
.floatingButtons_module_floatingButton_Warning__cf5c5f49:hover .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  background-color: #ffffff;
  color: #f44336;
}
.floatingButtons_module_floatingButton_Primary__cf5c5f49 {
  background-color: #2ecc71;
}
.floatingButtons_module_floatingButton_Primary__cf5c5f49:hover .floatingButtons_module_floatingButton__icon__cf5c5f49 {
  color: #2ecc71;
}.avatar_module_dNone__3d7dc9bb {
  display: none !important;
}

.avatar_module_dInline__3d7dc9bb {
  display: inline !important;
}

.avatar_module_dInlineBlock__3d7dc9bb {
  display: inline-block !important;
}

.avatar_module_dBlock__3d7dc9bb {
  display: block !important;
}

.avatar_module_dTable__3d7dc9bb {
  display: table !important;
}

.avatar_module_dTableRow__3d7dc9bb {
  display: table-row !important;
}

.avatar_module_dTableCell__3d7dc9bb {
  display: table-cell !important;
}

.avatar_module_dFlex__3d7dc9bb {
  display: flex !important;
}

.avatar_module_dInlineFlex__3d7dc9bb {
  display: inline-flex !important;
}

.avatar_module_justifyContentStart__3d7dc9bb {
  justify-content: flex-start;
}

.avatar_module_justifyContentEnd__3d7dc9bb {
  justify-content: flex-end;
}

.avatar_module_justifyContentCenter__3d7dc9bb {
  justify-content: center;
}

.avatar_module_justifyContentBetween__3d7dc9bb {
  justify-content: space-between;
}

.avatar_module_justifyContentAround__3d7dc9bb {
  justify-content: space-around;
}

.avatar_module_justifyContentInitial__3d7dc9bb {
  justify-content: initial;
}

.avatar_module_justifyContentInherit__3d7dc9bb {
  justify-content: inherit;
}

.avatar_module_alignItemsStretch__3d7dc9bb {
  align-items: stretch;
}

.avatar_module_alignItemsCenter__3d7dc9bb {
  align-items: center;
}

.avatar_module_alignItemsStart__3d7dc9bb {
  align-items: flex-start;
}

.avatar_module_alignItemsEnd__3d7dc9bb {
  align-items: flex-end;
}

.avatar_module_alignItemsBase__3d7dc9bb {
  align-items: baseline;
}

.avatar_module_alignSelfAuto__3d7dc9bb {
  align-self: auto;
}

.avatar_module_alignSelfStretch__3d7dc9bb {
  align-self: stretch;
}

.avatar_module_alignSelfCenter__3d7dc9bb {
  align-self: center;
}

.avatar_module_alignSelfStart__3d7dc9bb {
  align-self: flex-start;
}

.avatar_module_alignSelfEnd__3d7dc9bb {
  align-self: flex-end;
}

.avatar_module_alignSelfBaseline__3d7dc9bb {
  align-self: baseline;
}

.avatar_module_alignSelfInitial__3d7dc9bb {
  align-self: initial;
}

.avatar_module_alignSelfInherit__3d7dc9bb {
  align-self: inherit;
}

.avatar_module_alignContentStretch__3d7dc9bb {
  align-content: stretch;
}

.avatar_module_alignContentCenter__3d7dc9bb {
  align-content: center;
}

.avatar_module_alignContentStart__3d7dc9bb {
  align-content: flex-start;
}

.avatar_module_alignContentEnd__3d7dc9bb {
  align-content: flex-end;
}

.avatar_module_alignContentBetween__3d7dc9bb {
  align-content: space-between;
}

.avatar_module_alignContentAround__3d7dc9bb {
  align-content: space-around;
}

.avatar_module_alignContentInitial__3d7dc9bb {
  align-content: initial;
}

.avatar_module_alignContentInherit__3d7dc9bb {
  align-content: inherit;
}

.avatar_module_flexRow__3d7dc9bb {
  flex-direction: row;
}

.avatar_module_flexRowReverse__3d7dc9bb {
  flex-direction: row-reverse;
}

.avatar_module_flexColumn__3d7dc9bb {
  flex-direction: column;
}

.avatar_module_flexColumnReverse__3d7dc9bb {
  flex-direction: column-reverse;
}

.avatar_module_flexWrap__3d7dc9bb {
  flex-wrap: wrap;
}

.avatar_module_flexNowrap__3d7dc9bb {
  flex-wrap: nowrap;
}

.avatar_module_order1__3d7dc9bb {
  order: 1;
}

.avatar_module_order2__3d7dc9bb {
  order: 2;
}

.avatar_module_order3__3d7dc9bb {
  order: 3;
}

.avatar_module_order4__3d7dc9bb {
  order: 4;
}

.avatar_module_order5__3d7dc9bb {
  order: 5;
}

.avatar_module_order6__3d7dc9bb {
  order: 6;
}

.avatar_module_order7__3d7dc9bb {
  order: 7;
}

.avatar_module_order8__3d7dc9bb {
  order: 8;
}

.avatar_module_order9__3d7dc9bb {
  order: 9;
}

.avatar_module_order10__3d7dc9bb {
  order: 10;
}

.avatar_module_order11__3d7dc9bb {
  order: 11;
}

.avatar_module_order12__3d7dc9bb {
  order: 12;
}

@media (min-width: 576px) {
  .avatar_module_dSmNone__3d7dc9bb {
    display: none !important;
  }
  .avatar_module_dSmInline__3d7dc9bb {
    display: inline !important;
  }
  .avatar_module_dSmInlineBlock__3d7dc9bb {
    display: inline-block !important;
  }
  .avatar_module_dSmBlock__3d7dc9bb {
    display: block !important;
  }
  .avatar_module_dSmTable__3d7dc9bb {
    display: table !important;
  }
  .avatar_module_dSmTableRow__3d7dc9bb {
    display: table-row !important;
  }
  .avatar_module_dSmTableCell__3d7dc9bb {
    display: table-cell !important;
  }
  .avatar_module_dSmFlex__3d7dc9bb {
    display: flex !important;
  }
  .avatar_module_dSmInlineFlex__3d7dc9bb {
    display: inline-flex !important;
  }
  .avatar_module_justifyContentStartSm__3d7dc9bb {
    justify-content: flex-start;
  }
  .avatar_module_justifyContentEndSm__3d7dc9bb {
    justify-content: flex-end;
  }
  .avatar_module_justifyContentCenterSm__3d7dc9bb {
    justify-content: center;
  }
  .avatar_module_justifyContentBetweenSm__3d7dc9bb {
    justify-content: space-between;
  }
  .avatar_module_justifyContentAroundSm__3d7dc9bb {
    justify-content: space-around;
  }
  .avatar_module_justifyContentInitialSm__3d7dc9bb {
    justify-content: initial;
  }
  .avatar_module_justifyContentInheritSm__3d7dc9bb {
    justify-content: inherit;
  }
  .avatar_module_alignItemsStretchSm__3d7dc9bb {
    align-items: stretch;
  }
  .avatar_module_alignItemsCenterSm__3d7dc9bb {
    align-items: center;
  }
  .avatar_module_alignItemsStartSm__3d7dc9bb {
    align-items: flex-start;
  }
  .avatar_module_alignItemsEndSm__3d7dc9bb {
    align-items: flex-end;
  }
  .avatar_module_alignItemsBaseSm__3d7dc9bb {
    align-items: baseline;
  }
  .avatar_module_alignSelfAutoSm__3d7dc9bb {
    align-self: auto;
  }
  .avatar_module_alignSelfStretchSm__3d7dc9bb {
    align-self: stretch;
  }
  .avatar_module_alignSelfCenterSm__3d7dc9bb {
    align-self: center;
  }
  .avatar_module_alignSelfStartSm__3d7dc9bb {
    align-self: flex-start;
  }
  .avatar_module_alignSelfEndSm__3d7dc9bb {
    align-self: flex-end;
  }
  .avatar_module_alignSelfBaselineSm__3d7dc9bb {
    align-self: baseline;
  }
  .avatar_module_alignSelfInitialSm__3d7dc9bb {
    align-self: initial;
  }
  .avatar_module_alignSelfInheritSm__3d7dc9bb {
    align-self: inherit;
  }
  .avatar_module_alignContentStretchSm__3d7dc9bb {
    align-content: stretch;
  }
  .avatar_module_alignContentCenterSm__3d7dc9bb {
    align-content: center;
  }
  .avatar_module_alignContentStartSm__3d7dc9bb {
    align-content: flex-start;
  }
  .avatar_module_alignContentEndSm__3d7dc9bb {
    align-content: flex-end;
  }
  .avatar_module_alignContentBetweenSm__3d7dc9bb {
    align-content: space-between;
  }
  .avatar_module_alignContentAroundSm__3d7dc9bb {
    align-content: space-around;
  }
  .avatar_module_alignContentInitialSm__3d7dc9bb {
    align-content: initial;
  }
  .avatar_module_alignContentInheritSm__3d7dc9bb {
    align-content: inherit;
  }
  .avatar_module_flexRowSm__3d7dc9bb {
    flex-direction: row;
  }
  .avatar_module_flexRowReverseSm__3d7dc9bb {
    flex-direction: row-reverse;
  }
  .avatar_module_flexColumnSm__3d7dc9bb {
    flex-direction: column;
  }
  .avatar_module_flexColumnReverseSm__3d7dc9bb {
    flex-direction: column-reverse;
  }
  .avatar_module_flexWrapSm__3d7dc9bb {
    flex-wrap: wrap;
  }
  .avatar_module_flexNowrapSm__3d7dc9bb {
    flex-wrap: nowrap;
  }
  .avatar_module_order1Sm__3d7dc9bb {
    order: 1;
  }
  .avatar_module_order2Sm__3d7dc9bb {
    order: 2;
  }
  .avatar_module_order3Sm__3d7dc9bb {
    order: 3;
  }
  .avatar_module_order4Sm__3d7dc9bb {
    order: 4;
  }
  .avatar_module_order5Sm__3d7dc9bb {
    order: 5;
  }
  .avatar_module_order6Sm__3d7dc9bb {
    order: 6;
  }
  .avatar_module_order7Sm__3d7dc9bb {
    order: 7;
  }
  .avatar_module_order8Sm__3d7dc9bb {
    order: 8;
  }
  .avatar_module_order9Sm__3d7dc9bb {
    order: 9;
  }
  .avatar_module_order10Sm__3d7dc9bb {
    order: 10;
  }
  .avatar_module_order11Sm__3d7dc9bb {
    order: 11;
  }
  .avatar_module_order12Sm__3d7dc9bb {
    order: 12;
  }
}
@media (min-width: 768px) {
  .avatar_module_dMdNone__3d7dc9bb {
    display: none !important;
  }
  .avatar_module_dMdInline__3d7dc9bb {
    display: inline !important;
  }
  .avatar_module_dMdInlineBlock__3d7dc9bb {
    display: inline-block !important;
  }
  .avatar_module_dMdBlock__3d7dc9bb {
    display: block !important;
  }
  .avatar_module_dMdTable__3d7dc9bb {
    display: table !important;
  }
  .avatar_module_dMdTableRow__3d7dc9bb {
    display: table-row !important;
  }
  .avatar_module_dMdTableCell__3d7dc9bb {
    display: table-cell !important;
  }
  .avatar_module_dMdFlex__3d7dc9bb {
    display: flex !important;
  }
  .avatar_module_dMdInlineFlex__3d7dc9bb {
    display: inline-flex !important;
  }
  .avatar_module_justifyContentStartMd__3d7dc9bb {
    justify-content: flex-start;
  }
  .avatar_module_justifyContentEndMd__3d7dc9bb {
    justify-content: flex-end;
  }
  .avatar_module_justifyContentCenterMd__3d7dc9bb {
    justify-content: center;
  }
  .avatar_module_justifyContentBetweenMd__3d7dc9bb {
    justify-content: space-between;
  }
  .avatar_module_justifyContentAroundMd__3d7dc9bb {
    justify-content: space-around;
  }
  .avatar_module_justifyContentInitialMd__3d7dc9bb {
    justify-content: initial;
  }
  .avatar_module_justifyContentInheritMd__3d7dc9bb {
    justify-content: inherit;
  }
  .avatar_module_alignItemsStretchMd__3d7dc9bb {
    align-items: stretch;
  }
  .avatar_module_alignItemsCenterMd__3d7dc9bb {
    align-items: center;
  }
  .avatar_module_alignItemsStartMd__3d7dc9bb {
    align-items: flex-start;
  }
  .avatar_module_alignItemsEndMd__3d7dc9bb {
    align-items: flex-end;
  }
  .avatar_module_alignItemsBaseMd__3d7dc9bb {
    align-items: baseline;
  }
  .avatar_module_alignSelfAutoMd__3d7dc9bb {
    align-self: auto;
  }
  .avatar_module_alignSelfStretchMd__3d7dc9bb {
    align-self: stretch;
  }
  .avatar_module_alignSelfCenterMd__3d7dc9bb {
    align-self: center;
  }
  .avatar_module_alignSelfStartMd__3d7dc9bb {
    align-self: flex-start;
  }
  .avatar_module_alignSelfEndMd__3d7dc9bb {
    align-self: flex-end;
  }
  .avatar_module_alignSelfBaselineMd__3d7dc9bb {
    align-self: baseline;
  }
  .avatar_module_alignSelfInitialMd__3d7dc9bb {
    align-self: initial;
  }
  .avatar_module_alignSelfInheritMd__3d7dc9bb {
    align-self: inherit;
  }
  .avatar_module_alignContentStretchMd__3d7dc9bb {
    align-content: stretch;
  }
  .avatar_module_alignContentCenterMd__3d7dc9bb {
    align-content: center;
  }
  .avatar_module_alignContentStartMd__3d7dc9bb {
    align-content: flex-start;
  }
  .avatar_module_alignContentEndMd__3d7dc9bb {
    align-content: flex-end;
  }
  .avatar_module_alignContentBetweenMd__3d7dc9bb {
    align-content: space-between;
  }
  .avatar_module_alignContentAroundMd__3d7dc9bb {
    align-content: space-around;
  }
  .avatar_module_alignContentInitialMd__3d7dc9bb {
    align-content: initial;
  }
  .avatar_module_alignContentInheritMd__3d7dc9bb {
    align-content: inherit;
  }
  .avatar_module_flexRowMd__3d7dc9bb {
    flex-direction: row;
  }
  .avatar_module_flexRowReverseMd__3d7dc9bb {
    flex-direction: row-reverse;
  }
  .avatar_module_flexColumnMd__3d7dc9bb {
    flex-direction: column;
  }
  .avatar_module_flexColumnReverseMd__3d7dc9bb {
    flex-direction: column-reverse;
  }
  .avatar_module_flexWrapMd__3d7dc9bb {
    flex-wrap: wrap;
  }
  .avatar_module_flexNowrapMd__3d7dc9bb {
    flex-wrap: nowrap;
  }
  .avatar_module_order1Md__3d7dc9bb {
    order: 1;
  }
  .avatar_module_order2Md__3d7dc9bb {
    order: 2;
  }
  .avatar_module_order3Md__3d7dc9bb {
    order: 3;
  }
  .avatar_module_order4Md__3d7dc9bb {
    order: 4;
  }
  .avatar_module_order5Md__3d7dc9bb {
    order: 5;
  }
  .avatar_module_order6Md__3d7dc9bb {
    order: 6;
  }
  .avatar_module_order7Md__3d7dc9bb {
    order: 7;
  }
  .avatar_module_order8Md__3d7dc9bb {
    order: 8;
  }
  .avatar_module_order9Md__3d7dc9bb {
    order: 9;
  }
  .avatar_module_order10Md__3d7dc9bb {
    order: 10;
  }
  .avatar_module_order11Md__3d7dc9bb {
    order: 11;
  }
  .avatar_module_order12Md__3d7dc9bb {
    order: 12;
  }
}
@media (min-width: 992px) {
  .avatar_module_dLgNone__3d7dc9bb {
    display: none !important;
  }
  .avatar_module_dLgInline__3d7dc9bb {
    display: inline !important;
  }
  .avatar_module_dLgInlineBlock__3d7dc9bb {
    display: inline-block !important;
  }
  .avatar_module_dLgBlock__3d7dc9bb {
    display: block !important;
  }
  .avatar_module_dLgTable__3d7dc9bb {
    display: table !important;
  }
  .avatar_module_dLgTableRow__3d7dc9bb {
    display: table-row !important;
  }
  .avatar_module_dLgTableCell__3d7dc9bb {
    display: table-cell !important;
  }
  .avatar_module_dLgFlex__3d7dc9bb {
    display: flex !important;
  }
  .avatar_module_dLgInlineFlex__3d7dc9bb {
    display: inline-flex !important;
  }
  .avatar_module_justifyContentStartLg__3d7dc9bb {
    justify-content: flex-start;
  }
  .avatar_module_justifyContentEndLg__3d7dc9bb {
    justify-content: flex-end;
  }
  .avatar_module_justifyContentCenterLg__3d7dc9bb {
    justify-content: center;
  }
  .avatar_module_justifyContentBetweenLg__3d7dc9bb {
    justify-content: space-between;
  }
  .avatar_module_justifyContentAroundLg__3d7dc9bb {
    justify-content: space-around;
  }
  .avatar_module_justifyContentInitialLg__3d7dc9bb {
    justify-content: initial;
  }
  .avatar_module_justifyContentInheritLg__3d7dc9bb {
    justify-content: inherit;
  }
  .avatar_module_alignItemsStretchLg__3d7dc9bb {
    align-items: stretch;
  }
  .avatar_module_alignItemsCenterLg__3d7dc9bb {
    align-items: center;
  }
  .avatar_module_alignItemsStartLg__3d7dc9bb {
    align-items: flex-start;
  }
  .avatar_module_alignItemsEndLg__3d7dc9bb {
    align-items: flex-end;
  }
  .avatar_module_alignItemsBaseLg__3d7dc9bb {
    align-items: baseline;
  }
  .avatar_module_alignSelfAutoLg__3d7dc9bb {
    align-self: auto;
  }
  .avatar_module_alignSelfStretchLg__3d7dc9bb {
    align-self: stretch;
  }
  .avatar_module_alignSelfCenterLg__3d7dc9bb {
    align-self: center;
  }
  .avatar_module_alignSelfStartLg__3d7dc9bb {
    align-self: flex-start;
  }
  .avatar_module_alignSelfEndLg__3d7dc9bb {
    align-self: flex-end;
  }
  .avatar_module_alignSelfBaselineLg__3d7dc9bb {
    align-self: baseline;
  }
  .avatar_module_alignSelfInitialLg__3d7dc9bb {
    align-self: initial;
  }
  .avatar_module_alignSelfInheritLg__3d7dc9bb {
    align-self: inherit;
  }
  .avatar_module_alignContentStretchLg__3d7dc9bb {
    align-content: stretch;
  }
  .avatar_module_alignContentCenterLg__3d7dc9bb {
    align-content: center;
  }
  .avatar_module_alignContentStartLg__3d7dc9bb {
    align-content: flex-start;
  }
  .avatar_module_alignContentEndLg__3d7dc9bb {
    align-content: flex-end;
  }
  .avatar_module_alignContentBetweenLg__3d7dc9bb {
    align-content: space-between;
  }
  .avatar_module_alignContentAroundLg__3d7dc9bb {
    align-content: space-around;
  }
  .avatar_module_alignContentInitialLg__3d7dc9bb {
    align-content: initial;
  }
  .avatar_module_alignContentInheritLg__3d7dc9bb {
    align-content: inherit;
  }
  .avatar_module_flexRowLg__3d7dc9bb {
    flex-direction: row;
  }
  .avatar_module_flexRowReverseLg__3d7dc9bb {
    flex-direction: row-reverse;
  }
  .avatar_module_flexColumnLg__3d7dc9bb {
    flex-direction: column;
  }
  .avatar_module_flexColumnReverseLg__3d7dc9bb {
    flex-direction: column-reverse;
  }
  .avatar_module_flexWrapLg__3d7dc9bb {
    flex-wrap: wrap;
  }
  .avatar_module_flexNowrapLg__3d7dc9bb {
    flex-wrap: nowrap;
  }
  .avatar_module_order1Lg__3d7dc9bb {
    order: 1;
  }
  .avatar_module_order2Lg__3d7dc9bb {
    order: 2;
  }
  .avatar_module_order3Lg__3d7dc9bb {
    order: 3;
  }
  .avatar_module_order4Lg__3d7dc9bb {
    order: 4;
  }
  .avatar_module_order5Lg__3d7dc9bb {
    order: 5;
  }
  .avatar_module_order6Lg__3d7dc9bb {
    order: 6;
  }
  .avatar_module_order7Lg__3d7dc9bb {
    order: 7;
  }
  .avatar_module_order8Lg__3d7dc9bb {
    order: 8;
  }
  .avatar_module_order9Lg__3d7dc9bb {
    order: 9;
  }
  .avatar_module_order10Lg__3d7dc9bb {
    order: 10;
  }
  .avatar_module_order11Lg__3d7dc9bb {
    order: 11;
  }
  .avatar_module_order12Lg__3d7dc9bb {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .avatar_module_dXlNone__3d7dc9bb {
    display: none !important;
  }
  .avatar_module_dXlInline__3d7dc9bb {
    display: inline !important;
  }
  .avatar_module_dXlInlineBlock__3d7dc9bb {
    display: inline-block !important;
  }
  .avatar_module_dXlBlock__3d7dc9bb {
    display: block !important;
  }
  .avatar_module_dXlTable__3d7dc9bb {
    display: table !important;
  }
  .avatar_module_dXlTableRow__3d7dc9bb {
    display: table-row !important;
  }
  .avatar_module_dXlTableCell__3d7dc9bb {
    display: table-cell !important;
  }
  .avatar_module_dXlFlex__3d7dc9bb {
    display: flex !important;
  }
  .avatar_module_dXlInlineFlex__3d7dc9bb {
    display: inline-flex !important;
  }
  .avatar_module_justifyContentStartXl__3d7dc9bb {
    justify-content: flex-start;
  }
  .avatar_module_justifyContentEndXl__3d7dc9bb {
    justify-content: flex-end;
  }
  .avatar_module_justifyContentCenterXl__3d7dc9bb {
    justify-content: center;
  }
  .avatar_module_justifyContentBetweenXl__3d7dc9bb {
    justify-content: space-between;
  }
  .avatar_module_justifyContentAroundXl__3d7dc9bb {
    justify-content: space-around;
  }
  .avatar_module_justifyContentInitialXl__3d7dc9bb {
    justify-content: initial;
  }
  .avatar_module_justifyContentInheritXl__3d7dc9bb {
    justify-content: inherit;
  }
  .avatar_module_alignItemsStretchXl__3d7dc9bb {
    align-items: stretch;
  }
  .avatar_module_alignItemsCenterXl__3d7dc9bb {
    align-items: center;
  }
  .avatar_module_alignItemsStartXl__3d7dc9bb {
    align-items: flex-start;
  }
  .avatar_module_alignItemsEndXl__3d7dc9bb {
    align-items: flex-end;
  }
  .avatar_module_alignItemsBaseXl__3d7dc9bb {
    align-items: baseline;
  }
  .avatar_module_alignSelfAutoXl__3d7dc9bb {
    align-self: auto;
  }
  .avatar_module_alignSelfStretchXl__3d7dc9bb {
    align-self: stretch;
  }
  .avatar_module_alignSelfCenterXl__3d7dc9bb {
    align-self: center;
  }
  .avatar_module_alignSelfStartXl__3d7dc9bb {
    align-self: flex-start;
  }
  .avatar_module_alignSelfEndXl__3d7dc9bb {
    align-self: flex-end;
  }
  .avatar_module_alignSelfBaselineXl__3d7dc9bb {
    align-self: baseline;
  }
  .avatar_module_alignSelfInitialXl__3d7dc9bb {
    align-self: initial;
  }
  .avatar_module_alignSelfInheritXl__3d7dc9bb {
    align-self: inherit;
  }
  .avatar_module_alignContentStretchXl__3d7dc9bb {
    align-content: stretch;
  }
  .avatar_module_alignContentCenterXl__3d7dc9bb {
    align-content: center;
  }
  .avatar_module_alignContentStartXl__3d7dc9bb {
    align-content: flex-start;
  }
  .avatar_module_alignContentEndXl__3d7dc9bb {
    align-content: flex-end;
  }
  .avatar_module_alignContentBetweenXl__3d7dc9bb {
    align-content: space-between;
  }
  .avatar_module_alignContentAroundXl__3d7dc9bb {
    align-content: space-around;
  }
  .avatar_module_alignContentInitialXl__3d7dc9bb {
    align-content: initial;
  }
  .avatar_module_alignContentInheritXl__3d7dc9bb {
    align-content: inherit;
  }
  .avatar_module_flexRowXl__3d7dc9bb {
    flex-direction: row;
  }
  .avatar_module_flexRowReverseXl__3d7dc9bb {
    flex-direction: row-reverse;
  }
  .avatar_module_flexColumnXl__3d7dc9bb {
    flex-direction: column;
  }
  .avatar_module_flexColumnReverseXl__3d7dc9bb {
    flex-direction: column-reverse;
  }
  .avatar_module_flexWrapXl__3d7dc9bb {
    flex-wrap: wrap;
  }
  .avatar_module_flexNowrapXl__3d7dc9bb {
    flex-wrap: nowrap;
  }
  .avatar_module_order1Xl__3d7dc9bb {
    order: 1;
  }
  .avatar_module_order2Xl__3d7dc9bb {
    order: 2;
  }
  .avatar_module_order3Xl__3d7dc9bb {
    order: 3;
  }
  .avatar_module_order4Xl__3d7dc9bb {
    order: 4;
  }
  .avatar_module_order5Xl__3d7dc9bb {
    order: 5;
  }
  .avatar_module_order6Xl__3d7dc9bb {
    order: 6;
  }
  .avatar_module_order7Xl__3d7dc9bb {
    order: 7;
  }
  .avatar_module_order8Xl__3d7dc9bb {
    order: 8;
  }
  .avatar_module_order9Xl__3d7dc9bb {
    order: 9;
  }
  .avatar_module_order10Xl__3d7dc9bb {
    order: 10;
  }
  .avatar_module_order11Xl__3d7dc9bb {
    order: 11;
  }
  .avatar_module_order12Xl__3d7dc9bb {
    order: 12;
  }
}
.avatar_module_avatar__3d7dc9bb {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.avatar_module_avatar__3d7dc9bb:after, .avatar_module_avatar__3d7dc9bb::before {
  display: none;
}
@media (max-width: 767px) {
  .avatar_module_avatar__3d7dc9bb {
    flex-direction: column;
    align-items: flex-start;
  }
}
.avatar_module_avatar__dropIcon__3d7dc9bb {
  color: #b2b2b2;
}
.avatar_module_avatar__image__3d7dc9bb {
  overflow: hidden;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.avatar_module_avatar__image_Round__3d7dc9bb {
  border-radius: 100%;
}
.avatar_module_avatar__image_Lg__3d7dc9bb {
  width: 74px;
  height: 74px;
}
.avatar_module_avatar__image_Md__3d7dc9bb {
  width: 40px;
  height: 40px;
}
.avatar_module_avatar__image_Sm36__3d7dc9bb {
  width: 36px;
  height: 36px;
}
.avatar_module_avatar__image_Sm__3d7dc9bb {
  width: 28px;
  height: 28px;
}
.avatar_module_avatar__image_Smlr__3d7dc9bb {
  width: 24px;
  height: 24px;
}
.avatar_module_avatar__image_Xs__3d7dc9bb {
  width: 20px;
  height: 20px;
}
.avatar_module_avatar__image__3d7dc9bb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.avatar_module_avatar__content__3d7dc9bb {
  margin-left: 1rem;
}
.avatar_module_avatar__content_MediumSpaced__3d7dc9bb {
  margin-left: 0.75rem;
}
.avatar_module_avatar__content_SmallSpaced__3d7dc9bb {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .avatar_module_avatar__content__3d7dc9bb {
    margin-left: 0;
    padding-top: 8px;
  }
}
.avatar_module_avatar__title__3d7dc9bb {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
}
.avatar_module_avatar__title_SmFont__3d7dc9bb {
  font-size: 0.875rem;
}
.avatar_module_avatar__body_XsFont__3d7dc9bb {
  font-size: 0.75rem;
}

.avatar_module_dropmenu__3d7dc9bb {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
  padding: 8px 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-30px);
  transition: all 0.1s ease;
}
.avatar_module_dropmenu__3d7dc9bb.avatar_module_show__3d7dc9bb {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.avatar_module_dropmenu__node__3d7dc9bb a,
.avatar_module_dropmenu__node__3d7dc9bb button {
  padding: 8px 16px;
}
.avatar_module_dropmenu__link__3d7dc9bb {
  color: #737373;
  font-weight: getWeight("normal");
  font-size: 14px;
  width: 100%;
  display: block;
}
.avatar_module_dropmenu__link__3d7dc9bb:hover {
  color: #25a25a;
}
.avatar_module_dropmenu__button__3d7dc9bb {
  color: #737373;
  font-size: 14px;
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  transition: all 0.1s ease;
}
.avatar_module_dropmenu__button__3d7dc9bb:hover {
  color: #25a25a;
}

.avatar_module_fontWeight_400__3d7dc9bb {
  font-weight: 400 !important;
}.flashContainer_module_dNone__456cb8fe {
  display: none !important;
}

.flashContainer_module_dInline__456cb8fe {
  display: inline !important;
}

.flashContainer_module_dInlineBlock__456cb8fe {
  display: inline-block !important;
}

.flashContainer_module_dBlock__456cb8fe {
  display: block !important;
}

.flashContainer_module_dTable__456cb8fe {
  display: table !important;
}

.flashContainer_module_dTableRow__456cb8fe {
  display: table-row !important;
}

.flashContainer_module_dTableCell__456cb8fe {
  display: table-cell !important;
}

.flashContainer_module_dFlex__456cb8fe {
  display: flex !important;
}

.flashContainer_module_dInlineFlex__456cb8fe {
  display: inline-flex !important;
}

.flashContainer_module_justifyContentStart__456cb8fe {
  justify-content: flex-start;
}

.flashContainer_module_justifyContentEnd__456cb8fe {
  justify-content: flex-end;
}

.flashContainer_module_justifyContentCenter__456cb8fe {
  justify-content: center;
}

.flashContainer_module_justifyContentBetween__456cb8fe {
  justify-content: space-between;
}

.flashContainer_module_justifyContentAround__456cb8fe {
  justify-content: space-around;
}

.flashContainer_module_justifyContentInitial__456cb8fe {
  justify-content: initial;
}

.flashContainer_module_justifyContentInherit__456cb8fe {
  justify-content: inherit;
}

.flashContainer_module_alignItemsStretch__456cb8fe {
  align-items: stretch;
}

.flashContainer_module_alignItemsCenter__456cb8fe {
  align-items: center;
}

.flashContainer_module_alignItemsStart__456cb8fe {
  align-items: flex-start;
}

.flashContainer_module_alignItemsEnd__456cb8fe {
  align-items: flex-end;
}

.flashContainer_module_alignItemsBase__456cb8fe {
  align-items: baseline;
}

.flashContainer_module_alignSelfAuto__456cb8fe {
  align-self: auto;
}

.flashContainer_module_alignSelfStretch__456cb8fe {
  align-self: stretch;
}

.flashContainer_module_alignSelfCenter__456cb8fe {
  align-self: center;
}

.flashContainer_module_alignSelfStart__456cb8fe {
  align-self: flex-start;
}

.flashContainer_module_alignSelfEnd__456cb8fe {
  align-self: flex-end;
}

.flashContainer_module_alignSelfBaseline__456cb8fe {
  align-self: baseline;
}

.flashContainer_module_alignSelfInitial__456cb8fe {
  align-self: initial;
}

.flashContainer_module_alignSelfInherit__456cb8fe {
  align-self: inherit;
}

.flashContainer_module_alignContentStretch__456cb8fe {
  align-content: stretch;
}

.flashContainer_module_alignContentCenter__456cb8fe {
  align-content: center;
}

.flashContainer_module_alignContentStart__456cb8fe {
  align-content: flex-start;
}

.flashContainer_module_alignContentEnd__456cb8fe {
  align-content: flex-end;
}

.flashContainer_module_alignContentBetween__456cb8fe {
  align-content: space-between;
}

.flashContainer_module_alignContentAround__456cb8fe {
  align-content: space-around;
}

.flashContainer_module_alignContentInitial__456cb8fe {
  align-content: initial;
}

.flashContainer_module_alignContentInherit__456cb8fe {
  align-content: inherit;
}

.flashContainer_module_flexRow__456cb8fe {
  flex-direction: row;
}

.flashContainer_module_flexRowReverse__456cb8fe {
  flex-direction: row-reverse;
}

.flashContainer_module_flexColumn__456cb8fe {
  flex-direction: column;
}

.flashContainer_module_flexColumnReverse__456cb8fe {
  flex-direction: column-reverse;
}

.flashContainer_module_flexWrap__456cb8fe {
  flex-wrap: wrap;
}

.flashContainer_module_flexNowrap__456cb8fe {
  flex-wrap: nowrap;
}

.flashContainer_module_order1__456cb8fe {
  order: 1;
}

.flashContainer_module_order2__456cb8fe {
  order: 2;
}

.flashContainer_module_order3__456cb8fe {
  order: 3;
}

.flashContainer_module_order4__456cb8fe {
  order: 4;
}

.flashContainer_module_order5__456cb8fe {
  order: 5;
}

.flashContainer_module_order6__456cb8fe {
  order: 6;
}

.flashContainer_module_order7__456cb8fe {
  order: 7;
}

.flashContainer_module_order8__456cb8fe {
  order: 8;
}

.flashContainer_module_order9__456cb8fe {
  order: 9;
}

.flashContainer_module_order10__456cb8fe {
  order: 10;
}

.flashContainer_module_order11__456cb8fe {
  order: 11;
}

.flashContainer_module_order12__456cb8fe {
  order: 12;
}

@media (min-width: 576px) {
  .flashContainer_module_dSmNone__456cb8fe {
    display: none !important;
  }
  .flashContainer_module_dSmInline__456cb8fe {
    display: inline !important;
  }
  .flashContainer_module_dSmInlineBlock__456cb8fe {
    display: inline-block !important;
  }
  .flashContainer_module_dSmBlock__456cb8fe {
    display: block !important;
  }
  .flashContainer_module_dSmTable__456cb8fe {
    display: table !important;
  }
  .flashContainer_module_dSmTableRow__456cb8fe {
    display: table-row !important;
  }
  .flashContainer_module_dSmTableCell__456cb8fe {
    display: table-cell !important;
  }
  .flashContainer_module_dSmFlex__456cb8fe {
    display: flex !important;
  }
  .flashContainer_module_dSmInlineFlex__456cb8fe {
    display: inline-flex !important;
  }
  .flashContainer_module_justifyContentStartSm__456cb8fe {
    justify-content: flex-start;
  }
  .flashContainer_module_justifyContentEndSm__456cb8fe {
    justify-content: flex-end;
  }
  .flashContainer_module_justifyContentCenterSm__456cb8fe {
    justify-content: center;
  }
  .flashContainer_module_justifyContentBetweenSm__456cb8fe {
    justify-content: space-between;
  }
  .flashContainer_module_justifyContentAroundSm__456cb8fe {
    justify-content: space-around;
  }
  .flashContainer_module_justifyContentInitialSm__456cb8fe {
    justify-content: initial;
  }
  .flashContainer_module_justifyContentInheritSm__456cb8fe {
    justify-content: inherit;
  }
  .flashContainer_module_alignItemsStretchSm__456cb8fe {
    align-items: stretch;
  }
  .flashContainer_module_alignItemsCenterSm__456cb8fe {
    align-items: center;
  }
  .flashContainer_module_alignItemsStartSm__456cb8fe {
    align-items: flex-start;
  }
  .flashContainer_module_alignItemsEndSm__456cb8fe {
    align-items: flex-end;
  }
  .flashContainer_module_alignItemsBaseSm__456cb8fe {
    align-items: baseline;
  }
  .flashContainer_module_alignSelfAutoSm__456cb8fe {
    align-self: auto;
  }
  .flashContainer_module_alignSelfStretchSm__456cb8fe {
    align-self: stretch;
  }
  .flashContainer_module_alignSelfCenterSm__456cb8fe {
    align-self: center;
  }
  .flashContainer_module_alignSelfStartSm__456cb8fe {
    align-self: flex-start;
  }
  .flashContainer_module_alignSelfEndSm__456cb8fe {
    align-self: flex-end;
  }
  .flashContainer_module_alignSelfBaselineSm__456cb8fe {
    align-self: baseline;
  }
  .flashContainer_module_alignSelfInitialSm__456cb8fe {
    align-self: initial;
  }
  .flashContainer_module_alignSelfInheritSm__456cb8fe {
    align-self: inherit;
  }
  .flashContainer_module_alignContentStretchSm__456cb8fe {
    align-content: stretch;
  }
  .flashContainer_module_alignContentCenterSm__456cb8fe {
    align-content: center;
  }
  .flashContainer_module_alignContentStartSm__456cb8fe {
    align-content: flex-start;
  }
  .flashContainer_module_alignContentEndSm__456cb8fe {
    align-content: flex-end;
  }
  .flashContainer_module_alignContentBetweenSm__456cb8fe {
    align-content: space-between;
  }
  .flashContainer_module_alignContentAroundSm__456cb8fe {
    align-content: space-around;
  }
  .flashContainer_module_alignContentInitialSm__456cb8fe {
    align-content: initial;
  }
  .flashContainer_module_alignContentInheritSm__456cb8fe {
    align-content: inherit;
  }
  .flashContainer_module_flexRowSm__456cb8fe {
    flex-direction: row;
  }
  .flashContainer_module_flexRowReverseSm__456cb8fe {
    flex-direction: row-reverse;
  }
  .flashContainer_module_flexColumnSm__456cb8fe {
    flex-direction: column;
  }
  .flashContainer_module_flexColumnReverseSm__456cb8fe {
    flex-direction: column-reverse;
  }
  .flashContainer_module_flexWrapSm__456cb8fe {
    flex-wrap: wrap;
  }
  .flashContainer_module_flexNowrapSm__456cb8fe {
    flex-wrap: nowrap;
  }
  .flashContainer_module_order1Sm__456cb8fe {
    order: 1;
  }
  .flashContainer_module_order2Sm__456cb8fe {
    order: 2;
  }
  .flashContainer_module_order3Sm__456cb8fe {
    order: 3;
  }
  .flashContainer_module_order4Sm__456cb8fe {
    order: 4;
  }
  .flashContainer_module_order5Sm__456cb8fe {
    order: 5;
  }
  .flashContainer_module_order6Sm__456cb8fe {
    order: 6;
  }
  .flashContainer_module_order7Sm__456cb8fe {
    order: 7;
  }
  .flashContainer_module_order8Sm__456cb8fe {
    order: 8;
  }
  .flashContainer_module_order9Sm__456cb8fe {
    order: 9;
  }
  .flashContainer_module_order10Sm__456cb8fe {
    order: 10;
  }
  .flashContainer_module_order11Sm__456cb8fe {
    order: 11;
  }
  .flashContainer_module_order12Sm__456cb8fe {
    order: 12;
  }
}
@media (min-width: 768px) {
  .flashContainer_module_dMdNone__456cb8fe {
    display: none !important;
  }
  .flashContainer_module_dMdInline__456cb8fe {
    display: inline !important;
  }
  .flashContainer_module_dMdInlineBlock__456cb8fe {
    display: inline-block !important;
  }
  .flashContainer_module_dMdBlock__456cb8fe {
    display: block !important;
  }
  .flashContainer_module_dMdTable__456cb8fe {
    display: table !important;
  }
  .flashContainer_module_dMdTableRow__456cb8fe {
    display: table-row !important;
  }
  .flashContainer_module_dMdTableCell__456cb8fe {
    display: table-cell !important;
  }
  .flashContainer_module_dMdFlex__456cb8fe {
    display: flex !important;
  }
  .flashContainer_module_dMdInlineFlex__456cb8fe {
    display: inline-flex !important;
  }
  .flashContainer_module_justifyContentStartMd__456cb8fe {
    justify-content: flex-start;
  }
  .flashContainer_module_justifyContentEndMd__456cb8fe {
    justify-content: flex-end;
  }
  .flashContainer_module_justifyContentCenterMd__456cb8fe {
    justify-content: center;
  }
  .flashContainer_module_justifyContentBetweenMd__456cb8fe {
    justify-content: space-between;
  }
  .flashContainer_module_justifyContentAroundMd__456cb8fe {
    justify-content: space-around;
  }
  .flashContainer_module_justifyContentInitialMd__456cb8fe {
    justify-content: initial;
  }
  .flashContainer_module_justifyContentInheritMd__456cb8fe {
    justify-content: inherit;
  }
  .flashContainer_module_alignItemsStretchMd__456cb8fe {
    align-items: stretch;
  }
  .flashContainer_module_alignItemsCenterMd__456cb8fe {
    align-items: center;
  }
  .flashContainer_module_alignItemsStartMd__456cb8fe {
    align-items: flex-start;
  }
  .flashContainer_module_alignItemsEndMd__456cb8fe {
    align-items: flex-end;
  }
  .flashContainer_module_alignItemsBaseMd__456cb8fe {
    align-items: baseline;
  }
  .flashContainer_module_alignSelfAutoMd__456cb8fe {
    align-self: auto;
  }
  .flashContainer_module_alignSelfStretchMd__456cb8fe {
    align-self: stretch;
  }
  .flashContainer_module_alignSelfCenterMd__456cb8fe {
    align-self: center;
  }
  .flashContainer_module_alignSelfStartMd__456cb8fe {
    align-self: flex-start;
  }
  .flashContainer_module_alignSelfEndMd__456cb8fe {
    align-self: flex-end;
  }
  .flashContainer_module_alignSelfBaselineMd__456cb8fe {
    align-self: baseline;
  }
  .flashContainer_module_alignSelfInitialMd__456cb8fe {
    align-self: initial;
  }
  .flashContainer_module_alignSelfInheritMd__456cb8fe {
    align-self: inherit;
  }
  .flashContainer_module_alignContentStretchMd__456cb8fe {
    align-content: stretch;
  }
  .flashContainer_module_alignContentCenterMd__456cb8fe {
    align-content: center;
  }
  .flashContainer_module_alignContentStartMd__456cb8fe {
    align-content: flex-start;
  }
  .flashContainer_module_alignContentEndMd__456cb8fe {
    align-content: flex-end;
  }
  .flashContainer_module_alignContentBetweenMd__456cb8fe {
    align-content: space-between;
  }
  .flashContainer_module_alignContentAroundMd__456cb8fe {
    align-content: space-around;
  }
  .flashContainer_module_alignContentInitialMd__456cb8fe {
    align-content: initial;
  }
  .flashContainer_module_alignContentInheritMd__456cb8fe {
    align-content: inherit;
  }
  .flashContainer_module_flexRowMd__456cb8fe {
    flex-direction: row;
  }
  .flashContainer_module_flexRowReverseMd__456cb8fe {
    flex-direction: row-reverse;
  }
  .flashContainer_module_flexColumnMd__456cb8fe {
    flex-direction: column;
  }
  .flashContainer_module_flexColumnReverseMd__456cb8fe {
    flex-direction: column-reverse;
  }
  .flashContainer_module_flexWrapMd__456cb8fe {
    flex-wrap: wrap;
  }
  .flashContainer_module_flexNowrapMd__456cb8fe {
    flex-wrap: nowrap;
  }
  .flashContainer_module_order1Md__456cb8fe {
    order: 1;
  }
  .flashContainer_module_order2Md__456cb8fe {
    order: 2;
  }
  .flashContainer_module_order3Md__456cb8fe {
    order: 3;
  }
  .flashContainer_module_order4Md__456cb8fe {
    order: 4;
  }
  .flashContainer_module_order5Md__456cb8fe {
    order: 5;
  }
  .flashContainer_module_order6Md__456cb8fe {
    order: 6;
  }
  .flashContainer_module_order7Md__456cb8fe {
    order: 7;
  }
  .flashContainer_module_order8Md__456cb8fe {
    order: 8;
  }
  .flashContainer_module_order9Md__456cb8fe {
    order: 9;
  }
  .flashContainer_module_order10Md__456cb8fe {
    order: 10;
  }
  .flashContainer_module_order11Md__456cb8fe {
    order: 11;
  }
  .flashContainer_module_order12Md__456cb8fe {
    order: 12;
  }
}
@media (min-width: 992px) {
  .flashContainer_module_dLgNone__456cb8fe {
    display: none !important;
  }
  .flashContainer_module_dLgInline__456cb8fe {
    display: inline !important;
  }
  .flashContainer_module_dLgInlineBlock__456cb8fe {
    display: inline-block !important;
  }
  .flashContainer_module_dLgBlock__456cb8fe {
    display: block !important;
  }
  .flashContainer_module_dLgTable__456cb8fe {
    display: table !important;
  }
  .flashContainer_module_dLgTableRow__456cb8fe {
    display: table-row !important;
  }
  .flashContainer_module_dLgTableCell__456cb8fe {
    display: table-cell !important;
  }
  .flashContainer_module_dLgFlex__456cb8fe {
    display: flex !important;
  }
  .flashContainer_module_dLgInlineFlex__456cb8fe {
    display: inline-flex !important;
  }
  .flashContainer_module_justifyContentStartLg__456cb8fe {
    justify-content: flex-start;
  }
  .flashContainer_module_justifyContentEndLg__456cb8fe {
    justify-content: flex-end;
  }
  .flashContainer_module_justifyContentCenterLg__456cb8fe {
    justify-content: center;
  }
  .flashContainer_module_justifyContentBetweenLg__456cb8fe {
    justify-content: space-between;
  }
  .flashContainer_module_justifyContentAroundLg__456cb8fe {
    justify-content: space-around;
  }
  .flashContainer_module_justifyContentInitialLg__456cb8fe {
    justify-content: initial;
  }
  .flashContainer_module_justifyContentInheritLg__456cb8fe {
    justify-content: inherit;
  }
  .flashContainer_module_alignItemsStretchLg__456cb8fe {
    align-items: stretch;
  }
  .flashContainer_module_alignItemsCenterLg__456cb8fe {
    align-items: center;
  }
  .flashContainer_module_alignItemsStartLg__456cb8fe {
    align-items: flex-start;
  }
  .flashContainer_module_alignItemsEndLg__456cb8fe {
    align-items: flex-end;
  }
  .flashContainer_module_alignItemsBaseLg__456cb8fe {
    align-items: baseline;
  }
  .flashContainer_module_alignSelfAutoLg__456cb8fe {
    align-self: auto;
  }
  .flashContainer_module_alignSelfStretchLg__456cb8fe {
    align-self: stretch;
  }
  .flashContainer_module_alignSelfCenterLg__456cb8fe {
    align-self: center;
  }
  .flashContainer_module_alignSelfStartLg__456cb8fe {
    align-self: flex-start;
  }
  .flashContainer_module_alignSelfEndLg__456cb8fe {
    align-self: flex-end;
  }
  .flashContainer_module_alignSelfBaselineLg__456cb8fe {
    align-self: baseline;
  }
  .flashContainer_module_alignSelfInitialLg__456cb8fe {
    align-self: initial;
  }
  .flashContainer_module_alignSelfInheritLg__456cb8fe {
    align-self: inherit;
  }
  .flashContainer_module_alignContentStretchLg__456cb8fe {
    align-content: stretch;
  }
  .flashContainer_module_alignContentCenterLg__456cb8fe {
    align-content: center;
  }
  .flashContainer_module_alignContentStartLg__456cb8fe {
    align-content: flex-start;
  }
  .flashContainer_module_alignContentEndLg__456cb8fe {
    align-content: flex-end;
  }
  .flashContainer_module_alignContentBetweenLg__456cb8fe {
    align-content: space-between;
  }
  .flashContainer_module_alignContentAroundLg__456cb8fe {
    align-content: space-around;
  }
  .flashContainer_module_alignContentInitialLg__456cb8fe {
    align-content: initial;
  }
  .flashContainer_module_alignContentInheritLg__456cb8fe {
    align-content: inherit;
  }
  .flashContainer_module_flexRowLg__456cb8fe {
    flex-direction: row;
  }
  .flashContainer_module_flexRowReverseLg__456cb8fe {
    flex-direction: row-reverse;
  }
  .flashContainer_module_flexColumnLg__456cb8fe {
    flex-direction: column;
  }
  .flashContainer_module_flexColumnReverseLg__456cb8fe {
    flex-direction: column-reverse;
  }
  .flashContainer_module_flexWrapLg__456cb8fe {
    flex-wrap: wrap;
  }
  .flashContainer_module_flexNowrapLg__456cb8fe {
    flex-wrap: nowrap;
  }
  .flashContainer_module_order1Lg__456cb8fe {
    order: 1;
  }
  .flashContainer_module_order2Lg__456cb8fe {
    order: 2;
  }
  .flashContainer_module_order3Lg__456cb8fe {
    order: 3;
  }
  .flashContainer_module_order4Lg__456cb8fe {
    order: 4;
  }
  .flashContainer_module_order5Lg__456cb8fe {
    order: 5;
  }
  .flashContainer_module_order6Lg__456cb8fe {
    order: 6;
  }
  .flashContainer_module_order7Lg__456cb8fe {
    order: 7;
  }
  .flashContainer_module_order8Lg__456cb8fe {
    order: 8;
  }
  .flashContainer_module_order9Lg__456cb8fe {
    order: 9;
  }
  .flashContainer_module_order10Lg__456cb8fe {
    order: 10;
  }
  .flashContainer_module_order11Lg__456cb8fe {
    order: 11;
  }
  .flashContainer_module_order12Lg__456cb8fe {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .flashContainer_module_dXlNone__456cb8fe {
    display: none !important;
  }
  .flashContainer_module_dXlInline__456cb8fe {
    display: inline !important;
  }
  .flashContainer_module_dXlInlineBlock__456cb8fe {
    display: inline-block !important;
  }
  .flashContainer_module_dXlBlock__456cb8fe {
    display: block !important;
  }
  .flashContainer_module_dXlTable__456cb8fe {
    display: table !important;
  }
  .flashContainer_module_dXlTableRow__456cb8fe {
    display: table-row !important;
  }
  .flashContainer_module_dXlTableCell__456cb8fe {
    display: table-cell !important;
  }
  .flashContainer_module_dXlFlex__456cb8fe {
    display: flex !important;
  }
  .flashContainer_module_dXlInlineFlex__456cb8fe {
    display: inline-flex !important;
  }
  .flashContainer_module_justifyContentStartXl__456cb8fe {
    justify-content: flex-start;
  }
  .flashContainer_module_justifyContentEndXl__456cb8fe {
    justify-content: flex-end;
  }
  .flashContainer_module_justifyContentCenterXl__456cb8fe {
    justify-content: center;
  }
  .flashContainer_module_justifyContentBetweenXl__456cb8fe {
    justify-content: space-between;
  }
  .flashContainer_module_justifyContentAroundXl__456cb8fe {
    justify-content: space-around;
  }
  .flashContainer_module_justifyContentInitialXl__456cb8fe {
    justify-content: initial;
  }
  .flashContainer_module_justifyContentInheritXl__456cb8fe {
    justify-content: inherit;
  }
  .flashContainer_module_alignItemsStretchXl__456cb8fe {
    align-items: stretch;
  }
  .flashContainer_module_alignItemsCenterXl__456cb8fe {
    align-items: center;
  }
  .flashContainer_module_alignItemsStartXl__456cb8fe {
    align-items: flex-start;
  }
  .flashContainer_module_alignItemsEndXl__456cb8fe {
    align-items: flex-end;
  }
  .flashContainer_module_alignItemsBaseXl__456cb8fe {
    align-items: baseline;
  }
  .flashContainer_module_alignSelfAutoXl__456cb8fe {
    align-self: auto;
  }
  .flashContainer_module_alignSelfStretchXl__456cb8fe {
    align-self: stretch;
  }
  .flashContainer_module_alignSelfCenterXl__456cb8fe {
    align-self: center;
  }
  .flashContainer_module_alignSelfStartXl__456cb8fe {
    align-self: flex-start;
  }
  .flashContainer_module_alignSelfEndXl__456cb8fe {
    align-self: flex-end;
  }
  .flashContainer_module_alignSelfBaselineXl__456cb8fe {
    align-self: baseline;
  }
  .flashContainer_module_alignSelfInitialXl__456cb8fe {
    align-self: initial;
  }
  .flashContainer_module_alignSelfInheritXl__456cb8fe {
    align-self: inherit;
  }
  .flashContainer_module_alignContentStretchXl__456cb8fe {
    align-content: stretch;
  }
  .flashContainer_module_alignContentCenterXl__456cb8fe {
    align-content: center;
  }
  .flashContainer_module_alignContentStartXl__456cb8fe {
    align-content: flex-start;
  }
  .flashContainer_module_alignContentEndXl__456cb8fe {
    align-content: flex-end;
  }
  .flashContainer_module_alignContentBetweenXl__456cb8fe {
    align-content: space-between;
  }
  .flashContainer_module_alignContentAroundXl__456cb8fe {
    align-content: space-around;
  }
  .flashContainer_module_alignContentInitialXl__456cb8fe {
    align-content: initial;
  }
  .flashContainer_module_alignContentInheritXl__456cb8fe {
    align-content: inherit;
  }
  .flashContainer_module_flexRowXl__456cb8fe {
    flex-direction: row;
  }
  .flashContainer_module_flexRowReverseXl__456cb8fe {
    flex-direction: row-reverse;
  }
  .flashContainer_module_flexColumnXl__456cb8fe {
    flex-direction: column;
  }
  .flashContainer_module_flexColumnReverseXl__456cb8fe {
    flex-direction: column-reverse;
  }
  .flashContainer_module_flexWrapXl__456cb8fe {
    flex-wrap: wrap;
  }
  .flashContainer_module_flexNowrapXl__456cb8fe {
    flex-wrap: nowrap;
  }
  .flashContainer_module_order1Xl__456cb8fe {
    order: 1;
  }
  .flashContainer_module_order2Xl__456cb8fe {
    order: 2;
  }
  .flashContainer_module_order3Xl__456cb8fe {
    order: 3;
  }
  .flashContainer_module_order4Xl__456cb8fe {
    order: 4;
  }
  .flashContainer_module_order5Xl__456cb8fe {
    order: 5;
  }
  .flashContainer_module_order6Xl__456cb8fe {
    order: 6;
  }
  .flashContainer_module_order7Xl__456cb8fe {
    order: 7;
  }
  .flashContainer_module_order8Xl__456cb8fe {
    order: 8;
  }
  .flashContainer_module_order9Xl__456cb8fe {
    order: 9;
  }
  .flashContainer_module_order10Xl__456cb8fe {
    order: 10;
  }
  .flashContainer_module_order11Xl__456cb8fe {
    order: 11;
  }
  .flashContainer_module_order12Xl__456cb8fe {
    order: 12;
  }
}
.flashContainer_module_flashContainer__456cb8fe {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px hsla(0, 0%, 70.2%, 0.25);
  border-radius: 4px;
  margin-top: 30px;
}
.flashContainer_module_flashContainer__header__456cb8fe img {
  height: 140px;
}
.flashContainer_module_flashContainer__body__456cb8fe {
  margin: 34px 0;
}
.flashContainer_module_flashContainer__body__456cb8fe h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #515151;
}
.flashContainer_module_flashContainer__body__456cb8fe p {
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
}
.flashContainer_module_flashContainer__footer__456cb8fe button {
  background-color: #2ecc71;
}
.flashContainer_module_flashContainer__footer__456cb8fe button:hover {
  background-color: #25a25a;
}.releaseNote_module_dNone__d63012a8 {
  display: none !important;
}

.releaseNote_module_dInline__d63012a8 {
  display: inline !important;
}

.releaseNote_module_dInlineBlock__d63012a8 {
  display: inline-block !important;
}

.releaseNote_module_dBlock__d63012a8 {
  display: block !important;
}

.releaseNote_module_dTable__d63012a8 {
  display: table !important;
}

.releaseNote_module_dTableRow__d63012a8 {
  display: table-row !important;
}

.releaseNote_module_dTableCell__d63012a8 {
  display: table-cell !important;
}

.releaseNote_module_dFlex__d63012a8 {
  display: flex !important;
}

.releaseNote_module_dInlineFlex__d63012a8 {
  display: inline-flex !important;
}

.releaseNote_module_justifyContentStart__d63012a8 {
  justify-content: flex-start;
}

.releaseNote_module_justifyContentEnd__d63012a8 {
  justify-content: flex-end;
}

.releaseNote_module_justifyContentCenter__d63012a8 {
  justify-content: center;
}

.releaseNote_module_justifyContentBetween__d63012a8 {
  justify-content: space-between;
}

.releaseNote_module_justifyContentAround__d63012a8 {
  justify-content: space-around;
}

.releaseNote_module_justifyContentInitial__d63012a8 {
  justify-content: initial;
}

.releaseNote_module_justifyContentInherit__d63012a8 {
  justify-content: inherit;
}

.releaseNote_module_alignItemsStretch__d63012a8 {
  align-items: stretch;
}

.releaseNote_module_alignItemsCenter__d63012a8 {
  align-items: center;
}

.releaseNote_module_alignItemsStart__d63012a8 {
  align-items: flex-start;
}

.releaseNote_module_alignItemsEnd__d63012a8 {
  align-items: flex-end;
}

.releaseNote_module_alignItemsBase__d63012a8 {
  align-items: baseline;
}

.releaseNote_module_alignSelfAuto__d63012a8 {
  align-self: auto;
}

.releaseNote_module_alignSelfStretch__d63012a8 {
  align-self: stretch;
}

.releaseNote_module_alignSelfCenter__d63012a8 {
  align-self: center;
}

.releaseNote_module_alignSelfStart__d63012a8 {
  align-self: flex-start;
}

.releaseNote_module_alignSelfEnd__d63012a8 {
  align-self: flex-end;
}

.releaseNote_module_alignSelfBaseline__d63012a8 {
  align-self: baseline;
}

.releaseNote_module_alignSelfInitial__d63012a8 {
  align-self: initial;
}

.releaseNote_module_alignSelfInherit__d63012a8 {
  align-self: inherit;
}

.releaseNote_module_alignContentStretch__d63012a8 {
  align-content: stretch;
}

.releaseNote_module_alignContentCenter__d63012a8 {
  align-content: center;
}

.releaseNote_module_alignContentStart__d63012a8 {
  align-content: flex-start;
}

.releaseNote_module_alignContentEnd__d63012a8 {
  align-content: flex-end;
}

.releaseNote_module_alignContentBetween__d63012a8 {
  align-content: space-between;
}

.releaseNote_module_alignContentAround__d63012a8 {
  align-content: space-around;
}

.releaseNote_module_alignContentInitial__d63012a8 {
  align-content: initial;
}

.releaseNote_module_alignContentInherit__d63012a8 {
  align-content: inherit;
}

.releaseNote_module_flexRow__d63012a8 {
  flex-direction: row;
}

.releaseNote_module_flexRowReverse__d63012a8 {
  flex-direction: row-reverse;
}

.releaseNote_module_flexColumn__d63012a8 {
  flex-direction: column;
}

.releaseNote_module_flexColumnReverse__d63012a8 {
  flex-direction: column-reverse;
}

.releaseNote_module_flexWrap__d63012a8 {
  flex-wrap: wrap;
}

.releaseNote_module_flexNowrap__d63012a8 {
  flex-wrap: nowrap;
}

.releaseNote_module_order1__d63012a8 {
  order: 1;
}

.releaseNote_module_order2__d63012a8 {
  order: 2;
}

.releaseNote_module_order3__d63012a8 {
  order: 3;
}

.releaseNote_module_order4__d63012a8 {
  order: 4;
}

.releaseNote_module_order5__d63012a8 {
  order: 5;
}

.releaseNote_module_order6__d63012a8 {
  order: 6;
}

.releaseNote_module_order7__d63012a8 {
  order: 7;
}

.releaseNote_module_order8__d63012a8 {
  order: 8;
}

.releaseNote_module_order9__d63012a8 {
  order: 9;
}

.releaseNote_module_order10__d63012a8 {
  order: 10;
}

.releaseNote_module_order11__d63012a8 {
  order: 11;
}

.releaseNote_module_order12__d63012a8 {
  order: 12;
}

@media (min-width: 576px) {
  .releaseNote_module_dSmNone__d63012a8 {
    display: none !important;
  }
  .releaseNote_module_dSmInline__d63012a8 {
    display: inline !important;
  }
  .releaseNote_module_dSmInlineBlock__d63012a8 {
    display: inline-block !important;
  }
  .releaseNote_module_dSmBlock__d63012a8 {
    display: block !important;
  }
  .releaseNote_module_dSmTable__d63012a8 {
    display: table !important;
  }
  .releaseNote_module_dSmTableRow__d63012a8 {
    display: table-row !important;
  }
  .releaseNote_module_dSmTableCell__d63012a8 {
    display: table-cell !important;
  }
  .releaseNote_module_dSmFlex__d63012a8 {
    display: flex !important;
  }
  .releaseNote_module_dSmInlineFlex__d63012a8 {
    display: inline-flex !important;
  }
  .releaseNote_module_justifyContentStartSm__d63012a8 {
    justify-content: flex-start;
  }
  .releaseNote_module_justifyContentEndSm__d63012a8 {
    justify-content: flex-end;
  }
  .releaseNote_module_justifyContentCenterSm__d63012a8 {
    justify-content: center;
  }
  .releaseNote_module_justifyContentBetweenSm__d63012a8 {
    justify-content: space-between;
  }
  .releaseNote_module_justifyContentAroundSm__d63012a8 {
    justify-content: space-around;
  }
  .releaseNote_module_justifyContentInitialSm__d63012a8 {
    justify-content: initial;
  }
  .releaseNote_module_justifyContentInheritSm__d63012a8 {
    justify-content: inherit;
  }
  .releaseNote_module_alignItemsStretchSm__d63012a8 {
    align-items: stretch;
  }
  .releaseNote_module_alignItemsCenterSm__d63012a8 {
    align-items: center;
  }
  .releaseNote_module_alignItemsStartSm__d63012a8 {
    align-items: flex-start;
  }
  .releaseNote_module_alignItemsEndSm__d63012a8 {
    align-items: flex-end;
  }
  .releaseNote_module_alignItemsBaseSm__d63012a8 {
    align-items: baseline;
  }
  .releaseNote_module_alignSelfAutoSm__d63012a8 {
    align-self: auto;
  }
  .releaseNote_module_alignSelfStretchSm__d63012a8 {
    align-self: stretch;
  }
  .releaseNote_module_alignSelfCenterSm__d63012a8 {
    align-self: center;
  }
  .releaseNote_module_alignSelfStartSm__d63012a8 {
    align-self: flex-start;
  }
  .releaseNote_module_alignSelfEndSm__d63012a8 {
    align-self: flex-end;
  }
  .releaseNote_module_alignSelfBaselineSm__d63012a8 {
    align-self: baseline;
  }
  .releaseNote_module_alignSelfInitialSm__d63012a8 {
    align-self: initial;
  }
  .releaseNote_module_alignSelfInheritSm__d63012a8 {
    align-self: inherit;
  }
  .releaseNote_module_alignContentStretchSm__d63012a8 {
    align-content: stretch;
  }
  .releaseNote_module_alignContentCenterSm__d63012a8 {
    align-content: center;
  }
  .releaseNote_module_alignContentStartSm__d63012a8 {
    align-content: flex-start;
  }
  .releaseNote_module_alignContentEndSm__d63012a8 {
    align-content: flex-end;
  }
  .releaseNote_module_alignContentBetweenSm__d63012a8 {
    align-content: space-between;
  }
  .releaseNote_module_alignContentAroundSm__d63012a8 {
    align-content: space-around;
  }
  .releaseNote_module_alignContentInitialSm__d63012a8 {
    align-content: initial;
  }
  .releaseNote_module_alignContentInheritSm__d63012a8 {
    align-content: inherit;
  }
  .releaseNote_module_flexRowSm__d63012a8 {
    flex-direction: row;
  }
  .releaseNote_module_flexRowReverseSm__d63012a8 {
    flex-direction: row-reverse;
  }
  .releaseNote_module_flexColumnSm__d63012a8 {
    flex-direction: column;
  }
  .releaseNote_module_flexColumnReverseSm__d63012a8 {
    flex-direction: column-reverse;
  }
  .releaseNote_module_flexWrapSm__d63012a8 {
    flex-wrap: wrap;
  }
  .releaseNote_module_flexNowrapSm__d63012a8 {
    flex-wrap: nowrap;
  }
  .releaseNote_module_order1Sm__d63012a8 {
    order: 1;
  }
  .releaseNote_module_order2Sm__d63012a8 {
    order: 2;
  }
  .releaseNote_module_order3Sm__d63012a8 {
    order: 3;
  }
  .releaseNote_module_order4Sm__d63012a8 {
    order: 4;
  }
  .releaseNote_module_order5Sm__d63012a8 {
    order: 5;
  }
  .releaseNote_module_order6Sm__d63012a8 {
    order: 6;
  }
  .releaseNote_module_order7Sm__d63012a8 {
    order: 7;
  }
  .releaseNote_module_order8Sm__d63012a8 {
    order: 8;
  }
  .releaseNote_module_order9Sm__d63012a8 {
    order: 9;
  }
  .releaseNote_module_order10Sm__d63012a8 {
    order: 10;
  }
  .releaseNote_module_order11Sm__d63012a8 {
    order: 11;
  }
  .releaseNote_module_order12Sm__d63012a8 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .releaseNote_module_dMdNone__d63012a8 {
    display: none !important;
  }
  .releaseNote_module_dMdInline__d63012a8 {
    display: inline !important;
  }
  .releaseNote_module_dMdInlineBlock__d63012a8 {
    display: inline-block !important;
  }
  .releaseNote_module_dMdBlock__d63012a8 {
    display: block !important;
  }
  .releaseNote_module_dMdTable__d63012a8 {
    display: table !important;
  }
  .releaseNote_module_dMdTableRow__d63012a8 {
    display: table-row !important;
  }
  .releaseNote_module_dMdTableCell__d63012a8 {
    display: table-cell !important;
  }
  .releaseNote_module_dMdFlex__d63012a8 {
    display: flex !important;
  }
  .releaseNote_module_dMdInlineFlex__d63012a8 {
    display: inline-flex !important;
  }
  .releaseNote_module_justifyContentStartMd__d63012a8 {
    justify-content: flex-start;
  }
  .releaseNote_module_justifyContentEndMd__d63012a8 {
    justify-content: flex-end;
  }
  .releaseNote_module_justifyContentCenterMd__d63012a8 {
    justify-content: center;
  }
  .releaseNote_module_justifyContentBetweenMd__d63012a8 {
    justify-content: space-between;
  }
  .releaseNote_module_justifyContentAroundMd__d63012a8 {
    justify-content: space-around;
  }
  .releaseNote_module_justifyContentInitialMd__d63012a8 {
    justify-content: initial;
  }
  .releaseNote_module_justifyContentInheritMd__d63012a8 {
    justify-content: inherit;
  }
  .releaseNote_module_alignItemsStretchMd__d63012a8 {
    align-items: stretch;
  }
  .releaseNote_module_alignItemsCenterMd__d63012a8 {
    align-items: center;
  }
  .releaseNote_module_alignItemsStartMd__d63012a8 {
    align-items: flex-start;
  }
  .releaseNote_module_alignItemsEndMd__d63012a8 {
    align-items: flex-end;
  }
  .releaseNote_module_alignItemsBaseMd__d63012a8 {
    align-items: baseline;
  }
  .releaseNote_module_alignSelfAutoMd__d63012a8 {
    align-self: auto;
  }
  .releaseNote_module_alignSelfStretchMd__d63012a8 {
    align-self: stretch;
  }
  .releaseNote_module_alignSelfCenterMd__d63012a8 {
    align-self: center;
  }
  .releaseNote_module_alignSelfStartMd__d63012a8 {
    align-self: flex-start;
  }
  .releaseNote_module_alignSelfEndMd__d63012a8 {
    align-self: flex-end;
  }
  .releaseNote_module_alignSelfBaselineMd__d63012a8 {
    align-self: baseline;
  }
  .releaseNote_module_alignSelfInitialMd__d63012a8 {
    align-self: initial;
  }
  .releaseNote_module_alignSelfInheritMd__d63012a8 {
    align-self: inherit;
  }
  .releaseNote_module_alignContentStretchMd__d63012a8 {
    align-content: stretch;
  }
  .releaseNote_module_alignContentCenterMd__d63012a8 {
    align-content: center;
  }
  .releaseNote_module_alignContentStartMd__d63012a8 {
    align-content: flex-start;
  }
  .releaseNote_module_alignContentEndMd__d63012a8 {
    align-content: flex-end;
  }
  .releaseNote_module_alignContentBetweenMd__d63012a8 {
    align-content: space-between;
  }
  .releaseNote_module_alignContentAroundMd__d63012a8 {
    align-content: space-around;
  }
  .releaseNote_module_alignContentInitialMd__d63012a8 {
    align-content: initial;
  }
  .releaseNote_module_alignContentInheritMd__d63012a8 {
    align-content: inherit;
  }
  .releaseNote_module_flexRowMd__d63012a8 {
    flex-direction: row;
  }
  .releaseNote_module_flexRowReverseMd__d63012a8 {
    flex-direction: row-reverse;
  }
  .releaseNote_module_flexColumnMd__d63012a8 {
    flex-direction: column;
  }
  .releaseNote_module_flexColumnReverseMd__d63012a8 {
    flex-direction: column-reverse;
  }
  .releaseNote_module_flexWrapMd__d63012a8 {
    flex-wrap: wrap;
  }
  .releaseNote_module_flexNowrapMd__d63012a8 {
    flex-wrap: nowrap;
  }
  .releaseNote_module_order1Md__d63012a8 {
    order: 1;
  }
  .releaseNote_module_order2Md__d63012a8 {
    order: 2;
  }
  .releaseNote_module_order3Md__d63012a8 {
    order: 3;
  }
  .releaseNote_module_order4Md__d63012a8 {
    order: 4;
  }
  .releaseNote_module_order5Md__d63012a8 {
    order: 5;
  }
  .releaseNote_module_order6Md__d63012a8 {
    order: 6;
  }
  .releaseNote_module_order7Md__d63012a8 {
    order: 7;
  }
  .releaseNote_module_order8Md__d63012a8 {
    order: 8;
  }
  .releaseNote_module_order9Md__d63012a8 {
    order: 9;
  }
  .releaseNote_module_order10Md__d63012a8 {
    order: 10;
  }
  .releaseNote_module_order11Md__d63012a8 {
    order: 11;
  }
  .releaseNote_module_order12Md__d63012a8 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .releaseNote_module_dLgNone__d63012a8 {
    display: none !important;
  }
  .releaseNote_module_dLgInline__d63012a8 {
    display: inline !important;
  }
  .releaseNote_module_dLgInlineBlock__d63012a8 {
    display: inline-block !important;
  }
  .releaseNote_module_dLgBlock__d63012a8 {
    display: block !important;
  }
  .releaseNote_module_dLgTable__d63012a8 {
    display: table !important;
  }
  .releaseNote_module_dLgTableRow__d63012a8 {
    display: table-row !important;
  }
  .releaseNote_module_dLgTableCell__d63012a8 {
    display: table-cell !important;
  }
  .releaseNote_module_dLgFlex__d63012a8 {
    display: flex !important;
  }
  .releaseNote_module_dLgInlineFlex__d63012a8 {
    display: inline-flex !important;
  }
  .releaseNote_module_justifyContentStartLg__d63012a8 {
    justify-content: flex-start;
  }
  .releaseNote_module_justifyContentEndLg__d63012a8 {
    justify-content: flex-end;
  }
  .releaseNote_module_justifyContentCenterLg__d63012a8 {
    justify-content: center;
  }
  .releaseNote_module_justifyContentBetweenLg__d63012a8 {
    justify-content: space-between;
  }
  .releaseNote_module_justifyContentAroundLg__d63012a8 {
    justify-content: space-around;
  }
  .releaseNote_module_justifyContentInitialLg__d63012a8 {
    justify-content: initial;
  }
  .releaseNote_module_justifyContentInheritLg__d63012a8 {
    justify-content: inherit;
  }
  .releaseNote_module_alignItemsStretchLg__d63012a8 {
    align-items: stretch;
  }
  .releaseNote_module_alignItemsCenterLg__d63012a8 {
    align-items: center;
  }
  .releaseNote_module_alignItemsStartLg__d63012a8 {
    align-items: flex-start;
  }
  .releaseNote_module_alignItemsEndLg__d63012a8 {
    align-items: flex-end;
  }
  .releaseNote_module_alignItemsBaseLg__d63012a8 {
    align-items: baseline;
  }
  .releaseNote_module_alignSelfAutoLg__d63012a8 {
    align-self: auto;
  }
  .releaseNote_module_alignSelfStretchLg__d63012a8 {
    align-self: stretch;
  }
  .releaseNote_module_alignSelfCenterLg__d63012a8 {
    align-self: center;
  }
  .releaseNote_module_alignSelfStartLg__d63012a8 {
    align-self: flex-start;
  }
  .releaseNote_module_alignSelfEndLg__d63012a8 {
    align-self: flex-end;
  }
  .releaseNote_module_alignSelfBaselineLg__d63012a8 {
    align-self: baseline;
  }
  .releaseNote_module_alignSelfInitialLg__d63012a8 {
    align-self: initial;
  }
  .releaseNote_module_alignSelfInheritLg__d63012a8 {
    align-self: inherit;
  }
  .releaseNote_module_alignContentStretchLg__d63012a8 {
    align-content: stretch;
  }
  .releaseNote_module_alignContentCenterLg__d63012a8 {
    align-content: center;
  }
  .releaseNote_module_alignContentStartLg__d63012a8 {
    align-content: flex-start;
  }
  .releaseNote_module_alignContentEndLg__d63012a8 {
    align-content: flex-end;
  }
  .releaseNote_module_alignContentBetweenLg__d63012a8 {
    align-content: space-between;
  }
  .releaseNote_module_alignContentAroundLg__d63012a8 {
    align-content: space-around;
  }
  .releaseNote_module_alignContentInitialLg__d63012a8 {
    align-content: initial;
  }
  .releaseNote_module_alignContentInheritLg__d63012a8 {
    align-content: inherit;
  }
  .releaseNote_module_flexRowLg__d63012a8 {
    flex-direction: row;
  }
  .releaseNote_module_flexRowReverseLg__d63012a8 {
    flex-direction: row-reverse;
  }
  .releaseNote_module_flexColumnLg__d63012a8 {
    flex-direction: column;
  }
  .releaseNote_module_flexColumnReverseLg__d63012a8 {
    flex-direction: column-reverse;
  }
  .releaseNote_module_flexWrapLg__d63012a8 {
    flex-wrap: wrap;
  }
  .releaseNote_module_flexNowrapLg__d63012a8 {
    flex-wrap: nowrap;
  }
  .releaseNote_module_order1Lg__d63012a8 {
    order: 1;
  }
  .releaseNote_module_order2Lg__d63012a8 {
    order: 2;
  }
  .releaseNote_module_order3Lg__d63012a8 {
    order: 3;
  }
  .releaseNote_module_order4Lg__d63012a8 {
    order: 4;
  }
  .releaseNote_module_order5Lg__d63012a8 {
    order: 5;
  }
  .releaseNote_module_order6Lg__d63012a8 {
    order: 6;
  }
  .releaseNote_module_order7Lg__d63012a8 {
    order: 7;
  }
  .releaseNote_module_order8Lg__d63012a8 {
    order: 8;
  }
  .releaseNote_module_order9Lg__d63012a8 {
    order: 9;
  }
  .releaseNote_module_order10Lg__d63012a8 {
    order: 10;
  }
  .releaseNote_module_order11Lg__d63012a8 {
    order: 11;
  }
  .releaseNote_module_order12Lg__d63012a8 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .releaseNote_module_dXlNone__d63012a8 {
    display: none !important;
  }
  .releaseNote_module_dXlInline__d63012a8 {
    display: inline !important;
  }
  .releaseNote_module_dXlInlineBlock__d63012a8 {
    display: inline-block !important;
  }
  .releaseNote_module_dXlBlock__d63012a8 {
    display: block !important;
  }
  .releaseNote_module_dXlTable__d63012a8 {
    display: table !important;
  }
  .releaseNote_module_dXlTableRow__d63012a8 {
    display: table-row !important;
  }
  .releaseNote_module_dXlTableCell__d63012a8 {
    display: table-cell !important;
  }
  .releaseNote_module_dXlFlex__d63012a8 {
    display: flex !important;
  }
  .releaseNote_module_dXlInlineFlex__d63012a8 {
    display: inline-flex !important;
  }
  .releaseNote_module_justifyContentStartXl__d63012a8 {
    justify-content: flex-start;
  }
  .releaseNote_module_justifyContentEndXl__d63012a8 {
    justify-content: flex-end;
  }
  .releaseNote_module_justifyContentCenterXl__d63012a8 {
    justify-content: center;
  }
  .releaseNote_module_justifyContentBetweenXl__d63012a8 {
    justify-content: space-between;
  }
  .releaseNote_module_justifyContentAroundXl__d63012a8 {
    justify-content: space-around;
  }
  .releaseNote_module_justifyContentInitialXl__d63012a8 {
    justify-content: initial;
  }
  .releaseNote_module_justifyContentInheritXl__d63012a8 {
    justify-content: inherit;
  }
  .releaseNote_module_alignItemsStretchXl__d63012a8 {
    align-items: stretch;
  }
  .releaseNote_module_alignItemsCenterXl__d63012a8 {
    align-items: center;
  }
  .releaseNote_module_alignItemsStartXl__d63012a8 {
    align-items: flex-start;
  }
  .releaseNote_module_alignItemsEndXl__d63012a8 {
    align-items: flex-end;
  }
  .releaseNote_module_alignItemsBaseXl__d63012a8 {
    align-items: baseline;
  }
  .releaseNote_module_alignSelfAutoXl__d63012a8 {
    align-self: auto;
  }
  .releaseNote_module_alignSelfStretchXl__d63012a8 {
    align-self: stretch;
  }
  .releaseNote_module_alignSelfCenterXl__d63012a8 {
    align-self: center;
  }
  .releaseNote_module_alignSelfStartXl__d63012a8 {
    align-self: flex-start;
  }
  .releaseNote_module_alignSelfEndXl__d63012a8 {
    align-self: flex-end;
  }
  .releaseNote_module_alignSelfBaselineXl__d63012a8 {
    align-self: baseline;
  }
  .releaseNote_module_alignSelfInitialXl__d63012a8 {
    align-self: initial;
  }
  .releaseNote_module_alignSelfInheritXl__d63012a8 {
    align-self: inherit;
  }
  .releaseNote_module_alignContentStretchXl__d63012a8 {
    align-content: stretch;
  }
  .releaseNote_module_alignContentCenterXl__d63012a8 {
    align-content: center;
  }
  .releaseNote_module_alignContentStartXl__d63012a8 {
    align-content: flex-start;
  }
  .releaseNote_module_alignContentEndXl__d63012a8 {
    align-content: flex-end;
  }
  .releaseNote_module_alignContentBetweenXl__d63012a8 {
    align-content: space-between;
  }
  .releaseNote_module_alignContentAroundXl__d63012a8 {
    align-content: space-around;
  }
  .releaseNote_module_alignContentInitialXl__d63012a8 {
    align-content: initial;
  }
  .releaseNote_module_alignContentInheritXl__d63012a8 {
    align-content: inherit;
  }
  .releaseNote_module_flexRowXl__d63012a8 {
    flex-direction: row;
  }
  .releaseNote_module_flexRowReverseXl__d63012a8 {
    flex-direction: row-reverse;
  }
  .releaseNote_module_flexColumnXl__d63012a8 {
    flex-direction: column;
  }
  .releaseNote_module_flexColumnReverseXl__d63012a8 {
    flex-direction: column-reverse;
  }
  .releaseNote_module_flexWrapXl__d63012a8 {
    flex-wrap: wrap;
  }
  .releaseNote_module_flexNowrapXl__d63012a8 {
    flex-wrap: nowrap;
  }
  .releaseNote_module_order1Xl__d63012a8 {
    order: 1;
  }
  .releaseNote_module_order2Xl__d63012a8 {
    order: 2;
  }
  .releaseNote_module_order3Xl__d63012a8 {
    order: 3;
  }
  .releaseNote_module_order4Xl__d63012a8 {
    order: 4;
  }
  .releaseNote_module_order5Xl__d63012a8 {
    order: 5;
  }
  .releaseNote_module_order6Xl__d63012a8 {
    order: 6;
  }
  .releaseNote_module_order7Xl__d63012a8 {
    order: 7;
  }
  .releaseNote_module_order8Xl__d63012a8 {
    order: 8;
  }
  .releaseNote_module_order9Xl__d63012a8 {
    order: 9;
  }
  .releaseNote_module_order10Xl__d63012a8 {
    order: 10;
  }
  .releaseNote_module_order11Xl__d63012a8 {
    order: 11;
  }
  .releaseNote_module_order12Xl__d63012a8 {
    order: 12;
  }
}
.releaseNote_module_releaseNoteButton__d63012a8 {
  color: #4fc3f7;
  font-weight: 500;
  font-size: 0.75rem;
}
.releaseNote_module_releaseNoteButton__d63012a8:hover {
  color: #66bb6a;
}

.releaseNote_module_releaseNoteModal__d63012a8 {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 650px;
  border-radius: 0.25rem;
  border: 0;
  outline: none;
}
@media (max-width: 768px) {
  .releaseNote_module_releaseNoteModal__d63012a8 {
    width: 90%;
  }
}
.releaseNote_module_releaseNoteModal__overlay__d63012a8 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.releaseNote_module_releaseNoteModal__header__d63012a8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  border-bottom: 2px solid #f2f2f2;
}
.releaseNote_module_releaseNoteModal__header_Title__d63012a8 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: 700;
}
.releaseNote_module_releaseNoteModal__header_Close__d63012a8 {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
}
.releaseNote_module_releaseNoteModal__header_Close__d63012a8:hover {
  background-color: #f4fBfe;
}
.releaseNote_module_releaseNoteModal__header_Close__d63012a8:hover .releaseNote_module_closeIcon__d63012a8 {
  color: #2196f3;
}
.releaseNote_module_releaseNoteModal__header_Close__d63012a8 .releaseNote_module_closeIcon__d63012a8 {
  color: #999999;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 {
  max-height: 60vh;
  padding: 1.5rem;
  line-height: 1.25rem;
  scrollbar-gutter: stable;
  overflow-y: auto;
}
.releaseNote_module_releaseNoteModal__body__d63012a8::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
.releaseNote_module_releaseNoteModal__body__d63012a8:hover::-webkit-scrollbar-thumb {
  background: #737373;
}
.releaseNote_module_releaseNoteModal__body__d63012a8::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.releaseNote_module_releaseNoteModal__body__d63012a8::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 {
  border-top: 1px solid #d2d2d2;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8:first-child {
  border: none;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8:not(:first-child) {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__subHeader__d63012a8 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__header__d63012a8 {
  display: flex;
  align-items: center;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__header__d63012a8 .releaseNote_module_appVersion__d63012a8 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c4587;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__header__d63012a8 .releaseNote_module_versionPill__d63012a8 {
  font-size: 0.75rem;
  padding: 2px 8px;
  background-color: #81c784;
  margin-left: 8px;
  color: #ffffff;
  border-radius: 9999px;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_versionDate__d63012a8 {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__paragraph__d63012a8 {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__paragraph_Title__d63012a8 {
  color: #515151;
  font-size: 0.875rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__paragraph_Title__d63012a8:first-child {
  margin-top: 0.75rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__subHeader__d63012a8 {
  margin-bottom: 0.25rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__listGroup__d63012a8 {
  margin-top: 0.25rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__listGroup_Item__d63012a8 {
  padding-left: 0.5rem;
  color: #515151;
  font-size: 0.875rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__listGroup_Item__d63012a8:first-child {
  margin-top: 0.75rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__group__d63012a8 {
  margin-top: 0.25rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__group_Item__d63012a8 {
  padding-left: 0.5rem;
  color: #515151;
  font-size: 0.875rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_bugContent__header__d63012a8 {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_bugContent__subHeader__d63012a8 {
  margin-bottom: 0.25rem;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_bugContent__group__d63012a8 {
  margin-top: 0.25rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_bugContent__group_Item__d63012a8 {
  padding-left: 0.5rem;
  color: #515151;
  font-size: 1rem;
}.releaseNote_module_dNone__d63012a8 {
  display: none !important;
}

.releaseNote_module_dInline__d63012a8 {
  display: inline !important;
}

.releaseNote_module_dInlineBlock__d63012a8 {
  display: inline-block !important;
}

.releaseNote_module_dBlock__d63012a8 {
  display: block !important;
}

.releaseNote_module_dTable__d63012a8 {
  display: table !important;
}

.releaseNote_module_dTableRow__d63012a8 {
  display: table-row !important;
}

.releaseNote_module_dTableCell__d63012a8 {
  display: table-cell !important;
}

.releaseNote_module_dFlex__d63012a8 {
  display: flex !important;
}

.releaseNote_module_dInlineFlex__d63012a8 {
  display: inline-flex !important;
}

.releaseNote_module_justifyContentStart__d63012a8 {
  justify-content: flex-start;
}

.releaseNote_module_justifyContentEnd__d63012a8 {
  justify-content: flex-end;
}

.releaseNote_module_justifyContentCenter__d63012a8 {
  justify-content: center;
}

.releaseNote_module_justifyContentBetween__d63012a8 {
  justify-content: space-between;
}

.releaseNote_module_justifyContentAround__d63012a8 {
  justify-content: space-around;
}

.releaseNote_module_justifyContentInitial__d63012a8 {
  justify-content: initial;
}

.releaseNote_module_justifyContentInherit__d63012a8 {
  justify-content: inherit;
}

.releaseNote_module_alignItemsStretch__d63012a8 {
  align-items: stretch;
}

.releaseNote_module_alignItemsCenter__d63012a8 {
  align-items: center;
}

.releaseNote_module_alignItemsStart__d63012a8 {
  align-items: flex-start;
}

.releaseNote_module_alignItemsEnd__d63012a8 {
  align-items: flex-end;
}

.releaseNote_module_alignItemsBase__d63012a8 {
  align-items: baseline;
}

.releaseNote_module_alignSelfAuto__d63012a8 {
  align-self: auto;
}

.releaseNote_module_alignSelfStretch__d63012a8 {
  align-self: stretch;
}

.releaseNote_module_alignSelfCenter__d63012a8 {
  align-self: center;
}

.releaseNote_module_alignSelfStart__d63012a8 {
  align-self: flex-start;
}

.releaseNote_module_alignSelfEnd__d63012a8 {
  align-self: flex-end;
}

.releaseNote_module_alignSelfBaseline__d63012a8 {
  align-self: baseline;
}

.releaseNote_module_alignSelfInitial__d63012a8 {
  align-self: initial;
}

.releaseNote_module_alignSelfInherit__d63012a8 {
  align-self: inherit;
}

.releaseNote_module_alignContentStretch__d63012a8 {
  align-content: stretch;
}

.releaseNote_module_alignContentCenter__d63012a8 {
  align-content: center;
}

.releaseNote_module_alignContentStart__d63012a8 {
  align-content: flex-start;
}

.releaseNote_module_alignContentEnd__d63012a8 {
  align-content: flex-end;
}

.releaseNote_module_alignContentBetween__d63012a8 {
  align-content: space-between;
}

.releaseNote_module_alignContentAround__d63012a8 {
  align-content: space-around;
}

.releaseNote_module_alignContentInitial__d63012a8 {
  align-content: initial;
}

.releaseNote_module_alignContentInherit__d63012a8 {
  align-content: inherit;
}

.releaseNote_module_flexRow__d63012a8 {
  flex-direction: row;
}

.releaseNote_module_flexRowReverse__d63012a8 {
  flex-direction: row-reverse;
}

.releaseNote_module_flexColumn__d63012a8 {
  flex-direction: column;
}

.releaseNote_module_flexColumnReverse__d63012a8 {
  flex-direction: column-reverse;
}

.releaseNote_module_flexWrap__d63012a8 {
  flex-wrap: wrap;
}

.releaseNote_module_flexNowrap__d63012a8 {
  flex-wrap: nowrap;
}

.releaseNote_module_order1__d63012a8 {
  order: 1;
}

.releaseNote_module_order2__d63012a8 {
  order: 2;
}

.releaseNote_module_order3__d63012a8 {
  order: 3;
}

.releaseNote_module_order4__d63012a8 {
  order: 4;
}

.releaseNote_module_order5__d63012a8 {
  order: 5;
}

.releaseNote_module_order6__d63012a8 {
  order: 6;
}

.releaseNote_module_order7__d63012a8 {
  order: 7;
}

.releaseNote_module_order8__d63012a8 {
  order: 8;
}

.releaseNote_module_order9__d63012a8 {
  order: 9;
}

.releaseNote_module_order10__d63012a8 {
  order: 10;
}

.releaseNote_module_order11__d63012a8 {
  order: 11;
}

.releaseNote_module_order12__d63012a8 {
  order: 12;
}

@media (min-width: 576px) {
  .releaseNote_module_dSmNone__d63012a8 {
    display: none !important;
  }
  .releaseNote_module_dSmInline__d63012a8 {
    display: inline !important;
  }
  .releaseNote_module_dSmInlineBlock__d63012a8 {
    display: inline-block !important;
  }
  .releaseNote_module_dSmBlock__d63012a8 {
    display: block !important;
  }
  .releaseNote_module_dSmTable__d63012a8 {
    display: table !important;
  }
  .releaseNote_module_dSmTableRow__d63012a8 {
    display: table-row !important;
  }
  .releaseNote_module_dSmTableCell__d63012a8 {
    display: table-cell !important;
  }
  .releaseNote_module_dSmFlex__d63012a8 {
    display: flex !important;
  }
  .releaseNote_module_dSmInlineFlex__d63012a8 {
    display: inline-flex !important;
  }
  .releaseNote_module_justifyContentStartSm__d63012a8 {
    justify-content: flex-start;
  }
  .releaseNote_module_justifyContentEndSm__d63012a8 {
    justify-content: flex-end;
  }
  .releaseNote_module_justifyContentCenterSm__d63012a8 {
    justify-content: center;
  }
  .releaseNote_module_justifyContentBetweenSm__d63012a8 {
    justify-content: space-between;
  }
  .releaseNote_module_justifyContentAroundSm__d63012a8 {
    justify-content: space-around;
  }
  .releaseNote_module_justifyContentInitialSm__d63012a8 {
    justify-content: initial;
  }
  .releaseNote_module_justifyContentInheritSm__d63012a8 {
    justify-content: inherit;
  }
  .releaseNote_module_alignItemsStretchSm__d63012a8 {
    align-items: stretch;
  }
  .releaseNote_module_alignItemsCenterSm__d63012a8 {
    align-items: center;
  }
  .releaseNote_module_alignItemsStartSm__d63012a8 {
    align-items: flex-start;
  }
  .releaseNote_module_alignItemsEndSm__d63012a8 {
    align-items: flex-end;
  }
  .releaseNote_module_alignItemsBaseSm__d63012a8 {
    align-items: baseline;
  }
  .releaseNote_module_alignSelfAutoSm__d63012a8 {
    align-self: auto;
  }
  .releaseNote_module_alignSelfStretchSm__d63012a8 {
    align-self: stretch;
  }
  .releaseNote_module_alignSelfCenterSm__d63012a8 {
    align-self: center;
  }
  .releaseNote_module_alignSelfStartSm__d63012a8 {
    align-self: flex-start;
  }
  .releaseNote_module_alignSelfEndSm__d63012a8 {
    align-self: flex-end;
  }
  .releaseNote_module_alignSelfBaselineSm__d63012a8 {
    align-self: baseline;
  }
  .releaseNote_module_alignSelfInitialSm__d63012a8 {
    align-self: initial;
  }
  .releaseNote_module_alignSelfInheritSm__d63012a8 {
    align-self: inherit;
  }
  .releaseNote_module_alignContentStretchSm__d63012a8 {
    align-content: stretch;
  }
  .releaseNote_module_alignContentCenterSm__d63012a8 {
    align-content: center;
  }
  .releaseNote_module_alignContentStartSm__d63012a8 {
    align-content: flex-start;
  }
  .releaseNote_module_alignContentEndSm__d63012a8 {
    align-content: flex-end;
  }
  .releaseNote_module_alignContentBetweenSm__d63012a8 {
    align-content: space-between;
  }
  .releaseNote_module_alignContentAroundSm__d63012a8 {
    align-content: space-around;
  }
  .releaseNote_module_alignContentInitialSm__d63012a8 {
    align-content: initial;
  }
  .releaseNote_module_alignContentInheritSm__d63012a8 {
    align-content: inherit;
  }
  .releaseNote_module_flexRowSm__d63012a8 {
    flex-direction: row;
  }
  .releaseNote_module_flexRowReverseSm__d63012a8 {
    flex-direction: row-reverse;
  }
  .releaseNote_module_flexColumnSm__d63012a8 {
    flex-direction: column;
  }
  .releaseNote_module_flexColumnReverseSm__d63012a8 {
    flex-direction: column-reverse;
  }
  .releaseNote_module_flexWrapSm__d63012a8 {
    flex-wrap: wrap;
  }
  .releaseNote_module_flexNowrapSm__d63012a8 {
    flex-wrap: nowrap;
  }
  .releaseNote_module_order1Sm__d63012a8 {
    order: 1;
  }
  .releaseNote_module_order2Sm__d63012a8 {
    order: 2;
  }
  .releaseNote_module_order3Sm__d63012a8 {
    order: 3;
  }
  .releaseNote_module_order4Sm__d63012a8 {
    order: 4;
  }
  .releaseNote_module_order5Sm__d63012a8 {
    order: 5;
  }
  .releaseNote_module_order6Sm__d63012a8 {
    order: 6;
  }
  .releaseNote_module_order7Sm__d63012a8 {
    order: 7;
  }
  .releaseNote_module_order8Sm__d63012a8 {
    order: 8;
  }
  .releaseNote_module_order9Sm__d63012a8 {
    order: 9;
  }
  .releaseNote_module_order10Sm__d63012a8 {
    order: 10;
  }
  .releaseNote_module_order11Sm__d63012a8 {
    order: 11;
  }
  .releaseNote_module_order12Sm__d63012a8 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .releaseNote_module_dMdNone__d63012a8 {
    display: none !important;
  }
  .releaseNote_module_dMdInline__d63012a8 {
    display: inline !important;
  }
  .releaseNote_module_dMdInlineBlock__d63012a8 {
    display: inline-block !important;
  }
  .releaseNote_module_dMdBlock__d63012a8 {
    display: block !important;
  }
  .releaseNote_module_dMdTable__d63012a8 {
    display: table !important;
  }
  .releaseNote_module_dMdTableRow__d63012a8 {
    display: table-row !important;
  }
  .releaseNote_module_dMdTableCell__d63012a8 {
    display: table-cell !important;
  }
  .releaseNote_module_dMdFlex__d63012a8 {
    display: flex !important;
  }
  .releaseNote_module_dMdInlineFlex__d63012a8 {
    display: inline-flex !important;
  }
  .releaseNote_module_justifyContentStartMd__d63012a8 {
    justify-content: flex-start;
  }
  .releaseNote_module_justifyContentEndMd__d63012a8 {
    justify-content: flex-end;
  }
  .releaseNote_module_justifyContentCenterMd__d63012a8 {
    justify-content: center;
  }
  .releaseNote_module_justifyContentBetweenMd__d63012a8 {
    justify-content: space-between;
  }
  .releaseNote_module_justifyContentAroundMd__d63012a8 {
    justify-content: space-around;
  }
  .releaseNote_module_justifyContentInitialMd__d63012a8 {
    justify-content: initial;
  }
  .releaseNote_module_justifyContentInheritMd__d63012a8 {
    justify-content: inherit;
  }
  .releaseNote_module_alignItemsStretchMd__d63012a8 {
    align-items: stretch;
  }
  .releaseNote_module_alignItemsCenterMd__d63012a8 {
    align-items: center;
  }
  .releaseNote_module_alignItemsStartMd__d63012a8 {
    align-items: flex-start;
  }
  .releaseNote_module_alignItemsEndMd__d63012a8 {
    align-items: flex-end;
  }
  .releaseNote_module_alignItemsBaseMd__d63012a8 {
    align-items: baseline;
  }
  .releaseNote_module_alignSelfAutoMd__d63012a8 {
    align-self: auto;
  }
  .releaseNote_module_alignSelfStretchMd__d63012a8 {
    align-self: stretch;
  }
  .releaseNote_module_alignSelfCenterMd__d63012a8 {
    align-self: center;
  }
  .releaseNote_module_alignSelfStartMd__d63012a8 {
    align-self: flex-start;
  }
  .releaseNote_module_alignSelfEndMd__d63012a8 {
    align-self: flex-end;
  }
  .releaseNote_module_alignSelfBaselineMd__d63012a8 {
    align-self: baseline;
  }
  .releaseNote_module_alignSelfInitialMd__d63012a8 {
    align-self: initial;
  }
  .releaseNote_module_alignSelfInheritMd__d63012a8 {
    align-self: inherit;
  }
  .releaseNote_module_alignContentStretchMd__d63012a8 {
    align-content: stretch;
  }
  .releaseNote_module_alignContentCenterMd__d63012a8 {
    align-content: center;
  }
  .releaseNote_module_alignContentStartMd__d63012a8 {
    align-content: flex-start;
  }
  .releaseNote_module_alignContentEndMd__d63012a8 {
    align-content: flex-end;
  }
  .releaseNote_module_alignContentBetweenMd__d63012a8 {
    align-content: space-between;
  }
  .releaseNote_module_alignContentAroundMd__d63012a8 {
    align-content: space-around;
  }
  .releaseNote_module_alignContentInitialMd__d63012a8 {
    align-content: initial;
  }
  .releaseNote_module_alignContentInheritMd__d63012a8 {
    align-content: inherit;
  }
  .releaseNote_module_flexRowMd__d63012a8 {
    flex-direction: row;
  }
  .releaseNote_module_flexRowReverseMd__d63012a8 {
    flex-direction: row-reverse;
  }
  .releaseNote_module_flexColumnMd__d63012a8 {
    flex-direction: column;
  }
  .releaseNote_module_flexColumnReverseMd__d63012a8 {
    flex-direction: column-reverse;
  }
  .releaseNote_module_flexWrapMd__d63012a8 {
    flex-wrap: wrap;
  }
  .releaseNote_module_flexNowrapMd__d63012a8 {
    flex-wrap: nowrap;
  }
  .releaseNote_module_order1Md__d63012a8 {
    order: 1;
  }
  .releaseNote_module_order2Md__d63012a8 {
    order: 2;
  }
  .releaseNote_module_order3Md__d63012a8 {
    order: 3;
  }
  .releaseNote_module_order4Md__d63012a8 {
    order: 4;
  }
  .releaseNote_module_order5Md__d63012a8 {
    order: 5;
  }
  .releaseNote_module_order6Md__d63012a8 {
    order: 6;
  }
  .releaseNote_module_order7Md__d63012a8 {
    order: 7;
  }
  .releaseNote_module_order8Md__d63012a8 {
    order: 8;
  }
  .releaseNote_module_order9Md__d63012a8 {
    order: 9;
  }
  .releaseNote_module_order10Md__d63012a8 {
    order: 10;
  }
  .releaseNote_module_order11Md__d63012a8 {
    order: 11;
  }
  .releaseNote_module_order12Md__d63012a8 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .releaseNote_module_dLgNone__d63012a8 {
    display: none !important;
  }
  .releaseNote_module_dLgInline__d63012a8 {
    display: inline !important;
  }
  .releaseNote_module_dLgInlineBlock__d63012a8 {
    display: inline-block !important;
  }
  .releaseNote_module_dLgBlock__d63012a8 {
    display: block !important;
  }
  .releaseNote_module_dLgTable__d63012a8 {
    display: table !important;
  }
  .releaseNote_module_dLgTableRow__d63012a8 {
    display: table-row !important;
  }
  .releaseNote_module_dLgTableCell__d63012a8 {
    display: table-cell !important;
  }
  .releaseNote_module_dLgFlex__d63012a8 {
    display: flex !important;
  }
  .releaseNote_module_dLgInlineFlex__d63012a8 {
    display: inline-flex !important;
  }
  .releaseNote_module_justifyContentStartLg__d63012a8 {
    justify-content: flex-start;
  }
  .releaseNote_module_justifyContentEndLg__d63012a8 {
    justify-content: flex-end;
  }
  .releaseNote_module_justifyContentCenterLg__d63012a8 {
    justify-content: center;
  }
  .releaseNote_module_justifyContentBetweenLg__d63012a8 {
    justify-content: space-between;
  }
  .releaseNote_module_justifyContentAroundLg__d63012a8 {
    justify-content: space-around;
  }
  .releaseNote_module_justifyContentInitialLg__d63012a8 {
    justify-content: initial;
  }
  .releaseNote_module_justifyContentInheritLg__d63012a8 {
    justify-content: inherit;
  }
  .releaseNote_module_alignItemsStretchLg__d63012a8 {
    align-items: stretch;
  }
  .releaseNote_module_alignItemsCenterLg__d63012a8 {
    align-items: center;
  }
  .releaseNote_module_alignItemsStartLg__d63012a8 {
    align-items: flex-start;
  }
  .releaseNote_module_alignItemsEndLg__d63012a8 {
    align-items: flex-end;
  }
  .releaseNote_module_alignItemsBaseLg__d63012a8 {
    align-items: baseline;
  }
  .releaseNote_module_alignSelfAutoLg__d63012a8 {
    align-self: auto;
  }
  .releaseNote_module_alignSelfStretchLg__d63012a8 {
    align-self: stretch;
  }
  .releaseNote_module_alignSelfCenterLg__d63012a8 {
    align-self: center;
  }
  .releaseNote_module_alignSelfStartLg__d63012a8 {
    align-self: flex-start;
  }
  .releaseNote_module_alignSelfEndLg__d63012a8 {
    align-self: flex-end;
  }
  .releaseNote_module_alignSelfBaselineLg__d63012a8 {
    align-self: baseline;
  }
  .releaseNote_module_alignSelfInitialLg__d63012a8 {
    align-self: initial;
  }
  .releaseNote_module_alignSelfInheritLg__d63012a8 {
    align-self: inherit;
  }
  .releaseNote_module_alignContentStretchLg__d63012a8 {
    align-content: stretch;
  }
  .releaseNote_module_alignContentCenterLg__d63012a8 {
    align-content: center;
  }
  .releaseNote_module_alignContentStartLg__d63012a8 {
    align-content: flex-start;
  }
  .releaseNote_module_alignContentEndLg__d63012a8 {
    align-content: flex-end;
  }
  .releaseNote_module_alignContentBetweenLg__d63012a8 {
    align-content: space-between;
  }
  .releaseNote_module_alignContentAroundLg__d63012a8 {
    align-content: space-around;
  }
  .releaseNote_module_alignContentInitialLg__d63012a8 {
    align-content: initial;
  }
  .releaseNote_module_alignContentInheritLg__d63012a8 {
    align-content: inherit;
  }
  .releaseNote_module_flexRowLg__d63012a8 {
    flex-direction: row;
  }
  .releaseNote_module_flexRowReverseLg__d63012a8 {
    flex-direction: row-reverse;
  }
  .releaseNote_module_flexColumnLg__d63012a8 {
    flex-direction: column;
  }
  .releaseNote_module_flexColumnReverseLg__d63012a8 {
    flex-direction: column-reverse;
  }
  .releaseNote_module_flexWrapLg__d63012a8 {
    flex-wrap: wrap;
  }
  .releaseNote_module_flexNowrapLg__d63012a8 {
    flex-wrap: nowrap;
  }
  .releaseNote_module_order1Lg__d63012a8 {
    order: 1;
  }
  .releaseNote_module_order2Lg__d63012a8 {
    order: 2;
  }
  .releaseNote_module_order3Lg__d63012a8 {
    order: 3;
  }
  .releaseNote_module_order4Lg__d63012a8 {
    order: 4;
  }
  .releaseNote_module_order5Lg__d63012a8 {
    order: 5;
  }
  .releaseNote_module_order6Lg__d63012a8 {
    order: 6;
  }
  .releaseNote_module_order7Lg__d63012a8 {
    order: 7;
  }
  .releaseNote_module_order8Lg__d63012a8 {
    order: 8;
  }
  .releaseNote_module_order9Lg__d63012a8 {
    order: 9;
  }
  .releaseNote_module_order10Lg__d63012a8 {
    order: 10;
  }
  .releaseNote_module_order11Lg__d63012a8 {
    order: 11;
  }
  .releaseNote_module_order12Lg__d63012a8 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .releaseNote_module_dXlNone__d63012a8 {
    display: none !important;
  }
  .releaseNote_module_dXlInline__d63012a8 {
    display: inline !important;
  }
  .releaseNote_module_dXlInlineBlock__d63012a8 {
    display: inline-block !important;
  }
  .releaseNote_module_dXlBlock__d63012a8 {
    display: block !important;
  }
  .releaseNote_module_dXlTable__d63012a8 {
    display: table !important;
  }
  .releaseNote_module_dXlTableRow__d63012a8 {
    display: table-row !important;
  }
  .releaseNote_module_dXlTableCell__d63012a8 {
    display: table-cell !important;
  }
  .releaseNote_module_dXlFlex__d63012a8 {
    display: flex !important;
  }
  .releaseNote_module_dXlInlineFlex__d63012a8 {
    display: inline-flex !important;
  }
  .releaseNote_module_justifyContentStartXl__d63012a8 {
    justify-content: flex-start;
  }
  .releaseNote_module_justifyContentEndXl__d63012a8 {
    justify-content: flex-end;
  }
  .releaseNote_module_justifyContentCenterXl__d63012a8 {
    justify-content: center;
  }
  .releaseNote_module_justifyContentBetweenXl__d63012a8 {
    justify-content: space-between;
  }
  .releaseNote_module_justifyContentAroundXl__d63012a8 {
    justify-content: space-around;
  }
  .releaseNote_module_justifyContentInitialXl__d63012a8 {
    justify-content: initial;
  }
  .releaseNote_module_justifyContentInheritXl__d63012a8 {
    justify-content: inherit;
  }
  .releaseNote_module_alignItemsStretchXl__d63012a8 {
    align-items: stretch;
  }
  .releaseNote_module_alignItemsCenterXl__d63012a8 {
    align-items: center;
  }
  .releaseNote_module_alignItemsStartXl__d63012a8 {
    align-items: flex-start;
  }
  .releaseNote_module_alignItemsEndXl__d63012a8 {
    align-items: flex-end;
  }
  .releaseNote_module_alignItemsBaseXl__d63012a8 {
    align-items: baseline;
  }
  .releaseNote_module_alignSelfAutoXl__d63012a8 {
    align-self: auto;
  }
  .releaseNote_module_alignSelfStretchXl__d63012a8 {
    align-self: stretch;
  }
  .releaseNote_module_alignSelfCenterXl__d63012a8 {
    align-self: center;
  }
  .releaseNote_module_alignSelfStartXl__d63012a8 {
    align-self: flex-start;
  }
  .releaseNote_module_alignSelfEndXl__d63012a8 {
    align-self: flex-end;
  }
  .releaseNote_module_alignSelfBaselineXl__d63012a8 {
    align-self: baseline;
  }
  .releaseNote_module_alignSelfInitialXl__d63012a8 {
    align-self: initial;
  }
  .releaseNote_module_alignSelfInheritXl__d63012a8 {
    align-self: inherit;
  }
  .releaseNote_module_alignContentStretchXl__d63012a8 {
    align-content: stretch;
  }
  .releaseNote_module_alignContentCenterXl__d63012a8 {
    align-content: center;
  }
  .releaseNote_module_alignContentStartXl__d63012a8 {
    align-content: flex-start;
  }
  .releaseNote_module_alignContentEndXl__d63012a8 {
    align-content: flex-end;
  }
  .releaseNote_module_alignContentBetweenXl__d63012a8 {
    align-content: space-between;
  }
  .releaseNote_module_alignContentAroundXl__d63012a8 {
    align-content: space-around;
  }
  .releaseNote_module_alignContentInitialXl__d63012a8 {
    align-content: initial;
  }
  .releaseNote_module_alignContentInheritXl__d63012a8 {
    align-content: inherit;
  }
  .releaseNote_module_flexRowXl__d63012a8 {
    flex-direction: row;
  }
  .releaseNote_module_flexRowReverseXl__d63012a8 {
    flex-direction: row-reverse;
  }
  .releaseNote_module_flexColumnXl__d63012a8 {
    flex-direction: column;
  }
  .releaseNote_module_flexColumnReverseXl__d63012a8 {
    flex-direction: column-reverse;
  }
  .releaseNote_module_flexWrapXl__d63012a8 {
    flex-wrap: wrap;
  }
  .releaseNote_module_flexNowrapXl__d63012a8 {
    flex-wrap: nowrap;
  }
  .releaseNote_module_order1Xl__d63012a8 {
    order: 1;
  }
  .releaseNote_module_order2Xl__d63012a8 {
    order: 2;
  }
  .releaseNote_module_order3Xl__d63012a8 {
    order: 3;
  }
  .releaseNote_module_order4Xl__d63012a8 {
    order: 4;
  }
  .releaseNote_module_order5Xl__d63012a8 {
    order: 5;
  }
  .releaseNote_module_order6Xl__d63012a8 {
    order: 6;
  }
  .releaseNote_module_order7Xl__d63012a8 {
    order: 7;
  }
  .releaseNote_module_order8Xl__d63012a8 {
    order: 8;
  }
  .releaseNote_module_order9Xl__d63012a8 {
    order: 9;
  }
  .releaseNote_module_order10Xl__d63012a8 {
    order: 10;
  }
  .releaseNote_module_order11Xl__d63012a8 {
    order: 11;
  }
  .releaseNote_module_order12Xl__d63012a8 {
    order: 12;
  }
}
.releaseNote_module_releaseNoteButton__d63012a8 {
  color: #4fc3f7;
  font-weight: 500;
  font-size: 0.75rem;
}
.releaseNote_module_releaseNoteButton__d63012a8:hover {
  color: #66bb6a;
}

.releaseNote_module_releaseNoteModal__d63012a8 {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 650px;
  border-radius: 0.25rem;
  border: 0;
  outline: none;
}
@media (max-width: 768px) {
  .releaseNote_module_releaseNoteModal__d63012a8 {
    width: 90%;
  }
}
.releaseNote_module_releaseNoteModal__overlay__d63012a8 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.releaseNote_module_releaseNoteModal__header__d63012a8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  border-bottom: 2px solid #f2f2f2;
}
.releaseNote_module_releaseNoteModal__header_Title__d63012a8 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: 700;
}
.releaseNote_module_releaseNoteModal__header_Close__d63012a8 {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
}
.releaseNote_module_releaseNoteModal__header_Close__d63012a8:hover {
  background-color: #f4fBfe;
}
.releaseNote_module_releaseNoteModal__header_Close__d63012a8:hover .releaseNote_module_closeIcon__d63012a8 {
  color: #2196f3;
}
.releaseNote_module_releaseNoteModal__header_Close__d63012a8 .releaseNote_module_closeIcon__d63012a8 {
  color: #999999;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 {
  max-height: 60vh;
  padding: 1.5rem;
  line-height: 1.25rem;
  scrollbar-gutter: stable;
  overflow-y: auto;
}
.releaseNote_module_releaseNoteModal__body__d63012a8::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
.releaseNote_module_releaseNoteModal__body__d63012a8:hover::-webkit-scrollbar-thumb {
  background: #737373;
}
.releaseNote_module_releaseNoteModal__body__d63012a8::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.releaseNote_module_releaseNoteModal__body__d63012a8::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 {
  border-top: 1px solid #d2d2d2;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8:first-child {
  border: none;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8:not(:first-child) {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__subHeader__d63012a8 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__header__d63012a8 {
  display: flex;
  align-items: center;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__header__d63012a8 .releaseNote_module_appVersion__d63012a8 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c4587;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__header__d63012a8 .releaseNote_module_versionPill__d63012a8 {
  font-size: 0.75rem;
  padding: 2px 8px;
  background-color: #81c784;
  margin-left: 8px;
  color: #ffffff;
  border-radius: 9999px;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_versionDate__d63012a8 {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__paragraph__d63012a8 {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__paragraph_Title__d63012a8 {
  color: #515151;
  font-size: 0.875rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__paragraph_Title__d63012a8:first-child {
  margin-top: 0.75rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__subHeader__d63012a8 {
  margin-bottom: 0.25rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__listGroup__d63012a8 {
  margin-top: 0.25rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__listGroup_Item__d63012a8 {
  padding-left: 0.5rem;
  color: #515151;
  font-size: 0.875rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__listGroup_Item__d63012a8:first-child {
  margin-top: 0.75rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__group__d63012a8 {
  margin-top: 0.25rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_featureContent__group_Item__d63012a8 {
  padding-left: 0.5rem;
  color: #515151;
  font-size: 0.875rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_bugContent__header__d63012a8 {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_bugContent__subHeader__d63012a8 {
  margin-bottom: 0.25rem;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_bugContent__group__d63012a8 {
  margin-top: 0.25rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.releaseNote_module_releaseNoteModal__body__d63012a8 .releaseNote_module_releaseNoteContent__d63012a8 .releaseNote_module_bugContent__group_Item__d63012a8 {
  padding-left: 0.5rem;
  color: #515151;
  font-size: 1rem;
}.feedbackForm_module_dNone__069ba499 {
  display: none !important;
}

.feedbackForm_module_dInline__069ba499 {
  display: inline !important;
}

.feedbackForm_module_dInlineBlock__069ba499 {
  display: inline-block !important;
}

.feedbackForm_module_dBlock__069ba499 {
  display: block !important;
}

.feedbackForm_module_dTable__069ba499 {
  display: table !important;
}

.feedbackForm_module_dTableRow__069ba499 {
  display: table-row !important;
}

.feedbackForm_module_dTableCell__069ba499 {
  display: table-cell !important;
}

.feedbackForm_module_dFlex__069ba499 {
  display: flex !important;
}

.feedbackForm_module_dInlineFlex__069ba499 {
  display: inline-flex !important;
}

.feedbackForm_module_justifyContentStart__069ba499 {
  justify-content: flex-start;
}

.feedbackForm_module_justifyContentEnd__069ba499 {
  justify-content: flex-end;
}

.feedbackForm_module_justifyContentCenter__069ba499 {
  justify-content: center;
}

.feedbackForm_module_justifyContentBetween__069ba499 {
  justify-content: space-between;
}

.feedbackForm_module_justifyContentAround__069ba499 {
  justify-content: space-around;
}

.feedbackForm_module_justifyContentInitial__069ba499 {
  justify-content: initial;
}

.feedbackForm_module_justifyContentInherit__069ba499 {
  justify-content: inherit;
}

.feedbackForm_module_alignItemsStretch__069ba499 {
  align-items: stretch;
}

.feedbackForm_module_alignItemsCenter__069ba499 {
  align-items: center;
}

.feedbackForm_module_alignItemsStart__069ba499 {
  align-items: flex-start;
}

.feedbackForm_module_alignItemsEnd__069ba499 {
  align-items: flex-end;
}

.feedbackForm_module_alignItemsBase__069ba499 {
  align-items: baseline;
}

.feedbackForm_module_alignSelfAuto__069ba499 {
  align-self: auto;
}

.feedbackForm_module_alignSelfStretch__069ba499 {
  align-self: stretch;
}

.feedbackForm_module_alignSelfCenter__069ba499 {
  align-self: center;
}

.feedbackForm_module_alignSelfStart__069ba499 {
  align-self: flex-start;
}

.feedbackForm_module_alignSelfEnd__069ba499 {
  align-self: flex-end;
}

.feedbackForm_module_alignSelfBaseline__069ba499 {
  align-self: baseline;
}

.feedbackForm_module_alignSelfInitial__069ba499 {
  align-self: initial;
}

.feedbackForm_module_alignSelfInherit__069ba499 {
  align-self: inherit;
}

.feedbackForm_module_alignContentStretch__069ba499 {
  align-content: stretch;
}

.feedbackForm_module_alignContentCenter__069ba499 {
  align-content: center;
}

.feedbackForm_module_alignContentStart__069ba499 {
  align-content: flex-start;
}

.feedbackForm_module_alignContentEnd__069ba499 {
  align-content: flex-end;
}

.feedbackForm_module_alignContentBetween__069ba499 {
  align-content: space-between;
}

.feedbackForm_module_alignContentAround__069ba499 {
  align-content: space-around;
}

.feedbackForm_module_alignContentInitial__069ba499 {
  align-content: initial;
}

.feedbackForm_module_alignContentInherit__069ba499 {
  align-content: inherit;
}

.feedbackForm_module_flexRow__069ba499 {
  flex-direction: row;
}

.feedbackForm_module_flexRowReverse__069ba499 {
  flex-direction: row-reverse;
}

.feedbackForm_module_flexColumn__069ba499 {
  flex-direction: column;
}

.feedbackForm_module_flexColumnReverse__069ba499 {
  flex-direction: column-reverse;
}

.feedbackForm_module_flexWrap__069ba499 {
  flex-wrap: wrap;
}

.feedbackForm_module_flexNowrap__069ba499 {
  flex-wrap: nowrap;
}

.feedbackForm_module_order1__069ba499 {
  order: 1;
}

.feedbackForm_module_order2__069ba499 {
  order: 2;
}

.feedbackForm_module_order3__069ba499 {
  order: 3;
}

.feedbackForm_module_order4__069ba499 {
  order: 4;
}

.feedbackForm_module_order5__069ba499 {
  order: 5;
}

.feedbackForm_module_order6__069ba499 {
  order: 6;
}

.feedbackForm_module_order7__069ba499 {
  order: 7;
}

.feedbackForm_module_order8__069ba499 {
  order: 8;
}

.feedbackForm_module_order9__069ba499 {
  order: 9;
}

.feedbackForm_module_order10__069ba499 {
  order: 10;
}

.feedbackForm_module_order11__069ba499 {
  order: 11;
}

.feedbackForm_module_order12__069ba499 {
  order: 12;
}

@media (min-width: 576px) {
  .feedbackForm_module_dSmNone__069ba499 {
    display: none !important;
  }
  .feedbackForm_module_dSmInline__069ba499 {
    display: inline !important;
  }
  .feedbackForm_module_dSmInlineBlock__069ba499 {
    display: inline-block !important;
  }
  .feedbackForm_module_dSmBlock__069ba499 {
    display: block !important;
  }
  .feedbackForm_module_dSmTable__069ba499 {
    display: table !important;
  }
  .feedbackForm_module_dSmTableRow__069ba499 {
    display: table-row !important;
  }
  .feedbackForm_module_dSmTableCell__069ba499 {
    display: table-cell !important;
  }
  .feedbackForm_module_dSmFlex__069ba499 {
    display: flex !important;
  }
  .feedbackForm_module_dSmInlineFlex__069ba499 {
    display: inline-flex !important;
  }
  .feedbackForm_module_justifyContentStartSm__069ba499 {
    justify-content: flex-start;
  }
  .feedbackForm_module_justifyContentEndSm__069ba499 {
    justify-content: flex-end;
  }
  .feedbackForm_module_justifyContentCenterSm__069ba499 {
    justify-content: center;
  }
  .feedbackForm_module_justifyContentBetweenSm__069ba499 {
    justify-content: space-between;
  }
  .feedbackForm_module_justifyContentAroundSm__069ba499 {
    justify-content: space-around;
  }
  .feedbackForm_module_justifyContentInitialSm__069ba499 {
    justify-content: initial;
  }
  .feedbackForm_module_justifyContentInheritSm__069ba499 {
    justify-content: inherit;
  }
  .feedbackForm_module_alignItemsStretchSm__069ba499 {
    align-items: stretch;
  }
  .feedbackForm_module_alignItemsCenterSm__069ba499 {
    align-items: center;
  }
  .feedbackForm_module_alignItemsStartSm__069ba499 {
    align-items: flex-start;
  }
  .feedbackForm_module_alignItemsEndSm__069ba499 {
    align-items: flex-end;
  }
  .feedbackForm_module_alignItemsBaseSm__069ba499 {
    align-items: baseline;
  }
  .feedbackForm_module_alignSelfAutoSm__069ba499 {
    align-self: auto;
  }
  .feedbackForm_module_alignSelfStretchSm__069ba499 {
    align-self: stretch;
  }
  .feedbackForm_module_alignSelfCenterSm__069ba499 {
    align-self: center;
  }
  .feedbackForm_module_alignSelfStartSm__069ba499 {
    align-self: flex-start;
  }
  .feedbackForm_module_alignSelfEndSm__069ba499 {
    align-self: flex-end;
  }
  .feedbackForm_module_alignSelfBaselineSm__069ba499 {
    align-self: baseline;
  }
  .feedbackForm_module_alignSelfInitialSm__069ba499 {
    align-self: initial;
  }
  .feedbackForm_module_alignSelfInheritSm__069ba499 {
    align-self: inherit;
  }
  .feedbackForm_module_alignContentStretchSm__069ba499 {
    align-content: stretch;
  }
  .feedbackForm_module_alignContentCenterSm__069ba499 {
    align-content: center;
  }
  .feedbackForm_module_alignContentStartSm__069ba499 {
    align-content: flex-start;
  }
  .feedbackForm_module_alignContentEndSm__069ba499 {
    align-content: flex-end;
  }
  .feedbackForm_module_alignContentBetweenSm__069ba499 {
    align-content: space-between;
  }
  .feedbackForm_module_alignContentAroundSm__069ba499 {
    align-content: space-around;
  }
  .feedbackForm_module_alignContentInitialSm__069ba499 {
    align-content: initial;
  }
  .feedbackForm_module_alignContentInheritSm__069ba499 {
    align-content: inherit;
  }
  .feedbackForm_module_flexRowSm__069ba499 {
    flex-direction: row;
  }
  .feedbackForm_module_flexRowReverseSm__069ba499 {
    flex-direction: row-reverse;
  }
  .feedbackForm_module_flexColumnSm__069ba499 {
    flex-direction: column;
  }
  .feedbackForm_module_flexColumnReverseSm__069ba499 {
    flex-direction: column-reverse;
  }
  .feedbackForm_module_flexWrapSm__069ba499 {
    flex-wrap: wrap;
  }
  .feedbackForm_module_flexNowrapSm__069ba499 {
    flex-wrap: nowrap;
  }
  .feedbackForm_module_order1Sm__069ba499 {
    order: 1;
  }
  .feedbackForm_module_order2Sm__069ba499 {
    order: 2;
  }
  .feedbackForm_module_order3Sm__069ba499 {
    order: 3;
  }
  .feedbackForm_module_order4Sm__069ba499 {
    order: 4;
  }
  .feedbackForm_module_order5Sm__069ba499 {
    order: 5;
  }
  .feedbackForm_module_order6Sm__069ba499 {
    order: 6;
  }
  .feedbackForm_module_order7Sm__069ba499 {
    order: 7;
  }
  .feedbackForm_module_order8Sm__069ba499 {
    order: 8;
  }
  .feedbackForm_module_order9Sm__069ba499 {
    order: 9;
  }
  .feedbackForm_module_order10Sm__069ba499 {
    order: 10;
  }
  .feedbackForm_module_order11Sm__069ba499 {
    order: 11;
  }
  .feedbackForm_module_order12Sm__069ba499 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .feedbackForm_module_dMdNone__069ba499 {
    display: none !important;
  }
  .feedbackForm_module_dMdInline__069ba499 {
    display: inline !important;
  }
  .feedbackForm_module_dMdInlineBlock__069ba499 {
    display: inline-block !important;
  }
  .feedbackForm_module_dMdBlock__069ba499 {
    display: block !important;
  }
  .feedbackForm_module_dMdTable__069ba499 {
    display: table !important;
  }
  .feedbackForm_module_dMdTableRow__069ba499 {
    display: table-row !important;
  }
  .feedbackForm_module_dMdTableCell__069ba499 {
    display: table-cell !important;
  }
  .feedbackForm_module_dMdFlex__069ba499 {
    display: flex !important;
  }
  .feedbackForm_module_dMdInlineFlex__069ba499 {
    display: inline-flex !important;
  }
  .feedbackForm_module_justifyContentStartMd__069ba499 {
    justify-content: flex-start;
  }
  .feedbackForm_module_justifyContentEndMd__069ba499 {
    justify-content: flex-end;
  }
  .feedbackForm_module_justifyContentCenterMd__069ba499 {
    justify-content: center;
  }
  .feedbackForm_module_justifyContentBetweenMd__069ba499 {
    justify-content: space-between;
  }
  .feedbackForm_module_justifyContentAroundMd__069ba499 {
    justify-content: space-around;
  }
  .feedbackForm_module_justifyContentInitialMd__069ba499 {
    justify-content: initial;
  }
  .feedbackForm_module_justifyContentInheritMd__069ba499 {
    justify-content: inherit;
  }
  .feedbackForm_module_alignItemsStretchMd__069ba499 {
    align-items: stretch;
  }
  .feedbackForm_module_alignItemsCenterMd__069ba499 {
    align-items: center;
  }
  .feedbackForm_module_alignItemsStartMd__069ba499 {
    align-items: flex-start;
  }
  .feedbackForm_module_alignItemsEndMd__069ba499 {
    align-items: flex-end;
  }
  .feedbackForm_module_alignItemsBaseMd__069ba499 {
    align-items: baseline;
  }
  .feedbackForm_module_alignSelfAutoMd__069ba499 {
    align-self: auto;
  }
  .feedbackForm_module_alignSelfStretchMd__069ba499 {
    align-self: stretch;
  }
  .feedbackForm_module_alignSelfCenterMd__069ba499 {
    align-self: center;
  }
  .feedbackForm_module_alignSelfStartMd__069ba499 {
    align-self: flex-start;
  }
  .feedbackForm_module_alignSelfEndMd__069ba499 {
    align-self: flex-end;
  }
  .feedbackForm_module_alignSelfBaselineMd__069ba499 {
    align-self: baseline;
  }
  .feedbackForm_module_alignSelfInitialMd__069ba499 {
    align-self: initial;
  }
  .feedbackForm_module_alignSelfInheritMd__069ba499 {
    align-self: inherit;
  }
  .feedbackForm_module_alignContentStretchMd__069ba499 {
    align-content: stretch;
  }
  .feedbackForm_module_alignContentCenterMd__069ba499 {
    align-content: center;
  }
  .feedbackForm_module_alignContentStartMd__069ba499 {
    align-content: flex-start;
  }
  .feedbackForm_module_alignContentEndMd__069ba499 {
    align-content: flex-end;
  }
  .feedbackForm_module_alignContentBetweenMd__069ba499 {
    align-content: space-between;
  }
  .feedbackForm_module_alignContentAroundMd__069ba499 {
    align-content: space-around;
  }
  .feedbackForm_module_alignContentInitialMd__069ba499 {
    align-content: initial;
  }
  .feedbackForm_module_alignContentInheritMd__069ba499 {
    align-content: inherit;
  }
  .feedbackForm_module_flexRowMd__069ba499 {
    flex-direction: row;
  }
  .feedbackForm_module_flexRowReverseMd__069ba499 {
    flex-direction: row-reverse;
  }
  .feedbackForm_module_flexColumnMd__069ba499 {
    flex-direction: column;
  }
  .feedbackForm_module_flexColumnReverseMd__069ba499 {
    flex-direction: column-reverse;
  }
  .feedbackForm_module_flexWrapMd__069ba499 {
    flex-wrap: wrap;
  }
  .feedbackForm_module_flexNowrapMd__069ba499 {
    flex-wrap: nowrap;
  }
  .feedbackForm_module_order1Md__069ba499 {
    order: 1;
  }
  .feedbackForm_module_order2Md__069ba499 {
    order: 2;
  }
  .feedbackForm_module_order3Md__069ba499 {
    order: 3;
  }
  .feedbackForm_module_order4Md__069ba499 {
    order: 4;
  }
  .feedbackForm_module_order5Md__069ba499 {
    order: 5;
  }
  .feedbackForm_module_order6Md__069ba499 {
    order: 6;
  }
  .feedbackForm_module_order7Md__069ba499 {
    order: 7;
  }
  .feedbackForm_module_order8Md__069ba499 {
    order: 8;
  }
  .feedbackForm_module_order9Md__069ba499 {
    order: 9;
  }
  .feedbackForm_module_order10Md__069ba499 {
    order: 10;
  }
  .feedbackForm_module_order11Md__069ba499 {
    order: 11;
  }
  .feedbackForm_module_order12Md__069ba499 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .feedbackForm_module_dLgNone__069ba499 {
    display: none !important;
  }
  .feedbackForm_module_dLgInline__069ba499 {
    display: inline !important;
  }
  .feedbackForm_module_dLgInlineBlock__069ba499 {
    display: inline-block !important;
  }
  .feedbackForm_module_dLgBlock__069ba499 {
    display: block !important;
  }
  .feedbackForm_module_dLgTable__069ba499 {
    display: table !important;
  }
  .feedbackForm_module_dLgTableRow__069ba499 {
    display: table-row !important;
  }
  .feedbackForm_module_dLgTableCell__069ba499 {
    display: table-cell !important;
  }
  .feedbackForm_module_dLgFlex__069ba499 {
    display: flex !important;
  }
  .feedbackForm_module_dLgInlineFlex__069ba499 {
    display: inline-flex !important;
  }
  .feedbackForm_module_justifyContentStartLg__069ba499 {
    justify-content: flex-start;
  }
  .feedbackForm_module_justifyContentEndLg__069ba499 {
    justify-content: flex-end;
  }
  .feedbackForm_module_justifyContentCenterLg__069ba499 {
    justify-content: center;
  }
  .feedbackForm_module_justifyContentBetweenLg__069ba499 {
    justify-content: space-between;
  }
  .feedbackForm_module_justifyContentAroundLg__069ba499 {
    justify-content: space-around;
  }
  .feedbackForm_module_justifyContentInitialLg__069ba499 {
    justify-content: initial;
  }
  .feedbackForm_module_justifyContentInheritLg__069ba499 {
    justify-content: inherit;
  }
  .feedbackForm_module_alignItemsStretchLg__069ba499 {
    align-items: stretch;
  }
  .feedbackForm_module_alignItemsCenterLg__069ba499 {
    align-items: center;
  }
  .feedbackForm_module_alignItemsStartLg__069ba499 {
    align-items: flex-start;
  }
  .feedbackForm_module_alignItemsEndLg__069ba499 {
    align-items: flex-end;
  }
  .feedbackForm_module_alignItemsBaseLg__069ba499 {
    align-items: baseline;
  }
  .feedbackForm_module_alignSelfAutoLg__069ba499 {
    align-self: auto;
  }
  .feedbackForm_module_alignSelfStretchLg__069ba499 {
    align-self: stretch;
  }
  .feedbackForm_module_alignSelfCenterLg__069ba499 {
    align-self: center;
  }
  .feedbackForm_module_alignSelfStartLg__069ba499 {
    align-self: flex-start;
  }
  .feedbackForm_module_alignSelfEndLg__069ba499 {
    align-self: flex-end;
  }
  .feedbackForm_module_alignSelfBaselineLg__069ba499 {
    align-self: baseline;
  }
  .feedbackForm_module_alignSelfInitialLg__069ba499 {
    align-self: initial;
  }
  .feedbackForm_module_alignSelfInheritLg__069ba499 {
    align-self: inherit;
  }
  .feedbackForm_module_alignContentStretchLg__069ba499 {
    align-content: stretch;
  }
  .feedbackForm_module_alignContentCenterLg__069ba499 {
    align-content: center;
  }
  .feedbackForm_module_alignContentStartLg__069ba499 {
    align-content: flex-start;
  }
  .feedbackForm_module_alignContentEndLg__069ba499 {
    align-content: flex-end;
  }
  .feedbackForm_module_alignContentBetweenLg__069ba499 {
    align-content: space-between;
  }
  .feedbackForm_module_alignContentAroundLg__069ba499 {
    align-content: space-around;
  }
  .feedbackForm_module_alignContentInitialLg__069ba499 {
    align-content: initial;
  }
  .feedbackForm_module_alignContentInheritLg__069ba499 {
    align-content: inherit;
  }
  .feedbackForm_module_flexRowLg__069ba499 {
    flex-direction: row;
  }
  .feedbackForm_module_flexRowReverseLg__069ba499 {
    flex-direction: row-reverse;
  }
  .feedbackForm_module_flexColumnLg__069ba499 {
    flex-direction: column;
  }
  .feedbackForm_module_flexColumnReverseLg__069ba499 {
    flex-direction: column-reverse;
  }
  .feedbackForm_module_flexWrapLg__069ba499 {
    flex-wrap: wrap;
  }
  .feedbackForm_module_flexNowrapLg__069ba499 {
    flex-wrap: nowrap;
  }
  .feedbackForm_module_order1Lg__069ba499 {
    order: 1;
  }
  .feedbackForm_module_order2Lg__069ba499 {
    order: 2;
  }
  .feedbackForm_module_order3Lg__069ba499 {
    order: 3;
  }
  .feedbackForm_module_order4Lg__069ba499 {
    order: 4;
  }
  .feedbackForm_module_order5Lg__069ba499 {
    order: 5;
  }
  .feedbackForm_module_order6Lg__069ba499 {
    order: 6;
  }
  .feedbackForm_module_order7Lg__069ba499 {
    order: 7;
  }
  .feedbackForm_module_order8Lg__069ba499 {
    order: 8;
  }
  .feedbackForm_module_order9Lg__069ba499 {
    order: 9;
  }
  .feedbackForm_module_order10Lg__069ba499 {
    order: 10;
  }
  .feedbackForm_module_order11Lg__069ba499 {
    order: 11;
  }
  .feedbackForm_module_order12Lg__069ba499 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .feedbackForm_module_dXlNone__069ba499 {
    display: none !important;
  }
  .feedbackForm_module_dXlInline__069ba499 {
    display: inline !important;
  }
  .feedbackForm_module_dXlInlineBlock__069ba499 {
    display: inline-block !important;
  }
  .feedbackForm_module_dXlBlock__069ba499 {
    display: block !important;
  }
  .feedbackForm_module_dXlTable__069ba499 {
    display: table !important;
  }
  .feedbackForm_module_dXlTableRow__069ba499 {
    display: table-row !important;
  }
  .feedbackForm_module_dXlTableCell__069ba499 {
    display: table-cell !important;
  }
  .feedbackForm_module_dXlFlex__069ba499 {
    display: flex !important;
  }
  .feedbackForm_module_dXlInlineFlex__069ba499 {
    display: inline-flex !important;
  }
  .feedbackForm_module_justifyContentStartXl__069ba499 {
    justify-content: flex-start;
  }
  .feedbackForm_module_justifyContentEndXl__069ba499 {
    justify-content: flex-end;
  }
  .feedbackForm_module_justifyContentCenterXl__069ba499 {
    justify-content: center;
  }
  .feedbackForm_module_justifyContentBetweenXl__069ba499 {
    justify-content: space-between;
  }
  .feedbackForm_module_justifyContentAroundXl__069ba499 {
    justify-content: space-around;
  }
  .feedbackForm_module_justifyContentInitialXl__069ba499 {
    justify-content: initial;
  }
  .feedbackForm_module_justifyContentInheritXl__069ba499 {
    justify-content: inherit;
  }
  .feedbackForm_module_alignItemsStretchXl__069ba499 {
    align-items: stretch;
  }
  .feedbackForm_module_alignItemsCenterXl__069ba499 {
    align-items: center;
  }
  .feedbackForm_module_alignItemsStartXl__069ba499 {
    align-items: flex-start;
  }
  .feedbackForm_module_alignItemsEndXl__069ba499 {
    align-items: flex-end;
  }
  .feedbackForm_module_alignItemsBaseXl__069ba499 {
    align-items: baseline;
  }
  .feedbackForm_module_alignSelfAutoXl__069ba499 {
    align-self: auto;
  }
  .feedbackForm_module_alignSelfStretchXl__069ba499 {
    align-self: stretch;
  }
  .feedbackForm_module_alignSelfCenterXl__069ba499 {
    align-self: center;
  }
  .feedbackForm_module_alignSelfStartXl__069ba499 {
    align-self: flex-start;
  }
  .feedbackForm_module_alignSelfEndXl__069ba499 {
    align-self: flex-end;
  }
  .feedbackForm_module_alignSelfBaselineXl__069ba499 {
    align-self: baseline;
  }
  .feedbackForm_module_alignSelfInitialXl__069ba499 {
    align-self: initial;
  }
  .feedbackForm_module_alignSelfInheritXl__069ba499 {
    align-self: inherit;
  }
  .feedbackForm_module_alignContentStretchXl__069ba499 {
    align-content: stretch;
  }
  .feedbackForm_module_alignContentCenterXl__069ba499 {
    align-content: center;
  }
  .feedbackForm_module_alignContentStartXl__069ba499 {
    align-content: flex-start;
  }
  .feedbackForm_module_alignContentEndXl__069ba499 {
    align-content: flex-end;
  }
  .feedbackForm_module_alignContentBetweenXl__069ba499 {
    align-content: space-between;
  }
  .feedbackForm_module_alignContentAroundXl__069ba499 {
    align-content: space-around;
  }
  .feedbackForm_module_alignContentInitialXl__069ba499 {
    align-content: initial;
  }
  .feedbackForm_module_alignContentInheritXl__069ba499 {
    align-content: inherit;
  }
  .feedbackForm_module_flexRowXl__069ba499 {
    flex-direction: row;
  }
  .feedbackForm_module_flexRowReverseXl__069ba499 {
    flex-direction: row-reverse;
  }
  .feedbackForm_module_flexColumnXl__069ba499 {
    flex-direction: column;
  }
  .feedbackForm_module_flexColumnReverseXl__069ba499 {
    flex-direction: column-reverse;
  }
  .feedbackForm_module_flexWrapXl__069ba499 {
    flex-wrap: wrap;
  }
  .feedbackForm_module_flexNowrapXl__069ba499 {
    flex-wrap: nowrap;
  }
  .feedbackForm_module_order1Xl__069ba499 {
    order: 1;
  }
  .feedbackForm_module_order2Xl__069ba499 {
    order: 2;
  }
  .feedbackForm_module_order3Xl__069ba499 {
    order: 3;
  }
  .feedbackForm_module_order4Xl__069ba499 {
    order: 4;
  }
  .feedbackForm_module_order5Xl__069ba499 {
    order: 5;
  }
  .feedbackForm_module_order6Xl__069ba499 {
    order: 6;
  }
  .feedbackForm_module_order7Xl__069ba499 {
    order: 7;
  }
  .feedbackForm_module_order8Xl__069ba499 {
    order: 8;
  }
  .feedbackForm_module_order9Xl__069ba499 {
    order: 9;
  }
  .feedbackForm_module_order10Xl__069ba499 {
    order: 10;
  }
  .feedbackForm_module_order11Xl__069ba499 {
    order: 11;
  }
  .feedbackForm_module_order12Xl__069ba499 {
    order: 12;
  }
}
.feedbackForm_module_feedbackFormContainer_Disable__069ba499 {
  filter: grayscale(1);
  background-color: #f6f6f6;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_required__069ba499 {
  color: #f44336;
  font-size: 0.75rem;
  margin-left: 2px;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__069ba499 {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__rating__069ba499 {
  display: flex;
  gap: auto;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__radiobutton__069ba499 {
  padding-bottom: 26px;
  width: fit-content;
  padding-left: 22px;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 section {
  color: #515151;
  font-weight: 700;
  font-size: 0.875rem;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_feedbackTextarea__069ba499 {
  width: 100%;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_feedbackTextarea__069ba499 textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  resize: none;
  padding: 8px 12px;
  outline: none;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_feedbackTextarea__069ba499 textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #e6e6e6;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_feedbackTextarea__069ba499 textarea ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #999999;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_feedbackTextarea__069ba499 textarea :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #999999;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_feedbackTextarea__069ba499 textarea :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #999999;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 {
  margin: 16px 0 0 16px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__069ba499 {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__header__069ba499 {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__header__069ba499 .feedbackForm_module_title__069ba499 {
  font-size: 0.875rem;
  color: #333333;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__header__069ba499 .feedbackForm_module_icon__069ba499 {
  cursor: pointer;
  color: getcolor("grey.50");
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__header__069ba499 .feedbackForm_module_icon__069ba499:hover {
  color: #2196f3;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__body__069ba499 .feedbackForm_module_label__069ba499 {
  font-size: 0.75rem;
  font-weight: 600;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__body__069ba499 .feedbackForm_module_label_1__069ba499 {
  color: #f44336;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__body__069ba499 .feedbackForm_module_label_2__069ba499 {
  color: #cf6d16;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__body__069ba499 .feedbackForm_module_label_3__069ba499 {
  color: #4caf50;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__body__069ba499 .feedbackForm_module_label_4__069ba499 {
  color: #1c4587;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingList__069ba499 .feedbackForm_module_ratingItem__error__069ba499 {
  margin-top: 0.5rem;
  color: #f44336;
  font-size: 0.75rem;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingBoxContainer__069ba499 {
  flex-basis: 45%;
  background-color: #f6f6f6;
  border-radius: 4px;
  border: 0px solid #e6e6e6;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingBoxContainer__cancel__069ba499 {
  display: flex;
  justify-content: flex-end;
  padding-right: 17px;
  padding-top: 16px;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingBox__069ba499 {
  padding: 0 24px 24px 24px;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingBox__title__069ba499 {
  display: flex;
  gap: 8px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingBox__text__069ba499 {
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  padding-top: 9px;
  padding-bottom: 16px;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingBox__rates__069ba499 {
  display: flex;
  color: #515151;
  font-size: 12px;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingBox__star__069ba499 {
  display: flex;
  flex-basis: 40%;
  align-items: center;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingBox__textInput__069ba499 {
  border-radius: 4px;
  border: 1px solid #cfe4f4;
  background-color: #eaf8ff;
}
.feedbackForm_module_feedbackFormContainer__069ba499 .feedbackForm_module_feedbackFormList__item__069ba499 .feedbackForm_module_ratingBox__textInputContent__069ba499 {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 12px 8px 8px;
  align-items: flex-start;
  gap: 8px;
  color: #333333;
}.textArea_module_dNone__5ed15516 {
  display: none !important;
}

.textArea_module_dInline__5ed15516 {
  display: inline !important;
}

.textArea_module_dInlineBlock__5ed15516 {
  display: inline-block !important;
}

.textArea_module_dBlock__5ed15516 {
  display: block !important;
}

.textArea_module_dTable__5ed15516 {
  display: table !important;
}

.textArea_module_dTableRow__5ed15516 {
  display: table-row !important;
}

.textArea_module_dTableCell__5ed15516 {
  display: table-cell !important;
}

.textArea_module_dFlex__5ed15516 {
  display: flex !important;
}

.textArea_module_dInlineFlex__5ed15516 {
  display: inline-flex !important;
}

.textArea_module_justifyContentStart__5ed15516 {
  justify-content: flex-start;
}

.textArea_module_justifyContentEnd__5ed15516 {
  justify-content: flex-end;
}

.textArea_module_justifyContentCenter__5ed15516 {
  justify-content: center;
}

.textArea_module_justifyContentBetween__5ed15516 {
  justify-content: space-between;
}

.textArea_module_justifyContentAround__5ed15516 {
  justify-content: space-around;
}

.textArea_module_justifyContentInitial__5ed15516 {
  justify-content: initial;
}

.textArea_module_justifyContentInherit__5ed15516 {
  justify-content: inherit;
}

.textArea_module_alignItemsStretch__5ed15516 {
  align-items: stretch;
}

.textArea_module_alignItemsCenter__5ed15516 {
  align-items: center;
}

.textArea_module_alignItemsStart__5ed15516 {
  align-items: flex-start;
}

.textArea_module_alignItemsEnd__5ed15516 {
  align-items: flex-end;
}

.textArea_module_alignItemsBase__5ed15516 {
  align-items: baseline;
}

.textArea_module_alignSelfAuto__5ed15516 {
  align-self: auto;
}

.textArea_module_alignSelfStretch__5ed15516 {
  align-self: stretch;
}

.textArea_module_alignSelfCenter__5ed15516 {
  align-self: center;
}

.textArea_module_alignSelfStart__5ed15516 {
  align-self: flex-start;
}

.textArea_module_alignSelfEnd__5ed15516 {
  align-self: flex-end;
}

.textArea_module_alignSelfBaseline__5ed15516 {
  align-self: baseline;
}

.textArea_module_alignSelfInitial__5ed15516 {
  align-self: initial;
}

.textArea_module_alignSelfInherit__5ed15516 {
  align-self: inherit;
}

.textArea_module_alignContentStretch__5ed15516 {
  align-content: stretch;
}

.textArea_module_alignContentCenter__5ed15516 {
  align-content: center;
}

.textArea_module_alignContentStart__5ed15516 {
  align-content: flex-start;
}

.textArea_module_alignContentEnd__5ed15516 {
  align-content: flex-end;
}

.textArea_module_alignContentBetween__5ed15516 {
  align-content: space-between;
}

.textArea_module_alignContentAround__5ed15516 {
  align-content: space-around;
}

.textArea_module_alignContentInitial__5ed15516 {
  align-content: initial;
}

.textArea_module_alignContentInherit__5ed15516 {
  align-content: inherit;
}

.textArea_module_flexRow__5ed15516 {
  flex-direction: row;
}

.textArea_module_flexRowReverse__5ed15516 {
  flex-direction: row-reverse;
}

.textArea_module_flexColumn__5ed15516 {
  flex-direction: column;
}

.textArea_module_flexColumnReverse__5ed15516 {
  flex-direction: column-reverse;
}

.textArea_module_flexWrap__5ed15516 {
  flex-wrap: wrap;
}

.textArea_module_flexNowrap__5ed15516 {
  flex-wrap: nowrap;
}

.textArea_module_order1__5ed15516 {
  order: 1;
}

.textArea_module_order2__5ed15516 {
  order: 2;
}

.textArea_module_order3__5ed15516 {
  order: 3;
}

.textArea_module_order4__5ed15516 {
  order: 4;
}

.textArea_module_order5__5ed15516 {
  order: 5;
}

.textArea_module_order6__5ed15516 {
  order: 6;
}

.textArea_module_order7__5ed15516 {
  order: 7;
}

.textArea_module_order8__5ed15516 {
  order: 8;
}

.textArea_module_order9__5ed15516 {
  order: 9;
}

.textArea_module_order10__5ed15516 {
  order: 10;
}

.textArea_module_order11__5ed15516 {
  order: 11;
}

.textArea_module_order12__5ed15516 {
  order: 12;
}

@media (min-width: 576px) {
  .textArea_module_dSmNone__5ed15516 {
    display: none !important;
  }
  .textArea_module_dSmInline__5ed15516 {
    display: inline !important;
  }
  .textArea_module_dSmInlineBlock__5ed15516 {
    display: inline-block !important;
  }
  .textArea_module_dSmBlock__5ed15516 {
    display: block !important;
  }
  .textArea_module_dSmTable__5ed15516 {
    display: table !important;
  }
  .textArea_module_dSmTableRow__5ed15516 {
    display: table-row !important;
  }
  .textArea_module_dSmTableCell__5ed15516 {
    display: table-cell !important;
  }
  .textArea_module_dSmFlex__5ed15516 {
    display: flex !important;
  }
  .textArea_module_dSmInlineFlex__5ed15516 {
    display: inline-flex !important;
  }
  .textArea_module_justifyContentStartSm__5ed15516 {
    justify-content: flex-start;
  }
  .textArea_module_justifyContentEndSm__5ed15516 {
    justify-content: flex-end;
  }
  .textArea_module_justifyContentCenterSm__5ed15516 {
    justify-content: center;
  }
  .textArea_module_justifyContentBetweenSm__5ed15516 {
    justify-content: space-between;
  }
  .textArea_module_justifyContentAroundSm__5ed15516 {
    justify-content: space-around;
  }
  .textArea_module_justifyContentInitialSm__5ed15516 {
    justify-content: initial;
  }
  .textArea_module_justifyContentInheritSm__5ed15516 {
    justify-content: inherit;
  }
  .textArea_module_alignItemsStretchSm__5ed15516 {
    align-items: stretch;
  }
  .textArea_module_alignItemsCenterSm__5ed15516 {
    align-items: center;
  }
  .textArea_module_alignItemsStartSm__5ed15516 {
    align-items: flex-start;
  }
  .textArea_module_alignItemsEndSm__5ed15516 {
    align-items: flex-end;
  }
  .textArea_module_alignItemsBaseSm__5ed15516 {
    align-items: baseline;
  }
  .textArea_module_alignSelfAutoSm__5ed15516 {
    align-self: auto;
  }
  .textArea_module_alignSelfStretchSm__5ed15516 {
    align-self: stretch;
  }
  .textArea_module_alignSelfCenterSm__5ed15516 {
    align-self: center;
  }
  .textArea_module_alignSelfStartSm__5ed15516 {
    align-self: flex-start;
  }
  .textArea_module_alignSelfEndSm__5ed15516 {
    align-self: flex-end;
  }
  .textArea_module_alignSelfBaselineSm__5ed15516 {
    align-self: baseline;
  }
  .textArea_module_alignSelfInitialSm__5ed15516 {
    align-self: initial;
  }
  .textArea_module_alignSelfInheritSm__5ed15516 {
    align-self: inherit;
  }
  .textArea_module_alignContentStretchSm__5ed15516 {
    align-content: stretch;
  }
  .textArea_module_alignContentCenterSm__5ed15516 {
    align-content: center;
  }
  .textArea_module_alignContentStartSm__5ed15516 {
    align-content: flex-start;
  }
  .textArea_module_alignContentEndSm__5ed15516 {
    align-content: flex-end;
  }
  .textArea_module_alignContentBetweenSm__5ed15516 {
    align-content: space-between;
  }
  .textArea_module_alignContentAroundSm__5ed15516 {
    align-content: space-around;
  }
  .textArea_module_alignContentInitialSm__5ed15516 {
    align-content: initial;
  }
  .textArea_module_alignContentInheritSm__5ed15516 {
    align-content: inherit;
  }
  .textArea_module_flexRowSm__5ed15516 {
    flex-direction: row;
  }
  .textArea_module_flexRowReverseSm__5ed15516 {
    flex-direction: row-reverse;
  }
  .textArea_module_flexColumnSm__5ed15516 {
    flex-direction: column;
  }
  .textArea_module_flexColumnReverseSm__5ed15516 {
    flex-direction: column-reverse;
  }
  .textArea_module_flexWrapSm__5ed15516 {
    flex-wrap: wrap;
  }
  .textArea_module_flexNowrapSm__5ed15516 {
    flex-wrap: nowrap;
  }
  .textArea_module_order1Sm__5ed15516 {
    order: 1;
  }
  .textArea_module_order2Sm__5ed15516 {
    order: 2;
  }
  .textArea_module_order3Sm__5ed15516 {
    order: 3;
  }
  .textArea_module_order4Sm__5ed15516 {
    order: 4;
  }
  .textArea_module_order5Sm__5ed15516 {
    order: 5;
  }
  .textArea_module_order6Sm__5ed15516 {
    order: 6;
  }
  .textArea_module_order7Sm__5ed15516 {
    order: 7;
  }
  .textArea_module_order8Sm__5ed15516 {
    order: 8;
  }
  .textArea_module_order9Sm__5ed15516 {
    order: 9;
  }
  .textArea_module_order10Sm__5ed15516 {
    order: 10;
  }
  .textArea_module_order11Sm__5ed15516 {
    order: 11;
  }
  .textArea_module_order12Sm__5ed15516 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .textArea_module_dMdNone__5ed15516 {
    display: none !important;
  }
  .textArea_module_dMdInline__5ed15516 {
    display: inline !important;
  }
  .textArea_module_dMdInlineBlock__5ed15516 {
    display: inline-block !important;
  }
  .textArea_module_dMdBlock__5ed15516 {
    display: block !important;
  }
  .textArea_module_dMdTable__5ed15516 {
    display: table !important;
  }
  .textArea_module_dMdTableRow__5ed15516 {
    display: table-row !important;
  }
  .textArea_module_dMdTableCell__5ed15516 {
    display: table-cell !important;
  }
  .textArea_module_dMdFlex__5ed15516 {
    display: flex !important;
  }
  .textArea_module_dMdInlineFlex__5ed15516 {
    display: inline-flex !important;
  }
  .textArea_module_justifyContentStartMd__5ed15516 {
    justify-content: flex-start;
  }
  .textArea_module_justifyContentEndMd__5ed15516 {
    justify-content: flex-end;
  }
  .textArea_module_justifyContentCenterMd__5ed15516 {
    justify-content: center;
  }
  .textArea_module_justifyContentBetweenMd__5ed15516 {
    justify-content: space-between;
  }
  .textArea_module_justifyContentAroundMd__5ed15516 {
    justify-content: space-around;
  }
  .textArea_module_justifyContentInitialMd__5ed15516 {
    justify-content: initial;
  }
  .textArea_module_justifyContentInheritMd__5ed15516 {
    justify-content: inherit;
  }
  .textArea_module_alignItemsStretchMd__5ed15516 {
    align-items: stretch;
  }
  .textArea_module_alignItemsCenterMd__5ed15516 {
    align-items: center;
  }
  .textArea_module_alignItemsStartMd__5ed15516 {
    align-items: flex-start;
  }
  .textArea_module_alignItemsEndMd__5ed15516 {
    align-items: flex-end;
  }
  .textArea_module_alignItemsBaseMd__5ed15516 {
    align-items: baseline;
  }
  .textArea_module_alignSelfAutoMd__5ed15516 {
    align-self: auto;
  }
  .textArea_module_alignSelfStretchMd__5ed15516 {
    align-self: stretch;
  }
  .textArea_module_alignSelfCenterMd__5ed15516 {
    align-self: center;
  }
  .textArea_module_alignSelfStartMd__5ed15516 {
    align-self: flex-start;
  }
  .textArea_module_alignSelfEndMd__5ed15516 {
    align-self: flex-end;
  }
  .textArea_module_alignSelfBaselineMd__5ed15516 {
    align-self: baseline;
  }
  .textArea_module_alignSelfInitialMd__5ed15516 {
    align-self: initial;
  }
  .textArea_module_alignSelfInheritMd__5ed15516 {
    align-self: inherit;
  }
  .textArea_module_alignContentStretchMd__5ed15516 {
    align-content: stretch;
  }
  .textArea_module_alignContentCenterMd__5ed15516 {
    align-content: center;
  }
  .textArea_module_alignContentStartMd__5ed15516 {
    align-content: flex-start;
  }
  .textArea_module_alignContentEndMd__5ed15516 {
    align-content: flex-end;
  }
  .textArea_module_alignContentBetweenMd__5ed15516 {
    align-content: space-between;
  }
  .textArea_module_alignContentAroundMd__5ed15516 {
    align-content: space-around;
  }
  .textArea_module_alignContentInitialMd__5ed15516 {
    align-content: initial;
  }
  .textArea_module_alignContentInheritMd__5ed15516 {
    align-content: inherit;
  }
  .textArea_module_flexRowMd__5ed15516 {
    flex-direction: row;
  }
  .textArea_module_flexRowReverseMd__5ed15516 {
    flex-direction: row-reverse;
  }
  .textArea_module_flexColumnMd__5ed15516 {
    flex-direction: column;
  }
  .textArea_module_flexColumnReverseMd__5ed15516 {
    flex-direction: column-reverse;
  }
  .textArea_module_flexWrapMd__5ed15516 {
    flex-wrap: wrap;
  }
  .textArea_module_flexNowrapMd__5ed15516 {
    flex-wrap: nowrap;
  }
  .textArea_module_order1Md__5ed15516 {
    order: 1;
  }
  .textArea_module_order2Md__5ed15516 {
    order: 2;
  }
  .textArea_module_order3Md__5ed15516 {
    order: 3;
  }
  .textArea_module_order4Md__5ed15516 {
    order: 4;
  }
  .textArea_module_order5Md__5ed15516 {
    order: 5;
  }
  .textArea_module_order6Md__5ed15516 {
    order: 6;
  }
  .textArea_module_order7Md__5ed15516 {
    order: 7;
  }
  .textArea_module_order8Md__5ed15516 {
    order: 8;
  }
  .textArea_module_order9Md__5ed15516 {
    order: 9;
  }
  .textArea_module_order10Md__5ed15516 {
    order: 10;
  }
  .textArea_module_order11Md__5ed15516 {
    order: 11;
  }
  .textArea_module_order12Md__5ed15516 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .textArea_module_dLgNone__5ed15516 {
    display: none !important;
  }
  .textArea_module_dLgInline__5ed15516 {
    display: inline !important;
  }
  .textArea_module_dLgInlineBlock__5ed15516 {
    display: inline-block !important;
  }
  .textArea_module_dLgBlock__5ed15516 {
    display: block !important;
  }
  .textArea_module_dLgTable__5ed15516 {
    display: table !important;
  }
  .textArea_module_dLgTableRow__5ed15516 {
    display: table-row !important;
  }
  .textArea_module_dLgTableCell__5ed15516 {
    display: table-cell !important;
  }
  .textArea_module_dLgFlex__5ed15516 {
    display: flex !important;
  }
  .textArea_module_dLgInlineFlex__5ed15516 {
    display: inline-flex !important;
  }
  .textArea_module_justifyContentStartLg__5ed15516 {
    justify-content: flex-start;
  }
  .textArea_module_justifyContentEndLg__5ed15516 {
    justify-content: flex-end;
  }
  .textArea_module_justifyContentCenterLg__5ed15516 {
    justify-content: center;
  }
  .textArea_module_justifyContentBetweenLg__5ed15516 {
    justify-content: space-between;
  }
  .textArea_module_justifyContentAroundLg__5ed15516 {
    justify-content: space-around;
  }
  .textArea_module_justifyContentInitialLg__5ed15516 {
    justify-content: initial;
  }
  .textArea_module_justifyContentInheritLg__5ed15516 {
    justify-content: inherit;
  }
  .textArea_module_alignItemsStretchLg__5ed15516 {
    align-items: stretch;
  }
  .textArea_module_alignItemsCenterLg__5ed15516 {
    align-items: center;
  }
  .textArea_module_alignItemsStartLg__5ed15516 {
    align-items: flex-start;
  }
  .textArea_module_alignItemsEndLg__5ed15516 {
    align-items: flex-end;
  }
  .textArea_module_alignItemsBaseLg__5ed15516 {
    align-items: baseline;
  }
  .textArea_module_alignSelfAutoLg__5ed15516 {
    align-self: auto;
  }
  .textArea_module_alignSelfStretchLg__5ed15516 {
    align-self: stretch;
  }
  .textArea_module_alignSelfCenterLg__5ed15516 {
    align-self: center;
  }
  .textArea_module_alignSelfStartLg__5ed15516 {
    align-self: flex-start;
  }
  .textArea_module_alignSelfEndLg__5ed15516 {
    align-self: flex-end;
  }
  .textArea_module_alignSelfBaselineLg__5ed15516 {
    align-self: baseline;
  }
  .textArea_module_alignSelfInitialLg__5ed15516 {
    align-self: initial;
  }
  .textArea_module_alignSelfInheritLg__5ed15516 {
    align-self: inherit;
  }
  .textArea_module_alignContentStretchLg__5ed15516 {
    align-content: stretch;
  }
  .textArea_module_alignContentCenterLg__5ed15516 {
    align-content: center;
  }
  .textArea_module_alignContentStartLg__5ed15516 {
    align-content: flex-start;
  }
  .textArea_module_alignContentEndLg__5ed15516 {
    align-content: flex-end;
  }
  .textArea_module_alignContentBetweenLg__5ed15516 {
    align-content: space-between;
  }
  .textArea_module_alignContentAroundLg__5ed15516 {
    align-content: space-around;
  }
  .textArea_module_alignContentInitialLg__5ed15516 {
    align-content: initial;
  }
  .textArea_module_alignContentInheritLg__5ed15516 {
    align-content: inherit;
  }
  .textArea_module_flexRowLg__5ed15516 {
    flex-direction: row;
  }
  .textArea_module_flexRowReverseLg__5ed15516 {
    flex-direction: row-reverse;
  }
  .textArea_module_flexColumnLg__5ed15516 {
    flex-direction: column;
  }
  .textArea_module_flexColumnReverseLg__5ed15516 {
    flex-direction: column-reverse;
  }
  .textArea_module_flexWrapLg__5ed15516 {
    flex-wrap: wrap;
  }
  .textArea_module_flexNowrapLg__5ed15516 {
    flex-wrap: nowrap;
  }
  .textArea_module_order1Lg__5ed15516 {
    order: 1;
  }
  .textArea_module_order2Lg__5ed15516 {
    order: 2;
  }
  .textArea_module_order3Lg__5ed15516 {
    order: 3;
  }
  .textArea_module_order4Lg__5ed15516 {
    order: 4;
  }
  .textArea_module_order5Lg__5ed15516 {
    order: 5;
  }
  .textArea_module_order6Lg__5ed15516 {
    order: 6;
  }
  .textArea_module_order7Lg__5ed15516 {
    order: 7;
  }
  .textArea_module_order8Lg__5ed15516 {
    order: 8;
  }
  .textArea_module_order9Lg__5ed15516 {
    order: 9;
  }
  .textArea_module_order10Lg__5ed15516 {
    order: 10;
  }
  .textArea_module_order11Lg__5ed15516 {
    order: 11;
  }
  .textArea_module_order12Lg__5ed15516 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .textArea_module_dXlNone__5ed15516 {
    display: none !important;
  }
  .textArea_module_dXlInline__5ed15516 {
    display: inline !important;
  }
  .textArea_module_dXlInlineBlock__5ed15516 {
    display: inline-block !important;
  }
  .textArea_module_dXlBlock__5ed15516 {
    display: block !important;
  }
  .textArea_module_dXlTable__5ed15516 {
    display: table !important;
  }
  .textArea_module_dXlTableRow__5ed15516 {
    display: table-row !important;
  }
  .textArea_module_dXlTableCell__5ed15516 {
    display: table-cell !important;
  }
  .textArea_module_dXlFlex__5ed15516 {
    display: flex !important;
  }
  .textArea_module_dXlInlineFlex__5ed15516 {
    display: inline-flex !important;
  }
  .textArea_module_justifyContentStartXl__5ed15516 {
    justify-content: flex-start;
  }
  .textArea_module_justifyContentEndXl__5ed15516 {
    justify-content: flex-end;
  }
  .textArea_module_justifyContentCenterXl__5ed15516 {
    justify-content: center;
  }
  .textArea_module_justifyContentBetweenXl__5ed15516 {
    justify-content: space-between;
  }
  .textArea_module_justifyContentAroundXl__5ed15516 {
    justify-content: space-around;
  }
  .textArea_module_justifyContentInitialXl__5ed15516 {
    justify-content: initial;
  }
  .textArea_module_justifyContentInheritXl__5ed15516 {
    justify-content: inherit;
  }
  .textArea_module_alignItemsStretchXl__5ed15516 {
    align-items: stretch;
  }
  .textArea_module_alignItemsCenterXl__5ed15516 {
    align-items: center;
  }
  .textArea_module_alignItemsStartXl__5ed15516 {
    align-items: flex-start;
  }
  .textArea_module_alignItemsEndXl__5ed15516 {
    align-items: flex-end;
  }
  .textArea_module_alignItemsBaseXl__5ed15516 {
    align-items: baseline;
  }
  .textArea_module_alignSelfAutoXl__5ed15516 {
    align-self: auto;
  }
  .textArea_module_alignSelfStretchXl__5ed15516 {
    align-self: stretch;
  }
  .textArea_module_alignSelfCenterXl__5ed15516 {
    align-self: center;
  }
  .textArea_module_alignSelfStartXl__5ed15516 {
    align-self: flex-start;
  }
  .textArea_module_alignSelfEndXl__5ed15516 {
    align-self: flex-end;
  }
  .textArea_module_alignSelfBaselineXl__5ed15516 {
    align-self: baseline;
  }
  .textArea_module_alignSelfInitialXl__5ed15516 {
    align-self: initial;
  }
  .textArea_module_alignSelfInheritXl__5ed15516 {
    align-self: inherit;
  }
  .textArea_module_alignContentStretchXl__5ed15516 {
    align-content: stretch;
  }
  .textArea_module_alignContentCenterXl__5ed15516 {
    align-content: center;
  }
  .textArea_module_alignContentStartXl__5ed15516 {
    align-content: flex-start;
  }
  .textArea_module_alignContentEndXl__5ed15516 {
    align-content: flex-end;
  }
  .textArea_module_alignContentBetweenXl__5ed15516 {
    align-content: space-between;
  }
  .textArea_module_alignContentAroundXl__5ed15516 {
    align-content: space-around;
  }
  .textArea_module_alignContentInitialXl__5ed15516 {
    align-content: initial;
  }
  .textArea_module_alignContentInheritXl__5ed15516 {
    align-content: inherit;
  }
  .textArea_module_flexRowXl__5ed15516 {
    flex-direction: row;
  }
  .textArea_module_flexRowReverseXl__5ed15516 {
    flex-direction: row-reverse;
  }
  .textArea_module_flexColumnXl__5ed15516 {
    flex-direction: column;
  }
  .textArea_module_flexColumnReverseXl__5ed15516 {
    flex-direction: column-reverse;
  }
  .textArea_module_flexWrapXl__5ed15516 {
    flex-wrap: wrap;
  }
  .textArea_module_flexNowrapXl__5ed15516 {
    flex-wrap: nowrap;
  }
  .textArea_module_order1Xl__5ed15516 {
    order: 1;
  }
  .textArea_module_order2Xl__5ed15516 {
    order: 2;
  }
  .textArea_module_order3Xl__5ed15516 {
    order: 3;
  }
  .textArea_module_order4Xl__5ed15516 {
    order: 4;
  }
  .textArea_module_order5Xl__5ed15516 {
    order: 5;
  }
  .textArea_module_order6Xl__5ed15516 {
    order: 6;
  }
  .textArea_module_order7Xl__5ed15516 {
    order: 7;
  }
  .textArea_module_order8Xl__5ed15516 {
    order: 8;
  }
  .textArea_module_order9Xl__5ed15516 {
    order: 9;
  }
  .textArea_module_order10Xl__5ed15516 {
    order: 10;
  }
  .textArea_module_order11Xl__5ed15516 {
    order: 11;
  }
  .textArea_module_order12Xl__5ed15516 {
    order: 12;
  }
}
.textArea_module_textareaContainer__5ed15516 {
  width: 100%;
  padding-left: 16px;
}
.textArea_module_textareaContainer__5ed15516 textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  resize: none;
  padding: 8px 12px;
  outline: none;
}
.textArea_module_textareaContainer__5ed15516 textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #999999;
}
.textArea_module_textareaContainer__5ed15516 textarea ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #999999;
}
.textArea_module_textareaContainer__5ed15516 textarea :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #999999;
}
.textArea_module_textareaContainer__5ed15516 textarea :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #999999;
}
.textArea_module_textareaContainer__5ed15516 textarea__disabled {
  cursor: not-allowed;
  border-color: #e6e6e6;
  background-color: #f6f6f6;
}
.textArea_module_textareaContainer__error__5ed15516 {
  margin-top: 0.5rem;
  color: #f44336;
  font-size: 0.75rem;
}.popOverContent_module_dNone__13659f89 {
  display: none !important;
}

.popOverContent_module_dInline__13659f89 {
  display: inline !important;
}

.popOverContent_module_dInlineBlock__13659f89 {
  display: inline-block !important;
}

.popOverContent_module_dBlock__13659f89 {
  display: block !important;
}

.popOverContent_module_dTable__13659f89 {
  display: table !important;
}

.popOverContent_module_dTableRow__13659f89 {
  display: table-row !important;
}

.popOverContent_module_dTableCell__13659f89 {
  display: table-cell !important;
}

.popOverContent_module_dFlex__13659f89 {
  display: flex !important;
}

.popOverContent_module_dInlineFlex__13659f89 {
  display: inline-flex !important;
}

.popOverContent_module_justifyContentStart__13659f89 {
  justify-content: flex-start;
}

.popOverContent_module_justifyContentEnd__13659f89 {
  justify-content: flex-end;
}

.popOverContent_module_justifyContentCenter__13659f89 {
  justify-content: center;
}

.popOverContent_module_justifyContentBetween__13659f89 {
  justify-content: space-between;
}

.popOverContent_module_justifyContentAround__13659f89 {
  justify-content: space-around;
}

.popOverContent_module_justifyContentInitial__13659f89 {
  justify-content: initial;
}

.popOverContent_module_justifyContentInherit__13659f89 {
  justify-content: inherit;
}

.popOverContent_module_alignItemsStretch__13659f89 {
  align-items: stretch;
}

.popOverContent_module_alignItemsCenter__13659f89 {
  align-items: center;
}

.popOverContent_module_alignItemsStart__13659f89 {
  align-items: flex-start;
}

.popOverContent_module_alignItemsEnd__13659f89 {
  align-items: flex-end;
}

.popOverContent_module_alignItemsBase__13659f89 {
  align-items: baseline;
}

.popOverContent_module_alignSelfAuto__13659f89 {
  align-self: auto;
}

.popOverContent_module_alignSelfStretch__13659f89 {
  align-self: stretch;
}

.popOverContent_module_alignSelfCenter__13659f89 {
  align-self: center;
}

.popOverContent_module_alignSelfStart__13659f89 {
  align-self: flex-start;
}

.popOverContent_module_alignSelfEnd__13659f89 {
  align-self: flex-end;
}

.popOverContent_module_alignSelfBaseline__13659f89 {
  align-self: baseline;
}

.popOverContent_module_alignSelfInitial__13659f89 {
  align-self: initial;
}

.popOverContent_module_alignSelfInherit__13659f89 {
  align-self: inherit;
}

.popOverContent_module_alignContentStretch__13659f89 {
  align-content: stretch;
}

.popOverContent_module_alignContentCenter__13659f89 {
  align-content: center;
}

.popOverContent_module_alignContentStart__13659f89 {
  align-content: flex-start;
}

.popOverContent_module_alignContentEnd__13659f89 {
  align-content: flex-end;
}

.popOverContent_module_alignContentBetween__13659f89 {
  align-content: space-between;
}

.popOverContent_module_alignContentAround__13659f89 {
  align-content: space-around;
}

.popOverContent_module_alignContentInitial__13659f89 {
  align-content: initial;
}

.popOverContent_module_alignContentInherit__13659f89 {
  align-content: inherit;
}

.popOverContent_module_flexRow__13659f89 {
  flex-direction: row;
}

.popOverContent_module_flexRowReverse__13659f89 {
  flex-direction: row-reverse;
}

.popOverContent_module_flexColumn__13659f89 {
  flex-direction: column;
}

.popOverContent_module_flexColumnReverse__13659f89 {
  flex-direction: column-reverse;
}

.popOverContent_module_flexWrap__13659f89 {
  flex-wrap: wrap;
}

.popOverContent_module_flexNowrap__13659f89 {
  flex-wrap: nowrap;
}

.popOverContent_module_order1__13659f89 {
  order: 1;
}

.popOverContent_module_order2__13659f89 {
  order: 2;
}

.popOverContent_module_order3__13659f89 {
  order: 3;
}

.popOverContent_module_order4__13659f89 {
  order: 4;
}

.popOverContent_module_order5__13659f89 {
  order: 5;
}

.popOverContent_module_order6__13659f89 {
  order: 6;
}

.popOverContent_module_order7__13659f89 {
  order: 7;
}

.popOverContent_module_order8__13659f89 {
  order: 8;
}

.popOverContent_module_order9__13659f89 {
  order: 9;
}

.popOverContent_module_order10__13659f89 {
  order: 10;
}

.popOverContent_module_order11__13659f89 {
  order: 11;
}

.popOverContent_module_order12__13659f89 {
  order: 12;
}

@media (min-width: 576px) {
  .popOverContent_module_dSmNone__13659f89 {
    display: none !important;
  }
  .popOverContent_module_dSmInline__13659f89 {
    display: inline !important;
  }
  .popOverContent_module_dSmInlineBlock__13659f89 {
    display: inline-block !important;
  }
  .popOverContent_module_dSmBlock__13659f89 {
    display: block !important;
  }
  .popOverContent_module_dSmTable__13659f89 {
    display: table !important;
  }
  .popOverContent_module_dSmTableRow__13659f89 {
    display: table-row !important;
  }
  .popOverContent_module_dSmTableCell__13659f89 {
    display: table-cell !important;
  }
  .popOverContent_module_dSmFlex__13659f89 {
    display: flex !important;
  }
  .popOverContent_module_dSmInlineFlex__13659f89 {
    display: inline-flex !important;
  }
  .popOverContent_module_justifyContentStartSm__13659f89 {
    justify-content: flex-start;
  }
  .popOverContent_module_justifyContentEndSm__13659f89 {
    justify-content: flex-end;
  }
  .popOverContent_module_justifyContentCenterSm__13659f89 {
    justify-content: center;
  }
  .popOverContent_module_justifyContentBetweenSm__13659f89 {
    justify-content: space-between;
  }
  .popOverContent_module_justifyContentAroundSm__13659f89 {
    justify-content: space-around;
  }
  .popOverContent_module_justifyContentInitialSm__13659f89 {
    justify-content: initial;
  }
  .popOverContent_module_justifyContentInheritSm__13659f89 {
    justify-content: inherit;
  }
  .popOverContent_module_alignItemsStretchSm__13659f89 {
    align-items: stretch;
  }
  .popOverContent_module_alignItemsCenterSm__13659f89 {
    align-items: center;
  }
  .popOverContent_module_alignItemsStartSm__13659f89 {
    align-items: flex-start;
  }
  .popOverContent_module_alignItemsEndSm__13659f89 {
    align-items: flex-end;
  }
  .popOverContent_module_alignItemsBaseSm__13659f89 {
    align-items: baseline;
  }
  .popOverContent_module_alignSelfAutoSm__13659f89 {
    align-self: auto;
  }
  .popOverContent_module_alignSelfStretchSm__13659f89 {
    align-self: stretch;
  }
  .popOverContent_module_alignSelfCenterSm__13659f89 {
    align-self: center;
  }
  .popOverContent_module_alignSelfStartSm__13659f89 {
    align-self: flex-start;
  }
  .popOverContent_module_alignSelfEndSm__13659f89 {
    align-self: flex-end;
  }
  .popOverContent_module_alignSelfBaselineSm__13659f89 {
    align-self: baseline;
  }
  .popOverContent_module_alignSelfInitialSm__13659f89 {
    align-self: initial;
  }
  .popOverContent_module_alignSelfInheritSm__13659f89 {
    align-self: inherit;
  }
  .popOverContent_module_alignContentStretchSm__13659f89 {
    align-content: stretch;
  }
  .popOverContent_module_alignContentCenterSm__13659f89 {
    align-content: center;
  }
  .popOverContent_module_alignContentStartSm__13659f89 {
    align-content: flex-start;
  }
  .popOverContent_module_alignContentEndSm__13659f89 {
    align-content: flex-end;
  }
  .popOverContent_module_alignContentBetweenSm__13659f89 {
    align-content: space-between;
  }
  .popOverContent_module_alignContentAroundSm__13659f89 {
    align-content: space-around;
  }
  .popOverContent_module_alignContentInitialSm__13659f89 {
    align-content: initial;
  }
  .popOverContent_module_alignContentInheritSm__13659f89 {
    align-content: inherit;
  }
  .popOverContent_module_flexRowSm__13659f89 {
    flex-direction: row;
  }
  .popOverContent_module_flexRowReverseSm__13659f89 {
    flex-direction: row-reverse;
  }
  .popOverContent_module_flexColumnSm__13659f89 {
    flex-direction: column;
  }
  .popOverContent_module_flexColumnReverseSm__13659f89 {
    flex-direction: column-reverse;
  }
  .popOverContent_module_flexWrapSm__13659f89 {
    flex-wrap: wrap;
  }
  .popOverContent_module_flexNowrapSm__13659f89 {
    flex-wrap: nowrap;
  }
  .popOverContent_module_order1Sm__13659f89 {
    order: 1;
  }
  .popOverContent_module_order2Sm__13659f89 {
    order: 2;
  }
  .popOverContent_module_order3Sm__13659f89 {
    order: 3;
  }
  .popOverContent_module_order4Sm__13659f89 {
    order: 4;
  }
  .popOverContent_module_order5Sm__13659f89 {
    order: 5;
  }
  .popOverContent_module_order6Sm__13659f89 {
    order: 6;
  }
  .popOverContent_module_order7Sm__13659f89 {
    order: 7;
  }
  .popOverContent_module_order8Sm__13659f89 {
    order: 8;
  }
  .popOverContent_module_order9Sm__13659f89 {
    order: 9;
  }
  .popOverContent_module_order10Sm__13659f89 {
    order: 10;
  }
  .popOverContent_module_order11Sm__13659f89 {
    order: 11;
  }
  .popOverContent_module_order12Sm__13659f89 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .popOverContent_module_dMdNone__13659f89 {
    display: none !important;
  }
  .popOverContent_module_dMdInline__13659f89 {
    display: inline !important;
  }
  .popOverContent_module_dMdInlineBlock__13659f89 {
    display: inline-block !important;
  }
  .popOverContent_module_dMdBlock__13659f89 {
    display: block !important;
  }
  .popOverContent_module_dMdTable__13659f89 {
    display: table !important;
  }
  .popOverContent_module_dMdTableRow__13659f89 {
    display: table-row !important;
  }
  .popOverContent_module_dMdTableCell__13659f89 {
    display: table-cell !important;
  }
  .popOverContent_module_dMdFlex__13659f89 {
    display: flex !important;
  }
  .popOverContent_module_dMdInlineFlex__13659f89 {
    display: inline-flex !important;
  }
  .popOverContent_module_justifyContentStartMd__13659f89 {
    justify-content: flex-start;
  }
  .popOverContent_module_justifyContentEndMd__13659f89 {
    justify-content: flex-end;
  }
  .popOverContent_module_justifyContentCenterMd__13659f89 {
    justify-content: center;
  }
  .popOverContent_module_justifyContentBetweenMd__13659f89 {
    justify-content: space-between;
  }
  .popOverContent_module_justifyContentAroundMd__13659f89 {
    justify-content: space-around;
  }
  .popOverContent_module_justifyContentInitialMd__13659f89 {
    justify-content: initial;
  }
  .popOverContent_module_justifyContentInheritMd__13659f89 {
    justify-content: inherit;
  }
  .popOverContent_module_alignItemsStretchMd__13659f89 {
    align-items: stretch;
  }
  .popOverContent_module_alignItemsCenterMd__13659f89 {
    align-items: center;
  }
  .popOverContent_module_alignItemsStartMd__13659f89 {
    align-items: flex-start;
  }
  .popOverContent_module_alignItemsEndMd__13659f89 {
    align-items: flex-end;
  }
  .popOverContent_module_alignItemsBaseMd__13659f89 {
    align-items: baseline;
  }
  .popOverContent_module_alignSelfAutoMd__13659f89 {
    align-self: auto;
  }
  .popOverContent_module_alignSelfStretchMd__13659f89 {
    align-self: stretch;
  }
  .popOverContent_module_alignSelfCenterMd__13659f89 {
    align-self: center;
  }
  .popOverContent_module_alignSelfStartMd__13659f89 {
    align-self: flex-start;
  }
  .popOverContent_module_alignSelfEndMd__13659f89 {
    align-self: flex-end;
  }
  .popOverContent_module_alignSelfBaselineMd__13659f89 {
    align-self: baseline;
  }
  .popOverContent_module_alignSelfInitialMd__13659f89 {
    align-self: initial;
  }
  .popOverContent_module_alignSelfInheritMd__13659f89 {
    align-self: inherit;
  }
  .popOverContent_module_alignContentStretchMd__13659f89 {
    align-content: stretch;
  }
  .popOverContent_module_alignContentCenterMd__13659f89 {
    align-content: center;
  }
  .popOverContent_module_alignContentStartMd__13659f89 {
    align-content: flex-start;
  }
  .popOverContent_module_alignContentEndMd__13659f89 {
    align-content: flex-end;
  }
  .popOverContent_module_alignContentBetweenMd__13659f89 {
    align-content: space-between;
  }
  .popOverContent_module_alignContentAroundMd__13659f89 {
    align-content: space-around;
  }
  .popOverContent_module_alignContentInitialMd__13659f89 {
    align-content: initial;
  }
  .popOverContent_module_alignContentInheritMd__13659f89 {
    align-content: inherit;
  }
  .popOverContent_module_flexRowMd__13659f89 {
    flex-direction: row;
  }
  .popOverContent_module_flexRowReverseMd__13659f89 {
    flex-direction: row-reverse;
  }
  .popOverContent_module_flexColumnMd__13659f89 {
    flex-direction: column;
  }
  .popOverContent_module_flexColumnReverseMd__13659f89 {
    flex-direction: column-reverse;
  }
  .popOverContent_module_flexWrapMd__13659f89 {
    flex-wrap: wrap;
  }
  .popOverContent_module_flexNowrapMd__13659f89 {
    flex-wrap: nowrap;
  }
  .popOverContent_module_order1Md__13659f89 {
    order: 1;
  }
  .popOverContent_module_order2Md__13659f89 {
    order: 2;
  }
  .popOverContent_module_order3Md__13659f89 {
    order: 3;
  }
  .popOverContent_module_order4Md__13659f89 {
    order: 4;
  }
  .popOverContent_module_order5Md__13659f89 {
    order: 5;
  }
  .popOverContent_module_order6Md__13659f89 {
    order: 6;
  }
  .popOverContent_module_order7Md__13659f89 {
    order: 7;
  }
  .popOverContent_module_order8Md__13659f89 {
    order: 8;
  }
  .popOverContent_module_order9Md__13659f89 {
    order: 9;
  }
  .popOverContent_module_order10Md__13659f89 {
    order: 10;
  }
  .popOverContent_module_order11Md__13659f89 {
    order: 11;
  }
  .popOverContent_module_order12Md__13659f89 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .popOverContent_module_dLgNone__13659f89 {
    display: none !important;
  }
  .popOverContent_module_dLgInline__13659f89 {
    display: inline !important;
  }
  .popOverContent_module_dLgInlineBlock__13659f89 {
    display: inline-block !important;
  }
  .popOverContent_module_dLgBlock__13659f89 {
    display: block !important;
  }
  .popOverContent_module_dLgTable__13659f89 {
    display: table !important;
  }
  .popOverContent_module_dLgTableRow__13659f89 {
    display: table-row !important;
  }
  .popOverContent_module_dLgTableCell__13659f89 {
    display: table-cell !important;
  }
  .popOverContent_module_dLgFlex__13659f89 {
    display: flex !important;
  }
  .popOverContent_module_dLgInlineFlex__13659f89 {
    display: inline-flex !important;
  }
  .popOverContent_module_justifyContentStartLg__13659f89 {
    justify-content: flex-start;
  }
  .popOverContent_module_justifyContentEndLg__13659f89 {
    justify-content: flex-end;
  }
  .popOverContent_module_justifyContentCenterLg__13659f89 {
    justify-content: center;
  }
  .popOverContent_module_justifyContentBetweenLg__13659f89 {
    justify-content: space-between;
  }
  .popOverContent_module_justifyContentAroundLg__13659f89 {
    justify-content: space-around;
  }
  .popOverContent_module_justifyContentInitialLg__13659f89 {
    justify-content: initial;
  }
  .popOverContent_module_justifyContentInheritLg__13659f89 {
    justify-content: inherit;
  }
  .popOverContent_module_alignItemsStretchLg__13659f89 {
    align-items: stretch;
  }
  .popOverContent_module_alignItemsCenterLg__13659f89 {
    align-items: center;
  }
  .popOverContent_module_alignItemsStartLg__13659f89 {
    align-items: flex-start;
  }
  .popOverContent_module_alignItemsEndLg__13659f89 {
    align-items: flex-end;
  }
  .popOverContent_module_alignItemsBaseLg__13659f89 {
    align-items: baseline;
  }
  .popOverContent_module_alignSelfAutoLg__13659f89 {
    align-self: auto;
  }
  .popOverContent_module_alignSelfStretchLg__13659f89 {
    align-self: stretch;
  }
  .popOverContent_module_alignSelfCenterLg__13659f89 {
    align-self: center;
  }
  .popOverContent_module_alignSelfStartLg__13659f89 {
    align-self: flex-start;
  }
  .popOverContent_module_alignSelfEndLg__13659f89 {
    align-self: flex-end;
  }
  .popOverContent_module_alignSelfBaselineLg__13659f89 {
    align-self: baseline;
  }
  .popOverContent_module_alignSelfInitialLg__13659f89 {
    align-self: initial;
  }
  .popOverContent_module_alignSelfInheritLg__13659f89 {
    align-self: inherit;
  }
  .popOverContent_module_alignContentStretchLg__13659f89 {
    align-content: stretch;
  }
  .popOverContent_module_alignContentCenterLg__13659f89 {
    align-content: center;
  }
  .popOverContent_module_alignContentStartLg__13659f89 {
    align-content: flex-start;
  }
  .popOverContent_module_alignContentEndLg__13659f89 {
    align-content: flex-end;
  }
  .popOverContent_module_alignContentBetweenLg__13659f89 {
    align-content: space-between;
  }
  .popOverContent_module_alignContentAroundLg__13659f89 {
    align-content: space-around;
  }
  .popOverContent_module_alignContentInitialLg__13659f89 {
    align-content: initial;
  }
  .popOverContent_module_alignContentInheritLg__13659f89 {
    align-content: inherit;
  }
  .popOverContent_module_flexRowLg__13659f89 {
    flex-direction: row;
  }
  .popOverContent_module_flexRowReverseLg__13659f89 {
    flex-direction: row-reverse;
  }
  .popOverContent_module_flexColumnLg__13659f89 {
    flex-direction: column;
  }
  .popOverContent_module_flexColumnReverseLg__13659f89 {
    flex-direction: column-reverse;
  }
  .popOverContent_module_flexWrapLg__13659f89 {
    flex-wrap: wrap;
  }
  .popOverContent_module_flexNowrapLg__13659f89 {
    flex-wrap: nowrap;
  }
  .popOverContent_module_order1Lg__13659f89 {
    order: 1;
  }
  .popOverContent_module_order2Lg__13659f89 {
    order: 2;
  }
  .popOverContent_module_order3Lg__13659f89 {
    order: 3;
  }
  .popOverContent_module_order4Lg__13659f89 {
    order: 4;
  }
  .popOverContent_module_order5Lg__13659f89 {
    order: 5;
  }
  .popOverContent_module_order6Lg__13659f89 {
    order: 6;
  }
  .popOverContent_module_order7Lg__13659f89 {
    order: 7;
  }
  .popOverContent_module_order8Lg__13659f89 {
    order: 8;
  }
  .popOverContent_module_order9Lg__13659f89 {
    order: 9;
  }
  .popOverContent_module_order10Lg__13659f89 {
    order: 10;
  }
  .popOverContent_module_order11Lg__13659f89 {
    order: 11;
  }
  .popOverContent_module_order12Lg__13659f89 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .popOverContent_module_dXlNone__13659f89 {
    display: none !important;
  }
  .popOverContent_module_dXlInline__13659f89 {
    display: inline !important;
  }
  .popOverContent_module_dXlInlineBlock__13659f89 {
    display: inline-block !important;
  }
  .popOverContent_module_dXlBlock__13659f89 {
    display: block !important;
  }
  .popOverContent_module_dXlTable__13659f89 {
    display: table !important;
  }
  .popOverContent_module_dXlTableRow__13659f89 {
    display: table-row !important;
  }
  .popOverContent_module_dXlTableCell__13659f89 {
    display: table-cell !important;
  }
  .popOverContent_module_dXlFlex__13659f89 {
    display: flex !important;
  }
  .popOverContent_module_dXlInlineFlex__13659f89 {
    display: inline-flex !important;
  }
  .popOverContent_module_justifyContentStartXl__13659f89 {
    justify-content: flex-start;
  }
  .popOverContent_module_justifyContentEndXl__13659f89 {
    justify-content: flex-end;
  }
  .popOverContent_module_justifyContentCenterXl__13659f89 {
    justify-content: center;
  }
  .popOverContent_module_justifyContentBetweenXl__13659f89 {
    justify-content: space-between;
  }
  .popOverContent_module_justifyContentAroundXl__13659f89 {
    justify-content: space-around;
  }
  .popOverContent_module_justifyContentInitialXl__13659f89 {
    justify-content: initial;
  }
  .popOverContent_module_justifyContentInheritXl__13659f89 {
    justify-content: inherit;
  }
  .popOverContent_module_alignItemsStretchXl__13659f89 {
    align-items: stretch;
  }
  .popOverContent_module_alignItemsCenterXl__13659f89 {
    align-items: center;
  }
  .popOverContent_module_alignItemsStartXl__13659f89 {
    align-items: flex-start;
  }
  .popOverContent_module_alignItemsEndXl__13659f89 {
    align-items: flex-end;
  }
  .popOverContent_module_alignItemsBaseXl__13659f89 {
    align-items: baseline;
  }
  .popOverContent_module_alignSelfAutoXl__13659f89 {
    align-self: auto;
  }
  .popOverContent_module_alignSelfStretchXl__13659f89 {
    align-self: stretch;
  }
  .popOverContent_module_alignSelfCenterXl__13659f89 {
    align-self: center;
  }
  .popOverContent_module_alignSelfStartXl__13659f89 {
    align-self: flex-start;
  }
  .popOverContent_module_alignSelfEndXl__13659f89 {
    align-self: flex-end;
  }
  .popOverContent_module_alignSelfBaselineXl__13659f89 {
    align-self: baseline;
  }
  .popOverContent_module_alignSelfInitialXl__13659f89 {
    align-self: initial;
  }
  .popOverContent_module_alignSelfInheritXl__13659f89 {
    align-self: inherit;
  }
  .popOverContent_module_alignContentStretchXl__13659f89 {
    align-content: stretch;
  }
  .popOverContent_module_alignContentCenterXl__13659f89 {
    align-content: center;
  }
  .popOverContent_module_alignContentStartXl__13659f89 {
    align-content: flex-start;
  }
  .popOverContent_module_alignContentEndXl__13659f89 {
    align-content: flex-end;
  }
  .popOverContent_module_alignContentBetweenXl__13659f89 {
    align-content: space-between;
  }
  .popOverContent_module_alignContentAroundXl__13659f89 {
    align-content: space-around;
  }
  .popOverContent_module_alignContentInitialXl__13659f89 {
    align-content: initial;
  }
  .popOverContent_module_alignContentInheritXl__13659f89 {
    align-content: inherit;
  }
  .popOverContent_module_flexRowXl__13659f89 {
    flex-direction: row;
  }
  .popOverContent_module_flexRowReverseXl__13659f89 {
    flex-direction: row-reverse;
  }
  .popOverContent_module_flexColumnXl__13659f89 {
    flex-direction: column;
  }
  .popOverContent_module_flexColumnReverseXl__13659f89 {
    flex-direction: column-reverse;
  }
  .popOverContent_module_flexWrapXl__13659f89 {
    flex-wrap: wrap;
  }
  .popOverContent_module_flexNowrapXl__13659f89 {
    flex-wrap: nowrap;
  }
  .popOverContent_module_order1Xl__13659f89 {
    order: 1;
  }
  .popOverContent_module_order2Xl__13659f89 {
    order: 2;
  }
  .popOverContent_module_order3Xl__13659f89 {
    order: 3;
  }
  .popOverContent_module_order4Xl__13659f89 {
    order: 4;
  }
  .popOverContent_module_order5Xl__13659f89 {
    order: 5;
  }
  .popOverContent_module_order6Xl__13659f89 {
    order: 6;
  }
  .popOverContent_module_order7Xl__13659f89 {
    order: 7;
  }
  .popOverContent_module_order8Xl__13659f89 {
    order: 8;
  }
  .popOverContent_module_order9Xl__13659f89 {
    order: 9;
  }
  .popOverContent_module_order10Xl__13659f89 {
    order: 10;
  }
  .popOverContent_module_order11Xl__13659f89 {
    order: 11;
  }
  .popOverContent_module_order12Xl__13659f89 {
    order: 12;
  }
}
.popOverContent_module_popoverContent__13659f89 {
  max-width: 240px;
  padding: 6px 8px;
  font-size: 0.75rem;
  text-align: left;
}.radioButtonGroup_module_dNone__4d839725 {
  display: none !important;
}

.radioButtonGroup_module_dInline__4d839725 {
  display: inline !important;
}

.radioButtonGroup_module_dInlineBlock__4d839725 {
  display: inline-block !important;
}

.radioButtonGroup_module_dBlock__4d839725 {
  display: block !important;
}

.radioButtonGroup_module_dTable__4d839725 {
  display: table !important;
}

.radioButtonGroup_module_dTableRow__4d839725 {
  display: table-row !important;
}

.radioButtonGroup_module_dTableCell__4d839725 {
  display: table-cell !important;
}

.radioButtonGroup_module_dFlex__4d839725 {
  display: flex !important;
}

.radioButtonGroup_module_dInlineFlex__4d839725 {
  display: inline-flex !important;
}

.radioButtonGroup_module_justifyContentStart__4d839725 {
  justify-content: flex-start;
}

.radioButtonGroup_module_justifyContentEnd__4d839725 {
  justify-content: flex-end;
}

.radioButtonGroup_module_justifyContentCenter__4d839725 {
  justify-content: center;
}

.radioButtonGroup_module_justifyContentBetween__4d839725 {
  justify-content: space-between;
}

.radioButtonGroup_module_justifyContentAround__4d839725 {
  justify-content: space-around;
}

.radioButtonGroup_module_justifyContentInitial__4d839725 {
  justify-content: initial;
}

.radioButtonGroup_module_justifyContentInherit__4d839725 {
  justify-content: inherit;
}

.radioButtonGroup_module_alignItemsStretch__4d839725 {
  align-items: stretch;
}

.radioButtonGroup_module_alignItemsCenter__4d839725 {
  align-items: center;
}

.radioButtonGroup_module_alignItemsStart__4d839725 {
  align-items: flex-start;
}

.radioButtonGroup_module_alignItemsEnd__4d839725 {
  align-items: flex-end;
}

.radioButtonGroup_module_alignItemsBase__4d839725 {
  align-items: baseline;
}

.radioButtonGroup_module_alignSelfAuto__4d839725 {
  align-self: auto;
}

.radioButtonGroup_module_alignSelfStretch__4d839725 {
  align-self: stretch;
}

.radioButtonGroup_module_alignSelfCenter__4d839725 {
  align-self: center;
}

.radioButtonGroup_module_alignSelfStart__4d839725 {
  align-self: flex-start;
}

.radioButtonGroup_module_alignSelfEnd__4d839725 {
  align-self: flex-end;
}

.radioButtonGroup_module_alignSelfBaseline__4d839725 {
  align-self: baseline;
}

.radioButtonGroup_module_alignSelfInitial__4d839725 {
  align-self: initial;
}

.radioButtonGroup_module_alignSelfInherit__4d839725 {
  align-self: inherit;
}

.radioButtonGroup_module_alignContentStretch__4d839725 {
  align-content: stretch;
}

.radioButtonGroup_module_alignContentCenter__4d839725 {
  align-content: center;
}

.radioButtonGroup_module_alignContentStart__4d839725 {
  align-content: flex-start;
}

.radioButtonGroup_module_alignContentEnd__4d839725 {
  align-content: flex-end;
}

.radioButtonGroup_module_alignContentBetween__4d839725 {
  align-content: space-between;
}

.radioButtonGroup_module_alignContentAround__4d839725 {
  align-content: space-around;
}

.radioButtonGroup_module_alignContentInitial__4d839725 {
  align-content: initial;
}

.radioButtonGroup_module_alignContentInherit__4d839725 {
  align-content: inherit;
}

.radioButtonGroup_module_flexRow__4d839725 {
  flex-direction: row;
}

.radioButtonGroup_module_flexRowReverse__4d839725 {
  flex-direction: row-reverse;
}

.radioButtonGroup_module_flexColumn__4d839725 {
  flex-direction: column;
}

.radioButtonGroup_module_flexColumnReverse__4d839725 {
  flex-direction: column-reverse;
}

.radioButtonGroup_module_flexWrap__4d839725 {
  flex-wrap: wrap;
}

.radioButtonGroup_module_flexNowrap__4d839725 {
  flex-wrap: nowrap;
}

.radioButtonGroup_module_order1__4d839725 {
  order: 1;
}

.radioButtonGroup_module_order2__4d839725 {
  order: 2;
}

.radioButtonGroup_module_order3__4d839725 {
  order: 3;
}

.radioButtonGroup_module_order4__4d839725 {
  order: 4;
}

.radioButtonGroup_module_order5__4d839725 {
  order: 5;
}

.radioButtonGroup_module_order6__4d839725 {
  order: 6;
}

.radioButtonGroup_module_order7__4d839725 {
  order: 7;
}

.radioButtonGroup_module_order8__4d839725 {
  order: 8;
}

.radioButtonGroup_module_order9__4d839725 {
  order: 9;
}

.radioButtonGroup_module_order10__4d839725 {
  order: 10;
}

.radioButtonGroup_module_order11__4d839725 {
  order: 11;
}

.radioButtonGroup_module_order12__4d839725 {
  order: 12;
}

@media (min-width: 576px) {
  .radioButtonGroup_module_dSmNone__4d839725 {
    display: none !important;
  }
  .radioButtonGroup_module_dSmInline__4d839725 {
    display: inline !important;
  }
  .radioButtonGroup_module_dSmInlineBlock__4d839725 {
    display: inline-block !important;
  }
  .radioButtonGroup_module_dSmBlock__4d839725 {
    display: block !important;
  }
  .radioButtonGroup_module_dSmTable__4d839725 {
    display: table !important;
  }
  .radioButtonGroup_module_dSmTableRow__4d839725 {
    display: table-row !important;
  }
  .radioButtonGroup_module_dSmTableCell__4d839725 {
    display: table-cell !important;
  }
  .radioButtonGroup_module_dSmFlex__4d839725 {
    display: flex !important;
  }
  .radioButtonGroup_module_dSmInlineFlex__4d839725 {
    display: inline-flex !important;
  }
  .radioButtonGroup_module_justifyContentStartSm__4d839725 {
    justify-content: flex-start;
  }
  .radioButtonGroup_module_justifyContentEndSm__4d839725 {
    justify-content: flex-end;
  }
  .radioButtonGroup_module_justifyContentCenterSm__4d839725 {
    justify-content: center;
  }
  .radioButtonGroup_module_justifyContentBetweenSm__4d839725 {
    justify-content: space-between;
  }
  .radioButtonGroup_module_justifyContentAroundSm__4d839725 {
    justify-content: space-around;
  }
  .radioButtonGroup_module_justifyContentInitialSm__4d839725 {
    justify-content: initial;
  }
  .radioButtonGroup_module_justifyContentInheritSm__4d839725 {
    justify-content: inherit;
  }
  .radioButtonGroup_module_alignItemsStretchSm__4d839725 {
    align-items: stretch;
  }
  .radioButtonGroup_module_alignItemsCenterSm__4d839725 {
    align-items: center;
  }
  .radioButtonGroup_module_alignItemsStartSm__4d839725 {
    align-items: flex-start;
  }
  .radioButtonGroup_module_alignItemsEndSm__4d839725 {
    align-items: flex-end;
  }
  .radioButtonGroup_module_alignItemsBaseSm__4d839725 {
    align-items: baseline;
  }
  .radioButtonGroup_module_alignSelfAutoSm__4d839725 {
    align-self: auto;
  }
  .radioButtonGroup_module_alignSelfStretchSm__4d839725 {
    align-self: stretch;
  }
  .radioButtonGroup_module_alignSelfCenterSm__4d839725 {
    align-self: center;
  }
  .radioButtonGroup_module_alignSelfStartSm__4d839725 {
    align-self: flex-start;
  }
  .radioButtonGroup_module_alignSelfEndSm__4d839725 {
    align-self: flex-end;
  }
  .radioButtonGroup_module_alignSelfBaselineSm__4d839725 {
    align-self: baseline;
  }
  .radioButtonGroup_module_alignSelfInitialSm__4d839725 {
    align-self: initial;
  }
  .radioButtonGroup_module_alignSelfInheritSm__4d839725 {
    align-self: inherit;
  }
  .radioButtonGroup_module_alignContentStretchSm__4d839725 {
    align-content: stretch;
  }
  .radioButtonGroup_module_alignContentCenterSm__4d839725 {
    align-content: center;
  }
  .radioButtonGroup_module_alignContentStartSm__4d839725 {
    align-content: flex-start;
  }
  .radioButtonGroup_module_alignContentEndSm__4d839725 {
    align-content: flex-end;
  }
  .radioButtonGroup_module_alignContentBetweenSm__4d839725 {
    align-content: space-between;
  }
  .radioButtonGroup_module_alignContentAroundSm__4d839725 {
    align-content: space-around;
  }
  .radioButtonGroup_module_alignContentInitialSm__4d839725 {
    align-content: initial;
  }
  .radioButtonGroup_module_alignContentInheritSm__4d839725 {
    align-content: inherit;
  }
  .radioButtonGroup_module_flexRowSm__4d839725 {
    flex-direction: row;
  }
  .radioButtonGroup_module_flexRowReverseSm__4d839725 {
    flex-direction: row-reverse;
  }
  .radioButtonGroup_module_flexColumnSm__4d839725 {
    flex-direction: column;
  }
  .radioButtonGroup_module_flexColumnReverseSm__4d839725 {
    flex-direction: column-reverse;
  }
  .radioButtonGroup_module_flexWrapSm__4d839725 {
    flex-wrap: wrap;
  }
  .radioButtonGroup_module_flexNowrapSm__4d839725 {
    flex-wrap: nowrap;
  }
  .radioButtonGroup_module_order1Sm__4d839725 {
    order: 1;
  }
  .radioButtonGroup_module_order2Sm__4d839725 {
    order: 2;
  }
  .radioButtonGroup_module_order3Sm__4d839725 {
    order: 3;
  }
  .radioButtonGroup_module_order4Sm__4d839725 {
    order: 4;
  }
  .radioButtonGroup_module_order5Sm__4d839725 {
    order: 5;
  }
  .radioButtonGroup_module_order6Sm__4d839725 {
    order: 6;
  }
  .radioButtonGroup_module_order7Sm__4d839725 {
    order: 7;
  }
  .radioButtonGroup_module_order8Sm__4d839725 {
    order: 8;
  }
  .radioButtonGroup_module_order9Sm__4d839725 {
    order: 9;
  }
  .radioButtonGroup_module_order10Sm__4d839725 {
    order: 10;
  }
  .radioButtonGroup_module_order11Sm__4d839725 {
    order: 11;
  }
  .radioButtonGroup_module_order12Sm__4d839725 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .radioButtonGroup_module_dMdNone__4d839725 {
    display: none !important;
  }
  .radioButtonGroup_module_dMdInline__4d839725 {
    display: inline !important;
  }
  .radioButtonGroup_module_dMdInlineBlock__4d839725 {
    display: inline-block !important;
  }
  .radioButtonGroup_module_dMdBlock__4d839725 {
    display: block !important;
  }
  .radioButtonGroup_module_dMdTable__4d839725 {
    display: table !important;
  }
  .radioButtonGroup_module_dMdTableRow__4d839725 {
    display: table-row !important;
  }
  .radioButtonGroup_module_dMdTableCell__4d839725 {
    display: table-cell !important;
  }
  .radioButtonGroup_module_dMdFlex__4d839725 {
    display: flex !important;
  }
  .radioButtonGroup_module_dMdInlineFlex__4d839725 {
    display: inline-flex !important;
  }
  .radioButtonGroup_module_justifyContentStartMd__4d839725 {
    justify-content: flex-start;
  }
  .radioButtonGroup_module_justifyContentEndMd__4d839725 {
    justify-content: flex-end;
  }
  .radioButtonGroup_module_justifyContentCenterMd__4d839725 {
    justify-content: center;
  }
  .radioButtonGroup_module_justifyContentBetweenMd__4d839725 {
    justify-content: space-between;
  }
  .radioButtonGroup_module_justifyContentAroundMd__4d839725 {
    justify-content: space-around;
  }
  .radioButtonGroup_module_justifyContentInitialMd__4d839725 {
    justify-content: initial;
  }
  .radioButtonGroup_module_justifyContentInheritMd__4d839725 {
    justify-content: inherit;
  }
  .radioButtonGroup_module_alignItemsStretchMd__4d839725 {
    align-items: stretch;
  }
  .radioButtonGroup_module_alignItemsCenterMd__4d839725 {
    align-items: center;
  }
  .radioButtonGroup_module_alignItemsStartMd__4d839725 {
    align-items: flex-start;
  }
  .radioButtonGroup_module_alignItemsEndMd__4d839725 {
    align-items: flex-end;
  }
  .radioButtonGroup_module_alignItemsBaseMd__4d839725 {
    align-items: baseline;
  }
  .radioButtonGroup_module_alignSelfAutoMd__4d839725 {
    align-self: auto;
  }
  .radioButtonGroup_module_alignSelfStretchMd__4d839725 {
    align-self: stretch;
  }
  .radioButtonGroup_module_alignSelfCenterMd__4d839725 {
    align-self: center;
  }
  .radioButtonGroup_module_alignSelfStartMd__4d839725 {
    align-self: flex-start;
  }
  .radioButtonGroup_module_alignSelfEndMd__4d839725 {
    align-self: flex-end;
  }
  .radioButtonGroup_module_alignSelfBaselineMd__4d839725 {
    align-self: baseline;
  }
  .radioButtonGroup_module_alignSelfInitialMd__4d839725 {
    align-self: initial;
  }
  .radioButtonGroup_module_alignSelfInheritMd__4d839725 {
    align-self: inherit;
  }
  .radioButtonGroup_module_alignContentStretchMd__4d839725 {
    align-content: stretch;
  }
  .radioButtonGroup_module_alignContentCenterMd__4d839725 {
    align-content: center;
  }
  .radioButtonGroup_module_alignContentStartMd__4d839725 {
    align-content: flex-start;
  }
  .radioButtonGroup_module_alignContentEndMd__4d839725 {
    align-content: flex-end;
  }
  .radioButtonGroup_module_alignContentBetweenMd__4d839725 {
    align-content: space-between;
  }
  .radioButtonGroup_module_alignContentAroundMd__4d839725 {
    align-content: space-around;
  }
  .radioButtonGroup_module_alignContentInitialMd__4d839725 {
    align-content: initial;
  }
  .radioButtonGroup_module_alignContentInheritMd__4d839725 {
    align-content: inherit;
  }
  .radioButtonGroup_module_flexRowMd__4d839725 {
    flex-direction: row;
  }
  .radioButtonGroup_module_flexRowReverseMd__4d839725 {
    flex-direction: row-reverse;
  }
  .radioButtonGroup_module_flexColumnMd__4d839725 {
    flex-direction: column;
  }
  .radioButtonGroup_module_flexColumnReverseMd__4d839725 {
    flex-direction: column-reverse;
  }
  .radioButtonGroup_module_flexWrapMd__4d839725 {
    flex-wrap: wrap;
  }
  .radioButtonGroup_module_flexNowrapMd__4d839725 {
    flex-wrap: nowrap;
  }
  .radioButtonGroup_module_order1Md__4d839725 {
    order: 1;
  }
  .radioButtonGroup_module_order2Md__4d839725 {
    order: 2;
  }
  .radioButtonGroup_module_order3Md__4d839725 {
    order: 3;
  }
  .radioButtonGroup_module_order4Md__4d839725 {
    order: 4;
  }
  .radioButtonGroup_module_order5Md__4d839725 {
    order: 5;
  }
  .radioButtonGroup_module_order6Md__4d839725 {
    order: 6;
  }
  .radioButtonGroup_module_order7Md__4d839725 {
    order: 7;
  }
  .radioButtonGroup_module_order8Md__4d839725 {
    order: 8;
  }
  .radioButtonGroup_module_order9Md__4d839725 {
    order: 9;
  }
  .radioButtonGroup_module_order10Md__4d839725 {
    order: 10;
  }
  .radioButtonGroup_module_order11Md__4d839725 {
    order: 11;
  }
  .radioButtonGroup_module_order12Md__4d839725 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .radioButtonGroup_module_dLgNone__4d839725 {
    display: none !important;
  }
  .radioButtonGroup_module_dLgInline__4d839725 {
    display: inline !important;
  }
  .radioButtonGroup_module_dLgInlineBlock__4d839725 {
    display: inline-block !important;
  }
  .radioButtonGroup_module_dLgBlock__4d839725 {
    display: block !important;
  }
  .radioButtonGroup_module_dLgTable__4d839725 {
    display: table !important;
  }
  .radioButtonGroup_module_dLgTableRow__4d839725 {
    display: table-row !important;
  }
  .radioButtonGroup_module_dLgTableCell__4d839725 {
    display: table-cell !important;
  }
  .radioButtonGroup_module_dLgFlex__4d839725 {
    display: flex !important;
  }
  .radioButtonGroup_module_dLgInlineFlex__4d839725 {
    display: inline-flex !important;
  }
  .radioButtonGroup_module_justifyContentStartLg__4d839725 {
    justify-content: flex-start;
  }
  .radioButtonGroup_module_justifyContentEndLg__4d839725 {
    justify-content: flex-end;
  }
  .radioButtonGroup_module_justifyContentCenterLg__4d839725 {
    justify-content: center;
  }
  .radioButtonGroup_module_justifyContentBetweenLg__4d839725 {
    justify-content: space-between;
  }
  .radioButtonGroup_module_justifyContentAroundLg__4d839725 {
    justify-content: space-around;
  }
  .radioButtonGroup_module_justifyContentInitialLg__4d839725 {
    justify-content: initial;
  }
  .radioButtonGroup_module_justifyContentInheritLg__4d839725 {
    justify-content: inherit;
  }
  .radioButtonGroup_module_alignItemsStretchLg__4d839725 {
    align-items: stretch;
  }
  .radioButtonGroup_module_alignItemsCenterLg__4d839725 {
    align-items: center;
  }
  .radioButtonGroup_module_alignItemsStartLg__4d839725 {
    align-items: flex-start;
  }
  .radioButtonGroup_module_alignItemsEndLg__4d839725 {
    align-items: flex-end;
  }
  .radioButtonGroup_module_alignItemsBaseLg__4d839725 {
    align-items: baseline;
  }
  .radioButtonGroup_module_alignSelfAutoLg__4d839725 {
    align-self: auto;
  }
  .radioButtonGroup_module_alignSelfStretchLg__4d839725 {
    align-self: stretch;
  }
  .radioButtonGroup_module_alignSelfCenterLg__4d839725 {
    align-self: center;
  }
  .radioButtonGroup_module_alignSelfStartLg__4d839725 {
    align-self: flex-start;
  }
  .radioButtonGroup_module_alignSelfEndLg__4d839725 {
    align-self: flex-end;
  }
  .radioButtonGroup_module_alignSelfBaselineLg__4d839725 {
    align-self: baseline;
  }
  .radioButtonGroup_module_alignSelfInitialLg__4d839725 {
    align-self: initial;
  }
  .radioButtonGroup_module_alignSelfInheritLg__4d839725 {
    align-self: inherit;
  }
  .radioButtonGroup_module_alignContentStretchLg__4d839725 {
    align-content: stretch;
  }
  .radioButtonGroup_module_alignContentCenterLg__4d839725 {
    align-content: center;
  }
  .radioButtonGroup_module_alignContentStartLg__4d839725 {
    align-content: flex-start;
  }
  .radioButtonGroup_module_alignContentEndLg__4d839725 {
    align-content: flex-end;
  }
  .radioButtonGroup_module_alignContentBetweenLg__4d839725 {
    align-content: space-between;
  }
  .radioButtonGroup_module_alignContentAroundLg__4d839725 {
    align-content: space-around;
  }
  .radioButtonGroup_module_alignContentInitialLg__4d839725 {
    align-content: initial;
  }
  .radioButtonGroup_module_alignContentInheritLg__4d839725 {
    align-content: inherit;
  }
  .radioButtonGroup_module_flexRowLg__4d839725 {
    flex-direction: row;
  }
  .radioButtonGroup_module_flexRowReverseLg__4d839725 {
    flex-direction: row-reverse;
  }
  .radioButtonGroup_module_flexColumnLg__4d839725 {
    flex-direction: column;
  }
  .radioButtonGroup_module_flexColumnReverseLg__4d839725 {
    flex-direction: column-reverse;
  }
  .radioButtonGroup_module_flexWrapLg__4d839725 {
    flex-wrap: wrap;
  }
  .radioButtonGroup_module_flexNowrapLg__4d839725 {
    flex-wrap: nowrap;
  }
  .radioButtonGroup_module_order1Lg__4d839725 {
    order: 1;
  }
  .radioButtonGroup_module_order2Lg__4d839725 {
    order: 2;
  }
  .radioButtonGroup_module_order3Lg__4d839725 {
    order: 3;
  }
  .radioButtonGroup_module_order4Lg__4d839725 {
    order: 4;
  }
  .radioButtonGroup_module_order5Lg__4d839725 {
    order: 5;
  }
  .radioButtonGroup_module_order6Lg__4d839725 {
    order: 6;
  }
  .radioButtonGroup_module_order7Lg__4d839725 {
    order: 7;
  }
  .radioButtonGroup_module_order8Lg__4d839725 {
    order: 8;
  }
  .radioButtonGroup_module_order9Lg__4d839725 {
    order: 9;
  }
  .radioButtonGroup_module_order10Lg__4d839725 {
    order: 10;
  }
  .radioButtonGroup_module_order11Lg__4d839725 {
    order: 11;
  }
  .radioButtonGroup_module_order12Lg__4d839725 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .radioButtonGroup_module_dXlNone__4d839725 {
    display: none !important;
  }
  .radioButtonGroup_module_dXlInline__4d839725 {
    display: inline !important;
  }
  .radioButtonGroup_module_dXlInlineBlock__4d839725 {
    display: inline-block !important;
  }
  .radioButtonGroup_module_dXlBlock__4d839725 {
    display: block !important;
  }
  .radioButtonGroup_module_dXlTable__4d839725 {
    display: table !important;
  }
  .radioButtonGroup_module_dXlTableRow__4d839725 {
    display: table-row !important;
  }
  .radioButtonGroup_module_dXlTableCell__4d839725 {
    display: table-cell !important;
  }
  .radioButtonGroup_module_dXlFlex__4d839725 {
    display: flex !important;
  }
  .radioButtonGroup_module_dXlInlineFlex__4d839725 {
    display: inline-flex !important;
  }
  .radioButtonGroup_module_justifyContentStartXl__4d839725 {
    justify-content: flex-start;
  }
  .radioButtonGroup_module_justifyContentEndXl__4d839725 {
    justify-content: flex-end;
  }
  .radioButtonGroup_module_justifyContentCenterXl__4d839725 {
    justify-content: center;
  }
  .radioButtonGroup_module_justifyContentBetweenXl__4d839725 {
    justify-content: space-between;
  }
  .radioButtonGroup_module_justifyContentAroundXl__4d839725 {
    justify-content: space-around;
  }
  .radioButtonGroup_module_justifyContentInitialXl__4d839725 {
    justify-content: initial;
  }
  .radioButtonGroup_module_justifyContentInheritXl__4d839725 {
    justify-content: inherit;
  }
  .radioButtonGroup_module_alignItemsStretchXl__4d839725 {
    align-items: stretch;
  }
  .radioButtonGroup_module_alignItemsCenterXl__4d839725 {
    align-items: center;
  }
  .radioButtonGroup_module_alignItemsStartXl__4d839725 {
    align-items: flex-start;
  }
  .radioButtonGroup_module_alignItemsEndXl__4d839725 {
    align-items: flex-end;
  }
  .radioButtonGroup_module_alignItemsBaseXl__4d839725 {
    align-items: baseline;
  }
  .radioButtonGroup_module_alignSelfAutoXl__4d839725 {
    align-self: auto;
  }
  .radioButtonGroup_module_alignSelfStretchXl__4d839725 {
    align-self: stretch;
  }
  .radioButtonGroup_module_alignSelfCenterXl__4d839725 {
    align-self: center;
  }
  .radioButtonGroup_module_alignSelfStartXl__4d839725 {
    align-self: flex-start;
  }
  .radioButtonGroup_module_alignSelfEndXl__4d839725 {
    align-self: flex-end;
  }
  .radioButtonGroup_module_alignSelfBaselineXl__4d839725 {
    align-self: baseline;
  }
  .radioButtonGroup_module_alignSelfInitialXl__4d839725 {
    align-self: initial;
  }
  .radioButtonGroup_module_alignSelfInheritXl__4d839725 {
    align-self: inherit;
  }
  .radioButtonGroup_module_alignContentStretchXl__4d839725 {
    align-content: stretch;
  }
  .radioButtonGroup_module_alignContentCenterXl__4d839725 {
    align-content: center;
  }
  .radioButtonGroup_module_alignContentStartXl__4d839725 {
    align-content: flex-start;
  }
  .radioButtonGroup_module_alignContentEndXl__4d839725 {
    align-content: flex-end;
  }
  .radioButtonGroup_module_alignContentBetweenXl__4d839725 {
    align-content: space-between;
  }
  .radioButtonGroup_module_alignContentAroundXl__4d839725 {
    align-content: space-around;
  }
  .radioButtonGroup_module_alignContentInitialXl__4d839725 {
    align-content: initial;
  }
  .radioButtonGroup_module_alignContentInheritXl__4d839725 {
    align-content: inherit;
  }
  .radioButtonGroup_module_flexRowXl__4d839725 {
    flex-direction: row;
  }
  .radioButtonGroup_module_flexRowReverseXl__4d839725 {
    flex-direction: row-reverse;
  }
  .radioButtonGroup_module_flexColumnXl__4d839725 {
    flex-direction: column;
  }
  .radioButtonGroup_module_flexColumnReverseXl__4d839725 {
    flex-direction: column-reverse;
  }
  .radioButtonGroup_module_flexWrapXl__4d839725 {
    flex-wrap: wrap;
  }
  .radioButtonGroup_module_flexNowrapXl__4d839725 {
    flex-wrap: nowrap;
  }
  .radioButtonGroup_module_order1Xl__4d839725 {
    order: 1;
  }
  .radioButtonGroup_module_order2Xl__4d839725 {
    order: 2;
  }
  .radioButtonGroup_module_order3Xl__4d839725 {
    order: 3;
  }
  .radioButtonGroup_module_order4Xl__4d839725 {
    order: 4;
  }
  .radioButtonGroup_module_order5Xl__4d839725 {
    order: 5;
  }
  .radioButtonGroup_module_order6Xl__4d839725 {
    order: 6;
  }
  .radioButtonGroup_module_order7Xl__4d839725 {
    order: 7;
  }
  .radioButtonGroup_module_order8Xl__4d839725 {
    order: 8;
  }
  .radioButtonGroup_module_order9Xl__4d839725 {
    order: 9;
  }
  .radioButtonGroup_module_order10Xl__4d839725 {
    order: 10;
  }
  .radioButtonGroup_module_order11Xl__4d839725 {
    order: 11;
  }
  .radioButtonGroup_module_order12Xl__4d839725 {
    order: 12;
  }
}
.radioButtonGroup_module_radioButtonGroup__list__4d839725 {
  display: flex;
  align-items: center;
}
.radioButtonGroup_module_radioButtonGroup__list__4d839725 .radioButtonGroup_module_radioButtonItem__4d839725 {
  display: flex;
  align-items: center;
  column-gap: 6px;
  border: 1px solid #e6e6e6;
  padding: 10px 16px;
  cursor: pointer;
}
.radioButtonGroup_module_radioButtonGroup__list__4d839725 .radioButtonGroup_module_radioButtonItem__disabled__4d839725 {
  cursor: not-allowed;
  border-color: #e6e6e6;
  background-color: #f6f6f6;
}
.radioButtonGroup_module_radioButtonGroup__list__4d839725 .radioButtonGroup_module_radioButtonItem__selected__4d839725 {
  color: #2196f3;
  background-color: #eaf8ff;
  border-color: #cfe4f4;
}
.radioButtonGroup_module_radioButtonGroup__list__4d839725 .radioButtonGroup_module_radioButtonItem__4d839725:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.radioButtonGroup_module_radioButtonGroup__list__4d839725 .radioButtonGroup_module_radioButtonItem__4d839725:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.radioButtonGroup_module_radioButtonGroup__list__4d839725 .radioButtonGroup_module_radioButtonItem__4d839725:not(:first-child) {
  border-left: 0;
}
.radioButtonGroup_module_radioButtonGroup__error__4d839725 {
  margin-top: 0.5rem;
  color: #f44336;
  font-size: 0.75rem;
}.rating_module_dNone__87c2c5d1 {
  display: none !important;
}

.rating_module_dInline__87c2c5d1 {
  display: inline !important;
}

.rating_module_dInlineBlock__87c2c5d1 {
  display: inline-block !important;
}

.rating_module_dBlock__87c2c5d1 {
  display: block !important;
}

.rating_module_dTable__87c2c5d1 {
  display: table !important;
}

.rating_module_dTableRow__87c2c5d1 {
  display: table-row !important;
}

.rating_module_dTableCell__87c2c5d1 {
  display: table-cell !important;
}

.rating_module_dFlex__87c2c5d1 {
  display: flex !important;
}

.rating_module_dInlineFlex__87c2c5d1 {
  display: inline-flex !important;
}

.rating_module_justifyContentStart__87c2c5d1 {
  justify-content: flex-start;
}

.rating_module_justifyContentEnd__87c2c5d1 {
  justify-content: flex-end;
}

.rating_module_justifyContentCenter__87c2c5d1 {
  justify-content: center;
}

.rating_module_justifyContentBetween__87c2c5d1 {
  justify-content: space-between;
}

.rating_module_justifyContentAround__87c2c5d1 {
  justify-content: space-around;
}

.rating_module_justifyContentInitial__87c2c5d1 {
  justify-content: initial;
}

.rating_module_justifyContentInherit__87c2c5d1 {
  justify-content: inherit;
}

.rating_module_alignItemsStretch__87c2c5d1 {
  align-items: stretch;
}

.rating_module_alignItemsCenter__87c2c5d1 {
  align-items: center;
}

.rating_module_alignItemsStart__87c2c5d1 {
  align-items: flex-start;
}

.rating_module_alignItemsEnd__87c2c5d1 {
  align-items: flex-end;
}

.rating_module_alignItemsBase__87c2c5d1 {
  align-items: baseline;
}

.rating_module_alignSelfAuto__87c2c5d1 {
  align-self: auto;
}

.rating_module_alignSelfStretch__87c2c5d1 {
  align-self: stretch;
}

.rating_module_alignSelfCenter__87c2c5d1 {
  align-self: center;
}

.rating_module_alignSelfStart__87c2c5d1 {
  align-self: flex-start;
}

.rating_module_alignSelfEnd__87c2c5d1 {
  align-self: flex-end;
}

.rating_module_alignSelfBaseline__87c2c5d1 {
  align-self: baseline;
}

.rating_module_alignSelfInitial__87c2c5d1 {
  align-self: initial;
}

.rating_module_alignSelfInherit__87c2c5d1 {
  align-self: inherit;
}

.rating_module_alignContentStretch__87c2c5d1 {
  align-content: stretch;
}

.rating_module_alignContentCenter__87c2c5d1 {
  align-content: center;
}

.rating_module_alignContentStart__87c2c5d1 {
  align-content: flex-start;
}

.rating_module_alignContentEnd__87c2c5d1 {
  align-content: flex-end;
}

.rating_module_alignContentBetween__87c2c5d1 {
  align-content: space-between;
}

.rating_module_alignContentAround__87c2c5d1 {
  align-content: space-around;
}

.rating_module_alignContentInitial__87c2c5d1 {
  align-content: initial;
}

.rating_module_alignContentInherit__87c2c5d1 {
  align-content: inherit;
}

.rating_module_flexRow__87c2c5d1 {
  flex-direction: row;
}

.rating_module_flexRowReverse__87c2c5d1 {
  flex-direction: row-reverse;
}

.rating_module_flexColumn__87c2c5d1 {
  flex-direction: column;
}

.rating_module_flexColumnReverse__87c2c5d1 {
  flex-direction: column-reverse;
}

.rating_module_flexWrap__87c2c5d1 {
  flex-wrap: wrap;
}

.rating_module_flexNowrap__87c2c5d1 {
  flex-wrap: nowrap;
}

.rating_module_order1__87c2c5d1 {
  order: 1;
}

.rating_module_order2__87c2c5d1 {
  order: 2;
}

.rating_module_order3__87c2c5d1 {
  order: 3;
}

.rating_module_order4__87c2c5d1 {
  order: 4;
}

.rating_module_order5__87c2c5d1 {
  order: 5;
}

.rating_module_order6__87c2c5d1 {
  order: 6;
}

.rating_module_order7__87c2c5d1 {
  order: 7;
}

.rating_module_order8__87c2c5d1 {
  order: 8;
}

.rating_module_order9__87c2c5d1 {
  order: 9;
}

.rating_module_order10__87c2c5d1 {
  order: 10;
}

.rating_module_order11__87c2c5d1 {
  order: 11;
}

.rating_module_order12__87c2c5d1 {
  order: 12;
}

@media (min-width: 576px) {
  .rating_module_dSmNone__87c2c5d1 {
    display: none !important;
  }
  .rating_module_dSmInline__87c2c5d1 {
    display: inline !important;
  }
  .rating_module_dSmInlineBlock__87c2c5d1 {
    display: inline-block !important;
  }
  .rating_module_dSmBlock__87c2c5d1 {
    display: block !important;
  }
  .rating_module_dSmTable__87c2c5d1 {
    display: table !important;
  }
  .rating_module_dSmTableRow__87c2c5d1 {
    display: table-row !important;
  }
  .rating_module_dSmTableCell__87c2c5d1 {
    display: table-cell !important;
  }
  .rating_module_dSmFlex__87c2c5d1 {
    display: flex !important;
  }
  .rating_module_dSmInlineFlex__87c2c5d1 {
    display: inline-flex !important;
  }
  .rating_module_justifyContentStartSm__87c2c5d1 {
    justify-content: flex-start;
  }
  .rating_module_justifyContentEndSm__87c2c5d1 {
    justify-content: flex-end;
  }
  .rating_module_justifyContentCenterSm__87c2c5d1 {
    justify-content: center;
  }
  .rating_module_justifyContentBetweenSm__87c2c5d1 {
    justify-content: space-between;
  }
  .rating_module_justifyContentAroundSm__87c2c5d1 {
    justify-content: space-around;
  }
  .rating_module_justifyContentInitialSm__87c2c5d1 {
    justify-content: initial;
  }
  .rating_module_justifyContentInheritSm__87c2c5d1 {
    justify-content: inherit;
  }
  .rating_module_alignItemsStretchSm__87c2c5d1 {
    align-items: stretch;
  }
  .rating_module_alignItemsCenterSm__87c2c5d1 {
    align-items: center;
  }
  .rating_module_alignItemsStartSm__87c2c5d1 {
    align-items: flex-start;
  }
  .rating_module_alignItemsEndSm__87c2c5d1 {
    align-items: flex-end;
  }
  .rating_module_alignItemsBaseSm__87c2c5d1 {
    align-items: baseline;
  }
  .rating_module_alignSelfAutoSm__87c2c5d1 {
    align-self: auto;
  }
  .rating_module_alignSelfStretchSm__87c2c5d1 {
    align-self: stretch;
  }
  .rating_module_alignSelfCenterSm__87c2c5d1 {
    align-self: center;
  }
  .rating_module_alignSelfStartSm__87c2c5d1 {
    align-self: flex-start;
  }
  .rating_module_alignSelfEndSm__87c2c5d1 {
    align-self: flex-end;
  }
  .rating_module_alignSelfBaselineSm__87c2c5d1 {
    align-self: baseline;
  }
  .rating_module_alignSelfInitialSm__87c2c5d1 {
    align-self: initial;
  }
  .rating_module_alignSelfInheritSm__87c2c5d1 {
    align-self: inherit;
  }
  .rating_module_alignContentStretchSm__87c2c5d1 {
    align-content: stretch;
  }
  .rating_module_alignContentCenterSm__87c2c5d1 {
    align-content: center;
  }
  .rating_module_alignContentStartSm__87c2c5d1 {
    align-content: flex-start;
  }
  .rating_module_alignContentEndSm__87c2c5d1 {
    align-content: flex-end;
  }
  .rating_module_alignContentBetweenSm__87c2c5d1 {
    align-content: space-between;
  }
  .rating_module_alignContentAroundSm__87c2c5d1 {
    align-content: space-around;
  }
  .rating_module_alignContentInitialSm__87c2c5d1 {
    align-content: initial;
  }
  .rating_module_alignContentInheritSm__87c2c5d1 {
    align-content: inherit;
  }
  .rating_module_flexRowSm__87c2c5d1 {
    flex-direction: row;
  }
  .rating_module_flexRowReverseSm__87c2c5d1 {
    flex-direction: row-reverse;
  }
  .rating_module_flexColumnSm__87c2c5d1 {
    flex-direction: column;
  }
  .rating_module_flexColumnReverseSm__87c2c5d1 {
    flex-direction: column-reverse;
  }
  .rating_module_flexWrapSm__87c2c5d1 {
    flex-wrap: wrap;
  }
  .rating_module_flexNowrapSm__87c2c5d1 {
    flex-wrap: nowrap;
  }
  .rating_module_order1Sm__87c2c5d1 {
    order: 1;
  }
  .rating_module_order2Sm__87c2c5d1 {
    order: 2;
  }
  .rating_module_order3Sm__87c2c5d1 {
    order: 3;
  }
  .rating_module_order4Sm__87c2c5d1 {
    order: 4;
  }
  .rating_module_order5Sm__87c2c5d1 {
    order: 5;
  }
  .rating_module_order6Sm__87c2c5d1 {
    order: 6;
  }
  .rating_module_order7Sm__87c2c5d1 {
    order: 7;
  }
  .rating_module_order8Sm__87c2c5d1 {
    order: 8;
  }
  .rating_module_order9Sm__87c2c5d1 {
    order: 9;
  }
  .rating_module_order10Sm__87c2c5d1 {
    order: 10;
  }
  .rating_module_order11Sm__87c2c5d1 {
    order: 11;
  }
  .rating_module_order12Sm__87c2c5d1 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .rating_module_dMdNone__87c2c5d1 {
    display: none !important;
  }
  .rating_module_dMdInline__87c2c5d1 {
    display: inline !important;
  }
  .rating_module_dMdInlineBlock__87c2c5d1 {
    display: inline-block !important;
  }
  .rating_module_dMdBlock__87c2c5d1 {
    display: block !important;
  }
  .rating_module_dMdTable__87c2c5d1 {
    display: table !important;
  }
  .rating_module_dMdTableRow__87c2c5d1 {
    display: table-row !important;
  }
  .rating_module_dMdTableCell__87c2c5d1 {
    display: table-cell !important;
  }
  .rating_module_dMdFlex__87c2c5d1 {
    display: flex !important;
  }
  .rating_module_dMdInlineFlex__87c2c5d1 {
    display: inline-flex !important;
  }
  .rating_module_justifyContentStartMd__87c2c5d1 {
    justify-content: flex-start;
  }
  .rating_module_justifyContentEndMd__87c2c5d1 {
    justify-content: flex-end;
  }
  .rating_module_justifyContentCenterMd__87c2c5d1 {
    justify-content: center;
  }
  .rating_module_justifyContentBetweenMd__87c2c5d1 {
    justify-content: space-between;
  }
  .rating_module_justifyContentAroundMd__87c2c5d1 {
    justify-content: space-around;
  }
  .rating_module_justifyContentInitialMd__87c2c5d1 {
    justify-content: initial;
  }
  .rating_module_justifyContentInheritMd__87c2c5d1 {
    justify-content: inherit;
  }
  .rating_module_alignItemsStretchMd__87c2c5d1 {
    align-items: stretch;
  }
  .rating_module_alignItemsCenterMd__87c2c5d1 {
    align-items: center;
  }
  .rating_module_alignItemsStartMd__87c2c5d1 {
    align-items: flex-start;
  }
  .rating_module_alignItemsEndMd__87c2c5d1 {
    align-items: flex-end;
  }
  .rating_module_alignItemsBaseMd__87c2c5d1 {
    align-items: baseline;
  }
  .rating_module_alignSelfAutoMd__87c2c5d1 {
    align-self: auto;
  }
  .rating_module_alignSelfStretchMd__87c2c5d1 {
    align-self: stretch;
  }
  .rating_module_alignSelfCenterMd__87c2c5d1 {
    align-self: center;
  }
  .rating_module_alignSelfStartMd__87c2c5d1 {
    align-self: flex-start;
  }
  .rating_module_alignSelfEndMd__87c2c5d1 {
    align-self: flex-end;
  }
  .rating_module_alignSelfBaselineMd__87c2c5d1 {
    align-self: baseline;
  }
  .rating_module_alignSelfInitialMd__87c2c5d1 {
    align-self: initial;
  }
  .rating_module_alignSelfInheritMd__87c2c5d1 {
    align-self: inherit;
  }
  .rating_module_alignContentStretchMd__87c2c5d1 {
    align-content: stretch;
  }
  .rating_module_alignContentCenterMd__87c2c5d1 {
    align-content: center;
  }
  .rating_module_alignContentStartMd__87c2c5d1 {
    align-content: flex-start;
  }
  .rating_module_alignContentEndMd__87c2c5d1 {
    align-content: flex-end;
  }
  .rating_module_alignContentBetweenMd__87c2c5d1 {
    align-content: space-between;
  }
  .rating_module_alignContentAroundMd__87c2c5d1 {
    align-content: space-around;
  }
  .rating_module_alignContentInitialMd__87c2c5d1 {
    align-content: initial;
  }
  .rating_module_alignContentInheritMd__87c2c5d1 {
    align-content: inherit;
  }
  .rating_module_flexRowMd__87c2c5d1 {
    flex-direction: row;
  }
  .rating_module_flexRowReverseMd__87c2c5d1 {
    flex-direction: row-reverse;
  }
  .rating_module_flexColumnMd__87c2c5d1 {
    flex-direction: column;
  }
  .rating_module_flexColumnReverseMd__87c2c5d1 {
    flex-direction: column-reverse;
  }
  .rating_module_flexWrapMd__87c2c5d1 {
    flex-wrap: wrap;
  }
  .rating_module_flexNowrapMd__87c2c5d1 {
    flex-wrap: nowrap;
  }
  .rating_module_order1Md__87c2c5d1 {
    order: 1;
  }
  .rating_module_order2Md__87c2c5d1 {
    order: 2;
  }
  .rating_module_order3Md__87c2c5d1 {
    order: 3;
  }
  .rating_module_order4Md__87c2c5d1 {
    order: 4;
  }
  .rating_module_order5Md__87c2c5d1 {
    order: 5;
  }
  .rating_module_order6Md__87c2c5d1 {
    order: 6;
  }
  .rating_module_order7Md__87c2c5d1 {
    order: 7;
  }
  .rating_module_order8Md__87c2c5d1 {
    order: 8;
  }
  .rating_module_order9Md__87c2c5d1 {
    order: 9;
  }
  .rating_module_order10Md__87c2c5d1 {
    order: 10;
  }
  .rating_module_order11Md__87c2c5d1 {
    order: 11;
  }
  .rating_module_order12Md__87c2c5d1 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .rating_module_dLgNone__87c2c5d1 {
    display: none !important;
  }
  .rating_module_dLgInline__87c2c5d1 {
    display: inline !important;
  }
  .rating_module_dLgInlineBlock__87c2c5d1 {
    display: inline-block !important;
  }
  .rating_module_dLgBlock__87c2c5d1 {
    display: block !important;
  }
  .rating_module_dLgTable__87c2c5d1 {
    display: table !important;
  }
  .rating_module_dLgTableRow__87c2c5d1 {
    display: table-row !important;
  }
  .rating_module_dLgTableCell__87c2c5d1 {
    display: table-cell !important;
  }
  .rating_module_dLgFlex__87c2c5d1 {
    display: flex !important;
  }
  .rating_module_dLgInlineFlex__87c2c5d1 {
    display: inline-flex !important;
  }
  .rating_module_justifyContentStartLg__87c2c5d1 {
    justify-content: flex-start;
  }
  .rating_module_justifyContentEndLg__87c2c5d1 {
    justify-content: flex-end;
  }
  .rating_module_justifyContentCenterLg__87c2c5d1 {
    justify-content: center;
  }
  .rating_module_justifyContentBetweenLg__87c2c5d1 {
    justify-content: space-between;
  }
  .rating_module_justifyContentAroundLg__87c2c5d1 {
    justify-content: space-around;
  }
  .rating_module_justifyContentInitialLg__87c2c5d1 {
    justify-content: initial;
  }
  .rating_module_justifyContentInheritLg__87c2c5d1 {
    justify-content: inherit;
  }
  .rating_module_alignItemsStretchLg__87c2c5d1 {
    align-items: stretch;
  }
  .rating_module_alignItemsCenterLg__87c2c5d1 {
    align-items: center;
  }
  .rating_module_alignItemsStartLg__87c2c5d1 {
    align-items: flex-start;
  }
  .rating_module_alignItemsEndLg__87c2c5d1 {
    align-items: flex-end;
  }
  .rating_module_alignItemsBaseLg__87c2c5d1 {
    align-items: baseline;
  }
  .rating_module_alignSelfAutoLg__87c2c5d1 {
    align-self: auto;
  }
  .rating_module_alignSelfStretchLg__87c2c5d1 {
    align-self: stretch;
  }
  .rating_module_alignSelfCenterLg__87c2c5d1 {
    align-self: center;
  }
  .rating_module_alignSelfStartLg__87c2c5d1 {
    align-self: flex-start;
  }
  .rating_module_alignSelfEndLg__87c2c5d1 {
    align-self: flex-end;
  }
  .rating_module_alignSelfBaselineLg__87c2c5d1 {
    align-self: baseline;
  }
  .rating_module_alignSelfInitialLg__87c2c5d1 {
    align-self: initial;
  }
  .rating_module_alignSelfInheritLg__87c2c5d1 {
    align-self: inherit;
  }
  .rating_module_alignContentStretchLg__87c2c5d1 {
    align-content: stretch;
  }
  .rating_module_alignContentCenterLg__87c2c5d1 {
    align-content: center;
  }
  .rating_module_alignContentStartLg__87c2c5d1 {
    align-content: flex-start;
  }
  .rating_module_alignContentEndLg__87c2c5d1 {
    align-content: flex-end;
  }
  .rating_module_alignContentBetweenLg__87c2c5d1 {
    align-content: space-between;
  }
  .rating_module_alignContentAroundLg__87c2c5d1 {
    align-content: space-around;
  }
  .rating_module_alignContentInitialLg__87c2c5d1 {
    align-content: initial;
  }
  .rating_module_alignContentInheritLg__87c2c5d1 {
    align-content: inherit;
  }
  .rating_module_flexRowLg__87c2c5d1 {
    flex-direction: row;
  }
  .rating_module_flexRowReverseLg__87c2c5d1 {
    flex-direction: row-reverse;
  }
  .rating_module_flexColumnLg__87c2c5d1 {
    flex-direction: column;
  }
  .rating_module_flexColumnReverseLg__87c2c5d1 {
    flex-direction: column-reverse;
  }
  .rating_module_flexWrapLg__87c2c5d1 {
    flex-wrap: wrap;
  }
  .rating_module_flexNowrapLg__87c2c5d1 {
    flex-wrap: nowrap;
  }
  .rating_module_order1Lg__87c2c5d1 {
    order: 1;
  }
  .rating_module_order2Lg__87c2c5d1 {
    order: 2;
  }
  .rating_module_order3Lg__87c2c5d1 {
    order: 3;
  }
  .rating_module_order4Lg__87c2c5d1 {
    order: 4;
  }
  .rating_module_order5Lg__87c2c5d1 {
    order: 5;
  }
  .rating_module_order6Lg__87c2c5d1 {
    order: 6;
  }
  .rating_module_order7Lg__87c2c5d1 {
    order: 7;
  }
  .rating_module_order8Lg__87c2c5d1 {
    order: 8;
  }
  .rating_module_order9Lg__87c2c5d1 {
    order: 9;
  }
  .rating_module_order10Lg__87c2c5d1 {
    order: 10;
  }
  .rating_module_order11Lg__87c2c5d1 {
    order: 11;
  }
  .rating_module_order12Lg__87c2c5d1 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .rating_module_dXlNone__87c2c5d1 {
    display: none !important;
  }
  .rating_module_dXlInline__87c2c5d1 {
    display: inline !important;
  }
  .rating_module_dXlInlineBlock__87c2c5d1 {
    display: inline-block !important;
  }
  .rating_module_dXlBlock__87c2c5d1 {
    display: block !important;
  }
  .rating_module_dXlTable__87c2c5d1 {
    display: table !important;
  }
  .rating_module_dXlTableRow__87c2c5d1 {
    display: table-row !important;
  }
  .rating_module_dXlTableCell__87c2c5d1 {
    display: table-cell !important;
  }
  .rating_module_dXlFlex__87c2c5d1 {
    display: flex !important;
  }
  .rating_module_dXlInlineFlex__87c2c5d1 {
    display: inline-flex !important;
  }
  .rating_module_justifyContentStartXl__87c2c5d1 {
    justify-content: flex-start;
  }
  .rating_module_justifyContentEndXl__87c2c5d1 {
    justify-content: flex-end;
  }
  .rating_module_justifyContentCenterXl__87c2c5d1 {
    justify-content: center;
  }
  .rating_module_justifyContentBetweenXl__87c2c5d1 {
    justify-content: space-between;
  }
  .rating_module_justifyContentAroundXl__87c2c5d1 {
    justify-content: space-around;
  }
  .rating_module_justifyContentInitialXl__87c2c5d1 {
    justify-content: initial;
  }
  .rating_module_justifyContentInheritXl__87c2c5d1 {
    justify-content: inherit;
  }
  .rating_module_alignItemsStretchXl__87c2c5d1 {
    align-items: stretch;
  }
  .rating_module_alignItemsCenterXl__87c2c5d1 {
    align-items: center;
  }
  .rating_module_alignItemsStartXl__87c2c5d1 {
    align-items: flex-start;
  }
  .rating_module_alignItemsEndXl__87c2c5d1 {
    align-items: flex-end;
  }
  .rating_module_alignItemsBaseXl__87c2c5d1 {
    align-items: baseline;
  }
  .rating_module_alignSelfAutoXl__87c2c5d1 {
    align-self: auto;
  }
  .rating_module_alignSelfStretchXl__87c2c5d1 {
    align-self: stretch;
  }
  .rating_module_alignSelfCenterXl__87c2c5d1 {
    align-self: center;
  }
  .rating_module_alignSelfStartXl__87c2c5d1 {
    align-self: flex-start;
  }
  .rating_module_alignSelfEndXl__87c2c5d1 {
    align-self: flex-end;
  }
  .rating_module_alignSelfBaselineXl__87c2c5d1 {
    align-self: baseline;
  }
  .rating_module_alignSelfInitialXl__87c2c5d1 {
    align-self: initial;
  }
  .rating_module_alignSelfInheritXl__87c2c5d1 {
    align-self: inherit;
  }
  .rating_module_alignContentStretchXl__87c2c5d1 {
    align-content: stretch;
  }
  .rating_module_alignContentCenterXl__87c2c5d1 {
    align-content: center;
  }
  .rating_module_alignContentStartXl__87c2c5d1 {
    align-content: flex-start;
  }
  .rating_module_alignContentEndXl__87c2c5d1 {
    align-content: flex-end;
  }
  .rating_module_alignContentBetweenXl__87c2c5d1 {
    align-content: space-between;
  }
  .rating_module_alignContentAroundXl__87c2c5d1 {
    align-content: space-around;
  }
  .rating_module_alignContentInitialXl__87c2c5d1 {
    align-content: initial;
  }
  .rating_module_alignContentInheritXl__87c2c5d1 {
    align-content: inherit;
  }
  .rating_module_flexRowXl__87c2c5d1 {
    flex-direction: row;
  }
  .rating_module_flexRowReverseXl__87c2c5d1 {
    flex-direction: row-reverse;
  }
  .rating_module_flexColumnXl__87c2c5d1 {
    flex-direction: column;
  }
  .rating_module_flexColumnReverseXl__87c2c5d1 {
    flex-direction: column-reverse;
  }
  .rating_module_flexWrapXl__87c2c5d1 {
    flex-wrap: wrap;
  }
  .rating_module_flexNowrapXl__87c2c5d1 {
    flex-wrap: nowrap;
  }
  .rating_module_order1Xl__87c2c5d1 {
    order: 1;
  }
  .rating_module_order2Xl__87c2c5d1 {
    order: 2;
  }
  .rating_module_order3Xl__87c2c5d1 {
    order: 3;
  }
  .rating_module_order4Xl__87c2c5d1 {
    order: 4;
  }
  .rating_module_order5Xl__87c2c5d1 {
    order: 5;
  }
  .rating_module_order6Xl__87c2c5d1 {
    order: 6;
  }
  .rating_module_order7Xl__87c2c5d1 {
    order: 7;
  }
  .rating_module_order8Xl__87c2c5d1 {
    order: 8;
  }
  .rating_module_order9Xl__87c2c5d1 {
    order: 9;
  }
  .rating_module_order10Xl__87c2c5d1 {
    order: 10;
  }
  .rating_module_order11Xl__87c2c5d1 {
    order: 11;
  }
  .rating_module_order12Xl__87c2c5d1 {
    order: 12;
  }
}
.rating_module_starRatingDiv__87c2c5d1 {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.rating_module_starRatingDiv__87c2c5d1 .rating_module_ratingStar__87c2c5d1 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.rating_module_starRatingDiv__87c2c5d1 .rating_module_ratingStar__87c2c5d1 .rating_module_star__87c2c5d1,
.rating_module_starRatingDiv__87c2c5d1 .rating_module_ratingStar__87c2c5d1 .rating_module_activeStar__87c2c5d1 {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 400ms;
}
.rating_module_starRatingDiv__87c2c5d1 .rating_module_ratingStar__87c2c5d1 .rating_module_star__87c2c5d1.rating_module_activeStar__87c2c5d1,
.rating_module_starRatingDiv__87c2c5d1 .rating_module_ratingStar__87c2c5d1 .rating_module_activeStar__87c2c5d1.rating_module_activeStar__87c2c5d1 {
  transform: scale(1.1);
}
.rating_module_starRatingDiv__87c2c5d1 .rating_module_ratingStar__87c2c5d1 .rating_module_disable__87c2c5d1 {
  cursor: not-allowed;
  filter: grayscale(1);
}
.rating_module_starRatingDiv__87c2c5d1 .rating_module_ratingStar__87c2c5d1 input[type=radio] {
  display: none;
}
.tippy-touch{cursor:pointer!important}.tippy-notransition{transition:none!important}.tippy-popper{max-width:400px;-webkit-perspective:800px;perspective:800px;z-index:9999;outline:0;transition-timing-function:cubic-bezier(.165,.84,.44,1);pointer-events:none}.tippy-popper.html-template{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 9px}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;bottom:-10px}.tippy-popper[x-placement^=top] [x-circle]{-webkit-transform-origin:0 33%;transform-origin:0 33%}.tippy-popper[x-placement^=top] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-55%);transform:scale(1) translate(-50%,-55%);opacity:1}.tippy-popper[x-placement^=top] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 9px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;top:-10px}.tippy-popper[x-placement^=bottom] [x-circle]{-webkit-transform-origin:0 -50%;transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-45%);transform:scale(1) translate(-50%,-45%);opacity:1}.tippy-popper[x-placement^=bottom] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-5%);transform:scale(.15) translate(-50%,-5%);opacity:0}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:6px 0}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;right:-10px}.tippy-popper[x-placement^=left] [x-circle]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=left] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=left] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:6px 0}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-10px}.tippy-popper[x-placement^=right] [x-circle]{-webkit-transform-origin:-50% 0;transform-origin:-50% 0}.tippy-popper[x-placement^=right] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=right] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7)}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent}.tippy-popper .tippy-tooltip.light-theme{color:#26323d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.95rem;padding:.4rem .8rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem}.tippy-tooltip--big{padding:.6rem 1.2rem;font-size:1.2rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-interactive]{pointer-events:auto}.tippy-tooltip[data-inertia]{transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip [x-arrow]{position:absolute;width:0;height:0}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:130%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;overflow:hidden;transition:all ease}.tippy-tooltip [x-circle]:before{content:"";padding-top:90%;float:left}@media (max-width:450px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}

.popOverContent_module_dNone__13659f89 {
  display: none !important;
}

.popOverContent_module_dInline__13659f89 {
  display: inline !important;
}

.popOverContent_module_dInlineBlock__13659f89 {
  display: inline-block !important;
}

.popOverContent_module_dBlock__13659f89 {
  display: block !important;
}

.popOverContent_module_dTable__13659f89 {
  display: table !important;
}

.popOverContent_module_dTableRow__13659f89 {
  display: table-row !important;
}

.popOverContent_module_dTableCell__13659f89 {
  display: table-cell !important;
}

.popOverContent_module_dFlex__13659f89 {
  display: flex !important;
}

.popOverContent_module_dInlineFlex__13659f89 {
  display: inline-flex !important;
}

.popOverContent_module_justifyContentStart__13659f89 {
  justify-content: flex-start;
}

.popOverContent_module_justifyContentEnd__13659f89 {
  justify-content: flex-end;
}

.popOverContent_module_justifyContentCenter__13659f89 {
  justify-content: center;
}

.popOverContent_module_justifyContentBetween__13659f89 {
  justify-content: space-between;
}

.popOverContent_module_justifyContentAround__13659f89 {
  justify-content: space-around;
}

.popOverContent_module_justifyContentInitial__13659f89 {
  justify-content: initial;
}

.popOverContent_module_justifyContentInherit__13659f89 {
  justify-content: inherit;
}

.popOverContent_module_alignItemsStretch__13659f89 {
  align-items: stretch;
}

.popOverContent_module_alignItemsCenter__13659f89 {
  align-items: center;
}

.popOverContent_module_alignItemsStart__13659f89 {
  align-items: flex-start;
}

.popOverContent_module_alignItemsEnd__13659f89 {
  align-items: flex-end;
}

.popOverContent_module_alignItemsBase__13659f89 {
  align-items: baseline;
}

.popOverContent_module_alignSelfAuto__13659f89 {
  align-self: auto;
}

.popOverContent_module_alignSelfStretch__13659f89 {
  align-self: stretch;
}

.popOverContent_module_alignSelfCenter__13659f89 {
  align-self: center;
}

.popOverContent_module_alignSelfStart__13659f89 {
  align-self: flex-start;
}

.popOverContent_module_alignSelfEnd__13659f89 {
  align-self: flex-end;
}

.popOverContent_module_alignSelfBaseline__13659f89 {
  align-self: baseline;
}

.popOverContent_module_alignSelfInitial__13659f89 {
  align-self: initial;
}

.popOverContent_module_alignSelfInherit__13659f89 {
  align-self: inherit;
}

.popOverContent_module_alignContentStretch__13659f89 {
  align-content: stretch;
}

.popOverContent_module_alignContentCenter__13659f89 {
  align-content: center;
}

.popOverContent_module_alignContentStart__13659f89 {
  align-content: flex-start;
}

.popOverContent_module_alignContentEnd__13659f89 {
  align-content: flex-end;
}

.popOverContent_module_alignContentBetween__13659f89 {
  align-content: space-between;
}

.popOverContent_module_alignContentAround__13659f89 {
  align-content: space-around;
}

.popOverContent_module_alignContentInitial__13659f89 {
  align-content: initial;
}

.popOverContent_module_alignContentInherit__13659f89 {
  align-content: inherit;
}

.popOverContent_module_flexRow__13659f89 {
  flex-direction: row;
}

.popOverContent_module_flexRowReverse__13659f89 {
  flex-direction: row-reverse;
}

.popOverContent_module_flexColumn__13659f89 {
  flex-direction: column;
}

.popOverContent_module_flexColumnReverse__13659f89 {
  flex-direction: column-reverse;
}

.popOverContent_module_flexWrap__13659f89 {
  flex-wrap: wrap;
}

.popOverContent_module_flexNowrap__13659f89 {
  flex-wrap: nowrap;
}

.popOverContent_module_order1__13659f89 {
  order: 1;
}

.popOverContent_module_order2__13659f89 {
  order: 2;
}

.popOverContent_module_order3__13659f89 {
  order: 3;
}

.popOverContent_module_order4__13659f89 {
  order: 4;
}

.popOverContent_module_order5__13659f89 {
  order: 5;
}

.popOverContent_module_order6__13659f89 {
  order: 6;
}

.popOverContent_module_order7__13659f89 {
  order: 7;
}

.popOverContent_module_order8__13659f89 {
  order: 8;
}

.popOverContent_module_order9__13659f89 {
  order: 9;
}

.popOverContent_module_order10__13659f89 {
  order: 10;
}

.popOverContent_module_order11__13659f89 {
  order: 11;
}

.popOverContent_module_order12__13659f89 {
  order: 12;
}

@media (min-width: 576px) {
  .popOverContent_module_dSmNone__13659f89 {
    display: none !important;
  }
  .popOverContent_module_dSmInline__13659f89 {
    display: inline !important;
  }
  .popOverContent_module_dSmInlineBlock__13659f89 {
    display: inline-block !important;
  }
  .popOverContent_module_dSmBlock__13659f89 {
    display: block !important;
  }
  .popOverContent_module_dSmTable__13659f89 {
    display: table !important;
  }
  .popOverContent_module_dSmTableRow__13659f89 {
    display: table-row !important;
  }
  .popOverContent_module_dSmTableCell__13659f89 {
    display: table-cell !important;
  }
  .popOverContent_module_dSmFlex__13659f89 {
    display: flex !important;
  }
  .popOverContent_module_dSmInlineFlex__13659f89 {
    display: inline-flex !important;
  }
  .popOverContent_module_justifyContentStartSm__13659f89 {
    justify-content: flex-start;
  }
  .popOverContent_module_justifyContentEndSm__13659f89 {
    justify-content: flex-end;
  }
  .popOverContent_module_justifyContentCenterSm__13659f89 {
    justify-content: center;
  }
  .popOverContent_module_justifyContentBetweenSm__13659f89 {
    justify-content: space-between;
  }
  .popOverContent_module_justifyContentAroundSm__13659f89 {
    justify-content: space-around;
  }
  .popOverContent_module_justifyContentInitialSm__13659f89 {
    justify-content: initial;
  }
  .popOverContent_module_justifyContentInheritSm__13659f89 {
    justify-content: inherit;
  }
  .popOverContent_module_alignItemsStretchSm__13659f89 {
    align-items: stretch;
  }
  .popOverContent_module_alignItemsCenterSm__13659f89 {
    align-items: center;
  }
  .popOverContent_module_alignItemsStartSm__13659f89 {
    align-items: flex-start;
  }
  .popOverContent_module_alignItemsEndSm__13659f89 {
    align-items: flex-end;
  }
  .popOverContent_module_alignItemsBaseSm__13659f89 {
    align-items: baseline;
  }
  .popOverContent_module_alignSelfAutoSm__13659f89 {
    align-self: auto;
  }
  .popOverContent_module_alignSelfStretchSm__13659f89 {
    align-self: stretch;
  }
  .popOverContent_module_alignSelfCenterSm__13659f89 {
    align-self: center;
  }
  .popOverContent_module_alignSelfStartSm__13659f89 {
    align-self: flex-start;
  }
  .popOverContent_module_alignSelfEndSm__13659f89 {
    align-self: flex-end;
  }
  .popOverContent_module_alignSelfBaselineSm__13659f89 {
    align-self: baseline;
  }
  .popOverContent_module_alignSelfInitialSm__13659f89 {
    align-self: initial;
  }
  .popOverContent_module_alignSelfInheritSm__13659f89 {
    align-self: inherit;
  }
  .popOverContent_module_alignContentStretchSm__13659f89 {
    align-content: stretch;
  }
  .popOverContent_module_alignContentCenterSm__13659f89 {
    align-content: center;
  }
  .popOverContent_module_alignContentStartSm__13659f89 {
    align-content: flex-start;
  }
  .popOverContent_module_alignContentEndSm__13659f89 {
    align-content: flex-end;
  }
  .popOverContent_module_alignContentBetweenSm__13659f89 {
    align-content: space-between;
  }
  .popOverContent_module_alignContentAroundSm__13659f89 {
    align-content: space-around;
  }
  .popOverContent_module_alignContentInitialSm__13659f89 {
    align-content: initial;
  }
  .popOverContent_module_alignContentInheritSm__13659f89 {
    align-content: inherit;
  }
  .popOverContent_module_flexRowSm__13659f89 {
    flex-direction: row;
  }
  .popOverContent_module_flexRowReverseSm__13659f89 {
    flex-direction: row-reverse;
  }
  .popOverContent_module_flexColumnSm__13659f89 {
    flex-direction: column;
  }
  .popOverContent_module_flexColumnReverseSm__13659f89 {
    flex-direction: column-reverse;
  }
  .popOverContent_module_flexWrapSm__13659f89 {
    flex-wrap: wrap;
  }
  .popOverContent_module_flexNowrapSm__13659f89 {
    flex-wrap: nowrap;
  }
  .popOverContent_module_order1Sm__13659f89 {
    order: 1;
  }
  .popOverContent_module_order2Sm__13659f89 {
    order: 2;
  }
  .popOverContent_module_order3Sm__13659f89 {
    order: 3;
  }
  .popOverContent_module_order4Sm__13659f89 {
    order: 4;
  }
  .popOverContent_module_order5Sm__13659f89 {
    order: 5;
  }
  .popOverContent_module_order6Sm__13659f89 {
    order: 6;
  }
  .popOverContent_module_order7Sm__13659f89 {
    order: 7;
  }
  .popOverContent_module_order8Sm__13659f89 {
    order: 8;
  }
  .popOverContent_module_order9Sm__13659f89 {
    order: 9;
  }
  .popOverContent_module_order10Sm__13659f89 {
    order: 10;
  }
  .popOverContent_module_order11Sm__13659f89 {
    order: 11;
  }
  .popOverContent_module_order12Sm__13659f89 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .popOverContent_module_dMdNone__13659f89 {
    display: none !important;
  }
  .popOverContent_module_dMdInline__13659f89 {
    display: inline !important;
  }
  .popOverContent_module_dMdInlineBlock__13659f89 {
    display: inline-block !important;
  }
  .popOverContent_module_dMdBlock__13659f89 {
    display: block !important;
  }
  .popOverContent_module_dMdTable__13659f89 {
    display: table !important;
  }
  .popOverContent_module_dMdTableRow__13659f89 {
    display: table-row !important;
  }
  .popOverContent_module_dMdTableCell__13659f89 {
    display: table-cell !important;
  }
  .popOverContent_module_dMdFlex__13659f89 {
    display: flex !important;
  }
  .popOverContent_module_dMdInlineFlex__13659f89 {
    display: inline-flex !important;
  }
  .popOverContent_module_justifyContentStartMd__13659f89 {
    justify-content: flex-start;
  }
  .popOverContent_module_justifyContentEndMd__13659f89 {
    justify-content: flex-end;
  }
  .popOverContent_module_justifyContentCenterMd__13659f89 {
    justify-content: center;
  }
  .popOverContent_module_justifyContentBetweenMd__13659f89 {
    justify-content: space-between;
  }
  .popOverContent_module_justifyContentAroundMd__13659f89 {
    justify-content: space-around;
  }
  .popOverContent_module_justifyContentInitialMd__13659f89 {
    justify-content: initial;
  }
  .popOverContent_module_justifyContentInheritMd__13659f89 {
    justify-content: inherit;
  }
  .popOverContent_module_alignItemsStretchMd__13659f89 {
    align-items: stretch;
  }
  .popOverContent_module_alignItemsCenterMd__13659f89 {
    align-items: center;
  }
  .popOverContent_module_alignItemsStartMd__13659f89 {
    align-items: flex-start;
  }
  .popOverContent_module_alignItemsEndMd__13659f89 {
    align-items: flex-end;
  }
  .popOverContent_module_alignItemsBaseMd__13659f89 {
    align-items: baseline;
  }
  .popOverContent_module_alignSelfAutoMd__13659f89 {
    align-self: auto;
  }
  .popOverContent_module_alignSelfStretchMd__13659f89 {
    align-self: stretch;
  }
  .popOverContent_module_alignSelfCenterMd__13659f89 {
    align-self: center;
  }
  .popOverContent_module_alignSelfStartMd__13659f89 {
    align-self: flex-start;
  }
  .popOverContent_module_alignSelfEndMd__13659f89 {
    align-self: flex-end;
  }
  .popOverContent_module_alignSelfBaselineMd__13659f89 {
    align-self: baseline;
  }
  .popOverContent_module_alignSelfInitialMd__13659f89 {
    align-self: initial;
  }
  .popOverContent_module_alignSelfInheritMd__13659f89 {
    align-self: inherit;
  }
  .popOverContent_module_alignContentStretchMd__13659f89 {
    align-content: stretch;
  }
  .popOverContent_module_alignContentCenterMd__13659f89 {
    align-content: center;
  }
  .popOverContent_module_alignContentStartMd__13659f89 {
    align-content: flex-start;
  }
  .popOverContent_module_alignContentEndMd__13659f89 {
    align-content: flex-end;
  }
  .popOverContent_module_alignContentBetweenMd__13659f89 {
    align-content: space-between;
  }
  .popOverContent_module_alignContentAroundMd__13659f89 {
    align-content: space-around;
  }
  .popOverContent_module_alignContentInitialMd__13659f89 {
    align-content: initial;
  }
  .popOverContent_module_alignContentInheritMd__13659f89 {
    align-content: inherit;
  }
  .popOverContent_module_flexRowMd__13659f89 {
    flex-direction: row;
  }
  .popOverContent_module_flexRowReverseMd__13659f89 {
    flex-direction: row-reverse;
  }
  .popOverContent_module_flexColumnMd__13659f89 {
    flex-direction: column;
  }
  .popOverContent_module_flexColumnReverseMd__13659f89 {
    flex-direction: column-reverse;
  }
  .popOverContent_module_flexWrapMd__13659f89 {
    flex-wrap: wrap;
  }
  .popOverContent_module_flexNowrapMd__13659f89 {
    flex-wrap: nowrap;
  }
  .popOverContent_module_order1Md__13659f89 {
    order: 1;
  }
  .popOverContent_module_order2Md__13659f89 {
    order: 2;
  }
  .popOverContent_module_order3Md__13659f89 {
    order: 3;
  }
  .popOverContent_module_order4Md__13659f89 {
    order: 4;
  }
  .popOverContent_module_order5Md__13659f89 {
    order: 5;
  }
  .popOverContent_module_order6Md__13659f89 {
    order: 6;
  }
  .popOverContent_module_order7Md__13659f89 {
    order: 7;
  }
  .popOverContent_module_order8Md__13659f89 {
    order: 8;
  }
  .popOverContent_module_order9Md__13659f89 {
    order: 9;
  }
  .popOverContent_module_order10Md__13659f89 {
    order: 10;
  }
  .popOverContent_module_order11Md__13659f89 {
    order: 11;
  }
  .popOverContent_module_order12Md__13659f89 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .popOverContent_module_dLgNone__13659f89 {
    display: none !important;
  }
  .popOverContent_module_dLgInline__13659f89 {
    display: inline !important;
  }
  .popOverContent_module_dLgInlineBlock__13659f89 {
    display: inline-block !important;
  }
  .popOverContent_module_dLgBlock__13659f89 {
    display: block !important;
  }
  .popOverContent_module_dLgTable__13659f89 {
    display: table !important;
  }
  .popOverContent_module_dLgTableRow__13659f89 {
    display: table-row !important;
  }
  .popOverContent_module_dLgTableCell__13659f89 {
    display: table-cell !important;
  }
  .popOverContent_module_dLgFlex__13659f89 {
    display: flex !important;
  }
  .popOverContent_module_dLgInlineFlex__13659f89 {
    display: inline-flex !important;
  }
  .popOverContent_module_justifyContentStartLg__13659f89 {
    justify-content: flex-start;
  }
  .popOverContent_module_justifyContentEndLg__13659f89 {
    justify-content: flex-end;
  }
  .popOverContent_module_justifyContentCenterLg__13659f89 {
    justify-content: center;
  }
  .popOverContent_module_justifyContentBetweenLg__13659f89 {
    justify-content: space-between;
  }
  .popOverContent_module_justifyContentAroundLg__13659f89 {
    justify-content: space-around;
  }
  .popOverContent_module_justifyContentInitialLg__13659f89 {
    justify-content: initial;
  }
  .popOverContent_module_justifyContentInheritLg__13659f89 {
    justify-content: inherit;
  }
  .popOverContent_module_alignItemsStretchLg__13659f89 {
    align-items: stretch;
  }
  .popOverContent_module_alignItemsCenterLg__13659f89 {
    align-items: center;
  }
  .popOverContent_module_alignItemsStartLg__13659f89 {
    align-items: flex-start;
  }
  .popOverContent_module_alignItemsEndLg__13659f89 {
    align-items: flex-end;
  }
  .popOverContent_module_alignItemsBaseLg__13659f89 {
    align-items: baseline;
  }
  .popOverContent_module_alignSelfAutoLg__13659f89 {
    align-self: auto;
  }
  .popOverContent_module_alignSelfStretchLg__13659f89 {
    align-self: stretch;
  }
  .popOverContent_module_alignSelfCenterLg__13659f89 {
    align-self: center;
  }
  .popOverContent_module_alignSelfStartLg__13659f89 {
    align-self: flex-start;
  }
  .popOverContent_module_alignSelfEndLg__13659f89 {
    align-self: flex-end;
  }
  .popOverContent_module_alignSelfBaselineLg__13659f89 {
    align-self: baseline;
  }
  .popOverContent_module_alignSelfInitialLg__13659f89 {
    align-self: initial;
  }
  .popOverContent_module_alignSelfInheritLg__13659f89 {
    align-self: inherit;
  }
  .popOverContent_module_alignContentStretchLg__13659f89 {
    align-content: stretch;
  }
  .popOverContent_module_alignContentCenterLg__13659f89 {
    align-content: center;
  }
  .popOverContent_module_alignContentStartLg__13659f89 {
    align-content: flex-start;
  }
  .popOverContent_module_alignContentEndLg__13659f89 {
    align-content: flex-end;
  }
  .popOverContent_module_alignContentBetweenLg__13659f89 {
    align-content: space-between;
  }
  .popOverContent_module_alignContentAroundLg__13659f89 {
    align-content: space-around;
  }
  .popOverContent_module_alignContentInitialLg__13659f89 {
    align-content: initial;
  }
  .popOverContent_module_alignContentInheritLg__13659f89 {
    align-content: inherit;
  }
  .popOverContent_module_flexRowLg__13659f89 {
    flex-direction: row;
  }
  .popOverContent_module_flexRowReverseLg__13659f89 {
    flex-direction: row-reverse;
  }
  .popOverContent_module_flexColumnLg__13659f89 {
    flex-direction: column;
  }
  .popOverContent_module_flexColumnReverseLg__13659f89 {
    flex-direction: column-reverse;
  }
  .popOverContent_module_flexWrapLg__13659f89 {
    flex-wrap: wrap;
  }
  .popOverContent_module_flexNowrapLg__13659f89 {
    flex-wrap: nowrap;
  }
  .popOverContent_module_order1Lg__13659f89 {
    order: 1;
  }
  .popOverContent_module_order2Lg__13659f89 {
    order: 2;
  }
  .popOverContent_module_order3Lg__13659f89 {
    order: 3;
  }
  .popOverContent_module_order4Lg__13659f89 {
    order: 4;
  }
  .popOverContent_module_order5Lg__13659f89 {
    order: 5;
  }
  .popOverContent_module_order6Lg__13659f89 {
    order: 6;
  }
  .popOverContent_module_order7Lg__13659f89 {
    order: 7;
  }
  .popOverContent_module_order8Lg__13659f89 {
    order: 8;
  }
  .popOverContent_module_order9Lg__13659f89 {
    order: 9;
  }
  .popOverContent_module_order10Lg__13659f89 {
    order: 10;
  }
  .popOverContent_module_order11Lg__13659f89 {
    order: 11;
  }
  .popOverContent_module_order12Lg__13659f89 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .popOverContent_module_dXlNone__13659f89 {
    display: none !important;
  }
  .popOverContent_module_dXlInline__13659f89 {
    display: inline !important;
  }
  .popOverContent_module_dXlInlineBlock__13659f89 {
    display: inline-block !important;
  }
  .popOverContent_module_dXlBlock__13659f89 {
    display: block !important;
  }
  .popOverContent_module_dXlTable__13659f89 {
    display: table !important;
  }
  .popOverContent_module_dXlTableRow__13659f89 {
    display: table-row !important;
  }
  .popOverContent_module_dXlTableCell__13659f89 {
    display: table-cell !important;
  }
  .popOverContent_module_dXlFlex__13659f89 {
    display: flex !important;
  }
  .popOverContent_module_dXlInlineFlex__13659f89 {
    display: inline-flex !important;
  }
  .popOverContent_module_justifyContentStartXl__13659f89 {
    justify-content: flex-start;
  }
  .popOverContent_module_justifyContentEndXl__13659f89 {
    justify-content: flex-end;
  }
  .popOverContent_module_justifyContentCenterXl__13659f89 {
    justify-content: center;
  }
  .popOverContent_module_justifyContentBetweenXl__13659f89 {
    justify-content: space-between;
  }
  .popOverContent_module_justifyContentAroundXl__13659f89 {
    justify-content: space-around;
  }
  .popOverContent_module_justifyContentInitialXl__13659f89 {
    justify-content: initial;
  }
  .popOverContent_module_justifyContentInheritXl__13659f89 {
    justify-content: inherit;
  }
  .popOverContent_module_alignItemsStretchXl__13659f89 {
    align-items: stretch;
  }
  .popOverContent_module_alignItemsCenterXl__13659f89 {
    align-items: center;
  }
  .popOverContent_module_alignItemsStartXl__13659f89 {
    align-items: flex-start;
  }
  .popOverContent_module_alignItemsEndXl__13659f89 {
    align-items: flex-end;
  }
  .popOverContent_module_alignItemsBaseXl__13659f89 {
    align-items: baseline;
  }
  .popOverContent_module_alignSelfAutoXl__13659f89 {
    align-self: auto;
  }
  .popOverContent_module_alignSelfStretchXl__13659f89 {
    align-self: stretch;
  }
  .popOverContent_module_alignSelfCenterXl__13659f89 {
    align-self: center;
  }
  .popOverContent_module_alignSelfStartXl__13659f89 {
    align-self: flex-start;
  }
  .popOverContent_module_alignSelfEndXl__13659f89 {
    align-self: flex-end;
  }
  .popOverContent_module_alignSelfBaselineXl__13659f89 {
    align-self: baseline;
  }
  .popOverContent_module_alignSelfInitialXl__13659f89 {
    align-self: initial;
  }
  .popOverContent_module_alignSelfInheritXl__13659f89 {
    align-self: inherit;
  }
  .popOverContent_module_alignContentStretchXl__13659f89 {
    align-content: stretch;
  }
  .popOverContent_module_alignContentCenterXl__13659f89 {
    align-content: center;
  }
  .popOverContent_module_alignContentStartXl__13659f89 {
    align-content: flex-start;
  }
  .popOverContent_module_alignContentEndXl__13659f89 {
    align-content: flex-end;
  }
  .popOverContent_module_alignContentBetweenXl__13659f89 {
    align-content: space-between;
  }
  .popOverContent_module_alignContentAroundXl__13659f89 {
    align-content: space-around;
  }
  .popOverContent_module_alignContentInitialXl__13659f89 {
    align-content: initial;
  }
  .popOverContent_module_alignContentInheritXl__13659f89 {
    align-content: inherit;
  }
  .popOverContent_module_flexRowXl__13659f89 {
    flex-direction: row;
  }
  .popOverContent_module_flexRowReverseXl__13659f89 {
    flex-direction: row-reverse;
  }
  .popOverContent_module_flexColumnXl__13659f89 {
    flex-direction: column;
  }
  .popOverContent_module_flexColumnReverseXl__13659f89 {
    flex-direction: column-reverse;
  }
  .popOverContent_module_flexWrapXl__13659f89 {
    flex-wrap: wrap;
  }
  .popOverContent_module_flexNowrapXl__13659f89 {
    flex-wrap: nowrap;
  }
  .popOverContent_module_order1Xl__13659f89 {
    order: 1;
  }
  .popOverContent_module_order2Xl__13659f89 {
    order: 2;
  }
  .popOverContent_module_order3Xl__13659f89 {
    order: 3;
  }
  .popOverContent_module_order4Xl__13659f89 {
    order: 4;
  }
  .popOverContent_module_order5Xl__13659f89 {
    order: 5;
  }
  .popOverContent_module_order6Xl__13659f89 {
    order: 6;
  }
  .popOverContent_module_order7Xl__13659f89 {
    order: 7;
  }
  .popOverContent_module_order8Xl__13659f89 {
    order: 8;
  }
  .popOverContent_module_order9Xl__13659f89 {
    order: 9;
  }
  .popOverContent_module_order10Xl__13659f89 {
    order: 10;
  }
  .popOverContent_module_order11Xl__13659f89 {
    order: 11;
  }
  .popOverContent_module_order12Xl__13659f89 {
    order: 12;
  }
}
.popOverContent_module_popoverContent__13659f89 {
  max-width: 240px;
  padding: 6px 8px;
  font-size: 0.75rem;
  text-align: left;
}.overlay_module_dNone__bee5029e {
  display: none !important;
}

.overlay_module_dInline__bee5029e {
  display: inline !important;
}

.overlay_module_dInlineBlock__bee5029e {
  display: inline-block !important;
}

.overlay_module_dBlock__bee5029e {
  display: block !important;
}

.overlay_module_dTable__bee5029e {
  display: table !important;
}

.overlay_module_dTableRow__bee5029e {
  display: table-row !important;
}

.overlay_module_dTableCell__bee5029e {
  display: table-cell !important;
}

.overlay_module_dFlex__bee5029e {
  display: flex !important;
}

.overlay_module_dInlineFlex__bee5029e {
  display: inline-flex !important;
}

.overlay_module_justifyContentStart__bee5029e {
  justify-content: flex-start;
}

.overlay_module_justifyContentEnd__bee5029e {
  justify-content: flex-end;
}

.overlay_module_justifyContentCenter__bee5029e {
  justify-content: center;
}

.overlay_module_justifyContentBetween__bee5029e {
  justify-content: space-between;
}

.overlay_module_justifyContentAround__bee5029e {
  justify-content: space-around;
}

.overlay_module_justifyContentInitial__bee5029e {
  justify-content: initial;
}

.overlay_module_justifyContentInherit__bee5029e {
  justify-content: inherit;
}

.overlay_module_alignItemsStretch__bee5029e {
  align-items: stretch;
}

.overlay_module_alignItemsCenter__bee5029e {
  align-items: center;
}

.overlay_module_alignItemsStart__bee5029e {
  align-items: flex-start;
}

.overlay_module_alignItemsEnd__bee5029e {
  align-items: flex-end;
}

.overlay_module_alignItemsBase__bee5029e {
  align-items: baseline;
}

.overlay_module_alignSelfAuto__bee5029e {
  align-self: auto;
}

.overlay_module_alignSelfStretch__bee5029e {
  align-self: stretch;
}

.overlay_module_alignSelfCenter__bee5029e {
  align-self: center;
}

.overlay_module_alignSelfStart__bee5029e {
  align-self: flex-start;
}

.overlay_module_alignSelfEnd__bee5029e {
  align-self: flex-end;
}

.overlay_module_alignSelfBaseline__bee5029e {
  align-self: baseline;
}

.overlay_module_alignSelfInitial__bee5029e {
  align-self: initial;
}

.overlay_module_alignSelfInherit__bee5029e {
  align-self: inherit;
}

.overlay_module_alignContentStretch__bee5029e {
  align-content: stretch;
}

.overlay_module_alignContentCenter__bee5029e {
  align-content: center;
}

.overlay_module_alignContentStart__bee5029e {
  align-content: flex-start;
}

.overlay_module_alignContentEnd__bee5029e {
  align-content: flex-end;
}

.overlay_module_alignContentBetween__bee5029e {
  align-content: space-between;
}

.overlay_module_alignContentAround__bee5029e {
  align-content: space-around;
}

.overlay_module_alignContentInitial__bee5029e {
  align-content: initial;
}

.overlay_module_alignContentInherit__bee5029e {
  align-content: inherit;
}

.overlay_module_flexRow__bee5029e {
  flex-direction: row;
}

.overlay_module_flexRowReverse__bee5029e {
  flex-direction: row-reverse;
}

.overlay_module_flexColumn__bee5029e {
  flex-direction: column;
}

.overlay_module_flexColumnReverse__bee5029e {
  flex-direction: column-reverse;
}

.overlay_module_flexWrap__bee5029e {
  flex-wrap: wrap;
}

.overlay_module_flexNowrap__bee5029e {
  flex-wrap: nowrap;
}

.overlay_module_order1__bee5029e {
  order: 1;
}

.overlay_module_order2__bee5029e {
  order: 2;
}

.overlay_module_order3__bee5029e {
  order: 3;
}

.overlay_module_order4__bee5029e {
  order: 4;
}

.overlay_module_order5__bee5029e {
  order: 5;
}

.overlay_module_order6__bee5029e {
  order: 6;
}

.overlay_module_order7__bee5029e {
  order: 7;
}

.overlay_module_order8__bee5029e {
  order: 8;
}

.overlay_module_order9__bee5029e {
  order: 9;
}

.overlay_module_order10__bee5029e {
  order: 10;
}

.overlay_module_order11__bee5029e {
  order: 11;
}

.overlay_module_order12__bee5029e {
  order: 12;
}

@media (min-width: 576px) {
  .overlay_module_dSmNone__bee5029e {
    display: none !important;
  }
  .overlay_module_dSmInline__bee5029e {
    display: inline !important;
  }
  .overlay_module_dSmInlineBlock__bee5029e {
    display: inline-block !important;
  }
  .overlay_module_dSmBlock__bee5029e {
    display: block !important;
  }
  .overlay_module_dSmTable__bee5029e {
    display: table !important;
  }
  .overlay_module_dSmTableRow__bee5029e {
    display: table-row !important;
  }
  .overlay_module_dSmTableCell__bee5029e {
    display: table-cell !important;
  }
  .overlay_module_dSmFlex__bee5029e {
    display: flex !important;
  }
  .overlay_module_dSmInlineFlex__bee5029e {
    display: inline-flex !important;
  }
  .overlay_module_justifyContentStartSm__bee5029e {
    justify-content: flex-start;
  }
  .overlay_module_justifyContentEndSm__bee5029e {
    justify-content: flex-end;
  }
  .overlay_module_justifyContentCenterSm__bee5029e {
    justify-content: center;
  }
  .overlay_module_justifyContentBetweenSm__bee5029e {
    justify-content: space-between;
  }
  .overlay_module_justifyContentAroundSm__bee5029e {
    justify-content: space-around;
  }
  .overlay_module_justifyContentInitialSm__bee5029e {
    justify-content: initial;
  }
  .overlay_module_justifyContentInheritSm__bee5029e {
    justify-content: inherit;
  }
  .overlay_module_alignItemsStretchSm__bee5029e {
    align-items: stretch;
  }
  .overlay_module_alignItemsCenterSm__bee5029e {
    align-items: center;
  }
  .overlay_module_alignItemsStartSm__bee5029e {
    align-items: flex-start;
  }
  .overlay_module_alignItemsEndSm__bee5029e {
    align-items: flex-end;
  }
  .overlay_module_alignItemsBaseSm__bee5029e {
    align-items: baseline;
  }
  .overlay_module_alignSelfAutoSm__bee5029e {
    align-self: auto;
  }
  .overlay_module_alignSelfStretchSm__bee5029e {
    align-self: stretch;
  }
  .overlay_module_alignSelfCenterSm__bee5029e {
    align-self: center;
  }
  .overlay_module_alignSelfStartSm__bee5029e {
    align-self: flex-start;
  }
  .overlay_module_alignSelfEndSm__bee5029e {
    align-self: flex-end;
  }
  .overlay_module_alignSelfBaselineSm__bee5029e {
    align-self: baseline;
  }
  .overlay_module_alignSelfInitialSm__bee5029e {
    align-self: initial;
  }
  .overlay_module_alignSelfInheritSm__bee5029e {
    align-self: inherit;
  }
  .overlay_module_alignContentStretchSm__bee5029e {
    align-content: stretch;
  }
  .overlay_module_alignContentCenterSm__bee5029e {
    align-content: center;
  }
  .overlay_module_alignContentStartSm__bee5029e {
    align-content: flex-start;
  }
  .overlay_module_alignContentEndSm__bee5029e {
    align-content: flex-end;
  }
  .overlay_module_alignContentBetweenSm__bee5029e {
    align-content: space-between;
  }
  .overlay_module_alignContentAroundSm__bee5029e {
    align-content: space-around;
  }
  .overlay_module_alignContentInitialSm__bee5029e {
    align-content: initial;
  }
  .overlay_module_alignContentInheritSm__bee5029e {
    align-content: inherit;
  }
  .overlay_module_flexRowSm__bee5029e {
    flex-direction: row;
  }
  .overlay_module_flexRowReverseSm__bee5029e {
    flex-direction: row-reverse;
  }
  .overlay_module_flexColumnSm__bee5029e {
    flex-direction: column;
  }
  .overlay_module_flexColumnReverseSm__bee5029e {
    flex-direction: column-reverse;
  }
  .overlay_module_flexWrapSm__bee5029e {
    flex-wrap: wrap;
  }
  .overlay_module_flexNowrapSm__bee5029e {
    flex-wrap: nowrap;
  }
  .overlay_module_order1Sm__bee5029e {
    order: 1;
  }
  .overlay_module_order2Sm__bee5029e {
    order: 2;
  }
  .overlay_module_order3Sm__bee5029e {
    order: 3;
  }
  .overlay_module_order4Sm__bee5029e {
    order: 4;
  }
  .overlay_module_order5Sm__bee5029e {
    order: 5;
  }
  .overlay_module_order6Sm__bee5029e {
    order: 6;
  }
  .overlay_module_order7Sm__bee5029e {
    order: 7;
  }
  .overlay_module_order8Sm__bee5029e {
    order: 8;
  }
  .overlay_module_order9Sm__bee5029e {
    order: 9;
  }
  .overlay_module_order10Sm__bee5029e {
    order: 10;
  }
  .overlay_module_order11Sm__bee5029e {
    order: 11;
  }
  .overlay_module_order12Sm__bee5029e {
    order: 12;
  }
}
@media (min-width: 768px) {
  .overlay_module_dMdNone__bee5029e {
    display: none !important;
  }
  .overlay_module_dMdInline__bee5029e {
    display: inline !important;
  }
  .overlay_module_dMdInlineBlock__bee5029e {
    display: inline-block !important;
  }
  .overlay_module_dMdBlock__bee5029e {
    display: block !important;
  }
  .overlay_module_dMdTable__bee5029e {
    display: table !important;
  }
  .overlay_module_dMdTableRow__bee5029e {
    display: table-row !important;
  }
  .overlay_module_dMdTableCell__bee5029e {
    display: table-cell !important;
  }
  .overlay_module_dMdFlex__bee5029e {
    display: flex !important;
  }
  .overlay_module_dMdInlineFlex__bee5029e {
    display: inline-flex !important;
  }
  .overlay_module_justifyContentStartMd__bee5029e {
    justify-content: flex-start;
  }
  .overlay_module_justifyContentEndMd__bee5029e {
    justify-content: flex-end;
  }
  .overlay_module_justifyContentCenterMd__bee5029e {
    justify-content: center;
  }
  .overlay_module_justifyContentBetweenMd__bee5029e {
    justify-content: space-between;
  }
  .overlay_module_justifyContentAroundMd__bee5029e {
    justify-content: space-around;
  }
  .overlay_module_justifyContentInitialMd__bee5029e {
    justify-content: initial;
  }
  .overlay_module_justifyContentInheritMd__bee5029e {
    justify-content: inherit;
  }
  .overlay_module_alignItemsStretchMd__bee5029e {
    align-items: stretch;
  }
  .overlay_module_alignItemsCenterMd__bee5029e {
    align-items: center;
  }
  .overlay_module_alignItemsStartMd__bee5029e {
    align-items: flex-start;
  }
  .overlay_module_alignItemsEndMd__bee5029e {
    align-items: flex-end;
  }
  .overlay_module_alignItemsBaseMd__bee5029e {
    align-items: baseline;
  }
  .overlay_module_alignSelfAutoMd__bee5029e {
    align-self: auto;
  }
  .overlay_module_alignSelfStretchMd__bee5029e {
    align-self: stretch;
  }
  .overlay_module_alignSelfCenterMd__bee5029e {
    align-self: center;
  }
  .overlay_module_alignSelfStartMd__bee5029e {
    align-self: flex-start;
  }
  .overlay_module_alignSelfEndMd__bee5029e {
    align-self: flex-end;
  }
  .overlay_module_alignSelfBaselineMd__bee5029e {
    align-self: baseline;
  }
  .overlay_module_alignSelfInitialMd__bee5029e {
    align-self: initial;
  }
  .overlay_module_alignSelfInheritMd__bee5029e {
    align-self: inherit;
  }
  .overlay_module_alignContentStretchMd__bee5029e {
    align-content: stretch;
  }
  .overlay_module_alignContentCenterMd__bee5029e {
    align-content: center;
  }
  .overlay_module_alignContentStartMd__bee5029e {
    align-content: flex-start;
  }
  .overlay_module_alignContentEndMd__bee5029e {
    align-content: flex-end;
  }
  .overlay_module_alignContentBetweenMd__bee5029e {
    align-content: space-between;
  }
  .overlay_module_alignContentAroundMd__bee5029e {
    align-content: space-around;
  }
  .overlay_module_alignContentInitialMd__bee5029e {
    align-content: initial;
  }
  .overlay_module_alignContentInheritMd__bee5029e {
    align-content: inherit;
  }
  .overlay_module_flexRowMd__bee5029e {
    flex-direction: row;
  }
  .overlay_module_flexRowReverseMd__bee5029e {
    flex-direction: row-reverse;
  }
  .overlay_module_flexColumnMd__bee5029e {
    flex-direction: column;
  }
  .overlay_module_flexColumnReverseMd__bee5029e {
    flex-direction: column-reverse;
  }
  .overlay_module_flexWrapMd__bee5029e {
    flex-wrap: wrap;
  }
  .overlay_module_flexNowrapMd__bee5029e {
    flex-wrap: nowrap;
  }
  .overlay_module_order1Md__bee5029e {
    order: 1;
  }
  .overlay_module_order2Md__bee5029e {
    order: 2;
  }
  .overlay_module_order3Md__bee5029e {
    order: 3;
  }
  .overlay_module_order4Md__bee5029e {
    order: 4;
  }
  .overlay_module_order5Md__bee5029e {
    order: 5;
  }
  .overlay_module_order6Md__bee5029e {
    order: 6;
  }
  .overlay_module_order7Md__bee5029e {
    order: 7;
  }
  .overlay_module_order8Md__bee5029e {
    order: 8;
  }
  .overlay_module_order9Md__bee5029e {
    order: 9;
  }
  .overlay_module_order10Md__bee5029e {
    order: 10;
  }
  .overlay_module_order11Md__bee5029e {
    order: 11;
  }
  .overlay_module_order12Md__bee5029e {
    order: 12;
  }
}
@media (min-width: 992px) {
  .overlay_module_dLgNone__bee5029e {
    display: none !important;
  }
  .overlay_module_dLgInline__bee5029e {
    display: inline !important;
  }
  .overlay_module_dLgInlineBlock__bee5029e {
    display: inline-block !important;
  }
  .overlay_module_dLgBlock__bee5029e {
    display: block !important;
  }
  .overlay_module_dLgTable__bee5029e {
    display: table !important;
  }
  .overlay_module_dLgTableRow__bee5029e {
    display: table-row !important;
  }
  .overlay_module_dLgTableCell__bee5029e {
    display: table-cell !important;
  }
  .overlay_module_dLgFlex__bee5029e {
    display: flex !important;
  }
  .overlay_module_dLgInlineFlex__bee5029e {
    display: inline-flex !important;
  }
  .overlay_module_justifyContentStartLg__bee5029e {
    justify-content: flex-start;
  }
  .overlay_module_justifyContentEndLg__bee5029e {
    justify-content: flex-end;
  }
  .overlay_module_justifyContentCenterLg__bee5029e {
    justify-content: center;
  }
  .overlay_module_justifyContentBetweenLg__bee5029e {
    justify-content: space-between;
  }
  .overlay_module_justifyContentAroundLg__bee5029e {
    justify-content: space-around;
  }
  .overlay_module_justifyContentInitialLg__bee5029e {
    justify-content: initial;
  }
  .overlay_module_justifyContentInheritLg__bee5029e {
    justify-content: inherit;
  }
  .overlay_module_alignItemsStretchLg__bee5029e {
    align-items: stretch;
  }
  .overlay_module_alignItemsCenterLg__bee5029e {
    align-items: center;
  }
  .overlay_module_alignItemsStartLg__bee5029e {
    align-items: flex-start;
  }
  .overlay_module_alignItemsEndLg__bee5029e {
    align-items: flex-end;
  }
  .overlay_module_alignItemsBaseLg__bee5029e {
    align-items: baseline;
  }
  .overlay_module_alignSelfAutoLg__bee5029e {
    align-self: auto;
  }
  .overlay_module_alignSelfStretchLg__bee5029e {
    align-self: stretch;
  }
  .overlay_module_alignSelfCenterLg__bee5029e {
    align-self: center;
  }
  .overlay_module_alignSelfStartLg__bee5029e {
    align-self: flex-start;
  }
  .overlay_module_alignSelfEndLg__bee5029e {
    align-self: flex-end;
  }
  .overlay_module_alignSelfBaselineLg__bee5029e {
    align-self: baseline;
  }
  .overlay_module_alignSelfInitialLg__bee5029e {
    align-self: initial;
  }
  .overlay_module_alignSelfInheritLg__bee5029e {
    align-self: inherit;
  }
  .overlay_module_alignContentStretchLg__bee5029e {
    align-content: stretch;
  }
  .overlay_module_alignContentCenterLg__bee5029e {
    align-content: center;
  }
  .overlay_module_alignContentStartLg__bee5029e {
    align-content: flex-start;
  }
  .overlay_module_alignContentEndLg__bee5029e {
    align-content: flex-end;
  }
  .overlay_module_alignContentBetweenLg__bee5029e {
    align-content: space-between;
  }
  .overlay_module_alignContentAroundLg__bee5029e {
    align-content: space-around;
  }
  .overlay_module_alignContentInitialLg__bee5029e {
    align-content: initial;
  }
  .overlay_module_alignContentInheritLg__bee5029e {
    align-content: inherit;
  }
  .overlay_module_flexRowLg__bee5029e {
    flex-direction: row;
  }
  .overlay_module_flexRowReverseLg__bee5029e {
    flex-direction: row-reverse;
  }
  .overlay_module_flexColumnLg__bee5029e {
    flex-direction: column;
  }
  .overlay_module_flexColumnReverseLg__bee5029e {
    flex-direction: column-reverse;
  }
  .overlay_module_flexWrapLg__bee5029e {
    flex-wrap: wrap;
  }
  .overlay_module_flexNowrapLg__bee5029e {
    flex-wrap: nowrap;
  }
  .overlay_module_order1Lg__bee5029e {
    order: 1;
  }
  .overlay_module_order2Lg__bee5029e {
    order: 2;
  }
  .overlay_module_order3Lg__bee5029e {
    order: 3;
  }
  .overlay_module_order4Lg__bee5029e {
    order: 4;
  }
  .overlay_module_order5Lg__bee5029e {
    order: 5;
  }
  .overlay_module_order6Lg__bee5029e {
    order: 6;
  }
  .overlay_module_order7Lg__bee5029e {
    order: 7;
  }
  .overlay_module_order8Lg__bee5029e {
    order: 8;
  }
  .overlay_module_order9Lg__bee5029e {
    order: 9;
  }
  .overlay_module_order10Lg__bee5029e {
    order: 10;
  }
  .overlay_module_order11Lg__bee5029e {
    order: 11;
  }
  .overlay_module_order12Lg__bee5029e {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .overlay_module_dXlNone__bee5029e {
    display: none !important;
  }
  .overlay_module_dXlInline__bee5029e {
    display: inline !important;
  }
  .overlay_module_dXlInlineBlock__bee5029e {
    display: inline-block !important;
  }
  .overlay_module_dXlBlock__bee5029e {
    display: block !important;
  }
  .overlay_module_dXlTable__bee5029e {
    display: table !important;
  }
  .overlay_module_dXlTableRow__bee5029e {
    display: table-row !important;
  }
  .overlay_module_dXlTableCell__bee5029e {
    display: table-cell !important;
  }
  .overlay_module_dXlFlex__bee5029e {
    display: flex !important;
  }
  .overlay_module_dXlInlineFlex__bee5029e {
    display: inline-flex !important;
  }
  .overlay_module_justifyContentStartXl__bee5029e {
    justify-content: flex-start;
  }
  .overlay_module_justifyContentEndXl__bee5029e {
    justify-content: flex-end;
  }
  .overlay_module_justifyContentCenterXl__bee5029e {
    justify-content: center;
  }
  .overlay_module_justifyContentBetweenXl__bee5029e {
    justify-content: space-between;
  }
  .overlay_module_justifyContentAroundXl__bee5029e {
    justify-content: space-around;
  }
  .overlay_module_justifyContentInitialXl__bee5029e {
    justify-content: initial;
  }
  .overlay_module_justifyContentInheritXl__bee5029e {
    justify-content: inherit;
  }
  .overlay_module_alignItemsStretchXl__bee5029e {
    align-items: stretch;
  }
  .overlay_module_alignItemsCenterXl__bee5029e {
    align-items: center;
  }
  .overlay_module_alignItemsStartXl__bee5029e {
    align-items: flex-start;
  }
  .overlay_module_alignItemsEndXl__bee5029e {
    align-items: flex-end;
  }
  .overlay_module_alignItemsBaseXl__bee5029e {
    align-items: baseline;
  }
  .overlay_module_alignSelfAutoXl__bee5029e {
    align-self: auto;
  }
  .overlay_module_alignSelfStretchXl__bee5029e {
    align-self: stretch;
  }
  .overlay_module_alignSelfCenterXl__bee5029e {
    align-self: center;
  }
  .overlay_module_alignSelfStartXl__bee5029e {
    align-self: flex-start;
  }
  .overlay_module_alignSelfEndXl__bee5029e {
    align-self: flex-end;
  }
  .overlay_module_alignSelfBaselineXl__bee5029e {
    align-self: baseline;
  }
  .overlay_module_alignSelfInitialXl__bee5029e {
    align-self: initial;
  }
  .overlay_module_alignSelfInheritXl__bee5029e {
    align-self: inherit;
  }
  .overlay_module_alignContentStretchXl__bee5029e {
    align-content: stretch;
  }
  .overlay_module_alignContentCenterXl__bee5029e {
    align-content: center;
  }
  .overlay_module_alignContentStartXl__bee5029e {
    align-content: flex-start;
  }
  .overlay_module_alignContentEndXl__bee5029e {
    align-content: flex-end;
  }
  .overlay_module_alignContentBetweenXl__bee5029e {
    align-content: space-between;
  }
  .overlay_module_alignContentAroundXl__bee5029e {
    align-content: space-around;
  }
  .overlay_module_alignContentInitialXl__bee5029e {
    align-content: initial;
  }
  .overlay_module_alignContentInheritXl__bee5029e {
    align-content: inherit;
  }
  .overlay_module_flexRowXl__bee5029e {
    flex-direction: row;
  }
  .overlay_module_flexRowReverseXl__bee5029e {
    flex-direction: row-reverse;
  }
  .overlay_module_flexColumnXl__bee5029e {
    flex-direction: column;
  }
  .overlay_module_flexColumnReverseXl__bee5029e {
    flex-direction: column-reverse;
  }
  .overlay_module_flexWrapXl__bee5029e {
    flex-wrap: wrap;
  }
  .overlay_module_flexNowrapXl__bee5029e {
    flex-wrap: nowrap;
  }
  .overlay_module_order1Xl__bee5029e {
    order: 1;
  }
  .overlay_module_order2Xl__bee5029e {
    order: 2;
  }
  .overlay_module_order3Xl__bee5029e {
    order: 3;
  }
  .overlay_module_order4Xl__bee5029e {
    order: 4;
  }
  .overlay_module_order5Xl__bee5029e {
    order: 5;
  }
  .overlay_module_order6Xl__bee5029e {
    order: 6;
  }
  .overlay_module_order7Xl__bee5029e {
    order: 7;
  }
  .overlay_module_order8Xl__bee5029e {
    order: 8;
  }
  .overlay_module_order9Xl__bee5029e {
    order: 9;
  }
  .overlay_module_order10Xl__bee5029e {
    order: 10;
  }
  .overlay_module_order11Xl__bee5029e {
    order: 11;
  }
  .overlay_module_order12Xl__bee5029e {
    order: 12;
  }
}
.overlay_module_lfOverlayBody_Scroll__bee5029e {
  overflow-y: auto;
}
.overlay_module_lfOverlayBody_Hidden__bee5029e {
  overflow-y: hidden !important;
}

.overlay_module_lfOverlay__bee5029e {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.3);
  border-top: 1px solid #e6e6e6;
  width: 100%;
  height: 100%;
  z-index: 200;
  animation-name: overlay_module_overlayOpen__bee5029e;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(100%);
}
@keyframes overlay_module_overlayOpen__bee5029e {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.overlay_module_lfOverlay__bee5029e .overlay_module_lfOverlayModal__bee5029e {
  background-color: #ffffff;
  position: absolute;
  display: flex;
  flex-direction: column;
  outline: none;
  width: 100%;
}

.overlay_module_zIndex1000__bee5029e {
  z-index: 1000;
}

.overlay_module_tpx0__bee5029e {
  top: 0px !important;
}

.overlay_module_tpx1__bee5029e {
  top: 1px !important;
}

.overlay_module_tpx2__bee5029e {
  top: 2px !important;
}

.overlay_module_tpx3__bee5029e {
  top: 3px !important;
}

.overlay_module_tpx4__bee5029e {
  top: 4px !important;
}

.overlay_module_tpx5__bee5029e {
  top: 5px !important;
}

.overlay_module_tpx6__bee5029e {
  top: 6px !important;
}

.overlay_module_tpx7__bee5029e {
  top: 7px !important;
}

.overlay_module_tpx8__bee5029e {
  top: 8px !important;
}

.overlay_module_tpx9__bee5029e {
  top: 9px !important;
}

.overlay_module_tpx10__bee5029e {
  top: 10px !important;
}

.overlay_module_tpx11__bee5029e {
  top: 11px !important;
}

.overlay_module_tpx12__bee5029e {
  top: 12px !important;
}

.overlay_module_tpx13__bee5029e {
  top: 13px !important;
}

.overlay_module_tpx14__bee5029e {
  top: 14px !important;
}

.overlay_module_tpx15__bee5029e {
  top: 15px !important;
}

.overlay_module_tpx16__bee5029e {
  top: 16px !important;
}

.overlay_module_tpx17__bee5029e {
  top: 17px !important;
}

.overlay_module_tpx18__bee5029e {
  top: 18px !important;
}

.overlay_module_tpx19__bee5029e {
  top: 19px !important;
}

.overlay_module_tpx20__bee5029e {
  top: 20px !important;
}

.overlay_module_tpx21__bee5029e {
  top: 21px !important;
}

.overlay_module_tpx22__bee5029e {
  top: 22px !important;
}

.overlay_module_tpx23__bee5029e {
  top: 23px !important;
}

.overlay_module_tpx24__bee5029e {
  top: 24px !important;
}

.overlay_module_tpx25__bee5029e {
  top: 25px !important;
}

.overlay_module_tpx26__bee5029e {
  top: 26px !important;
}

.overlay_module_tpx27__bee5029e {
  top: 27px !important;
}

.overlay_module_tpx28__bee5029e {
  top: 28px !important;
}

.overlay_module_tpx29__bee5029e {
  top: 29px !important;
}

.overlay_module_tpx30__bee5029e {
  top: 30px !important;
}

.overlay_module_tpx31__bee5029e {
  top: 31px !important;
}

.overlay_module_tpx32__bee5029e {
  top: 32px !important;
}

.overlay_module_tpx33__bee5029e {
  top: 33px !important;
}

.overlay_module_tpx34__bee5029e {
  top: 34px !important;
}

.overlay_module_tpx35__bee5029e {
  top: 35px !important;
}

.overlay_module_tpx36__bee5029e {
  top: 36px !important;
}

.overlay_module_tpx37__bee5029e {
  top: 37px !important;
}

.overlay_module_tpx38__bee5029e {
  top: 38px !important;
}

.overlay_module_tpx39__bee5029e {
  top: 39px !important;
}

.overlay_module_tpx40__bee5029e {
  top: 40px !important;
}

.overlay_module_tpx41__bee5029e {
  top: 41px !important;
}

.overlay_module_tpx42__bee5029e {
  top: 42px !important;
}

.overlay_module_tpx43__bee5029e {
  top: 43px !important;
}

.overlay_module_tpx44__bee5029e {
  top: 44px !important;
}

.overlay_module_tpx45__bee5029e {
  top: 45px !important;
}

.overlay_module_tpx46__bee5029e {
  top: 46px !important;
}

.overlay_module_tpx47__bee5029e {
  top: 47px !important;
}

.overlay_module_tpx48__bee5029e {
  top: 48px !important;
}

.overlay_module_tpx49__bee5029e {
  top: 49px !important;
}

.overlay_module_tpx50__bee5029e {
  top: 50px !important;
}

.overlay_module_tpx51__bee5029e {
  top: 51px !important;
}

.overlay_module_tpx52__bee5029e {
  top: 52px !important;
}

.overlay_module_tpx53__bee5029e {
  top: 53px !important;
}

.overlay_module_tpx54__bee5029e {
  top: 54px !important;
}

.overlay_module_tpx55__bee5029e {
  top: 55px !important;
}

.overlay_module_tpx56__bee5029e {
  top: 56px !important;
}

.overlay_module_tpx57__bee5029e {
  top: 57px !important;
}

.overlay_module_tpx58__bee5029e {
  top: 58px !important;
}

.overlay_module_tpx59__bee5029e {
  top: 59px !important;
}

.overlay_module_tpx60__bee5029e {
  top: 60px !important;
}

.overlay_module_tpx61__bee5029e {
  top: 61px !important;
}

.overlay_module_tpx62__bee5029e {
  top: 62px !important;
}

.overlay_module_tpx63__bee5029e {
  top: 63px !important;
}

.overlay_module_tpx64__bee5029e {
  top: 64px !important;
}

.overlay_module_tpx65__bee5029e {
  top: 65px !important;
}

.overlay_module_tpx66__bee5029e {
  top: 66px !important;
}

.overlay_module_tpx67__bee5029e {
  top: 67px !important;
}

.overlay_module_tpx68__bee5029e {
  top: 68px !important;
}

.overlay_module_tpx69__bee5029e {
  top: 69px !important;
}

.overlay_module_tpx70__bee5029e {
  top: 70px !important;
}

.overlay_module_tpx71__bee5029e {
  top: 71px !important;
}

.overlay_module_tpx72__bee5029e {
  top: 72px !important;
}

.overlay_module_tpx73__bee5029e {
  top: 73px !important;
}

.overlay_module_tpx74__bee5029e {
  top: 74px !important;
}

.overlay_module_tpx75__bee5029e {
  top: 75px !important;
}

.overlay_module_tpx76__bee5029e {
  top: 76px !important;
}

.overlay_module_tpx77__bee5029e {
  top: 77px !important;
}

.overlay_module_tpx78__bee5029e {
  top: 78px !important;
}

.overlay_module_tpx79__bee5029e {
  top: 79px !important;
}

.overlay_module_tpx80__bee5029e {
  top: 80px !important;
}

.overlay_module_tpx81__bee5029e {
  top: 81px !important;
}

.overlay_module_tpx82__bee5029e {
  top: 82px !important;
}

.overlay_module_tpx83__bee5029e {
  top: 83px !important;
}

.overlay_module_tpx84__bee5029e {
  top: 84px !important;
}

.overlay_module_tpx85__bee5029e {
  top: 85px !important;
}

.overlay_module_tpx86__bee5029e {
  top: 86px !important;
}

.overlay_module_tpx87__bee5029e {
  top: 87px !important;
}

.overlay_module_tpx88__bee5029e {
  top: 88px !important;
}

.overlay_module_tpx89__bee5029e {
  top: 89px !important;
}

.overlay_module_tpx90__bee5029e {
  top: 90px !important;
}

.overlay_module_tpx91__bee5029e {
  top: 91px !important;
}

.overlay_module_tpx92__bee5029e {
  top: 92px !important;
}

.overlay_module_tpx93__bee5029e {
  top: 93px !important;
}

.overlay_module_tpx94__bee5029e {
  top: 94px !important;
}

.overlay_module_tpx95__bee5029e {
  top: 95px !important;
}

.overlay_module_tpx96__bee5029e {
  top: 96px !important;
}

.overlay_module_tpx97__bee5029e {
  top: 97px !important;
}

.overlay_module_tpx98__bee5029e {
  top: 98px !important;
}

.overlay_module_tpx99__bee5029e {
  top: 99px !important;
}

.overlay_module_tpx100__bee5029e {
  top: 100px !important;
}.header_module_dNone__46f80903 {
  display: none !important;
}

.header_module_dInline__46f80903 {
  display: inline !important;
}

.header_module_dInlineBlock__46f80903 {
  display: inline-block !important;
}

.header_module_dBlock__46f80903 {
  display: block !important;
}

.header_module_dTable__46f80903 {
  display: table !important;
}

.header_module_dTableRow__46f80903 {
  display: table-row !important;
}

.header_module_dTableCell__46f80903 {
  display: table-cell !important;
}

.header_module_dFlex__46f80903 {
  display: flex !important;
}

.header_module_dInlineFlex__46f80903 {
  display: inline-flex !important;
}

.header_module_justifyContentStart__46f80903 {
  justify-content: flex-start;
}

.header_module_justifyContentEnd__46f80903 {
  justify-content: flex-end;
}

.header_module_justifyContentCenter__46f80903 {
  justify-content: center;
}

.header_module_justifyContentBetween__46f80903 {
  justify-content: space-between;
}

.header_module_justifyContentAround__46f80903 {
  justify-content: space-around;
}

.header_module_justifyContentInitial__46f80903 {
  justify-content: initial;
}

.header_module_justifyContentInherit__46f80903 {
  justify-content: inherit;
}

.header_module_alignItemsStretch__46f80903 {
  align-items: stretch;
}

.header_module_alignItemsCenter__46f80903 {
  align-items: center;
}

.header_module_alignItemsStart__46f80903 {
  align-items: flex-start;
}

.header_module_alignItemsEnd__46f80903 {
  align-items: flex-end;
}

.header_module_alignItemsBase__46f80903 {
  align-items: baseline;
}

.header_module_alignSelfAuto__46f80903 {
  align-self: auto;
}

.header_module_alignSelfStretch__46f80903 {
  align-self: stretch;
}

.header_module_alignSelfCenter__46f80903 {
  align-self: center;
}

.header_module_alignSelfStart__46f80903 {
  align-self: flex-start;
}

.header_module_alignSelfEnd__46f80903 {
  align-self: flex-end;
}

.header_module_alignSelfBaseline__46f80903 {
  align-self: baseline;
}

.header_module_alignSelfInitial__46f80903 {
  align-self: initial;
}

.header_module_alignSelfInherit__46f80903 {
  align-self: inherit;
}

.header_module_alignContentStretch__46f80903 {
  align-content: stretch;
}

.header_module_alignContentCenter__46f80903 {
  align-content: center;
}

.header_module_alignContentStart__46f80903 {
  align-content: flex-start;
}

.header_module_alignContentEnd__46f80903 {
  align-content: flex-end;
}

.header_module_alignContentBetween__46f80903 {
  align-content: space-between;
}

.header_module_alignContentAround__46f80903 {
  align-content: space-around;
}

.header_module_alignContentInitial__46f80903 {
  align-content: initial;
}

.header_module_alignContentInherit__46f80903 {
  align-content: inherit;
}

.header_module_flexRow__46f80903 {
  flex-direction: row;
}

.header_module_flexRowReverse__46f80903 {
  flex-direction: row-reverse;
}

.header_module_flexColumn__46f80903 {
  flex-direction: column;
}

.header_module_flexColumnReverse__46f80903 {
  flex-direction: column-reverse;
}

.header_module_flexWrap__46f80903 {
  flex-wrap: wrap;
}

.header_module_flexNowrap__46f80903 {
  flex-wrap: nowrap;
}

.header_module_order1__46f80903 {
  order: 1;
}

.header_module_order2__46f80903 {
  order: 2;
}

.header_module_order3__46f80903 {
  order: 3;
}

.header_module_order4__46f80903 {
  order: 4;
}

.header_module_order5__46f80903 {
  order: 5;
}

.header_module_order6__46f80903 {
  order: 6;
}

.header_module_order7__46f80903 {
  order: 7;
}

.header_module_order8__46f80903 {
  order: 8;
}

.header_module_order9__46f80903 {
  order: 9;
}

.header_module_order10__46f80903 {
  order: 10;
}

.header_module_order11__46f80903 {
  order: 11;
}

.header_module_order12__46f80903 {
  order: 12;
}

@media (min-width: 576px) {
  .header_module_dSmNone__46f80903 {
    display: none !important;
  }
  .header_module_dSmInline__46f80903 {
    display: inline !important;
  }
  .header_module_dSmInlineBlock__46f80903 {
    display: inline-block !important;
  }
  .header_module_dSmBlock__46f80903 {
    display: block !important;
  }
  .header_module_dSmTable__46f80903 {
    display: table !important;
  }
  .header_module_dSmTableRow__46f80903 {
    display: table-row !important;
  }
  .header_module_dSmTableCell__46f80903 {
    display: table-cell !important;
  }
  .header_module_dSmFlex__46f80903 {
    display: flex !important;
  }
  .header_module_dSmInlineFlex__46f80903 {
    display: inline-flex !important;
  }
  .header_module_justifyContentStartSm__46f80903 {
    justify-content: flex-start;
  }
  .header_module_justifyContentEndSm__46f80903 {
    justify-content: flex-end;
  }
  .header_module_justifyContentCenterSm__46f80903 {
    justify-content: center;
  }
  .header_module_justifyContentBetweenSm__46f80903 {
    justify-content: space-between;
  }
  .header_module_justifyContentAroundSm__46f80903 {
    justify-content: space-around;
  }
  .header_module_justifyContentInitialSm__46f80903 {
    justify-content: initial;
  }
  .header_module_justifyContentInheritSm__46f80903 {
    justify-content: inherit;
  }
  .header_module_alignItemsStretchSm__46f80903 {
    align-items: stretch;
  }
  .header_module_alignItemsCenterSm__46f80903 {
    align-items: center;
  }
  .header_module_alignItemsStartSm__46f80903 {
    align-items: flex-start;
  }
  .header_module_alignItemsEndSm__46f80903 {
    align-items: flex-end;
  }
  .header_module_alignItemsBaseSm__46f80903 {
    align-items: baseline;
  }
  .header_module_alignSelfAutoSm__46f80903 {
    align-self: auto;
  }
  .header_module_alignSelfStretchSm__46f80903 {
    align-self: stretch;
  }
  .header_module_alignSelfCenterSm__46f80903 {
    align-self: center;
  }
  .header_module_alignSelfStartSm__46f80903 {
    align-self: flex-start;
  }
  .header_module_alignSelfEndSm__46f80903 {
    align-self: flex-end;
  }
  .header_module_alignSelfBaselineSm__46f80903 {
    align-self: baseline;
  }
  .header_module_alignSelfInitialSm__46f80903 {
    align-self: initial;
  }
  .header_module_alignSelfInheritSm__46f80903 {
    align-self: inherit;
  }
  .header_module_alignContentStretchSm__46f80903 {
    align-content: stretch;
  }
  .header_module_alignContentCenterSm__46f80903 {
    align-content: center;
  }
  .header_module_alignContentStartSm__46f80903 {
    align-content: flex-start;
  }
  .header_module_alignContentEndSm__46f80903 {
    align-content: flex-end;
  }
  .header_module_alignContentBetweenSm__46f80903 {
    align-content: space-between;
  }
  .header_module_alignContentAroundSm__46f80903 {
    align-content: space-around;
  }
  .header_module_alignContentInitialSm__46f80903 {
    align-content: initial;
  }
  .header_module_alignContentInheritSm__46f80903 {
    align-content: inherit;
  }
  .header_module_flexRowSm__46f80903 {
    flex-direction: row;
  }
  .header_module_flexRowReverseSm__46f80903 {
    flex-direction: row-reverse;
  }
  .header_module_flexColumnSm__46f80903 {
    flex-direction: column;
  }
  .header_module_flexColumnReverseSm__46f80903 {
    flex-direction: column-reverse;
  }
  .header_module_flexWrapSm__46f80903 {
    flex-wrap: wrap;
  }
  .header_module_flexNowrapSm__46f80903 {
    flex-wrap: nowrap;
  }
  .header_module_order1Sm__46f80903 {
    order: 1;
  }
  .header_module_order2Sm__46f80903 {
    order: 2;
  }
  .header_module_order3Sm__46f80903 {
    order: 3;
  }
  .header_module_order4Sm__46f80903 {
    order: 4;
  }
  .header_module_order5Sm__46f80903 {
    order: 5;
  }
  .header_module_order6Sm__46f80903 {
    order: 6;
  }
  .header_module_order7Sm__46f80903 {
    order: 7;
  }
  .header_module_order8Sm__46f80903 {
    order: 8;
  }
  .header_module_order9Sm__46f80903 {
    order: 9;
  }
  .header_module_order10Sm__46f80903 {
    order: 10;
  }
  .header_module_order11Sm__46f80903 {
    order: 11;
  }
  .header_module_order12Sm__46f80903 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .header_module_dMdNone__46f80903 {
    display: none !important;
  }
  .header_module_dMdInline__46f80903 {
    display: inline !important;
  }
  .header_module_dMdInlineBlock__46f80903 {
    display: inline-block !important;
  }
  .header_module_dMdBlock__46f80903 {
    display: block !important;
  }
  .header_module_dMdTable__46f80903 {
    display: table !important;
  }
  .header_module_dMdTableRow__46f80903 {
    display: table-row !important;
  }
  .header_module_dMdTableCell__46f80903 {
    display: table-cell !important;
  }
  .header_module_dMdFlex__46f80903 {
    display: flex !important;
  }
  .header_module_dMdInlineFlex__46f80903 {
    display: inline-flex !important;
  }
  .header_module_justifyContentStartMd__46f80903 {
    justify-content: flex-start;
  }
  .header_module_justifyContentEndMd__46f80903 {
    justify-content: flex-end;
  }
  .header_module_justifyContentCenterMd__46f80903 {
    justify-content: center;
  }
  .header_module_justifyContentBetweenMd__46f80903 {
    justify-content: space-between;
  }
  .header_module_justifyContentAroundMd__46f80903 {
    justify-content: space-around;
  }
  .header_module_justifyContentInitialMd__46f80903 {
    justify-content: initial;
  }
  .header_module_justifyContentInheritMd__46f80903 {
    justify-content: inherit;
  }
  .header_module_alignItemsStretchMd__46f80903 {
    align-items: stretch;
  }
  .header_module_alignItemsCenterMd__46f80903 {
    align-items: center;
  }
  .header_module_alignItemsStartMd__46f80903 {
    align-items: flex-start;
  }
  .header_module_alignItemsEndMd__46f80903 {
    align-items: flex-end;
  }
  .header_module_alignItemsBaseMd__46f80903 {
    align-items: baseline;
  }
  .header_module_alignSelfAutoMd__46f80903 {
    align-self: auto;
  }
  .header_module_alignSelfStretchMd__46f80903 {
    align-self: stretch;
  }
  .header_module_alignSelfCenterMd__46f80903 {
    align-self: center;
  }
  .header_module_alignSelfStartMd__46f80903 {
    align-self: flex-start;
  }
  .header_module_alignSelfEndMd__46f80903 {
    align-self: flex-end;
  }
  .header_module_alignSelfBaselineMd__46f80903 {
    align-self: baseline;
  }
  .header_module_alignSelfInitialMd__46f80903 {
    align-self: initial;
  }
  .header_module_alignSelfInheritMd__46f80903 {
    align-self: inherit;
  }
  .header_module_alignContentStretchMd__46f80903 {
    align-content: stretch;
  }
  .header_module_alignContentCenterMd__46f80903 {
    align-content: center;
  }
  .header_module_alignContentStartMd__46f80903 {
    align-content: flex-start;
  }
  .header_module_alignContentEndMd__46f80903 {
    align-content: flex-end;
  }
  .header_module_alignContentBetweenMd__46f80903 {
    align-content: space-between;
  }
  .header_module_alignContentAroundMd__46f80903 {
    align-content: space-around;
  }
  .header_module_alignContentInitialMd__46f80903 {
    align-content: initial;
  }
  .header_module_alignContentInheritMd__46f80903 {
    align-content: inherit;
  }
  .header_module_flexRowMd__46f80903 {
    flex-direction: row;
  }
  .header_module_flexRowReverseMd__46f80903 {
    flex-direction: row-reverse;
  }
  .header_module_flexColumnMd__46f80903 {
    flex-direction: column;
  }
  .header_module_flexColumnReverseMd__46f80903 {
    flex-direction: column-reverse;
  }
  .header_module_flexWrapMd__46f80903 {
    flex-wrap: wrap;
  }
  .header_module_flexNowrapMd__46f80903 {
    flex-wrap: nowrap;
  }
  .header_module_order1Md__46f80903 {
    order: 1;
  }
  .header_module_order2Md__46f80903 {
    order: 2;
  }
  .header_module_order3Md__46f80903 {
    order: 3;
  }
  .header_module_order4Md__46f80903 {
    order: 4;
  }
  .header_module_order5Md__46f80903 {
    order: 5;
  }
  .header_module_order6Md__46f80903 {
    order: 6;
  }
  .header_module_order7Md__46f80903 {
    order: 7;
  }
  .header_module_order8Md__46f80903 {
    order: 8;
  }
  .header_module_order9Md__46f80903 {
    order: 9;
  }
  .header_module_order10Md__46f80903 {
    order: 10;
  }
  .header_module_order11Md__46f80903 {
    order: 11;
  }
  .header_module_order12Md__46f80903 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .header_module_dLgNone__46f80903 {
    display: none !important;
  }
  .header_module_dLgInline__46f80903 {
    display: inline !important;
  }
  .header_module_dLgInlineBlock__46f80903 {
    display: inline-block !important;
  }
  .header_module_dLgBlock__46f80903 {
    display: block !important;
  }
  .header_module_dLgTable__46f80903 {
    display: table !important;
  }
  .header_module_dLgTableRow__46f80903 {
    display: table-row !important;
  }
  .header_module_dLgTableCell__46f80903 {
    display: table-cell !important;
  }
  .header_module_dLgFlex__46f80903 {
    display: flex !important;
  }
  .header_module_dLgInlineFlex__46f80903 {
    display: inline-flex !important;
  }
  .header_module_justifyContentStartLg__46f80903 {
    justify-content: flex-start;
  }
  .header_module_justifyContentEndLg__46f80903 {
    justify-content: flex-end;
  }
  .header_module_justifyContentCenterLg__46f80903 {
    justify-content: center;
  }
  .header_module_justifyContentBetweenLg__46f80903 {
    justify-content: space-between;
  }
  .header_module_justifyContentAroundLg__46f80903 {
    justify-content: space-around;
  }
  .header_module_justifyContentInitialLg__46f80903 {
    justify-content: initial;
  }
  .header_module_justifyContentInheritLg__46f80903 {
    justify-content: inherit;
  }
  .header_module_alignItemsStretchLg__46f80903 {
    align-items: stretch;
  }
  .header_module_alignItemsCenterLg__46f80903 {
    align-items: center;
  }
  .header_module_alignItemsStartLg__46f80903 {
    align-items: flex-start;
  }
  .header_module_alignItemsEndLg__46f80903 {
    align-items: flex-end;
  }
  .header_module_alignItemsBaseLg__46f80903 {
    align-items: baseline;
  }
  .header_module_alignSelfAutoLg__46f80903 {
    align-self: auto;
  }
  .header_module_alignSelfStretchLg__46f80903 {
    align-self: stretch;
  }
  .header_module_alignSelfCenterLg__46f80903 {
    align-self: center;
  }
  .header_module_alignSelfStartLg__46f80903 {
    align-self: flex-start;
  }
  .header_module_alignSelfEndLg__46f80903 {
    align-self: flex-end;
  }
  .header_module_alignSelfBaselineLg__46f80903 {
    align-self: baseline;
  }
  .header_module_alignSelfInitialLg__46f80903 {
    align-self: initial;
  }
  .header_module_alignSelfInheritLg__46f80903 {
    align-self: inherit;
  }
  .header_module_alignContentStretchLg__46f80903 {
    align-content: stretch;
  }
  .header_module_alignContentCenterLg__46f80903 {
    align-content: center;
  }
  .header_module_alignContentStartLg__46f80903 {
    align-content: flex-start;
  }
  .header_module_alignContentEndLg__46f80903 {
    align-content: flex-end;
  }
  .header_module_alignContentBetweenLg__46f80903 {
    align-content: space-between;
  }
  .header_module_alignContentAroundLg__46f80903 {
    align-content: space-around;
  }
  .header_module_alignContentInitialLg__46f80903 {
    align-content: initial;
  }
  .header_module_alignContentInheritLg__46f80903 {
    align-content: inherit;
  }
  .header_module_flexRowLg__46f80903 {
    flex-direction: row;
  }
  .header_module_flexRowReverseLg__46f80903 {
    flex-direction: row-reverse;
  }
  .header_module_flexColumnLg__46f80903 {
    flex-direction: column;
  }
  .header_module_flexColumnReverseLg__46f80903 {
    flex-direction: column-reverse;
  }
  .header_module_flexWrapLg__46f80903 {
    flex-wrap: wrap;
  }
  .header_module_flexNowrapLg__46f80903 {
    flex-wrap: nowrap;
  }
  .header_module_order1Lg__46f80903 {
    order: 1;
  }
  .header_module_order2Lg__46f80903 {
    order: 2;
  }
  .header_module_order3Lg__46f80903 {
    order: 3;
  }
  .header_module_order4Lg__46f80903 {
    order: 4;
  }
  .header_module_order5Lg__46f80903 {
    order: 5;
  }
  .header_module_order6Lg__46f80903 {
    order: 6;
  }
  .header_module_order7Lg__46f80903 {
    order: 7;
  }
  .header_module_order8Lg__46f80903 {
    order: 8;
  }
  .header_module_order9Lg__46f80903 {
    order: 9;
  }
  .header_module_order10Lg__46f80903 {
    order: 10;
  }
  .header_module_order11Lg__46f80903 {
    order: 11;
  }
  .header_module_order12Lg__46f80903 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .header_module_dXlNone__46f80903 {
    display: none !important;
  }
  .header_module_dXlInline__46f80903 {
    display: inline !important;
  }
  .header_module_dXlInlineBlock__46f80903 {
    display: inline-block !important;
  }
  .header_module_dXlBlock__46f80903 {
    display: block !important;
  }
  .header_module_dXlTable__46f80903 {
    display: table !important;
  }
  .header_module_dXlTableRow__46f80903 {
    display: table-row !important;
  }
  .header_module_dXlTableCell__46f80903 {
    display: table-cell !important;
  }
  .header_module_dXlFlex__46f80903 {
    display: flex !important;
  }
  .header_module_dXlInlineFlex__46f80903 {
    display: inline-flex !important;
  }
  .header_module_justifyContentStartXl__46f80903 {
    justify-content: flex-start;
  }
  .header_module_justifyContentEndXl__46f80903 {
    justify-content: flex-end;
  }
  .header_module_justifyContentCenterXl__46f80903 {
    justify-content: center;
  }
  .header_module_justifyContentBetweenXl__46f80903 {
    justify-content: space-between;
  }
  .header_module_justifyContentAroundXl__46f80903 {
    justify-content: space-around;
  }
  .header_module_justifyContentInitialXl__46f80903 {
    justify-content: initial;
  }
  .header_module_justifyContentInheritXl__46f80903 {
    justify-content: inherit;
  }
  .header_module_alignItemsStretchXl__46f80903 {
    align-items: stretch;
  }
  .header_module_alignItemsCenterXl__46f80903 {
    align-items: center;
  }
  .header_module_alignItemsStartXl__46f80903 {
    align-items: flex-start;
  }
  .header_module_alignItemsEndXl__46f80903 {
    align-items: flex-end;
  }
  .header_module_alignItemsBaseXl__46f80903 {
    align-items: baseline;
  }
  .header_module_alignSelfAutoXl__46f80903 {
    align-self: auto;
  }
  .header_module_alignSelfStretchXl__46f80903 {
    align-self: stretch;
  }
  .header_module_alignSelfCenterXl__46f80903 {
    align-self: center;
  }
  .header_module_alignSelfStartXl__46f80903 {
    align-self: flex-start;
  }
  .header_module_alignSelfEndXl__46f80903 {
    align-self: flex-end;
  }
  .header_module_alignSelfBaselineXl__46f80903 {
    align-self: baseline;
  }
  .header_module_alignSelfInitialXl__46f80903 {
    align-self: initial;
  }
  .header_module_alignSelfInheritXl__46f80903 {
    align-self: inherit;
  }
  .header_module_alignContentStretchXl__46f80903 {
    align-content: stretch;
  }
  .header_module_alignContentCenterXl__46f80903 {
    align-content: center;
  }
  .header_module_alignContentStartXl__46f80903 {
    align-content: flex-start;
  }
  .header_module_alignContentEndXl__46f80903 {
    align-content: flex-end;
  }
  .header_module_alignContentBetweenXl__46f80903 {
    align-content: space-between;
  }
  .header_module_alignContentAroundXl__46f80903 {
    align-content: space-around;
  }
  .header_module_alignContentInitialXl__46f80903 {
    align-content: initial;
  }
  .header_module_alignContentInheritXl__46f80903 {
    align-content: inherit;
  }
  .header_module_flexRowXl__46f80903 {
    flex-direction: row;
  }
  .header_module_flexRowReverseXl__46f80903 {
    flex-direction: row-reverse;
  }
  .header_module_flexColumnXl__46f80903 {
    flex-direction: column;
  }
  .header_module_flexColumnReverseXl__46f80903 {
    flex-direction: column-reverse;
  }
  .header_module_flexWrapXl__46f80903 {
    flex-wrap: wrap;
  }
  .header_module_flexNowrapXl__46f80903 {
    flex-wrap: nowrap;
  }
  .header_module_order1Xl__46f80903 {
    order: 1;
  }
  .header_module_order2Xl__46f80903 {
    order: 2;
  }
  .header_module_order3Xl__46f80903 {
    order: 3;
  }
  .header_module_order4Xl__46f80903 {
    order: 4;
  }
  .header_module_order5Xl__46f80903 {
    order: 5;
  }
  .header_module_order6Xl__46f80903 {
    order: 6;
  }
  .header_module_order7Xl__46f80903 {
    order: 7;
  }
  .header_module_order8Xl__46f80903 {
    order: 8;
  }
  .header_module_order9Xl__46f80903 {
    order: 9;
  }
  .header_module_order10Xl__46f80903 {
    order: 10;
  }
  .header_module_order11Xl__46f80903 {
    order: 11;
  }
  .header_module_order12Xl__46f80903 {
    order: 12;
  }
}
.header_module_navbar__46f80903 {
  background-color: #ffffff;
}
.header_module_navbar__left__46f80903 {
  display: flex;
  align-items: center;
}
.header_module_navbar__left__46f80903:after, .header_module_navbar__left__46f80903::before {
  display: none;
}
.header_module_navbar__right__46f80903 {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .header_module_navbar__right__46f80903 {
    display: none !important;
  }
}
.header_module_navbar__user__46f80903 {
  margin-left: auto;
  order: 1;
}
@media (max-width: 767px) {
  .header_module_navbar__user__46f80903 {
    margin-left: 0;
  }
}
.header_module_navbar__wrap__46f80903 {
  display: flex;
  align-items: center;
  height: 70px;
}
.header_module_navbar__wrap__46f80903:after, .header_module_navbar__wrap__46f80903::before {
  display: none;
}
.header_module_navbar__wrap_ContentSpread__46f80903 {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header_module_navbar__wrap_Sm__46f80903 {
    display: none;
  }
}
.header_module_navbar__wrap_Lg__46f80903 {
  display: none;
}
@media (min-width: 992px) {
  .header_module_navbar__wrap_Lg__46f80903 {
    display: block;
  }
}
.header_module_navbar_Sticky__46f80903 {
  position: sticky;
  top: 0;
  z-index: 99;
}
.header_module_navbar_BorderedBottom__46f80903 {
  border-bottom: 1px solid #f4f7f9;
}
.header_module_navbar__logo__46f80903 {
  width: 156px;
  height: auto;
  margin-right: 2rem;
}
.header_module_navbar__sidebarToggle__46f80903 {
  margin-left: auto;
  display: none;
}
@media (max-width: 767px) {
  .header_module_navbar__sidebarToggle__46f80903 {
    display: block;
  }
  .header_module_navbar__sidebarToggle__46f80903 button {
    background-color: transparent;
  }
}

.header_module_sidebar__header__46f80903 {
  flex-grow: 0;
  position: relative;
  padding: 16px 16px 0;
}
.header_module_sidebar__headerTitle__46f80903 {
  color: #000000;
  margin-bottom: 0.5rem;
}
.header_module_sidebar__headerSubtitle__46f80903 {
  color: #999999;
  font-size: 12px;
  line-height: 15px;
}
.header_module_sidebar__close__46f80903 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  background-color: transparent;
  color: #737373;
}
.header_module_sidebar__navigation__46f80903 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin: 1rem 0;
}
.header_module_sidebar__navigationLink__46f80903 {
  padding: 12px 0;
}
.header_module_sidebar__menuItem__46f80903 {
  border-top: 1px solid #f4f7f9;
  border-bottom: 1px solid #f4f7f9;
}
.header_module_sidebar__menuButton__46f80903 {
  width: 100%;
  background: transparent;
  cursor: pointer;
}
.header_module_sidebar__logoutBtn__46f80903 {
  padding: 1rem;
  color: #999999;
  font-size: 0.875rem;
  font-weight: 600;
}
.header_module_sidebar__logoutBtn__46f80903:hover {
  color: #102b7b;
}
.header_module_sidebar__logoutBtn_Active__46f80903 {
  color: #2ecc71;
}
.header_module_sidebar__logoutBtn_Active__46f80903:hover {
  color: #2ecc71 !important;
}.sidebar_module_dNone__fd55dc92 {
  display: none !important;
}

.sidebar_module_dInline__fd55dc92 {
  display: inline !important;
}

.sidebar_module_dInlineBlock__fd55dc92 {
  display: inline-block !important;
}

.sidebar_module_dBlock__fd55dc92 {
  display: block !important;
}

.sidebar_module_dTable__fd55dc92 {
  display: table !important;
}

.sidebar_module_dTableRow__fd55dc92 {
  display: table-row !important;
}

.sidebar_module_dTableCell__fd55dc92 {
  display: table-cell !important;
}

.sidebar_module_dFlex__fd55dc92 {
  display: flex !important;
}

.sidebar_module_dInlineFlex__fd55dc92 {
  display: inline-flex !important;
}

.sidebar_module_justifyContentStart__fd55dc92 {
  justify-content: flex-start;
}

.sidebar_module_justifyContentEnd__fd55dc92 {
  justify-content: flex-end;
}

.sidebar_module_justifyContentCenter__fd55dc92 {
  justify-content: center;
}

.sidebar_module_justifyContentBetween__fd55dc92 {
  justify-content: space-between;
}

.sidebar_module_justifyContentAround__fd55dc92 {
  justify-content: space-around;
}

.sidebar_module_justifyContentInitial__fd55dc92 {
  justify-content: initial;
}

.sidebar_module_justifyContentInherit__fd55dc92 {
  justify-content: inherit;
}

.sidebar_module_alignItemsStretch__fd55dc92 {
  align-items: stretch;
}

.sidebar_module_alignItemsCenter__fd55dc92 {
  align-items: center;
}

.sidebar_module_alignItemsStart__fd55dc92 {
  align-items: flex-start;
}

.sidebar_module_alignItemsEnd__fd55dc92 {
  align-items: flex-end;
}

.sidebar_module_alignItemsBase__fd55dc92 {
  align-items: baseline;
}

.sidebar_module_alignSelfAuto__fd55dc92 {
  align-self: auto;
}

.sidebar_module_alignSelfStretch__fd55dc92 {
  align-self: stretch;
}

.sidebar_module_alignSelfCenter__fd55dc92 {
  align-self: center;
}

.sidebar_module_alignSelfStart__fd55dc92 {
  align-self: flex-start;
}

.sidebar_module_alignSelfEnd__fd55dc92 {
  align-self: flex-end;
}

.sidebar_module_alignSelfBaseline__fd55dc92 {
  align-self: baseline;
}

.sidebar_module_alignSelfInitial__fd55dc92 {
  align-self: initial;
}

.sidebar_module_alignSelfInherit__fd55dc92 {
  align-self: inherit;
}

.sidebar_module_alignContentStretch__fd55dc92 {
  align-content: stretch;
}

.sidebar_module_alignContentCenter__fd55dc92 {
  align-content: center;
}

.sidebar_module_alignContentStart__fd55dc92 {
  align-content: flex-start;
}

.sidebar_module_alignContentEnd__fd55dc92 {
  align-content: flex-end;
}

.sidebar_module_alignContentBetween__fd55dc92 {
  align-content: space-between;
}

.sidebar_module_alignContentAround__fd55dc92 {
  align-content: space-around;
}

.sidebar_module_alignContentInitial__fd55dc92 {
  align-content: initial;
}

.sidebar_module_alignContentInherit__fd55dc92 {
  align-content: inherit;
}

.sidebar_module_flexRow__fd55dc92 {
  flex-direction: row;
}

.sidebar_module_flexRowReverse__fd55dc92 {
  flex-direction: row-reverse;
}

.sidebar_module_flexColumn__fd55dc92 {
  flex-direction: column;
}

.sidebar_module_flexColumnReverse__fd55dc92 {
  flex-direction: column-reverse;
}

.sidebar_module_flexWrap__fd55dc92 {
  flex-wrap: wrap;
}

.sidebar_module_flexNowrap__fd55dc92 {
  flex-wrap: nowrap;
}

.sidebar_module_order1__fd55dc92 {
  order: 1;
}

.sidebar_module_order2__fd55dc92 {
  order: 2;
}

.sidebar_module_order3__fd55dc92 {
  order: 3;
}

.sidebar_module_order4__fd55dc92 {
  order: 4;
}

.sidebar_module_order5__fd55dc92 {
  order: 5;
}

.sidebar_module_order6__fd55dc92 {
  order: 6;
}

.sidebar_module_order7__fd55dc92 {
  order: 7;
}

.sidebar_module_order8__fd55dc92 {
  order: 8;
}

.sidebar_module_order9__fd55dc92 {
  order: 9;
}

.sidebar_module_order10__fd55dc92 {
  order: 10;
}

.sidebar_module_order11__fd55dc92 {
  order: 11;
}

.sidebar_module_order12__fd55dc92 {
  order: 12;
}

@media (min-width: 576px) {
  .sidebar_module_dSmNone__fd55dc92 {
    display: none !important;
  }
  .sidebar_module_dSmInline__fd55dc92 {
    display: inline !important;
  }
  .sidebar_module_dSmInlineBlock__fd55dc92 {
    display: inline-block !important;
  }
  .sidebar_module_dSmBlock__fd55dc92 {
    display: block !important;
  }
  .sidebar_module_dSmTable__fd55dc92 {
    display: table !important;
  }
  .sidebar_module_dSmTableRow__fd55dc92 {
    display: table-row !important;
  }
  .sidebar_module_dSmTableCell__fd55dc92 {
    display: table-cell !important;
  }
  .sidebar_module_dSmFlex__fd55dc92 {
    display: flex !important;
  }
  .sidebar_module_dSmInlineFlex__fd55dc92 {
    display: inline-flex !important;
  }
  .sidebar_module_justifyContentStartSm__fd55dc92 {
    justify-content: flex-start;
  }
  .sidebar_module_justifyContentEndSm__fd55dc92 {
    justify-content: flex-end;
  }
  .sidebar_module_justifyContentCenterSm__fd55dc92 {
    justify-content: center;
  }
  .sidebar_module_justifyContentBetweenSm__fd55dc92 {
    justify-content: space-between;
  }
  .sidebar_module_justifyContentAroundSm__fd55dc92 {
    justify-content: space-around;
  }
  .sidebar_module_justifyContentInitialSm__fd55dc92 {
    justify-content: initial;
  }
  .sidebar_module_justifyContentInheritSm__fd55dc92 {
    justify-content: inherit;
  }
  .sidebar_module_alignItemsStretchSm__fd55dc92 {
    align-items: stretch;
  }
  .sidebar_module_alignItemsCenterSm__fd55dc92 {
    align-items: center;
  }
  .sidebar_module_alignItemsStartSm__fd55dc92 {
    align-items: flex-start;
  }
  .sidebar_module_alignItemsEndSm__fd55dc92 {
    align-items: flex-end;
  }
  .sidebar_module_alignItemsBaseSm__fd55dc92 {
    align-items: baseline;
  }
  .sidebar_module_alignSelfAutoSm__fd55dc92 {
    align-self: auto;
  }
  .sidebar_module_alignSelfStretchSm__fd55dc92 {
    align-self: stretch;
  }
  .sidebar_module_alignSelfCenterSm__fd55dc92 {
    align-self: center;
  }
  .sidebar_module_alignSelfStartSm__fd55dc92 {
    align-self: flex-start;
  }
  .sidebar_module_alignSelfEndSm__fd55dc92 {
    align-self: flex-end;
  }
  .sidebar_module_alignSelfBaselineSm__fd55dc92 {
    align-self: baseline;
  }
  .sidebar_module_alignSelfInitialSm__fd55dc92 {
    align-self: initial;
  }
  .sidebar_module_alignSelfInheritSm__fd55dc92 {
    align-self: inherit;
  }
  .sidebar_module_alignContentStretchSm__fd55dc92 {
    align-content: stretch;
  }
  .sidebar_module_alignContentCenterSm__fd55dc92 {
    align-content: center;
  }
  .sidebar_module_alignContentStartSm__fd55dc92 {
    align-content: flex-start;
  }
  .sidebar_module_alignContentEndSm__fd55dc92 {
    align-content: flex-end;
  }
  .sidebar_module_alignContentBetweenSm__fd55dc92 {
    align-content: space-between;
  }
  .sidebar_module_alignContentAroundSm__fd55dc92 {
    align-content: space-around;
  }
  .sidebar_module_alignContentInitialSm__fd55dc92 {
    align-content: initial;
  }
  .sidebar_module_alignContentInheritSm__fd55dc92 {
    align-content: inherit;
  }
  .sidebar_module_flexRowSm__fd55dc92 {
    flex-direction: row;
  }
  .sidebar_module_flexRowReverseSm__fd55dc92 {
    flex-direction: row-reverse;
  }
  .sidebar_module_flexColumnSm__fd55dc92 {
    flex-direction: column;
  }
  .sidebar_module_flexColumnReverseSm__fd55dc92 {
    flex-direction: column-reverse;
  }
  .sidebar_module_flexWrapSm__fd55dc92 {
    flex-wrap: wrap;
  }
  .sidebar_module_flexNowrapSm__fd55dc92 {
    flex-wrap: nowrap;
  }
  .sidebar_module_order1Sm__fd55dc92 {
    order: 1;
  }
  .sidebar_module_order2Sm__fd55dc92 {
    order: 2;
  }
  .sidebar_module_order3Sm__fd55dc92 {
    order: 3;
  }
  .sidebar_module_order4Sm__fd55dc92 {
    order: 4;
  }
  .sidebar_module_order5Sm__fd55dc92 {
    order: 5;
  }
  .sidebar_module_order6Sm__fd55dc92 {
    order: 6;
  }
  .sidebar_module_order7Sm__fd55dc92 {
    order: 7;
  }
  .sidebar_module_order8Sm__fd55dc92 {
    order: 8;
  }
  .sidebar_module_order9Sm__fd55dc92 {
    order: 9;
  }
  .sidebar_module_order10Sm__fd55dc92 {
    order: 10;
  }
  .sidebar_module_order11Sm__fd55dc92 {
    order: 11;
  }
  .sidebar_module_order12Sm__fd55dc92 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .sidebar_module_dMdNone__fd55dc92 {
    display: none !important;
  }
  .sidebar_module_dMdInline__fd55dc92 {
    display: inline !important;
  }
  .sidebar_module_dMdInlineBlock__fd55dc92 {
    display: inline-block !important;
  }
  .sidebar_module_dMdBlock__fd55dc92 {
    display: block !important;
  }
  .sidebar_module_dMdTable__fd55dc92 {
    display: table !important;
  }
  .sidebar_module_dMdTableRow__fd55dc92 {
    display: table-row !important;
  }
  .sidebar_module_dMdTableCell__fd55dc92 {
    display: table-cell !important;
  }
  .sidebar_module_dMdFlex__fd55dc92 {
    display: flex !important;
  }
  .sidebar_module_dMdInlineFlex__fd55dc92 {
    display: inline-flex !important;
  }
  .sidebar_module_justifyContentStartMd__fd55dc92 {
    justify-content: flex-start;
  }
  .sidebar_module_justifyContentEndMd__fd55dc92 {
    justify-content: flex-end;
  }
  .sidebar_module_justifyContentCenterMd__fd55dc92 {
    justify-content: center;
  }
  .sidebar_module_justifyContentBetweenMd__fd55dc92 {
    justify-content: space-between;
  }
  .sidebar_module_justifyContentAroundMd__fd55dc92 {
    justify-content: space-around;
  }
  .sidebar_module_justifyContentInitialMd__fd55dc92 {
    justify-content: initial;
  }
  .sidebar_module_justifyContentInheritMd__fd55dc92 {
    justify-content: inherit;
  }
  .sidebar_module_alignItemsStretchMd__fd55dc92 {
    align-items: stretch;
  }
  .sidebar_module_alignItemsCenterMd__fd55dc92 {
    align-items: center;
  }
  .sidebar_module_alignItemsStartMd__fd55dc92 {
    align-items: flex-start;
  }
  .sidebar_module_alignItemsEndMd__fd55dc92 {
    align-items: flex-end;
  }
  .sidebar_module_alignItemsBaseMd__fd55dc92 {
    align-items: baseline;
  }
  .sidebar_module_alignSelfAutoMd__fd55dc92 {
    align-self: auto;
  }
  .sidebar_module_alignSelfStretchMd__fd55dc92 {
    align-self: stretch;
  }
  .sidebar_module_alignSelfCenterMd__fd55dc92 {
    align-self: center;
  }
  .sidebar_module_alignSelfStartMd__fd55dc92 {
    align-self: flex-start;
  }
  .sidebar_module_alignSelfEndMd__fd55dc92 {
    align-self: flex-end;
  }
  .sidebar_module_alignSelfBaselineMd__fd55dc92 {
    align-self: baseline;
  }
  .sidebar_module_alignSelfInitialMd__fd55dc92 {
    align-self: initial;
  }
  .sidebar_module_alignSelfInheritMd__fd55dc92 {
    align-self: inherit;
  }
  .sidebar_module_alignContentStretchMd__fd55dc92 {
    align-content: stretch;
  }
  .sidebar_module_alignContentCenterMd__fd55dc92 {
    align-content: center;
  }
  .sidebar_module_alignContentStartMd__fd55dc92 {
    align-content: flex-start;
  }
  .sidebar_module_alignContentEndMd__fd55dc92 {
    align-content: flex-end;
  }
  .sidebar_module_alignContentBetweenMd__fd55dc92 {
    align-content: space-between;
  }
  .sidebar_module_alignContentAroundMd__fd55dc92 {
    align-content: space-around;
  }
  .sidebar_module_alignContentInitialMd__fd55dc92 {
    align-content: initial;
  }
  .sidebar_module_alignContentInheritMd__fd55dc92 {
    align-content: inherit;
  }
  .sidebar_module_flexRowMd__fd55dc92 {
    flex-direction: row;
  }
  .sidebar_module_flexRowReverseMd__fd55dc92 {
    flex-direction: row-reverse;
  }
  .sidebar_module_flexColumnMd__fd55dc92 {
    flex-direction: column;
  }
  .sidebar_module_flexColumnReverseMd__fd55dc92 {
    flex-direction: column-reverse;
  }
  .sidebar_module_flexWrapMd__fd55dc92 {
    flex-wrap: wrap;
  }
  .sidebar_module_flexNowrapMd__fd55dc92 {
    flex-wrap: nowrap;
  }
  .sidebar_module_order1Md__fd55dc92 {
    order: 1;
  }
  .sidebar_module_order2Md__fd55dc92 {
    order: 2;
  }
  .sidebar_module_order3Md__fd55dc92 {
    order: 3;
  }
  .sidebar_module_order4Md__fd55dc92 {
    order: 4;
  }
  .sidebar_module_order5Md__fd55dc92 {
    order: 5;
  }
  .sidebar_module_order6Md__fd55dc92 {
    order: 6;
  }
  .sidebar_module_order7Md__fd55dc92 {
    order: 7;
  }
  .sidebar_module_order8Md__fd55dc92 {
    order: 8;
  }
  .sidebar_module_order9Md__fd55dc92 {
    order: 9;
  }
  .sidebar_module_order10Md__fd55dc92 {
    order: 10;
  }
  .sidebar_module_order11Md__fd55dc92 {
    order: 11;
  }
  .sidebar_module_order12Md__fd55dc92 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .sidebar_module_dLgNone__fd55dc92 {
    display: none !important;
  }
  .sidebar_module_dLgInline__fd55dc92 {
    display: inline !important;
  }
  .sidebar_module_dLgInlineBlock__fd55dc92 {
    display: inline-block !important;
  }
  .sidebar_module_dLgBlock__fd55dc92 {
    display: block !important;
  }
  .sidebar_module_dLgTable__fd55dc92 {
    display: table !important;
  }
  .sidebar_module_dLgTableRow__fd55dc92 {
    display: table-row !important;
  }
  .sidebar_module_dLgTableCell__fd55dc92 {
    display: table-cell !important;
  }
  .sidebar_module_dLgFlex__fd55dc92 {
    display: flex !important;
  }
  .sidebar_module_dLgInlineFlex__fd55dc92 {
    display: inline-flex !important;
  }
  .sidebar_module_justifyContentStartLg__fd55dc92 {
    justify-content: flex-start;
  }
  .sidebar_module_justifyContentEndLg__fd55dc92 {
    justify-content: flex-end;
  }
  .sidebar_module_justifyContentCenterLg__fd55dc92 {
    justify-content: center;
  }
  .sidebar_module_justifyContentBetweenLg__fd55dc92 {
    justify-content: space-between;
  }
  .sidebar_module_justifyContentAroundLg__fd55dc92 {
    justify-content: space-around;
  }
  .sidebar_module_justifyContentInitialLg__fd55dc92 {
    justify-content: initial;
  }
  .sidebar_module_justifyContentInheritLg__fd55dc92 {
    justify-content: inherit;
  }
  .sidebar_module_alignItemsStretchLg__fd55dc92 {
    align-items: stretch;
  }
  .sidebar_module_alignItemsCenterLg__fd55dc92 {
    align-items: center;
  }
  .sidebar_module_alignItemsStartLg__fd55dc92 {
    align-items: flex-start;
  }
  .sidebar_module_alignItemsEndLg__fd55dc92 {
    align-items: flex-end;
  }
  .sidebar_module_alignItemsBaseLg__fd55dc92 {
    align-items: baseline;
  }
  .sidebar_module_alignSelfAutoLg__fd55dc92 {
    align-self: auto;
  }
  .sidebar_module_alignSelfStretchLg__fd55dc92 {
    align-self: stretch;
  }
  .sidebar_module_alignSelfCenterLg__fd55dc92 {
    align-self: center;
  }
  .sidebar_module_alignSelfStartLg__fd55dc92 {
    align-self: flex-start;
  }
  .sidebar_module_alignSelfEndLg__fd55dc92 {
    align-self: flex-end;
  }
  .sidebar_module_alignSelfBaselineLg__fd55dc92 {
    align-self: baseline;
  }
  .sidebar_module_alignSelfInitialLg__fd55dc92 {
    align-self: initial;
  }
  .sidebar_module_alignSelfInheritLg__fd55dc92 {
    align-self: inherit;
  }
  .sidebar_module_alignContentStretchLg__fd55dc92 {
    align-content: stretch;
  }
  .sidebar_module_alignContentCenterLg__fd55dc92 {
    align-content: center;
  }
  .sidebar_module_alignContentStartLg__fd55dc92 {
    align-content: flex-start;
  }
  .sidebar_module_alignContentEndLg__fd55dc92 {
    align-content: flex-end;
  }
  .sidebar_module_alignContentBetweenLg__fd55dc92 {
    align-content: space-between;
  }
  .sidebar_module_alignContentAroundLg__fd55dc92 {
    align-content: space-around;
  }
  .sidebar_module_alignContentInitialLg__fd55dc92 {
    align-content: initial;
  }
  .sidebar_module_alignContentInheritLg__fd55dc92 {
    align-content: inherit;
  }
  .sidebar_module_flexRowLg__fd55dc92 {
    flex-direction: row;
  }
  .sidebar_module_flexRowReverseLg__fd55dc92 {
    flex-direction: row-reverse;
  }
  .sidebar_module_flexColumnLg__fd55dc92 {
    flex-direction: column;
  }
  .sidebar_module_flexColumnReverseLg__fd55dc92 {
    flex-direction: column-reverse;
  }
  .sidebar_module_flexWrapLg__fd55dc92 {
    flex-wrap: wrap;
  }
  .sidebar_module_flexNowrapLg__fd55dc92 {
    flex-wrap: nowrap;
  }
  .sidebar_module_order1Lg__fd55dc92 {
    order: 1;
  }
  .sidebar_module_order2Lg__fd55dc92 {
    order: 2;
  }
  .sidebar_module_order3Lg__fd55dc92 {
    order: 3;
  }
  .sidebar_module_order4Lg__fd55dc92 {
    order: 4;
  }
  .sidebar_module_order5Lg__fd55dc92 {
    order: 5;
  }
  .sidebar_module_order6Lg__fd55dc92 {
    order: 6;
  }
  .sidebar_module_order7Lg__fd55dc92 {
    order: 7;
  }
  .sidebar_module_order8Lg__fd55dc92 {
    order: 8;
  }
  .sidebar_module_order9Lg__fd55dc92 {
    order: 9;
  }
  .sidebar_module_order10Lg__fd55dc92 {
    order: 10;
  }
  .sidebar_module_order11Lg__fd55dc92 {
    order: 11;
  }
  .sidebar_module_order12Lg__fd55dc92 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .sidebar_module_dXlNone__fd55dc92 {
    display: none !important;
  }
  .sidebar_module_dXlInline__fd55dc92 {
    display: inline !important;
  }
  .sidebar_module_dXlInlineBlock__fd55dc92 {
    display: inline-block !important;
  }
  .sidebar_module_dXlBlock__fd55dc92 {
    display: block !important;
  }
  .sidebar_module_dXlTable__fd55dc92 {
    display: table !important;
  }
  .sidebar_module_dXlTableRow__fd55dc92 {
    display: table-row !important;
  }
  .sidebar_module_dXlTableCell__fd55dc92 {
    display: table-cell !important;
  }
  .sidebar_module_dXlFlex__fd55dc92 {
    display: flex !important;
  }
  .sidebar_module_dXlInlineFlex__fd55dc92 {
    display: inline-flex !important;
  }
  .sidebar_module_justifyContentStartXl__fd55dc92 {
    justify-content: flex-start;
  }
  .sidebar_module_justifyContentEndXl__fd55dc92 {
    justify-content: flex-end;
  }
  .sidebar_module_justifyContentCenterXl__fd55dc92 {
    justify-content: center;
  }
  .sidebar_module_justifyContentBetweenXl__fd55dc92 {
    justify-content: space-between;
  }
  .sidebar_module_justifyContentAroundXl__fd55dc92 {
    justify-content: space-around;
  }
  .sidebar_module_justifyContentInitialXl__fd55dc92 {
    justify-content: initial;
  }
  .sidebar_module_justifyContentInheritXl__fd55dc92 {
    justify-content: inherit;
  }
  .sidebar_module_alignItemsStretchXl__fd55dc92 {
    align-items: stretch;
  }
  .sidebar_module_alignItemsCenterXl__fd55dc92 {
    align-items: center;
  }
  .sidebar_module_alignItemsStartXl__fd55dc92 {
    align-items: flex-start;
  }
  .sidebar_module_alignItemsEndXl__fd55dc92 {
    align-items: flex-end;
  }
  .sidebar_module_alignItemsBaseXl__fd55dc92 {
    align-items: baseline;
  }
  .sidebar_module_alignSelfAutoXl__fd55dc92 {
    align-self: auto;
  }
  .sidebar_module_alignSelfStretchXl__fd55dc92 {
    align-self: stretch;
  }
  .sidebar_module_alignSelfCenterXl__fd55dc92 {
    align-self: center;
  }
  .sidebar_module_alignSelfStartXl__fd55dc92 {
    align-self: flex-start;
  }
  .sidebar_module_alignSelfEndXl__fd55dc92 {
    align-self: flex-end;
  }
  .sidebar_module_alignSelfBaselineXl__fd55dc92 {
    align-self: baseline;
  }
  .sidebar_module_alignSelfInitialXl__fd55dc92 {
    align-self: initial;
  }
  .sidebar_module_alignSelfInheritXl__fd55dc92 {
    align-self: inherit;
  }
  .sidebar_module_alignContentStretchXl__fd55dc92 {
    align-content: stretch;
  }
  .sidebar_module_alignContentCenterXl__fd55dc92 {
    align-content: center;
  }
  .sidebar_module_alignContentStartXl__fd55dc92 {
    align-content: flex-start;
  }
  .sidebar_module_alignContentEndXl__fd55dc92 {
    align-content: flex-end;
  }
  .sidebar_module_alignContentBetweenXl__fd55dc92 {
    align-content: space-between;
  }
  .sidebar_module_alignContentAroundXl__fd55dc92 {
    align-content: space-around;
  }
  .sidebar_module_alignContentInitialXl__fd55dc92 {
    align-content: initial;
  }
  .sidebar_module_alignContentInheritXl__fd55dc92 {
    align-content: inherit;
  }
  .sidebar_module_flexRowXl__fd55dc92 {
    flex-direction: row;
  }
  .sidebar_module_flexRowReverseXl__fd55dc92 {
    flex-direction: row-reverse;
  }
  .sidebar_module_flexColumnXl__fd55dc92 {
    flex-direction: column;
  }
  .sidebar_module_flexColumnReverseXl__fd55dc92 {
    flex-direction: column-reverse;
  }
  .sidebar_module_flexWrapXl__fd55dc92 {
    flex-wrap: wrap;
  }
  .sidebar_module_flexNowrapXl__fd55dc92 {
    flex-wrap: nowrap;
  }
  .sidebar_module_order1Xl__fd55dc92 {
    order: 1;
  }
  .sidebar_module_order2Xl__fd55dc92 {
    order: 2;
  }
  .sidebar_module_order3Xl__fd55dc92 {
    order: 3;
  }
  .sidebar_module_order4Xl__fd55dc92 {
    order: 4;
  }
  .sidebar_module_order5Xl__fd55dc92 {
    order: 5;
  }
  .sidebar_module_order6Xl__fd55dc92 {
    order: 6;
  }
  .sidebar_module_order7Xl__fd55dc92 {
    order: 7;
  }
  .sidebar_module_order8Xl__fd55dc92 {
    order: 8;
  }
  .sidebar_module_order9Xl__fd55dc92 {
    order: 9;
  }
  .sidebar_module_order10Xl__fd55dc92 {
    order: 10;
  }
  .sidebar_module_order11Xl__fd55dc92 {
    order: 11;
  }
  .sidebar_module_order12Xl__fd55dc92 {
    order: 12;
  }
}
.sidebar_module_sidebar__fd55dc92 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: white;
  box-shadow: -6px 2px 28px rgba(179, 179, 179, 0.25);
  z-index: 999999;
  flex-direction: column;
  transition: all 0.3s ease;
  transform: translateX(100%);
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sidebar_module_sidebar__fd55dc92 {
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sidebar_module_sidebar__fd55dc92::-webkit-scrollbar {
    display: none;
  }
}
.sidebar_module_sidebar__navigation__fd55dc92 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.sidebar_module_sidebar__close__fd55dc92 {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .sidebar_module_sidebar_Show__fd55dc92 {
    transform: translateX(0);
  }
}
.sidebar_module_sidebar__body__fd55dc92 {
  margin-bottom: auto;
}
.sidebar_module_sidebar__footer__fd55dc92 {
  width: 100%;
  border-top: 1px solid #f4f7f9;
}.goalView_module_dNone__96c4c108 {
  display: none !important;
}

.goalView_module_dInline__96c4c108 {
  display: inline !important;
}

.goalView_module_dInlineBlock__96c4c108 {
  display: inline-block !important;
}

.goalView_module_dBlock__96c4c108 {
  display: block !important;
}

.goalView_module_dTable__96c4c108 {
  display: table !important;
}

.goalView_module_dTableRow__96c4c108 {
  display: table-row !important;
}

.goalView_module_dTableCell__96c4c108 {
  display: table-cell !important;
}

.goalView_module_dFlex__96c4c108 {
  display: flex !important;
}

.goalView_module_dInlineFlex__96c4c108 {
  display: inline-flex !important;
}

.goalView_module_justifyContentStart__96c4c108 {
  justify-content: flex-start;
}

.goalView_module_justifyContentEnd__96c4c108 {
  justify-content: flex-end;
}

.goalView_module_justifyContentCenter__96c4c108 {
  justify-content: center;
}

.goalView_module_justifyContentBetween__96c4c108 {
  justify-content: space-between;
}

.goalView_module_justifyContentAround__96c4c108 {
  justify-content: space-around;
}

.goalView_module_justifyContentInitial__96c4c108 {
  justify-content: initial;
}

.goalView_module_justifyContentInherit__96c4c108 {
  justify-content: inherit;
}

.goalView_module_alignItemsStretch__96c4c108 {
  align-items: stretch;
}

.goalView_module_alignItemsCenter__96c4c108 {
  align-items: center;
}

.goalView_module_alignItemsStart__96c4c108 {
  align-items: flex-start;
}

.goalView_module_alignItemsEnd__96c4c108 {
  align-items: flex-end;
}

.goalView_module_alignItemsBase__96c4c108 {
  align-items: baseline;
}

.goalView_module_alignSelfAuto__96c4c108 {
  align-self: auto;
}

.goalView_module_alignSelfStretch__96c4c108 {
  align-self: stretch;
}

.goalView_module_alignSelfCenter__96c4c108 {
  align-self: center;
}

.goalView_module_alignSelfStart__96c4c108 {
  align-self: flex-start;
}

.goalView_module_alignSelfEnd__96c4c108 {
  align-self: flex-end;
}

.goalView_module_alignSelfBaseline__96c4c108 {
  align-self: baseline;
}

.goalView_module_alignSelfInitial__96c4c108 {
  align-self: initial;
}

.goalView_module_alignSelfInherit__96c4c108 {
  align-self: inherit;
}

.goalView_module_alignContentStretch__96c4c108 {
  align-content: stretch;
}

.goalView_module_alignContentCenter__96c4c108 {
  align-content: center;
}

.goalView_module_alignContentStart__96c4c108 {
  align-content: flex-start;
}

.goalView_module_alignContentEnd__96c4c108 {
  align-content: flex-end;
}

.goalView_module_alignContentBetween__96c4c108 {
  align-content: space-between;
}

.goalView_module_alignContentAround__96c4c108 {
  align-content: space-around;
}

.goalView_module_alignContentInitial__96c4c108 {
  align-content: initial;
}

.goalView_module_alignContentInherit__96c4c108 {
  align-content: inherit;
}

.goalView_module_flexRow__96c4c108 {
  flex-direction: row;
}

.goalView_module_flexRowReverse__96c4c108 {
  flex-direction: row-reverse;
}

.goalView_module_flexColumn__96c4c108 {
  flex-direction: column;
}

.goalView_module_flexColumnReverse__96c4c108 {
  flex-direction: column-reverse;
}

.goalView_module_flexWrap__96c4c108 {
  flex-wrap: wrap;
}

.goalView_module_flexNowrap__96c4c108 {
  flex-wrap: nowrap;
}

.goalView_module_order1__96c4c108 {
  order: 1;
}

.goalView_module_order2__96c4c108 {
  order: 2;
}

.goalView_module_order3__96c4c108 {
  order: 3;
}

.goalView_module_order4__96c4c108 {
  order: 4;
}

.goalView_module_order5__96c4c108 {
  order: 5;
}

.goalView_module_order6__96c4c108 {
  order: 6;
}

.goalView_module_order7__96c4c108 {
  order: 7;
}

.goalView_module_order8__96c4c108 {
  order: 8;
}

.goalView_module_order9__96c4c108 {
  order: 9;
}

.goalView_module_order10__96c4c108 {
  order: 10;
}

.goalView_module_order11__96c4c108 {
  order: 11;
}

.goalView_module_order12__96c4c108 {
  order: 12;
}

@media (min-width: 576px) {
  .goalView_module_dSmNone__96c4c108 {
    display: none !important;
  }
  .goalView_module_dSmInline__96c4c108 {
    display: inline !important;
  }
  .goalView_module_dSmInlineBlock__96c4c108 {
    display: inline-block !important;
  }
  .goalView_module_dSmBlock__96c4c108 {
    display: block !important;
  }
  .goalView_module_dSmTable__96c4c108 {
    display: table !important;
  }
  .goalView_module_dSmTableRow__96c4c108 {
    display: table-row !important;
  }
  .goalView_module_dSmTableCell__96c4c108 {
    display: table-cell !important;
  }
  .goalView_module_dSmFlex__96c4c108 {
    display: flex !important;
  }
  .goalView_module_dSmInlineFlex__96c4c108 {
    display: inline-flex !important;
  }
  .goalView_module_justifyContentStartSm__96c4c108 {
    justify-content: flex-start;
  }
  .goalView_module_justifyContentEndSm__96c4c108 {
    justify-content: flex-end;
  }
  .goalView_module_justifyContentCenterSm__96c4c108 {
    justify-content: center;
  }
  .goalView_module_justifyContentBetweenSm__96c4c108 {
    justify-content: space-between;
  }
  .goalView_module_justifyContentAroundSm__96c4c108 {
    justify-content: space-around;
  }
  .goalView_module_justifyContentInitialSm__96c4c108 {
    justify-content: initial;
  }
  .goalView_module_justifyContentInheritSm__96c4c108 {
    justify-content: inherit;
  }
  .goalView_module_alignItemsStretchSm__96c4c108 {
    align-items: stretch;
  }
  .goalView_module_alignItemsCenterSm__96c4c108 {
    align-items: center;
  }
  .goalView_module_alignItemsStartSm__96c4c108 {
    align-items: flex-start;
  }
  .goalView_module_alignItemsEndSm__96c4c108 {
    align-items: flex-end;
  }
  .goalView_module_alignItemsBaseSm__96c4c108 {
    align-items: baseline;
  }
  .goalView_module_alignSelfAutoSm__96c4c108 {
    align-self: auto;
  }
  .goalView_module_alignSelfStretchSm__96c4c108 {
    align-self: stretch;
  }
  .goalView_module_alignSelfCenterSm__96c4c108 {
    align-self: center;
  }
  .goalView_module_alignSelfStartSm__96c4c108 {
    align-self: flex-start;
  }
  .goalView_module_alignSelfEndSm__96c4c108 {
    align-self: flex-end;
  }
  .goalView_module_alignSelfBaselineSm__96c4c108 {
    align-self: baseline;
  }
  .goalView_module_alignSelfInitialSm__96c4c108 {
    align-self: initial;
  }
  .goalView_module_alignSelfInheritSm__96c4c108 {
    align-self: inherit;
  }
  .goalView_module_alignContentStretchSm__96c4c108 {
    align-content: stretch;
  }
  .goalView_module_alignContentCenterSm__96c4c108 {
    align-content: center;
  }
  .goalView_module_alignContentStartSm__96c4c108 {
    align-content: flex-start;
  }
  .goalView_module_alignContentEndSm__96c4c108 {
    align-content: flex-end;
  }
  .goalView_module_alignContentBetweenSm__96c4c108 {
    align-content: space-between;
  }
  .goalView_module_alignContentAroundSm__96c4c108 {
    align-content: space-around;
  }
  .goalView_module_alignContentInitialSm__96c4c108 {
    align-content: initial;
  }
  .goalView_module_alignContentInheritSm__96c4c108 {
    align-content: inherit;
  }
  .goalView_module_flexRowSm__96c4c108 {
    flex-direction: row;
  }
  .goalView_module_flexRowReverseSm__96c4c108 {
    flex-direction: row-reverse;
  }
  .goalView_module_flexColumnSm__96c4c108 {
    flex-direction: column;
  }
  .goalView_module_flexColumnReverseSm__96c4c108 {
    flex-direction: column-reverse;
  }
  .goalView_module_flexWrapSm__96c4c108 {
    flex-wrap: wrap;
  }
  .goalView_module_flexNowrapSm__96c4c108 {
    flex-wrap: nowrap;
  }
  .goalView_module_order1Sm__96c4c108 {
    order: 1;
  }
  .goalView_module_order2Sm__96c4c108 {
    order: 2;
  }
  .goalView_module_order3Sm__96c4c108 {
    order: 3;
  }
  .goalView_module_order4Sm__96c4c108 {
    order: 4;
  }
  .goalView_module_order5Sm__96c4c108 {
    order: 5;
  }
  .goalView_module_order6Sm__96c4c108 {
    order: 6;
  }
  .goalView_module_order7Sm__96c4c108 {
    order: 7;
  }
  .goalView_module_order8Sm__96c4c108 {
    order: 8;
  }
  .goalView_module_order9Sm__96c4c108 {
    order: 9;
  }
  .goalView_module_order10Sm__96c4c108 {
    order: 10;
  }
  .goalView_module_order11Sm__96c4c108 {
    order: 11;
  }
  .goalView_module_order12Sm__96c4c108 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .goalView_module_dMdNone__96c4c108 {
    display: none !important;
  }
  .goalView_module_dMdInline__96c4c108 {
    display: inline !important;
  }
  .goalView_module_dMdInlineBlock__96c4c108 {
    display: inline-block !important;
  }
  .goalView_module_dMdBlock__96c4c108 {
    display: block !important;
  }
  .goalView_module_dMdTable__96c4c108 {
    display: table !important;
  }
  .goalView_module_dMdTableRow__96c4c108 {
    display: table-row !important;
  }
  .goalView_module_dMdTableCell__96c4c108 {
    display: table-cell !important;
  }
  .goalView_module_dMdFlex__96c4c108 {
    display: flex !important;
  }
  .goalView_module_dMdInlineFlex__96c4c108 {
    display: inline-flex !important;
  }
  .goalView_module_justifyContentStartMd__96c4c108 {
    justify-content: flex-start;
  }
  .goalView_module_justifyContentEndMd__96c4c108 {
    justify-content: flex-end;
  }
  .goalView_module_justifyContentCenterMd__96c4c108 {
    justify-content: center;
  }
  .goalView_module_justifyContentBetweenMd__96c4c108 {
    justify-content: space-between;
  }
  .goalView_module_justifyContentAroundMd__96c4c108 {
    justify-content: space-around;
  }
  .goalView_module_justifyContentInitialMd__96c4c108 {
    justify-content: initial;
  }
  .goalView_module_justifyContentInheritMd__96c4c108 {
    justify-content: inherit;
  }
  .goalView_module_alignItemsStretchMd__96c4c108 {
    align-items: stretch;
  }
  .goalView_module_alignItemsCenterMd__96c4c108 {
    align-items: center;
  }
  .goalView_module_alignItemsStartMd__96c4c108 {
    align-items: flex-start;
  }
  .goalView_module_alignItemsEndMd__96c4c108 {
    align-items: flex-end;
  }
  .goalView_module_alignItemsBaseMd__96c4c108 {
    align-items: baseline;
  }
  .goalView_module_alignSelfAutoMd__96c4c108 {
    align-self: auto;
  }
  .goalView_module_alignSelfStretchMd__96c4c108 {
    align-self: stretch;
  }
  .goalView_module_alignSelfCenterMd__96c4c108 {
    align-self: center;
  }
  .goalView_module_alignSelfStartMd__96c4c108 {
    align-self: flex-start;
  }
  .goalView_module_alignSelfEndMd__96c4c108 {
    align-self: flex-end;
  }
  .goalView_module_alignSelfBaselineMd__96c4c108 {
    align-self: baseline;
  }
  .goalView_module_alignSelfInitialMd__96c4c108 {
    align-self: initial;
  }
  .goalView_module_alignSelfInheritMd__96c4c108 {
    align-self: inherit;
  }
  .goalView_module_alignContentStretchMd__96c4c108 {
    align-content: stretch;
  }
  .goalView_module_alignContentCenterMd__96c4c108 {
    align-content: center;
  }
  .goalView_module_alignContentStartMd__96c4c108 {
    align-content: flex-start;
  }
  .goalView_module_alignContentEndMd__96c4c108 {
    align-content: flex-end;
  }
  .goalView_module_alignContentBetweenMd__96c4c108 {
    align-content: space-between;
  }
  .goalView_module_alignContentAroundMd__96c4c108 {
    align-content: space-around;
  }
  .goalView_module_alignContentInitialMd__96c4c108 {
    align-content: initial;
  }
  .goalView_module_alignContentInheritMd__96c4c108 {
    align-content: inherit;
  }
  .goalView_module_flexRowMd__96c4c108 {
    flex-direction: row;
  }
  .goalView_module_flexRowReverseMd__96c4c108 {
    flex-direction: row-reverse;
  }
  .goalView_module_flexColumnMd__96c4c108 {
    flex-direction: column;
  }
  .goalView_module_flexColumnReverseMd__96c4c108 {
    flex-direction: column-reverse;
  }
  .goalView_module_flexWrapMd__96c4c108 {
    flex-wrap: wrap;
  }
  .goalView_module_flexNowrapMd__96c4c108 {
    flex-wrap: nowrap;
  }
  .goalView_module_order1Md__96c4c108 {
    order: 1;
  }
  .goalView_module_order2Md__96c4c108 {
    order: 2;
  }
  .goalView_module_order3Md__96c4c108 {
    order: 3;
  }
  .goalView_module_order4Md__96c4c108 {
    order: 4;
  }
  .goalView_module_order5Md__96c4c108 {
    order: 5;
  }
  .goalView_module_order6Md__96c4c108 {
    order: 6;
  }
  .goalView_module_order7Md__96c4c108 {
    order: 7;
  }
  .goalView_module_order8Md__96c4c108 {
    order: 8;
  }
  .goalView_module_order9Md__96c4c108 {
    order: 9;
  }
  .goalView_module_order10Md__96c4c108 {
    order: 10;
  }
  .goalView_module_order11Md__96c4c108 {
    order: 11;
  }
  .goalView_module_order12Md__96c4c108 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .goalView_module_dLgNone__96c4c108 {
    display: none !important;
  }
  .goalView_module_dLgInline__96c4c108 {
    display: inline !important;
  }
  .goalView_module_dLgInlineBlock__96c4c108 {
    display: inline-block !important;
  }
  .goalView_module_dLgBlock__96c4c108 {
    display: block !important;
  }
  .goalView_module_dLgTable__96c4c108 {
    display: table !important;
  }
  .goalView_module_dLgTableRow__96c4c108 {
    display: table-row !important;
  }
  .goalView_module_dLgTableCell__96c4c108 {
    display: table-cell !important;
  }
  .goalView_module_dLgFlex__96c4c108 {
    display: flex !important;
  }
  .goalView_module_dLgInlineFlex__96c4c108 {
    display: inline-flex !important;
  }
  .goalView_module_justifyContentStartLg__96c4c108 {
    justify-content: flex-start;
  }
  .goalView_module_justifyContentEndLg__96c4c108 {
    justify-content: flex-end;
  }
  .goalView_module_justifyContentCenterLg__96c4c108 {
    justify-content: center;
  }
  .goalView_module_justifyContentBetweenLg__96c4c108 {
    justify-content: space-between;
  }
  .goalView_module_justifyContentAroundLg__96c4c108 {
    justify-content: space-around;
  }
  .goalView_module_justifyContentInitialLg__96c4c108 {
    justify-content: initial;
  }
  .goalView_module_justifyContentInheritLg__96c4c108 {
    justify-content: inherit;
  }
  .goalView_module_alignItemsStretchLg__96c4c108 {
    align-items: stretch;
  }
  .goalView_module_alignItemsCenterLg__96c4c108 {
    align-items: center;
  }
  .goalView_module_alignItemsStartLg__96c4c108 {
    align-items: flex-start;
  }
  .goalView_module_alignItemsEndLg__96c4c108 {
    align-items: flex-end;
  }
  .goalView_module_alignItemsBaseLg__96c4c108 {
    align-items: baseline;
  }
  .goalView_module_alignSelfAutoLg__96c4c108 {
    align-self: auto;
  }
  .goalView_module_alignSelfStretchLg__96c4c108 {
    align-self: stretch;
  }
  .goalView_module_alignSelfCenterLg__96c4c108 {
    align-self: center;
  }
  .goalView_module_alignSelfStartLg__96c4c108 {
    align-self: flex-start;
  }
  .goalView_module_alignSelfEndLg__96c4c108 {
    align-self: flex-end;
  }
  .goalView_module_alignSelfBaselineLg__96c4c108 {
    align-self: baseline;
  }
  .goalView_module_alignSelfInitialLg__96c4c108 {
    align-self: initial;
  }
  .goalView_module_alignSelfInheritLg__96c4c108 {
    align-self: inherit;
  }
  .goalView_module_alignContentStretchLg__96c4c108 {
    align-content: stretch;
  }
  .goalView_module_alignContentCenterLg__96c4c108 {
    align-content: center;
  }
  .goalView_module_alignContentStartLg__96c4c108 {
    align-content: flex-start;
  }
  .goalView_module_alignContentEndLg__96c4c108 {
    align-content: flex-end;
  }
  .goalView_module_alignContentBetweenLg__96c4c108 {
    align-content: space-between;
  }
  .goalView_module_alignContentAroundLg__96c4c108 {
    align-content: space-around;
  }
  .goalView_module_alignContentInitialLg__96c4c108 {
    align-content: initial;
  }
  .goalView_module_alignContentInheritLg__96c4c108 {
    align-content: inherit;
  }
  .goalView_module_flexRowLg__96c4c108 {
    flex-direction: row;
  }
  .goalView_module_flexRowReverseLg__96c4c108 {
    flex-direction: row-reverse;
  }
  .goalView_module_flexColumnLg__96c4c108 {
    flex-direction: column;
  }
  .goalView_module_flexColumnReverseLg__96c4c108 {
    flex-direction: column-reverse;
  }
  .goalView_module_flexWrapLg__96c4c108 {
    flex-wrap: wrap;
  }
  .goalView_module_flexNowrapLg__96c4c108 {
    flex-wrap: nowrap;
  }
  .goalView_module_order1Lg__96c4c108 {
    order: 1;
  }
  .goalView_module_order2Lg__96c4c108 {
    order: 2;
  }
  .goalView_module_order3Lg__96c4c108 {
    order: 3;
  }
  .goalView_module_order4Lg__96c4c108 {
    order: 4;
  }
  .goalView_module_order5Lg__96c4c108 {
    order: 5;
  }
  .goalView_module_order6Lg__96c4c108 {
    order: 6;
  }
  .goalView_module_order7Lg__96c4c108 {
    order: 7;
  }
  .goalView_module_order8Lg__96c4c108 {
    order: 8;
  }
  .goalView_module_order9Lg__96c4c108 {
    order: 9;
  }
  .goalView_module_order10Lg__96c4c108 {
    order: 10;
  }
  .goalView_module_order11Lg__96c4c108 {
    order: 11;
  }
  .goalView_module_order12Lg__96c4c108 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .goalView_module_dXlNone__96c4c108 {
    display: none !important;
  }
  .goalView_module_dXlInline__96c4c108 {
    display: inline !important;
  }
  .goalView_module_dXlInlineBlock__96c4c108 {
    display: inline-block !important;
  }
  .goalView_module_dXlBlock__96c4c108 {
    display: block !important;
  }
  .goalView_module_dXlTable__96c4c108 {
    display: table !important;
  }
  .goalView_module_dXlTableRow__96c4c108 {
    display: table-row !important;
  }
  .goalView_module_dXlTableCell__96c4c108 {
    display: table-cell !important;
  }
  .goalView_module_dXlFlex__96c4c108 {
    display: flex !important;
  }
  .goalView_module_dXlInlineFlex__96c4c108 {
    display: inline-flex !important;
  }
  .goalView_module_justifyContentStartXl__96c4c108 {
    justify-content: flex-start;
  }
  .goalView_module_justifyContentEndXl__96c4c108 {
    justify-content: flex-end;
  }
  .goalView_module_justifyContentCenterXl__96c4c108 {
    justify-content: center;
  }
  .goalView_module_justifyContentBetweenXl__96c4c108 {
    justify-content: space-between;
  }
  .goalView_module_justifyContentAroundXl__96c4c108 {
    justify-content: space-around;
  }
  .goalView_module_justifyContentInitialXl__96c4c108 {
    justify-content: initial;
  }
  .goalView_module_justifyContentInheritXl__96c4c108 {
    justify-content: inherit;
  }
  .goalView_module_alignItemsStretchXl__96c4c108 {
    align-items: stretch;
  }
  .goalView_module_alignItemsCenterXl__96c4c108 {
    align-items: center;
  }
  .goalView_module_alignItemsStartXl__96c4c108 {
    align-items: flex-start;
  }
  .goalView_module_alignItemsEndXl__96c4c108 {
    align-items: flex-end;
  }
  .goalView_module_alignItemsBaseXl__96c4c108 {
    align-items: baseline;
  }
  .goalView_module_alignSelfAutoXl__96c4c108 {
    align-self: auto;
  }
  .goalView_module_alignSelfStretchXl__96c4c108 {
    align-self: stretch;
  }
  .goalView_module_alignSelfCenterXl__96c4c108 {
    align-self: center;
  }
  .goalView_module_alignSelfStartXl__96c4c108 {
    align-self: flex-start;
  }
  .goalView_module_alignSelfEndXl__96c4c108 {
    align-self: flex-end;
  }
  .goalView_module_alignSelfBaselineXl__96c4c108 {
    align-self: baseline;
  }
  .goalView_module_alignSelfInitialXl__96c4c108 {
    align-self: initial;
  }
  .goalView_module_alignSelfInheritXl__96c4c108 {
    align-self: inherit;
  }
  .goalView_module_alignContentStretchXl__96c4c108 {
    align-content: stretch;
  }
  .goalView_module_alignContentCenterXl__96c4c108 {
    align-content: center;
  }
  .goalView_module_alignContentStartXl__96c4c108 {
    align-content: flex-start;
  }
  .goalView_module_alignContentEndXl__96c4c108 {
    align-content: flex-end;
  }
  .goalView_module_alignContentBetweenXl__96c4c108 {
    align-content: space-between;
  }
  .goalView_module_alignContentAroundXl__96c4c108 {
    align-content: space-around;
  }
  .goalView_module_alignContentInitialXl__96c4c108 {
    align-content: initial;
  }
  .goalView_module_alignContentInheritXl__96c4c108 {
    align-content: inherit;
  }
  .goalView_module_flexRowXl__96c4c108 {
    flex-direction: row;
  }
  .goalView_module_flexRowReverseXl__96c4c108 {
    flex-direction: row-reverse;
  }
  .goalView_module_flexColumnXl__96c4c108 {
    flex-direction: column;
  }
  .goalView_module_flexColumnReverseXl__96c4c108 {
    flex-direction: column-reverse;
  }
  .goalView_module_flexWrapXl__96c4c108 {
    flex-wrap: wrap;
  }
  .goalView_module_flexNowrapXl__96c4c108 {
    flex-wrap: nowrap;
  }
  .goalView_module_order1Xl__96c4c108 {
    order: 1;
  }
  .goalView_module_order2Xl__96c4c108 {
    order: 2;
  }
  .goalView_module_order3Xl__96c4c108 {
    order: 3;
  }
  .goalView_module_order4Xl__96c4c108 {
    order: 4;
  }
  .goalView_module_order5Xl__96c4c108 {
    order: 5;
  }
  .goalView_module_order6Xl__96c4c108 {
    order: 6;
  }
  .goalView_module_order7Xl__96c4c108 {
    order: 7;
  }
  .goalView_module_order8Xl__96c4c108 {
    order: 8;
  }
  .goalView_module_order9Xl__96c4c108 {
    order: 9;
  }
  .goalView_module_order10Xl__96c4c108 {
    order: 10;
  }
  .goalView_module_order11Xl__96c4c108 {
    order: 11;
  }
  .goalView_module_order12Xl__96c4c108 {
    order: 12;
  }
}
.goalView_module_listAccordion__96c4c108 {
  background-color: #ffffff;
  font-family: "inter";
  margin-bottom: 10px;
  box-shadow: 0px 1px 0px #f6f6f6;
}
.goalView_module_listAccordion__icon_Up__96c4c108 {
  transform: rotate(180deg);
  transition: 0.3s ease-in;
}
.goalView_module_listAccordion__icon_Down__96c4c108 {
  transform: rotate(360deg);
  transition: 0.25s ease-in;
}
.goalView_module_listAccordion__iconContainer__96c4c108 {
  padding-left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
}
.goalView_module_listAccordion__iconContainer__96c4c108:after, .goalView_module_listAccordion__iconContainer__96c4c108::before {
  display: none;
}
.goalView_module_listAccordion_Compact__96c4c108 {
  padding: 0;
}
.goalView_module_listAccordion_Compact__96c4c108 .goalView_module_listAccordion__content__96c4c108 {
  padding: 16px 12px;
}
.goalView_module_listAccordion_Compact__96c4c108 .goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__row__96c4c108 {
  margin-bottom: 8px;
}
.goalView_module_listAccordion_Compact__96c4c108 .goalView_module_feedback__96c4c108 .goalView_module_feedback__header__96c4c108 {
  padding-top: 12px;
}
.goalView_module_listAccordion__96c4c108 table {
  background-color: transparent;
}
.goalView_module_listAccordion__header__96c4c108 {
  padding: 16px 16px 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f6f8f9;
  cursor: pointer;
}
.goalView_module_listAccordion__header__96c4c108:after, .goalView_module_listAccordion__header__96c4c108::before {
  display: none;
}
.goalView_module_listAccordion__headerLeft__96c4c108 {
  width: 80%;
  display: flex;
  align-items: center;
}
.goalView_module_listAccordion__headerLeft__96c4c108:after, .goalView_module_listAccordion__headerLeft__96c4c108::before {
  display: none;
}
.goalView_module_listAccordion__headerLeft__number__96c4c108 p {
  color: #333333;
  font-size: 0.875rem;
}
.goalView_module_listAccordion__headerLeft__icon__96c4c108 {
  padding: 0 17px;
  display: flex;
}
.goalView_module_listAccordion__headerLeft__icon__96c4c108:after, .goalView_module_listAccordion__headerLeft__icon__96c4c108::before {
  display: none;
}
.goalView_module_listAccordion__headerLeft__icon__96c4c108 svg {
  color: #b3b3b3;
  height: 15px;
  width: 15px;
}
.goalView_module_listAccordion__headerLeft__content__96c4c108 h4 {
  color: #333333;
  font-family: "Inter";
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 130%;
}
.goalView_module_listAccordion__headerLeft__content__96c4c108 p {
  color: #737373;
  font-size: 0.875rem;
  line-height: 130%;
}
.goalView_module_listAccordion__headerRight__96c4c108 {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.goalView_module_listAccordion__headerRight__96c4c108:after, .goalView_module_listAccordion__headerRight__96c4c108::before {
  display: none;
}
.goalView_module_listAccordion__headerRight__endorser__96c4c108 {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.goalView_module_listAccordion__headerRight__endorser__96c4c108:after, .goalView_module_listAccordion__headerRight__endorser__96c4c108::before {
  display: none;
}
.goalView_module_listAccordion__headerRight__content__96c4c108 {
  margin-right: 8px;
  font-size: 0.875rem;
  color: #737373;
  font-weight: 400;
}
.goalView_module_listAccordion__content__96c4c108 {
  padding: 25px 95px 75px;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.35s ease;
}
.goalView_module_listAccordion__block__96c4c108 {
  max-height: 0;
  overflow: hidden;
  transition: 0.14s ease;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__row__96c4c108 {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__row__96c4c108:after, .goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__row__96c4c108::before {
  display: none;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108:first-child {
  vertical-align: top;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 p {
  font-size: 0.875rem;
  line-height: 22px;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 ul {
  list-style: disc;
  padding-left: 20px;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 .goalView_module_endorser__96c4c108 {
  display: flex;
  align-items: flex-end;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 .goalView_module_endorser__96c4c108:after, .goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 .goalView_module_endorser__96c4c108::before {
  display: none;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 .goalView_module_endorser__96c4c108 span {
  font-size: 0.875rem;
  color: #333333;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 .goalView_module_cellTitle__96c4c108 {
  color: #999999;
  font-size: 0.875rem;
  display: inline-block;
  min-width: 130px;
  max-width: 130px;
  margin-right: 16px;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 .goalView_module_kpiCodeWrapper__96c4c108 {
  color: #29b6f6;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 .goalView_module_kpiCodeWrapper__96c4c108 span {
  font-size: 0.875rem;
  display: inline-block;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_listAccordionTable__96c4c108 .goalView_module_table__col__96c4c108 .goalView_module_cellContent__96c4c108 span {
  color: #333333;
  font-size: 0.875rem;
  line-height: 130%;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_feedback__header__96c4c108 {
  padding-left: 30px;
  font-weight: 600;
  padding-top: 32px;
  font-size: 1rem;
  color: #102b7b;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_feedback__body__96c4c108 {
  padding-left: 30px;
  margin: 16px 0px;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_feedback__body__block__96c4c108 {
  margin-top: 16px;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_feedback__body__block__96c4c108 h5 {
  font-size: 0.875rem;
  color: #102b7b;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_feedback__body__block__96c4c108 p {
  color: #000000;
  line-height: 17px;
}
.goalView_module_listAccordion__block__96c4c108 .goalView_module_feedback__title__96c4c108 {
  font-weight: 600;
  color: #102b7b;
}
.goalView_module_listAccordion__block_Show__96c4c108 {
  max-height: 100%;
  transition: 0.3s ease;
}
.goalView_module_listAccordion__block_Show__96c4c108 .goalView_module_listAccordion__content__96c4c108 {
  opacity: 1;
  transform: translateY(0);
}
.goalView_module_listAccordion__96c4c108 .goalView_module_avatar__stacked__96c4c108 {
  display: flex;
}
.goalView_module_listAccordion__96c4c108 .goalView_module_avatar__stacked__96c4c108:after, .goalView_module_listAccordion__96c4c108 .goalView_module_avatar__stacked__96c4c108::before {
  display: none;
}
.goalView_module_listAccordion__96c4c108 .goalView_module_avatar__stacked__96c4c108 :not(:first-child) {
  transform: translateX(-6px);
}

.goalView_module_mt25__96c4c108 {
  margin-top: 25px;
}

.goalView_module_dFlex__96c4c108 {
  display: flex;
}
.goalView_module_dFlex__96c4c108:after, .goalView_module_dFlex__96c4c108::before {
  display: none;
}

.goalView_module_endorser__96c4c108 {
  display: flex;
  align-items: center;
}
.goalView_module_endorser__96c4c108:after, .goalView_module_endorser__96c4c108::before {
  display: none;
}

.goalView_module_table__content__96c4c108 {
  font-size: 14px;
}

.goalView_module_mr2x__96c4c108 {
  margin-right: 2px;
}

.goalView_module_mt15__96c4c108 {
  margin-top: 15px;
}

.goalView_module_mt4__96c4c108 {
  margin-top: 4px;
}

.goalView_module_mr12x__96c4c108 {
  margin-right: 12px;
}

.goalView_module_custom_content__96c4c108 p {
  margin-bottom: 10px;
}
.goalView_module_custom_content__96c4c108 ol,
.goalView_module_custom_content__96c4c108 ul {
  padding-inline-start: 40px;
  list-style-position: inside;
}
.goalView_module_custom_content__96c4c108 ol {
  list-style-type: decimal;
}
.goalView_module_custom_content__96c4c108 ul {
  list-style-type: disc;
}
.goalView_module_custom_content__96c4c108 li {
  margin-bottom: 8px;
  list-style-position: outside;
}

.goalView_module_color_Dark__96c4c108 {
  color: #333333;
}

.goalView_module_btn_Link__96c4c108 {
  background-color: transparent;
  color: #29b6f6;
}
.goalView_module_btn_Link__96c4c108:hover {
  color: #2196f3;
}.kpiModal_module_dNone__16abea8d {
  display: none !important;
}

.kpiModal_module_dInline__16abea8d {
  display: inline !important;
}

.kpiModal_module_dInlineBlock__16abea8d {
  display: inline-block !important;
}

.kpiModal_module_dBlock__16abea8d {
  display: block !important;
}

.kpiModal_module_dTable__16abea8d {
  display: table !important;
}

.kpiModal_module_dTableRow__16abea8d {
  display: table-row !important;
}

.kpiModal_module_dTableCell__16abea8d {
  display: table-cell !important;
}

.kpiModal_module_dFlex__16abea8d {
  display: flex !important;
}

.kpiModal_module_dInlineFlex__16abea8d {
  display: inline-flex !important;
}

.kpiModal_module_justifyContentStart__16abea8d {
  justify-content: flex-start;
}

.kpiModal_module_justifyContentEnd__16abea8d {
  justify-content: flex-end;
}

.kpiModal_module_justifyContentCenter__16abea8d {
  justify-content: center;
}

.kpiModal_module_justifyContentBetween__16abea8d {
  justify-content: space-between;
}

.kpiModal_module_justifyContentAround__16abea8d {
  justify-content: space-around;
}

.kpiModal_module_justifyContentInitial__16abea8d {
  justify-content: initial;
}

.kpiModal_module_justifyContentInherit__16abea8d {
  justify-content: inherit;
}

.kpiModal_module_alignItemsStretch__16abea8d {
  align-items: stretch;
}

.kpiModal_module_alignItemsCenter__16abea8d {
  align-items: center;
}

.kpiModal_module_alignItemsStart__16abea8d {
  align-items: flex-start;
}

.kpiModal_module_alignItemsEnd__16abea8d {
  align-items: flex-end;
}

.kpiModal_module_alignItemsBase__16abea8d {
  align-items: baseline;
}

.kpiModal_module_alignSelfAuto__16abea8d {
  align-self: auto;
}

.kpiModal_module_alignSelfStretch__16abea8d {
  align-self: stretch;
}

.kpiModal_module_alignSelfCenter__16abea8d {
  align-self: center;
}

.kpiModal_module_alignSelfStart__16abea8d {
  align-self: flex-start;
}

.kpiModal_module_alignSelfEnd__16abea8d {
  align-self: flex-end;
}

.kpiModal_module_alignSelfBaseline__16abea8d {
  align-self: baseline;
}

.kpiModal_module_alignSelfInitial__16abea8d {
  align-self: initial;
}

.kpiModal_module_alignSelfInherit__16abea8d {
  align-self: inherit;
}

.kpiModal_module_alignContentStretch__16abea8d {
  align-content: stretch;
}

.kpiModal_module_alignContentCenter__16abea8d {
  align-content: center;
}

.kpiModal_module_alignContentStart__16abea8d {
  align-content: flex-start;
}

.kpiModal_module_alignContentEnd__16abea8d {
  align-content: flex-end;
}

.kpiModal_module_alignContentBetween__16abea8d {
  align-content: space-between;
}

.kpiModal_module_alignContentAround__16abea8d {
  align-content: space-around;
}

.kpiModal_module_alignContentInitial__16abea8d {
  align-content: initial;
}

.kpiModal_module_alignContentInherit__16abea8d {
  align-content: inherit;
}

.kpiModal_module_flexRow__16abea8d {
  flex-direction: row;
}

.kpiModal_module_flexRowReverse__16abea8d {
  flex-direction: row-reverse;
}

.kpiModal_module_flexColumn__16abea8d {
  flex-direction: column;
}

.kpiModal_module_flexColumnReverse__16abea8d {
  flex-direction: column-reverse;
}

.kpiModal_module_flexWrap__16abea8d {
  flex-wrap: wrap;
}

.kpiModal_module_flexNowrap__16abea8d {
  flex-wrap: nowrap;
}

.kpiModal_module_order1__16abea8d {
  order: 1;
}

.kpiModal_module_order2__16abea8d {
  order: 2;
}

.kpiModal_module_order3__16abea8d {
  order: 3;
}

.kpiModal_module_order4__16abea8d {
  order: 4;
}

.kpiModal_module_order5__16abea8d {
  order: 5;
}

.kpiModal_module_order6__16abea8d {
  order: 6;
}

.kpiModal_module_order7__16abea8d {
  order: 7;
}

.kpiModal_module_order8__16abea8d {
  order: 8;
}

.kpiModal_module_order9__16abea8d {
  order: 9;
}

.kpiModal_module_order10__16abea8d {
  order: 10;
}

.kpiModal_module_order11__16abea8d {
  order: 11;
}

.kpiModal_module_order12__16abea8d {
  order: 12;
}

@media (min-width: 576px) {
  .kpiModal_module_dSmNone__16abea8d {
    display: none !important;
  }
  .kpiModal_module_dSmInline__16abea8d {
    display: inline !important;
  }
  .kpiModal_module_dSmInlineBlock__16abea8d {
    display: inline-block !important;
  }
  .kpiModal_module_dSmBlock__16abea8d {
    display: block !important;
  }
  .kpiModal_module_dSmTable__16abea8d {
    display: table !important;
  }
  .kpiModal_module_dSmTableRow__16abea8d {
    display: table-row !important;
  }
  .kpiModal_module_dSmTableCell__16abea8d {
    display: table-cell !important;
  }
  .kpiModal_module_dSmFlex__16abea8d {
    display: flex !important;
  }
  .kpiModal_module_dSmInlineFlex__16abea8d {
    display: inline-flex !important;
  }
  .kpiModal_module_justifyContentStartSm__16abea8d {
    justify-content: flex-start;
  }
  .kpiModal_module_justifyContentEndSm__16abea8d {
    justify-content: flex-end;
  }
  .kpiModal_module_justifyContentCenterSm__16abea8d {
    justify-content: center;
  }
  .kpiModal_module_justifyContentBetweenSm__16abea8d {
    justify-content: space-between;
  }
  .kpiModal_module_justifyContentAroundSm__16abea8d {
    justify-content: space-around;
  }
  .kpiModal_module_justifyContentInitialSm__16abea8d {
    justify-content: initial;
  }
  .kpiModal_module_justifyContentInheritSm__16abea8d {
    justify-content: inherit;
  }
  .kpiModal_module_alignItemsStretchSm__16abea8d {
    align-items: stretch;
  }
  .kpiModal_module_alignItemsCenterSm__16abea8d {
    align-items: center;
  }
  .kpiModal_module_alignItemsStartSm__16abea8d {
    align-items: flex-start;
  }
  .kpiModal_module_alignItemsEndSm__16abea8d {
    align-items: flex-end;
  }
  .kpiModal_module_alignItemsBaseSm__16abea8d {
    align-items: baseline;
  }
  .kpiModal_module_alignSelfAutoSm__16abea8d {
    align-self: auto;
  }
  .kpiModal_module_alignSelfStretchSm__16abea8d {
    align-self: stretch;
  }
  .kpiModal_module_alignSelfCenterSm__16abea8d {
    align-self: center;
  }
  .kpiModal_module_alignSelfStartSm__16abea8d {
    align-self: flex-start;
  }
  .kpiModal_module_alignSelfEndSm__16abea8d {
    align-self: flex-end;
  }
  .kpiModal_module_alignSelfBaselineSm__16abea8d {
    align-self: baseline;
  }
  .kpiModal_module_alignSelfInitialSm__16abea8d {
    align-self: initial;
  }
  .kpiModal_module_alignSelfInheritSm__16abea8d {
    align-self: inherit;
  }
  .kpiModal_module_alignContentStretchSm__16abea8d {
    align-content: stretch;
  }
  .kpiModal_module_alignContentCenterSm__16abea8d {
    align-content: center;
  }
  .kpiModal_module_alignContentStartSm__16abea8d {
    align-content: flex-start;
  }
  .kpiModal_module_alignContentEndSm__16abea8d {
    align-content: flex-end;
  }
  .kpiModal_module_alignContentBetweenSm__16abea8d {
    align-content: space-between;
  }
  .kpiModal_module_alignContentAroundSm__16abea8d {
    align-content: space-around;
  }
  .kpiModal_module_alignContentInitialSm__16abea8d {
    align-content: initial;
  }
  .kpiModal_module_alignContentInheritSm__16abea8d {
    align-content: inherit;
  }
  .kpiModal_module_flexRowSm__16abea8d {
    flex-direction: row;
  }
  .kpiModal_module_flexRowReverseSm__16abea8d {
    flex-direction: row-reverse;
  }
  .kpiModal_module_flexColumnSm__16abea8d {
    flex-direction: column;
  }
  .kpiModal_module_flexColumnReverseSm__16abea8d {
    flex-direction: column-reverse;
  }
  .kpiModal_module_flexWrapSm__16abea8d {
    flex-wrap: wrap;
  }
  .kpiModal_module_flexNowrapSm__16abea8d {
    flex-wrap: nowrap;
  }
  .kpiModal_module_order1Sm__16abea8d {
    order: 1;
  }
  .kpiModal_module_order2Sm__16abea8d {
    order: 2;
  }
  .kpiModal_module_order3Sm__16abea8d {
    order: 3;
  }
  .kpiModal_module_order4Sm__16abea8d {
    order: 4;
  }
  .kpiModal_module_order5Sm__16abea8d {
    order: 5;
  }
  .kpiModal_module_order6Sm__16abea8d {
    order: 6;
  }
  .kpiModal_module_order7Sm__16abea8d {
    order: 7;
  }
  .kpiModal_module_order8Sm__16abea8d {
    order: 8;
  }
  .kpiModal_module_order9Sm__16abea8d {
    order: 9;
  }
  .kpiModal_module_order10Sm__16abea8d {
    order: 10;
  }
  .kpiModal_module_order11Sm__16abea8d {
    order: 11;
  }
  .kpiModal_module_order12Sm__16abea8d {
    order: 12;
  }
}
@media (min-width: 768px) {
  .kpiModal_module_dMdNone__16abea8d {
    display: none !important;
  }
  .kpiModal_module_dMdInline__16abea8d {
    display: inline !important;
  }
  .kpiModal_module_dMdInlineBlock__16abea8d {
    display: inline-block !important;
  }
  .kpiModal_module_dMdBlock__16abea8d {
    display: block !important;
  }
  .kpiModal_module_dMdTable__16abea8d {
    display: table !important;
  }
  .kpiModal_module_dMdTableRow__16abea8d {
    display: table-row !important;
  }
  .kpiModal_module_dMdTableCell__16abea8d {
    display: table-cell !important;
  }
  .kpiModal_module_dMdFlex__16abea8d {
    display: flex !important;
  }
  .kpiModal_module_dMdInlineFlex__16abea8d {
    display: inline-flex !important;
  }
  .kpiModal_module_justifyContentStartMd__16abea8d {
    justify-content: flex-start;
  }
  .kpiModal_module_justifyContentEndMd__16abea8d {
    justify-content: flex-end;
  }
  .kpiModal_module_justifyContentCenterMd__16abea8d {
    justify-content: center;
  }
  .kpiModal_module_justifyContentBetweenMd__16abea8d {
    justify-content: space-between;
  }
  .kpiModal_module_justifyContentAroundMd__16abea8d {
    justify-content: space-around;
  }
  .kpiModal_module_justifyContentInitialMd__16abea8d {
    justify-content: initial;
  }
  .kpiModal_module_justifyContentInheritMd__16abea8d {
    justify-content: inherit;
  }
  .kpiModal_module_alignItemsStretchMd__16abea8d {
    align-items: stretch;
  }
  .kpiModal_module_alignItemsCenterMd__16abea8d {
    align-items: center;
  }
  .kpiModal_module_alignItemsStartMd__16abea8d {
    align-items: flex-start;
  }
  .kpiModal_module_alignItemsEndMd__16abea8d {
    align-items: flex-end;
  }
  .kpiModal_module_alignItemsBaseMd__16abea8d {
    align-items: baseline;
  }
  .kpiModal_module_alignSelfAutoMd__16abea8d {
    align-self: auto;
  }
  .kpiModal_module_alignSelfStretchMd__16abea8d {
    align-self: stretch;
  }
  .kpiModal_module_alignSelfCenterMd__16abea8d {
    align-self: center;
  }
  .kpiModal_module_alignSelfStartMd__16abea8d {
    align-self: flex-start;
  }
  .kpiModal_module_alignSelfEndMd__16abea8d {
    align-self: flex-end;
  }
  .kpiModal_module_alignSelfBaselineMd__16abea8d {
    align-self: baseline;
  }
  .kpiModal_module_alignSelfInitialMd__16abea8d {
    align-self: initial;
  }
  .kpiModal_module_alignSelfInheritMd__16abea8d {
    align-self: inherit;
  }
  .kpiModal_module_alignContentStretchMd__16abea8d {
    align-content: stretch;
  }
  .kpiModal_module_alignContentCenterMd__16abea8d {
    align-content: center;
  }
  .kpiModal_module_alignContentStartMd__16abea8d {
    align-content: flex-start;
  }
  .kpiModal_module_alignContentEndMd__16abea8d {
    align-content: flex-end;
  }
  .kpiModal_module_alignContentBetweenMd__16abea8d {
    align-content: space-between;
  }
  .kpiModal_module_alignContentAroundMd__16abea8d {
    align-content: space-around;
  }
  .kpiModal_module_alignContentInitialMd__16abea8d {
    align-content: initial;
  }
  .kpiModal_module_alignContentInheritMd__16abea8d {
    align-content: inherit;
  }
  .kpiModal_module_flexRowMd__16abea8d {
    flex-direction: row;
  }
  .kpiModal_module_flexRowReverseMd__16abea8d {
    flex-direction: row-reverse;
  }
  .kpiModal_module_flexColumnMd__16abea8d {
    flex-direction: column;
  }
  .kpiModal_module_flexColumnReverseMd__16abea8d {
    flex-direction: column-reverse;
  }
  .kpiModal_module_flexWrapMd__16abea8d {
    flex-wrap: wrap;
  }
  .kpiModal_module_flexNowrapMd__16abea8d {
    flex-wrap: nowrap;
  }
  .kpiModal_module_order1Md__16abea8d {
    order: 1;
  }
  .kpiModal_module_order2Md__16abea8d {
    order: 2;
  }
  .kpiModal_module_order3Md__16abea8d {
    order: 3;
  }
  .kpiModal_module_order4Md__16abea8d {
    order: 4;
  }
  .kpiModal_module_order5Md__16abea8d {
    order: 5;
  }
  .kpiModal_module_order6Md__16abea8d {
    order: 6;
  }
  .kpiModal_module_order7Md__16abea8d {
    order: 7;
  }
  .kpiModal_module_order8Md__16abea8d {
    order: 8;
  }
  .kpiModal_module_order9Md__16abea8d {
    order: 9;
  }
  .kpiModal_module_order10Md__16abea8d {
    order: 10;
  }
  .kpiModal_module_order11Md__16abea8d {
    order: 11;
  }
  .kpiModal_module_order12Md__16abea8d {
    order: 12;
  }
}
@media (min-width: 992px) {
  .kpiModal_module_dLgNone__16abea8d {
    display: none !important;
  }
  .kpiModal_module_dLgInline__16abea8d {
    display: inline !important;
  }
  .kpiModal_module_dLgInlineBlock__16abea8d {
    display: inline-block !important;
  }
  .kpiModal_module_dLgBlock__16abea8d {
    display: block !important;
  }
  .kpiModal_module_dLgTable__16abea8d {
    display: table !important;
  }
  .kpiModal_module_dLgTableRow__16abea8d {
    display: table-row !important;
  }
  .kpiModal_module_dLgTableCell__16abea8d {
    display: table-cell !important;
  }
  .kpiModal_module_dLgFlex__16abea8d {
    display: flex !important;
  }
  .kpiModal_module_dLgInlineFlex__16abea8d {
    display: inline-flex !important;
  }
  .kpiModal_module_justifyContentStartLg__16abea8d {
    justify-content: flex-start;
  }
  .kpiModal_module_justifyContentEndLg__16abea8d {
    justify-content: flex-end;
  }
  .kpiModal_module_justifyContentCenterLg__16abea8d {
    justify-content: center;
  }
  .kpiModal_module_justifyContentBetweenLg__16abea8d {
    justify-content: space-between;
  }
  .kpiModal_module_justifyContentAroundLg__16abea8d {
    justify-content: space-around;
  }
  .kpiModal_module_justifyContentInitialLg__16abea8d {
    justify-content: initial;
  }
  .kpiModal_module_justifyContentInheritLg__16abea8d {
    justify-content: inherit;
  }
  .kpiModal_module_alignItemsStretchLg__16abea8d {
    align-items: stretch;
  }
  .kpiModal_module_alignItemsCenterLg__16abea8d {
    align-items: center;
  }
  .kpiModal_module_alignItemsStartLg__16abea8d {
    align-items: flex-start;
  }
  .kpiModal_module_alignItemsEndLg__16abea8d {
    align-items: flex-end;
  }
  .kpiModal_module_alignItemsBaseLg__16abea8d {
    align-items: baseline;
  }
  .kpiModal_module_alignSelfAutoLg__16abea8d {
    align-self: auto;
  }
  .kpiModal_module_alignSelfStretchLg__16abea8d {
    align-self: stretch;
  }
  .kpiModal_module_alignSelfCenterLg__16abea8d {
    align-self: center;
  }
  .kpiModal_module_alignSelfStartLg__16abea8d {
    align-self: flex-start;
  }
  .kpiModal_module_alignSelfEndLg__16abea8d {
    align-self: flex-end;
  }
  .kpiModal_module_alignSelfBaselineLg__16abea8d {
    align-self: baseline;
  }
  .kpiModal_module_alignSelfInitialLg__16abea8d {
    align-self: initial;
  }
  .kpiModal_module_alignSelfInheritLg__16abea8d {
    align-self: inherit;
  }
  .kpiModal_module_alignContentStretchLg__16abea8d {
    align-content: stretch;
  }
  .kpiModal_module_alignContentCenterLg__16abea8d {
    align-content: center;
  }
  .kpiModal_module_alignContentStartLg__16abea8d {
    align-content: flex-start;
  }
  .kpiModal_module_alignContentEndLg__16abea8d {
    align-content: flex-end;
  }
  .kpiModal_module_alignContentBetweenLg__16abea8d {
    align-content: space-between;
  }
  .kpiModal_module_alignContentAroundLg__16abea8d {
    align-content: space-around;
  }
  .kpiModal_module_alignContentInitialLg__16abea8d {
    align-content: initial;
  }
  .kpiModal_module_alignContentInheritLg__16abea8d {
    align-content: inherit;
  }
  .kpiModal_module_flexRowLg__16abea8d {
    flex-direction: row;
  }
  .kpiModal_module_flexRowReverseLg__16abea8d {
    flex-direction: row-reverse;
  }
  .kpiModal_module_flexColumnLg__16abea8d {
    flex-direction: column;
  }
  .kpiModal_module_flexColumnReverseLg__16abea8d {
    flex-direction: column-reverse;
  }
  .kpiModal_module_flexWrapLg__16abea8d {
    flex-wrap: wrap;
  }
  .kpiModal_module_flexNowrapLg__16abea8d {
    flex-wrap: nowrap;
  }
  .kpiModal_module_order1Lg__16abea8d {
    order: 1;
  }
  .kpiModal_module_order2Lg__16abea8d {
    order: 2;
  }
  .kpiModal_module_order3Lg__16abea8d {
    order: 3;
  }
  .kpiModal_module_order4Lg__16abea8d {
    order: 4;
  }
  .kpiModal_module_order5Lg__16abea8d {
    order: 5;
  }
  .kpiModal_module_order6Lg__16abea8d {
    order: 6;
  }
  .kpiModal_module_order7Lg__16abea8d {
    order: 7;
  }
  .kpiModal_module_order8Lg__16abea8d {
    order: 8;
  }
  .kpiModal_module_order9Lg__16abea8d {
    order: 9;
  }
  .kpiModal_module_order10Lg__16abea8d {
    order: 10;
  }
  .kpiModal_module_order11Lg__16abea8d {
    order: 11;
  }
  .kpiModal_module_order12Lg__16abea8d {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .kpiModal_module_dXlNone__16abea8d {
    display: none !important;
  }
  .kpiModal_module_dXlInline__16abea8d {
    display: inline !important;
  }
  .kpiModal_module_dXlInlineBlock__16abea8d {
    display: inline-block !important;
  }
  .kpiModal_module_dXlBlock__16abea8d {
    display: block !important;
  }
  .kpiModal_module_dXlTable__16abea8d {
    display: table !important;
  }
  .kpiModal_module_dXlTableRow__16abea8d {
    display: table-row !important;
  }
  .kpiModal_module_dXlTableCell__16abea8d {
    display: table-cell !important;
  }
  .kpiModal_module_dXlFlex__16abea8d {
    display: flex !important;
  }
  .kpiModal_module_dXlInlineFlex__16abea8d {
    display: inline-flex !important;
  }
  .kpiModal_module_justifyContentStartXl__16abea8d {
    justify-content: flex-start;
  }
  .kpiModal_module_justifyContentEndXl__16abea8d {
    justify-content: flex-end;
  }
  .kpiModal_module_justifyContentCenterXl__16abea8d {
    justify-content: center;
  }
  .kpiModal_module_justifyContentBetweenXl__16abea8d {
    justify-content: space-between;
  }
  .kpiModal_module_justifyContentAroundXl__16abea8d {
    justify-content: space-around;
  }
  .kpiModal_module_justifyContentInitialXl__16abea8d {
    justify-content: initial;
  }
  .kpiModal_module_justifyContentInheritXl__16abea8d {
    justify-content: inherit;
  }
  .kpiModal_module_alignItemsStretchXl__16abea8d {
    align-items: stretch;
  }
  .kpiModal_module_alignItemsCenterXl__16abea8d {
    align-items: center;
  }
  .kpiModal_module_alignItemsStartXl__16abea8d {
    align-items: flex-start;
  }
  .kpiModal_module_alignItemsEndXl__16abea8d {
    align-items: flex-end;
  }
  .kpiModal_module_alignItemsBaseXl__16abea8d {
    align-items: baseline;
  }
  .kpiModal_module_alignSelfAutoXl__16abea8d {
    align-self: auto;
  }
  .kpiModal_module_alignSelfStretchXl__16abea8d {
    align-self: stretch;
  }
  .kpiModal_module_alignSelfCenterXl__16abea8d {
    align-self: center;
  }
  .kpiModal_module_alignSelfStartXl__16abea8d {
    align-self: flex-start;
  }
  .kpiModal_module_alignSelfEndXl__16abea8d {
    align-self: flex-end;
  }
  .kpiModal_module_alignSelfBaselineXl__16abea8d {
    align-self: baseline;
  }
  .kpiModal_module_alignSelfInitialXl__16abea8d {
    align-self: initial;
  }
  .kpiModal_module_alignSelfInheritXl__16abea8d {
    align-self: inherit;
  }
  .kpiModal_module_alignContentStretchXl__16abea8d {
    align-content: stretch;
  }
  .kpiModal_module_alignContentCenterXl__16abea8d {
    align-content: center;
  }
  .kpiModal_module_alignContentStartXl__16abea8d {
    align-content: flex-start;
  }
  .kpiModal_module_alignContentEndXl__16abea8d {
    align-content: flex-end;
  }
  .kpiModal_module_alignContentBetweenXl__16abea8d {
    align-content: space-between;
  }
  .kpiModal_module_alignContentAroundXl__16abea8d {
    align-content: space-around;
  }
  .kpiModal_module_alignContentInitialXl__16abea8d {
    align-content: initial;
  }
  .kpiModal_module_alignContentInheritXl__16abea8d {
    align-content: inherit;
  }
  .kpiModal_module_flexRowXl__16abea8d {
    flex-direction: row;
  }
  .kpiModal_module_flexRowReverseXl__16abea8d {
    flex-direction: row-reverse;
  }
  .kpiModal_module_flexColumnXl__16abea8d {
    flex-direction: column;
  }
  .kpiModal_module_flexColumnReverseXl__16abea8d {
    flex-direction: column-reverse;
  }
  .kpiModal_module_flexWrapXl__16abea8d {
    flex-wrap: wrap;
  }
  .kpiModal_module_flexNowrapXl__16abea8d {
    flex-wrap: nowrap;
  }
  .kpiModal_module_order1Xl__16abea8d {
    order: 1;
  }
  .kpiModal_module_order2Xl__16abea8d {
    order: 2;
  }
  .kpiModal_module_order3Xl__16abea8d {
    order: 3;
  }
  .kpiModal_module_order4Xl__16abea8d {
    order: 4;
  }
  .kpiModal_module_order5Xl__16abea8d {
    order: 5;
  }
  .kpiModal_module_order6Xl__16abea8d {
    order: 6;
  }
  .kpiModal_module_order7Xl__16abea8d {
    order: 7;
  }
  .kpiModal_module_order8Xl__16abea8d {
    order: 8;
  }
  .kpiModal_module_order9Xl__16abea8d {
    order: 9;
  }
  .kpiModal_module_order10Xl__16abea8d {
    order: 10;
  }
  .kpiModal_module_order11Xl__16abea8d {
    order: 11;
  }
  .kpiModal_module_order12Xl__16abea8d {
    order: 12;
  }
}
.kpiModal_module_kpiModal__header__16abea8d {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.kpiModal_module_kpiModal__header_Border__16abea8d {
  border-bottom: 1px solid #e6e6e6;
}
.kpiModal_module_kpiModal__title__16abea8d {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  width: 100%;
}
.kpiModal_module_kpiModal__title_Info__16abea8d {
  color: #102b7b;
}
.kpiModal_module_kpiModal__title_Color__16abea8d {
  color: #163ba8;
}
.kpiModal_module_kpiModal__title_Danger__16abea8d {
  color: #f44336;
}
.kpiModal_module_kpiModal__bodyWrapper__16abea8d {
  margin: auto;
}
.kpiModal_module_kpiModal__body__16abea8d {
  text-align: left;
}
.kpiModal_module_kpiModal__body_NoHeight__16abea8d {
  max-height: unset;
}
.kpiModal_module_kpiModal__closeIcon__16abea8d {
  color: #999999;
  cursor: pointer;
  background-color: transparent;
}
.kpiModal_module_kpiModal__closeIcon__16abea8d:hover {
  color: #333333;
}
.kpiModal_module_kpiModal__row__16abea8d {
  display: flex;
  margin-bottom: 8px;
}
.kpiModal_module_kpiModal__col__16abea8d {
  color: #999999;
}
.kpiModal_module_kpiModal__label__16abea8d {
  color: #333333;
  width: 20%;
}
.kpiModal_module_kpiModal__content__16abea8d {
  width: 80%;
}.feedbackListView_module_dNone__cdfcbd27 {
  display: none !important;
}

.feedbackListView_module_dInline__cdfcbd27 {
  display: inline !important;
}

.feedbackListView_module_dInlineBlock__cdfcbd27 {
  display: inline-block !important;
}

.feedbackListView_module_dBlock__cdfcbd27 {
  display: block !important;
}

.feedbackListView_module_dTable__cdfcbd27 {
  display: table !important;
}

.feedbackListView_module_dTableRow__cdfcbd27 {
  display: table-row !important;
}

.feedbackListView_module_dTableCell__cdfcbd27 {
  display: table-cell !important;
}

.feedbackListView_module_dFlex__cdfcbd27 {
  display: flex !important;
}

.feedbackListView_module_dInlineFlex__cdfcbd27 {
  display: inline-flex !important;
}

.feedbackListView_module_justifyContentStart__cdfcbd27 {
  justify-content: flex-start;
}

.feedbackListView_module_justifyContentEnd__cdfcbd27 {
  justify-content: flex-end;
}

.feedbackListView_module_justifyContentCenter__cdfcbd27 {
  justify-content: center;
}

.feedbackListView_module_justifyContentBetween__cdfcbd27 {
  justify-content: space-between;
}

.feedbackListView_module_justifyContentAround__cdfcbd27 {
  justify-content: space-around;
}

.feedbackListView_module_justifyContentInitial__cdfcbd27 {
  justify-content: initial;
}

.feedbackListView_module_justifyContentInherit__cdfcbd27 {
  justify-content: inherit;
}

.feedbackListView_module_alignItemsStretch__cdfcbd27 {
  align-items: stretch;
}

.feedbackListView_module_alignItemsCenter__cdfcbd27 {
  align-items: center;
}

.feedbackListView_module_alignItemsStart__cdfcbd27 {
  align-items: flex-start;
}

.feedbackListView_module_alignItemsEnd__cdfcbd27 {
  align-items: flex-end;
}

.feedbackListView_module_alignItemsBase__cdfcbd27 {
  align-items: baseline;
}

.feedbackListView_module_alignSelfAuto__cdfcbd27 {
  align-self: auto;
}

.feedbackListView_module_alignSelfStretch__cdfcbd27 {
  align-self: stretch;
}

.feedbackListView_module_alignSelfCenter__cdfcbd27 {
  align-self: center;
}

.feedbackListView_module_alignSelfStart__cdfcbd27 {
  align-self: flex-start;
}

.feedbackListView_module_alignSelfEnd__cdfcbd27 {
  align-self: flex-end;
}

.feedbackListView_module_alignSelfBaseline__cdfcbd27 {
  align-self: baseline;
}

.feedbackListView_module_alignSelfInitial__cdfcbd27 {
  align-self: initial;
}

.feedbackListView_module_alignSelfInherit__cdfcbd27 {
  align-self: inherit;
}

.feedbackListView_module_alignContentStretch__cdfcbd27 {
  align-content: stretch;
}

.feedbackListView_module_alignContentCenter__cdfcbd27 {
  align-content: center;
}

.feedbackListView_module_alignContentStart__cdfcbd27 {
  align-content: flex-start;
}

.feedbackListView_module_alignContentEnd__cdfcbd27 {
  align-content: flex-end;
}

.feedbackListView_module_alignContentBetween__cdfcbd27 {
  align-content: space-between;
}

.feedbackListView_module_alignContentAround__cdfcbd27 {
  align-content: space-around;
}

.feedbackListView_module_alignContentInitial__cdfcbd27 {
  align-content: initial;
}

.feedbackListView_module_alignContentInherit__cdfcbd27 {
  align-content: inherit;
}

.feedbackListView_module_flexRow__cdfcbd27 {
  flex-direction: row;
}

.feedbackListView_module_flexRowReverse__cdfcbd27 {
  flex-direction: row-reverse;
}

.feedbackListView_module_flexColumn__cdfcbd27 {
  flex-direction: column;
}

.feedbackListView_module_flexColumnReverse__cdfcbd27 {
  flex-direction: column-reverse;
}

.feedbackListView_module_flexWrap__cdfcbd27 {
  flex-wrap: wrap;
}

.feedbackListView_module_flexNowrap__cdfcbd27 {
  flex-wrap: nowrap;
}

.feedbackListView_module_order1__cdfcbd27 {
  order: 1;
}

.feedbackListView_module_order2__cdfcbd27 {
  order: 2;
}

.feedbackListView_module_order3__cdfcbd27 {
  order: 3;
}

.feedbackListView_module_order4__cdfcbd27 {
  order: 4;
}

.feedbackListView_module_order5__cdfcbd27 {
  order: 5;
}

.feedbackListView_module_order6__cdfcbd27 {
  order: 6;
}

.feedbackListView_module_order7__cdfcbd27 {
  order: 7;
}

.feedbackListView_module_order8__cdfcbd27 {
  order: 8;
}

.feedbackListView_module_order9__cdfcbd27 {
  order: 9;
}

.feedbackListView_module_order10__cdfcbd27 {
  order: 10;
}

.feedbackListView_module_order11__cdfcbd27 {
  order: 11;
}

.feedbackListView_module_order12__cdfcbd27 {
  order: 12;
}

@media (min-width: 576px) {
  .feedbackListView_module_dSmNone__cdfcbd27 {
    display: none !important;
  }
  .feedbackListView_module_dSmInline__cdfcbd27 {
    display: inline !important;
  }
  .feedbackListView_module_dSmInlineBlock__cdfcbd27 {
    display: inline-block !important;
  }
  .feedbackListView_module_dSmBlock__cdfcbd27 {
    display: block !important;
  }
  .feedbackListView_module_dSmTable__cdfcbd27 {
    display: table !important;
  }
  .feedbackListView_module_dSmTableRow__cdfcbd27 {
    display: table-row !important;
  }
  .feedbackListView_module_dSmTableCell__cdfcbd27 {
    display: table-cell !important;
  }
  .feedbackListView_module_dSmFlex__cdfcbd27 {
    display: flex !important;
  }
  .feedbackListView_module_dSmInlineFlex__cdfcbd27 {
    display: inline-flex !important;
  }
  .feedbackListView_module_justifyContentStartSm__cdfcbd27 {
    justify-content: flex-start;
  }
  .feedbackListView_module_justifyContentEndSm__cdfcbd27 {
    justify-content: flex-end;
  }
  .feedbackListView_module_justifyContentCenterSm__cdfcbd27 {
    justify-content: center;
  }
  .feedbackListView_module_justifyContentBetweenSm__cdfcbd27 {
    justify-content: space-between;
  }
  .feedbackListView_module_justifyContentAroundSm__cdfcbd27 {
    justify-content: space-around;
  }
  .feedbackListView_module_justifyContentInitialSm__cdfcbd27 {
    justify-content: initial;
  }
  .feedbackListView_module_justifyContentInheritSm__cdfcbd27 {
    justify-content: inherit;
  }
  .feedbackListView_module_alignItemsStretchSm__cdfcbd27 {
    align-items: stretch;
  }
  .feedbackListView_module_alignItemsCenterSm__cdfcbd27 {
    align-items: center;
  }
  .feedbackListView_module_alignItemsStartSm__cdfcbd27 {
    align-items: flex-start;
  }
  .feedbackListView_module_alignItemsEndSm__cdfcbd27 {
    align-items: flex-end;
  }
  .feedbackListView_module_alignItemsBaseSm__cdfcbd27 {
    align-items: baseline;
  }
  .feedbackListView_module_alignSelfAutoSm__cdfcbd27 {
    align-self: auto;
  }
  .feedbackListView_module_alignSelfStretchSm__cdfcbd27 {
    align-self: stretch;
  }
  .feedbackListView_module_alignSelfCenterSm__cdfcbd27 {
    align-self: center;
  }
  .feedbackListView_module_alignSelfStartSm__cdfcbd27 {
    align-self: flex-start;
  }
  .feedbackListView_module_alignSelfEndSm__cdfcbd27 {
    align-self: flex-end;
  }
  .feedbackListView_module_alignSelfBaselineSm__cdfcbd27 {
    align-self: baseline;
  }
  .feedbackListView_module_alignSelfInitialSm__cdfcbd27 {
    align-self: initial;
  }
  .feedbackListView_module_alignSelfInheritSm__cdfcbd27 {
    align-self: inherit;
  }
  .feedbackListView_module_alignContentStretchSm__cdfcbd27 {
    align-content: stretch;
  }
  .feedbackListView_module_alignContentCenterSm__cdfcbd27 {
    align-content: center;
  }
  .feedbackListView_module_alignContentStartSm__cdfcbd27 {
    align-content: flex-start;
  }
  .feedbackListView_module_alignContentEndSm__cdfcbd27 {
    align-content: flex-end;
  }
  .feedbackListView_module_alignContentBetweenSm__cdfcbd27 {
    align-content: space-between;
  }
  .feedbackListView_module_alignContentAroundSm__cdfcbd27 {
    align-content: space-around;
  }
  .feedbackListView_module_alignContentInitialSm__cdfcbd27 {
    align-content: initial;
  }
  .feedbackListView_module_alignContentInheritSm__cdfcbd27 {
    align-content: inherit;
  }
  .feedbackListView_module_flexRowSm__cdfcbd27 {
    flex-direction: row;
  }
  .feedbackListView_module_flexRowReverseSm__cdfcbd27 {
    flex-direction: row-reverse;
  }
  .feedbackListView_module_flexColumnSm__cdfcbd27 {
    flex-direction: column;
  }
  .feedbackListView_module_flexColumnReverseSm__cdfcbd27 {
    flex-direction: column-reverse;
  }
  .feedbackListView_module_flexWrapSm__cdfcbd27 {
    flex-wrap: wrap;
  }
  .feedbackListView_module_flexNowrapSm__cdfcbd27 {
    flex-wrap: nowrap;
  }
  .feedbackListView_module_order1Sm__cdfcbd27 {
    order: 1;
  }
  .feedbackListView_module_order2Sm__cdfcbd27 {
    order: 2;
  }
  .feedbackListView_module_order3Sm__cdfcbd27 {
    order: 3;
  }
  .feedbackListView_module_order4Sm__cdfcbd27 {
    order: 4;
  }
  .feedbackListView_module_order5Sm__cdfcbd27 {
    order: 5;
  }
  .feedbackListView_module_order6Sm__cdfcbd27 {
    order: 6;
  }
  .feedbackListView_module_order7Sm__cdfcbd27 {
    order: 7;
  }
  .feedbackListView_module_order8Sm__cdfcbd27 {
    order: 8;
  }
  .feedbackListView_module_order9Sm__cdfcbd27 {
    order: 9;
  }
  .feedbackListView_module_order10Sm__cdfcbd27 {
    order: 10;
  }
  .feedbackListView_module_order11Sm__cdfcbd27 {
    order: 11;
  }
  .feedbackListView_module_order12Sm__cdfcbd27 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .feedbackListView_module_dMdNone__cdfcbd27 {
    display: none !important;
  }
  .feedbackListView_module_dMdInline__cdfcbd27 {
    display: inline !important;
  }
  .feedbackListView_module_dMdInlineBlock__cdfcbd27 {
    display: inline-block !important;
  }
  .feedbackListView_module_dMdBlock__cdfcbd27 {
    display: block !important;
  }
  .feedbackListView_module_dMdTable__cdfcbd27 {
    display: table !important;
  }
  .feedbackListView_module_dMdTableRow__cdfcbd27 {
    display: table-row !important;
  }
  .feedbackListView_module_dMdTableCell__cdfcbd27 {
    display: table-cell !important;
  }
  .feedbackListView_module_dMdFlex__cdfcbd27 {
    display: flex !important;
  }
  .feedbackListView_module_dMdInlineFlex__cdfcbd27 {
    display: inline-flex !important;
  }
  .feedbackListView_module_justifyContentStartMd__cdfcbd27 {
    justify-content: flex-start;
  }
  .feedbackListView_module_justifyContentEndMd__cdfcbd27 {
    justify-content: flex-end;
  }
  .feedbackListView_module_justifyContentCenterMd__cdfcbd27 {
    justify-content: center;
  }
  .feedbackListView_module_justifyContentBetweenMd__cdfcbd27 {
    justify-content: space-between;
  }
  .feedbackListView_module_justifyContentAroundMd__cdfcbd27 {
    justify-content: space-around;
  }
  .feedbackListView_module_justifyContentInitialMd__cdfcbd27 {
    justify-content: initial;
  }
  .feedbackListView_module_justifyContentInheritMd__cdfcbd27 {
    justify-content: inherit;
  }
  .feedbackListView_module_alignItemsStretchMd__cdfcbd27 {
    align-items: stretch;
  }
  .feedbackListView_module_alignItemsCenterMd__cdfcbd27 {
    align-items: center;
  }
  .feedbackListView_module_alignItemsStartMd__cdfcbd27 {
    align-items: flex-start;
  }
  .feedbackListView_module_alignItemsEndMd__cdfcbd27 {
    align-items: flex-end;
  }
  .feedbackListView_module_alignItemsBaseMd__cdfcbd27 {
    align-items: baseline;
  }
  .feedbackListView_module_alignSelfAutoMd__cdfcbd27 {
    align-self: auto;
  }
  .feedbackListView_module_alignSelfStretchMd__cdfcbd27 {
    align-self: stretch;
  }
  .feedbackListView_module_alignSelfCenterMd__cdfcbd27 {
    align-self: center;
  }
  .feedbackListView_module_alignSelfStartMd__cdfcbd27 {
    align-self: flex-start;
  }
  .feedbackListView_module_alignSelfEndMd__cdfcbd27 {
    align-self: flex-end;
  }
  .feedbackListView_module_alignSelfBaselineMd__cdfcbd27 {
    align-self: baseline;
  }
  .feedbackListView_module_alignSelfInitialMd__cdfcbd27 {
    align-self: initial;
  }
  .feedbackListView_module_alignSelfInheritMd__cdfcbd27 {
    align-self: inherit;
  }
  .feedbackListView_module_alignContentStretchMd__cdfcbd27 {
    align-content: stretch;
  }
  .feedbackListView_module_alignContentCenterMd__cdfcbd27 {
    align-content: center;
  }
  .feedbackListView_module_alignContentStartMd__cdfcbd27 {
    align-content: flex-start;
  }
  .feedbackListView_module_alignContentEndMd__cdfcbd27 {
    align-content: flex-end;
  }
  .feedbackListView_module_alignContentBetweenMd__cdfcbd27 {
    align-content: space-between;
  }
  .feedbackListView_module_alignContentAroundMd__cdfcbd27 {
    align-content: space-around;
  }
  .feedbackListView_module_alignContentInitialMd__cdfcbd27 {
    align-content: initial;
  }
  .feedbackListView_module_alignContentInheritMd__cdfcbd27 {
    align-content: inherit;
  }
  .feedbackListView_module_flexRowMd__cdfcbd27 {
    flex-direction: row;
  }
  .feedbackListView_module_flexRowReverseMd__cdfcbd27 {
    flex-direction: row-reverse;
  }
  .feedbackListView_module_flexColumnMd__cdfcbd27 {
    flex-direction: column;
  }
  .feedbackListView_module_flexColumnReverseMd__cdfcbd27 {
    flex-direction: column-reverse;
  }
  .feedbackListView_module_flexWrapMd__cdfcbd27 {
    flex-wrap: wrap;
  }
  .feedbackListView_module_flexNowrapMd__cdfcbd27 {
    flex-wrap: nowrap;
  }
  .feedbackListView_module_order1Md__cdfcbd27 {
    order: 1;
  }
  .feedbackListView_module_order2Md__cdfcbd27 {
    order: 2;
  }
  .feedbackListView_module_order3Md__cdfcbd27 {
    order: 3;
  }
  .feedbackListView_module_order4Md__cdfcbd27 {
    order: 4;
  }
  .feedbackListView_module_order5Md__cdfcbd27 {
    order: 5;
  }
  .feedbackListView_module_order6Md__cdfcbd27 {
    order: 6;
  }
  .feedbackListView_module_order7Md__cdfcbd27 {
    order: 7;
  }
  .feedbackListView_module_order8Md__cdfcbd27 {
    order: 8;
  }
  .feedbackListView_module_order9Md__cdfcbd27 {
    order: 9;
  }
  .feedbackListView_module_order10Md__cdfcbd27 {
    order: 10;
  }
  .feedbackListView_module_order11Md__cdfcbd27 {
    order: 11;
  }
  .feedbackListView_module_order12Md__cdfcbd27 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .feedbackListView_module_dLgNone__cdfcbd27 {
    display: none !important;
  }
  .feedbackListView_module_dLgInline__cdfcbd27 {
    display: inline !important;
  }
  .feedbackListView_module_dLgInlineBlock__cdfcbd27 {
    display: inline-block !important;
  }
  .feedbackListView_module_dLgBlock__cdfcbd27 {
    display: block !important;
  }
  .feedbackListView_module_dLgTable__cdfcbd27 {
    display: table !important;
  }
  .feedbackListView_module_dLgTableRow__cdfcbd27 {
    display: table-row !important;
  }
  .feedbackListView_module_dLgTableCell__cdfcbd27 {
    display: table-cell !important;
  }
  .feedbackListView_module_dLgFlex__cdfcbd27 {
    display: flex !important;
  }
  .feedbackListView_module_dLgInlineFlex__cdfcbd27 {
    display: inline-flex !important;
  }
  .feedbackListView_module_justifyContentStartLg__cdfcbd27 {
    justify-content: flex-start;
  }
  .feedbackListView_module_justifyContentEndLg__cdfcbd27 {
    justify-content: flex-end;
  }
  .feedbackListView_module_justifyContentCenterLg__cdfcbd27 {
    justify-content: center;
  }
  .feedbackListView_module_justifyContentBetweenLg__cdfcbd27 {
    justify-content: space-between;
  }
  .feedbackListView_module_justifyContentAroundLg__cdfcbd27 {
    justify-content: space-around;
  }
  .feedbackListView_module_justifyContentInitialLg__cdfcbd27 {
    justify-content: initial;
  }
  .feedbackListView_module_justifyContentInheritLg__cdfcbd27 {
    justify-content: inherit;
  }
  .feedbackListView_module_alignItemsStretchLg__cdfcbd27 {
    align-items: stretch;
  }
  .feedbackListView_module_alignItemsCenterLg__cdfcbd27 {
    align-items: center;
  }
  .feedbackListView_module_alignItemsStartLg__cdfcbd27 {
    align-items: flex-start;
  }
  .feedbackListView_module_alignItemsEndLg__cdfcbd27 {
    align-items: flex-end;
  }
  .feedbackListView_module_alignItemsBaseLg__cdfcbd27 {
    align-items: baseline;
  }
  .feedbackListView_module_alignSelfAutoLg__cdfcbd27 {
    align-self: auto;
  }
  .feedbackListView_module_alignSelfStretchLg__cdfcbd27 {
    align-self: stretch;
  }
  .feedbackListView_module_alignSelfCenterLg__cdfcbd27 {
    align-self: center;
  }
  .feedbackListView_module_alignSelfStartLg__cdfcbd27 {
    align-self: flex-start;
  }
  .feedbackListView_module_alignSelfEndLg__cdfcbd27 {
    align-self: flex-end;
  }
  .feedbackListView_module_alignSelfBaselineLg__cdfcbd27 {
    align-self: baseline;
  }
  .feedbackListView_module_alignSelfInitialLg__cdfcbd27 {
    align-self: initial;
  }
  .feedbackListView_module_alignSelfInheritLg__cdfcbd27 {
    align-self: inherit;
  }
  .feedbackListView_module_alignContentStretchLg__cdfcbd27 {
    align-content: stretch;
  }
  .feedbackListView_module_alignContentCenterLg__cdfcbd27 {
    align-content: center;
  }
  .feedbackListView_module_alignContentStartLg__cdfcbd27 {
    align-content: flex-start;
  }
  .feedbackListView_module_alignContentEndLg__cdfcbd27 {
    align-content: flex-end;
  }
  .feedbackListView_module_alignContentBetweenLg__cdfcbd27 {
    align-content: space-between;
  }
  .feedbackListView_module_alignContentAroundLg__cdfcbd27 {
    align-content: space-around;
  }
  .feedbackListView_module_alignContentInitialLg__cdfcbd27 {
    align-content: initial;
  }
  .feedbackListView_module_alignContentInheritLg__cdfcbd27 {
    align-content: inherit;
  }
  .feedbackListView_module_flexRowLg__cdfcbd27 {
    flex-direction: row;
  }
  .feedbackListView_module_flexRowReverseLg__cdfcbd27 {
    flex-direction: row-reverse;
  }
  .feedbackListView_module_flexColumnLg__cdfcbd27 {
    flex-direction: column;
  }
  .feedbackListView_module_flexColumnReverseLg__cdfcbd27 {
    flex-direction: column-reverse;
  }
  .feedbackListView_module_flexWrapLg__cdfcbd27 {
    flex-wrap: wrap;
  }
  .feedbackListView_module_flexNowrapLg__cdfcbd27 {
    flex-wrap: nowrap;
  }
  .feedbackListView_module_order1Lg__cdfcbd27 {
    order: 1;
  }
  .feedbackListView_module_order2Lg__cdfcbd27 {
    order: 2;
  }
  .feedbackListView_module_order3Lg__cdfcbd27 {
    order: 3;
  }
  .feedbackListView_module_order4Lg__cdfcbd27 {
    order: 4;
  }
  .feedbackListView_module_order5Lg__cdfcbd27 {
    order: 5;
  }
  .feedbackListView_module_order6Lg__cdfcbd27 {
    order: 6;
  }
  .feedbackListView_module_order7Lg__cdfcbd27 {
    order: 7;
  }
  .feedbackListView_module_order8Lg__cdfcbd27 {
    order: 8;
  }
  .feedbackListView_module_order9Lg__cdfcbd27 {
    order: 9;
  }
  .feedbackListView_module_order10Lg__cdfcbd27 {
    order: 10;
  }
  .feedbackListView_module_order11Lg__cdfcbd27 {
    order: 11;
  }
  .feedbackListView_module_order12Lg__cdfcbd27 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .feedbackListView_module_dXlNone__cdfcbd27 {
    display: none !important;
  }
  .feedbackListView_module_dXlInline__cdfcbd27 {
    display: inline !important;
  }
  .feedbackListView_module_dXlInlineBlock__cdfcbd27 {
    display: inline-block !important;
  }
  .feedbackListView_module_dXlBlock__cdfcbd27 {
    display: block !important;
  }
  .feedbackListView_module_dXlTable__cdfcbd27 {
    display: table !important;
  }
  .feedbackListView_module_dXlTableRow__cdfcbd27 {
    display: table-row !important;
  }
  .feedbackListView_module_dXlTableCell__cdfcbd27 {
    display: table-cell !important;
  }
  .feedbackListView_module_dXlFlex__cdfcbd27 {
    display: flex !important;
  }
  .feedbackListView_module_dXlInlineFlex__cdfcbd27 {
    display: inline-flex !important;
  }
  .feedbackListView_module_justifyContentStartXl__cdfcbd27 {
    justify-content: flex-start;
  }
  .feedbackListView_module_justifyContentEndXl__cdfcbd27 {
    justify-content: flex-end;
  }
  .feedbackListView_module_justifyContentCenterXl__cdfcbd27 {
    justify-content: center;
  }
  .feedbackListView_module_justifyContentBetweenXl__cdfcbd27 {
    justify-content: space-between;
  }
  .feedbackListView_module_justifyContentAroundXl__cdfcbd27 {
    justify-content: space-around;
  }
  .feedbackListView_module_justifyContentInitialXl__cdfcbd27 {
    justify-content: initial;
  }
  .feedbackListView_module_justifyContentInheritXl__cdfcbd27 {
    justify-content: inherit;
  }
  .feedbackListView_module_alignItemsStretchXl__cdfcbd27 {
    align-items: stretch;
  }
  .feedbackListView_module_alignItemsCenterXl__cdfcbd27 {
    align-items: center;
  }
  .feedbackListView_module_alignItemsStartXl__cdfcbd27 {
    align-items: flex-start;
  }
  .feedbackListView_module_alignItemsEndXl__cdfcbd27 {
    align-items: flex-end;
  }
  .feedbackListView_module_alignItemsBaseXl__cdfcbd27 {
    align-items: baseline;
  }
  .feedbackListView_module_alignSelfAutoXl__cdfcbd27 {
    align-self: auto;
  }
  .feedbackListView_module_alignSelfStretchXl__cdfcbd27 {
    align-self: stretch;
  }
  .feedbackListView_module_alignSelfCenterXl__cdfcbd27 {
    align-self: center;
  }
  .feedbackListView_module_alignSelfStartXl__cdfcbd27 {
    align-self: flex-start;
  }
  .feedbackListView_module_alignSelfEndXl__cdfcbd27 {
    align-self: flex-end;
  }
  .feedbackListView_module_alignSelfBaselineXl__cdfcbd27 {
    align-self: baseline;
  }
  .feedbackListView_module_alignSelfInitialXl__cdfcbd27 {
    align-self: initial;
  }
  .feedbackListView_module_alignSelfInheritXl__cdfcbd27 {
    align-self: inherit;
  }
  .feedbackListView_module_alignContentStretchXl__cdfcbd27 {
    align-content: stretch;
  }
  .feedbackListView_module_alignContentCenterXl__cdfcbd27 {
    align-content: center;
  }
  .feedbackListView_module_alignContentStartXl__cdfcbd27 {
    align-content: flex-start;
  }
  .feedbackListView_module_alignContentEndXl__cdfcbd27 {
    align-content: flex-end;
  }
  .feedbackListView_module_alignContentBetweenXl__cdfcbd27 {
    align-content: space-between;
  }
  .feedbackListView_module_alignContentAroundXl__cdfcbd27 {
    align-content: space-around;
  }
  .feedbackListView_module_alignContentInitialXl__cdfcbd27 {
    align-content: initial;
  }
  .feedbackListView_module_alignContentInheritXl__cdfcbd27 {
    align-content: inherit;
  }
  .feedbackListView_module_flexRowXl__cdfcbd27 {
    flex-direction: row;
  }
  .feedbackListView_module_flexRowReverseXl__cdfcbd27 {
    flex-direction: row-reverse;
  }
  .feedbackListView_module_flexColumnXl__cdfcbd27 {
    flex-direction: column;
  }
  .feedbackListView_module_flexColumnReverseXl__cdfcbd27 {
    flex-direction: column-reverse;
  }
  .feedbackListView_module_flexWrapXl__cdfcbd27 {
    flex-wrap: wrap;
  }
  .feedbackListView_module_flexNowrapXl__cdfcbd27 {
    flex-wrap: nowrap;
  }
  .feedbackListView_module_order1Xl__cdfcbd27 {
    order: 1;
  }
  .feedbackListView_module_order2Xl__cdfcbd27 {
    order: 2;
  }
  .feedbackListView_module_order3Xl__cdfcbd27 {
    order: 3;
  }
  .feedbackListView_module_order4Xl__cdfcbd27 {
    order: 4;
  }
  .feedbackListView_module_order5Xl__cdfcbd27 {
    order: 5;
  }
  .feedbackListView_module_order6Xl__cdfcbd27 {
    order: 6;
  }
  .feedbackListView_module_order7Xl__cdfcbd27 {
    order: 7;
  }
  .feedbackListView_module_order8Xl__cdfcbd27 {
    order: 8;
  }
  .feedbackListView_module_order9Xl__cdfcbd27 {
    order: 9;
  }
  .feedbackListView_module_order10Xl__cdfcbd27 {
    order: 10;
  }
  .feedbackListView_module_order11Xl__cdfcbd27 {
    order: 11;
  }
  .feedbackListView_module_order12Xl__cdfcbd27 {
    order: 12;
  }
}
.feedbackListView_module_feedbacks__container__cdfcbd27 {
  font-family: "inter";
  margin-bottom: 12px;
}
.feedbackListView_module_feedbacks__header__cdfcbd27 {
  font-size: 1rem;
  color: #333333;
  font-weight: 600;
  margin: 12px 0;
}.feedbackView_module_dNone__5a982380 {
  display: none !important;
}

.feedbackView_module_dInline__5a982380 {
  display: inline !important;
}

.feedbackView_module_dInlineBlock__5a982380 {
  display: inline-block !important;
}

.feedbackView_module_dBlock__5a982380 {
  display: block !important;
}

.feedbackView_module_dTable__5a982380 {
  display: table !important;
}

.feedbackView_module_dTableRow__5a982380 {
  display: table-row !important;
}

.feedbackView_module_dTableCell__5a982380 {
  display: table-cell !important;
}

.feedbackView_module_dFlex__5a982380 {
  display: flex !important;
}

.feedbackView_module_dInlineFlex__5a982380 {
  display: inline-flex !important;
}

.feedbackView_module_justifyContentStart__5a982380 {
  justify-content: flex-start;
}

.feedbackView_module_justifyContentEnd__5a982380 {
  justify-content: flex-end;
}

.feedbackView_module_justifyContentCenter__5a982380 {
  justify-content: center;
}

.feedbackView_module_justifyContentBetween__5a982380 {
  justify-content: space-between;
}

.feedbackView_module_justifyContentAround__5a982380 {
  justify-content: space-around;
}

.feedbackView_module_justifyContentInitial__5a982380 {
  justify-content: initial;
}

.feedbackView_module_justifyContentInherit__5a982380 {
  justify-content: inherit;
}

.feedbackView_module_alignItemsStretch__5a982380 {
  align-items: stretch;
}

.feedbackView_module_alignItemsCenter__5a982380 {
  align-items: center;
}

.feedbackView_module_alignItemsStart__5a982380 {
  align-items: flex-start;
}

.feedbackView_module_alignItemsEnd__5a982380 {
  align-items: flex-end;
}

.feedbackView_module_alignItemsBase__5a982380 {
  align-items: baseline;
}

.feedbackView_module_alignSelfAuto__5a982380 {
  align-self: auto;
}

.feedbackView_module_alignSelfStretch__5a982380 {
  align-self: stretch;
}

.feedbackView_module_alignSelfCenter__5a982380 {
  align-self: center;
}

.feedbackView_module_alignSelfStart__5a982380 {
  align-self: flex-start;
}

.feedbackView_module_alignSelfEnd__5a982380 {
  align-self: flex-end;
}

.feedbackView_module_alignSelfBaseline__5a982380 {
  align-self: baseline;
}

.feedbackView_module_alignSelfInitial__5a982380 {
  align-self: initial;
}

.feedbackView_module_alignSelfInherit__5a982380 {
  align-self: inherit;
}

.feedbackView_module_alignContentStretch__5a982380 {
  align-content: stretch;
}

.feedbackView_module_alignContentCenter__5a982380 {
  align-content: center;
}

.feedbackView_module_alignContentStart__5a982380 {
  align-content: flex-start;
}

.feedbackView_module_alignContentEnd__5a982380 {
  align-content: flex-end;
}

.feedbackView_module_alignContentBetween__5a982380 {
  align-content: space-between;
}

.feedbackView_module_alignContentAround__5a982380 {
  align-content: space-around;
}

.feedbackView_module_alignContentInitial__5a982380 {
  align-content: initial;
}

.feedbackView_module_alignContentInherit__5a982380 {
  align-content: inherit;
}

.feedbackView_module_flexRow__5a982380 {
  flex-direction: row;
}

.feedbackView_module_flexRowReverse__5a982380 {
  flex-direction: row-reverse;
}

.feedbackView_module_flexColumn__5a982380 {
  flex-direction: column;
}

.feedbackView_module_flexColumnReverse__5a982380 {
  flex-direction: column-reverse;
}

.feedbackView_module_flexWrap__5a982380 {
  flex-wrap: wrap;
}

.feedbackView_module_flexNowrap__5a982380 {
  flex-wrap: nowrap;
}

.feedbackView_module_order1__5a982380 {
  order: 1;
}

.feedbackView_module_order2__5a982380 {
  order: 2;
}

.feedbackView_module_order3__5a982380 {
  order: 3;
}

.feedbackView_module_order4__5a982380 {
  order: 4;
}

.feedbackView_module_order5__5a982380 {
  order: 5;
}

.feedbackView_module_order6__5a982380 {
  order: 6;
}

.feedbackView_module_order7__5a982380 {
  order: 7;
}

.feedbackView_module_order8__5a982380 {
  order: 8;
}

.feedbackView_module_order9__5a982380 {
  order: 9;
}

.feedbackView_module_order10__5a982380 {
  order: 10;
}

.feedbackView_module_order11__5a982380 {
  order: 11;
}

.feedbackView_module_order12__5a982380 {
  order: 12;
}

@media (min-width: 576px) {
  .feedbackView_module_dSmNone__5a982380 {
    display: none !important;
  }
  .feedbackView_module_dSmInline__5a982380 {
    display: inline !important;
  }
  .feedbackView_module_dSmInlineBlock__5a982380 {
    display: inline-block !important;
  }
  .feedbackView_module_dSmBlock__5a982380 {
    display: block !important;
  }
  .feedbackView_module_dSmTable__5a982380 {
    display: table !important;
  }
  .feedbackView_module_dSmTableRow__5a982380 {
    display: table-row !important;
  }
  .feedbackView_module_dSmTableCell__5a982380 {
    display: table-cell !important;
  }
  .feedbackView_module_dSmFlex__5a982380 {
    display: flex !important;
  }
  .feedbackView_module_dSmInlineFlex__5a982380 {
    display: inline-flex !important;
  }
  .feedbackView_module_justifyContentStartSm__5a982380 {
    justify-content: flex-start;
  }
  .feedbackView_module_justifyContentEndSm__5a982380 {
    justify-content: flex-end;
  }
  .feedbackView_module_justifyContentCenterSm__5a982380 {
    justify-content: center;
  }
  .feedbackView_module_justifyContentBetweenSm__5a982380 {
    justify-content: space-between;
  }
  .feedbackView_module_justifyContentAroundSm__5a982380 {
    justify-content: space-around;
  }
  .feedbackView_module_justifyContentInitialSm__5a982380 {
    justify-content: initial;
  }
  .feedbackView_module_justifyContentInheritSm__5a982380 {
    justify-content: inherit;
  }
  .feedbackView_module_alignItemsStretchSm__5a982380 {
    align-items: stretch;
  }
  .feedbackView_module_alignItemsCenterSm__5a982380 {
    align-items: center;
  }
  .feedbackView_module_alignItemsStartSm__5a982380 {
    align-items: flex-start;
  }
  .feedbackView_module_alignItemsEndSm__5a982380 {
    align-items: flex-end;
  }
  .feedbackView_module_alignItemsBaseSm__5a982380 {
    align-items: baseline;
  }
  .feedbackView_module_alignSelfAutoSm__5a982380 {
    align-self: auto;
  }
  .feedbackView_module_alignSelfStretchSm__5a982380 {
    align-self: stretch;
  }
  .feedbackView_module_alignSelfCenterSm__5a982380 {
    align-self: center;
  }
  .feedbackView_module_alignSelfStartSm__5a982380 {
    align-self: flex-start;
  }
  .feedbackView_module_alignSelfEndSm__5a982380 {
    align-self: flex-end;
  }
  .feedbackView_module_alignSelfBaselineSm__5a982380 {
    align-self: baseline;
  }
  .feedbackView_module_alignSelfInitialSm__5a982380 {
    align-self: initial;
  }
  .feedbackView_module_alignSelfInheritSm__5a982380 {
    align-self: inherit;
  }
  .feedbackView_module_alignContentStretchSm__5a982380 {
    align-content: stretch;
  }
  .feedbackView_module_alignContentCenterSm__5a982380 {
    align-content: center;
  }
  .feedbackView_module_alignContentStartSm__5a982380 {
    align-content: flex-start;
  }
  .feedbackView_module_alignContentEndSm__5a982380 {
    align-content: flex-end;
  }
  .feedbackView_module_alignContentBetweenSm__5a982380 {
    align-content: space-between;
  }
  .feedbackView_module_alignContentAroundSm__5a982380 {
    align-content: space-around;
  }
  .feedbackView_module_alignContentInitialSm__5a982380 {
    align-content: initial;
  }
  .feedbackView_module_alignContentInheritSm__5a982380 {
    align-content: inherit;
  }
  .feedbackView_module_flexRowSm__5a982380 {
    flex-direction: row;
  }
  .feedbackView_module_flexRowReverseSm__5a982380 {
    flex-direction: row-reverse;
  }
  .feedbackView_module_flexColumnSm__5a982380 {
    flex-direction: column;
  }
  .feedbackView_module_flexColumnReverseSm__5a982380 {
    flex-direction: column-reverse;
  }
  .feedbackView_module_flexWrapSm__5a982380 {
    flex-wrap: wrap;
  }
  .feedbackView_module_flexNowrapSm__5a982380 {
    flex-wrap: nowrap;
  }
  .feedbackView_module_order1Sm__5a982380 {
    order: 1;
  }
  .feedbackView_module_order2Sm__5a982380 {
    order: 2;
  }
  .feedbackView_module_order3Sm__5a982380 {
    order: 3;
  }
  .feedbackView_module_order4Sm__5a982380 {
    order: 4;
  }
  .feedbackView_module_order5Sm__5a982380 {
    order: 5;
  }
  .feedbackView_module_order6Sm__5a982380 {
    order: 6;
  }
  .feedbackView_module_order7Sm__5a982380 {
    order: 7;
  }
  .feedbackView_module_order8Sm__5a982380 {
    order: 8;
  }
  .feedbackView_module_order9Sm__5a982380 {
    order: 9;
  }
  .feedbackView_module_order10Sm__5a982380 {
    order: 10;
  }
  .feedbackView_module_order11Sm__5a982380 {
    order: 11;
  }
  .feedbackView_module_order12Sm__5a982380 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .feedbackView_module_dMdNone__5a982380 {
    display: none !important;
  }
  .feedbackView_module_dMdInline__5a982380 {
    display: inline !important;
  }
  .feedbackView_module_dMdInlineBlock__5a982380 {
    display: inline-block !important;
  }
  .feedbackView_module_dMdBlock__5a982380 {
    display: block !important;
  }
  .feedbackView_module_dMdTable__5a982380 {
    display: table !important;
  }
  .feedbackView_module_dMdTableRow__5a982380 {
    display: table-row !important;
  }
  .feedbackView_module_dMdTableCell__5a982380 {
    display: table-cell !important;
  }
  .feedbackView_module_dMdFlex__5a982380 {
    display: flex !important;
  }
  .feedbackView_module_dMdInlineFlex__5a982380 {
    display: inline-flex !important;
  }
  .feedbackView_module_justifyContentStartMd__5a982380 {
    justify-content: flex-start;
  }
  .feedbackView_module_justifyContentEndMd__5a982380 {
    justify-content: flex-end;
  }
  .feedbackView_module_justifyContentCenterMd__5a982380 {
    justify-content: center;
  }
  .feedbackView_module_justifyContentBetweenMd__5a982380 {
    justify-content: space-between;
  }
  .feedbackView_module_justifyContentAroundMd__5a982380 {
    justify-content: space-around;
  }
  .feedbackView_module_justifyContentInitialMd__5a982380 {
    justify-content: initial;
  }
  .feedbackView_module_justifyContentInheritMd__5a982380 {
    justify-content: inherit;
  }
  .feedbackView_module_alignItemsStretchMd__5a982380 {
    align-items: stretch;
  }
  .feedbackView_module_alignItemsCenterMd__5a982380 {
    align-items: center;
  }
  .feedbackView_module_alignItemsStartMd__5a982380 {
    align-items: flex-start;
  }
  .feedbackView_module_alignItemsEndMd__5a982380 {
    align-items: flex-end;
  }
  .feedbackView_module_alignItemsBaseMd__5a982380 {
    align-items: baseline;
  }
  .feedbackView_module_alignSelfAutoMd__5a982380 {
    align-self: auto;
  }
  .feedbackView_module_alignSelfStretchMd__5a982380 {
    align-self: stretch;
  }
  .feedbackView_module_alignSelfCenterMd__5a982380 {
    align-self: center;
  }
  .feedbackView_module_alignSelfStartMd__5a982380 {
    align-self: flex-start;
  }
  .feedbackView_module_alignSelfEndMd__5a982380 {
    align-self: flex-end;
  }
  .feedbackView_module_alignSelfBaselineMd__5a982380 {
    align-self: baseline;
  }
  .feedbackView_module_alignSelfInitialMd__5a982380 {
    align-self: initial;
  }
  .feedbackView_module_alignSelfInheritMd__5a982380 {
    align-self: inherit;
  }
  .feedbackView_module_alignContentStretchMd__5a982380 {
    align-content: stretch;
  }
  .feedbackView_module_alignContentCenterMd__5a982380 {
    align-content: center;
  }
  .feedbackView_module_alignContentStartMd__5a982380 {
    align-content: flex-start;
  }
  .feedbackView_module_alignContentEndMd__5a982380 {
    align-content: flex-end;
  }
  .feedbackView_module_alignContentBetweenMd__5a982380 {
    align-content: space-between;
  }
  .feedbackView_module_alignContentAroundMd__5a982380 {
    align-content: space-around;
  }
  .feedbackView_module_alignContentInitialMd__5a982380 {
    align-content: initial;
  }
  .feedbackView_module_alignContentInheritMd__5a982380 {
    align-content: inherit;
  }
  .feedbackView_module_flexRowMd__5a982380 {
    flex-direction: row;
  }
  .feedbackView_module_flexRowReverseMd__5a982380 {
    flex-direction: row-reverse;
  }
  .feedbackView_module_flexColumnMd__5a982380 {
    flex-direction: column;
  }
  .feedbackView_module_flexColumnReverseMd__5a982380 {
    flex-direction: column-reverse;
  }
  .feedbackView_module_flexWrapMd__5a982380 {
    flex-wrap: wrap;
  }
  .feedbackView_module_flexNowrapMd__5a982380 {
    flex-wrap: nowrap;
  }
  .feedbackView_module_order1Md__5a982380 {
    order: 1;
  }
  .feedbackView_module_order2Md__5a982380 {
    order: 2;
  }
  .feedbackView_module_order3Md__5a982380 {
    order: 3;
  }
  .feedbackView_module_order4Md__5a982380 {
    order: 4;
  }
  .feedbackView_module_order5Md__5a982380 {
    order: 5;
  }
  .feedbackView_module_order6Md__5a982380 {
    order: 6;
  }
  .feedbackView_module_order7Md__5a982380 {
    order: 7;
  }
  .feedbackView_module_order8Md__5a982380 {
    order: 8;
  }
  .feedbackView_module_order9Md__5a982380 {
    order: 9;
  }
  .feedbackView_module_order10Md__5a982380 {
    order: 10;
  }
  .feedbackView_module_order11Md__5a982380 {
    order: 11;
  }
  .feedbackView_module_order12Md__5a982380 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .feedbackView_module_dLgNone__5a982380 {
    display: none !important;
  }
  .feedbackView_module_dLgInline__5a982380 {
    display: inline !important;
  }
  .feedbackView_module_dLgInlineBlock__5a982380 {
    display: inline-block !important;
  }
  .feedbackView_module_dLgBlock__5a982380 {
    display: block !important;
  }
  .feedbackView_module_dLgTable__5a982380 {
    display: table !important;
  }
  .feedbackView_module_dLgTableRow__5a982380 {
    display: table-row !important;
  }
  .feedbackView_module_dLgTableCell__5a982380 {
    display: table-cell !important;
  }
  .feedbackView_module_dLgFlex__5a982380 {
    display: flex !important;
  }
  .feedbackView_module_dLgInlineFlex__5a982380 {
    display: inline-flex !important;
  }
  .feedbackView_module_justifyContentStartLg__5a982380 {
    justify-content: flex-start;
  }
  .feedbackView_module_justifyContentEndLg__5a982380 {
    justify-content: flex-end;
  }
  .feedbackView_module_justifyContentCenterLg__5a982380 {
    justify-content: center;
  }
  .feedbackView_module_justifyContentBetweenLg__5a982380 {
    justify-content: space-between;
  }
  .feedbackView_module_justifyContentAroundLg__5a982380 {
    justify-content: space-around;
  }
  .feedbackView_module_justifyContentInitialLg__5a982380 {
    justify-content: initial;
  }
  .feedbackView_module_justifyContentInheritLg__5a982380 {
    justify-content: inherit;
  }
  .feedbackView_module_alignItemsStretchLg__5a982380 {
    align-items: stretch;
  }
  .feedbackView_module_alignItemsCenterLg__5a982380 {
    align-items: center;
  }
  .feedbackView_module_alignItemsStartLg__5a982380 {
    align-items: flex-start;
  }
  .feedbackView_module_alignItemsEndLg__5a982380 {
    align-items: flex-end;
  }
  .feedbackView_module_alignItemsBaseLg__5a982380 {
    align-items: baseline;
  }
  .feedbackView_module_alignSelfAutoLg__5a982380 {
    align-self: auto;
  }
  .feedbackView_module_alignSelfStretchLg__5a982380 {
    align-self: stretch;
  }
  .feedbackView_module_alignSelfCenterLg__5a982380 {
    align-self: center;
  }
  .feedbackView_module_alignSelfStartLg__5a982380 {
    align-self: flex-start;
  }
  .feedbackView_module_alignSelfEndLg__5a982380 {
    align-self: flex-end;
  }
  .feedbackView_module_alignSelfBaselineLg__5a982380 {
    align-self: baseline;
  }
  .feedbackView_module_alignSelfInitialLg__5a982380 {
    align-self: initial;
  }
  .feedbackView_module_alignSelfInheritLg__5a982380 {
    align-self: inherit;
  }
  .feedbackView_module_alignContentStretchLg__5a982380 {
    align-content: stretch;
  }
  .feedbackView_module_alignContentCenterLg__5a982380 {
    align-content: center;
  }
  .feedbackView_module_alignContentStartLg__5a982380 {
    align-content: flex-start;
  }
  .feedbackView_module_alignContentEndLg__5a982380 {
    align-content: flex-end;
  }
  .feedbackView_module_alignContentBetweenLg__5a982380 {
    align-content: space-between;
  }
  .feedbackView_module_alignContentAroundLg__5a982380 {
    align-content: space-around;
  }
  .feedbackView_module_alignContentInitialLg__5a982380 {
    align-content: initial;
  }
  .feedbackView_module_alignContentInheritLg__5a982380 {
    align-content: inherit;
  }
  .feedbackView_module_flexRowLg__5a982380 {
    flex-direction: row;
  }
  .feedbackView_module_flexRowReverseLg__5a982380 {
    flex-direction: row-reverse;
  }
  .feedbackView_module_flexColumnLg__5a982380 {
    flex-direction: column;
  }
  .feedbackView_module_flexColumnReverseLg__5a982380 {
    flex-direction: column-reverse;
  }
  .feedbackView_module_flexWrapLg__5a982380 {
    flex-wrap: wrap;
  }
  .feedbackView_module_flexNowrapLg__5a982380 {
    flex-wrap: nowrap;
  }
  .feedbackView_module_order1Lg__5a982380 {
    order: 1;
  }
  .feedbackView_module_order2Lg__5a982380 {
    order: 2;
  }
  .feedbackView_module_order3Lg__5a982380 {
    order: 3;
  }
  .feedbackView_module_order4Lg__5a982380 {
    order: 4;
  }
  .feedbackView_module_order5Lg__5a982380 {
    order: 5;
  }
  .feedbackView_module_order6Lg__5a982380 {
    order: 6;
  }
  .feedbackView_module_order7Lg__5a982380 {
    order: 7;
  }
  .feedbackView_module_order8Lg__5a982380 {
    order: 8;
  }
  .feedbackView_module_order9Lg__5a982380 {
    order: 9;
  }
  .feedbackView_module_order10Lg__5a982380 {
    order: 10;
  }
  .feedbackView_module_order11Lg__5a982380 {
    order: 11;
  }
  .feedbackView_module_order12Lg__5a982380 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .feedbackView_module_dXlNone__5a982380 {
    display: none !important;
  }
  .feedbackView_module_dXlInline__5a982380 {
    display: inline !important;
  }
  .feedbackView_module_dXlInlineBlock__5a982380 {
    display: inline-block !important;
  }
  .feedbackView_module_dXlBlock__5a982380 {
    display: block !important;
  }
  .feedbackView_module_dXlTable__5a982380 {
    display: table !important;
  }
  .feedbackView_module_dXlTableRow__5a982380 {
    display: table-row !important;
  }
  .feedbackView_module_dXlTableCell__5a982380 {
    display: table-cell !important;
  }
  .feedbackView_module_dXlFlex__5a982380 {
    display: flex !important;
  }
  .feedbackView_module_dXlInlineFlex__5a982380 {
    display: inline-flex !important;
  }
  .feedbackView_module_justifyContentStartXl__5a982380 {
    justify-content: flex-start;
  }
  .feedbackView_module_justifyContentEndXl__5a982380 {
    justify-content: flex-end;
  }
  .feedbackView_module_justifyContentCenterXl__5a982380 {
    justify-content: center;
  }
  .feedbackView_module_justifyContentBetweenXl__5a982380 {
    justify-content: space-between;
  }
  .feedbackView_module_justifyContentAroundXl__5a982380 {
    justify-content: space-around;
  }
  .feedbackView_module_justifyContentInitialXl__5a982380 {
    justify-content: initial;
  }
  .feedbackView_module_justifyContentInheritXl__5a982380 {
    justify-content: inherit;
  }
  .feedbackView_module_alignItemsStretchXl__5a982380 {
    align-items: stretch;
  }
  .feedbackView_module_alignItemsCenterXl__5a982380 {
    align-items: center;
  }
  .feedbackView_module_alignItemsStartXl__5a982380 {
    align-items: flex-start;
  }
  .feedbackView_module_alignItemsEndXl__5a982380 {
    align-items: flex-end;
  }
  .feedbackView_module_alignItemsBaseXl__5a982380 {
    align-items: baseline;
  }
  .feedbackView_module_alignSelfAutoXl__5a982380 {
    align-self: auto;
  }
  .feedbackView_module_alignSelfStretchXl__5a982380 {
    align-self: stretch;
  }
  .feedbackView_module_alignSelfCenterXl__5a982380 {
    align-self: center;
  }
  .feedbackView_module_alignSelfStartXl__5a982380 {
    align-self: flex-start;
  }
  .feedbackView_module_alignSelfEndXl__5a982380 {
    align-self: flex-end;
  }
  .feedbackView_module_alignSelfBaselineXl__5a982380 {
    align-self: baseline;
  }
  .feedbackView_module_alignSelfInitialXl__5a982380 {
    align-self: initial;
  }
  .feedbackView_module_alignSelfInheritXl__5a982380 {
    align-self: inherit;
  }
  .feedbackView_module_alignContentStretchXl__5a982380 {
    align-content: stretch;
  }
  .feedbackView_module_alignContentCenterXl__5a982380 {
    align-content: center;
  }
  .feedbackView_module_alignContentStartXl__5a982380 {
    align-content: flex-start;
  }
  .feedbackView_module_alignContentEndXl__5a982380 {
    align-content: flex-end;
  }
  .feedbackView_module_alignContentBetweenXl__5a982380 {
    align-content: space-between;
  }
  .feedbackView_module_alignContentAroundXl__5a982380 {
    align-content: space-around;
  }
  .feedbackView_module_alignContentInitialXl__5a982380 {
    align-content: initial;
  }
  .feedbackView_module_alignContentInheritXl__5a982380 {
    align-content: inherit;
  }
  .feedbackView_module_flexRowXl__5a982380 {
    flex-direction: row;
  }
  .feedbackView_module_flexRowReverseXl__5a982380 {
    flex-direction: row-reverse;
  }
  .feedbackView_module_flexColumnXl__5a982380 {
    flex-direction: column;
  }
  .feedbackView_module_flexColumnReverseXl__5a982380 {
    flex-direction: column-reverse;
  }
  .feedbackView_module_flexWrapXl__5a982380 {
    flex-wrap: wrap;
  }
  .feedbackView_module_flexNowrapXl__5a982380 {
    flex-wrap: nowrap;
  }
  .feedbackView_module_order1Xl__5a982380 {
    order: 1;
  }
  .feedbackView_module_order2Xl__5a982380 {
    order: 2;
  }
  .feedbackView_module_order3Xl__5a982380 {
    order: 3;
  }
  .feedbackView_module_order4Xl__5a982380 {
    order: 4;
  }
  .feedbackView_module_order5Xl__5a982380 {
    order: 5;
  }
  .feedbackView_module_order6Xl__5a982380 {
    order: 6;
  }
  .feedbackView_module_order7Xl__5a982380 {
    order: 7;
  }
  .feedbackView_module_order8Xl__5a982380 {
    order: 8;
  }
  .feedbackView_module_order9Xl__5a982380 {
    order: 9;
  }
  .feedbackView_module_order10Xl__5a982380 {
    order: 10;
  }
  .feedbackView_module_order11Xl__5a982380 {
    order: 11;
  }
  .feedbackView_module_order12Xl__5a982380 {
    order: 12;
  }
}
.feedbackView_module_listAccordion__5a982380 {
  background-color: #ffffff;
  font-family: "inter";
  margin-bottom: 10px;
  box-shadow: 0px 1px 0px #f6f6f6;
}
.feedbackView_module_listAccordion__icon_Up__5a982380 {
  transform: rotate(180deg);
  transition: 0.3s ease-in;
}
.feedbackView_module_listAccordion__icon_Down__5a982380 {
  transform: rotate(360deg);
  transition: 0.25s ease-in;
}
.feedbackView_module_listAccordion__iconContainer__5a982380 {
  padding-left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
}
.feedbackView_module_listAccordion__iconContainer__5a982380:after, .feedbackView_module_listAccordion__iconContainer__5a982380::before {
  display: none;
}
.feedbackView_module_listAccordion_Compact__5a982380 {
  padding: 0;
}
.feedbackView_module_listAccordion_Compact__5a982380 .feedbackView_module_listAccordion__content__5a982380 {
  padding: 16px 12px;
}
.feedbackView_module_listAccordion_Compact__5a982380 .feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__row__5a982380 {
  margin-bottom: 8px;
}
.feedbackView_module_listAccordion_Compact__5a982380 .feedbackView_module_feedback__5a982380 .feedbackView_module_feedback__header__5a982380 {
  padding-top: 12px;
}
.feedbackView_module_listAccordion__5a982380 table {
  background-color: transparent;
}
.feedbackView_module_listAccordion__header__5a982380 {
  padding: 16px 16px 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f6f8f9;
  cursor: pointer;
}
.feedbackView_module_listAccordion__header__5a982380:after, .feedbackView_module_listAccordion__header__5a982380::before {
  display: none;
}
.feedbackView_module_listAccordion__headerLeft__5a982380 {
  display: flex;
  align-items: center;
}
.feedbackView_module_listAccordion__headerLeft__5a982380:after, .feedbackView_module_listAccordion__headerLeft__5a982380::before {
  display: none;
}
.feedbackView_module_listAccordion__headerLeft__number__5a982380 {
  margin-left: 8px;
  color: #737373;
  display: flex;
  align-items: center;
}
.feedbackView_module_listAccordion__headerLeft__number__5a982380:after, .feedbackView_module_listAccordion__headerLeft__number__5a982380::before {
  display: none;
}
.feedbackView_module_listAccordion__headerLeft__number__5a982380 p {
  font-size: 0.875rem;
}
.feedbackView_module_listAccordion__headerLeft__icon__5a982380 {
  padding: 0 17px;
  display: flex;
}
.feedbackView_module_listAccordion__headerLeft__icon__5a982380:after, .feedbackView_module_listAccordion__headerLeft__icon__5a982380::before {
  display: none;
}
.feedbackView_module_listAccordion__headerLeft__icon__5a982380 svg {
  color: #b3b3b3;
  height: 15px;
  width: 15px;
}
.feedbackView_module_listAccordion__headerLeft__content__5a982380 h4 {
  color: #333333;
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 600;
}
.feedbackView_module_listAccordion__headerLeft__content__5a982380 p {
  color: #737373;
  font-size: 0.875rem;
}
.feedbackView_module_listAccordion__headerRight__5a982380 {
  margin-left: auto;
}
.feedbackView_module_listAccordion__headerRight__endorser__5a982380 {
  display: flex;
  align-items: center;
}
.feedbackView_module_listAccordion__headerRight__endorser__5a982380:after, .feedbackView_module_listAccordion__headerRight__endorser__5a982380::before {
  display: none;
}
.feedbackView_module_listAccordion__headerRight__content__5a982380 {
  margin-right: 8px;
  font-size: 0.875rem;
  color: #737373;
  font-weight: 400;
}
.feedbackView_module_listAccordion__content__5a982380 {
  padding: 25px 24px;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.35s ease;
}
.feedbackView_module_listAccordion__block__5a982380 {
  max-height: 0;
  overflow: hidden;
  transition: 0.14s ease;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 {
  width: 100%;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__row__5a982380 {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__row__5a982380:after, .feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__row__5a982380::before {
  display: none;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380:first-child {
  vertical-align: top;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 p {
  font-size: 0.875rem;
  line-height: 22px;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 ul {
  list-style: disc;
  padding-left: 20px;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 .feedbackView_module_endorser__5a982380 {
  display: flex;
  align-items: flex-end;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 .feedbackView_module_endorser__5a982380:after, .feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 .feedbackView_module_endorser__5a982380::before {
  display: none;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 .feedbackView_module_endorser__5a982380 span {
  font-size: 0.875rem;
  color: #333333;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 .feedbackView_module_cellTitle__5a982380 {
  color: #999999;
  font-size: 0.875rem;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 .feedbackView_module_kpiCodeWrapper__5a982380 {
  color: #29b6f6;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 .feedbackView_module_kpiCodeWrapper__5a982380 span {
  font-size: 0.875rem;
  display: inline-block;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_listAccordionTable__5a982380 .feedbackView_module_table__col__5a982380 .feedbackView_module_cellContent__5a982380 span {
  color: #333333;
  font-size: 0.875rem;
  line-height: 130%;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_feedback__5a982380 {
  font-size: 0.875rem;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_feedback__header__5a982380 {
  padding-left: 30px;
  font-weight: 600;
  padding-top: 32px;
  font-size: 1rem;
  color: #102b7b;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_feedback__body__block__5a982380 h5 {
  font-size: 0.875rem;
  color: #102b7b;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_feedback__body__block__5a982380 p {
  color: #000000;
  line-height: 17px;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_feedback__title__5a982380 {
  font-weight: 600;
  color: #102b7b;
}
.feedbackView_module_listAccordion__block__5a982380 .feedbackView_module_feedback__content__5a982380 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.feedbackView_module_listAccordion__block_Show__5a982380 {
  max-height: 100%;
  transition: 0.3s ease;
}
.feedbackView_module_listAccordion__block_Show__5a982380 .feedbackView_module_listAccordion__content__5a982380 {
  opacity: 1;
  transform: translateY(0);
}
.feedbackView_module_listAccordion__5a982380 .feedbackView_module_avatar__stacked__5a982380 {
  display: flex;
}
.feedbackView_module_listAccordion__5a982380 .feedbackView_module_avatar__stacked__5a982380:after, .feedbackView_module_listAccordion__5a982380 .feedbackView_module_avatar__stacked__5a982380::before {
  display: none;
}
.feedbackView_module_listAccordion__5a982380 .feedbackView_module_avatar__stacked__5a982380 :not(:last-child) {
  transform: translateX(6px);
}

.feedbackView_module_mt25__5a982380 {
  margin-top: 25px;
}

.feedbackView_module_dFlex__5a982380 {
  display: flex;
}
.feedbackView_module_dFlex__5a982380:after, .feedbackView_module_dFlex__5a982380::before {
  display: none;
}

.feedbackView_module_endorser__5a982380 {
  display: flex;
  align-items: center;
}
.feedbackView_module_endorser__5a982380:after, .feedbackView_module_endorser__5a982380::before {
  display: none;
}

.feedbackView_module_table__content__5a982380 {
  font-size: 14px;
}

.feedbackView_module_mr2x__5a982380 {
  margin-right: 2px;
}

.feedbackView_module_mt15__5a982380 {
  margin-top: 15px;
}

.feedbackView_module_mt4__5a982380 {
  margin-top: 4px;
}

.feedbackView_module_mr12x__5a982380 {
  margin-right: 12px;
}

.feedbackView_module_custom_content__5a982380 p {
  margin-bottom: 10px;
}
.feedbackView_module_custom_content__5a982380 ol,
.feedbackView_module_custom_content__5a982380 ul {
  padding-inline-start: 40px;
  list-style-position: inside;
}
.feedbackView_module_custom_content__5a982380 ol {
  list-style-type: decimal;
}
.feedbackView_module_custom_content__5a982380 ul {
  list-style-type: disc;
}
.feedbackView_module_custom_content__5a982380 li {
  margin-bottom: 8px;
  list-style-position: outside;
}

.feedbackView_module_color_Dark__5a982380 {
  color: #333333;
}
.feedbackView_module_color_Light__5a982380 {
  color: #737373 !important;
}

.feedbackView_module_fw700__5a982380 {
  font-weight: 700;
}.notificationBar_module_dNone__fc06874d {
  display: none !important;
}

.notificationBar_module_dInline__fc06874d {
  display: inline !important;
}

.notificationBar_module_dInlineBlock__fc06874d {
  display: inline-block !important;
}

.notificationBar_module_dBlock__fc06874d {
  display: block !important;
}

.notificationBar_module_dTable__fc06874d {
  display: table !important;
}

.notificationBar_module_dTableRow__fc06874d {
  display: table-row !important;
}

.notificationBar_module_dTableCell__fc06874d {
  display: table-cell !important;
}

.notificationBar_module_dFlex__fc06874d {
  display: flex !important;
}

.notificationBar_module_dInlineFlex__fc06874d {
  display: inline-flex !important;
}

.notificationBar_module_justifyContentStart__fc06874d {
  justify-content: flex-start;
}

.notificationBar_module_justifyContentEnd__fc06874d {
  justify-content: flex-end;
}

.notificationBar_module_justifyContentCenter__fc06874d {
  justify-content: center;
}

.notificationBar_module_justifyContentBetween__fc06874d {
  justify-content: space-between;
}

.notificationBar_module_justifyContentAround__fc06874d {
  justify-content: space-around;
}

.notificationBar_module_justifyContentInitial__fc06874d {
  justify-content: initial;
}

.notificationBar_module_justifyContentInherit__fc06874d {
  justify-content: inherit;
}

.notificationBar_module_alignItemsStretch__fc06874d {
  align-items: stretch;
}

.notificationBar_module_alignItemsCenter__fc06874d {
  align-items: center;
}

.notificationBar_module_alignItemsStart__fc06874d {
  align-items: flex-start;
}

.notificationBar_module_alignItemsEnd__fc06874d {
  align-items: flex-end;
}

.notificationBar_module_alignItemsBase__fc06874d {
  align-items: baseline;
}

.notificationBar_module_alignSelfAuto__fc06874d {
  align-self: auto;
}

.notificationBar_module_alignSelfStretch__fc06874d {
  align-self: stretch;
}

.notificationBar_module_alignSelfCenter__fc06874d {
  align-self: center;
}

.notificationBar_module_alignSelfStart__fc06874d {
  align-self: flex-start;
}

.notificationBar_module_alignSelfEnd__fc06874d {
  align-self: flex-end;
}

.notificationBar_module_alignSelfBaseline__fc06874d {
  align-self: baseline;
}

.notificationBar_module_alignSelfInitial__fc06874d {
  align-self: initial;
}

.notificationBar_module_alignSelfInherit__fc06874d {
  align-self: inherit;
}

.notificationBar_module_alignContentStretch__fc06874d {
  align-content: stretch;
}

.notificationBar_module_alignContentCenter__fc06874d {
  align-content: center;
}

.notificationBar_module_alignContentStart__fc06874d {
  align-content: flex-start;
}

.notificationBar_module_alignContentEnd__fc06874d {
  align-content: flex-end;
}

.notificationBar_module_alignContentBetween__fc06874d {
  align-content: space-between;
}

.notificationBar_module_alignContentAround__fc06874d {
  align-content: space-around;
}

.notificationBar_module_alignContentInitial__fc06874d {
  align-content: initial;
}

.notificationBar_module_alignContentInherit__fc06874d {
  align-content: inherit;
}

.notificationBar_module_flexRow__fc06874d {
  flex-direction: row;
}

.notificationBar_module_flexRowReverse__fc06874d {
  flex-direction: row-reverse;
}

.notificationBar_module_flexColumn__fc06874d {
  flex-direction: column;
}

.notificationBar_module_flexColumnReverse__fc06874d {
  flex-direction: column-reverse;
}

.notificationBar_module_flexWrap__fc06874d {
  flex-wrap: wrap;
}

.notificationBar_module_flexNowrap__fc06874d {
  flex-wrap: nowrap;
}

.notificationBar_module_order1__fc06874d {
  order: 1;
}

.notificationBar_module_order2__fc06874d {
  order: 2;
}

.notificationBar_module_order3__fc06874d {
  order: 3;
}

.notificationBar_module_order4__fc06874d {
  order: 4;
}

.notificationBar_module_order5__fc06874d {
  order: 5;
}

.notificationBar_module_order6__fc06874d {
  order: 6;
}

.notificationBar_module_order7__fc06874d {
  order: 7;
}

.notificationBar_module_order8__fc06874d {
  order: 8;
}

.notificationBar_module_order9__fc06874d {
  order: 9;
}

.notificationBar_module_order10__fc06874d {
  order: 10;
}

.notificationBar_module_order11__fc06874d {
  order: 11;
}

.notificationBar_module_order12__fc06874d {
  order: 12;
}

@media (min-width: 576px) {
  .notificationBar_module_dSmNone__fc06874d {
    display: none !important;
  }
  .notificationBar_module_dSmInline__fc06874d {
    display: inline !important;
  }
  .notificationBar_module_dSmInlineBlock__fc06874d {
    display: inline-block !important;
  }
  .notificationBar_module_dSmBlock__fc06874d {
    display: block !important;
  }
  .notificationBar_module_dSmTable__fc06874d {
    display: table !important;
  }
  .notificationBar_module_dSmTableRow__fc06874d {
    display: table-row !important;
  }
  .notificationBar_module_dSmTableCell__fc06874d {
    display: table-cell !important;
  }
  .notificationBar_module_dSmFlex__fc06874d {
    display: flex !important;
  }
  .notificationBar_module_dSmInlineFlex__fc06874d {
    display: inline-flex !important;
  }
  .notificationBar_module_justifyContentStartSm__fc06874d {
    justify-content: flex-start;
  }
  .notificationBar_module_justifyContentEndSm__fc06874d {
    justify-content: flex-end;
  }
  .notificationBar_module_justifyContentCenterSm__fc06874d {
    justify-content: center;
  }
  .notificationBar_module_justifyContentBetweenSm__fc06874d {
    justify-content: space-between;
  }
  .notificationBar_module_justifyContentAroundSm__fc06874d {
    justify-content: space-around;
  }
  .notificationBar_module_justifyContentInitialSm__fc06874d {
    justify-content: initial;
  }
  .notificationBar_module_justifyContentInheritSm__fc06874d {
    justify-content: inherit;
  }
  .notificationBar_module_alignItemsStretchSm__fc06874d {
    align-items: stretch;
  }
  .notificationBar_module_alignItemsCenterSm__fc06874d {
    align-items: center;
  }
  .notificationBar_module_alignItemsStartSm__fc06874d {
    align-items: flex-start;
  }
  .notificationBar_module_alignItemsEndSm__fc06874d {
    align-items: flex-end;
  }
  .notificationBar_module_alignItemsBaseSm__fc06874d {
    align-items: baseline;
  }
  .notificationBar_module_alignSelfAutoSm__fc06874d {
    align-self: auto;
  }
  .notificationBar_module_alignSelfStretchSm__fc06874d {
    align-self: stretch;
  }
  .notificationBar_module_alignSelfCenterSm__fc06874d {
    align-self: center;
  }
  .notificationBar_module_alignSelfStartSm__fc06874d {
    align-self: flex-start;
  }
  .notificationBar_module_alignSelfEndSm__fc06874d {
    align-self: flex-end;
  }
  .notificationBar_module_alignSelfBaselineSm__fc06874d {
    align-self: baseline;
  }
  .notificationBar_module_alignSelfInitialSm__fc06874d {
    align-self: initial;
  }
  .notificationBar_module_alignSelfInheritSm__fc06874d {
    align-self: inherit;
  }
  .notificationBar_module_alignContentStretchSm__fc06874d {
    align-content: stretch;
  }
  .notificationBar_module_alignContentCenterSm__fc06874d {
    align-content: center;
  }
  .notificationBar_module_alignContentStartSm__fc06874d {
    align-content: flex-start;
  }
  .notificationBar_module_alignContentEndSm__fc06874d {
    align-content: flex-end;
  }
  .notificationBar_module_alignContentBetweenSm__fc06874d {
    align-content: space-between;
  }
  .notificationBar_module_alignContentAroundSm__fc06874d {
    align-content: space-around;
  }
  .notificationBar_module_alignContentInitialSm__fc06874d {
    align-content: initial;
  }
  .notificationBar_module_alignContentInheritSm__fc06874d {
    align-content: inherit;
  }
  .notificationBar_module_flexRowSm__fc06874d {
    flex-direction: row;
  }
  .notificationBar_module_flexRowReverseSm__fc06874d {
    flex-direction: row-reverse;
  }
  .notificationBar_module_flexColumnSm__fc06874d {
    flex-direction: column;
  }
  .notificationBar_module_flexColumnReverseSm__fc06874d {
    flex-direction: column-reverse;
  }
  .notificationBar_module_flexWrapSm__fc06874d {
    flex-wrap: wrap;
  }
  .notificationBar_module_flexNowrapSm__fc06874d {
    flex-wrap: nowrap;
  }
  .notificationBar_module_order1Sm__fc06874d {
    order: 1;
  }
  .notificationBar_module_order2Sm__fc06874d {
    order: 2;
  }
  .notificationBar_module_order3Sm__fc06874d {
    order: 3;
  }
  .notificationBar_module_order4Sm__fc06874d {
    order: 4;
  }
  .notificationBar_module_order5Sm__fc06874d {
    order: 5;
  }
  .notificationBar_module_order6Sm__fc06874d {
    order: 6;
  }
  .notificationBar_module_order7Sm__fc06874d {
    order: 7;
  }
  .notificationBar_module_order8Sm__fc06874d {
    order: 8;
  }
  .notificationBar_module_order9Sm__fc06874d {
    order: 9;
  }
  .notificationBar_module_order10Sm__fc06874d {
    order: 10;
  }
  .notificationBar_module_order11Sm__fc06874d {
    order: 11;
  }
  .notificationBar_module_order12Sm__fc06874d {
    order: 12;
  }
}
@media (min-width: 768px) {
  .notificationBar_module_dMdNone__fc06874d {
    display: none !important;
  }
  .notificationBar_module_dMdInline__fc06874d {
    display: inline !important;
  }
  .notificationBar_module_dMdInlineBlock__fc06874d {
    display: inline-block !important;
  }
  .notificationBar_module_dMdBlock__fc06874d {
    display: block !important;
  }
  .notificationBar_module_dMdTable__fc06874d {
    display: table !important;
  }
  .notificationBar_module_dMdTableRow__fc06874d {
    display: table-row !important;
  }
  .notificationBar_module_dMdTableCell__fc06874d {
    display: table-cell !important;
  }
  .notificationBar_module_dMdFlex__fc06874d {
    display: flex !important;
  }
  .notificationBar_module_dMdInlineFlex__fc06874d {
    display: inline-flex !important;
  }
  .notificationBar_module_justifyContentStartMd__fc06874d {
    justify-content: flex-start;
  }
  .notificationBar_module_justifyContentEndMd__fc06874d {
    justify-content: flex-end;
  }
  .notificationBar_module_justifyContentCenterMd__fc06874d {
    justify-content: center;
  }
  .notificationBar_module_justifyContentBetweenMd__fc06874d {
    justify-content: space-between;
  }
  .notificationBar_module_justifyContentAroundMd__fc06874d {
    justify-content: space-around;
  }
  .notificationBar_module_justifyContentInitialMd__fc06874d {
    justify-content: initial;
  }
  .notificationBar_module_justifyContentInheritMd__fc06874d {
    justify-content: inherit;
  }
  .notificationBar_module_alignItemsStretchMd__fc06874d {
    align-items: stretch;
  }
  .notificationBar_module_alignItemsCenterMd__fc06874d {
    align-items: center;
  }
  .notificationBar_module_alignItemsStartMd__fc06874d {
    align-items: flex-start;
  }
  .notificationBar_module_alignItemsEndMd__fc06874d {
    align-items: flex-end;
  }
  .notificationBar_module_alignItemsBaseMd__fc06874d {
    align-items: baseline;
  }
  .notificationBar_module_alignSelfAutoMd__fc06874d {
    align-self: auto;
  }
  .notificationBar_module_alignSelfStretchMd__fc06874d {
    align-self: stretch;
  }
  .notificationBar_module_alignSelfCenterMd__fc06874d {
    align-self: center;
  }
  .notificationBar_module_alignSelfStartMd__fc06874d {
    align-self: flex-start;
  }
  .notificationBar_module_alignSelfEndMd__fc06874d {
    align-self: flex-end;
  }
  .notificationBar_module_alignSelfBaselineMd__fc06874d {
    align-self: baseline;
  }
  .notificationBar_module_alignSelfInitialMd__fc06874d {
    align-self: initial;
  }
  .notificationBar_module_alignSelfInheritMd__fc06874d {
    align-self: inherit;
  }
  .notificationBar_module_alignContentStretchMd__fc06874d {
    align-content: stretch;
  }
  .notificationBar_module_alignContentCenterMd__fc06874d {
    align-content: center;
  }
  .notificationBar_module_alignContentStartMd__fc06874d {
    align-content: flex-start;
  }
  .notificationBar_module_alignContentEndMd__fc06874d {
    align-content: flex-end;
  }
  .notificationBar_module_alignContentBetweenMd__fc06874d {
    align-content: space-between;
  }
  .notificationBar_module_alignContentAroundMd__fc06874d {
    align-content: space-around;
  }
  .notificationBar_module_alignContentInitialMd__fc06874d {
    align-content: initial;
  }
  .notificationBar_module_alignContentInheritMd__fc06874d {
    align-content: inherit;
  }
  .notificationBar_module_flexRowMd__fc06874d {
    flex-direction: row;
  }
  .notificationBar_module_flexRowReverseMd__fc06874d {
    flex-direction: row-reverse;
  }
  .notificationBar_module_flexColumnMd__fc06874d {
    flex-direction: column;
  }
  .notificationBar_module_flexColumnReverseMd__fc06874d {
    flex-direction: column-reverse;
  }
  .notificationBar_module_flexWrapMd__fc06874d {
    flex-wrap: wrap;
  }
  .notificationBar_module_flexNowrapMd__fc06874d {
    flex-wrap: nowrap;
  }
  .notificationBar_module_order1Md__fc06874d {
    order: 1;
  }
  .notificationBar_module_order2Md__fc06874d {
    order: 2;
  }
  .notificationBar_module_order3Md__fc06874d {
    order: 3;
  }
  .notificationBar_module_order4Md__fc06874d {
    order: 4;
  }
  .notificationBar_module_order5Md__fc06874d {
    order: 5;
  }
  .notificationBar_module_order6Md__fc06874d {
    order: 6;
  }
  .notificationBar_module_order7Md__fc06874d {
    order: 7;
  }
  .notificationBar_module_order8Md__fc06874d {
    order: 8;
  }
  .notificationBar_module_order9Md__fc06874d {
    order: 9;
  }
  .notificationBar_module_order10Md__fc06874d {
    order: 10;
  }
  .notificationBar_module_order11Md__fc06874d {
    order: 11;
  }
  .notificationBar_module_order12Md__fc06874d {
    order: 12;
  }
}
@media (min-width: 992px) {
  .notificationBar_module_dLgNone__fc06874d {
    display: none !important;
  }
  .notificationBar_module_dLgInline__fc06874d {
    display: inline !important;
  }
  .notificationBar_module_dLgInlineBlock__fc06874d {
    display: inline-block !important;
  }
  .notificationBar_module_dLgBlock__fc06874d {
    display: block !important;
  }
  .notificationBar_module_dLgTable__fc06874d {
    display: table !important;
  }
  .notificationBar_module_dLgTableRow__fc06874d {
    display: table-row !important;
  }
  .notificationBar_module_dLgTableCell__fc06874d {
    display: table-cell !important;
  }
  .notificationBar_module_dLgFlex__fc06874d {
    display: flex !important;
  }
  .notificationBar_module_dLgInlineFlex__fc06874d {
    display: inline-flex !important;
  }
  .notificationBar_module_justifyContentStartLg__fc06874d {
    justify-content: flex-start;
  }
  .notificationBar_module_justifyContentEndLg__fc06874d {
    justify-content: flex-end;
  }
  .notificationBar_module_justifyContentCenterLg__fc06874d {
    justify-content: center;
  }
  .notificationBar_module_justifyContentBetweenLg__fc06874d {
    justify-content: space-between;
  }
  .notificationBar_module_justifyContentAroundLg__fc06874d {
    justify-content: space-around;
  }
  .notificationBar_module_justifyContentInitialLg__fc06874d {
    justify-content: initial;
  }
  .notificationBar_module_justifyContentInheritLg__fc06874d {
    justify-content: inherit;
  }
  .notificationBar_module_alignItemsStretchLg__fc06874d {
    align-items: stretch;
  }
  .notificationBar_module_alignItemsCenterLg__fc06874d {
    align-items: center;
  }
  .notificationBar_module_alignItemsStartLg__fc06874d {
    align-items: flex-start;
  }
  .notificationBar_module_alignItemsEndLg__fc06874d {
    align-items: flex-end;
  }
  .notificationBar_module_alignItemsBaseLg__fc06874d {
    align-items: baseline;
  }
  .notificationBar_module_alignSelfAutoLg__fc06874d {
    align-self: auto;
  }
  .notificationBar_module_alignSelfStretchLg__fc06874d {
    align-self: stretch;
  }
  .notificationBar_module_alignSelfCenterLg__fc06874d {
    align-self: center;
  }
  .notificationBar_module_alignSelfStartLg__fc06874d {
    align-self: flex-start;
  }
  .notificationBar_module_alignSelfEndLg__fc06874d {
    align-self: flex-end;
  }
  .notificationBar_module_alignSelfBaselineLg__fc06874d {
    align-self: baseline;
  }
  .notificationBar_module_alignSelfInitialLg__fc06874d {
    align-self: initial;
  }
  .notificationBar_module_alignSelfInheritLg__fc06874d {
    align-self: inherit;
  }
  .notificationBar_module_alignContentStretchLg__fc06874d {
    align-content: stretch;
  }
  .notificationBar_module_alignContentCenterLg__fc06874d {
    align-content: center;
  }
  .notificationBar_module_alignContentStartLg__fc06874d {
    align-content: flex-start;
  }
  .notificationBar_module_alignContentEndLg__fc06874d {
    align-content: flex-end;
  }
  .notificationBar_module_alignContentBetweenLg__fc06874d {
    align-content: space-between;
  }
  .notificationBar_module_alignContentAroundLg__fc06874d {
    align-content: space-around;
  }
  .notificationBar_module_alignContentInitialLg__fc06874d {
    align-content: initial;
  }
  .notificationBar_module_alignContentInheritLg__fc06874d {
    align-content: inherit;
  }
  .notificationBar_module_flexRowLg__fc06874d {
    flex-direction: row;
  }
  .notificationBar_module_flexRowReverseLg__fc06874d {
    flex-direction: row-reverse;
  }
  .notificationBar_module_flexColumnLg__fc06874d {
    flex-direction: column;
  }
  .notificationBar_module_flexColumnReverseLg__fc06874d {
    flex-direction: column-reverse;
  }
  .notificationBar_module_flexWrapLg__fc06874d {
    flex-wrap: wrap;
  }
  .notificationBar_module_flexNowrapLg__fc06874d {
    flex-wrap: nowrap;
  }
  .notificationBar_module_order1Lg__fc06874d {
    order: 1;
  }
  .notificationBar_module_order2Lg__fc06874d {
    order: 2;
  }
  .notificationBar_module_order3Lg__fc06874d {
    order: 3;
  }
  .notificationBar_module_order4Lg__fc06874d {
    order: 4;
  }
  .notificationBar_module_order5Lg__fc06874d {
    order: 5;
  }
  .notificationBar_module_order6Lg__fc06874d {
    order: 6;
  }
  .notificationBar_module_order7Lg__fc06874d {
    order: 7;
  }
  .notificationBar_module_order8Lg__fc06874d {
    order: 8;
  }
  .notificationBar_module_order9Lg__fc06874d {
    order: 9;
  }
  .notificationBar_module_order10Lg__fc06874d {
    order: 10;
  }
  .notificationBar_module_order11Lg__fc06874d {
    order: 11;
  }
  .notificationBar_module_order12Lg__fc06874d {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .notificationBar_module_dXlNone__fc06874d {
    display: none !important;
  }
  .notificationBar_module_dXlInline__fc06874d {
    display: inline !important;
  }
  .notificationBar_module_dXlInlineBlock__fc06874d {
    display: inline-block !important;
  }
  .notificationBar_module_dXlBlock__fc06874d {
    display: block !important;
  }
  .notificationBar_module_dXlTable__fc06874d {
    display: table !important;
  }
  .notificationBar_module_dXlTableRow__fc06874d {
    display: table-row !important;
  }
  .notificationBar_module_dXlTableCell__fc06874d {
    display: table-cell !important;
  }
  .notificationBar_module_dXlFlex__fc06874d {
    display: flex !important;
  }
  .notificationBar_module_dXlInlineFlex__fc06874d {
    display: inline-flex !important;
  }
  .notificationBar_module_justifyContentStartXl__fc06874d {
    justify-content: flex-start;
  }
  .notificationBar_module_justifyContentEndXl__fc06874d {
    justify-content: flex-end;
  }
  .notificationBar_module_justifyContentCenterXl__fc06874d {
    justify-content: center;
  }
  .notificationBar_module_justifyContentBetweenXl__fc06874d {
    justify-content: space-between;
  }
  .notificationBar_module_justifyContentAroundXl__fc06874d {
    justify-content: space-around;
  }
  .notificationBar_module_justifyContentInitialXl__fc06874d {
    justify-content: initial;
  }
  .notificationBar_module_justifyContentInheritXl__fc06874d {
    justify-content: inherit;
  }
  .notificationBar_module_alignItemsStretchXl__fc06874d {
    align-items: stretch;
  }
  .notificationBar_module_alignItemsCenterXl__fc06874d {
    align-items: center;
  }
  .notificationBar_module_alignItemsStartXl__fc06874d {
    align-items: flex-start;
  }
  .notificationBar_module_alignItemsEndXl__fc06874d {
    align-items: flex-end;
  }
  .notificationBar_module_alignItemsBaseXl__fc06874d {
    align-items: baseline;
  }
  .notificationBar_module_alignSelfAutoXl__fc06874d {
    align-self: auto;
  }
  .notificationBar_module_alignSelfStretchXl__fc06874d {
    align-self: stretch;
  }
  .notificationBar_module_alignSelfCenterXl__fc06874d {
    align-self: center;
  }
  .notificationBar_module_alignSelfStartXl__fc06874d {
    align-self: flex-start;
  }
  .notificationBar_module_alignSelfEndXl__fc06874d {
    align-self: flex-end;
  }
  .notificationBar_module_alignSelfBaselineXl__fc06874d {
    align-self: baseline;
  }
  .notificationBar_module_alignSelfInitialXl__fc06874d {
    align-self: initial;
  }
  .notificationBar_module_alignSelfInheritXl__fc06874d {
    align-self: inherit;
  }
  .notificationBar_module_alignContentStretchXl__fc06874d {
    align-content: stretch;
  }
  .notificationBar_module_alignContentCenterXl__fc06874d {
    align-content: center;
  }
  .notificationBar_module_alignContentStartXl__fc06874d {
    align-content: flex-start;
  }
  .notificationBar_module_alignContentEndXl__fc06874d {
    align-content: flex-end;
  }
  .notificationBar_module_alignContentBetweenXl__fc06874d {
    align-content: space-between;
  }
  .notificationBar_module_alignContentAroundXl__fc06874d {
    align-content: space-around;
  }
  .notificationBar_module_alignContentInitialXl__fc06874d {
    align-content: initial;
  }
  .notificationBar_module_alignContentInheritXl__fc06874d {
    align-content: inherit;
  }
  .notificationBar_module_flexRowXl__fc06874d {
    flex-direction: row;
  }
  .notificationBar_module_flexRowReverseXl__fc06874d {
    flex-direction: row-reverse;
  }
  .notificationBar_module_flexColumnXl__fc06874d {
    flex-direction: column;
  }
  .notificationBar_module_flexColumnReverseXl__fc06874d {
    flex-direction: column-reverse;
  }
  .notificationBar_module_flexWrapXl__fc06874d {
    flex-wrap: wrap;
  }
  .notificationBar_module_flexNowrapXl__fc06874d {
    flex-wrap: nowrap;
  }
  .notificationBar_module_order1Xl__fc06874d {
    order: 1;
  }
  .notificationBar_module_order2Xl__fc06874d {
    order: 2;
  }
  .notificationBar_module_order3Xl__fc06874d {
    order: 3;
  }
  .notificationBar_module_order4Xl__fc06874d {
    order: 4;
  }
  .notificationBar_module_order5Xl__fc06874d {
    order: 5;
  }
  .notificationBar_module_order6Xl__fc06874d {
    order: 6;
  }
  .notificationBar_module_order7Xl__fc06874d {
    order: 7;
  }
  .notificationBar_module_order8Xl__fc06874d {
    order: 8;
  }
  .notificationBar_module_order9Xl__fc06874d {
    order: 9;
  }
  .notificationBar_module_order10Xl__fc06874d {
    order: 10;
  }
  .notificationBar_module_order11Xl__fc06874d {
    order: 11;
  }
  .notificationBar_module_order12Xl__fc06874d {
    order: 12;
  }
}
.notificationBar_module_notificationWrapper__fc06874d {
  background-color: #ffc107;
  width: 100%;
}
.notificationBar_module_notificationWrapper__fc06874d:hover {
  background-color: #f5af00;
}
.notificationBar_module_notificationWrapper__fc06874d .notificationBar_module_allHands__fc06874d {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ab22ff;
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 0px;
  cursor: pointer;
}
.notificationBar_module_notificationWrapper__fc06874d .notificationBar_module_allHands__fc06874d .notificationBar_module_title__fc06874d {
  margin-left: 10px;
}

.notificationBar_module_notificationBar__fc06874d {
  color: #000000;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: Inter;
  display: flex;
  justify-content: space-between;
  padding: 0px 1rem;
}
.notificationBar_module_notificationBar__fc06874d:after, .notificationBar_module_notificationBar__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationBar__icon__fc06874d {
  width: 22px;
  height: 22px;
}
.notificationBar_module_notificationBar__left__fc06874d {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.notificationBar_module_notificationBar__left__fc06874d:after, .notificationBar_module_notificationBar__left__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationBar__right__fc06874d {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.notificationBar_module_notificationBar__right__fc06874d:after, .notificationBar_module_notificationBar__right__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationBar__close__fc06874d {
  height: 24px;
  width: 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.notificationBar_module_notificationBar__close__fc06874d:after, .notificationBar_module_notificationBar__close__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationBar__close__fc06874d:hover {
  background-color: #ffca28;
}

.notificationBar_module_notificationContent__fc06874d {
  padding-left: 10px;
}
@media (max-width: 576px) {
  .notificationBar_module_notificationContent__fc06874d {
    align-self: center;
  }
}
.notificationBar_module_notificationContent__header__fc06874d {
  font-weight: 600;
}
@media (max-width: 576px) {
  .notificationBar_module_notificationContent__header__fc06874d {
    display: none;
  }
}
.notificationBar_module_notificationContent__header__fc06874d::after {
  content: ":";
  padding-right: 5px;
}

.notificationBar_module_notificationDropdown__fc06874d {
  padding: 12px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  flex-shrink: 0;
}
.notificationBar_module_notificationDropdown__fc06874d:after, .notificationBar_module_notificationDropdown__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationDropdown__fc06874d:hover {
  background-color: #ffca28;
}
.notificationBar_module_notificationDropdown_Active__fc06874d {
  background-color: #ffca28;
}
.notificationBar_module_notificationDropdown__text__fc06874d {
  margin-right: 8px;
  font-size: 0.85rem;
}
.notificationBar_module_notificationDropdown__list__fc06874d {
  position: absolute;
  width: 300px;
  top: 100%;
  left: 100%;
  transform: translateX(-100%);
  border-radius: 5px;
  opacity: 1;
  z-index: 10;
  transition: 0.1s ease;
  background-color: #ffffff;
  box-shadow: 0 5px 10px #b2b2b2;
}
.notificationBar_module_notificationDropdown__header__fc06874d {
  color: #999999;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.75rem;
}
.notificationBar_module_notificationDropdown__item__fc06874d {
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  cursor: pointer;
  border-top: 1px solid #f2f2f2;
}
.notificationBar_module_notificationDropdown__item__fc06874d:hover {
  background-color: #e6e6e6;
}
.notificationBar_module_notificationDropdown__icon__fc06874d {
  transition: 0.2s ease-in;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notificationBar_module_notificationDropdown__icon__fc06874d:after, .notificationBar_module_notificationDropdown__icon__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationDropdown__icon_Shown__fc06874d {
  transform: rotate(180deg);
}
.notificationBar_module_notificationDropdown__link__fc06874d {
  color: #000000;
  transition: all 0.3s ease;
}
.notificationBar_module_notificationDropdown__link__fc06874d:hover {
  color: #25a25a;
}
.notificationBar_module_notificationDropdown__timeWrapper__fc06874d {
  font-size: 0.75rem;
  color: #999999;
}

.notificationBar_module_allHandModal__fc06874d {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 650px;
  border-radius: 0.25rem;
  border: 0;
  outline: none;
  width: 800px;
}
@media (max-width: 768px) {
  .notificationBar_module_allHandModal__fc06874d {
    width: 90%;
  }
}
.notificationBar_module_allHandModal__overlay__fc06874d {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.notificationBar_module_allHandModal__body__fc06874d {
  position: relative;
  height: 450px;
}
.notificationBar_module_allHandModal__body_Close__fc06874d {
  position: absolute;
  right: -30px;
  top: 0px;
  z-index: 1000;
}
.notificationBar_module_allHandModal__body_Close__fc06874d .notificationBar_module_closeIcon__fc06874d {
  font-size: 35px;
  font-weight: 700;
  color: white;
}
.notificationBar_module_allHandModal__body_Close__fc06874d .notificationBar_module_closeIcon__fc06874d:hover {
  cursor: pointer;
}
.notificationBar_module_allHandModal__body__fc06874d .notificationBar_module_iframeContent__fc06874d {
  width: 100%;
  height: 100%;
}
.notificationBar_module_allHandModal__body__fc06874d .notificationBar_module_iframeContent__fc06874d .notificationBar_module_notificationBar_module_iframeContent__05f1af8c__fc06874d {
  background-color: red;
  padding: 1rem;
}.notificationBar_module_dNone__fc06874d {
  display: none !important;
}

.notificationBar_module_dInline__fc06874d {
  display: inline !important;
}

.notificationBar_module_dInlineBlock__fc06874d {
  display: inline-block !important;
}

.notificationBar_module_dBlock__fc06874d {
  display: block !important;
}

.notificationBar_module_dTable__fc06874d {
  display: table !important;
}

.notificationBar_module_dTableRow__fc06874d {
  display: table-row !important;
}

.notificationBar_module_dTableCell__fc06874d {
  display: table-cell !important;
}

.notificationBar_module_dFlex__fc06874d {
  display: flex !important;
}

.notificationBar_module_dInlineFlex__fc06874d {
  display: inline-flex !important;
}

.notificationBar_module_justifyContentStart__fc06874d {
  justify-content: flex-start;
}

.notificationBar_module_justifyContentEnd__fc06874d {
  justify-content: flex-end;
}

.notificationBar_module_justifyContentCenter__fc06874d {
  justify-content: center;
}

.notificationBar_module_justifyContentBetween__fc06874d {
  justify-content: space-between;
}

.notificationBar_module_justifyContentAround__fc06874d {
  justify-content: space-around;
}

.notificationBar_module_justifyContentInitial__fc06874d {
  justify-content: initial;
}

.notificationBar_module_justifyContentInherit__fc06874d {
  justify-content: inherit;
}

.notificationBar_module_alignItemsStretch__fc06874d {
  align-items: stretch;
}

.notificationBar_module_alignItemsCenter__fc06874d {
  align-items: center;
}

.notificationBar_module_alignItemsStart__fc06874d {
  align-items: flex-start;
}

.notificationBar_module_alignItemsEnd__fc06874d {
  align-items: flex-end;
}

.notificationBar_module_alignItemsBase__fc06874d {
  align-items: baseline;
}

.notificationBar_module_alignSelfAuto__fc06874d {
  align-self: auto;
}

.notificationBar_module_alignSelfStretch__fc06874d {
  align-self: stretch;
}

.notificationBar_module_alignSelfCenter__fc06874d {
  align-self: center;
}

.notificationBar_module_alignSelfStart__fc06874d {
  align-self: flex-start;
}

.notificationBar_module_alignSelfEnd__fc06874d {
  align-self: flex-end;
}

.notificationBar_module_alignSelfBaseline__fc06874d {
  align-self: baseline;
}

.notificationBar_module_alignSelfInitial__fc06874d {
  align-self: initial;
}

.notificationBar_module_alignSelfInherit__fc06874d {
  align-self: inherit;
}

.notificationBar_module_alignContentStretch__fc06874d {
  align-content: stretch;
}

.notificationBar_module_alignContentCenter__fc06874d {
  align-content: center;
}

.notificationBar_module_alignContentStart__fc06874d {
  align-content: flex-start;
}

.notificationBar_module_alignContentEnd__fc06874d {
  align-content: flex-end;
}

.notificationBar_module_alignContentBetween__fc06874d {
  align-content: space-between;
}

.notificationBar_module_alignContentAround__fc06874d {
  align-content: space-around;
}

.notificationBar_module_alignContentInitial__fc06874d {
  align-content: initial;
}

.notificationBar_module_alignContentInherit__fc06874d {
  align-content: inherit;
}

.notificationBar_module_flexRow__fc06874d {
  flex-direction: row;
}

.notificationBar_module_flexRowReverse__fc06874d {
  flex-direction: row-reverse;
}

.notificationBar_module_flexColumn__fc06874d {
  flex-direction: column;
}

.notificationBar_module_flexColumnReverse__fc06874d {
  flex-direction: column-reverse;
}

.notificationBar_module_flexWrap__fc06874d {
  flex-wrap: wrap;
}

.notificationBar_module_flexNowrap__fc06874d {
  flex-wrap: nowrap;
}

.notificationBar_module_order1__fc06874d {
  order: 1;
}

.notificationBar_module_order2__fc06874d {
  order: 2;
}

.notificationBar_module_order3__fc06874d {
  order: 3;
}

.notificationBar_module_order4__fc06874d {
  order: 4;
}

.notificationBar_module_order5__fc06874d {
  order: 5;
}

.notificationBar_module_order6__fc06874d {
  order: 6;
}

.notificationBar_module_order7__fc06874d {
  order: 7;
}

.notificationBar_module_order8__fc06874d {
  order: 8;
}

.notificationBar_module_order9__fc06874d {
  order: 9;
}

.notificationBar_module_order10__fc06874d {
  order: 10;
}

.notificationBar_module_order11__fc06874d {
  order: 11;
}

.notificationBar_module_order12__fc06874d {
  order: 12;
}

@media (min-width: 576px) {
  .notificationBar_module_dSmNone__fc06874d {
    display: none !important;
  }
  .notificationBar_module_dSmInline__fc06874d {
    display: inline !important;
  }
  .notificationBar_module_dSmInlineBlock__fc06874d {
    display: inline-block !important;
  }
  .notificationBar_module_dSmBlock__fc06874d {
    display: block !important;
  }
  .notificationBar_module_dSmTable__fc06874d {
    display: table !important;
  }
  .notificationBar_module_dSmTableRow__fc06874d {
    display: table-row !important;
  }
  .notificationBar_module_dSmTableCell__fc06874d {
    display: table-cell !important;
  }
  .notificationBar_module_dSmFlex__fc06874d {
    display: flex !important;
  }
  .notificationBar_module_dSmInlineFlex__fc06874d {
    display: inline-flex !important;
  }
  .notificationBar_module_justifyContentStartSm__fc06874d {
    justify-content: flex-start;
  }
  .notificationBar_module_justifyContentEndSm__fc06874d {
    justify-content: flex-end;
  }
  .notificationBar_module_justifyContentCenterSm__fc06874d {
    justify-content: center;
  }
  .notificationBar_module_justifyContentBetweenSm__fc06874d {
    justify-content: space-between;
  }
  .notificationBar_module_justifyContentAroundSm__fc06874d {
    justify-content: space-around;
  }
  .notificationBar_module_justifyContentInitialSm__fc06874d {
    justify-content: initial;
  }
  .notificationBar_module_justifyContentInheritSm__fc06874d {
    justify-content: inherit;
  }
  .notificationBar_module_alignItemsStretchSm__fc06874d {
    align-items: stretch;
  }
  .notificationBar_module_alignItemsCenterSm__fc06874d {
    align-items: center;
  }
  .notificationBar_module_alignItemsStartSm__fc06874d {
    align-items: flex-start;
  }
  .notificationBar_module_alignItemsEndSm__fc06874d {
    align-items: flex-end;
  }
  .notificationBar_module_alignItemsBaseSm__fc06874d {
    align-items: baseline;
  }
  .notificationBar_module_alignSelfAutoSm__fc06874d {
    align-self: auto;
  }
  .notificationBar_module_alignSelfStretchSm__fc06874d {
    align-self: stretch;
  }
  .notificationBar_module_alignSelfCenterSm__fc06874d {
    align-self: center;
  }
  .notificationBar_module_alignSelfStartSm__fc06874d {
    align-self: flex-start;
  }
  .notificationBar_module_alignSelfEndSm__fc06874d {
    align-self: flex-end;
  }
  .notificationBar_module_alignSelfBaselineSm__fc06874d {
    align-self: baseline;
  }
  .notificationBar_module_alignSelfInitialSm__fc06874d {
    align-self: initial;
  }
  .notificationBar_module_alignSelfInheritSm__fc06874d {
    align-self: inherit;
  }
  .notificationBar_module_alignContentStretchSm__fc06874d {
    align-content: stretch;
  }
  .notificationBar_module_alignContentCenterSm__fc06874d {
    align-content: center;
  }
  .notificationBar_module_alignContentStartSm__fc06874d {
    align-content: flex-start;
  }
  .notificationBar_module_alignContentEndSm__fc06874d {
    align-content: flex-end;
  }
  .notificationBar_module_alignContentBetweenSm__fc06874d {
    align-content: space-between;
  }
  .notificationBar_module_alignContentAroundSm__fc06874d {
    align-content: space-around;
  }
  .notificationBar_module_alignContentInitialSm__fc06874d {
    align-content: initial;
  }
  .notificationBar_module_alignContentInheritSm__fc06874d {
    align-content: inherit;
  }
  .notificationBar_module_flexRowSm__fc06874d {
    flex-direction: row;
  }
  .notificationBar_module_flexRowReverseSm__fc06874d {
    flex-direction: row-reverse;
  }
  .notificationBar_module_flexColumnSm__fc06874d {
    flex-direction: column;
  }
  .notificationBar_module_flexColumnReverseSm__fc06874d {
    flex-direction: column-reverse;
  }
  .notificationBar_module_flexWrapSm__fc06874d {
    flex-wrap: wrap;
  }
  .notificationBar_module_flexNowrapSm__fc06874d {
    flex-wrap: nowrap;
  }
  .notificationBar_module_order1Sm__fc06874d {
    order: 1;
  }
  .notificationBar_module_order2Sm__fc06874d {
    order: 2;
  }
  .notificationBar_module_order3Sm__fc06874d {
    order: 3;
  }
  .notificationBar_module_order4Sm__fc06874d {
    order: 4;
  }
  .notificationBar_module_order5Sm__fc06874d {
    order: 5;
  }
  .notificationBar_module_order6Sm__fc06874d {
    order: 6;
  }
  .notificationBar_module_order7Sm__fc06874d {
    order: 7;
  }
  .notificationBar_module_order8Sm__fc06874d {
    order: 8;
  }
  .notificationBar_module_order9Sm__fc06874d {
    order: 9;
  }
  .notificationBar_module_order10Sm__fc06874d {
    order: 10;
  }
  .notificationBar_module_order11Sm__fc06874d {
    order: 11;
  }
  .notificationBar_module_order12Sm__fc06874d {
    order: 12;
  }
}
@media (min-width: 768px) {
  .notificationBar_module_dMdNone__fc06874d {
    display: none !important;
  }
  .notificationBar_module_dMdInline__fc06874d {
    display: inline !important;
  }
  .notificationBar_module_dMdInlineBlock__fc06874d {
    display: inline-block !important;
  }
  .notificationBar_module_dMdBlock__fc06874d {
    display: block !important;
  }
  .notificationBar_module_dMdTable__fc06874d {
    display: table !important;
  }
  .notificationBar_module_dMdTableRow__fc06874d {
    display: table-row !important;
  }
  .notificationBar_module_dMdTableCell__fc06874d {
    display: table-cell !important;
  }
  .notificationBar_module_dMdFlex__fc06874d {
    display: flex !important;
  }
  .notificationBar_module_dMdInlineFlex__fc06874d {
    display: inline-flex !important;
  }
  .notificationBar_module_justifyContentStartMd__fc06874d {
    justify-content: flex-start;
  }
  .notificationBar_module_justifyContentEndMd__fc06874d {
    justify-content: flex-end;
  }
  .notificationBar_module_justifyContentCenterMd__fc06874d {
    justify-content: center;
  }
  .notificationBar_module_justifyContentBetweenMd__fc06874d {
    justify-content: space-between;
  }
  .notificationBar_module_justifyContentAroundMd__fc06874d {
    justify-content: space-around;
  }
  .notificationBar_module_justifyContentInitialMd__fc06874d {
    justify-content: initial;
  }
  .notificationBar_module_justifyContentInheritMd__fc06874d {
    justify-content: inherit;
  }
  .notificationBar_module_alignItemsStretchMd__fc06874d {
    align-items: stretch;
  }
  .notificationBar_module_alignItemsCenterMd__fc06874d {
    align-items: center;
  }
  .notificationBar_module_alignItemsStartMd__fc06874d {
    align-items: flex-start;
  }
  .notificationBar_module_alignItemsEndMd__fc06874d {
    align-items: flex-end;
  }
  .notificationBar_module_alignItemsBaseMd__fc06874d {
    align-items: baseline;
  }
  .notificationBar_module_alignSelfAutoMd__fc06874d {
    align-self: auto;
  }
  .notificationBar_module_alignSelfStretchMd__fc06874d {
    align-self: stretch;
  }
  .notificationBar_module_alignSelfCenterMd__fc06874d {
    align-self: center;
  }
  .notificationBar_module_alignSelfStartMd__fc06874d {
    align-self: flex-start;
  }
  .notificationBar_module_alignSelfEndMd__fc06874d {
    align-self: flex-end;
  }
  .notificationBar_module_alignSelfBaselineMd__fc06874d {
    align-self: baseline;
  }
  .notificationBar_module_alignSelfInitialMd__fc06874d {
    align-self: initial;
  }
  .notificationBar_module_alignSelfInheritMd__fc06874d {
    align-self: inherit;
  }
  .notificationBar_module_alignContentStretchMd__fc06874d {
    align-content: stretch;
  }
  .notificationBar_module_alignContentCenterMd__fc06874d {
    align-content: center;
  }
  .notificationBar_module_alignContentStartMd__fc06874d {
    align-content: flex-start;
  }
  .notificationBar_module_alignContentEndMd__fc06874d {
    align-content: flex-end;
  }
  .notificationBar_module_alignContentBetweenMd__fc06874d {
    align-content: space-between;
  }
  .notificationBar_module_alignContentAroundMd__fc06874d {
    align-content: space-around;
  }
  .notificationBar_module_alignContentInitialMd__fc06874d {
    align-content: initial;
  }
  .notificationBar_module_alignContentInheritMd__fc06874d {
    align-content: inherit;
  }
  .notificationBar_module_flexRowMd__fc06874d {
    flex-direction: row;
  }
  .notificationBar_module_flexRowReverseMd__fc06874d {
    flex-direction: row-reverse;
  }
  .notificationBar_module_flexColumnMd__fc06874d {
    flex-direction: column;
  }
  .notificationBar_module_flexColumnReverseMd__fc06874d {
    flex-direction: column-reverse;
  }
  .notificationBar_module_flexWrapMd__fc06874d {
    flex-wrap: wrap;
  }
  .notificationBar_module_flexNowrapMd__fc06874d {
    flex-wrap: nowrap;
  }
  .notificationBar_module_order1Md__fc06874d {
    order: 1;
  }
  .notificationBar_module_order2Md__fc06874d {
    order: 2;
  }
  .notificationBar_module_order3Md__fc06874d {
    order: 3;
  }
  .notificationBar_module_order4Md__fc06874d {
    order: 4;
  }
  .notificationBar_module_order5Md__fc06874d {
    order: 5;
  }
  .notificationBar_module_order6Md__fc06874d {
    order: 6;
  }
  .notificationBar_module_order7Md__fc06874d {
    order: 7;
  }
  .notificationBar_module_order8Md__fc06874d {
    order: 8;
  }
  .notificationBar_module_order9Md__fc06874d {
    order: 9;
  }
  .notificationBar_module_order10Md__fc06874d {
    order: 10;
  }
  .notificationBar_module_order11Md__fc06874d {
    order: 11;
  }
  .notificationBar_module_order12Md__fc06874d {
    order: 12;
  }
}
@media (min-width: 992px) {
  .notificationBar_module_dLgNone__fc06874d {
    display: none !important;
  }
  .notificationBar_module_dLgInline__fc06874d {
    display: inline !important;
  }
  .notificationBar_module_dLgInlineBlock__fc06874d {
    display: inline-block !important;
  }
  .notificationBar_module_dLgBlock__fc06874d {
    display: block !important;
  }
  .notificationBar_module_dLgTable__fc06874d {
    display: table !important;
  }
  .notificationBar_module_dLgTableRow__fc06874d {
    display: table-row !important;
  }
  .notificationBar_module_dLgTableCell__fc06874d {
    display: table-cell !important;
  }
  .notificationBar_module_dLgFlex__fc06874d {
    display: flex !important;
  }
  .notificationBar_module_dLgInlineFlex__fc06874d {
    display: inline-flex !important;
  }
  .notificationBar_module_justifyContentStartLg__fc06874d {
    justify-content: flex-start;
  }
  .notificationBar_module_justifyContentEndLg__fc06874d {
    justify-content: flex-end;
  }
  .notificationBar_module_justifyContentCenterLg__fc06874d {
    justify-content: center;
  }
  .notificationBar_module_justifyContentBetweenLg__fc06874d {
    justify-content: space-between;
  }
  .notificationBar_module_justifyContentAroundLg__fc06874d {
    justify-content: space-around;
  }
  .notificationBar_module_justifyContentInitialLg__fc06874d {
    justify-content: initial;
  }
  .notificationBar_module_justifyContentInheritLg__fc06874d {
    justify-content: inherit;
  }
  .notificationBar_module_alignItemsStretchLg__fc06874d {
    align-items: stretch;
  }
  .notificationBar_module_alignItemsCenterLg__fc06874d {
    align-items: center;
  }
  .notificationBar_module_alignItemsStartLg__fc06874d {
    align-items: flex-start;
  }
  .notificationBar_module_alignItemsEndLg__fc06874d {
    align-items: flex-end;
  }
  .notificationBar_module_alignItemsBaseLg__fc06874d {
    align-items: baseline;
  }
  .notificationBar_module_alignSelfAutoLg__fc06874d {
    align-self: auto;
  }
  .notificationBar_module_alignSelfStretchLg__fc06874d {
    align-self: stretch;
  }
  .notificationBar_module_alignSelfCenterLg__fc06874d {
    align-self: center;
  }
  .notificationBar_module_alignSelfStartLg__fc06874d {
    align-self: flex-start;
  }
  .notificationBar_module_alignSelfEndLg__fc06874d {
    align-self: flex-end;
  }
  .notificationBar_module_alignSelfBaselineLg__fc06874d {
    align-self: baseline;
  }
  .notificationBar_module_alignSelfInitialLg__fc06874d {
    align-self: initial;
  }
  .notificationBar_module_alignSelfInheritLg__fc06874d {
    align-self: inherit;
  }
  .notificationBar_module_alignContentStretchLg__fc06874d {
    align-content: stretch;
  }
  .notificationBar_module_alignContentCenterLg__fc06874d {
    align-content: center;
  }
  .notificationBar_module_alignContentStartLg__fc06874d {
    align-content: flex-start;
  }
  .notificationBar_module_alignContentEndLg__fc06874d {
    align-content: flex-end;
  }
  .notificationBar_module_alignContentBetweenLg__fc06874d {
    align-content: space-between;
  }
  .notificationBar_module_alignContentAroundLg__fc06874d {
    align-content: space-around;
  }
  .notificationBar_module_alignContentInitialLg__fc06874d {
    align-content: initial;
  }
  .notificationBar_module_alignContentInheritLg__fc06874d {
    align-content: inherit;
  }
  .notificationBar_module_flexRowLg__fc06874d {
    flex-direction: row;
  }
  .notificationBar_module_flexRowReverseLg__fc06874d {
    flex-direction: row-reverse;
  }
  .notificationBar_module_flexColumnLg__fc06874d {
    flex-direction: column;
  }
  .notificationBar_module_flexColumnReverseLg__fc06874d {
    flex-direction: column-reverse;
  }
  .notificationBar_module_flexWrapLg__fc06874d {
    flex-wrap: wrap;
  }
  .notificationBar_module_flexNowrapLg__fc06874d {
    flex-wrap: nowrap;
  }
  .notificationBar_module_order1Lg__fc06874d {
    order: 1;
  }
  .notificationBar_module_order2Lg__fc06874d {
    order: 2;
  }
  .notificationBar_module_order3Lg__fc06874d {
    order: 3;
  }
  .notificationBar_module_order4Lg__fc06874d {
    order: 4;
  }
  .notificationBar_module_order5Lg__fc06874d {
    order: 5;
  }
  .notificationBar_module_order6Lg__fc06874d {
    order: 6;
  }
  .notificationBar_module_order7Lg__fc06874d {
    order: 7;
  }
  .notificationBar_module_order8Lg__fc06874d {
    order: 8;
  }
  .notificationBar_module_order9Lg__fc06874d {
    order: 9;
  }
  .notificationBar_module_order10Lg__fc06874d {
    order: 10;
  }
  .notificationBar_module_order11Lg__fc06874d {
    order: 11;
  }
  .notificationBar_module_order12Lg__fc06874d {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .notificationBar_module_dXlNone__fc06874d {
    display: none !important;
  }
  .notificationBar_module_dXlInline__fc06874d {
    display: inline !important;
  }
  .notificationBar_module_dXlInlineBlock__fc06874d {
    display: inline-block !important;
  }
  .notificationBar_module_dXlBlock__fc06874d {
    display: block !important;
  }
  .notificationBar_module_dXlTable__fc06874d {
    display: table !important;
  }
  .notificationBar_module_dXlTableRow__fc06874d {
    display: table-row !important;
  }
  .notificationBar_module_dXlTableCell__fc06874d {
    display: table-cell !important;
  }
  .notificationBar_module_dXlFlex__fc06874d {
    display: flex !important;
  }
  .notificationBar_module_dXlInlineFlex__fc06874d {
    display: inline-flex !important;
  }
  .notificationBar_module_justifyContentStartXl__fc06874d {
    justify-content: flex-start;
  }
  .notificationBar_module_justifyContentEndXl__fc06874d {
    justify-content: flex-end;
  }
  .notificationBar_module_justifyContentCenterXl__fc06874d {
    justify-content: center;
  }
  .notificationBar_module_justifyContentBetweenXl__fc06874d {
    justify-content: space-between;
  }
  .notificationBar_module_justifyContentAroundXl__fc06874d {
    justify-content: space-around;
  }
  .notificationBar_module_justifyContentInitialXl__fc06874d {
    justify-content: initial;
  }
  .notificationBar_module_justifyContentInheritXl__fc06874d {
    justify-content: inherit;
  }
  .notificationBar_module_alignItemsStretchXl__fc06874d {
    align-items: stretch;
  }
  .notificationBar_module_alignItemsCenterXl__fc06874d {
    align-items: center;
  }
  .notificationBar_module_alignItemsStartXl__fc06874d {
    align-items: flex-start;
  }
  .notificationBar_module_alignItemsEndXl__fc06874d {
    align-items: flex-end;
  }
  .notificationBar_module_alignItemsBaseXl__fc06874d {
    align-items: baseline;
  }
  .notificationBar_module_alignSelfAutoXl__fc06874d {
    align-self: auto;
  }
  .notificationBar_module_alignSelfStretchXl__fc06874d {
    align-self: stretch;
  }
  .notificationBar_module_alignSelfCenterXl__fc06874d {
    align-self: center;
  }
  .notificationBar_module_alignSelfStartXl__fc06874d {
    align-self: flex-start;
  }
  .notificationBar_module_alignSelfEndXl__fc06874d {
    align-self: flex-end;
  }
  .notificationBar_module_alignSelfBaselineXl__fc06874d {
    align-self: baseline;
  }
  .notificationBar_module_alignSelfInitialXl__fc06874d {
    align-self: initial;
  }
  .notificationBar_module_alignSelfInheritXl__fc06874d {
    align-self: inherit;
  }
  .notificationBar_module_alignContentStretchXl__fc06874d {
    align-content: stretch;
  }
  .notificationBar_module_alignContentCenterXl__fc06874d {
    align-content: center;
  }
  .notificationBar_module_alignContentStartXl__fc06874d {
    align-content: flex-start;
  }
  .notificationBar_module_alignContentEndXl__fc06874d {
    align-content: flex-end;
  }
  .notificationBar_module_alignContentBetweenXl__fc06874d {
    align-content: space-between;
  }
  .notificationBar_module_alignContentAroundXl__fc06874d {
    align-content: space-around;
  }
  .notificationBar_module_alignContentInitialXl__fc06874d {
    align-content: initial;
  }
  .notificationBar_module_alignContentInheritXl__fc06874d {
    align-content: inherit;
  }
  .notificationBar_module_flexRowXl__fc06874d {
    flex-direction: row;
  }
  .notificationBar_module_flexRowReverseXl__fc06874d {
    flex-direction: row-reverse;
  }
  .notificationBar_module_flexColumnXl__fc06874d {
    flex-direction: column;
  }
  .notificationBar_module_flexColumnReverseXl__fc06874d {
    flex-direction: column-reverse;
  }
  .notificationBar_module_flexWrapXl__fc06874d {
    flex-wrap: wrap;
  }
  .notificationBar_module_flexNowrapXl__fc06874d {
    flex-wrap: nowrap;
  }
  .notificationBar_module_order1Xl__fc06874d {
    order: 1;
  }
  .notificationBar_module_order2Xl__fc06874d {
    order: 2;
  }
  .notificationBar_module_order3Xl__fc06874d {
    order: 3;
  }
  .notificationBar_module_order4Xl__fc06874d {
    order: 4;
  }
  .notificationBar_module_order5Xl__fc06874d {
    order: 5;
  }
  .notificationBar_module_order6Xl__fc06874d {
    order: 6;
  }
  .notificationBar_module_order7Xl__fc06874d {
    order: 7;
  }
  .notificationBar_module_order8Xl__fc06874d {
    order: 8;
  }
  .notificationBar_module_order9Xl__fc06874d {
    order: 9;
  }
  .notificationBar_module_order10Xl__fc06874d {
    order: 10;
  }
  .notificationBar_module_order11Xl__fc06874d {
    order: 11;
  }
  .notificationBar_module_order12Xl__fc06874d {
    order: 12;
  }
}
.notificationBar_module_notificationWrapper__fc06874d {
  background-color: #ffc107;
  width: 100%;
}
.notificationBar_module_notificationWrapper__fc06874d:hover {
  background-color: #f5af00;
}
.notificationBar_module_notificationWrapper__fc06874d .notificationBar_module_allHands__fc06874d {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ab22ff;
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 0px;
  cursor: pointer;
}
.notificationBar_module_notificationWrapper__fc06874d .notificationBar_module_allHands__fc06874d .notificationBar_module_title__fc06874d {
  margin-left: 10px;
}

.notificationBar_module_notificationBar__fc06874d {
  color: #000000;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: Inter;
  display: flex;
  justify-content: space-between;
  padding: 0px 1rem;
}
.notificationBar_module_notificationBar__fc06874d:after, .notificationBar_module_notificationBar__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationBar__icon__fc06874d {
  width: 22px;
  height: 22px;
}
.notificationBar_module_notificationBar__left__fc06874d {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.notificationBar_module_notificationBar__left__fc06874d:after, .notificationBar_module_notificationBar__left__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationBar__right__fc06874d {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.notificationBar_module_notificationBar__right__fc06874d:after, .notificationBar_module_notificationBar__right__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationBar__close__fc06874d {
  height: 24px;
  width: 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.notificationBar_module_notificationBar__close__fc06874d:after, .notificationBar_module_notificationBar__close__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationBar__close__fc06874d:hover {
  background-color: #ffca28;
}

.notificationBar_module_notificationContent__fc06874d {
  padding-left: 10px;
}
@media (max-width: 576px) {
  .notificationBar_module_notificationContent__fc06874d {
    align-self: center;
  }
}
.notificationBar_module_notificationContent__header__fc06874d {
  font-weight: 600;
}
@media (max-width: 576px) {
  .notificationBar_module_notificationContent__header__fc06874d {
    display: none;
  }
}
.notificationBar_module_notificationContent__header__fc06874d::after {
  content: ":";
  padding-right: 5px;
}

.notificationBar_module_notificationDropdown__fc06874d {
  padding: 12px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  flex-shrink: 0;
}
.notificationBar_module_notificationDropdown__fc06874d:after, .notificationBar_module_notificationDropdown__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationDropdown__fc06874d:hover {
  background-color: #ffca28;
}
.notificationBar_module_notificationDropdown_Active__fc06874d {
  background-color: #ffca28;
}
.notificationBar_module_notificationDropdown__text__fc06874d {
  margin-right: 8px;
  font-size: 0.85rem;
}
.notificationBar_module_notificationDropdown__list__fc06874d {
  position: absolute;
  width: 300px;
  top: 100%;
  left: 100%;
  transform: translateX(-100%);
  border-radius: 5px;
  opacity: 1;
  z-index: 10;
  transition: 0.1s ease;
  background-color: #ffffff;
  box-shadow: 0 5px 10px #b2b2b2;
}
.notificationBar_module_notificationDropdown__header__fc06874d {
  color: #999999;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.75rem;
}
.notificationBar_module_notificationDropdown__item__fc06874d {
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  cursor: pointer;
  border-top: 1px solid #f2f2f2;
}
.notificationBar_module_notificationDropdown__item__fc06874d:hover {
  background-color: #e6e6e6;
}
.notificationBar_module_notificationDropdown__icon__fc06874d {
  transition: 0.2s ease-in;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notificationBar_module_notificationDropdown__icon__fc06874d:after, .notificationBar_module_notificationDropdown__icon__fc06874d::before {
  display: none;
}
.notificationBar_module_notificationDropdown__icon_Shown__fc06874d {
  transform: rotate(180deg);
}
.notificationBar_module_notificationDropdown__link__fc06874d {
  color: #000000;
  transition: all 0.3s ease;
}
.notificationBar_module_notificationDropdown__link__fc06874d:hover {
  color: #25a25a;
}
.notificationBar_module_notificationDropdown__timeWrapper__fc06874d {
  font-size: 0.75rem;
  color: #999999;
}

.notificationBar_module_allHandModal__fc06874d {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 650px;
  border-radius: 0.25rem;
  border: 0;
  outline: none;
  width: 800px;
}
@media (max-width: 768px) {
  .notificationBar_module_allHandModal__fc06874d {
    width: 90%;
  }
}
.notificationBar_module_allHandModal__overlay__fc06874d {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.notificationBar_module_allHandModal__body__fc06874d {
  position: relative;
  height: 450px;
}
.notificationBar_module_allHandModal__body_Close__fc06874d {
  position: absolute;
  right: -30px;
  top: 0px;
  z-index: 1000;
}
.notificationBar_module_allHandModal__body_Close__fc06874d .notificationBar_module_closeIcon__fc06874d {
  font-size: 35px;
  font-weight: 700;
  color: white;
}
.notificationBar_module_allHandModal__body_Close__fc06874d .notificationBar_module_closeIcon__fc06874d:hover {
  cursor: pointer;
}
.notificationBar_module_allHandModal__body__fc06874d .notificationBar_module_iframeContent__fc06874d {
  width: 100%;
  height: 100%;
}
.notificationBar_module_allHandModal__body__fc06874d .notificationBar_module_iframeContent__fc06874d .notificationBar_module_notificationBar_module_iframeContent__05f1af8c__fc06874d {
  background-color: red;
  padding: 1rem;
}.quickLink_module_dNone__193ff858 {
  display: none !important;
}

.quickLink_module_dInline__193ff858 {
  display: inline !important;
}

.quickLink_module_dInlineBlock__193ff858 {
  display: inline-block !important;
}

.quickLink_module_dBlock__193ff858 {
  display: block !important;
}

.quickLink_module_dTable__193ff858 {
  display: table !important;
}

.quickLink_module_dTableRow__193ff858 {
  display: table-row !important;
}

.quickLink_module_dTableCell__193ff858 {
  display: table-cell !important;
}

.quickLink_module_dFlex__193ff858 {
  display: flex !important;
}

.quickLink_module_dInlineFlex__193ff858 {
  display: inline-flex !important;
}

.quickLink_module_justifyContentStart__193ff858 {
  justify-content: flex-start;
}

.quickLink_module_justifyContentEnd__193ff858 {
  justify-content: flex-end;
}

.quickLink_module_justifyContentCenter__193ff858 {
  justify-content: center;
}

.quickLink_module_justifyContentBetween__193ff858 {
  justify-content: space-between;
}

.quickLink_module_justifyContentAround__193ff858 {
  justify-content: space-around;
}

.quickLink_module_justifyContentInitial__193ff858 {
  justify-content: initial;
}

.quickLink_module_justifyContentInherit__193ff858 {
  justify-content: inherit;
}

.quickLink_module_alignItemsStretch__193ff858 {
  align-items: stretch;
}

.quickLink_module_alignItemsCenter__193ff858 {
  align-items: center;
}

.quickLink_module_alignItemsStart__193ff858 {
  align-items: flex-start;
}

.quickLink_module_alignItemsEnd__193ff858 {
  align-items: flex-end;
}

.quickLink_module_alignItemsBase__193ff858 {
  align-items: baseline;
}

.quickLink_module_alignSelfAuto__193ff858 {
  align-self: auto;
}

.quickLink_module_alignSelfStretch__193ff858 {
  align-self: stretch;
}

.quickLink_module_alignSelfCenter__193ff858 {
  align-self: center;
}

.quickLink_module_alignSelfStart__193ff858 {
  align-self: flex-start;
}

.quickLink_module_alignSelfEnd__193ff858 {
  align-self: flex-end;
}

.quickLink_module_alignSelfBaseline__193ff858 {
  align-self: baseline;
}

.quickLink_module_alignSelfInitial__193ff858 {
  align-self: initial;
}

.quickLink_module_alignSelfInherit__193ff858 {
  align-self: inherit;
}

.quickLink_module_alignContentStretch__193ff858 {
  align-content: stretch;
}

.quickLink_module_alignContentCenter__193ff858 {
  align-content: center;
}

.quickLink_module_alignContentStart__193ff858 {
  align-content: flex-start;
}

.quickLink_module_alignContentEnd__193ff858 {
  align-content: flex-end;
}

.quickLink_module_alignContentBetween__193ff858 {
  align-content: space-between;
}

.quickLink_module_alignContentAround__193ff858 {
  align-content: space-around;
}

.quickLink_module_alignContentInitial__193ff858 {
  align-content: initial;
}

.quickLink_module_alignContentInherit__193ff858 {
  align-content: inherit;
}

.quickLink_module_flexRow__193ff858 {
  flex-direction: row;
}

.quickLink_module_flexRowReverse__193ff858 {
  flex-direction: row-reverse;
}

.quickLink_module_flexColumn__193ff858 {
  flex-direction: column;
}

.quickLink_module_flexColumnReverse__193ff858 {
  flex-direction: column-reverse;
}

.quickLink_module_flexWrap__193ff858 {
  flex-wrap: wrap;
}

.quickLink_module_flexNowrap__193ff858 {
  flex-wrap: nowrap;
}

.quickLink_module_order1__193ff858 {
  order: 1;
}

.quickLink_module_order2__193ff858 {
  order: 2;
}

.quickLink_module_order3__193ff858 {
  order: 3;
}

.quickLink_module_order4__193ff858 {
  order: 4;
}

.quickLink_module_order5__193ff858 {
  order: 5;
}

.quickLink_module_order6__193ff858 {
  order: 6;
}

.quickLink_module_order7__193ff858 {
  order: 7;
}

.quickLink_module_order8__193ff858 {
  order: 8;
}

.quickLink_module_order9__193ff858 {
  order: 9;
}

.quickLink_module_order10__193ff858 {
  order: 10;
}

.quickLink_module_order11__193ff858 {
  order: 11;
}

.quickLink_module_order12__193ff858 {
  order: 12;
}

@media (min-width: 576px) {
  .quickLink_module_dSmNone__193ff858 {
    display: none !important;
  }
  .quickLink_module_dSmInline__193ff858 {
    display: inline !important;
  }
  .quickLink_module_dSmInlineBlock__193ff858 {
    display: inline-block !important;
  }
  .quickLink_module_dSmBlock__193ff858 {
    display: block !important;
  }
  .quickLink_module_dSmTable__193ff858 {
    display: table !important;
  }
  .quickLink_module_dSmTableRow__193ff858 {
    display: table-row !important;
  }
  .quickLink_module_dSmTableCell__193ff858 {
    display: table-cell !important;
  }
  .quickLink_module_dSmFlex__193ff858 {
    display: flex !important;
  }
  .quickLink_module_dSmInlineFlex__193ff858 {
    display: inline-flex !important;
  }
  .quickLink_module_justifyContentStartSm__193ff858 {
    justify-content: flex-start;
  }
  .quickLink_module_justifyContentEndSm__193ff858 {
    justify-content: flex-end;
  }
  .quickLink_module_justifyContentCenterSm__193ff858 {
    justify-content: center;
  }
  .quickLink_module_justifyContentBetweenSm__193ff858 {
    justify-content: space-between;
  }
  .quickLink_module_justifyContentAroundSm__193ff858 {
    justify-content: space-around;
  }
  .quickLink_module_justifyContentInitialSm__193ff858 {
    justify-content: initial;
  }
  .quickLink_module_justifyContentInheritSm__193ff858 {
    justify-content: inherit;
  }
  .quickLink_module_alignItemsStretchSm__193ff858 {
    align-items: stretch;
  }
  .quickLink_module_alignItemsCenterSm__193ff858 {
    align-items: center;
  }
  .quickLink_module_alignItemsStartSm__193ff858 {
    align-items: flex-start;
  }
  .quickLink_module_alignItemsEndSm__193ff858 {
    align-items: flex-end;
  }
  .quickLink_module_alignItemsBaseSm__193ff858 {
    align-items: baseline;
  }
  .quickLink_module_alignSelfAutoSm__193ff858 {
    align-self: auto;
  }
  .quickLink_module_alignSelfStretchSm__193ff858 {
    align-self: stretch;
  }
  .quickLink_module_alignSelfCenterSm__193ff858 {
    align-self: center;
  }
  .quickLink_module_alignSelfStartSm__193ff858 {
    align-self: flex-start;
  }
  .quickLink_module_alignSelfEndSm__193ff858 {
    align-self: flex-end;
  }
  .quickLink_module_alignSelfBaselineSm__193ff858 {
    align-self: baseline;
  }
  .quickLink_module_alignSelfInitialSm__193ff858 {
    align-self: initial;
  }
  .quickLink_module_alignSelfInheritSm__193ff858 {
    align-self: inherit;
  }
  .quickLink_module_alignContentStretchSm__193ff858 {
    align-content: stretch;
  }
  .quickLink_module_alignContentCenterSm__193ff858 {
    align-content: center;
  }
  .quickLink_module_alignContentStartSm__193ff858 {
    align-content: flex-start;
  }
  .quickLink_module_alignContentEndSm__193ff858 {
    align-content: flex-end;
  }
  .quickLink_module_alignContentBetweenSm__193ff858 {
    align-content: space-between;
  }
  .quickLink_module_alignContentAroundSm__193ff858 {
    align-content: space-around;
  }
  .quickLink_module_alignContentInitialSm__193ff858 {
    align-content: initial;
  }
  .quickLink_module_alignContentInheritSm__193ff858 {
    align-content: inherit;
  }
  .quickLink_module_flexRowSm__193ff858 {
    flex-direction: row;
  }
  .quickLink_module_flexRowReverseSm__193ff858 {
    flex-direction: row-reverse;
  }
  .quickLink_module_flexColumnSm__193ff858 {
    flex-direction: column;
  }
  .quickLink_module_flexColumnReverseSm__193ff858 {
    flex-direction: column-reverse;
  }
  .quickLink_module_flexWrapSm__193ff858 {
    flex-wrap: wrap;
  }
  .quickLink_module_flexNowrapSm__193ff858 {
    flex-wrap: nowrap;
  }
  .quickLink_module_order1Sm__193ff858 {
    order: 1;
  }
  .quickLink_module_order2Sm__193ff858 {
    order: 2;
  }
  .quickLink_module_order3Sm__193ff858 {
    order: 3;
  }
  .quickLink_module_order4Sm__193ff858 {
    order: 4;
  }
  .quickLink_module_order5Sm__193ff858 {
    order: 5;
  }
  .quickLink_module_order6Sm__193ff858 {
    order: 6;
  }
  .quickLink_module_order7Sm__193ff858 {
    order: 7;
  }
  .quickLink_module_order8Sm__193ff858 {
    order: 8;
  }
  .quickLink_module_order9Sm__193ff858 {
    order: 9;
  }
  .quickLink_module_order10Sm__193ff858 {
    order: 10;
  }
  .quickLink_module_order11Sm__193ff858 {
    order: 11;
  }
  .quickLink_module_order12Sm__193ff858 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .quickLink_module_dMdNone__193ff858 {
    display: none !important;
  }
  .quickLink_module_dMdInline__193ff858 {
    display: inline !important;
  }
  .quickLink_module_dMdInlineBlock__193ff858 {
    display: inline-block !important;
  }
  .quickLink_module_dMdBlock__193ff858 {
    display: block !important;
  }
  .quickLink_module_dMdTable__193ff858 {
    display: table !important;
  }
  .quickLink_module_dMdTableRow__193ff858 {
    display: table-row !important;
  }
  .quickLink_module_dMdTableCell__193ff858 {
    display: table-cell !important;
  }
  .quickLink_module_dMdFlex__193ff858 {
    display: flex !important;
  }
  .quickLink_module_dMdInlineFlex__193ff858 {
    display: inline-flex !important;
  }
  .quickLink_module_justifyContentStartMd__193ff858 {
    justify-content: flex-start;
  }
  .quickLink_module_justifyContentEndMd__193ff858 {
    justify-content: flex-end;
  }
  .quickLink_module_justifyContentCenterMd__193ff858 {
    justify-content: center;
  }
  .quickLink_module_justifyContentBetweenMd__193ff858 {
    justify-content: space-between;
  }
  .quickLink_module_justifyContentAroundMd__193ff858 {
    justify-content: space-around;
  }
  .quickLink_module_justifyContentInitialMd__193ff858 {
    justify-content: initial;
  }
  .quickLink_module_justifyContentInheritMd__193ff858 {
    justify-content: inherit;
  }
  .quickLink_module_alignItemsStretchMd__193ff858 {
    align-items: stretch;
  }
  .quickLink_module_alignItemsCenterMd__193ff858 {
    align-items: center;
  }
  .quickLink_module_alignItemsStartMd__193ff858 {
    align-items: flex-start;
  }
  .quickLink_module_alignItemsEndMd__193ff858 {
    align-items: flex-end;
  }
  .quickLink_module_alignItemsBaseMd__193ff858 {
    align-items: baseline;
  }
  .quickLink_module_alignSelfAutoMd__193ff858 {
    align-self: auto;
  }
  .quickLink_module_alignSelfStretchMd__193ff858 {
    align-self: stretch;
  }
  .quickLink_module_alignSelfCenterMd__193ff858 {
    align-self: center;
  }
  .quickLink_module_alignSelfStartMd__193ff858 {
    align-self: flex-start;
  }
  .quickLink_module_alignSelfEndMd__193ff858 {
    align-self: flex-end;
  }
  .quickLink_module_alignSelfBaselineMd__193ff858 {
    align-self: baseline;
  }
  .quickLink_module_alignSelfInitialMd__193ff858 {
    align-self: initial;
  }
  .quickLink_module_alignSelfInheritMd__193ff858 {
    align-self: inherit;
  }
  .quickLink_module_alignContentStretchMd__193ff858 {
    align-content: stretch;
  }
  .quickLink_module_alignContentCenterMd__193ff858 {
    align-content: center;
  }
  .quickLink_module_alignContentStartMd__193ff858 {
    align-content: flex-start;
  }
  .quickLink_module_alignContentEndMd__193ff858 {
    align-content: flex-end;
  }
  .quickLink_module_alignContentBetweenMd__193ff858 {
    align-content: space-between;
  }
  .quickLink_module_alignContentAroundMd__193ff858 {
    align-content: space-around;
  }
  .quickLink_module_alignContentInitialMd__193ff858 {
    align-content: initial;
  }
  .quickLink_module_alignContentInheritMd__193ff858 {
    align-content: inherit;
  }
  .quickLink_module_flexRowMd__193ff858 {
    flex-direction: row;
  }
  .quickLink_module_flexRowReverseMd__193ff858 {
    flex-direction: row-reverse;
  }
  .quickLink_module_flexColumnMd__193ff858 {
    flex-direction: column;
  }
  .quickLink_module_flexColumnReverseMd__193ff858 {
    flex-direction: column-reverse;
  }
  .quickLink_module_flexWrapMd__193ff858 {
    flex-wrap: wrap;
  }
  .quickLink_module_flexNowrapMd__193ff858 {
    flex-wrap: nowrap;
  }
  .quickLink_module_order1Md__193ff858 {
    order: 1;
  }
  .quickLink_module_order2Md__193ff858 {
    order: 2;
  }
  .quickLink_module_order3Md__193ff858 {
    order: 3;
  }
  .quickLink_module_order4Md__193ff858 {
    order: 4;
  }
  .quickLink_module_order5Md__193ff858 {
    order: 5;
  }
  .quickLink_module_order6Md__193ff858 {
    order: 6;
  }
  .quickLink_module_order7Md__193ff858 {
    order: 7;
  }
  .quickLink_module_order8Md__193ff858 {
    order: 8;
  }
  .quickLink_module_order9Md__193ff858 {
    order: 9;
  }
  .quickLink_module_order10Md__193ff858 {
    order: 10;
  }
  .quickLink_module_order11Md__193ff858 {
    order: 11;
  }
  .quickLink_module_order12Md__193ff858 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .quickLink_module_dLgNone__193ff858 {
    display: none !important;
  }
  .quickLink_module_dLgInline__193ff858 {
    display: inline !important;
  }
  .quickLink_module_dLgInlineBlock__193ff858 {
    display: inline-block !important;
  }
  .quickLink_module_dLgBlock__193ff858 {
    display: block !important;
  }
  .quickLink_module_dLgTable__193ff858 {
    display: table !important;
  }
  .quickLink_module_dLgTableRow__193ff858 {
    display: table-row !important;
  }
  .quickLink_module_dLgTableCell__193ff858 {
    display: table-cell !important;
  }
  .quickLink_module_dLgFlex__193ff858 {
    display: flex !important;
  }
  .quickLink_module_dLgInlineFlex__193ff858 {
    display: inline-flex !important;
  }
  .quickLink_module_justifyContentStartLg__193ff858 {
    justify-content: flex-start;
  }
  .quickLink_module_justifyContentEndLg__193ff858 {
    justify-content: flex-end;
  }
  .quickLink_module_justifyContentCenterLg__193ff858 {
    justify-content: center;
  }
  .quickLink_module_justifyContentBetweenLg__193ff858 {
    justify-content: space-between;
  }
  .quickLink_module_justifyContentAroundLg__193ff858 {
    justify-content: space-around;
  }
  .quickLink_module_justifyContentInitialLg__193ff858 {
    justify-content: initial;
  }
  .quickLink_module_justifyContentInheritLg__193ff858 {
    justify-content: inherit;
  }
  .quickLink_module_alignItemsStretchLg__193ff858 {
    align-items: stretch;
  }
  .quickLink_module_alignItemsCenterLg__193ff858 {
    align-items: center;
  }
  .quickLink_module_alignItemsStartLg__193ff858 {
    align-items: flex-start;
  }
  .quickLink_module_alignItemsEndLg__193ff858 {
    align-items: flex-end;
  }
  .quickLink_module_alignItemsBaseLg__193ff858 {
    align-items: baseline;
  }
  .quickLink_module_alignSelfAutoLg__193ff858 {
    align-self: auto;
  }
  .quickLink_module_alignSelfStretchLg__193ff858 {
    align-self: stretch;
  }
  .quickLink_module_alignSelfCenterLg__193ff858 {
    align-self: center;
  }
  .quickLink_module_alignSelfStartLg__193ff858 {
    align-self: flex-start;
  }
  .quickLink_module_alignSelfEndLg__193ff858 {
    align-self: flex-end;
  }
  .quickLink_module_alignSelfBaselineLg__193ff858 {
    align-self: baseline;
  }
  .quickLink_module_alignSelfInitialLg__193ff858 {
    align-self: initial;
  }
  .quickLink_module_alignSelfInheritLg__193ff858 {
    align-self: inherit;
  }
  .quickLink_module_alignContentStretchLg__193ff858 {
    align-content: stretch;
  }
  .quickLink_module_alignContentCenterLg__193ff858 {
    align-content: center;
  }
  .quickLink_module_alignContentStartLg__193ff858 {
    align-content: flex-start;
  }
  .quickLink_module_alignContentEndLg__193ff858 {
    align-content: flex-end;
  }
  .quickLink_module_alignContentBetweenLg__193ff858 {
    align-content: space-between;
  }
  .quickLink_module_alignContentAroundLg__193ff858 {
    align-content: space-around;
  }
  .quickLink_module_alignContentInitialLg__193ff858 {
    align-content: initial;
  }
  .quickLink_module_alignContentInheritLg__193ff858 {
    align-content: inherit;
  }
  .quickLink_module_flexRowLg__193ff858 {
    flex-direction: row;
  }
  .quickLink_module_flexRowReverseLg__193ff858 {
    flex-direction: row-reverse;
  }
  .quickLink_module_flexColumnLg__193ff858 {
    flex-direction: column;
  }
  .quickLink_module_flexColumnReverseLg__193ff858 {
    flex-direction: column-reverse;
  }
  .quickLink_module_flexWrapLg__193ff858 {
    flex-wrap: wrap;
  }
  .quickLink_module_flexNowrapLg__193ff858 {
    flex-wrap: nowrap;
  }
  .quickLink_module_order1Lg__193ff858 {
    order: 1;
  }
  .quickLink_module_order2Lg__193ff858 {
    order: 2;
  }
  .quickLink_module_order3Lg__193ff858 {
    order: 3;
  }
  .quickLink_module_order4Lg__193ff858 {
    order: 4;
  }
  .quickLink_module_order5Lg__193ff858 {
    order: 5;
  }
  .quickLink_module_order6Lg__193ff858 {
    order: 6;
  }
  .quickLink_module_order7Lg__193ff858 {
    order: 7;
  }
  .quickLink_module_order8Lg__193ff858 {
    order: 8;
  }
  .quickLink_module_order9Lg__193ff858 {
    order: 9;
  }
  .quickLink_module_order10Lg__193ff858 {
    order: 10;
  }
  .quickLink_module_order11Lg__193ff858 {
    order: 11;
  }
  .quickLink_module_order12Lg__193ff858 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .quickLink_module_dXlNone__193ff858 {
    display: none !important;
  }
  .quickLink_module_dXlInline__193ff858 {
    display: inline !important;
  }
  .quickLink_module_dXlInlineBlock__193ff858 {
    display: inline-block !important;
  }
  .quickLink_module_dXlBlock__193ff858 {
    display: block !important;
  }
  .quickLink_module_dXlTable__193ff858 {
    display: table !important;
  }
  .quickLink_module_dXlTableRow__193ff858 {
    display: table-row !important;
  }
  .quickLink_module_dXlTableCell__193ff858 {
    display: table-cell !important;
  }
  .quickLink_module_dXlFlex__193ff858 {
    display: flex !important;
  }
  .quickLink_module_dXlInlineFlex__193ff858 {
    display: inline-flex !important;
  }
  .quickLink_module_justifyContentStartXl__193ff858 {
    justify-content: flex-start;
  }
  .quickLink_module_justifyContentEndXl__193ff858 {
    justify-content: flex-end;
  }
  .quickLink_module_justifyContentCenterXl__193ff858 {
    justify-content: center;
  }
  .quickLink_module_justifyContentBetweenXl__193ff858 {
    justify-content: space-between;
  }
  .quickLink_module_justifyContentAroundXl__193ff858 {
    justify-content: space-around;
  }
  .quickLink_module_justifyContentInitialXl__193ff858 {
    justify-content: initial;
  }
  .quickLink_module_justifyContentInheritXl__193ff858 {
    justify-content: inherit;
  }
  .quickLink_module_alignItemsStretchXl__193ff858 {
    align-items: stretch;
  }
  .quickLink_module_alignItemsCenterXl__193ff858 {
    align-items: center;
  }
  .quickLink_module_alignItemsStartXl__193ff858 {
    align-items: flex-start;
  }
  .quickLink_module_alignItemsEndXl__193ff858 {
    align-items: flex-end;
  }
  .quickLink_module_alignItemsBaseXl__193ff858 {
    align-items: baseline;
  }
  .quickLink_module_alignSelfAutoXl__193ff858 {
    align-self: auto;
  }
  .quickLink_module_alignSelfStretchXl__193ff858 {
    align-self: stretch;
  }
  .quickLink_module_alignSelfCenterXl__193ff858 {
    align-self: center;
  }
  .quickLink_module_alignSelfStartXl__193ff858 {
    align-self: flex-start;
  }
  .quickLink_module_alignSelfEndXl__193ff858 {
    align-self: flex-end;
  }
  .quickLink_module_alignSelfBaselineXl__193ff858 {
    align-self: baseline;
  }
  .quickLink_module_alignSelfInitialXl__193ff858 {
    align-self: initial;
  }
  .quickLink_module_alignSelfInheritXl__193ff858 {
    align-self: inherit;
  }
  .quickLink_module_alignContentStretchXl__193ff858 {
    align-content: stretch;
  }
  .quickLink_module_alignContentCenterXl__193ff858 {
    align-content: center;
  }
  .quickLink_module_alignContentStartXl__193ff858 {
    align-content: flex-start;
  }
  .quickLink_module_alignContentEndXl__193ff858 {
    align-content: flex-end;
  }
  .quickLink_module_alignContentBetweenXl__193ff858 {
    align-content: space-between;
  }
  .quickLink_module_alignContentAroundXl__193ff858 {
    align-content: space-around;
  }
  .quickLink_module_alignContentInitialXl__193ff858 {
    align-content: initial;
  }
  .quickLink_module_alignContentInheritXl__193ff858 {
    align-content: inherit;
  }
  .quickLink_module_flexRowXl__193ff858 {
    flex-direction: row;
  }
  .quickLink_module_flexRowReverseXl__193ff858 {
    flex-direction: row-reverse;
  }
  .quickLink_module_flexColumnXl__193ff858 {
    flex-direction: column;
  }
  .quickLink_module_flexColumnReverseXl__193ff858 {
    flex-direction: column-reverse;
  }
  .quickLink_module_flexWrapXl__193ff858 {
    flex-wrap: wrap;
  }
  .quickLink_module_flexNowrapXl__193ff858 {
    flex-wrap: nowrap;
  }
  .quickLink_module_order1Xl__193ff858 {
    order: 1;
  }
  .quickLink_module_order2Xl__193ff858 {
    order: 2;
  }
  .quickLink_module_order3Xl__193ff858 {
    order: 3;
  }
  .quickLink_module_order4Xl__193ff858 {
    order: 4;
  }
  .quickLink_module_order5Xl__193ff858 {
    order: 5;
  }
  .quickLink_module_order6Xl__193ff858 {
    order: 6;
  }
  .quickLink_module_order7Xl__193ff858 {
    order: 7;
  }
  .quickLink_module_order8Xl__193ff858 {
    order: 8;
  }
  .quickLink_module_order9Xl__193ff858 {
    order: 9;
  }
  .quickLink_module_order10Xl__193ff858 {
    order: 10;
  }
  .quickLink_module_order11Xl__193ff858 {
    order: 11;
  }
  .quickLink_module_order12Xl__193ff858 {
    order: 12;
  }
}
.quickLink_module_quickLink__193ff858 {
  overflow: hidden;
  padding: 0;
}

.quickLink_module_quickLinkContent__193ff858 {
  padding: 10px;
  cursor: pointer;
  color: #2196f3;
  border-radius: 20px;
  background-color: #eaf8ff;
  transition: all 0.5s ease-in-out;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.quickLink_module_quickLinkContent_Show__193ff858 {
  padding: 10px 10px 10px 14px;
}
.quickLink_module_quickLinkContent__193ff858 .quickLink_module_label__193ff858 {
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  visibility: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.quickLink_module_quickLinkContent__193ff858 .quickLink_module_label_Show__193ff858 {
  width: fit-content;
  padding-right: 14px;
  visibility: visible;
  max-width: 200px;
}
.quickLink_module_quickLinkContent__193ff858 .quickLink_module_icon__193ff858 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #eaf8ff;
  display: flex;
  align-items: center;
}
.quickLink_module_quickLinkContent__193ff858:hover .quickLink_module_label__193ff858 {
  width: fit-content;
  padding-right: 14px;
  visibility: visible;
  max-width: 200px;
}.quickLinksWrapper_module_dNone__427ca109 {
  display: none !important;
}

.quickLinksWrapper_module_dInline__427ca109 {
  display: inline !important;
}

.quickLinksWrapper_module_dInlineBlock__427ca109 {
  display: inline-block !important;
}

.quickLinksWrapper_module_dBlock__427ca109 {
  display: block !important;
}

.quickLinksWrapper_module_dTable__427ca109 {
  display: table !important;
}

.quickLinksWrapper_module_dTableRow__427ca109 {
  display: table-row !important;
}

.quickLinksWrapper_module_dTableCell__427ca109 {
  display: table-cell !important;
}

.quickLinksWrapper_module_dFlex__427ca109 {
  display: flex !important;
}

.quickLinksWrapper_module_dInlineFlex__427ca109 {
  display: inline-flex !important;
}

.quickLinksWrapper_module_justifyContentStart__427ca109 {
  justify-content: flex-start;
}

.quickLinksWrapper_module_justifyContentEnd__427ca109 {
  justify-content: flex-end;
}

.quickLinksWrapper_module_justifyContentCenter__427ca109 {
  justify-content: center;
}

.quickLinksWrapper_module_justifyContentBetween__427ca109 {
  justify-content: space-between;
}

.quickLinksWrapper_module_justifyContentAround__427ca109 {
  justify-content: space-around;
}

.quickLinksWrapper_module_justifyContentInitial__427ca109 {
  justify-content: initial;
}

.quickLinksWrapper_module_justifyContentInherit__427ca109 {
  justify-content: inherit;
}

.quickLinksWrapper_module_alignItemsStretch__427ca109 {
  align-items: stretch;
}

.quickLinksWrapper_module_alignItemsCenter__427ca109 {
  align-items: center;
}

.quickLinksWrapper_module_alignItemsStart__427ca109 {
  align-items: flex-start;
}

.quickLinksWrapper_module_alignItemsEnd__427ca109 {
  align-items: flex-end;
}

.quickLinksWrapper_module_alignItemsBase__427ca109 {
  align-items: baseline;
}

.quickLinksWrapper_module_alignSelfAuto__427ca109 {
  align-self: auto;
}

.quickLinksWrapper_module_alignSelfStretch__427ca109 {
  align-self: stretch;
}

.quickLinksWrapper_module_alignSelfCenter__427ca109 {
  align-self: center;
}

.quickLinksWrapper_module_alignSelfStart__427ca109 {
  align-self: flex-start;
}

.quickLinksWrapper_module_alignSelfEnd__427ca109 {
  align-self: flex-end;
}

.quickLinksWrapper_module_alignSelfBaseline__427ca109 {
  align-self: baseline;
}

.quickLinksWrapper_module_alignSelfInitial__427ca109 {
  align-self: initial;
}

.quickLinksWrapper_module_alignSelfInherit__427ca109 {
  align-self: inherit;
}

.quickLinksWrapper_module_alignContentStretch__427ca109 {
  align-content: stretch;
}

.quickLinksWrapper_module_alignContentCenter__427ca109 {
  align-content: center;
}

.quickLinksWrapper_module_alignContentStart__427ca109 {
  align-content: flex-start;
}

.quickLinksWrapper_module_alignContentEnd__427ca109 {
  align-content: flex-end;
}

.quickLinksWrapper_module_alignContentBetween__427ca109 {
  align-content: space-between;
}

.quickLinksWrapper_module_alignContentAround__427ca109 {
  align-content: space-around;
}

.quickLinksWrapper_module_alignContentInitial__427ca109 {
  align-content: initial;
}

.quickLinksWrapper_module_alignContentInherit__427ca109 {
  align-content: inherit;
}

.quickLinksWrapper_module_flexRow__427ca109 {
  flex-direction: row;
}

.quickLinksWrapper_module_flexRowReverse__427ca109 {
  flex-direction: row-reverse;
}

.quickLinksWrapper_module_flexColumn__427ca109 {
  flex-direction: column;
}

.quickLinksWrapper_module_flexColumnReverse__427ca109 {
  flex-direction: column-reverse;
}

.quickLinksWrapper_module_flexWrap__427ca109 {
  flex-wrap: wrap;
}

.quickLinksWrapper_module_flexNowrap__427ca109 {
  flex-wrap: nowrap;
}

.quickLinksWrapper_module_order1__427ca109 {
  order: 1;
}

.quickLinksWrapper_module_order2__427ca109 {
  order: 2;
}

.quickLinksWrapper_module_order3__427ca109 {
  order: 3;
}

.quickLinksWrapper_module_order4__427ca109 {
  order: 4;
}

.quickLinksWrapper_module_order5__427ca109 {
  order: 5;
}

.quickLinksWrapper_module_order6__427ca109 {
  order: 6;
}

.quickLinksWrapper_module_order7__427ca109 {
  order: 7;
}

.quickLinksWrapper_module_order8__427ca109 {
  order: 8;
}

.quickLinksWrapper_module_order9__427ca109 {
  order: 9;
}

.quickLinksWrapper_module_order10__427ca109 {
  order: 10;
}

.quickLinksWrapper_module_order11__427ca109 {
  order: 11;
}

.quickLinksWrapper_module_order12__427ca109 {
  order: 12;
}

@media (min-width: 576px) {
  .quickLinksWrapper_module_dSmNone__427ca109 {
    display: none !important;
  }
  .quickLinksWrapper_module_dSmInline__427ca109 {
    display: inline !important;
  }
  .quickLinksWrapper_module_dSmInlineBlock__427ca109 {
    display: inline-block !important;
  }
  .quickLinksWrapper_module_dSmBlock__427ca109 {
    display: block !important;
  }
  .quickLinksWrapper_module_dSmTable__427ca109 {
    display: table !important;
  }
  .quickLinksWrapper_module_dSmTableRow__427ca109 {
    display: table-row !important;
  }
  .quickLinksWrapper_module_dSmTableCell__427ca109 {
    display: table-cell !important;
  }
  .quickLinksWrapper_module_dSmFlex__427ca109 {
    display: flex !important;
  }
  .quickLinksWrapper_module_dSmInlineFlex__427ca109 {
    display: inline-flex !important;
  }
  .quickLinksWrapper_module_justifyContentStartSm__427ca109 {
    justify-content: flex-start;
  }
  .quickLinksWrapper_module_justifyContentEndSm__427ca109 {
    justify-content: flex-end;
  }
  .quickLinksWrapper_module_justifyContentCenterSm__427ca109 {
    justify-content: center;
  }
  .quickLinksWrapper_module_justifyContentBetweenSm__427ca109 {
    justify-content: space-between;
  }
  .quickLinksWrapper_module_justifyContentAroundSm__427ca109 {
    justify-content: space-around;
  }
  .quickLinksWrapper_module_justifyContentInitialSm__427ca109 {
    justify-content: initial;
  }
  .quickLinksWrapper_module_justifyContentInheritSm__427ca109 {
    justify-content: inherit;
  }
  .quickLinksWrapper_module_alignItemsStretchSm__427ca109 {
    align-items: stretch;
  }
  .quickLinksWrapper_module_alignItemsCenterSm__427ca109 {
    align-items: center;
  }
  .quickLinksWrapper_module_alignItemsStartSm__427ca109 {
    align-items: flex-start;
  }
  .quickLinksWrapper_module_alignItemsEndSm__427ca109 {
    align-items: flex-end;
  }
  .quickLinksWrapper_module_alignItemsBaseSm__427ca109 {
    align-items: baseline;
  }
  .quickLinksWrapper_module_alignSelfAutoSm__427ca109 {
    align-self: auto;
  }
  .quickLinksWrapper_module_alignSelfStretchSm__427ca109 {
    align-self: stretch;
  }
  .quickLinksWrapper_module_alignSelfCenterSm__427ca109 {
    align-self: center;
  }
  .quickLinksWrapper_module_alignSelfStartSm__427ca109 {
    align-self: flex-start;
  }
  .quickLinksWrapper_module_alignSelfEndSm__427ca109 {
    align-self: flex-end;
  }
  .quickLinksWrapper_module_alignSelfBaselineSm__427ca109 {
    align-self: baseline;
  }
  .quickLinksWrapper_module_alignSelfInitialSm__427ca109 {
    align-self: initial;
  }
  .quickLinksWrapper_module_alignSelfInheritSm__427ca109 {
    align-self: inherit;
  }
  .quickLinksWrapper_module_alignContentStretchSm__427ca109 {
    align-content: stretch;
  }
  .quickLinksWrapper_module_alignContentCenterSm__427ca109 {
    align-content: center;
  }
  .quickLinksWrapper_module_alignContentStartSm__427ca109 {
    align-content: flex-start;
  }
  .quickLinksWrapper_module_alignContentEndSm__427ca109 {
    align-content: flex-end;
  }
  .quickLinksWrapper_module_alignContentBetweenSm__427ca109 {
    align-content: space-between;
  }
  .quickLinksWrapper_module_alignContentAroundSm__427ca109 {
    align-content: space-around;
  }
  .quickLinksWrapper_module_alignContentInitialSm__427ca109 {
    align-content: initial;
  }
  .quickLinksWrapper_module_alignContentInheritSm__427ca109 {
    align-content: inherit;
  }
  .quickLinksWrapper_module_flexRowSm__427ca109 {
    flex-direction: row;
  }
  .quickLinksWrapper_module_flexRowReverseSm__427ca109 {
    flex-direction: row-reverse;
  }
  .quickLinksWrapper_module_flexColumnSm__427ca109 {
    flex-direction: column;
  }
  .quickLinksWrapper_module_flexColumnReverseSm__427ca109 {
    flex-direction: column-reverse;
  }
  .quickLinksWrapper_module_flexWrapSm__427ca109 {
    flex-wrap: wrap;
  }
  .quickLinksWrapper_module_flexNowrapSm__427ca109 {
    flex-wrap: nowrap;
  }
  .quickLinksWrapper_module_order1Sm__427ca109 {
    order: 1;
  }
  .quickLinksWrapper_module_order2Sm__427ca109 {
    order: 2;
  }
  .quickLinksWrapper_module_order3Sm__427ca109 {
    order: 3;
  }
  .quickLinksWrapper_module_order4Sm__427ca109 {
    order: 4;
  }
  .quickLinksWrapper_module_order5Sm__427ca109 {
    order: 5;
  }
  .quickLinksWrapper_module_order6Sm__427ca109 {
    order: 6;
  }
  .quickLinksWrapper_module_order7Sm__427ca109 {
    order: 7;
  }
  .quickLinksWrapper_module_order8Sm__427ca109 {
    order: 8;
  }
  .quickLinksWrapper_module_order9Sm__427ca109 {
    order: 9;
  }
  .quickLinksWrapper_module_order10Sm__427ca109 {
    order: 10;
  }
  .quickLinksWrapper_module_order11Sm__427ca109 {
    order: 11;
  }
  .quickLinksWrapper_module_order12Sm__427ca109 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .quickLinksWrapper_module_dMdNone__427ca109 {
    display: none !important;
  }
  .quickLinksWrapper_module_dMdInline__427ca109 {
    display: inline !important;
  }
  .quickLinksWrapper_module_dMdInlineBlock__427ca109 {
    display: inline-block !important;
  }
  .quickLinksWrapper_module_dMdBlock__427ca109 {
    display: block !important;
  }
  .quickLinksWrapper_module_dMdTable__427ca109 {
    display: table !important;
  }
  .quickLinksWrapper_module_dMdTableRow__427ca109 {
    display: table-row !important;
  }
  .quickLinksWrapper_module_dMdTableCell__427ca109 {
    display: table-cell !important;
  }
  .quickLinksWrapper_module_dMdFlex__427ca109 {
    display: flex !important;
  }
  .quickLinksWrapper_module_dMdInlineFlex__427ca109 {
    display: inline-flex !important;
  }
  .quickLinksWrapper_module_justifyContentStartMd__427ca109 {
    justify-content: flex-start;
  }
  .quickLinksWrapper_module_justifyContentEndMd__427ca109 {
    justify-content: flex-end;
  }
  .quickLinksWrapper_module_justifyContentCenterMd__427ca109 {
    justify-content: center;
  }
  .quickLinksWrapper_module_justifyContentBetweenMd__427ca109 {
    justify-content: space-between;
  }
  .quickLinksWrapper_module_justifyContentAroundMd__427ca109 {
    justify-content: space-around;
  }
  .quickLinksWrapper_module_justifyContentInitialMd__427ca109 {
    justify-content: initial;
  }
  .quickLinksWrapper_module_justifyContentInheritMd__427ca109 {
    justify-content: inherit;
  }
  .quickLinksWrapper_module_alignItemsStretchMd__427ca109 {
    align-items: stretch;
  }
  .quickLinksWrapper_module_alignItemsCenterMd__427ca109 {
    align-items: center;
  }
  .quickLinksWrapper_module_alignItemsStartMd__427ca109 {
    align-items: flex-start;
  }
  .quickLinksWrapper_module_alignItemsEndMd__427ca109 {
    align-items: flex-end;
  }
  .quickLinksWrapper_module_alignItemsBaseMd__427ca109 {
    align-items: baseline;
  }
  .quickLinksWrapper_module_alignSelfAutoMd__427ca109 {
    align-self: auto;
  }
  .quickLinksWrapper_module_alignSelfStretchMd__427ca109 {
    align-self: stretch;
  }
  .quickLinksWrapper_module_alignSelfCenterMd__427ca109 {
    align-self: center;
  }
  .quickLinksWrapper_module_alignSelfStartMd__427ca109 {
    align-self: flex-start;
  }
  .quickLinksWrapper_module_alignSelfEndMd__427ca109 {
    align-self: flex-end;
  }
  .quickLinksWrapper_module_alignSelfBaselineMd__427ca109 {
    align-self: baseline;
  }
  .quickLinksWrapper_module_alignSelfInitialMd__427ca109 {
    align-self: initial;
  }
  .quickLinksWrapper_module_alignSelfInheritMd__427ca109 {
    align-self: inherit;
  }
  .quickLinksWrapper_module_alignContentStretchMd__427ca109 {
    align-content: stretch;
  }
  .quickLinksWrapper_module_alignContentCenterMd__427ca109 {
    align-content: center;
  }
  .quickLinksWrapper_module_alignContentStartMd__427ca109 {
    align-content: flex-start;
  }
  .quickLinksWrapper_module_alignContentEndMd__427ca109 {
    align-content: flex-end;
  }
  .quickLinksWrapper_module_alignContentBetweenMd__427ca109 {
    align-content: space-between;
  }
  .quickLinksWrapper_module_alignContentAroundMd__427ca109 {
    align-content: space-around;
  }
  .quickLinksWrapper_module_alignContentInitialMd__427ca109 {
    align-content: initial;
  }
  .quickLinksWrapper_module_alignContentInheritMd__427ca109 {
    align-content: inherit;
  }
  .quickLinksWrapper_module_flexRowMd__427ca109 {
    flex-direction: row;
  }
  .quickLinksWrapper_module_flexRowReverseMd__427ca109 {
    flex-direction: row-reverse;
  }
  .quickLinksWrapper_module_flexColumnMd__427ca109 {
    flex-direction: column;
  }
  .quickLinksWrapper_module_flexColumnReverseMd__427ca109 {
    flex-direction: column-reverse;
  }
  .quickLinksWrapper_module_flexWrapMd__427ca109 {
    flex-wrap: wrap;
  }
  .quickLinksWrapper_module_flexNowrapMd__427ca109 {
    flex-wrap: nowrap;
  }
  .quickLinksWrapper_module_order1Md__427ca109 {
    order: 1;
  }
  .quickLinksWrapper_module_order2Md__427ca109 {
    order: 2;
  }
  .quickLinksWrapper_module_order3Md__427ca109 {
    order: 3;
  }
  .quickLinksWrapper_module_order4Md__427ca109 {
    order: 4;
  }
  .quickLinksWrapper_module_order5Md__427ca109 {
    order: 5;
  }
  .quickLinksWrapper_module_order6Md__427ca109 {
    order: 6;
  }
  .quickLinksWrapper_module_order7Md__427ca109 {
    order: 7;
  }
  .quickLinksWrapper_module_order8Md__427ca109 {
    order: 8;
  }
  .quickLinksWrapper_module_order9Md__427ca109 {
    order: 9;
  }
  .quickLinksWrapper_module_order10Md__427ca109 {
    order: 10;
  }
  .quickLinksWrapper_module_order11Md__427ca109 {
    order: 11;
  }
  .quickLinksWrapper_module_order12Md__427ca109 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .quickLinksWrapper_module_dLgNone__427ca109 {
    display: none !important;
  }
  .quickLinksWrapper_module_dLgInline__427ca109 {
    display: inline !important;
  }
  .quickLinksWrapper_module_dLgInlineBlock__427ca109 {
    display: inline-block !important;
  }
  .quickLinksWrapper_module_dLgBlock__427ca109 {
    display: block !important;
  }
  .quickLinksWrapper_module_dLgTable__427ca109 {
    display: table !important;
  }
  .quickLinksWrapper_module_dLgTableRow__427ca109 {
    display: table-row !important;
  }
  .quickLinksWrapper_module_dLgTableCell__427ca109 {
    display: table-cell !important;
  }
  .quickLinksWrapper_module_dLgFlex__427ca109 {
    display: flex !important;
  }
  .quickLinksWrapper_module_dLgInlineFlex__427ca109 {
    display: inline-flex !important;
  }
  .quickLinksWrapper_module_justifyContentStartLg__427ca109 {
    justify-content: flex-start;
  }
  .quickLinksWrapper_module_justifyContentEndLg__427ca109 {
    justify-content: flex-end;
  }
  .quickLinksWrapper_module_justifyContentCenterLg__427ca109 {
    justify-content: center;
  }
  .quickLinksWrapper_module_justifyContentBetweenLg__427ca109 {
    justify-content: space-between;
  }
  .quickLinksWrapper_module_justifyContentAroundLg__427ca109 {
    justify-content: space-around;
  }
  .quickLinksWrapper_module_justifyContentInitialLg__427ca109 {
    justify-content: initial;
  }
  .quickLinksWrapper_module_justifyContentInheritLg__427ca109 {
    justify-content: inherit;
  }
  .quickLinksWrapper_module_alignItemsStretchLg__427ca109 {
    align-items: stretch;
  }
  .quickLinksWrapper_module_alignItemsCenterLg__427ca109 {
    align-items: center;
  }
  .quickLinksWrapper_module_alignItemsStartLg__427ca109 {
    align-items: flex-start;
  }
  .quickLinksWrapper_module_alignItemsEndLg__427ca109 {
    align-items: flex-end;
  }
  .quickLinksWrapper_module_alignItemsBaseLg__427ca109 {
    align-items: baseline;
  }
  .quickLinksWrapper_module_alignSelfAutoLg__427ca109 {
    align-self: auto;
  }
  .quickLinksWrapper_module_alignSelfStretchLg__427ca109 {
    align-self: stretch;
  }
  .quickLinksWrapper_module_alignSelfCenterLg__427ca109 {
    align-self: center;
  }
  .quickLinksWrapper_module_alignSelfStartLg__427ca109 {
    align-self: flex-start;
  }
  .quickLinksWrapper_module_alignSelfEndLg__427ca109 {
    align-self: flex-end;
  }
  .quickLinksWrapper_module_alignSelfBaselineLg__427ca109 {
    align-self: baseline;
  }
  .quickLinksWrapper_module_alignSelfInitialLg__427ca109 {
    align-self: initial;
  }
  .quickLinksWrapper_module_alignSelfInheritLg__427ca109 {
    align-self: inherit;
  }
  .quickLinksWrapper_module_alignContentStretchLg__427ca109 {
    align-content: stretch;
  }
  .quickLinksWrapper_module_alignContentCenterLg__427ca109 {
    align-content: center;
  }
  .quickLinksWrapper_module_alignContentStartLg__427ca109 {
    align-content: flex-start;
  }
  .quickLinksWrapper_module_alignContentEndLg__427ca109 {
    align-content: flex-end;
  }
  .quickLinksWrapper_module_alignContentBetweenLg__427ca109 {
    align-content: space-between;
  }
  .quickLinksWrapper_module_alignContentAroundLg__427ca109 {
    align-content: space-around;
  }
  .quickLinksWrapper_module_alignContentInitialLg__427ca109 {
    align-content: initial;
  }
  .quickLinksWrapper_module_alignContentInheritLg__427ca109 {
    align-content: inherit;
  }
  .quickLinksWrapper_module_flexRowLg__427ca109 {
    flex-direction: row;
  }
  .quickLinksWrapper_module_flexRowReverseLg__427ca109 {
    flex-direction: row-reverse;
  }
  .quickLinksWrapper_module_flexColumnLg__427ca109 {
    flex-direction: column;
  }
  .quickLinksWrapper_module_flexColumnReverseLg__427ca109 {
    flex-direction: column-reverse;
  }
  .quickLinksWrapper_module_flexWrapLg__427ca109 {
    flex-wrap: wrap;
  }
  .quickLinksWrapper_module_flexNowrapLg__427ca109 {
    flex-wrap: nowrap;
  }
  .quickLinksWrapper_module_order1Lg__427ca109 {
    order: 1;
  }
  .quickLinksWrapper_module_order2Lg__427ca109 {
    order: 2;
  }
  .quickLinksWrapper_module_order3Lg__427ca109 {
    order: 3;
  }
  .quickLinksWrapper_module_order4Lg__427ca109 {
    order: 4;
  }
  .quickLinksWrapper_module_order5Lg__427ca109 {
    order: 5;
  }
  .quickLinksWrapper_module_order6Lg__427ca109 {
    order: 6;
  }
  .quickLinksWrapper_module_order7Lg__427ca109 {
    order: 7;
  }
  .quickLinksWrapper_module_order8Lg__427ca109 {
    order: 8;
  }
  .quickLinksWrapper_module_order9Lg__427ca109 {
    order: 9;
  }
  .quickLinksWrapper_module_order10Lg__427ca109 {
    order: 10;
  }
  .quickLinksWrapper_module_order11Lg__427ca109 {
    order: 11;
  }
  .quickLinksWrapper_module_order12Lg__427ca109 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .quickLinksWrapper_module_dXlNone__427ca109 {
    display: none !important;
  }
  .quickLinksWrapper_module_dXlInline__427ca109 {
    display: inline !important;
  }
  .quickLinksWrapper_module_dXlInlineBlock__427ca109 {
    display: inline-block !important;
  }
  .quickLinksWrapper_module_dXlBlock__427ca109 {
    display: block !important;
  }
  .quickLinksWrapper_module_dXlTable__427ca109 {
    display: table !important;
  }
  .quickLinksWrapper_module_dXlTableRow__427ca109 {
    display: table-row !important;
  }
  .quickLinksWrapper_module_dXlTableCell__427ca109 {
    display: table-cell !important;
  }
  .quickLinksWrapper_module_dXlFlex__427ca109 {
    display: flex !important;
  }
  .quickLinksWrapper_module_dXlInlineFlex__427ca109 {
    display: inline-flex !important;
  }
  .quickLinksWrapper_module_justifyContentStartXl__427ca109 {
    justify-content: flex-start;
  }
  .quickLinksWrapper_module_justifyContentEndXl__427ca109 {
    justify-content: flex-end;
  }
  .quickLinksWrapper_module_justifyContentCenterXl__427ca109 {
    justify-content: center;
  }
  .quickLinksWrapper_module_justifyContentBetweenXl__427ca109 {
    justify-content: space-between;
  }
  .quickLinksWrapper_module_justifyContentAroundXl__427ca109 {
    justify-content: space-around;
  }
  .quickLinksWrapper_module_justifyContentInitialXl__427ca109 {
    justify-content: initial;
  }
  .quickLinksWrapper_module_justifyContentInheritXl__427ca109 {
    justify-content: inherit;
  }
  .quickLinksWrapper_module_alignItemsStretchXl__427ca109 {
    align-items: stretch;
  }
  .quickLinksWrapper_module_alignItemsCenterXl__427ca109 {
    align-items: center;
  }
  .quickLinksWrapper_module_alignItemsStartXl__427ca109 {
    align-items: flex-start;
  }
  .quickLinksWrapper_module_alignItemsEndXl__427ca109 {
    align-items: flex-end;
  }
  .quickLinksWrapper_module_alignItemsBaseXl__427ca109 {
    align-items: baseline;
  }
  .quickLinksWrapper_module_alignSelfAutoXl__427ca109 {
    align-self: auto;
  }
  .quickLinksWrapper_module_alignSelfStretchXl__427ca109 {
    align-self: stretch;
  }
  .quickLinksWrapper_module_alignSelfCenterXl__427ca109 {
    align-self: center;
  }
  .quickLinksWrapper_module_alignSelfStartXl__427ca109 {
    align-self: flex-start;
  }
  .quickLinksWrapper_module_alignSelfEndXl__427ca109 {
    align-self: flex-end;
  }
  .quickLinksWrapper_module_alignSelfBaselineXl__427ca109 {
    align-self: baseline;
  }
  .quickLinksWrapper_module_alignSelfInitialXl__427ca109 {
    align-self: initial;
  }
  .quickLinksWrapper_module_alignSelfInheritXl__427ca109 {
    align-self: inherit;
  }
  .quickLinksWrapper_module_alignContentStretchXl__427ca109 {
    align-content: stretch;
  }
  .quickLinksWrapper_module_alignContentCenterXl__427ca109 {
    align-content: center;
  }
  .quickLinksWrapper_module_alignContentStartXl__427ca109 {
    align-content: flex-start;
  }
  .quickLinksWrapper_module_alignContentEndXl__427ca109 {
    align-content: flex-end;
  }
  .quickLinksWrapper_module_alignContentBetweenXl__427ca109 {
    align-content: space-between;
  }
  .quickLinksWrapper_module_alignContentAroundXl__427ca109 {
    align-content: space-around;
  }
  .quickLinksWrapper_module_alignContentInitialXl__427ca109 {
    align-content: initial;
  }
  .quickLinksWrapper_module_alignContentInheritXl__427ca109 {
    align-content: inherit;
  }
  .quickLinksWrapper_module_flexRowXl__427ca109 {
    flex-direction: row;
  }
  .quickLinksWrapper_module_flexRowReverseXl__427ca109 {
    flex-direction: row-reverse;
  }
  .quickLinksWrapper_module_flexColumnXl__427ca109 {
    flex-direction: column;
  }
  .quickLinksWrapper_module_flexColumnReverseXl__427ca109 {
    flex-direction: column-reverse;
  }
  .quickLinksWrapper_module_flexWrapXl__427ca109 {
    flex-wrap: wrap;
  }
  .quickLinksWrapper_module_flexNowrapXl__427ca109 {
    flex-wrap: nowrap;
  }
  .quickLinksWrapper_module_order1Xl__427ca109 {
    order: 1;
  }
  .quickLinksWrapper_module_order2Xl__427ca109 {
    order: 2;
  }
  .quickLinksWrapper_module_order3Xl__427ca109 {
    order: 3;
  }
  .quickLinksWrapper_module_order4Xl__427ca109 {
    order: 4;
  }
  .quickLinksWrapper_module_order5Xl__427ca109 {
    order: 5;
  }
  .quickLinksWrapper_module_order6Xl__427ca109 {
    order: 6;
  }
  .quickLinksWrapper_module_order7Xl__427ca109 {
    order: 7;
  }
  .quickLinksWrapper_module_order8Xl__427ca109 {
    order: 8;
  }
  .quickLinksWrapper_module_order9Xl__427ca109 {
    order: 9;
  }
  .quickLinksWrapper_module_order10Xl__427ca109 {
    order: 10;
  }
  .quickLinksWrapper_module_order11Xl__427ca109 {
    order: 11;
  }
  .quickLinksWrapper_module_order12Xl__427ca109 {
    order: 12;
  }
}
.quickLinksWrapper_module_fullScopeCard__427ca109 {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px hsla(0, 0%, 70%, 0.25);
  position: relative;
  width: 100%;
}

.quickLinksWrapper_module_linkLibrary__header__427ca109 {
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 1rem;
  transition: padding 0.3s ease-in-out;
  align-items: center;
}
.quickLinksWrapper_module_linkLibrary__title__427ca109 {
  margin-right: 32px;
  padding-left: 32px;
  font-size: 20px;
}
.quickLinksWrapper_module_linkLibrary__mainCategory__427ca109 {
  color: #999999;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 12px;
  padding: 0 1rem;
  text-transform: uppercase;
}
.quickLinksWrapper_module_linkLibrary__wrapper__427ca109 {
  margin-bottom: 10px;
}
.quickLinksWrapper_module_linkLibrary__linkWrapper__427ca109 {
  padding: 0 8px;
}

.quickLinksWrapper_module_quickLinksContainer__427ca109 {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  max-height: 80vh;
  padding: 1rem 0;
  padding-left: 32px;
}

.quickLinksWrapper_module_quickLinksContent__427ca109 {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}
.quickLinksWrapper_module_quickLinksContent__links__427ca109 {
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #03a9f4 !important;
}
.quickLinksWrapper_module_quickLinksContent__links__427ca109 :hover {
  color: #23527c;
}

.quickLinksWrapper_module_secondaryNav__wrap__427ca109 {
  align-items: center;
  display: inline-flex;
  height: 32px;
}
.quickLinksWrapper_module_secondaryNav__node__427ca109 {
  cursor: pointer;
  margin-right: 12px;
  position: relative;
}
.quickLinksWrapper_module_secondaryNav__link__427ca109 {
  color: #999999;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 8px 16px;
}
.quickLinksWrapper_module_secondaryNav__link__427ca109:hover {
  background: #f4f7f9;
  border-radius: 24px;
  color: #29b6f6;
}
.quickLinksWrapper_module_secondaryNav__link_Primary__427ca109:hover {
  color: #2ecc71 !important;
}

.quickLinksWrapper_module_secondaryNav__link_Primary__427ca109.quickLinksWrapper_module_active__427ca109 {
  color: #2ecc71 !important;
}

.quickLinksWrapper_module_secondaryNav__link__427ca109.quickLinksWrapper_module_active__427ca109 {
  font-weight: 600;
  pointer-events: none;
}

.quickLinksWrapper_module_secondaryNav__link__427ca109.quickLinksWrapper_module_active__427ca109 {
  background: #f4f7f9;
  border-radius: 24px;
  color: #29b6f6;
}

.quickLinksWrapper_module_hx580__427ca109 {
  height: 580px;
}.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-initial {
  justify-content: initial;
}

.justify-content-inherit {
  justify-content: inherit;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-base {
  align-items: baseline;
}

.align-self-auto {
  align-self: auto;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-center {
  align-self: center;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-initial {
  align-self: initial;
}

.align-self-inherit {
  align-self: inherit;
}

.align-content-stretch {
  align-content: stretch;
}

.align-content-center {
  align-content: center;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-initial {
  align-content: initial;
}

.align-content-inherit {
  align-content: inherit;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-sm {
    justify-content: flex-start;
  }
  .justify-content-end-sm {
    justify-content: flex-end;
  }
  .justify-content-center-sm {
    justify-content: center;
  }
  .justify-content-between-sm {
    justify-content: space-between;
  }
  .justify-content-around-sm {
    justify-content: space-around;
  }
  .justify-content-initial-sm {
    justify-content: initial;
  }
  .justify-content-inherit-sm {
    justify-content: inherit;
  }
  .align-items-stretch-sm {
    align-items: stretch;
  }
  .align-items-center-sm {
    align-items: center;
  }
  .align-items-start-sm {
    align-items: flex-start;
  }
  .align-items-end-sm {
    align-items: flex-end;
  }
  .align-items-base-sm {
    align-items: baseline;
  }
  .align-self-auto-sm {
    align-self: auto;
  }
  .align-self-stretch-sm {
    align-self: stretch;
  }
  .align-self-center-sm {
    align-self: center;
  }
  .align-self-start-sm {
    align-self: flex-start;
  }
  .align-self-end-sm {
    align-self: flex-end;
  }
  .align-self-baseline-sm {
    align-self: baseline;
  }
  .align-self-initial-sm {
    align-self: initial;
  }
  .align-self-inherit-sm {
    align-self: inherit;
  }
  .align-content-stretch-sm {
    align-content: stretch;
  }
  .align-content-center-sm {
    align-content: center;
  }
  .align-content-start-sm {
    align-content: flex-start;
  }
  .align-content-end-sm {
    align-content: flex-end;
  }
  .align-content-between-sm {
    align-content: space-between;
  }
  .align-content-around-sm {
    align-content: space-around;
  }
  .align-content-initial-sm {
    align-content: initial;
  }
  .align-content-inherit-sm {
    align-content: inherit;
  }
  .flex-row-sm {
    flex-direction: row;
  }
  .flex-row-reverse-sm {
    flex-direction: row-reverse;
  }
  .flex-column-sm {
    flex-direction: column;
  }
  .flex-column-reverse-sm {
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
  .order-1-sm {
    order: 1;
  }
  .order-2-sm {
    order: 2;
  }
  .order-3-sm {
    order: 3;
  }
  .order-4-sm {
    order: 4;
  }
  .order-5-sm {
    order: 5;
  }
  .order-6-sm {
    order: 6;
  }
  .order-7-sm {
    order: 7;
  }
  .order-8-sm {
    order: 8;
  }
  .order-9-sm {
    order: 9;
  }
  .order-10-sm {
    order: 10;
  }
  .order-11-sm {
    order: 11;
  }
  .order-12-sm {
    order: 12;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-md {
    justify-content: flex-start;
  }
  .justify-content-end-md {
    justify-content: flex-end;
  }
  .justify-content-center-md {
    justify-content: center;
  }
  .justify-content-between-md {
    justify-content: space-between;
  }
  .justify-content-around-md {
    justify-content: space-around;
  }
  .justify-content-initial-md {
    justify-content: initial;
  }
  .justify-content-inherit-md {
    justify-content: inherit;
  }
  .align-items-stretch-md {
    align-items: stretch;
  }
  .align-items-center-md {
    align-items: center;
  }
  .align-items-start-md {
    align-items: flex-start;
  }
  .align-items-end-md {
    align-items: flex-end;
  }
  .align-items-base-md {
    align-items: baseline;
  }
  .align-self-auto-md {
    align-self: auto;
  }
  .align-self-stretch-md {
    align-self: stretch;
  }
  .align-self-center-md {
    align-self: center;
  }
  .align-self-start-md {
    align-self: flex-start;
  }
  .align-self-end-md {
    align-self: flex-end;
  }
  .align-self-baseline-md {
    align-self: baseline;
  }
  .align-self-initial-md {
    align-self: initial;
  }
  .align-self-inherit-md {
    align-self: inherit;
  }
  .align-content-stretch-md {
    align-content: stretch;
  }
  .align-content-center-md {
    align-content: center;
  }
  .align-content-start-md {
    align-content: flex-start;
  }
  .align-content-end-md {
    align-content: flex-end;
  }
  .align-content-between-md {
    align-content: space-between;
  }
  .align-content-around-md {
    align-content: space-around;
  }
  .align-content-initial-md {
    align-content: initial;
  }
  .align-content-inherit-md {
    align-content: inherit;
  }
  .flex-row-md {
    flex-direction: row;
  }
  .flex-row-reverse-md {
    flex-direction: row-reverse;
  }
  .flex-column-md {
    flex-direction: column;
  }
  .flex-column-reverse-md {
    flex-direction: column-reverse;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
  .order-1-md {
    order: 1;
  }
  .order-2-md {
    order: 2;
  }
  .order-3-md {
    order: 3;
  }
  .order-4-md {
    order: 4;
  }
  .order-5-md {
    order: 5;
  }
  .order-6-md {
    order: 6;
  }
  .order-7-md {
    order: 7;
  }
  .order-8-md {
    order: 8;
  }
  .order-9-md {
    order: 9;
  }
  .order-10-md {
    order: 10;
  }
  .order-11-md {
    order: 11;
  }
  .order-12-md {
    order: 12;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-lg {
    justify-content: flex-start;
  }
  .justify-content-end-lg {
    justify-content: flex-end;
  }
  .justify-content-center-lg {
    justify-content: center;
  }
  .justify-content-between-lg {
    justify-content: space-between;
  }
  .justify-content-around-lg {
    justify-content: space-around;
  }
  .justify-content-initial-lg {
    justify-content: initial;
  }
  .justify-content-inherit-lg {
    justify-content: inherit;
  }
  .align-items-stretch-lg {
    align-items: stretch;
  }
  .align-items-center-lg {
    align-items: center;
  }
  .align-items-start-lg {
    align-items: flex-start;
  }
  .align-items-end-lg {
    align-items: flex-end;
  }
  .align-items-base-lg {
    align-items: baseline;
  }
  .align-self-auto-lg {
    align-self: auto;
  }
  .align-self-stretch-lg {
    align-self: stretch;
  }
  .align-self-center-lg {
    align-self: center;
  }
  .align-self-start-lg {
    align-self: flex-start;
  }
  .align-self-end-lg {
    align-self: flex-end;
  }
  .align-self-baseline-lg {
    align-self: baseline;
  }
  .align-self-initial-lg {
    align-self: initial;
  }
  .align-self-inherit-lg {
    align-self: inherit;
  }
  .align-content-stretch-lg {
    align-content: stretch;
  }
  .align-content-center-lg {
    align-content: center;
  }
  .align-content-start-lg {
    align-content: flex-start;
  }
  .align-content-end-lg {
    align-content: flex-end;
  }
  .align-content-between-lg {
    align-content: space-between;
  }
  .align-content-around-lg {
    align-content: space-around;
  }
  .align-content-initial-lg {
    align-content: initial;
  }
  .align-content-inherit-lg {
    align-content: inherit;
  }
  .flex-row-lg {
    flex-direction: row;
  }
  .flex-row-reverse-lg {
    flex-direction: row-reverse;
  }
  .flex-column-lg {
    flex-direction: column;
  }
  .flex-column-reverse-lg {
    flex-direction: column-reverse;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
  .order-1-lg {
    order: 1;
  }
  .order-2-lg {
    order: 2;
  }
  .order-3-lg {
    order: 3;
  }
  .order-4-lg {
    order: 4;
  }
  .order-5-lg {
    order: 5;
  }
  .order-6-lg {
    order: 6;
  }
  .order-7-lg {
    order: 7;
  }
  .order-8-lg {
    order: 8;
  }
  .order-9-lg {
    order: 9;
  }
  .order-10-lg {
    order: 10;
  }
  .order-11-lg {
    order: 11;
  }
  .order-12-lg {
    order: 12;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .justify-content-start-xl {
    justify-content: flex-start;
  }
  .justify-content-end-xl {
    justify-content: flex-end;
  }
  .justify-content-center-xl {
    justify-content: center;
  }
  .justify-content-between-xl {
    justify-content: space-between;
  }
  .justify-content-around-xl {
    justify-content: space-around;
  }
  .justify-content-initial-xl {
    justify-content: initial;
  }
  .justify-content-inherit-xl {
    justify-content: inherit;
  }
  .align-items-stretch-xl {
    align-items: stretch;
  }
  .align-items-center-xl {
    align-items: center;
  }
  .align-items-start-xl {
    align-items: flex-start;
  }
  .align-items-end-xl {
    align-items: flex-end;
  }
  .align-items-base-xl {
    align-items: baseline;
  }
  .align-self-auto-xl {
    align-self: auto;
  }
  .align-self-stretch-xl {
    align-self: stretch;
  }
  .align-self-center-xl {
    align-self: center;
  }
  .align-self-start-xl {
    align-self: flex-start;
  }
  .align-self-end-xl {
    align-self: flex-end;
  }
  .align-self-baseline-xl {
    align-self: baseline;
  }
  .align-self-initial-xl {
    align-self: initial;
  }
  .align-self-inherit-xl {
    align-self: inherit;
  }
  .align-content-stretch-xl {
    align-content: stretch;
  }
  .align-content-center-xl {
    align-content: center;
  }
  .align-content-start-xl {
    align-content: flex-start;
  }
  .align-content-end-xl {
    align-content: flex-end;
  }
  .align-content-between-xl {
    align-content: space-between;
  }
  .align-content-around-xl {
    align-content: space-around;
  }
  .align-content-initial-xl {
    align-content: initial;
  }
  .align-content-inherit-xl {
    align-content: inherit;
  }
  .flex-row-xl {
    flex-direction: row;
  }
  .flex-row-reverse-xl {
    flex-direction: row-reverse;
  }
  .flex-column-xl {
    flex-direction: column;
  }
  .flex-column-reverse-xl {
    flex-direction: column-reverse;
  }
  .flex-wrap-xl {
    flex-wrap: wrap;
  }
  .flex-nowrap-xl {
    flex-wrap: nowrap;
  }
  .order-1-xl {
    order: 1;
  }
  .order-2-xl {
    order: 2;
  }
  .order-3-xl {
    order: 3;
  }
  .order-4-xl {
    order: 4;
  }
  .order-5-xl {
    order: 5;
  }
  .order-6-xl {
    order: 6;
  }
  .order-7-xl {
    order: 7;
  }
  .order-8-xl {
    order: 8;
  }
  .order-9-xl {
    order: 9;
  }
  .order-10-xl {
    order: 10;
  }
  .order-11-xl {
    order: 11;
  }
  .order-12-xl {
    order: 12;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.vyaguta {
  
}

.vyaguta * {
  text-rendering: optimizeLegibility;
}

.vyaguta ul,
.vyaguta ol {
  list-style: none;
}

.vyaguta .container {
  width: 100%;
  max-width: 1280px;
  padding: 0 1rem;
}

.vyaguta .flex {
  display: flex;
}

.vyaguta .flex:after, .vyaguta .flex::before {
  display: none;
}

.vyaguta .content-between {
  justify-content: space-between;
}:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */.ReactTable{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1);}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{-webkit-box-flex:1;-ms-flex:auto 1;flex:auto 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,0.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent;}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline-width:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible;}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-webkit-box-flex:99999;-ms-flex:99999 1 auto;flex:99999 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,0.05);}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,0.02);}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity;}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px;}.ReactTable .rt-expander:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,0.15);}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,0.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,0.05)}.ReactTable .-pagination{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1);}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);transition:all .1s ease;cursor:pointer;outline-width:0;}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:center;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block;}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none;}.ReactTable .-loading > div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all;}.ReactTable .-loading.-active > div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none !important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tippy-touch{cursor:pointer!important}.tippy-notransition{transition:none!important}.tippy-popper{max-width:400px;-webkit-perspective:800px;perspective:800px;z-index:9999;outline:0;transition-timing-function:cubic-bezier(.165,.84,.44,1);pointer-events:none}.tippy-popper.html-template{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 9px}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;bottom:-10px}.tippy-popper[x-placement^=top] [x-circle]{-webkit-transform-origin:0 33%;transform-origin:0 33%}.tippy-popper[x-placement^=top] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-55%);transform:scale(1) translate(-50%,-55%);opacity:1}.tippy-popper[x-placement^=top] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 9px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;top:-10px}.tippy-popper[x-placement^=bottom] [x-circle]{-webkit-transform-origin:0 -50%;transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-45%);transform:scale(1) translate(-50%,-45%);opacity:1}.tippy-popper[x-placement^=bottom] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-5%);transform:scale(.15) translate(-50%,-5%);opacity:0}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:6px 0}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;right:-10px}.tippy-popper[x-placement^=left] [x-circle]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=left] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=left] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:6px 0}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-10px}.tippy-popper[x-placement^=right] [x-circle]{-webkit-transform-origin:-50% 0;transform-origin:-50% 0}.tippy-popper[x-placement^=right] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=right] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7)}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent}.tippy-popper .tippy-tooltip.light-theme{color:#26323d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.95rem;padding:.4rem .8rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem}.tippy-tooltip--big{padding:.6rem 1.2rem;font-size:1.2rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-interactive]{pointer-events:auto}.tippy-tooltip[data-inertia]{transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip [x-arrow]{position:absolute;width:0;height:0}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:130%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;overflow:hidden;transition:all ease}.tippy-tooltip [x-circle]:before{content:"";padding-top:90%;float:left}@media (max-width:450px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}
.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
.PresetDateRangePicker_button:active {
  outline: 0
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.SingleDatePickerInput__rtl {
  direction: rtl
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}
.SingleDatePickerInput__block {
  display: block
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.SingleDatePicker {
  position: relative;
  display: inline-block
}
.SingleDatePicker__block {
  display: block
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.SingleDatePicker_picker__rtl {
  direction: rtl
}
.SingleDatePicker_picker__directionLeft {
  left: 0
}
.SingleDatePicker_picker__directionRight {
  right: 0
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}
.CalendarDay:active {
  outline: 0
}
.CalendarDay__defaultCursor {
  cursor: default
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__outside:hover {
  border: 0
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical {
  margin: 0 auto
}
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.DayPickerNavigation {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}
.DateInput__small {
  width: 97px
}
.DateInput__block {
  width: 100%
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2
}
.DateInput_fangShape {
  fill: #fff
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}
.DateRangePickerInput__disabled {
  background: #f2f2f2
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.DateRangePickerInput__rtl {
  direction: rtl
}
.DateRangePickerInput__block {
  display: block
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
  padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.DateRangePicker {
  position: relative;
  display: inline-block
}
.DateRangePicker__block {
  display: block
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.DateRangePicker_picker__rtl {
  direction: rtl
}
.DateRangePicker_picker__directionLeft {
  left: 0
}
.DateRangePicker_picker__directionRight {
  right: 0
}
.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}