@charset "UTF-8";
/*
 *  Reset CSS v1.1
 *  Created by Raul Valverde
 */
/* General */
* {
  padding: 0;
  margin: 0;
  outline: none;
  letter-spacing: 0.5px;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  list-style: none;
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
  word-wrap: break-word;
}

*:focus,
*:active {
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

blockquote, q {
  quotes: none;
}

abbr {
  border-bottom: 1px dotted #828282;
  text-decoration: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #ddd;
}

table th {
  text-transform: uppercase;
  font-weight: bold;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, 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;
}

body {
  line-height: 1.25;
}

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

input,
select,
textarea {
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  background: white;
  border: 1px solid #ddd;
}

textarea {
  resize: none;
  min-height: 200px;
}

input[type=file],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

input.error,
select.error,
textarea.error {
  background: #fcf0f0;
  border: 1px solid #f5d0d0;
}

input.error[type=submit],
input.error[type=radio],
input.error[type=checkbox] {
  background: none;
  border: none;
}

ol, ul {
  overflow: hidden;
  clear: both;
}

ol li {
  list-style: decimal;
}

ul li {
  list-style: none;
}

p {
  margin-top: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

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

body {
  background-color: #f5f5f5;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #00CCC9;
  text-decoration: none;
}
a:hover {
  color: #00807e;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #858585;
  padding-bottom: 0.75rem 10px;
  padding-top: 0.75rem 10px;
  text-align: left;
}

th {
  text-align: inherit;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  h1,
.h1 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  h1,
.h1 {
    font-size: 22px;
  }
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
  font-size: 13px;
}

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

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

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

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

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

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

.g-font--9 {
  font-size: 9px !important;
}

.g-font--10 {
  font-size: 10px !important;
}

.g-font--11 {
  font-size: 11px !important;
}

.g-font--12 {
  font-size: 12px !important;
}

.g-font--13 {
  font-size: 13px !important;
}

.g-font--14 {
  font-size: 14px !important;
}

.g-font--15 {
  font-size: 15px !important;
}

.g-font--16 {
  font-size: 16px !important;
}

.g-font--17 {
  font-size: 17px !important;
}

.g-font--18 {
  font-size: 18px !important;
}

.g-font--19 {
  font-size: 19px !important;
}

.g-font--20 {
  font-size: 20px !important;
}

.g-font--21 {
  font-size: 21px !important;
}

.g-font--22 {
  font-size: 22px !important;
}

.g-font--23 {
  font-size: 23px !important;
}

.g-font--24 {
  font-size: 24px !important;
}

.g-font--25 {
  font-size: 25px !important;
}

.g-font--26 {
  font-size: 26px !important;
}

.g-font--27 {
  font-size: 27px !important;
}

.g-font--28 {
  font-size: 28px !important;
}

.g-font--29 {
  font-size: 29px !important;
}

.g-font--30 {
  font-size: 30px !important;
}

.g-font--31 {
  font-size: 31px !important;
}

.g-font--32 {
  font-size: 32px !important;
}

.g-font--33 {
  font-size: 33px !important;
}

.g-font--34 {
  font-size: 34px !important;
}

.g-font--35 {
  font-size: 35px !important;
}

.g-font--36 {
  font-size: 36px !important;
}

.g-font--37 {
  font-size: 37px !important;
}

.g-font--38 {
  font-size: 38px !important;
}

.g-font--39 {
  font-size: 39px !important;
}

.g-font--40 {
  font-size: 40px !important;
}

.g-font--41 {
  font-size: 41px !important;
}

.g-font--42 {
  font-size: 42px !important;
}

.g-font--43 {
  font-size: 43px !important;
}

.g-font--44 {
  font-size: 44px !important;
}

.g-font--45 {
  font-size: 45px !important;
}

.g-font--46 {
  font-size: 46px !important;
}

.g-font--47 {
  font-size: 47px !important;
}

.g-font--48 {
  font-size: 48px !important;
}

.g-font--49 {
  font-size: 49px !important;
}

.g-font--50 {
  font-size: 50px !important;
}

.g-font--51 {
  font-size: 51px !important;
}

.g-font--52 {
  font-size: 52px !important;
}

.g-font--53 {
  font-size: 53px !important;
}

.g-font--54 {
  font-size: 54px !important;
}

.g-font--55 {
  font-size: 55px !important;
}

.g-font--56 {
  font-size: 56px !important;
}

.g-font--57 {
  font-size: 57px !important;
}

.g-font--58 {
  font-size: 58px !important;
}

.g-font--59 {
  font-size: 59px !important;
}

.g-font--60 {
  font-size: 60px !important;
}

.g-font--61 {
  font-size: 61px !important;
}

.g-font--62 {
  font-size: 62px !important;
}

.g-font--63 {
  font-size: 63px !important;
}

.g-font--64 {
  font-size: 64px !important;
}

.g-font--65 {
  font-size: 65px !important;
}

.g-font--66 {
  font-size: 66px !important;
}

.g-font--67 {
  font-size: 67px !important;
}

.g-font--68 {
  font-size: 68px !important;
}

.g-font--69 {
  font-size: 69px !important;
}

.g-font--70 {
  font-size: 70px !important;
}

.g-font--71 {
  font-size: 71px !important;
}

.g-font--72 {
  font-size: 72px !important;
}

@media (min-width: 576px) {
  .g-font-sm--9 {
    font-size: 9px !important;
  }

  .g-font-sm--10 {
    font-size: 10px !important;
  }

  .g-font-sm--11 {
    font-size: 11px !important;
  }

  .g-font-sm--12 {
    font-size: 12px !important;
  }

  .g-font-sm--13 {
    font-size: 13px !important;
  }

  .g-font-sm--14 {
    font-size: 14px !important;
  }

  .g-font-sm--15 {
    font-size: 15px !important;
  }

  .g-font-sm--16 {
    font-size: 16px !important;
  }

  .g-font-sm--17 {
    font-size: 17px !important;
  }

  .g-font-sm--18 {
    font-size: 18px !important;
  }

  .g-font-sm--19 {
    font-size: 19px !important;
  }

  .g-font-sm--20 {
    font-size: 20px !important;
  }

  .g-font-sm--21 {
    font-size: 21px !important;
  }

  .g-font-sm--22 {
    font-size: 22px !important;
  }

  .g-font-sm--23 {
    font-size: 23px !important;
  }

  .g-font-sm--24 {
    font-size: 24px !important;
  }

  .g-font-sm--25 {
    font-size: 25px !important;
  }

  .g-font-sm--26 {
    font-size: 26px !important;
  }

  .g-font-sm--27 {
    font-size: 27px !important;
  }

  .g-font-sm--28 {
    font-size: 28px !important;
  }

  .g-font-sm--29 {
    font-size: 29px !important;
  }

  .g-font-sm--30 {
    font-size: 30px !important;
  }

  .g-font-sm--31 {
    font-size: 31px !important;
  }

  .g-font-sm--32 {
    font-size: 32px !important;
  }

  .g-font-sm--33 {
    font-size: 33px !important;
  }

  .g-font-sm--34 {
    font-size: 34px !important;
  }

  .g-font-sm--35 {
    font-size: 35px !important;
  }

  .g-font-sm--36 {
    font-size: 36px !important;
  }

  .g-font-sm--37 {
    font-size: 37px !important;
  }

  .g-font-sm--38 {
    font-size: 38px !important;
  }

  .g-font-sm--39 {
    font-size: 39px !important;
  }

  .g-font-sm--40 {
    font-size: 40px !important;
  }

  .g-font-sm--41 {
    font-size: 41px !important;
  }

  .g-font-sm--42 {
    font-size: 42px !important;
  }

  .g-font-sm--43 {
    font-size: 43px !important;
  }

  .g-font-sm--44 {
    font-size: 44px !important;
  }

  .g-font-sm--45 {
    font-size: 45px !important;
  }

  .g-font-sm--46 {
    font-size: 46px !important;
  }

  .g-font-sm--47 {
    font-size: 47px !important;
  }

  .g-font-sm--48 {
    font-size: 48px !important;
  }

  .g-font-sm--49 {
    font-size: 49px !important;
  }

  .g-font-sm--50 {
    font-size: 50px !important;
  }

  .g-font-sm--51 {
    font-size: 51px !important;
  }

  .g-font-sm--52 {
    font-size: 52px !important;
  }

  .g-font-sm--53 {
    font-size: 53px !important;
  }

  .g-font-sm--54 {
    font-size: 54px !important;
  }

  .g-font-sm--55 {
    font-size: 55px !important;
  }

  .g-font-sm--56 {
    font-size: 56px !important;
  }

  .g-font-sm--57 {
    font-size: 57px !important;
  }

  .g-font-sm--58 {
    font-size: 58px !important;
  }

  .g-font-sm--59 {
    font-size: 59px !important;
  }

  .g-font-sm--60 {
    font-size: 60px !important;
  }

  .g-font-sm--61 {
    font-size: 61px !important;
  }

  .g-font-sm--62 {
    font-size: 62px !important;
  }

  .g-font-sm--63 {
    font-size: 63px !important;
  }

  .g-font-sm--64 {
    font-size: 64px !important;
  }

  .g-font-sm--65 {
    font-size: 65px !important;
  }

  .g-font-sm--66 {
    font-size: 66px !important;
  }

  .g-font-sm--67 {
    font-size: 67px !important;
  }

  .g-font-sm--68 {
    font-size: 68px !important;
  }

  .g-font-sm--69 {
    font-size: 69px !important;
  }

  .g-font-sm--70 {
    font-size: 70px !important;
  }

  .g-font-sm--71 {
    font-size: 71px !important;
  }

  .g-font-sm--72 {
    font-size: 72px !important;
  }
}
@media (min-width: 768px) {
  .g-font-md--9 {
    font-size: 9px !important;
  }

  .g-font-md--10 {
    font-size: 10px !important;
  }

  .g-font-md--11 {
    font-size: 11px !important;
  }

  .g-font-md--12 {
    font-size: 12px !important;
  }

  .g-font-md--13 {
    font-size: 13px !important;
  }

  .g-font-md--14 {
    font-size: 14px !important;
  }

  .g-font-md--15 {
    font-size: 15px !important;
  }

  .g-font-md--16 {
    font-size: 16px !important;
  }

  .g-font-md--17 {
    font-size: 17px !important;
  }

  .g-font-md--18 {
    font-size: 18px !important;
  }

  .g-font-md--19 {
    font-size: 19px !important;
  }

  .g-font-md--20 {
    font-size: 20px !important;
  }

  .g-font-md--21 {
    font-size: 21px !important;
  }

  .g-font-md--22 {
    font-size: 22px !important;
  }

  .g-font-md--23 {
    font-size: 23px !important;
  }

  .g-font-md--24 {
    font-size: 24px !important;
  }

  .g-font-md--25 {
    font-size: 25px !important;
  }

  .g-font-md--26 {
    font-size: 26px !important;
  }

  .g-font-md--27 {
    font-size: 27px !important;
  }

  .g-font-md--28 {
    font-size: 28px !important;
  }

  .g-font-md--29 {
    font-size: 29px !important;
  }

  .g-font-md--30 {
    font-size: 30px !important;
  }

  .g-font-md--31 {
    font-size: 31px !important;
  }

  .g-font-md--32 {
    font-size: 32px !important;
  }

  .g-font-md--33 {
    font-size: 33px !important;
  }

  .g-font-md--34 {
    font-size: 34px !important;
  }

  .g-font-md--35 {
    font-size: 35px !important;
  }

  .g-font-md--36 {
    font-size: 36px !important;
  }

  .g-font-md--37 {
    font-size: 37px !important;
  }

  .g-font-md--38 {
    font-size: 38px !important;
  }

  .g-font-md--39 {
    font-size: 39px !important;
  }

  .g-font-md--40 {
    font-size: 40px !important;
  }

  .g-font-md--41 {
    font-size: 41px !important;
  }

  .g-font-md--42 {
    font-size: 42px !important;
  }

  .g-font-md--43 {
    font-size: 43px !important;
  }

  .g-font-md--44 {
    font-size: 44px !important;
  }

  .g-font-md--45 {
    font-size: 45px !important;
  }

  .g-font-md--46 {
    font-size: 46px !important;
  }

  .g-font-md--47 {
    font-size: 47px !important;
  }

  .g-font-md--48 {
    font-size: 48px !important;
  }

  .g-font-md--49 {
    font-size: 49px !important;
  }

  .g-font-md--50 {
    font-size: 50px !important;
  }

  .g-font-md--51 {
    font-size: 51px !important;
  }

  .g-font-md--52 {
    font-size: 52px !important;
  }

  .g-font-md--53 {
    font-size: 53px !important;
  }

  .g-font-md--54 {
    font-size: 54px !important;
  }

  .g-font-md--55 {
    font-size: 55px !important;
  }

  .g-font-md--56 {
    font-size: 56px !important;
  }

  .g-font-md--57 {
    font-size: 57px !important;
  }

  .g-font-md--58 {
    font-size: 58px !important;
  }

  .g-font-md--59 {
    font-size: 59px !important;
  }

  .g-font-md--60 {
    font-size: 60px !important;
  }

  .g-font-md--61 {
    font-size: 61px !important;
  }

  .g-font-md--62 {
    font-size: 62px !important;
  }

  .g-font-md--63 {
    font-size: 63px !important;
  }

  .g-font-md--64 {
    font-size: 64px !important;
  }

  .g-font-md--65 {
    font-size: 65px !important;
  }

  .g-font-md--66 {
    font-size: 66px !important;
  }

  .g-font-md--67 {
    font-size: 67px !important;
  }

  .g-font-md--68 {
    font-size: 68px !important;
  }

  .g-font-md--69 {
    font-size: 69px !important;
  }

  .g-font-md--70 {
    font-size: 70px !important;
  }

  .g-font-md--71 {
    font-size: 71px !important;
  }

  .g-font-md--72 {
    font-size: 72px !important;
  }
}
@media (min-width: 992px) {
  .g-font-lg--9 {
    font-size: 9px !important;
  }

  .g-font-lg--10 {
    font-size: 10px !important;
  }

  .g-font-lg--11 {
    font-size: 11px !important;
  }

  .g-font-lg--12 {
    font-size: 12px !important;
  }

  .g-font-lg--13 {
    font-size: 13px !important;
  }

  .g-font-lg--14 {
    font-size: 14px !important;
  }

  .g-font-lg--15 {
    font-size: 15px !important;
  }

  .g-font-lg--16 {
    font-size: 16px !important;
  }

  .g-font-lg--17 {
    font-size: 17px !important;
  }

  .g-font-lg--18 {
    font-size: 18px !important;
  }

  .g-font-lg--19 {
    font-size: 19px !important;
  }

  .g-font-lg--20 {
    font-size: 20px !important;
  }

  .g-font-lg--21 {
    font-size: 21px !important;
  }

  .g-font-lg--22 {
    font-size: 22px !important;
  }

  .g-font-lg--23 {
    font-size: 23px !important;
  }

  .g-font-lg--24 {
    font-size: 24px !important;
  }

  .g-font-lg--25 {
    font-size: 25px !important;
  }

  .g-font-lg--26 {
    font-size: 26px !important;
  }

  .g-font-lg--27 {
    font-size: 27px !important;
  }

  .g-font-lg--28 {
    font-size: 28px !important;
  }

  .g-font-lg--29 {
    font-size: 29px !important;
  }

  .g-font-lg--30 {
    font-size: 30px !important;
  }

  .g-font-lg--31 {
    font-size: 31px !important;
  }

  .g-font-lg--32 {
    font-size: 32px !important;
  }

  .g-font-lg--33 {
    font-size: 33px !important;
  }

  .g-font-lg--34 {
    font-size: 34px !important;
  }

  .g-font-lg--35 {
    font-size: 35px !important;
  }

  .g-font-lg--36 {
    font-size: 36px !important;
  }

  .g-font-lg--37 {
    font-size: 37px !important;
  }

  .g-font-lg--38 {
    font-size: 38px !important;
  }

  .g-font-lg--39 {
    font-size: 39px !important;
  }

  .g-font-lg--40 {
    font-size: 40px !important;
  }

  .g-font-lg--41 {
    font-size: 41px !important;
  }

  .g-font-lg--42 {
    font-size: 42px !important;
  }

  .g-font-lg--43 {
    font-size: 43px !important;
  }

  .g-font-lg--44 {
    font-size: 44px !important;
  }

  .g-font-lg--45 {
    font-size: 45px !important;
  }

  .g-font-lg--46 {
    font-size: 46px !important;
  }

  .g-font-lg--47 {
    font-size: 47px !important;
  }

  .g-font-lg--48 {
    font-size: 48px !important;
  }

  .g-font-lg--49 {
    font-size: 49px !important;
  }

  .g-font-lg--50 {
    font-size: 50px !important;
  }

  .g-font-lg--51 {
    font-size: 51px !important;
  }

  .g-font-lg--52 {
    font-size: 52px !important;
  }

  .g-font-lg--53 {
    font-size: 53px !important;
  }

  .g-font-lg--54 {
    font-size: 54px !important;
  }

  .g-font-lg--55 {
    font-size: 55px !important;
  }

  .g-font-lg--56 {
    font-size: 56px !important;
  }

  .g-font-lg--57 {
    font-size: 57px !important;
  }

  .g-font-lg--58 {
    font-size: 58px !important;
  }

  .g-font-lg--59 {
    font-size: 59px !important;
  }

  .g-font-lg--60 {
    font-size: 60px !important;
  }

  .g-font-lg--61 {
    font-size: 61px !important;
  }

  .g-font-lg--62 {
    font-size: 62px !important;
  }

  .g-font-lg--63 {
    font-size: 63px !important;
  }

  .g-font-lg--64 {
    font-size: 64px !important;
  }

  .g-font-lg--65 {
    font-size: 65px !important;
  }

  .g-font-lg--66 {
    font-size: 66px !important;
  }

  .g-font-lg--67 {
    font-size: 67px !important;
  }

  .g-font-lg--68 {
    font-size: 68px !important;
  }

  .g-font-lg--69 {
    font-size: 69px !important;
  }

  .g-font-lg--70 {
    font-size: 70px !important;
  }

  .g-font-lg--71 {
    font-size: 71px !important;
  }

  .g-font-lg--72 {
    font-size: 72px !important;
  }
}
@media (min-width: 1200px) {
  .g-font-xl--9 {
    font-size: 9px !important;
  }

  .g-font-xl--10 {
    font-size: 10px !important;
  }

  .g-font-xl--11 {
    font-size: 11px !important;
  }

  .g-font-xl--12 {
    font-size: 12px !important;
  }

  .g-font-xl--13 {
    font-size: 13px !important;
  }

  .g-font-xl--14 {
    font-size: 14px !important;
  }

  .g-font-xl--15 {
    font-size: 15px !important;
  }

  .g-font-xl--16 {
    font-size: 16px !important;
  }

  .g-font-xl--17 {
    font-size: 17px !important;
  }

  .g-font-xl--18 {
    font-size: 18px !important;
  }

  .g-font-xl--19 {
    font-size: 19px !important;
  }

  .g-font-xl--20 {
    font-size: 20px !important;
  }

  .g-font-xl--21 {
    font-size: 21px !important;
  }

  .g-font-xl--22 {
    font-size: 22px !important;
  }

  .g-font-xl--23 {
    font-size: 23px !important;
  }

  .g-font-xl--24 {
    font-size: 24px !important;
  }

  .g-font-xl--25 {
    font-size: 25px !important;
  }

  .g-font-xl--26 {
    font-size: 26px !important;
  }

  .g-font-xl--27 {
    font-size: 27px !important;
  }

  .g-font-xl--28 {
    font-size: 28px !important;
  }

  .g-font-xl--29 {
    font-size: 29px !important;
  }

  .g-font-xl--30 {
    font-size: 30px !important;
  }

  .g-font-xl--31 {
    font-size: 31px !important;
  }

  .g-font-xl--32 {
    font-size: 32px !important;
  }

  .g-font-xl--33 {
    font-size: 33px !important;
  }

  .g-font-xl--34 {
    font-size: 34px !important;
  }

  .g-font-xl--35 {
    font-size: 35px !important;
  }

  .g-font-xl--36 {
    font-size: 36px !important;
  }

  .g-font-xl--37 {
    font-size: 37px !important;
  }

  .g-font-xl--38 {
    font-size: 38px !important;
  }

  .g-font-xl--39 {
    font-size: 39px !important;
  }

  .g-font-xl--40 {
    font-size: 40px !important;
  }

  .g-font-xl--41 {
    font-size: 41px !important;
  }

  .g-font-xl--42 {
    font-size: 42px !important;
  }

  .g-font-xl--43 {
    font-size: 43px !important;
  }

  .g-font-xl--44 {
    font-size: 44px !important;
  }

  .g-font-xl--45 {
    font-size: 45px !important;
  }

  .g-font-xl--46 {
    font-size: 46px !important;
  }

  .g-font-xl--47 {
    font-size: 47px !important;
  }

  .g-font-xl--48 {
    font-size: 48px !important;
  }

  .g-font-xl--49 {
    font-size: 49px !important;
  }

  .g-font-xl--50 {
    font-size: 50px !important;
  }

  .g-font-xl--51 {
    font-size: 51px !important;
  }

  .g-font-xl--52 {
    font-size: 52px !important;
  }

  .g-font-xl--53 {
    font-size: 53px !important;
  }

  .g-font-xl--54 {
    font-size: 54px !important;
  }

  .g-font-xl--55 {
    font-size: 55px !important;
  }

  .g-font-xl--56 {
    font-size: 56px !important;
  }

  .g-font-xl--57 {
    font-size: 57px !important;
  }

  .g-font-xl--58 {
    font-size: 58px !important;
  }

  .g-font-xl--59 {
    font-size: 59px !important;
  }

  .g-font-xl--60 {
    font-size: 60px !important;
  }

  .g-font-xl--61 {
    font-size: 61px !important;
  }

  .g-font-xl--62 {
    font-size: 62px !important;
  }

  .g-font-xl--63 {
    font-size: 63px !important;
  }

  .g-font-xl--64 {
    font-size: 64px !important;
  }

  .g-font-xl--65 {
    font-size: 65px !important;
  }

  .g-font-xl--66 {
    font-size: 66px !important;
  }

  .g-font-xl--67 {
    font-size: 67px !important;
  }

  .g-font-xl--68 {
    font-size: 68px !important;
  }

  .g-font-xl--69 {
    font-size: 69px !important;
  }

  .g-font-xl--70 {
    font-size: 70px !important;
  }

  .g-font-xl--71 {
    font-size: 71px !important;
  }

  .g-font-xl--72 {
    font-size: 72px !important;
  }
}
@media (min-width: 1368px) {
  .g-font-xxl--9 {
    font-size: 9px !important;
  }

  .g-font-xxl--10 {
    font-size: 10px !important;
  }

  .g-font-xxl--11 {
    font-size: 11px !important;
  }

  .g-font-xxl--12 {
    font-size: 12px !important;
  }

  .g-font-xxl--13 {
    font-size: 13px !important;
  }

  .g-font-xxl--14 {
    font-size: 14px !important;
  }

  .g-font-xxl--15 {
    font-size: 15px !important;
  }

  .g-font-xxl--16 {
    font-size: 16px !important;
  }

  .g-font-xxl--17 {
    font-size: 17px !important;
  }

  .g-font-xxl--18 {
    font-size: 18px !important;
  }

  .g-font-xxl--19 {
    font-size: 19px !important;
  }

  .g-font-xxl--20 {
    font-size: 20px !important;
  }

  .g-font-xxl--21 {
    font-size: 21px !important;
  }

  .g-font-xxl--22 {
    font-size: 22px !important;
  }

  .g-font-xxl--23 {
    font-size: 23px !important;
  }

  .g-font-xxl--24 {
    font-size: 24px !important;
  }

  .g-font-xxl--25 {
    font-size: 25px !important;
  }

  .g-font-xxl--26 {
    font-size: 26px !important;
  }

  .g-font-xxl--27 {
    font-size: 27px !important;
  }

  .g-font-xxl--28 {
    font-size: 28px !important;
  }

  .g-font-xxl--29 {
    font-size: 29px !important;
  }

  .g-font-xxl--30 {
    font-size: 30px !important;
  }

  .g-font-xxl--31 {
    font-size: 31px !important;
  }

  .g-font-xxl--32 {
    font-size: 32px !important;
  }

  .g-font-xxl--33 {
    font-size: 33px !important;
  }

  .g-font-xxl--34 {
    font-size: 34px !important;
  }

  .g-font-xxl--35 {
    font-size: 35px !important;
  }

  .g-font-xxl--36 {
    font-size: 36px !important;
  }

  .g-font-xxl--37 {
    font-size: 37px !important;
  }

  .g-font-xxl--38 {
    font-size: 38px !important;
  }

  .g-font-xxl--39 {
    font-size: 39px !important;
  }

  .g-font-xxl--40 {
    font-size: 40px !important;
  }

  .g-font-xxl--41 {
    font-size: 41px !important;
  }

  .g-font-xxl--42 {
    font-size: 42px !important;
  }

  .g-font-xxl--43 {
    font-size: 43px !important;
  }

  .g-font-xxl--44 {
    font-size: 44px !important;
  }

  .g-font-xxl--45 {
    font-size: 45px !important;
  }

  .g-font-xxl--46 {
    font-size: 46px !important;
  }

  .g-font-xxl--47 {
    font-size: 47px !important;
  }

  .g-font-xxl--48 {
    font-size: 48px !important;
  }

  .g-font-xxl--49 {
    font-size: 49px !important;
  }

  .g-font-xxl--50 {
    font-size: 50px !important;
  }

  .g-font-xxl--51 {
    font-size: 51px !important;
  }

  .g-font-xxl--52 {
    font-size: 52px !important;
  }

  .g-font-xxl--53 {
    font-size: 53px !important;
  }

  .g-font-xxl--54 {
    font-size: 54px !important;
  }

  .g-font-xxl--55 {
    font-size: 55px !important;
  }

  .g-font-xxl--56 {
    font-size: 56px !important;
  }

  .g-font-xxl--57 {
    font-size: 57px !important;
  }

  .g-font-xxl--58 {
    font-size: 58px !important;
  }

  .g-font-xxl--59 {
    font-size: 59px !important;
  }

  .g-font-xxl--60 {
    font-size: 60px !important;
  }

  .g-font-xxl--61 {
    font-size: 61px !important;
  }

  .g-font-xxl--62 {
    font-size: 62px !important;
  }

  .g-font-xxl--63 {
    font-size: 63px !important;
  }

  .g-font-xxl--64 {
    font-size: 64px !important;
  }

  .g-font-xxl--65 {
    font-size: 65px !important;
  }

  .g-font-xxl--66 {
    font-size: 66px !important;
  }

  .g-font-xxl--67 {
    font-size: 67px !important;
  }

  .g-font-xxl--68 {
    font-size: 68px !important;
  }

  .g-font-xxl--69 {
    font-size: 69px !important;
  }

  .g-font-xxl--70 {
    font-size: 70px !important;
  }

  .g-font-xxl--71 {
    font-size: 71px !important;
  }

  .g-font-xxl--72 {
    font-size: 72px !important;
  }
}
.img-fluid {
  height: auto;
  max-width: 100%;
}

.image-bg {
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 6px;
  height: 179px;
  overflow: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.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;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .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;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .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;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .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;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .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;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1368px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.modal {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  display: none;
  z-index: 11;
}
.modal-medium .modal-wrap {
  width: 860px;
}
.modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.modal-wrap {
  background: white;
  width: 100%;
}
.modal-header {
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.modal-content {
  padding: 20px;
}
.modal-footer {
  border-top: 1px solid #ddd;
  padding: 15px 20px;
  text-align: center;
}
.modal-close {
  font-size: 24px;
  line-height: 0;
  cursor: pointer;
}

@media only screen and (min-width: 767px) {
  .modal {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 767px) {
  .modal-wrap {
    border-radius: 4px;
    width: 420px;
  }
}
.compare-header {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 10px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compare-active.rounded {
  border-color: #00CCC9 !important;
  border-width: 3px !important;
}

.table {
  color: #333;
  font-size: 12px;
  width: 100%;
}
.table th,
.table td {
  padding: 0.75rem 10px;
  vertical-align: top;
}
.table th .child-toggle,
.table td .child-toggle {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.table th:first-child,
.table td:first-child {
  padding-left: 15px;
}
.table th:last-child,
.table td:last-child {
  padding-right: 15px;
}
.table thead th {
  background-color: #858585;
  color: #666;
  font-weight: 400;
  padding: 16px 10px;
  vertical-align: bottom;
  white-space: nowrap;
}
.table tbody tr.odd {
  background-color: #f5f5f5;
}
.table tbody tr.resume td {
  background-color: #EEEEEE;
  font-size: 15px;
}
.table tbody tr.child {
  background-color: #fff;
  box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.1), inset 0 -7px 7px -7px rgba(0, 0, 0, 0.1);
  display: none;
}
.table tbody tr.child.active {
  display: table-row;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table tfoot {
  background-color: #EEEEEE;
}
.table tfoot .total-text {
  font-size: 13px;
  vertical-align: inherit;
}
.table tfoot .total-value {
  font-size: 23px;
  font-weight: 300;
  text-align: right;
}
.table--nowrap th,
.table--nowrap td {
  white-space: nowrap;
}
.table--info {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.table--info thead th {
  background-color: #f5f5f5;
  color: #fff;
  font-weight: 700;
}

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: none;
}

/* Helpers */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.g-bg--primary {
  background-color: #00CCC9 !important;
}

a.g-bg--primary:hover, a.g-bg--primary:focus,
button.g-bg--primary:hover,
button.g-bg--primary:focus {
  background-color: #009997 !important;
}

.g-bg--secondary {
  background-color: #858585 !important;
}

a.g-bg--secondary:hover, a.g-bg--secondary:focus,
button.g-bg--secondary:hover,
button.g-bg--secondary:focus {
  background-color: #6c6c6c !important;
}

.g-bg--success {
  background-color: #00CCC9 !important;
}

a.g-bg--success:hover, a.g-bg--success:focus,
button.g-bg--success:hover,
button.g-bg--success:focus {
  background-color: #009997 !important;
}

.g-bg--info {
  background-color: #858585 !important;
}

a.g-bg--info:hover, a.g-bg--info:focus,
button.g-bg--info:hover,
button.g-bg--info:focus {
  background-color: #6c6c6c !important;
}

.g-bg--warning {
  background-color: #858585 !important;
}

a.g-bg--warning:hover, a.g-bg--warning:focus,
button.g-bg--warning:hover,
button.g-bg--warning:focus {
  background-color: #6c6c6c !important;
}

.g-bg--danger {
  background-color: #FF2E63 !important;
}

a.g-bg--danger:hover, a.g-bg--danger:focus,
button.g-bg--danger:hover,
button.g-bg--danger:focus {
  background-color: #fa003f !important;
}

.g-bg--light {
  background-color: #fff !important;
}

a.g-bg--light:hover, a.g-bg--light:focus,
button.g-bg--light:hover,
button.g-bg--light:focus {
  background-color: #e6e6e6 !important;
}

.g-bg--dark {
  background-color: #333 !important;
}

a.g-bg--dark:hover, a.g-bg--dark:focus,
button.g-bg--dark:hover,
button.g-bg--dark:focus {
  background-color: #1a1a1a !important;
}

.g-bg--red1 {
  background-color: #FF2E63 !important;
}

a.g-bg--red1:hover, a.g-bg--red1:focus,
button.g-bg--red1:hover,
button.g-bg--red1:focus {
  background-color: #fa003f !important;
}

.g-bg--red2 {
  background-color: #d81647 !important;
}

a.g-bg--red2:hover, a.g-bg--red2:focus,
button.g-bg--red2:hover,
button.g-bg--red2:focus {
  background-color: #aa1138 !important;
}

.g-bg--red3 {
  background-color: #fbdee4 !important;
}

a.g-bg--red3:hover, a.g-bg--red3:focus,
button.g-bg--red3:hover,
button.g-bg--red3:focus {
  background-color: #f5b1bf !important;
}

.g-bg--green1 {
  background-color: #00CCC9 !important;
}

a.g-bg--green1:hover, a.g-bg--green1:focus,
button.g-bg--green1:hover,
button.g-bg--green1:focus {
  background-color: #009997 !important;
}

.g-bg--green2 {
  background-color: #F1FFFF !important;
}

a.g-bg--green2:hover, a.g-bg--green2:focus,
button.g-bg--green2:hover,
button.g-bg--green2:focus {
  background-color: #beffff !important;
}

.g-bg--green3 {
  background-color: #DAF9F8 !important;
}

a.g-bg--green3:hover, a.g-bg--green3:focus,
button.g-bg--green3:hover,
button.g-bg--green3:focus {
  background-color: #aef2f0 !important;
}

.g-bg--green4 {
  background-color: #128C7E !important;
}

a.g-bg--green4:hover, a.g-bg--green4:focus,
button.g-bg--green4:hover,
button.g-bg--green4:focus {
  background-color: #0c5f55 !important;
}

.g-bg--green5 {
  background-color: #6FE9E7 !important;
}

a.g-bg--green5:hover, a.g-bg--green5:focus,
button.g-bg--green5:hover,
button.g-bg--green5:focus {
  background-color: #43e2e0 !important;
}

.g-bg--green6 {
  background-color: #B7EAE9 !important;
}

a.g-bg--green6:hover, a.g-bg--green6:focus,
button.g-bg--green6:hover,
button.g-bg--green6:focus {
  background-color: #90dedd !important;
}

.g-bg--blue1 {
  background-color: #3669BB !important;
}

a.g-bg--blue1:hover, a.g-bg--blue1:focus,
button.g-bg--blue1:hover,
button.g-bg--blue1:focus {
  background-color: #2b5393 !important;
}

.g-bg--white {
  background-color: #fff !important;
}

a.g-bg--white:hover, a.g-bg--white:focus,
button.g-bg--white:hover,
button.g-bg--white:focus {
  background-color: #e6e6e6 !important;
}

.g-bg--transparent {
  background-color: transparent !important;
}

a.g-bg--transparent:hover, a.g-bg--transparent:focus,
button.g-bg--transparent:hover,
button.g-bg--transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}

.g-bg--gray-light {
  background-color: #f5f5f5 !important;
}

a.g-bg--gray-light:hover, a.g-bg--gray-light:focus,
button.g-bg--gray-light:hover,
button.g-bg--gray-light:focus {
  background-color: gainsboro !important;
}

.g-bg--gray {
  background-color: #858585 !important;
}

a.g-bg--gray:hover, a.g-bg--gray:focus,
button.g-bg--gray:hover,
button.g-bg--gray:focus {
  background-color: #6c6c6c !important;
}

.g-bg--gray-dark {
  background-color: #333 !important;
}

a.g-bg--gray-dark:hover, a.g-bg--gray-dark:focus,
button.g-bg--gray-dark:hover,
button.g-bg--gray-dark:focus {
  background-color: #1a1a1a !important;
}

.g-bg--gray-100 {
  background-color: #f5f5f5 !important;
}

a.g-bg--gray-100:hover, a.g-bg--gray-100:focus,
button.g-bg--gray-100:hover,
button.g-bg--gray-100:focus {
  background-color: gainsboro !important;
}

.g-bg--gray-200 {
  background-color: #EEEEEE !important;
}

a.g-bg--gray-200:hover, a.g-bg--gray-200:focus,
button.g-bg--gray-200:hover,
button.g-bg--gray-200:focus {
  background-color: #d5d5d5 !important;
}

.g-bg--gray-300 {
  background-color: #ddd !important;
}

a.g-bg--gray-300:hover, a.g-bg--gray-300:focus,
button.g-bg--gray-300:hover,
button.g-bg--gray-300:focus {
  background-color: #c4c4c4 !important;
}

.g-bg--gray-400 {
  background-color: #ccc !important;
}

a.g-bg--gray-400:hover, a.g-bg--gray-400:focus,
button.g-bg--gray-400:hover,
button.g-bg--gray-400:focus {
  background-color: #b3b3b3 !important;
}

.g-bg--gray-500 {
  background-color: #a2aaad !important;
}

a.g-bg--gray-500:hover, a.g-bg--gray-500:focus,
button.g-bg--gray-500:hover,
button.g-bg--gray-500:focus {
  background-color: #879195 !important;
}

.g-bg--gray-600 {
  background-color: #858585 !important;
}

a.g-bg--gray-600:hover, a.g-bg--gray-600:focus,
button.g-bg--gray-600:hover,
button.g-bg--gray-600:focus {
  background-color: #6c6c6c !important;
}

.g-bg--gray-700 {
  background-color: #6f6f73 !important;
}

a.g-bg--gray-700:hover, a.g-bg--gray-700:focus,
button.g-bg--gray-700:hover,
button.g-bg--gray-700:focus {
  background-color: #565659 !important;
}

.g-bg--gray-800 {
  background-color: #333 !important;
}

a.g-bg--gray-800:hover, a.g-bg--gray-800:focus,
button.g-bg--gray-800:hover,
button.g-bg--gray-800:focus {
  background-color: #1a1a1a !important;
}

.g-bg--gray-900 {
  background-color: #666 !important;
}

a.g-bg--gray-900:hover, a.g-bg--gray-900:focus,
button.g-bg--gray-900:hover,
button.g-bg--gray-900:focus {
  background-color: #4d4d4d !important;
}

.g-bg-gradient--primary {
  background: #00CCC9 linear-gradient(180deg, #25d2d0, #00CCC9) repeat-x !important;
}

.g-bg-gradient--secondary {
  background: #858585 linear-gradient(180deg, #969696, #858585) repeat-x !important;
}

.g-bg-gradient--success {
  background: #00CCC9 linear-gradient(180deg, #25d2d0, #00CCC9) repeat-x !important;
}

.g-bg-gradient--info {
  background: #858585 linear-gradient(180deg, #969696, #858585) repeat-x !important;
}

.g-bg-gradient--warning {
  background: #858585 linear-gradient(180deg, #969696, #858585) repeat-x !important;
}

.g-bg-gradient--danger {
  background: #FF2E63 linear-gradient(180deg, #fe4c79, #FF2E63) repeat-x !important;
}

.g-bg-gradient--light {
  background: #fff linear-gradient(180deg, #fefefe, #fff) repeat-x !important;
}

.g-bg-gradient--dark {
  background: #333 linear-gradient(180deg, #505050, #333) repeat-x !important;
}

.g-bg-gradient--red1 {
  background: #FF2E63 linear-gradient(180deg, #fe4c79, #FF2E63) repeat-x !important;
}

.g-bg-gradient--red2 {
  background: #d81647 linear-gradient(180deg, #dc3761, #d81647) repeat-x !important;
}

.g-bg-gradient--red3 {
  background: #fbdee4 linear-gradient(180deg, #fae1e7, #fbdee4) repeat-x !important;
}

.g-bg-gradient--green1 {
  background: #00CCC9 linear-gradient(180deg, #25d2d0, #00CCC9) repeat-x !important;
}

.g-bg-gradient--green2 {
  background: #F1FFFF linear-gradient(180deg, #f2fefe, #F1FFFF) repeat-x !important;
}

.g-bg-gradient--green3 {
  background: #DAF9F8 linear-gradient(180deg, #def8f8, #DAF9F8) repeat-x !important;
}

.g-bg-gradient--green4 {
  background: #128C7E linear-gradient(180deg, #349c90, #128C7E) repeat-x !important;
}

.g-bg-gradient--green5 {
  background: #6FE9E7 linear-gradient(180deg, #83ebe9, #6FE9E7) repeat-x !important;
}

.g-bg-gradient--green6 {
  background: #B7EAE9 linear-gradient(180deg, #c0eceb, #B7EAE9) repeat-x !important;
}

.g-bg-gradient--blue1 {
  background: #3669BB linear-gradient(180deg, #537ec4, #3669BB) repeat-x !important;
}

.g-bg-gradient--white {
  background: #fff linear-gradient(180deg, #fefefe, #fff) repeat-x !important;
}

.g-bg-gradient--transparent {
  background: transparent linear-gradient(180deg, rgba(245, 245, 245, 0.15), transparent) repeat-x !important;
}

.g-bg-gradient--gray-light {
  background: #f5f5f5 linear-gradient(180deg, whitesmoke, #f5f5f5) repeat-x !important;
}

.g-bg-gradient--gray {
  background: #858585 linear-gradient(180deg, #969696, #858585) repeat-x !important;
}

.g-bg-gradient--gray-dark {
  background: #333 linear-gradient(180deg, #505050, #333) repeat-x !important;
}

.g-bg--none {
  background: none !important;
}

@media (min-width: 576px) {
  .g-bg-sm--none {
    background: none !important;
  }
}
@media (min-width: 768px) {
  .g-bg-md--none {
    background: none !important;
  }
}
@media (min-width: 992px) {
  .g-bg-lg--none {
    background: none !important;
  }
}
@media (min-width: 1200px) {
  .g-bg-xl--none {
    background: none !important;
  }
}
@media (min-width: 1368px) {
  .g-bg-xxl--none {
    background: none !important;
  }
}
.border-top {
  border-top: 1px solid #ddd !important;
}

.border-right {
  border-right: 1px solid #ddd !important;
}

.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.border-left {
  border-left: 1px solid #ddd !important;
}

.border {
  border: 1px solid #ddd !important;
}

.border-x {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}

.border-y {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-0 {
  border: 0 !important;
}

.border-x-0 {
  border-left: 0 !important;
  border-right: 0 !important;
}

.border-y-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #ddd !important;
  }

  .border-sm-right {
    border-right: 1px solid #ddd !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #ddd !important;
  }

  .border-sm-left {
    border-left: 1px solid #ddd !important;
  }

  .border-sm {
    border: 1px solid #ddd !important;
  }

  .border-sm-x {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
  }

  .border-sm-y {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
  }

  .border-sm-top-0 {
    border-top: 0 !important;
  }

  .border-sm-right-0 {
    border-right: 0 !important;
  }

  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-sm-left-0 {
    border-left: 0 !important;
  }

  .border-sm-0 {
    border: 0 !important;
  }

  .border-sm-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .border-sm-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #ddd !important;
  }

  .border-md-right {
    border-right: 1px solid #ddd !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #ddd !important;
  }

  .border-md-left {
    border-left: 1px solid #ddd !important;
  }

  .border-md {
    border: 1px solid #ddd !important;
  }

  .border-md-x {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
  }

  .border-md-y {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
  }

  .border-md-top-0 {
    border-top: 0 !important;
  }

  .border-md-right-0 {
    border-right: 0 !important;
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-md-left-0 {
    border-left: 0 !important;
  }

  .border-md-0 {
    border: 0 !important;
  }

  .border-md-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .border-md-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #ddd !important;
  }

  .border-lg-right {
    border-right: 1px solid #ddd !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #ddd !important;
  }

  .border-lg-left {
    border-left: 1px solid #ddd !important;
  }

  .border-lg {
    border: 1px solid #ddd !important;
  }

  .border-lg-x {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
  }

  .border-lg-y {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
  }

  .border-lg-top-0 {
    border-top: 0 !important;
  }

  .border-lg-right-0 {
    border-right: 0 !important;
  }

  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-lg-left-0 {
    border-left: 0 !important;
  }

  .border-lg-0 {
    border: 0 !important;
  }

  .border-lg-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .border-lg-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #ddd !important;
  }

  .border-xl-right {
    border-right: 1px solid #ddd !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #ddd !important;
  }

  .border-xl-left {
    border-left: 1px solid #ddd !important;
  }

  .border-xl {
    border: 1px solid #ddd !important;
  }

  .border-xl-x {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
  }

  .border-xl-y {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
  }

  .border-xl-top-0 {
    border-top: 0 !important;
  }

  .border-xl-right-0 {
    border-right: 0 !important;
  }

  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-xl-left-0 {
    border-left: 0 !important;
  }

  .border-xl-0 {
    border: 0 !important;
  }

  .border-xl-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .border-xl-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}
@media (min-width: 1368px) {
  .border-xxl-top {
    border-top: 1px solid #ddd !important;
  }

  .border-xxl-right {
    border-right: 1px solid #ddd !important;
  }

  .border-xxl-bottom {
    border-bottom: 1px solid #ddd !important;
  }

  .border-xxl-left {
    border-left: 1px solid #ddd !important;
  }

  .border-xxl {
    border: 1px solid #ddd !important;
  }

  .border-xxl-x {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
  }

  .border-xxl-y {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
  }

  .border-xxl-top-0 {
    border-top: 0 !important;
  }

  .border-xxl-right-0 {
    border-right: 0 !important;
  }

  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-xxl-left-0 {
    border-left: 0 !important;
  }

  .border-xxl-0 {
    border: 0 !important;
  }

  .border-xxl-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .border-xxl-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}
.border-primary {
  border-color: #00CCC9 !important;
}

.border-secondary {
  border-color: #858585 !important;
}

.border-success {
  border-color: #00CCC9 !important;
}

.border-info {
  border-color: #858585 !important;
}

.border-warning {
  border-color: #858585 !important;
}

.border-danger {
  border-color: #FF2E63 !important;
}

.border-light {
  border-color: #fff !important;
}

.border-dark {
  border-color: #333 !important;
}

.border-red1 {
  border-color: #FF2E63 !important;
}

.border-red2 {
  border-color: #d81647 !important;
}

.border-red3 {
  border-color: #fbdee4 !important;
}

.border-green1 {
  border-color: #00CCC9 !important;
}

.border-green2 {
  border-color: #F1FFFF !important;
}

.border-green3 {
  border-color: #DAF9F8 !important;
}

.border-green4 {
  border-color: #128C7E !important;
}

.border-green5 {
  border-color: #6FE9E7 !important;
}

.border-green6 {
  border-color: #B7EAE9 !important;
}

.border-blue1 {
  border-color: #3669BB !important;
}

.border-white {
  border-color: #fff !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-gray-light {
  border-color: #f5f5f5 !important;
}

.border-gray {
  border-color: #858585 !important;
}

.border-gray-dark {
  border-color: #333 !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.g-c--red1 {
  color: #FF2E63;
}

.g-c--red2 {
  color: #d81647;
}

.g-c--red3 {
  color: #fbdee4;
}

.g-c--green1 {
  color: #00CCC9;
}

.g-c--green2 {
  color: #F1FFFF;
}

.g-c--green3 {
  color: #DAF9F8;
}

.g-c--green4 {
  color: #128C7E;
}

.g-c--green5 {
  color: #6FE9E7;
}

.g-c--green6 {
  color: #B7EAE9;
}

.g-c--blue1 {
  color: #3669BB;
}

.g-c--white {
  color: #fff;
}

.g-c--transparent {
  color: transparent;
}

.g-c--gray-light {
  color: #f5f5f5;
}

.g-c--gray {
  color: #858585;
}

.g-c--gray-dark {
  color: #333;
}

.g-c-gray--100 {
  color: #f5f5f5;
}

.g-c-gray--200 {
  color: #EEEEEE;
}

.g-c-gray--300 {
  color: #ddd;
}

.g-c-gray--400 {
  color: #ccc;
}

.g-c-gray--500 {
  color: #a2aaad;
}

.g-c-gray--600 {
  color: #858585;
}

.g-c-gray--700 {
  color: #6f6f73;
}

.g-c-gray--800 {
  color: #333;
}

.g-c-gray--900 {
  color: #666;
}

.g-c--primary {
  color: #FF2E63;
}

.g-c--secundary {
  color: #00CCC9;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-none {
  cursor: none;
}

.cursor-move {
  cursor: move;
}

.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;
}

@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@media (min-width: 1368px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1368px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.h-px--10 {
  height: 10px !important;
  flex-shrink: 0;
}

.h-px--20 {
  height: 20px !important;
  flex-shrink: 0;
}

.h-px--30 {
  height: 30px !important;
  flex-shrink: 0;
}

.h-px--40 {
  height: 40px !important;
  flex-shrink: 0;
}

.h-px--50 {
  height: 50px !important;
  flex-shrink: 0;
}

.h-px--60 {
  height: 60px !important;
  flex-shrink: 0;
}

.h-px--70 {
  height: 70px !important;
  flex-shrink: 0;
}

.h-px--80 {
  height: 80px !important;
  flex-shrink: 0;
}

.h-px--90 {
  height: 90px !important;
  flex-shrink: 0;
}

.h-px--100 {
  height: 100px !important;
  flex-shrink: 0;
}

.h-px--110 {
  height: 110px !important;
  flex-shrink: 0;
}

.h-px--120 {
  height: 120px !important;
  flex-shrink: 0;
}

.h-px--130 {
  height: 130px !important;
  flex-shrink: 0;
}

.h-px--140 {
  height: 140px !important;
  flex-shrink: 0;
}

.h-px--150 {
  height: 150px !important;
  flex-shrink: 0;
}

.h-px--160 {
  height: 160px !important;
  flex-shrink: 0;
}

.h-px--170 {
  height: 170px !important;
  flex-shrink: 0;
}

.h-px--180 {
  height: 180px !important;
  flex-shrink: 0;
}

.h-px--190 {
  height: 190px !important;
  flex-shrink: 0;
}

.h-px--200 {
  height: 200px !important;
  flex-shrink: 0;
}

.h-px--210 {
  height: 210px !important;
  flex-shrink: 0;
}

.h-px--220 {
  height: 220px !important;
  flex-shrink: 0;
}

.h-px--230 {
  height: 230px !important;
  flex-shrink: 0;
}

.h-px--240 {
  height: 240px !important;
  flex-shrink: 0;
}

.h-px--250 {
  height: 250px !important;
  flex-shrink: 0;
}

.h-px--260 {
  height: 260px !important;
  flex-shrink: 0;
}

.h-px--270 {
  height: 270px !important;
  flex-shrink: 0;
}

.h-px--280 {
  height: 280px !important;
  flex-shrink: 0;
}

.h-px--290 {
  height: 290px !important;
  flex-shrink: 0;
}

.h-px--300 {
  height: 300px !important;
  flex-shrink: 0;
}

.h-px--310 {
  height: 310px !important;
  flex-shrink: 0;
}

.h-px--320 {
  height: 320px !important;
  flex-shrink: 0;
}

.h-px--330 {
  height: 330px !important;
  flex-shrink: 0;
}

.h-px--340 {
  height: 340px !important;
  flex-shrink: 0;
}

.h-px--350 {
  height: 350px !important;
  flex-shrink: 0;
}

.h-px--360 {
  height: 360px !important;
  flex-shrink: 0;
}

.h-px--370 {
  height: 370px !important;
  flex-shrink: 0;
}

.h-px--380 {
  height: 380px !important;
  flex-shrink: 0;
}

.h-px--390 {
  height: 390px !important;
  flex-shrink: 0;
}

.h-px--400 {
  height: 400px !important;
  flex-shrink: 0;
}

.h-px--inherit {
  height: inherit !important;
}

.h-px--auto {
  height: inherit !important;
}

.h-min-px--10 {
  min-height: 10px !important;
  flex-shrink: 0;
}

.h-min-px--20 {
  min-height: 20px !important;
  flex-shrink: 0;
}

.h-min-px--30 {
  min-height: 30px !important;
  flex-shrink: 0;
}

.h-min-px--40 {
  min-height: 40px !important;
  flex-shrink: 0;
}

.h-min-px--50 {
  min-height: 50px !important;
  flex-shrink: 0;
}

.h-min-px--60 {
  min-height: 60px !important;
  flex-shrink: 0;
}

.h-min-px--70 {
  min-height: 70px !important;
  flex-shrink: 0;
}

.h-min-px--80 {
  min-height: 80px !important;
  flex-shrink: 0;
}

.h-min-px--90 {
  min-height: 90px !important;
  flex-shrink: 0;
}

.h-min-px--100 {
  min-height: 100px !important;
  flex-shrink: 0;
}

.h-min-px--110 {
  min-height: 110px !important;
  flex-shrink: 0;
}

.h-min-px--120 {
  min-height: 120px !important;
  flex-shrink: 0;
}

.h-min-px--130 {
  min-height: 130px !important;
  flex-shrink: 0;
}

.h-min-px--140 {
  min-height: 140px !important;
  flex-shrink: 0;
}

.h-min-px--150 {
  min-height: 150px !important;
  flex-shrink: 0;
}

.h-min-px--160 {
  min-height: 160px !important;
  flex-shrink: 0;
}

.h-min-px--170 {
  min-height: 170px !important;
  flex-shrink: 0;
}

.h-min-px--180 {
  min-height: 180px !important;
  flex-shrink: 0;
}

.h-min-px--190 {
  min-height: 190px !important;
  flex-shrink: 0;
}

.h-min-px--200 {
  min-height: 200px !important;
  flex-shrink: 0;
}

.h-min-px--210 {
  min-height: 210px !important;
  flex-shrink: 0;
}

.h-min-px--220 {
  min-height: 220px !important;
  flex-shrink: 0;
}

.h-min-px--230 {
  min-height: 230px !important;
  flex-shrink: 0;
}

.h-min-px--240 {
  min-height: 240px !important;
  flex-shrink: 0;
}

.h-min-px--250 {
  min-height: 250px !important;
  flex-shrink: 0;
}

.h-min-px--260 {
  min-height: 260px !important;
  flex-shrink: 0;
}

.h-min-px--270 {
  min-height: 270px !important;
  flex-shrink: 0;
}

.h-min-px--280 {
  min-height: 280px !important;
  flex-shrink: 0;
}

.h-min-px--290 {
  min-height: 290px !important;
  flex-shrink: 0;
}

.h-min-px--300 {
  min-height: 300px !important;
  flex-shrink: 0;
}

.h-min-px--310 {
  min-height: 310px !important;
  flex-shrink: 0;
}

.h-min-px--320 {
  min-height: 320px !important;
  flex-shrink: 0;
}

.h-min-px--330 {
  min-height: 330px !important;
  flex-shrink: 0;
}

.h-min-px--340 {
  min-height: 340px !important;
  flex-shrink: 0;
}

.h-min-px--350 {
  min-height: 350px !important;
  flex-shrink: 0;
}

.h-min-px--360 {
  min-height: 360px !important;
  flex-shrink: 0;
}

.h-min-px--370 {
  min-height: 370px !important;
  flex-shrink: 0;
}

.h-min-px--380 {
  min-height: 380px !important;
  flex-shrink: 0;
}

.h-min-px--390 {
  min-height: 390px !important;
  flex-shrink: 0;
}

.h-min-px--400 {
  min-height: 400px !important;
  flex-shrink: 0;
}

.h-min-px--inherit {
  min-height: inherit !important;
}

.h-min-px--auto {
  min-height: inherit !important;
}

.h-max-px--10 {
  max-height: 10px !important;
  flex-shrink: 0;
}

.h-max-px--20 {
  max-height: 20px !important;
  flex-shrink: 0;
}

.h-max-px--30 {
  max-height: 30px !important;
  flex-shrink: 0;
}

.h-max-px--40 {
  max-height: 40px !important;
  flex-shrink: 0;
}

.h-max-px--50 {
  max-height: 50px !important;
  flex-shrink: 0;
}

.h-max-px--60 {
  max-height: 60px !important;
  flex-shrink: 0;
}

.h-max-px--70 {
  max-height: 70px !important;
  flex-shrink: 0;
}

.h-max-px--80 {
  max-height: 80px !important;
  flex-shrink: 0;
}

.h-max-px--90 {
  max-height: 90px !important;
  flex-shrink: 0;
}

.h-max-px--100 {
  max-height: 100px !important;
  flex-shrink: 0;
}

.h-max-px--110 {
  max-height: 110px !important;
  flex-shrink: 0;
}

.h-max-px--120 {
  max-height: 120px !important;
  flex-shrink: 0;
}

.h-max-px--130 {
  max-height: 130px !important;
  flex-shrink: 0;
}

.h-max-px--140 {
  max-height: 140px !important;
  flex-shrink: 0;
}

.h-max-px--150 {
  max-height: 150px !important;
  flex-shrink: 0;
}

.h-max-px--160 {
  max-height: 160px !important;
  flex-shrink: 0;
}

.h-max-px--170 {
  max-height: 170px !important;
  flex-shrink: 0;
}

.h-max-px--180 {
  max-height: 180px !important;
  flex-shrink: 0;
}

.h-max-px--190 {
  max-height: 190px !important;
  flex-shrink: 0;
}

.h-max-px--200 {
  max-height: 200px !important;
  flex-shrink: 0;
}

.h-max-px--210 {
  max-height: 210px !important;
  flex-shrink: 0;
}

.h-max-px--220 {
  max-height: 220px !important;
  flex-shrink: 0;
}

.h-max-px--230 {
  max-height: 230px !important;
  flex-shrink: 0;
}

.h-max-px--240 {
  max-height: 240px !important;
  flex-shrink: 0;
}

.h-max-px--250 {
  max-height: 250px !important;
  flex-shrink: 0;
}

.h-max-px--260 {
  max-height: 260px !important;
  flex-shrink: 0;
}

.h-max-px--270 {
  max-height: 270px !important;
  flex-shrink: 0;
}

.h-max-px--280 {
  max-height: 280px !important;
  flex-shrink: 0;
}

.h-max-px--290 {
  max-height: 290px !important;
  flex-shrink: 0;
}

.h-max-px--300 {
  max-height: 300px !important;
  flex-shrink: 0;
}

.h-max-px--310 {
  max-height: 310px !important;
  flex-shrink: 0;
}

.h-max-px--320 {
  max-height: 320px !important;
  flex-shrink: 0;
}

.h-max-px--330 {
  max-height: 330px !important;
  flex-shrink: 0;
}

.h-max-px--340 {
  max-height: 340px !important;
  flex-shrink: 0;
}

.h-max-px--350 {
  max-height: 350px !important;
  flex-shrink: 0;
}

.h-max-px--360 {
  max-height: 360px !important;
  flex-shrink: 0;
}

.h-max-px--370 {
  max-height: 370px !important;
  flex-shrink: 0;
}

.h-max-px--380 {
  max-height: 380px !important;
  flex-shrink: 0;
}

.h-max-px--390 {
  max-height: 390px !important;
  flex-shrink: 0;
}

.h-max-px--400 {
  max-height: 400px !important;
  flex-shrink: 0;
}

.h-max-px--inherit {
  max-height: inherit !important;
}

.h-max-px--auto {
  max-height: inherit !important;
}

@media (min-width: 576px) {
  .h-px-sm--10 {
    height: 10px !important;
    flex-shrink: 0;
  }

  .h-px-sm--20 {
    height: 20px !important;
    flex-shrink: 0;
  }

  .h-px-sm--30 {
    height: 30px !important;
    flex-shrink: 0;
  }

  .h-px-sm--40 {
    height: 40px !important;
    flex-shrink: 0;
  }

  .h-px-sm--50 {
    height: 50px !important;
    flex-shrink: 0;
  }

  .h-px-sm--60 {
    height: 60px !important;
    flex-shrink: 0;
  }

  .h-px-sm--70 {
    height: 70px !important;
    flex-shrink: 0;
  }

  .h-px-sm--80 {
    height: 80px !important;
    flex-shrink: 0;
  }

  .h-px-sm--90 {
    height: 90px !important;
    flex-shrink: 0;
  }

  .h-px-sm--100 {
    height: 100px !important;
    flex-shrink: 0;
  }

  .h-px-sm--110 {
    height: 110px !important;
    flex-shrink: 0;
  }

  .h-px-sm--120 {
    height: 120px !important;
    flex-shrink: 0;
  }

  .h-px-sm--130 {
    height: 130px !important;
    flex-shrink: 0;
  }

  .h-px-sm--140 {
    height: 140px !important;
    flex-shrink: 0;
  }

  .h-px-sm--150 {
    height: 150px !important;
    flex-shrink: 0;
  }

  .h-px-sm--160 {
    height: 160px !important;
    flex-shrink: 0;
  }

  .h-px-sm--170 {
    height: 170px !important;
    flex-shrink: 0;
  }

  .h-px-sm--180 {
    height: 180px !important;
    flex-shrink: 0;
  }

  .h-px-sm--190 {
    height: 190px !important;
    flex-shrink: 0;
  }

  .h-px-sm--200 {
    height: 200px !important;
    flex-shrink: 0;
  }

  .h-px-sm--210 {
    height: 210px !important;
    flex-shrink: 0;
  }

  .h-px-sm--220 {
    height: 220px !important;
    flex-shrink: 0;
  }

  .h-px-sm--230 {
    height: 230px !important;
    flex-shrink: 0;
  }

  .h-px-sm--240 {
    height: 240px !important;
    flex-shrink: 0;
  }

  .h-px-sm--250 {
    height: 250px !important;
    flex-shrink: 0;
  }

  .h-px-sm--260 {
    height: 260px !important;
    flex-shrink: 0;
  }

  .h-px-sm--270 {
    height: 270px !important;
    flex-shrink: 0;
  }

  .h-px-sm--280 {
    height: 280px !important;
    flex-shrink: 0;
  }

  .h-px-sm--290 {
    height: 290px !important;
    flex-shrink: 0;
  }

  .h-px-sm--300 {
    height: 300px !important;
    flex-shrink: 0;
  }

  .h-px-sm--310 {
    height: 310px !important;
    flex-shrink: 0;
  }

  .h-px-sm--320 {
    height: 320px !important;
    flex-shrink: 0;
  }

  .h-px-sm--330 {
    height: 330px !important;
    flex-shrink: 0;
  }

  .h-px-sm--340 {
    height: 340px !important;
    flex-shrink: 0;
  }

  .h-px-sm--350 {
    height: 350px !important;
    flex-shrink: 0;
  }

  .h-px-sm--360 {
    height: 360px !important;
    flex-shrink: 0;
  }

  .h-px-sm--370 {
    height: 370px !important;
    flex-shrink: 0;
  }

  .h-px-sm--380 {
    height: 380px !important;
    flex-shrink: 0;
  }

  .h-px-sm--390 {
    height: 390px !important;
    flex-shrink: 0;
  }

  .h-px-sm--400 {
    height: 400px !important;
    flex-shrink: 0;
  }

  .h-px-sm--inherit {
    height: inherit !important;
  }

  .h-px-sm--auto {
    height: inherit !important;
  }

  .h-min-px-sm--10 {
    min-height: 10px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--20 {
    min-height: 20px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--30 {
    min-height: 30px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--40 {
    min-height: 40px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--50 {
    min-height: 50px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--60 {
    min-height: 60px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--70 {
    min-height: 70px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--80 {
    min-height: 80px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--90 {
    min-height: 90px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--100 {
    min-height: 100px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--110 {
    min-height: 110px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--120 {
    min-height: 120px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--130 {
    min-height: 130px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--140 {
    min-height: 140px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--150 {
    min-height: 150px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--160 {
    min-height: 160px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--170 {
    min-height: 170px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--180 {
    min-height: 180px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--190 {
    min-height: 190px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--200 {
    min-height: 200px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--210 {
    min-height: 210px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--220 {
    min-height: 220px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--230 {
    min-height: 230px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--240 {
    min-height: 240px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--250 {
    min-height: 250px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--260 {
    min-height: 260px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--270 {
    min-height: 270px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--280 {
    min-height: 280px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--290 {
    min-height: 290px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--300 {
    min-height: 300px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--310 {
    min-height: 310px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--320 {
    min-height: 320px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--330 {
    min-height: 330px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--340 {
    min-height: 340px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--350 {
    min-height: 350px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--360 {
    min-height: 360px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--370 {
    min-height: 370px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--380 {
    min-height: 380px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--390 {
    min-height: 390px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--400 {
    min-height: 400px !important;
    flex-shrink: 0;
  }

  .h-min-px-sm--inherit {
    min-height: inherit !important;
  }

  .h-min-px-sm--auto {
    min-height: inherit !important;
  }

  .h-max-px-sm--10 {
    max-height: 10px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--20 {
    max-height: 20px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--30 {
    max-height: 30px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--40 {
    max-height: 40px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--50 {
    max-height: 50px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--60 {
    max-height: 60px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--70 {
    max-height: 70px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--80 {
    max-height: 80px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--90 {
    max-height: 90px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--100 {
    max-height: 100px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--110 {
    max-height: 110px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--120 {
    max-height: 120px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--130 {
    max-height: 130px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--140 {
    max-height: 140px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--150 {
    max-height: 150px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--160 {
    max-height: 160px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--170 {
    max-height: 170px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--180 {
    max-height: 180px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--190 {
    max-height: 190px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--200 {
    max-height: 200px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--210 {
    max-height: 210px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--220 {
    max-height: 220px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--230 {
    max-height: 230px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--240 {
    max-height: 240px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--250 {
    max-height: 250px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--260 {
    max-height: 260px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--270 {
    max-height: 270px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--280 {
    max-height: 280px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--290 {
    max-height: 290px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--300 {
    max-height: 300px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--310 {
    max-height: 310px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--320 {
    max-height: 320px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--330 {
    max-height: 330px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--340 {
    max-height: 340px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--350 {
    max-height: 350px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--360 {
    max-height: 360px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--370 {
    max-height: 370px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--380 {
    max-height: 380px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--390 {
    max-height: 390px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--400 {
    max-height: 400px !important;
    flex-shrink: 0;
  }

  .h-max-px-sm--inherit {
    max-height: inherit !important;
  }

  .h-max-px-sm--auto {
    max-height: inherit !important;
  }
}
@media (min-width: 768px) {
  .h-px-md--10 {
    height: 10px !important;
    flex-shrink: 0;
  }

  .h-px-md--20 {
    height: 20px !important;
    flex-shrink: 0;
  }

  .h-px-md--30 {
    height: 30px !important;
    flex-shrink: 0;
  }

  .h-px-md--40 {
    height: 40px !important;
    flex-shrink: 0;
  }

  .h-px-md--50 {
    height: 50px !important;
    flex-shrink: 0;
  }

  .h-px-md--60 {
    height: 60px !important;
    flex-shrink: 0;
  }

  .h-px-md--70 {
    height: 70px !important;
    flex-shrink: 0;
  }

  .h-px-md--80 {
    height: 80px !important;
    flex-shrink: 0;
  }

  .h-px-md--90 {
    height: 90px !important;
    flex-shrink: 0;
  }

  .h-px-md--100 {
    height: 100px !important;
    flex-shrink: 0;
  }

  .h-px-md--110 {
    height: 110px !important;
    flex-shrink: 0;
  }

  .h-px-md--120 {
    height: 120px !important;
    flex-shrink: 0;
  }

  .h-px-md--130 {
    height: 130px !important;
    flex-shrink: 0;
  }

  .h-px-md--140 {
    height: 140px !important;
    flex-shrink: 0;
  }

  .h-px-md--150 {
    height: 150px !important;
    flex-shrink: 0;
  }

  .h-px-md--160 {
    height: 160px !important;
    flex-shrink: 0;
  }

  .h-px-md--170 {
    height: 170px !important;
    flex-shrink: 0;
  }

  .h-px-md--180 {
    height: 180px !important;
    flex-shrink: 0;
  }

  .h-px-md--190 {
    height: 190px !important;
    flex-shrink: 0;
  }

  .h-px-md--200 {
    height: 200px !important;
    flex-shrink: 0;
  }

  .h-px-md--210 {
    height: 210px !important;
    flex-shrink: 0;
  }

  .h-px-md--220 {
    height: 220px !important;
    flex-shrink: 0;
  }

  .h-px-md--230 {
    height: 230px !important;
    flex-shrink: 0;
  }

  .h-px-md--240 {
    height: 240px !important;
    flex-shrink: 0;
  }

  .h-px-md--250 {
    height: 250px !important;
    flex-shrink: 0;
  }

  .h-px-md--260 {
    height: 260px !important;
    flex-shrink: 0;
  }

  .h-px-md--270 {
    height: 270px !important;
    flex-shrink: 0;
  }

  .h-px-md--280 {
    height: 280px !important;
    flex-shrink: 0;
  }

  .h-px-md--290 {
    height: 290px !important;
    flex-shrink: 0;
  }

  .h-px-md--300 {
    height: 300px !important;
    flex-shrink: 0;
  }

  .h-px-md--310 {
    height: 310px !important;
    flex-shrink: 0;
  }

  .h-px-md--320 {
    height: 320px !important;
    flex-shrink: 0;
  }

  .h-px-md--330 {
    height: 330px !important;
    flex-shrink: 0;
  }

  .h-px-md--340 {
    height: 340px !important;
    flex-shrink: 0;
  }

  .h-px-md--350 {
    height: 350px !important;
    flex-shrink: 0;
  }

  .h-px-md--360 {
    height: 360px !important;
    flex-shrink: 0;
  }

  .h-px-md--370 {
    height: 370px !important;
    flex-shrink: 0;
  }

  .h-px-md--380 {
    height: 380px !important;
    flex-shrink: 0;
  }

  .h-px-md--390 {
    height: 390px !important;
    flex-shrink: 0;
  }

  .h-px-md--400 {
    height: 400px !important;
    flex-shrink: 0;
  }

  .h-px-md--inherit {
    height: inherit !important;
  }

  .h-px-md--auto {
    height: inherit !important;
  }

  .h-min-px-md--10 {
    min-height: 10px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--20 {
    min-height: 20px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--30 {
    min-height: 30px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--40 {
    min-height: 40px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--50 {
    min-height: 50px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--60 {
    min-height: 60px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--70 {
    min-height: 70px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--80 {
    min-height: 80px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--90 {
    min-height: 90px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--100 {
    min-height: 100px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--110 {
    min-height: 110px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--120 {
    min-height: 120px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--130 {
    min-height: 130px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--140 {
    min-height: 140px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--150 {
    min-height: 150px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--160 {
    min-height: 160px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--170 {
    min-height: 170px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--180 {
    min-height: 180px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--190 {
    min-height: 190px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--200 {
    min-height: 200px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--210 {
    min-height: 210px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--220 {
    min-height: 220px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--230 {
    min-height: 230px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--240 {
    min-height: 240px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--250 {
    min-height: 250px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--260 {
    min-height: 260px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--270 {
    min-height: 270px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--280 {
    min-height: 280px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--290 {
    min-height: 290px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--300 {
    min-height: 300px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--310 {
    min-height: 310px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--320 {
    min-height: 320px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--330 {
    min-height: 330px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--340 {
    min-height: 340px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--350 {
    min-height: 350px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--360 {
    min-height: 360px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--370 {
    min-height: 370px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--380 {
    min-height: 380px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--390 {
    min-height: 390px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--400 {
    min-height: 400px !important;
    flex-shrink: 0;
  }

  .h-min-px-md--inherit {
    min-height: inherit !important;
  }

  .h-min-px-md--auto {
    min-height: inherit !important;
  }

  .h-max-px-md--10 {
    max-height: 10px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--20 {
    max-height: 20px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--30 {
    max-height: 30px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--40 {
    max-height: 40px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--50 {
    max-height: 50px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--60 {
    max-height: 60px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--70 {
    max-height: 70px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--80 {
    max-height: 80px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--90 {
    max-height: 90px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--100 {
    max-height: 100px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--110 {
    max-height: 110px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--120 {
    max-height: 120px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--130 {
    max-height: 130px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--140 {
    max-height: 140px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--150 {
    max-height: 150px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--160 {
    max-height: 160px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--170 {
    max-height: 170px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--180 {
    max-height: 180px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--190 {
    max-height: 190px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--200 {
    max-height: 200px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--210 {
    max-height: 210px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--220 {
    max-height: 220px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--230 {
    max-height: 230px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--240 {
    max-height: 240px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--250 {
    max-height: 250px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--260 {
    max-height: 260px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--270 {
    max-height: 270px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--280 {
    max-height: 280px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--290 {
    max-height: 290px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--300 {
    max-height: 300px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--310 {
    max-height: 310px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--320 {
    max-height: 320px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--330 {
    max-height: 330px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--340 {
    max-height: 340px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--350 {
    max-height: 350px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--360 {
    max-height: 360px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--370 {
    max-height: 370px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--380 {
    max-height: 380px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--390 {
    max-height: 390px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--400 {
    max-height: 400px !important;
    flex-shrink: 0;
  }

  .h-max-px-md--inherit {
    max-height: inherit !important;
  }

  .h-max-px-md--auto {
    max-height: inherit !important;
  }
}
@media (min-width: 992px) {
  .h-px-lg--10 {
    height: 10px !important;
    flex-shrink: 0;
  }

  .h-px-lg--20 {
    height: 20px !important;
    flex-shrink: 0;
  }

  .h-px-lg--30 {
    height: 30px !important;
    flex-shrink: 0;
  }

  .h-px-lg--40 {
    height: 40px !important;
    flex-shrink: 0;
  }

  .h-px-lg--50 {
    height: 50px !important;
    flex-shrink: 0;
  }

  .h-px-lg--60 {
    height: 60px !important;
    flex-shrink: 0;
  }

  .h-px-lg--70 {
    height: 70px !important;
    flex-shrink: 0;
  }

  .h-px-lg--80 {
    height: 80px !important;
    flex-shrink: 0;
  }

  .h-px-lg--90 {
    height: 90px !important;
    flex-shrink: 0;
  }

  .h-px-lg--100 {
    height: 100px !important;
    flex-shrink: 0;
  }

  .h-px-lg--110 {
    height: 110px !important;
    flex-shrink: 0;
  }

  .h-px-lg--120 {
    height: 120px !important;
    flex-shrink: 0;
  }

  .h-px-lg--130 {
    height: 130px !important;
    flex-shrink: 0;
  }

  .h-px-lg--140 {
    height: 140px !important;
    flex-shrink: 0;
  }

  .h-px-lg--150 {
    height: 150px !important;
    flex-shrink: 0;
  }

  .h-px-lg--160 {
    height: 160px !important;
    flex-shrink: 0;
  }

  .h-px-lg--170 {
    height: 170px !important;
    flex-shrink: 0;
  }

  .h-px-lg--180 {
    height: 180px !important;
    flex-shrink: 0;
  }

  .h-px-lg--190 {
    height: 190px !important;
    flex-shrink: 0;
  }

  .h-px-lg--200 {
    height: 200px !important;
    flex-shrink: 0;
  }

  .h-px-lg--210 {
    height: 210px !important;
    flex-shrink: 0;
  }

  .h-px-lg--220 {
    height: 220px !important;
    flex-shrink: 0;
  }

  .h-px-lg--230 {
    height: 230px !important;
    flex-shrink: 0;
  }

  .h-px-lg--240 {
    height: 240px !important;
    flex-shrink: 0;
  }

  .h-px-lg--250 {
    height: 250px !important;
    flex-shrink: 0;
  }

  .h-px-lg--260 {
    height: 260px !important;
    flex-shrink: 0;
  }

  .h-px-lg--270 {
    height: 270px !important;
    flex-shrink: 0;
  }

  .h-px-lg--280 {
    height: 280px !important;
    flex-shrink: 0;
  }

  .h-px-lg--290 {
    height: 290px !important;
    flex-shrink: 0;
  }

  .h-px-lg--300 {
    height: 300px !important;
    flex-shrink: 0;
  }

  .h-px-lg--310 {
    height: 310px !important;
    flex-shrink: 0;
  }

  .h-px-lg--320 {
    height: 320px !important;
    flex-shrink: 0;
  }

  .h-px-lg--330 {
    height: 330px !important;
    flex-shrink: 0;
  }

  .h-px-lg--340 {
    height: 340px !important;
    flex-shrink: 0;
  }

  .h-px-lg--350 {
    height: 350px !important;
    flex-shrink: 0;
  }

  .h-px-lg--360 {
    height: 360px !important;
    flex-shrink: 0;
  }

  .h-px-lg--370 {
    height: 370px !important;
    flex-shrink: 0;
  }

  .h-px-lg--380 {
    height: 380px !important;
    flex-shrink: 0;
  }

  .h-px-lg--390 {
    height: 390px !important;
    flex-shrink: 0;
  }

  .h-px-lg--400 {
    height: 400px !important;
    flex-shrink: 0;
  }

  .h-px-lg--inherit {
    height: inherit !important;
  }

  .h-px-lg--auto {
    height: inherit !important;
  }

  .h-min-px-lg--10 {
    min-height: 10px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--20 {
    min-height: 20px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--30 {
    min-height: 30px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--40 {
    min-height: 40px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--50 {
    min-height: 50px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--60 {
    min-height: 60px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--70 {
    min-height: 70px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--80 {
    min-height: 80px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--90 {
    min-height: 90px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--100 {
    min-height: 100px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--110 {
    min-height: 110px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--120 {
    min-height: 120px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--130 {
    min-height: 130px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--140 {
    min-height: 140px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--150 {
    min-height: 150px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--160 {
    min-height: 160px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--170 {
    min-height: 170px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--180 {
    min-height: 180px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--190 {
    min-height: 190px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--200 {
    min-height: 200px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--210 {
    min-height: 210px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--220 {
    min-height: 220px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--230 {
    min-height: 230px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--240 {
    min-height: 240px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--250 {
    min-height: 250px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--260 {
    min-height: 260px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--270 {
    min-height: 270px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--280 {
    min-height: 280px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--290 {
    min-height: 290px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--300 {
    min-height: 300px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--310 {
    min-height: 310px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--320 {
    min-height: 320px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--330 {
    min-height: 330px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--340 {
    min-height: 340px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--350 {
    min-height: 350px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--360 {
    min-height: 360px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--370 {
    min-height: 370px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--380 {
    min-height: 380px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--390 {
    min-height: 390px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--400 {
    min-height: 400px !important;
    flex-shrink: 0;
  }

  .h-min-px-lg--inherit {
    min-height: inherit !important;
  }

  .h-min-px-lg--auto {
    min-height: inherit !important;
  }

  .h-max-px-lg--10 {
    max-height: 10px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--20 {
    max-height: 20px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--30 {
    max-height: 30px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--40 {
    max-height: 40px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--50 {
    max-height: 50px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--60 {
    max-height: 60px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--70 {
    max-height: 70px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--80 {
    max-height: 80px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--90 {
    max-height: 90px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--100 {
    max-height: 100px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--110 {
    max-height: 110px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--120 {
    max-height: 120px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--130 {
    max-height: 130px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--140 {
    max-height: 140px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--150 {
    max-height: 150px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--160 {
    max-height: 160px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--170 {
    max-height: 170px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--180 {
    max-height: 180px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--190 {
    max-height: 190px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--200 {
    max-height: 200px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--210 {
    max-height: 210px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--220 {
    max-height: 220px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--230 {
    max-height: 230px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--240 {
    max-height: 240px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--250 {
    max-height: 250px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--260 {
    max-height: 260px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--270 {
    max-height: 270px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--280 {
    max-height: 280px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--290 {
    max-height: 290px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--300 {
    max-height: 300px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--310 {
    max-height: 310px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--320 {
    max-height: 320px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--330 {
    max-height: 330px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--340 {
    max-height: 340px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--350 {
    max-height: 350px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--360 {
    max-height: 360px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--370 {
    max-height: 370px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--380 {
    max-height: 380px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--390 {
    max-height: 390px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--400 {
    max-height: 400px !important;
    flex-shrink: 0;
  }

  .h-max-px-lg--inherit {
    max-height: inherit !important;
  }

  .h-max-px-lg--auto {
    max-height: inherit !important;
  }
}
@media (min-width: 1200px) {
  .h-px-xl--10 {
    height: 10px !important;
    flex-shrink: 0;
  }

  .h-px-xl--20 {
    height: 20px !important;
    flex-shrink: 0;
  }

  .h-px-xl--30 {
    height: 30px !important;
    flex-shrink: 0;
  }

  .h-px-xl--40 {
    height: 40px !important;
    flex-shrink: 0;
  }

  .h-px-xl--50 {
    height: 50px !important;
    flex-shrink: 0;
  }

  .h-px-xl--60 {
    height: 60px !important;
    flex-shrink: 0;
  }

  .h-px-xl--70 {
    height: 70px !important;
    flex-shrink: 0;
  }

  .h-px-xl--80 {
    height: 80px !important;
    flex-shrink: 0;
  }

  .h-px-xl--90 {
    height: 90px !important;
    flex-shrink: 0;
  }

  .h-px-xl--100 {
    height: 100px !important;
    flex-shrink: 0;
  }

  .h-px-xl--110 {
    height: 110px !important;
    flex-shrink: 0;
  }

  .h-px-xl--120 {
    height: 120px !important;
    flex-shrink: 0;
  }

  .h-px-xl--130 {
    height: 130px !important;
    flex-shrink: 0;
  }

  .h-px-xl--140 {
    height: 140px !important;
    flex-shrink: 0;
  }

  .h-px-xl--150 {
    height: 150px !important;
    flex-shrink: 0;
  }

  .h-px-xl--160 {
    height: 160px !important;
    flex-shrink: 0;
  }

  .h-px-xl--170 {
    height: 170px !important;
    flex-shrink: 0;
  }

  .h-px-xl--180 {
    height: 180px !important;
    flex-shrink: 0;
  }

  .h-px-xl--190 {
    height: 190px !important;
    flex-shrink: 0;
  }

  .h-px-xl--200 {
    height: 200px !important;
    flex-shrink: 0;
  }

  .h-px-xl--210 {
    height: 210px !important;
    flex-shrink: 0;
  }

  .h-px-xl--220 {
    height: 220px !important;
    flex-shrink: 0;
  }

  .h-px-xl--230 {
    height: 230px !important;
    flex-shrink: 0;
  }

  .h-px-xl--240 {
    height: 240px !important;
    flex-shrink: 0;
  }

  .h-px-xl--250 {
    height: 250px !important;
    flex-shrink: 0;
  }

  .h-px-xl--260 {
    height: 260px !important;
    flex-shrink: 0;
  }

  .h-px-xl--270 {
    height: 270px !important;
    flex-shrink: 0;
  }

  .h-px-xl--280 {
    height: 280px !important;
    flex-shrink: 0;
  }

  .h-px-xl--290 {
    height: 290px !important;
    flex-shrink: 0;
  }

  .h-px-xl--300 {
    height: 300px !important;
    flex-shrink: 0;
  }

  .h-px-xl--310 {
    height: 310px !important;
    flex-shrink: 0;
  }

  .h-px-xl--320 {
    height: 320px !important;
    flex-shrink: 0;
  }

  .h-px-xl--330 {
    height: 330px !important;
    flex-shrink: 0;
  }

  .h-px-xl--340 {
    height: 340px !important;
    flex-shrink: 0;
  }

  .h-px-xl--350 {
    height: 350px !important;
    flex-shrink: 0;
  }

  .h-px-xl--360 {
    height: 360px !important;
    flex-shrink: 0;
  }

  .h-px-xl--370 {
    height: 370px !important;
    flex-shrink: 0;
  }

  .h-px-xl--380 {
    height: 380px !important;
    flex-shrink: 0;
  }

  .h-px-xl--390 {
    height: 390px !important;
    flex-shrink: 0;
  }

  .h-px-xl--400 {
    height: 400px !important;
    flex-shrink: 0;
  }

  .h-px-xl--inherit {
    height: inherit !important;
  }

  .h-px-xl--auto {
    height: inherit !important;
  }

  .h-min-px-xl--10 {
    min-height: 10px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--20 {
    min-height: 20px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--30 {
    min-height: 30px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--40 {
    min-height: 40px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--50 {
    min-height: 50px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--60 {
    min-height: 60px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--70 {
    min-height: 70px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--80 {
    min-height: 80px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--90 {
    min-height: 90px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--100 {
    min-height: 100px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--110 {
    min-height: 110px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--120 {
    min-height: 120px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--130 {
    min-height: 130px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--140 {
    min-height: 140px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--150 {
    min-height: 150px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--160 {
    min-height: 160px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--170 {
    min-height: 170px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--180 {
    min-height: 180px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--190 {
    min-height: 190px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--200 {
    min-height: 200px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--210 {
    min-height: 210px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--220 {
    min-height: 220px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--230 {
    min-height: 230px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--240 {
    min-height: 240px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--250 {
    min-height: 250px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--260 {
    min-height: 260px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--270 {
    min-height: 270px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--280 {
    min-height: 280px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--290 {
    min-height: 290px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--300 {
    min-height: 300px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--310 {
    min-height: 310px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--320 {
    min-height: 320px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--330 {
    min-height: 330px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--340 {
    min-height: 340px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--350 {
    min-height: 350px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--360 {
    min-height: 360px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--370 {
    min-height: 370px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--380 {
    min-height: 380px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--390 {
    min-height: 390px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--400 {
    min-height: 400px !important;
    flex-shrink: 0;
  }

  .h-min-px-xl--inherit {
    min-height: inherit !important;
  }

  .h-min-px-xl--auto {
    min-height: inherit !important;
  }

  .h-max-px-xl--10 {
    max-height: 10px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--20 {
    max-height: 20px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--30 {
    max-height: 30px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--40 {
    max-height: 40px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--50 {
    max-height: 50px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--60 {
    max-height: 60px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--70 {
    max-height: 70px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--80 {
    max-height: 80px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--90 {
    max-height: 90px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--100 {
    max-height: 100px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--110 {
    max-height: 110px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--120 {
    max-height: 120px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--130 {
    max-height: 130px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--140 {
    max-height: 140px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--150 {
    max-height: 150px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--160 {
    max-height: 160px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--170 {
    max-height: 170px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--180 {
    max-height: 180px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--190 {
    max-height: 190px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--200 {
    max-height: 200px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--210 {
    max-height: 210px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--220 {
    max-height: 220px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--230 {
    max-height: 230px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--240 {
    max-height: 240px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--250 {
    max-height: 250px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--260 {
    max-height: 260px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--270 {
    max-height: 270px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--280 {
    max-height: 280px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--290 {
    max-height: 290px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--300 {
    max-height: 300px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--310 {
    max-height: 310px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--320 {
    max-height: 320px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--330 {
    max-height: 330px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--340 {
    max-height: 340px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--350 {
    max-height: 350px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--360 {
    max-height: 360px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--370 {
    max-height: 370px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--380 {
    max-height: 380px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--390 {
    max-height: 390px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--400 {
    max-height: 400px !important;
    flex-shrink: 0;
  }

  .h-max-px-xl--inherit {
    max-height: inherit !important;
  }

  .h-max-px-xl--auto {
    max-height: inherit !important;
  }
}
@media (min-width: 1368px) {
  .h-px-xxl--10 {
    height: 10px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--20 {
    height: 20px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--30 {
    height: 30px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--40 {
    height: 40px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--50 {
    height: 50px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--60 {
    height: 60px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--70 {
    height: 70px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--80 {
    height: 80px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--90 {
    height: 90px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--100 {
    height: 100px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--110 {
    height: 110px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--120 {
    height: 120px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--130 {
    height: 130px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--140 {
    height: 140px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--150 {
    height: 150px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--160 {
    height: 160px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--170 {
    height: 170px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--180 {
    height: 180px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--190 {
    height: 190px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--200 {
    height: 200px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--210 {
    height: 210px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--220 {
    height: 220px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--230 {
    height: 230px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--240 {
    height: 240px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--250 {
    height: 250px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--260 {
    height: 260px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--270 {
    height: 270px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--280 {
    height: 280px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--290 {
    height: 290px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--300 {
    height: 300px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--310 {
    height: 310px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--320 {
    height: 320px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--330 {
    height: 330px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--340 {
    height: 340px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--350 {
    height: 350px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--360 {
    height: 360px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--370 {
    height: 370px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--380 {
    height: 380px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--390 {
    height: 390px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--400 {
    height: 400px !important;
    flex-shrink: 0;
  }

  .h-px-xxl--inherit {
    height: inherit !important;
  }

  .h-px-xxl--auto {
    height: inherit !important;
  }

  .h-min-px-xxl--10 {
    min-height: 10px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--20 {
    min-height: 20px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--30 {
    min-height: 30px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--40 {
    min-height: 40px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--50 {
    min-height: 50px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--60 {
    min-height: 60px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--70 {
    min-height: 70px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--80 {
    min-height: 80px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--90 {
    min-height: 90px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--100 {
    min-height: 100px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--110 {
    min-height: 110px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--120 {
    min-height: 120px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--130 {
    min-height: 130px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--140 {
    min-height: 140px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--150 {
    min-height: 150px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--160 {
    min-height: 160px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--170 {
    min-height: 170px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--180 {
    min-height: 180px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--190 {
    min-height: 190px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--200 {
    min-height: 200px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--210 {
    min-height: 210px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--220 {
    min-height: 220px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--230 {
    min-height: 230px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--240 {
    min-height: 240px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--250 {
    min-height: 250px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--260 {
    min-height: 260px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--270 {
    min-height: 270px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--280 {
    min-height: 280px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--290 {
    min-height: 290px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--300 {
    min-height: 300px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--310 {
    min-height: 310px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--320 {
    min-height: 320px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--330 {
    min-height: 330px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--340 {
    min-height: 340px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--350 {
    min-height: 350px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--360 {
    min-height: 360px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--370 {
    min-height: 370px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--380 {
    min-height: 380px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--390 {
    min-height: 390px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--400 {
    min-height: 400px !important;
    flex-shrink: 0;
  }

  .h-min-px-xxl--inherit {
    min-height: inherit !important;
  }

  .h-min-px-xxl--auto {
    min-height: inherit !important;
  }

  .h-max-px-xxl--10 {
    max-height: 10px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--20 {
    max-height: 20px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--30 {
    max-height: 30px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--40 {
    max-height: 40px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--50 {
    max-height: 50px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--60 {
    max-height: 60px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--70 {
    max-height: 70px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--80 {
    max-height: 80px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--90 {
    max-height: 90px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--100 {
    max-height: 100px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--110 {
    max-height: 110px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--120 {
    max-height: 120px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--130 {
    max-height: 130px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--140 {
    max-height: 140px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--150 {
    max-height: 150px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--160 {
    max-height: 160px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--170 {
    max-height: 170px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--180 {
    max-height: 180px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--190 {
    max-height: 190px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--200 {
    max-height: 200px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--210 {
    max-height: 210px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--220 {
    max-height: 220px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--230 {
    max-height: 230px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--240 {
    max-height: 240px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--250 {
    max-height: 250px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--260 {
    max-height: 260px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--270 {
    max-height: 270px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--280 {
    max-height: 280px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--290 {
    max-height: 290px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--300 {
    max-height: 300px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--310 {
    max-height: 310px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--320 {
    max-height: 320px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--330 {
    max-height: 330px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--340 {
    max-height: 340px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--350 {
    max-height: 350px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--360 {
    max-height: 360px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--370 {
    max-height: 370px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--380 {
    max-height: 380px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--390 {
    max-height: 390px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--400 {
    max-height: 400px !important;
    flex-shrink: 0;
  }

  .h-max-px-xxl--inherit {
    max-height: inherit !important;
  }

  .h-max-px-xxl--auto {
    max-height: inherit !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

@media (min-width: 576px) {
  .overflow-sm-auto {
    overflow: auto !important;
  }

  .overflow-x-sm-auto {
    overflow-x: auto !important;
  }

  .overflow-y-sm-auto {
    overflow-y: auto !important;
  }

  .overflow-sm-hidden {
    overflow: hidden !important;
  }

  .overflow-x-sm-hidden {
    overflow-x: hidden !important;
  }

  .overflow-y-sm-hidden {
    overflow-y: hidden !important;
  }

  .overflow-sm-visible {
    overflow: visible !important;
  }

  .overflow-x-sm-visible {
    overflow-x: visible !important;
  }

  .overflow-y-sm-visible {
    overflow-y: visible !important;
  }
}
@media (min-width: 768px) {
  .overflow-md-auto {
    overflow: auto !important;
  }

  .overflow-x-md-auto {
    overflow-x: auto !important;
  }

  .overflow-y-md-auto {
    overflow-y: auto !important;
  }

  .overflow-md-hidden {
    overflow: hidden !important;
  }

  .overflow-x-md-hidden {
    overflow-x: hidden !important;
  }

  .overflow-y-md-hidden {
    overflow-y: hidden !important;
  }

  .overflow-md-visible {
    overflow: visible !important;
  }

  .overflow-x-md-visible {
    overflow-x: visible !important;
  }

  .overflow-y-md-visible {
    overflow-y: visible !important;
  }
}
@media (min-width: 992px) {
  .overflow-lg-auto {
    overflow: auto !important;
  }

  .overflow-x-lg-auto {
    overflow-x: auto !important;
  }

  .overflow-y-lg-auto {
    overflow-y: auto !important;
  }

  .overflow-lg-hidden {
    overflow: hidden !important;
  }

  .overflow-x-lg-hidden {
    overflow-x: hidden !important;
  }

  .overflow-y-lg-hidden {
    overflow-y: hidden !important;
  }

  .overflow-lg-visible {
    overflow: visible !important;
  }

  .overflow-x-lg-visible {
    overflow-x: visible !important;
  }

  .overflow-y-lg-visible {
    overflow-y: visible !important;
  }
}
@media (min-width: 1200px) {
  .overflow-xl-auto {
    overflow: auto !important;
  }

  .overflow-x-xl-auto {
    overflow-x: auto !important;
  }

  .overflow-y-xl-auto {
    overflow-y: auto !important;
  }

  .overflow-xl-hidden {
    overflow: hidden !important;
  }

  .overflow-x-xl-hidden {
    overflow-x: hidden !important;
  }

  .overflow-y-xl-hidden {
    overflow-y: hidden !important;
  }

  .overflow-xl-visible {
    overflow: visible !important;
  }

  .overflow-x-xl-visible {
    overflow-x: visible !important;
  }

  .overflow-y-xl-visible {
    overflow-y: visible !important;
  }
}
@media (min-width: 1368px) {
  .overflow-xxl-auto {
    overflow: auto !important;
  }

  .overflow-x-xxl-auto {
    overflow-x: auto !important;
  }

  .overflow-y-xxl-auto {
    overflow-y: auto !important;
  }

  .overflow-xxl-hidden {
    overflow: hidden !important;
  }

  .overflow-x-xxl-hidden {
    overflow-x: hidden !important;
  }

  .overflow-y-xxl-hidden {
    overflow-y: hidden !important;
  }

  .overflow-xxl-visible {
    overflow: visible !important;
  }

  .overflow-x-xxl-visible {
    overflow-x: visible !important;
  }

  .overflow-y-xxl-visible {
    overflow-y: visible !important;
  }
}
.g-level {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin: auto;
}
.g-level-circle {
  position: relative;
  text-indent: -9999em;
  border-top: 10px solid #00CCC9;
  border-right: 10px solid #00CCC9;
  border-bottom: 10px solid #00CCC9;
  border-left: 10px solid #E6EEFC;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.g-level-circle::after {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.g-level-number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.g-sale {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5) url("../images/sale.png") center center no-repeat;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-max-pt--100 {
  max-width: 100% !important;
}

.h-max-pt--100 {
  max-height: 100% !important;
}

.w-min-vw--100 {
  min-width: 100vw !important;
}

.h-min-vh--100 {
  min-height: 100vh !important;
}

.w-vw--50 {
  width: 50vw !important;
}

.w-vw--100 {
  width: 100vw !important;
}

.h-vw--50 {
  height: 50vh !important;
}

.h-vw--100 {
  height: 100vh !important;
}

.g-m--0 {
  margin: 0 !important;
}

.g-mt--0 {
  margin-top: 0 !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--0 {
  margin-right: 0 !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--0 {
  margin-bottom: 0 !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--0 {
  margin-left: 0 !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--5 {
  margin: 5px !important;
}

.g-mt--5 {
  margin-top: 5px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--5 {
  margin-right: 5px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--5 {
  margin-bottom: 5px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--5 {
  margin-left: 5px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--10 {
  margin: 10px !important;
}

.g-mt--10 {
  margin-top: 10px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--10 {
  margin-right: 10px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--10 {
  margin-bottom: 10px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--10 {
  margin-left: 10px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--15 {
  margin: 15px !important;
}

.g-mt--15 {
  margin-top: 15px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--15 {
  margin-right: 15px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--15 {
  margin-bottom: 15px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--15 {
  margin-left: 15px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--20 {
  margin: 20px !important;
}

.g-mt--20 {
  margin-top: 20px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--20 {
  margin-right: 20px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--20 {
  margin-bottom: 20px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--20 {
  margin-left: 20px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--25 {
  margin: 25px !important;
}

.g-mt--25 {
  margin-top: 25px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--25 {
  margin-right: 25px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--25 {
  margin-bottom: 25px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--25 {
  margin-left: 25px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--30 {
  margin: 30px !important;
}

.g-mt--30 {
  margin-top: 30px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--30 {
  margin-right: 30px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--30 {
  margin-bottom: 30px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--30 {
  margin-left: 30px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--35 {
  margin: 35px !important;
}

.g-mt--35 {
  margin-top: 35px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--35 {
  margin-right: 35px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--35 {
  margin-bottom: 35px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--35 {
  margin-left: 35px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--40 {
  margin: 40px !important;
}

.g-mt--40 {
  margin-top: 40px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--40 {
  margin-right: 40px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--40 {
  margin-bottom: 40px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--40 {
  margin-left: 40px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--50 {
  margin: 50px !important;
}

.g-mt--50 {
  margin-top: 50px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--50 {
  margin-right: 50px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--50 {
  margin-bottom: 50px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--50 {
  margin-left: 50px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--60 {
  margin: 60px !important;
}

.g-mt--60 {
  margin-top: 60px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--60 {
  margin-right: 60px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--60 {
  margin-bottom: 60px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--60 {
  margin-left: 60px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--70 {
  margin: 70px !important;
}

.g-mt--70 {
  margin-top: 70px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--70 {
  margin-right: 70px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--70 {
  margin-bottom: 70px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--70 {
  margin-left: 70px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--80 {
  margin: 80px !important;
}

.g-mt--80 {
  margin-top: 80px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--80 {
  margin-right: 80px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--80 {
  margin-bottom: 80px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--80 {
  margin-left: 80px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--90 {
  margin: 90px !important;
}

.g-mt--90 {
  margin-top: 90px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--90 {
  margin-right: 90px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--90 {
  margin-bottom: 90px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--90 {
  margin-left: 90px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-m--100 {
  margin: 100px !important;
}

.g-mt--100 {
  margin-top: 100px !important;
}

.g-mt--auto {
  margin-top: auto !important;
}

.g-mr--100 {
  margin-right: 100px !important;
}

.g-mr--auto {
  margin-right: auto !important;
}

.g-mb--100 {
  margin-bottom: 100px !important;
}

.g-mb--auto {
  margin-bottom: auto !important;
}

.g-ml--100 {
  margin-left: 100px !important;
}

.g-ml--auto {
  margin-left: auto !important;
}

.g-my--100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.g-my--auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.g-mx--100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.g-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-p--0 {
  padding: 0 !important;
}

.g-pt--0 {
  padding-top: 0 !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--0 {
  padding-right: 0 !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--0 {
  padding-bottom: 0 !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--0 {
  padding-left: 0 !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--5 {
  padding: 5px !important;
}

.g-pt--5 {
  padding-top: 5px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--5 {
  padding-right: 5px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--5 {
  padding-bottom: 5px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--5 {
  padding-left: 5px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--10 {
  padding: 10px !important;
}

.g-pt--10 {
  padding-top: 10px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--10 {
  padding-right: 10px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--10 {
  padding-bottom: 10px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--10 {
  padding-left: 10px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--15 {
  padding: 15px !important;
}

.g-pt--15 {
  padding-top: 15px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--15 {
  padding-right: 15px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--15 {
  padding-bottom: 15px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--15 {
  padding-left: 15px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--20 {
  padding: 20px !important;
}

.g-pt--20 {
  padding-top: 20px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--20 {
  padding-right: 20px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--20 {
  padding-bottom: 20px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--20 {
  padding-left: 20px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--25 {
  padding: 25px !important;
}

.g-pt--25 {
  padding-top: 25px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--25 {
  padding-right: 25px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--25 {
  padding-bottom: 25px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--25 {
  padding-left: 25px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--30 {
  padding: 30px !important;
}

.g-pt--30 {
  padding-top: 30px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--30 {
  padding-right: 30px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--30 {
  padding-bottom: 30px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--30 {
  padding-left: 30px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--35 {
  padding: 35px !important;
}

.g-pt--35 {
  padding-top: 35px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--35 {
  padding-right: 35px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--35 {
  padding-bottom: 35px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--35 {
  padding-left: 35px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--40 {
  padding: 40px !important;
}

.g-pt--40 {
  padding-top: 40px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--40 {
  padding-right: 40px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--40 {
  padding-bottom: 40px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--40 {
  padding-left: 40px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--50 {
  padding: 50px !important;
}

.g-pt--50 {
  padding-top: 50px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--50 {
  padding-right: 50px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--50 {
  padding-bottom: 50px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--50 {
  padding-left: 50px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--60 {
  padding: 60px !important;
}

.g-pt--60 {
  padding-top: 60px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--60 {
  padding-right: 60px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--60 {
  padding-bottom: 60px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--60 {
  padding-left: 60px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--70 {
  padding: 70px !important;
}

.g-pt--70 {
  padding-top: 70px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--70 {
  padding-right: 70px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--70 {
  padding-bottom: 70px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--70 {
  padding-left: 70px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--80 {
  padding: 80px !important;
}

.g-pt--80 {
  padding-top: 80px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--80 {
  padding-right: 80px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--80 {
  padding-bottom: 80px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--80 {
  padding-left: 80px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--90 {
  padding: 90px !important;
}

.g-pt--90 {
  padding-top: 90px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--90 {
  padding-right: 90px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--90 {
  padding-bottom: 90px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--90 {
  padding-left: 90px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.g-p--100 {
  padding: 100px !important;
}

.g-pt--100 {
  padding-top: 100px !important;
}

.g-pt--auto {
  padding-top: auto !important;
}

.g-pr--100 {
  padding-right: 100px !important;
}

.g-pr--auto {
  padding-right: auto !important;
}

.g-pb--100 {
  padding-bottom: 100px !important;
}

.g-pb--auto {
  padding-bottom: auto !important;
}

.g-pl--100 {
  padding-left: 100px !important;
}

.g-pl--auto {
  padding-left: auto !important;
}

.g-py--100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.g-py--auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.g-px--100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.g-px--auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

@media (min-width: 576px) {
  .g-m-sm--0 {
    margin: 0 !important;
  }

  .g-mt-sm--0 {
    margin-top: 0 !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--0 {
    margin-right: 0 !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--0 {
    margin-bottom: 0 !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--0 {
    margin-left: 0 !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--5 {
    margin: 5px !important;
  }

  .g-mt-sm--5 {
    margin-top: 5px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--5 {
    margin-right: 5px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--5 {
    margin-bottom: 5px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--5 {
    margin-left: 5px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--10 {
    margin: 10px !important;
  }

  .g-mt-sm--10 {
    margin-top: 10px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--10 {
    margin-right: 10px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--10 {
    margin-bottom: 10px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--10 {
    margin-left: 10px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--15 {
    margin: 15px !important;
  }

  .g-mt-sm--15 {
    margin-top: 15px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--15 {
    margin-right: 15px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--15 {
    margin-bottom: 15px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--15 {
    margin-left: 15px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--20 {
    margin: 20px !important;
  }

  .g-mt-sm--20 {
    margin-top: 20px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--20 {
    margin-right: 20px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--20 {
    margin-bottom: 20px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--20 {
    margin-left: 20px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--25 {
    margin: 25px !important;
  }

  .g-mt-sm--25 {
    margin-top: 25px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--25 {
    margin-right: 25px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--25 {
    margin-bottom: 25px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--25 {
    margin-left: 25px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--30 {
    margin: 30px !important;
  }

  .g-mt-sm--30 {
    margin-top: 30px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--30 {
    margin-right: 30px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--30 {
    margin-bottom: 30px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--30 {
    margin-left: 30px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--35 {
    margin: 35px !important;
  }

  .g-mt-sm--35 {
    margin-top: 35px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--35 {
    margin-right: 35px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--35 {
    margin-bottom: 35px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--35 {
    margin-left: 35px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--40 {
    margin: 40px !important;
  }

  .g-mt-sm--40 {
    margin-top: 40px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--40 {
    margin-right: 40px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--40 {
    margin-bottom: 40px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--40 {
    margin-left: 40px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--50 {
    margin: 50px !important;
  }

  .g-mt-sm--50 {
    margin-top: 50px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--50 {
    margin-right: 50px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--50 {
    margin-bottom: 50px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--50 {
    margin-left: 50px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--60 {
    margin: 60px !important;
  }

  .g-mt-sm--60 {
    margin-top: 60px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--60 {
    margin-right: 60px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--60 {
    margin-bottom: 60px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--60 {
    margin-left: 60px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--70 {
    margin: 70px !important;
  }

  .g-mt-sm--70 {
    margin-top: 70px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--70 {
    margin-right: 70px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--70 {
    margin-bottom: 70px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--70 {
    margin-left: 70px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--80 {
    margin: 80px !important;
  }

  .g-mt-sm--80 {
    margin-top: 80px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--80 {
    margin-right: 80px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--80 {
    margin-bottom: 80px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--80 {
    margin-left: 80px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--90 {
    margin: 90px !important;
  }

  .g-mt-sm--90 {
    margin-top: 90px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--90 {
    margin-right: 90px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--90 {
    margin-bottom: 90px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--90 {
    margin-left: 90px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-sm--100 {
    margin: 100px !important;
  }

  .g-mt-sm--100 {
    margin-top: 100px !important;
  }

  .g-mt-sm--auto {
    margin-top: auto !important;
  }

  .g-mr-sm--100 {
    margin-right: 100px !important;
  }

  .g-mr-sm--auto {
    margin-right: auto !important;
  }

  .g-mb-sm--100 {
    margin-bottom: 100px !important;
  }

  .g-mb-sm--auto {
    margin-bottom: auto !important;
  }

  .g-ml-sm--100 {
    margin-left: 100px !important;
  }

  .g-ml-sm--auto {
    margin-left: auto !important;
  }

  .g-my-sm--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .g-my-sm--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-sm--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .g-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-p-sm--0 {
    padding: 0 !important;
  }

  .g-pt-sm--0 {
    padding-top: 0 !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--0 {
    padding-right: 0 !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--0 {
    padding-bottom: 0 !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--0 {
    padding-left: 0 !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--5 {
    padding: 5px !important;
  }

  .g-pt-sm--5 {
    padding-top: 5px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--5 {
    padding-right: 5px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--5 {
    padding-bottom: 5px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--5 {
    padding-left: 5px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--10 {
    padding: 10px !important;
  }

  .g-pt-sm--10 {
    padding-top: 10px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--10 {
    padding-right: 10px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--10 {
    padding-bottom: 10px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--10 {
    padding-left: 10px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--15 {
    padding: 15px !important;
  }

  .g-pt-sm--15 {
    padding-top: 15px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--15 {
    padding-right: 15px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--15 {
    padding-bottom: 15px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--15 {
    padding-left: 15px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--20 {
    padding: 20px !important;
  }

  .g-pt-sm--20 {
    padding-top: 20px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--20 {
    padding-right: 20px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--20 {
    padding-bottom: 20px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--20 {
    padding-left: 20px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--25 {
    padding: 25px !important;
  }

  .g-pt-sm--25 {
    padding-top: 25px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--25 {
    padding-right: 25px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--25 {
    padding-bottom: 25px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--25 {
    padding-left: 25px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--30 {
    padding: 30px !important;
  }

  .g-pt-sm--30 {
    padding-top: 30px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--30 {
    padding-right: 30px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--30 {
    padding-bottom: 30px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--30 {
    padding-left: 30px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--35 {
    padding: 35px !important;
  }

  .g-pt-sm--35 {
    padding-top: 35px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--35 {
    padding-right: 35px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--35 {
    padding-bottom: 35px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--35 {
    padding-left: 35px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--40 {
    padding: 40px !important;
  }

  .g-pt-sm--40 {
    padding-top: 40px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--40 {
    padding-right: 40px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--40 {
    padding-bottom: 40px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--40 {
    padding-left: 40px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--50 {
    padding: 50px !important;
  }

  .g-pt-sm--50 {
    padding-top: 50px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--50 {
    padding-right: 50px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--50 {
    padding-bottom: 50px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--50 {
    padding-left: 50px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--60 {
    padding: 60px !important;
  }

  .g-pt-sm--60 {
    padding-top: 60px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--60 {
    padding-right: 60px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--60 {
    padding-bottom: 60px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--60 {
    padding-left: 60px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--70 {
    padding: 70px !important;
  }

  .g-pt-sm--70 {
    padding-top: 70px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--70 {
    padding-right: 70px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--70 {
    padding-bottom: 70px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--70 {
    padding-left: 70px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--80 {
    padding: 80px !important;
  }

  .g-pt-sm--80 {
    padding-top: 80px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--80 {
    padding-right: 80px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--80 {
    padding-bottom: 80px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--80 {
    padding-left: 80px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--90 {
    padding: 90px !important;
  }

  .g-pt-sm--90 {
    padding-top: 90px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--90 {
    padding-right: 90px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--90 {
    padding-bottom: 90px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--90 {
    padding-left: 90px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-sm--100 {
    padding: 100px !important;
  }

  .g-pt-sm--100 {
    padding-top: 100px !important;
  }

  .g-pt-sm--auto {
    padding-top: auto !important;
  }

  .g-pr-sm--100 {
    padding-right: 100px !important;
  }

  .g-pr-sm--auto {
    padding-right: auto !important;
  }

  .g-pb-sm--100 {
    padding-bottom: 100px !important;
  }

  .g-pb-sm--auto {
    padding-bottom: auto !important;
  }

  .g-pl-sm--100 {
    padding-left: 100px !important;
  }

  .g-pl-sm--auto {
    padding-left: auto !important;
  }

  .g-py-sm--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .g-py-sm--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-sm--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .g-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media (min-width: 768px) {
  .g-m-md--0 {
    margin: 0 !important;
  }

  .g-mt-md--0 {
    margin-top: 0 !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--0 {
    margin-right: 0 !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--0 {
    margin-bottom: 0 !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--0 {
    margin-left: 0 !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--5 {
    margin: 5px !important;
  }

  .g-mt-md--5 {
    margin-top: 5px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--5 {
    margin-right: 5px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--5 {
    margin-bottom: 5px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--5 {
    margin-left: 5px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--10 {
    margin: 10px !important;
  }

  .g-mt-md--10 {
    margin-top: 10px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--10 {
    margin-right: 10px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--10 {
    margin-bottom: 10px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--10 {
    margin-left: 10px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--15 {
    margin: 15px !important;
  }

  .g-mt-md--15 {
    margin-top: 15px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--15 {
    margin-right: 15px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--15 {
    margin-bottom: 15px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--15 {
    margin-left: 15px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--20 {
    margin: 20px !important;
  }

  .g-mt-md--20 {
    margin-top: 20px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--20 {
    margin-right: 20px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--20 {
    margin-bottom: 20px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--20 {
    margin-left: 20px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--25 {
    margin: 25px !important;
  }

  .g-mt-md--25 {
    margin-top: 25px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--25 {
    margin-right: 25px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--25 {
    margin-bottom: 25px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--25 {
    margin-left: 25px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--30 {
    margin: 30px !important;
  }

  .g-mt-md--30 {
    margin-top: 30px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--30 {
    margin-right: 30px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--30 {
    margin-bottom: 30px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--30 {
    margin-left: 30px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--35 {
    margin: 35px !important;
  }

  .g-mt-md--35 {
    margin-top: 35px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--35 {
    margin-right: 35px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--35 {
    margin-bottom: 35px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--35 {
    margin-left: 35px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--40 {
    margin: 40px !important;
  }

  .g-mt-md--40 {
    margin-top: 40px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--40 {
    margin-right: 40px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--40 {
    margin-bottom: 40px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--40 {
    margin-left: 40px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--50 {
    margin: 50px !important;
  }

  .g-mt-md--50 {
    margin-top: 50px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--50 {
    margin-right: 50px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--50 {
    margin-bottom: 50px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--50 {
    margin-left: 50px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--60 {
    margin: 60px !important;
  }

  .g-mt-md--60 {
    margin-top: 60px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--60 {
    margin-right: 60px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--60 {
    margin-bottom: 60px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--60 {
    margin-left: 60px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--70 {
    margin: 70px !important;
  }

  .g-mt-md--70 {
    margin-top: 70px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--70 {
    margin-right: 70px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--70 {
    margin-bottom: 70px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--70 {
    margin-left: 70px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--80 {
    margin: 80px !important;
  }

  .g-mt-md--80 {
    margin-top: 80px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--80 {
    margin-right: 80px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--80 {
    margin-bottom: 80px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--80 {
    margin-left: 80px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--90 {
    margin: 90px !important;
  }

  .g-mt-md--90 {
    margin-top: 90px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--90 {
    margin-right: 90px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--90 {
    margin-bottom: 90px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--90 {
    margin-left: 90px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-md--100 {
    margin: 100px !important;
  }

  .g-mt-md--100 {
    margin-top: 100px !important;
  }

  .g-mt-md--auto {
    margin-top: auto !important;
  }

  .g-mr-md--100 {
    margin-right: 100px !important;
  }

  .g-mr-md--auto {
    margin-right: auto !important;
  }

  .g-mb-md--100 {
    margin-bottom: 100px !important;
  }

  .g-mb-md--auto {
    margin-bottom: auto !important;
  }

  .g-ml-md--100 {
    margin-left: 100px !important;
  }

  .g-ml-md--auto {
    margin-left: auto !important;
  }

  .g-my-md--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .g-my-md--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-md--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .g-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-p-md--0 {
    padding: 0 !important;
  }

  .g-pt-md--0 {
    padding-top: 0 !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--0 {
    padding-right: 0 !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--0 {
    padding-bottom: 0 !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--0 {
    padding-left: 0 !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--5 {
    padding: 5px !important;
  }

  .g-pt-md--5 {
    padding-top: 5px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--5 {
    padding-right: 5px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--5 {
    padding-bottom: 5px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--5 {
    padding-left: 5px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--10 {
    padding: 10px !important;
  }

  .g-pt-md--10 {
    padding-top: 10px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--10 {
    padding-right: 10px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--10 {
    padding-bottom: 10px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--10 {
    padding-left: 10px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--15 {
    padding: 15px !important;
  }

  .g-pt-md--15 {
    padding-top: 15px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--15 {
    padding-right: 15px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--15 {
    padding-bottom: 15px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--15 {
    padding-left: 15px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--20 {
    padding: 20px !important;
  }

  .g-pt-md--20 {
    padding-top: 20px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--20 {
    padding-right: 20px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--20 {
    padding-bottom: 20px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--20 {
    padding-left: 20px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--25 {
    padding: 25px !important;
  }

  .g-pt-md--25 {
    padding-top: 25px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--25 {
    padding-right: 25px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--25 {
    padding-bottom: 25px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--25 {
    padding-left: 25px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--30 {
    padding: 30px !important;
  }

  .g-pt-md--30 {
    padding-top: 30px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--30 {
    padding-right: 30px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--30 {
    padding-bottom: 30px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--30 {
    padding-left: 30px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--35 {
    padding: 35px !important;
  }

  .g-pt-md--35 {
    padding-top: 35px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--35 {
    padding-right: 35px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--35 {
    padding-bottom: 35px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--35 {
    padding-left: 35px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--40 {
    padding: 40px !important;
  }

  .g-pt-md--40 {
    padding-top: 40px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--40 {
    padding-right: 40px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--40 {
    padding-bottom: 40px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--40 {
    padding-left: 40px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--50 {
    padding: 50px !important;
  }

  .g-pt-md--50 {
    padding-top: 50px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--50 {
    padding-right: 50px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--50 {
    padding-bottom: 50px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--50 {
    padding-left: 50px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--60 {
    padding: 60px !important;
  }

  .g-pt-md--60 {
    padding-top: 60px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--60 {
    padding-right: 60px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--60 {
    padding-bottom: 60px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--60 {
    padding-left: 60px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--70 {
    padding: 70px !important;
  }

  .g-pt-md--70 {
    padding-top: 70px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--70 {
    padding-right: 70px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--70 {
    padding-bottom: 70px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--70 {
    padding-left: 70px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--80 {
    padding: 80px !important;
  }

  .g-pt-md--80 {
    padding-top: 80px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--80 {
    padding-right: 80px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--80 {
    padding-bottom: 80px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--80 {
    padding-left: 80px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--90 {
    padding: 90px !important;
  }

  .g-pt-md--90 {
    padding-top: 90px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--90 {
    padding-right: 90px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--90 {
    padding-bottom: 90px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--90 {
    padding-left: 90px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-md--100 {
    padding: 100px !important;
  }

  .g-pt-md--100 {
    padding-top: 100px !important;
  }

  .g-pt-md--auto {
    padding-top: auto !important;
  }

  .g-pr-md--100 {
    padding-right: 100px !important;
  }

  .g-pr-md--auto {
    padding-right: auto !important;
  }

  .g-pb-md--100 {
    padding-bottom: 100px !important;
  }

  .g-pb-md--auto {
    padding-bottom: auto !important;
  }

  .g-pl-md--100 {
    padding-left: 100px !important;
  }

  .g-pl-md--auto {
    padding-left: auto !important;
  }

  .g-py-md--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .g-py-md--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-md--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .g-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media (min-width: 992px) {
  .g-m-lg--0 {
    margin: 0 !important;
  }

  .g-mt-lg--0 {
    margin-top: 0 !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--0 {
    margin-right: 0 !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--0 {
    margin-bottom: 0 !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--0 {
    margin-left: 0 !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--5 {
    margin: 5px !important;
  }

  .g-mt-lg--5 {
    margin-top: 5px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--5 {
    margin-right: 5px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--5 {
    margin-bottom: 5px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--5 {
    margin-left: 5px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--10 {
    margin: 10px !important;
  }

  .g-mt-lg--10 {
    margin-top: 10px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--10 {
    margin-right: 10px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--10 {
    margin-bottom: 10px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--10 {
    margin-left: 10px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--15 {
    margin: 15px !important;
  }

  .g-mt-lg--15 {
    margin-top: 15px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--15 {
    margin-right: 15px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--15 {
    margin-bottom: 15px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--15 {
    margin-left: 15px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--20 {
    margin: 20px !important;
  }

  .g-mt-lg--20 {
    margin-top: 20px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--20 {
    margin-right: 20px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--20 {
    margin-bottom: 20px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--20 {
    margin-left: 20px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--25 {
    margin: 25px !important;
  }

  .g-mt-lg--25 {
    margin-top: 25px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--25 {
    margin-right: 25px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--25 {
    margin-bottom: 25px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--25 {
    margin-left: 25px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--30 {
    margin: 30px !important;
  }

  .g-mt-lg--30 {
    margin-top: 30px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--30 {
    margin-right: 30px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--30 {
    margin-bottom: 30px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--30 {
    margin-left: 30px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--35 {
    margin: 35px !important;
  }

  .g-mt-lg--35 {
    margin-top: 35px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--35 {
    margin-right: 35px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--35 {
    margin-bottom: 35px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--35 {
    margin-left: 35px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--40 {
    margin: 40px !important;
  }

  .g-mt-lg--40 {
    margin-top: 40px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--40 {
    margin-right: 40px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--40 {
    margin-bottom: 40px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--40 {
    margin-left: 40px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--50 {
    margin: 50px !important;
  }

  .g-mt-lg--50 {
    margin-top: 50px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--50 {
    margin-right: 50px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--50 {
    margin-bottom: 50px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--50 {
    margin-left: 50px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--60 {
    margin: 60px !important;
  }

  .g-mt-lg--60 {
    margin-top: 60px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--60 {
    margin-right: 60px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--60 {
    margin-bottom: 60px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--60 {
    margin-left: 60px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--70 {
    margin: 70px !important;
  }

  .g-mt-lg--70 {
    margin-top: 70px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--70 {
    margin-right: 70px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--70 {
    margin-bottom: 70px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--70 {
    margin-left: 70px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--80 {
    margin: 80px !important;
  }

  .g-mt-lg--80 {
    margin-top: 80px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--80 {
    margin-right: 80px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--80 {
    margin-bottom: 80px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--80 {
    margin-left: 80px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--90 {
    margin: 90px !important;
  }

  .g-mt-lg--90 {
    margin-top: 90px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--90 {
    margin-right: 90px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--90 {
    margin-bottom: 90px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--90 {
    margin-left: 90px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-lg--100 {
    margin: 100px !important;
  }

  .g-mt-lg--100 {
    margin-top: 100px !important;
  }

  .g-mt-lg--auto {
    margin-top: auto !important;
  }

  .g-mr-lg--100 {
    margin-right: 100px !important;
  }

  .g-mr-lg--auto {
    margin-right: auto !important;
  }

  .g-mb-lg--100 {
    margin-bottom: 100px !important;
  }

  .g-mb-lg--auto {
    margin-bottom: auto !important;
  }

  .g-ml-lg--100 {
    margin-left: 100px !important;
  }

  .g-ml-lg--auto {
    margin-left: auto !important;
  }

  .g-my-lg--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .g-my-lg--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-lg--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .g-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-p-lg--0 {
    padding: 0 !important;
  }

  .g-pt-lg--0 {
    padding-top: 0 !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--0 {
    padding-right: 0 !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--0 {
    padding-bottom: 0 !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--0 {
    padding-left: 0 !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--5 {
    padding: 5px !important;
  }

  .g-pt-lg--5 {
    padding-top: 5px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--5 {
    padding-right: 5px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--5 {
    padding-bottom: 5px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--5 {
    padding-left: 5px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--10 {
    padding: 10px !important;
  }

  .g-pt-lg--10 {
    padding-top: 10px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--10 {
    padding-right: 10px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--10 {
    padding-bottom: 10px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--10 {
    padding-left: 10px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--15 {
    padding: 15px !important;
  }

  .g-pt-lg--15 {
    padding-top: 15px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--15 {
    padding-right: 15px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--15 {
    padding-bottom: 15px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--15 {
    padding-left: 15px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--20 {
    padding: 20px !important;
  }

  .g-pt-lg--20 {
    padding-top: 20px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--20 {
    padding-right: 20px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--20 {
    padding-bottom: 20px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--20 {
    padding-left: 20px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--25 {
    padding: 25px !important;
  }

  .g-pt-lg--25 {
    padding-top: 25px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--25 {
    padding-right: 25px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--25 {
    padding-bottom: 25px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--25 {
    padding-left: 25px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--30 {
    padding: 30px !important;
  }

  .g-pt-lg--30 {
    padding-top: 30px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--30 {
    padding-right: 30px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--30 {
    padding-bottom: 30px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--30 {
    padding-left: 30px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--35 {
    padding: 35px !important;
  }

  .g-pt-lg--35 {
    padding-top: 35px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--35 {
    padding-right: 35px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--35 {
    padding-bottom: 35px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--35 {
    padding-left: 35px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--40 {
    padding: 40px !important;
  }

  .g-pt-lg--40 {
    padding-top: 40px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--40 {
    padding-right: 40px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--40 {
    padding-bottom: 40px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--40 {
    padding-left: 40px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--50 {
    padding: 50px !important;
  }

  .g-pt-lg--50 {
    padding-top: 50px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--50 {
    padding-right: 50px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--50 {
    padding-bottom: 50px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--50 {
    padding-left: 50px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--60 {
    padding: 60px !important;
  }

  .g-pt-lg--60 {
    padding-top: 60px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--60 {
    padding-right: 60px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--60 {
    padding-bottom: 60px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--60 {
    padding-left: 60px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--70 {
    padding: 70px !important;
  }

  .g-pt-lg--70 {
    padding-top: 70px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--70 {
    padding-right: 70px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--70 {
    padding-bottom: 70px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--70 {
    padding-left: 70px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--80 {
    padding: 80px !important;
  }

  .g-pt-lg--80 {
    padding-top: 80px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--80 {
    padding-right: 80px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--80 {
    padding-bottom: 80px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--80 {
    padding-left: 80px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--90 {
    padding: 90px !important;
  }

  .g-pt-lg--90 {
    padding-top: 90px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--90 {
    padding-right: 90px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--90 {
    padding-bottom: 90px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--90 {
    padding-left: 90px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-lg--100 {
    padding: 100px !important;
  }

  .g-pt-lg--100 {
    padding-top: 100px !important;
  }

  .g-pt-lg--auto {
    padding-top: auto !important;
  }

  .g-pr-lg--100 {
    padding-right: 100px !important;
  }

  .g-pr-lg--auto {
    padding-right: auto !important;
  }

  .g-pb-lg--100 {
    padding-bottom: 100px !important;
  }

  .g-pb-lg--auto {
    padding-bottom: auto !important;
  }

  .g-pl-lg--100 {
    padding-left: 100px !important;
  }

  .g-pl-lg--auto {
    padding-left: auto !important;
  }

  .g-py-lg--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .g-py-lg--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-lg--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .g-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .g-m-xl--0 {
    margin: 0 !important;
  }

  .g-mt-xl--0 {
    margin-top: 0 !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--0 {
    margin-right: 0 !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--0 {
    margin-bottom: 0 !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--0 {
    margin-left: 0 !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--5 {
    margin: 5px !important;
  }

  .g-mt-xl--5 {
    margin-top: 5px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--5 {
    margin-right: 5px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--5 {
    margin-bottom: 5px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--5 {
    margin-left: 5px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--10 {
    margin: 10px !important;
  }

  .g-mt-xl--10 {
    margin-top: 10px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--10 {
    margin-right: 10px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--10 {
    margin-bottom: 10px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--10 {
    margin-left: 10px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--15 {
    margin: 15px !important;
  }

  .g-mt-xl--15 {
    margin-top: 15px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--15 {
    margin-right: 15px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--15 {
    margin-bottom: 15px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--15 {
    margin-left: 15px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--20 {
    margin: 20px !important;
  }

  .g-mt-xl--20 {
    margin-top: 20px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--20 {
    margin-right: 20px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--20 {
    margin-bottom: 20px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--20 {
    margin-left: 20px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--25 {
    margin: 25px !important;
  }

  .g-mt-xl--25 {
    margin-top: 25px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--25 {
    margin-right: 25px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--25 {
    margin-bottom: 25px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--25 {
    margin-left: 25px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--30 {
    margin: 30px !important;
  }

  .g-mt-xl--30 {
    margin-top: 30px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--30 {
    margin-right: 30px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--30 {
    margin-bottom: 30px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--30 {
    margin-left: 30px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--35 {
    margin: 35px !important;
  }

  .g-mt-xl--35 {
    margin-top: 35px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--35 {
    margin-right: 35px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--35 {
    margin-bottom: 35px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--35 {
    margin-left: 35px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--40 {
    margin: 40px !important;
  }

  .g-mt-xl--40 {
    margin-top: 40px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--40 {
    margin-right: 40px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--40 {
    margin-bottom: 40px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--40 {
    margin-left: 40px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--50 {
    margin: 50px !important;
  }

  .g-mt-xl--50 {
    margin-top: 50px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--50 {
    margin-right: 50px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--50 {
    margin-bottom: 50px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--50 {
    margin-left: 50px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--60 {
    margin: 60px !important;
  }

  .g-mt-xl--60 {
    margin-top: 60px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--60 {
    margin-right: 60px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--60 {
    margin-bottom: 60px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--60 {
    margin-left: 60px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--70 {
    margin: 70px !important;
  }

  .g-mt-xl--70 {
    margin-top: 70px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--70 {
    margin-right: 70px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--70 {
    margin-bottom: 70px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--70 {
    margin-left: 70px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--80 {
    margin: 80px !important;
  }

  .g-mt-xl--80 {
    margin-top: 80px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--80 {
    margin-right: 80px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--80 {
    margin-bottom: 80px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--80 {
    margin-left: 80px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--90 {
    margin: 90px !important;
  }

  .g-mt-xl--90 {
    margin-top: 90px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--90 {
    margin-right: 90px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--90 {
    margin-bottom: 90px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--90 {
    margin-left: 90px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xl--100 {
    margin: 100px !important;
  }

  .g-mt-xl--100 {
    margin-top: 100px !important;
  }

  .g-mt-xl--auto {
    margin-top: auto !important;
  }

  .g-mr-xl--100 {
    margin-right: 100px !important;
  }

  .g-mr-xl--auto {
    margin-right: auto !important;
  }

  .g-mb-xl--100 {
    margin-bottom: 100px !important;
  }

  .g-mb-xl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xl--100 {
    margin-left: 100px !important;
  }

  .g-ml-xl--auto {
    margin-left: auto !important;
  }

  .g-my-xl--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .g-my-xl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xl--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .g-mx-xl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-p-xl--0 {
    padding: 0 !important;
  }

  .g-pt-xl--0 {
    padding-top: 0 !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--0 {
    padding-right: 0 !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--0 {
    padding-bottom: 0 !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--0 {
    padding-left: 0 !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--5 {
    padding: 5px !important;
  }

  .g-pt-xl--5 {
    padding-top: 5px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--5 {
    padding-right: 5px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--5 {
    padding-bottom: 5px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--5 {
    padding-left: 5px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--10 {
    padding: 10px !important;
  }

  .g-pt-xl--10 {
    padding-top: 10px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--10 {
    padding-right: 10px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--10 {
    padding-bottom: 10px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--10 {
    padding-left: 10px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--15 {
    padding: 15px !important;
  }

  .g-pt-xl--15 {
    padding-top: 15px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--15 {
    padding-right: 15px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--15 {
    padding-bottom: 15px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--15 {
    padding-left: 15px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--20 {
    padding: 20px !important;
  }

  .g-pt-xl--20 {
    padding-top: 20px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--20 {
    padding-right: 20px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--20 {
    padding-bottom: 20px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--20 {
    padding-left: 20px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--25 {
    padding: 25px !important;
  }

  .g-pt-xl--25 {
    padding-top: 25px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--25 {
    padding-right: 25px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--25 {
    padding-bottom: 25px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--25 {
    padding-left: 25px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--30 {
    padding: 30px !important;
  }

  .g-pt-xl--30 {
    padding-top: 30px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--30 {
    padding-right: 30px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--30 {
    padding-bottom: 30px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--30 {
    padding-left: 30px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--35 {
    padding: 35px !important;
  }

  .g-pt-xl--35 {
    padding-top: 35px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--35 {
    padding-right: 35px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--35 {
    padding-bottom: 35px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--35 {
    padding-left: 35px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--40 {
    padding: 40px !important;
  }

  .g-pt-xl--40 {
    padding-top: 40px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--40 {
    padding-right: 40px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--40 {
    padding-bottom: 40px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--40 {
    padding-left: 40px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--50 {
    padding: 50px !important;
  }

  .g-pt-xl--50 {
    padding-top: 50px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--50 {
    padding-right: 50px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--50 {
    padding-bottom: 50px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--50 {
    padding-left: 50px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--60 {
    padding: 60px !important;
  }

  .g-pt-xl--60 {
    padding-top: 60px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--60 {
    padding-right: 60px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--60 {
    padding-bottom: 60px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--60 {
    padding-left: 60px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--70 {
    padding: 70px !important;
  }

  .g-pt-xl--70 {
    padding-top: 70px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--70 {
    padding-right: 70px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--70 {
    padding-bottom: 70px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--70 {
    padding-left: 70px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--80 {
    padding: 80px !important;
  }

  .g-pt-xl--80 {
    padding-top: 80px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--80 {
    padding-right: 80px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--80 {
    padding-bottom: 80px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--80 {
    padding-left: 80px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--90 {
    padding: 90px !important;
  }

  .g-pt-xl--90 {
    padding-top: 90px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--90 {
    padding-right: 90px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--90 {
    padding-bottom: 90px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--90 {
    padding-left: 90px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xl--100 {
    padding: 100px !important;
  }

  .g-pt-xl--100 {
    padding-top: 100px !important;
  }

  .g-pt-xl--auto {
    padding-top: auto !important;
  }

  .g-pr-xl--100 {
    padding-right: 100px !important;
  }

  .g-pr-xl--auto {
    padding-right: auto !important;
  }

  .g-pb-xl--100 {
    padding-bottom: 100px !important;
  }

  .g-pb-xl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xl--100 {
    padding-left: 100px !important;
  }

  .g-pl-xl--auto {
    padding-left: auto !important;
  }

  .g-py-xl--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .g-py-xl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xl--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .g-px-xl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media (min-width: 1368px) {
  .g-m-xxl--0 {
    margin: 0 !important;
  }

  .g-mt-xxl--0 {
    margin-top: 0 !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--0 {
    margin-right: 0 !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--0 {
    margin-bottom: 0 !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--0 {
    margin-left: 0 !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--5 {
    margin: 5px !important;
  }

  .g-mt-xxl--5 {
    margin-top: 5px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--5 {
    margin-right: 5px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--5 {
    margin-bottom: 5px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--5 {
    margin-left: 5px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--10 {
    margin: 10px !important;
  }

  .g-mt-xxl--10 {
    margin-top: 10px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--10 {
    margin-right: 10px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--10 {
    margin-bottom: 10px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--10 {
    margin-left: 10px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--15 {
    margin: 15px !important;
  }

  .g-mt-xxl--15 {
    margin-top: 15px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--15 {
    margin-right: 15px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--15 {
    margin-bottom: 15px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--15 {
    margin-left: 15px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--20 {
    margin: 20px !important;
  }

  .g-mt-xxl--20 {
    margin-top: 20px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--20 {
    margin-right: 20px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--20 {
    margin-bottom: 20px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--20 {
    margin-left: 20px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--25 {
    margin: 25px !important;
  }

  .g-mt-xxl--25 {
    margin-top: 25px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--25 {
    margin-right: 25px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--25 {
    margin-bottom: 25px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--25 {
    margin-left: 25px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--30 {
    margin: 30px !important;
  }

  .g-mt-xxl--30 {
    margin-top: 30px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--30 {
    margin-right: 30px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--30 {
    margin-bottom: 30px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--30 {
    margin-left: 30px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--35 {
    margin: 35px !important;
  }

  .g-mt-xxl--35 {
    margin-top: 35px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--35 {
    margin-right: 35px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--35 {
    margin-bottom: 35px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--35 {
    margin-left: 35px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--40 {
    margin: 40px !important;
  }

  .g-mt-xxl--40 {
    margin-top: 40px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--40 {
    margin-right: 40px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--40 {
    margin-bottom: 40px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--40 {
    margin-left: 40px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--50 {
    margin: 50px !important;
  }

  .g-mt-xxl--50 {
    margin-top: 50px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--50 {
    margin-right: 50px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--50 {
    margin-bottom: 50px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--50 {
    margin-left: 50px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--60 {
    margin: 60px !important;
  }

  .g-mt-xxl--60 {
    margin-top: 60px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--60 {
    margin-right: 60px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--60 {
    margin-bottom: 60px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--60 {
    margin-left: 60px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--70 {
    margin: 70px !important;
  }

  .g-mt-xxl--70 {
    margin-top: 70px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--70 {
    margin-right: 70px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--70 {
    margin-bottom: 70px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--70 {
    margin-left: 70px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--80 {
    margin: 80px !important;
  }

  .g-mt-xxl--80 {
    margin-top: 80px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--80 {
    margin-right: 80px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--80 {
    margin-bottom: 80px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--80 {
    margin-left: 80px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--90 {
    margin: 90px !important;
  }

  .g-mt-xxl--90 {
    margin-top: 90px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--90 {
    margin-right: 90px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--90 {
    margin-bottom: 90px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--90 {
    margin-left: 90px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-m-xxl--100 {
    margin: 100px !important;
  }

  .g-mt-xxl--100 {
    margin-top: 100px !important;
  }

  .g-mt-xxl--auto {
    margin-top: auto !important;
  }

  .g-mr-xxl--100 {
    margin-right: 100px !important;
  }

  .g-mr-xxl--auto {
    margin-right: auto !important;
  }

  .g-mb-xxl--100 {
    margin-bottom: 100px !important;
  }

  .g-mb-xxl--auto {
    margin-bottom: auto !important;
  }

  .g-ml-xxl--100 {
    margin-left: 100px !important;
  }

  .g-ml-xxl--auto {
    margin-left: auto !important;
  }

  .g-my-xxl--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .g-my-xxl--auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .g-mx-xxl--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .g-mx-xxl--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .g-p-xxl--0 {
    padding: 0 !important;
  }

  .g-pt-xxl--0 {
    padding-top: 0 !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--0 {
    padding-right: 0 !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--0 {
    padding-bottom: 0 !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--0 {
    padding-left: 0 !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--5 {
    padding: 5px !important;
  }

  .g-pt-xxl--5 {
    padding-top: 5px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--5 {
    padding-right: 5px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--5 {
    padding-bottom: 5px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--5 {
    padding-left: 5px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--10 {
    padding: 10px !important;
  }

  .g-pt-xxl--10 {
    padding-top: 10px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--10 {
    padding-right: 10px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--10 {
    padding-bottom: 10px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--10 {
    padding-left: 10px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--15 {
    padding: 15px !important;
  }

  .g-pt-xxl--15 {
    padding-top: 15px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--15 {
    padding-right: 15px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--15 {
    padding-bottom: 15px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--15 {
    padding-left: 15px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--20 {
    padding: 20px !important;
  }

  .g-pt-xxl--20 {
    padding-top: 20px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--20 {
    padding-right: 20px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--20 {
    padding-bottom: 20px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--20 {
    padding-left: 20px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--25 {
    padding: 25px !important;
  }

  .g-pt-xxl--25 {
    padding-top: 25px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--25 {
    padding-right: 25px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--25 {
    padding-bottom: 25px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--25 {
    padding-left: 25px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--30 {
    padding: 30px !important;
  }

  .g-pt-xxl--30 {
    padding-top: 30px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--30 {
    padding-right: 30px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--30 {
    padding-bottom: 30px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--30 {
    padding-left: 30px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--35 {
    padding: 35px !important;
  }

  .g-pt-xxl--35 {
    padding-top: 35px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--35 {
    padding-right: 35px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--35 {
    padding-bottom: 35px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--35 {
    padding-left: 35px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--40 {
    padding: 40px !important;
  }

  .g-pt-xxl--40 {
    padding-top: 40px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--40 {
    padding-right: 40px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--40 {
    padding-bottom: 40px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--40 {
    padding-left: 40px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--50 {
    padding: 50px !important;
  }

  .g-pt-xxl--50 {
    padding-top: 50px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--50 {
    padding-right: 50px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--50 {
    padding-bottom: 50px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--50 {
    padding-left: 50px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--60 {
    padding: 60px !important;
  }

  .g-pt-xxl--60 {
    padding-top: 60px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--60 {
    padding-right: 60px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--60 {
    padding-bottom: 60px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--60 {
    padding-left: 60px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--70 {
    padding: 70px !important;
  }

  .g-pt-xxl--70 {
    padding-top: 70px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--70 {
    padding-right: 70px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--70 {
    padding-bottom: 70px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--70 {
    padding-left: 70px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--80 {
    padding: 80px !important;
  }

  .g-pt-xxl--80 {
    padding-top: 80px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--80 {
    padding-right: 80px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--80 {
    padding-bottom: 80px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--80 {
    padding-left: 80px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--90 {
    padding: 90px !important;
  }

  .g-pt-xxl--90 {
    padding-top: 90px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--90 {
    padding-right: 90px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--90 {
    padding-bottom: 90px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--90 {
    padding-left: 90px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .g-p-xxl--100 {
    padding: 100px !important;
  }

  .g-pt-xxl--100 {
    padding-top: 100px !important;
  }

  .g-pt-xxl--auto {
    padding-top: auto !important;
  }

  .g-pr-xxl--100 {
    padding-right: 100px !important;
  }

  .g-pr-xxl--auto {
    padding-right: auto !important;
  }

  .g-pb-xxl--100 {
    padding-bottom: 100px !important;
  }

  .g-pb-xxl--auto {
    padding-bottom: auto !important;
  }

  .g-pl-xxl--100 {
    padding-left: 100px !important;
  }

  .g-pl-xxl--auto {
    padding-left: auto !important;
  }

  .g-py-xxl--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .g-py-xxl--auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .g-px-xxl--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .g-px-xxl--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
.g-spinner,
.g-spinner:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.g-spinner {
  position: relative;
  text-indent: -9999em;
  border-top: 7px solid #00CCC9;
  border-right: 7px solid #00CCC9;
  border-bottom: 7px solid #00CCC9;
  border-left: 7px solid #E6EEFC;
  transform: translateZ(0);
  animation: spinner 1.1s infinite linear;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
  margin: 0;
}
.g-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  border: none;
  min-height: inherit;
}
.g-switch input:checked + .g-switch-mark {
  background-color: rgba(0, 204, 201, 0.35);
}
.g-switch input:focus + .g-switch-mark {
  box-shadow: 0 0 1px rgba(0, 204, 201, 0.35);
}
.g-switch input:checked + .g-switch-mark:before {
  transform: translateX(15px);
  background-color: #00CCC9;
}
.g-switch-mark {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(102, 102, 102, 0.35);
  transition: 0.4s;
}
.g-switch-mark::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background-color: #666;
  transition: 0.4s;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
}
.g-switch-mark.g-switch-mark-round {
  border-radius: 34px;
}
.g-switch-mark.g-switch-mark-round::before {
  border-radius: 50%;
}

.text-inherit {
  font-family: inherit !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.g-font--light {
  font-weight: 300 !important;
}

.g-font--lighter {
  font-weight: lighter !important;
}

.g-font--normal {
  font-weight: 400 !important;
}

.g-font--medium {
  font-weight: 500 !important;
}

.g-font--bold {
  font-weight: 700 !important;
}

.g-font--bolder {
  font-weight: 700 !important;
}

.g-font--italic {
  font-style: italic !important;
}

@media (min-width: 576px) {
  .text-sm-inherit {
    font-family: inherit !important;
  }

  .text-sm-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .text-sm-justify {
    text-align: justify !important;
  }

  .text-sm-wrap {
    white-space: normal !important;
  }

  .text-sm-nowrap {
    white-space: nowrap !important;
  }

  .text-sm-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

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

  .text-sm-lowercase {
    text-transform: lowercase !important;
  }

  .text-sm-uppercase {
    text-transform: uppercase !important;
  }

  .text-sm-capitalize {
    text-transform: capitalize !important;
  }

  .g-font-sm--light {
    font-weight: 300 !important;
  }

  .g-font-sm--lighter {
    font-weight: lighter !important;
  }

  .g-font-sm--normal {
    font-weight: 400 !important;
  }

  .g-font-sm--medium {
    font-weight: 500 !important;
  }

  .g-font-sm--bold {
    font-weight: 700 !important;
  }

  .g-font-sm--bolder {
    font-weight: 700 !important;
  }

  .g-font-sm--italic {
    font-style: italic !important;
  }
}
@media (min-width: 768px) {
  .text-md-inherit {
    font-family: inherit !important;
  }

  .text-md-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .text-md-justify {
    text-align: justify !important;
  }

  .text-md-wrap {
    white-space: normal !important;
  }

  .text-md-nowrap {
    white-space: nowrap !important;
  }

  .text-md-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

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

  .text-md-lowercase {
    text-transform: lowercase !important;
  }

  .text-md-uppercase {
    text-transform: uppercase !important;
  }

  .text-md-capitalize {
    text-transform: capitalize !important;
  }

  .g-font-md--light {
    font-weight: 300 !important;
  }

  .g-font-md--lighter {
    font-weight: lighter !important;
  }

  .g-font-md--normal {
    font-weight: 400 !important;
  }

  .g-font-md--medium {
    font-weight: 500 !important;
  }

  .g-font-md--bold {
    font-weight: 700 !important;
  }

  .g-font-md--bolder {
    font-weight: 700 !important;
  }

  .g-font-md--italic {
    font-style: italic !important;
  }
}
@media (min-width: 992px) {
  .text-lg-inherit {
    font-family: inherit !important;
  }

  .text-lg-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .text-lg-justify {
    text-align: justify !important;
  }

  .text-lg-wrap {
    white-space: normal !important;
  }

  .text-lg-nowrap {
    white-space: nowrap !important;
  }

  .text-lg-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

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

  .text-lg-lowercase {
    text-transform: lowercase !important;
  }

  .text-lg-uppercase {
    text-transform: uppercase !important;
  }

  .text-lg-capitalize {
    text-transform: capitalize !important;
  }

  .g-font-lg--light {
    font-weight: 300 !important;
  }

  .g-font-lg--lighter {
    font-weight: lighter !important;
  }

  .g-font-lg--normal {
    font-weight: 400 !important;
  }

  .g-font-lg--medium {
    font-weight: 500 !important;
  }

  .g-font-lg--bold {
    font-weight: 700 !important;
  }

  .g-font-lg--bolder {
    font-weight: 700 !important;
  }

  .g-font-lg--italic {
    font-style: italic !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-inherit {
    font-family: inherit !important;
  }

  .text-xl-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .text-xl-justify {
    text-align: justify !important;
  }

  .text-xl-wrap {
    white-space: normal !important;
  }

  .text-xl-nowrap {
    white-space: nowrap !important;
  }

  .text-xl-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

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

  .text-xl-lowercase {
    text-transform: lowercase !important;
  }

  .text-xl-uppercase {
    text-transform: uppercase !important;
  }

  .text-xl-capitalize {
    text-transform: capitalize !important;
  }

  .g-font-xl--light {
    font-weight: 300 !important;
  }

  .g-font-xl--lighter {
    font-weight: lighter !important;
  }

  .g-font-xl--normal {
    font-weight: 400 !important;
  }

  .g-font-xl--medium {
    font-weight: 500 !important;
  }

  .g-font-xl--bold {
    font-weight: 700 !important;
  }

  .g-font-xl--bolder {
    font-weight: 700 !important;
  }

  .g-font-xl--italic {
    font-style: italic !important;
  }
}
@media (min-width: 1368px) {
  .text-xxl-inherit {
    font-family: inherit !important;
  }

  .text-xxl-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .text-xxl-justify {
    text-align: justify !important;
  }

  .text-xxl-wrap {
    white-space: normal !important;
  }

  .text-xxl-nowrap {
    white-space: nowrap !important;
  }

  .text-xxl-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

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

  .text-xxl-lowercase {
    text-transform: lowercase !important;
  }

  .text-xxl-uppercase {
    text-transform: uppercase !important;
  }

  .text-xxl-capitalize {
    text-transform: capitalize !important;
  }

  .g-font-xxl--light {
    font-weight: 300 !important;
  }

  .g-font-xxl--lighter {
    font-weight: lighter !important;
  }

  .g-font-xxl--normal {
    font-weight: 400 !important;
  }

  .g-font-xxl--medium {
    font-weight: 500 !important;
  }

  .g-font-xxl--bold {
    font-weight: 700 !important;
  }

  .g-font-xxl--bolder {
    font-weight: 700 !important;
  }

  .g-font-xxl--italic {
    font-style: italic !important;
  }
}
.text-primary {
  color: #00CCC9 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #00807e !important;
}

.text-secondary {
  color: #858585 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #5f5f5f !important;
}

.text-success {
  color: #00CCC9 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #00807e !important;
}

.text-info {
  color: #858585 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #5f5f5f !important;
}

.text-warning {
  color: #858585 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #5f5f5f !important;
}

.text-danger {
  color: #FF2E63 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e10039 !important;
}

.text-light {
  color: #fff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #333 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important;
}

.text-red1 {
  color: #FF2E63 !important;
}

a.text-red1:hover, a.text-red1:focus {
  color: #e10039 !important;
}

.text-red2 {
  color: #d81647 !important;
}

a.text-red2:hover, a.text-red2:focus {
  color: #930f30 !important;
}

.text-red3 {
  color: #fbdee4 !important;
}

a.text-red3:hover, a.text-red3:focus {
  color: #f39aac !important;
}

.text-green1 {
  color: #00CCC9 !important;
}

a.text-green1:hover, a.text-green1:focus {
  color: #00807e !important;
}

.text-green2 {
  color: #F1FFFF !important;
}

a.text-green2:hover, a.text-green2:focus {
  color: #a5ffff !important;
}

.text-green3 {
  color: #DAF9F8 !important;
}

a.text-green3:hover, a.text-green3:focus {
  color: #98eeec !important;
}

.text-green4 {
  color: #128C7E !important;
}

a.text-green4:hover, a.text-green4:focus {
  color: #094841 !important;
}

.text-green5 {
  color: #6FE9E7 !important;
}

a.text-green5:hover, a.text-green5:focus {
  color: #2ddfdc !important;
}

.text-green6 {
  color: #B7EAE9 !important;
}

a.text-green6:hover, a.text-green6:focus {
  color: #7cd9d7 !important;
}

.text-blue1 {
  color: #3669BB !important;
}

a.text-blue1:hover, a.text-blue1:focus {
  color: #254880 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-transparent {
  color: transparent !important;
}

a.text-transparent:hover, a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important;
}

.text-gray-light {
  color: #f5f5f5 !important;
}

a.text-gray-light:hover, a.text-gray-light:focus {
  color: #cfcfcf !important;
}

.text-gray {
  color: #858585 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #5f5f5f !important;
}

.text-gray-dark {
  color: #333 !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #0d0d0d !important;
}

.text-body {
  color: #333 !important;
}

.text-muted {
  color: #858585 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  background-color: transparent;
  border: none;
  color: transparent;
  font: 0/0;
  text-shadow: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.w-px--10 {
  width: 10px !important;
  flex-shrink: 0;
}

.w-px--20 {
  width: 20px !important;
  flex-shrink: 0;
}

.w-px--30 {
  width: 30px !important;
  flex-shrink: 0;
}

.w-px--40 {
  width: 40px !important;
  flex-shrink: 0;
}

.w-px--50 {
  width: 50px !important;
  flex-shrink: 0;
}

.w-px--60 {
  width: 60px !important;
  flex-shrink: 0;
}

.w-px--70 {
  width: 70px !important;
  flex-shrink: 0;
}

.w-px--80 {
  width: 80px !important;
  flex-shrink: 0;
}

.w-px--90 {
  width: 90px !important;
  flex-shrink: 0;
}

.w-px--100 {
  width: 100px !important;
  flex-shrink: 0;
}

.w-px--110 {
  width: 110px !important;
  flex-shrink: 0;
}

.w-px--120 {
  width: 120px !important;
  flex-shrink: 0;
}

.w-px--130 {
  width: 130px !important;
  flex-shrink: 0;
}

.w-px--140 {
  width: 140px !important;
  flex-shrink: 0;
}

.w-px--150 {
  width: 150px !important;
  flex-shrink: 0;
}

.w-px--160 {
  width: 160px !important;
  flex-shrink: 0;
}

.w-px--170 {
  width: 170px !important;
  flex-shrink: 0;
}

.w-px--180 {
  width: 180px !important;
  flex-shrink: 0;
}

.w-px--190 {
  width: 190px !important;
  flex-shrink: 0;
}

.w-px--200 {
  width: 200px !important;
  flex-shrink: 0;
}

.w-px--210 {
  width: 210px !important;
  flex-shrink: 0;
}

.w-px--220 {
  width: 220px !important;
  flex-shrink: 0;
}

.w-px--230 {
  width: 230px !important;
  flex-shrink: 0;
}

.w-px--240 {
  width: 240px !important;
  flex-shrink: 0;
}

.w-px--250 {
  width: 250px !important;
  flex-shrink: 0;
}

.w-px--260 {
  width: 260px !important;
  flex-shrink: 0;
}

.w-px--270 {
  width: 270px !important;
  flex-shrink: 0;
}

.w-px--280 {
  width: 280px !important;
  flex-shrink: 0;
}

.w-px--290 {
  width: 290px !important;
  flex-shrink: 0;
}

.w-px--300 {
  width: 300px !important;
  flex-shrink: 0;
}

.w-px--310 {
  width: 310px !important;
  flex-shrink: 0;
}

.w-px--320 {
  width: 320px !important;
  flex-shrink: 0;
}

.w-px--330 {
  width: 330px !important;
  flex-shrink: 0;
}

.w-px--340 {
  width: 340px !important;
  flex-shrink: 0;
}

.w-px--350 {
  width: 350px !important;
  flex-shrink: 0;
}

.w-px--360 {
  width: 360px !important;
  flex-shrink: 0;
}

.w-px--370 {
  width: 370px !important;
  flex-shrink: 0;
}

.w-px--380 {
  width: 380px !important;
  flex-shrink: 0;
}

.w-px--390 {
  width: 390px !important;
  flex-shrink: 0;
}

.w-px--400 {
  width: 400px !important;
  flex-shrink: 0;
}

.w-px--inherit {
  width: inherit !important;
}

.w-px--auto {
  width: auto !important;
}

.w-min-px--10 {
  min-width: 10px !important;
  flex-shrink: 0;
}

.w-min-px--20 {
  min-width: 20px !important;
  flex-shrink: 0;
}

.w-min-px--30 {
  min-width: 30px !important;
  flex-shrink: 0;
}

.w-min-px--40 {
  min-width: 40px !important;
  flex-shrink: 0;
}

.w-min-px--50 {
  min-width: 50px !important;
  flex-shrink: 0;
}

.w-min-px--60 {
  min-width: 60px !important;
  flex-shrink: 0;
}

.w-min-px--70 {
  min-width: 70px !important;
  flex-shrink: 0;
}

.w-min-px--80 {
  min-width: 80px !important;
  flex-shrink: 0;
}

.w-min-px--90 {
  min-width: 90px !important;
  flex-shrink: 0;
}

.w-min-px--100 {
  min-width: 100px !important;
  flex-shrink: 0;
}

.w-min-px--110 {
  min-width: 110px !important;
  flex-shrink: 0;
}

.w-min-px--120 {
  min-width: 120px !important;
  flex-shrink: 0;
}

.w-min-px--130 {
  min-width: 130px !important;
  flex-shrink: 0;
}

.w-min-px--140 {
  min-width: 140px !important;
  flex-shrink: 0;
}

.w-min-px--150 {
  min-width: 150px !important;
  flex-shrink: 0;
}

.w-min-px--160 {
  min-width: 160px !important;
  flex-shrink: 0;
}

.w-min-px--170 {
  min-width: 170px !important;
  flex-shrink: 0;
}

.w-min-px--180 {
  min-width: 180px !important;
  flex-shrink: 0;
}

.w-min-px--190 {
  min-width: 190px !important;
  flex-shrink: 0;
}

.w-min-px--200 {
  min-width: 200px !important;
  flex-shrink: 0;
}

.w-min-px--210 {
  min-width: 210px !important;
  flex-shrink: 0;
}

.w-min-px--220 {
  min-width: 220px !important;
  flex-shrink: 0;
}

.w-min-px--230 {
  min-width: 230px !important;
  flex-shrink: 0;
}

.w-min-px--240 {
  min-width: 240px !important;
  flex-shrink: 0;
}

.w-min-px--250 {
  min-width: 250px !important;
  flex-shrink: 0;
}

.w-min-px--260 {
  min-width: 260px !important;
  flex-shrink: 0;
}

.w-min-px--270 {
  min-width: 270px !important;
  flex-shrink: 0;
}

.w-min-px--280 {
  min-width: 280px !important;
  flex-shrink: 0;
}

.w-min-px--290 {
  min-width: 290px !important;
  flex-shrink: 0;
}

.w-min-px--300 {
  min-width: 300px !important;
  flex-shrink: 0;
}

.w-min-px--310 {
  min-width: 310px !important;
  flex-shrink: 0;
}

.w-min-px--320 {
  min-width: 320px !important;
  flex-shrink: 0;
}

.w-min-px--330 {
  min-width: 330px !important;
  flex-shrink: 0;
}

.w-min-px--340 {
  min-width: 340px !important;
  flex-shrink: 0;
}

.w-min-px--350 {
  min-width: 350px !important;
  flex-shrink: 0;
}

.w-min-px--360 {
  min-width: 360px !important;
  flex-shrink: 0;
}

.w-min-px--370 {
  min-width: 370px !important;
  flex-shrink: 0;
}

.w-min-px--380 {
  min-width: 380px !important;
  flex-shrink: 0;
}

.w-min-px--390 {
  min-width: 390px !important;
  flex-shrink: 0;
}

.w-min-px--400 {
  min-width: 400px !important;
  flex-shrink: 0;
}

.w-min-px--inherit {
  min-width: inherit !important;
}

.w-min-px--auto {
  min-width: auto !important;
}

.w-max-px--10 {
  max-width: 10px !important;
  flex-shrink: 0;
}

.w-max-px--20 {
  max-width: 20px !important;
  flex-shrink: 0;
}

.w-max-px--30 {
  max-width: 30px !important;
  flex-shrink: 0;
}

.w-max-px--40 {
  max-width: 40px !important;
  flex-shrink: 0;
}

.w-max-px--50 {
  max-width: 50px !important;
  flex-shrink: 0;
}

.w-max-px--60 {
  max-width: 60px !important;
  flex-shrink: 0;
}

.w-max-px--70 {
  max-width: 70px !important;
  flex-shrink: 0;
}

.w-max-px--80 {
  max-width: 80px !important;
  flex-shrink: 0;
}

.w-max-px--90 {
  max-width: 90px !important;
  flex-shrink: 0;
}

.w-max-px--100 {
  max-width: 100px !important;
  flex-shrink: 0;
}

.w-max-px--110 {
  max-width: 110px !important;
  flex-shrink: 0;
}

.w-max-px--120 {
  max-width: 120px !important;
  flex-shrink: 0;
}

.w-max-px--130 {
  max-width: 130px !important;
  flex-shrink: 0;
}

.w-max-px--140 {
  max-width: 140px !important;
  flex-shrink: 0;
}

.w-max-px--150 {
  max-width: 150px !important;
  flex-shrink: 0;
}

.w-max-px--160 {
  max-width: 160px !important;
  flex-shrink: 0;
}

.w-max-px--170 {
  max-width: 170px !important;
  flex-shrink: 0;
}

.w-max-px--180 {
  max-width: 180px !important;
  flex-shrink: 0;
}

.w-max-px--190 {
  max-width: 190px !important;
  flex-shrink: 0;
}

.w-max-px--200 {
  max-width: 200px !important;
  flex-shrink: 0;
}

.w-max-px--210 {
  max-width: 210px !important;
  flex-shrink: 0;
}

.w-max-px--220 {
  max-width: 220px !important;
  flex-shrink: 0;
}

.w-max-px--230 {
  max-width: 230px !important;
  flex-shrink: 0;
}

.w-max-px--240 {
  max-width: 240px !important;
  flex-shrink: 0;
}

.w-max-px--250 {
  max-width: 250px !important;
  flex-shrink: 0;
}

.w-max-px--260 {
  max-width: 260px !important;
  flex-shrink: 0;
}

.w-max-px--270 {
  max-width: 270px !important;
  flex-shrink: 0;
}

.w-max-px--280 {
  max-width: 280px !important;
  flex-shrink: 0;
}

.w-max-px--290 {
  max-width: 290px !important;
  flex-shrink: 0;
}

.w-max-px--300 {
  max-width: 300px !important;
  flex-shrink: 0;
}

.w-max-px--310 {
  max-width: 310px !important;
  flex-shrink: 0;
}

.w-max-px--320 {
  max-width: 320px !important;
  flex-shrink: 0;
}

.w-max-px--330 {
  max-width: 330px !important;
  flex-shrink: 0;
}

.w-max-px--340 {
  max-width: 340px !important;
  flex-shrink: 0;
}

.w-max-px--350 {
  max-width: 350px !important;
  flex-shrink: 0;
}

.w-max-px--360 {
  max-width: 360px !important;
  flex-shrink: 0;
}

.w-max-px--370 {
  max-width: 370px !important;
  flex-shrink: 0;
}

.w-max-px--380 {
  max-width: 380px !important;
  flex-shrink: 0;
}

.w-max-px--390 {
  max-width: 390px !important;
  flex-shrink: 0;
}

.w-max-px--400 {
  max-width: 400px !important;
  flex-shrink: 0;
}

.w-max-px--inherit {
  max-width: inherit !important;
}

.w-max-px--auto {
  max-width: auto !important;
}

.w-pc--5 {
  width: 5% !important;
}

.w-pc--10 {
  width: 10% !important;
}

.w-pc--15 {
  width: 15% !important;
}

.w-pc--20 {
  width: 20% !important;
}

.w-pc--25 {
  width: 25% !important;
}

.w-pc--30 {
  width: 30% !important;
}

.w-pc--35 {
  width: 35% !important;
}

.w-pc--40 {
  width: 40% !important;
}

.w-pc--45 {
  width: 45% !important;
}

.w-pc--50 {
  width: 50% !important;
}

.w-pc--55 {
  width: 55% !important;
}

.w-pc--60 {
  width: 60% !important;
}

.w-pc--65 {
  width: 65% !important;
}

.w-pc--70 {
  width: 70% !important;
}

.w-pc--75 {
  width: 75% !important;
}

.w-pc--80 {
  width: 80% !important;
}

.w-pc--85 {
  width: 85% !important;
}

.w-pc--90 {
  width: 90% !important;
}

.w-pc--95 {
  width: 95% !important;
}

.w-pc--100 {
  width: 100% !important;
}

@media (min-width: 576px) {
  .w-px-sm--10 {
    width: 10px !important;
    flex-shrink: 0;
  }

  .w-px-sm--20 {
    width: 20px !important;
    flex-shrink: 0;
  }

  .w-px-sm--30 {
    width: 30px !important;
    flex-shrink: 0;
  }

  .w-px-sm--40 {
    width: 40px !important;
    flex-shrink: 0;
  }

  .w-px-sm--50 {
    width: 50px !important;
    flex-shrink: 0;
  }

  .w-px-sm--60 {
    width: 60px !important;
    flex-shrink: 0;
  }

  .w-px-sm--70 {
    width: 70px !important;
    flex-shrink: 0;
  }

  .w-px-sm--80 {
    width: 80px !important;
    flex-shrink: 0;
  }

  .w-px-sm--90 {
    width: 90px !important;
    flex-shrink: 0;
  }

  .w-px-sm--100 {
    width: 100px !important;
    flex-shrink: 0;
  }

  .w-px-sm--110 {
    width: 110px !important;
    flex-shrink: 0;
  }

  .w-px-sm--120 {
    width: 120px !important;
    flex-shrink: 0;
  }

  .w-px-sm--130 {
    width: 130px !important;
    flex-shrink: 0;
  }

  .w-px-sm--140 {
    width: 140px !important;
    flex-shrink: 0;
  }

  .w-px-sm--150 {
    width: 150px !important;
    flex-shrink: 0;
  }

  .w-px-sm--160 {
    width: 160px !important;
    flex-shrink: 0;
  }

  .w-px-sm--170 {
    width: 170px !important;
    flex-shrink: 0;
  }

  .w-px-sm--180 {
    width: 180px !important;
    flex-shrink: 0;
  }

  .w-px-sm--190 {
    width: 190px !important;
    flex-shrink: 0;
  }

  .w-px-sm--200 {
    width: 200px !important;
    flex-shrink: 0;
  }

  .w-px-sm--210 {
    width: 210px !important;
    flex-shrink: 0;
  }

  .w-px-sm--220 {
    width: 220px !important;
    flex-shrink: 0;
  }

  .w-px-sm--230 {
    width: 230px !important;
    flex-shrink: 0;
  }

  .w-px-sm--240 {
    width: 240px !important;
    flex-shrink: 0;
  }

  .w-px-sm--250 {
    width: 250px !important;
    flex-shrink: 0;
  }

  .w-px-sm--260 {
    width: 260px !important;
    flex-shrink: 0;
  }

  .w-px-sm--270 {
    width: 270px !important;
    flex-shrink: 0;
  }

  .w-px-sm--280 {
    width: 280px !important;
    flex-shrink: 0;
  }

  .w-px-sm--290 {
    width: 290px !important;
    flex-shrink: 0;
  }

  .w-px-sm--300 {
    width: 300px !important;
    flex-shrink: 0;
  }

  .w-px-sm--310 {
    width: 310px !important;
    flex-shrink: 0;
  }

  .w-px-sm--320 {
    width: 320px !important;
    flex-shrink: 0;
  }

  .w-px-sm--330 {
    width: 330px !important;
    flex-shrink: 0;
  }

  .w-px-sm--340 {
    width: 340px !important;
    flex-shrink: 0;
  }

  .w-px-sm--350 {
    width: 350px !important;
    flex-shrink: 0;
  }

  .w-px-sm--360 {
    width: 360px !important;
    flex-shrink: 0;
  }

  .w-px-sm--370 {
    width: 370px !important;
    flex-shrink: 0;
  }

  .w-px-sm--380 {
    width: 380px !important;
    flex-shrink: 0;
  }

  .w-px-sm--390 {
    width: 390px !important;
    flex-shrink: 0;
  }

  .w-px-sm--400 {
    width: 400px !important;
    flex-shrink: 0;
  }

  .w-px-sm--inherit {
    width: inherit !important;
  }

  .w-px-sm--auto {
    width: auto !important;
  }

  .w-min-px-sm--10 {
    min-width: 10px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--20 {
    min-width: 20px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--30 {
    min-width: 30px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--40 {
    min-width: 40px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--50 {
    min-width: 50px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--60 {
    min-width: 60px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--70 {
    min-width: 70px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--80 {
    min-width: 80px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--90 {
    min-width: 90px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--100 {
    min-width: 100px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--110 {
    min-width: 110px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--120 {
    min-width: 120px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--130 {
    min-width: 130px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--140 {
    min-width: 140px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--150 {
    min-width: 150px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--160 {
    min-width: 160px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--170 {
    min-width: 170px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--180 {
    min-width: 180px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--190 {
    min-width: 190px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--200 {
    min-width: 200px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--210 {
    min-width: 210px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--220 {
    min-width: 220px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--230 {
    min-width: 230px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--240 {
    min-width: 240px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--250 {
    min-width: 250px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--260 {
    min-width: 260px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--270 {
    min-width: 270px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--280 {
    min-width: 280px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--290 {
    min-width: 290px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--300 {
    min-width: 300px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--310 {
    min-width: 310px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--320 {
    min-width: 320px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--330 {
    min-width: 330px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--340 {
    min-width: 340px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--350 {
    min-width: 350px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--360 {
    min-width: 360px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--370 {
    min-width: 370px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--380 {
    min-width: 380px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--390 {
    min-width: 390px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--400 {
    min-width: 400px !important;
    flex-shrink: 0;
  }

  .w-min-px-sm--inherit {
    min-width: inherit !important;
  }

  .w-min-px-sm--auto {
    min-width: auto !important;
  }

  .w-max-px-sm--10 {
    max-width: 10px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--20 {
    max-width: 20px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--30 {
    max-width: 30px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--40 {
    max-width: 40px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--50 {
    max-width: 50px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--60 {
    max-width: 60px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--70 {
    max-width: 70px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--80 {
    max-width: 80px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--90 {
    max-width: 90px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--100 {
    max-width: 100px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--110 {
    max-width: 110px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--120 {
    max-width: 120px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--130 {
    max-width: 130px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--140 {
    max-width: 140px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--150 {
    max-width: 150px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--160 {
    max-width: 160px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--170 {
    max-width: 170px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--180 {
    max-width: 180px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--190 {
    max-width: 190px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--200 {
    max-width: 200px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--210 {
    max-width: 210px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--220 {
    max-width: 220px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--230 {
    max-width: 230px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--240 {
    max-width: 240px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--250 {
    max-width: 250px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--260 {
    max-width: 260px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--270 {
    max-width: 270px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--280 {
    max-width: 280px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--290 {
    max-width: 290px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--300 {
    max-width: 300px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--310 {
    max-width: 310px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--320 {
    max-width: 320px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--330 {
    max-width: 330px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--340 {
    max-width: 340px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--350 {
    max-width: 350px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--360 {
    max-width: 360px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--370 {
    max-width: 370px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--380 {
    max-width: 380px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--390 {
    max-width: 390px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--400 {
    max-width: 400px !important;
    flex-shrink: 0;
  }

  .w-max-px-sm--inherit {
    max-width: inherit !important;
  }

  .w-max-px-sm--auto {
    max-width: auto !important;
  }

  .w-pc-sm--5 {
    width: 5% !important;
  }

  .w-pc-sm--10 {
    width: 10% !important;
  }

  .w-pc-sm--15 {
    width: 15% !important;
  }

  .w-pc-sm--20 {
    width: 20% !important;
  }

  .w-pc-sm--25 {
    width: 25% !important;
  }

  .w-pc-sm--30 {
    width: 30% !important;
  }

  .w-pc-sm--35 {
    width: 35% !important;
  }

  .w-pc-sm--40 {
    width: 40% !important;
  }

  .w-pc-sm--45 {
    width: 45% !important;
  }

  .w-pc-sm--50 {
    width: 50% !important;
  }

  .w-pc-sm--55 {
    width: 55% !important;
  }

  .w-pc-sm--60 {
    width: 60% !important;
  }

  .w-pc-sm--65 {
    width: 65% !important;
  }

  .w-pc-sm--70 {
    width: 70% !important;
  }

  .w-pc-sm--75 {
    width: 75% !important;
  }

  .w-pc-sm--80 {
    width: 80% !important;
  }

  .w-pc-sm--85 {
    width: 85% !important;
  }

  .w-pc-sm--90 {
    width: 90% !important;
  }

  .w-pc-sm--95 {
    width: 95% !important;
  }

  .w-pc-sm--100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-px-md--10 {
    width: 10px !important;
    flex-shrink: 0;
  }

  .w-px-md--20 {
    width: 20px !important;
    flex-shrink: 0;
  }

  .w-px-md--30 {
    width: 30px !important;
    flex-shrink: 0;
  }

  .w-px-md--40 {
    width: 40px !important;
    flex-shrink: 0;
  }

  .w-px-md--50 {
    width: 50px !important;
    flex-shrink: 0;
  }

  .w-px-md--60 {
    width: 60px !important;
    flex-shrink: 0;
  }

  .w-px-md--70 {
    width: 70px !important;
    flex-shrink: 0;
  }

  .w-px-md--80 {
    width: 80px !important;
    flex-shrink: 0;
  }

  .w-px-md--90 {
    width: 90px !important;
    flex-shrink: 0;
  }

  .w-px-md--100 {
    width: 100px !important;
    flex-shrink: 0;
  }

  .w-px-md--110 {
    width: 110px !important;
    flex-shrink: 0;
  }

  .w-px-md--120 {
    width: 120px !important;
    flex-shrink: 0;
  }

  .w-px-md--130 {
    width: 130px !important;
    flex-shrink: 0;
  }

  .w-px-md--140 {
    width: 140px !important;
    flex-shrink: 0;
  }

  .w-px-md--150 {
    width: 150px !important;
    flex-shrink: 0;
  }

  .w-px-md--160 {
    width: 160px !important;
    flex-shrink: 0;
  }

  .w-px-md--170 {
    width: 170px !important;
    flex-shrink: 0;
  }

  .w-px-md--180 {
    width: 180px !important;
    flex-shrink: 0;
  }

  .w-px-md--190 {
    width: 190px !important;
    flex-shrink: 0;
  }

  .w-px-md--200 {
    width: 200px !important;
    flex-shrink: 0;
  }

  .w-px-md--210 {
    width: 210px !important;
    flex-shrink: 0;
  }

  .w-px-md--220 {
    width: 220px !important;
    flex-shrink: 0;
  }

  .w-px-md--230 {
    width: 230px !important;
    flex-shrink: 0;
  }

  .w-px-md--240 {
    width: 240px !important;
    flex-shrink: 0;
  }

  .w-px-md--250 {
    width: 250px !important;
    flex-shrink: 0;
  }

  .w-px-md--260 {
    width: 260px !important;
    flex-shrink: 0;
  }

  .w-px-md--270 {
    width: 270px !important;
    flex-shrink: 0;
  }

  .w-px-md--280 {
    width: 280px !important;
    flex-shrink: 0;
  }

  .w-px-md--290 {
    width: 290px !important;
    flex-shrink: 0;
  }

  .w-px-md--300 {
    width: 300px !important;
    flex-shrink: 0;
  }

  .w-px-md--310 {
    width: 310px !important;
    flex-shrink: 0;
  }

  .w-px-md--320 {
    width: 320px !important;
    flex-shrink: 0;
  }

  .w-px-md--330 {
    width: 330px !important;
    flex-shrink: 0;
  }

  .w-px-md--340 {
    width: 340px !important;
    flex-shrink: 0;
  }

  .w-px-md--350 {
    width: 350px !important;
    flex-shrink: 0;
  }

  .w-px-md--360 {
    width: 360px !important;
    flex-shrink: 0;
  }

  .w-px-md--370 {
    width: 370px !important;
    flex-shrink: 0;
  }

  .w-px-md--380 {
    width: 380px !important;
    flex-shrink: 0;
  }

  .w-px-md--390 {
    width: 390px !important;
    flex-shrink: 0;
  }

  .w-px-md--400 {
    width: 400px !important;
    flex-shrink: 0;
  }

  .w-px-md--inherit {
    width: inherit !important;
  }

  .w-px-md--auto {
    width: auto !important;
  }

  .w-min-px-md--10 {
    min-width: 10px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--20 {
    min-width: 20px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--30 {
    min-width: 30px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--40 {
    min-width: 40px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--50 {
    min-width: 50px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--60 {
    min-width: 60px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--70 {
    min-width: 70px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--80 {
    min-width: 80px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--90 {
    min-width: 90px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--100 {
    min-width: 100px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--110 {
    min-width: 110px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--120 {
    min-width: 120px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--130 {
    min-width: 130px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--140 {
    min-width: 140px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--150 {
    min-width: 150px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--160 {
    min-width: 160px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--170 {
    min-width: 170px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--180 {
    min-width: 180px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--190 {
    min-width: 190px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--200 {
    min-width: 200px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--210 {
    min-width: 210px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--220 {
    min-width: 220px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--230 {
    min-width: 230px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--240 {
    min-width: 240px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--250 {
    min-width: 250px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--260 {
    min-width: 260px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--270 {
    min-width: 270px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--280 {
    min-width: 280px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--290 {
    min-width: 290px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--300 {
    min-width: 300px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--310 {
    min-width: 310px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--320 {
    min-width: 320px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--330 {
    min-width: 330px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--340 {
    min-width: 340px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--350 {
    min-width: 350px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--360 {
    min-width: 360px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--370 {
    min-width: 370px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--380 {
    min-width: 380px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--390 {
    min-width: 390px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--400 {
    min-width: 400px !important;
    flex-shrink: 0;
  }

  .w-min-px-md--inherit {
    min-width: inherit !important;
  }

  .w-min-px-md--auto {
    min-width: auto !important;
  }

  .w-max-px-md--10 {
    max-width: 10px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--20 {
    max-width: 20px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--30 {
    max-width: 30px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--40 {
    max-width: 40px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--50 {
    max-width: 50px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--60 {
    max-width: 60px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--70 {
    max-width: 70px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--80 {
    max-width: 80px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--90 {
    max-width: 90px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--100 {
    max-width: 100px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--110 {
    max-width: 110px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--120 {
    max-width: 120px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--130 {
    max-width: 130px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--140 {
    max-width: 140px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--150 {
    max-width: 150px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--160 {
    max-width: 160px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--170 {
    max-width: 170px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--180 {
    max-width: 180px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--190 {
    max-width: 190px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--200 {
    max-width: 200px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--210 {
    max-width: 210px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--220 {
    max-width: 220px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--230 {
    max-width: 230px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--240 {
    max-width: 240px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--250 {
    max-width: 250px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--260 {
    max-width: 260px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--270 {
    max-width: 270px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--280 {
    max-width: 280px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--290 {
    max-width: 290px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--300 {
    max-width: 300px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--310 {
    max-width: 310px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--320 {
    max-width: 320px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--330 {
    max-width: 330px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--340 {
    max-width: 340px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--350 {
    max-width: 350px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--360 {
    max-width: 360px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--370 {
    max-width: 370px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--380 {
    max-width: 380px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--390 {
    max-width: 390px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--400 {
    max-width: 400px !important;
    flex-shrink: 0;
  }

  .w-max-px-md--inherit {
    max-width: inherit !important;
  }

  .w-max-px-md--auto {
    max-width: auto !important;
  }

  .w-pc-md--5 {
    width: 5% !important;
  }

  .w-pc-md--10 {
    width: 10% !important;
  }

  .w-pc-md--15 {
    width: 15% !important;
  }

  .w-pc-md--20 {
    width: 20% !important;
  }

  .w-pc-md--25 {
    width: 25% !important;
  }

  .w-pc-md--30 {
    width: 30% !important;
  }

  .w-pc-md--35 {
    width: 35% !important;
  }

  .w-pc-md--40 {
    width: 40% !important;
  }

  .w-pc-md--45 {
    width: 45% !important;
  }

  .w-pc-md--50 {
    width: 50% !important;
  }

  .w-pc-md--55 {
    width: 55% !important;
  }

  .w-pc-md--60 {
    width: 60% !important;
  }

  .w-pc-md--65 {
    width: 65% !important;
  }

  .w-pc-md--70 {
    width: 70% !important;
  }

  .w-pc-md--75 {
    width: 75% !important;
  }

  .w-pc-md--80 {
    width: 80% !important;
  }

  .w-pc-md--85 {
    width: 85% !important;
  }

  .w-pc-md--90 {
    width: 90% !important;
  }

  .w-pc-md--95 {
    width: 95% !important;
  }

  .w-pc-md--100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-px-lg--10 {
    width: 10px !important;
    flex-shrink: 0;
  }

  .w-px-lg--20 {
    width: 20px !important;
    flex-shrink: 0;
  }

  .w-px-lg--30 {
    width: 30px !important;
    flex-shrink: 0;
  }

  .w-px-lg--40 {
    width: 40px !important;
    flex-shrink: 0;
  }

  .w-px-lg--50 {
    width: 50px !important;
    flex-shrink: 0;
  }

  .w-px-lg--60 {
    width: 60px !important;
    flex-shrink: 0;
  }

  .w-px-lg--70 {
    width: 70px !important;
    flex-shrink: 0;
  }

  .w-px-lg--80 {
    width: 80px !important;
    flex-shrink: 0;
  }

  .w-px-lg--90 {
    width: 90px !important;
    flex-shrink: 0;
  }

  .w-px-lg--100 {
    width: 100px !important;
    flex-shrink: 0;
  }

  .w-px-lg--110 {
    width: 110px !important;
    flex-shrink: 0;
  }

  .w-px-lg--120 {
    width: 120px !important;
    flex-shrink: 0;
  }

  .w-px-lg--130 {
    width: 130px !important;
    flex-shrink: 0;
  }

  .w-px-lg--140 {
    width: 140px !important;
    flex-shrink: 0;
  }

  .w-px-lg--150 {
    width: 150px !important;
    flex-shrink: 0;
  }

  .w-px-lg--160 {
    width: 160px !important;
    flex-shrink: 0;
  }

  .w-px-lg--170 {
    width: 170px !important;
    flex-shrink: 0;
  }

  .w-px-lg--180 {
    width: 180px !important;
    flex-shrink: 0;
  }

  .w-px-lg--190 {
    width: 190px !important;
    flex-shrink: 0;
  }

  .w-px-lg--200 {
    width: 200px !important;
    flex-shrink: 0;
  }

  .w-px-lg--210 {
    width: 210px !important;
    flex-shrink: 0;
  }

  .w-px-lg--220 {
    width: 220px !important;
    flex-shrink: 0;
  }

  .w-px-lg--230 {
    width: 230px !important;
    flex-shrink: 0;
  }

  .w-px-lg--240 {
    width: 240px !important;
    flex-shrink: 0;
  }

  .w-px-lg--250 {
    width: 250px !important;
    flex-shrink: 0;
  }

  .w-px-lg--260 {
    width: 260px !important;
    flex-shrink: 0;
  }

  .w-px-lg--270 {
    width: 270px !important;
    flex-shrink: 0;
  }

  .w-px-lg--280 {
    width: 280px !important;
    flex-shrink: 0;
  }

  .w-px-lg--290 {
    width: 290px !important;
    flex-shrink: 0;
  }

  .w-px-lg--300 {
    width: 300px !important;
    flex-shrink: 0;
  }

  .w-px-lg--310 {
    width: 310px !important;
    flex-shrink: 0;
  }

  .w-px-lg--320 {
    width: 320px !important;
    flex-shrink: 0;
  }

  .w-px-lg--330 {
    width: 330px !important;
    flex-shrink: 0;
  }

  .w-px-lg--340 {
    width: 340px !important;
    flex-shrink: 0;
  }

  .w-px-lg--350 {
    width: 350px !important;
    flex-shrink: 0;
  }

  .w-px-lg--360 {
    width: 360px !important;
    flex-shrink: 0;
  }

  .w-px-lg--370 {
    width: 370px !important;
    flex-shrink: 0;
  }

  .w-px-lg--380 {
    width: 380px !important;
    flex-shrink: 0;
  }

  .w-px-lg--390 {
    width: 390px !important;
    flex-shrink: 0;
  }

  .w-px-lg--400 {
    width: 400px !important;
    flex-shrink: 0;
  }

  .w-px-lg--inherit {
    width: inherit !important;
  }

  .w-px-lg--auto {
    width: auto !important;
  }

  .w-min-px-lg--10 {
    min-width: 10px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--20 {
    min-width: 20px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--30 {
    min-width: 30px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--40 {
    min-width: 40px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--50 {
    min-width: 50px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--60 {
    min-width: 60px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--70 {
    min-width: 70px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--80 {
    min-width: 80px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--90 {
    min-width: 90px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--100 {
    min-width: 100px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--110 {
    min-width: 110px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--120 {
    min-width: 120px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--130 {
    min-width: 130px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--140 {
    min-width: 140px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--150 {
    min-width: 150px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--160 {
    min-width: 160px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--170 {
    min-width: 170px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--180 {
    min-width: 180px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--190 {
    min-width: 190px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--200 {
    min-width: 200px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--210 {
    min-width: 210px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--220 {
    min-width: 220px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--230 {
    min-width: 230px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--240 {
    min-width: 240px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--250 {
    min-width: 250px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--260 {
    min-width: 260px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--270 {
    min-width: 270px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--280 {
    min-width: 280px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--290 {
    min-width: 290px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--300 {
    min-width: 300px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--310 {
    min-width: 310px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--320 {
    min-width: 320px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--330 {
    min-width: 330px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--340 {
    min-width: 340px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--350 {
    min-width: 350px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--360 {
    min-width: 360px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--370 {
    min-width: 370px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--380 {
    min-width: 380px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--390 {
    min-width: 390px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--400 {
    min-width: 400px !important;
    flex-shrink: 0;
  }

  .w-min-px-lg--inherit {
    min-width: inherit !important;
  }

  .w-min-px-lg--auto {
    min-width: auto !important;
  }

  .w-max-px-lg--10 {
    max-width: 10px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--20 {
    max-width: 20px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--30 {
    max-width: 30px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--40 {
    max-width: 40px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--50 {
    max-width: 50px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--60 {
    max-width: 60px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--70 {
    max-width: 70px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--80 {
    max-width: 80px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--90 {
    max-width: 90px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--100 {
    max-width: 100px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--110 {
    max-width: 110px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--120 {
    max-width: 120px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--130 {
    max-width: 130px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--140 {
    max-width: 140px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--150 {
    max-width: 150px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--160 {
    max-width: 160px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--170 {
    max-width: 170px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--180 {
    max-width: 180px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--190 {
    max-width: 190px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--200 {
    max-width: 200px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--210 {
    max-width: 210px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--220 {
    max-width: 220px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--230 {
    max-width: 230px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--240 {
    max-width: 240px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--250 {
    max-width: 250px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--260 {
    max-width: 260px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--270 {
    max-width: 270px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--280 {
    max-width: 280px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--290 {
    max-width: 290px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--300 {
    max-width: 300px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--310 {
    max-width: 310px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--320 {
    max-width: 320px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--330 {
    max-width: 330px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--340 {
    max-width: 340px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--350 {
    max-width: 350px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--360 {
    max-width: 360px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--370 {
    max-width: 370px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--380 {
    max-width: 380px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--390 {
    max-width: 390px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--400 {
    max-width: 400px !important;
    flex-shrink: 0;
  }

  .w-max-px-lg--inherit {
    max-width: inherit !important;
  }

  .w-max-px-lg--auto {
    max-width: auto !important;
  }

  .w-pc-lg--5 {
    width: 5% !important;
  }

  .w-pc-lg--10 {
    width: 10% !important;
  }

  .w-pc-lg--15 {
    width: 15% !important;
  }

  .w-pc-lg--20 {
    width: 20% !important;
  }

  .w-pc-lg--25 {
    width: 25% !important;
  }

  .w-pc-lg--30 {
    width: 30% !important;
  }

  .w-pc-lg--35 {
    width: 35% !important;
  }

  .w-pc-lg--40 {
    width: 40% !important;
  }

  .w-pc-lg--45 {
    width: 45% !important;
  }

  .w-pc-lg--50 {
    width: 50% !important;
  }

  .w-pc-lg--55 {
    width: 55% !important;
  }

  .w-pc-lg--60 {
    width: 60% !important;
  }

  .w-pc-lg--65 {
    width: 65% !important;
  }

  .w-pc-lg--70 {
    width: 70% !important;
  }

  .w-pc-lg--75 {
    width: 75% !important;
  }

  .w-pc-lg--80 {
    width: 80% !important;
  }

  .w-pc-lg--85 {
    width: 85% !important;
  }

  .w-pc-lg--90 {
    width: 90% !important;
  }

  .w-pc-lg--95 {
    width: 95% !important;
  }

  .w-pc-lg--100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-px-xl--10 {
    width: 10px !important;
    flex-shrink: 0;
  }

  .w-px-xl--20 {
    width: 20px !important;
    flex-shrink: 0;
  }

  .w-px-xl--30 {
    width: 30px !important;
    flex-shrink: 0;
  }

  .w-px-xl--40 {
    width: 40px !important;
    flex-shrink: 0;
  }

  .w-px-xl--50 {
    width: 50px !important;
    flex-shrink: 0;
  }

  .w-px-xl--60 {
    width: 60px !important;
    flex-shrink: 0;
  }

  .w-px-xl--70 {
    width: 70px !important;
    flex-shrink: 0;
  }

  .w-px-xl--80 {
    width: 80px !important;
    flex-shrink: 0;
  }

  .w-px-xl--90 {
    width: 90px !important;
    flex-shrink: 0;
  }

  .w-px-xl--100 {
    width: 100px !important;
    flex-shrink: 0;
  }

  .w-px-xl--110 {
    width: 110px !important;
    flex-shrink: 0;
  }

  .w-px-xl--120 {
    width: 120px !important;
    flex-shrink: 0;
  }

  .w-px-xl--130 {
    width: 130px !important;
    flex-shrink: 0;
  }

  .w-px-xl--140 {
    width: 140px !important;
    flex-shrink: 0;
  }

  .w-px-xl--150 {
    width: 150px !important;
    flex-shrink: 0;
  }

  .w-px-xl--160 {
    width: 160px !important;
    flex-shrink: 0;
  }

  .w-px-xl--170 {
    width: 170px !important;
    flex-shrink: 0;
  }

  .w-px-xl--180 {
    width: 180px !important;
    flex-shrink: 0;
  }

  .w-px-xl--190 {
    width: 190px !important;
    flex-shrink: 0;
  }

  .w-px-xl--200 {
    width: 200px !important;
    flex-shrink: 0;
  }

  .w-px-xl--210 {
    width: 210px !important;
    flex-shrink: 0;
  }

  .w-px-xl--220 {
    width: 220px !important;
    flex-shrink: 0;
  }

  .w-px-xl--230 {
    width: 230px !important;
    flex-shrink: 0;
  }

  .w-px-xl--240 {
    width: 240px !important;
    flex-shrink: 0;
  }

  .w-px-xl--250 {
    width: 250px !important;
    flex-shrink: 0;
  }

  .w-px-xl--260 {
    width: 260px !important;
    flex-shrink: 0;
  }

  .w-px-xl--270 {
    width: 270px !important;
    flex-shrink: 0;
  }

  .w-px-xl--280 {
    width: 280px !important;
    flex-shrink: 0;
  }

  .w-px-xl--290 {
    width: 290px !important;
    flex-shrink: 0;
  }

  .w-px-xl--300 {
    width: 300px !important;
    flex-shrink: 0;
  }

  .w-px-xl--310 {
    width: 310px !important;
    flex-shrink: 0;
  }

  .w-px-xl--320 {
    width: 320px !important;
    flex-shrink: 0;
  }

  .w-px-xl--330 {
    width: 330px !important;
    flex-shrink: 0;
  }

  .w-px-xl--340 {
    width: 340px !important;
    flex-shrink: 0;
  }

  .w-px-xl--350 {
    width: 350px !important;
    flex-shrink: 0;
  }

  .w-px-xl--360 {
    width: 360px !important;
    flex-shrink: 0;
  }

  .w-px-xl--370 {
    width: 370px !important;
    flex-shrink: 0;
  }

  .w-px-xl--380 {
    width: 380px !important;
    flex-shrink: 0;
  }

  .w-px-xl--390 {
    width: 390px !important;
    flex-shrink: 0;
  }

  .w-px-xl--400 {
    width: 400px !important;
    flex-shrink: 0;
  }

  .w-px-xl--inherit {
    width: inherit !important;
  }

  .w-px-xl--auto {
    width: auto !important;
  }

  .w-min-px-xl--10 {
    min-width: 10px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--20 {
    min-width: 20px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--30 {
    min-width: 30px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--40 {
    min-width: 40px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--50 {
    min-width: 50px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--60 {
    min-width: 60px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--70 {
    min-width: 70px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--80 {
    min-width: 80px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--90 {
    min-width: 90px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--100 {
    min-width: 100px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--110 {
    min-width: 110px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--120 {
    min-width: 120px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--130 {
    min-width: 130px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--140 {
    min-width: 140px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--150 {
    min-width: 150px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--160 {
    min-width: 160px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--170 {
    min-width: 170px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--180 {
    min-width: 180px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--190 {
    min-width: 190px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--200 {
    min-width: 200px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--210 {
    min-width: 210px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--220 {
    min-width: 220px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--230 {
    min-width: 230px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--240 {
    min-width: 240px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--250 {
    min-width: 250px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--260 {
    min-width: 260px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--270 {
    min-width: 270px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--280 {
    min-width: 280px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--290 {
    min-width: 290px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--300 {
    min-width: 300px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--310 {
    min-width: 310px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--320 {
    min-width: 320px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--330 {
    min-width: 330px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--340 {
    min-width: 340px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--350 {
    min-width: 350px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--360 {
    min-width: 360px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--370 {
    min-width: 370px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--380 {
    min-width: 380px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--390 {
    min-width: 390px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--400 {
    min-width: 400px !important;
    flex-shrink: 0;
  }

  .w-min-px-xl--inherit {
    min-width: inherit !important;
  }

  .w-min-px-xl--auto {
    min-width: auto !important;
  }

  .w-max-px-xl--10 {
    max-width: 10px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--20 {
    max-width: 20px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--30 {
    max-width: 30px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--40 {
    max-width: 40px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--50 {
    max-width: 50px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--60 {
    max-width: 60px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--70 {
    max-width: 70px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--80 {
    max-width: 80px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--90 {
    max-width: 90px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--100 {
    max-width: 100px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--110 {
    max-width: 110px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--120 {
    max-width: 120px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--130 {
    max-width: 130px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--140 {
    max-width: 140px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--150 {
    max-width: 150px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--160 {
    max-width: 160px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--170 {
    max-width: 170px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--180 {
    max-width: 180px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--190 {
    max-width: 190px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--200 {
    max-width: 200px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--210 {
    max-width: 210px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--220 {
    max-width: 220px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--230 {
    max-width: 230px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--240 {
    max-width: 240px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--250 {
    max-width: 250px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--260 {
    max-width: 260px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--270 {
    max-width: 270px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--280 {
    max-width: 280px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--290 {
    max-width: 290px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--300 {
    max-width: 300px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--310 {
    max-width: 310px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--320 {
    max-width: 320px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--330 {
    max-width: 330px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--340 {
    max-width: 340px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--350 {
    max-width: 350px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--360 {
    max-width: 360px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--370 {
    max-width: 370px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--380 {
    max-width: 380px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--390 {
    max-width: 390px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--400 {
    max-width: 400px !important;
    flex-shrink: 0;
  }

  .w-max-px-xl--inherit {
    max-width: inherit !important;
  }

  .w-max-px-xl--auto {
    max-width: auto !important;
  }

  .w-pc-xl--5 {
    width: 5% !important;
  }

  .w-pc-xl--10 {
    width: 10% !important;
  }

  .w-pc-xl--15 {
    width: 15% !important;
  }

  .w-pc-xl--20 {
    width: 20% !important;
  }

  .w-pc-xl--25 {
    width: 25% !important;
  }

  .w-pc-xl--30 {
    width: 30% !important;
  }

  .w-pc-xl--35 {
    width: 35% !important;
  }

  .w-pc-xl--40 {
    width: 40% !important;
  }

  .w-pc-xl--45 {
    width: 45% !important;
  }

  .w-pc-xl--50 {
    width: 50% !important;
  }

  .w-pc-xl--55 {
    width: 55% !important;
  }

  .w-pc-xl--60 {
    width: 60% !important;
  }

  .w-pc-xl--65 {
    width: 65% !important;
  }

  .w-pc-xl--70 {
    width: 70% !important;
  }

  .w-pc-xl--75 {
    width: 75% !important;
  }

  .w-pc-xl--80 {
    width: 80% !important;
  }

  .w-pc-xl--85 {
    width: 85% !important;
  }

  .w-pc-xl--90 {
    width: 90% !important;
  }

  .w-pc-xl--95 {
    width: 95% !important;
  }

  .w-pc-xl--100 {
    width: 100% !important;
  }
}
@media (min-width: 1368px) {
  .w-px-xxl--10 {
    width: 10px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--20 {
    width: 20px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--30 {
    width: 30px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--40 {
    width: 40px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--50 {
    width: 50px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--60 {
    width: 60px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--70 {
    width: 70px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--80 {
    width: 80px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--90 {
    width: 90px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--100 {
    width: 100px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--110 {
    width: 110px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--120 {
    width: 120px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--130 {
    width: 130px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--140 {
    width: 140px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--150 {
    width: 150px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--160 {
    width: 160px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--170 {
    width: 170px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--180 {
    width: 180px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--190 {
    width: 190px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--200 {
    width: 200px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--210 {
    width: 210px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--220 {
    width: 220px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--230 {
    width: 230px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--240 {
    width: 240px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--250 {
    width: 250px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--260 {
    width: 260px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--270 {
    width: 270px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--280 {
    width: 280px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--290 {
    width: 290px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--300 {
    width: 300px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--310 {
    width: 310px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--320 {
    width: 320px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--330 {
    width: 330px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--340 {
    width: 340px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--350 {
    width: 350px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--360 {
    width: 360px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--370 {
    width: 370px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--380 {
    width: 380px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--390 {
    width: 390px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--400 {
    width: 400px !important;
    flex-shrink: 0;
  }

  .w-px-xxl--inherit {
    width: inherit !important;
  }

  .w-px-xxl--auto {
    width: auto !important;
  }

  .w-min-px-xxl--10 {
    min-width: 10px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--20 {
    min-width: 20px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--30 {
    min-width: 30px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--40 {
    min-width: 40px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--50 {
    min-width: 50px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--60 {
    min-width: 60px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--70 {
    min-width: 70px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--80 {
    min-width: 80px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--90 {
    min-width: 90px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--100 {
    min-width: 100px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--110 {
    min-width: 110px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--120 {
    min-width: 120px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--130 {
    min-width: 130px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--140 {
    min-width: 140px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--150 {
    min-width: 150px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--160 {
    min-width: 160px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--170 {
    min-width: 170px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--180 {
    min-width: 180px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--190 {
    min-width: 190px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--200 {
    min-width: 200px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--210 {
    min-width: 210px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--220 {
    min-width: 220px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--230 {
    min-width: 230px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--240 {
    min-width: 240px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--250 {
    min-width: 250px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--260 {
    min-width: 260px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--270 {
    min-width: 270px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--280 {
    min-width: 280px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--290 {
    min-width: 290px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--300 {
    min-width: 300px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--310 {
    min-width: 310px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--320 {
    min-width: 320px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--330 {
    min-width: 330px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--340 {
    min-width: 340px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--350 {
    min-width: 350px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--360 {
    min-width: 360px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--370 {
    min-width: 370px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--380 {
    min-width: 380px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--390 {
    min-width: 390px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--400 {
    min-width: 400px !important;
    flex-shrink: 0;
  }

  .w-min-px-xxl--inherit {
    min-width: inherit !important;
  }

  .w-min-px-xxl--auto {
    min-width: auto !important;
  }

  .w-max-px-xxl--10 {
    max-width: 10px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--20 {
    max-width: 20px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--30 {
    max-width: 30px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--40 {
    max-width: 40px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--50 {
    max-width: 50px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--60 {
    max-width: 60px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--70 {
    max-width: 70px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--80 {
    max-width: 80px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--90 {
    max-width: 90px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--100 {
    max-width: 100px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--110 {
    max-width: 110px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--120 {
    max-width: 120px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--130 {
    max-width: 130px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--140 {
    max-width: 140px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--150 {
    max-width: 150px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--160 {
    max-width: 160px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--170 {
    max-width: 170px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--180 {
    max-width: 180px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--190 {
    max-width: 190px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--200 {
    max-width: 200px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--210 {
    max-width: 210px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--220 {
    max-width: 220px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--230 {
    max-width: 230px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--240 {
    max-width: 240px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--250 {
    max-width: 250px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--260 {
    max-width: 260px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--270 {
    max-width: 270px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--280 {
    max-width: 280px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--290 {
    max-width: 290px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--300 {
    max-width: 300px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--310 {
    max-width: 310px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--320 {
    max-width: 320px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--330 {
    max-width: 330px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--340 {
    max-width: 340px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--350 {
    max-width: 350px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--360 {
    max-width: 360px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--370 {
    max-width: 370px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--380 {
    max-width: 380px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--390 {
    max-width: 390px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--400 {
    max-width: 400px !important;
    flex-shrink: 0;
  }

  .w-max-px-xxl--inherit {
    max-width: inherit !important;
  }

  .w-max-px-xxl--auto {
    max-width: auto !important;
  }

  .w-pc-xxl--5 {
    width: 5% !important;
  }

  .w-pc-xxl--10 {
    width: 10% !important;
  }

  .w-pc-xxl--15 {
    width: 15% !important;
  }

  .w-pc-xxl--20 {
    width: 20% !important;
  }

  .w-pc-xxl--25 {
    width: 25% !important;
  }

  .w-pc-xxl--30 {
    width: 30% !important;
  }

  .w-pc-xxl--35 {
    width: 35% !important;
  }

  .w-pc-xxl--40 {
    width: 40% !important;
  }

  .w-pc-xxl--45 {
    width: 45% !important;
  }

  .w-pc-xxl--50 {
    width: 50% !important;
  }

  .w-pc-xxl--55 {
    width: 55% !important;
  }

  .w-pc-xxl--60 {
    width: 60% !important;
  }

  .w-pc-xxl--65 {
    width: 65% !important;
  }

  .w-pc-xxl--70 {
    width: 70% !important;
  }

  .w-pc-xxl--75 {
    width: 75% !important;
  }

  .w-pc-xxl--80 {
    width: 80% !important;
  }

  .w-pc-xxl--85 {
    width: 85% !important;
  }

  .w-pc-xxl--90 {
    width: 90% !important;
  }

  .w-pc-xxl--95 {
    width: 95% !important;
  }

  .w-pc-xxl--100 {
    width: 100% !important;
  }
}
[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}

.simplebar-mask {
  bottom: 0;
  direction: inherit;
  height: auto !important;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  z-index: 0;
}

.simplebar-offset {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  box-sizing: inherit !important;
  direction: inherit !important;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  resize: none !important;
  right: 0;
  top: 0;
}

.simplebar-content-wrapper {
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  position: relative;
  visibility: visible;
  width: auto;
}

.simplebar-content::before, .simplebar-content::after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1000%;
  z-index: -1;
}

.simplebar-track {
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 0.3;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 8px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  bottom: 2px;
  top: 2px;
}
.simplebar-track.simplebar-horizontal {
  height: 8px;
  left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 4px;
  left: 0;
  min-height: 0;
  min-width: 10px;
  right: auto;
  top: 2px;
  width: auto;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-scrollbar {
  min-height: 10px;
  position: absolute;
  right: 2px;
  width: 4px;
}
.simplebar-scrollbar::before {
  background: #000;
  border-radius: 7px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.2s linear;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  height: 500px;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  visibility: hidden;
  width: 500px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.width {
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  position: relative;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

/* Fix Chrome background yellow */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.desktop {
  display: block;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

body, input, textarea, select {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .embed {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
  }
  .embed iframe,
.embed object,
.embed embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .embed-sm {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
  }
  .embed-sm iframe,
.embed-sm object,
.embed-sm embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .embed-md {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
  }
  .embed-md iframe,
.embed-md object,
.embed-md embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .embed-lg {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
  }
  .embed-lg iframe,
.embed-lg object,
.embed-lg embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 1367.98px) {
  .embed-xl {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
  }
  .embed-xl iframe,
.embed-xl object,
.embed-xl embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.embed-xxl {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.embed-xxl iframe,
.embed-xxl object,
.embed-xxl embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?2abls5");
  src: url("fonts/icomoon.eot?2abls5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?2abls5") format("truetype"), url("fonts/icomoon.woff?2abls5") format("woff"), url("fonts/icomoon.svg?2abls5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user-plus-medium:before {
  content: "";
}

.icon-user-plus-solid:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-partner-medium:before {
  content: "";
}

.icon-partner-solid:before {
  content: "";
}

.icon-partner:before {
  content: "";
}

.icon-user-group-medium:before {
  content: "";
}

.icon-user-group-solid:before {
  content: "";
}

.icon-user-group:before {
  content: "";
}

.icon-edit-medium:before {
  content: "";
}

.icon-edit-solid:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-focus-medium:before {
  content: "";
}

.icon-focus-solid:before {
  content: "";
}

.icon-focus:before {
  content: "";
}

.icon-upload-medium:before {
  content: "";
}

.icon-upload-solid:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-activity-medium:before {
  content: "";
}

.icon-activity-solid:before {
  content: "";
}

.icon-activity:before {
  content: "";
}

.icon-ads-medium:before {
  content: "";
}

.icon-ads-solid:before {
  content: "";
}

.icon-ads:before {
  content: "";
}

.icon-resend-medium:before {
  content: "";
}

.icon-resend-solid:before {
  content: "";
}

.icon-resend:before {
  content: "";
}

.icon-add-circle-medium:before {
  content: "";
}

.icon-add-circle-solid:before {
  content: "";
}

.icon-add-circle:before {
  content: "";
}

.icon-calendar-medium:before {
  content: "";
}

.icon-calendar-solid:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-download-medium:before {
  content: "";
}

.icon-download-solid:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-eye-medium:before {
  content: "";
}

.icon-eye-solid:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-smile-beam-medium:before {
  content: "";
}

.icon-smile-beam-solid:before {
  content: "";
}

.icon-smile-beam:before {
  content: "";
}

.icon-smile-dizzy-medium:before {
  content: "";
}

.icon-smile-dizzy-solid:before {
  content: "";
}

.icon-smile-dizzy:before {
  content: "";
}

.icon-smile-grimace-medium:before {
  content: "";
}

.icon-smile-grimace-solid:before {
  content: "";
}

.icon-smile-grimace:before {
  content: "";
}

.icon-smile-happy-medium:before {
  content: "";
}

.icon-smile-happy-solid:before {
  content: "";
}

.icon-smile-happy:before {
  content: "";
}

.icon-smile-sweat-medium:before {
  content: "";
}

.icon-smile-sweat-solid:before {
  content: "";
}

.icon-smile-sweat:before {
  content: "";
}

.icon-smile-wink-medium:before {
  content: "";
}

.icon-smile-wink-solid:before {
  content: "";
}

.icon-smile-wink:before {
  content: "";
}

.icon-time-medium:before {
  content: "";
}

.icon-time-solid:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-location-solid:before {
  content: "";
}

.icon-arrow-bottom-medium:before {
  content: "";
}

.icon-arrow-bottom-solid:before {
  content: "";
}

.icon-arrow-bottom:before {
  content: "";
}

.icon-arrow-circle-bottom-medium:before {
  content: "";
}

.icon-arrow-circle-bottom-solid:before {
  content: "";
}

.icon-arrow-circle-bottom:before {
  content: "";
}

.icon-arrow-circle-left-medium:before {
  content: "";
}

.icon-arrow-circle-left-solid:before {
  content: "";
}

.icon-arrow-circle-left:before {
  content: "";
}

.icon-arrow-circle-right-medium:before {
  content: "";
}

.icon-arrow-circle-right-solid:before {
  content: "";
}

.icon-arrow-circle-right:before {
  content: "";
}

.icon-arrow-circle-top-medium:before {
  content: "";
}

.icon-arrow-circle-top-solid:before {
  content: "";
}

.icon-arrow-circle-top:before {
  content: "";
}

.icon-arrow-left-medium:before {
  content: "";
}

.icon-arrow-left-solid:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right-medium:before {
  content: "";
}

.icon-arrow-right-solid:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-top-medium:before {
  content: "";
}

.icon-arrow-top-solid:before {
  content: "";
}

.icon-arrow-top:before {
  content: "";
}

.icon-bus-solid:before {
  content: "";
}

.icon-capacity-medium:before {
  content: "";
}

.icon-capacity-solid:before {
  content: "";
}

.icon-capacity:before {
  content: "";
}

.icon-car-solid:before {
  content: "";
}

.icon-change-medium:before {
  content: "";
}

.icon-change-solid:before {
  content: "";
}

.icon-change:before {
  content: "";
}

.icon-check-circle-medium:before {
  content: "";
}

.icon-check-circle-solid:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-check-medium:before {
  content: "";
}

.icon-check-solid:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-close-circle-medium:before {
  content: "";
}

.icon-close-circle-solid:before {
  content: "";
}

.icon-close-circle:before {
  content: "";
}

.icon-close-medium:before {
  content: "";
}

.icon-close-solid:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-cloud-medium:before {
  content: "";
}

.icon-cloud-solid:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-eat-solid:before {
  content: "";
}

.icon-external-medium:before {
  content: "";
}

.icon-external-solid:before {
  content: "";
}

.icon-external:before {
  content: "";
}

.icon-facebook-solid:before {
  content: "";
}

.icon-gallery-medium:before {
  content: "";
}

.icon-gallery-solid:before {
  content: "";
}

.icon-gallery:before {
  content: "";
}

.icon-heart-medium:before {
  content: "";
}

.icon-heart-solid:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-history-medium:before {
  content: "";
}

.icon-history-solid:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-info-medium:before {
  content: "";
}

.icon-info-solid:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-instagram-solid:before {
  content: "";
}

.icon-lock-medium:before {
  content: "";
}

.icon-lock-solid:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-mail-medium:before {
  content: "";
}

.icon-mail-solid:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-mailo-medium:before {
  content: "";
}

.icon-mailo-solid:before {
  content: "";
}

.icon-mailo:before {
  content: "";
}

.icon-max-medium:before {
  content: "";
}

.icon-max-solid:before {
  content: "";
}

.icon-max:before {
  content: "";
}

.icon-min-medium:before {
  content: "";
}

.icon-min-solid:before {
  content: "";
}

.icon-min:before {
  content: "";
}

.icon-notify-medium:before {
  content: "";
}

.icon-notify-solid:before {
  content: "";
}

.icon-notify:before {
  content: "";
}

.icon-park-solid:before {
  content: "";
}

.icon-pet-solid:before {
  content: "";
}

.icon-photo-medium:before {
  content: "";
}

.icon-photo-solid:before {
  content: "";
}

.icon-photo:before {
  content: "";
}

.icon-ping-medium:before {
  content: "";
}

.icon-ping-solid:before {
  content: "";
}

.icon-ping:before {
  content: "";
}

.icon-school-solid:before {
  content: "";
}

.icon-search-medium:before {
  content: "";
}

.icon-search-solid:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-share-medium:before {
  content: "";
}

.icon-share-solid:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-shop-solid:before {
  content: "";
}

.icon-signoff-medium:before {
  content: "";
}

.icon-signoff-solid:before {
  content: "";
}

.icon-signoff:before {
  content: "";
}

.icon-statistic-medium:before {
  content: "";
}

.icon-statistic-solid:before {
  content: "";
}

.icon-statistic:before {
  content: "";
}

.icon-trash-medium:before {
  content: "";
}

.icon-trash-solid:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-twitter-solid:before {
  content: "";
}

.icon-user-circle-medium:before {
  content: "";
}

.icon-user-circle-solid:before {
  content: "";
}

.icon-user-circle:before {
  content: "";
}

.icon-user-medium:before {
  content: "";
}

.icon-user-solid:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-warning-medium:before {
  content: "";
}

.icon-warning-solid:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-youtube-solid:before {
  content: "";
}

h2 {
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (min-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
.g-btn {
  padding: 10px 25px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  border: none;
  text-transform: uppercase;
  min-width: 180px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.g-btn:hover {
  text-decoration: none;
}
.g-btn--small {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}
.g-btn--low {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
}
.g-btn--primary {
  color: #fff;
  background: #FF2E63;
}
.g-btn--primary:hover {
  color: #fff;
  background: #e10039;
}
.g-btn--primary-outline {
  border: 1px solid #FF2E63;
  color: #FF2E63;
  background-color: transparent;
}
.g-btn--primary-outline:hover {
  background-color: #FF2E63 !important;
  color: #fff;
}
.g-btn--secundary {
  background: #fff;
  border: 1px solid #00CCC9;
  color: #00CCC9;
}
.g-btn--secundary:hover {
  background: #009997;
  color: #fff;
}
.g-btn--blue {
  color: #fff;
  background: #3669BB;
}
.g-btn--blue:hover {
  background: #2b5393;
}
.g-btn--green {
  color: #fff;
  background: #128C7E;
}
.g-btn--green:hover {
  background: #0c5f55;
}
.g-btn--black {
  border: 1px solid #777777;
  color: #333;
  background: #fff;
}
.g-btn--flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  min-height: 44px;
}

.main {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .main {
    padding-top: 50px;
  }
}

.fixedTop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.fullwidth .width {
  max-width: inherit;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media (max-width: 991.98px) {
  .header .wrap {
    height: 50px;
  }
}

.banner {
  background: url("../images/banner.jpg") top center no-repeat;
  height: 80vh;
  padding: 25px 0;
  display: flex;
  align-items: flex-end;
}

@media only screen and (min-width: 576px) {
  .banner {
    height: 590px;
    padding-bottom: 65px;
  }
}
.search {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 15px;
  max-width: 720px;
  margin: auto;
}

@media only screen and (min-width: 576px) {
  .search {
    padding: 25px;
  }
}
.search .title {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px;
}

@media only screen and (min-width: 576px) {
  .search .title {
    font-size: 36px;
  }
}
.search .block input:first-child {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .search .block {
    display: flex;
  }

  .search .block input {
    margin-left: 15px;
  }

  .search .block input:first-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.news {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .news {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.news .item {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

@media only screen and (min-width: 576px) {
  .news .item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 989px) {
  .news .item {
    width: calc(25% - 20px);
  }
}
.news .item img {
  display: block;
  width: 100%;
}

.news .item .content {
  padding: 15px;
}

.news .item .title {
  margin: 0;
  font-size: 18px;
}

.news .item .title a {
  color: #333333;
  font-weight: 500;
}

.news .item .more {
  text-transform: uppercase;
  margin: 0;
}

.footer .block {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .footer .block {
    padding-bottom: 30px;
  }
}

.footer .block a {
  color: #333;
}

.footer .item {
  display: none;
}

@media only screen and (min-width: 767px) {
  .footer .item {
    display: block;
  }
}
.footer .item.follow {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .footer .item.follow {
    width: auto;
  }
}
.footer .item.follow [class^=icon-] {
  font-size: 130%;
}

.footer .item.follow .title {
  text-align: center;
}

.footer .item.follow ul {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 767px) {
  .footer .item.follow ul {
    display: block;
  }
}
.footer .item.follow ul li {
  width: 50%;
}

.footer .item.follow ul li a {
  justify-content: center;
}

@media only screen and (min-width: 767px) {
  .footer .item.follow ul li a {
    justify-content: flex-start;
  }
}
.footer .item .title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
}

.footer .item li {
  line-height: 1.2;
  margin: 7px 0;
}

.footer p {
  margin: 0;
}

.footer .all {
  margin-top: 5px;
}

@media only screen and (min-width: 767px) {
  .footer .all {
    margin-top: 0;
  }
}
.footer .copy {
  padding: 15px 0;
  color: #999999;
  font-size: 90%;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .footer .copy {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 767px) {
  .campain {
    display: flex;
    justify-content: space-between;
  }
}
.campain .type {
  text-transform: uppercase;
  font-weight: 500;
}

.campain .item {
  margin: 25px 0;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 767px) {
  .campain .item {
    width: calc(50% - 10px);
    padding: 30px;
  }
}
.campain .title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px) {
  .campain .title {
    font-size: 24px;
  }
}
.campain .title br {
  display: none;
}

@media only screen and (min-width: 576px) {
  .campain .title br {
    display: block;
  }
}
.form-control {
  margin-bottom: 15px;
}

.form-space {
  margin-top: 50px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-space:before,
.form-space:after {
  width: 45%;
  content: "";
  height: 1px;
  display: block;
  background: #ddd;
}

input, textarea, select {
  border: 1px solid #ccc;
  min-height: 44px;
}

.form-submit {
  margin-top: 35px;
}

#map {
  height: 100vh;
  width: 100wv;
}

.fixedBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  overflow: auto;
  padding-top: 20px;
}

@media (min-width: 992px) {
  .fixedBottom {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    padding-top: 0;
    background-color: #fff;
    overflow: visible;
  }
}
.menu {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.menu ul {
  display: flex;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .menu ul {
    justify-content: center;
  }
}
.menu ul li {
  padding: 10px 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border-right: 1px solid #eee;
}
@media (min-width: 992px) {
  .menu ul li {
    margin-left: 1px;
    min-width: inherit;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 23px;
    padding-right: 23px;
    border-right: none;
  }
}
.menu ul li .item {
  min-width: 90px;
}
.menu ul li .name {
  line-height: 1.2;
  white-space: nowrap;
}
.menu ul li:first-child {
  margin-left: 0;
}
.menu ul li.active {
  background: #DAF9F8;
}
.menu ul li.active::before {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-color: transparent transparent #DAF9F8 transparent;
  border-style: solid;
  border-width: 16px 50px;
}
.menu ul li.active:hover::before {
  border-color: transparent transparent #BCF4F4 transparent;
}
.menu ul li:hover:hover, .menu ul li.active:hover {
  background-color: #BCF4F4;
}
.menu ul li i {
  font-size: 22px;
  margin-bottom: 4px;
  display: block;
}
@media (min-width: 576px) {
  .menu ul li i {
    font-size: 32px;
    margin-bottom: 7px;
  }
}
.menu--vert ul {
  display: block;
  border-right: 1px solid #EEEEEE;
  width: 100px;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .menu--vert ul {
    width: 140px;
  }
}
.menu--vert ul li {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #EEEEEE;
}
.menu--vert ul li:first-child {
  border-top: none;
}
.menu--vert ul li.active::before {
  top: 0;
  left: auto;
  right: -30px;
  transform: none;
  border-color: transparent transparent transparent #DAF9F8;
  border-width: 46px 15px;
}
.menu--vert ul li.active:hover::before {
  border-color: transparent transparent transparent #BCF4F4;
}

.aside-preview {
  display: none;
  position: fixed;
  right: 0;
  top: 50px;
  width: 465px;
  z-index: 1;
  background: #fff;
  height: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 767px) {
  .aside-preview {
    display: block;
  }
}
.aside-options {
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  background: #fff;
  height: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media (min-width: 992px) {
  .aside-options {
    z-index: 1;
    width: 260px;
  }
}

.aside-wrap {
  overflow: scroll;
  height: calc(100vh - 50px);
}
@media (min-width: 992px) {
  .aside-wrap {
    height: calc(100vh - 147px);
  }
}

.collapse .item .title {
  padding: 15px;
  border-top: 1px solid #DDDDDD;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.collapse .item .title i {
  font-size: 24px;
}

.collapse .item .title .name {
  font-weight: 500;
}

.collapse .item .content:not(:empty) {
  padding: 15px;
  border-top: 1px solid #DDDDDD;
}

.collapse .item .content ul li {
  margin: 3px 0;
}

.collapse .item .content ul li span {
  cursor: pointer;
}

.tags ul {
  display: flex;
  flex-wrap: wrap;
}
.tags ul li {
  align-items: center;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 3px 7px;
  cursor: pointer;
}
.tags ul li .name {
  margin-right: 5px;
}
.tags ul li i {
  color: #666;
}
.tags ul li:hover {
  background-color: #eee;
}

.aside-close {
  position: absolute;
  top: 15px;
  right: -45px;
  padding: 0;
  background: #DAF9F8;
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.aside-preview .aside-close {
  left: -45px;
  right: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.1);
}
.aside-gallery {
  display: flex;
  justify-content: space-between;
  line-height: 0;
  position: relative;
}
.aside-gallery .item {
  line-height: 0;
  margin-bottom: 2px;
}
.aside-gallery .photo {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #C4C4C4;
  border-radius: 4px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
}
.aside-gallery .photo span {
  margin-left: 5px;
  font-weight: 500;
}
.aside-footer .item {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.aside-featured {
  display: flex;
  padding: 0 2px;
}
.aside-featured > div {
  width: 50%;
  padding: 10px 15px;
  background-color: #eee;
  font-size: 24px;
  font-weight: 600;
}
.aside-featured span {
  font-weight: 600;
}
.aside-featured .rate {
  background-color: #DAF9F8;
  margin-left: 2px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #FF2E63;
}

.icons {
  display: flex;
  flex-wrap: wrap;
  counter-reset: item;
}
.icons .item {
  border-radius: 10px;
  width: 29%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 25px;
  margin: 2%;
  counter-increment: item;
  position: relative;
}
.icons .item i {
  font-size: 48px;
}
.icons .item span {
  display: block;
  margin-top: 10px;
}
.icons .item::before {
  content: counter(item);
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  font-weight: 600;
  font-size: 11px;
  border: 1px solid #bbb;
}

.g-checkbox,
.g-radio {
  min-height: 20px;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.g-checkbox input,
.g-radio input {
  display: none;
}
.g-checkbox-mark,
.g-radio-mark {
  background-color: #f6fbff;
  border: 2px solid #bbb;
  border-radius: 5px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-checkbox-mark::before,
.g-radio-mark::before {
  content: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.g-checkbox span,
.g-radio span {
  display: flex;
}

.g-radio-mark {
  border-radius: 50%;
}
.g-radio-mark::before {
  background-color: #00CCC9;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.g-checkbox input:checked ~ .g-checkbox-mark,
.g-radio input:checked ~ .g-radio-mark {
  border-color: #00CCC9;
}

.g-checkbox input:checked ~ .g-checkbox-mark::before {
  font-family: "icomoon";
  content: "";
  color: #00CCC9;
}

.g-radio input:checked ~ .g-radio-mark::before {
  content: "";
}

.g-list {
  margin-bottom: 25px;
}
.g-list .item {
  display: flex;
}
.g-list .item .name {
  width: 180px;
}
.g-list .item .info {
  color: #FF2E63;
}
.g-list--li {
  display: flex;
  flex-wrap: wrap;
}
.g-list--li li {
  width: 33%;
  padding-right: 15px;
}
.g-list--li li::before {
  font-family: "icomoon";
  content: "";
  margin-right: 10px;
}

.g-line--0 {
  line-height: 0;
}
.g-line--10 {
  line-height: 1;
}
.g-line--11 {
  line-height: 1.1;
}
.g-line--12 {
  line-height: 1.2;
}
.g-line--13 {
  line-height: 1.3;
}
.g-line--14 {
  line-height: 1.4;
}
.g-line--15 {
  line-height: 1.5;
}

.g-carrousel {
  position: relative;
}
.g-carrousel-prev, .g-carrousel-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 100%;
  left: 5px;
  top: 0;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
@media (min-width: 768px) {
  .g-carrousel-prev, .g-carrousel-next {
    font-size: 54px;
    width: 40px;
  }
}
.g-carrousel-next {
  left: auto;
  right: 5px;
}

.g-related {
  position: relative;
}
.g-related-prev, .g-related-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 135px;
  left: -45px;
  top: 50%;
  margin-top: -75px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
}
.g-related-next {
  left: auto;
  right: -45px;
}

.w-px--42 {
  width: 420px !important;
  flex-shrink: 0;
}

.w-max-px--62 {
  max-width: 620px;
}

.w-33 {
  width: 33.33%;
  flex-shrink: 0;
}

.g-mx-n--5 {
  margin-left: -5px;
  margin-right: -5px;
}

.g-mx-n--15 {
  margin-left: -15px;
  margin-right: -15px;
}

.g-b-radius--5 {
  border-radius: 5px;
}

.g-b-radius-t--5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.g-b-radius-tr--5 {
  border-top-right-radius: 5px;
}

.g-b-radius-b--5 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.g-b--solid {
  border-style: solid;
}
.g-b-top--1 {
  border-top-width: 1px;
}
.g-b-top--2 {
  border-top-width: 2px;
}
.g-b-top--3 {
  border-top-width: 3px;
}
.g-b-top--4 {
  border-top-width: 4px;
}
.g-b-top--5 {
  border-top-width: 5px;
}
.g-bc--red1 {
  border-color: #FF2E63;
}
.g-bc--red2 {
  border-color: #d81647;
}
.g-bc--green1 {
  border-color: #00CCC9;
}
.g-bc--green2 {
  border-color: #F1FFFF;
}

.g-tabs-menu {
  margin-top: 25px;
  display: flex;
}
.g-tabs-item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 1px;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
}
.g-tabs-item:hover {
  color: #333;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .g-tabs-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .g-tabs-item {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.g-tabs-item--active {
  background-color: #fff;
}

.g-search {
  position: relative;
}
@media (max-width: 991.98px) {
  .g-search {
    position: fixed;
    top: 50px;
    left: 0;
    background-color: #fff;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 2;
  }
}
.g-search-wrap {
  width: 100%;
  position: relative;
}
.g-search input {
  min-height: inherit;
  height: 38px;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .g-search input {
    padding-right: 120px;
  }
}
.g-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  background-color: transparent;
  font-size: 20px;
  width: 50px;
}
@media (max-width: 991.98px) {
  .g-search button {
    font-size: 18px;
    width: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: #FF2E63;
    color: #fff;
    text-transform: uppercase;
  }
}

.g-menu {
  box-shadow: 4px 0px 6px rgba(170, 170, 170, 0.2);
  width: 230px;
  margin-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-shrink: 0;
}
.g-menu ul {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .g-menu ul li {
    border-top: 1px solid #EEEEEE;
  }
}
@media (max-width: 1199.98px) {
  .g-menu ul li.g-menu-name--publish {
    border-bottom: 5px solid #a2aaad;
  }
}
@media (max-width: 1199.98px) {
  .g-menu ul li.g-menu-name--publish .g-menu-name {
    background-color: #DAF9F8;
    box-shadow: inset 0 0 10px #9cdcda;
  }
}
@media (max-width: 1199.98px) {
  .g-menu ul li.g-menu-name--publish .g-menu-name-title {
    font-weight: 500;
  }
}
.g-menu:hover {
  text-decoration: none;
}
.g-menu-content {
  display: none;
}
.g-menu-name {
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 0 10px;
  justify-content: space-between;
  color: #333;
}
@media (min-width: 992px) {
  .g-menu-name {
    border-left: 5px solid transparent;
    min-height: 48px;
  }
}
.g-menu-name a {
  text-decoration: none;
  color: #333;
  overflow: hidden;
}
.g-menu-name-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.g-menu-name-icon {
  margin-right: 10px;
  font-size: 18px;
  color: #333;
}
.g-menu-name-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.g-menu-name:hover {
  text-decoration: none;
}
.g-menu-name--active {
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .g-menu-name--active {
    border-color: #00CCC9;
  }
}
.g-menu-name--active .g-menu-name-icon {
  display: none !important;
}
.g-menu-name--active .g-menu-name-icon.d-none {
  display: block !important;
}
.g-menu-name--active .g-menu-name-icon {
  color: #00CCC9;
}
.g-menu-name--active .g-menu-name-title {
  font-weight: 500;
}
@media (min-width: 992px) {
  .g-menu-name:hover {
    background-color: #f5f5f5;
    border-color: #00CCC9;
  }
}
@media (min-width: 992px) {
  .g-menu-name:hover .g-menu-name-icon {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .g-menu-name:hover .g-menu-name-icon.d-none {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .g-menu-name:hover .g-menu-name-icon {
    color: #00CCC9;
  }
}
@media (min-width: 992px) {
  .g-menu-name:hover .g-menu-name-title {
    font-weight: 500;
  }
}
.g-menu-name--submenu + .g-menu-content {
  display: block;
}

.g-dropdown:hover nav {
  display: block;
}
.g-dropdown-wrap {
  background-color: #fff;
  position: absolute;
  top: 100%;
  margin-right: 0;
  padding: 0;
  right: 0;
  box-shadow: 0 5px 5px #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 260px;
  display: none;
}
@media (max-width: 991.98px) {
  .g-dropdown-wrap {
    display: none;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    height: calc(100vh - 50px);
    overflow: auto;
  }
}
.g-dropdown-wrap ul li {
  border-top: 1px solid #EEEEEE;
}
.g-dropdown-wrap ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.g-select,
.g-input {
  z-index: 1;
  border: 1px solid #ccc;
  display: block;
  position: relative;
  transition: all 0.25s linear;
  width: 100%;
  border-radius: 4px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.g-select select,
.g-select input,
.g-input select,
.g-input input {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #4a4a4a;
  outline: none;
  padding: 0 15px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.g-select-icon,
.g-input-icon {
  position: absolute;
  top: 25px;
  right: 15px;
}
.g-select-icon::before,
.g-input-icon::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #4a4a4a;
}
.g-select-label,
.g-input-label {
  font-weight: bold;
  transform: translate(0, -15px);
  display: block;
  color: #797b7f;
  cursor: text;
  font-weight: 400;
  left: 20px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 27px;
  transition: all 0.25s linear;
  white-space: nowrap;
  width: calc(100% - 25px);
  margin: 0;
}

.g-select-label {
  padding-right: 30px;
}

.g-select.g-select-focus label,
.g-input.g-input-focus label,
.g-input input:focus + label {
  font-size: 13px;
  font-weight: 300;
  transform: translate(-10px, -50px);
  width: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.g-mt-n--1 {
  margin-top: -1px;
}

.g-ml-n--25 {
  margin-left: -25px;
}

.g-right {
  position: absolute;
  top: 15px;
  right: 15px;
}

#heart {
  transition: all 0.2s ease;
}

.oblique {
  position: relative;
}
.oblique::before {
  border-style: solid;
  border-color: transparent transparent #EEEEEE transparent;
  border-width: 27px 10px;
  content: "";
  position: absolute;
  top: -26px;
  right: -9px;
}

.g-bg--green3.oblique::before {
  border-color: transparent transparent #DAF9F8 transparent;
}

.g-steps {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .g-steps {
    justify-content: space-between;
  }
}
.g-steps-item {
  background-color: #f5f5f5;
  padding: 0 15px 0 0;
  width: 31%;
  display: flex;
  align-items: center;
  position: relative;
  height: 57px;
}
@media (max-width: 767.98px) {
  .g-steps-item {
    width: 100%;
    padding-right: 30px;
    justify-content: center;
  }
}
.g-steps-item:nth-child(2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}
.g-steps-item:first-child {
  padding-left: 15px;
}
.g-steps-item:first-child::after {
  display: none;
}
.g-steps-item:last-child::before {
  display: none;
}
.g-steps-item::after, .g-steps-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  border-style: solid;
  border-color: transparent transparent transparent #f5f5f5;
  border-width: 28.5px 15px;
}
.g-steps-item::after {
  right: auto;
  left: -30px;
  border-color: #f5f5f5 #f5f5f5 #f5f5f5 transparent;
}
.g-steps-item--active {
  background-color: #00CCC9;
}
.g-steps-item--active .g-steps-item--name {
  color: #fff;
}
@media (max-width: 767.98px) {
  .g-steps-item--active .g-steps-item--name {
    display: block;
  }
}
.g-steps-item--active .g-steps-item--number {
  background-color: #fff;
  color: #333;
}
.g-steps-item--active::before {
  border-color: transparent transparent transparent #00CCC9;
}
.g-steps-item--active::after {
  border-color: #00CCC9 #00CCC9 #00CCC9 transparent;
}
.g-steps-item--number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background-color: #ddd;
  color: #858585;
  font-weight: bold;
  justify-content: center;
}
.g-steps-item--name {
  font-weight: 500;
  margin-left: 10px;
  color: #a2aaad;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .g-steps-item--name {
    display: none;
    font-size: 15px;
  }
}

.w-max-px--880 {
  max-width: 880px;
}

.table-compare tbody {
  border-bottom: 1px solid #ddd;
}
.table-compare tbody td {
  background-color: #fff;
  text-align: center;
  border-top: none;
  border-bottom: none;
  padding: 12px;
}
.table-compare tbody td.table-compare-name {
  text-align: left;
  background-color: #EEEEEE;
  width: 360px;
}
.table-compare tbody td.table-compare-heading {
  background-color: #666 !important;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
.table-compare tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.table-compare tbody tr:nth-child(odd) td.table-compare-name {
  background-color: #ddd;
}
.table-compare thead td {
  text-align: center;
  border-top: none;
  border-bottom: none;
}
.table-compare tfoot td {
  border: none;
  text-align: center;
  padding-top: 20px;
}

.g-circle {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #00CCC9;
  font-size: 10px;
  font-weight: bold;
}

.h-pc--100 {
  height: 100%;
}

@media (min-width: 992px) {
  .w-px-lg--c250 {
    width: calc(100% - 280px);
  }
}

@media (min-width: 992px) {
  .w-px-lg--c280 {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1200px) {
  .w-px-xl--c300 {
    width: calc(100% - 330px);
  }
}

@media (min-width: 1200px) {
  .w-px-xl--c330 {
    width: calc(100% - 330px);
  }
}

@media (max-width: 991.98px) {
  .w-vw-lg--c70 {
    width: calc(100vw - 40px) !important;
  }
}

.g-pt--2 {
  padding-top: 2px;
}
/*# sourceMappingURL=main.css.map */