@charset "UTF-8";

.u-hidden-block {
  visibility: hidden !important;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: inherit;
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

img {
  border-style: none;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  outline: none;
}

button,
select,
input,
textarea {
  outline: none;
}

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

ul,
ol {
  padding-left: 20px;
}

.u-background-effect~.u-container-layout {
  cursor: pointer;
}

.u-effect-hover-liftUp:hover>.u-container-layout {
  z-index: 2;
}

.u-btn {
  /*display: inline-block;*/
  display: table;
  /*TODO maye need another solution for negative marin*/
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline: none !important;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  font-style: initial;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px 30px;
  border-radius: 0;
  --border-radius: 0;
  align-self: flex-start;
}

.u-btn:focus,
.u-btn:active:focus,
.u-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.u-btn:hover,
.u-btn:focus {
  text-decoration: none;
}

.u-btn:active,
.u-btn.active {
  outline: 0;
  background-image: none;
}

.u-btn.disabled,
.u-btn[disabled] {
  opacity: 0.6;
}

.u-button-style.u-border-no-right.u-border-no-left.u-border-no-bottom,
.u-button-style.u-border-no-top.u-border-no-left.u-border-no-bottom,
.u-button-style.u-border-no-top.u-border-no-right.u-border-no-bottom,
.u-button-style.u-border-no-top.u-border-no-right.u-border-no-left,
.u-btn-rectangle {
  border-radius: 0 !important;
}

.u-button-style {
  transition-property: background-color, color, border-color;
}

.u-text a,
.u-post-content a,
.u-product-control.u-text a {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

.u-filter-item a,
.u-nav-link,
.u-tab-link {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content):not(.u-checkout-block-content) a {
  color: inherit;
}

.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content):not(.u-checkout-block-content) a,
.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content):not(.u-checkout-block-content) a:hover {
  text-decoration: none;
}

.u-image.u-logo {
  display: table;
  white-space: nowrap;
}

.u-image.u-logo img {
  display: block;
}

.u-form-vertical.u-form-spacing-50 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-50 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 50px;
}

.u-form-vertical.u-form-spacing-50 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-50 .u-form-step .u-form-group.u-image {
  margin-left: 50px !important;
}

.u-form-vertical.u-form-spacing-49 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-49 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 49px;
}

.u-form-vertical.u-form-spacing-49 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-49 .u-form-step .u-form-group.u-image {
  margin-left: 49px !important;
}

.u-form-vertical.u-form-spacing-48 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-48 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 48px;
}

.u-form-vertical.u-form-spacing-48 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-48 .u-form-step .u-form-group.u-image {
  margin-left: 48px !important;
}

.u-form-vertical.u-form-spacing-47 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-47 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 47px;
}

.u-form-vertical.u-form-spacing-47 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-47 .u-form-step .u-form-group.u-image {
  margin-left: 47px !important;
}

.u-form-vertical.u-form-spacing-46 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-46 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 46px;
}

.u-form-vertical.u-form-spacing-46 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-46 .u-form-step .u-form-group.u-image {
  margin-left: 46px !important;
}

.u-form-vertical.u-form-spacing-45 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-45 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 45px;
}

.u-form-vertical.u-form-spacing-45 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-45 .u-form-step .u-form-group.u-image {
  margin-left: 45px !important;
}

.u-form-vertical.u-form-spacing-44 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-44 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 44px;
}

.u-form-vertical.u-form-spacing-44 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-44 .u-form-step .u-form-group.u-image {
  margin-left: 44px !important;
}

.u-form-vertical.u-form-spacing-43 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-43 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 43px;
}

.u-form-vertical.u-form-spacing-43 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-43 .u-form-step .u-form-group.u-image {
  margin-left: 43px !important;
}

.u-form-vertical.u-form-spacing-42 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-42 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 42px;
}

.u-form-vertical.u-form-spacing-42 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-42 .u-form-step .u-form-group.u-image {
  margin-left: 42px !important;
}

.u-form-vertical.u-form-spacing-41 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-41 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 41px;
}

.u-form-vertical.u-form-spacing-41 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-41 .u-form-step .u-form-group.u-image {
  margin-left: 41px !important;
}

.u-form-vertical.u-form-spacing-40 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-40 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 40px;
}

.u-form-vertical.u-form-spacing-40 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-40 .u-form-step .u-form-group.u-image {
  margin-left: 40px !important;
}

.u-form-vertical.u-form-spacing-39 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-39 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 39px;
}

.u-form-vertical.u-form-spacing-39 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-39 .u-form-step .u-form-group.u-image {
  margin-left: 39px !important;
}

.u-form-vertical.u-form-spacing-38 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-38 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 38px;
}

.u-form-vertical.u-form-spacing-38 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-38 .u-form-step .u-form-group.u-image {
  margin-left: 38px !important;
}

.u-form-vertical.u-form-spacing-37 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-37 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 37px;
}

.u-form-vertical.u-form-spacing-37 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-37 .u-form-step .u-form-group.u-image {
  margin-left: 37px !important;
}

.u-form-vertical.u-form-spacing-36 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-36 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 36px;
}

.u-form-vertical.u-form-spacing-36 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-36 .u-form-step .u-form-group.u-image {
  margin-left: 36px !important;
}

.u-form-vertical.u-form-spacing-35 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-35 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 35px;
}

.u-form-vertical.u-form-spacing-35 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-35 .u-form-step .u-form-group.u-image {
  margin-left: 35px !important;
}

.u-form-vertical.u-form-spacing-34 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-34 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 34px;
}

.u-form-vertical.u-form-spacing-34 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-34 .u-form-step .u-form-group.u-image {
  margin-left: 34px !important;
}

.u-form-vertical.u-form-spacing-33 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-33 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 33px;
}

.u-form-vertical.u-form-spacing-33 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-33 .u-form-step .u-form-group.u-image {
  margin-left: 33px !important;
}

.u-form-vertical.u-form-spacing-32 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-32 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 32px;
}

.u-form-vertical.u-form-spacing-32 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-32 .u-form-step .u-form-group.u-image {
  margin-left: 32px !important;
}

.u-form-vertical.u-form-spacing-31 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-31 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 31px;
}

.u-form-vertical.u-form-spacing-31 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-31 .u-form-step .u-form-group.u-image {
  margin-left: 31px !important;
}

.u-form-vertical.u-form-spacing-30 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-30 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 30px;
}

.u-form-vertical.u-form-spacing-30 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-30 .u-form-step .u-form-group.u-image {
  margin-left: 30px !important;
}

.u-form-vertical.u-form-spacing-29 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-29 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 29px;
}

.u-form-vertical.u-form-spacing-29 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-29 .u-form-step .u-form-group.u-image {
  margin-left: 29px !important;
}

.u-form-vertical.u-form-spacing-28 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-28 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 28px;
}

.u-form-vertical.u-form-spacing-28 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-28 .u-form-step .u-form-group.u-image {
  margin-left: 28px !important;
}

.u-form-vertical.u-form-spacing-27 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-27 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 27px;
}

.u-form-vertical.u-form-spacing-27 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-27 .u-form-step .u-form-group.u-image {
  margin-left: 27px !important;
}

.u-form-vertical.u-form-spacing-26 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-26 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 26px;
}

.u-form-vertical.u-form-spacing-26 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-26 .u-form-step .u-form-group.u-image {
  margin-left: 26px !important;
}

.u-form-vertical.u-form-spacing-25 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-25 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 25px;
}

.u-form-vertical.u-form-spacing-25 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-25 .u-form-step .u-form-group.u-image {
  margin-left: 25px !important;
}

.u-form-vertical.u-form-spacing-24 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-24 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 24px;
}

.u-form-vertical.u-form-spacing-24 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-24 .u-form-step .u-form-group.u-image {
  margin-left: 24px !important;
}

.u-form-vertical.u-form-spacing-23 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-23 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 23px;
}

.u-form-vertical.u-form-spacing-23 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-23 .u-form-step .u-form-group.u-image {
  margin-left: 23px !important;
}

.u-form-vertical.u-form-spacing-22 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-22 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 22px;
}

.u-form-vertical.u-form-spacing-22 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-22 .u-form-step .u-form-group.u-image {
  margin-left: 22px !important;
}

.u-form-vertical.u-form-spacing-21 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-21 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 21px;
}

.u-form-vertical.u-form-spacing-21 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-21 .u-form-step .u-form-group.u-image {
  margin-left: 21px !important;
}

.u-form-vertical.u-form-spacing-20 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-20 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 20px;
}

.u-form-vertical.u-form-spacing-20 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-20 .u-form-step .u-form-group.u-image {
  margin-left: 20px !important;
}

.u-form-vertical.u-form-spacing-19 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-19 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 19px;
}

.u-form-vertical.u-form-spacing-19 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-19 .u-form-step .u-form-group.u-image {
  margin-left: 19px !important;
}

.u-form-vertical.u-form-spacing-18 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-18 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 18px;
}

.u-form-vertical.u-form-spacing-18 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-18 .u-form-step .u-form-group.u-image {
  margin-left: 18px !important;
}

.u-form-vertical.u-form-spacing-17 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-17 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 17px;
}

.u-form-vertical.u-form-spacing-17 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-17 .u-form-step .u-form-group.u-image {
  margin-left: 17px !important;
}

.u-form-vertical.u-form-spacing-16 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-16 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 16px;
}

.u-form-vertical.u-form-spacing-16 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-16 .u-form-step .u-form-group.u-image {
  margin-left: 16px !important;
}

.u-form-vertical.u-form-spacing-15 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-15 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 15px;
}

.u-form-vertical.u-form-spacing-15 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-15 .u-form-step .u-form-group.u-image {
  margin-left: 15px !important;
}

.u-form-vertical.u-form-spacing-14 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-14 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 14px;
}

.u-form-vertical.u-form-spacing-14 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-14 .u-form-step .u-form-group.u-image {
  margin-left: 14px !important;
}

.u-form-vertical.u-form-spacing-13 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-13 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 13px;
}

.u-form-vertical.u-form-spacing-13 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-13 .u-form-step .u-form-group.u-image {
  margin-left: 13px !important;
}

.u-form-vertical.u-form-spacing-12 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-12 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 12px;
}

.u-form-vertical.u-form-spacing-12 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-12 .u-form-step .u-form-group.u-image {
  margin-left: 12px !important;
}

.u-form-vertical.u-form-spacing-11 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-11 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 11px;
}

.u-form-vertical.u-form-spacing-11 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-11 .u-form-step .u-form-group.u-image {
  margin-left: 11px !important;
}

.u-form-vertical.u-form-spacing-10 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-10 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 10px;
}

.u-form-vertical.u-form-spacing-10 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-10 .u-form-step .u-form-group.u-image {
  margin-left: 10px !important;
}

.u-form-vertical.u-form-spacing-9 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-9 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 9px;
}

.u-form-vertical.u-form-spacing-9 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-9 .u-form-step .u-form-group.u-image {
  margin-left: 9px !important;
}

.u-form-vertical.u-form-spacing-8 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-8 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 8px;
}

.u-form-vertical.u-form-spacing-8 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-8 .u-form-step .u-form-group.u-image {
  margin-left: 8px !important;
}

.u-form-vertical.u-form-spacing-7 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-7 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 7px;
}

.u-form-vertical.u-form-spacing-7 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-7 .u-form-step .u-form-group.u-image {
  margin-left: 7px !important;
}

.u-form-vertical.u-form-spacing-6 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-6 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 6px;
}

.u-form-vertical.u-form-spacing-6 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-6 .u-form-step .u-form-group.u-image {
  margin-left: 6px !important;
}

.u-form-vertical.u-form-spacing-5 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-5 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 5px;
}

.u-form-vertical.u-form-spacing-5 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-5 .u-form-step .u-form-group.u-image {
  margin-left: 5px !important;
}

.u-form-vertical.u-form-spacing-4 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-4 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 4px;
}

.u-form-vertical.u-form-spacing-4 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-4 .u-form-step .u-form-group.u-image {
  margin-left: 4px !important;
}

.u-form-vertical.u-form-spacing-3 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-3 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 3px;
}

.u-form-vertical.u-form-spacing-3 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-3 .u-form-step .u-form-group.u-image {
  margin-left: 3px !important;
}

.u-form-vertical.u-form-spacing-2 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-2 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 2px;
}

.u-form-vertical.u-form-spacing-2 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-2 .u-form-step .u-form-group.u-image {
  margin-left: 2px !important;
}

.u-form-vertical.u-form-spacing-1 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-1 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 1px;
}

.u-form-vertical.u-form-spacing-1 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-1 .u-form-step .u-form-group.u-image {
  margin-left: 1px !important;
}

.u-form-vertical.u-form-spacing-0 .u-form-group:not(.u-image):not(.u-form-progress),
.u-form-vertical.u-form-spacing-0 .u-form-step .u-form-group:not(.u-image):not(.u-form-progress) {
  padding-left: 0px;
}

.u-form-vertical.u-form-spacing-0 .u-form-group.u-image,
.u-form-vertical.u-form-spacing-0 .u-form-step .u-form-group.u-image {
  margin-left: 0px !important;
}

.u-form-text.u-text {
  margin-top: 0;
  margin-bottom: 0;
}

@keyframes loaderIconRotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.u-form.u-carousel .u-form-submit .u-btn {
  margin-left: 0;
  margin-right: 12px;
}

.u-form.u-carousel .u-form-submit.u-align-right .u-btn {
  margin-left: 12px;
  margin-right: 0;
}

.u-form-progress-icon.u-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: .5s;
  counter-increment: step;
  background-color: var(--step-icon-default-color);
  border: var(--step-icon-border-width) solid var(--step-icon-border-color);
  border-radius: var(--step-icon-border-radius);
  color: var(--step-icon-text-default-color);
  width: var(--step-icon-size);
  height: var(--step-icon-size);
}

.u-form-progress-icon.u-icon svg:first-child {
  width: var(--step-icon-svg-size) !important;
  height: var(--step-icon-svg-size) !important;
}

.u-form-progress-icon.u-icon img {
  height: var(--step-icon-svg-size) !important;
  width: auto !important;
}

.u-form-progress-icon.u-icon:empty:before {
  line-height: normal;
}

.u-form-progress-icon-text .u-form-progress-step .u-form-progress-icon.u-icon {
  transform: none;
}

.u-form-progress-icon-text .u-form-progress-step .u-form-progress-icon.u-icon:empty:before {
  content: counter(step);
}

@media (min-width: 1200px) {
  .u-xl-mode .u-progress-text-hidden-xl .u-form-progress-inner {
    margin-bottom: 0;
  }

  .u-xl-mode .u-progress-text-hidden-xl .u-form-progress-text {
    display: none !important;
  }
}

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

html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  height: auto;
  min-height: 100%;
  overflow-x: clip;
}

section>*,
header>*,
footer>*,
.u-sheet>*,
.u-section-row>* {
  position: relative;
}

base {
  display: none;
}

a {
  color: #259bca;
  text-decoration: none;
}

a:hover {
  color: #0676a4;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.u-clearfix:after,
.u-clearfix:before {
  content: '';
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-spacing-100.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-100 li {
  margin-bottom: 100px;
}

.u-spacing-100.u-calendar>div+div,
.u-spacing-100.u-countdown-counter>div+div,
.u-spacing-100.u-price-wrapper>div+div,
.u-spacing-100.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-100 .u-social-url+.u-social-url {
  margin-left: 100px;
}

blockquote.u-text.u-indent-100 {
  padding-left: 100px;
}

.u-text.u-indent-100,
.u-text.u-indent-100 ul,
.u-text.u-indent-100 ol {
  padding-left: 120px;
}

.u-spacing-99.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-99 li {
  margin-bottom: 99px;
}

.u-spacing-99.u-calendar>div+div,
.u-spacing-99.u-countdown-counter>div+div,
.u-spacing-99.u-price-wrapper>div+div,
.u-spacing-99.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-99 .u-social-url+.u-social-url {
  margin-left: 99px;
}

blockquote.u-text.u-indent-99 {
  padding-left: 99px;
}

.u-text.u-indent-99,
.u-text.u-indent-99 ul,
.u-text.u-indent-99 ol {
  padding-left: 119px;
}

.u-spacing-98.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-98 li {
  margin-bottom: 98px;
}

.u-spacing-98.u-calendar>div+div,
.u-spacing-98.u-countdown-counter>div+div,
.u-spacing-98.u-price-wrapper>div+div,
.u-spacing-98.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-98 .u-social-url+.u-social-url {
  margin-left: 98px;
}

blockquote.u-text.u-indent-98 {
  padding-left: 98px;
}

.u-text.u-indent-98,
.u-text.u-indent-98 ul,
.u-text.u-indent-98 ol {
  padding-left: 118px;
}

.u-spacing-97.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-97 li {
  margin-bottom: 97px;
}

.u-spacing-97.u-calendar>div+div,
.u-spacing-97.u-countdown-counter>div+div,
.u-spacing-97.u-price-wrapper>div+div,
.u-spacing-97.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-97 .u-social-url+.u-social-url {
  margin-left: 97px;
}

blockquote.u-text.u-indent-97 {
  padding-left: 97px;
}

.u-text.u-indent-97,
.u-text.u-indent-97 ul,
.u-text.u-indent-97 ol {
  padding-left: 117px;
}

.u-spacing-96.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-96 li {
  margin-bottom: 96px;
}

.u-spacing-96.u-calendar>div+div,
.u-spacing-96.u-countdown-counter>div+div,
.u-spacing-96.u-price-wrapper>div+div,
.u-spacing-96.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-96 .u-social-url+.u-social-url {
  margin-left: 96px;
}

blockquote.u-text.u-indent-96 {
  padding-left: 96px;
}

.u-text.u-indent-96,
.u-text.u-indent-96 ul,
.u-text.u-indent-96 ol {
  padding-left: 116px;
}

.u-spacing-95.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-95 li {
  margin-bottom: 95px;
}

.u-spacing-95.u-calendar>div+div,
.u-spacing-95.u-countdown-counter>div+div,
.u-spacing-95.u-price-wrapper>div+div,
.u-spacing-95.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-95 .u-social-url+.u-social-url {
  margin-left: 95px;
}

blockquote.u-text.u-indent-95 {
  padding-left: 95px;
}

.u-text.u-indent-95,
.u-text.u-indent-95 ul,
.u-text.u-indent-95 ol {
  padding-left: 115px;
}

.u-spacing-94.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-94 li {
  margin-bottom: 94px;
}

.u-spacing-94.u-calendar>div+div,
.u-spacing-94.u-countdown-counter>div+div,
.u-spacing-94.u-price-wrapper>div+div,
.u-spacing-94.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-94 .u-social-url+.u-social-url {
  margin-left: 94px;
}

blockquote.u-text.u-indent-94 {
  padding-left: 94px;
}

.u-text.u-indent-94,
.u-text.u-indent-94 ul,
.u-text.u-indent-94 ol {
  padding-left: 114px;
}

.u-spacing-93.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-93 li {
  margin-bottom: 93px;
}

.u-spacing-93.u-calendar>div+div,
.u-spacing-93.u-countdown-counter>div+div,
.u-spacing-93.u-price-wrapper>div+div,
.u-spacing-93.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-93 .u-social-url+.u-social-url {
  margin-left: 93px;
}

blockquote.u-text.u-indent-93 {
  padding-left: 93px;
}

.u-text.u-indent-93,
.u-text.u-indent-93 ul,
.u-text.u-indent-93 ol {
  padding-left: 113px;
}

.u-spacing-92.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-92 li {
  margin-bottom: 92px;
}

.u-spacing-92.u-calendar>div+div,
.u-spacing-92.u-countdown-counter>div+div,
.u-spacing-92.u-price-wrapper>div+div,
.u-spacing-92.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-92 .u-social-url+.u-social-url {
  margin-left: 92px;
}

blockquote.u-text.u-indent-92 {
  padding-left: 92px;
}

.u-text.u-indent-92,
.u-text.u-indent-92 ul,
.u-text.u-indent-92 ol {
  padding-left: 112px;
}

.u-spacing-91.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-91 li {
  margin-bottom: 91px;
}

.u-spacing-91.u-calendar>div+div,
.u-spacing-91.u-countdown-counter>div+div,
.u-spacing-91.u-price-wrapper>div+div,
.u-spacing-91.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-91 .u-social-url+.u-social-url {
  margin-left: 91px;
}

blockquote.u-text.u-indent-91 {
  padding-left: 91px;
}

.u-text.u-indent-91,
.u-text.u-indent-91 ul,
.u-text.u-indent-91 ol {
  padding-left: 111px;
}

.u-spacing-90.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-90 li {
  margin-bottom: 90px;
}

.u-spacing-90.u-calendar>div+div,
.u-spacing-90.u-countdown-counter>div+div,
.u-spacing-90.u-price-wrapper>div+div,
.u-spacing-90.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-90 .u-social-url+.u-social-url {
  margin-left: 90px;
}

blockquote.u-text.u-indent-90 {
  padding-left: 90px;
}

.u-text.u-indent-90,
.u-text.u-indent-90 ul,
.u-text.u-indent-90 ol {
  padding-left: 110px;
}

.u-spacing-89.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-89 li {
  margin-bottom: 89px;
}

.u-spacing-89.u-calendar>div+div,
.u-spacing-89.u-countdown-counter>div+div,
.u-spacing-89.u-price-wrapper>div+div,
.u-spacing-89.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-89 .u-social-url+.u-social-url {
  margin-left: 89px;
}

blockquote.u-text.u-indent-89 {
  padding-left: 89px;
}

.u-text.u-indent-89,
.u-text.u-indent-89 ul,
.u-text.u-indent-89 ol {
  padding-left: 109px;
}

.u-spacing-88.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-88 li {
  margin-bottom: 88px;
}

.u-spacing-88.u-calendar>div+div,
.u-spacing-88.u-countdown-counter>div+div,
.u-spacing-88.u-price-wrapper>div+div,
.u-spacing-88.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-88 .u-social-url+.u-social-url {
  margin-left: 88px;
}

blockquote.u-text.u-indent-88 {
  padding-left: 88px;
}

.u-text.u-indent-88,
.u-text.u-indent-88 ul,
.u-text.u-indent-88 ol {
  padding-left: 108px;
}

.u-spacing-87.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-87 li {
  margin-bottom: 87px;
}

.u-spacing-87.u-calendar>div+div,
.u-spacing-87.u-countdown-counter>div+div,
.u-spacing-87.u-price-wrapper>div+div,
.u-spacing-87.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-87 .u-social-url+.u-social-url {
  margin-left: 87px;
}

blockquote.u-text.u-indent-87 {
  padding-left: 87px;
}

.u-text.u-indent-87,
.u-text.u-indent-87 ul,
.u-text.u-indent-87 ol {
  padding-left: 107px;
}

.u-spacing-86.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-86 li {
  margin-bottom: 86px;
}

.u-spacing-86.u-calendar>div+div,
.u-spacing-86.u-countdown-counter>div+div,
.u-spacing-86.u-price-wrapper>div+div,
.u-spacing-86.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-86 .u-social-url+.u-social-url {
  margin-left: 86px;
}

blockquote.u-text.u-indent-86 {
  padding-left: 86px;
}

.u-text.u-indent-86,
.u-text.u-indent-86 ul,
.u-text.u-indent-86 ol {
  padding-left: 106px;
}

.u-spacing-85.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-85 li {
  margin-bottom: 85px;
}

.u-spacing-85.u-calendar>div+div,
.u-spacing-85.u-countdown-counter>div+div,
.u-spacing-85.u-price-wrapper>div+div,
.u-spacing-85.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-85 .u-social-url+.u-social-url {
  margin-left: 85px;
}

blockquote.u-text.u-indent-85 {
  padding-left: 85px;
}

.u-text.u-indent-85,
.u-text.u-indent-85 ul,
.u-text.u-indent-85 ol {
  padding-left: 105px;
}

.u-spacing-84.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-84 li {
  margin-bottom: 84px;
}

.u-spacing-84.u-calendar>div+div,
.u-spacing-84.u-countdown-counter>div+div,
.u-spacing-84.u-price-wrapper>div+div,
.u-spacing-84.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-84 .u-social-url+.u-social-url {
  margin-left: 84px;
}

blockquote.u-text.u-indent-84 {
  padding-left: 84px;
}

.u-text.u-indent-84,
.u-text.u-indent-84 ul,
.u-text.u-indent-84 ol {
  padding-left: 104px;
}

.u-spacing-83.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-83 li {
  margin-bottom: 83px;
}

.u-spacing-83.u-calendar>div+div,
.u-spacing-83.u-countdown-counter>div+div,
.u-spacing-83.u-price-wrapper>div+div,
.u-spacing-83.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-83 .u-social-url+.u-social-url {
  margin-left: 83px;
}

blockquote.u-text.u-indent-83 {
  padding-left: 83px;
}

.u-text.u-indent-83,
.u-text.u-indent-83 ul,
.u-text.u-indent-83 ol {
  padding-left: 103px;
}

.u-spacing-82.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-82 li {
  margin-bottom: 82px;
}

.u-spacing-82.u-calendar>div+div,
.u-spacing-82.u-countdown-counter>div+div,
.u-spacing-82.u-price-wrapper>div+div,
.u-spacing-82.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-82 .u-social-url+.u-social-url {
  margin-left: 82px;
}

blockquote.u-text.u-indent-82 {
  padding-left: 82px;
}

.u-text.u-indent-82,
.u-text.u-indent-82 ul,
.u-text.u-indent-82 ol {
  padding-left: 102px;
}

.u-spacing-81.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-81 li {
  margin-bottom: 81px;
}

.u-spacing-81.u-calendar>div+div,
.u-spacing-81.u-countdown-counter>div+div,
.u-spacing-81.u-price-wrapper>div+div,
.u-spacing-81.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-81 .u-social-url+.u-social-url {
  margin-left: 81px;
}

blockquote.u-text.u-indent-81 {
  padding-left: 81px;
}

.u-text.u-indent-81,
.u-text.u-indent-81 ul,
.u-text.u-indent-81 ol {
  padding-left: 101px;
}

.u-spacing-80.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-80 li {
  margin-bottom: 80px;
}

.u-spacing-80.u-calendar>div+div,
.u-spacing-80.u-countdown-counter>div+div,
.u-spacing-80.u-price-wrapper>div+div,
.u-spacing-80.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-80 .u-social-url+.u-social-url {
  margin-left: 80px;
}

blockquote.u-text.u-indent-80 {
  padding-left: 80px;
}

.u-text.u-indent-80,
.u-text.u-indent-80 ul,
.u-text.u-indent-80 ol {
  padding-left: 100px;
}

.u-spacing-79.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-79 li {
  margin-bottom: 79px;
}

.u-spacing-79.u-calendar>div+div,
.u-spacing-79.u-countdown-counter>div+div,
.u-spacing-79.u-price-wrapper>div+div,
.u-spacing-79.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-79 .u-social-url+.u-social-url {
  margin-left: 79px;
}

blockquote.u-text.u-indent-79 {
  padding-left: 79px;
}

.u-text.u-indent-79,
.u-text.u-indent-79 ul,
.u-text.u-indent-79 ol {
  padding-left: 99px;
}

.u-spacing-78.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-78 li {
  margin-bottom: 78px;
}

.u-spacing-78.u-calendar>div+div,
.u-spacing-78.u-countdown-counter>div+div,
.u-spacing-78.u-price-wrapper>div+div,
.u-spacing-78.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-78 .u-social-url+.u-social-url {
  margin-left: 78px;
}

blockquote.u-text.u-indent-78 {
  padding-left: 78px;
}

.u-text.u-indent-78,
.u-text.u-indent-78 ul,
.u-text.u-indent-78 ol {
  padding-left: 98px;
}

.u-spacing-77.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-77 li {
  margin-bottom: 77px;
}

.u-spacing-77.u-calendar>div+div,
.u-spacing-77.u-countdown-counter>div+div,
.u-spacing-77.u-price-wrapper>div+div,
.u-spacing-77.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-77 .u-social-url+.u-social-url {
  margin-left: 77px;
}

blockquote.u-text.u-indent-77 {
  padding-left: 77px;
}

.u-text.u-indent-77,
.u-text.u-indent-77 ul,
.u-text.u-indent-77 ol {
  padding-left: 97px;
}

.u-spacing-76.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-76 li {
  margin-bottom: 76px;
}

.u-spacing-76.u-calendar>div+div,
.u-spacing-76.u-countdown-counter>div+div,
.u-spacing-76.u-price-wrapper>div+div,
.u-spacing-76.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-76 .u-social-url+.u-social-url {
  margin-left: 76px;
}

blockquote.u-text.u-indent-76 {
  padding-left: 76px;
}

.u-text.u-indent-76,
.u-text.u-indent-76 ul,
.u-text.u-indent-76 ol {
  padding-left: 96px;
}

.u-spacing-75.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-75 li {
  margin-bottom: 75px;
}

.u-spacing-75.u-calendar>div+div,
.u-spacing-75.u-countdown-counter>div+div,
.u-spacing-75.u-price-wrapper>div+div,
.u-spacing-75.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-75 .u-social-url+.u-social-url {
  margin-left: 75px;
}

blockquote.u-text.u-indent-75 {
  padding-left: 75px;
}

.u-text.u-indent-75,
.u-text.u-indent-75 ul,
.u-text.u-indent-75 ol {
  padding-left: 95px;
}

.u-spacing-74.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-74 li {
  margin-bottom: 74px;
}

.u-spacing-74.u-calendar>div+div,
.u-spacing-74.u-countdown-counter>div+div,
.u-spacing-74.u-price-wrapper>div+div,
.u-spacing-74.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-74 .u-social-url+.u-social-url {
  margin-left: 74px;
}

blockquote.u-text.u-indent-74 {
  padding-left: 74px;
}

.u-text.u-indent-74,
.u-text.u-indent-74 ul,
.u-text.u-indent-74 ol {
  padding-left: 94px;
}

.u-spacing-73.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-73 li {
  margin-bottom: 73px;
}

.u-spacing-73.u-calendar>div+div,
.u-spacing-73.u-countdown-counter>div+div,
.u-spacing-73.u-price-wrapper>div+div,
.u-spacing-73.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-73 .u-social-url+.u-social-url {
  margin-left: 73px;
}

blockquote.u-text.u-indent-73 {
  padding-left: 73px;
}

.u-text.u-indent-73,
.u-text.u-indent-73 ul,
.u-text.u-indent-73 ol {
  padding-left: 93px;
}

.u-spacing-72.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-72 li {
  margin-bottom: 72px;
}

.u-spacing-72.u-calendar>div+div,
.u-spacing-72.u-countdown-counter>div+div,
.u-spacing-72.u-price-wrapper>div+div,
.u-spacing-72.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-72 .u-social-url+.u-social-url {
  margin-left: 72px;
}

blockquote.u-text.u-indent-72 {
  padding-left: 72px;
}

.u-text.u-indent-72,
.u-text.u-indent-72 ul,
.u-text.u-indent-72 ol {
  padding-left: 92px;
}

.u-spacing-71.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-71 li {
  margin-bottom: 71px;
}

.u-spacing-71.u-calendar>div+div,
.u-spacing-71.u-countdown-counter>div+div,
.u-spacing-71.u-price-wrapper>div+div,
.u-spacing-71.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-71 .u-social-url+.u-social-url {
  margin-left: 71px;
}

blockquote.u-text.u-indent-71 {
  padding-left: 71px;
}

.u-text.u-indent-71,
.u-text.u-indent-71 ul,
.u-text.u-indent-71 ol {
  padding-left: 91px;
}

.u-spacing-70.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-70 li {
  margin-bottom: 70px;
}

.u-spacing-70.u-calendar>div+div,
.u-spacing-70.u-countdown-counter>div+div,
.u-spacing-70.u-price-wrapper>div+div,
.u-spacing-70.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-70 .u-social-url+.u-social-url {
  margin-left: 70px;
}

blockquote.u-text.u-indent-70 {
  padding-left: 70px;
}

.u-text.u-indent-70,
.u-text.u-indent-70 ul,
.u-text.u-indent-70 ol {
  padding-left: 90px;
}

.u-spacing-69.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-69 li {
  margin-bottom: 69px;
}

.u-spacing-69.u-calendar>div+div,
.u-spacing-69.u-countdown-counter>div+div,
.u-spacing-69.u-price-wrapper>div+div,
.u-spacing-69.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-69 .u-social-url+.u-social-url {
  margin-left: 69px;
}

blockquote.u-text.u-indent-69 {
  padding-left: 69px;
}

.u-text.u-indent-69,
.u-text.u-indent-69 ul,
.u-text.u-indent-69 ol {
  padding-left: 89px;
}

.u-spacing-68.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-68 li {
  margin-bottom: 68px;
}

.u-spacing-68.u-calendar>div+div,
.u-spacing-68.u-countdown-counter>div+div,
.u-spacing-68.u-price-wrapper>div+div,
.u-spacing-68.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-68 .u-social-url+.u-social-url {
  margin-left: 68px;
}

blockquote.u-text.u-indent-68 {
  padding-left: 68px;
}

.u-text.u-indent-68,
.u-text.u-indent-68 ul,
.u-text.u-indent-68 ol {
  padding-left: 88px;
}

.u-spacing-67.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-67 li {
  margin-bottom: 67px;
}

.u-spacing-67.u-calendar>div+div,
.u-spacing-67.u-countdown-counter>div+div,
.u-spacing-67.u-price-wrapper>div+div,
.u-spacing-67.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-67 .u-social-url+.u-social-url {
  margin-left: 67px;
}

blockquote.u-text.u-indent-67 {
  padding-left: 67px;
}

.u-text.u-indent-67,
.u-text.u-indent-67 ul,
.u-text.u-indent-67 ol {
  padding-left: 87px;
}

.u-spacing-66.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-66 li {
  margin-bottom: 66px;
}

.u-spacing-66.u-calendar>div+div,
.u-spacing-66.u-countdown-counter>div+div,
.u-spacing-66.u-price-wrapper>div+div,
.u-spacing-66.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-66 .u-social-url+.u-social-url {
  margin-left: 66px;
}

blockquote.u-text.u-indent-66 {
  padding-left: 66px;
}

.u-text.u-indent-66,
.u-text.u-indent-66 ul,
.u-text.u-indent-66 ol {
  padding-left: 86px;
}

.u-spacing-65.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-65 li {
  margin-bottom: 65px;
}

.u-spacing-65.u-calendar>div+div,
.u-spacing-65.u-countdown-counter>div+div,
.u-spacing-65.u-price-wrapper>div+div,
.u-spacing-65.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-65 .u-social-url+.u-social-url {
  margin-left: 65px;
}

blockquote.u-text.u-indent-65 {
  padding-left: 65px;
}

.u-text.u-indent-65,
.u-text.u-indent-65 ul,
.u-text.u-indent-65 ol {
  padding-left: 85px;
}

.u-spacing-64.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-64 li {
  margin-bottom: 64px;
}

.u-spacing-64.u-calendar>div+div,
.u-spacing-64.u-countdown-counter>div+div,
.u-spacing-64.u-price-wrapper>div+div,
.u-spacing-64.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-64 .u-social-url+.u-social-url {
  margin-left: 64px;
}

blockquote.u-text.u-indent-64 {
  padding-left: 64px;
}

.u-text.u-indent-64,
.u-text.u-indent-64 ul,
.u-text.u-indent-64 ol {
  padding-left: 84px;
}

.u-spacing-63.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-63 li {
  margin-bottom: 63px;
}

.u-spacing-63.u-calendar>div+div,
.u-spacing-63.u-countdown-counter>div+div,
.u-spacing-63.u-price-wrapper>div+div,
.u-spacing-63.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-63 .u-social-url+.u-social-url {
  margin-left: 63px;
}

blockquote.u-text.u-indent-63 {
  padding-left: 63px;
}

.u-text.u-indent-63,
.u-text.u-indent-63 ul,
.u-text.u-indent-63 ol {
  padding-left: 83px;
}

.u-spacing-62.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-62 li {
  margin-bottom: 62px;
}

.u-spacing-62.u-calendar>div+div,
.u-spacing-62.u-countdown-counter>div+div,
.u-spacing-62.u-price-wrapper>div+div,
.u-spacing-62.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-62 .u-social-url+.u-social-url {
  margin-left: 62px;
}

blockquote.u-text.u-indent-62 {
  padding-left: 62px;
}

.u-text.u-indent-62,
.u-text.u-indent-62 ul,
.u-text.u-indent-62 ol {
  padding-left: 82px;
}

.u-spacing-61.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-61 li {
  margin-bottom: 61px;
}

.u-spacing-61.u-calendar>div+div,
.u-spacing-61.u-countdown-counter>div+div,
.u-spacing-61.u-price-wrapper>div+div,
.u-spacing-61.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-61 .u-social-url+.u-social-url {
  margin-left: 61px;
}

blockquote.u-text.u-indent-61 {
  padding-left: 61px;
}

.u-text.u-indent-61,
.u-text.u-indent-61 ul,
.u-text.u-indent-61 ol {
  padding-left: 81px;
}

.u-spacing-60.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-60 li {
  margin-bottom: 60px;
}

.u-spacing-60.u-calendar>div+div,
.u-spacing-60.u-countdown-counter>div+div,
.u-spacing-60.u-price-wrapper>div+div,
.u-spacing-60.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-60 .u-social-url+.u-social-url {
  margin-left: 60px;
}

blockquote.u-text.u-indent-60 {
  padding-left: 60px;
}

.u-text.u-indent-60,
.u-text.u-indent-60 ul,
.u-text.u-indent-60 ol {
  padding-left: 80px;
}

.u-spacing-59.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-59 li {
  margin-bottom: 59px;
}

.u-spacing-59.u-calendar>div+div,
.u-spacing-59.u-countdown-counter>div+div,
.u-spacing-59.u-price-wrapper>div+div,
.u-spacing-59.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-59 .u-social-url+.u-social-url {
  margin-left: 59px;
}

blockquote.u-text.u-indent-59 {
  padding-left: 59px;
}

.u-text.u-indent-59,
.u-text.u-indent-59 ul,
.u-text.u-indent-59 ol {
  padding-left: 79px;
}

.u-spacing-58.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-58 li {
  margin-bottom: 58px;
}

.u-spacing-58.u-calendar>div+div,
.u-spacing-58.u-countdown-counter>div+div,
.u-spacing-58.u-price-wrapper>div+div,
.u-spacing-58.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-58 .u-social-url+.u-social-url {
  margin-left: 58px;
}

blockquote.u-text.u-indent-58 {
  padding-left: 58px;
}

.u-text.u-indent-58,
.u-text.u-indent-58 ul,
.u-text.u-indent-58 ol {
  padding-left: 78px;
}

.u-spacing-57.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-57 li {
  margin-bottom: 57px;
}

.u-spacing-57.u-calendar>div+div,
.u-spacing-57.u-countdown-counter>div+div,
.u-spacing-57.u-price-wrapper>div+div,
.u-spacing-57.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-57 .u-social-url+.u-social-url {
  margin-left: 57px;
}

blockquote.u-text.u-indent-57 {
  padding-left: 57px;
}

.u-text.u-indent-57,
.u-text.u-indent-57 ul,
.u-text.u-indent-57 ol {
  padding-left: 77px;
}

.u-spacing-56.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-56 li {
  margin-bottom: 56px;
}

.u-spacing-56.u-calendar>div+div,
.u-spacing-56.u-countdown-counter>div+div,
.u-spacing-56.u-price-wrapper>div+div,
.u-spacing-56.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-56 .u-social-url+.u-social-url {
  margin-left: 56px;
}

blockquote.u-text.u-indent-56 {
  padding-left: 56px;
}

.u-text.u-indent-56,
.u-text.u-indent-56 ul,
.u-text.u-indent-56 ol {
  padding-left: 76px;
}

.u-spacing-55.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-55 li {
  margin-bottom: 55px;
}

.u-spacing-55.u-calendar>div+div,
.u-spacing-55.u-countdown-counter>div+div,
.u-spacing-55.u-price-wrapper>div+div,
.u-spacing-55.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-55 .u-social-url+.u-social-url {
  margin-left: 55px;
}

blockquote.u-text.u-indent-55 {
  padding-left: 55px;
}

.u-text.u-indent-55,
.u-text.u-indent-55 ul,
.u-text.u-indent-55 ol {
  padding-left: 75px;
}

.u-spacing-54.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-54 li {
  margin-bottom: 54px;
}

.u-spacing-54.u-calendar>div+div,
.u-spacing-54.u-countdown-counter>div+div,
.u-spacing-54.u-price-wrapper>div+div,
.u-spacing-54.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-54 .u-social-url+.u-social-url {
  margin-left: 54px;
}

blockquote.u-text.u-indent-54 {
  padding-left: 54px;
}

.u-text.u-indent-54,
.u-text.u-indent-54 ul,
.u-text.u-indent-54 ol {
  padding-left: 74px;
}

.u-spacing-53.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-53 li {
  margin-bottom: 53px;
}

.u-spacing-53.u-calendar>div+div,
.u-spacing-53.u-countdown-counter>div+div,
.u-spacing-53.u-price-wrapper>div+div,
.u-spacing-53.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-53 .u-social-url+.u-social-url {
  margin-left: 53px;
}

blockquote.u-text.u-indent-53 {
  padding-left: 53px;
}

.u-text.u-indent-53,
.u-text.u-indent-53 ul,
.u-text.u-indent-53 ol {
  padding-left: 73px;
}

.u-spacing-52.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-52 li {
  margin-bottom: 52px;
}

.u-spacing-52.u-calendar>div+div,
.u-spacing-52.u-countdown-counter>div+div,
.u-spacing-52.u-price-wrapper>div+div,
.u-spacing-52.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-52 .u-social-url+.u-social-url {
  margin-left: 52px;
}

blockquote.u-text.u-indent-52 {
  padding-left: 52px;
}

.u-text.u-indent-52,
.u-text.u-indent-52 ul,
.u-text.u-indent-52 ol {
  padding-left: 72px;
}

.u-spacing-51.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-51 li {
  margin-bottom: 51px;
}

.u-spacing-51.u-calendar>div+div,
.u-spacing-51.u-countdown-counter>div+div,
.u-spacing-51.u-price-wrapper>div+div,
.u-spacing-51.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-51 .u-social-url+.u-social-url {
  margin-left: 51px;
}

blockquote.u-text.u-indent-51 {
  padding-left: 51px;
}

.u-text.u-indent-51,
.u-text.u-indent-51 ul,
.u-text.u-indent-51 ol {
  padding-left: 71px;
}

.u-spacing-50.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-50 li {
  margin-bottom: 50px;
}

.u-spacing-50.u-calendar>div+div,
.u-spacing-50.u-countdown-counter>div+div,
.u-spacing-50.u-price-wrapper>div+div,
.u-spacing-50.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-50 .u-social-url+.u-social-url {
  margin-left: 50px;
}

blockquote.u-text.u-indent-50 {
  padding-left: 50px;
}

.u-text.u-indent-50,
.u-text.u-indent-50 ul,
.u-text.u-indent-50 ol {
  padding-left: 70px;
}

.u-spacing-49.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-49 li {
  margin-bottom: 49px;
}

.u-spacing-49.u-calendar>div+div,
.u-spacing-49.u-countdown-counter>div+div,
.u-spacing-49.u-price-wrapper>div+div,
.u-spacing-49.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-49 .u-social-url+.u-social-url {
  margin-left: 49px;
}

blockquote.u-text.u-indent-49 {
  padding-left: 49px;
}

.u-text.u-indent-49,
.u-text.u-indent-49 ul,
.u-text.u-indent-49 ol {
  padding-left: 69px;
}

.u-spacing-48.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-48 li {
  margin-bottom: 48px;
}

.u-spacing-48.u-calendar>div+div,
.u-spacing-48.u-countdown-counter>div+div,
.u-spacing-48.u-price-wrapper>div+div,
.u-spacing-48.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-48 .u-social-url+.u-social-url {
  margin-left: 48px;
}

blockquote.u-text.u-indent-48 {
  padding-left: 48px;
}

.u-text.u-indent-48,
.u-text.u-indent-48 ul,
.u-text.u-indent-48 ol {
  padding-left: 68px;
}

.u-spacing-47.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-47 li {
  margin-bottom: 47px;
}

.u-spacing-47.u-calendar>div+div,
.u-spacing-47.u-countdown-counter>div+div,
.u-spacing-47.u-price-wrapper>div+div,
.u-spacing-47.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-47 .u-social-url+.u-social-url {
  margin-left: 47px;
}

blockquote.u-text.u-indent-47 {
  padding-left: 47px;
}

.u-text.u-indent-47,
.u-text.u-indent-47 ul,
.u-text.u-indent-47 ol {
  padding-left: 67px;
}

.u-spacing-46.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-46 li {
  margin-bottom: 46px;
}

.u-spacing-46.u-calendar>div+div,
.u-spacing-46.u-countdown-counter>div+div,
.u-spacing-46.u-price-wrapper>div+div,
.u-spacing-46.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-46 .u-social-url+.u-social-url {
  margin-left: 46px;
}

blockquote.u-text.u-indent-46 {
  padding-left: 46px;
}

.u-text.u-indent-46,
.u-text.u-indent-46 ul,
.u-text.u-indent-46 ol {
  padding-left: 66px;
}

.u-spacing-45.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-45 li {
  margin-bottom: 45px;
}

.u-spacing-45.u-calendar>div+div,
.u-spacing-45.u-countdown-counter>div+div,
.u-spacing-45.u-price-wrapper>div+div,
.u-spacing-45.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-45 .u-social-url+.u-social-url {
  margin-left: 45px;
}

blockquote.u-text.u-indent-45 {
  padding-left: 45px;
}

.u-text.u-indent-45,
.u-text.u-indent-45 ul,
.u-text.u-indent-45 ol {
  padding-left: 65px;
}

.u-spacing-44.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-44 li {
  margin-bottom: 44px;
}

.u-spacing-44.u-calendar>div+div,
.u-spacing-44.u-countdown-counter>div+div,
.u-spacing-44.u-price-wrapper>div+div,
.u-spacing-44.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-44 .u-social-url+.u-social-url {
  margin-left: 44px;
}

blockquote.u-text.u-indent-44 {
  padding-left: 44px;
}

.u-text.u-indent-44,
.u-text.u-indent-44 ul,
.u-text.u-indent-44 ol {
  padding-left: 64px;
}

.u-spacing-43.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-43 li {
  margin-bottom: 43px;
}

.u-spacing-43.u-calendar>div+div,
.u-spacing-43.u-countdown-counter>div+div,
.u-spacing-43.u-price-wrapper>div+div,
.u-spacing-43.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-43 .u-social-url+.u-social-url {
  margin-left: 43px;
}

blockquote.u-text.u-indent-43 {
  padding-left: 43px;
}

.u-text.u-indent-43,
.u-text.u-indent-43 ul,
.u-text.u-indent-43 ol {
  padding-left: 63px;
}

.u-spacing-42.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-42 li {
  margin-bottom: 42px;
}

.u-spacing-42.u-calendar>div+div,
.u-spacing-42.u-countdown-counter>div+div,
.u-spacing-42.u-price-wrapper>div+div,
.u-spacing-42.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-42 .u-social-url+.u-social-url {
  margin-left: 42px;
}

blockquote.u-text.u-indent-42 {
  padding-left: 42px;
}

.u-text.u-indent-42,
.u-text.u-indent-42 ul,
.u-text.u-indent-42 ol {
  padding-left: 62px;
}

.u-spacing-41.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-41 li {
  margin-bottom: 41px;
}

.u-spacing-41.u-calendar>div+div,
.u-spacing-41.u-countdown-counter>div+div,
.u-spacing-41.u-price-wrapper>div+div,
.u-spacing-41.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-41 .u-social-url+.u-social-url {
  margin-left: 41px;
}

blockquote.u-text.u-indent-41 {
  padding-left: 41px;
}

.u-text.u-indent-41,
.u-text.u-indent-41 ul,
.u-text.u-indent-41 ol {
  padding-left: 61px;
}

.u-spacing-40.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-40 li {
  margin-bottom: 40px;
}

.u-spacing-40.u-calendar>div+div,
.u-spacing-40.u-countdown-counter>div+div,
.u-spacing-40.u-price-wrapper>div+div,
.u-spacing-40.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-40 .u-social-url+.u-social-url {
  margin-left: 40px;
}

blockquote.u-text.u-indent-40 {
  padding-left: 40px;
}

.u-text.u-indent-40,
.u-text.u-indent-40 ul,
.u-text.u-indent-40 ol {
  padding-left: 60px;
}

.u-spacing-39.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-39 li {
  margin-bottom: 39px;
}

.u-spacing-39.u-calendar>div+div,
.u-spacing-39.u-countdown-counter>div+div,
.u-spacing-39.u-price-wrapper>div+div,
.u-spacing-39.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-39 .u-social-url+.u-social-url {
  margin-left: 39px;
}

blockquote.u-text.u-indent-39 {
  padding-left: 39px;
}

.u-text.u-indent-39,
.u-text.u-indent-39 ul,
.u-text.u-indent-39 ol {
  padding-left: 59px;
}

.u-spacing-38.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-38 li {
  margin-bottom: 38px;
}

.u-spacing-38.u-calendar>div+div,
.u-spacing-38.u-countdown-counter>div+div,
.u-spacing-38.u-price-wrapper>div+div,
.u-spacing-38.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-38 .u-social-url+.u-social-url {
  margin-left: 38px;
}

blockquote.u-text.u-indent-38 {
  padding-left: 38px;
}

.u-text.u-indent-38,
.u-text.u-indent-38 ul,
.u-text.u-indent-38 ol {
  padding-left: 58px;
}

.u-spacing-37.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-37 li {
  margin-bottom: 37px;
}

.u-spacing-37.u-calendar>div+div,
.u-spacing-37.u-countdown-counter>div+div,
.u-spacing-37.u-price-wrapper>div+div,
.u-spacing-37.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-37 .u-social-url+.u-social-url {
  margin-left: 37px;
}

blockquote.u-text.u-indent-37 {
  padding-left: 37px;
}

.u-text.u-indent-37,
.u-text.u-indent-37 ul,
.u-text.u-indent-37 ol {
  padding-left: 57px;
}

.u-spacing-36.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-36 li {
  margin-bottom: 36px;
}

.u-spacing-36.u-calendar>div+div,
.u-spacing-36.u-countdown-counter>div+div,
.u-spacing-36.u-price-wrapper>div+div,
.u-spacing-36.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-36 .u-social-url+.u-social-url {
  margin-left: 36px;
}

blockquote.u-text.u-indent-36 {
  padding-left: 36px;
}

.u-text.u-indent-36,
.u-text.u-indent-36 ul,
.u-text.u-indent-36 ol {
  padding-left: 56px;
}

.u-spacing-35.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-35 li {
  margin-bottom: 35px;
}

.u-spacing-35.u-calendar>div+div,
.u-spacing-35.u-countdown-counter>div+div,
.u-spacing-35.u-price-wrapper>div+div,
.u-spacing-35.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-35 .u-social-url+.u-social-url {
  margin-left: 35px;
}

blockquote.u-text.u-indent-35 {
  padding-left: 35px;
}

.u-text.u-indent-35,
.u-text.u-indent-35 ul,
.u-text.u-indent-35 ol {
  padding-left: 55px;
}

.u-spacing-34.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-34 li {
  margin-bottom: 34px;
}

.u-spacing-34.u-calendar>div+div,
.u-spacing-34.u-countdown-counter>div+div,
.u-spacing-34.u-price-wrapper>div+div,
.u-spacing-34.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-34 .u-social-url+.u-social-url {
  margin-left: 34px;
}

blockquote.u-text.u-indent-34 {
  padding-left: 34px;
}

.u-text.u-indent-34,
.u-text.u-indent-34 ul,
.u-text.u-indent-34 ol {
  padding-left: 54px;
}

.u-spacing-33.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-33 li {
  margin-bottom: 33px;
}

.u-spacing-33.u-calendar>div+div,
.u-spacing-33.u-countdown-counter>div+div,
.u-spacing-33.u-price-wrapper>div+div,
.u-spacing-33.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-33 .u-social-url+.u-social-url {
  margin-left: 33px;
}

blockquote.u-text.u-indent-33 {
  padding-left: 33px;
}

.u-text.u-indent-33,
.u-text.u-indent-33 ul,
.u-text.u-indent-33 ol {
  padding-left: 53px;
}

.u-spacing-32.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-32 li {
  margin-bottom: 32px;
}

.u-spacing-32.u-calendar>div+div,
.u-spacing-32.u-countdown-counter>div+div,
.u-spacing-32.u-price-wrapper>div+div,
.u-spacing-32.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-32 .u-social-url+.u-social-url {
  margin-left: 32px;
}

blockquote.u-text.u-indent-32 {
  padding-left: 32px;
}

.u-text.u-indent-32,
.u-text.u-indent-32 ul,
.u-text.u-indent-32 ol {
  padding-left: 52px;
}

.u-spacing-31.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-31 li {
  margin-bottom: 31px;
}

.u-spacing-31.u-calendar>div+div,
.u-spacing-31.u-countdown-counter>div+div,
.u-spacing-31.u-price-wrapper>div+div,
.u-spacing-31.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-31 .u-social-url+.u-social-url {
  margin-left: 31px;
}

blockquote.u-text.u-indent-31 {
  padding-left: 31px;
}

.u-text.u-indent-31,
.u-text.u-indent-31 ul,
.u-text.u-indent-31 ol {
  padding-left: 51px;
}

.u-spacing-30.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-30 li {
  margin-bottom: 30px;
}

.u-spacing-30.u-calendar>div+div,
.u-spacing-30.u-countdown-counter>div+div,
.u-spacing-30.u-price-wrapper>div+div,
.u-spacing-30.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-30 .u-social-url+.u-social-url {
  margin-left: 30px;
}

blockquote.u-text.u-indent-30 {
  padding-left: 30px;
}

.u-text.u-indent-30,
.u-text.u-indent-30 ul,
.u-text.u-indent-30 ol {
  padding-left: 50px;
}

.u-spacing-29.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-29 li {
  margin-bottom: 29px;
}

.u-spacing-29.u-calendar>div+div,
.u-spacing-29.u-countdown-counter>div+div,
.u-spacing-29.u-price-wrapper>div+div,
.u-spacing-29.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-29 .u-social-url+.u-social-url {
  margin-left: 29px;
}

blockquote.u-text.u-indent-29 {
  padding-left: 29px;
}

.u-text.u-indent-29,
.u-text.u-indent-29 ul,
.u-text.u-indent-29 ol {
  padding-left: 49px;
}

.u-spacing-28.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-28 li {
  margin-bottom: 28px;
}

.u-spacing-28.u-calendar>div+div,
.u-spacing-28.u-countdown-counter>div+div,
.u-spacing-28.u-price-wrapper>div+div,
.u-spacing-28.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-28 .u-social-url+.u-social-url {
  margin-left: 28px;
}

blockquote.u-text.u-indent-28 {
  padding-left: 28px;
}

.u-text.u-indent-28,
.u-text.u-indent-28 ul,
.u-text.u-indent-28 ol {
  padding-left: 48px;
}

.u-spacing-27.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-27 li {
  margin-bottom: 27px;
}

.u-spacing-27.u-calendar>div+div,
.u-spacing-27.u-countdown-counter>div+div,
.u-spacing-27.u-price-wrapper>div+div,
.u-spacing-27.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-27 .u-social-url+.u-social-url {
  margin-left: 27px;
}

blockquote.u-text.u-indent-27 {
  padding-left: 27px;
}

.u-text.u-indent-27,
.u-text.u-indent-27 ul,
.u-text.u-indent-27 ol {
  padding-left: 47px;
}

.u-spacing-26.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-26 li {
  margin-bottom: 26px;
}

.u-spacing-26.u-calendar>div+div,
.u-spacing-26.u-countdown-counter>div+div,
.u-spacing-26.u-price-wrapper>div+div,
.u-spacing-26.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-26 .u-social-url+.u-social-url {
  margin-left: 26px;
}

blockquote.u-text.u-indent-26 {
  padding-left: 26px;
}

.u-text.u-indent-26,
.u-text.u-indent-26 ul,
.u-text.u-indent-26 ol {
  padding-left: 46px;
}

.u-spacing-25.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-25 li {
  margin-bottom: 25px;
}

.u-spacing-25.u-calendar>div+div,
.u-spacing-25.u-countdown-counter>div+div,
.u-spacing-25.u-price-wrapper>div+div,
.u-spacing-25.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-25 .u-social-url+.u-social-url {
  margin-left: 25px;
}

blockquote.u-text.u-indent-25 {
  padding-left: 25px;
}

.u-text.u-indent-25,
.u-text.u-indent-25 ul,
.u-text.u-indent-25 ol {
  padding-left: 45px;
}

.u-spacing-24.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-24 li {
  margin-bottom: 24px;
}

.u-spacing-24.u-calendar>div+div,
.u-spacing-24.u-countdown-counter>div+div,
.u-spacing-24.u-price-wrapper>div+div,
.u-spacing-24.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-24 .u-social-url+.u-social-url {
  margin-left: 24px;
}

blockquote.u-text.u-indent-24 {
  padding-left: 24px;
}

.u-text.u-indent-24,
.u-text.u-indent-24 ul,
.u-text.u-indent-24 ol {
  padding-left: 44px;
}

.u-spacing-23.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-23 li {
  margin-bottom: 23px;
}

.u-spacing-23.u-calendar>div+div,
.u-spacing-23.u-countdown-counter>div+div,
.u-spacing-23.u-price-wrapper>div+div,
.u-spacing-23.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-23 .u-social-url+.u-social-url {
  margin-left: 23px;
}

blockquote.u-text.u-indent-23 {
  padding-left: 23px;
}

.u-text.u-indent-23,
.u-text.u-indent-23 ul,
.u-text.u-indent-23 ol {
  padding-left: 43px;
}

.u-spacing-22.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-22 li {
  margin-bottom: 22px;
}

.u-spacing-22.u-calendar>div+div,
.u-spacing-22.u-countdown-counter>div+div,
.u-spacing-22.u-price-wrapper>div+div,
.u-spacing-22.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-22 .u-social-url+.u-social-url {
  margin-left: 22px;
}

blockquote.u-text.u-indent-22 {
  padding-left: 22px;
}

.u-text.u-indent-22,
.u-text.u-indent-22 ul,
.u-text.u-indent-22 ol {
  padding-left: 42px;
}

.u-spacing-21.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-21 li {
  margin-bottom: 21px;
}

.u-spacing-21.u-calendar>div+div,
.u-spacing-21.u-countdown-counter>div+div,
.u-spacing-21.u-price-wrapper>div+div,
.u-spacing-21.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-21 .u-social-url+.u-social-url {
  margin-left: 21px;
}

blockquote.u-text.u-indent-21 {
  padding-left: 21px;
}

.u-text.u-indent-21,
.u-text.u-indent-21 ul,
.u-text.u-indent-21 ol {
  padding-left: 41px;
}

.u-spacing-20.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-20 li {
  margin-bottom: 20px;
}

.u-spacing-20.u-calendar>div+div,
.u-spacing-20.u-countdown-counter>div+div,
.u-spacing-20.u-price-wrapper>div+div,
.u-spacing-20.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-20 .u-social-url+.u-social-url {
  margin-left: 20px;
}

blockquote.u-text.u-indent-20 {
  padding-left: 20px;
}

.u-text.u-indent-20,
.u-text.u-indent-20 ul,
.u-text.u-indent-20 ol {
  padding-left: 40px;
}

.u-spacing-19.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-19 li {
  margin-bottom: 19px;
}

.u-spacing-19.u-calendar>div+div,
.u-spacing-19.u-countdown-counter>div+div,
.u-spacing-19.u-price-wrapper>div+div,
.u-spacing-19.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-19 .u-social-url+.u-social-url {
  margin-left: 19px;
}

blockquote.u-text.u-indent-19 {
  padding-left: 19px;
}

.u-text.u-indent-19,
.u-text.u-indent-19 ul,
.u-text.u-indent-19 ol {
  padding-left: 39px;
}

.u-spacing-18.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-18 li {
  margin-bottom: 18px;
}

.u-spacing-18.u-calendar>div+div,
.u-spacing-18.u-countdown-counter>div+div,
.u-spacing-18.u-price-wrapper>div+div,
.u-spacing-18.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-18 .u-social-url+.u-social-url {
  margin-left: 18px;
}

blockquote.u-text.u-indent-18 {
  padding-left: 18px;
}

.u-text.u-indent-18,
.u-text.u-indent-18 ul,
.u-text.u-indent-18 ol {
  padding-left: 38px;
}

.u-spacing-17.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-17 li {
  margin-bottom: 17px;
}

.u-spacing-17.u-calendar>div+div,
.u-spacing-17.u-countdown-counter>div+div,
.u-spacing-17.u-price-wrapper>div+div,
.u-spacing-17.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-17 .u-social-url+.u-social-url {
  margin-left: 17px;
}

blockquote.u-text.u-indent-17 {
  padding-left: 17px;
}

.u-text.u-indent-17,
.u-text.u-indent-17 ul,
.u-text.u-indent-17 ol {
  padding-left: 37px;
}

.u-spacing-16.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-16 li {
  margin-bottom: 16px;
}

.u-spacing-16.u-calendar>div+div,
.u-spacing-16.u-countdown-counter>div+div,
.u-spacing-16.u-price-wrapper>div+div,
.u-spacing-16.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-16 .u-social-url+.u-social-url {
  margin-left: 16px;
}

blockquote.u-text.u-indent-16 {
  padding-left: 16px;
}

.u-text.u-indent-16,
.u-text.u-indent-16 ul,
.u-text.u-indent-16 ol {
  padding-left: 36px;
}

.u-spacing-15.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-15 li {
  margin-bottom: 15px;
}

.u-spacing-15.u-calendar>div+div,
.u-spacing-15.u-countdown-counter>div+div,
.u-spacing-15.u-price-wrapper>div+div,
.u-spacing-15.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-15 .u-social-url+.u-social-url {
  margin-left: 15px;
}

blockquote.u-text.u-indent-15 {
  padding-left: 15px;
}

.u-text.u-indent-15,
.u-text.u-indent-15 ul,
.u-text.u-indent-15 ol {
  padding-left: 35px;
}

.u-spacing-14.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-14 li {
  margin-bottom: 14px;
}

.u-spacing-14.u-calendar>div+div,
.u-spacing-14.u-countdown-counter>div+div,
.u-spacing-14.u-price-wrapper>div+div,
.u-spacing-14.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-14 .u-social-url+.u-social-url {
  margin-left: 14px;
}

blockquote.u-text.u-indent-14 {
  padding-left: 14px;
}

.u-text.u-indent-14,
.u-text.u-indent-14 ul,
.u-text.u-indent-14 ol {
  padding-left: 34px;
}

.u-spacing-13.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-13 li {
  margin-bottom: 13px;
}

.u-spacing-13.u-calendar>div+div,
.u-spacing-13.u-countdown-counter>div+div,
.u-spacing-13.u-price-wrapper>div+div,
.u-spacing-13.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-13 .u-social-url+.u-social-url {
  margin-left: 13px;
}

blockquote.u-text.u-indent-13 {
  padding-left: 13px;
}

.u-text.u-indent-13,
.u-text.u-indent-13 ul,
.u-text.u-indent-13 ol {
  padding-left: 33px;
}

.u-spacing-12.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-12 li {
  margin-bottom: 12px;
}

.u-spacing-12.u-calendar>div+div,
.u-spacing-12.u-countdown-counter>div+div,
.u-spacing-12.u-price-wrapper>div+div,
.u-spacing-12.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-12 .u-social-url+.u-social-url {
  margin-left: 12px;
}

blockquote.u-text.u-indent-12 {
  padding-left: 12px;
}

.u-text.u-indent-12,
.u-text.u-indent-12 ul,
.u-text.u-indent-12 ol {
  padding-left: 32px;
}

.u-spacing-11.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-11 li {
  margin-bottom: 11px;
}

.u-spacing-11.u-calendar>div+div,
.u-spacing-11.u-countdown-counter>div+div,
.u-spacing-11.u-price-wrapper>div+div,
.u-spacing-11.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-11 .u-social-url+.u-social-url {
  margin-left: 11px;
}

blockquote.u-text.u-indent-11 {
  padding-left: 11px;
}

.u-text.u-indent-11,
.u-text.u-indent-11 ul,
.u-text.u-indent-11 ol {
  padding-left: 31px;
}

.u-spacing-10.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-10 li {
  margin-bottom: 10px;
}

.u-spacing-10.u-calendar>div+div,
.u-spacing-10.u-countdown-counter>div+div,
.u-spacing-10.u-price-wrapper>div+div,
.u-spacing-10.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-10 .u-social-url+.u-social-url {
  margin-left: 10px;
}

blockquote.u-text.u-indent-10 {
  padding-left: 10px;
}

.u-text.u-indent-10,
.u-text.u-indent-10 ul,
.u-text.u-indent-10 ol {
  padding-left: 30px;
}

.u-spacing-9.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-9 li {
  margin-bottom: 9px;
}

.u-spacing-9.u-calendar>div+div,
.u-spacing-9.u-countdown-counter>div+div,
.u-spacing-9.u-price-wrapper>div+div,
.u-spacing-9.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-9 .u-social-url+.u-social-url {
  margin-left: 9px;
}

blockquote.u-text.u-indent-9 {
  padding-left: 9px;
}

.u-text.u-indent-9,
.u-text.u-indent-9 ul,
.u-text.u-indent-9 ol {
  padding-left: 29px;
}

.u-spacing-8.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-8 li {
  margin-bottom: 8px;
}

.u-spacing-8.u-calendar>div+div,
.u-spacing-8.u-countdown-counter>div+div,
.u-spacing-8.u-price-wrapper>div+div,
.u-spacing-8.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-8 .u-social-url+.u-social-url {
  margin-left: 8px;
}

blockquote.u-text.u-indent-8 {
  padding-left: 8px;
}

.u-text.u-indent-8,
.u-text.u-indent-8 ul,
.u-text.u-indent-8 ol {
  padding-left: 28px;
}

.u-spacing-7.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-7 li {
  margin-bottom: 7px;
}

.u-spacing-7.u-calendar>div+div,
.u-spacing-7.u-countdown-counter>div+div,
.u-spacing-7.u-price-wrapper>div+div,
.u-spacing-7.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-7 .u-social-url+.u-social-url {
  margin-left: 7px;
}

blockquote.u-text.u-indent-7 {
  padding-left: 7px;
}

.u-text.u-indent-7,
.u-text.u-indent-7 ul,
.u-text.u-indent-7 ol {
  padding-left: 27px;
}

.u-spacing-6.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-6 li {
  margin-bottom: 6px;
}

.u-spacing-6.u-calendar>div+div,
.u-spacing-6.u-countdown-counter>div+div,
.u-spacing-6.u-price-wrapper>div+div,
.u-spacing-6.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-6 .u-social-url+.u-social-url {
  margin-left: 6px;
}

blockquote.u-text.u-indent-6 {
  padding-left: 6px;
}

.u-text.u-indent-6,
.u-text.u-indent-6 ul,
.u-text.u-indent-6 ol {
  padding-left: 26px;
}

.u-spacing-5.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-5 li {
  margin-bottom: 5px;
}

.u-spacing-5.u-calendar>div+div,
.u-spacing-5.u-countdown-counter>div+div,
.u-spacing-5.u-price-wrapper>div+div,
.u-spacing-5.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-5 .u-social-url+.u-social-url {
  margin-left: 5px;
}

blockquote.u-text.u-indent-5 {
  padding-left: 5px;
}

.u-text.u-indent-5,
.u-text.u-indent-5 ul,
.u-text.u-indent-5 ol {
  padding-left: 25px;
}

.u-spacing-4.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-4 li {
  margin-bottom: 4px;
}

.u-spacing-4.u-calendar>div+div,
.u-spacing-4.u-countdown-counter>div+div,
.u-spacing-4.u-price-wrapper>div+div,
.u-spacing-4.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-4 .u-social-url+.u-social-url {
  margin-left: 4px;
}

blockquote.u-text.u-indent-4 {
  padding-left: 4px;
}

.u-text.u-indent-4,
.u-text.u-indent-4 ul,
.u-text.u-indent-4 ol {
  padding-left: 24px;
}

.u-spacing-3.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-3 li {
  margin-bottom: 3px;
}

.u-spacing-3.u-calendar>div+div,
.u-spacing-3.u-countdown-counter>div+div,
.u-spacing-3.u-price-wrapper>div+div,
.u-spacing-3.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-3 .u-social-url+.u-social-url {
  margin-left: 3px;
}

blockquote.u-text.u-indent-3 {
  padding-left: 3px;
}

.u-text.u-indent-3,
.u-text.u-indent-3 ul,
.u-text.u-indent-3 ol {
  padding-left: 23px;
}

.u-spacing-2.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-2 li {
  margin-bottom: 2px;
}

.u-spacing-2.u-calendar>div+div,
.u-spacing-2.u-countdown-counter>div+div,
.u-spacing-2.u-price-wrapper>div+div,
.u-spacing-2.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-2 .u-social-url+.u-social-url {
  margin-left: 2px;
}

blockquote.u-text.u-indent-2 {
  padding-left: 2px;
}

.u-text.u-indent-2,
.u-text.u-indent-2 ul,
.u-text.u-indent-2 ol {
  padding-left: 22px;
}

.u-spacing-1.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-1 li {
  margin-bottom: 1px;
}

.u-spacing-1.u-calendar>div+div,
.u-spacing-1.u-countdown-counter>div+div,
.u-spacing-1.u-price-wrapper>div+div,
.u-spacing-1.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-1 .u-social-url+.u-social-url {
  margin-left: 1px;
}

blockquote.u-text.u-indent-1 {
  padding-left: 1px;
}

.u-text.u-indent-1,
.u-text.u-indent-1 ul,
.u-text.u-indent-1 ol {
  padding-left: 21px;
}

.u-spacing-0.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-0 li {
  margin-bottom: 0px;
}

.u-spacing-0.u-calendar>div+div,
.u-spacing-0.u-countdown-counter>div+div,
.u-spacing-0.u-price-wrapper>div+div,
.u-spacing-0.u-language-layout-icons .u-language-url+.u-language-url,
.u-spacing-0 .u-social-url+.u-social-url {
  margin-left: 0px;
}

blockquote.u-text.u-indent-0 {
  padding-left: 0px;
}

.u-text.u-indent-0,
.u-text.u-indent-0 ul,
.u-text.u-indent-0 ol {
  padding-left: 20px;
}

ul.u-text li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-hidden-xl {
    display: none !important;
  }
}

.u-border-none:not([class*="u-border-hover-"]):not([class*="u-border-active-"]),
.u-border-none:not(:hover):not(.hover)[class*="u-border-hover-"],
.u-border-none:not(:active):not(.active)[class*="u-border-active-"] {
  border-width: 0 !important;
}

.u-button-style[class*="u-border-"].u-border-no-top,
[class*="u-border-"].u-border-no-top {
  border-top-width: 0;
  border-top-style: none;
}

.u-button-style[class*="u-border-"].u-border-no-right,
[class*="u-border-"].u-border-no-right {
  border-right-width: 0;
  border-right-style: none;
}

.u-button-style[class*="u-border-"].u-border-no-bottom,
[class*="u-border-"].u-border-no-bottom {
  border-bottom-width: 0;
  border-bottom-style: none;
}

.u-button-style[class*="u-border-"].u-border-no-left,
[class*="u-border-"].u-border-no-left {
  border-left-width: 0;
  border-left-style: none;
}

.u-text.u-indent-none {
  padding-left: 0 !important;
}

.u-text-default {
  display: table;
  align-self: flex-start;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}

.u-text-default:empty {
  display: block;
  width: 15px;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-text-default-xl {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }

  .u-xl-mode .u-text-default-xl:empty {
    display: block;
    width: 15px;
  }
}

.u-hover-feature.u-container-style {
  overflow: hidden;
}

.u-image,
.u-background-effect-image,
.u-video-poster {
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

img.u-image,
.u-video-poster {
  overflow: hidden;
}

.u-back-image.u-image-contain,
.u-image.u-image-contain {
  object-fit: contain;
  background-size: contain;
}

.u-back-image.u-image-tiles,
.u-image.u-image-tiles {
  background-size: initial;
  background-repeat: repeat;
  background-position: top left !important;
}

.u-image:where(:not(img):not(.u-hover-box)) {
  overflow: visible;
}

.u-text .u-image {
  display: inline-block;
}

.u-post-content .u-image {
  margin-bottom: 0.5rem;
}

.u-image-circle.u-image {
  border-radius: 50% !important;
}

[data-post-link],
[data-href] {
  cursor: pointer;
}

.u-sheet {
  position: relative;
  margin: 0 auto;
}

.u-xl-mode .u-sheet {
  width: var(--theme-sheet-width-xl);
}

.u-xxl-mode .u-sheet {
  width: var(--theme-sheet-width-xxl);
}

@media (min-width: 1400px) {
  .u-sheet {
    width: var(--theme-sheet-width-xxl) !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-sheet {
    width: var(--theme-sheet-width-lg) !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-sheet {
    width: var(--theme-sheet-width-md) !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-sheet {
    width: var(--theme-sheet-width-sm) !important;
  }
}

@media (max-width: 575px) {
  .u-sheet {
    width: var(--theme-sheet-width-xs) !important;
  }
}

.u-body .u-sheet .u-sheet {
  width: 100% !important;
}

.u-container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
  transition-duration: inherit;
}

.u-audio-main-layout-wrapper,
.u-audio-main-layout-wrapper>*,
.u-inner-container-layout,
.u-inner-container-layout>*,
.u-group-elements,
.u-group-elements>*,
.u-container-layout>* {
  position: relative;
}

.u-inner-container-layout {
  white-space: normal;
}

.u-expanded-width {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-expanded-width-xl {
    width: 100% !important;
  }
}

.u-expanded-width:not(.custom-expanded) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 1400px) {
  .u-expanded-width:not(.custom-expanded)-xxl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-expanded-width:not(.custom-expanded)-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-expanded-width:not(.custom-expanded)-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-expanded-width:not(.custom-expanded)-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-expanded-width:not(.custom-expanded)-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-expanded-width:not(.custom-expanded)-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .u-expanded-width:not(.custom-expanded)-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-preserve-proportions.u-expanded-width>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-xl>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-lg>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-md>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-sm>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-xs>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-xl>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-lg>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-md>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-sm>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-xs>.u-preserve-proportions-child {
  position: relative !important;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-expanded-height-xl {
    position: absolute !important;
    height: 100% !important;
  }
}

.u-expanded-height:not(.custom-expanded) {
  top: 0 !important;
}

@media (min-width: 1400px) {
  .u-expanded-height:not(.custom-expanded)-xxl {
    top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-expanded-height:not(.custom-expanded)-xl {
    top: 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-expanded-height:not(.custom-expanded)-xl {
    top: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-expanded-height:not(.custom-expanded)-lg {
    top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-expanded-height:not(.custom-expanded)-md {
    top: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-expanded-height:not(.custom-expanded)-sm {
    top: 0 !important;
  }
}

@media (max-width: 575px) {
  .u-expanded-height:not(.custom-expanded)-xs {
    top: 0 !important;
  }
}

.u-valign-middle,
.u-valign-top,
.u-valign-bottom {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {

  .u-xl-mode .u-valign-middle-xl,
  .u-xl-mode .u-valign-top-xl,
  .u-xl-mode .u-valign-bottom-xl {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .u-valign-middle-lg,
  .u-valign-top-lg,
  .u-valign-bottom-lg {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .u-valign-middle-md,
  .u-valign-top-md,
  .u-valign-bottom-md {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .u-valign-middle-sm,
  .u-valign-top-sm,
  .u-valign-bottom-sm {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 575px) {

  .u-valign-middle-xs,
  .u-valign-top-xs,
  .u-valign-bottom-xs {
    display: flex;
    flex-direction: column;
  }
}

.u-valign-middle>*,
.u-valign-top>*,
.u-valign-bottom>* {
  flex-shrink: 0;
}

.u-valign-middle {
  justify-content: center;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-valign-middle-xl {
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-middle-lg {
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-valign-middle-md {
    justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-middle-sm {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .u-valign-middle-xs {
    justify-content: center;
  }
}

.u-valign-top {
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-valign-top-xl {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-valign-bottom-xl {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  :not(.u-sheet)>[class*="u-gutter-"]:not(.u-gutter-0).u-expanded-width {
    overflow: hidden;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-layout-wrap:not(.u-layout-custom-sm) .u-layout-row>* {
    min-width: 100%;
  }

  .u-layout-wrap:not(.u-layout-custom-sm) .u-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-layout-wrap:not(.u-layout-custom-sm) .u-layout .u-layout-cell {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .u-layout-wrap:not(.u-layout-custom-xs) .u-layout-row>* {
    min-width: 100%;
  }

  .u-layout-wrap:not(.u-layout-custom-xs) .u-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-layout-wrap:not(.u-layout-custom-xs) .u-layout .u-layout-cell {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

.u-layout-row>.u-size-60 {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%;
}

.u-layout-row>.u-size-59 {
  flex: 0 0 98.33333333%;
  max-width: 98.33333333%;
  min-width: 98.33333333%;
}

.u-layout-row>.u-size-58 {
  flex: 0 0 96.66666667%;
  max-width: 96.66666667%;
  min-width: 96.66666667%;
}

.u-layout-row>.u-size-57 {
  flex: 0 0 95%;
  max-width: 95%;
  min-width: 95%;
}

.u-layout-row>.u-size-56 {
  flex: 0 0 93.33333333%;
  max-width: 93.33333333%;
  min-width: 93.33333333%;
}

.u-layout-row>.u-size-55 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  min-width: 91.66666667%;
}

.u-layout-row>.u-size-54 {
  flex: 0 0 90%;
  max-width: 90%;
  min-width: 90%;
}

.u-layout-row>.u-size-53 {
  flex: 0 0 88.33333333%;
  max-width: 88.33333333%;
  min-width: 88.33333333%;
}

.u-layout-row>.u-size-52 {
  flex: 0 0 86.66666667%;
  max-width: 86.66666667%;
  min-width: 86.66666667%;
}

.u-layout-row>.u-size-51 {
  flex: 0 0 85%;
  max-width: 85%;
  min-width: 85%;
}

.u-layout-row>.u-size-50 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
  min-width: 83.33333333%;
}

.u-layout-row>.u-size-49 {
  flex: 0 0 81.66666667%;
  max-width: 81.66666667%;
  min-width: 81.66666667%;
}

.u-layout-row>.u-size-48 {
  flex: 0 0 80%;
  max-width: 80%;
  min-width: 80%;
}

.u-layout-row>.u-size-47 {
  flex: 0 0 78.33333333%;
  max-width: 78.33333333%;
  min-width: 78.33333333%;
}

.u-layout-row>.u-size-46 {
  flex: 0 0 76.66666667%;
  max-width: 76.66666667%;
  min-width: 76.66666667%;
}

.u-layout-row>.u-size-45 {
  flex: 0 0 75%;
  max-width: 75%;
  min-width: 75%;
}

.u-layout-row>.u-size-44 {
  flex: 0 0 73.33333333%;
  max-width: 73.33333333%;
  min-width: 73.33333333%;
}

.u-layout-row>.u-size-43 {
  flex: 0 0 71.66666667%;
  max-width: 71.66666667%;
  min-width: 71.66666667%;
}

.u-layout-row>.u-size-42 {
  flex: 0 0 70%;
  max-width: 70%;
  min-width: 70%;
}

.u-layout-row>.u-size-41 {
  flex: 0 0 68.33333333%;
  max-width: 68.33333333%;
  min-width: 68.33333333%;
}

.u-layout-row>.u-size-40 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  min-width: 66.66666667%;
}

.u-layout-row>.u-size-39 {
  flex: 0 0 65%;
  max-width: 65%;
  min-width: 65%;
}

.u-layout-row>.u-size-38 {
  flex: 0 0 63.33333333%;
  max-width: 63.33333333%;
  min-width: 63.33333333%;
}

.u-layout-row>.u-size-37 {
  flex: 0 0 61.66666667%;
  max-width: 61.66666667%;
  min-width: 61.66666667%;
}

.u-layout-row>.u-size-36 {
  flex: 0 0 60%;
  max-width: 60%;
  min-width: 60%;
}

.u-layout-row>.u-size-35 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  min-width: 58.33333333%;
}

.u-layout-row>.u-size-34 {
  flex: 0 0 56.66666667%;
  max-width: 56.66666667%;
  min-width: 56.66666667%;
}

.u-layout-row>.u-size-33 {
  flex: 0 0 55%;
  max-width: 55%;
  min-width: 55%;
}

.u-layout-row>.u-size-32 {
  flex: 0 0 53.33333333%;
  max-width: 53.33333333%;
  min-width: 53.33333333%;
}

.u-layout-col>.u-size-32 {
  flex: 32 0 auto;
}

.u-layout-row>.u-size-31 {
  flex: 0 0 51.66666667%;
  max-width: 51.66666667%;
  min-width: 51.66666667%;
}

.u-layout-row>.u-size-30 {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 50%;
}

.u-layout-row>.u-size-29 {
  flex: 0 0 48.33333333%;
  max-width: 48.33333333%;
  min-width: 48.33333333%;
}

.u-layout-row>.u-size-28 {
  flex: 0 0 46.66666667%;
  max-width: 46.66666667%;
  min-width: 46.66666667%;
}

.u-layout-col>.u-size-28 {
  flex: 28 0 auto;
}

.u-layout-row>.u-size-27 {
  flex: 0 0 45%;
  max-width: 45%;
  min-width: 45%;
}

.u-layout-row>.u-size-26 {
  flex: 0 0 43.33333333%;
  max-width: 43.33333333%;
  min-width: 43.33333333%;
}

.u-layout-row>.u-size-25 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  min-width: 41.66666667%;
}

.u-layout-row>.u-size-24 {
  flex: 0 0 40%;
  max-width: 40%;
  min-width: 40%;
}

.u-layout-row>.u-size-23 {
  flex: 0 0 38.33333333%;
  max-width: 38.33333333%;
  min-width: 38.33333333%;
}

.u-layout-row>.u-size-22 {
  flex: 0 0 36.66666667%;
  max-width: 36.66666667%;
  min-width: 36.66666667%;
}

.u-layout-row>.u-size-21 {
  flex: 0 0 35%;
  max-width: 35%;
  min-width: 35%;
}

.u-layout-row>.u-size-20 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  min-width: 33.33333333%;
}

.u-layout-row>.u-size-19 {
  flex: 0 0 31.66666667%;
  max-width: 31.66666667%;
  min-width: 31.66666667%;
}

.u-layout-row>.u-size-18 {
  flex: 0 0 30%;
  max-width: 30%;
  min-width: 30%;
}

.u-layout-row>.u-size-17 {
  flex: 0 0 28.33333333%;
  max-width: 28.33333333%;
  min-width: 28.33333333%;
}

.u-layout-row>.u-size-16 {
  flex: 0 0 26.66666667%;
  max-width: 26.66666667%;
  min-width: 26.66666667%;
}

.u-layout-row>.u-size-15 {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 25%;
}

.u-layout-row>.u-size-14 {
  flex: 0 0 23.33333333%;
  max-width: 23.33333333%;
  min-width: 23.33333333%;
}

.u-layout-row>.u-size-13 {
  flex: 0 0 21.66666667%;
  max-width: 21.66666667%;
  min-width: 21.66666667%;
}

.u-layout-row>.u-size-12 {
  flex: 0 0 20%;
  max-width: 20%;
  min-width: 20%;
}

.u-layout-row>.u-size-11 {
  flex: 0 0 18.33333333%;
  max-width: 18.33333333%;
  min-width: 18.33333333%;
}

.u-layout-row>.u-size-10 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
  min-width: 16.66666667%;
}

.u-layout-row>.u-size-9 {
  flex: 0 0 15%;
  max-width: 15%;
  min-width: 15%;
}

.u-layout-row>.u-size-8 {
  flex: 0 0 13.33333333%;
  max-width: 13.33333333%;
  min-width: 13.33333333%;
}

.u-layout-row>.u-size-7 {
  flex: 0 0 11.66666667%;
  max-width: 11.66666667%;
  min-width: 11.66666667%;
}

.u-layout-row>.u-size-6 {
  flex: 0 0 10%;
  max-width: 10%;
  min-width: 10%;
}

.u-layout-row>.u-size-5 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
  min-width: 8.33333333%;
}

.u-layout-row>.u-size-4 {
  flex: 0 0 6.66666667%;
  max-width: 6.66666667%;
  min-width: 6.66666667%;
}

.u-layout-row>.u-size-3 {
  flex: 0 0 5%;
  max-width: 5%;
  min-width: 5%;
}

.u-layout-row>.u-size-2 {
  flex: 0 0 3.33333333%;
  max-width: 3.33333333%;
  min-width: 3.33333333%;
}

.u-layout-row>.u-size-1 {
  flex: 0 0 1.66666667%;
  max-width: 1.66666667%;
  min-width: 1.66666667%;
}

.u-layout-row>.u-size-0 {
  flex: 0 0 0%;
  max-width: 0%;
  min-width: 0%;
}

@media (min-width: 1400px) {
  .u-layout-row>.u-size-60-xxl {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-row>.u-size-59-xxl {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-row>.u-size-58-xxl {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-row>.u-size-57-xxl {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-row>.u-size-56-xxl {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-row>.u-size-55-xxl {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-row>.u-size-54-xxl {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-row>.u-size-53-xxl {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-row>.u-size-52-xxl {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-row>.u-size-51-xxl {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-row>.u-size-50-xxl {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-row>.u-size-49-xxl {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-row>.u-size-48-xxl {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-row>.u-size-47-xxl {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-row>.u-size-46-xxl {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-row>.u-size-45-xxl {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-row>.u-size-44-xxl {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-row>.u-size-43-xxl {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-row>.u-size-42-xxl {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-row>.u-size-41-xxl {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-row>.u-size-40-xxl {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-row>.u-size-39-xxl {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-row>.u-size-38-xxl {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-row>.u-size-37-xxl {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-row>.u-size-36-xxl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-row>.u-size-35-xxl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-row>.u-size-34-xxl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-row>.u-size-33-xxl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-row>.u-size-32-xxl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-row>.u-size-31-xxl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-row>.u-size-30-xxl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-row>.u-size-29-xxl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-row>.u-size-28-xxl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-row>.u-size-27-xxl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-row>.u-size-26-xxl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-row>.u-size-25-xxl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-row>.u-size-24-xxl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-row>.u-size-23-xxl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-row>.u-size-22-xxl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-row>.u-size-21-xxl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-row>.u-size-20-xxl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-row>.u-size-19-xxl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-row>.u-size-18-xxl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-row>.u-size-17-xxl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-row>.u-size-16-xxl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-row>.u-size-15-xxl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-row>.u-size-14-xxl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-row>.u-size-13-xxl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-row>.u-size-12-xxl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-row>.u-size-11-xxl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-row>.u-size-10-xxl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-row>.u-size-9-xxl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-row>.u-size-8-xxl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-row>.u-size-7-xxl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-row>.u-size-6-xxl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-row>.u-size-5-xxl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-row>.u-size-4-xxl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-row>.u-size-3-xxl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-row>.u-size-2-xxl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-row>.u-size-1-xxl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-row>.u-size-0-xxl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-layout-row>.u-size-60-xl {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-xl-mode .u-layout-col>.u-size-60-xl {
    flex: 60 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-59-xl {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-59-xl {
    flex: 59 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-58-xl {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-58-xl {
    flex: 58 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-57-xl {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-xl-mode .u-layout-col>.u-size-57-xl {
    flex: 57 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-56-xl {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-56-xl {
    flex: 56 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-55-xl {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-55-xl {
    flex: 55 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-54-xl {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-xl-mode .u-layout-col>.u-size-54-xl {
    flex: 54 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-53-xl {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-53-xl {
    flex: 53 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-52-xl {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-52-xl {
    flex: 52 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-51-xl {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-xl-mode .u-layout-col>.u-size-51-xl {
    flex: 51 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-50-xl {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-50-xl {
    flex: 50 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-49-xl {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-49-xl {
    flex: 49 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-48-xl {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-xl-mode .u-layout-col>.u-size-48-xl {
    flex: 48 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-47-xl {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-47-xl {
    flex: 47 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-46-xl {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-46-xl {
    flex: 46 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-45-xl {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-xl-mode .u-layout-col>.u-size-45-xl {
    flex: 45 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-44-xl {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-44-xl {
    flex: 44 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-43-xl {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-43-xl {
    flex: 43 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-42-xl {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-xl-mode .u-layout-col>.u-size-42-xl {
    flex: 42 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-41-xl {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-41-xl {
    flex: 41 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-40-xl {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-40-xl {
    flex: 40 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-39-xl {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-xl-mode .u-layout-col>.u-size-39-xl {
    flex: 39 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-38-xl {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-38-xl {
    flex: 38 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-37-xl {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-37-xl {
    flex: 37 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-36-xl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-xl-mode .u-layout-col>.u-size-36-xl {
    flex: 36 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-35-xl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-35-xl {
    flex: 35 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-34-xl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-34-xl {
    flex: 34 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-33-xl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-xl-mode .u-layout-col>.u-size-33-xl {
    flex: 33 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-32-xl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-32-xl {
    flex: 32 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-31-xl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-31-xl {
    flex: 31 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-30-xl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-xl-mode .u-layout-col>.u-size-30-xl {
    flex: 30 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-29-xl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-29-xl {
    flex: 29 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-28-xl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-28-xl {
    flex: 28 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-27-xl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-xl-mode .u-layout-col>.u-size-27-xl {
    flex: 27 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-26-xl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-26-xl {
    flex: 26 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-25-xl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-25-xl {
    flex: 25 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-24-xl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-xl-mode .u-layout-col>.u-size-24-xl {
    flex: 24 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-23-xl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-23-xl {
    flex: 23 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-22-xl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-22-xl {
    flex: 22 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-21-xl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-xl-mode .u-layout-col>.u-size-21-xl {
    flex: 21 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-20-xl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-20-xl {
    flex: 20 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-19-xl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-19-xl {
    flex: 19 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-18-xl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-xl-mode .u-layout-col>.u-size-18-xl {
    flex: 18 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-17-xl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-17-xl {
    flex: 17 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-16-xl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-16-xl {
    flex: 16 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-15-xl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-xl-mode .u-layout-col>.u-size-15-xl {
    flex: 15 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-14-xl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-14-xl {
    flex: 14 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-13-xl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-13-xl {
    flex: 13 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-12-xl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-xl-mode .u-layout-col>.u-size-12-xl {
    flex: 12 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-11-xl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-11-xl {
    flex: 11 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-10-xl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-10-xl {
    flex: 10 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-9-xl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-xl-mode .u-layout-col>.u-size-9-xl {
    flex: 9 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-8-xl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-8-xl {
    flex: 8 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-7-xl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-7-xl {
    flex: 7 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-6-xl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-xl-mode .u-layout-col>.u-size-6-xl {
    flex: 6 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-5-xl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-5-xl {
    flex: 5 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-4-xl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-4-xl {
    flex: 4 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-3-xl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-xl-mode .u-layout-col>.u-size-3-xl {
    flex: 3 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-2-xl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-2-xl {
    flex: 2 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-1-xl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-1-xl {
    flex: 1 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-0-xl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }

  .u-xl-mode .u-layout-col>.u-size-0-xl {
    flex: 0 0 auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-layout-row>.u-size-60-xl {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-xxl-mode .u-layout-row>.u-size-59-xl {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-58-xl {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-57-xl {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-xxl-mode .u-layout-row>.u-size-56-xl {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-55-xl {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-54-xl {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-xxl-mode .u-layout-row>.u-size-53-xl {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-52-xl {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-51-xl {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-xxl-mode .u-layout-row>.u-size-50-xl {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-49-xl {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-48-xl {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-xxl-mode .u-layout-row>.u-size-47-xl {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-46-xl {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-45-xl {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-xxl-mode .u-layout-row>.u-size-44-xl {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-43-xl {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-42-xl {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-xxl-mode .u-layout-row>.u-size-41-xl {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-40-xl {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-39-xl {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-xxl-mode .u-layout-row>.u-size-38-xl {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-37-xl {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-36-xl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-xxl-mode .u-layout-row>.u-size-35-xl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-34-xl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-33-xl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-xxl-mode .u-layout-row>.u-size-32-xl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-31-xl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-30-xl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-xxl-mode .u-layout-col>.u-size-30-xl {
    flex: 30 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-29-xl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-28-xl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-27-xl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-xxl-mode .u-layout-row>.u-size-26-xl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-25-xl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-24-xl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-xxl-mode .u-layout-row>.u-size-23-xl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-22-xl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-21-xl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-xxl-mode .u-layout-row>.u-size-20-xl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-19-xl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-18-xl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-xxl-mode .u-layout-row>.u-size-17-xl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-16-xl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-15-xl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-xxl-mode .u-layout-row>.u-size-14-xl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-13-xl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-12-xl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-xxl-mode .u-layout-row>.u-size-11-xl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-10-xl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-9-xl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-xxl-mode .u-layout-row>.u-size-8-xl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-7-xl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-6-xl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-xxl-mode .u-layout-row>.u-size-5-xl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-4-xl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-3-xl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-xxl-mode .u-layout-row>.u-size-2-xl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-xxl-mode .u-layout-row>.u-size-1-xl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-xxl-mode .u-layout-row>.u-size-0-xl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-layout-row>.u-size-60-lg {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-row>.u-size-59-lg {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-row>.u-size-58-lg {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-row>.u-size-57-lg {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-row>.u-size-56-lg {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-row>.u-size-55-lg {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-row>.u-size-54-lg {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-row>.u-size-53-lg {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-row>.u-size-52-lg {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-row>.u-size-51-lg {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-row>.u-size-50-lg {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-row>.u-size-49-lg {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-row>.u-size-48-lg {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-row>.u-size-47-lg {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-row>.u-size-46-lg {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-row>.u-size-45-lg {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-row>.u-size-44-lg {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-row>.u-size-43-lg {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-row>.u-size-42-lg {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-row>.u-size-41-lg {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-row>.u-size-40-lg {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-row>.u-size-39-lg {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-row>.u-size-38-lg {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-row>.u-size-37-lg {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-row>.u-size-36-lg {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-row>.u-size-35-lg {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-row>.u-size-34-lg {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-row>.u-size-33-lg {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-row>.u-size-32-lg {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-row>.u-size-31-lg {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-row>.u-size-30-lg {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-col>.u-size-30-lg {
    flex: 30 0 auto;
  }

  .u-layout-row>.u-size-29-lg {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-row>.u-size-28-lg {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-row>.u-size-27-lg {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-row>.u-size-26-lg {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-row>.u-size-25-lg {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-row>.u-size-24-lg {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-row>.u-size-23-lg {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-row>.u-size-22-lg {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-row>.u-size-21-lg {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-row>.u-size-20-lg {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-row>.u-size-19-lg {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-row>.u-size-18-lg {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-row>.u-size-17-lg {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-row>.u-size-16-lg {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-row>.u-size-15-lg {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-row>.u-size-14-lg {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-row>.u-size-13-lg {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-row>.u-size-12-lg {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-row>.u-size-11-lg {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-row>.u-size-10-lg {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-row>.u-size-9-lg {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-row>.u-size-8-lg {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-row>.u-size-7-lg {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-row>.u-size-6-lg {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-row>.u-size-5-lg {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-row>.u-size-4-lg {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-row>.u-size-3-lg {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-row>.u-size-2-lg {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-row>.u-size-1-lg {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-row>.u-size-0-lg {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-layout-row>.u-size-60-md {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-col>.u-size-60-md {
    flex: 60 0 auto;
  }

  .u-layout-row>.u-size-59-md {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-row>.u-size-58-md {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-row>.u-size-57-md {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-row>.u-size-56-md {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-row>.u-size-55-md {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-row>.u-size-54-md {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-row>.u-size-53-md {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-row>.u-size-52-md {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-row>.u-size-51-md {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-row>.u-size-50-md {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-row>.u-size-49-md {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-row>.u-size-48-md {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-row>.u-size-47-md {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-row>.u-size-46-md {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-row>.u-size-45-md {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-row>.u-size-44-md {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-row>.u-size-43-md {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-row>.u-size-42-md {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-row>.u-size-41-md {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-row>.u-size-40-md {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-row>.u-size-39-md {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-row>.u-size-38-md {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-row>.u-size-37-md {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-row>.u-size-36-md {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-row>.u-size-35-md {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-row>.u-size-34-md {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-row>.u-size-33-md {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-row>.u-size-32-md {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-row>.u-size-31-md {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-row>.u-size-30-md {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-row>.u-size-29-md {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-row>.u-size-28-md {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-row>.u-size-27-md {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-row>.u-size-26-md {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-row>.u-size-25-md {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-row>.u-size-24-md {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-row>.u-size-23-md {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-row>.u-size-22-md {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-row>.u-size-21-md {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-row>.u-size-20-md {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-row>.u-size-19-md {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-row>.u-size-18-md {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-row>.u-size-17-md {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-row>.u-size-16-md {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-row>.u-size-15-md {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-row>.u-size-14-md {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-row>.u-size-13-md {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-row>.u-size-12-md {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-row>.u-size-11-md {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-row>.u-size-10-md {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-row>.u-size-9-md {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-row>.u-size-8-md {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-row>.u-size-7-md {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-row>.u-size-6-md {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-row>.u-size-5-md {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-row>.u-size-4-md {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-row>.u-size-3-md {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-row>.u-size-2-md {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-row>.u-size-1-md {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-row>.u-size-0-md {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-layout-row>.u-size-60-sm {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-col>.u-size-60-sm {
    flex: 60 0 auto;
  }

  .u-layout-row>.u-size-59-sm {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-row>.u-size-58-sm {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-row>.u-size-57-sm {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-row>.u-size-56-sm {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-row>.u-size-55-sm {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-row>.u-size-54-sm {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-row>.u-size-53-sm {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-row>.u-size-52-sm {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-row>.u-size-51-sm {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-row>.u-size-50-sm {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-row>.u-size-49-sm {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-row>.u-size-48-sm {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-row>.u-size-47-sm {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-row>.u-size-46-sm {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-row>.u-size-45-sm {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-row>.u-size-44-sm {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-row>.u-size-43-sm {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-row>.u-size-42-sm {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-row>.u-size-41-sm {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-row>.u-size-40-sm {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-row>.u-size-39-sm {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-row>.u-size-38-sm {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-row>.u-size-37-sm {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-row>.u-size-36-sm {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-row>.u-size-35-sm {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-row>.u-size-34-sm {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-row>.u-size-33-sm {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-row>.u-size-32-sm {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-row>.u-size-31-sm {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-row>.u-size-30-sm {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-row>.u-size-29-sm {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-row>.u-size-28-sm {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-row>.u-size-27-sm {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-row>.u-size-26-sm {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-row>.u-size-25-sm {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-row>.u-size-24-sm {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-row>.u-size-23-sm {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-row>.u-size-22-sm {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-row>.u-size-21-sm {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-row>.u-size-20-sm {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-row>.u-size-19-sm {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-row>.u-size-18-sm {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-row>.u-size-17-sm {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-row>.u-size-16-sm {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-row>.u-size-15-sm {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-row>.u-size-14-sm {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-row>.u-size-13-sm {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-row>.u-size-12-sm {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-row>.u-size-11-sm {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-row>.u-size-10-sm {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-row>.u-size-9-sm {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-row>.u-size-8-sm {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-row>.u-size-7-sm {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-row>.u-size-6-sm {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-row>.u-size-5-sm {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-row>.u-size-4-sm {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-row>.u-size-3-sm {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-row>.u-size-2-sm {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-row>.u-size-1-sm {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-row>.u-size-0-sm {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
}

@media (max-width: 575px) {
  .u-layout-row>.u-size-60-xs {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-col>.u-size-60-xs {
    flex: 60 0 auto;
  }

  .u-layout-row>.u-size-59-xs {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-row>.u-size-58-xs {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-row>.u-size-57-xs {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-row>.u-size-56-xs {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-row>.u-size-55-xs {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-row>.u-size-54-xs {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-row>.u-size-53-xs {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-row>.u-size-52-xs {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-row>.u-size-51-xs {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-row>.u-size-50-xs {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-row>.u-size-49-xs {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-row>.u-size-48-xs {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-row>.u-size-47-xs {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-row>.u-size-46-xs {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-row>.u-size-45-xs {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-row>.u-size-44-xs {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-row>.u-size-43-xs {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-row>.u-size-42-xs {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-row>.u-size-41-xs {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-row>.u-size-40-xs {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-row>.u-size-39-xs {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-row>.u-size-38-xs {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-row>.u-size-37-xs {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-row>.u-size-36-xs {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-row>.u-size-35-xs {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-row>.u-size-34-xs {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-row>.u-size-33-xs {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-row>.u-size-32-xs {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-row>.u-size-31-xs {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-row>.u-size-30-xs {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-row>.u-size-29-xs {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-row>.u-size-28-xs {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-row>.u-size-27-xs {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-row>.u-size-26-xs {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-row>.u-size-25-xs {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-row>.u-size-24-xs {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-row>.u-size-23-xs {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-row>.u-size-22-xs {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-row>.u-size-21-xs {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-row>.u-size-20-xs {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-row>.u-size-19-xs {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-row>.u-size-18-xs {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-row>.u-size-17-xs {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-row>.u-size-16-xs {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-row>.u-size-15-xs {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-row>.u-size-14-xs {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-row>.u-size-13-xs {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-row>.u-size-12-xs {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-row>.u-size-11-xs {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-row>.u-size-10-xs {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-row>.u-size-9-xs {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-row>.u-size-8-xs {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-row>.u-size-7-xs {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-row>.u-size-6-xs {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-row>.u-size-5-xs {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-row>.u-size-4-xs {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-row>.u-size-3-xs {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-row>.u-size-2-xs {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-row>.u-size-1-xs {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-row>.u-size-0-xs {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
}

.u-gutter-100 .u-layout {
  margin: -50px;
}

.u-gutter-100 .u-layout .u-layout-cell {
  border: 50px solid transparent;
}

.u-gutter-98 .u-layout {
  margin: -49px;
}

.u-gutter-98 .u-layout .u-layout-cell {
  border: 49px solid transparent;
}

.u-gutter-96 .u-layout {
  margin: -48px;
}

.u-gutter-96 .u-layout .u-layout-cell {
  border: 48px solid transparent;
}

.u-gutter-94 .u-layout {
  margin: -47px;
}

.u-gutter-94 .u-layout .u-layout-cell {
  border: 47px solid transparent;
}

.u-gutter-92 .u-layout {
  margin: -46px;
}

.u-gutter-92 .u-layout .u-layout-cell {
  border: 46px solid transparent;
}

.u-gutter-90 .u-layout {
  margin: -45px;
}

.u-gutter-90 .u-layout .u-layout-cell {
  border: 45px solid transparent;
}

.u-gutter-88 .u-layout {
  margin: -44px;
}

.u-gutter-88 .u-layout .u-layout-cell {
  border: 44px solid transparent;
}

.u-gutter-86 .u-layout {
  margin: -43px;
}

.u-gutter-86 .u-layout .u-layout-cell {
  border: 43px solid transparent;
}

.u-gutter-84 .u-layout {
  margin: -42px;
}

.u-gutter-84 .u-layout .u-layout-cell {
  border: 42px solid transparent;
}

.u-gutter-82 .u-layout {
  margin: -41px;
}

.u-gutter-82 .u-layout .u-layout-cell {
  border: 41px solid transparent;
}

.u-gutter-80 .u-layout {
  margin: -40px;
}

.u-gutter-80 .u-layout .u-layout-cell {
  border: 40px solid transparent;
}

.u-gutter-78 .u-layout {
  margin: -39px;
}

.u-gutter-78 .u-layout .u-layout-cell {
  border: 39px solid transparent;
}

.u-gutter-76 .u-layout {
  margin: -38px;
}

.u-gutter-76 .u-layout .u-layout-cell {
  border: 38px solid transparent;
}

.u-gutter-74 .u-layout {
  margin: -37px;
}

.u-gutter-74 .u-layout .u-layout-cell {
  border: 37px solid transparent;
}

.u-gutter-72 .u-layout {
  margin: -36px;
}

.u-gutter-72 .u-layout .u-layout-cell {
  border: 36px solid transparent;
}

.u-gutter-70 .u-layout {
  margin: -35px;
}

.u-gutter-70 .u-layout .u-layout-cell {
  border: 35px solid transparent;
}

.u-gutter-68 .u-layout {
  margin: -34px;
}

.u-gutter-68 .u-layout .u-layout-cell {
  border: 34px solid transparent;
}

.u-gutter-66 .u-layout {
  margin: -33px;
}

.u-gutter-66 .u-layout .u-layout-cell {
  border: 33px solid transparent;
}

.u-gutter-64 .u-layout {
  margin: -32px;
}

.u-gutter-64 .u-layout .u-layout-cell {
  border: 32px solid transparent;
}

.u-gutter-62 .u-layout {
  margin: -31px;
}

.u-gutter-62 .u-layout .u-layout-cell {
  border: 31px solid transparent;
}

.u-gutter-60 .u-layout {
  margin: -30px;
}

.u-gutter-60 .u-layout .u-layout-cell {
  border: 30px solid transparent;
}

.u-gutter-58 .u-layout {
  margin: -29px;
}

.u-gutter-58 .u-layout .u-layout-cell {
  border: 29px solid transparent;
}

.u-gutter-56 .u-layout {
  margin: -28px;
}

.u-gutter-56 .u-layout .u-layout-cell {
  border: 28px solid transparent;
}

.u-gutter-54 .u-layout {
  margin: -27px;
}

.u-gutter-54 .u-layout .u-layout-cell {
  border: 27px solid transparent;
}

.u-gutter-52 .u-layout {
  margin: -26px;
}

.u-gutter-52 .u-layout .u-layout-cell {
  border: 26px solid transparent;
}

.u-gutter-50 .u-layout {
  margin: -25px;
}

.u-gutter-50 .u-layout .u-layout-cell {
  border: 25px solid transparent;
}

.u-gutter-48 .u-layout {
  margin: -24px;
}

.u-gutter-48 .u-layout .u-layout-cell {
  border: 24px solid transparent;
}

.u-gutter-46 .u-layout {
  margin: -23px;
}

.u-gutter-46 .u-layout .u-layout-cell {
  border: 23px solid transparent;
}

.u-gutter-44 .u-layout {
  margin: -22px;
}

.u-gutter-44 .u-layout .u-layout-cell {
  border: 22px solid transparent;
}

.u-gutter-42 .u-layout {
  margin: -21px;
}

.u-gutter-42 .u-layout .u-layout-cell {
  border: 21px solid transparent;
}

.u-gutter-40 .u-layout {
  margin: -20px;
}

.u-gutter-40 .u-layout .u-layout-cell {
  border: 20px solid transparent;
}

.u-gutter-38 .u-layout {
  margin: -19px;
}

.u-gutter-38 .u-layout .u-layout-cell {
  border: 19px solid transparent;
}

.u-gutter-36 .u-layout {
  margin: -18px;
}

.u-gutter-36 .u-layout .u-layout-cell {
  border: 18px solid transparent;
}

.u-gutter-34 .u-layout {
  margin: -17px;
}

.u-gutter-34 .u-layout .u-layout-cell {
  border: 17px solid transparent;
}

.u-gutter-32 .u-layout {
  margin: -16px;
}

.u-gutter-32 .u-layout .u-layout-cell {
  border: 16px solid transparent;
}

.u-gutter-30 .u-layout {
  margin: -15px;
}

.u-gutter-30 .u-layout .u-layout-cell {
  border: 15px solid transparent;
}

.u-gutter-28 .u-layout {
  margin: -14px;
}

.u-gutter-28 .u-layout .u-layout-cell {
  border: 14px solid transparent;
}

.u-gutter-26 .u-layout {
  margin: -13px;
}

.u-gutter-26 .u-layout .u-layout-cell {
  border: 13px solid transparent;
}

.u-gutter-24 .u-layout {
  margin: -12px;
}

.u-gutter-24 .u-layout .u-layout-cell {
  border: 12px solid transparent;
}

.u-gutter-22 .u-layout {
  margin: -11px;
}

.u-gutter-22 .u-layout .u-layout-cell {
  border: 11px solid transparent;
}

.u-gutter-20 .u-layout {
  margin: -10px;
}

.u-gutter-20 .u-layout .u-layout-cell {
  border: 10px solid transparent;
}

.u-gutter-18 .u-layout {
  margin: -9px;
}

.u-gutter-18 .u-layout .u-layout-cell {
  border: 9px solid transparent;
}

.u-gutter-16 .u-layout {
  margin: -8px;
}

.u-gutter-16 .u-layout .u-layout-cell {
  border: 8px solid transparent;
}

.u-gutter-14 .u-layout {
  margin: -7px;
}

.u-gutter-14 .u-layout .u-layout-cell {
  border: 7px solid transparent;
}

.u-gutter-12 .u-layout {
  margin: -6px;
}

.u-gutter-12 .u-layout .u-layout-cell {
  border: 6px solid transparent;
}

.u-gutter-10 .u-layout {
  margin: -5px;
}

.u-gutter-10 .u-layout .u-layout-cell {
  border: 5px solid transparent;
}

.u-gutter-8 .u-layout {
  margin: -4px;
}

.u-gutter-8 .u-layout .u-layout-cell {
  border: 4px solid transparent;
}

.u-gutter-6 .u-layout {
  margin: -3px;
}

.u-gutter-6 .u-layout .u-layout-cell {
  border: 3px solid transparent;
}

.u-gutter-4 .u-layout {
  margin: -2px;
}

.u-gutter-4 .u-layout .u-layout-cell {
  border: 2px solid transparent;
}

.u-gutter-2 .u-layout {
  margin: -1px;
}

.u-gutter-2 .u-layout .u-layout-cell {
  border: 1px solid transparent;
}

.u-gutter-0 .u-layout {
  margin: 0px;
}

.u-gutter-0 .u-layout .u-layout-cell {
  border: 0px solid transparent;
}

.u-layout-wrap.u-layout-spacing-vertical .u-layout-cell {
  border-top-width: 0;
  border-bottom-width: 0;
}

.u-layout-wrap.u-layout-spacing-vertical .u-layout {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}

.u-layout-wrap.u-layout-spacing-horizontal .u-layout-cell {
  border-left-width: 0;
  border-right-width: 0;
}

.u-layout-wrap.u-layout-spacing-horizontal .u-layout {
  margin-left: 0;
  margin-right: 0;
}

.u-layout-col,
.u-layout-row,
.u-layout-col>*,
.u-layout-row>* {
  display: flex;
}

.u-layout-col,
.u-layout-row {
  flex: 1 1 auto;
}

.u-layout-row>* {
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}

.u-layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  max-width: 100%;
}

.u-layout-cell {
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
}

.u-sheet:not(.u-image):not(.u-video) {
  pointer-events: none;
}

.u-sheet:not(.u-image):not(.u-video)>* {
  pointer-events: auto;
  pointer-events: initial;
}

.u-hide-header .u-header,
.u-hide-footer .u-footer {
  display: none;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-absolute-hcenter-xl {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-absolute-vcenter-xl {
    top: 50% !important;
    transform: translateY(-50%);
  }
}

.u-header.u-sticky {
  position: fixed;
  top: 0;
}

@supports (position: sticky) {
  .u-header.u-sticky {
    position: sticky;
  }
}

@supports (position: -webkit-sticky) {
  .u-header.u-sticky {
    position: -webkit-sticky;
  }
}

.u-sticky {
  transition: background-color 250ms, box-shadow 250ms;
}

.u-header.u-box-shadow {
  z-index: 1;
}

.menu-overlay .u-header.u-box-shadow {
  z-index: unset;
}

.u-overlap .u-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.u-header.u-sticky,
.u-overlap .u-header {
  z-index: 20;
  padding-top: 0.1px;
}

.u-overlap .u-header.u-sticky {
  position: fixed;
}

.u-overlap.u-overlap-transparent .u-header {
  background-color: transparent !important;
  background-image: none !important;
}

.u-overlap.u-offcanvas-opened .u-header.u-sticky {
  z-index: auto;
  position: absolute !important;
}

.u-overlap.u-offcanvas-opened .u-header.u-sticky+section {
  z-index: -1;
}

.u-sticky:before {
  border-style: solid;
  border-width: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: border-width 250ms;
}

.u-sheet.u-content-layout {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .u-sheet.u-content-layout {
    flex-direction: column;
    align-items: center;
  }
}

.u-group {
  display: flex;
}

.u-group,
.u-group .u-container-layout>* {
  position: relative;
}

.u-shape {
  position: relative;
}

.u-shape-svg .u-svg-link {
  transition-duration: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.u-shape-circle,
.u-shape-circle:before,
.u-shape-circle>.u-container-layout {
  border-radius: 50%;
}

.u-shape-square,
.u-shape-square:before,
.u-shape-square>.u-container-layout {
  border-radius: 0;
}

.u-icon {
  display: block;
  line-height: 0;
  border-width: 0px;
}

.u-svg-link {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.u-svg-content {
  width: 0;
  height: 0;
}

.u-file-icon img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-video.u-video-contain video-xl {
    object-fit: contain;
    background-size: contain;
  }
}

.u-menu,
.u-popupmenu-items {
  display: table;
  white-space: nowrap;
  position: relative;
  line-height: 1;
}

.u-popupmenu-items {
  min-width: 120px;
}

.u-popupmenu-items .u-nav {
  width: 100%;
}

.u-popupmenu-items .u-nav-link {
  padding: 8px 0;
  white-space: normal;
}

.u-nav,
.u-nav-item {
  position: relative;
}

.u-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  height: 100%;
}

.u-nav-popup.u-nav-item {
  height: auto;
}

.u-nav-popup .u-nav:not([class*="u-align-"]) .u-nav {
  text-align: inherit;
}

.u-nav-container .u-nav-popup {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
}

.u-nav-container .u-nav-item .u-nav-item {
  display: block;
}

.u-nav-container .u-nav-item:hover>.u-nav-popup:not(.fake) {
  visibility: visible;
  pointer-events: auto;
}

.u-menu.u-menu-hamburger .u-nav-container {
  display: none;
}

.u-menu-mega .u-nav-container .u-mega-popup .u-nav {
  display: block;
}

.u-menu-mega .u-nav-container .level-2>.u-nav {
  display: grid;
}

.u-menu-mega .u-nav-container .level-2.u-columns-auto>.u-nav {
  display: flex;
}

.u-menu-mega .u-nav-container .level-2>.u-nav a {
  white-space: nowrap;
}

.u-menu-mega .u-nav-container .level-2>.u-nav>li>a {
  white-space: normal;
}

.u-menu-mega .u-nav-container .u-mega-popup .level-3 {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
}

.u-menu-mega .u-nav-container .u-nav-item:hover>.u-mega-popup:not(.fake) .u-nav-popup,
.u-menu-mega .u-nav-container .u-mega-popup.open .u-nav-popup {
  visibility: visible;
  pointer-events: auto;
}

.u-menu-mega .u-nav-container .u-mega-popup>.u-nav {
  min-width: 120px;
  max-width: -webkit-min-content;
  max-width: min-content;
}

.u-menu-mega .u-nav-container .u-mega-popup>.u-nav .u-nav {
  width: auto;
}

.u-columns-1 .u-popupmenu-items {
  grid-template-columns: repeat(1, 100%);
}

@media (min-width: 1400px) {
  .u-columns-1-xxl .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-1-xl .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-columns-1-xl .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-columns-1-lg .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-columns-1-md .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-columns-1-sm .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}

@media (max-width: 575px) {
  .u-columns-1-xs .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}

.u-columns-2 .u-popupmenu-items {
  grid-template-columns: repeat(2, 50%);
}

@media (min-width: 1400px) {
  .u-columns-2-xxl .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-2-xl .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-columns-2-xl .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-columns-2-lg .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-columns-2-md .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-columns-2-sm .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 575px) {
  .u-columns-2-xs .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}

.u-columns-3 .u-popupmenu-items {
  grid-template-columns: repeat(3, 33.33333333%);
}

@media (min-width: 1400px) {
  .u-columns-3-xxl .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-3-xl .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-columns-3-xl .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-columns-3-lg .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-columns-3-md .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-columns-3-sm .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}

@media (max-width: 575px) {
  .u-columns-3-xs .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}

.u-columns-4 .u-popupmenu-items {
  grid-template-columns: repeat(4, 25%);
}

@media (min-width: 1400px) {
  .u-columns-4-xxl .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-4-xl .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-columns-4-xl .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-columns-4-lg .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-columns-4-md .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-columns-4-sm .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}

@media (max-width: 575px) {
  .u-columns-4-xs .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}

.u-columns-5 .u-popupmenu-items {
  grid-template-columns: repeat(5, 20%);
}

@media (min-width: 1400px) {
  .u-columns-5-xxl .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-5-xl .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-columns-5-xl .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-columns-5-lg .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-columns-5-md .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-columns-5-sm .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}

@media (max-width: 575px) {
  .u-columns-5-xs .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}

.u-columns-6 .u-popupmenu-items {
  grid-template-columns: repeat(6, 16.66666667%);
}

@media (min-width: 1400px) {
  .u-columns-6-xxl .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-6-xl .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-columns-6-xl .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-columns-6-lg .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-columns-6-md .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-columns-6-sm .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}

@media (max-width: 575px) {
  .u-columns-6-xs .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}

.u-menu .u-nav-container .u-popup-left {
  right: 0;
}

.u-menu .u-nav-container .u-popup-right {
  left: 0;
}

.u-menu .u-nav-container .u-nav-item .u-nav-item .u-nav-popup {
  top: 0;
  left: 100%;
}

.u-menu .u-nav-container .u-nav-item .u-nav-item .u-nav-popup.u-popup-left {
  right: 100%;
  left: auto;
}

.u-nav-container-collapse .u-nav-popup {
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
}

.u-nav-container-collapse .u-nav-popup .u-nav {
  box-shadow: none;
}

.u-nav-container-collapse .u-nav-popup.animating {
  transition: max-height 200ms ease;
}

.u-dropdown-icon .u-nav-link:first-child:nth-last-child(2):after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzgwODA4MCIgZD0iTTIuMSw1LjJMMi4xLDUuMmMwLjMtMC4zLDAuOC0wLjMsMS4xLDBMOCwxMC4zbDQuNy01QzEzLDUsMTMuNSw1LDEzLjksNS4zbDAsMGMwLjMsMC4zLDAuMSwwLjctMC4yLDENCglsLTUsNS40Yy0wLjMsMC4zLTAuOCwwLjMtMS4xLDBMMi40LDYuNEMyLjEsNi4xLDEuOCw1LjUsMi4xLDUuMnoiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  min-width: 1em;
  min-height: 1em;
  margin-right: -0.1em;
  margin-top: -0.2em;
  display: inline-block;
  transform: translateY(20%);
}

.u-dropdown-icon .u-nav-container .u-nav-popup .u-nav-link:first-child:nth-last-child(2):after {
  content: "";
}

.u-spacing-100:not(.u-text)>li:not(:last-child) {
  margin-right: 100px;
}

.u-h-spacing-100>a,
.u-h-spacing-100>.u-nav-item>a,
.u-h-spacing-100>.u-nav-item>span {
  padding-left: 100px;
  padding-right: 100px;
}

.u-v-spacing-100>a,
.u-v-spacing-100>.u-nav-item>a,
.u-v-spacing-100>.u-nav-item>span {
  padding-top: 100px;
  padding-bottom: 100px;
}

.u-enable-responsive .u-spacing-100>li+li {
  margin: 100px 0 0 0 !important;
}

.u-spacing-99:not(.u-text)>li:not(:last-child) {
  margin-right: 99px;
}

.u-h-spacing-99>a,
.u-h-spacing-99>.u-nav-item>a,
.u-h-spacing-99>.u-nav-item>span {
  padding-left: 99px;
  padding-right: 99px;
}

.u-v-spacing-99>a,
.u-v-spacing-99>.u-nav-item>a,
.u-v-spacing-99>.u-nav-item>span {
  padding-top: 99px;
  padding-bottom: 99px;
}

.u-enable-responsive .u-spacing-99>li+li {
  margin: 99px 0 0 0 !important;
}

.u-spacing-98:not(.u-text)>li:not(:last-child) {
  margin-right: 98px;
}

.u-h-spacing-98>a,
.u-h-spacing-98>.u-nav-item>a,
.u-h-spacing-98>.u-nav-item>span {
  padding-left: 98px;
  padding-right: 98px;
}

.u-v-spacing-98>a,
.u-v-spacing-98>.u-nav-item>a,
.u-v-spacing-98>.u-nav-item>span {
  padding-top: 98px;
  padding-bottom: 98px;
}

.u-enable-responsive .u-spacing-98>li+li {
  margin: 98px 0 0 0 !important;
}

.u-spacing-97:not(.u-text)>li:not(:last-child) {
  margin-right: 97px;
}

.u-h-spacing-97>a,
.u-h-spacing-97>.u-nav-item>a,
.u-h-spacing-97>.u-nav-item>span {
  padding-left: 97px;
  padding-right: 97px;
}

.u-v-spacing-97>a,
.u-v-spacing-97>.u-nav-item>a,
.u-v-spacing-97>.u-nav-item>span {
  padding-top: 97px;
  padding-bottom: 97px;
}

.u-enable-responsive .u-spacing-97>li+li {
  margin: 97px 0 0 0 !important;
}

.u-spacing-96:not(.u-text)>li:not(:last-child) {
  margin-right: 96px;
}

.u-h-spacing-96>a,
.u-h-spacing-96>.u-nav-item>a,
.u-h-spacing-96>.u-nav-item>span {
  padding-left: 96px;
  padding-right: 96px;
}

.u-v-spacing-96>a,
.u-v-spacing-96>.u-nav-item>a,
.u-v-spacing-96>.u-nav-item>span {
  padding-top: 96px;
  padding-bottom: 96px;
}

.u-enable-responsive .u-spacing-96>li+li {
  margin: 96px 0 0 0 !important;
}

.u-spacing-95:not(.u-text)>li:not(:last-child) {
  margin-right: 95px;
}

.u-h-spacing-95>a,
.u-h-spacing-95>.u-nav-item>a,
.u-h-spacing-95>.u-nav-item>span {
  padding-left: 95px;
  padding-right: 95px;
}

.u-v-spacing-95>a,
.u-v-spacing-95>.u-nav-item>a,
.u-v-spacing-95>.u-nav-item>span {
  padding-top: 95px;
  padding-bottom: 95px;
}

.u-enable-responsive .u-spacing-95>li+li {
  margin: 95px 0 0 0 !important;
}

.u-spacing-94:not(.u-text)>li:not(:last-child) {
  margin-right: 94px;
}

.u-h-spacing-94>a,
.u-h-spacing-94>.u-nav-item>a,
.u-h-spacing-94>.u-nav-item>span {
  padding-left: 94px;
  padding-right: 94px;
}

.u-v-spacing-94>a,
.u-v-spacing-94>.u-nav-item>a,
.u-v-spacing-94>.u-nav-item>span {
  padding-top: 94px;
  padding-bottom: 94px;
}

.u-enable-responsive .u-spacing-94>li+li {
  margin: 94px 0 0 0 !important;
}

.u-spacing-93:not(.u-text)>li:not(:last-child) {
  margin-right: 93px;
}

.u-h-spacing-93>a,
.u-h-spacing-93>.u-nav-item>a,
.u-h-spacing-93>.u-nav-item>span {
  padding-left: 93px;
  padding-right: 93px;
}

.u-v-spacing-93>a,
.u-v-spacing-93>.u-nav-item>a,
.u-v-spacing-93>.u-nav-item>span {
  padding-top: 93px;
  padding-bottom: 93px;
}

.u-enable-responsive .u-spacing-93>li+li {
  margin: 93px 0 0 0 !important;
}

.u-spacing-92:not(.u-text)>li:not(:last-child) {
  margin-right: 92px;
}

.u-h-spacing-92>a,
.u-h-spacing-92>.u-nav-item>a,
.u-h-spacing-92>.u-nav-item>span {
  padding-left: 92px;
  padding-right: 92px;
}

.u-v-spacing-92>a,
.u-v-spacing-92>.u-nav-item>a,
.u-v-spacing-92>.u-nav-item>span {
  padding-top: 92px;
  padding-bottom: 92px;
}

.u-enable-responsive .u-spacing-92>li+li {
  margin: 92px 0 0 0 !important;
}

.u-spacing-91:not(.u-text)>li:not(:last-child) {
  margin-right: 91px;
}

.u-h-spacing-91>a,
.u-h-spacing-91>.u-nav-item>a,
.u-h-spacing-91>.u-nav-item>span {
  padding-left: 91px;
  padding-right: 91px;
}

.u-v-spacing-91>a,
.u-v-spacing-91>.u-nav-item>a,
.u-v-spacing-91>.u-nav-item>span {
  padding-top: 91px;
  padding-bottom: 91px;
}

.u-enable-responsive .u-spacing-91>li+li {
  margin: 91px 0 0 0 !important;
}

.u-spacing-90:not(.u-text)>li:not(:last-child) {
  margin-right: 90px;
}

.u-h-spacing-90>a,
.u-h-spacing-90>.u-nav-item>a,
.u-h-spacing-90>.u-nav-item>span {
  padding-left: 90px;
  padding-right: 90px;
}

.u-v-spacing-90>a,
.u-v-spacing-90>.u-nav-item>a,
.u-v-spacing-90>.u-nav-item>span {
  padding-top: 90px;
  padding-bottom: 90px;
}

.u-enable-responsive .u-spacing-90>li+li {
  margin: 90px 0 0 0 !important;
}

.u-spacing-89:not(.u-text)>li:not(:last-child) {
  margin-right: 89px;
}

.u-h-spacing-89>a,
.u-h-spacing-89>.u-nav-item>a,
.u-h-spacing-89>.u-nav-item>span {
  padding-left: 89px;
  padding-right: 89px;
}

.u-v-spacing-89>a,
.u-v-spacing-89>.u-nav-item>a,
.u-v-spacing-89>.u-nav-item>span {
  padding-top: 89px;
  padding-bottom: 89px;
}

.u-enable-responsive .u-spacing-89>li+li {
  margin: 89px 0 0 0 !important;
}

.u-spacing-88:not(.u-text)>li:not(:last-child) {
  margin-right: 88px;
}

.u-h-spacing-88>a,
.u-h-spacing-88>.u-nav-item>a,
.u-h-spacing-88>.u-nav-item>span {
  padding-left: 88px;
  padding-right: 88px;
}

.u-v-spacing-88>a,
.u-v-spacing-88>.u-nav-item>a,
.u-v-spacing-88>.u-nav-item>span {
  padding-top: 88px;
  padding-bottom: 88px;
}

.u-enable-responsive .u-spacing-88>li+li {
  margin: 88px 0 0 0 !important;
}

.u-spacing-87:not(.u-text)>li:not(:last-child) {
  margin-right: 87px;
}

.u-h-spacing-87>a,
.u-h-spacing-87>.u-nav-item>a,
.u-h-spacing-87>.u-nav-item>span {
  padding-left: 87px;
  padding-right: 87px;
}

.u-v-spacing-87>a,
.u-v-spacing-87>.u-nav-item>a,
.u-v-spacing-87>.u-nav-item>span {
  padding-top: 87px;
  padding-bottom: 87px;
}

.u-enable-responsive .u-spacing-87>li+li {
  margin: 87px 0 0 0 !important;
}

.u-spacing-86:not(.u-text)>li:not(:last-child) {
  margin-right: 86px;
}

.u-h-spacing-86>a,
.u-h-spacing-86>.u-nav-item>a,
.u-h-spacing-86>.u-nav-item>span {
  padding-left: 86px;
  padding-right: 86px;
}

.u-v-spacing-86>a,
.u-v-spacing-86>.u-nav-item>a,
.u-v-spacing-86>.u-nav-item>span {
  padding-top: 86px;
  padding-bottom: 86px;
}

.u-enable-responsive .u-spacing-86>li+li {
  margin: 86px 0 0 0 !important;
}

.u-spacing-85:not(.u-text)>li:not(:last-child) {
  margin-right: 85px;
}

.u-h-spacing-85>a,
.u-h-spacing-85>.u-nav-item>a,
.u-h-spacing-85>.u-nav-item>span {
  padding-left: 85px;
  padding-right: 85px;
}

.u-v-spacing-85>a,
.u-v-spacing-85>.u-nav-item>a,
.u-v-spacing-85>.u-nav-item>span {
  padding-top: 85px;
  padding-bottom: 85px;
}

.u-enable-responsive .u-spacing-85>li+li {
  margin: 85px 0 0 0 !important;
}

.u-spacing-84:not(.u-text)>li:not(:last-child) {
  margin-right: 84px;
}

.u-h-spacing-84>a,
.u-h-spacing-84>.u-nav-item>a,
.u-h-spacing-84>.u-nav-item>span {
  padding-left: 84px;
  padding-right: 84px;
}

.u-v-spacing-84>a,
.u-v-spacing-84>.u-nav-item>a,
.u-v-spacing-84>.u-nav-item>span {
  padding-top: 84px;
  padding-bottom: 84px;
}

.u-enable-responsive .u-spacing-84>li+li {
  margin: 84px 0 0 0 !important;
}

.u-spacing-83:not(.u-text)>li:not(:last-child) {
  margin-right: 83px;
}

.u-h-spacing-83>a,
.u-h-spacing-83>.u-nav-item>a,
.u-h-spacing-83>.u-nav-item>span {
  padding-left: 83px;
  padding-right: 83px;
}

.u-v-spacing-83>a,
.u-v-spacing-83>.u-nav-item>a,
.u-v-spacing-83>.u-nav-item>span {
  padding-top: 83px;
  padding-bottom: 83px;
}

.u-enable-responsive .u-spacing-83>li+li {
  margin: 83px 0 0 0 !important;
}

.u-spacing-82:not(.u-text)>li:not(:last-child) {
  margin-right: 82px;
}

.u-h-spacing-82>a,
.u-h-spacing-82>.u-nav-item>a,
.u-h-spacing-82>.u-nav-item>span {
  padding-left: 82px;
  padding-right: 82px;
}

.u-v-spacing-82>a,
.u-v-spacing-82>.u-nav-item>a,
.u-v-spacing-82>.u-nav-item>span {
  padding-top: 82px;
  padding-bottom: 82px;
}

.u-enable-responsive .u-spacing-82>li+li {
  margin: 82px 0 0 0 !important;
}

.u-spacing-81:not(.u-text)>li:not(:last-child) {
  margin-right: 81px;
}

.u-h-spacing-81>a,
.u-h-spacing-81>.u-nav-item>a,
.u-h-spacing-81>.u-nav-item>span {
  padding-left: 81px;
  padding-right: 81px;
}

.u-v-spacing-81>a,
.u-v-spacing-81>.u-nav-item>a,
.u-v-spacing-81>.u-nav-item>span {
  padding-top: 81px;
  padding-bottom: 81px;
}

.u-enable-responsive .u-spacing-81>li+li {
  margin: 81px 0 0 0 !important;
}

.u-spacing-80:not(.u-text)>li:not(:last-child) {
  margin-right: 80px;
}

.u-h-spacing-80>a,
.u-h-spacing-80>.u-nav-item>a,
.u-h-spacing-80>.u-nav-item>span {
  padding-left: 80px;
  padding-right: 80px;
}

.u-v-spacing-80>a,
.u-v-spacing-80>.u-nav-item>a,
.u-v-spacing-80>.u-nav-item>span {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-enable-responsive .u-spacing-80>li+li {
  margin: 80px 0 0 0 !important;
}

.u-spacing-79:not(.u-text)>li:not(:last-child) {
  margin-right: 79px;
}

.u-h-spacing-79>a,
.u-h-spacing-79>.u-nav-item>a,
.u-h-spacing-79>.u-nav-item>span {
  padding-left: 79px;
  padding-right: 79px;
}

.u-v-spacing-79>a,
.u-v-spacing-79>.u-nav-item>a,
.u-v-spacing-79>.u-nav-item>span {
  padding-top: 79px;
  padding-bottom: 79px;
}

.u-enable-responsive .u-spacing-79>li+li {
  margin: 79px 0 0 0 !important;
}

.u-spacing-78:not(.u-text)>li:not(:last-child) {
  margin-right: 78px;
}

.u-h-spacing-78>a,
.u-h-spacing-78>.u-nav-item>a,
.u-h-spacing-78>.u-nav-item>span {
  padding-left: 78px;
  padding-right: 78px;
}

.u-v-spacing-78>a,
.u-v-spacing-78>.u-nav-item>a,
.u-v-spacing-78>.u-nav-item>span {
  padding-top: 78px;
  padding-bottom: 78px;
}

.u-enable-responsive .u-spacing-78>li+li {
  margin: 78px 0 0 0 !important;
}

.u-spacing-77:not(.u-text)>li:not(:last-child) {
  margin-right: 77px;
}

.u-h-spacing-77>a,
.u-h-spacing-77>.u-nav-item>a,
.u-h-spacing-77>.u-nav-item>span {
  padding-left: 77px;
  padding-right: 77px;
}

.u-v-spacing-77>a,
.u-v-spacing-77>.u-nav-item>a,
.u-v-spacing-77>.u-nav-item>span {
  padding-top: 77px;
  padding-bottom: 77px;
}

.u-enable-responsive .u-spacing-77>li+li {
  margin: 77px 0 0 0 !important;
}

.u-spacing-76:not(.u-text)>li:not(:last-child) {
  margin-right: 76px;
}

.u-h-spacing-76>a,
.u-h-spacing-76>.u-nav-item>a,
.u-h-spacing-76>.u-nav-item>span {
  padding-left: 76px;
  padding-right: 76px;
}

.u-v-spacing-76>a,
.u-v-spacing-76>.u-nav-item>a,
.u-v-spacing-76>.u-nav-item>span {
  padding-top: 76px;
  padding-bottom: 76px;
}

.u-enable-responsive .u-spacing-76>li+li {
  margin: 76px 0 0 0 !important;
}

.u-spacing-75:not(.u-text)>li:not(:last-child) {
  margin-right: 75px;
}

.u-h-spacing-75>a,
.u-h-spacing-75>.u-nav-item>a,
.u-h-spacing-75>.u-nav-item>span {
  padding-left: 75px;
  padding-right: 75px;
}

.u-v-spacing-75>a,
.u-v-spacing-75>.u-nav-item>a,
.u-v-spacing-75>.u-nav-item>span {
  padding-top: 75px;
  padding-bottom: 75px;
}

.u-enable-responsive .u-spacing-75>li+li {
  margin: 75px 0 0 0 !important;
}

.u-spacing-74:not(.u-text)>li:not(:last-child) {
  margin-right: 74px;
}

.u-h-spacing-74>a,
.u-h-spacing-74>.u-nav-item>a,
.u-h-spacing-74>.u-nav-item>span {
  padding-left: 74px;
  padding-right: 74px;
}

.u-v-spacing-74>a,
.u-v-spacing-74>.u-nav-item>a,
.u-v-spacing-74>.u-nav-item>span {
  padding-top: 74px;
  padding-bottom: 74px;
}

.u-enable-responsive .u-spacing-74>li+li {
  margin: 74px 0 0 0 !important;
}

.u-spacing-73:not(.u-text)>li:not(:last-child) {
  margin-right: 73px;
}

.u-h-spacing-73>a,
.u-h-spacing-73>.u-nav-item>a,
.u-h-spacing-73>.u-nav-item>span {
  padding-left: 73px;
  padding-right: 73px;
}

.u-v-spacing-73>a,
.u-v-spacing-73>.u-nav-item>a,
.u-v-spacing-73>.u-nav-item>span {
  padding-top: 73px;
  padding-bottom: 73px;
}

.u-enable-responsive .u-spacing-73>li+li {
  margin: 73px 0 0 0 !important;
}

.u-spacing-72:not(.u-text)>li:not(:last-child) {
  margin-right: 72px;
}

.u-h-spacing-72>a,
.u-h-spacing-72>.u-nav-item>a,
.u-h-spacing-72>.u-nav-item>span {
  padding-left: 72px;
  padding-right: 72px;
}

.u-v-spacing-72>a,
.u-v-spacing-72>.u-nav-item>a,
.u-v-spacing-72>.u-nav-item>span {
  padding-top: 72px;
  padding-bottom: 72px;
}

.u-enable-responsive .u-spacing-72>li+li {
  margin: 72px 0 0 0 !important;
}

.u-spacing-71:not(.u-text)>li:not(:last-child) {
  margin-right: 71px;
}

.u-h-spacing-71>a,
.u-h-spacing-71>.u-nav-item>a,
.u-h-spacing-71>.u-nav-item>span {
  padding-left: 71px;
  padding-right: 71px;
}

.u-v-spacing-71>a,
.u-v-spacing-71>.u-nav-item>a,
.u-v-spacing-71>.u-nav-item>span {
  padding-top: 71px;
  padding-bottom: 71px;
}

.u-enable-responsive .u-spacing-71>li+li {
  margin: 71px 0 0 0 !important;
}

.u-spacing-70:not(.u-text)>li:not(:last-child) {
  margin-right: 70px;
}

.u-h-spacing-70>a,
.u-h-spacing-70>.u-nav-item>a,
.u-h-spacing-70>.u-nav-item>span {
  padding-left: 70px;
  padding-right: 70px;
}

.u-v-spacing-70>a,
.u-v-spacing-70>.u-nav-item>a,
.u-v-spacing-70>.u-nav-item>span {
  padding-top: 70px;
  padding-bottom: 70px;
}

.u-enable-responsive .u-spacing-70>li+li {
  margin: 70px 0 0 0 !important;
}

.u-spacing-69:not(.u-text)>li:not(:last-child) {
  margin-right: 69px;
}

.u-h-spacing-69>a,
.u-h-spacing-69>.u-nav-item>a,
.u-h-spacing-69>.u-nav-item>span {
  padding-left: 69px;
  padding-right: 69px;
}

.u-v-spacing-69>a,
.u-v-spacing-69>.u-nav-item>a,
.u-v-spacing-69>.u-nav-item>span {
  padding-top: 69px;
  padding-bottom: 69px;
}

.u-enable-responsive .u-spacing-69>li+li {
  margin: 69px 0 0 0 !important;
}

.u-spacing-68:not(.u-text)>li:not(:last-child) {
  margin-right: 68px;
}

.u-h-spacing-68>a,
.u-h-spacing-68>.u-nav-item>a,
.u-h-spacing-68>.u-nav-item>span {
  padding-left: 68px;
  padding-right: 68px;
}

.u-v-spacing-68>a,
.u-v-spacing-68>.u-nav-item>a,
.u-v-spacing-68>.u-nav-item>span {
  padding-top: 68px;
  padding-bottom: 68px;
}

.u-enable-responsive .u-spacing-68>li+li {
  margin: 68px 0 0 0 !important;
}

.u-spacing-67:not(.u-text)>li:not(:last-child) {
  margin-right: 67px;
}

.u-h-spacing-67>a,
.u-h-spacing-67>.u-nav-item>a,
.u-h-spacing-67>.u-nav-item>span {
  padding-left: 67px;
  padding-right: 67px;
}

.u-v-spacing-67>a,
.u-v-spacing-67>.u-nav-item>a,
.u-v-spacing-67>.u-nav-item>span {
  padding-top: 67px;
  padding-bottom: 67px;
}

.u-enable-responsive .u-spacing-67>li+li {
  margin: 67px 0 0 0 !important;
}

.u-spacing-66:not(.u-text)>li:not(:last-child) {
  margin-right: 66px;
}

.u-h-spacing-66>a,
.u-h-spacing-66>.u-nav-item>a,
.u-h-spacing-66>.u-nav-item>span {
  padding-left: 66px;
  padding-right: 66px;
}

.u-v-spacing-66>a,
.u-v-spacing-66>.u-nav-item>a,
.u-v-spacing-66>.u-nav-item>span {
  padding-top: 66px;
  padding-bottom: 66px;
}

.u-enable-responsive .u-spacing-66>li+li {
  margin: 66px 0 0 0 !important;
}

.u-spacing-65:not(.u-text)>li:not(:last-child) {
  margin-right: 65px;
}

.u-h-spacing-65>a,
.u-h-spacing-65>.u-nav-item>a,
.u-h-spacing-65>.u-nav-item>span {
  padding-left: 65px;
  padding-right: 65px;
}

.u-v-spacing-65>a,
.u-v-spacing-65>.u-nav-item>a,
.u-v-spacing-65>.u-nav-item>span {
  padding-top: 65px;
  padding-bottom: 65px;
}

.u-enable-responsive .u-spacing-65>li+li {
  margin: 65px 0 0 0 !important;
}

.u-spacing-64:not(.u-text)>li:not(:last-child) {
  margin-right: 64px;
}

.u-h-spacing-64>a,
.u-h-spacing-64>.u-nav-item>a,
.u-h-spacing-64>.u-nav-item>span {
  padding-left: 64px;
  padding-right: 64px;
}

.u-v-spacing-64>a,
.u-v-spacing-64>.u-nav-item>a,
.u-v-spacing-64>.u-nav-item>span {
  padding-top: 64px;
  padding-bottom: 64px;
}

.u-enable-responsive .u-spacing-64>li+li {
  margin: 64px 0 0 0 !important;
}

.u-spacing-63:not(.u-text)>li:not(:last-child) {
  margin-right: 63px;
}

.u-h-spacing-63>a,
.u-h-spacing-63>.u-nav-item>a,
.u-h-spacing-63>.u-nav-item>span {
  padding-left: 63px;
  padding-right: 63px;
}

.u-v-spacing-63>a,
.u-v-spacing-63>.u-nav-item>a,
.u-v-spacing-63>.u-nav-item>span {
  padding-top: 63px;
  padding-bottom: 63px;
}

.u-enable-responsive .u-spacing-63>li+li {
  margin: 63px 0 0 0 !important;
}

.u-spacing-62:not(.u-text)>li:not(:last-child) {
  margin-right: 62px;
}

.u-h-spacing-62>a,
.u-h-spacing-62>.u-nav-item>a,
.u-h-spacing-62>.u-nav-item>span {
  padding-left: 62px;
  padding-right: 62px;
}

.u-v-spacing-62>a,
.u-v-spacing-62>.u-nav-item>a,
.u-v-spacing-62>.u-nav-item>span {
  padding-top: 62px;
  padding-bottom: 62px;
}

.u-enable-responsive .u-spacing-62>li+li {
  margin: 62px 0 0 0 !important;
}

.u-spacing-61:not(.u-text)>li:not(:last-child) {
  margin-right: 61px;
}

.u-h-spacing-61>a,
.u-h-spacing-61>.u-nav-item>a,
.u-h-spacing-61>.u-nav-item>span {
  padding-left: 61px;
  padding-right: 61px;
}

.u-v-spacing-61>a,
.u-v-spacing-61>.u-nav-item>a,
.u-v-spacing-61>.u-nav-item>span {
  padding-top: 61px;
  padding-bottom: 61px;
}

.u-enable-responsive .u-spacing-61>li+li {
  margin: 61px 0 0 0 !important;
}

.u-spacing-60:not(.u-text)>li:not(:last-child) {
  margin-right: 60px;
}

.u-h-spacing-60>a,
.u-h-spacing-60>.u-nav-item>a,
.u-h-spacing-60>.u-nav-item>span {
  padding-left: 60px;
  padding-right: 60px;
}

.u-v-spacing-60>a,
.u-v-spacing-60>.u-nav-item>a,
.u-v-spacing-60>.u-nav-item>span {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-enable-responsive .u-spacing-60>li+li {
  margin: 60px 0 0 0 !important;
}

.u-spacing-59:not(.u-text)>li:not(:last-child) {
  margin-right: 59px;
}

.u-h-spacing-59>a,
.u-h-spacing-59>.u-nav-item>a,
.u-h-spacing-59>.u-nav-item>span {
  padding-left: 59px;
  padding-right: 59px;
}

.u-v-spacing-59>a,
.u-v-spacing-59>.u-nav-item>a,
.u-v-spacing-59>.u-nav-item>span {
  padding-top: 59px;
  padding-bottom: 59px;
}

.u-enable-responsive .u-spacing-59>li+li {
  margin: 59px 0 0 0 !important;
}

.u-spacing-58:not(.u-text)>li:not(:last-child) {
  margin-right: 58px;
}

.u-h-spacing-58>a,
.u-h-spacing-58>.u-nav-item>a,
.u-h-spacing-58>.u-nav-item>span {
  padding-left: 58px;
  padding-right: 58px;
}

.u-v-spacing-58>a,
.u-v-spacing-58>.u-nav-item>a,
.u-v-spacing-58>.u-nav-item>span {
  padding-top: 58px;
  padding-bottom: 58px;
}

.u-enable-responsive .u-spacing-58>li+li {
  margin: 58px 0 0 0 !important;
}

.u-spacing-57:not(.u-text)>li:not(:last-child) {
  margin-right: 57px;
}

.u-h-spacing-57>a,
.u-h-spacing-57>.u-nav-item>a,
.u-h-spacing-57>.u-nav-item>span {
  padding-left: 57px;
  padding-right: 57px;
}

.u-v-spacing-57>a,
.u-v-spacing-57>.u-nav-item>a,
.u-v-spacing-57>.u-nav-item>span {
  padding-top: 57px;
  padding-bottom: 57px;
}

.u-enable-responsive .u-spacing-57>li+li {
  margin: 57px 0 0 0 !important;
}

.u-spacing-56:not(.u-text)>li:not(:last-child) {
  margin-right: 56px;
}

.u-h-spacing-56>a,
.u-h-spacing-56>.u-nav-item>a,
.u-h-spacing-56>.u-nav-item>span {
  padding-left: 56px;
  padding-right: 56px;
}

.u-v-spacing-56>a,
.u-v-spacing-56>.u-nav-item>a,
.u-v-spacing-56>.u-nav-item>span {
  padding-top: 56px;
  padding-bottom: 56px;
}

.u-enable-responsive .u-spacing-56>li+li {
  margin: 56px 0 0 0 !important;
}

.u-spacing-55:not(.u-text)>li:not(:last-child) {
  margin-right: 55px;
}

.u-h-spacing-55>a,
.u-h-spacing-55>.u-nav-item>a,
.u-h-spacing-55>.u-nav-item>span {
  padding-left: 55px;
  padding-right: 55px;
}

.u-v-spacing-55>a,
.u-v-spacing-55>.u-nav-item>a,
.u-v-spacing-55>.u-nav-item>span {
  padding-top: 55px;
  padding-bottom: 55px;
}

.u-enable-responsive .u-spacing-55>li+li {
  margin: 55px 0 0 0 !important;
}

.u-spacing-54:not(.u-text)>li:not(:last-child) {
  margin-right: 54px;
}

.u-h-spacing-54>a,
.u-h-spacing-54>.u-nav-item>a,
.u-h-spacing-54>.u-nav-item>span {
  padding-left: 54px;
  padding-right: 54px;
}

.u-v-spacing-54>a,
.u-v-spacing-54>.u-nav-item>a,
.u-v-spacing-54>.u-nav-item>span {
  padding-top: 54px;
  padding-bottom: 54px;
}

.u-enable-responsive .u-spacing-54>li+li {
  margin: 54px 0 0 0 !important;
}

.u-spacing-53:not(.u-text)>li:not(:last-child) {
  margin-right: 53px;
}

.u-h-spacing-53>a,
.u-h-spacing-53>.u-nav-item>a,
.u-h-spacing-53>.u-nav-item>span {
  padding-left: 53px;
  padding-right: 53px;
}

.u-v-spacing-53>a,
.u-v-spacing-53>.u-nav-item>a,
.u-v-spacing-53>.u-nav-item>span {
  padding-top: 53px;
  padding-bottom: 53px;
}

.u-enable-responsive .u-spacing-53>li+li {
  margin: 53px 0 0 0 !important;
}

.u-spacing-52:not(.u-text)>li:not(:last-child) {
  margin-right: 52px;
}

.u-h-spacing-52>a,
.u-h-spacing-52>.u-nav-item>a,
.u-h-spacing-52>.u-nav-item>span {
  padding-left: 52px;
  padding-right: 52px;
}

.u-v-spacing-52>a,
.u-v-spacing-52>.u-nav-item>a,
.u-v-spacing-52>.u-nav-item>span {
  padding-top: 52px;
  padding-bottom: 52px;
}

.u-enable-responsive .u-spacing-52>li+li {
  margin: 52px 0 0 0 !important;
}

.u-spacing-51:not(.u-text)>li:not(:last-child) {
  margin-right: 51px;
}

.u-h-spacing-51>a,
.u-h-spacing-51>.u-nav-item>a,
.u-h-spacing-51>.u-nav-item>span {
  padding-left: 51px;
  padding-right: 51px;
}

.u-v-spacing-51>a,
.u-v-spacing-51>.u-nav-item>a,
.u-v-spacing-51>.u-nav-item>span {
  padding-top: 51px;
  padding-bottom: 51px;
}

.u-enable-responsive .u-spacing-51>li+li {
  margin: 51px 0 0 0 !important;
}

.u-spacing-50:not(.u-text)>li:not(:last-child) {
  margin-right: 50px;
}

.u-h-spacing-50>a,
.u-h-spacing-50>.u-nav-item>a,
.u-h-spacing-50>.u-nav-item>span {
  padding-left: 50px;
  padding-right: 50px;
}

.u-v-spacing-50>a,
.u-v-spacing-50>.u-nav-item>a,
.u-v-spacing-50>.u-nav-item>span {
  padding-top: 50px;
  padding-bottom: 50px;
}

.u-enable-responsive .u-spacing-50>li+li {
  margin: 50px 0 0 0 !important;
}

.u-spacing-49:not(.u-text)>li:not(:last-child) {
  margin-right: 49px;
}

.u-h-spacing-49>a,
.u-h-spacing-49>.u-nav-item>a,
.u-h-spacing-49>.u-nav-item>span {
  padding-left: 49px;
  padding-right: 49px;
}

.u-v-spacing-49>a,
.u-v-spacing-49>.u-nav-item>a,
.u-v-spacing-49>.u-nav-item>span {
  padding-top: 49px;
  padding-bottom: 49px;
}

.u-enable-responsive .u-spacing-49>li+li {
  margin: 49px 0 0 0 !important;
}

.u-spacing-48:not(.u-text)>li:not(:last-child) {
  margin-right: 48px;
}

.u-h-spacing-48>a,
.u-h-spacing-48>.u-nav-item>a,
.u-h-spacing-48>.u-nav-item>span {
  padding-left: 48px;
  padding-right: 48px;
}

.u-v-spacing-48>a,
.u-v-spacing-48>.u-nav-item>a,
.u-v-spacing-48>.u-nav-item>span {
  padding-top: 48px;
  padding-bottom: 48px;
}

.u-enable-responsive .u-spacing-48>li+li {
  margin: 48px 0 0 0 !important;
}

.u-spacing-47:not(.u-text)>li:not(:last-child) {
  margin-right: 47px;
}

.u-h-spacing-47>a,
.u-h-spacing-47>.u-nav-item>a,
.u-h-spacing-47>.u-nav-item>span {
  padding-left: 47px;
  padding-right: 47px;
}

.u-v-spacing-47>a,
.u-v-spacing-47>.u-nav-item>a,
.u-v-spacing-47>.u-nav-item>span {
  padding-top: 47px;
  padding-bottom: 47px;
}

.u-enable-responsive .u-spacing-47>li+li {
  margin: 47px 0 0 0 !important;
}

.u-spacing-46:not(.u-text)>li:not(:last-child) {
  margin-right: 46px;
}

.u-h-spacing-46>a,
.u-h-spacing-46>.u-nav-item>a,
.u-h-spacing-46>.u-nav-item>span {
  padding-left: 46px;
  padding-right: 46px;
}

.u-v-spacing-46>a,
.u-v-spacing-46>.u-nav-item>a,
.u-v-spacing-46>.u-nav-item>span {
  padding-top: 46px;
  padding-bottom: 46px;
}

.u-enable-responsive .u-spacing-46>li+li {
  margin: 46px 0 0 0 !important;
}

.u-spacing-45:not(.u-text)>li:not(:last-child) {
  margin-right: 45px;
}

.u-h-spacing-45>a,
.u-h-spacing-45>.u-nav-item>a,
.u-h-spacing-45>.u-nav-item>span {
  padding-left: 45px;
  padding-right: 45px;
}

.u-v-spacing-45>a,
.u-v-spacing-45>.u-nav-item>a,
.u-v-spacing-45>.u-nav-item>span {
  padding-top: 45px;
  padding-bottom: 45px;
}

.u-enable-responsive .u-spacing-45>li+li {
  margin: 45px 0 0 0 !important;
}

.u-spacing-44:not(.u-text)>li:not(:last-child) {
  margin-right: 44px;
}

.u-h-spacing-44>a,
.u-h-spacing-44>.u-nav-item>a,
.u-h-spacing-44>.u-nav-item>span {
  padding-left: 44px;
  padding-right: 44px;
}

.u-v-spacing-44>a,
.u-v-spacing-44>.u-nav-item>a,
.u-v-spacing-44>.u-nav-item>span {
  padding-top: 44px;
  padding-bottom: 44px;
}

.u-enable-responsive .u-spacing-44>li+li {
  margin: 44px 0 0 0 !important;
}

.u-spacing-43:not(.u-text)>li:not(:last-child) {
  margin-right: 43px;
}

.u-h-spacing-43>a,
.u-h-spacing-43>.u-nav-item>a,
.u-h-spacing-43>.u-nav-item>span {
  padding-left: 43px;
  padding-right: 43px;
}

.u-v-spacing-43>a,
.u-v-spacing-43>.u-nav-item>a,
.u-v-spacing-43>.u-nav-item>span {
  padding-top: 43px;
  padding-bottom: 43px;
}

.u-enable-responsive .u-spacing-43>li+li {
  margin: 43px 0 0 0 !important;
}

.u-spacing-42:not(.u-text)>li:not(:last-child) {
  margin-right: 42px;
}

.u-h-spacing-42>a,
.u-h-spacing-42>.u-nav-item>a,
.u-h-spacing-42>.u-nav-item>span {
  padding-left: 42px;
  padding-right: 42px;
}

.u-v-spacing-42>a,
.u-v-spacing-42>.u-nav-item>a,
.u-v-spacing-42>.u-nav-item>span {
  padding-top: 42px;
  padding-bottom: 42px;
}

.u-enable-responsive .u-spacing-42>li+li {
  margin: 42px 0 0 0 !important;
}

.u-spacing-41:not(.u-text)>li:not(:last-child) {
  margin-right: 41px;
}

.u-h-spacing-41>a,
.u-h-spacing-41>.u-nav-item>a,
.u-h-spacing-41>.u-nav-item>span {
  padding-left: 41px;
  padding-right: 41px;
}

.u-v-spacing-41>a,
.u-v-spacing-41>.u-nav-item>a,
.u-v-spacing-41>.u-nav-item>span {
  padding-top: 41px;
  padding-bottom: 41px;
}

.u-enable-responsive .u-spacing-41>li+li {
  margin: 41px 0 0 0 !important;
}

.u-spacing-40:not(.u-text)>li:not(:last-child) {
  margin-right: 40px;
}

.u-h-spacing-40>a,
.u-h-spacing-40>.u-nav-item>a,
.u-h-spacing-40>.u-nav-item>span {
  padding-left: 40px;
  padding-right: 40px;
}

.u-v-spacing-40>a,
.u-v-spacing-40>.u-nav-item>a,
.u-v-spacing-40>.u-nav-item>span {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-enable-responsive .u-spacing-40>li+li {
  margin: 40px 0 0 0 !important;
}

.u-spacing-39:not(.u-text)>li:not(:last-child) {
  margin-right: 39px;
}

.u-h-spacing-39>a,
.u-h-spacing-39>.u-nav-item>a,
.u-h-spacing-39>.u-nav-item>span {
  padding-left: 39px;
  padding-right: 39px;
}

.u-v-spacing-39>a,
.u-v-spacing-39>.u-nav-item>a,
.u-v-spacing-39>.u-nav-item>span {
  padding-top: 39px;
  padding-bottom: 39px;
}

.u-enable-responsive .u-spacing-39>li+li {
  margin: 39px 0 0 0 !important;
}

.u-spacing-38:not(.u-text)>li:not(:last-child) {
  margin-right: 38px;
}

.u-h-spacing-38>a,
.u-h-spacing-38>.u-nav-item>a,
.u-h-spacing-38>.u-nav-item>span {
  padding-left: 38px;
  padding-right: 38px;
}

.u-v-spacing-38>a,
.u-v-spacing-38>.u-nav-item>a,
.u-v-spacing-38>.u-nav-item>span {
  padding-top: 38px;
  padding-bottom: 38px;
}

.u-enable-responsive .u-spacing-38>li+li {
  margin: 38px 0 0 0 !important;
}

.u-spacing-37:not(.u-text)>li:not(:last-child) {
  margin-right: 37px;
}

.u-h-spacing-37>a,
.u-h-spacing-37>.u-nav-item>a,
.u-h-spacing-37>.u-nav-item>span {
  padding-left: 37px;
  padding-right: 37px;
}

.u-v-spacing-37>a,
.u-v-spacing-37>.u-nav-item>a,
.u-v-spacing-37>.u-nav-item>span {
  padding-top: 37px;
  padding-bottom: 37px;
}

.u-enable-responsive .u-spacing-37>li+li {
  margin: 37px 0 0 0 !important;
}

.u-spacing-36:not(.u-text)>li:not(:last-child) {
  margin-right: 36px;
}

.u-h-spacing-36>a,
.u-h-spacing-36>.u-nav-item>a,
.u-h-spacing-36>.u-nav-item>span {
  padding-left: 36px;
  padding-right: 36px;
}

.u-v-spacing-36>a,
.u-v-spacing-36>.u-nav-item>a,
.u-v-spacing-36>.u-nav-item>span {
  padding-top: 36px;
  padding-bottom: 36px;
}

.u-enable-responsive .u-spacing-36>li+li {
  margin: 36px 0 0 0 !important;
}

.u-spacing-35:not(.u-text)>li:not(:last-child) {
  margin-right: 35px;
}

.u-h-spacing-35>a,
.u-h-spacing-35>.u-nav-item>a,
.u-h-spacing-35>.u-nav-item>span {
  padding-left: 35px;
  padding-right: 35px;
}

.u-v-spacing-35>a,
.u-v-spacing-35>.u-nav-item>a,
.u-v-spacing-35>.u-nav-item>span {
  padding-top: 35px;
  padding-bottom: 35px;
}

.u-enable-responsive .u-spacing-35>li+li {
  margin: 35px 0 0 0 !important;
}

.u-spacing-34:not(.u-text)>li:not(:last-child) {
  margin-right: 34px;
}

.u-h-spacing-34>a,
.u-h-spacing-34>.u-nav-item>a,
.u-h-spacing-34>.u-nav-item>span {
  padding-left: 34px;
  padding-right: 34px;
}

.u-v-spacing-34>a,
.u-v-spacing-34>.u-nav-item>a,
.u-v-spacing-34>.u-nav-item>span {
  padding-top: 34px;
  padding-bottom: 34px;
}

.u-enable-responsive .u-spacing-34>li+li {
  margin: 34px 0 0 0 !important;
}

.u-spacing-33:not(.u-text)>li:not(:last-child) {
  margin-right: 33px;
}

.u-h-spacing-33>a,
.u-h-spacing-33>.u-nav-item>a,
.u-h-spacing-33>.u-nav-item>span {
  padding-left: 33px;
  padding-right: 33px;
}

.u-v-spacing-33>a,
.u-v-spacing-33>.u-nav-item>a,
.u-v-spacing-33>.u-nav-item>span {
  padding-top: 33px;
  padding-bottom: 33px;
}

.u-enable-responsive .u-spacing-33>li+li {
  margin: 33px 0 0 0 !important;
}

.u-spacing-32:not(.u-text)>li:not(:last-child) {
  margin-right: 32px;
}

.u-h-spacing-32>a,
.u-h-spacing-32>.u-nav-item>a,
.u-h-spacing-32>.u-nav-item>span {
  padding-left: 32px;
  padding-right: 32px;
}

.u-v-spacing-32>a,
.u-v-spacing-32>.u-nav-item>a,
.u-v-spacing-32>.u-nav-item>span {
  padding-top: 32px;
  padding-bottom: 32px;
}

.u-enable-responsive .u-spacing-32>li+li {
  margin: 32px 0 0 0 !important;
}

.u-spacing-31:not(.u-text)>li:not(:last-child) {
  margin-right: 31px;
}

.u-h-spacing-31>a,
.u-h-spacing-31>.u-nav-item>a,
.u-h-spacing-31>.u-nav-item>span {
  padding-left: 31px;
  padding-right: 31px;
}

.u-v-spacing-31>a,
.u-v-spacing-31>.u-nav-item>a,
.u-v-spacing-31>.u-nav-item>span {
  padding-top: 31px;
  padding-bottom: 31px;
}

.u-enable-responsive .u-spacing-31>li+li {
  margin: 31px 0 0 0 !important;
}

.u-spacing-30:not(.u-text)>li:not(:last-child) {
  margin-right: 30px;
}

.u-h-spacing-30>a,
.u-h-spacing-30>.u-nav-item>a,
.u-h-spacing-30>.u-nav-item>span {
  padding-left: 30px;
  padding-right: 30px;
}

.u-v-spacing-30>a,
.u-v-spacing-30>.u-nav-item>a,
.u-v-spacing-30>.u-nav-item>span {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-enable-responsive .u-spacing-30>li+li {
  margin: 30px 0 0 0 !important;
}

.u-spacing-29:not(.u-text)>li:not(:last-child) {
  margin-right: 29px;
}

.u-h-spacing-29>a,
.u-h-spacing-29>.u-nav-item>a,
.u-h-spacing-29>.u-nav-item>span {
  padding-left: 29px;
  padding-right: 29px;
}

.u-v-spacing-29>a,
.u-v-spacing-29>.u-nav-item>a,
.u-v-spacing-29>.u-nav-item>span {
  padding-top: 29px;
  padding-bottom: 29px;
}

.u-enable-responsive .u-spacing-29>li+li {
  margin: 29px 0 0 0 !important;
}

.u-spacing-28:not(.u-text)>li:not(:last-child) {
  margin-right: 28px;
}

.u-h-spacing-28>a,
.u-h-spacing-28>.u-nav-item>a,
.u-h-spacing-28>.u-nav-item>span {
  padding-left: 28px;
  padding-right: 28px;
}

.u-v-spacing-28>a,
.u-v-spacing-28>.u-nav-item>a,
.u-v-spacing-28>.u-nav-item>span {
  padding-top: 28px;
  padding-bottom: 28px;
}

.u-enable-responsive .u-spacing-28>li+li {
  margin: 28px 0 0 0 !important;
}

.u-spacing-27:not(.u-text)>li:not(:last-child) {
  margin-right: 27px;
}

.u-h-spacing-27>a,
.u-h-spacing-27>.u-nav-item>a,
.u-h-spacing-27>.u-nav-item>span {
  padding-left: 27px;
  padding-right: 27px;
}

.u-v-spacing-27>a,
.u-v-spacing-27>.u-nav-item>a,
.u-v-spacing-27>.u-nav-item>span {
  padding-top: 27px;
  padding-bottom: 27px;
}

.u-enable-responsive .u-spacing-27>li+li {
  margin: 27px 0 0 0 !important;
}

.u-spacing-26:not(.u-text)>li:not(:last-child) {
  margin-right: 26px;
}

.u-h-spacing-26>a,
.u-h-spacing-26>.u-nav-item>a,
.u-h-spacing-26>.u-nav-item>span {
  padding-left: 26px;
  padding-right: 26px;
}

.u-v-spacing-26>a,
.u-v-spacing-26>.u-nav-item>a,
.u-v-spacing-26>.u-nav-item>span {
  padding-top: 26px;
  padding-bottom: 26px;
}

.u-enable-responsive .u-spacing-26>li+li {
  margin: 26px 0 0 0 !important;
}

.u-spacing-25:not(.u-text)>li:not(:last-child) {
  margin-right: 25px;
}

.u-h-spacing-25>a,
.u-h-spacing-25>.u-nav-item>a,
.u-h-spacing-25>.u-nav-item>span {
  padding-left: 25px;
  padding-right: 25px;
}

.u-v-spacing-25>a,
.u-v-spacing-25>.u-nav-item>a,
.u-v-spacing-25>.u-nav-item>span {
  padding-top: 25px;
  padding-bottom: 25px;
}

.u-enable-responsive .u-spacing-25>li+li {
  margin: 25px 0 0 0 !important;
}

.u-spacing-24:not(.u-text)>li:not(:last-child) {
  margin-right: 24px;
}

.u-h-spacing-24>a,
.u-h-spacing-24>.u-nav-item>a,
.u-h-spacing-24>.u-nav-item>span {
  padding-left: 24px;
  padding-right: 24px;
}

.u-v-spacing-24>a,
.u-v-spacing-24>.u-nav-item>a,
.u-v-spacing-24>.u-nav-item>span {
  padding-top: 24px;
  padding-bottom: 24px;
}

.u-enable-responsive .u-spacing-24>li+li {
  margin: 24px 0 0 0 !important;
}

.u-spacing-23:not(.u-text)>li:not(:last-child) {
  margin-right: 23px;
}

.u-h-spacing-23>a,
.u-h-spacing-23>.u-nav-item>a,
.u-h-spacing-23>.u-nav-item>span {
  padding-left: 23px;
  padding-right: 23px;
}

.u-v-spacing-23>a,
.u-v-spacing-23>.u-nav-item>a,
.u-v-spacing-23>.u-nav-item>span {
  padding-top: 23px;
  padding-bottom: 23px;
}

.u-enable-responsive .u-spacing-23>li+li {
  margin: 23px 0 0 0 !important;
}

.u-spacing-22:not(.u-text)>li:not(:last-child) {
  margin-right: 22px;
}

.u-h-spacing-22>a,
.u-h-spacing-22>.u-nav-item>a,
.u-h-spacing-22>.u-nav-item>span {
  padding-left: 22px;
  padding-right: 22px;
}

.u-v-spacing-22>a,
.u-v-spacing-22>.u-nav-item>a,
.u-v-spacing-22>.u-nav-item>span {
  padding-top: 22px;
  padding-bottom: 22px;
}

.u-enable-responsive .u-spacing-22>li+li {
  margin: 22px 0 0 0 !important;
}

.u-spacing-21:not(.u-text)>li:not(:last-child) {
  margin-right: 21px;
}

.u-h-spacing-21>a,
.u-h-spacing-21>.u-nav-item>a,
.u-h-spacing-21>.u-nav-item>span {
  padding-left: 21px;
  padding-right: 21px;
}

.u-v-spacing-21>a,
.u-v-spacing-21>.u-nav-item>a,
.u-v-spacing-21>.u-nav-item>span {
  padding-top: 21px;
  padding-bottom: 21px;
}

.u-enable-responsive .u-spacing-21>li+li {
  margin: 21px 0 0 0 !important;
}

.u-spacing-20:not(.u-text)>li:not(:last-child) {
  margin-right: 20px;
}

.u-h-spacing-20>a,
.u-h-spacing-20>.u-nav-item>a,
.u-h-spacing-20>.u-nav-item>span {
  padding-left: 20px;
  padding-right: 20px;
}

.u-v-spacing-20>a,
.u-v-spacing-20>.u-nav-item>a,
.u-v-spacing-20>.u-nav-item>span {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-enable-responsive .u-spacing-20>li+li {
  margin: 20px 0 0 0 !important;
}

.u-spacing-19:not(.u-text)>li:not(:last-child) {
  margin-right: 19px;
}

.u-h-spacing-19>a,
.u-h-spacing-19>.u-nav-item>a,
.u-h-spacing-19>.u-nav-item>span {
  padding-left: 19px;
  padding-right: 19px;
}

.u-v-spacing-19>a,
.u-v-spacing-19>.u-nav-item>a,
.u-v-spacing-19>.u-nav-item>span {
  padding-top: 19px;
  padding-bottom: 19px;
}

.u-enable-responsive .u-spacing-19>li+li {
  margin: 19px 0 0 0 !important;
}

.u-spacing-18:not(.u-text)>li:not(:last-child) {
  margin-right: 18px;
}

.u-h-spacing-18>a,
.u-h-spacing-18>.u-nav-item>a,
.u-h-spacing-18>.u-nav-item>span {
  padding-left: 18px;
  padding-right: 18px;
}

.u-v-spacing-18>a,
.u-v-spacing-18>.u-nav-item>a,
.u-v-spacing-18>.u-nav-item>span {
  padding-top: 18px;
  padding-bottom: 18px;
}

.u-enable-responsive .u-spacing-18>li+li {
  margin: 18px 0 0 0 !important;
}

.u-spacing-17:not(.u-text)>li:not(:last-child) {
  margin-right: 17px;
}

.u-h-spacing-17>a,
.u-h-spacing-17>.u-nav-item>a,
.u-h-spacing-17>.u-nav-item>span {
  padding-left: 17px;
  padding-right: 17px;
}

.u-v-spacing-17>a,
.u-v-spacing-17>.u-nav-item>a,
.u-v-spacing-17>.u-nav-item>span {
  padding-top: 17px;
  padding-bottom: 17px;
}

.u-enable-responsive .u-spacing-17>li+li {
  margin: 17px 0 0 0 !important;
}

.u-spacing-16:not(.u-text)>li:not(:last-child) {
  margin-right: 16px;
}

.u-h-spacing-16>a,
.u-h-spacing-16>.u-nav-item>a,
.u-h-spacing-16>.u-nav-item>span {
  padding-left: 16px;
  padding-right: 16px;
}

.u-v-spacing-16>a,
.u-v-spacing-16>.u-nav-item>a,
.u-v-spacing-16>.u-nav-item>span {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-enable-responsive .u-spacing-16>li+li {
  margin: 16px 0 0 0 !important;
}

.u-spacing-15:not(.u-text)>li:not(:last-child) {
  margin-right: 15px;
}

.u-h-spacing-15>a,
.u-h-spacing-15>.u-nav-item>a,
.u-h-spacing-15>.u-nav-item>span {
  padding-left: 15px;
  padding-right: 15px;
}

.u-v-spacing-15>a,
.u-v-spacing-15>.u-nav-item>a,
.u-v-spacing-15>.u-nav-item>span {
  padding-top: 15px;
  padding-bottom: 15px;
}

.u-enable-responsive .u-spacing-15>li+li {
  margin: 15px 0 0 0 !important;
}

.u-spacing-14:not(.u-text)>li:not(:last-child) {
  margin-right: 14px;
}

.u-h-spacing-14>a,
.u-h-spacing-14>.u-nav-item>a,
.u-h-spacing-14>.u-nav-item>span {
  padding-left: 14px;
  padding-right: 14px;
}

.u-v-spacing-14>a,
.u-v-spacing-14>.u-nav-item>a,
.u-v-spacing-14>.u-nav-item>span {
  padding-top: 14px;
  padding-bottom: 14px;
}

.u-enable-responsive .u-spacing-14>li+li {
  margin: 14px 0 0 0 !important;
}

.u-spacing-13:not(.u-text)>li:not(:last-child) {
  margin-right: 13px;
}

.u-h-spacing-13>a,
.u-h-spacing-13>.u-nav-item>a,
.u-h-spacing-13>.u-nav-item>span {
  padding-left: 13px;
  padding-right: 13px;
}

.u-v-spacing-13>a,
.u-v-spacing-13>.u-nav-item>a,
.u-v-spacing-13>.u-nav-item>span {
  padding-top: 13px;
  padding-bottom: 13px;
}

.u-enable-responsive .u-spacing-13>li+li {
  margin: 13px 0 0 0 !important;
}

.u-spacing-12:not(.u-text)>li:not(:last-child) {
  margin-right: 12px;
}

.u-h-spacing-12>a,
.u-h-spacing-12>.u-nav-item>a,
.u-h-spacing-12>.u-nav-item>span {
  padding-left: 12px;
  padding-right: 12px;
}

.u-v-spacing-12>a,
.u-v-spacing-12>.u-nav-item>a,
.u-v-spacing-12>.u-nav-item>span {
  padding-top: 12px;
  padding-bottom: 12px;
}

.u-enable-responsive .u-spacing-12>li+li {
  margin: 12px 0 0 0 !important;
}

.u-spacing-11:not(.u-text)>li:not(:last-child) {
  margin-right: 11px;
}

.u-h-spacing-11>a,
.u-h-spacing-11>.u-nav-item>a,
.u-h-spacing-11>.u-nav-item>span {
  padding-left: 11px;
  padding-right: 11px;
}

.u-v-spacing-11>a,
.u-v-spacing-11>.u-nav-item>a,
.u-v-spacing-11>.u-nav-item>span {
  padding-top: 11px;
  padding-bottom: 11px;
}

.u-enable-responsive .u-spacing-11>li+li {
  margin: 11px 0 0 0 !important;
}

.u-spacing-10:not(.u-text)>li:not(:last-child) {
  margin-right: 10px;
}

.u-h-spacing-10>a,
.u-h-spacing-10>.u-nav-item>a,
.u-h-spacing-10>.u-nav-item>span {
  padding-left: 10px;
  padding-right: 10px;
}

.u-v-spacing-10>a,
.u-v-spacing-10>.u-nav-item>a,
.u-v-spacing-10>.u-nav-item>span {
  padding-top: 10px;
  padding-bottom: 10px;
}

.u-enable-responsive .u-spacing-10>li+li {
  margin: 10px 0 0 0 !important;
}

.u-spacing-9:not(.u-text)>li:not(:last-child) {
  margin-right: 9px;
}

.u-h-spacing-9>a,
.u-h-spacing-9>.u-nav-item>a,
.u-h-spacing-9>.u-nav-item>span {
  padding-left: 9px;
  padding-right: 9px;
}

.u-v-spacing-9>a,
.u-v-spacing-9>.u-nav-item>a,
.u-v-spacing-9>.u-nav-item>span {
  padding-top: 9px;
  padding-bottom: 9px;
}

.u-enable-responsive .u-spacing-9>li+li {
  margin: 9px 0 0 0 !important;
}

.u-spacing-8:not(.u-text)>li:not(:last-child) {
  margin-right: 8px;
}

.u-h-spacing-8>a,
.u-h-spacing-8>.u-nav-item>a,
.u-h-spacing-8>.u-nav-item>span {
  padding-left: 8px;
  padding-right: 8px;
}

.u-v-spacing-8>a,
.u-v-spacing-8>.u-nav-item>a,
.u-v-spacing-8>.u-nav-item>span {
  padding-top: 8px;
  padding-bottom: 8px;
}

.u-enable-responsive .u-spacing-8>li+li {
  margin: 8px 0 0 0 !important;
}

.u-spacing-7:not(.u-text)>li:not(:last-child) {
  margin-right: 7px;
}

.u-h-spacing-7>a,
.u-h-spacing-7>.u-nav-item>a,
.u-h-spacing-7>.u-nav-item>span {
  padding-left: 7px;
  padding-right: 7px;
}

.u-v-spacing-7>a,
.u-v-spacing-7>.u-nav-item>a,
.u-v-spacing-7>.u-nav-item>span {
  padding-top: 7px;
  padding-bottom: 7px;
}

.u-enable-responsive .u-spacing-7>li+li {
  margin: 7px 0 0 0 !important;
}

.u-spacing-6:not(.u-text)>li:not(:last-child) {
  margin-right: 6px;
}

.u-h-spacing-6>a,
.u-h-spacing-6>.u-nav-item>a,
.u-h-spacing-6>.u-nav-item>span {
  padding-left: 6px;
  padding-right: 6px;
}

.u-v-spacing-6>a,
.u-v-spacing-6>.u-nav-item>a,
.u-v-spacing-6>.u-nav-item>span {
  padding-top: 6px;
  padding-bottom: 6px;
}

.u-enable-responsive .u-spacing-6>li+li {
  margin: 6px 0 0 0 !important;
}

.u-spacing-5:not(.u-text)>li:not(:last-child) {
  margin-right: 5px;
}

.u-h-spacing-5>a,
.u-h-spacing-5>.u-nav-item>a,
.u-h-spacing-5>.u-nav-item>span {
  padding-left: 5px;
  padding-right: 5px;
}

.u-v-spacing-5>a,
.u-v-spacing-5>.u-nav-item>a,
.u-v-spacing-5>.u-nav-item>span {
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-enable-responsive .u-spacing-5>li+li {
  margin: 5px 0 0 0 !important;
}

.u-spacing-4:not(.u-text)>li:not(:last-child) {
  margin-right: 4px;
}

.u-h-spacing-4>a,
.u-h-spacing-4>.u-nav-item>a,
.u-h-spacing-4>.u-nav-item>span {
  padding-left: 4px;
  padding-right: 4px;
}

.u-v-spacing-4>a,
.u-v-spacing-4>.u-nav-item>a,
.u-v-spacing-4>.u-nav-item>span {
  padding-top: 4px;
  padding-bottom: 4px;
}

.u-enable-responsive .u-spacing-4>li+li {
  margin: 4px 0 0 0 !important;
}

.u-spacing-3:not(.u-text)>li:not(:last-child) {
  margin-right: 3px;
}

.u-h-spacing-3>a,
.u-h-spacing-3>.u-nav-item>a,
.u-h-spacing-3>.u-nav-item>span {
  padding-left: 3px;
  padding-right: 3px;
}

.u-v-spacing-3>a,
.u-v-spacing-3>.u-nav-item>a,
.u-v-spacing-3>.u-nav-item>span {
  padding-top: 3px;
  padding-bottom: 3px;
}

.u-enable-responsive .u-spacing-3>li+li {
  margin: 3px 0 0 0 !important;
}

.u-spacing-2:not(.u-text)>li:not(:last-child) {
  margin-right: 2px;
}

.u-h-spacing-2>a,
.u-h-spacing-2>.u-nav-item>a,
.u-h-spacing-2>.u-nav-item>span {
  padding-left: 2px;
  padding-right: 2px;
}

.u-v-spacing-2>a,
.u-v-spacing-2>.u-nav-item>a,
.u-v-spacing-2>.u-nav-item>span {
  padding-top: 2px;
  padding-bottom: 2px;
}

.u-enable-responsive .u-spacing-2>li+li {
  margin: 2px 0 0 0 !important;
}

.u-spacing-1:not(.u-text)>li:not(:last-child) {
  margin-right: 1px;
}

.u-h-spacing-1>a,
.u-h-spacing-1>.u-nav-item>a,
.u-h-spacing-1>.u-nav-item>span {
  padding-left: 1px;
  padding-right: 1px;
}

.u-v-spacing-1>a,
.u-v-spacing-1>.u-nav-item>a,
.u-v-spacing-1>.u-nav-item>span {
  padding-top: 1px;
  padding-bottom: 1px;
}

.u-enable-responsive .u-spacing-1>li+li {
  margin: 1px 0 0 0 !important;
}

.u-spacing-0:not(.u-text)>li:not(:last-child) {
  margin-right: 0px;
}

.u-h-spacing-0>a,
.u-h-spacing-0>.u-nav-item>a,
.u-h-spacing-0>.u-nav-item>span {
  padding-left: 0px;
  padding-right: 0px;
}

.u-v-spacing-0>a,
.u-v-spacing-0>.u-nav-item>a,
.u-v-spacing-0>.u-nav-item>span {
  padding-top: 0px;
  padding-bottom: 0px;
}

.u-enable-responsive .u-spacing-0>li+li {
  margin: 0px 0 0 0 !important;
}

.u-enable-responsive .u-popupmenu-items>li:first-child {
  margin: 0 !important;
}

.u-menu-one-level .u-nav-popup {
  display: none;
}

.u-nav-link {
  display: block;
  white-space: nowrap;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline: none !important;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
}

.u-nav-link,
.u-nav-link:hover,
.u-nav-link:focus {
  text-decoration: none;
}

.u-nav-item a.u-nav-link,
.menu-collapse a.u-nav-link {
  color: inherit;
}

.u-nav-container>.u-nav>.u-nav-item>.u-nav-link {
  padding: 10px 20px;
}

.menu-collapse {
  display: none;
  border: none;
  z-index: 1;
}

.menu-collapse .u-nav-link {
  text-decoration: none !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: calc(1em + 8px);
}

.menu-collapse .u-nav-link svg {
  min-width: 1em;
  width: auto;
  height: 1em;
  vertical-align: top;
}

.menu-collapse .u-nav-link svg+svg {
  position: absolute;
  min-width: auto;
  width: 0;
  height: 0;
  overflow: hidden;
}

.menu-collapse .u-nav-link.u-file-icon img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.menu-collapse .u-nav-link.u-file-icon::after {
  content: '';
  height: 1em;
  width: 1em;
  display: block;
}

.u-nav-container-collapse {
  display: none;
  z-index: 1001;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  position: fixed !important;
  overflow: hidden;
  width: 0;
}

.u-menu-close {
  z-index: 1;
  position: relative;
  width: 22px;
  height: 28px;
  margin: 20px 20px 0 auto;
  text-align: right;
  font-style: initial;
  letter-spacing: initial;
  font-weight: initial;
  display: block;
}

.u-menu-close:before {
  content: "\2715";
  font-size: 28px !important;
}

.u-popupmenu-items {
  margin: 20px auto 0;
}

.u-sidenav {
  flex: 0 0 0;
}

.u-sidenav .u-inner-container-layout:before {
  display: none;
}

.u-menu:not(.open) .u-sidenav {
  border: none;
}

.u-sidenav .u-popupmenu-items {
  display: table;
}

.u-sidenav .u-nav-item {
  display: block;
  height: auto;
  margin-left: 0;
  /* override horizontal spacing */
}

.u-sidenav .u-nav-link {
  background: transparent;
}

.u-enable-responsive .menu-collapse {
  display: block;
}

.u-enable-responsive .u-nav-container-collapse {
  display: flex;
}

.u-enable-responsive .u-nav-container {
  display: none;
}

@media (min-width: 1400px) {
  .u-menu[data-responsive-from="XXL"] .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="XXL"] .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="XXL"] .u-nav-container {
    display: none;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-menu[data-responsive-from="XL"] .menu-collapse {
    display: block;
  }

  .u-xl-mode .u-menu[data-responsive-from="XL"] .u-nav-container-collapse {
    display: flex;
  }

  .u-xl-mode .u-menu[data-responsive-from="XL"] .u-nav-container {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-menu[data-responsive-from="XL"] .menu-collapse {
    display: block;
  }

  .u-xxl-mode .u-menu[data-responsive-from="XL"] .u-nav-container-collapse {
    display: flex;
  }

  .u-xxl-mode .u-menu[data-responsive-from="XL"] .u-nav-container {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-menu[data-responsive-from="LG"] .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="LG"] .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="LG"] .u-nav-container {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .u-menu[data-responsive-from="MD"] .menu-collapse,
  .u-menu:not([data-responsive-from]) .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="MD"] .u-nav-container-collapse,
  .u-menu:not([data-responsive-from]) .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="MD"] .u-nav-container,
  .u-menu:not([data-responsive-from]) .u-nav-container {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-menu[data-responsive-from="SM"] .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="SM"] .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="SM"] .u-nav-container {
    display: none;
  }
}

@media (max-width: 575px) {
  .u-menu[data-responsive-from="XS"] .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="XS"] .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="XS"] .u-nav-container {
    display: none;
  }
}

.u-menu.u-offcanvas .u-sidenav {
  height: 100vh;
  height: -webkit-fill-available;
  transition: margin-left 500ms ease;
  border-top: none;
  border-bottom: none;
  white-space: normal;
}

.u-menu.u-offcanvas .u-sidenav>* {
  position: relative;
}

.u-menu.u-offcanvas .u-sidenav .u-nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-menu.u-offcanvas:not(.u-menu-open-right) .u-sidenav {
  border-left: none;
}

.u-menu.u-offcanvas.u-menu-open-right .u-sidenav {
  order: 1;
  border-right: none;
  transition-property: margin-right;
}

.u-menu.u-offcanvas.open .u-sidenav {
  margin-left: 0;
  margin-right: 0;
}

.u-menu:not(.u-offcanvas) .u-sidenav {
  display: none;
}

.u-menu:not(.u-offcanvas).open .u-sidenav {
  display: block;
  flex-basis: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  border: none !important;
}

.u-menu:not(.u-offcanvas) .u-menu-overlay {
  display: none !important;
}

.u-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
}

.u-sidenav-overflow {
  overflow: auto;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.u-offcanvas-unshifted-left .u-body>*,
.u-offcanvas-unshifted-left.u-body>* {
  animation: menu-unshift-left 500ms normal forwards ease;
}

.u-offcanvas-opened.u-offcanvas-shifted-left .u-body>*,
.u-offcanvas-opened.u-offcanvas-shifted-left.u-body>* {
  animation: menu-shift-left 500ms normal forwards ease;
}

.u-offcanvas-unshifted-right .u-body>*,
.u-offcanvas-unshifted-right.u-body>* {
  animation: menu-unshift-right 500ms normal forwards ease;
}

.u-offcanvas-opened.u-offcanvas-shifted-right .u-body>*,
.u-offcanvas-opened.u-offcanvas-shifted-right.u-body>* {
  animation: menu-shift-right 500ms normal forwards ease;
}

.u-offcanvas .u-sidenav {
  flex-basis: var(--sidenav-width, 250px) !important;
}

.u-offcanvas:not(.u-menu-open-right) .u-sidenav {
  margin-left: calc(-1 * var(--sidenav-width, 250px));
}

.u-offcanvas.u-menu-open-right .u-sidenav {
  margin-right: calc(-1 * var(--sidenav-width, 250px));
}

@keyframes menu-shift-left {
  from {
    left: 0;
  }

  to {
    left: var(--sidenav-width, 250px);
  }
}

@keyframes menu-unshift-left {
  from {
    left: var(--sidenav-width, 250px);
  }

  to {
    left: 0;
  }
}

@keyframes menu-shift-right {
  from {
    right: 0;
  }

  to {
    right: var(--sidenav-width, 250px);
  }
}

@keyframes menu-unshift-right {
  from {
    right: var(--sidenav-width, 250px);
  }

  to {
    right: 0;
  }
}

html {
  font-size: 16px;
}

.u-body {
  font-size: 1rem;
  line-height: 1.6;
}

.u-body h1,
.u-body h2,
.u-body h3,
.u-body h4,
.u-body h5,
.u-body h6 {
  padding: 0;
}

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

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}

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

@media (min-width: 1200px) {
  .u-xl-mode .u-align-left-xl {
    text-align: left;
  }
}

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

@media (min-width: 1200px) {
  .u-xl-mode .u-align-center-xl {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-align-right-xl {
    text-align: right;
  }
}

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

@media (min-width: 1200px) {
  .u-xl-mode .u-align-justify-xl {
    text-align: justify;
  }
}

.u-tabs:not([class*="u-align-"]),
.u-accordion:not([class*="u-align-"]),
.u-repeater-item:not([class*="u-align-"]),
.u-container-style:not([class*="u-align-"]) {
  text-align: left;
}

.u-nav:not([class*="u-align-"]) .u-nav {
  text-align: left;
}

.u-text {
  word-wrap: break-word;
  position: relative;
}

.u-btn.u-circle {
  border-radius: 100px;
}

.u-container-style.u-hover-feature,
.u-container-style.u-hover-feature:before {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.u-container-style.u-hover-feature:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  transition-duration: inherit;
}

.u-container-style.u-hover-feature:hover:before,
.u-container-style.u-hover-feature.hover:before {
  opacity: 1;
}

section.u-opacity:before,
.u-hover-box>.u-opacity.u-container-layout:before,
.u-opacity>.u-container-layout:before,
.u-opacity>.u-audio-main-layout-wrapper:before,
.u-opacity>.u-inner-container-layout:before,
.u-opacity.u-sidenav:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-duration: inherit;
  transition-property: opacity;
  border-radius: inherit;
}

section.u-opacity,
.u-opacity.u-container-style,
.u-hover-box>.u-opacity.u-container-layout,
.u-opacity>.u-container-layout,
.u-opacity>.u-audio-main-layout-wrapper,
.u-opacity>.u-inner-container-layout {
  opacity: 1;
}

.u-hover-box .u-opacity.u-container-layout,
.u-opacity.u-container-style {
  background-color: transparent !important;
}

.u-effect-fade:hover .u-container-layout.u-over-slide.u-opacity {
  opacity: 1;
}

.u-effect-fade .u-container-layout.u-over-slide.u-opacity {
  opacity: 0;
}

.u-opacity-100:before,
section.u-opacity-100:before,
.u-hover-box>.u-opacity-100.u-container-layout:before,
.u-opacity-100>.u-container-layout:before,
.u-opacity-100>.u-audio-main-layout-wrapper:before,
.u-opacity-100>.u-inner-container-layout:before,
.u-opacity-100.u-sidenav:before {
  opacity: 1;
}

a.u-opacity-100,
span.u-opacity-100,
img.u-opacity-100,
.u-opacity-100.u-line,
.u-opacity-100.u-shape,
.u-opacity-100.u-text,
.u-opacity-100.u-menu-overlay {
  opacity: 1;
}

.u-opacity-95:before,
section.u-opacity-95:before,
.u-hover-box>.u-opacity-95.u-container-layout:before,
.u-opacity-95>.u-container-layout:before,
.u-opacity-95>.u-audio-main-layout-wrapper:before,
.u-opacity-95>.u-inner-container-layout:before,
.u-opacity-95.u-sidenav:before {
  opacity: 0.95;
}

a.u-opacity-95,
span.u-opacity-95,
img.u-opacity-95,
.u-opacity-95.u-line,
.u-opacity-95.u-shape,
.u-opacity-95.u-text,
.u-opacity-95.u-menu-overlay {
  opacity: 0.95;
}

.u-opacity-90:before,
section.u-opacity-90:before,
.u-hover-box>.u-opacity-90.u-container-layout:before,
.u-opacity-90>.u-container-layout:before,
.u-opacity-90>.u-audio-main-layout-wrapper:before,
.u-opacity-90>.u-inner-container-layout:before,
.u-opacity-90.u-sidenav:before {
  opacity: 0.9;
}

a.u-opacity-90,
span.u-opacity-90,
img.u-opacity-90,
.u-opacity-90.u-line,
.u-opacity-90.u-shape,
.u-opacity-90.u-text,
.u-opacity-90.u-menu-overlay {
  opacity: 0.9;
}

.u-opacity-85:before,
section.u-opacity-85:before,
.u-hover-box>.u-opacity-85.u-container-layout:before,
.u-opacity-85>.u-container-layout:before,
.u-opacity-85>.u-audio-main-layout-wrapper:before,
.u-opacity-85>.u-inner-container-layout:before,
.u-opacity-85.u-sidenav:before {
  opacity: 0.85;
}

a.u-opacity-85,
span.u-opacity-85,
img.u-opacity-85,
.u-opacity-85.u-line,
.u-opacity-85.u-shape,
.u-opacity-85.u-text,
.u-opacity-85.u-menu-overlay {
  opacity: 0.85;
}

.u-opacity-80:before,
section.u-opacity-80:before,
.u-hover-box>.u-opacity-80.u-container-layout:before,
.u-opacity-80>.u-container-layout:before,
.u-opacity-80>.u-audio-main-layout-wrapper:before,
.u-opacity-80>.u-inner-container-layout:before,
.u-opacity-80.u-sidenav:before {
  opacity: 0.8;
}

a.u-opacity-80,
span.u-opacity-80,
img.u-opacity-80,
.u-opacity-80.u-line,
.u-opacity-80.u-shape,
.u-opacity-80.u-text,
.u-opacity-80.u-menu-overlay {
  opacity: 0.8;
}

.u-opacity-75:before,
section.u-opacity-75:before,
.u-hover-box>.u-opacity-75.u-container-layout:before,
.u-opacity-75>.u-container-layout:before,
.u-opacity-75>.u-audio-main-layout-wrapper:before,
.u-opacity-75>.u-inner-container-layout:before,
.u-opacity-75.u-sidenav:before {
  opacity: 0.75;
}

a.u-opacity-75,
span.u-opacity-75,
img.u-opacity-75,
.u-opacity-75.u-line,
.u-opacity-75.u-shape,
.u-opacity-75.u-text,
.u-opacity-75.u-menu-overlay {
  opacity: 0.75;
}

.u-opacity-70:before,
section.u-opacity-70:before,
.u-hover-box>.u-opacity-70.u-container-layout:before,
.u-opacity-70>.u-container-layout:before,
.u-opacity-70>.u-audio-main-layout-wrapper:before,
.u-opacity-70>.u-inner-container-layout:before,
.u-opacity-70.u-sidenav:before {
  opacity: 0.7;
}

a.u-opacity-70,
span.u-opacity-70,
img.u-opacity-70,
.u-opacity-70.u-line,
.u-opacity-70.u-shape,
.u-opacity-70.u-text,
.u-opacity-70.u-menu-overlay {
  opacity: 0.7;
}

.u-opacity-65:before,
section.u-opacity-65:before,
.u-hover-box>.u-opacity-65.u-container-layout:before,
.u-opacity-65>.u-container-layout:before,
.u-opacity-65>.u-audio-main-layout-wrapper:before,
.u-opacity-65>.u-inner-container-layout:before,
.u-opacity-65.u-sidenav:before {
  opacity: 0.65;
}

a.u-opacity-65,
span.u-opacity-65,
img.u-opacity-65,
.u-opacity-65.u-line,
.u-opacity-65.u-shape,
.u-opacity-65.u-text,
.u-opacity-65.u-menu-overlay {
  opacity: 0.65;
}

.u-opacity-60:before,
section.u-opacity-60:before,
.u-hover-box>.u-opacity-60.u-container-layout:before,
.u-opacity-60>.u-container-layout:before,
.u-opacity-60>.u-audio-main-layout-wrapper:before,
.u-opacity-60>.u-inner-container-layout:before,
.u-opacity-60.u-sidenav:before {
  opacity: 0.6;
}

a.u-opacity-60,
span.u-opacity-60,
img.u-opacity-60,
.u-opacity-60.u-line,
.u-opacity-60.u-shape,
.u-opacity-60.u-text,
.u-opacity-60.u-menu-overlay {
  opacity: 0.6;
}

.u-opacity-55:before,
section.u-opacity-55:before,
.u-hover-box>.u-opacity-55.u-container-layout:before,
.u-opacity-55>.u-container-layout:before,
.u-opacity-55>.u-audio-main-layout-wrapper:before,
.u-opacity-55>.u-inner-container-layout:before,
.u-opacity-55.u-sidenav:before {
  opacity: 0.55;
}

a.u-opacity-55,
span.u-opacity-55,
img.u-opacity-55,
.u-opacity-55.u-line,
.u-opacity-55.u-shape,
.u-opacity-55.u-text,
.u-opacity-55.u-menu-overlay {
  opacity: 0.55;
}

.u-opacity-50:before,
section.u-opacity-50:before,
.u-hover-box>.u-opacity-50.u-container-layout:before,
.u-opacity-50>.u-container-layout:before,
.u-opacity-50>.u-audio-main-layout-wrapper:before,
.u-opacity-50>.u-inner-container-layout:before,
.u-opacity-50.u-sidenav:before {
  opacity: 0.5;
}

a.u-opacity-50,
span.u-opacity-50,
img.u-opacity-50,
.u-opacity-50.u-line,
.u-opacity-50.u-shape,
.u-opacity-50.u-text,
.u-opacity-50.u-menu-overlay {
  opacity: 0.5;
}

.u-opacity-45:before,
section.u-opacity-45:before,
.u-hover-box>.u-opacity-45.u-container-layout:before,
.u-opacity-45>.u-container-layout:before,
.u-opacity-45>.u-audio-main-layout-wrapper:before,
.u-opacity-45>.u-inner-container-layout:before,
.u-opacity-45.u-sidenav:before {
  opacity: 0.45;
}

a.u-opacity-45,
span.u-opacity-45,
img.u-opacity-45,
.u-opacity-45.u-line,
.u-opacity-45.u-shape,
.u-opacity-45.u-text,
.u-opacity-45.u-menu-overlay {
  opacity: 0.45;
}

.u-opacity-40:before,
section.u-opacity-40:before,
.u-hover-box>.u-opacity-40.u-container-layout:before,
.u-opacity-40>.u-container-layout:before,
.u-opacity-40>.u-audio-main-layout-wrapper:before,
.u-opacity-40>.u-inner-container-layout:before,
.u-opacity-40.u-sidenav:before {
  opacity: 0.4;
}

a.u-opacity-40,
span.u-opacity-40,
img.u-opacity-40,
.u-opacity-40.u-line,
.u-opacity-40.u-shape,
.u-opacity-40.u-text,
.u-opacity-40.u-menu-overlay {
  opacity: 0.4;
}

.u-opacity-35:before,
section.u-opacity-35:before,
.u-hover-box>.u-opacity-35.u-container-layout:before,
.u-opacity-35>.u-container-layout:before,
.u-opacity-35>.u-audio-main-layout-wrapper:before,
.u-opacity-35>.u-inner-container-layout:before,
.u-opacity-35.u-sidenav:before {
  opacity: 0.35;
}

a.u-opacity-35,
span.u-opacity-35,
img.u-opacity-35,
.u-opacity-35.u-line,
.u-opacity-35.u-shape,
.u-opacity-35.u-text,
.u-opacity-35.u-menu-overlay {
  opacity: 0.35;
}

.u-opacity-30:before,
section.u-opacity-30:before,
.u-hover-box>.u-opacity-30.u-container-layout:before,
.u-opacity-30>.u-container-layout:before,
.u-opacity-30>.u-audio-main-layout-wrapper:before,
.u-opacity-30>.u-inner-container-layout:before,
.u-opacity-30.u-sidenav:before {
  opacity: 0.3;
}

a.u-opacity-30,
span.u-opacity-30,
img.u-opacity-30,
.u-opacity-30.u-line,
.u-opacity-30.u-shape,
.u-opacity-30.u-text,
.u-opacity-30.u-menu-overlay {
  opacity: 0.3;
}

.u-opacity-25:before,
section.u-opacity-25:before,
.u-hover-box>.u-opacity-25.u-container-layout:before,
.u-opacity-25>.u-container-layout:before,
.u-opacity-25>.u-audio-main-layout-wrapper:before,
.u-opacity-25>.u-inner-container-layout:before,
.u-opacity-25.u-sidenav:before {
  opacity: 0.25;
}

a.u-opacity-25,
span.u-opacity-25,
img.u-opacity-25,
.u-opacity-25.u-line,
.u-opacity-25.u-shape,
.u-opacity-25.u-text,
.u-opacity-25.u-menu-overlay {
  opacity: 0.25;
}

.u-opacity-20:before,
section.u-opacity-20:before,
.u-hover-box>.u-opacity-20.u-container-layout:before,
.u-opacity-20>.u-container-layout:before,
.u-opacity-20>.u-audio-main-layout-wrapper:before,
.u-opacity-20>.u-inner-container-layout:before,
.u-opacity-20.u-sidenav:before {
  opacity: 0.2;
}

a.u-opacity-20,
span.u-opacity-20,
img.u-opacity-20,
.u-opacity-20.u-line,
.u-opacity-20.u-shape,
.u-opacity-20.u-text,
.u-opacity-20.u-menu-overlay {
  opacity: 0.2;
}

.u-opacity-15:before,
section.u-opacity-15:before,
.u-hover-box>.u-opacity-15.u-container-layout:before,
.u-opacity-15>.u-container-layout:before,
.u-opacity-15>.u-audio-main-layout-wrapper:before,
.u-opacity-15>.u-inner-container-layout:before,
.u-opacity-15.u-sidenav:before {
  opacity: 0.15;
}

a.u-opacity-15,
span.u-opacity-15,
img.u-opacity-15,
.u-opacity-15.u-line,
.u-opacity-15.u-shape,
.u-opacity-15.u-text,
.u-opacity-15.u-menu-overlay {
  opacity: 0.15;
}

.u-opacity-10:before,
section.u-opacity-10:before,
.u-hover-box>.u-opacity-10.u-container-layout:before,
.u-opacity-10>.u-container-layout:before,
.u-opacity-10>.u-audio-main-layout-wrapper:before,
.u-opacity-10>.u-inner-container-layout:before,
.u-opacity-10.u-sidenav:before {
  opacity: 0.1;
}

a.u-opacity-10,
span.u-opacity-10,
img.u-opacity-10,
.u-opacity-10.u-line,
.u-opacity-10.u-shape,
.u-opacity-10.u-text,
.u-opacity-10.u-menu-overlay {
  opacity: 0.1;
}

.u-opacity-5:before,
section.u-opacity-5:before,
.u-hover-box>.u-opacity-5.u-container-layout:before,
.u-opacity-5>.u-container-layout:before,
.u-opacity-5>.u-audio-main-layout-wrapper:before,
.u-opacity-5>.u-inner-container-layout:before,
.u-opacity-5.u-sidenav:before {
  opacity: 0.05;
}

a.u-opacity-5,
span.u-opacity-5,
img.u-opacity-5,
.u-opacity-5.u-line,
.u-opacity-5.u-shape,
.u-opacity-5.u-text,
.u-opacity-5.u-menu-overlay {
  opacity: 0.05;
}

.u-opacity-0:before,
section.u-opacity-0:before,
.u-hover-box>.u-opacity-0.u-container-layout:before,
.u-opacity-0>.u-container-layout:before,
.u-opacity-0>.u-audio-main-layout-wrapper:before,
.u-opacity-0>.u-inner-container-layout:before,
.u-opacity-0.u-sidenav:before {
  opacity: 0;
}

a.u-opacity-0,
span.u-opacity-0,
img.u-opacity-0,
.u-opacity-0.u-line,
.u-opacity-0.u-shape,
.u-opacity-0.u-text,
.u-opacity-0.u-menu-overlay {
  opacity: 0;
}

.u-opacity-var:before,
section.u-opacity-var:before,
.u-hover-box>.u-opacity-var.u-container-layout:before,
.u-opacity-var>.u-container-layout:before,
.u-opacity-var>.u-audio-main-layout-wrapper:before,
.u-opacity-var>.u-inner-container-layout:before,
.u-opacity-var.u-sidenav:before {
  opacity: var(--opacity);
}

a.u-opacity-var,
span.u-opacity-var,
img.u-opacity-var,
.u-opacity-var.u-line,
.u-opacity-var.u-shape,
.u-opacity-var.u-text,
.u-opacity-var.u-menu-overlay {
  opacity: var(--opacity);
}

[class*="u-custom-color-"].u-body,
[class*="u-palette-"].u-body,
[class*="u-gray-"].u-body,
.u-white.u-body,
.u-black.u-body {
  background-image: none;
}

.u-button-style[class*="u-custom-color-"],
.u-button-style[class*="u-palette-"],
.u-button-style[class*="u-gray-"],
.u-button-style.u-white,
.u-button-style.u-black {
  border-width: 0;
}

.u-search-left .u-search-icon[class*="u-custom-color-"],
.u-search-left .u-search-icon[class*="u-palette-"],
.u-search-left .u-search-icon[class*="u-gray-"],
.u-search-left .u-search-icon.u-white,
.u-search-left .u-search-icon.u-black {
  margin-right: 0.8em;
}

.u-search-right .u-search-icon[class*="u-custom-color-"],
.u-search-right .u-search-icon[class*="u-palette-"],
.u-search-right .u-search-icon[class*="u-gray-"],
.u-search-right .u-search-icon.u-white,
.u-search-right .u-search-icon.u-black {
  margin-left: 0.8em;
}

.u-social-icons {
  display: flex;
  min-width: -webkit-fit-content !important;
  min-width: fit-content !important;
  justify-content: space-between;
  align-items: center;
}

.u-social-url {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline: none !important;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-social-icons .u-icon {
  display: flex;
  height: 100% !important;
}

.u-social-icons .u-icon .u-svg-link,
.u-social-icons .u-icon img {
  width: unset;
  flex: 1 0 auto;
}

.u-social-icons .u-social-url,
.u-social-icons .u-social-url:hover {
  color: currentColor;
}

.u-social-icons a {
  height: 100%;
  display: inline-block;
  flex: 0 0 fit-content;
}

.u-language .u-icon {
  display: inline-flex;
  width: auto !important;
  vertical-align: middle;
}

.u-language-url .u-svg-link,
.u-language-url .u-file-icon img {
  width: auto;
}

blockquote {
  padding: 10px 20px;
  padding-left: 0;
  margin: 0 0 20px;
  border-left-width: 0;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-style: solid;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

.u-search-icon .u-svg-link {
  vertical-align: top;
}

.u-pagination.u-spacing-0 .u-nav-item:not(:last-child):not(.active) .u-nav-link {
  border-right-width: 0 !important;
}

.u-pagination.u-spacing-0 .u-nav-item.active+.u-nav-item .u-nav-link {
  border-left-width: 0 !important;
}

.u-breadcrumbs .u-breadcrumbs-item:last-of-type .u-nav-link,
.u-breadcrumbs .u-breadcrumbs-item.u-breadcrumbs-separator .u-nav-link {
  pointer-events: none;
}

.u-breadcrumbs .u-breadcrumbs-separator .u-nav-link {
  padding: 0 !important;
}

.u-breadcrumbs .u-svg-link {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

.u-breadcrumbs .u-svg-content {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.u-categories.u-categories-vertical a .u-icon {
  opacity: 0;
  transition: opacity 0s, opacity 0.3s linear;
  display: inline;
  font-size: 1em;
  fill: currentColor;
  vertical-align: middle;
  white-space: nowrap;
}

.u-categories.u-categories-vertical:hover a .u-icon {
  opacity: 1;
}

.u-categories.u-categories-horizontal ul .u-icon {
  display: none;
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(0);
  }
}

.u-lightbox .u-image,
.u-lightbox .u-gallery-item {
  cursor: pointer;
}

.u-body {
  --animation-fade_in-opacity: 0;
  --animation-fade_in_up-opacity: 0;
  --animation-fade_in_left-opacity: 0;
  --animation-fade_in_right-opacity: 0;
  --animation-fade_in_down-opacity: 0;
  --animation-fade_in_up_big-opacity: 0;
  --animation-fade_in_left_big-opacity: 0;
  --animation-fade_in_right_big-opacity: 0;
  --animation-fade_in_down_big-opacity: 0;
  --animation-fade_out-opacity: 0;
  --animation-fade_out_up-opacity: 0;
  --animation-fade_out_left-opacity: 0;
  --animation-fade_out_right-opacity: 0;
  --animation-fade_out_down-opacity: 0;
  --animation-fade_out_up_big-opacity: 0;
  --animation-fade_out_left_big-opacity: 0;
  --animation-fade_out_right_big-opacity: 0;
  --animation-fade_out_down_big-opacity: 0;
  --animation-rotate_in-rotate: -200deg;
  --animation-rotate_in_down_left-rotate: -45deg;
  --animation-rotate_in_down_right-rotate: 45deg;
  --animation-rotate_in_up_left-rotate: 45deg;
  --animation-rotate_in_up_right-rotate: -90deg;
  --animation-rotate_out-rotate: 200deg;
  --animation-rotate_out_down_left-rotate: 45deg;
  --animation-rotate_out_down_right-rotate: -45deg;
  --animation-rotate_out_up_left-rotate: -45deg;
  --animation-rotate_out_up_right-rotate: 90deg;
  --animation-roll_in-rotate: -120deg;
  --animation-roll_in-translate_x: -100%;
  --animation-roll_out-rotate: 120deg;
  --animation-roll_out-translate_x: 100%;
  --animation-zoom_in-scale: 0.3;
  --animation-zoom_in_down-scale: 0.475;
  --animation-zoom_in_down-translate_y: 60px;
  --animation-zoom_in_up-scale: 0.475;
  --animation-zoom_in_up-translate_y: -60px;
  --animation-zoom_in_left-scale: 0.475;
  --animation-zoom_in_left-translate_x: 10px;
  --animation-zoom_in_right-scale: 0.475;
  --animation-zoom_in_right-translate_x: -10px;
  --animation-zoom_out-scale: 0.3;
  --animation-zoom_out_down-scale: 0.475;
  --animation-zoom_out_down-translate_y: -60px;
  --animation-zoom_out_up-scale: 0.475;
  --animation-zoom_out_up-translate_y: 60px;
  --animation-zoom_out_left-scale: 0.475;
  --animation-zoom_out_left-translate_x: 42px;
  --animation-zoom_out_right-scale: 0.475;
  --animation-zoom_out_right-translate_x: -42px;
  --animation-slide_in_down-translate_y: -100%;
  --animation-slide_in_up-translate_y: 100%;
  --animation-slide_in_left-translate_x: -100%;
  --animation-slide_in_right-translate_x: 100%;
  --animation-slide_out_down-translate_y: 100%;
  --animation-slide_out_up-translate_y: -100%;
  --animation-slide_out_left-translate_x: -100%;
  --animation-slide_out_right-translate_x: 100%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-opacity: 0;



}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes shake {

  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: var(--animation-fade_in-opacity);
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: var(--animation-fade_in_down-opacity);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: var(--animation-fade_in_down_big-opacity);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: var(--animation-fade_in_left-opacity);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: var(--animation-fade_in_left_big-opacity);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: var(--animation-fade_in_right-opacity);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: var(--animation-fade_in_right_big-opacity);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: var(--animation-fade_in_up-opacity);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: var(--animation-fade_in_up_big-opacity);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: var(--animation-fade_out-opacity);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: var(--animation-fade_out_down-opacity);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: var(--animation-fade_out_down_big-opacity);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: var(--animation-fade_out_left-opacity);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: var(--animation-fade_out_left_big-opacity);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: var(--animation-fade_out_right-opacity);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: var(--animation-fade_out_right_big-opacity);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: var(--animation-fade_out_up-opacity);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: var(--animation-fade_out_up_big-opacity);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in-rotate));
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in_down_left-rotate));
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in_down_right-rotate));
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in_up_left-rotate));
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in_up_right-rotate));
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out-rotate));
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out_down_left-rotate));
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out_down_right-rotate));
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out_up_left-rotate));
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out_up_right-rotate));
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(var(--animation-roll_in-translate_x), 0, 0) rotate3d(0, 0, 1, var(--animation-roll_in-rotate));
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(var(--animation-roll_out-translate_x), 0, 0) rotate3d(0, 0, 1, var(--animation-roll_out-rotate));
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(var(--animation-zoom_in-scale), var(--animation-zoom_in-scale), var(--animation-zoom_in-scale));
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_down-scale), var(--animation-zoom_in_down-scale), var(--animation-zoom_in_down-scale)) translate3d(0, var(--animation-zoom_in_down-translate_y), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_left-scale), var(--animation-zoom_in_left-scale), var(--animation-zoom_in_left-scale)) translate3d(var(--animation-zoom_in_left-translate_x), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_right-scale), var(--animation-zoom_in_right-scale), var(--animation-zoom_in_right-scale)) translate3d(var(--animation-zoom_in_right-translate_x), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_up-scale), var(--animation-zoom_in_up-scale), var(--animation-zoom_in_up-scale)) translate3d(0, var(--animation-zoom_in_up-translate_y), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(var(--animation-zoom_out-scale), var(--animation-zoom_out-scale), var(--animation-zoom_out-scale));
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_out_down-scale), var(--animation-zoom_out_down-scale), var(--animation-zoom_out_down-scale)) translate3d(0, var(--animation-zoom_out_down-translate_y), 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_out_left-scale), var(--animation-zoom_out_left-scale), var(--animation-zoom_out_left-scale)) translate3d(var(--animation-zoom_out_left-translate_x), 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_out_right-scale), var(--animation-zoom_out_right-scale), var(--animation-zoom_out_right-scale)) translate3d(var(--animation-zoom_out_right-translate_x), 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_out_up-scale), var(--animation-zoom_out_up-scale), var(--animation-zoom_out_up-scale)) translate3d(0, var(--animation-zoom_out_up-translate_y), 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, var(--animation-slide_in_down-translate_y), 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(var(--animation-slide_in_left-translate_x), 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(var(--animation-slide_in_right-translate_x), 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, var(--animation-slide_in_up-translate_y), 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, var(--animation-slide_out_down-translate_y), 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(var(--animation-slide_out_left-translate_x), 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(var(--animation-slide_out_right-translate_x), 0, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, var(--animation-slide_out_up-translate_y), 0);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

.backstage {
  animation-play-state: paused;
}

.u-backstage-hidden {
  visibility: hidden;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, var(--animation-slide_out_up-translate_y), 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--animation-slide_out_right-translate_x), 0, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, var(--animation-slide_out_down-translate_y), 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--animation-slide_out_left-translate_x), 0, 0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(var(--animation-zoom_in-scale), var(--animation-zoom_in-scale), var(--animation-zoom_in-scale));
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_down-scale), var(--animation-zoom_in_down-scale), var(--animation-zoom_in_down-scale)) translate3d(0, var(--animation-zoom_in_down-translate_y), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_left-scale), var(--animation-zoom_in_left-scale), var(--animation-zoom_in_left-scale)) translate3d(var(--animation-zoom_in_left-translate_x), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_right-scale), var(--animation-zoom_in_right-scale), var(--animation-zoom_in_right-scale)) translate3d(var(--animation-zoom_in_right-translate_x), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_up-scale), var(--animation-zoom_in_up-scale), var(--animation-zoom_in_up-scale)) translate3d(0, var(--animation-zoom_in_up-translate_y), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }

  to {
    opacity: 1;
  }
}

@keyframes customAnimationIn {
  from {
    transform-origin: center center;
    transform: translate3d(var(--animation-custom_in-translate_x), var(--animation-custom_in-translate_y), 0) scale3d(var(--animation-custom_in-scale), var(--animation-custom_in-scale), var(--animation-custom_in-scale)) rotate3d(0, 0, 1, calc(-1 * var(--animation-custom_in-rotate)));
    opacity: var(--animation-custom_in-opacity);
  }

  to {
    transform-origin: center center;
    transform: translate3d(-50%, -50%, 0) !important;
    opacity: 1;
  }
}

@keyframes customAnimationOut {
  from {
    transform-origin: center center;
    transform: translate3d(-50%, -50%, 0) !important;
    opacity: 1;
  }

  to {
    transform-origin: center center;
    transform: translate3d(var(--animation-custom_in-translate_x), var(--animation-custom_in-translate_y), 0) scale3d(var(--animation-custom_in-scale), var(--animation-custom_in-scale), var(--animation-custom_in-scale)) rotate3d(0, 0, 1, calc(-1 * var(--animation-custom_in-rotate)));
    opacity: var(--animation-custom_in-opacity);
  }
}

.animated.u-absolute-hcenter {

  --animation-custom_in-translate_x: -50% !important;
}

.animated.u-absolute-vcenter {

  --animation-custom_in-translate_y: -50% !important;
}

@keyframes galleryFilterDadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.u-repeater {
  display: grid;
  grid-template-columns: repeat(3, 33.33333333%);
  gap: var(--gap, 0);
}

.u-repeater.u-layout-spacing-all {
  padding: var(--gap, 0);
}

.u-repeater-item {
  display: flex;
  position: relative;
}

.u-repeater+.u-list-control:not(:empty) {
  margin-top: 10px;
}

.u-list:not(.u-repeater),
.u-blog:not(.u-repeater),
.u-products:not(.u-repeater) {
  display: flex;
  flex-direction: column;
}

.u-list:not(.u-repeater) .u-repeater,
.u-blog:not(.u-repeater) .u-repeater,
.u-products:not(.u-repeater) .u-repeater {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.u-list:not(.u-repeater) .u-list-control,
.u-blog:not(.u-repeater) .u-list-control,
.u-products:not(.u-repeater) .u-list-control {
  flex: 0;
}

.u-text .u-icon,
.u-btn .u-icon,
.u-table-cell .u-icon,
.u-tab-link .u-icon,
.u-accordion-link-text .u-icon {
  position: relative;
  display: inline;
  line-height: inherit;
  font-size: 1em;
  fill: currentColor;
  vertical-align: middle;
  white-space: nowrap;
}

.u-text .u-icon.u-file-icon>img[src],
.u-btn .u-icon.u-file-icon>img[src],
.u-table-cell .u-icon.u-file-icon>img[src],
.u-tab-link .u-icon.u-file-icon>img[src],
.u-accordion-link-text .u-icon.u-file-icon>img[src] {
  display: inline-block;
  height: 1em;
  width: auto;
  line-height: 1;
  vertical-align: -0.15em;
}

.u-text .u-icon>svg,
.u-btn .u-icon>svg,
.u-table-cell .u-icon>svg,
.u-tab-link .u-icon>svg,
.u-accordion-link-text .u-icon>svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -0.15em;
}

.u-text .u-icon>svg+img,
.u-btn .u-icon>svg+img,
.u-table-cell .u-icon>svg+img,
.u-tab-link .u-icon>svg+img,
.u-accordion-link-text .u-icon>svg+img {
  position: absolute !important;
  left: calc(50% - 0.5em) !important;
  top: calc(50% - 0.5em) !important;
  display: inline !important;
  padding: 0.5em !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 1 !important;
}

.u-form-agree .u-btn,
.u-table-cell .u-btn,
.u-text .u-btn {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: baseline;
  white-space: normal;
  text-align: inherit;
}

.u-form-agree .u-btn.u-button-link,
.u-table-cell .u-btn.u-button-link,
.u-text .u-btn.u-button-link {
  display: inline;
}

.u-text.u-cart-block-content .u-btn {
  white-space: nowrap;
}

.u-layout-horizontal .u-repeater,
.u-layout-horizontal .u-gallery-inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.u-layout-horizontal .u-repeater::-webkit-scrollbar,
.u-layout-horizontal .u-gallery-inner::-webkit-scrollbar {
  display: none;
}

.u-layout-horizontal .u-repeater {
  grid-auto-flow: column;
  grid-auto-rows: 100%;
}

.u-product-second-image-wrapper .u-image {
  transition: all 0.7s ease;
}

.u-product-second-image-wrapper .u-image+.u-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.7s ease;
}

.u-product-variant-tags .u-product-variant-tags-item .u-nav-link {
  display: flex;
  min-width: 44px;
  height: 44px;
  padding: 4px;
  align-items: center;
  justify-content: center;
}

.u-dialog>.u-container-layout {
  max-height: 90vh !important;
  overflow-y: auto;
  scrollbar-width: thin;
}

.u-border-0,
.u-separator-0:after,
.u-text.u-border-0,
.u-input.u-border-0,
.u-field-input.u-field-input.u-border-0,
a.u-button-style.u-border-0 {
  border-width: 0px;
}

.u-border-1,
.u-separator-1:after,
.u-text.u-border-1,
.u-input.u-border-1,
.u-field-input.u-field-input.u-border-1,
a.u-button-style.u-border-1 {
  border-width: 1px;
}

.u-border-2,
.u-separator-2:after,
.u-text.u-border-2,
.u-input.u-border-2,
.u-field-input.u-field-input.u-border-2,
a.u-button-style.u-border-2 {
  border-width: 2px;
}

.u-border-3,
.u-separator-3:after,
.u-text.u-border-3,
.u-input.u-border-3,
.u-field-input.u-field-input.u-border-3,
a.u-button-style.u-border-3 {
  border-width: 3px;
}

.u-border-4,
.u-separator-4:after,
.u-text.u-border-4,
.u-input.u-border-4,
.u-field-input.u-field-input.u-border-4,
a.u-button-style.u-border-4 {
  border-width: 4px;
}

.u-border-5,
.u-separator-5:after,
.u-text.u-border-5,
.u-input.u-border-5,
.u-field-input.u-field-input.u-border-5,
a.u-button-style.u-border-5 {
  border-width: 5px;
}

.u-border-6,
.u-separator-6:after,
.u-text.u-border-6,
.u-input.u-border-6,
.u-field-input.u-field-input.u-border-6,
a.u-button-style.u-border-6 {
  border-width: 6px;
}

.u-border-7,
.u-separator-7:after,
.u-text.u-border-7,
.u-input.u-border-7,
.u-field-input.u-field-input.u-border-7,
a.u-button-style.u-border-7 {
  border-width: 7px;
}

.u-border-8,
.u-separator-8:after,
.u-text.u-border-8,
.u-input.u-border-8,
.u-field-input.u-field-input.u-border-8,
a.u-button-style.u-border-8 {
  border-width: 8px;
}

.u-border-9,
.u-separator-9:after,
.u-text.u-border-9,
.u-input.u-border-9,
.u-field-input.u-field-input.u-border-9,
a.u-button-style.u-border-9 {
  border-width: 9px;
}

.u-border-10,
.u-separator-10:after,
.u-text.u-border-10,
.u-input.u-border-10,
.u-field-input.u-field-input.u-border-10,
a.u-button-style.u-border-10 {
  border-width: 10px;
}

.u-border-11,
.u-separator-11:after,
.u-text.u-border-11,
.u-input.u-border-11,
.u-field-input.u-field-input.u-border-11,
a.u-button-style.u-border-11 {
  border-width: 11px;
}

.u-border-12,
.u-separator-12:after,
.u-text.u-border-12,
.u-input.u-border-12,
.u-field-input.u-field-input.u-border-12,
a.u-button-style.u-border-12 {
  border-width: 12px;
}

.u-border-13,
.u-separator-13:after,
.u-text.u-border-13,
.u-input.u-border-13,
.u-field-input.u-field-input.u-border-13,
a.u-button-style.u-border-13 {
  border-width: 13px;
}

.u-border-14,
.u-separator-14:after,
.u-text.u-border-14,
.u-input.u-border-14,
.u-field-input.u-field-input.u-border-14,
a.u-button-style.u-border-14 {
  border-width: 14px;
}

.u-border-15,
.u-separator-15:after,
.u-text.u-border-15,
.u-input.u-border-15,
.u-field-input.u-field-input.u-border-15,
a.u-button-style.u-border-15 {
  border-width: 15px;
}

.u-border-16,
.u-separator-16:after,
.u-text.u-border-16,
.u-input.u-border-16,
.u-field-input.u-field-input.u-border-16,
a.u-button-style.u-border-16 {
  border-width: 16px;
}

.u-border-17,
.u-separator-17:after,
.u-text.u-border-17,
.u-input.u-border-17,
.u-field-input.u-field-input.u-border-17,
a.u-button-style.u-border-17 {
  border-width: 17px;
}

.u-border-18,
.u-separator-18:after,
.u-text.u-border-18,
.u-input.u-border-18,
.u-field-input.u-field-input.u-border-18,
a.u-button-style.u-border-18 {
  border-width: 18px;
}

.u-border-19,
.u-separator-19:after,
.u-text.u-border-19,
.u-input.u-border-19,
.u-field-input.u-field-input.u-border-19,
a.u-button-style.u-border-19 {
  border-width: 19px;
}

.u-border-20,
.u-separator-20:after,
.u-text.u-border-20,
.u-input.u-border-20,
.u-field-input.u-field-input.u-border-20,
a.u-button-style.u-border-20 {
  border-width: 20px;
}

[class*="-radius-"],
.u-radius {
  --border-radius: initial;
  --border-top-left-radius: initial;
  --border-top-right-radius: initial;
  --border-bottom-right-radius: initial;
  --border-bottom-left-radius: initial;
  --radius: initial;
  --top-left-radius: initial;
  --top-right-radius: initial;
  --bottom-right-radius: initial;
  --bottom-left-radius: initial;
}

[class*="-radius-"],
.u-radius,
[class*="-radius-"]:before,
.u-radius:before,
[class*="-radius-"] .u-background-effect,
.u-radius .u-background-effect,
[class*="-radius-"]:not(.u-hover-box)>.u-container-layout,
.u-radius:not(.u-hover-box)>.u-container-layout {
  border-radius: var(--top-left-radius, var(--border-top-left-radius, var(--radius, var(--border-radius, 0)))) var(--top-right-radius, var(--border-top-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-right-radius, var(--border-bottom-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-left-radius, var(--border-bottom-left-radius, var(--radius, var(--border-radius, 0)))) !important;
}

.u-body {
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Alata;
}

.u-overlap.u-overlap-transparent .u-header,
.u-image,
.u-gradient {
  color: #111111;
}

.u-shading,
.u-overlap.u-overlap-contrast .u-header {
  color: #ffffff;
}

.u-body {
  color: #111111;
  background-color: #ffffff;
  --effect-scale: 1.1;
}

.u-none.u-input,
.u-none.u-field-input,
.u-none.u-button-style,
.u-none.u-button-style:hover,
.u-none.u-button-style:focus,
.u-none.u-button-style:active,
.u-none.u-button-style.active,
.u-button-style.u-hover-none:hover,
.u-button-style.u-hover-none.hover,
.u-button-style.u-hover-none:focus,
.u-button-style.u-active-none:active,
.u-button-style.u-active-none.active,
li.active>.u-button-style.u-active-none {
  color: inherit !important;
  background-color: transparent !important;
}

.u-button-style.u-border-none,
.u-button-style.u-border-hover-none:hover,
.u-button-style.u-border-hover-none:focus,
.u-button-style.u-border-active-none:active,
.u-button-style.u-border-active-none.active,
li.active>.u-button-style.u-border-active-none {
  border-color: transparent !important;
  border-width: 0;
}

.u-button-style.u-text-none,
.u-button-style.u-text-none:hover,
.u-button-style.u-text-none:focus,
.u-button-style.u-text-none:active,
.u-button-style.u-text-none.active,
.u-button-style.u-text-hover-none:hover,
.u-button-style.u-text-hover-none:focus,
.u-button-style.u-text-active-none:active,
.u-button-style.u-text-active-none.active,
li.active>.u-button-style.u-text-active-none {
  color: inherit !important;
}

.u-color-1-dark-3,
.u-body.u-color-1-dark-3,
section.u-color-1-dark-3:before,
.u-color-1-dark-3>.u-audio-main-layout-wrapper:before,
.u-color-1-dark-3>.u-container-layout:before,
.u-color-1-dark-3>.u-inner-container-layout:before,
.u-color-1-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1-dark-3:before,
.u-table-alt-color-1-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #292b33;
}

.u-input.u-color-1-dark-3,
.u-field-input.u-color-1-dark-3,
.u-button-style.u-color-1-dark-3,
.u-button-style.u-color-1-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #292b33 !important;
}

.u-button-style.u-color-1-dark-3:hover,
.u-button-style.u-color-1-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-1-dark-3:focus,
.u-button-style.u-color-1-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-dark-3:active,
.u-button-style.u-button-style.u-color-1-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-dark-3.active,
.u-button-style.u-button-style.u-color-1-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-1-dark-3,
li.active>.u-button-style.u-button-style.u-color-1-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #25272e !important;
}

.u-hover-color-1-dark-3:hover,
.u-hover-color-1-dark-3[class*="u-border-"]:hover,
.u-hover-color-1-dark-3:focus,
.u-hover-color-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-dark-3:hover,
a.u-button-style.u-hover-color-1-dark-3.hover,
a.u-button-style.u-hover-color-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-1-dark-3,
a.u-button-style:hover>.u-hover-color-1-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-1-dark-3:focus,
a.u-button-style.u-hover-color-1-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #292b33 !important;
}

.u-active-color-1-dark-3.u-active.u-active,
.u-active-color-1-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1-dark-3:active,
a.u-button-style.u-button-style.u-active-color-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-dark-3.active,
a.u-button-style.u-button-style.u-active-color-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1-dark-3,
a.u-button-style.u-button-style.active>.u-active-color-1-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1-dark-3,
li.active>a.u-button-style.u-button-style.u-active-color-1-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1-dark-3:checked {
  color: #ffffff !important;
  background-color: #292b33 !important;
}

.u-color-1-dark-2,
.u-body.u-color-1-dark-2,
section.u-color-1-dark-2:before,
.u-color-1-dark-2>.u-audio-main-layout-wrapper:before,
.u-color-1-dark-2>.u-container-layout:before,
.u-color-1-dark-2>.u-inner-container-layout:before,
.u-color-1-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1-dark-2:before,
.u-table-alt-color-1-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #4f5772;
}

.u-input.u-color-1-dark-2,
.u-field-input.u-color-1-dark-2,
.u-button-style.u-color-1-dark-2,
.u-button-style.u-color-1-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #4f5772 !important;
}

.u-button-style.u-color-1-dark-2:hover,
.u-button-style.u-color-1-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-1-dark-2:focus,
.u-button-style.u-color-1-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-dark-2:active,
.u-button-style.u-button-style.u-color-1-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-dark-2.active,
.u-button-style.u-button-style.u-color-1-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-1-dark-2,
li.active>.u-button-style.u-button-style.u-color-1-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #474e67 !important;
}

.u-hover-color-1-dark-2:hover,
.u-hover-color-1-dark-2[class*="u-border-"]:hover,
.u-hover-color-1-dark-2:focus,
.u-hover-color-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-dark-2:hover,
a.u-button-style.u-hover-color-1-dark-2.hover,
a.u-button-style.u-hover-color-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-1-dark-2,
a.u-button-style:hover>.u-hover-color-1-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-1-dark-2:focus,
a.u-button-style.u-hover-color-1-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #4f5772 !important;
}

.u-active-color-1-dark-2.u-active.u-active,
.u-active-color-1-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1-dark-2:active,
a.u-button-style.u-button-style.u-active-color-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-dark-2.active,
a.u-button-style.u-button-style.u-active-color-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1-dark-2,
a.u-button-style.u-button-style.active>.u-active-color-1-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1-dark-2,
li.active>a.u-button-style.u-button-style.u-active-color-1-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1-dark-2:checked {
  color: #ffffff !important;
  background-color: #4f5772 !important;
}

.u-color-1-dark-1,
.u-body.u-color-1-dark-1,
section.u-color-1-dark-1:before,
.u-color-1-dark-1>.u-audio-main-layout-wrapper:before,
.u-color-1-dark-1>.u-container-layout:before,
.u-color-1-dark-1>.u-inner-container-layout:before,
.u-color-1-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1-dark-1:before,
.u-table-alt-color-1-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #6779b1;
}

.u-input.u-color-1-dark-1,
.u-field-input.u-color-1-dark-1,
.u-button-style.u-color-1-dark-1,
.u-button-style.u-color-1-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #6779b1 !important;
}

.u-button-style.u-color-1-dark-1:hover,
.u-button-style.u-color-1-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-1-dark-1:focus,
.u-button-style.u-color-1-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-dark-1:active,
.u-button-style.u-button-style.u-color-1-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-dark-1.active,
.u-button-style.u-button-style.u-color-1-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-1-dark-1,
li.active>.u-button-style.u-button-style.u-color-1-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #5569a7 !important;
}

.u-hover-color-1-dark-1:hover,
.u-hover-color-1-dark-1[class*="u-border-"]:hover,
.u-hover-color-1-dark-1:focus,
.u-hover-color-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-dark-1:hover,
a.u-button-style.u-hover-color-1-dark-1.hover,
a.u-button-style.u-hover-color-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-1-dark-1,
a.u-button-style:hover>.u-hover-color-1-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-1-dark-1:focus,
a.u-button-style.u-hover-color-1-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #6779b1 !important;
}

.u-active-color-1-dark-1.u-active.u-active,
.u-active-color-1-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1-dark-1:active,
a.u-button-style.u-button-style.u-active-color-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-dark-1.active,
a.u-button-style.u-button-style.u-active-color-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1-dark-1,
a.u-button-style.u-button-style.active>.u-active-color-1-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1-dark-1,
li.active>a.u-button-style.u-button-style.u-active-color-1-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1-dark-1:checked {
  color: #ffffff !important;
  background-color: #6779b1 !important;
}

.u-color-1,
.u-body.u-color-1,
section.u-color-1:before,
.u-color-1>.u-audio-main-layout-wrapper:before,
.u-color-1>.u-container-layout:before,
.u-color-1>.u-inner-container-layout:before,
.u-color-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1:before,
.u-table-alt-color-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #7190f0;
}

.u-input.u-color-1,
.u-field-input.u-color-1,
.u-button-style.u-color-1,
.u-button-style.u-color-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-button-style.u-color-1:hover,
.u-button-style.u-color-1[class*="u-border-"]:hover,
.u-button-style.u-color-1:focus,
.u-button-style.u-color-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1:active,
.u-button-style.u-button-style.u-color-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1.active,
.u-button-style.u-button-style.u-color-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-1,
li.active>.u-button-style.u-button-style.u-color-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #5177ed !important;
}

.u-hover-color-1:hover,
.u-hover-color-1[class*="u-border-"]:hover,
.u-hover-color-1:focus,
.u-hover-color-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1:hover,
a.u-button-style.u-hover-color-1.hover,
a.u-button-style.u-hover-color-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-1,
a.u-button-style:hover>.u-hover-color-1[class*="u-border-"],
a.u-button-style.u-hover-color-1:focus,
a.u-button-style.u-hover-color-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-active-color-1.u-active.u-active,
.u-active-color-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1:active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1.active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1,
a.u-button-style.u-button-style.active>.u-active-color-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1,
li.active>a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1:checked {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-color-1-light-1,
.u-body.u-color-1-light-1,
section.u-color-1-light-1:before,
.u-color-1-light-1>.u-audio-main-layout-wrapper:before,
.u-color-1-light-1>.u-container-layout:before,
.u-color-1-light-1>.u-inner-container-layout:before,
.u-color-1-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1-light-1:before,
.u-table-alt-color-1-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #9ab0f5;
}

.u-input.u-color-1-light-1,
.u-field-input.u-color-1-light-1,
.u-button-style.u-color-1-light-1,
.u-button-style.u-color-1-light-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #9ab0f5 !important;
}

.u-button-style.u-color-1-light-1:hover,
.u-button-style.u-color-1-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-1-light-1:focus,
.u-button-style.u-color-1-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-light-1:active,
.u-button-style.u-button-style.u-color-1-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-light-1.active,
.u-button-style.u-button-style.u-color-1-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-1-light-1,
li.active>.u-button-style.u-button-style.u-color-1-light-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #7694f1 !important;
}

.u-hover-color-1-light-1:hover,
.u-hover-color-1-light-1[class*="u-border-"]:hover,
.u-hover-color-1-light-1:focus,
.u-hover-color-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-light-1:hover,
a.u-button-style.u-hover-color-1-light-1.hover,
a.u-button-style.u-hover-color-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-1-light-1,
a.u-button-style:hover>.u-hover-color-1-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-1-light-1:focus,
a.u-button-style.u-hover-color-1-light-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #9ab0f5 !important;
}

.u-active-color-1-light-1.u-active.u-active,
.u-active-color-1-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1-light-1:active,
a.u-button-style.u-button-style.u-active-color-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-light-1.active,
a.u-button-style.u-button-style.u-active-color-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1-light-1,
a.u-button-style.u-button-style.active>.u-active-color-1-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1-light-1,
li.active>a.u-button-style.u-button-style.u-active-color-1-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1-light-1:checked {
  color: #ffffff !important;
  background-color: #9ab0f5 !important;
}

.u-color-1-light-2,
.u-body.u-color-1-light-2,
section.u-color-1-light-2:before,
.u-color-1-light-2>.u-audio-main-layout-wrapper:before,
.u-color-1-light-2>.u-container-layout:before,
.u-color-1-light-2>.u-inner-container-layout:before,
.u-color-1-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1-light-2:before,
.u-table-alt-color-1-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #c4d1f9;
}

.u-input.u-color-1-light-2,
.u-field-input.u-color-1-light-2,
.u-button-style.u-color-1-light-2,
.u-button-style.u-color-1-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c4d1f9 !important;
}

.u-button-style.u-color-1-light-2:hover,
.u-button-style.u-color-1-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-1-light-2:focus,
.u-button-style.u-color-1-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-light-2:active,
.u-button-style.u-button-style.u-color-1-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-light-2.active,
.u-button-style.u-button-style.u-color-1-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-1-light-2,
li.active>.u-button-style.u-button-style.u-color-1-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #9cb2f5 !important;
}

.u-hover-color-1-light-2:hover,
.u-hover-color-1-light-2[class*="u-border-"]:hover,
.u-hover-color-1-light-2:focus,
.u-hover-color-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-light-2:hover,
a.u-button-style.u-hover-color-1-light-2.hover,
a.u-button-style.u-hover-color-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-1-light-2,
a.u-button-style:hover>.u-hover-color-1-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-1-light-2:focus,
a.u-button-style.u-hover-color-1-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #c4d1f9 !important;
}

.u-active-color-1-light-2.u-active.u-active,
.u-active-color-1-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1-light-2:active,
a.u-button-style.u-button-style.u-active-color-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-light-2.active,
a.u-button-style.u-button-style.u-active-color-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1-light-2,
a.u-button-style.u-button-style.active>.u-active-color-1-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1-light-2,
li.active>a.u-button-style.u-button-style.u-active-color-1-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1-light-2:checked {
  color: #111111 !important;
  background-color: #c4d1f9 !important;
}

.u-color-1-light-3,
.u-body.u-color-1-light-3,
section.u-color-1-light-3:before,
.u-color-1-light-3>.u-audio-main-layout-wrapper:before,
.u-color-1-light-3>.u-container-layout:before,
.u-color-1-light-3>.u-inner-container-layout:before,
.u-color-1-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1-light-3:before,
.u-table-alt-color-1-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f0f3fe;
}

.u-input.u-color-1-light-3,
.u-field-input.u-color-1-light-3,
.u-button-style.u-color-1-light-3,
.u-button-style.u-color-1-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f0f3fe !important;
}

.u-button-style.u-color-1-light-3:hover,
.u-button-style.u-color-1-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-1-light-3:focus,
.u-button-style.u-color-1-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-light-3:active,
.u-button-style.u-button-style.u-color-1-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-light-3.active,
.u-button-style.u-button-style.u-color-1-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-1-light-3,
li.active>.u-button-style.u-button-style.u-color-1-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c2cefb !important;
}

.u-hover-color-1-light-3:hover,
.u-hover-color-1-light-3[class*="u-border-"]:hover,
.u-hover-color-1-light-3:focus,
.u-hover-color-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-light-3:hover,
a.u-button-style.u-hover-color-1-light-3.hover,
a.u-button-style.u-hover-color-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-1-light-3,
a.u-button-style:hover>.u-hover-color-1-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-1-light-3:focus,
a.u-button-style.u-hover-color-1-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f0f3fe !important;
}

.u-active-color-1-light-3.u-active.u-active,
.u-active-color-1-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1-light-3:active,
a.u-button-style.u-button-style.u-active-color-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-light-3.active,
a.u-button-style.u-button-style.u-active-color-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1-light-3,
a.u-button-style.u-button-style.active>.u-active-color-1-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1-light-3,
li.active>a.u-button-style.u-button-style.u-active-color-1-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1-light-3:checked {
  color: #111111 !important;
  background-color: #f0f3fe !important;
}

.u-color-1-base,
.u-body.u-color-1-base,
section.u-color-1-base:before,
.u-color-1-base>.u-audio-main-layout-wrapper:before,
.u-color-1-base>.u-container-layout:before,
.u-color-1-base>.u-inner-container-layout:before,
.u-color-1-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1-base:before,
.u-table-alt-color-1-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #7190f0;
}

.u-input.u-color-1-base,
.u-field-input.u-color-1-base,
.u-button-style.u-color-1-base,
.u-button-style.u-color-1-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-button-style.u-color-1-base:hover,
.u-button-style.u-color-1-base[class*="u-border-"]:hover,
.u-button-style.u-color-1-base:focus,
.u-button-style.u-color-1-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-base:active,
.u-button-style.u-button-style.u-color-1-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-base.active,
.u-button-style.u-button-style.u-color-1-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-1-base,
li.active>.u-button-style.u-button-style.u-color-1-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #5177ed !important;
}

.u-hover-color-1-base:hover,
.u-hover-color-1-base[class*="u-border-"]:hover,
.u-hover-color-1-base:focus,
.u-hover-color-1-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-base:hover,
a.u-button-style.u-hover-color-1-base.hover,
a.u-button-style.u-hover-color-1-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-1-base,
a.u-button-style:hover>.u-hover-color-1-base[class*="u-border-"],
a.u-button-style.u-hover-color-1-base:focus,
a.u-button-style.u-hover-color-1-base[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-active-color-1-base.u-active.u-active,
.u-active-color-1-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1-base:active,
a.u-button-style.u-button-style.u-active-color-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-base.active,
a.u-button-style.u-button-style.u-active-color-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1-base,
a.u-button-style.u-button-style.active>.u-active-color-1-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1-base,
li.active>a.u-button-style.u-button-style.u-active-color-1-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1-base:checked {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-color-2-dark-3,
.u-body.u-color-2-dark-3,
section.u-color-2-dark-3:before,
.u-color-2-dark-3>.u-audio-main-layout-wrapper:before,
.u-color-2-dark-3>.u-container-layout:before,
.u-color-2-dark-3>.u-inner-container-layout:before,
.u-color-2-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2-dark-3:before,
.u-table-alt-color-2-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #332929;
}

.u-input.u-color-2-dark-3,
.u-field-input.u-color-2-dark-3,
.u-button-style.u-color-2-dark-3,
.u-button-style.u-color-2-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #332929 !important;
}

.u-button-style.u-color-2-dark-3:hover,
.u-button-style.u-color-2-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-2-dark-3:focus,
.u-button-style.u-color-2-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-dark-3:active,
.u-button-style.u-button-style.u-color-2-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-dark-3.active,
.u-button-style.u-button-style.u-color-2-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-2-dark-3,
li.active>.u-button-style.u-button-style.u-color-2-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2e2525 !important;
}

.u-hover-color-2-dark-3:hover,
.u-hover-color-2-dark-3[class*="u-border-"]:hover,
.u-hover-color-2-dark-3:focus,
.u-hover-color-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-dark-3:hover,
a.u-button-style.u-hover-color-2-dark-3.hover,
a.u-button-style.u-hover-color-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-2-dark-3,
a.u-button-style:hover>.u-hover-color-2-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-2-dark-3:focus,
a.u-button-style.u-hover-color-2-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #332929 !important;
}

.u-active-color-2-dark-3.u-active.u-active,
.u-active-color-2-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2-dark-3:active,
a.u-button-style.u-button-style.u-active-color-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-dark-3.active,
a.u-button-style.u-button-style.u-active-color-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2-dark-3,
a.u-button-style.u-button-style.active>.u-active-color-2-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2-dark-3,
li.active>a.u-button-style.u-button-style.u-active-color-2-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2-dark-3:checked {
  color: #ffffff !important;
  background-color: #332929 !important;
}

.u-color-2-dark-2,
.u-body.u-color-2-dark-2,
section.u-color-2-dark-2:before,
.u-color-2-dark-2>.u-audio-main-layout-wrapper:before,
.u-color-2-dark-2>.u-container-layout:before,
.u-color-2-dark-2>.u-inner-container-layout:before,
.u-color-2-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2-dark-2:before,
.u-table-alt-color-2-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #6b4748;
}

.u-input.u-color-2-dark-2,
.u-field-input.u-color-2-dark-2,
.u-button-style.u-color-2-dark-2,
.u-button-style.u-color-2-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #6b4748 !important;
}

.u-button-style.u-color-2-dark-2:hover,
.u-button-style.u-color-2-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-2-dark-2:focus,
.u-button-style.u-color-2-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-dark-2:active,
.u-button-style.u-button-style.u-color-2-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-dark-2.active,
.u-button-style.u-button-style.u-color-2-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-2-dark-2,
li.active>.u-button-style.u-button-style.u-color-2-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #604041 !important;
}

.u-hover-color-2-dark-2:hover,
.u-hover-color-2-dark-2[class*="u-border-"]:hover,
.u-hover-color-2-dark-2:focus,
.u-hover-color-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-dark-2:hover,
a.u-button-style.u-hover-color-2-dark-2.hover,
a.u-button-style.u-hover-color-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-2-dark-2,
a.u-button-style:hover>.u-hover-color-2-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-2-dark-2:focus,
a.u-button-style.u-hover-color-2-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #6b4748 !important;
}

.u-active-color-2-dark-2.u-active.u-active,
.u-active-color-2-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2-dark-2:active,
a.u-button-style.u-button-style.u-active-color-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-dark-2.active,
a.u-button-style.u-button-style.u-active-color-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2-dark-2,
a.u-button-style.u-button-style.active>.u-active-color-2-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2-dark-2,
li.active>a.u-button-style.u-button-style.u-active-color-2-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2-dark-2:checked {
  color: #ffffff !important;
  background-color: #6b4748 !important;
}

.u-color-2-dark-1,
.u-body.u-color-2-dark-1,
section.u-color-2-dark-1:before,
.u-color-2-dark-1>.u-audio-main-layout-wrapper:before,
.u-color-2-dark-1>.u-container-layout:before,
.u-color-2-dark-1>.u-inner-container-layout:before,
.u-color-2-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2-dark-1:before,
.u-table-alt-color-2-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #a35559;
}

.u-input.u-color-2-dark-1,
.u-field-input.u-color-2-dark-1,
.u-button-style.u-color-2-dark-1,
.u-button-style.u-color-2-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #a35559 !important;
}

.u-button-style.u-color-2-dark-1:hover,
.u-button-style.u-color-2-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-2-dark-1:focus,
.u-button-style.u-color-2-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-dark-1:active,
.u-button-style.u-button-style.u-color-2-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-dark-1.active,
.u-button-style.u-button-style.u-color-2-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-2-dark-1,
li.active>.u-button-style.u-button-style.u-color-2-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #934c50 !important;
}

.u-hover-color-2-dark-1:hover,
.u-hover-color-2-dark-1[class*="u-border-"]:hover,
.u-hover-color-2-dark-1:focus,
.u-hover-color-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-dark-1:hover,
a.u-button-style.u-hover-color-2-dark-1.hover,
a.u-button-style.u-hover-color-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-2-dark-1,
a.u-button-style:hover>.u-hover-color-2-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-2-dark-1:focus,
a.u-button-style.u-hover-color-2-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #a35559 !important;
}

.u-active-color-2-dark-1.u-active.u-active,
.u-active-color-2-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2-dark-1:active,
a.u-button-style.u-button-style.u-active-color-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-dark-1.active,
a.u-button-style.u-button-style.u-active-color-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2-dark-1,
a.u-button-style.u-button-style.active>.u-active-color-2-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2-dark-1,
li.active>a.u-button-style.u-button-style.u-active-color-2-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2-dark-1:checked {
  color: #ffffff !important;
  background-color: #a35559 !important;
}

.u-color-2,
.u-body.u-color-2,
section.u-color-2:before,
.u-color-2>.u-audio-main-layout-wrapper:before,
.u-color-2>.u-container-layout:before,
.u-color-2>.u-inner-container-layout:before,
.u-color-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2:before,
.u-table-alt-color-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #db545a;
}

.u-input.u-color-2,
.u-field-input.u-color-2,
.u-button-style.u-color-2,
.u-button-style.u-color-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-button-style.u-color-2:hover,
.u-button-style.u-color-2[class*="u-border-"]:hover,
.u-button-style.u-color-2:focus,
.u-button-style.u-color-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2:active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2.active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-2,
li.active>.u-button-style.u-button-style.u-color-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #d63b42 !important;
}

.u-hover-color-2:hover,
.u-hover-color-2[class*="u-border-"]:hover,
.u-hover-color-2:focus,
.u-hover-color-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2:hover,
a.u-button-style.u-hover-color-2.hover,
a.u-button-style.u-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-2,
a.u-button-style:hover>.u-hover-color-2[class*="u-border-"],
a.u-button-style.u-hover-color-2:focus,
a.u-button-style.u-hover-color-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-active-color-2.u-active.u-active,
.u-active-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2:active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2.active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2,
a.u-button-style.u-button-style.active>.u-active-color-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2,
li.active>a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2:checked {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-color-2-light-1,
.u-body.u-color-2-light-1,
section.u-color-2-light-1:before,
.u-color-2-light-1>.u-audio-main-layout-wrapper:before,
.u-color-2-light-1>.u-container-layout:before,
.u-color-2-light-1>.u-inner-container-layout:before,
.u-color-2-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2-light-1:before,
.u-table-alt-color-2-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #e68387;
}

.u-input.u-color-2-light-1,
.u-field-input.u-color-2-light-1,
.u-button-style.u-color-2-light-1,
.u-button-style.u-color-2-light-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #e68387 !important;
}

.u-button-style.u-color-2-light-1:hover,
.u-button-style.u-color-2-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-2-light-1:focus,
.u-button-style.u-color-2-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-light-1:active,
.u-button-style.u-button-style.u-color-2-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-light-1.active,
.u-button-style.u-button-style.u-color-2-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-2-light-1,
li.active>.u-button-style.u-button-style.u-color-2-light-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #e0656a !important;
}

.u-hover-color-2-light-1:hover,
.u-hover-color-2-light-1[class*="u-border-"]:hover,
.u-hover-color-2-light-1:focus,
.u-hover-color-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-light-1:hover,
a.u-button-style.u-hover-color-2-light-1.hover,
a.u-button-style.u-hover-color-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-2-light-1,
a.u-button-style:hover>.u-hover-color-2-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-2-light-1:focus,
a.u-button-style.u-hover-color-2-light-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #e68387 !important;
}

.u-active-color-2-light-1.u-active.u-active,
.u-active-color-2-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2-light-1:active,
a.u-button-style.u-button-style.u-active-color-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-light-1.active,
a.u-button-style.u-button-style.u-active-color-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2-light-1,
a.u-button-style.u-button-style.active>.u-active-color-2-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2-light-1,
li.active>a.u-button-style.u-button-style.u-active-color-2-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2-light-1:checked {
  color: #ffffff !important;
  background-color: #e68387 !important;
}

.u-color-2-light-2,
.u-body.u-color-2-light-2,
section.u-color-2-light-2:before,
.u-color-2-light-2>.u-audio-main-layout-wrapper:before,
.u-color-2-light-2>.u-container-layout:before,
.u-color-2-light-2>.u-inner-container-layout:before,
.u-color-2-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2-light-2:before,
.u-table-alt-color-2-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #f1b5b8;
}

.u-input.u-color-2-light-2,
.u-field-input.u-color-2-light-2,
.u-button-style.u-color-2-light-2,
.u-button-style.u-color-2-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f1b5b8 !important;
}

.u-button-style.u-color-2-light-2:hover,
.u-button-style.u-color-2-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-2-light-2:focus,
.u-button-style.u-color-2-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-light-2:active,
.u-button-style.u-button-style.u-color-2-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-light-2.active,
.u-button-style.u-button-style.u-color-2-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-2-light-2,
li.active>.u-button-style.u-button-style.u-color-2-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ea9296 !important;
}

.u-hover-color-2-light-2:hover,
.u-hover-color-2-light-2[class*="u-border-"]:hover,
.u-hover-color-2-light-2:focus,
.u-hover-color-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-light-2:hover,
a.u-button-style.u-hover-color-2-light-2.hover,
a.u-button-style.u-hover-color-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-2-light-2,
a.u-button-style:hover>.u-hover-color-2-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-2-light-2:focus,
a.u-button-style.u-hover-color-2-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f1b5b8 !important;
}

.u-active-color-2-light-2.u-active.u-active,
.u-active-color-2-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2-light-2:active,
a.u-button-style.u-button-style.u-active-color-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-light-2.active,
a.u-button-style.u-button-style.u-active-color-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2-light-2,
a.u-button-style.u-button-style.active>.u-active-color-2-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2-light-2,
li.active>a.u-button-style.u-button-style.u-active-color-2-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2-light-2:checked {
  color: #111111 !important;
  background-color: #f1b5b8 !important;
}

.u-color-2-light-3,
.u-body.u-color-2-light-3,
section.u-color-2-light-3:before,
.u-color-2-light-3>.u-audio-main-layout-wrapper:before,
.u-color-2-light-3>.u-container-layout:before,
.u-color-2-light-3>.u-inner-container-layout:before,
.u-color-2-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2-light-3:before,
.u-table-alt-color-2-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fbeced;
}

.u-input.u-color-2-light-3,
.u-field-input.u-color-2-light-3,
.u-button-style.u-color-2-light-3,
.u-button-style.u-color-2-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #fbeced !important;
}

.u-button-style.u-color-2-light-3:hover,
.u-button-style.u-color-2-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-2-light-3:focus,
.u-button-style.u-color-2-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-light-3:active,
.u-button-style.u-button-style.u-color-2-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-light-3.active,
.u-button-style.u-button-style.u-color-2-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-2-light-3,
li.active>.u-button-style.u-button-style.u-color-2-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f3c4c7 !important;
}

.u-hover-color-2-light-3:hover,
.u-hover-color-2-light-3[class*="u-border-"]:hover,
.u-hover-color-2-light-3:focus,
.u-hover-color-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-light-3:hover,
a.u-button-style.u-hover-color-2-light-3.hover,
a.u-button-style.u-hover-color-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-2-light-3,
a.u-button-style:hover>.u-hover-color-2-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-2-light-3:focus,
a.u-button-style.u-hover-color-2-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #fbeced !important;
}

.u-active-color-2-light-3.u-active.u-active,
.u-active-color-2-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2-light-3:active,
a.u-button-style.u-button-style.u-active-color-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-light-3.active,
a.u-button-style.u-button-style.u-active-color-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2-light-3,
a.u-button-style.u-button-style.active>.u-active-color-2-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2-light-3,
li.active>a.u-button-style.u-button-style.u-active-color-2-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2-light-3:checked {
  color: #111111 !important;
  background-color: #fbeced !important;
}

.u-color-2-base,
.u-body.u-color-2-base,
section.u-color-2-base:before,
.u-color-2-base>.u-audio-main-layout-wrapper:before,
.u-color-2-base>.u-container-layout:before,
.u-color-2-base>.u-inner-container-layout:before,
.u-color-2-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2-base:before,
.u-table-alt-color-2-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #db545a;
}

.u-input.u-color-2-base,
.u-field-input.u-color-2-base,
.u-button-style.u-color-2-base,
.u-button-style.u-color-2-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-button-style.u-color-2-base:hover,
.u-button-style.u-color-2-base[class*="u-border-"]:hover,
.u-button-style.u-color-2-base:focus,
.u-button-style.u-color-2-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-base:active,
.u-button-style.u-button-style.u-color-2-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-base.active,
.u-button-style.u-button-style.u-color-2-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-2-base,
li.active>.u-button-style.u-button-style.u-color-2-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #d63b42 !important;
}

.u-hover-color-2-base:hover,
.u-hover-color-2-base[class*="u-border-"]:hover,
.u-hover-color-2-base:focus,
.u-hover-color-2-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-base:hover,
a.u-button-style.u-hover-color-2-base.hover,
a.u-button-style.u-hover-color-2-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-2-base,
a.u-button-style:hover>.u-hover-color-2-base[class*="u-border-"],
a.u-button-style.u-hover-color-2-base:focus,
a.u-button-style.u-hover-color-2-base[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-active-color-2-base.u-active.u-active,
.u-active-color-2-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2-base:active,
a.u-button-style.u-button-style.u-active-color-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-base.active,
a.u-button-style.u-button-style.u-active-color-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2-base,
a.u-button-style.u-button-style.active>.u-active-color-2-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2-base,
li.active>a.u-button-style.u-button-style.u-active-color-2-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2-base:checked {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-color-3-dark-3,
.u-body.u-color-3-dark-3,
section.u-color-3-dark-3:before,
.u-color-3-dark-3>.u-audio-main-layout-wrapper:before,
.u-color-3-dark-3>.u-container-layout:before,
.u-color-3-dark-3>.u-inner-container-layout:before,
.u-color-3-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3-dark-3:before,
.u-table-alt-color-3-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #333129;
}

.u-input.u-color-3-dark-3,
.u-field-input.u-color-3-dark-3,
.u-button-style.u-color-3-dark-3,
.u-button-style.u-color-3-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #333129 !important;
}

.u-button-style.u-color-3-dark-3:hover,
.u-button-style.u-color-3-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-3-dark-3:focus,
.u-button-style.u-color-3-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-dark-3:active,
.u-button-style.u-button-style.u-color-3-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-dark-3.active,
.u-button-style.u-button-style.u-color-3-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-3-dark-3,
li.active>.u-button-style.u-button-style.u-color-3-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2e2c25 !important;
}

.u-hover-color-3-dark-3:hover,
.u-hover-color-3-dark-3[class*="u-border-"]:hover,
.u-hover-color-3-dark-3:focus,
.u-hover-color-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-dark-3:hover,
a.u-button-style.u-hover-color-3-dark-3.hover,
a.u-button-style.u-hover-color-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-3-dark-3,
a.u-button-style:hover>.u-hover-color-3-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-3-dark-3:focus,
a.u-button-style.u-hover-color-3-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #333129 !important;
}

.u-active-color-3-dark-3.u-active.u-active,
.u-active-color-3-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3-dark-3:active,
a.u-button-style.u-button-style.u-active-color-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-dark-3.active,
a.u-button-style.u-button-style.u-active-color-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3-dark-3,
a.u-button-style.u-button-style.active>.u-active-color-3-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3-dark-3,
li.active>a.u-button-style.u-button-style.u-active-color-3-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3-dark-3:checked {
  color: #ffffff !important;
  background-color: #333129 !important;
}

.u-color-3-dark-2,
.u-body.u-color-3-dark-2,
section.u-color-3-dark-2:before,
.u-color-3-dark-2>.u-audio-main-layout-wrapper:before,
.u-color-3-dark-2>.u-container-layout:before,
.u-color-3-dark-2>.u-inner-container-layout:before,
.u-color-3-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3-dark-2:before,
.u-table-alt-color-3-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #72683f;
}

.u-input.u-color-3-dark-2,
.u-field-input.u-color-3-dark-2,
.u-button-style.u-color-3-dark-2,
.u-button-style.u-color-3-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #72683f !important;
}

.u-button-style.u-color-3-dark-2:hover,
.u-button-style.u-color-3-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-3-dark-2:focus,
.u-button-style.u-color-3-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-dark-2:active,
.u-button-style.u-button-style.u-color-3-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-dark-2.active,
.u-button-style.u-button-style.u-color-3-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-3-dark-2,
li.active>.u-button-style.u-button-style.u-color-3-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #675e39 !important;
}

.u-hover-color-3-dark-2:hover,
.u-hover-color-3-dark-2[class*="u-border-"]:hover,
.u-hover-color-3-dark-2:focus,
.u-hover-color-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-dark-2:hover,
a.u-button-style.u-hover-color-3-dark-2.hover,
a.u-button-style.u-hover-color-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-3-dark-2,
a.u-button-style:hover>.u-hover-color-3-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-3-dark-2:focus,
a.u-button-style.u-hover-color-3-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #72683f !important;
}

.u-active-color-3-dark-2.u-active.u-active,
.u-active-color-3-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3-dark-2:active,
a.u-button-style.u-button-style.u-active-color-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-dark-2.active,
a.u-button-style.u-button-style.u-active-color-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3-dark-2,
a.u-button-style.u-button-style.active>.u-active-color-3-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3-dark-2,
li.active>a.u-button-style.u-button-style.u-active-color-3-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3-dark-2:checked {
  color: #ffffff !important;
  background-color: #72683f !important;
}

.u-color-3-dark-1,
.u-body.u-color-3-dark-1,
section.u-color-3-dark-1:before,
.u-color-3-dark-1>.u-audio-main-layout-wrapper:before,
.u-color-3-dark-1>.u-container-layout:before,
.u-color-3-dark-1>.u-inner-container-layout:before,
.u-color-3-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3-dark-1:before,
.u-table-alt-color-3-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b29a36;
}

.u-input.u-color-3-dark-1,
.u-field-input.u-color-3-dark-1,
.u-button-style.u-color-3-dark-1,
.u-button-style.u-color-3-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #b29a36 !important;
}

.u-button-style.u-color-3-dark-1:hover,
.u-button-style.u-color-3-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-3-dark-1:focus,
.u-button-style.u-color-3-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-dark-1:active,
.u-button-style.u-button-style.u-color-3-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-dark-1.active,
.u-button-style.u-button-style.u-color-3-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-3-dark-1,
li.active>.u-button-style.u-button-style.u-color-3-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #a08b31 !important;
}

.u-hover-color-3-dark-1:hover,
.u-hover-color-3-dark-1[class*="u-border-"]:hover,
.u-hover-color-3-dark-1:focus,
.u-hover-color-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-dark-1:hover,
a.u-button-style.u-hover-color-3-dark-1.hover,
a.u-button-style.u-hover-color-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-3-dark-1,
a.u-button-style:hover>.u-hover-color-3-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-3-dark-1:focus,
a.u-button-style.u-hover-color-3-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #b29a36 !important;
}

.u-active-color-3-dark-1.u-active.u-active,
.u-active-color-3-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3-dark-1:active,
a.u-button-style.u-button-style.u-active-color-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-dark-1.active,
a.u-button-style.u-button-style.u-active-color-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3-dark-1,
a.u-button-style.u-button-style.active>.u-active-color-3-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3-dark-1,
li.active>a.u-button-style.u-button-style.u-active-color-3-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3-dark-1:checked {
  color: #ffffff !important;
  background-color: #b29a36 !important;
}

.u-color-3,
.u-body.u-color-3,
section.u-color-3:before,
.u-color-3>.u-audio-main-layout-wrapper:before,
.u-color-3>.u-container-layout:before,
.u-color-3>.u-inner-container-layout:before,
.u-color-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3:before,
.u-table-alt-color-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f1c50e;
}

.u-input.u-color-3,
.u-field-input.u-color-3,
.u-button-style.u-color-3,
.u-button-style.u-color-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-button-style.u-color-3:hover,
.u-button-style.u-color-3[class*="u-border-"]:hover,
.u-button-style.u-color-3:focus,
.u-button-style.u-color-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3:active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3.active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-3,
li.active>.u-button-style.u-button-style.u-color-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d9b10d !important;
}

.u-hover-color-3:hover,
.u-hover-color-3[class*="u-border-"]:hover,
.u-hover-color-3:focus,
.u-hover-color-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3:hover,
a.u-button-style.u-hover-color-3.hover,
a.u-button-style.u-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-3,
a.u-button-style:hover>.u-hover-color-3[class*="u-border-"],
a.u-button-style.u-hover-color-3:focus,
a.u-button-style.u-hover-color-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-active-color-3.u-active.u-active,
.u-active-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3:active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3.active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3,
a.u-button-style.u-button-style.active>.u-active-color-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3,
li.active>a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3:checked {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-color-3-light-1,
.u-body.u-color-3-light-1,
section.u-color-3-light-1:before,
.u-color-3-light-1>.u-audio-main-layout-wrapper:before,
.u-color-3-light-1>.u-container-layout:before,
.u-color-3-light-1>.u-inner-container-layout:before,
.u-color-3-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3-light-1:before,
.u-table-alt-color-3-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #f5d654;
}

.u-input.u-color-3-light-1,
.u-field-input.u-color-3-light-1,
.u-button-style.u-color-3-light-1,
.u-button-style.u-color-3-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f5d654 !important;
}

.u-button-style.u-color-3-light-1:hover,
.u-button-style.u-color-3-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-3-light-1:focus,
.u-button-style.u-color-3-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-light-1:active,
.u-button-style.u-button-style.u-color-3-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-light-1.active,
.u-button-style.u-button-style.u-color-3-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-3-light-1,
li.active>.u-button-style.u-button-style.u-color-3-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f3cf35 !important;
}

.u-hover-color-3-light-1:hover,
.u-hover-color-3-light-1[class*="u-border-"]:hover,
.u-hover-color-3-light-1:focus,
.u-hover-color-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-light-1:hover,
a.u-button-style.u-hover-color-3-light-1.hover,
a.u-button-style.u-hover-color-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-3-light-1,
a.u-button-style:hover>.u-hover-color-3-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-3-light-1:focus,
a.u-button-style.u-hover-color-3-light-1[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f5d654 !important;
}

.u-active-color-3-light-1.u-active.u-active,
.u-active-color-3-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3-light-1:active,
a.u-button-style.u-button-style.u-active-color-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-light-1.active,
a.u-button-style.u-button-style.u-active-color-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3-light-1,
a.u-button-style.u-button-style.active>.u-active-color-3-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3-light-1,
li.active>a.u-button-style.u-button-style.u-active-color-3-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3-light-1:checked {
  color: #111111 !important;
  background-color: #f5d654 !important;
}

.u-color-3-light-2,
.u-body.u-color-3-light-2,
section.u-color-3-light-2:before,
.u-color-3-light-2>.u-audio-main-layout-wrapper:before,
.u-color-3-light-2>.u-container-layout:before,
.u-color-3-light-2>.u-inner-container-layout:before,
.u-color-3-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3-light-2:before,
.u-table-alt-color-3-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #f9e79b;
}

.u-input.u-color-3-light-2,
.u-field-input.u-color-3-light-2,
.u-button-style.u-color-3-light-2,
.u-button-style.u-color-3-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f9e79b !important;
}

.u-button-style.u-color-3-light-2:hover,
.u-button-style.u-color-3-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-3-light-2:focus,
.u-button-style.u-color-3-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-light-2:active,
.u-button-style.u-button-style.u-color-3-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-light-2.active,
.u-button-style.u-button-style.u-color-3-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-3-light-2,
li.active>.u-button-style.u-button-style.u-color-3-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f7de75 !important;
}

.u-hover-color-3-light-2:hover,
.u-hover-color-3-light-2[class*="u-border-"]:hover,
.u-hover-color-3-light-2:focus,
.u-hover-color-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-light-2:hover,
a.u-button-style.u-hover-color-3-light-2.hover,
a.u-button-style.u-hover-color-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-3-light-2,
a.u-button-style:hover>.u-hover-color-3-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-3-light-2:focus,
a.u-button-style.u-hover-color-3-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f9e79b !important;
}

.u-active-color-3-light-2.u-active.u-active,
.u-active-color-3-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3-light-2:active,
a.u-button-style.u-button-style.u-active-color-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-light-2.active,
a.u-button-style.u-button-style.u-active-color-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3-light-2,
a.u-button-style.u-button-style.active>.u-active-color-3-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3-light-2,
li.active>a.u-button-style.u-button-style.u-active-color-3-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3-light-2:checked {
  color: #111111 !important;
  background-color: #f9e79b !important;
}

.u-color-3-light-3,
.u-body.u-color-3-light-3,
section.u-color-3-light-3:before,
.u-color-3-light-3>.u-audio-main-layout-wrapper:before,
.u-color-3-light-3>.u-container-layout:before,
.u-color-3-light-3>.u-inner-container-layout:before,
.u-color-3-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3-light-3:before,
.u-table-alt-color-3-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fef9e6;
}

.u-input.u-color-3-light-3,
.u-field-input.u-color-3-light-3,
.u-button-style.u-color-3-light-3,
.u-button-style.u-color-3-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #fef9e6 !important;
}

.u-button-style.u-color-3-light-3:hover,
.u-button-style.u-color-3-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-3-light-3:focus,
.u-button-style.u-color-3-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-light-3:active,
.u-button-style.u-button-style.u-color-3-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-light-3.active,
.u-button-style.u-button-style.u-color-3-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-3-light-3,
li.active>.u-button-style.u-button-style.u-color-3-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #fceeb7 !important;
}

.u-hover-color-3-light-3:hover,
.u-hover-color-3-light-3[class*="u-border-"]:hover,
.u-hover-color-3-light-3:focus,
.u-hover-color-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-light-3:hover,
a.u-button-style.u-hover-color-3-light-3.hover,
a.u-button-style.u-hover-color-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-3-light-3,
a.u-button-style:hover>.u-hover-color-3-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-3-light-3:focus,
a.u-button-style.u-hover-color-3-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #fef9e6 !important;
}

.u-active-color-3-light-3.u-active.u-active,
.u-active-color-3-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3-light-3:active,
a.u-button-style.u-button-style.u-active-color-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-light-3.active,
a.u-button-style.u-button-style.u-active-color-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3-light-3,
a.u-button-style.u-button-style.active>.u-active-color-3-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3-light-3,
li.active>a.u-button-style.u-button-style.u-active-color-3-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3-light-3:checked {
  color: #111111 !important;
  background-color: #fef9e6 !important;
}

.u-color-3-base,
.u-body.u-color-3-base,
section.u-color-3-base:before,
.u-color-3-base>.u-audio-main-layout-wrapper:before,
.u-color-3-base>.u-container-layout:before,
.u-color-3-base>.u-inner-container-layout:before,
.u-color-3-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3-base:before,
.u-table-alt-color-3-base tr:nth-child(even) {
  color: #111111;
  background-color: #f1c50e;
}

.u-input.u-color-3-base,
.u-field-input.u-color-3-base,
.u-button-style.u-color-3-base,
.u-button-style.u-color-3-base[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-button-style.u-color-3-base:hover,
.u-button-style.u-color-3-base[class*="u-border-"]:hover,
.u-button-style.u-color-3-base:focus,
.u-button-style.u-color-3-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-base:active,
.u-button-style.u-button-style.u-color-3-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-base.active,
.u-button-style.u-button-style.u-color-3-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-3-base,
li.active>.u-button-style.u-button-style.u-color-3-base[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d9b10d !important;
}

.u-hover-color-3-base:hover,
.u-hover-color-3-base[class*="u-border-"]:hover,
.u-hover-color-3-base:focus,
.u-hover-color-3-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-base:hover,
a.u-button-style.u-hover-color-3-base.hover,
a.u-button-style.u-hover-color-3-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-3-base,
a.u-button-style:hover>.u-hover-color-3-base[class*="u-border-"],
a.u-button-style.u-hover-color-3-base:focus,
a.u-button-style.u-hover-color-3-base[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-active-color-3-base.u-active.u-active,
.u-active-color-3-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3-base:active,
a.u-button-style.u-button-style.u-active-color-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-base.active,
a.u-button-style.u-button-style.u-active-color-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3-base,
a.u-button-style.u-button-style.active>.u-active-color-3-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3-base,
li.active>a.u-button-style.u-button-style.u-active-color-3-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3-base:checked {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-color-4-dark-3,
.u-body.u-color-4-dark-3,
section.u-color-4-dark-3:before,
.u-color-4-dark-3>.u-audio-main-layout-wrapper:before,
.u-color-4-dark-3>.u-container-layout:before,
.u-color-4-dark-3>.u-inner-container-layout:before,
.u-color-4-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-4-dark-3:before,
.u-table-alt-color-4-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #293332;
}

.u-input.u-color-4-dark-3,
.u-field-input.u-color-4-dark-3,
.u-button-style.u-color-4-dark-3,
.u-button-style.u-color-4-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #293332 !important;
}

.u-button-style.u-color-4-dark-3:hover,
.u-button-style.u-color-4-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-4-dark-3:focus,
.u-button-style.u-color-4-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-dark-3:active,
.u-button-style.u-button-style.u-color-4-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-dark-3.active,
.u-button-style.u-button-style.u-color-4-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-4-dark-3,
li.active>.u-button-style.u-button-style.u-color-4-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #252e2d !important;
}

.u-hover-color-4-dark-3:hover,
.u-hover-color-4-dark-3[class*="u-border-"]:hover,
.u-hover-color-4-dark-3:focus,
.u-hover-color-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-dark-3:hover,
a.u-button-style.u-hover-color-4-dark-3.hover,
a.u-button-style.u-hover-color-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-4-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-4-dark-3,
a.u-button-style:hover>.u-hover-color-4-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-4-dark-3:focus,
a.u-button-style.u-hover-color-4-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #293332 !important;
}

.u-active-color-4-dark-3.u-active.u-active,
.u-active-color-4-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-4-dark-3:active,
a.u-button-style.u-button-style.u-active-color-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-dark-3.active,
a.u-button-style.u-button-style.u-active-color-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-4-dark-3,
a.u-button-style.u-button-style.active>.u-active-color-4-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-4-dark-3,
li.active>a.u-button-style.u-button-style.u-active-color-4-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-4-dark-3:checked {
  color: #ffffff !important;
  background-color: #293332 !important;
}

.u-color-4-dark-2,
.u-body.u-color-4-dark-2,
section.u-color-4-dark-2:before,
.u-color-4-dark-2>.u-audio-main-layout-wrapper:before,
.u-color-4-dark-2>.u-container-layout:before,
.u-color-4-dark-2>.u-inner-container-layout:before,
.u-color-4-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-4-dark-2:before,
.u-table-alt-color-4-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #41807c;
}

.u-input.u-color-4-dark-2,
.u-field-input.u-color-4-dark-2,
.u-button-style.u-color-4-dark-2,
.u-button-style.u-color-4-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #41807c !important;
}

.u-button-style.u-color-4-dark-2:hover,
.u-button-style.u-color-4-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-4-dark-2:focus,
.u-button-style.u-color-4-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-dark-2:active,
.u-button-style.u-button-style.u-color-4-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-dark-2.active,
.u-button-style.u-button-style.u-color-4-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-4-dark-2,
li.active>.u-button-style.u-button-style.u-color-4-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #3a7370 !important;
}

.u-hover-color-4-dark-2:hover,
.u-hover-color-4-dark-2[class*="u-border-"]:hover,
.u-hover-color-4-dark-2:focus,
.u-hover-color-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-dark-2:hover,
a.u-button-style.u-hover-color-4-dark-2.hover,
a.u-button-style.u-hover-color-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-4-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-4-dark-2,
a.u-button-style:hover>.u-hover-color-4-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-4-dark-2:focus,
a.u-button-style.u-hover-color-4-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #41807c !important;
}

.u-active-color-4-dark-2.u-active.u-active,
.u-active-color-4-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-4-dark-2:active,
a.u-button-style.u-button-style.u-active-color-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-dark-2.active,
a.u-button-style.u-button-style.u-active-color-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-4-dark-2,
a.u-button-style.u-button-style.active>.u-active-color-4-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-4-dark-2,
li.active>a.u-button-style.u-button-style.u-active-color-4-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-4-dark-2:checked {
  color: #ffffff !important;
  background-color: #41807c !important;
}

.u-color-4-dark-1,
.u-body.u-color-4-dark-1,
section.u-color-4-dark-1:before,
.u-color-4-dark-1>.u-audio-main-layout-wrapper:before,
.u-color-4-dark-1>.u-container-layout:before,
.u-color-4-dark-1>.u-inner-container-layout:before,
.u-color-4-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-4-dark-1:before,
.u-table-alt-color-4-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #2cccc4;
}

.u-input.u-color-4-dark-1,
.u-field-input.u-color-4-dark-1,
.u-button-style.u-color-4-dark-1,
.u-button-style.u-color-4-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-button-style.u-color-4-dark-1:hover,
.u-button-style.u-color-4-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-4-dark-1:focus,
.u-button-style.u-color-4-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-dark-1:active,
.u-button-style.u-button-style.u-color-4-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-dark-1.active,
.u-button-style.u-button-style.u-color-4-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-4-dark-1,
li.active>.u-button-style.u-button-style.u-color-4-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #28b8b0 !important;
}

.u-hover-color-4-dark-1:hover,
.u-hover-color-4-dark-1[class*="u-border-"]:hover,
.u-hover-color-4-dark-1:focus,
.u-hover-color-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-dark-1:hover,
a.u-button-style.u-hover-color-4-dark-1.hover,
a.u-button-style.u-hover-color-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-4-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-4-dark-1,
a.u-button-style:hover>.u-hover-color-4-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-4-dark-1:focus,
a.u-button-style.u-hover-color-4-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-active-color-4-dark-1.u-active.u-active,
.u-active-color-4-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-4-dark-1:active,
a.u-button-style.u-button-style.u-active-color-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-dark-1.active,
a.u-button-style.u-button-style.u-active-color-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-4-dark-1,
a.u-button-style.u-button-style.active>.u-active-color-4-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-4-dark-1,
li.active>a.u-button-style.u-button-style.u-active-color-4-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-4-dark-1:checked {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-color-4,
.u-body.u-color-4,
section.u-color-4:before,
.u-color-4>.u-audio-main-layout-wrapper:before,
.u-color-4>.u-container-layout:before,
.u-color-4>.u-inner-container-layout:before,
.u-color-4.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-4:before,
.u-table-alt-color-4 tr:nth-child(even) {
  color: #111111;
  background-color: #3be8e0;
}

.u-input.u-color-4,
.u-field-input.u-color-4,
.u-button-style.u-color-4,
.u-button-style.u-color-4[class*="u-border-"] {
  color: #111111 !important;
  background-color: #3be8e0 !important;
}

.u-button-style.u-color-4:hover,
.u-button-style.u-color-4[class*="u-border-"]:hover,
.u-button-style.u-color-4:focus,
.u-button-style.u-color-4[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4:active,
.u-button-style.u-button-style.u-color-4[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4.active,
.u-button-style.u-button-style.u-color-4[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-4,
li.active>.u-button-style.u-button-style.u-color-4[class*="u-border-"] {
  color: #111111 !important;
  background-color: #21e5dc !important;
}

.u-hover-color-4:hover,
.u-hover-color-4[class*="u-border-"]:hover,
.u-hover-color-4:focus,
.u-hover-color-4[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4:hover,
a.u-button-style.u-hover-color-4.hover,
a.u-button-style.u-hover-color-4[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-4[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-4,
a.u-button-style:hover>.u-hover-color-4[class*="u-border-"],
a.u-button-style.u-hover-color-4:focus,
a.u-button-style.u-hover-color-4[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #3be8e0 !important;
}

.u-active-color-4.u-active.u-active,
.u-active-color-4[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-4:active,
a.u-button-style.u-button-style.u-active-color-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4.active,
a.u-button-style.u-button-style.u-active-color-4[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-4,
a.u-button-style.u-button-style.active>.u-active-color-4[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-4,
li.active>a.u-button-style.u-button-style.u-active-color-4[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-4:checked {
  color: #111111 !important;
  background-color: #3be8e0 !important;
}

.u-color-4-light-1,
.u-body.u-color-4-light-1,
section.u-color-4-light-1:before,
.u-color-4-light-1>.u-audio-main-layout-wrapper:before,
.u-color-4-light-1>.u-container-layout:before,
.u-color-4-light-1>.u-inner-container-layout:before,
.u-color-4-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-4-light-1:before,
.u-table-alt-color-4-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #72efe9;
}

.u-input.u-color-4-light-1,
.u-field-input.u-color-4-light-1,
.u-button-style.u-color-4-light-1,
.u-button-style.u-color-4-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #72efe9 !important;
}

.u-button-style.u-color-4-light-1:hover,
.u-button-style.u-color-4-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-4-light-1:focus,
.u-button-style.u-color-4-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-light-1:active,
.u-button-style.u-button-style.u-color-4-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-light-1.active,
.u-button-style.u-button-style.u-color-4-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-4-light-1,
li.active>.u-button-style.u-button-style.u-color-4-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #52ebe4 !important;
}

.u-hover-color-4-light-1:hover,
.u-hover-color-4-light-1[class*="u-border-"]:hover,
.u-hover-color-4-light-1:focus,
.u-hover-color-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-light-1:hover,
a.u-button-style.u-hover-color-4-light-1.hover,
a.u-button-style.u-hover-color-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-4-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-4-light-1,
a.u-button-style:hover>.u-hover-color-4-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-4-light-1:focus,
a.u-button-style.u-hover-color-4-light-1[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #72efe9 !important;
}

.u-active-color-4-light-1.u-active.u-active,
.u-active-color-4-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-4-light-1:active,
a.u-button-style.u-button-style.u-active-color-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-light-1.active,
a.u-button-style.u-button-style.u-active-color-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-4-light-1,
a.u-button-style.u-button-style.active>.u-active-color-4-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-4-light-1,
li.active>a.u-button-style.u-button-style.u-active-color-4-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-4-light-1:checked {
  color: #111111 !important;
  background-color: #72efe9 !important;
}

.u-color-4-light-2,
.u-body.u-color-4-light-2,
section.u-color-4-light-2:before,
.u-color-4-light-2>.u-audio-main-layout-wrapper:before,
.u-color-4-light-2>.u-container-layout:before,
.u-color-4-light-2>.u-inner-container-layout:before,
.u-color-4-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-4-light-2:before,
.u-table-alt-color-4-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #adf6f2;
}

.u-input.u-color-4-light-2,
.u-field-input.u-color-4-light-2,
.u-button-style.u-color-4-light-2,
.u-button-style.u-color-4-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #adf6f2 !important;
}

.u-button-style.u-color-4-light-2:hover,
.u-button-style.u-color-4-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-4-light-2:focus,
.u-button-style.u-color-4-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-light-2:active,
.u-button-style.u-button-style.u-color-4-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-light-2.active,
.u-button-style.u-button-style.u-color-4-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-4-light-2,
li.active>.u-button-style.u-button-style.u-color-4-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #87f2ec !important;
}

.u-hover-color-4-light-2:hover,
.u-hover-color-4-light-2[class*="u-border-"]:hover,
.u-hover-color-4-light-2:focus,
.u-hover-color-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-light-2:hover,
a.u-button-style.u-hover-color-4-light-2.hover,
a.u-button-style.u-hover-color-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-4-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-4-light-2,
a.u-button-style:hover>.u-hover-color-4-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-4-light-2:focus,
a.u-button-style.u-hover-color-4-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #adf6f2 !important;
}

.u-active-color-4-light-2.u-active.u-active,
.u-active-color-4-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-4-light-2:active,
a.u-button-style.u-button-style.u-active-color-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-light-2.active,
a.u-button-style.u-button-style.u-active-color-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-4-light-2,
a.u-button-style.u-button-style.active>.u-active-color-4-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-4-light-2,
li.active>a.u-button-style.u-button-style.u-active-color-4-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-4-light-2:checked {
  color: #111111 !important;
  background-color: #adf6f2 !important;
}

.u-color-4-light-3,
.u-body.u-color-4-light-3,
section.u-color-4-light-3:before,
.u-color-4-light-3>.u-audio-main-layout-wrapper:before,
.u-color-4-light-3>.u-container-layout:before,
.u-color-4-light-3>.u-inner-container-layout:before,
.u-color-4-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-4-light-3:before,
.u-table-alt-color-4-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #eafdfc;
}

.u-input.u-color-4-light-3,
.u-field-input.u-color-4-light-3,
.u-button-style.u-color-4-light-3,
.u-button-style.u-color-4-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #eafdfc !important;
}

.u-button-style.u-color-4-light-3:hover,
.u-button-style.u-color-4-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-4-light-3:focus,
.u-button-style.u-color-4-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-light-3:active,
.u-button-style.u-button-style.u-color-4-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-light-3.active,
.u-button-style.u-button-style.u-color-4-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-4-light-3,
li.active>.u-button-style.u-button-style.u-color-4-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #bef9f6 !important;
}

.u-hover-color-4-light-3:hover,
.u-hover-color-4-light-3[class*="u-border-"]:hover,
.u-hover-color-4-light-3:focus,
.u-hover-color-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-light-3:hover,
a.u-button-style.u-hover-color-4-light-3.hover,
a.u-button-style.u-hover-color-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-4-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-4-light-3,
a.u-button-style:hover>.u-hover-color-4-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-4-light-3:focus,
a.u-button-style.u-hover-color-4-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #eafdfc !important;
}

.u-active-color-4-light-3.u-active.u-active,
.u-active-color-4-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-4-light-3:active,
a.u-button-style.u-button-style.u-active-color-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-light-3.active,
a.u-button-style.u-button-style.u-active-color-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-4-light-3,
a.u-button-style.u-button-style.active>.u-active-color-4-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-4-light-3,
li.active>a.u-button-style.u-button-style.u-active-color-4-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-4-light-3:checked {
  color: #111111 !important;
  background-color: #eafdfc !important;
}

.u-color-4-base,
.u-body.u-color-4-base,
section.u-color-4-base:before,
.u-color-4-base>.u-audio-main-layout-wrapper:before,
.u-color-4-base>.u-container-layout:before,
.u-color-4-base>.u-inner-container-layout:before,
.u-color-4-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-4-base:before,
.u-table-alt-color-4-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #2cccc4;
}

.u-input.u-color-4-base,
.u-field-input.u-color-4-base,
.u-button-style.u-color-4-base,
.u-button-style.u-color-4-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-button-style.u-color-4-base:hover,
.u-button-style.u-color-4-base[class*="u-border-"]:hover,
.u-button-style.u-color-4-base:focus,
.u-button-style.u-color-4-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-base:active,
.u-button-style.u-button-style.u-color-4-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-base.active,
.u-button-style.u-button-style.u-color-4-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-4-base,
li.active>.u-button-style.u-button-style.u-color-4-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #28b8b0 !important;
}

.u-hover-color-4-base:hover,
.u-hover-color-4-base[class*="u-border-"]:hover,
.u-hover-color-4-base:focus,
.u-hover-color-4-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-base:hover,
a.u-button-style.u-hover-color-4-base.hover,
a.u-button-style.u-hover-color-4-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-4-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-4-base,
a.u-button-style:hover>.u-hover-color-4-base[class*="u-border-"],
a.u-button-style.u-hover-color-4-base:focus,
a.u-button-style.u-hover-color-4-base[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-active-color-4-base.u-active.u-active,
.u-active-color-4-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-4-base:active,
a.u-button-style.u-button-style.u-active-color-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-base.active,
a.u-button-style.u-button-style.u-active-color-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-4-base,
a.u-button-style.u-button-style.active>.u-active-color-4-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-4-base,
li.active>a.u-button-style.u-button-style.u-active-color-4-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-4-base:checked {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-color-5-dark-3,
.u-body.u-color-5-dark-3,
section.u-color-5-dark-3:before,
.u-color-5-dark-3>.u-audio-main-layout-wrapper:before,
.u-color-5-dark-3>.u-container-layout:before,
.u-color-5-dark-3>.u-inner-container-layout:before,
.u-color-5-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-5-dark-3:before,
.u-table-alt-color-5-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #292d33;
}

.u-input.u-color-5-dark-3,
.u-field-input.u-color-5-dark-3,
.u-button-style.u-color-5-dark-3,
.u-button-style.u-color-5-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #292d33 !important;
}

.u-button-style.u-color-5-dark-3:hover,
.u-button-style.u-color-5-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-5-dark-3:focus,
.u-button-style.u-color-5-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-dark-3:active,
.u-button-style.u-button-style.u-color-5-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-dark-3.active,
.u-button-style.u-button-style.u-color-5-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-5-dark-3,
li.active>.u-button-style.u-button-style.u-color-5-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #25292e !important;
}

.u-hover-color-5-dark-3:hover,
.u-hover-color-5-dark-3[class*="u-border-"]:hover,
.u-hover-color-5-dark-3:focus,
.u-hover-color-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-dark-3:hover,
a.u-button-style.u-hover-color-5-dark-3.hover,
a.u-button-style.u-hover-color-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-5-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-5-dark-3,
a.u-button-style:hover>.u-hover-color-5-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-5-dark-3:focus,
a.u-button-style.u-hover-color-5-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #292d33 !important;
}

.u-active-color-5-dark-3.u-active.u-active,
.u-active-color-5-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-5-dark-3:active,
a.u-button-style.u-button-style.u-active-color-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-dark-3.active,
a.u-button-style.u-button-style.u-active-color-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-5-dark-3,
a.u-button-style.u-button-style.active>.u-active-color-5-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-5-dark-3,
li.active>a.u-button-style.u-button-style.u-active-color-5-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-5-dark-3:checked {
  color: #ffffff !important;
  background-color: #292d33 !important;
}

.u-color-5-dark-2,
.u-body.u-color-5-dark-2,
section.u-color-5-dark-2:before,
.u-color-5-dark-2>.u-audio-main-layout-wrapper:before,
.u-color-5-dark-2>.u-container-layout:before,
.u-color-5-dark-2>.u-inner-container-layout:before,
.u-color-5-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-5-dark-2:before,
.u-table-alt-color-5-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #555c66;
}

.u-input.u-color-5-dark-2,
.u-field-input.u-color-5-dark-2,
.u-button-style.u-color-5-dark-2,
.u-button-style.u-color-5-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #555c66 !important;
}

.u-button-style.u-color-5-dark-2:hover,
.u-button-style.u-color-5-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-5-dark-2:focus,
.u-button-style.u-color-5-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-dark-2:active,
.u-button-style.u-button-style.u-color-5-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-dark-2.active,
.u-button-style.u-button-style.u-color-5-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-5-dark-2,
li.active>.u-button-style.u-button-style.u-color-5-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #4d535c !important;
}

.u-hover-color-5-dark-2:hover,
.u-hover-color-5-dark-2[class*="u-border-"]:hover,
.u-hover-color-5-dark-2:focus,
.u-hover-color-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-dark-2:hover,
a.u-button-style.u-hover-color-5-dark-2.hover,
a.u-button-style.u-hover-color-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-5-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-5-dark-2,
a.u-button-style:hover>.u-hover-color-5-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-5-dark-2:focus,
a.u-button-style.u-hover-color-5-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #555c66 !important;
}

.u-active-color-5-dark-2.u-active.u-active,
.u-active-color-5-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-5-dark-2:active,
a.u-button-style.u-button-style.u-active-color-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-dark-2.active,
a.u-button-style.u-button-style.u-active-color-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-5-dark-2,
a.u-button-style.u-button-style.active>.u-active-color-5-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-5-dark-2,
li.active>a.u-button-style.u-button-style.u-active-color-5-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-5-dark-2:checked {
  color: #ffffff !important;
  background-color: #555c66 !important;
}

.u-color-5-dark-1,
.u-body.u-color-5-dark-1,
section.u-color-5-dark-1:before,
.u-color-5-dark-1>.u-audio-main-layout-wrapper:before,
.u-color-5-dark-1>.u-container-layout:before,
.u-color-5-dark-1>.u-inner-container-layout:before,
.u-color-5-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-5-dark-1:before,
.u-table-alt-color-5-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #858e99;
}

.u-input.u-color-5-dark-1,
.u-field-input.u-color-5-dark-1,
.u-button-style.u-color-5-dark-1,
.u-button-style.u-color-5-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #858e99 !important;
}

.u-button-style.u-color-5-dark-1:hover,
.u-button-style.u-color-5-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-5-dark-1:focus,
.u-button-style.u-color-5-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-dark-1:active,
.u-button-style.u-button-style.u-color-5-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-dark-1.active,
.u-button-style.u-button-style.u-color-5-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-5-dark-1,
li.active>.u-button-style.u-button-style.u-color-5-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #75808c !important;
}

.u-hover-color-5-dark-1:hover,
.u-hover-color-5-dark-1[class*="u-border-"]:hover,
.u-hover-color-5-dark-1:focus,
.u-hover-color-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-dark-1:hover,
a.u-button-style.u-hover-color-5-dark-1.hover,
a.u-button-style.u-hover-color-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-5-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-5-dark-1,
a.u-button-style:hover>.u-hover-color-5-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-5-dark-1:focus,
a.u-button-style.u-hover-color-5-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #858e99 !important;
}

.u-active-color-5-dark-1.u-active.u-active,
.u-active-color-5-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-5-dark-1:active,
a.u-button-style.u-button-style.u-active-color-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-dark-1.active,
a.u-button-style.u-button-style.u-active-color-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-5-dark-1,
a.u-button-style.u-button-style.active>.u-active-color-5-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-5-dark-1,
li.active>a.u-button-style.u-button-style.u-active-color-5-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-5-dark-1:checked {
  color: #ffffff !important;
  background-color: #858e99 !important;
}

.u-color-5,
.u-body.u-color-5,
section.u-color-5:before,
.u-color-5>.u-audio-main-layout-wrapper:before,
.u-color-5>.u-container-layout:before,
.u-color-5>.u-inner-container-layout:before,
.u-color-5.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-5:before,
.u-table-alt-color-5 tr:nth-child(even) {
  color: #111111;
  background-color: #b9c1cc;
}

.u-input.u-color-5,
.u-field-input.u-color-5,
.u-button-style.u-color-5,
.u-button-style.u-color-5[class*="u-border-"] {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-button-style.u-color-5:hover,
.u-button-style.u-color-5[class*="u-border-"]:hover,
.u-button-style.u-color-5:focus,
.u-button-style.u-color-5[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5:active,
.u-button-style.u-button-style.u-color-5[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5.active,
.u-button-style.u-button-style.u-color-5[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-5,
li.active>.u-button-style.u-button-style.u-color-5[class*="u-border-"] {
  color: #111111 !important;
  background-color: #a2adbc !important;
}

.u-hover-color-5:hover,
.u-hover-color-5[class*="u-border-"]:hover,
.u-hover-color-5:focus,
.u-hover-color-5[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5:hover,
a.u-button-style.u-hover-color-5.hover,
a.u-button-style.u-hover-color-5[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-5[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-5,
a.u-button-style:hover>.u-hover-color-5[class*="u-border-"],
a.u-button-style.u-hover-color-5:focus,
a.u-button-style.u-hover-color-5[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-active-color-5.u-active.u-active,
.u-active-color-5[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-5:active,
a.u-button-style.u-button-style.u-active-color-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5.active,
a.u-button-style.u-button-style.u-active-color-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-5,
a.u-button-style.u-button-style.active>.u-active-color-5[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-5,
li.active>a.u-button-style.u-button-style.u-active-color-5[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-5:checked {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-color-5-light-1,
.u-body.u-color-5-light-1,
section.u-color-5-light-1:before,
.u-color-5-light-1>.u-audio-main-layout-wrapper:before,
.u-color-5-light-1>.u-container-layout:before,
.u-color-5-light-1>.u-inner-container-layout:before,
.u-color-5-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-5-light-1:before,
.u-table-alt-color-5-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #ccd3db;
}

.u-input.u-color-5-light-1,
.u-field-input.u-color-5-light-1,
.u-button-style.u-color-5-light-1,
.u-button-style.u-color-5-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ccd3db !important;
}

.u-button-style.u-color-5-light-1:hover,
.u-button-style.u-color-5-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-5-light-1:focus,
.u-button-style.u-color-5-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-light-1:active,
.u-button-style.u-button-style.u-color-5-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-light-1.active,
.u-button-style.u-button-style.u-color-5-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-5-light-1,
li.active>.u-button-style.u-button-style.u-color-5-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #b3bec9 !important;
}

.u-hover-color-5-light-1:hover,
.u-hover-color-5-light-1[class*="u-border-"]:hover,
.u-hover-color-5-light-1:focus,
.u-hover-color-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-light-1:hover,
a.u-button-style.u-hover-color-5-light-1.hover,
a.u-button-style.u-hover-color-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-5-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-5-light-1,
a.u-button-style:hover>.u-hover-color-5-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-5-light-1:focus,
a.u-button-style.u-hover-color-5-light-1[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #ccd3db !important;
}

.u-active-color-5-light-1.u-active.u-active,
.u-active-color-5-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-5-light-1:active,
a.u-button-style.u-button-style.u-active-color-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-light-1.active,
a.u-button-style.u-button-style.u-active-color-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-5-light-1,
a.u-button-style.u-button-style.active>.u-active-color-5-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-5-light-1,
li.active>a.u-button-style.u-button-style.u-active-color-5-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-5-light-1:checked {
  color: #111111 !important;
  background-color: #ccd3db !important;
}

.u-color-5-light-2,
.u-body.u-color-5-light-2,
section.u-color-5-light-2:before,
.u-color-5-light-2>.u-audio-main-layout-wrapper:before,
.u-color-5-light-2>.u-container-layout:before,
.u-color-5-light-2>.u-inner-container-layout:before,
.u-color-5-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-5-light-2:before,
.u-table-alt-color-5-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #e0e5eb;
}

.u-input.u-color-5-light-2,
.u-field-input.u-color-5-light-2,
.u-button-style.u-color-5-light-2,
.u-button-style.u-color-5-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}

.u-button-style.u-color-5-light-2:hover,
.u-button-style.u-color-5-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-5-light-2:focus,
.u-button-style.u-color-5-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-light-2:active,
.u-button-style.u-button-style.u-color-5-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-light-2.active,
.u-button-style.u-button-style.u-color-5-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-5-light-2,
li.active>.u-button-style.u-button-style.u-color-5-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c4ced9 !important;
}

.u-hover-color-5-light-2:hover,
.u-hover-color-5-light-2[class*="u-border-"]:hover,
.u-hover-color-5-light-2:focus,
.u-hover-color-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-light-2:hover,
a.u-button-style.u-hover-color-5-light-2.hover,
a.u-button-style.u-hover-color-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-5-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-5-light-2,
a.u-button-style:hover>.u-hover-color-5-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-5-light-2:focus,
a.u-button-style.u-hover-color-5-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}

.u-active-color-5-light-2.u-active.u-active,
.u-active-color-5-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-5-light-2:active,
a.u-button-style.u-button-style.u-active-color-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-light-2.active,
a.u-button-style.u-button-style.u-active-color-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-5-light-2,
a.u-button-style.u-button-style.active>.u-active-color-5-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-5-light-2,
li.active>a.u-button-style.u-button-style.u-active-color-5-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-5-light-2:checked {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}

.u-color-5-light-3,
.u-body.u-color-5-light-3,
section.u-color-5-light-3:before,
.u-color-5-light-3>.u-audio-main-layout-wrapper:before,
.u-color-5-light-3>.u-container-layout:before,
.u-color-5-light-3>.u-inner-container-layout:before,
.u-color-5-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-5-light-3:before,
.u-table-alt-color-5-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f5f7fa;
}

.u-input.u-color-5-light-3,
.u-field-input.u-color-5-light-3,
.u-button-style.u-color-5-light-3,
.u-button-style.u-color-5-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}

.u-button-style.u-color-5-light-3:hover,
.u-button-style.u-color-5-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-5-light-3:focus,
.u-button-style.u-color-5-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-light-3:active,
.u-button-style.u-button-style.u-color-5-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-light-3.active,
.u-button-style.u-button-style.u-color-5-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-5-light-3,
li.active>.u-button-style.u-button-style.u-color-5-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d4dde9 !important;
}

.u-hover-color-5-light-3:hover,
.u-hover-color-5-light-3[class*="u-border-"]:hover,
.u-hover-color-5-light-3:focus,
.u-hover-color-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-light-3:hover,
a.u-button-style.u-hover-color-5-light-3.hover,
a.u-button-style.u-hover-color-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-5-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-5-light-3,
a.u-button-style:hover>.u-hover-color-5-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-5-light-3:focus,
a.u-button-style.u-hover-color-5-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}

.u-active-color-5-light-3.u-active.u-active,
.u-active-color-5-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-5-light-3:active,
a.u-button-style.u-button-style.u-active-color-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-light-3.active,
a.u-button-style.u-button-style.u-active-color-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-5-light-3,
a.u-button-style.u-button-style.active>.u-active-color-5-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-5-light-3,
li.active>a.u-button-style.u-button-style.u-active-color-5-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-5-light-3:checked {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}

.u-color-5-base,
.u-body.u-color-5-base,
section.u-color-5-base:before,
.u-color-5-base>.u-audio-main-layout-wrapper:before,
.u-color-5-base>.u-container-layout:before,
.u-color-5-base>.u-inner-container-layout:before,
.u-color-5-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-5-base:before,
.u-table-alt-color-5-base tr:nth-child(even) {
  color: #111111;
  background-color: #b9c1cc;
}

.u-input.u-color-5-base,
.u-field-input.u-color-5-base,
.u-button-style.u-color-5-base,
.u-button-style.u-color-5-base[class*="u-border-"] {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-button-style.u-color-5-base:hover,
.u-button-style.u-color-5-base[class*="u-border-"]:hover,
.u-button-style.u-color-5-base:focus,
.u-button-style.u-color-5-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-base:active,
.u-button-style.u-button-style.u-color-5-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-base.active,
.u-button-style.u-button-style.u-color-5-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-5-base,
li.active>.u-button-style.u-button-style.u-color-5-base[class*="u-border-"] {
  color: #111111 !important;
  background-color: #a2adbc !important;
}

.u-hover-color-5-base:hover,
.u-hover-color-5-base[class*="u-border-"]:hover,
.u-hover-color-5-base:focus,
.u-hover-color-5-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-base:hover,
a.u-button-style.u-hover-color-5-base.hover,
a.u-button-style.u-hover-color-5-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-5-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-5-base,
a.u-button-style:hover>.u-hover-color-5-base[class*="u-border-"],
a.u-button-style.u-hover-color-5-base:focus,
a.u-button-style.u-hover-color-5-base[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-active-color-5-base.u-active.u-active,
.u-active-color-5-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-5-base:active,
a.u-button-style.u-button-style.u-active-color-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-base.active,
a.u-button-style.u-button-style.u-active-color-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-5-base,
a.u-button-style.u-button-style.active>.u-active-color-5-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-5-base,
li.active>a.u-button-style.u-button-style.u-active-color-5-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-5-base:checked {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-palette-1-dark-3,
.u-body.u-palette-1-dark-3,
section.u-palette-1-dark-3:before,
.u-palette-1-dark-3>.u-audio-main-layout-wrapper:before,
.u-palette-1-dark-3>.u-container-layout:before,
.u-palette-1-dark-3>.u-inner-container-layout:before,
.u-palette-1-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-1-dark-3:before,
.u-table-alt-palette-1-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #292b33;
}

.u-input.u-palette-1-dark-3,
.u-field-input.u-palette-1-dark-3,
.u-button-style.u-palette-1-dark-3,
.u-button-style.u-palette-1-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #292b33 !important;
}

.u-button-style.u-palette-1-dark-3:hover,
.u-button-style.u-palette-1-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-1-dark-3:focus,
.u-button-style.u-palette-1-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-dark-3:active,
.u-button-style.u-button-style.u-palette-1-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-dark-3.active,
.u-button-style.u-button-style.u-palette-1-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1-dark-3,
li.active>.u-button-style.u-button-style.u-palette-1-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #25272e !important;
}

.u-hover-palette-1-dark-3:hover,
.u-hover-palette-1-dark-3[class*="u-border-"]:hover,
.u-hover-palette-1-dark-3:focus,
.u-hover-palette-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-dark-3:hover,
a.u-button-style.u-hover-palette-1-dark-3.hover,
a.u-button-style.u-hover-palette-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-1-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-1-dark-3,
a.u-button-style:hover>.u-hover-palette-1-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-1-dark-3:focus,
a.u-button-style.u-hover-palette-1-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #292b33 !important;
}

.u-active-palette-1-dark-3.u-active.u-active,
.u-active-palette-1-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1-dark-3,
a.u-button-style.u-button-style.active>.u-active-palette-1-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1-dark-3,
li.active>a.u-button-style.u-button-style.u-active-palette-1-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-1-dark-3:checked {
  color: #ffffff !important;
  background-color: #292b33 !important;
}

.u-palette-1-dark-2,
.u-body.u-palette-1-dark-2,
section.u-palette-1-dark-2:before,
.u-palette-1-dark-2>.u-audio-main-layout-wrapper:before,
.u-palette-1-dark-2>.u-container-layout:before,
.u-palette-1-dark-2>.u-inner-container-layout:before,
.u-palette-1-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-1-dark-2:before,
.u-table-alt-palette-1-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #4f5772;
}

.u-input.u-palette-1-dark-2,
.u-field-input.u-palette-1-dark-2,
.u-button-style.u-palette-1-dark-2,
.u-button-style.u-palette-1-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #4f5772 !important;
}

.u-button-style.u-palette-1-dark-2:hover,
.u-button-style.u-palette-1-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-1-dark-2:focus,
.u-button-style.u-palette-1-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-dark-2:active,
.u-button-style.u-button-style.u-palette-1-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-dark-2.active,
.u-button-style.u-button-style.u-palette-1-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1-dark-2,
li.active>.u-button-style.u-button-style.u-palette-1-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #474e67 !important;
}

.u-hover-palette-1-dark-2:hover,
.u-hover-palette-1-dark-2[class*="u-border-"]:hover,
.u-hover-palette-1-dark-2:focus,
.u-hover-palette-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-dark-2:hover,
a.u-button-style.u-hover-palette-1-dark-2.hover,
a.u-button-style.u-hover-palette-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-1-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-1-dark-2,
a.u-button-style:hover>.u-hover-palette-1-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-1-dark-2:focus,
a.u-button-style.u-hover-palette-1-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #4f5772 !important;
}

.u-active-palette-1-dark-2.u-active.u-active,
.u-active-palette-1-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1-dark-2,
a.u-button-style.u-button-style.active>.u-active-palette-1-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1-dark-2,
li.active>a.u-button-style.u-button-style.u-active-palette-1-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-1-dark-2:checked {
  color: #ffffff !important;
  background-color: #4f5772 !important;
}

.u-palette-1-dark-1,
.u-body.u-palette-1-dark-1,
section.u-palette-1-dark-1:before,
.u-palette-1-dark-1>.u-audio-main-layout-wrapper:before,
.u-palette-1-dark-1>.u-container-layout:before,
.u-palette-1-dark-1>.u-inner-container-layout:before,
.u-palette-1-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-1-dark-1:before,
.u-table-alt-palette-1-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #6779b1;
}

.u-input.u-palette-1-dark-1,
.u-field-input.u-palette-1-dark-1,
.u-button-style.u-palette-1-dark-1,
.u-button-style.u-palette-1-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #6779b1 !important;
}

.u-button-style.u-palette-1-dark-1:hover,
.u-button-style.u-palette-1-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-1-dark-1:focus,
.u-button-style.u-palette-1-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-dark-1:active,
.u-button-style.u-button-style.u-palette-1-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-dark-1.active,
.u-button-style.u-button-style.u-palette-1-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1-dark-1,
li.active>.u-button-style.u-button-style.u-palette-1-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #5569a7 !important;
}

.u-hover-palette-1-dark-1:hover,
.u-hover-palette-1-dark-1[class*="u-border-"]:hover,
.u-hover-palette-1-dark-1:focus,
.u-hover-palette-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-dark-1:hover,
a.u-button-style.u-hover-palette-1-dark-1.hover,
a.u-button-style.u-hover-palette-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-1-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-1-dark-1,
a.u-button-style:hover>.u-hover-palette-1-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-1-dark-1:focus,
a.u-button-style.u-hover-palette-1-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #6779b1 !important;
}

.u-active-palette-1-dark-1.u-active.u-active,
.u-active-palette-1-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1-dark-1,
a.u-button-style.u-button-style.active>.u-active-palette-1-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1-dark-1,
li.active>a.u-button-style.u-button-style.u-active-palette-1-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-1-dark-1:checked {
  color: #ffffff !important;
  background-color: #6779b1 !important;
}

.u-palette-1,
.u-body.u-palette-1,
section.u-palette-1:before,
.u-palette-1>.u-audio-main-layout-wrapper:before,
.u-palette-1>.u-container-layout:before,
.u-palette-1>.u-inner-container-layout:before,
.u-palette-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-1:before,
.u-table-alt-palette-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #7190f0;
}

.u-input.u-palette-1,
.u-field-input.u-palette-1,
.u-button-style.u-palette-1,
.u-button-style.u-palette-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-button-style.u-palette-1:hover,
.u-button-style.u-palette-1[class*="u-border-"]:hover,
.u-button-style.u-palette-1:focus,
.u-button-style.u-palette-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1:active,
.u-button-style.u-button-style.u-palette-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1.active,
.u-button-style.u-button-style.u-palette-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1,
li.active>.u-button-style.u-button-style.u-palette-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #5177ed !important;
}

.u-hover-palette-1:hover,
.u-hover-palette-1[class*="u-border-"]:hover,
.u-hover-palette-1:focus,
.u-hover-palette-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1:hover,
a.u-button-style.u-hover-palette-1.hover,
a.u-button-style.u-hover-palette-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-1,
a.u-button-style:hover>.u-hover-palette-1[class*="u-border-"],
a.u-button-style.u-hover-palette-1:focus,
a.u-button-style.u-hover-palette-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-active-palette-1.u-active.u-active,
.u-active-palette-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-1:active,
a.u-button-style.u-button-style.u-active-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1.active,
a.u-button-style.u-button-style.u-active-palette-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1,
a.u-button-style.u-button-style.active>.u-active-palette-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1,
li.active>a.u-button-style.u-button-style.u-active-palette-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-1:checked {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-palette-1-light-1,
.u-body.u-palette-1-light-1,
section.u-palette-1-light-1:before,
.u-palette-1-light-1>.u-audio-main-layout-wrapper:before,
.u-palette-1-light-1>.u-container-layout:before,
.u-palette-1-light-1>.u-inner-container-layout:before,
.u-palette-1-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-1-light-1:before,
.u-table-alt-palette-1-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #9ab0f5;
}

.u-input.u-palette-1-light-1,
.u-field-input.u-palette-1-light-1,
.u-button-style.u-palette-1-light-1,
.u-button-style.u-palette-1-light-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #9ab0f5 !important;
}

.u-button-style.u-palette-1-light-1:hover,
.u-button-style.u-palette-1-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-1-light-1:focus,
.u-button-style.u-palette-1-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-light-1:active,
.u-button-style.u-button-style.u-palette-1-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-light-1.active,
.u-button-style.u-button-style.u-palette-1-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1-light-1,
li.active>.u-button-style.u-button-style.u-palette-1-light-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #7694f1 !important;
}

.u-hover-palette-1-light-1:hover,
.u-hover-palette-1-light-1[class*="u-border-"]:hover,
.u-hover-palette-1-light-1:focus,
.u-hover-palette-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-light-1:hover,
a.u-button-style.u-hover-palette-1-light-1.hover,
a.u-button-style.u-hover-palette-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-1-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-1-light-1,
a.u-button-style:hover>.u-hover-palette-1-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-1-light-1:focus,
a.u-button-style.u-hover-palette-1-light-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #9ab0f5 !important;
}

.u-active-palette-1-light-1.u-active.u-active,
.u-active-palette-1-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-1-light-1:active,
a.u-button-style.u-button-style.u-active-palette-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-light-1.active,
a.u-button-style.u-button-style.u-active-palette-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1-light-1,
a.u-button-style.u-button-style.active>.u-active-palette-1-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1-light-1,
li.active>a.u-button-style.u-button-style.u-active-palette-1-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-1-light-1:checked {
  color: #ffffff !important;
  background-color: #9ab0f5 !important;
}

.u-palette-1-light-2,
.u-body.u-palette-1-light-2,
section.u-palette-1-light-2:before,
.u-palette-1-light-2>.u-audio-main-layout-wrapper:before,
.u-palette-1-light-2>.u-container-layout:before,
.u-palette-1-light-2>.u-inner-container-layout:before,
.u-palette-1-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-1-light-2:before,
.u-table-alt-palette-1-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #c4d1f9;
}

.u-input.u-palette-1-light-2,
.u-field-input.u-palette-1-light-2,
.u-button-style.u-palette-1-light-2,
.u-button-style.u-palette-1-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c4d1f9 !important;
}

.u-button-style.u-palette-1-light-2:hover,
.u-button-style.u-palette-1-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-1-light-2:focus,
.u-button-style.u-palette-1-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-light-2:active,
.u-button-style.u-button-style.u-palette-1-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-light-2.active,
.u-button-style.u-button-style.u-palette-1-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1-light-2,
li.active>.u-button-style.u-button-style.u-palette-1-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #9cb2f5 !important;
}

.u-hover-palette-1-light-2:hover,
.u-hover-palette-1-light-2[class*="u-border-"]:hover,
.u-hover-palette-1-light-2:focus,
.u-hover-palette-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-light-2:hover,
a.u-button-style.u-hover-palette-1-light-2.hover,
a.u-button-style.u-hover-palette-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-1-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-1-light-2,
a.u-button-style:hover>.u-hover-palette-1-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-1-light-2:focus,
a.u-button-style.u-hover-palette-1-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #c4d1f9 !important;
}

.u-active-palette-1-light-2.u-active.u-active,
.u-active-palette-1-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-1-light-2:active,
a.u-button-style.u-button-style.u-active-palette-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-light-2.active,
a.u-button-style.u-button-style.u-active-palette-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1-light-2,
a.u-button-style.u-button-style.active>.u-active-palette-1-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1-light-2,
li.active>a.u-button-style.u-button-style.u-active-palette-1-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-1-light-2:checked {
  color: #111111 !important;
  background-color: #c4d1f9 !important;
}

.u-palette-1-light-3,
.u-body.u-palette-1-light-3,
section.u-palette-1-light-3:before,
.u-palette-1-light-3>.u-audio-main-layout-wrapper:before,
.u-palette-1-light-3>.u-container-layout:before,
.u-palette-1-light-3>.u-inner-container-layout:before,
.u-palette-1-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-1-light-3:before,
.u-table-alt-palette-1-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f0f3fe;
}

.u-input.u-palette-1-light-3,
.u-field-input.u-palette-1-light-3,
.u-button-style.u-palette-1-light-3,
.u-button-style.u-palette-1-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f0f3fe !important;
}

.u-button-style.u-palette-1-light-3:hover,
.u-button-style.u-palette-1-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-1-light-3:focus,
.u-button-style.u-palette-1-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-light-3:active,
.u-button-style.u-button-style.u-palette-1-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-light-3.active,
.u-button-style.u-button-style.u-palette-1-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1-light-3,
li.active>.u-button-style.u-button-style.u-palette-1-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c2cefb !important;
}

.u-hover-palette-1-light-3:hover,
.u-hover-palette-1-light-3[class*="u-border-"]:hover,
.u-hover-palette-1-light-3:focus,
.u-hover-palette-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-light-3:hover,
a.u-button-style.u-hover-palette-1-light-3.hover,
a.u-button-style.u-hover-palette-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-1-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-1-light-3,
a.u-button-style:hover>.u-hover-palette-1-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-1-light-3:focus,
a.u-button-style.u-hover-palette-1-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f0f3fe !important;
}

.u-active-palette-1-light-3.u-active.u-active,
.u-active-palette-1-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-1-light-3:active,
a.u-button-style.u-button-style.u-active-palette-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-light-3.active,
a.u-button-style.u-button-style.u-active-palette-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1-light-3,
a.u-button-style.u-button-style.active>.u-active-palette-1-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1-light-3,
li.active>a.u-button-style.u-button-style.u-active-palette-1-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-1-light-3:checked {
  color: #111111 !important;
  background-color: #f0f3fe !important;
}

.u-palette-1-base,
.u-body.u-palette-1-base,
section.u-palette-1-base:before,
.u-palette-1-base>.u-audio-main-layout-wrapper:before,
.u-palette-1-base>.u-container-layout:before,
.u-palette-1-base>.u-inner-container-layout:before,
.u-palette-1-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-1-base:before,
.u-table-alt-palette-1-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #7190f0;
}

.u-input.u-palette-1-base,
.u-field-input.u-palette-1-base,
.u-button-style.u-palette-1-base,
.u-button-style.u-palette-1-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-button-style.u-palette-1-base:hover,
.u-button-style.u-palette-1-base[class*="u-border-"]:hover,
.u-button-style.u-palette-1-base:focus,
.u-button-style.u-palette-1-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-base:active,
.u-button-style.u-button-style.u-palette-1-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-base.active,
.u-button-style.u-button-style.u-palette-1-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1-base,
li.active>.u-button-style.u-button-style.u-palette-1-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #5177ed !important;
}

.u-hover-palette-1-base:hover,
.u-hover-palette-1-base[class*="u-border-"]:hover,
.u-hover-palette-1-base:focus,
.u-hover-palette-1-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-base:hover,
a.u-button-style.u-hover-palette-1-base.hover,
a.u-button-style.u-hover-palette-1-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-1-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-1-base,
a.u-button-style:hover>.u-hover-palette-1-base[class*="u-border-"],
a.u-button-style.u-hover-palette-1-base:focus,
a.u-button-style.u-hover-palette-1-base[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-active-palette-1-base.u-active.u-active,
.u-active-palette-1-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-1-base:active,
a.u-button-style.u-button-style.u-active-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-base.active,
a.u-button-style.u-button-style.u-active-palette-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1-base,
a.u-button-style.u-button-style.active>.u-active-palette-1-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1-base,
li.active>a.u-button-style.u-button-style.u-active-palette-1-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-1-base:checked {
  color: #ffffff !important;
  background-color: #7190f0 !important;
}

.u-palette-2-dark-3,
.u-body.u-palette-2-dark-3,
section.u-palette-2-dark-3:before,
.u-palette-2-dark-3>.u-audio-main-layout-wrapper:before,
.u-palette-2-dark-3>.u-container-layout:before,
.u-palette-2-dark-3>.u-inner-container-layout:before,
.u-palette-2-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-2-dark-3:before,
.u-table-alt-palette-2-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #332929;
}

.u-input.u-palette-2-dark-3,
.u-field-input.u-palette-2-dark-3,
.u-button-style.u-palette-2-dark-3,
.u-button-style.u-palette-2-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #332929 !important;
}

.u-button-style.u-palette-2-dark-3:hover,
.u-button-style.u-palette-2-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-2-dark-3:focus,
.u-button-style.u-palette-2-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-dark-3:active,
.u-button-style.u-button-style.u-palette-2-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-dark-3.active,
.u-button-style.u-button-style.u-palette-2-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2-dark-3,
li.active>.u-button-style.u-button-style.u-palette-2-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2e2525 !important;
}

.u-hover-palette-2-dark-3:hover,
.u-hover-palette-2-dark-3[class*="u-border-"]:hover,
.u-hover-palette-2-dark-3:focus,
.u-hover-palette-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-dark-3:hover,
a.u-button-style.u-hover-palette-2-dark-3.hover,
a.u-button-style.u-hover-palette-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-2-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-2-dark-3,
a.u-button-style:hover>.u-hover-palette-2-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-2-dark-3:focus,
a.u-button-style.u-hover-palette-2-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #332929 !important;
}

.u-active-palette-2-dark-3.u-active.u-active,
.u-active-palette-2-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2-dark-3,
a.u-button-style.u-button-style.active>.u-active-palette-2-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2-dark-3,
li.active>a.u-button-style.u-button-style.u-active-palette-2-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-2-dark-3:checked {
  color: #ffffff !important;
  background-color: #332929 !important;
}

.u-palette-2-dark-2,
.u-body.u-palette-2-dark-2,
section.u-palette-2-dark-2:before,
.u-palette-2-dark-2>.u-audio-main-layout-wrapper:before,
.u-palette-2-dark-2>.u-container-layout:before,
.u-palette-2-dark-2>.u-inner-container-layout:before,
.u-palette-2-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-2-dark-2:before,
.u-table-alt-palette-2-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #6b4748;
}

.u-input.u-palette-2-dark-2,
.u-field-input.u-palette-2-dark-2,
.u-button-style.u-palette-2-dark-2,
.u-button-style.u-palette-2-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #6b4748 !important;
}

.u-button-style.u-palette-2-dark-2:hover,
.u-button-style.u-palette-2-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-2-dark-2:focus,
.u-button-style.u-palette-2-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-dark-2:active,
.u-button-style.u-button-style.u-palette-2-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-dark-2.active,
.u-button-style.u-button-style.u-palette-2-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2-dark-2,
li.active>.u-button-style.u-button-style.u-palette-2-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #604041 !important;
}

.u-hover-palette-2-dark-2:hover,
.u-hover-palette-2-dark-2[class*="u-border-"]:hover,
.u-hover-palette-2-dark-2:focus,
.u-hover-palette-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-dark-2:hover,
a.u-button-style.u-hover-palette-2-dark-2.hover,
a.u-button-style.u-hover-palette-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-2-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-2-dark-2,
a.u-button-style:hover>.u-hover-palette-2-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-2-dark-2:focus,
a.u-button-style.u-hover-palette-2-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #6b4748 !important;
}

.u-active-palette-2-dark-2.u-active.u-active,
.u-active-palette-2-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2-dark-2,
a.u-button-style.u-button-style.active>.u-active-palette-2-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2-dark-2,
li.active>a.u-button-style.u-button-style.u-active-palette-2-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-2-dark-2:checked {
  color: #ffffff !important;
  background-color: #6b4748 !important;
}

.u-palette-2-dark-1,
.u-body.u-palette-2-dark-1,
section.u-palette-2-dark-1:before,
.u-palette-2-dark-1>.u-audio-main-layout-wrapper:before,
.u-palette-2-dark-1>.u-container-layout:before,
.u-palette-2-dark-1>.u-inner-container-layout:before,
.u-palette-2-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-2-dark-1:before,
.u-table-alt-palette-2-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #a35559;
}

.u-input.u-palette-2-dark-1,
.u-field-input.u-palette-2-dark-1,
.u-button-style.u-palette-2-dark-1,
.u-button-style.u-palette-2-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #a35559 !important;
}

.u-button-style.u-palette-2-dark-1:hover,
.u-button-style.u-palette-2-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-2-dark-1:focus,
.u-button-style.u-palette-2-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-dark-1:active,
.u-button-style.u-button-style.u-palette-2-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-dark-1.active,
.u-button-style.u-button-style.u-palette-2-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2-dark-1,
li.active>.u-button-style.u-button-style.u-palette-2-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #934c50 !important;
}

.u-hover-palette-2-dark-1:hover,
.u-hover-palette-2-dark-1[class*="u-border-"]:hover,
.u-hover-palette-2-dark-1:focus,
.u-hover-palette-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-dark-1:hover,
a.u-button-style.u-hover-palette-2-dark-1.hover,
a.u-button-style.u-hover-palette-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-2-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-2-dark-1,
a.u-button-style:hover>.u-hover-palette-2-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-2-dark-1:focus,
a.u-button-style.u-hover-palette-2-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #a35559 !important;
}

.u-active-palette-2-dark-1.u-active.u-active,
.u-active-palette-2-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2-dark-1,
a.u-button-style.u-button-style.active>.u-active-palette-2-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2-dark-1,
li.active>a.u-button-style.u-button-style.u-active-palette-2-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-2-dark-1:checked {
  color: #ffffff !important;
  background-color: #a35559 !important;
}

.u-palette-2,
.u-body.u-palette-2,
section.u-palette-2:before,
.u-palette-2>.u-audio-main-layout-wrapper:before,
.u-palette-2>.u-container-layout:before,
.u-palette-2>.u-inner-container-layout:before,
.u-palette-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-2:before,
.u-table-alt-palette-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #db545a;
}

.u-input.u-palette-2,
.u-field-input.u-palette-2,
.u-button-style.u-palette-2,
.u-button-style.u-palette-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-button-style.u-palette-2:hover,
.u-button-style.u-palette-2[class*="u-border-"]:hover,
.u-button-style.u-palette-2:focus,
.u-button-style.u-palette-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2:active,
.u-button-style.u-button-style.u-palette-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2.active,
.u-button-style.u-button-style.u-palette-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2,
li.active>.u-button-style.u-button-style.u-palette-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #d63b42 !important;
}

.u-hover-palette-2:hover,
.u-hover-palette-2[class*="u-border-"]:hover,
.u-hover-palette-2:focus,
.u-hover-palette-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2:hover,
a.u-button-style.u-hover-palette-2.hover,
a.u-button-style.u-hover-palette-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-2,
a.u-button-style:hover>.u-hover-palette-2[class*="u-border-"],
a.u-button-style.u-hover-palette-2:focus,
a.u-button-style.u-hover-palette-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-active-palette-2.u-active.u-active,
.u-active-palette-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-2:active,
a.u-button-style.u-button-style.u-active-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2.active,
a.u-button-style.u-button-style.u-active-palette-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2,
a.u-button-style.u-button-style.active>.u-active-palette-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2,
li.active>a.u-button-style.u-button-style.u-active-palette-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-2:checked {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-palette-2-light-1,
.u-body.u-palette-2-light-1,
section.u-palette-2-light-1:before,
.u-palette-2-light-1>.u-audio-main-layout-wrapper:before,
.u-palette-2-light-1>.u-container-layout:before,
.u-palette-2-light-1>.u-inner-container-layout:before,
.u-palette-2-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-2-light-1:before,
.u-table-alt-palette-2-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #e68387;
}

.u-input.u-palette-2-light-1,
.u-field-input.u-palette-2-light-1,
.u-button-style.u-palette-2-light-1,
.u-button-style.u-palette-2-light-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #e68387 !important;
}

.u-button-style.u-palette-2-light-1:hover,
.u-button-style.u-palette-2-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-2-light-1:focus,
.u-button-style.u-palette-2-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-light-1:active,
.u-button-style.u-button-style.u-palette-2-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-light-1.active,
.u-button-style.u-button-style.u-palette-2-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2-light-1,
li.active>.u-button-style.u-button-style.u-palette-2-light-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #e0656a !important;
}

.u-hover-palette-2-light-1:hover,
.u-hover-palette-2-light-1[class*="u-border-"]:hover,
.u-hover-palette-2-light-1:focus,
.u-hover-palette-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-light-1:hover,
a.u-button-style.u-hover-palette-2-light-1.hover,
a.u-button-style.u-hover-palette-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-2-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-2-light-1,
a.u-button-style:hover>.u-hover-palette-2-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-2-light-1:focus,
a.u-button-style.u-hover-palette-2-light-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #e68387 !important;
}

.u-active-palette-2-light-1.u-active.u-active,
.u-active-palette-2-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-2-light-1:active,
a.u-button-style.u-button-style.u-active-palette-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-light-1.active,
a.u-button-style.u-button-style.u-active-palette-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2-light-1,
a.u-button-style.u-button-style.active>.u-active-palette-2-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2-light-1,
li.active>a.u-button-style.u-button-style.u-active-palette-2-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-2-light-1:checked {
  color: #ffffff !important;
  background-color: #e68387 !important;
}

.u-palette-2-light-2,
.u-body.u-palette-2-light-2,
section.u-palette-2-light-2:before,
.u-palette-2-light-2>.u-audio-main-layout-wrapper:before,
.u-palette-2-light-2>.u-container-layout:before,
.u-palette-2-light-2>.u-inner-container-layout:before,
.u-palette-2-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-2-light-2:before,
.u-table-alt-palette-2-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #f1b5b8;
}

.u-input.u-palette-2-light-2,
.u-field-input.u-palette-2-light-2,
.u-button-style.u-palette-2-light-2,
.u-button-style.u-palette-2-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f1b5b8 !important;
}

.u-button-style.u-palette-2-light-2:hover,
.u-button-style.u-palette-2-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-2-light-2:focus,
.u-button-style.u-palette-2-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-light-2:active,
.u-button-style.u-button-style.u-palette-2-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-light-2.active,
.u-button-style.u-button-style.u-palette-2-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2-light-2,
li.active>.u-button-style.u-button-style.u-palette-2-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ea9296 !important;
}

.u-hover-palette-2-light-2:hover,
.u-hover-palette-2-light-2[class*="u-border-"]:hover,
.u-hover-palette-2-light-2:focus,
.u-hover-palette-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-light-2:hover,
a.u-button-style.u-hover-palette-2-light-2.hover,
a.u-button-style.u-hover-palette-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-2-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-2-light-2,
a.u-button-style:hover>.u-hover-palette-2-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-2-light-2:focus,
a.u-button-style.u-hover-palette-2-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f1b5b8 !important;
}

.u-active-palette-2-light-2.u-active.u-active,
.u-active-palette-2-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-2-light-2:active,
a.u-button-style.u-button-style.u-active-palette-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-light-2.active,
a.u-button-style.u-button-style.u-active-palette-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2-light-2,
a.u-button-style.u-button-style.active>.u-active-palette-2-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2-light-2,
li.active>a.u-button-style.u-button-style.u-active-palette-2-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-2-light-2:checked {
  color: #111111 !important;
  background-color: #f1b5b8 !important;
}

.u-palette-2-light-3,
.u-body.u-palette-2-light-3,
section.u-palette-2-light-3:before,
.u-palette-2-light-3>.u-audio-main-layout-wrapper:before,
.u-palette-2-light-3>.u-container-layout:before,
.u-palette-2-light-3>.u-inner-container-layout:before,
.u-palette-2-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-2-light-3:before,
.u-table-alt-palette-2-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fbeced;
}

.u-input.u-palette-2-light-3,
.u-field-input.u-palette-2-light-3,
.u-button-style.u-palette-2-light-3,
.u-button-style.u-palette-2-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #fbeced !important;
}

.u-button-style.u-palette-2-light-3:hover,
.u-button-style.u-palette-2-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-2-light-3:focus,
.u-button-style.u-palette-2-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-light-3:active,
.u-button-style.u-button-style.u-palette-2-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-light-3.active,
.u-button-style.u-button-style.u-palette-2-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2-light-3,
li.active>.u-button-style.u-button-style.u-palette-2-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f3c4c7 !important;
}

.u-hover-palette-2-light-3:hover,
.u-hover-palette-2-light-3[class*="u-border-"]:hover,
.u-hover-palette-2-light-3:focus,
.u-hover-palette-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-light-3:hover,
a.u-button-style.u-hover-palette-2-light-3.hover,
a.u-button-style.u-hover-palette-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-2-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-2-light-3,
a.u-button-style:hover>.u-hover-palette-2-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-2-light-3:focus,
a.u-button-style.u-hover-palette-2-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #fbeced !important;
}

.u-active-palette-2-light-3.u-active.u-active,
.u-active-palette-2-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-2-light-3:active,
a.u-button-style.u-button-style.u-active-palette-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-light-3.active,
a.u-button-style.u-button-style.u-active-palette-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2-light-3,
a.u-button-style.u-button-style.active>.u-active-palette-2-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2-light-3,
li.active>a.u-button-style.u-button-style.u-active-palette-2-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-2-light-3:checked {
  color: #111111 !important;
  background-color: #fbeced !important;
}

.u-palette-2-base,
.u-body.u-palette-2-base,
section.u-palette-2-base:before,
.u-palette-2-base>.u-audio-main-layout-wrapper:before,
.u-palette-2-base>.u-container-layout:before,
.u-palette-2-base>.u-inner-container-layout:before,
.u-palette-2-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-2-base:before,
.u-table-alt-palette-2-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #db545a;
}

.u-input.u-palette-2-base,
.u-field-input.u-palette-2-base,
.u-button-style.u-palette-2-base,
.u-button-style.u-palette-2-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-button-style.u-palette-2-base:hover,
.u-button-style.u-palette-2-base[class*="u-border-"]:hover,
.u-button-style.u-palette-2-base:focus,
.u-button-style.u-palette-2-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-base:active,
.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-base.active,
.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2-base,
li.active>.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #d63b42 !important;
}

.u-hover-palette-2-base:hover,
.u-hover-palette-2-base[class*="u-border-"]:hover,
.u-hover-palette-2-base:focus,
.u-hover-palette-2-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-base:hover,
a.u-button-style.u-hover-palette-2-base.hover,
a.u-button-style.u-hover-palette-2-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-2-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-2-base,
a.u-button-style:hover>.u-hover-palette-2-base[class*="u-border-"],
a.u-button-style.u-hover-palette-2-base:focus,
a.u-button-style.u-hover-palette-2-base[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-active-palette-2-base.u-active.u-active,
.u-active-palette-2-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-2-base:active,
a.u-button-style.u-button-style.u-active-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-base.active,
a.u-button-style.u-button-style.u-active-palette-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2-base,
a.u-button-style.u-button-style.active>.u-active-palette-2-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2-base,
li.active>a.u-button-style.u-button-style.u-active-palette-2-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-2-base:checked {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-palette-3-dark-3,
.u-body.u-palette-3-dark-3,
section.u-palette-3-dark-3:before,
.u-palette-3-dark-3>.u-audio-main-layout-wrapper:before,
.u-palette-3-dark-3>.u-container-layout:before,
.u-palette-3-dark-3>.u-inner-container-layout:before,
.u-palette-3-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-3-dark-3:before,
.u-table-alt-palette-3-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #333129;
}

.u-input.u-palette-3-dark-3,
.u-field-input.u-palette-3-dark-3,
.u-button-style.u-palette-3-dark-3,
.u-button-style.u-palette-3-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #333129 !important;
}

.u-button-style.u-palette-3-dark-3:hover,
.u-button-style.u-palette-3-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-3-dark-3:focus,
.u-button-style.u-palette-3-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-dark-3:active,
.u-button-style.u-button-style.u-palette-3-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-dark-3.active,
.u-button-style.u-button-style.u-palette-3-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3-dark-3,
li.active>.u-button-style.u-button-style.u-palette-3-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2e2c25 !important;
}

.u-hover-palette-3-dark-3:hover,
.u-hover-palette-3-dark-3[class*="u-border-"]:hover,
.u-hover-palette-3-dark-3:focus,
.u-hover-palette-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-dark-3:hover,
a.u-button-style.u-hover-palette-3-dark-3.hover,
a.u-button-style.u-hover-palette-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-3-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-3-dark-3,
a.u-button-style:hover>.u-hover-palette-3-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-3-dark-3:focus,
a.u-button-style.u-hover-palette-3-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #333129 !important;
}

.u-active-palette-3-dark-3.u-active.u-active,
.u-active-palette-3-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3-dark-3,
a.u-button-style.u-button-style.active>.u-active-palette-3-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3-dark-3,
li.active>a.u-button-style.u-button-style.u-active-palette-3-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-3-dark-3:checked {
  color: #ffffff !important;
  background-color: #333129 !important;
}

.u-palette-3-dark-2,
.u-body.u-palette-3-dark-2,
section.u-palette-3-dark-2:before,
.u-palette-3-dark-2>.u-audio-main-layout-wrapper:before,
.u-palette-3-dark-2>.u-container-layout:before,
.u-palette-3-dark-2>.u-inner-container-layout:before,
.u-palette-3-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-3-dark-2:before,
.u-table-alt-palette-3-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #72683f;
}

.u-input.u-palette-3-dark-2,
.u-field-input.u-palette-3-dark-2,
.u-button-style.u-palette-3-dark-2,
.u-button-style.u-palette-3-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #72683f !important;
}

.u-button-style.u-palette-3-dark-2:hover,
.u-button-style.u-palette-3-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-3-dark-2:focus,
.u-button-style.u-palette-3-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-dark-2:active,
.u-button-style.u-button-style.u-palette-3-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-dark-2.active,
.u-button-style.u-button-style.u-palette-3-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3-dark-2,
li.active>.u-button-style.u-button-style.u-palette-3-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #675e39 !important;
}

.u-hover-palette-3-dark-2:hover,
.u-hover-palette-3-dark-2[class*="u-border-"]:hover,
.u-hover-palette-3-dark-2:focus,
.u-hover-palette-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-dark-2:hover,
a.u-button-style.u-hover-palette-3-dark-2.hover,
a.u-button-style.u-hover-palette-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-3-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-3-dark-2,
a.u-button-style:hover>.u-hover-palette-3-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-3-dark-2:focus,
a.u-button-style.u-hover-palette-3-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #72683f !important;
}

.u-active-palette-3-dark-2.u-active.u-active,
.u-active-palette-3-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3-dark-2,
a.u-button-style.u-button-style.active>.u-active-palette-3-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3-dark-2,
li.active>a.u-button-style.u-button-style.u-active-palette-3-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-3-dark-2:checked {
  color: #ffffff !important;
  background-color: #72683f !important;
}

.u-palette-3-dark-1,
.u-body.u-palette-3-dark-1,
section.u-palette-3-dark-1:before,
.u-palette-3-dark-1>.u-audio-main-layout-wrapper:before,
.u-palette-3-dark-1>.u-container-layout:before,
.u-palette-3-dark-1>.u-inner-container-layout:before,
.u-palette-3-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-3-dark-1:before,
.u-table-alt-palette-3-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b29a36;
}

.u-input.u-palette-3-dark-1,
.u-field-input.u-palette-3-dark-1,
.u-button-style.u-palette-3-dark-1,
.u-button-style.u-palette-3-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #b29a36 !important;
}

.u-button-style.u-palette-3-dark-1:hover,
.u-button-style.u-palette-3-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-3-dark-1:focus,
.u-button-style.u-palette-3-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-dark-1:active,
.u-button-style.u-button-style.u-palette-3-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-dark-1.active,
.u-button-style.u-button-style.u-palette-3-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3-dark-1,
li.active>.u-button-style.u-button-style.u-palette-3-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #a08b31 !important;
}

.u-hover-palette-3-dark-1:hover,
.u-hover-palette-3-dark-1[class*="u-border-"]:hover,
.u-hover-palette-3-dark-1:focus,
.u-hover-palette-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-dark-1:hover,
a.u-button-style.u-hover-palette-3-dark-1.hover,
a.u-button-style.u-hover-palette-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-3-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-3-dark-1,
a.u-button-style:hover>.u-hover-palette-3-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-3-dark-1:focus,
a.u-button-style.u-hover-palette-3-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #b29a36 !important;
}

.u-active-palette-3-dark-1.u-active.u-active,
.u-active-palette-3-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3-dark-1,
a.u-button-style.u-button-style.active>.u-active-palette-3-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3-dark-1,
li.active>a.u-button-style.u-button-style.u-active-palette-3-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-3-dark-1:checked {
  color: #ffffff !important;
  background-color: #b29a36 !important;
}

.u-palette-3,
.u-body.u-palette-3,
section.u-palette-3:before,
.u-palette-3>.u-audio-main-layout-wrapper:before,
.u-palette-3>.u-container-layout:before,
.u-palette-3>.u-inner-container-layout:before,
.u-palette-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-3:before,
.u-table-alt-palette-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f1c50e;
}

.u-input.u-palette-3,
.u-field-input.u-palette-3,
.u-button-style.u-palette-3,
.u-button-style.u-palette-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-button-style.u-palette-3:hover,
.u-button-style.u-palette-3[class*="u-border-"]:hover,
.u-button-style.u-palette-3:focus,
.u-button-style.u-palette-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3:active,
.u-button-style.u-button-style.u-palette-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3.active,
.u-button-style.u-button-style.u-palette-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3,
li.active>.u-button-style.u-button-style.u-palette-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d9b10d !important;
}

.u-hover-palette-3:hover,
.u-hover-palette-3[class*="u-border-"]:hover,
.u-hover-palette-3:focus,
.u-hover-palette-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3:hover,
a.u-button-style.u-hover-palette-3.hover,
a.u-button-style.u-hover-palette-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-3,
a.u-button-style:hover>.u-hover-palette-3[class*="u-border-"],
a.u-button-style.u-hover-palette-3:focus,
a.u-button-style.u-hover-palette-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-active-palette-3.u-active.u-active,
.u-active-palette-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-3:active,
a.u-button-style.u-button-style.u-active-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3.active,
a.u-button-style.u-button-style.u-active-palette-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3,
a.u-button-style.u-button-style.active>.u-active-palette-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3,
li.active>a.u-button-style.u-button-style.u-active-palette-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-3:checked {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-palette-3-light-1,
.u-body.u-palette-3-light-1,
section.u-palette-3-light-1:before,
.u-palette-3-light-1>.u-audio-main-layout-wrapper:before,
.u-palette-3-light-1>.u-container-layout:before,
.u-palette-3-light-1>.u-inner-container-layout:before,
.u-palette-3-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-3-light-1:before,
.u-table-alt-palette-3-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #f5d654;
}

.u-input.u-palette-3-light-1,
.u-field-input.u-palette-3-light-1,
.u-button-style.u-palette-3-light-1,
.u-button-style.u-palette-3-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f5d654 !important;
}

.u-button-style.u-palette-3-light-1:hover,
.u-button-style.u-palette-3-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-3-light-1:focus,
.u-button-style.u-palette-3-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-light-1:active,
.u-button-style.u-button-style.u-palette-3-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-light-1.active,
.u-button-style.u-button-style.u-palette-3-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3-light-1,
li.active>.u-button-style.u-button-style.u-palette-3-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f3cf35 !important;
}

.u-hover-palette-3-light-1:hover,
.u-hover-palette-3-light-1[class*="u-border-"]:hover,
.u-hover-palette-3-light-1:focus,
.u-hover-palette-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-light-1:hover,
a.u-button-style.u-hover-palette-3-light-1.hover,
a.u-button-style.u-hover-palette-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-3-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-3-light-1,
a.u-button-style:hover>.u-hover-palette-3-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-3-light-1:focus,
a.u-button-style.u-hover-palette-3-light-1[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f5d654 !important;
}

.u-active-palette-3-light-1.u-active.u-active,
.u-active-palette-3-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-3-light-1:active,
a.u-button-style.u-button-style.u-active-palette-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-light-1.active,
a.u-button-style.u-button-style.u-active-palette-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3-light-1,
a.u-button-style.u-button-style.active>.u-active-palette-3-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3-light-1,
li.active>a.u-button-style.u-button-style.u-active-palette-3-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-3-light-1:checked {
  color: #111111 !important;
  background-color: #f5d654 !important;
}

a.u-link.u-hover-palette-3-light-1:hover {
  color: #f5d654 !important;
}

.u-palette-3-light-2,
.u-body.u-palette-3-light-2,
section.u-palette-3-light-2:before,
.u-palette-3-light-2>.u-audio-main-layout-wrapper:before,
.u-palette-3-light-2>.u-container-layout:before,
.u-palette-3-light-2>.u-inner-container-layout:before,
.u-palette-3-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-3-light-2:before,
.u-table-alt-palette-3-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #f9e79b;
}

.u-input.u-palette-3-light-2,
.u-field-input.u-palette-3-light-2,
.u-button-style.u-palette-3-light-2,
.u-button-style.u-palette-3-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f9e79b !important;
}

.u-button-style.u-palette-3-light-2:hover,
.u-button-style.u-palette-3-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-3-light-2:focus,
.u-button-style.u-palette-3-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-light-2:active,
.u-button-style.u-button-style.u-palette-3-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-light-2.active,
.u-button-style.u-button-style.u-palette-3-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3-light-2,
li.active>.u-button-style.u-button-style.u-palette-3-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f7de75 !important;
}

.u-hover-palette-3-light-2:hover,
.u-hover-palette-3-light-2[class*="u-border-"]:hover,
.u-hover-palette-3-light-2:focus,
.u-hover-palette-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-light-2:hover,
a.u-button-style.u-hover-palette-3-light-2.hover,
a.u-button-style.u-hover-palette-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-3-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-3-light-2,
a.u-button-style:hover>.u-hover-palette-3-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-3-light-2:focus,
a.u-button-style.u-hover-palette-3-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f9e79b !important;
}

.u-active-palette-3-light-2.u-active.u-active,
.u-active-palette-3-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-3-light-2:active,
a.u-button-style.u-button-style.u-active-palette-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-light-2.active,
a.u-button-style.u-button-style.u-active-palette-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3-light-2,
a.u-button-style.u-button-style.active>.u-active-palette-3-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3-light-2,
li.active>a.u-button-style.u-button-style.u-active-palette-3-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-3-light-2:checked {
  color: #111111 !important;
  background-color: #f9e79b !important;
}

.u-palette-3-light-3,
.u-body.u-palette-3-light-3,
section.u-palette-3-light-3:before,
.u-palette-3-light-3>.u-audio-main-layout-wrapper:before,
.u-palette-3-light-3>.u-container-layout:before,
.u-palette-3-light-3>.u-inner-container-layout:before,
.u-palette-3-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-3-light-3:before,
.u-table-alt-palette-3-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fef9e6;
}

.u-input.u-palette-3-light-3,
.u-field-input.u-palette-3-light-3,
.u-button-style.u-palette-3-light-3,
.u-button-style.u-palette-3-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #fef9e6 !important;
}

.u-button-style.u-palette-3-light-3:hover,
.u-button-style.u-palette-3-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-3-light-3:focus,
.u-button-style.u-palette-3-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-light-3:active,
.u-button-style.u-button-style.u-palette-3-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-light-3.active,
.u-button-style.u-button-style.u-palette-3-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3-light-3,
li.active>.u-button-style.u-button-style.u-palette-3-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #fceeb7 !important;
}

.u-hover-palette-3-light-3:hover,
.u-hover-palette-3-light-3[class*="u-border-"]:hover,
.u-hover-palette-3-light-3:focus,
.u-hover-palette-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-light-3:hover,
a.u-button-style.u-hover-palette-3-light-3.hover,
a.u-button-style.u-hover-palette-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-3-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-3-light-3,
a.u-button-style:hover>.u-hover-palette-3-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-3-light-3:focus,
a.u-button-style.u-hover-palette-3-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #fef9e6 !important;
}

.u-active-palette-3-light-3.u-active.u-active,
.u-active-palette-3-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-3-light-3:active,
a.u-button-style.u-button-style.u-active-palette-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-light-3.active,
a.u-button-style.u-button-style.u-active-palette-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3-light-3,
a.u-button-style.u-button-style.active>.u-active-palette-3-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3-light-3,
li.active>a.u-button-style.u-button-style.u-active-palette-3-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-3-light-3:checked {
  color: #111111 !important;
  background-color: #fef9e6 !important;
}

.u-palette-3-base,
.u-body.u-palette-3-base,
section.u-palette-3-base:before,
.u-palette-3-base>.u-audio-main-layout-wrapper:before,
.u-palette-3-base>.u-container-layout:before,
.u-palette-3-base>.u-inner-container-layout:before,
.u-palette-3-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-3-base:before,
.u-table-alt-palette-3-base tr:nth-child(even) {
  color: #111111;
  background-color: #f1c50e;
}

.u-input.u-palette-3-base,
.u-field-input.u-palette-3-base,
.u-button-style.u-palette-3-base,
.u-button-style.u-palette-3-base[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-button-style.u-palette-3-base:hover,
.u-button-style.u-palette-3-base[class*="u-border-"]:hover,
.u-button-style.u-palette-3-base:focus,
.u-button-style.u-palette-3-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-base:active,
.u-button-style.u-button-style.u-palette-3-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-base.active,
.u-button-style.u-button-style.u-palette-3-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3-base,
li.active>.u-button-style.u-button-style.u-palette-3-base[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d9b10d !important;
}

.u-hover-palette-3-base:hover,
.u-hover-palette-3-base[class*="u-border-"]:hover,
.u-hover-palette-3-base:focus,
.u-hover-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-base:hover,
a.u-button-style.u-hover-palette-3-base.hover,
a.u-button-style.u-hover-palette-3-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-3-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-3-base,
a.u-button-style:hover>.u-hover-palette-3-base[class*="u-border-"],
a.u-button-style.u-hover-palette-3-base:focus,
a.u-button-style.u-hover-palette-3-base[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-active-palette-3-base.u-active.u-active,
.u-active-palette-3-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-3-base:active,
a.u-button-style.u-button-style.u-active-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-base.active,
a.u-button-style.u-button-style.u-active-palette-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3-base,
a.u-button-style.u-button-style.active>.u-active-palette-3-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3-base,
li.active>a.u-button-style.u-button-style.u-active-palette-3-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-3-base:checked {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-palette-4-dark-3,
.u-body.u-palette-4-dark-3,
section.u-palette-4-dark-3:before,
.u-palette-4-dark-3>.u-audio-main-layout-wrapper:before,
.u-palette-4-dark-3>.u-container-layout:before,
.u-palette-4-dark-3>.u-inner-container-layout:before,
.u-palette-4-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-4-dark-3:before,
.u-table-alt-palette-4-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #293332;
}

.u-input.u-palette-4-dark-3,
.u-field-input.u-palette-4-dark-3,
.u-button-style.u-palette-4-dark-3,
.u-button-style.u-palette-4-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #293332 !important;
}

.u-button-style.u-palette-4-dark-3:hover,
.u-button-style.u-palette-4-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-4-dark-3:focus,
.u-button-style.u-palette-4-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-dark-3:active,
.u-button-style.u-button-style.u-palette-4-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-dark-3.active,
.u-button-style.u-button-style.u-palette-4-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-4-dark-3,
li.active>.u-button-style.u-button-style.u-palette-4-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #252e2d !important;
}

.u-hover-palette-4-dark-3:hover,
.u-hover-palette-4-dark-3[class*="u-border-"]:hover,
.u-hover-palette-4-dark-3:focus,
.u-hover-palette-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-dark-3:hover,
a.u-button-style.u-hover-palette-4-dark-3.hover,
a.u-button-style.u-hover-palette-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-4-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-4-dark-3,
a.u-button-style:hover>.u-hover-palette-4-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-4-dark-3:focus,
a.u-button-style.u-hover-palette-4-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #293332 !important;
}

.u-active-palette-4-dark-3.u-active.u-active,
.u-active-palette-4-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-4-dark-3,
a.u-button-style.u-button-style.active>.u-active-palette-4-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-4-dark-3,
li.active>a.u-button-style.u-button-style.u-active-palette-4-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-4-dark-3:checked {
  color: #ffffff !important;
  background-color: #293332 !important;
}

.u-palette-4-dark-2,
.u-body.u-palette-4-dark-2,
section.u-palette-4-dark-2:before,
.u-palette-4-dark-2>.u-audio-main-layout-wrapper:before,
.u-palette-4-dark-2>.u-container-layout:before,
.u-palette-4-dark-2>.u-inner-container-layout:before,
.u-palette-4-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-4-dark-2:before,
.u-table-alt-palette-4-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #41807c;
}

.u-input.u-palette-4-dark-2,
.u-field-input.u-palette-4-dark-2,
.u-button-style.u-palette-4-dark-2,
.u-button-style.u-palette-4-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #41807c !important;
}

.u-button-style.u-palette-4-dark-2:hover,
.u-button-style.u-palette-4-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-4-dark-2:focus,
.u-button-style.u-palette-4-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-dark-2:active,
.u-button-style.u-button-style.u-palette-4-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-dark-2.active,
.u-button-style.u-button-style.u-palette-4-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-4-dark-2,
li.active>.u-button-style.u-button-style.u-palette-4-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #3a7370 !important;
}

.u-hover-palette-4-dark-2:hover,
.u-hover-palette-4-dark-2[class*="u-border-"]:hover,
.u-hover-palette-4-dark-2:focus,
.u-hover-palette-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-dark-2:hover,
a.u-button-style.u-hover-palette-4-dark-2.hover,
a.u-button-style.u-hover-palette-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-4-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-4-dark-2,
a.u-button-style:hover>.u-hover-palette-4-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-4-dark-2:focus,
a.u-button-style.u-hover-palette-4-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #41807c !important;
}

.u-active-palette-4-dark-2.u-active.u-active,
.u-active-palette-4-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-4-dark-2,
a.u-button-style.u-button-style.active>.u-active-palette-4-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-4-dark-2,
li.active>a.u-button-style.u-button-style.u-active-palette-4-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-4-dark-2:checked {
  color: #ffffff !important;
  background-color: #41807c !important;
}

.u-palette-4-dark-1,
.u-body.u-palette-4-dark-1,
section.u-palette-4-dark-1:before,
.u-palette-4-dark-1>.u-audio-main-layout-wrapper:before,
.u-palette-4-dark-1>.u-container-layout:before,
.u-palette-4-dark-1>.u-inner-container-layout:before,
.u-palette-4-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-4-dark-1:before,
.u-table-alt-palette-4-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #2cccc4;
}

.u-input.u-palette-4-dark-1,
.u-field-input.u-palette-4-dark-1,
.u-button-style.u-palette-4-dark-1,
.u-button-style.u-palette-4-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-button-style.u-palette-4-dark-1:hover,
.u-button-style.u-palette-4-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-4-dark-1:focus,
.u-button-style.u-palette-4-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-dark-1:active,
.u-button-style.u-button-style.u-palette-4-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-dark-1.active,
.u-button-style.u-button-style.u-palette-4-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-4-dark-1,
li.active>.u-button-style.u-button-style.u-palette-4-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #28b8b0 !important;
}

.u-hover-palette-4-dark-1:hover,
.u-hover-palette-4-dark-1[class*="u-border-"]:hover,
.u-hover-palette-4-dark-1:focus,
.u-hover-palette-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-dark-1:hover,
a.u-button-style.u-hover-palette-4-dark-1.hover,
a.u-button-style.u-hover-palette-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-4-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-4-dark-1,
a.u-button-style:hover>.u-hover-palette-4-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-4-dark-1:focus,
a.u-button-style.u-hover-palette-4-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-active-palette-4-dark-1.u-active.u-active,
.u-active-palette-4-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-4-dark-1,
a.u-button-style.u-button-style.active>.u-active-palette-4-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-4-dark-1,
li.active>a.u-button-style.u-button-style.u-active-palette-4-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-4-dark-1:checked {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-palette-4,
.u-body.u-palette-4,
section.u-palette-4:before,
.u-palette-4>.u-audio-main-layout-wrapper:before,
.u-palette-4>.u-container-layout:before,
.u-palette-4>.u-inner-container-layout:before,
.u-palette-4.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-4:before,
.u-table-alt-palette-4 tr:nth-child(even) {
  color: #111111;
  background-color: #3be8e0;
}

.u-input.u-palette-4,
.u-field-input.u-palette-4,
.u-button-style.u-palette-4,
.u-button-style.u-palette-4[class*="u-border-"] {
  color: #111111 !important;
  background-color: #3be8e0 !important;
}

.u-button-style.u-palette-4:hover,
.u-button-style.u-palette-4[class*="u-border-"]:hover,
.u-button-style.u-palette-4:focus,
.u-button-style.u-palette-4[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4:active,
.u-button-style.u-button-style.u-palette-4[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4.active,
.u-button-style.u-button-style.u-palette-4[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-4,
li.active>.u-button-style.u-button-style.u-palette-4[class*="u-border-"] {
  color: #111111 !important;
  background-color: #21e5dc !important;
}

.u-hover-palette-4:hover,
.u-hover-palette-4[class*="u-border-"]:hover,
.u-hover-palette-4:focus,
.u-hover-palette-4[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4:hover,
a.u-button-style.u-hover-palette-4.hover,
a.u-button-style.u-hover-palette-4[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-4[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-4,
a.u-button-style:hover>.u-hover-palette-4[class*="u-border-"],
a.u-button-style.u-hover-palette-4:focus,
a.u-button-style.u-hover-palette-4[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #3be8e0 !important;
}

.u-active-palette-4.u-active.u-active,
.u-active-palette-4[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-4:active,
a.u-button-style.u-button-style.u-active-palette-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4.active,
a.u-button-style.u-button-style.u-active-palette-4[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-4,
a.u-button-style.u-button-style.active>.u-active-palette-4[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-4,
li.active>a.u-button-style.u-button-style.u-active-palette-4[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-4:checked {
  color: #111111 !important;
  background-color: #3be8e0 !important;
}

.u-palette-4-light-1,
.u-body.u-palette-4-light-1,
section.u-palette-4-light-1:before,
.u-palette-4-light-1>.u-audio-main-layout-wrapper:before,
.u-palette-4-light-1>.u-container-layout:before,
.u-palette-4-light-1>.u-inner-container-layout:before,
.u-palette-4-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-4-light-1:before,
.u-table-alt-palette-4-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #72efe9;
}

.u-input.u-palette-4-light-1,
.u-field-input.u-palette-4-light-1,
.u-button-style.u-palette-4-light-1,
.u-button-style.u-palette-4-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #72efe9 !important;
}

.u-button-style.u-palette-4-light-1:hover,
.u-button-style.u-palette-4-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-4-light-1:focus,
.u-button-style.u-palette-4-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-light-1:active,
.u-button-style.u-button-style.u-palette-4-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-light-1.active,
.u-button-style.u-button-style.u-palette-4-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-4-light-1,
li.active>.u-button-style.u-button-style.u-palette-4-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #52ebe4 !important;
}

.u-hover-palette-4-light-1:hover,
.u-hover-palette-4-light-1[class*="u-border-"]:hover,
.u-hover-palette-4-light-1:focus,
.u-hover-palette-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-light-1:hover,
a.u-button-style.u-hover-palette-4-light-1.hover,
a.u-button-style.u-hover-palette-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-4-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-4-light-1,
a.u-button-style:hover>.u-hover-palette-4-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-4-light-1:focus,
a.u-button-style.u-hover-palette-4-light-1[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #72efe9 !important;
}

.u-active-palette-4-light-1.u-active.u-active,
.u-active-palette-4-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-4-light-1:active,
a.u-button-style.u-button-style.u-active-palette-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-light-1.active,
a.u-button-style.u-button-style.u-active-palette-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-4-light-1,
a.u-button-style.u-button-style.active>.u-active-palette-4-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-4-light-1,
li.active>a.u-button-style.u-button-style.u-active-palette-4-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-4-light-1:checked {
  color: #111111 !important;
  background-color: #72efe9 !important;
}

.u-palette-4-light-2,
.u-body.u-palette-4-light-2,
section.u-palette-4-light-2:before,
.u-palette-4-light-2>.u-audio-main-layout-wrapper:before,
.u-palette-4-light-2>.u-container-layout:before,
.u-palette-4-light-2>.u-inner-container-layout:before,
.u-palette-4-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-4-light-2:before,
.u-table-alt-palette-4-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #adf6f2;
}

.u-input.u-palette-4-light-2,
.u-field-input.u-palette-4-light-2,
.u-button-style.u-palette-4-light-2,
.u-button-style.u-palette-4-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #adf6f2 !important;
}

.u-button-style.u-palette-4-light-2:hover,
.u-button-style.u-palette-4-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-4-light-2:focus,
.u-button-style.u-palette-4-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-light-2:active,
.u-button-style.u-button-style.u-palette-4-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-light-2.active,
.u-button-style.u-button-style.u-palette-4-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-4-light-2,
li.active>.u-button-style.u-button-style.u-palette-4-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #87f2ec !important;
}

.u-hover-palette-4-light-2:hover,
.u-hover-palette-4-light-2[class*="u-border-"]:hover,
.u-hover-palette-4-light-2:focus,
.u-hover-palette-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-light-2:hover,
a.u-button-style.u-hover-palette-4-light-2.hover,
a.u-button-style.u-hover-palette-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-4-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-4-light-2,
a.u-button-style:hover>.u-hover-palette-4-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-4-light-2:focus,
a.u-button-style.u-hover-palette-4-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #adf6f2 !important;
}

.u-active-palette-4-light-2.u-active.u-active,
.u-active-palette-4-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-4-light-2:active,
a.u-button-style.u-button-style.u-active-palette-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-light-2.active,
a.u-button-style.u-button-style.u-active-palette-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-4-light-2,
a.u-button-style.u-button-style.active>.u-active-palette-4-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-4-light-2,
li.active>a.u-button-style.u-button-style.u-active-palette-4-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-4-light-2:checked {
  color: #111111 !important;
  background-color: #adf6f2 !important;
}

.u-palette-4-light-3,
.u-body.u-palette-4-light-3,
section.u-palette-4-light-3:before,
.u-palette-4-light-3>.u-audio-main-layout-wrapper:before,
.u-palette-4-light-3>.u-container-layout:before,
.u-palette-4-light-3>.u-inner-container-layout:before,
.u-palette-4-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-4-light-3:before,
.u-table-alt-palette-4-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #eafdfc;
}

.u-input.u-palette-4-light-3,
.u-field-input.u-palette-4-light-3,
.u-button-style.u-palette-4-light-3,
.u-button-style.u-palette-4-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #eafdfc !important;
}

.u-button-style.u-palette-4-light-3:hover,
.u-button-style.u-palette-4-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-4-light-3:focus,
.u-button-style.u-palette-4-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-light-3:active,
.u-button-style.u-button-style.u-palette-4-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-light-3.active,
.u-button-style.u-button-style.u-palette-4-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-4-light-3,
li.active>.u-button-style.u-button-style.u-palette-4-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #bef9f6 !important;
}

.u-hover-palette-4-light-3:hover,
.u-hover-palette-4-light-3[class*="u-border-"]:hover,
.u-hover-palette-4-light-3:focus,
.u-hover-palette-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-light-3:hover,
a.u-button-style.u-hover-palette-4-light-3.hover,
a.u-button-style.u-hover-palette-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-4-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-4-light-3,
a.u-button-style:hover>.u-hover-palette-4-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-4-light-3:focus,
a.u-button-style.u-hover-palette-4-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #eafdfc !important;
}

.u-active-palette-4-light-3.u-active.u-active,
.u-active-palette-4-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-4-light-3:active,
a.u-button-style.u-button-style.u-active-palette-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-light-3.active,
a.u-button-style.u-button-style.u-active-palette-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-4-light-3,
a.u-button-style.u-button-style.active>.u-active-palette-4-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-4-light-3,
li.active>a.u-button-style.u-button-style.u-active-palette-4-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-4-light-3:checked {
  color: #111111 !important;
  background-color: #eafdfc !important;
}

.u-palette-4-base,
.u-body.u-palette-4-base,
section.u-palette-4-base:before,
.u-palette-4-base>.u-audio-main-layout-wrapper:before,
.u-palette-4-base>.u-container-layout:before,
.u-palette-4-base>.u-inner-container-layout:before,
.u-palette-4-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-4-base:before,
.u-table-alt-palette-4-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #2cccc4;
}

.u-input.u-palette-4-base,
.u-field-input.u-palette-4-base,
.u-button-style.u-palette-4-base,
.u-button-style.u-palette-4-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-button-style.u-palette-4-base:hover,
.u-button-style.u-palette-4-base[class*="u-border-"]:hover,
.u-button-style.u-palette-4-base:focus,
.u-button-style.u-palette-4-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-base:active,
.u-button-style.u-button-style.u-palette-4-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-base.active,
.u-button-style.u-button-style.u-palette-4-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-4-base,
li.active>.u-button-style.u-button-style.u-palette-4-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #28b8b0 !important;
}

.u-hover-palette-4-base:hover,
.u-hover-palette-4-base[class*="u-border-"]:hover,
.u-hover-palette-4-base:focus,
.u-hover-palette-4-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-base:hover,
a.u-button-style.u-hover-palette-4-base.hover,
a.u-button-style.u-hover-palette-4-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-4-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-4-base,
a.u-button-style:hover>.u-hover-palette-4-base[class*="u-border-"],
a.u-button-style.u-hover-palette-4-base:focus,
a.u-button-style.u-hover-palette-4-base[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-active-palette-4-base.u-active.u-active,
.u-active-palette-4-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-4-base:active,
a.u-button-style.u-button-style.u-active-palette-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-base.active,
a.u-button-style.u-button-style.u-active-palette-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-4-base,
a.u-button-style.u-button-style.active>.u-active-palette-4-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-4-base,
li.active>a.u-button-style.u-button-style.u-active-palette-4-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-4-base:checked {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-palette-5-dark-3,
.u-body.u-palette-5-dark-3,
section.u-palette-5-dark-3:before,
.u-palette-5-dark-3>.u-audio-main-layout-wrapper:before,
.u-palette-5-dark-3>.u-container-layout:before,
.u-palette-5-dark-3>.u-inner-container-layout:before,
.u-palette-5-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-5-dark-3:before,
.u-table-alt-palette-5-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #292d33;
}

.u-input.u-palette-5-dark-3,
.u-field-input.u-palette-5-dark-3,
.u-button-style.u-palette-5-dark-3,
.u-button-style.u-palette-5-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #292d33 !important;
}

.u-button-style.u-palette-5-dark-3:hover,
.u-button-style.u-palette-5-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-5-dark-3:focus,
.u-button-style.u-palette-5-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-dark-3:active,
.u-button-style.u-button-style.u-palette-5-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-dark-3.active,
.u-button-style.u-button-style.u-palette-5-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-5-dark-3,
li.active>.u-button-style.u-button-style.u-palette-5-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #25292e !important;
}

.u-hover-palette-5-dark-3:hover,
.u-hover-palette-5-dark-3[class*="u-border-"]:hover,
.u-hover-palette-5-dark-3:focus,
.u-hover-palette-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-dark-3:hover,
a.u-button-style.u-hover-palette-5-dark-3.hover,
a.u-button-style.u-hover-palette-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-5-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-5-dark-3,
a.u-button-style:hover>.u-hover-palette-5-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-5-dark-3:focus,
a.u-button-style.u-hover-palette-5-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #292d33 !important;
}

.u-active-palette-5-dark-3.u-active.u-active,
.u-active-palette-5-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-5-dark-3,
a.u-button-style.u-button-style.active>.u-active-palette-5-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-5-dark-3,
li.active>a.u-button-style.u-button-style.u-active-palette-5-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-5-dark-3:checked {
  color: #ffffff !important;
  background-color: #292d33 !important;
}

.u-palette-5-dark-2,
.u-body.u-palette-5-dark-2,
section.u-palette-5-dark-2:before,
.u-palette-5-dark-2>.u-audio-main-layout-wrapper:before,
.u-palette-5-dark-2>.u-container-layout:before,
.u-palette-5-dark-2>.u-inner-container-layout:before,
.u-palette-5-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-5-dark-2:before,
.u-table-alt-palette-5-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #555c66;
}

.u-input.u-palette-5-dark-2,
.u-field-input.u-palette-5-dark-2,
.u-button-style.u-palette-5-dark-2,
.u-button-style.u-palette-5-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #555c66 !important;
}

.u-button-style.u-palette-5-dark-2:hover,
.u-button-style.u-palette-5-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-5-dark-2:focus,
.u-button-style.u-palette-5-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-dark-2:active,
.u-button-style.u-button-style.u-palette-5-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-dark-2.active,
.u-button-style.u-button-style.u-palette-5-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-5-dark-2,
li.active>.u-button-style.u-button-style.u-palette-5-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #4d535c !important;
}

.u-hover-palette-5-dark-2:hover,
.u-hover-palette-5-dark-2[class*="u-border-"]:hover,
.u-hover-palette-5-dark-2:focus,
.u-hover-palette-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-dark-2:hover,
a.u-button-style.u-hover-palette-5-dark-2.hover,
a.u-button-style.u-hover-palette-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-5-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-5-dark-2,
a.u-button-style:hover>.u-hover-palette-5-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-5-dark-2:focus,
a.u-button-style.u-hover-palette-5-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #555c66 !important;
}

.u-active-palette-5-dark-2.u-active.u-active,
.u-active-palette-5-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-5-dark-2,
a.u-button-style.u-button-style.active>.u-active-palette-5-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-5-dark-2,
li.active>a.u-button-style.u-button-style.u-active-palette-5-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-5-dark-2:checked {
  color: #ffffff !important;
  background-color: #555c66 !important;
}

.u-palette-5-dark-1,
.u-body.u-palette-5-dark-1,
section.u-palette-5-dark-1:before,
.u-palette-5-dark-1>.u-audio-main-layout-wrapper:before,
.u-palette-5-dark-1>.u-container-layout:before,
.u-palette-5-dark-1>.u-inner-container-layout:before,
.u-palette-5-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-5-dark-1:before,
.u-table-alt-palette-5-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #858e99;
}

.u-input.u-palette-5-dark-1,
.u-field-input.u-palette-5-dark-1,
.u-button-style.u-palette-5-dark-1,
.u-button-style.u-palette-5-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #858e99 !important;
}

.u-button-style.u-palette-5-dark-1:hover,
.u-button-style.u-palette-5-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-5-dark-1:focus,
.u-button-style.u-palette-5-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-dark-1:active,
.u-button-style.u-button-style.u-palette-5-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-dark-1.active,
.u-button-style.u-button-style.u-palette-5-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-5-dark-1,
li.active>.u-button-style.u-button-style.u-palette-5-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #75808c !important;
}

.u-hover-palette-5-dark-1:hover,
.u-hover-palette-5-dark-1[class*="u-border-"]:hover,
.u-hover-palette-5-dark-1:focus,
.u-hover-palette-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-dark-1:hover,
a.u-button-style.u-hover-palette-5-dark-1.hover,
a.u-button-style.u-hover-palette-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-5-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-5-dark-1,
a.u-button-style:hover>.u-hover-palette-5-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-5-dark-1:focus,
a.u-button-style.u-hover-palette-5-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #858e99 !important;
}

.u-active-palette-5-dark-1.u-active.u-active,
.u-active-palette-5-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-5-dark-1,
a.u-button-style.u-button-style.active>.u-active-palette-5-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-5-dark-1,
li.active>a.u-button-style.u-button-style.u-active-palette-5-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-5-dark-1:checked {
  color: #ffffff !important;
  background-color: #858e99 !important;
}

.u-palette-5,
.u-body.u-palette-5,
section.u-palette-5:before,
.u-palette-5>.u-audio-main-layout-wrapper:before,
.u-palette-5>.u-container-layout:before,
.u-palette-5>.u-inner-container-layout:before,
.u-palette-5.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-5:before,
.u-table-alt-palette-5 tr:nth-child(even) {
  color: #111111;
  background-color: #b9c1cc;
}

.u-input.u-palette-5,
.u-field-input.u-palette-5,
.u-button-style.u-palette-5,
.u-button-style.u-palette-5[class*="u-border-"] {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-button-style.u-palette-5:hover,
.u-button-style.u-palette-5[class*="u-border-"]:hover,
.u-button-style.u-palette-5:focus,
.u-button-style.u-palette-5[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5:active,
.u-button-style.u-button-style.u-palette-5[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5.active,
.u-button-style.u-button-style.u-palette-5[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-5,
li.active>.u-button-style.u-button-style.u-palette-5[class*="u-border-"] {
  color: #111111 !important;
  background-color: #a2adbc !important;
}

.u-hover-palette-5:hover,
.u-hover-palette-5[class*="u-border-"]:hover,
.u-hover-palette-5:focus,
.u-hover-palette-5[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5:hover,
a.u-button-style.u-hover-palette-5.hover,
a.u-button-style.u-hover-palette-5[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-5[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-5,
a.u-button-style:hover>.u-hover-palette-5[class*="u-border-"],
a.u-button-style.u-hover-palette-5:focus,
a.u-button-style.u-hover-palette-5[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-active-palette-5.u-active.u-active,
.u-active-palette-5[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-5:active,
a.u-button-style.u-button-style.u-active-palette-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5.active,
a.u-button-style.u-button-style.u-active-palette-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-5,
a.u-button-style.u-button-style.active>.u-active-palette-5[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-5,
li.active>a.u-button-style.u-button-style.u-active-palette-5[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-5:checked {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-palette-5-light-1,
.u-body.u-palette-5-light-1,
section.u-palette-5-light-1:before,
.u-palette-5-light-1>.u-audio-main-layout-wrapper:before,
.u-palette-5-light-1>.u-container-layout:before,
.u-palette-5-light-1>.u-inner-container-layout:before,
.u-palette-5-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-5-light-1:before,
.u-table-alt-palette-5-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #ccd3db;
}

.u-input.u-palette-5-light-1,
.u-field-input.u-palette-5-light-1,
.u-button-style.u-palette-5-light-1,
.u-button-style.u-palette-5-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ccd3db !important;
}

.u-button-style.u-palette-5-light-1:hover,
.u-button-style.u-palette-5-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-5-light-1:focus,
.u-button-style.u-palette-5-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-light-1:active,
.u-button-style.u-button-style.u-palette-5-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-light-1.active,
.u-button-style.u-button-style.u-palette-5-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-5-light-1,
li.active>.u-button-style.u-button-style.u-palette-5-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #b3bec9 !important;
}

.u-hover-palette-5-light-1:hover,
.u-hover-palette-5-light-1[class*="u-border-"]:hover,
.u-hover-palette-5-light-1:focus,
.u-hover-palette-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-light-1:hover,
a.u-button-style.u-hover-palette-5-light-1.hover,
a.u-button-style.u-hover-palette-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-5-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-5-light-1,
a.u-button-style:hover>.u-hover-palette-5-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-5-light-1:focus,
a.u-button-style.u-hover-palette-5-light-1[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #ccd3db !important;
}

.u-active-palette-5-light-1.u-active.u-active,
.u-active-palette-5-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-5-light-1:active,
a.u-button-style.u-button-style.u-active-palette-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-light-1.active,
a.u-button-style.u-button-style.u-active-palette-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-5-light-1,
a.u-button-style.u-button-style.active>.u-active-palette-5-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-5-light-1,
li.active>a.u-button-style.u-button-style.u-active-palette-5-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-5-light-1:checked {
  color: #111111 !important;
  background-color: #ccd3db !important;
}

.u-palette-5-light-2,
.u-body.u-palette-5-light-2,
section.u-palette-5-light-2:before,
.u-palette-5-light-2>.u-audio-main-layout-wrapper:before,
.u-palette-5-light-2>.u-container-layout:before,
.u-palette-5-light-2>.u-inner-container-layout:before,
.u-palette-5-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-5-light-2:before,
.u-table-alt-palette-5-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #e0e5eb;
}

.u-input.u-palette-5-light-2,
.u-field-input.u-palette-5-light-2,
.u-button-style.u-palette-5-light-2,
.u-button-style.u-palette-5-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}

.u-button-style.u-palette-5-light-2:hover,
.u-button-style.u-palette-5-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-5-light-2:focus,
.u-button-style.u-palette-5-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-light-2:active,
.u-button-style.u-button-style.u-palette-5-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-light-2.active,
.u-button-style.u-button-style.u-palette-5-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-5-light-2,
li.active>.u-button-style.u-button-style.u-palette-5-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c4ced9 !important;
}

.u-hover-palette-5-light-2:hover,
.u-hover-palette-5-light-2[class*="u-border-"]:hover,
.u-hover-palette-5-light-2:focus,
.u-hover-palette-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-light-2:hover,
a.u-button-style.u-hover-palette-5-light-2.hover,
a.u-button-style.u-hover-palette-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-5-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-5-light-2,
a.u-button-style:hover>.u-hover-palette-5-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-5-light-2:focus,
a.u-button-style.u-hover-palette-5-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}

.u-active-palette-5-light-2.u-active.u-active,
.u-active-palette-5-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-5-light-2:active,
a.u-button-style.u-button-style.u-active-palette-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-light-2.active,
a.u-button-style.u-button-style.u-active-palette-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-5-light-2,
a.u-button-style.u-button-style.active>.u-active-palette-5-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-5-light-2,
li.active>a.u-button-style.u-button-style.u-active-palette-5-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-5-light-2:checked {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}

.u-palette-5-light-3,
.u-body.u-palette-5-light-3,
section.u-palette-5-light-3:before,
.u-palette-5-light-3>.u-audio-main-layout-wrapper:before,
.u-palette-5-light-3>.u-container-layout:before,
.u-palette-5-light-3>.u-inner-container-layout:before,
.u-palette-5-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-5-light-3:before,
.u-table-alt-palette-5-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f5f7fa;
}

.u-input.u-palette-5-light-3,
.u-field-input.u-palette-5-light-3,
.u-button-style.u-palette-5-light-3,
.u-button-style.u-palette-5-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}

.u-button-style.u-palette-5-light-3:hover,
.u-button-style.u-palette-5-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-5-light-3:focus,
.u-button-style.u-palette-5-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-light-3:active,
.u-button-style.u-button-style.u-palette-5-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-light-3.active,
.u-button-style.u-button-style.u-palette-5-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-5-light-3,
li.active>.u-button-style.u-button-style.u-palette-5-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d4dde9 !important;
}

.u-hover-palette-5-light-3:hover,
.u-hover-palette-5-light-3[class*="u-border-"]:hover,
.u-hover-palette-5-light-3:focus,
.u-hover-palette-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-light-3:hover,
a.u-button-style.u-hover-palette-5-light-3.hover,
a.u-button-style.u-hover-palette-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-5-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-5-light-3,
a.u-button-style:hover>.u-hover-palette-5-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-5-light-3:focus,
a.u-button-style.u-hover-palette-5-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}

.u-active-palette-5-light-3.u-active.u-active,
.u-active-palette-5-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-5-light-3:active,
a.u-button-style.u-button-style.u-active-palette-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-light-3.active,
a.u-button-style.u-button-style.u-active-palette-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-5-light-3,
a.u-button-style.u-button-style.active>.u-active-palette-5-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-5-light-3,
li.active>a.u-button-style.u-button-style.u-active-palette-5-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-5-light-3:checked {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}

.u-palette-5-base,
.u-body.u-palette-5-base,
section.u-palette-5-base:before,
.u-palette-5-base>.u-audio-main-layout-wrapper:before,
.u-palette-5-base>.u-container-layout:before,
.u-palette-5-base>.u-inner-container-layout:before,
.u-palette-5-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-5-base:before,
.u-table-alt-palette-5-base tr:nth-child(even) {
  color: #111111;
  background-color: #b9c1cc;
}

.u-input.u-palette-5-base,
.u-field-input.u-palette-5-base,
.u-button-style.u-palette-5-base,
.u-button-style.u-palette-5-base[class*="u-border-"] {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-button-style.u-palette-5-base:hover,
.u-button-style.u-palette-5-base[class*="u-border-"]:hover,
.u-button-style.u-palette-5-base:focus,
.u-button-style.u-palette-5-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-base:active,
.u-button-style.u-button-style.u-palette-5-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-base.active,
.u-button-style.u-button-style.u-palette-5-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-5-base,
li.active>.u-button-style.u-button-style.u-palette-5-base[class*="u-border-"] {
  color: #111111 !important;
  background-color: #a2adbc !important;
}

.u-hover-palette-5-base:hover,
.u-hover-palette-5-base[class*="u-border-"]:hover,
.u-hover-palette-5-base:focus,
.u-hover-palette-5-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-base:hover,
a.u-button-style.u-hover-palette-5-base.hover,
a.u-button-style.u-hover-palette-5-base[class*="u-border-"]:hover,
a.u-button-style.u-hover-palette-5-base[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-palette-5-base,
a.u-button-style:hover>.u-hover-palette-5-base[class*="u-border-"],
a.u-button-style.u-hover-palette-5-base:focus,
a.u-button-style.u-hover-palette-5-base[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-active-palette-5-base.u-active.u-active,
.u-active-palette-5-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-palette-5-base:active,
a.u-button-style.u-button-style.u-active-palette-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-base.active,
a.u-button-style.u-button-style.u-active-palette-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-5-base,
a.u-button-style.u-button-style.active>.u-active-palette-5-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-5-base,
li.active>a.u-button-style.u-button-style.u-active-palette-5-base[class*="u-border-"],
input.u-field-input.u-field-input.u-active-palette-5-base:checked {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-grey-dark-3,
.u-body.u-grey-dark-3,
section.u-grey-dark-3:before,
.u-grey-dark-3>.u-audio-main-layout-wrapper:before,
.u-grey-dark-3>.u-container-layout:before,
.u-grey-dark-3>.u-inner-container-layout:before,
.u-grey-dark-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-dark-3:before,
.u-table-alt-grey-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #212121;
}

.u-input.u-grey-dark-3,
.u-field-input.u-grey-dark-3,
.u-button-style.u-grey-dark-3,
.u-button-style.u-grey-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #212121 !important;
}

.u-button-style.u-grey-dark-3:hover,
.u-button-style.u-grey-dark-3[class*="u-border-"]:hover,
.u-button-style.u-grey-dark-3:focus,
.u-button-style.u-grey-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-dark-3:active,
.u-button-style.u-button-style.u-grey-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-dark-3.active,
.u-button-style.u-button-style.u-grey-dark-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-dark-3,
li.active>.u-button-style.u-button-style.u-grey-dark-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
}

.u-hover-grey-dark-3:hover,
.u-hover-grey-dark-3[class*="u-border-"]:hover,
.u-hover-grey-dark-3:focus,
.u-hover-grey-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-dark-3:hover,
a.u-button-style.u-hover-grey-dark-3.hover,
a.u-button-style.u-hover-grey-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-dark-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-dark-3,
a.u-button-style:hover>.u-hover-grey-dark-3[class*="u-border-"],
a.u-button-style.u-hover-grey-dark-3:focus,
a.u-button-style.u-hover-grey-dark-3[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #212121 !important;
}

.u-active-grey-dark-3.u-active.u-active,
.u-active-grey-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-dark-3:active,
a.u-button-style.u-button-style.u-active-grey-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-dark-3.active,
a.u-button-style.u-button-style.u-active-grey-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-dark-3,
a.u-button-style.u-button-style.active>.u-active-grey-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-dark-3,
li.active>a.u-button-style.u-button-style.u-active-grey-dark-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-dark-3:checked {
  color: #ffffff !important;
  background-color: #212121 !important;
}

.u-grey-dark-2,
.u-body.u-grey-dark-2,
section.u-grey-dark-2:before,
.u-grey-dark-2>.u-audio-main-layout-wrapper:before,
.u-grey-dark-2>.u-container-layout:before,
.u-grey-dark-2>.u-inner-container-layout:before,
.u-grey-dark-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-dark-2:before,
.u-table-alt-grey-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #333333;
}

.u-input.u-grey-dark-2,
.u-field-input.u-grey-dark-2,
.u-button-style.u-grey-dark-2,
.u-button-style.u-grey-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #333333 !important;
}

.u-button-style.u-grey-dark-2:hover,
.u-button-style.u-grey-dark-2[class*="u-border-"]:hover,
.u-button-style.u-grey-dark-2:focus,
.u-button-style.u-grey-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-dark-2:active,
.u-button-style.u-button-style.u-grey-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-dark-2.active,
.u-button-style.u-button-style.u-grey-dark-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-dark-2,
li.active>.u-button-style.u-button-style.u-grey-dark-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2e2e2e !important;
}

.u-hover-grey-dark-2:hover,
.u-hover-grey-dark-2[class*="u-border-"]:hover,
.u-hover-grey-dark-2:focus,
.u-hover-grey-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-dark-2:hover,
a.u-button-style.u-hover-grey-dark-2.hover,
a.u-button-style.u-hover-grey-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-dark-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-dark-2,
a.u-button-style:hover>.u-hover-grey-dark-2[class*="u-border-"],
a.u-button-style.u-hover-grey-dark-2:focus,
a.u-button-style.u-hover-grey-dark-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #333333 !important;
}

.u-active-grey-dark-2.u-active.u-active,
.u-active-grey-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-dark-2:active,
a.u-button-style.u-button-style.u-active-grey-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-dark-2.active,
a.u-button-style.u-button-style.u-active-grey-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-dark-2,
a.u-button-style.u-button-style.active>.u-active-grey-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-dark-2,
li.active>a.u-button-style.u-button-style.u-active-grey-dark-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-dark-2:checked {
  color: #ffffff !important;
  background-color: #333333 !important;
}

.u-grey-dark-1,
.u-body.u-grey-dark-1,
section.u-grey-dark-1:before,
.u-grey-dark-1>.u-audio-main-layout-wrapper:before,
.u-grey-dark-1>.u-container-layout:before,
.u-grey-dark-1>.u-inner-container-layout:before,
.u-grey-dark-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-dark-1:before,
.u-table-alt-grey-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #454545;
}

.u-input.u-grey-dark-1,
.u-field-input.u-grey-dark-1,
.u-button-style.u-grey-dark-1,
.u-button-style.u-grey-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #454545 !important;
}

.u-button-style.u-grey-dark-1:hover,
.u-button-style.u-grey-dark-1[class*="u-border-"]:hover,
.u-button-style.u-grey-dark-1:focus,
.u-button-style.u-grey-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-dark-1:active,
.u-button-style.u-button-style.u-grey-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-dark-1.active,
.u-button-style.u-button-style.u-grey-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-dark-1,
li.active>.u-button-style.u-button-style.u-grey-dark-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #3e3e3e !important;
}

.u-hover-grey-dark-1:hover,
.u-hover-grey-dark-1[class*="u-border-"]:hover,
.u-hover-grey-dark-1:focus,
.u-hover-grey-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-dark-1:hover,
a.u-button-style.u-hover-grey-dark-1.hover,
a.u-button-style.u-hover-grey-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-dark-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-dark-1,
a.u-button-style:hover>.u-hover-grey-dark-1[class*="u-border-"],
a.u-button-style.u-hover-grey-dark-1:focus,
a.u-button-style.u-hover-grey-dark-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #454545 !important;
}

.u-active-grey-dark-1.u-active.u-active,
.u-active-grey-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-dark-1:active,
a.u-button-style.u-button-style.u-active-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-dark-1.active,
a.u-button-style.u-button-style.u-active-grey-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-dark-1,
a.u-button-style.u-button-style.active>.u-active-grey-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-dark-1,
li.active>a.u-button-style.u-button-style.u-active-grey-dark-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-dark-1:checked {
  color: #ffffff !important;
  background-color: #454545 !important;
}

.u-grey,
.u-body.u-grey,
section.u-grey:before,
.u-grey>.u-audio-main-layout-wrapper:before,
.u-grey>.u-container-layout:before,
.u-grey>.u-inner-container-layout:before,
.u-grey.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey:before,
.u-table-alt-grey tr:nth-child(even) {
  color: #ffffff;
  background-color: #b3b3b3;
}

.u-input.u-grey,
.u-field-input.u-grey,
.u-button-style.u-grey,
.u-button-style.u-grey[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}

.u-button-style.u-grey:hover,
.u-button-style.u-grey[class*="u-border-"]:hover,
.u-button-style.u-grey:focus,
.u-button-style.u-grey[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey:active,
.u-button-style.u-button-style.u-grey[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey.active,
.u-button-style.u-button-style.u-grey[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey,
li.active>.u-button-style.u-button-style.u-grey[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #a1a1a1 !important;
}

.u-hover-grey:hover,
.u-hover-grey[class*="u-border-"]:hover,
.u-hover-grey:focus,
.u-hover-grey[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey:hover,
a.u-button-style.u-hover-grey.hover,
a.u-button-style.u-hover-grey[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey,
a.u-button-style:hover>.u-hover-grey[class*="u-border-"],
a.u-button-style.u-hover-grey:focus,
a.u-button-style.u-hover-grey[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}

.u-active-grey.u-active.u-active,
.u-active-grey[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey:active,
a.u-button-style.u-button-style.u-active-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey.active,
a.u-button-style.u-button-style.u-active-grey[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey,
a.u-button-style.u-button-style.active>.u-active-grey[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey,
li.active>a.u-button-style.u-button-style.u-active-grey[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey:checked {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}

.u-grey-light-1,
.u-body.u-grey-light-1,
section.u-grey-light-1:before,
.u-grey-light-1>.u-audio-main-layout-wrapper:before,
.u-grey-light-1>.u-container-layout:before,
.u-grey-light-1>.u-inner-container-layout:before,
.u-grey-light-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-light-1:before,
.u-table-alt-grey-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #d9d9d9;
}

.u-input.u-grey-light-1,
.u-field-input.u-grey-light-1,
.u-button-style.u-grey-light-1,
.u-button-style.u-grey-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}

.u-button-style.u-grey-light-1:hover,
.u-button-style.u-grey-light-1[class*="u-border-"]:hover,
.u-button-style.u-grey-light-1:focus,
.u-button-style.u-grey-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-light-1:active,
.u-button-style.u-button-style.u-grey-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-light-1.active,
.u-button-style.u-button-style.u-grey-light-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-light-1,
li.active>.u-button-style.u-button-style.u-grey-light-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c3c3c3 !important;
}

.u-hover-grey-light-1:hover,
.u-hover-grey-light-1[class*="u-border-"]:hover,
.u-hover-grey-light-1:focus,
.u-hover-grey-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-light-1:hover,
a.u-button-style.u-hover-grey-light-1.hover,
a.u-button-style.u-hover-grey-light-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-light-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-light-1,
a.u-button-style:hover>.u-hover-grey-light-1[class*="u-border-"],
a.u-button-style.u-hover-grey-light-1:focus,
a.u-button-style.u-hover-grey-light-1[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}

.u-active-grey-light-1.u-active.u-active,
.u-active-grey-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-light-1:active,
a.u-button-style.u-button-style.u-active-grey-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-light-1.active,
a.u-button-style.u-button-style.u-active-grey-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-light-1,
a.u-button-style.u-button-style.active>.u-active-grey-light-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-light-1,
li.active>a.u-button-style.u-button-style.u-active-grey-light-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-light-1:checked {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}

.u-grey-light-2,
.u-body.u-grey-light-2,
section.u-grey-light-2:before,
.u-grey-light-2>.u-audio-main-layout-wrapper:before,
.u-grey-light-2>.u-container-layout:before,
.u-grey-light-2>.u-inner-container-layout:before,
.u-grey-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-light-2:before,
.u-table-alt-grey-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #eeeeee;
}

.u-input.u-grey-light-2,
.u-field-input.u-grey-light-2,
.u-button-style.u-grey-light-2,
.u-button-style.u-grey-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #eeeeee !important;
}

.u-button-style.u-grey-light-2:hover,
.u-button-style.u-grey-light-2[class*="u-border-"]:hover,
.u-button-style.u-grey-light-2:focus,
.u-button-style.u-grey-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-light-2:active,
.u-button-style.u-button-style.u-grey-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-light-2.active,
.u-button-style.u-button-style.u-grey-light-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-light-2,
li.active>.u-button-style.u-button-style.u-grey-light-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d6d6d6 !important;
}

.u-hover-grey-light-2:hover,
.u-hover-grey-light-2[class*="u-border-"]:hover,
.u-hover-grey-light-2:focus,
.u-hover-grey-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-light-2:hover,
a.u-button-style.u-hover-grey-light-2.hover,
a.u-button-style.u-hover-grey-light-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-light-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-light-2,
a.u-button-style:hover>.u-hover-grey-light-2[class*="u-border-"],
a.u-button-style.u-hover-grey-light-2:focus,
a.u-button-style.u-hover-grey-light-2[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #eeeeee !important;
}

.u-active-grey-light-2.u-active.u-active,
.u-active-grey-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-light-2:active,
a.u-button-style.u-button-style.u-active-grey-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-light-2.active,
a.u-button-style.u-button-style.u-active-grey-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-light-2,
a.u-button-style.u-button-style.active>.u-active-grey-light-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-light-2,
li.active>a.u-button-style.u-button-style.u-active-grey-light-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-light-2:checked {
  color: #111111 !important;
  background-color: #eeeeee !important;
}

.u-grey-light-3,
.u-body.u-grey-light-3,
section.u-grey-light-3:before,
.u-grey-light-3>.u-audio-main-layout-wrapper:before,
.u-grey-light-3>.u-container-layout:before,
.u-grey-light-3>.u-inner-container-layout:before,
.u-grey-light-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-light-3:before,
.u-table-alt-grey-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f6f6f6;
}

.u-input.u-grey-light-3,
.u-field-input.u-grey-light-3,
.u-button-style.u-grey-light-3,
.u-button-style.u-grey-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f6f6f6 !important;
}

.u-button-style.u-grey-light-3:hover,
.u-button-style.u-grey-light-3[class*="u-border-"]:hover,
.u-button-style.u-grey-light-3:focus,
.u-button-style.u-grey-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-light-3:active,
.u-button-style.u-button-style.u-grey-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-light-3.active,
.u-button-style.u-button-style.u-grey-light-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-light-3,
li.active>.u-button-style.u-button-style.u-grey-light-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #dddddd !important;
}

.u-hover-grey-light-3:hover,
.u-hover-grey-light-3[class*="u-border-"]:hover,
.u-hover-grey-light-3:focus,
.u-hover-grey-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-light-3:hover,
a.u-button-style.u-hover-grey-light-3.hover,
a.u-button-style.u-hover-grey-light-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-light-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-light-3,
a.u-button-style:hover>.u-hover-grey-light-3[class*="u-border-"],
a.u-button-style.u-hover-grey-light-3:focus,
a.u-button-style.u-hover-grey-light-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f6f6f6 !important;
}

.u-active-grey-light-3.u-active.u-active,
.u-active-grey-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-light-3:active,
a.u-button-style.u-button-style.u-active-grey-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-light-3.active,
a.u-button-style.u-button-style.u-active-grey-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-light-3,
a.u-button-style.u-button-style.active>.u-active-grey-light-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-light-3,
li.active>a.u-button-style.u-button-style.u-active-grey-light-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-light-3:checked {
  color: #111111 !important;
  background-color: #f6f6f6 !important;
}

.u-white,
.u-body.u-white,
section.u-white:before,
.u-white>.u-audio-main-layout-wrapper:before,
.u-white>.u-container-layout:before,
.u-white>.u-inner-container-layout:before,
.u-white.u-sidenav:before,
.u-container-layout.u-container-layout.u-white:before,
.u-table-alt-white tr:nth-child(even) {
  color: #111111;
  background-color: #ffffff;
}

.u-input.u-white,
.u-field-input.u-white,
.u-button-style.u-white,
.u-button-style.u-white[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-button-style.u-white:hover,
.u-button-style.u-white[class*="u-border-"]:hover,
.u-button-style.u-white:focus,
.u-button-style.u-white[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-white:active,
.u-button-style.u-button-style.u-white[class*="u-border-"]:active,
.u-button-style.u-button-style.u-white.active,
.u-button-style.u-button-style.u-white[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-white,
li.active>.u-button-style.u-button-style.u-white[class*="u-border-"] {
  color: #111111 !important;
  background-color: #e6e6e6 !important;
}

.u-hover-white:hover,
.u-hover-white[class*="u-border-"]:hover,
.u-hover-white:focus,
.u-hover-white[class*="u-border-"]:focus,
a.u-button-style.u-hover-white:hover,
a.u-button-style.u-hover-white.hover,
a.u-button-style.u-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-hover-white[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-white,
a.u-button-style:hover>.u-hover-white[class*="u-border-"],
a.u-button-style.u-hover-white:focus,
a.u-button-style.u-hover-white[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-active-white.u-active.u-active,
.u-active-white[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-white:active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-white.active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-white,
a.u-button-style.u-button-style.active>.u-active-white[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-white,
li.active>a.u-button-style.u-button-style.u-active-white[class*="u-border-"],
input.u-field-input.u-field-input.u-active-white:checked {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-black,
.u-body.u-black,
section.u-black:before,
.u-black>.u-audio-main-layout-wrapper:before,
.u-black>.u-container-layout:before,
.u-black>.u-inner-container-layout:before,
.u-black.u-sidenav:before,
.u-container-layout.u-container-layout.u-black:before,
.u-table-alt-black tr:nth-child(even) {
  color: #ffffff;
  background-color: #000000;
}

.u-input.u-black,
.u-field-input.u-black,
.u-button-style.u-black,
.u-button-style.u-black[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.u-button-style.u-black:hover,
.u-button-style.u-black[class*="u-border-"]:hover,
.u-button-style.u-black:focus,
.u-button-style.u-black[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-black:active,
.u-button-style.u-button-style.u-black[class*="u-border-"]:active,
.u-button-style.u-button-style.u-black.active,
.u-button-style.u-button-style.u-black[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-black,
li.active>.u-button-style.u-button-style.u-black[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.u-hover-black:hover,
.u-hover-black[class*="u-border-"]:hover,
.u-hover-black:focus,
.u-hover-black[class*="u-border-"]:focus,
a.u-button-style.u-hover-black:hover,
a.u-button-style.u-hover-black.hover,
a.u-button-style.u-hover-black[class*="u-border-"]:hover,
a.u-button-style.u-hover-black[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-black,
a.u-button-style:hover>.u-hover-black[class*="u-border-"],
a.u-button-style.u-hover-black:focus,
a.u-button-style.u-hover-black[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.u-active-black.u-active.u-active,
.u-active-black[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-black:active,
a.u-button-style.u-button-style.u-active-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-black.active,
a.u-button-style.u-button-style.u-active-black[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-black,
a.u-button-style.u-button-style.active>.u-active-black[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-black,
li.active>a.u-button-style.u-button-style.u-active-black[class*="u-border-"],
input.u-field-input.u-field-input.u-active-black:checked {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.u-body-color,
.u-body.u-body-color,
section.u-body-color:before,
.u-body-color>.u-audio-main-layout-wrapper:before,
.u-body-color>.u-container-layout:before,
.u-body-color>.u-inner-container-layout:before,
.u-body-color.u-sidenav:before,
.u-container-layout.u-container-layout.u-body-color:before,
.u-table-alt-body-color tr:nth-child(even) {
  color: #ffffff;
  background-color: #111111;
}

.u-input.u-body-color,
.u-field-input.u-body-color,
.u-button-style.u-body-color,
.u-button-style.u-body-color[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #111111 !important;
}

.u-button-style.u-body-color:hover,
.u-button-style.u-body-color[class*="u-border-"]:hover,
.u-button-style.u-body-color:focus,
.u-button-style.u-body-color[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-body-color:active,
.u-button-style.u-button-style.u-body-color[class*="u-border-"]:active,
.u-button-style.u-button-style.u-body-color.active,
.u-button-style.u-button-style.u-body-color[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-body-color,
li.active>.u-button-style.u-button-style.u-body-color[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
}

.u-hover-body-color:hover,
.u-hover-body-color[class*="u-border-"]:hover,
.u-hover-body-color:focus,
.u-hover-body-color[class*="u-border-"]:focus,
a.u-button-style.u-hover-body-color:hover,
a.u-button-style.u-hover-body-color.hover,
a.u-button-style.u-hover-body-color[class*="u-border-"]:hover,
a.u-button-style.u-hover-body-color[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-body-color,
a.u-button-style:hover>.u-hover-body-color[class*="u-border-"],
a.u-button-style.u-hover-body-color:focus,
a.u-button-style.u-hover-body-color[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #111111 !important;
}

.u-active-body-color.u-active.u-active,
.u-active-body-color[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-body-color:active,
a.u-button-style.u-button-style.u-active-body-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-body-color.active,
a.u-button-style.u-button-style.u-active-body-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-body-color,
a.u-button-style.u-button-style.active>.u-active-body-color[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-body-color,
li.active>a.u-button-style.u-button-style.u-active-body-color[class*="u-border-"],
input.u-field-input.u-field-input.u-active-body-color:checked {
  color: #ffffff !important;
  background-color: #111111 !important;
}

.u-body-alt-color,
.u-body.u-body-alt-color,
section.u-body-alt-color:before,
.u-body-alt-color>.u-audio-main-layout-wrapper:before,
.u-body-alt-color>.u-container-layout:before,
.u-body-alt-color>.u-inner-container-layout:before,
.u-body-alt-color.u-sidenav:before,
.u-container-layout.u-container-layout.u-body-alt-color:before,
.u-table-alt-body-alt-color tr:nth-child(even) {
  color: #111111;
  background-color: #ffffff;
}

.u-input.u-body-alt-color,
.u-field-input.u-body-alt-color,
.u-button-style.u-body-alt-color,
.u-button-style.u-body-alt-color[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-button-style.u-body-alt-color:hover,
.u-button-style.u-body-alt-color[class*="u-border-"]:hover,
.u-button-style.u-body-alt-color:focus,
.u-button-style.u-body-alt-color[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-body-alt-color:active,
.u-button-style.u-button-style.u-body-alt-color[class*="u-border-"]:active,
.u-button-style.u-button-style.u-body-alt-color.active,
.u-button-style.u-button-style.u-body-alt-color[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-body-alt-color,
li.active>.u-button-style.u-button-style.u-body-alt-color[class*="u-border-"] {
  color: #111111 !important;
  background-color: #e6e6e6 !important;
}

.u-hover-body-alt-color:hover,
.u-hover-body-alt-color[class*="u-border-"]:hover,
.u-hover-body-alt-color:focus,
.u-hover-body-alt-color[class*="u-border-"]:focus,
a.u-button-style.u-hover-body-alt-color:hover,
a.u-button-style.u-hover-body-alt-color.hover,
a.u-button-style.u-hover-body-alt-color[class*="u-border-"]:hover,
a.u-button-style.u-hover-body-alt-color[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-body-alt-color,
a.u-button-style:hover>.u-hover-body-alt-color[class*="u-border-"],
a.u-button-style.u-hover-body-alt-color:focus,
a.u-button-style.u-hover-body-alt-color[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-active-body-alt-color.u-active.u-active,
.u-active-body-alt-color[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-body-alt-color:active,
a.u-button-style.u-button-style.u-active-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-body-alt-color.active,
a.u-button-style.u-button-style.u-active-body-alt-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-body-alt-color,
a.u-button-style.u-button-style.active>.u-active-body-alt-color[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-body-alt-color,
li.active>a.u-button-style.u-button-style.u-active-body-alt-color[class*="u-border-"],
input.u-field-input.u-field-input.u-active-body-alt-color:checked {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-grey-25,
.u-body.u-grey-25,
section.u-grey-25:before,
.u-grey-25>.u-audio-main-layout-wrapper:before,
.u-grey-25>.u-container-layout:before,
.u-grey-25>.u-inner-container-layout:before,
.u-grey-25.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-25:before,
.u-table-alt-grey-25 tr:nth-child(even) {
  color: #111111;
  background-color: #c0c0c0;
}

.u-input.u-grey-25,
.u-field-input.u-grey-25,
.u-button-style.u-grey-25,
.u-button-style.u-grey-25[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}

.u-button-style.u-grey-25:hover,
.u-button-style.u-grey-25[class*="u-border-"]:hover,
.u-button-style.u-grey-25:focus,
.u-button-style.u-grey-25[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-25:active,
.u-button-style.u-button-style.u-grey-25[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-25.active,
.u-button-style.u-button-style.u-grey-25[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-25,
li.active>.u-button-style.u-button-style.u-grey-25[class*="u-border-"] {
  color: #111111 !important;
  background-color: #adadad !important;
}

.u-hover-grey-25:hover,
.u-hover-grey-25[class*="u-border-"]:hover,
.u-hover-grey-25:focus,
.u-hover-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-25:hover,
a.u-button-style.u-hover-grey-25.hover,
a.u-button-style.u-hover-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-25[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-25,
a.u-button-style:hover>.u-hover-grey-25[class*="u-border-"],
a.u-button-style.u-hover-grey-25:focus,
a.u-button-style.u-hover-grey-25[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}

.u-active-grey-25.u-active.u-active,
.u-active-grey-25[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-25:active,
a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-25.active,
a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-25,
a.u-button-style.u-button-style.active>.u-active-grey-25[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-25,
li.active>a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-25:checked {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}

.u-grey-5,
.u-body.u-grey-5,
section.u-grey-5:before,
.u-grey-5>.u-audio-main-layout-wrapper:before,
.u-grey-5>.u-container-layout:before,
.u-grey-5>.u-inner-container-layout:before,
.u-grey-5.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-5:before,
.u-table-alt-grey-5 tr:nth-child(even) {
  color: #111111;
  background-color: #f2f2f2;
}

.u-input.u-grey-5,
.u-field-input.u-grey-5,
.u-button-style.u-grey-5,
.u-button-style.u-grey-5[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f2f2f2 !important;
}

.u-button-style.u-grey-5:hover,
.u-button-style.u-grey-5[class*="u-border-"]:hover,
.u-button-style.u-grey-5:focus,
.u-button-style.u-grey-5[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-5:active,
.u-button-style.u-button-style.u-grey-5[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-5.active,
.u-button-style.u-button-style.u-grey-5[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-5,
li.active>.u-button-style.u-button-style.u-grey-5[class*="u-border-"] {
  color: #111111 !important;
  background-color: #dadada !important;
}

.u-hover-grey-5:hover,
.u-hover-grey-5[class*="u-border-"]:hover,
.u-hover-grey-5:focus,
.u-hover-grey-5[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-5:hover,
a.u-button-style.u-hover-grey-5.hover,
a.u-button-style.u-hover-grey-5[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-5[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-5,
a.u-button-style:hover>.u-hover-grey-5[class*="u-border-"],
a.u-button-style.u-hover-grey-5:focus,
a.u-button-style.u-hover-grey-5[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f2f2f2 !important;
}

.u-active-grey-5.u-active.u-active,
.u-active-grey-5[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-5:active,
a.u-button-style.u-button-style.u-active-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-5.active,
a.u-button-style.u-button-style.u-active-grey-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-5,
a.u-button-style.u-button-style.active>.u-active-grey-5[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-5,
li.active>a.u-button-style.u-button-style.u-active-grey-5[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-5:checked {
  color: #111111 !important;
  background-color: #f2f2f2 !important;
}

.u-grey-10,
.u-body.u-grey-10,
section.u-grey-10:before,
.u-grey-10>.u-audio-main-layout-wrapper:before,
.u-grey-10>.u-container-layout:before,
.u-grey-10>.u-inner-container-layout:before,
.u-grey-10.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-10:before,
.u-table-alt-grey-10 tr:nth-child(even) {
  color: #111111;
  background-color: #e5e5e5;
}

.u-input.u-grey-10,
.u-field-input.u-grey-10,
.u-button-style.u-grey-10,
.u-button-style.u-grey-10[class*="u-border-"] {
  color: #111111 !important;
  background-color: #e5e5e5 !important;
}

.u-button-style.u-grey-10:hover,
.u-button-style.u-grey-10[class*="u-border-"]:hover,
.u-button-style.u-grey-10:focus,
.u-button-style.u-grey-10[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-10:active,
.u-button-style.u-button-style.u-grey-10[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-10.active,
.u-button-style.u-button-style.u-grey-10[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-10,
li.active>.u-button-style.u-button-style.u-grey-10[class*="u-border-"] {
  color: #111111 !important;
  background-color: #cecece !important;
}

.u-hover-grey-10:hover,
.u-hover-grey-10[class*="u-border-"]:hover,
.u-hover-grey-10:focus,
.u-hover-grey-10[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-10:hover,
a.u-button-style.u-hover-grey-10.hover,
a.u-button-style.u-hover-grey-10[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-10[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-10,
a.u-button-style:hover>.u-hover-grey-10[class*="u-border-"],
a.u-button-style.u-hover-grey-10:focus,
a.u-button-style.u-hover-grey-10[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #e5e5e5 !important;
}

.u-active-grey-10.u-active.u-active,
.u-active-grey-10[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-10:active,
a.u-button-style.u-button-style.u-active-grey-10[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-10.active,
a.u-button-style.u-button-style.u-active-grey-10[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-10,
a.u-button-style.u-button-style.active>.u-active-grey-10[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-10,
li.active>a.u-button-style.u-button-style.u-active-grey-10[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-10:checked {
  color: #111111 !important;
  background-color: #e5e5e5 !important;
}

.u-grey-15,
.u-body.u-grey-15,
section.u-grey-15:before,
.u-grey-15>.u-audio-main-layout-wrapper:before,
.u-grey-15>.u-container-layout:before,
.u-grey-15>.u-inner-container-layout:before,
.u-grey-15.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-15:before,
.u-table-alt-grey-15 tr:nth-child(even) {
  color: #111111;
  background-color: #d9d9d9;
}

.u-input.u-grey-15,
.u-field-input.u-grey-15,
.u-button-style.u-grey-15,
.u-button-style.u-grey-15[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}

.u-button-style.u-grey-15:hover,
.u-button-style.u-grey-15[class*="u-border-"]:hover,
.u-button-style.u-grey-15:focus,
.u-button-style.u-grey-15[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-15:active,
.u-button-style.u-button-style.u-grey-15[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-15.active,
.u-button-style.u-button-style.u-grey-15[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-15,
li.active>.u-button-style.u-button-style.u-grey-15[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c3c3c3 !important;
}

.u-hover-grey-15:hover,
.u-hover-grey-15[class*="u-border-"]:hover,
.u-hover-grey-15:focus,
.u-hover-grey-15[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-15:hover,
a.u-button-style.u-hover-grey-15.hover,
a.u-button-style.u-hover-grey-15[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-15[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-15,
a.u-button-style:hover>.u-hover-grey-15[class*="u-border-"],
a.u-button-style.u-hover-grey-15:focus,
a.u-button-style.u-hover-grey-15[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}

.u-active-grey-15.u-active.u-active,
.u-active-grey-15[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-15:active,
a.u-button-style.u-button-style.u-active-grey-15[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-15.active,
a.u-button-style.u-button-style.u-active-grey-15[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-15,
a.u-button-style.u-button-style.active>.u-active-grey-15[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-15,
li.active>a.u-button-style.u-button-style.u-active-grey-15[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-15:checked {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}

.u-grey-25,
.u-body.u-grey-25,
section.u-grey-25:before,
.u-grey-25>.u-audio-main-layout-wrapper:before,
.u-grey-25>.u-container-layout:before,
.u-grey-25>.u-inner-container-layout:before,
.u-grey-25.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-25:before,
.u-table-alt-grey-25 tr:nth-child(even) {
  color: #111111;
  background-color: #c0c0c0;
}

.u-input.u-grey-25,
.u-field-input.u-grey-25,
.u-button-style.u-grey-25,
.u-button-style.u-grey-25[class*="u-border-"] {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}

.u-button-style.u-grey-25:hover,
.u-button-style.u-grey-25[class*="u-border-"]:hover,
.u-button-style.u-grey-25:focus,
.u-button-style.u-grey-25[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-25:active,
.u-button-style.u-button-style.u-grey-25[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-25.active,
.u-button-style.u-button-style.u-grey-25[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-25,
li.active>.u-button-style.u-button-style.u-grey-25[class*="u-border-"] {
  color: #111111 !important;
  background-color: #adadad !important;
}

.u-hover-grey-25:hover,
.u-hover-grey-25[class*="u-border-"]:hover,
.u-hover-grey-25:focus,
.u-hover-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-25:hover,
a.u-button-style.u-hover-grey-25.hover,
a.u-button-style.u-hover-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-25[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-25,
a.u-button-style:hover>.u-hover-grey-25[class*="u-border-"],
a.u-button-style.u-hover-grey-25:focus,
a.u-button-style.u-hover-grey-25[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}

.u-active-grey-25.u-active.u-active,
.u-active-grey-25[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-25:active,
a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-25.active,
a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-25,
a.u-button-style.u-button-style.active>.u-active-grey-25[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-25,
li.active>a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-25:checked {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}

.u-grey-30,
.u-body.u-grey-30,
section.u-grey-30:before,
.u-grey-30>.u-audio-main-layout-wrapper:before,
.u-grey-30>.u-container-layout:before,
.u-grey-30>.u-inner-container-layout:before,
.u-grey-30.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-30:before,
.u-table-alt-grey-30 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b3b3b3;
}

.u-input.u-grey-30,
.u-field-input.u-grey-30,
.u-button-style.u-grey-30,
.u-button-style.u-grey-30[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}

.u-button-style.u-grey-30:hover,
.u-button-style.u-grey-30[class*="u-border-"]:hover,
.u-button-style.u-grey-30:focus,
.u-button-style.u-grey-30[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-30:active,
.u-button-style.u-button-style.u-grey-30[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-30.active,
.u-button-style.u-button-style.u-grey-30[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-30,
li.active>.u-button-style.u-button-style.u-grey-30[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #a1a1a1 !important;
}

.u-hover-grey-30:hover,
.u-hover-grey-30[class*="u-border-"]:hover,
.u-hover-grey-30:focus,
.u-hover-grey-30[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-30:hover,
a.u-button-style.u-hover-grey-30.hover,
a.u-button-style.u-hover-grey-30[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-30[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-30,
a.u-button-style:hover>.u-hover-grey-30[class*="u-border-"],
a.u-button-style.u-hover-grey-30:focus,
a.u-button-style.u-hover-grey-30[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}

.u-active-grey-30.u-active.u-active,
.u-active-grey-30[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-30:active,
a.u-button-style.u-button-style.u-active-grey-30[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-30.active,
a.u-button-style.u-button-style.u-active-grey-30[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-30,
a.u-button-style.u-button-style.active>.u-active-grey-30[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-30,
li.active>a.u-button-style.u-button-style.u-active-grey-30[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-30:checked {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}

.u-grey-40,
.u-body.u-grey-40,
section.u-grey-40:before,
.u-grey-40>.u-audio-main-layout-wrapper:before,
.u-grey-40>.u-container-layout:before,
.u-grey-40>.u-inner-container-layout:before,
.u-grey-40.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-40:before,
.u-table-alt-grey-40 tr:nth-child(even) {
  color: #ffffff;
  background-color: #999999;
}

.u-input.u-grey-40,
.u-field-input.u-grey-40,
.u-button-style.u-grey-40,
.u-button-style.u-grey-40[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #999999 !important;
}

.u-button-style.u-grey-40:hover,
.u-button-style.u-grey-40[class*="u-border-"]:hover,
.u-button-style.u-grey-40:focus,
.u-button-style.u-grey-40[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-40:active,
.u-button-style.u-button-style.u-grey-40[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-40.active,
.u-button-style.u-button-style.u-grey-40[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-40,
li.active>.u-button-style.u-button-style.u-grey-40[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #8a8a8a !important;
}

.u-hover-grey-40:hover,
.u-hover-grey-40[class*="u-border-"]:hover,
.u-hover-grey-40:focus,
.u-hover-grey-40[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-40:hover,
a.u-button-style.u-hover-grey-40.hover,
a.u-button-style.u-hover-grey-40[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-40[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-40,
a.u-button-style:hover>.u-hover-grey-40[class*="u-border-"],
a.u-button-style.u-hover-grey-40:focus,
a.u-button-style.u-hover-grey-40[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #999999 !important;
}

.u-active-grey-40.u-active.u-active,
.u-active-grey-40[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-40:active,
a.u-button-style.u-button-style.u-active-grey-40[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-40.active,
a.u-button-style.u-button-style.u-active-grey-40[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-40,
a.u-button-style.u-button-style.active>.u-active-grey-40[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-40,
li.active>a.u-button-style.u-button-style.u-active-grey-40[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-40:checked {
  color: #ffffff !important;
  background-color: #999999 !important;
}

.u-grey-50,
.u-body.u-grey-50,
section.u-grey-50:before,
.u-grey-50>.u-audio-main-layout-wrapper:before,
.u-grey-50>.u-container-layout:before,
.u-grey-50>.u-inner-container-layout:before,
.u-grey-50.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-50:before,
.u-table-alt-grey-50 tr:nth-child(even) {
  color: #ffffff;
  background-color: #808080;
}

.u-input.u-grey-50,
.u-field-input.u-grey-50,
.u-button-style.u-grey-50,
.u-button-style.u-grey-50[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #808080 !important;
}

.u-button-style.u-grey-50:hover,
.u-button-style.u-grey-50[class*="u-border-"]:hover,
.u-button-style.u-grey-50:focus,
.u-button-style.u-grey-50[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-50:active,
.u-button-style.u-button-style.u-grey-50[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-50.active,
.u-button-style.u-button-style.u-grey-50[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-50,
li.active>.u-button-style.u-button-style.u-grey-50[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #737373 !important;
}

.u-hover-grey-50:hover,
.u-hover-grey-50[class*="u-border-"]:hover,
.u-hover-grey-50:focus,
.u-hover-grey-50[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-50:hover,
a.u-button-style.u-hover-grey-50.hover,
a.u-button-style.u-hover-grey-50[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-50[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-50,
a.u-button-style:hover>.u-hover-grey-50[class*="u-border-"],
a.u-button-style.u-hover-grey-50:focus,
a.u-button-style.u-hover-grey-50[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #808080 !important;
}

.u-active-grey-50.u-active.u-active,
.u-active-grey-50[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-50:active,
a.u-button-style.u-button-style.u-active-grey-50[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-50.active,
a.u-button-style.u-button-style.u-active-grey-50[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-50,
a.u-button-style.u-button-style.active>.u-active-grey-50[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-50,
li.active>a.u-button-style.u-button-style.u-active-grey-50[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-50:checked {
  color: #ffffff !important;
  background-color: #808080 !important;
}

.u-grey-60,
.u-body.u-grey-60,
section.u-grey-60:before,
.u-grey-60>.u-audio-main-layout-wrapper:before,
.u-grey-60>.u-container-layout:before,
.u-grey-60>.u-inner-container-layout:before,
.u-grey-60.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-60:before,
.u-table-alt-grey-60 tr:nth-child(even) {
  color: #ffffff;
  background-color: #666666;
}

.u-input.u-grey-60,
.u-field-input.u-grey-60,
.u-button-style.u-grey-60,
.u-button-style.u-grey-60[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #666666 !important;
}

.u-button-style.u-grey-60:hover,
.u-button-style.u-grey-60[class*="u-border-"]:hover,
.u-button-style.u-grey-60:focus,
.u-button-style.u-grey-60[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-60:active,
.u-button-style.u-button-style.u-grey-60[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-60.active,
.u-button-style.u-button-style.u-grey-60[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-60,
li.active>.u-button-style.u-button-style.u-grey-60[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #5c5c5c !important;
}

.u-hover-grey-60:hover,
.u-hover-grey-60[class*="u-border-"]:hover,
.u-hover-grey-60:focus,
.u-hover-grey-60[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-60:hover,
a.u-button-style.u-hover-grey-60.hover,
a.u-button-style.u-hover-grey-60[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-60[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-60,
a.u-button-style:hover>.u-hover-grey-60[class*="u-border-"],
a.u-button-style.u-hover-grey-60:focus,
a.u-button-style.u-hover-grey-60[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #666666 !important;
}

.u-active-grey-60.u-active.u-active,
.u-active-grey-60[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-60:active,
a.u-button-style.u-button-style.u-active-grey-60[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-60.active,
a.u-button-style.u-button-style.u-active-grey-60[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-60,
a.u-button-style.u-button-style.active>.u-active-grey-60[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-60,
li.active>a.u-button-style.u-button-style.u-active-grey-60[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-60:checked {
  color: #ffffff !important;
  background-color: #666666 !important;
}

.u-grey-70,
.u-body.u-grey-70,
section.u-grey-70:before,
.u-grey-70>.u-audio-main-layout-wrapper:before,
.u-grey-70>.u-container-layout:before,
.u-grey-70>.u-inner-container-layout:before,
.u-grey-70.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-70:before,
.u-table-alt-grey-70 tr:nth-child(even) {
  color: #ffffff;
  background-color: #4d4d4d;
}

.u-input.u-grey-70,
.u-field-input.u-grey-70,
.u-button-style.u-grey-70,
.u-button-style.u-grey-70[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
}

.u-button-style.u-grey-70:hover,
.u-button-style.u-grey-70[class*="u-border-"]:hover,
.u-button-style.u-grey-70:focus,
.u-button-style.u-grey-70[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-70:active,
.u-button-style.u-button-style.u-grey-70[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-70.active,
.u-button-style.u-button-style.u-grey-70[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-70,
li.active>.u-button-style.u-button-style.u-grey-70[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #454545 !important;
}

.u-hover-grey-70:hover,
.u-hover-grey-70[class*="u-border-"]:hover,
.u-hover-grey-70:focus,
.u-hover-grey-70[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-70:hover,
a.u-button-style.u-hover-grey-70.hover,
a.u-button-style.u-hover-grey-70[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-70[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-70,
a.u-button-style:hover>.u-hover-grey-70[class*="u-border-"],
a.u-button-style.u-hover-grey-70:focus,
a.u-button-style.u-hover-grey-70[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
}

.u-active-grey-70.u-active.u-active,
.u-active-grey-70[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-70:active,
a.u-button-style.u-button-style.u-active-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-70.active,
a.u-button-style.u-button-style.u-active-grey-70[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-70,
a.u-button-style.u-button-style.active>.u-active-grey-70[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-70,
li.active>a.u-button-style.u-button-style.u-active-grey-70[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-70:checked {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
}

.u-grey-75,
.u-body.u-grey-75,
section.u-grey-75:before,
.u-grey-75>.u-audio-main-layout-wrapper:before,
.u-grey-75>.u-container-layout:before,
.u-grey-75>.u-inner-container-layout:before,
.u-grey-75.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-75:before,
.u-table-alt-grey-75 tr:nth-child(even) {
  color: #ffffff;
  background-color: #404040;
}

.u-input.u-grey-75,
.u-field-input.u-grey-75,
.u-button-style.u-grey-75,
.u-button-style.u-grey-75[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #404040 !important;
}

.u-button-style.u-grey-75:hover,
.u-button-style.u-grey-75[class*="u-border-"]:hover,
.u-button-style.u-grey-75:focus,
.u-button-style.u-grey-75[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-75:active,
.u-button-style.u-button-style.u-grey-75[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-75.active,
.u-button-style.u-button-style.u-grey-75[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-75,
li.active>.u-button-style.u-button-style.u-grey-75[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #3a3a3a !important;
}

.u-hover-grey-75:hover,
.u-hover-grey-75[class*="u-border-"]:hover,
.u-hover-grey-75:focus,
.u-hover-grey-75[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-75:hover,
a.u-button-style.u-hover-grey-75.hover,
a.u-button-style.u-hover-grey-75[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-75[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-75,
a.u-button-style:hover>.u-hover-grey-75[class*="u-border-"],
a.u-button-style.u-hover-grey-75:focus,
a.u-button-style.u-hover-grey-75[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #404040 !important;
}

.u-active-grey-75.u-active.u-active,
.u-active-grey-75[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-75:active,
a.u-button-style.u-button-style.u-active-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-75.active,
a.u-button-style.u-button-style.u-active-grey-75[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-75,
a.u-button-style.u-button-style.active>.u-active-grey-75[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-75,
li.active>a.u-button-style.u-button-style.u-active-grey-75[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-75:checked {
  color: #ffffff !important;
  background-color: #404040 !important;
}

.u-grey-80,
.u-body.u-grey-80,
section.u-grey-80:before,
.u-grey-80>.u-audio-main-layout-wrapper:before,
.u-grey-80>.u-container-layout:before,
.u-grey-80>.u-inner-container-layout:before,
.u-grey-80.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-80:before,
.u-table-alt-grey-80 tr:nth-child(even) {
  color: #ffffff;
  background-color: #333333;
}

.u-input.u-grey-80,
.u-field-input.u-grey-80,
.u-button-style.u-grey-80,
.u-button-style.u-grey-80[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #333333 !important;
}

.u-button-style.u-grey-80:hover,
.u-button-style.u-grey-80[class*="u-border-"]:hover,
.u-button-style.u-grey-80:focus,
.u-button-style.u-grey-80[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-80:active,
.u-button-style.u-button-style.u-grey-80[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-80.active,
.u-button-style.u-button-style.u-grey-80[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-80,
li.active>.u-button-style.u-button-style.u-grey-80[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #2e2e2e !important;
}

.u-hover-grey-80:hover,
.u-hover-grey-80[class*="u-border-"]:hover,
.u-hover-grey-80:focus,
.u-hover-grey-80[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-80:hover,
a.u-button-style.u-hover-grey-80.hover,
a.u-button-style.u-hover-grey-80[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-80[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-80,
a.u-button-style:hover>.u-hover-grey-80[class*="u-border-"],
a.u-button-style.u-hover-grey-80:focus,
a.u-button-style.u-hover-grey-80[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #333333 !important;
}

.u-active-grey-80.u-active.u-active,
.u-active-grey-80[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-80:active,
a.u-button-style.u-button-style.u-active-grey-80[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-80.active,
a.u-button-style.u-button-style.u-active-grey-80[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-80,
a.u-button-style.u-button-style.active>.u-active-grey-80[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-80,
li.active>a.u-button-style.u-button-style.u-active-grey-80[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-80:checked {
  color: #ffffff !important;
  background-color: #333333 !important;
}

.u-grey-90,
.u-body.u-grey-90,
section.u-grey-90:before,
.u-grey-90>.u-audio-main-layout-wrapper:before,
.u-grey-90>.u-container-layout:before,
.u-grey-90>.u-inner-container-layout:before,
.u-grey-90.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-90:before,
.u-table-alt-grey-90 tr:nth-child(even) {
  color: #ffffff;
  background-color: #1a1a1a;
}

.u-input.u-grey-90,
.u-field-input.u-grey-90,
.u-button-style.u-grey-90,
.u-button-style.u-grey-90[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
}

.u-button-style.u-grey-90:hover,
.u-button-style.u-grey-90[class*="u-border-"]:hover,
.u-button-style.u-grey-90:focus,
.u-button-style.u-grey-90[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-90:active,
.u-button-style.u-button-style.u-grey-90[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-90.active,
.u-button-style.u-button-style.u-grey-90[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-90,
li.active>.u-button-style.u-button-style.u-grey-90[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #171717 !important;
}

.u-hover-grey-90:hover,
.u-hover-grey-90[class*="u-border-"]:hover,
.u-hover-grey-90:focus,
.u-hover-grey-90[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-90:hover,
a.u-button-style.u-hover-grey-90.hover,
a.u-button-style.u-hover-grey-90[class*="u-border-"]:hover,
a.u-button-style.u-hover-grey-90[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-grey-90,
a.u-button-style:hover>.u-hover-grey-90[class*="u-border-"],
a.u-button-style.u-hover-grey-90:focus,
a.u-button-style.u-hover-grey-90[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
}

.u-active-grey-90.u-active.u-active,
.u-active-grey-90[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-grey-90:active,
a.u-button-style.u-button-style.u-active-grey-90[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-90.active,
a.u-button-style.u-button-style.u-active-grey-90[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-90,
a.u-button-style.u-button-style.active>.u-active-grey-90[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-90,
li.active>a.u-button-style.u-button-style.u-active-grey-90[class*="u-border-"],
input.u-field-input.u-field-input.u-active-grey-90:checked {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
}

.u-button-style.u-border-color-1-dark-3 {
  border-color: #292b33 !important;
  color: #292b33 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-1-dark-3:hover,
.u-button-style.u-border-color-1-dark-3:focus {
  border-color: transparent !important;
  color: #25272e !important;
  background-color: transparent !important;
}

.u-border-hover-color-1-dark-3:hover,
.u-border-hover-color-1-dark-3:focus,
a.u-button-style.u-border-hover-color-1-dark-3:hover,
a.u-button-style:hover>.u-border-hover-color-1-dark-3,
a.u-button-style.u-border-hover-color-1-dark-3:focus {
  color: #292b33 !important;
  border-color: #292b33 !important;
}

.u-border-active-color-1-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-1-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-1-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-1-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-1-dark-3,
input.u-field-input.u-field-input.u-border-active-color-1-dark-3:checked {
  color: #292b33 !important;
  border-color: #292b33 !important;
}

.u-button-style.u-border-color-1-dark-2 {
  border-color: #4f5772 !important;
  color: #4f5772 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-1-dark-2:hover,
.u-button-style.u-border-color-1-dark-2:focus {
  border-color: transparent !important;
  color: #474e67 !important;
  background-color: transparent !important;
}

.u-border-hover-color-1-dark-2:hover,
.u-border-hover-color-1-dark-2:focus,
a.u-button-style.u-border-hover-color-1-dark-2:hover,
a.u-button-style:hover>.u-border-hover-color-1-dark-2,
a.u-button-style.u-border-hover-color-1-dark-2:focus {
  color: #4f5772 !important;
  border-color: #4f5772 !important;
}

.u-border-active-color-1-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-1-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-1-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-1-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-1-dark-2,
input.u-field-input.u-field-input.u-border-active-color-1-dark-2:checked {
  color: #4f5772 !important;
  border-color: #4f5772 !important;
}

.u-button-style.u-border-color-1-dark-1 {
  border-color: #6779b1 !important;
  color: #6779b1 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-1-dark-1:hover,
.u-button-style.u-border-color-1-dark-1:focus {
  border-color: transparent !important;
  color: #5569a7 !important;
  background-color: transparent !important;
}

.u-border-hover-color-1-dark-1:hover,
.u-border-hover-color-1-dark-1:focus,
a.u-button-style.u-border-hover-color-1-dark-1:hover,
a.u-button-style:hover>.u-border-hover-color-1-dark-1,
a.u-button-style.u-border-hover-color-1-dark-1:focus {
  color: #6779b1 !important;
  border-color: #6779b1 !important;
}

.u-border-active-color-1-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-1-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-1-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-1-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-1-dark-1,
input.u-field-input.u-field-input.u-border-active-color-1-dark-1:checked {
  color: #6779b1 !important;
  border-color: #6779b1 !important;
}

.u-button-style.u-border-color-1 {
  border-color: #7190f0 !important;
  color: #7190f0 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-1:hover,
.u-button-style.u-border-color-1:focus {
  border-color: transparent !important;
  color: #5177ed !important;
  background-color: transparent !important;
}

.u-border-hover-color-1:hover,
.u-border-hover-color-1:focus,
a.u-button-style.u-border-hover-color-1:hover,
a.u-button-style:hover>.u-border-hover-color-1,
a.u-button-style.u-border-hover-color-1:focus {
  color: #7190f0 !important;
  border-color: #7190f0 !important;
}

.u-border-active-color-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-1:active,
a.u-button-style.u-button-style.u-border-active-color-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-1,
input.u-field-input.u-field-input.u-border-active-color-1:checked {
  color: #7190f0 !important;
  border-color: #7190f0 !important;
}

.u-button-style.u-border-color-1-light-1 {
  border-color: #9ab0f5 !important;
  color: #9ab0f5 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-1-light-1:hover,
.u-button-style.u-border-color-1-light-1:focus {
  border-color: transparent !important;
  color: #7694f1 !important;
  background-color: transparent !important;
}

.u-border-hover-color-1-light-1:hover,
.u-border-hover-color-1-light-1:focus,
a.u-button-style.u-border-hover-color-1-light-1:hover,
a.u-button-style:hover>.u-border-hover-color-1-light-1,
a.u-button-style.u-border-hover-color-1-light-1:focus {
  color: #9ab0f5 !important;
  border-color: #9ab0f5 !important;
}

.u-border-active-color-1-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-1-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-1-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-1-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-1-light-1,
input.u-field-input.u-field-input.u-border-active-color-1-light-1:checked {
  color: #9ab0f5 !important;
  border-color: #9ab0f5 !important;
}

.u-button-style.u-border-color-1-light-2 {
  border-color: #c4d1f9 !important;
  color: #c4d1f9 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-1-light-2:hover,
.u-button-style.u-border-color-1-light-2:focus {
  border-color: transparent !important;
  color: #9cb2f5 !important;
  background-color: transparent !important;
}

.u-border-hover-color-1-light-2:hover,
.u-border-hover-color-1-light-2:focus,
a.u-button-style.u-border-hover-color-1-light-2:hover,
a.u-button-style:hover>.u-border-hover-color-1-light-2,
a.u-button-style.u-border-hover-color-1-light-2:focus {
  color: #c4d1f9 !important;
  border-color: #c4d1f9 !important;
}

.u-border-active-color-1-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-1-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-1-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-1-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-1-light-2,
input.u-field-input.u-field-input.u-border-active-color-1-light-2:checked {
  color: #c4d1f9 !important;
  border-color: #c4d1f9 !important;
}

.u-button-style.u-border-color-1-light-3 {
  border-color: #f0f3fe !important;
  color: #f0f3fe !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-1-light-3:hover,
.u-button-style.u-border-color-1-light-3:focus {
  border-color: transparent !important;
  color: #c2cefb !important;
  background-color: transparent !important;
}

.u-border-hover-color-1-light-3:hover,
.u-border-hover-color-1-light-3:focus,
a.u-button-style.u-border-hover-color-1-light-3:hover,
a.u-button-style:hover>.u-border-hover-color-1-light-3,
a.u-button-style.u-border-hover-color-1-light-3:focus {
  color: #f0f3fe !important;
  border-color: #f0f3fe !important;
}

.u-border-active-color-1-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-1-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-1-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-1-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-1-light-3,
input.u-field-input.u-field-input.u-border-active-color-1-light-3:checked {
  color: #f0f3fe !important;
  border-color: #f0f3fe !important;
}

.u-button-style.u-border-color-1-base {
  border-color: #7190f0 !important;
  color: #7190f0 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-1-base:hover,
.u-button-style.u-border-color-1-base:focus {
  border-color: transparent !important;
  color: #5177ed !important;
  background-color: transparent !important;
}

.u-border-hover-color-1-base:hover,
.u-border-hover-color-1-base:focus,
a.u-button-style.u-border-hover-color-1-base:hover,
a.u-button-style:hover>.u-border-hover-color-1-base,
a.u-button-style.u-border-hover-color-1-base:focus {
  color: #7190f0 !important;
  border-color: #7190f0 !important;
}

.u-border-active-color-1-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-1-base:active,
a.u-button-style.u-button-style.u-border-active-color-1-base.active,
a.u-button-style.u-button-style.active>.u-border-active-color-1-base,
li.active>a.u-button-style.u-button-style.u-border-active-color-1-base,
input.u-field-input.u-field-input.u-border-active-color-1-base:checked {
  color: #7190f0 !important;
  border-color: #7190f0 !important;
}

.u-button-style.u-border-color-2-dark-3 {
  border-color: #332929 !important;
  color: #332929 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2-dark-3:hover,
.u-button-style.u-border-color-2-dark-3:focus {
  border-color: transparent !important;
  color: #2e2525 !important;
  background-color: transparent !important;
}

.u-border-hover-color-2-dark-3:hover,
.u-border-hover-color-2-dark-3:focus,
a.u-button-style.u-border-hover-color-2-dark-3:hover,
a.u-button-style:hover>.u-border-hover-color-2-dark-3,
a.u-button-style.u-border-hover-color-2-dark-3:focus {
  color: #332929 !important;
  border-color: #332929 !important;
}

.u-border-active-color-2-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-2-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-2-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-2-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-2-dark-3,
input.u-field-input.u-field-input.u-border-active-color-2-dark-3:checked {
  color: #332929 !important;
  border-color: #332929 !important;
}

.u-button-style.u-border-color-2-dark-2 {
  border-color: #6b4748 !important;
  color: #6b4748 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2-dark-2:hover,
.u-button-style.u-border-color-2-dark-2:focus {
  border-color: transparent !important;
  color: #604041 !important;
  background-color: transparent !important;
}

.u-border-hover-color-2-dark-2:hover,
.u-border-hover-color-2-dark-2:focus,
a.u-button-style.u-border-hover-color-2-dark-2:hover,
a.u-button-style:hover>.u-border-hover-color-2-dark-2,
a.u-button-style.u-border-hover-color-2-dark-2:focus {
  color: #6b4748 !important;
  border-color: #6b4748 !important;
}

.u-border-active-color-2-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-2-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-2-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-2-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-2-dark-2,
input.u-field-input.u-field-input.u-border-active-color-2-dark-2:checked {
  color: #6b4748 !important;
  border-color: #6b4748 !important;
}

.u-button-style.u-border-color-2-dark-1 {
  border-color: #a35559 !important;
  color: #a35559 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2-dark-1:hover,
.u-button-style.u-border-color-2-dark-1:focus {
  border-color: transparent !important;
  color: #934c50 !important;
  background-color: transparent !important;
}

.u-border-hover-color-2-dark-1:hover,
.u-border-hover-color-2-dark-1:focus,
a.u-button-style.u-border-hover-color-2-dark-1:hover,
a.u-button-style:hover>.u-border-hover-color-2-dark-1,
a.u-button-style.u-border-hover-color-2-dark-1:focus {
  color: #a35559 !important;
  border-color: #a35559 !important;
}

.u-border-active-color-2-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-2-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-2-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-2-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-2-dark-1,
input.u-field-input.u-field-input.u-border-active-color-2-dark-1:checked {
  color: #a35559 !important;
  border-color: #a35559 !important;
}

.u-button-style.u-border-color-2 {
  border-color: #db545a !important;
  color: #db545a !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2:hover,
.u-button-style.u-border-color-2:focus {
  border-color: transparent !important;
  color: #d63b42 !important;
  background-color: transparent !important;
}

.u-border-hover-color-2:hover,
.u-border-hover-color-2:focus,
a.u-button-style.u-border-hover-color-2:hover,
a.u-button-style:hover>.u-border-hover-color-2,
a.u-button-style.u-border-hover-color-2:focus {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-border-active-color-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-2:active,
a.u-button-style.u-button-style.u-border-active-color-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-2,
input.u-field-input.u-field-input.u-border-active-color-2:checked {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-button-style.u-border-color-2-light-1 {
  border-color: #e68387 !important;
  color: #e68387 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2-light-1:hover,
.u-button-style.u-border-color-2-light-1:focus {
  border-color: transparent !important;
  color: #e0656a !important;
  background-color: transparent !important;
}

.u-border-hover-color-2-light-1:hover,
.u-border-hover-color-2-light-1:focus,
a.u-button-style.u-border-hover-color-2-light-1:hover,
a.u-button-style:hover>.u-border-hover-color-2-light-1,
a.u-button-style.u-border-hover-color-2-light-1:focus {
  color: #e68387 !important;
  border-color: #e68387 !important;
}

.u-border-active-color-2-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-2-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-2-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-2-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-2-light-1,
input.u-field-input.u-field-input.u-border-active-color-2-light-1:checked {
  color: #e68387 !important;
  border-color: #e68387 !important;
}

.u-button-style.u-border-color-2-light-2 {
  border-color: #f1b5b8 !important;
  color: #f1b5b8 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2-light-2:hover,
.u-button-style.u-border-color-2-light-2:focus {
  border-color: transparent !important;
  color: #ea9296 !important;
  background-color: transparent !important;
}

.u-border-hover-color-2-light-2:hover,
.u-border-hover-color-2-light-2:focus,
a.u-button-style.u-border-hover-color-2-light-2:hover,
a.u-button-style:hover>.u-border-hover-color-2-light-2,
a.u-button-style.u-border-hover-color-2-light-2:focus {
  color: #f1b5b8 !important;
  border-color: #f1b5b8 !important;
}

.u-border-active-color-2-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-2-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-2-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-2-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-2-light-2,
input.u-field-input.u-field-input.u-border-active-color-2-light-2:checked {
  color: #f1b5b8 !important;
  border-color: #f1b5b8 !important;
}

.u-button-style.u-border-color-2-light-3 {
  border-color: #fbeced !important;
  color: #fbeced !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2-light-3:hover,
.u-button-style.u-border-color-2-light-3:focus {
  border-color: transparent !important;
  color: #f3c4c7 !important;
  background-color: transparent !important;
}

.u-border-hover-color-2-light-3:hover,
.u-border-hover-color-2-light-3:focus,
a.u-button-style.u-border-hover-color-2-light-3:hover,
a.u-button-style:hover>.u-border-hover-color-2-light-3,
a.u-button-style.u-border-hover-color-2-light-3:focus {
  color: #fbeced !important;
  border-color: #fbeced !important;
}

.u-border-active-color-2-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-2-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-2-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-2-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-2-light-3,
input.u-field-input.u-field-input.u-border-active-color-2-light-3:checked {
  color: #fbeced !important;
  border-color: #fbeced !important;
}

.u-button-style.u-border-color-2-base {
  border-color: #db545a !important;
  color: #db545a !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2-base:hover,
.u-button-style.u-border-color-2-base:focus {
  border-color: transparent !important;
  color: #d63b42 !important;
  background-color: transparent !important;
}

.u-border-hover-color-2-base:hover,
.u-border-hover-color-2-base:focus,
a.u-button-style.u-border-hover-color-2-base:hover,
a.u-button-style:hover>.u-border-hover-color-2-base,
a.u-button-style.u-border-hover-color-2-base:focus {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-border-active-color-2-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-2-base:active,
a.u-button-style.u-button-style.u-border-active-color-2-base.active,
a.u-button-style.u-button-style.active>.u-border-active-color-2-base,
li.active>a.u-button-style.u-button-style.u-border-active-color-2-base,
input.u-field-input.u-field-input.u-border-active-color-2-base:checked {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-button-style.u-border-color-3-dark-3 {
  border-color: #333129 !important;
  color: #333129 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3-dark-3:hover,
.u-button-style.u-border-color-3-dark-3:focus {
  border-color: transparent !important;
  color: #2e2c25 !important;
  background-color: transparent !important;
}

.u-border-hover-color-3-dark-3:hover,
.u-border-hover-color-3-dark-3:focus,
a.u-button-style.u-border-hover-color-3-dark-3:hover,
a.u-button-style:hover>.u-border-hover-color-3-dark-3,
a.u-button-style.u-border-hover-color-3-dark-3:focus {
  color: #333129 !important;
  border-color: #333129 !important;
}

.u-border-active-color-3-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-3-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-3-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-3-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-3-dark-3,
input.u-field-input.u-field-input.u-border-active-color-3-dark-3:checked {
  color: #333129 !important;
  border-color: #333129 !important;
}

.u-button-style.u-border-color-3-dark-2 {
  border-color: #72683f !important;
  color: #72683f !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3-dark-2:hover,
.u-button-style.u-border-color-3-dark-2:focus {
  border-color: transparent !important;
  color: #675e39 !important;
  background-color: transparent !important;
}

.u-border-hover-color-3-dark-2:hover,
.u-border-hover-color-3-dark-2:focus,
a.u-button-style.u-border-hover-color-3-dark-2:hover,
a.u-button-style:hover>.u-border-hover-color-3-dark-2,
a.u-button-style.u-border-hover-color-3-dark-2:focus {
  color: #72683f !important;
  border-color: #72683f !important;
}

.u-border-active-color-3-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-3-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-3-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-3-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-3-dark-2,
input.u-field-input.u-field-input.u-border-active-color-3-dark-2:checked {
  color: #72683f !important;
  border-color: #72683f !important;
}

.u-button-style.u-border-color-3-dark-1 {
  border-color: #b29a36 !important;
  color: #b29a36 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3-dark-1:hover,
.u-button-style.u-border-color-3-dark-1:focus {
  border-color: transparent !important;
  color: #a08b31 !important;
  background-color: transparent !important;
}

.u-border-hover-color-3-dark-1:hover,
.u-border-hover-color-3-dark-1:focus,
a.u-button-style.u-border-hover-color-3-dark-1:hover,
a.u-button-style:hover>.u-border-hover-color-3-dark-1,
a.u-button-style.u-border-hover-color-3-dark-1:focus {
  color: #b29a36 !important;
  border-color: #b29a36 !important;
}

.u-border-active-color-3-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-3-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-3-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-3-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-3-dark-1,
input.u-field-input.u-field-input.u-border-active-color-3-dark-1:checked {
  color: #b29a36 !important;
  border-color: #b29a36 !important;
}

.u-button-style.u-border-color-3 {
  border-color: #f1c50e !important;
  color: #f1c50e !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3:hover,
.u-button-style.u-border-color-3:focus {
  border-color: transparent !important;
  color: #d9b10d !important;
  background-color: transparent !important;
}

.u-border-hover-color-3:hover,
.u-border-hover-color-3:focus,
a.u-button-style.u-border-hover-color-3:hover,
a.u-button-style:hover>.u-border-hover-color-3,
a.u-button-style.u-border-hover-color-3:focus {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-border-active-color-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-3:active,
a.u-button-style.u-button-style.u-border-active-color-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-3,
input.u-field-input.u-field-input.u-border-active-color-3:checked {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-button-style.u-border-color-3-light-1 {
  border-color: #f5d654 !important;
  color: #f5d654 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3-light-1:hover,
.u-button-style.u-border-color-3-light-1:focus {
  border-color: transparent !important;
  color: #f3cf35 !important;
  background-color: transparent !important;
}

.u-border-hover-color-3-light-1:hover,
.u-border-hover-color-3-light-1:focus,
a.u-button-style.u-border-hover-color-3-light-1:hover,
a.u-button-style:hover>.u-border-hover-color-3-light-1,
a.u-button-style.u-border-hover-color-3-light-1:focus {
  color: #f5d654 !important;
  border-color: #f5d654 !important;
}

.u-border-active-color-3-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-3-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-3-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-3-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-3-light-1,
input.u-field-input.u-field-input.u-border-active-color-3-light-1:checked {
  color: #f5d654 !important;
  border-color: #f5d654 !important;
}

.u-button-style.u-border-color-3-light-2 {
  border-color: #f9e79b !important;
  color: #f9e79b !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3-light-2:hover,
.u-button-style.u-border-color-3-light-2:focus {
  border-color: transparent !important;
  color: #f7de75 !important;
  background-color: transparent !important;
}

.u-border-hover-color-3-light-2:hover,
.u-border-hover-color-3-light-2:focus,
a.u-button-style.u-border-hover-color-3-light-2:hover,
a.u-button-style:hover>.u-border-hover-color-3-light-2,
a.u-button-style.u-border-hover-color-3-light-2:focus {
  color: #f9e79b !important;
  border-color: #f9e79b !important;
}

.u-border-active-color-3-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-3-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-3-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-3-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-3-light-2,
input.u-field-input.u-field-input.u-border-active-color-3-light-2:checked {
  color: #f9e79b !important;
  border-color: #f9e79b !important;
}

.u-button-style.u-border-color-3-light-3 {
  border-color: #fef9e6 !important;
  color: #fef9e6 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3-light-3:hover,
.u-button-style.u-border-color-3-light-3:focus {
  border-color: transparent !important;
  color: #fceeb7 !important;
  background-color: transparent !important;
}

.u-border-hover-color-3-light-3:hover,
.u-border-hover-color-3-light-3:focus,
a.u-button-style.u-border-hover-color-3-light-3:hover,
a.u-button-style:hover>.u-border-hover-color-3-light-3,
a.u-button-style.u-border-hover-color-3-light-3:focus {
  color: #fef9e6 !important;
  border-color: #fef9e6 !important;
}

.u-border-active-color-3-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-3-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-3-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-3-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-3-light-3,
input.u-field-input.u-field-input.u-border-active-color-3-light-3:checked {
  color: #fef9e6 !important;
  border-color: #fef9e6 !important;
}

.u-button-style.u-border-color-3-base {
  border-color: #f1c50e !important;
  color: #f1c50e !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3-base:hover,
.u-button-style.u-border-color-3-base:focus {
  border-color: transparent !important;
  color: #d9b10d !important;
  background-color: transparent !important;
}

.u-border-hover-color-3-base:hover,
.u-border-hover-color-3-base:focus,
a.u-button-style.u-border-hover-color-3-base:hover,
a.u-button-style:hover>.u-border-hover-color-3-base,
a.u-button-style.u-border-hover-color-3-base:focus {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-border-active-color-3-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-3-base:active,
a.u-button-style.u-button-style.u-border-active-color-3-base.active,
a.u-button-style.u-button-style.active>.u-border-active-color-3-base,
li.active>a.u-button-style.u-button-style.u-border-active-color-3-base,
input.u-field-input.u-field-input.u-border-active-color-3-base:checked {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-button-style.u-border-color-4-dark-3 {
  border-color: #293332 !important;
  color: #293332 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-4-dark-3:hover,
.u-button-style.u-border-color-4-dark-3:focus {
  border-color: transparent !important;
  color: #252e2d !important;
  background-color: transparent !important;
}

.u-border-hover-color-4-dark-3:hover,
.u-border-hover-color-4-dark-3:focus,
a.u-button-style.u-border-hover-color-4-dark-3:hover,
a.u-button-style:hover>.u-border-hover-color-4-dark-3,
a.u-button-style.u-border-hover-color-4-dark-3:focus {
  color: #293332 !important;
  border-color: #293332 !important;
}

.u-border-active-color-4-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-4-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-4-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-4-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-4-dark-3,
input.u-field-input.u-field-input.u-border-active-color-4-dark-3:checked {
  color: #293332 !important;
  border-color: #293332 !important;
}

.u-button-style.u-border-color-4-dark-2 {
  border-color: #41807c !important;
  color: #41807c !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-4-dark-2:hover,
.u-button-style.u-border-color-4-dark-2:focus {
  border-color: transparent !important;
  color: #3a7370 !important;
  background-color: transparent !important;
}

.u-border-hover-color-4-dark-2:hover,
.u-border-hover-color-4-dark-2:focus,
a.u-button-style.u-border-hover-color-4-dark-2:hover,
a.u-button-style:hover>.u-border-hover-color-4-dark-2,
a.u-button-style.u-border-hover-color-4-dark-2:focus {
  color: #41807c !important;
  border-color: #41807c !important;
}

.u-border-active-color-4-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-4-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-4-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-4-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-4-dark-2,
input.u-field-input.u-field-input.u-border-active-color-4-dark-2:checked {
  color: #41807c !important;
  border-color: #41807c !important;
}

.u-button-style.u-border-color-4-dark-1 {
  border-color: #2cccc4 !important;
  color: #2cccc4 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-4-dark-1:hover,
.u-button-style.u-border-color-4-dark-1:focus {
  border-color: transparent !important;
  color: #28b8b0 !important;
  background-color: transparent !important;
}

.u-border-hover-color-4-dark-1:hover,
.u-border-hover-color-4-dark-1:focus,
a.u-button-style.u-border-hover-color-4-dark-1:hover,
a.u-button-style:hover>.u-border-hover-color-4-dark-1,
a.u-button-style.u-border-hover-color-4-dark-1:focus {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

.u-border-active-color-4-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-4-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-4-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-4-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-4-dark-1,
input.u-field-input.u-field-input.u-border-active-color-4-dark-1:checked {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

.u-button-style.u-border-color-4 {
  border-color: #3be8e0 !important;
  color: #3be8e0 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-4:hover,
.u-button-style.u-border-color-4:focus {
  border-color: transparent !important;
  color: #21e5dc !important;
  background-color: transparent !important;
}

.u-border-hover-color-4:hover,
.u-border-hover-color-4:focus,
a.u-button-style.u-border-hover-color-4:hover,
a.u-button-style:hover>.u-border-hover-color-4,
a.u-button-style.u-border-hover-color-4:focus {
  color: #3be8e0 !important;
  border-color: #3be8e0 !important;
}

.u-border-active-color-4.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-4:active,
a.u-button-style.u-button-style.u-border-active-color-4.active,
a.u-button-style.u-button-style.active>.u-border-active-color-4,
li.active>a.u-button-style.u-button-style.u-border-active-color-4,
input.u-field-input.u-field-input.u-border-active-color-4:checked {
  color: #3be8e0 !important;
  border-color: #3be8e0 !important;
}

.u-button-style.u-border-color-4-light-1 {
  border-color: #72efe9 !important;
  color: #72efe9 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-4-light-1:hover,
.u-button-style.u-border-color-4-light-1:focus {
  border-color: transparent !important;
  color: #52ebe4 !important;
  background-color: transparent !important;
}

.u-border-hover-color-4-light-1:hover,
.u-border-hover-color-4-light-1:focus,
a.u-button-style.u-border-hover-color-4-light-1:hover,
a.u-button-style:hover>.u-border-hover-color-4-light-1,
a.u-button-style.u-border-hover-color-4-light-1:focus {
  color: #72efe9 !important;
  border-color: #72efe9 !important;
}

.u-border-active-color-4-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-4-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-4-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-4-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-4-light-1,
input.u-field-input.u-field-input.u-border-active-color-4-light-1:checked {
  color: #72efe9 !important;
  border-color: #72efe9 !important;
}

.u-button-style.u-border-color-4-light-2 {
  border-color: #adf6f2 !important;
  color: #adf6f2 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-4-light-2:hover,
.u-button-style.u-border-color-4-light-2:focus {
  border-color: transparent !important;
  color: #87f2ec !important;
  background-color: transparent !important;
}

.u-border-hover-color-4-light-2:hover,
.u-border-hover-color-4-light-2:focus,
a.u-button-style.u-border-hover-color-4-light-2:hover,
a.u-button-style:hover>.u-border-hover-color-4-light-2,
a.u-button-style.u-border-hover-color-4-light-2:focus {
  color: #adf6f2 !important;
  border-color: #adf6f2 !important;
}

.u-border-active-color-4-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-4-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-4-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-4-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-4-light-2,
input.u-field-input.u-field-input.u-border-active-color-4-light-2:checked {
  color: #adf6f2 !important;
  border-color: #adf6f2 !important;
}

.u-button-style.u-border-color-4-light-3 {
  border-color: #eafdfc !important;
  color: #eafdfc !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-4-light-3:hover,
.u-button-style.u-border-color-4-light-3:focus {
  border-color: transparent !important;
  color: #bef9f6 !important;
  background-color: transparent !important;
}

.u-border-hover-color-4-light-3:hover,
.u-border-hover-color-4-light-3:focus,
a.u-button-style.u-border-hover-color-4-light-3:hover,
a.u-button-style:hover>.u-border-hover-color-4-light-3,
a.u-button-style.u-border-hover-color-4-light-3:focus {
  color: #eafdfc !important;
  border-color: #eafdfc !important;
}

.u-border-active-color-4-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-4-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-4-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-4-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-4-light-3,
input.u-field-input.u-field-input.u-border-active-color-4-light-3:checked {
  color: #eafdfc !important;
  border-color: #eafdfc !important;
}

.u-button-style.u-border-color-4-base {
  border-color: #2cccc4 !important;
  color: #2cccc4 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-4-base:hover,
.u-button-style.u-border-color-4-base:focus {
  border-color: transparent !important;
  color: #28b8b0 !important;
  background-color: transparent !important;
}

.u-border-hover-color-4-base:hover,
.u-border-hover-color-4-base:focus,
a.u-button-style.u-border-hover-color-4-base:hover,
a.u-button-style:hover>.u-border-hover-color-4-base,
a.u-button-style.u-border-hover-color-4-base:focus {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

.u-border-active-color-4-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-4-base:active,
a.u-button-style.u-button-style.u-border-active-color-4-base.active,
a.u-button-style.u-button-style.active>.u-border-active-color-4-base,
li.active>a.u-button-style.u-button-style.u-border-active-color-4-base,
input.u-field-input.u-field-input.u-border-active-color-4-base:checked {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

.u-button-style.u-border-color-5-dark-3 {
  border-color: #292d33 !important;
  color: #292d33 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-5-dark-3:hover,
.u-button-style.u-border-color-5-dark-3:focus {
  border-color: transparent !important;
  color: #25292e !important;
  background-color: transparent !important;
}

.u-border-hover-color-5-dark-3:hover,
.u-border-hover-color-5-dark-3:focus,
a.u-button-style.u-border-hover-color-5-dark-3:hover,
a.u-button-style:hover>.u-border-hover-color-5-dark-3,
a.u-button-style.u-border-hover-color-5-dark-3:focus {
  color: #292d33 !important;
  border-color: #292d33 !important;
}

.u-border-active-color-5-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-5-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-5-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-5-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-5-dark-3,
input.u-field-input.u-field-input.u-border-active-color-5-dark-3:checked {
  color: #292d33 !important;
  border-color: #292d33 !important;
}

.u-button-style.u-border-color-5-dark-2 {
  border-color: #555c66 !important;
  color: #555c66 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-5-dark-2:hover,
.u-button-style.u-border-color-5-dark-2:focus {
  border-color: transparent !important;
  color: #4d535c !important;
  background-color: transparent !important;
}

.u-border-hover-color-5-dark-2:hover,
.u-border-hover-color-5-dark-2:focus,
a.u-button-style.u-border-hover-color-5-dark-2:hover,
a.u-button-style:hover>.u-border-hover-color-5-dark-2,
a.u-button-style.u-border-hover-color-5-dark-2:focus {
  color: #555c66 !important;
  border-color: #555c66 !important;
}

.u-border-active-color-5-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-5-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-5-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-5-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-5-dark-2,
input.u-field-input.u-field-input.u-border-active-color-5-dark-2:checked {
  color: #555c66 !important;
  border-color: #555c66 !important;
}

.u-button-style.u-border-color-5-dark-1 {
  border-color: #858e99 !important;
  color: #858e99 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-5-dark-1:hover,
.u-button-style.u-border-color-5-dark-1:focus {
  border-color: transparent !important;
  color: #75808c !important;
  background-color: transparent !important;
}

.u-border-hover-color-5-dark-1:hover,
.u-border-hover-color-5-dark-1:focus,
a.u-button-style.u-border-hover-color-5-dark-1:hover,
a.u-button-style:hover>.u-border-hover-color-5-dark-1,
a.u-button-style.u-border-hover-color-5-dark-1:focus {
  color: #858e99 !important;
  border-color: #858e99 !important;
}

.u-border-active-color-5-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-5-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-5-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-5-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-5-dark-1,
input.u-field-input.u-field-input.u-border-active-color-5-dark-1:checked {
  color: #858e99 !important;
  border-color: #858e99 !important;
}

.u-button-style.u-border-color-5 {
  border-color: #b9c1cc !important;
  color: #b9c1cc !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-5:hover,
.u-button-style.u-border-color-5:focus {
  border-color: transparent !important;
  color: #a2adbc !important;
  background-color: transparent !important;
}

.u-border-hover-color-5:hover,
.u-border-hover-color-5:focus,
a.u-button-style.u-border-hover-color-5:hover,
a.u-button-style:hover>.u-border-hover-color-5,
a.u-button-style.u-border-hover-color-5:focus {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

.u-border-active-color-5.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-5:active,
a.u-button-style.u-button-style.u-border-active-color-5.active,
a.u-button-style.u-button-style.active>.u-border-active-color-5,
li.active>a.u-button-style.u-button-style.u-border-active-color-5,
input.u-field-input.u-field-input.u-border-active-color-5:checked {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

.u-button-style.u-border-color-5-light-1 {
  border-color: #ccd3db !important;
  color: #ccd3db !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-5-light-1:hover,
.u-button-style.u-border-color-5-light-1:focus {
  border-color: transparent !important;
  color: #b3bec9 !important;
  background-color: transparent !important;
}

.u-border-hover-color-5-light-1:hover,
.u-border-hover-color-5-light-1:focus,
a.u-button-style.u-border-hover-color-5-light-1:hover,
a.u-button-style:hover>.u-border-hover-color-5-light-1,
a.u-button-style.u-border-hover-color-5-light-1:focus {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}

.u-border-active-color-5-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-5-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-5-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-5-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-5-light-1,
input.u-field-input.u-field-input.u-border-active-color-5-light-1:checked {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}

.u-button-style.u-border-color-5-light-2 {
  border-color: #e0e5eb !important;
  color: #e0e5eb !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-5-light-2:hover,
.u-button-style.u-border-color-5-light-2:focus {
  border-color: transparent !important;
  color: #c4ced9 !important;
  background-color: transparent !important;
}

.u-border-hover-color-5-light-2:hover,
.u-border-hover-color-5-light-2:focus,
a.u-button-style.u-border-hover-color-5-light-2:hover,
a.u-button-style:hover>.u-border-hover-color-5-light-2,
a.u-button-style.u-border-hover-color-5-light-2:focus {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}

.u-border-active-color-5-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-5-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-5-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-5-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-5-light-2,
input.u-field-input.u-field-input.u-border-active-color-5-light-2:checked {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}

.u-button-style.u-border-color-5-light-3 {
  border-color: #f5f7fa !important;
  color: #f5f7fa !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-5-light-3:hover,
.u-button-style.u-border-color-5-light-3:focus {
  border-color: transparent !important;
  color: #d4dde9 !important;
  background-color: transparent !important;
}

.u-border-hover-color-5-light-3:hover,
.u-border-hover-color-5-light-3:focus,
a.u-button-style.u-border-hover-color-5-light-3:hover,
a.u-button-style:hover>.u-border-hover-color-5-light-3,
a.u-button-style.u-border-hover-color-5-light-3:focus {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}

.u-border-active-color-5-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-5-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-5-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-5-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-5-light-3,
input.u-field-input.u-field-input.u-border-active-color-5-light-3:checked {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}

.u-button-style.u-border-color-5-base {
  border-color: #b9c1cc !important;
  color: #b9c1cc !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-5-base:hover,
.u-button-style.u-border-color-5-base:focus {
  border-color: transparent !important;
  color: #a2adbc !important;
  background-color: transparent !important;
}

.u-border-hover-color-5-base:hover,
.u-border-hover-color-5-base:focus,
a.u-button-style.u-border-hover-color-5-base:hover,
a.u-button-style:hover>.u-border-hover-color-5-base,
a.u-button-style.u-border-hover-color-5-base:focus {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

.u-border-active-color-5-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-5-base:active,
a.u-button-style.u-button-style.u-border-active-color-5-base.active,
a.u-button-style.u-button-style.active>.u-border-active-color-5-base,
li.active>a.u-button-style.u-button-style.u-border-active-color-5-base,
input.u-field-input.u-field-input.u-border-active-color-5-base:checked {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

.u-button-style.u-border-palette-1-dark-3 {
  border-color: #292b33 !important;
  color: #292b33 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-1-dark-3:hover,
.u-button-style.u-border-palette-1-dark-3:focus {
  border-color: transparent !important;
  color: #25272e !important;
  background-color: transparent !important;
}

.u-border-hover-palette-1-dark-3:hover,
.u-border-hover-palette-1-dark-3:focus,
a.u-button-style.u-border-hover-palette-1-dark-3:hover,
a.u-button-style:hover>.u-border-hover-palette-1-dark-3,
a.u-button-style.u-border-hover-palette-1-dark-3:focus {
  color: #292b33 !important;
  border-color: #292b33 !important;
}

.u-border-active-palette-1-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1-dark-3,
input.u-field-input.u-field-input.u-border-active-palette-1-dark-3:checked {
  color: #292b33 !important;
  border-color: #292b33 !important;
}

.u-button-style.u-border-palette-1-dark-2 {
  border-color: #4f5772 !important;
  color: #4f5772 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-1-dark-2:hover,
.u-button-style.u-border-palette-1-dark-2:focus {
  border-color: transparent !important;
  color: #474e67 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-1-dark-2:hover,
.u-border-hover-palette-1-dark-2:focus,
a.u-button-style.u-border-hover-palette-1-dark-2:hover,
a.u-button-style:hover>.u-border-hover-palette-1-dark-2,
a.u-button-style.u-border-hover-palette-1-dark-2:focus {
  color: #4f5772 !important;
  border-color: #4f5772 !important;
}

.u-border-active-palette-1-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1-dark-2,
input.u-field-input.u-field-input.u-border-active-palette-1-dark-2:checked {
  color: #4f5772 !important;
  border-color: #4f5772 !important;
}

.u-button-style.u-border-palette-1-dark-1 {
  border-color: #6779b1 !important;
  color: #6779b1 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-1-dark-1:hover,
.u-button-style.u-border-palette-1-dark-1:focus {
  border-color: transparent !important;
  color: #5569a7 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-1-dark-1:hover,
.u-border-hover-palette-1-dark-1:focus,
a.u-button-style.u-border-hover-palette-1-dark-1:hover,
a.u-button-style:hover>.u-border-hover-palette-1-dark-1,
a.u-button-style.u-border-hover-palette-1-dark-1:focus {
  color: #6779b1 !important;
  border-color: #6779b1 !important;
}

.u-border-active-palette-1-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1-dark-1,
input.u-field-input.u-field-input.u-border-active-palette-1-dark-1:checked {
  color: #6779b1 !important;
  border-color: #6779b1 !important;
}

.u-button-style.u-border-palette-1 {
  border-color: #7190f0 !important;
  color: #7190f0 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-1:hover,
.u-button-style.u-border-palette-1:focus {
  border-color: transparent !important;
  color: #5177ed !important;
  background-color: transparent !important;
}

.u-border-hover-palette-1:hover,
.u-border-hover-palette-1:focus,
a.u-button-style.u-border-hover-palette-1:hover,
a.u-button-style:hover>.u-border-hover-palette-1,
a.u-button-style.u-border-hover-palette-1:focus {
  color: #7190f0 !important;
  border-color: #7190f0 !important;
}

.u-border-active-palette-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-1:active,
a.u-button-style.u-button-style.u-border-active-palette-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1,
input.u-field-input.u-field-input.u-border-active-palette-1:checked {
  color: #7190f0 !important;
  border-color: #7190f0 !important;
}

.u-button-style.u-border-palette-1-light-1 {
  border-color: #9ab0f5 !important;
  color: #9ab0f5 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-1-light-1:hover,
.u-button-style.u-border-palette-1-light-1:focus {
  border-color: transparent !important;
  color: #7694f1 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-1-light-1:hover,
.u-border-hover-palette-1-light-1:focus,
a.u-button-style.u-border-hover-palette-1-light-1:hover,
a.u-button-style:hover>.u-border-hover-palette-1-light-1,
a.u-button-style.u-border-hover-palette-1-light-1:focus {
  color: #9ab0f5 !important;
  border-color: #9ab0f5 !important;
}

.u-border-active-palette-1-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-1-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-1-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1-light-1,
input.u-field-input.u-field-input.u-border-active-palette-1-light-1:checked {
  color: #9ab0f5 !important;
  border-color: #9ab0f5 !important;
}

.u-button-style.u-border-palette-1-light-2 {
  border-color: #c4d1f9 !important;
  color: #c4d1f9 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-1-light-2:hover,
.u-button-style.u-border-palette-1-light-2:focus {
  border-color: transparent !important;
  color: #9cb2f5 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-1-light-2:hover,
.u-border-hover-palette-1-light-2:focus,
a.u-button-style.u-border-hover-palette-1-light-2:hover,
a.u-button-style:hover>.u-border-hover-palette-1-light-2,
a.u-button-style.u-border-hover-palette-1-light-2:focus {
  color: #c4d1f9 !important;
  border-color: #c4d1f9 !important;
}

.u-border-active-palette-1-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-1-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-1-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1-light-2,
input.u-field-input.u-field-input.u-border-active-palette-1-light-2:checked {
  color: #c4d1f9 !important;
  border-color: #c4d1f9 !important;
}

.u-button-style.u-border-palette-1-light-3 {
  border-color: #f0f3fe !important;
  color: #f0f3fe !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-1-light-3:hover,
.u-button-style.u-border-palette-1-light-3:focus {
  border-color: transparent !important;
  color: #c2cefb !important;
  background-color: transparent !important;
}

.u-border-hover-palette-1-light-3:hover,
.u-border-hover-palette-1-light-3:focus,
a.u-button-style.u-border-hover-palette-1-light-3:hover,
a.u-button-style:hover>.u-border-hover-palette-1-light-3,
a.u-button-style.u-border-hover-palette-1-light-3:focus {
  color: #f0f3fe !important;
  border-color: #f0f3fe !important;
}

.u-border-active-palette-1-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-1-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-1-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1-light-3,
input.u-field-input.u-field-input.u-border-active-palette-1-light-3:checked {
  color: #f0f3fe !important;
  border-color: #f0f3fe !important;
}

.u-button-style.u-border-palette-1-base {
  border-color: #7190f0 !important;
  color: #7190f0 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-1-base:hover,
.u-button-style.u-border-palette-1-base:focus {
  border-color: transparent !important;
  color: #5177ed !important;
  background-color: transparent !important;
}

.u-border-hover-palette-1-base:hover,
.u-border-hover-palette-1-base:focus,
a.u-button-style.u-border-hover-palette-1-base:hover,
a.u-button-style:hover>.u-border-hover-palette-1-base,
a.u-button-style.u-border-hover-palette-1-base:focus {
  color: #7190f0 !important;
  border-color: #7190f0 !important;
}

.u-border-active-palette-1-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-1-base:active,
a.u-button-style.u-button-style.u-border-active-palette-1-base.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1-base,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1-base,
input.u-field-input.u-field-input.u-border-active-palette-1-base:checked {
  color: #7190f0 !important;
  border-color: #7190f0 !important;
}

.u-button-style.u-border-palette-2-dark-3 {
  border-color: #332929 !important;
  color: #332929 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-2-dark-3:hover,
.u-button-style.u-border-palette-2-dark-3:focus {
  border-color: transparent !important;
  color: #2e2525 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-2-dark-3:hover,
.u-border-hover-palette-2-dark-3:focus,
a.u-button-style.u-border-hover-palette-2-dark-3:hover,
a.u-button-style:hover>.u-border-hover-palette-2-dark-3,
a.u-button-style.u-border-hover-palette-2-dark-3:focus {
  color: #332929 !important;
  border-color: #332929 !important;
}

.u-border-active-palette-2-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2-dark-3,
input.u-field-input.u-field-input.u-border-active-palette-2-dark-3:checked {
  color: #332929 !important;
  border-color: #332929 !important;
}

.u-button-style.u-border-palette-2-dark-2 {
  border-color: #6b4748 !important;
  color: #6b4748 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-2-dark-2:hover,
.u-button-style.u-border-palette-2-dark-2:focus {
  border-color: transparent !important;
  color: #604041 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-2-dark-2:hover,
.u-border-hover-palette-2-dark-2:focus,
a.u-button-style.u-border-hover-palette-2-dark-2:hover,
a.u-button-style:hover>.u-border-hover-palette-2-dark-2,
a.u-button-style.u-border-hover-palette-2-dark-2:focus {
  color: #6b4748 !important;
  border-color: #6b4748 !important;
}

.u-border-active-palette-2-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2-dark-2,
input.u-field-input.u-field-input.u-border-active-palette-2-dark-2:checked {
  color: #6b4748 !important;
  border-color: #6b4748 !important;
}

.u-button-style.u-border-palette-2-dark-1 {
  border-color: #a35559 !important;
  color: #a35559 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-2-dark-1:hover,
.u-button-style.u-border-palette-2-dark-1:focus {
  border-color: transparent !important;
  color: #934c50 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-2-dark-1:hover,
.u-border-hover-palette-2-dark-1:focus,
a.u-button-style.u-border-hover-palette-2-dark-1:hover,
a.u-button-style:hover>.u-border-hover-palette-2-dark-1,
a.u-button-style.u-border-hover-palette-2-dark-1:focus {
  color: #a35559 !important;
  border-color: #a35559 !important;
}

.u-border-active-palette-2-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2-dark-1,
input.u-field-input.u-field-input.u-border-active-palette-2-dark-1:checked {
  color: #a35559 !important;
  border-color: #a35559 !important;
}

.u-button-style.u-border-palette-2 {
  border-color: #db545a !important;
  color: #db545a !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-2:hover,
.u-button-style.u-border-palette-2:focus {
  border-color: transparent !important;
  color: #d63b42 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-2:hover,
.u-border-hover-palette-2:focus,
a.u-button-style.u-border-hover-palette-2:hover,
a.u-button-style:hover>.u-border-hover-palette-2,
a.u-button-style.u-border-hover-palette-2:focus {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-border-active-palette-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-2:active,
a.u-button-style.u-button-style.u-border-active-palette-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2,
input.u-field-input.u-field-input.u-border-active-palette-2:checked {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-button-style.u-border-palette-2-light-1 {
  border-color: #e68387 !important;
  color: #e68387 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-2-light-1:hover,
.u-button-style.u-border-palette-2-light-1:focus {
  border-color: transparent !important;
  color: #e0656a !important;
  background-color: transparent !important;
}

.u-border-hover-palette-2-light-1:hover,
.u-border-hover-palette-2-light-1:focus,
a.u-button-style.u-border-hover-palette-2-light-1:hover,
a.u-button-style:hover>.u-border-hover-palette-2-light-1,
a.u-button-style.u-border-hover-palette-2-light-1:focus {
  color: #e68387 !important;
  border-color: #e68387 !important;
}

.u-border-active-palette-2-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-2-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-2-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2-light-1,
input.u-field-input.u-field-input.u-border-active-palette-2-light-1:checked {
  color: #e68387 !important;
  border-color: #e68387 !important;
}

.u-button-style.u-border-palette-2-light-2 {
  border-color: #f1b5b8 !important;
  color: #f1b5b8 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-2-light-2:hover,
.u-button-style.u-border-palette-2-light-2:focus {
  border-color: transparent !important;
  color: #ea9296 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-2-light-2:hover,
.u-border-hover-palette-2-light-2:focus,
a.u-button-style.u-border-hover-palette-2-light-2:hover,
a.u-button-style:hover>.u-border-hover-palette-2-light-2,
a.u-button-style.u-border-hover-palette-2-light-2:focus {
  color: #f1b5b8 !important;
  border-color: #f1b5b8 !important;
}

.u-border-active-palette-2-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-2-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-2-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2-light-2,
input.u-field-input.u-field-input.u-border-active-palette-2-light-2:checked {
  color: #f1b5b8 !important;
  border-color: #f1b5b8 !important;
}

.u-button-style.u-border-palette-2-light-3 {
  border-color: #fbeced !important;
  color: #fbeced !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-2-light-3:hover,
.u-button-style.u-border-palette-2-light-3:focus {
  border-color: transparent !important;
  color: #f3c4c7 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-2-light-3:hover,
.u-border-hover-palette-2-light-3:focus,
a.u-button-style.u-border-hover-palette-2-light-3:hover,
a.u-button-style:hover>.u-border-hover-palette-2-light-3,
a.u-button-style.u-border-hover-palette-2-light-3:focus {
  color: #fbeced !important;
  border-color: #fbeced !important;
}

.u-border-active-palette-2-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-2-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-2-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2-light-3,
input.u-field-input.u-field-input.u-border-active-palette-2-light-3:checked {
  color: #fbeced !important;
  border-color: #fbeced !important;
}

.u-button-style.u-border-palette-2-base {
  border-color: #db545a !important;
  color: #db545a !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-2-base:hover,
.u-button-style.u-border-palette-2-base:focus {
  border-color: transparent !important;
  color: #d63b42 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-2-base:hover,
.u-border-hover-palette-2-base:focus,
a.u-button-style.u-border-hover-palette-2-base:hover,
a.u-button-style:hover>.u-border-hover-palette-2-base,
a.u-button-style.u-border-hover-palette-2-base:focus {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-border-active-palette-2-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-2-base:active,
a.u-button-style.u-button-style.u-border-active-palette-2-base.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2-base,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2-base,
input.u-field-input.u-field-input.u-border-active-palette-2-base:checked {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-button-style.u-border-palette-3-dark-3 {
  border-color: #333129 !important;
  color: #333129 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-3-dark-3:hover,
.u-button-style.u-border-palette-3-dark-3:focus {
  border-color: transparent !important;
  color: #2e2c25 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-3-dark-3:hover,
.u-border-hover-palette-3-dark-3:focus,
a.u-button-style.u-border-hover-palette-3-dark-3:hover,
a.u-button-style:hover>.u-border-hover-palette-3-dark-3,
a.u-button-style.u-border-hover-palette-3-dark-3:focus {
  color: #333129 !important;
  border-color: #333129 !important;
}

.u-border-active-palette-3-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3-dark-3,
input.u-field-input.u-field-input.u-border-active-palette-3-dark-3:checked {
  color: #333129 !important;
  border-color: #333129 !important;
}

.u-button-style.u-border-palette-3-dark-2 {
  border-color: #72683f !important;
  color: #72683f !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-3-dark-2:hover,
.u-button-style.u-border-palette-3-dark-2:focus {
  border-color: transparent !important;
  color: #675e39 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-3-dark-2:hover,
.u-border-hover-palette-3-dark-2:focus,
a.u-button-style.u-border-hover-palette-3-dark-2:hover,
a.u-button-style:hover>.u-border-hover-palette-3-dark-2,
a.u-button-style.u-border-hover-palette-3-dark-2:focus {
  color: #72683f !important;
  border-color: #72683f !important;
}

.u-border-active-palette-3-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3-dark-2,
input.u-field-input.u-field-input.u-border-active-palette-3-dark-2:checked {
  color: #72683f !important;
  border-color: #72683f !important;
}

.u-button-style.u-border-palette-3-dark-1 {
  border-color: #b29a36 !important;
  color: #b29a36 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-3-dark-1:hover,
.u-button-style.u-border-palette-3-dark-1:focus {
  border-color: transparent !important;
  color: #a08b31 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-3-dark-1:hover,
.u-border-hover-palette-3-dark-1:focus,
a.u-button-style.u-border-hover-palette-3-dark-1:hover,
a.u-button-style:hover>.u-border-hover-palette-3-dark-1,
a.u-button-style.u-border-hover-palette-3-dark-1:focus {
  color: #b29a36 !important;
  border-color: #b29a36 !important;
}

.u-border-active-palette-3-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3-dark-1,
input.u-field-input.u-field-input.u-border-active-palette-3-dark-1:checked {
  color: #b29a36 !important;
  border-color: #b29a36 !important;
}

.u-button-style.u-border-palette-3 {
  border-color: #f1c50e !important;
  color: #f1c50e !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-3:hover,
.u-button-style.u-border-palette-3:focus {
  border-color: transparent !important;
  color: #d9b10d !important;
  background-color: transparent !important;
}

.u-border-hover-palette-3:hover,
.u-border-hover-palette-3:focus,
a.u-button-style.u-border-hover-palette-3:hover,
a.u-button-style:hover>.u-border-hover-palette-3,
a.u-button-style.u-border-hover-palette-3:focus {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-border-active-palette-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-3:active,
a.u-button-style.u-button-style.u-border-active-palette-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3,
input.u-field-input.u-field-input.u-border-active-palette-3:checked {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-button-style.u-border-palette-3-light-1 {
  border-color: #f5d654 !important;
  color: #f5d654 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-3-light-1:hover,
.u-button-style.u-border-palette-3-light-1:focus {
  border-color: transparent !important;
  color: #f3cf35 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-3-light-1:hover,
.u-border-hover-palette-3-light-1:focus,
a.u-button-style.u-border-hover-palette-3-light-1:hover,
a.u-button-style:hover>.u-border-hover-palette-3-light-1,
a.u-button-style.u-border-hover-palette-3-light-1:focus {
  color: #f5d654 !important;
  border-color: #f5d654 !important;
}

.u-border-active-palette-3-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-3-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-3-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3-light-1,
input.u-field-input.u-field-input.u-border-active-palette-3-light-1:checked {
  color: #f5d654 !important;
  border-color: #f5d654 !important;
}

.u-button-style.u-border-palette-3-light-2 {
  border-color: #f9e79b !important;
  color: #f9e79b !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-3-light-2:hover,
.u-button-style.u-border-palette-3-light-2:focus {
  border-color: transparent !important;
  color: #f7de75 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-3-light-2:hover,
.u-border-hover-palette-3-light-2:focus,
a.u-button-style.u-border-hover-palette-3-light-2:hover,
a.u-button-style:hover>.u-border-hover-palette-3-light-2,
a.u-button-style.u-border-hover-palette-3-light-2:focus {
  color: #f9e79b !important;
  border-color: #f9e79b !important;
}

.u-border-active-palette-3-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-3-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-3-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3-light-2,
input.u-field-input.u-field-input.u-border-active-palette-3-light-2:checked {
  color: #f9e79b !important;
  border-color: #f9e79b !important;
}

.u-button-style.u-border-palette-3-light-3 {
  border-color: #fef9e6 !important;
  color: #fef9e6 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-3-light-3:hover,
.u-button-style.u-border-palette-3-light-3:focus {
  border-color: transparent !important;
  color: #fceeb7 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-3-light-3:hover,
.u-border-hover-palette-3-light-3:focus,
a.u-button-style.u-border-hover-palette-3-light-3:hover,
a.u-button-style:hover>.u-border-hover-palette-3-light-3,
a.u-button-style.u-border-hover-palette-3-light-3:focus {
  color: #fef9e6 !important;
  border-color: #fef9e6 !important;
}

.u-border-active-palette-3-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-3-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-3-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3-light-3,
input.u-field-input.u-field-input.u-border-active-palette-3-light-3:checked {
  color: #fef9e6 !important;
  border-color: #fef9e6 !important;
}

.u-button-style.u-border-palette-3-base {
  border-color: #f1c50e !important;
  color: #f1c50e !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-3-base:hover,
.u-button-style.u-border-palette-3-base:focus {
  border-color: transparent !important;
  color: #d9b10d !important;
  background-color: transparent !important;
}

.u-border-hover-palette-3-base:hover,
.u-border-hover-palette-3-base:focus,
a.u-button-style.u-border-hover-palette-3-base:hover,
a.u-button-style:hover>.u-border-hover-palette-3-base,
a.u-button-style.u-border-hover-palette-3-base:focus {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-border-active-palette-3-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-3-base:active,
a.u-button-style.u-button-style.u-border-active-palette-3-base.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3-base,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3-base,
input.u-field-input.u-field-input.u-border-active-palette-3-base:checked {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-button-style.u-border-palette-4-dark-3 {
  border-color: #293332 !important;
  color: #293332 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-4-dark-3:hover,
.u-button-style.u-border-palette-4-dark-3:focus {
  border-color: transparent !important;
  color: #252e2d !important;
  background-color: transparent !important;
}

.u-border-hover-palette-4-dark-3:hover,
.u-border-hover-palette-4-dark-3:focus,
a.u-button-style.u-border-hover-palette-4-dark-3:hover,
a.u-button-style:hover>.u-border-hover-palette-4-dark-3,
a.u-button-style.u-border-hover-palette-4-dark-3:focus {
  color: #293332 !important;
  border-color: #293332 !important;
}

.u-border-active-palette-4-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-4-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-4-dark-3,
input.u-field-input.u-field-input.u-border-active-palette-4-dark-3:checked {
  color: #293332 !important;
  border-color: #293332 !important;
}

.u-button-style.u-border-palette-4-dark-2 {
  border-color: #41807c !important;
  color: #41807c !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-4-dark-2:hover,
.u-button-style.u-border-palette-4-dark-2:focus {
  border-color: transparent !important;
  color: #3a7370 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-4-dark-2:hover,
.u-border-hover-palette-4-dark-2:focus,
a.u-button-style.u-border-hover-palette-4-dark-2:hover,
a.u-button-style:hover>.u-border-hover-palette-4-dark-2,
a.u-button-style.u-border-hover-palette-4-dark-2:focus {
  color: #41807c !important;
  border-color: #41807c !important;
}

.u-border-active-palette-4-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-4-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-4-dark-2,
input.u-field-input.u-field-input.u-border-active-palette-4-dark-2:checked {
  color: #41807c !important;
  border-color: #41807c !important;
}

.u-button-style.u-border-palette-4-dark-1 {
  border-color: #2cccc4 !important;
  color: #2cccc4 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-4-dark-1:hover,
.u-button-style.u-border-palette-4-dark-1:focus {
  border-color: transparent !important;
  color: #28b8b0 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-4-dark-1:hover,
.u-border-hover-palette-4-dark-1:focus,
a.u-button-style.u-border-hover-palette-4-dark-1:hover,
a.u-button-style:hover>.u-border-hover-palette-4-dark-1,
a.u-button-style.u-border-hover-palette-4-dark-1:focus {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

.u-border-active-palette-4-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-4-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-4-dark-1,
input.u-field-input.u-field-input.u-border-active-palette-4-dark-1:checked {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

.u-button-style.u-border-palette-4 {
  border-color: #3be8e0 !important;
  color: #3be8e0 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-4:hover,
.u-button-style.u-border-palette-4:focus {
  border-color: transparent !important;
  color: #21e5dc !important;
  background-color: transparent !important;
}

.u-border-hover-palette-4:hover,
.u-border-hover-palette-4:focus,
a.u-button-style.u-border-hover-palette-4:hover,
a.u-button-style:hover>.u-border-hover-palette-4,
a.u-button-style.u-border-hover-palette-4:focus {
  color: #3be8e0 !important;
  border-color: #3be8e0 !important;
}

.u-border-active-palette-4.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-4:active,
a.u-button-style.u-button-style.u-border-active-palette-4.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-4,
li.active>a.u-button-style.u-button-style.u-border-active-palette-4,
input.u-field-input.u-field-input.u-border-active-palette-4:checked {
  color: #3be8e0 !important;
  border-color: #3be8e0 !important;
}

.u-button-style.u-border-palette-4-light-1 {
  border-color: #72efe9 !important;
  color: #72efe9 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-4-light-1:hover,
.u-button-style.u-border-palette-4-light-1:focus {
  border-color: transparent !important;
  color: #52ebe4 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-4-light-1:hover,
.u-border-hover-palette-4-light-1:focus,
a.u-button-style.u-border-hover-palette-4-light-1:hover,
a.u-button-style:hover>.u-border-hover-palette-4-light-1,
a.u-button-style.u-border-hover-palette-4-light-1:focus {
  color: #72efe9 !important;
  border-color: #72efe9 !important;
}

.u-border-active-palette-4-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-4-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-4-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-4-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-4-light-1,
input.u-field-input.u-field-input.u-border-active-palette-4-light-1:checked {
  color: #72efe9 !important;
  border-color: #72efe9 !important;
}

.u-button-style.u-border-palette-4-light-2 {
  border-color: #adf6f2 !important;
  color: #adf6f2 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-4-light-2:hover,
.u-button-style.u-border-palette-4-light-2:focus {
  border-color: transparent !important;
  color: #87f2ec !important;
  background-color: transparent !important;
}

.u-border-hover-palette-4-light-2:hover,
.u-border-hover-palette-4-light-2:focus,
a.u-button-style.u-border-hover-palette-4-light-2:hover,
a.u-button-style:hover>.u-border-hover-palette-4-light-2,
a.u-button-style.u-border-hover-palette-4-light-2:focus {
  color: #adf6f2 !important;
  border-color: #adf6f2 !important;
}

.u-border-active-palette-4-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-4-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-4-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-4-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-4-light-2,
input.u-field-input.u-field-input.u-border-active-palette-4-light-2:checked {
  color: #adf6f2 !important;
  border-color: #adf6f2 !important;
}

.u-button-style.u-border-palette-4-light-3 {
  border-color: #eafdfc !important;
  color: #eafdfc !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-4-light-3:hover,
.u-button-style.u-border-palette-4-light-3:focus {
  border-color: transparent !important;
  color: #bef9f6 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-4-light-3:hover,
.u-border-hover-palette-4-light-3:focus,
a.u-button-style.u-border-hover-palette-4-light-3:hover,
a.u-button-style:hover>.u-border-hover-palette-4-light-3,
a.u-button-style.u-border-hover-palette-4-light-3:focus {
  color: #eafdfc !important;
  border-color: #eafdfc !important;
}

.u-border-active-palette-4-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-4-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-4-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-4-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-4-light-3,
input.u-field-input.u-field-input.u-border-active-palette-4-light-3:checked {
  color: #eafdfc !important;
  border-color: #eafdfc !important;
}

.u-button-style.u-border-palette-4-base {
  border-color: #2cccc4 !important;
  color: #2cccc4 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-4-base:hover,
.u-button-style.u-border-palette-4-base:focus {
  border-color: transparent !important;
  color: #28b8b0 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-4-base:hover,
.u-border-hover-palette-4-base:focus,
a.u-button-style.u-border-hover-palette-4-base:hover,
a.u-button-style:hover>.u-border-hover-palette-4-base,
a.u-button-style.u-border-hover-palette-4-base:focus {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

.u-border-active-palette-4-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-4-base:active,
a.u-button-style.u-button-style.u-border-active-palette-4-base.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-4-base,
li.active>a.u-button-style.u-button-style.u-border-active-palette-4-base,
input.u-field-input.u-field-input.u-border-active-palette-4-base:checked {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

.u-button-style.u-border-palette-5-dark-3 {
  border-color: #292d33 !important;
  color: #292d33 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-5-dark-3:hover,
.u-button-style.u-border-palette-5-dark-3:focus {
  border-color: transparent !important;
  color: #25292e !important;
  background-color: transparent !important;
}

.u-border-hover-palette-5-dark-3:hover,
.u-border-hover-palette-5-dark-3:focus,
a.u-button-style.u-border-hover-palette-5-dark-3:hover,
a.u-button-style:hover>.u-border-hover-palette-5-dark-3,
a.u-button-style.u-border-hover-palette-5-dark-3:focus {
  color: #292d33 !important;
  border-color: #292d33 !important;
}

.u-border-active-palette-5-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-5-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-5-dark-3,
input.u-field-input.u-field-input.u-border-active-palette-5-dark-3:checked {
  color: #292d33 !important;
  border-color: #292d33 !important;
}

.u-button-style.u-border-palette-5-dark-2 {
  border-color: #555c66 !important;
  color: #555c66 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-5-dark-2:hover,
.u-button-style.u-border-palette-5-dark-2:focus {
  border-color: transparent !important;
  color: #4d535c !important;
  background-color: transparent !important;
}

.u-border-hover-palette-5-dark-2:hover,
.u-border-hover-palette-5-dark-2:focus,
a.u-button-style.u-border-hover-palette-5-dark-2:hover,
a.u-button-style:hover>.u-border-hover-palette-5-dark-2,
a.u-button-style.u-border-hover-palette-5-dark-2:focus {
  color: #555c66 !important;
  border-color: #555c66 !important;
}

.u-border-active-palette-5-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-5-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-5-dark-2,
input.u-field-input.u-field-input.u-border-active-palette-5-dark-2:checked {
  color: #555c66 !important;
  border-color: #555c66 !important;
}

.u-button-style.u-border-palette-5-dark-1 {
  border-color: #858e99 !important;
  color: #858e99 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-5-dark-1:hover,
.u-button-style.u-border-palette-5-dark-1:focus {
  border-color: transparent !important;
  color: #75808c !important;
  background-color: transparent !important;
}

.u-border-hover-palette-5-dark-1:hover,
.u-border-hover-palette-5-dark-1:focus,
a.u-button-style.u-border-hover-palette-5-dark-1:hover,
a.u-button-style:hover>.u-border-hover-palette-5-dark-1,
a.u-button-style.u-border-hover-palette-5-dark-1:focus {
  color: #858e99 !important;
  border-color: #858e99 !important;
}

.u-border-active-palette-5-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-5-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-5-dark-1,
input.u-field-input.u-field-input.u-border-active-palette-5-dark-1:checked {
  color: #858e99 !important;
  border-color: #858e99 !important;
}

.u-button-style.u-border-palette-5 {
  border-color: #b9c1cc !important;
  color: #b9c1cc !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-5:hover,
.u-button-style.u-border-palette-5:focus {
  border-color: transparent !important;
  color: #a2adbc !important;
  background-color: transparent !important;
}

.u-border-hover-palette-5:hover,
.u-border-hover-palette-5:focus,
a.u-button-style.u-border-hover-palette-5:hover,
a.u-button-style:hover>.u-border-hover-palette-5,
a.u-button-style.u-border-hover-palette-5:focus {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

.u-border-active-palette-5.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-5:active,
a.u-button-style.u-button-style.u-border-active-palette-5.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-5,
li.active>a.u-button-style.u-button-style.u-border-active-palette-5,
input.u-field-input.u-field-input.u-border-active-palette-5:checked {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

.u-button-style.u-border-palette-5-light-1 {
  border-color: #ccd3db !important;
  color: #ccd3db !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-5-light-1:hover,
.u-button-style.u-border-palette-5-light-1:focus {
  border-color: transparent !important;
  color: #b3bec9 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-5-light-1:hover,
.u-border-hover-palette-5-light-1:focus,
a.u-button-style.u-border-hover-palette-5-light-1:hover,
a.u-button-style:hover>.u-border-hover-palette-5-light-1,
a.u-button-style.u-border-hover-palette-5-light-1:focus {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}

.u-border-active-palette-5-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-5-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-5-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-5-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-5-light-1,
input.u-field-input.u-field-input.u-border-active-palette-5-light-1:checked {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}

.u-button-style.u-border-palette-5-light-2 {
  border-color: #e0e5eb !important;
  color: #e0e5eb !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-5-light-2:hover,
.u-button-style.u-border-palette-5-light-2:focus {
  border-color: transparent !important;
  color: #c4ced9 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-5-light-2:hover,
.u-border-hover-palette-5-light-2:focus,
a.u-button-style.u-border-hover-palette-5-light-2:hover,
a.u-button-style:hover>.u-border-hover-palette-5-light-2,
a.u-button-style.u-border-hover-palette-5-light-2:focus {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}

.u-border-active-palette-5-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-5-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-5-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-5-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-5-light-2,
input.u-field-input.u-field-input.u-border-active-palette-5-light-2:checked {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}

.u-button-style.u-border-palette-5-light-3 {
  border-color: #f5f7fa !important;
  color: #f5f7fa !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-5-light-3:hover,
.u-button-style.u-border-palette-5-light-3:focus {
  border-color: transparent !important;
  color: #d4dde9 !important;
  background-color: transparent !important;
}

.u-border-hover-palette-5-light-3:hover,
.u-border-hover-palette-5-light-3:focus,
a.u-button-style.u-border-hover-palette-5-light-3:hover,
a.u-button-style:hover>.u-border-hover-palette-5-light-3,
a.u-button-style.u-border-hover-palette-5-light-3:focus {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}

.u-border-active-palette-5-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-5-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-5-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-5-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-5-light-3,
input.u-field-input.u-field-input.u-border-active-palette-5-light-3:checked {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}

.u-button-style.u-border-palette-5-base {
  border-color: #b9c1cc !important;
  color: #b9c1cc !important;
  background-color: transparent !important;
}

.u-button-style.u-border-palette-5-base:hover,
.u-button-style.u-border-palette-5-base:focus {
  border-color: transparent !important;
  color: #a2adbc !important;
  background-color: transparent !important;
}

.u-border-hover-palette-5-base:hover,
.u-border-hover-palette-5-base:focus,
a.u-button-style.u-border-hover-palette-5-base:hover,
a.u-button-style:hover>.u-border-hover-palette-5-base,
a.u-button-style.u-border-hover-palette-5-base:focus {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

.u-border-active-palette-5-base.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-palette-5-base:active,
a.u-button-style.u-button-style.u-border-active-palette-5-base.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-5-base,
li.active>a.u-button-style.u-button-style.u-border-active-palette-5-base,
input.u-field-input.u-field-input.u-border-active-palette-5-base:checked {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

.u-button-style.u-border-grey-dark-3 {
  border-color: #212121 !important;
  color: #212121 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-dark-3:hover,
.u-button-style.u-border-grey-dark-3:focus {
  border-color: transparent !important;
  color: #1e1e1e !important;
  background-color: transparent !important;
}

.u-border-hover-grey-dark-3:hover,
.u-border-hover-grey-dark-3:focus,
a.u-button-style.u-border-hover-grey-dark-3:hover,
a.u-button-style:hover>.u-border-hover-grey-dark-3,
a.u-button-style.u-border-hover-grey-dark-3:focus {
  color: #212121 !important;
  border-color: #212121 !important;
}

.u-border-active-grey-dark-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-dark-3:active,
a.u-button-style.u-button-style.u-border-active-grey-dark-3.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-dark-3,
li.active>a.u-button-style.u-button-style.u-border-active-grey-dark-3,
input.u-field-input.u-field-input.u-border-active-grey-dark-3:checked {
  color: #212121 !important;
  border-color: #212121 !important;
}

.u-button-style.u-border-grey-dark-2 {
  border-color: #333333 !important;
  color: #333333 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-dark-2:hover,
.u-button-style.u-border-grey-dark-2:focus {
  border-color: transparent !important;
  color: #2e2e2e !important;
  background-color: transparent !important;
}

.u-border-hover-grey-dark-2:hover,
.u-border-hover-grey-dark-2:focus,
a.u-button-style.u-border-hover-grey-dark-2:hover,
a.u-button-style:hover>.u-border-hover-grey-dark-2,
a.u-button-style.u-border-hover-grey-dark-2:focus {
  color: #333333 !important;
  border-color: #333333 !important;
}

.u-border-active-grey-dark-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-dark-2:active,
a.u-button-style.u-button-style.u-border-active-grey-dark-2.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-dark-2,
li.active>a.u-button-style.u-button-style.u-border-active-grey-dark-2,
input.u-field-input.u-field-input.u-border-active-grey-dark-2:checked {
  color: #333333 !important;
  border-color: #333333 !important;
}

.u-button-style.u-border-grey-dark-1 {
  border-color: #454545 !important;
  color: #454545 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-dark-1:hover,
.u-button-style.u-border-grey-dark-1:focus {
  border-color: transparent !important;
  color: #3e3e3e !important;
  background-color: transparent !important;
}

.u-border-hover-grey-dark-1:hover,
.u-border-hover-grey-dark-1:focus,
a.u-button-style.u-border-hover-grey-dark-1:hover,
a.u-button-style:hover>.u-border-hover-grey-dark-1,
a.u-button-style.u-border-hover-grey-dark-1:focus {
  color: #454545 !important;
  border-color: #454545 !important;
}

.u-border-active-grey-dark-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-dark-1:active,
a.u-button-style.u-button-style.u-border-active-grey-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-grey-dark-1,
input.u-field-input.u-field-input.u-border-active-grey-dark-1:checked {
  color: #454545 !important;
  border-color: #454545 !important;
}

.u-button-style.u-border-grey {
  border-color: #b3b3b3 !important;
  color: #b3b3b3 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey:hover,
.u-button-style.u-border-grey:focus {
  border-color: transparent !important;
  color: #a1a1a1 !important;
  background-color: transparent !important;
}

.u-border-hover-grey:hover,
.u-border-hover-grey:focus,
a.u-button-style.u-border-hover-grey:hover,
a.u-button-style:hover>.u-border-hover-grey,
a.u-button-style.u-border-hover-grey:focus {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}

.u-border-active-grey.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey:active,
a.u-button-style.u-button-style.u-border-active-grey.active,
a.u-button-style.u-button-style.active>.u-border-active-grey,
li.active>a.u-button-style.u-button-style.u-border-active-grey,
input.u-field-input.u-field-input.u-border-active-grey:checked {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}

.u-button-style.u-border-grey-light-1 {
  border-color: #d9d9d9 !important;
  color: #d9d9d9 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-light-1:hover,
.u-button-style.u-border-grey-light-1:focus {
  border-color: transparent !important;
  color: #c3c3c3 !important;
  background-color: transparent !important;
}

.u-border-hover-grey-light-1:hover,
.u-border-hover-grey-light-1:focus,
a.u-button-style.u-border-hover-grey-light-1:hover,
a.u-button-style:hover>.u-border-hover-grey-light-1,
a.u-button-style.u-border-hover-grey-light-1:focus {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.u-border-active-grey-light-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-light-1:active,
a.u-button-style.u-button-style.u-border-active-grey-light-1.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-light-1,
li.active>a.u-button-style.u-button-style.u-border-active-grey-light-1,
input.u-field-input.u-field-input.u-border-active-grey-light-1:checked {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.u-button-style.u-border-grey-light-2 {
  border-color: #eeeeee !important;
  color: #eeeeee !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-light-2:hover,
.u-button-style.u-border-grey-light-2:focus {
  border-color: transparent !important;
  color: #d6d6d6 !important;
  background-color: transparent !important;
}

.u-border-hover-grey-light-2:hover,
.u-border-hover-grey-light-2:focus,
a.u-button-style.u-border-hover-grey-light-2:hover,
a.u-button-style:hover>.u-border-hover-grey-light-2,
a.u-button-style.u-border-hover-grey-light-2:focus {
  color: #eeeeee !important;
  border-color: #eeeeee !important;
}

.u-border-active-grey-light-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-light-2:active,
a.u-button-style.u-button-style.u-border-active-grey-light-2.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-light-2,
li.active>a.u-button-style.u-button-style.u-border-active-grey-light-2,
input.u-field-input.u-field-input.u-border-active-grey-light-2:checked {
  color: #eeeeee !important;
  border-color: #eeeeee !important;
}

.u-button-style.u-border-grey-light-3 {
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-light-3:hover,
.u-button-style.u-border-grey-light-3:focus {
  border-color: transparent !important;
  color: #dddddd !important;
  background-color: transparent !important;
}

.u-border-hover-grey-light-3:hover,
.u-border-hover-grey-light-3:focus,
a.u-button-style.u-border-hover-grey-light-3:hover,
a.u-button-style:hover>.u-border-hover-grey-light-3,
a.u-button-style.u-border-hover-grey-light-3:focus {
  color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}

.u-border-active-grey-light-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-light-3:active,
a.u-button-style.u-button-style.u-border-active-grey-light-3.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-light-3,
li.active>a.u-button-style.u-button-style.u-border-active-grey-light-3,
input.u-field-input.u-field-input.u-border-active-grey-light-3:checked {
  color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}

.u-button-style.u-border-white {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}

.u-button-style.u-border-white:hover,
.u-button-style.u-border-white:focus {
  border-color: transparent !important;
  color: #e6e6e6 !important;
  background-color: transparent !important;
}

.u-border-hover-white:hover,
.u-border-hover-white:focus,
a.u-button-style.u-border-hover-white:hover,
a.u-button-style:hover>.u-border-hover-white,
a.u-button-style.u-border-hover-white:focus {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.u-border-active-white.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-white:active,
a.u-button-style.u-button-style.u-border-active-white.active,
a.u-button-style.u-button-style.active>.u-border-active-white,
li.active>a.u-button-style.u-button-style.u-border-active-white,
input.u-field-input.u-field-input.u-border-active-white:checked {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.u-button-style.u-border-black {
  border-color: #000000 !important;
  color: #000000 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-black:hover,
.u-button-style.u-border-black:focus {
  border-color: transparent !important;
  color: #000000 !important;
  background-color: transparent !important;
}

.u-border-hover-black:hover,
.u-border-hover-black:focus,
a.u-button-style.u-border-hover-black:hover,
a.u-button-style:hover>.u-border-hover-black,
a.u-button-style.u-border-hover-black:focus {
  color: #000000 !important;
  border-color: #000000 !important;
}

.u-border-active-black.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-black:active,
a.u-button-style.u-button-style.u-border-active-black.active,
a.u-button-style.u-button-style.active>.u-border-active-black,
li.active>a.u-button-style.u-button-style.u-border-active-black,
input.u-field-input.u-field-input.u-border-active-black:checked {
  color: #000000 !important;
  border-color: #000000 !important;
}

.u-button-style.u-border-body-color {
  border-color: #111111 !important;
  color: #111111 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-body-color:hover,
.u-button-style.u-border-body-color:focus {
  border-color: transparent !important;
  color: #0f0f0f !important;
  background-color: transparent !important;
}

.u-border-hover-body-color:hover,
.u-border-hover-body-color:focus,
a.u-button-style.u-border-hover-body-color:hover,
a.u-button-style:hover>.u-border-hover-body-color,
a.u-button-style.u-border-hover-body-color:focus {
  color: #111111 !important;
  border-color: #111111 !important;
}

.u-border-active-body-color.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-body-color:active,
a.u-button-style.u-button-style.u-border-active-body-color.active,
a.u-button-style.u-button-style.active>.u-border-active-body-color,
li.active>a.u-button-style.u-button-style.u-border-active-body-color,
input.u-field-input.u-field-input.u-border-active-body-color:checked {
  color: #111111 !important;
  border-color: #111111 !important;
}

.u-button-style.u-border-body-alt-color {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}

.u-button-style.u-border-body-alt-color:hover,
.u-button-style.u-border-body-alt-color:focus {
  border-color: transparent !important;
  color: #e6e6e6 !important;
  background-color: transparent !important;
}

.u-border-hover-body-alt-color:hover,
.u-border-hover-body-alt-color:focus,
a.u-button-style.u-border-hover-body-alt-color:hover,
a.u-button-style:hover>.u-border-hover-body-alt-color,
a.u-button-style.u-border-hover-body-alt-color:focus {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.u-border-active-body-alt-color.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-body-alt-color:active,
a.u-button-style.u-button-style.u-border-active-body-alt-color.active,
a.u-button-style.u-button-style.active>.u-border-active-body-alt-color,
li.active>a.u-button-style.u-button-style.u-border-active-body-alt-color,
input.u-field-input.u-field-input.u-border-active-body-alt-color:checked {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.u-button-style.u-border-grey-25 {
  border-color: #c0c0c0 !important;
  color: #c0c0c0 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-25:hover,
.u-button-style.u-border-grey-25:focus {
  border-color: transparent !important;
  color: #adadad !important;
  background-color: transparent !important;
}

.u-border-hover-grey-25:hover,
.u-border-hover-grey-25:focus,
a.u-button-style.u-border-hover-grey-25:hover,
a.u-button-style:hover>.u-border-hover-grey-25,
a.u-button-style.u-border-hover-grey-25:focus {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}

.u-border-active-grey-25.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-25:active,
a.u-button-style.u-button-style.u-border-active-grey-25.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-25,
li.active>a.u-button-style.u-button-style.u-border-active-grey-25,
input.u-field-input.u-field-input.u-border-active-grey-25:checked {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}

.u-button-style.u-border-grey-5 {
  border-color: #f2f2f2 !important;
  color: #f2f2f2 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-5:hover,
.u-button-style.u-border-grey-5:focus {
  border-color: transparent !important;
  color: #dadada !important;
  background-color: transparent !important;
}

.u-border-hover-grey-5:hover,
.u-border-hover-grey-5:focus,
a.u-button-style.u-border-hover-grey-5:hover,
a.u-button-style:hover>.u-border-hover-grey-5,
a.u-button-style.u-border-hover-grey-5:focus {
  color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

.u-border-active-grey-5.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-5:active,
a.u-button-style.u-button-style.u-border-active-grey-5.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-5,
li.active>a.u-button-style.u-button-style.u-border-active-grey-5,
input.u-field-input.u-field-input.u-border-active-grey-5:checked {
  color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

.u-button-style.u-border-grey-10 {
  border-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-10:hover,
.u-button-style.u-border-grey-10:focus {
  border-color: transparent !important;
  color: #cecece !important;
  background-color: transparent !important;
}

.u-border-hover-grey-10:hover,
.u-border-hover-grey-10:focus,
a.u-button-style.u-border-hover-grey-10:hover,
a.u-button-style:hover>.u-border-hover-grey-10,
a.u-button-style.u-border-hover-grey-10:focus {
  color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}

.u-border-active-grey-10.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-10:active,
a.u-button-style.u-button-style.u-border-active-grey-10.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-10,
li.active>a.u-button-style.u-button-style.u-border-active-grey-10,
input.u-field-input.u-field-input.u-border-active-grey-10:checked {
  color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}

.u-button-style.u-border-grey-15 {
  border-color: #d9d9d9 !important;
  color: #d9d9d9 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-15:hover,
.u-button-style.u-border-grey-15:focus {
  border-color: transparent !important;
  color: #c3c3c3 !important;
  background-color: transparent !important;
}

.u-border-hover-grey-15:hover,
.u-border-hover-grey-15:focus,
a.u-button-style.u-border-hover-grey-15:hover,
a.u-button-style:hover>.u-border-hover-grey-15,
a.u-button-style.u-border-hover-grey-15:focus {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.u-border-active-grey-15.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-15:active,
a.u-button-style.u-button-style.u-border-active-grey-15.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-15,
li.active>a.u-button-style.u-button-style.u-border-active-grey-15,
input.u-field-input.u-field-input.u-border-active-grey-15:checked {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.u-button-style.u-border-grey-25 {
  border-color: #c0c0c0 !important;
  color: #c0c0c0 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-25:hover,
.u-button-style.u-border-grey-25:focus {
  border-color: transparent !important;
  color: #adadad !important;
  background-color: transparent !important;
}

.u-border-hover-grey-25:hover,
.u-border-hover-grey-25:focus,
a.u-button-style.u-border-hover-grey-25:hover,
a.u-button-style:hover>.u-border-hover-grey-25,
a.u-button-style.u-border-hover-grey-25:focus {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}

.u-border-active-grey-25.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-25:active,
a.u-button-style.u-button-style.u-border-active-grey-25.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-25,
li.active>a.u-button-style.u-button-style.u-border-active-grey-25,
input.u-field-input.u-field-input.u-border-active-grey-25:checked {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}

.u-button-style.u-border-grey-30 {
  border-color: #b3b3b3 !important;
  color: #b3b3b3 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-30:hover,
.u-button-style.u-border-grey-30:focus {
  border-color: transparent !important;
  color: #a1a1a1 !important;
  background-color: transparent !important;
}

.u-border-hover-grey-30:hover,
.u-border-hover-grey-30:focus,
a.u-button-style.u-border-hover-grey-30:hover,
a.u-button-style:hover>.u-border-hover-grey-30,
a.u-button-style.u-border-hover-grey-30:focus {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}

.u-border-active-grey-30.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-30:active,
a.u-button-style.u-button-style.u-border-active-grey-30.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-30,
li.active>a.u-button-style.u-button-style.u-border-active-grey-30,
input.u-field-input.u-field-input.u-border-active-grey-30:checked {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}

.u-button-style.u-border-grey-40 {
  border-color: #999999 !important;
  color: #999999 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-40:hover,
.u-button-style.u-border-grey-40:focus {
  border-color: transparent !important;
  color: #8a8a8a !important;
  background-color: transparent !important;
}

.u-border-hover-grey-40:hover,
.u-border-hover-grey-40:focus,
a.u-button-style.u-border-hover-grey-40:hover,
a.u-button-style:hover>.u-border-hover-grey-40,
a.u-button-style.u-border-hover-grey-40:focus {
  color: #999999 !important;
  border-color: #999999 !important;
}

.u-border-active-grey-40.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-40:active,
a.u-button-style.u-button-style.u-border-active-grey-40.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-40,
li.active>a.u-button-style.u-button-style.u-border-active-grey-40,
input.u-field-input.u-field-input.u-border-active-grey-40:checked {
  color: #999999 !important;
  border-color: #999999 !important;
}

.u-button-style.u-border-grey-50 {
  border-color: #808080 !important;
  color: #808080 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-50:hover,
.u-button-style.u-border-grey-50:focus {
  border-color: transparent !important;
  color: #737373 !important;
  background-color: transparent !important;
}

.u-border-hover-grey-50:hover,
.u-border-hover-grey-50:focus,
a.u-button-style.u-border-hover-grey-50:hover,
a.u-button-style:hover>.u-border-hover-grey-50,
a.u-button-style.u-border-hover-grey-50:focus {
  color: #808080 !important;
  border-color: #808080 !important;
}

.u-border-active-grey-50.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-50:active,
a.u-button-style.u-button-style.u-border-active-grey-50.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-50,
li.active>a.u-button-style.u-button-style.u-border-active-grey-50,
input.u-field-input.u-field-input.u-border-active-grey-50:checked {
  color: #808080 !important;
  border-color: #808080 !important;
}

.u-button-style.u-border-grey-60 {
  border-color: #666666 !important;
  color: #666666 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-60:hover,
.u-button-style.u-border-grey-60:focus {
  border-color: transparent !important;
  color: #5c5c5c !important;
  background-color: transparent !important;
}

.u-border-hover-grey-60:hover,
.u-border-hover-grey-60:focus,
a.u-button-style.u-border-hover-grey-60:hover,
a.u-button-style:hover>.u-border-hover-grey-60,
a.u-button-style.u-border-hover-grey-60:focus {
  color: #666666 !important;
  border-color: #666666 !important;
}

.u-border-active-grey-60.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-60:active,
a.u-button-style.u-button-style.u-border-active-grey-60.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-60,
li.active>a.u-button-style.u-button-style.u-border-active-grey-60,
input.u-field-input.u-field-input.u-border-active-grey-60:checked {
  color: #666666 !important;
  border-color: #666666 !important;
}

.u-button-style.u-border-grey-70 {
  border-color: #4d4d4d !important;
  color: #4d4d4d !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-70:hover,
.u-button-style.u-border-grey-70:focus {
  border-color: transparent !important;
  color: #454545 !important;
  background-color: transparent !important;
}

.u-border-hover-grey-70:hover,
.u-border-hover-grey-70:focus,
a.u-button-style.u-border-hover-grey-70:hover,
a.u-button-style:hover>.u-border-hover-grey-70,
a.u-button-style.u-border-hover-grey-70:focus {
  color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}

.u-border-active-grey-70.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-70:active,
a.u-button-style.u-button-style.u-border-active-grey-70.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-70,
li.active>a.u-button-style.u-button-style.u-border-active-grey-70,
input.u-field-input.u-field-input.u-border-active-grey-70:checked {
  color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}

.u-button-style.u-border-grey-75 {
  border-color: #404040 !important;
  color: #404040 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-75:hover,
.u-button-style.u-border-grey-75:focus {
  border-color: transparent !important;
  color: #3a3a3a !important;
  background-color: transparent !important;
}

.u-border-hover-grey-75:hover,
.u-border-hover-grey-75:focus,
a.u-button-style.u-border-hover-grey-75:hover,
a.u-button-style:hover>.u-border-hover-grey-75,
a.u-button-style.u-border-hover-grey-75:focus {
  color: #404040 !important;
  border-color: #404040 !important;
}

.u-border-active-grey-75.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-75:active,
a.u-button-style.u-button-style.u-border-active-grey-75.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-75,
li.active>a.u-button-style.u-button-style.u-border-active-grey-75,
input.u-field-input.u-field-input.u-border-active-grey-75:checked {
  color: #404040 !important;
  border-color: #404040 !important;
}

.u-button-style.u-border-grey-80 {
  border-color: #333333 !important;
  color: #333333 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-80:hover,
.u-button-style.u-border-grey-80:focus {
  border-color: transparent !important;
  color: #2e2e2e !important;
  background-color: transparent !important;
}

.u-border-hover-grey-80:hover,
.u-border-hover-grey-80:focus,
a.u-button-style.u-border-hover-grey-80:hover,
a.u-button-style:hover>.u-border-hover-grey-80,
a.u-button-style.u-border-hover-grey-80:focus {
  color: #333333 !important;
  border-color: #333333 !important;
}

.u-border-active-grey-80.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-80:active,
a.u-button-style.u-button-style.u-border-active-grey-80.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-80,
li.active>a.u-button-style.u-button-style.u-border-active-grey-80,
input.u-field-input.u-field-input.u-border-active-grey-80:checked {
  color: #333333 !important;
  border-color: #333333 !important;
}

.u-button-style.u-border-grey-90 {
  border-color: #1a1a1a !important;
  color: #1a1a1a !important;
  background-color: transparent !important;
}

.u-button-style.u-border-grey-90:hover,
.u-button-style.u-border-grey-90:focus {
  border-color: transparent !important;
  color: #171717 !important;
  background-color: transparent !important;
}

.u-border-hover-grey-90:hover,
.u-border-hover-grey-90:focus,
a.u-button-style.u-border-hover-grey-90:hover,
a.u-button-style:hover>.u-border-hover-grey-90,
a.u-button-style.u-border-hover-grey-90:focus {
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.u-border-active-grey-90.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-grey-90:active,
a.u-button-style.u-button-style.u-border-active-grey-90.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-90,
li.active>a.u-button-style.u-button-style.u-border-active-grey-90,
input.u-field-input.u-field-input.u-border-active-grey-90:checked {
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.u-text-color-1-dark-3,
.u-input.u-text-color-1-dark-3,
.u-input.u-text-color-1-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-dark-3,
li.active>a.u-button-style.u-text-color-1-dark-3[class*="u-border-"],
a.u-button-style.u-text-color-1-dark-3,
a.u-button-style.u-text-color-1-dark-3[class*="u-border-"] {
  color: #292b33 !important;



}

a.u-button-style.u-text-color-1-dark-3:hover,
a.u-button-style.u-text-color-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-dark-3:focus,
a.u-button-style.u-text-color-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-dark-3:active,
a.u-button-style.u-button-style.u-text-color-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-dark-3.active,
a.u-button-style.u-button-style.u-text-color-1-dark-3[class*="u-border-"].active {
  color: #25272e !important;
}

a.u-button-style:hover>.u-text-hover-color-1-dark-3,
a.u-button-style:hover>.u-text-hover-color-1-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-dark-3:hover,
.u-text-hover-color-1-dark-3.u-language-url:hover,
.u-text-hover-color-1-dark-3 .u-language-url:hover,
.u-text-hover-color-1-dark-3.u-carousel-control:hover,
.u-text-hover-color-1-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-1-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-1-dark-3:hover {
  color: #292b33 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-color-1-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-1-dark-3.u-active {
  color: #292b33 !important;
}

.u-text-color-1-dark-3 .u-svg-link {
  fill: #292b33;
}

.u-text-hover-color-1-dark-3:hover .u-svg-link,
.u-text-hover-color-1-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-1-dark-3 .u-svg-link {
  fill: #292b33;
}

.u-text-active-color-1-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-1-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-dark-3 .u-svg-link {
  fill: #292b33;
}

.u-text-color-1-dark-2,
.u-input.u-text-color-1-dark-2,
.u-input.u-text-color-1-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-dark-2,
li.active>a.u-button-style.u-text-color-1-dark-2[class*="u-border-"],
a.u-button-style.u-text-color-1-dark-2,
a.u-button-style.u-text-color-1-dark-2[class*="u-border-"] {
  color: #4f5772 !important;



}

a.u-button-style.u-text-color-1-dark-2:hover,
a.u-button-style.u-text-color-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-dark-2:focus,
a.u-button-style.u-text-color-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-dark-2:active,
a.u-button-style.u-button-style.u-text-color-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-dark-2.active,
a.u-button-style.u-button-style.u-text-color-1-dark-2[class*="u-border-"].active {
  color: #474e67 !important;
}

a.u-button-style:hover>.u-text-hover-color-1-dark-2,
a.u-button-style:hover>.u-text-hover-color-1-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-dark-2:hover,
.u-text-hover-color-1-dark-2.u-language-url:hover,
.u-text-hover-color-1-dark-2 .u-language-url:hover,
.u-text-hover-color-1-dark-2.u-carousel-control:hover,
.u-text-hover-color-1-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-1-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-1-dark-2:hover {
  color: #4f5772 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-color-1-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-1-dark-2.u-active {
  color: #4f5772 !important;
}

.u-text-color-1-dark-2 .u-svg-link {
  fill: #4f5772;
}

.u-text-hover-color-1-dark-2:hover .u-svg-link,
.u-text-hover-color-1-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-1-dark-2 .u-svg-link {
  fill: #4f5772;
}

.u-text-active-color-1-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-1-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-dark-2 .u-svg-link {
  fill: #4f5772;
}

.u-text-color-1-dark-1,
.u-input.u-text-color-1-dark-1,
.u-input.u-text-color-1-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-dark-1,
li.active>a.u-button-style.u-text-color-1-dark-1[class*="u-border-"],
a.u-button-style.u-text-color-1-dark-1,
a.u-button-style.u-text-color-1-dark-1[class*="u-border-"] {
  color: #6779b1 !important;



}

a.u-button-style.u-text-color-1-dark-1:hover,
a.u-button-style.u-text-color-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-dark-1:focus,
a.u-button-style.u-text-color-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-dark-1:active,
a.u-button-style.u-button-style.u-text-color-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-dark-1.active,
a.u-button-style.u-button-style.u-text-color-1-dark-1[class*="u-border-"].active {
  color: #5569a7 !important;
}

a.u-button-style:hover>.u-text-hover-color-1-dark-1,
a.u-button-style:hover>.u-text-hover-color-1-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-dark-1:hover,
.u-text-hover-color-1-dark-1.u-language-url:hover,
.u-text-hover-color-1-dark-1 .u-language-url:hover,
.u-text-hover-color-1-dark-1.u-carousel-control:hover,
.u-text-hover-color-1-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-1-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-1-dark-1:hover {
  color: #6779b1 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-color-1-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-1-dark-1.u-active {
  color: #6779b1 !important;
}

.u-text-color-1-dark-1 .u-svg-link {
  fill: #6779b1;
}

.u-text-hover-color-1-dark-1:hover .u-svg-link,
.u-text-hover-color-1-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-1-dark-1 .u-svg-link {
  fill: #6779b1;
}

.u-text-active-color-1-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-1-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-dark-1 .u-svg-link {
  fill: #6779b1;
}

.u-text-color-1,
.u-input.u-text-color-1,
.u-input.u-text-color-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1,
li.active>a.u-button-style.u-text-color-1[class*="u-border-"],
a.u-button-style.u-text-color-1,
a.u-button-style.u-text-color-1[class*="u-border-"] {
  color: #7190f0 !important;



}

a.u-button-style.u-text-color-1:hover,
a.u-button-style.u-text-color-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1:focus,
a.u-button-style.u-text-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1:active,
a.u-button-style.u-button-style.u-text-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1.active,
a.u-button-style.u-button-style.u-text-color-1[class*="u-border-"].active {
  color: #5177ed !important;
}

a.u-button-style:hover>.u-text-hover-color-1,
a.u-button-style:hover>.u-text-hover-color-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1:hover,
.u-text-hover-color-1.u-language-url:hover,
.u-text-hover-color-1 .u-language-url:hover,
.u-text-hover-color-1.u-carousel-control:hover,
.u-text-hover-color-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-1:hover {
  color: #7190f0 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1,
a.u-button-style.u-button-style.active>.u-text-active-color-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-1.u-active {
  color: #7190f0 !important;
}

.u-text-color-1 .u-svg-link {
  fill: #7190f0;
}

.u-text-hover-color-1:hover .u-svg-link,
.u-text-hover-color-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-1 .u-svg-link {
  fill: #7190f0;
}

.u-text-active-color-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1 .u-svg-link {
  fill: #7190f0;
}

.u-text-color-1-light-1,
.u-input.u-text-color-1-light-1,
.u-input.u-text-color-1-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-light-1,
li.active>a.u-button-style.u-text-color-1-light-1[class*="u-border-"],
a.u-button-style.u-text-color-1-light-1,
a.u-button-style.u-text-color-1-light-1[class*="u-border-"] {
  color: #9ab0f5 !important;



}

a.u-button-style.u-text-color-1-light-1:hover,
a.u-button-style.u-text-color-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-light-1:focus,
a.u-button-style.u-text-color-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-light-1:active,
a.u-button-style.u-button-style.u-text-color-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-light-1.active,
a.u-button-style.u-button-style.u-text-color-1-light-1[class*="u-border-"].active {
  color: #7694f1 !important;
}

a.u-button-style:hover>.u-text-hover-color-1-light-1,
a.u-button-style:hover>.u-text-hover-color-1-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-light-1:hover,
.u-text-hover-color-1-light-1.u-language-url:hover,
.u-text-hover-color-1-light-1 .u-language-url:hover,
.u-text-hover-color-1-light-1.u-carousel-control:hover,
.u-text-hover-color-1-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-1-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-1-light-1:hover {
  color: #9ab0f5 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1-light-1,
a.u-button-style.u-button-style.active>.u-text-active-color-1-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-1-light-1.u-active {
  color: #9ab0f5 !important;
}

.u-text-color-1-light-1 .u-svg-link {
  fill: #9ab0f5;
}

.u-text-hover-color-1-light-1:hover .u-svg-link,
.u-text-hover-color-1-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-1-light-1 .u-svg-link {
  fill: #9ab0f5;
}

.u-text-active-color-1-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-1-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-light-1 .u-svg-link {
  fill: #9ab0f5;
}

.u-text-color-1-light-2,
.u-input.u-text-color-1-light-2,
.u-input.u-text-color-1-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-light-2,
li.active>a.u-button-style.u-text-color-1-light-2[class*="u-border-"],
a.u-button-style.u-text-color-1-light-2,
a.u-button-style.u-text-color-1-light-2[class*="u-border-"] {
  color: #c4d1f9 !important;



}

a.u-button-style.u-text-color-1-light-2:hover,
a.u-button-style.u-text-color-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-light-2:focus,
a.u-button-style.u-text-color-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-light-2:active,
a.u-button-style.u-button-style.u-text-color-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-light-2.active,
a.u-button-style.u-button-style.u-text-color-1-light-2[class*="u-border-"].active {
  color: #9cb2f5 !important;
}

a.u-button-style:hover>.u-text-hover-color-1-light-2,
a.u-button-style:hover>.u-text-hover-color-1-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-light-2:hover,
.u-text-hover-color-1-light-2.u-language-url:hover,
.u-text-hover-color-1-light-2 .u-language-url:hover,
.u-text-hover-color-1-light-2.u-carousel-control:hover,
.u-text-hover-color-1-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-1-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-1-light-2:hover {
  color: #c4d1f9 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1-light-2,
a.u-button-style.u-button-style.active>.u-text-active-color-1-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-1-light-2.u-active {
  color: #c4d1f9 !important;
}

.u-text-color-1-light-2 .u-svg-link {
  fill: #c4d1f9;
}

.u-text-hover-color-1-light-2:hover .u-svg-link,
.u-text-hover-color-1-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-1-light-2 .u-svg-link {
  fill: #c4d1f9;
}

.u-text-active-color-1-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-1-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-light-2 .u-svg-link {
  fill: #c4d1f9;
}

.u-text-color-1-light-3,
.u-input.u-text-color-1-light-3,
.u-input.u-text-color-1-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-light-3,
li.active>a.u-button-style.u-text-color-1-light-3[class*="u-border-"],
a.u-button-style.u-text-color-1-light-3,
a.u-button-style.u-text-color-1-light-3[class*="u-border-"] {
  color: #f0f3fe !important;



}

a.u-button-style.u-text-color-1-light-3:hover,
a.u-button-style.u-text-color-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-light-3:focus,
a.u-button-style.u-text-color-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-light-3:active,
a.u-button-style.u-button-style.u-text-color-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-light-3.active,
a.u-button-style.u-button-style.u-text-color-1-light-3[class*="u-border-"].active {
  color: #c2cefb !important;
}

a.u-button-style:hover>.u-text-hover-color-1-light-3,
a.u-button-style:hover>.u-text-hover-color-1-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-light-3:hover,
.u-text-hover-color-1-light-3.u-language-url:hover,
.u-text-hover-color-1-light-3 .u-language-url:hover,
.u-text-hover-color-1-light-3.u-carousel-control:hover,
.u-text-hover-color-1-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-1-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-1-light-3:hover {
  color: #f0f3fe !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1-light-3,
a.u-button-style.u-button-style.active>.u-text-active-color-1-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-1-light-3.u-active {
  color: #f0f3fe !important;
}

.u-text-color-1-light-3 .u-svg-link {
  fill: #f0f3fe;
}

.u-text-hover-color-1-light-3:hover .u-svg-link,
.u-text-hover-color-1-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-1-light-3 .u-svg-link {
  fill: #f0f3fe;
}

.u-text-active-color-1-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-1-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-light-3 .u-svg-link {
  fill: #f0f3fe;
}

.u-text-color-1-base,
.u-input.u-text-color-1-base,
.u-input.u-text-color-1-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-base,
li.active>a.u-button-style.u-text-color-1-base[class*="u-border-"],
a.u-button-style.u-text-color-1-base,
a.u-button-style.u-text-color-1-base[class*="u-border-"] {
  color: #7190f0 !important;



}

a.u-button-style.u-text-color-1-base:hover,
a.u-button-style.u-text-color-1-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-base:focus,
a.u-button-style.u-text-color-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-base:active,
a.u-button-style.u-button-style.u-text-color-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-base.active,
a.u-button-style.u-button-style.u-text-color-1-base[class*="u-border-"].active {
  color: #5177ed !important;
}

a.u-button-style:hover>.u-text-hover-color-1-base,
a.u-button-style:hover>.u-text-hover-color-1-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-base:hover,
.u-text-hover-color-1-base.u-language-url:hover,
.u-text-hover-color-1-base .u-language-url:hover,
.u-text-hover-color-1-base.u-carousel-control:hover,
.u-text-hover-color-1-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-1-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-1-base:hover {
  color: #7190f0 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1-base,
a.u-button-style.u-button-style.active>.u-text-active-color-1-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-1-base.u-active {
  color: #7190f0 !important;
}

.u-text-color-1-base .u-svg-link {
  fill: #7190f0;
}

.u-text-hover-color-1-base:hover .u-svg-link,
.u-text-hover-color-1-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-1-base .u-svg-link {
  fill: #7190f0;
}

.u-text-active-color-1-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-1-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-base .u-svg-link {
  fill: #7190f0;
}

.u-text-color-2-dark-3,
.u-input.u-text-color-2-dark-3,
.u-input.u-text-color-2-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-dark-3,
li.active>a.u-button-style.u-text-color-2-dark-3[class*="u-border-"],
a.u-button-style.u-text-color-2-dark-3,
a.u-button-style.u-text-color-2-dark-3[class*="u-border-"] {
  color: #332929 !important;



}

a.u-button-style.u-text-color-2-dark-3:hover,
a.u-button-style.u-text-color-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-dark-3:focus,
a.u-button-style.u-text-color-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-dark-3:active,
a.u-button-style.u-button-style.u-text-color-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-dark-3.active,
a.u-button-style.u-button-style.u-text-color-2-dark-3[class*="u-border-"].active {
  color: #2e2525 !important;
}

a.u-button-style:hover>.u-text-hover-color-2-dark-3,
a.u-button-style:hover>.u-text-hover-color-2-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-dark-3:hover,
.u-text-hover-color-2-dark-3.u-language-url:hover,
.u-text-hover-color-2-dark-3 .u-language-url:hover,
.u-text-hover-color-2-dark-3.u-carousel-control:hover,
.u-text-hover-color-2-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-2-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-2-dark-3:hover {
  color: #332929 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-color-2-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-2-dark-3.u-active {
  color: #332929 !important;
}

.u-text-color-2-dark-3 .u-svg-link {
  fill: #332929;
}

.u-text-hover-color-2-dark-3:hover .u-svg-link,
.u-text-hover-color-2-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-2-dark-3 .u-svg-link {
  fill: #332929;
}

.u-text-active-color-2-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-2-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-dark-3 .u-svg-link {
  fill: #332929;
}

.u-text-color-2-dark-2,
.u-input.u-text-color-2-dark-2,
.u-input.u-text-color-2-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-dark-2,
li.active>a.u-button-style.u-text-color-2-dark-2[class*="u-border-"],
a.u-button-style.u-text-color-2-dark-2,
a.u-button-style.u-text-color-2-dark-2[class*="u-border-"] {
  color: #6b4748 !important;



}

a.u-button-style.u-text-color-2-dark-2:hover,
a.u-button-style.u-text-color-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-dark-2:focus,
a.u-button-style.u-text-color-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-dark-2:active,
a.u-button-style.u-button-style.u-text-color-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-dark-2.active,
a.u-button-style.u-button-style.u-text-color-2-dark-2[class*="u-border-"].active {
  color: #604041 !important;
}

a.u-button-style:hover>.u-text-hover-color-2-dark-2,
a.u-button-style:hover>.u-text-hover-color-2-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-dark-2:hover,
.u-text-hover-color-2-dark-2.u-language-url:hover,
.u-text-hover-color-2-dark-2 .u-language-url:hover,
.u-text-hover-color-2-dark-2.u-carousel-control:hover,
.u-text-hover-color-2-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-2-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-2-dark-2:hover {
  color: #6b4748 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-color-2-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-2-dark-2.u-active {
  color: #6b4748 !important;
}

.u-text-color-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

.u-text-hover-color-2-dark-2:hover .u-svg-link,
.u-text-hover-color-2-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

.u-text-active-color-2-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-2-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

.u-text-color-2-dark-1,
.u-input.u-text-color-2-dark-1,
.u-input.u-text-color-2-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-dark-1,
li.active>a.u-button-style.u-text-color-2-dark-1[class*="u-border-"],
a.u-button-style.u-text-color-2-dark-1,
a.u-button-style.u-text-color-2-dark-1[class*="u-border-"] {
  color: #a35559 !important;



}

a.u-button-style.u-text-color-2-dark-1:hover,
a.u-button-style.u-text-color-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-dark-1:focus,
a.u-button-style.u-text-color-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-dark-1:active,
a.u-button-style.u-button-style.u-text-color-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-dark-1.active,
a.u-button-style.u-button-style.u-text-color-2-dark-1[class*="u-border-"].active {
  color: #934c50 !important;
}

a.u-button-style:hover>.u-text-hover-color-2-dark-1,
a.u-button-style:hover>.u-text-hover-color-2-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-dark-1:hover,
.u-text-hover-color-2-dark-1.u-language-url:hover,
.u-text-hover-color-2-dark-1 .u-language-url:hover,
.u-text-hover-color-2-dark-1.u-carousel-control:hover,
.u-text-hover-color-2-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-2-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-2-dark-1:hover {
  color: #a35559 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-color-2-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-2-dark-1.u-active {
  color: #a35559 !important;
}

.u-text-color-2-dark-1 .u-svg-link {
  fill: #a35559;
}

.u-text-hover-color-2-dark-1:hover .u-svg-link,
.u-text-hover-color-2-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-2-dark-1 .u-svg-link {
  fill: #a35559;
}

.u-text-active-color-2-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-2-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-dark-1 .u-svg-link {
  fill: #a35559;
}

.u-text-color-2,
.u-input.u-text-color-2,
.u-input.u-text-color-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2,
li.active>a.u-button-style.u-text-color-2[class*="u-border-"],
a.u-button-style.u-text-color-2,
a.u-button-style.u-text-color-2[class*="u-border-"] {
  color: #db545a !important;



}

a.u-button-style.u-text-color-2:hover,
a.u-button-style.u-text-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2:focus,
a.u-button-style.u-text-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2:active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2.active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"].active {
  color: #d63b42 !important;
}

a.u-button-style:hover>.u-text-hover-color-2,
a.u-button-style:hover>.u-text-hover-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2:hover,
.u-text-hover-color-2.u-language-url:hover,
.u-text-hover-color-2 .u-language-url:hover,
.u-text-hover-color-2.u-carousel-control:hover,
.u-text-hover-color-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-2:hover {
  color: #db545a !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2,
a.u-button-style.u-button-style.active>.u-text-active-color-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-2.u-active {
  color: #db545a !important;
}

.u-text-color-2 .u-svg-link {
  fill: #db545a;
}

.u-text-hover-color-2:hover .u-svg-link,
.u-text-hover-color-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-2 .u-svg-link {
  fill: #db545a;
}

.u-text-active-color-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2 .u-svg-link {
  fill: #db545a;
}

.u-text-color-2-light-1,
.u-input.u-text-color-2-light-1,
.u-input.u-text-color-2-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-light-1,
li.active>a.u-button-style.u-text-color-2-light-1[class*="u-border-"],
a.u-button-style.u-text-color-2-light-1,
a.u-button-style.u-text-color-2-light-1[class*="u-border-"] {
  color: #e68387 !important;



}

a.u-button-style.u-text-color-2-light-1:hover,
a.u-button-style.u-text-color-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-light-1:focus,
a.u-button-style.u-text-color-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-light-1:active,
a.u-button-style.u-button-style.u-text-color-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-light-1.active,
a.u-button-style.u-button-style.u-text-color-2-light-1[class*="u-border-"].active {
  color: #e0656a !important;
}

a.u-button-style:hover>.u-text-hover-color-2-light-1,
a.u-button-style:hover>.u-text-hover-color-2-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-light-1:hover,
.u-text-hover-color-2-light-1.u-language-url:hover,
.u-text-hover-color-2-light-1 .u-language-url:hover,
.u-text-hover-color-2-light-1.u-carousel-control:hover,
.u-text-hover-color-2-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-2-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-2-light-1:hover {
  color: #e68387 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2-light-1,
a.u-button-style.u-button-style.active>.u-text-active-color-2-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-2-light-1.u-active {
  color: #e68387 !important;
}

.u-text-color-2-light-1 .u-svg-link {
  fill: #e68387;
}

.u-text-hover-color-2-light-1:hover .u-svg-link,
.u-text-hover-color-2-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-2-light-1 .u-svg-link {
  fill: #e68387;
}

.u-text-active-color-2-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-2-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-light-1 .u-svg-link {
  fill: #e68387;
}

.u-text-color-2-light-2,
.u-input.u-text-color-2-light-2,
.u-input.u-text-color-2-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-light-2,
li.active>a.u-button-style.u-text-color-2-light-2[class*="u-border-"],
a.u-button-style.u-text-color-2-light-2,
a.u-button-style.u-text-color-2-light-2[class*="u-border-"] {
  color: #f1b5b8 !important;



}

a.u-button-style.u-text-color-2-light-2:hover,
a.u-button-style.u-text-color-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-light-2:focus,
a.u-button-style.u-text-color-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-light-2:active,
a.u-button-style.u-button-style.u-text-color-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-light-2.active,
a.u-button-style.u-button-style.u-text-color-2-light-2[class*="u-border-"].active {
  color: #ea9296 !important;
}

a.u-button-style:hover>.u-text-hover-color-2-light-2,
a.u-button-style:hover>.u-text-hover-color-2-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-light-2:hover,
.u-text-hover-color-2-light-2.u-language-url:hover,
.u-text-hover-color-2-light-2 .u-language-url:hover,
.u-text-hover-color-2-light-2.u-carousel-control:hover,
.u-text-hover-color-2-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-2-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-2-light-2:hover {
  color: #f1b5b8 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2-light-2,
a.u-button-style.u-button-style.active>.u-text-active-color-2-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-2-light-2.u-active {
  color: #f1b5b8 !important;
}

.u-text-color-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

.u-text-hover-color-2-light-2:hover .u-svg-link,
.u-text-hover-color-2-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

.u-text-active-color-2-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-2-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

.u-text-color-2-light-3,
.u-input.u-text-color-2-light-3,
.u-input.u-text-color-2-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-light-3,
li.active>a.u-button-style.u-text-color-2-light-3[class*="u-border-"],
a.u-button-style.u-text-color-2-light-3,
a.u-button-style.u-text-color-2-light-3[class*="u-border-"] {
  color: #fbeced !important;



}

a.u-button-style.u-text-color-2-light-3:hover,
a.u-button-style.u-text-color-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-light-3:focus,
a.u-button-style.u-text-color-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-light-3:active,
a.u-button-style.u-button-style.u-text-color-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-light-3.active,
a.u-button-style.u-button-style.u-text-color-2-light-3[class*="u-border-"].active {
  color: #f3c4c7 !important;
}

a.u-button-style:hover>.u-text-hover-color-2-light-3,
a.u-button-style:hover>.u-text-hover-color-2-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-light-3:hover,
.u-text-hover-color-2-light-3.u-language-url:hover,
.u-text-hover-color-2-light-3 .u-language-url:hover,
.u-text-hover-color-2-light-3.u-carousel-control:hover,
.u-text-hover-color-2-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-2-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-2-light-3:hover {
  color: #fbeced !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2-light-3,
a.u-button-style.u-button-style.active>.u-text-active-color-2-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-2-light-3.u-active {
  color: #fbeced !important;
}

.u-text-color-2-light-3 .u-svg-link {
  fill: #fbeced;
}

.u-text-hover-color-2-light-3:hover .u-svg-link,
.u-text-hover-color-2-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-2-light-3 .u-svg-link {
  fill: #fbeced;
}

.u-text-active-color-2-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-2-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-light-3 .u-svg-link {
  fill: #fbeced;
}

.u-text-color-2-base,
.u-input.u-text-color-2-base,
.u-input.u-text-color-2-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-base,
li.active>a.u-button-style.u-text-color-2-base[class*="u-border-"],
a.u-button-style.u-text-color-2-base,
a.u-button-style.u-text-color-2-base[class*="u-border-"] {
  color: #db545a !important;



}

a.u-button-style.u-text-color-2-base:hover,
a.u-button-style.u-text-color-2-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-base:focus,
a.u-button-style.u-text-color-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-base:active,
a.u-button-style.u-button-style.u-text-color-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-base.active,
a.u-button-style.u-button-style.u-text-color-2-base[class*="u-border-"].active {
  color: #d63b42 !important;
}

a.u-button-style:hover>.u-text-hover-color-2-base,
a.u-button-style:hover>.u-text-hover-color-2-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-base:hover,
.u-text-hover-color-2-base.u-language-url:hover,
.u-text-hover-color-2-base .u-language-url:hover,
.u-text-hover-color-2-base.u-carousel-control:hover,
.u-text-hover-color-2-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-2-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-2-base:hover {
  color: #db545a !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2-base,
a.u-button-style.u-button-style.active>.u-text-active-color-2-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-2-base.u-active {
  color: #db545a !important;
}

.u-text-color-2-base .u-svg-link {
  fill: #db545a;
}

.u-text-hover-color-2-base:hover .u-svg-link,
.u-text-hover-color-2-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-2-base .u-svg-link {
  fill: #db545a;
}

.u-text-active-color-2-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-2-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-base .u-svg-link {
  fill: #db545a;
}

.u-text-color-3-dark-3,
.u-input.u-text-color-3-dark-3,
.u-input.u-text-color-3-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-dark-3,
li.active>a.u-button-style.u-text-color-3-dark-3[class*="u-border-"],
a.u-button-style.u-text-color-3-dark-3,
a.u-button-style.u-text-color-3-dark-3[class*="u-border-"] {
  color: #333129 !important;



}

a.u-button-style.u-text-color-3-dark-3:hover,
a.u-button-style.u-text-color-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-dark-3:focus,
a.u-button-style.u-text-color-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-dark-3:active,
a.u-button-style.u-button-style.u-text-color-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-dark-3.active,
a.u-button-style.u-button-style.u-text-color-3-dark-3[class*="u-border-"].active {
  color: #2e2c25 !important;
}

a.u-button-style:hover>.u-text-hover-color-3-dark-3,
a.u-button-style:hover>.u-text-hover-color-3-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-dark-3:hover,
.u-text-hover-color-3-dark-3.u-language-url:hover,
.u-text-hover-color-3-dark-3 .u-language-url:hover,
.u-text-hover-color-3-dark-3.u-carousel-control:hover,
.u-text-hover-color-3-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-3-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-3-dark-3:hover {
  color: #333129 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-color-3-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-3-dark-3.u-active {
  color: #333129 !important;
}

.u-text-color-3-dark-3 .u-svg-link {
  fill: #333129;
}

.u-text-hover-color-3-dark-3:hover .u-svg-link,
.u-text-hover-color-3-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-3-dark-3 .u-svg-link {
  fill: #333129;
}

.u-text-active-color-3-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-3-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-dark-3 .u-svg-link {
  fill: #333129;
}

.u-text-color-3-dark-2,
.u-input.u-text-color-3-dark-2,
.u-input.u-text-color-3-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-dark-2,
li.active>a.u-button-style.u-text-color-3-dark-2[class*="u-border-"],
a.u-button-style.u-text-color-3-dark-2,
a.u-button-style.u-text-color-3-dark-2[class*="u-border-"] {
  color: #72683f !important;



}

a.u-button-style.u-text-color-3-dark-2:hover,
a.u-button-style.u-text-color-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-dark-2:focus,
a.u-button-style.u-text-color-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-dark-2:active,
a.u-button-style.u-button-style.u-text-color-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-dark-2.active,
a.u-button-style.u-button-style.u-text-color-3-dark-2[class*="u-border-"].active {
  color: #675e39 !important;
}

a.u-button-style:hover>.u-text-hover-color-3-dark-2,
a.u-button-style:hover>.u-text-hover-color-3-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-dark-2:hover,
.u-text-hover-color-3-dark-2.u-language-url:hover,
.u-text-hover-color-3-dark-2 .u-language-url:hover,
.u-text-hover-color-3-dark-2.u-carousel-control:hover,
.u-text-hover-color-3-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-3-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-3-dark-2:hover {
  color: #72683f !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-color-3-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-3-dark-2.u-active {
  color: #72683f !important;
}

.u-text-color-3-dark-2 .u-svg-link {
  fill: #72683f;
}

.u-text-hover-color-3-dark-2:hover .u-svg-link,
.u-text-hover-color-3-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-3-dark-2 .u-svg-link {
  fill: #72683f;
}

.u-text-active-color-3-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-3-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-dark-2 .u-svg-link {
  fill: #72683f;
}

.u-text-color-3-dark-1,
.u-input.u-text-color-3-dark-1,
.u-input.u-text-color-3-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-dark-1,
li.active>a.u-button-style.u-text-color-3-dark-1[class*="u-border-"],
a.u-button-style.u-text-color-3-dark-1,
a.u-button-style.u-text-color-3-dark-1[class*="u-border-"] {
  color: #b29a36 !important;



}

a.u-button-style.u-text-color-3-dark-1:hover,
a.u-button-style.u-text-color-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-dark-1:focus,
a.u-button-style.u-text-color-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-dark-1:active,
a.u-button-style.u-button-style.u-text-color-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-dark-1.active,
a.u-button-style.u-button-style.u-text-color-3-dark-1[class*="u-border-"].active {
  color: #a08b31 !important;
}

a.u-button-style:hover>.u-text-hover-color-3-dark-1,
a.u-button-style:hover>.u-text-hover-color-3-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-dark-1:hover,
.u-text-hover-color-3-dark-1.u-language-url:hover,
.u-text-hover-color-3-dark-1 .u-language-url:hover,
.u-text-hover-color-3-dark-1.u-carousel-control:hover,
.u-text-hover-color-3-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-3-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-3-dark-1:hover {
  color: #b29a36 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-color-3-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-3-dark-1.u-active {
  color: #b29a36 !important;
}

.u-text-color-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

.u-text-hover-color-3-dark-1:hover .u-svg-link,
.u-text-hover-color-3-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

.u-text-active-color-3-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-3-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

.u-text-color-3,
.u-input.u-text-color-3,
.u-input.u-text-color-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3,
li.active>a.u-button-style.u-text-color-3[class*="u-border-"],
a.u-button-style.u-text-color-3,
a.u-button-style.u-text-color-3[class*="u-border-"] {
  color: #f1c50e !important;



}

a.u-button-style.u-text-color-3:hover,
a.u-button-style.u-text-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3:focus,
a.u-button-style.u-text-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3:active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3.active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"].active {
  color: #d9b10d !important;
}

a.u-button-style:hover>.u-text-hover-color-3,
a.u-button-style:hover>.u-text-hover-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3:hover,
.u-text-hover-color-3.u-language-url:hover,
.u-text-hover-color-3 .u-language-url:hover,
.u-text-hover-color-3.u-carousel-control:hover,
.u-text-hover-color-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-3:hover {
  color: #f1c50e !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3,
a.u-button-style.u-button-style.active>.u-text-active-color-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-3.u-active {
  color: #f1c50e !important;
}

.u-text-color-3 .u-svg-link {
  fill: #f1c50e;
}

.u-text-hover-color-3:hover .u-svg-link,
.u-text-hover-color-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-3 .u-svg-link {
  fill: #f1c50e;
}

.u-text-active-color-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3 .u-svg-link {
  fill: #f1c50e;
}

.u-text-color-3-light-1,
.u-input.u-text-color-3-light-1,
.u-input.u-text-color-3-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-light-1,
li.active>a.u-button-style.u-text-color-3-light-1[class*="u-border-"],
a.u-button-style.u-text-color-3-light-1,
a.u-button-style.u-text-color-3-light-1[class*="u-border-"] {
  color: #f5d654 !important;



}

a.u-button-style.u-text-color-3-light-1:hover,
a.u-button-style.u-text-color-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-light-1:focus,
a.u-button-style.u-text-color-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-light-1:active,
a.u-button-style.u-button-style.u-text-color-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-light-1.active,
a.u-button-style.u-button-style.u-text-color-3-light-1[class*="u-border-"].active {
  color: #f3cf35 !important;
}

a.u-button-style:hover>.u-text-hover-color-3-light-1,
a.u-button-style:hover>.u-text-hover-color-3-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-light-1:hover,
.u-text-hover-color-3-light-1.u-language-url:hover,
.u-text-hover-color-3-light-1 .u-language-url:hover,
.u-text-hover-color-3-light-1.u-carousel-control:hover,
.u-text-hover-color-3-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-3-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-3-light-1:hover {
  color: #f5d654 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3-light-1,
a.u-button-style.u-button-style.active>.u-text-active-color-3-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-3-light-1.u-active {
  color: #f5d654 !important;
}

.u-text-color-3-light-1 .u-svg-link {
  fill: #f5d654;
}

.u-text-hover-color-3-light-1:hover .u-svg-link,
.u-text-hover-color-3-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-3-light-1 .u-svg-link {
  fill: #f5d654;
}

.u-text-active-color-3-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-3-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-light-1 .u-svg-link {
  fill: #f5d654;
}

.u-text-color-3-light-2,
.u-input.u-text-color-3-light-2,
.u-input.u-text-color-3-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-light-2,
li.active>a.u-button-style.u-text-color-3-light-2[class*="u-border-"],
a.u-button-style.u-text-color-3-light-2,
a.u-button-style.u-text-color-3-light-2[class*="u-border-"] {
  color: #f9e79b !important;



}

a.u-button-style.u-text-color-3-light-2:hover,
a.u-button-style.u-text-color-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-light-2:focus,
a.u-button-style.u-text-color-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-light-2:active,
a.u-button-style.u-button-style.u-text-color-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-light-2.active,
a.u-button-style.u-button-style.u-text-color-3-light-2[class*="u-border-"].active {
  color: #f7de75 !important;
}

a.u-button-style:hover>.u-text-hover-color-3-light-2,
a.u-button-style:hover>.u-text-hover-color-3-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-light-2:hover,
.u-text-hover-color-3-light-2.u-language-url:hover,
.u-text-hover-color-3-light-2 .u-language-url:hover,
.u-text-hover-color-3-light-2.u-carousel-control:hover,
.u-text-hover-color-3-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-3-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-3-light-2:hover {
  color: #f9e79b !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3-light-2,
a.u-button-style.u-button-style.active>.u-text-active-color-3-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-3-light-2.u-active {
  color: #f9e79b !important;
}

.u-text-color-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

.u-text-hover-color-3-light-2:hover .u-svg-link,
.u-text-hover-color-3-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

.u-text-active-color-3-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-3-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

.u-text-color-3-light-3,
.u-input.u-text-color-3-light-3,
.u-input.u-text-color-3-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-light-3,
li.active>a.u-button-style.u-text-color-3-light-3[class*="u-border-"],
a.u-button-style.u-text-color-3-light-3,
a.u-button-style.u-text-color-3-light-3[class*="u-border-"] {
  color: #fef9e6 !important;



}

a.u-button-style.u-text-color-3-light-3:hover,
a.u-button-style.u-text-color-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-light-3:focus,
a.u-button-style.u-text-color-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-light-3:active,
a.u-button-style.u-button-style.u-text-color-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-light-3.active,
a.u-button-style.u-button-style.u-text-color-3-light-3[class*="u-border-"].active {
  color: #fceeb7 !important;
}

a.u-button-style:hover>.u-text-hover-color-3-light-3,
a.u-button-style:hover>.u-text-hover-color-3-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-light-3:hover,
.u-text-hover-color-3-light-3.u-language-url:hover,
.u-text-hover-color-3-light-3 .u-language-url:hover,
.u-text-hover-color-3-light-3.u-carousel-control:hover,
.u-text-hover-color-3-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-3-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-3-light-3:hover {
  color: #fef9e6 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3-light-3,
a.u-button-style.u-button-style.active>.u-text-active-color-3-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-3-light-3.u-active {
  color: #fef9e6 !important;
}

.u-text-color-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

.u-text-hover-color-3-light-3:hover .u-svg-link,
.u-text-hover-color-3-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

.u-text-active-color-3-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-3-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

.u-text-color-3-base,
.u-input.u-text-color-3-base,
.u-input.u-text-color-3-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-base,
li.active>a.u-button-style.u-text-color-3-base[class*="u-border-"],
a.u-button-style.u-text-color-3-base,
a.u-button-style.u-text-color-3-base[class*="u-border-"] {
  color: #f1c50e !important;



}

a.u-button-style.u-text-color-3-base:hover,
a.u-button-style.u-text-color-3-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-base:focus,
a.u-button-style.u-text-color-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-base:active,
a.u-button-style.u-button-style.u-text-color-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-base.active,
a.u-button-style.u-button-style.u-text-color-3-base[class*="u-border-"].active {
  color: #d9b10d !important;
}

a.u-button-style:hover>.u-text-hover-color-3-base,
a.u-button-style:hover>.u-text-hover-color-3-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-base:hover,
.u-text-hover-color-3-base.u-language-url:hover,
.u-text-hover-color-3-base .u-language-url:hover,
.u-text-hover-color-3-base.u-carousel-control:hover,
.u-text-hover-color-3-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-3-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-3-base:hover {
  color: #f1c50e !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3-base,
a.u-button-style.u-button-style.active>.u-text-active-color-3-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-3-base.u-active {
  color: #f1c50e !important;
}

.u-text-color-3-base .u-svg-link {
  fill: #f1c50e;
}

.u-text-hover-color-3-base:hover .u-svg-link,
.u-text-hover-color-3-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-3-base .u-svg-link {
  fill: #f1c50e;
}

.u-text-active-color-3-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-3-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-base .u-svg-link {
  fill: #f1c50e;
}

.u-text-color-4-dark-3,
.u-input.u-text-color-4-dark-3,
.u-input.u-text-color-4-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-dark-3,
li.active>a.u-button-style.u-text-color-4-dark-3[class*="u-border-"],
a.u-button-style.u-text-color-4-dark-3,
a.u-button-style.u-text-color-4-dark-3[class*="u-border-"] {
  color: #293332 !important;



}

a.u-button-style.u-text-color-4-dark-3:hover,
a.u-button-style.u-text-color-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-dark-3:focus,
a.u-button-style.u-text-color-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-dark-3:active,
a.u-button-style.u-button-style.u-text-color-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-dark-3.active,
a.u-button-style.u-button-style.u-text-color-4-dark-3[class*="u-border-"].active {
  color: #252e2d !important;
}

a.u-button-style:hover>.u-text-hover-color-4-dark-3,
a.u-button-style:hover>.u-text-hover-color-4-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-dark-3:hover,
.u-text-hover-color-4-dark-3.u-language-url:hover,
.u-text-hover-color-4-dark-3 .u-language-url:hover,
.u-text-hover-color-4-dark-3.u-carousel-control:hover,
.u-text-hover-color-4-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-4-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-4-dark-3:hover {
  color: #293332 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-4-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-color-4-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-4-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-4-dark-3.u-active {
  color: #293332 !important;
}

.u-text-color-4-dark-3 .u-svg-link {
  fill: #293332;
}

.u-text-hover-color-4-dark-3:hover .u-svg-link,
.u-text-hover-color-4-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-4-dark-3 .u-svg-link {
  fill: #293332;
}

.u-text-active-color-4-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-4-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-dark-3 .u-svg-link {
  fill: #293332;
}

.u-text-color-4-dark-2,
.u-input.u-text-color-4-dark-2,
.u-input.u-text-color-4-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-dark-2,
li.active>a.u-button-style.u-text-color-4-dark-2[class*="u-border-"],
a.u-button-style.u-text-color-4-dark-2,
a.u-button-style.u-text-color-4-dark-2[class*="u-border-"] {
  color: #41807c !important;



}

a.u-button-style.u-text-color-4-dark-2:hover,
a.u-button-style.u-text-color-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-dark-2:focus,
a.u-button-style.u-text-color-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-dark-2:active,
a.u-button-style.u-button-style.u-text-color-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-dark-2.active,
a.u-button-style.u-button-style.u-text-color-4-dark-2[class*="u-border-"].active {
  color: #3a7370 !important;
}

a.u-button-style:hover>.u-text-hover-color-4-dark-2,
a.u-button-style:hover>.u-text-hover-color-4-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-dark-2:hover,
.u-text-hover-color-4-dark-2.u-language-url:hover,
.u-text-hover-color-4-dark-2 .u-language-url:hover,
.u-text-hover-color-4-dark-2.u-carousel-control:hover,
.u-text-hover-color-4-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-4-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-4-dark-2:hover {
  color: #41807c !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-4-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-color-4-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-4-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-4-dark-2.u-active {
  color: #41807c !important;
}

.u-text-color-4-dark-2 .u-svg-link {
  fill: #41807c;
}

.u-text-hover-color-4-dark-2:hover .u-svg-link,
.u-text-hover-color-4-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-4-dark-2 .u-svg-link {
  fill: #41807c;
}

.u-text-active-color-4-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-4-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-dark-2 .u-svg-link {
  fill: #41807c;
}

.u-text-color-4-dark-1,
.u-input.u-text-color-4-dark-1,
.u-input.u-text-color-4-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-dark-1,
li.active>a.u-button-style.u-text-color-4-dark-1[class*="u-border-"],
a.u-button-style.u-text-color-4-dark-1,
a.u-button-style.u-text-color-4-dark-1[class*="u-border-"] {
  color: #2cccc4 !important;



}

a.u-button-style.u-text-color-4-dark-1:hover,
a.u-button-style.u-text-color-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-dark-1:focus,
a.u-button-style.u-text-color-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-dark-1:active,
a.u-button-style.u-button-style.u-text-color-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-dark-1.active,
a.u-button-style.u-button-style.u-text-color-4-dark-1[class*="u-border-"].active {
  color: #28b8b0 !important;
}

a.u-button-style:hover>.u-text-hover-color-4-dark-1,
a.u-button-style:hover>.u-text-hover-color-4-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-dark-1:hover,
.u-text-hover-color-4-dark-1.u-language-url:hover,
.u-text-hover-color-4-dark-1 .u-language-url:hover,
.u-text-hover-color-4-dark-1.u-carousel-control:hover,
.u-text-hover-color-4-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-4-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-4-dark-1:hover {
  color: #2cccc4 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-4-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-color-4-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-4-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-4-dark-1.u-active {
  color: #2cccc4 !important;
}

.u-text-color-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

.u-text-hover-color-4-dark-1:hover .u-svg-link,
.u-text-hover-color-4-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

.u-text-active-color-4-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-4-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

.u-text-color-4,
.u-input.u-text-color-4,
.u-input.u-text-color-4[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4,
li.active>a.u-button-style.u-text-color-4[class*="u-border-"],
a.u-button-style.u-text-color-4,
a.u-button-style.u-text-color-4[class*="u-border-"] {
  color: #3be8e0 !important;



}

a.u-button-style.u-text-color-4:hover,
a.u-button-style.u-text-color-4[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4:focus,
a.u-button-style.u-text-color-4[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4:active,
a.u-button-style.u-button-style.u-text-color-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4.active,
a.u-button-style.u-button-style.u-text-color-4[class*="u-border-"].active {
  color: #21e5dc !important;
}

a.u-button-style:hover>.u-text-hover-color-4,
a.u-button-style:hover>.u-text-hover-color-4[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4:hover,
a.u-button-style.u-button-style.u-text-hover-color-4[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4:focus,
a.u-button-style.u-button-style.u-text-hover-color-4[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4:hover,
.u-text-hover-color-4.u-language-url:hover,
.u-text-hover-color-4 .u-language-url:hover,
.u-text-hover-color-4.u-carousel-control:hover,
.u-text-hover-color-4.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-4 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-4:hover {
  color: #3be8e0 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-4,
a.u-button-style.u-button-style.active>.u-text-active-color-4[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-4.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-4.u-active {
  color: #3be8e0 !important;
}

.u-text-color-4 .u-svg-link {
  fill: #3be8e0;
}

.u-text-hover-color-4:hover .u-svg-link,
.u-text-hover-color-4:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-4 .u-svg-link {
  fill: #3be8e0;
}

.u-text-active-color-4:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-4 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4 .u-svg-link {
  fill: #3be8e0;
}

.u-text-color-4-light-1,
.u-input.u-text-color-4-light-1,
.u-input.u-text-color-4-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-light-1,
li.active>a.u-button-style.u-text-color-4-light-1[class*="u-border-"],
a.u-button-style.u-text-color-4-light-1,
a.u-button-style.u-text-color-4-light-1[class*="u-border-"] {
  color: #72efe9 !important;



}

a.u-button-style.u-text-color-4-light-1:hover,
a.u-button-style.u-text-color-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-light-1:focus,
a.u-button-style.u-text-color-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-light-1:active,
a.u-button-style.u-button-style.u-text-color-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-light-1.active,
a.u-button-style.u-button-style.u-text-color-4-light-1[class*="u-border-"].active {
  color: #52ebe4 !important;
}

a.u-button-style:hover>.u-text-hover-color-4-light-1,
a.u-button-style:hover>.u-text-hover-color-4-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-light-1:hover,
.u-text-hover-color-4-light-1.u-language-url:hover,
.u-text-hover-color-4-light-1 .u-language-url:hover,
.u-text-hover-color-4-light-1.u-carousel-control:hover,
.u-text-hover-color-4-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-4-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-4-light-1:hover {
  color: #72efe9 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-4-light-1,
a.u-button-style.u-button-style.active>.u-text-active-color-4-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-4-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-4-light-1.u-active {
  color: #72efe9 !important;
}

.u-text-color-4-light-1 .u-svg-link {
  fill: #72efe9;
}

.u-text-hover-color-4-light-1:hover .u-svg-link,
.u-text-hover-color-4-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-4-light-1 .u-svg-link {
  fill: #72efe9;
}

.u-text-active-color-4-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-4-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-light-1 .u-svg-link {
  fill: #72efe9;
}

.u-text-color-4-light-2,
.u-input.u-text-color-4-light-2,
.u-input.u-text-color-4-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-light-2,
li.active>a.u-button-style.u-text-color-4-light-2[class*="u-border-"],
a.u-button-style.u-text-color-4-light-2,
a.u-button-style.u-text-color-4-light-2[class*="u-border-"] {
  color: #adf6f2 !important;



}

a.u-button-style.u-text-color-4-light-2:hover,
a.u-button-style.u-text-color-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-light-2:focus,
a.u-button-style.u-text-color-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-light-2:active,
a.u-button-style.u-button-style.u-text-color-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-light-2.active,
a.u-button-style.u-button-style.u-text-color-4-light-2[class*="u-border-"].active {
  color: #87f2ec !important;
}

a.u-button-style:hover>.u-text-hover-color-4-light-2,
a.u-button-style:hover>.u-text-hover-color-4-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-light-2:hover,
.u-text-hover-color-4-light-2.u-language-url:hover,
.u-text-hover-color-4-light-2 .u-language-url:hover,
.u-text-hover-color-4-light-2.u-carousel-control:hover,
.u-text-hover-color-4-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-4-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-4-light-2:hover {
  color: #adf6f2 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-4-light-2,
a.u-button-style.u-button-style.active>.u-text-active-color-4-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-4-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-4-light-2.u-active {
  color: #adf6f2 !important;
}

.u-text-color-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

.u-text-hover-color-4-light-2:hover .u-svg-link,
.u-text-hover-color-4-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

.u-text-active-color-4-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-4-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

.u-text-color-4-light-3,
.u-input.u-text-color-4-light-3,
.u-input.u-text-color-4-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-light-3,
li.active>a.u-button-style.u-text-color-4-light-3[class*="u-border-"],
a.u-button-style.u-text-color-4-light-3,
a.u-button-style.u-text-color-4-light-3[class*="u-border-"] {
  color: #eafdfc !important;



}

a.u-button-style.u-text-color-4-light-3:hover,
a.u-button-style.u-text-color-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-light-3:focus,
a.u-button-style.u-text-color-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-light-3:active,
a.u-button-style.u-button-style.u-text-color-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-light-3.active,
a.u-button-style.u-button-style.u-text-color-4-light-3[class*="u-border-"].active {
  color: #bef9f6 !important;
}

a.u-button-style:hover>.u-text-hover-color-4-light-3,
a.u-button-style:hover>.u-text-hover-color-4-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-light-3:hover,
.u-text-hover-color-4-light-3.u-language-url:hover,
.u-text-hover-color-4-light-3 .u-language-url:hover,
.u-text-hover-color-4-light-3.u-carousel-control:hover,
.u-text-hover-color-4-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-4-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-4-light-3:hover {
  color: #eafdfc !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-4-light-3,
a.u-button-style.u-button-style.active>.u-text-active-color-4-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-4-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-4-light-3.u-active {
  color: #eafdfc !important;
}

.u-text-color-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

.u-text-hover-color-4-light-3:hover .u-svg-link,
.u-text-hover-color-4-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

.u-text-active-color-4-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-4-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

.u-text-color-4-base,
.u-input.u-text-color-4-base,
.u-input.u-text-color-4-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-base,
li.active>a.u-button-style.u-text-color-4-base[class*="u-border-"],
a.u-button-style.u-text-color-4-base,
a.u-button-style.u-text-color-4-base[class*="u-border-"] {
  color: #2cccc4 !important;



}

a.u-button-style.u-text-color-4-base:hover,
a.u-button-style.u-text-color-4-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-base:focus,
a.u-button-style.u-text-color-4-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-base:active,
a.u-button-style.u-button-style.u-text-color-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-base.active,
a.u-button-style.u-button-style.u-text-color-4-base[class*="u-border-"].active {
  color: #28b8b0 !important;
}

a.u-button-style:hover>.u-text-hover-color-4-base,
a.u-button-style:hover>.u-text-hover-color-4-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-base:hover,
.u-text-hover-color-4-base.u-language-url:hover,
.u-text-hover-color-4-base .u-language-url:hover,
.u-text-hover-color-4-base.u-carousel-control:hover,
.u-text-hover-color-4-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-4-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-4-base:hover {
  color: #2cccc4 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-4-base,
a.u-button-style.u-button-style.active>.u-text-active-color-4-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-4-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-4-base.u-active {
  color: #2cccc4 !important;
}

.u-text-color-4-base .u-svg-link {
  fill: #2cccc4;
}

.u-text-hover-color-4-base:hover .u-svg-link,
.u-text-hover-color-4-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-4-base .u-svg-link {
  fill: #2cccc4;
}

.u-text-active-color-4-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-4-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-base .u-svg-link {
  fill: #2cccc4;
}

.u-text-color-5-dark-3,
.u-input.u-text-color-5-dark-3,
.u-input.u-text-color-5-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-dark-3,
li.active>a.u-button-style.u-text-color-5-dark-3[class*="u-border-"],
a.u-button-style.u-text-color-5-dark-3,
a.u-button-style.u-text-color-5-dark-3[class*="u-border-"] {
  color: #292d33 !important;



}

a.u-button-style.u-text-color-5-dark-3:hover,
a.u-button-style.u-text-color-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-dark-3:focus,
a.u-button-style.u-text-color-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-dark-3:active,
a.u-button-style.u-button-style.u-text-color-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-dark-3.active,
a.u-button-style.u-button-style.u-text-color-5-dark-3[class*="u-border-"].active {
  color: #25292e !important;
}

a.u-button-style:hover>.u-text-hover-color-5-dark-3,
a.u-button-style:hover>.u-text-hover-color-5-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-dark-3:hover,
.u-text-hover-color-5-dark-3.u-language-url:hover,
.u-text-hover-color-5-dark-3 .u-language-url:hover,
.u-text-hover-color-5-dark-3.u-carousel-control:hover,
.u-text-hover-color-5-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-5-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-5-dark-3:hover {
  color: #292d33 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-5-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-color-5-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-5-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-5-dark-3.u-active {
  color: #292d33 !important;
}

.u-text-color-5-dark-3 .u-svg-link {
  fill: #292d33;
}

.u-text-hover-color-5-dark-3:hover .u-svg-link,
.u-text-hover-color-5-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-5-dark-3 .u-svg-link {
  fill: #292d33;
}

.u-text-active-color-5-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-5-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-dark-3 .u-svg-link {
  fill: #292d33;
}

.u-text-color-5-dark-2,
.u-input.u-text-color-5-dark-2,
.u-input.u-text-color-5-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-dark-2,
li.active>a.u-button-style.u-text-color-5-dark-2[class*="u-border-"],
a.u-button-style.u-text-color-5-dark-2,
a.u-button-style.u-text-color-5-dark-2[class*="u-border-"] {
  color: #555c66 !important;



}

a.u-button-style.u-text-color-5-dark-2:hover,
a.u-button-style.u-text-color-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-dark-2:focus,
a.u-button-style.u-text-color-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-dark-2:active,
a.u-button-style.u-button-style.u-text-color-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-dark-2.active,
a.u-button-style.u-button-style.u-text-color-5-dark-2[class*="u-border-"].active {
  color: #4d535c !important;
}

a.u-button-style:hover>.u-text-hover-color-5-dark-2,
a.u-button-style:hover>.u-text-hover-color-5-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-dark-2:hover,
.u-text-hover-color-5-dark-2.u-language-url:hover,
.u-text-hover-color-5-dark-2 .u-language-url:hover,
.u-text-hover-color-5-dark-2.u-carousel-control:hover,
.u-text-hover-color-5-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-5-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-5-dark-2:hover {
  color: #555c66 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-5-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-color-5-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-5-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-5-dark-2.u-active {
  color: #555c66 !important;
}

.u-text-color-5-dark-2 .u-svg-link {
  fill: #555c66;
}

.u-text-hover-color-5-dark-2:hover .u-svg-link,
.u-text-hover-color-5-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-5-dark-2 .u-svg-link {
  fill: #555c66;
}

.u-text-active-color-5-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-5-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-dark-2 .u-svg-link {
  fill: #555c66;
}

.u-text-color-5-dark-1,
.u-input.u-text-color-5-dark-1,
.u-input.u-text-color-5-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-dark-1,
li.active>a.u-button-style.u-text-color-5-dark-1[class*="u-border-"],
a.u-button-style.u-text-color-5-dark-1,
a.u-button-style.u-text-color-5-dark-1[class*="u-border-"] {
  color: #858e99 !important;



}

a.u-button-style.u-text-color-5-dark-1:hover,
a.u-button-style.u-text-color-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-dark-1:focus,
a.u-button-style.u-text-color-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-dark-1:active,
a.u-button-style.u-button-style.u-text-color-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-dark-1.active,
a.u-button-style.u-button-style.u-text-color-5-dark-1[class*="u-border-"].active {
  color: #75808c !important;
}

a.u-button-style:hover>.u-text-hover-color-5-dark-1,
a.u-button-style:hover>.u-text-hover-color-5-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-dark-1:hover,
.u-text-hover-color-5-dark-1.u-language-url:hover,
.u-text-hover-color-5-dark-1 .u-language-url:hover,
.u-text-hover-color-5-dark-1.u-carousel-control:hover,
.u-text-hover-color-5-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-5-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-5-dark-1:hover {
  color: #858e99 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-5-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-color-5-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-5-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-5-dark-1.u-active {
  color: #858e99 !important;
}

.u-text-color-5-dark-1 .u-svg-link {
  fill: #858e99;
}

.u-text-hover-color-5-dark-1:hover .u-svg-link,
.u-text-hover-color-5-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-5-dark-1 .u-svg-link {
  fill: #858e99;
}

.u-text-active-color-5-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-5-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-dark-1 .u-svg-link {
  fill: #858e99;
}

.u-text-color-5,
.u-input.u-text-color-5,
.u-input.u-text-color-5[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5,
li.active>a.u-button-style.u-text-color-5[class*="u-border-"],
a.u-button-style.u-text-color-5,
a.u-button-style.u-text-color-5[class*="u-border-"] {
  color: #b9c1cc !important;



}

a.u-button-style.u-text-color-5:hover,
a.u-button-style.u-text-color-5[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5:focus,
a.u-button-style.u-text-color-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5:active,
a.u-button-style.u-button-style.u-text-color-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5.active,
a.u-button-style.u-button-style.u-text-color-5[class*="u-border-"].active {
  color: #a2adbc !important;
}

a.u-button-style:hover>.u-text-hover-color-5,
a.u-button-style:hover>.u-text-hover-color-5[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5:hover,
a.u-button-style.u-button-style.u-text-hover-color-5[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5:focus,
a.u-button-style.u-button-style.u-text-hover-color-5[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5:hover,
.u-text-hover-color-5.u-language-url:hover,
.u-text-hover-color-5 .u-language-url:hover,
.u-text-hover-color-5.u-carousel-control:hover,
.u-text-hover-color-5.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-5 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-5:hover {
  color: #b9c1cc !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-5,
a.u-button-style.u-button-style.active>.u-text-active-color-5[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-5.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-5.u-active {
  color: #b9c1cc !important;
}

.u-text-color-5 .u-svg-link {
  fill: #b9c1cc;
}

.u-text-hover-color-5:hover .u-svg-link,
.u-text-hover-color-5:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-5 .u-svg-link {
  fill: #b9c1cc;
}

.u-text-active-color-5:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-5 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5 .u-svg-link {
  fill: #b9c1cc;
}

.u-text-color-5-light-1,
.u-input.u-text-color-5-light-1,
.u-input.u-text-color-5-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-light-1,
li.active>a.u-button-style.u-text-color-5-light-1[class*="u-border-"],
a.u-button-style.u-text-color-5-light-1,
a.u-button-style.u-text-color-5-light-1[class*="u-border-"] {
  color: #ccd3db !important;



}

a.u-button-style.u-text-color-5-light-1:hover,
a.u-button-style.u-text-color-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-light-1:focus,
a.u-button-style.u-text-color-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-light-1:active,
a.u-button-style.u-button-style.u-text-color-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-light-1.active,
a.u-button-style.u-button-style.u-text-color-5-light-1[class*="u-border-"].active {
  color: #b3bec9 !important;
}

a.u-button-style:hover>.u-text-hover-color-5-light-1,
a.u-button-style:hover>.u-text-hover-color-5-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-light-1:hover,
.u-text-hover-color-5-light-1.u-language-url:hover,
.u-text-hover-color-5-light-1 .u-language-url:hover,
.u-text-hover-color-5-light-1.u-carousel-control:hover,
.u-text-hover-color-5-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-5-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-5-light-1:hover {
  color: #ccd3db !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-5-light-1,
a.u-button-style.u-button-style.active>.u-text-active-color-5-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-5-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-5-light-1.u-active {
  color: #ccd3db !important;
}

.u-text-color-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

.u-text-hover-color-5-light-1:hover .u-svg-link,
.u-text-hover-color-5-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

.u-text-active-color-5-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-5-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

.u-text-color-5-light-2,
.u-input.u-text-color-5-light-2,
.u-input.u-text-color-5-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-light-2,
li.active>a.u-button-style.u-text-color-5-light-2[class*="u-border-"],
a.u-button-style.u-text-color-5-light-2,
a.u-button-style.u-text-color-5-light-2[class*="u-border-"] {
  color: #e0e5eb !important;



}

a.u-button-style.u-text-color-5-light-2:hover,
a.u-button-style.u-text-color-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-light-2:focus,
a.u-button-style.u-text-color-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-light-2:active,
a.u-button-style.u-button-style.u-text-color-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-light-2.active,
a.u-button-style.u-button-style.u-text-color-5-light-2[class*="u-border-"].active {
  color: #c4ced9 !important;
}

a.u-button-style:hover>.u-text-hover-color-5-light-2,
a.u-button-style:hover>.u-text-hover-color-5-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-light-2:hover,
.u-text-hover-color-5-light-2.u-language-url:hover,
.u-text-hover-color-5-light-2 .u-language-url:hover,
.u-text-hover-color-5-light-2.u-carousel-control:hover,
.u-text-hover-color-5-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-5-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-5-light-2:hover {
  color: #e0e5eb !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-5-light-2,
a.u-button-style.u-button-style.active>.u-text-active-color-5-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-5-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-5-light-2.u-active {
  color: #e0e5eb !important;
}

.u-text-color-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

.u-text-hover-color-5-light-2:hover .u-svg-link,
.u-text-hover-color-5-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

.u-text-active-color-5-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-5-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

.u-text-color-5-light-3,
.u-input.u-text-color-5-light-3,
.u-input.u-text-color-5-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-light-3,
li.active>a.u-button-style.u-text-color-5-light-3[class*="u-border-"],
a.u-button-style.u-text-color-5-light-3,
a.u-button-style.u-text-color-5-light-3[class*="u-border-"] {
  color: #f5f7fa !important;



}

a.u-button-style.u-text-color-5-light-3:hover,
a.u-button-style.u-text-color-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-light-3:focus,
a.u-button-style.u-text-color-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-light-3:active,
a.u-button-style.u-button-style.u-text-color-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-light-3.active,
a.u-button-style.u-button-style.u-text-color-5-light-3[class*="u-border-"].active {
  color: #d4dde9 !important;
}

a.u-button-style:hover>.u-text-hover-color-5-light-3,
a.u-button-style:hover>.u-text-hover-color-5-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-light-3:hover,
.u-text-hover-color-5-light-3.u-language-url:hover,
.u-text-hover-color-5-light-3 .u-language-url:hover,
.u-text-hover-color-5-light-3.u-carousel-control:hover,
.u-text-hover-color-5-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-5-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-5-light-3:hover {
  color: #f5f7fa !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-5-light-3,
a.u-button-style.u-button-style.active>.u-text-active-color-5-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-5-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-5-light-3.u-active {
  color: #f5f7fa !important;
}

.u-text-color-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

.u-text-hover-color-5-light-3:hover .u-svg-link,
.u-text-hover-color-5-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

.u-text-active-color-5-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-5-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

.u-text-color-5-base,
.u-input.u-text-color-5-base,
.u-input.u-text-color-5-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-base,
li.active>a.u-button-style.u-text-color-5-base[class*="u-border-"],
a.u-button-style.u-text-color-5-base,
a.u-button-style.u-text-color-5-base[class*="u-border-"] {
  color: #b9c1cc !important;



}

a.u-button-style.u-text-color-5-base:hover,
a.u-button-style.u-text-color-5-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-base:focus,
a.u-button-style.u-text-color-5-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-base:active,
a.u-button-style.u-button-style.u-text-color-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-base.active,
a.u-button-style.u-button-style.u-text-color-5-base[class*="u-border-"].active {
  color: #a2adbc !important;
}

a.u-button-style:hover>.u-text-hover-color-5-base,
a.u-button-style:hover>.u-text-hover-color-5-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-base:hover,
.u-text-hover-color-5-base.u-language-url:hover,
.u-text-hover-color-5-base .u-language-url:hover,
.u-text-hover-color-5-base.u-carousel-control:hover,
.u-text-hover-color-5-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-5-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-5-base:hover {
  color: #b9c1cc !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-5-base,
a.u-button-style.u-button-style.active>.u-text-active-color-5-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-5-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-5-base.u-active {
  color: #b9c1cc !important;
}

.u-text-color-5-base .u-svg-link {
  fill: #b9c1cc;
}

.u-text-hover-color-5-base:hover .u-svg-link,
.u-text-hover-color-5-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-5-base .u-svg-link {
  fill: #b9c1cc;
}

.u-text-active-color-5-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-5-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-base .u-svg-link {
  fill: #b9c1cc;
}

.u-text-palette-1-dark-3,
.u-input.u-text-palette-1-dark-3,
.u-input.u-text-palette-1-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-dark-3,
li.active>a.u-button-style.u-text-palette-1-dark-3[class*="u-border-"],
a.u-button-style.u-text-palette-1-dark-3,
a.u-button-style.u-text-palette-1-dark-3[class*="u-border-"] {
  color: #292b33 !important;



}

a.u-button-style.u-text-palette-1-dark-3:hover,
a.u-button-style.u-text-palette-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-dark-3:focus,
a.u-button-style.u-text-palette-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-1-dark-3[class*="u-border-"].active {
  color: #25272e !important;
}

a.u-button-style:hover>.u-text-hover-palette-1-dark-3,
a.u-button-style:hover>.u-text-hover-palette-1-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-dark-3:hover,
.u-text-hover-palette-1-dark-3.u-language-url:hover,
.u-text-hover-palette-1-dark-3 .u-language-url:hover,
.u-text-hover-palette-1-dark-3.u-carousel-control:hover,
.u-text-hover-palette-1-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-1-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-1-dark-3:hover {
  color: #292b33 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-1-dark-3.u-active {
  color: #292b33 !important;
}

.u-text-palette-1-dark-3 .u-svg-link {
  fill: #292b33;
}

.u-text-hover-palette-1-dark-3:hover .u-svg-link,
.u-text-hover-palette-1-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-1-dark-3 .u-svg-link {
  fill: #292b33;
}

.u-text-active-palette-1-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-1-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-3 .u-svg-link {
  fill: #292b33;
}

.u-text-palette-1-dark-2,
.u-input.u-text-palette-1-dark-2,
.u-input.u-text-palette-1-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-dark-2,
li.active>a.u-button-style.u-text-palette-1-dark-2[class*="u-border-"],
a.u-button-style.u-text-palette-1-dark-2,
a.u-button-style.u-text-palette-1-dark-2[class*="u-border-"] {
  color: #4f5772 !important;



}

a.u-button-style.u-text-palette-1-dark-2:hover,
a.u-button-style.u-text-palette-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-dark-2:focus,
a.u-button-style.u-text-palette-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-1-dark-2[class*="u-border-"].active {
  color: #474e67 !important;
}

a.u-button-style:hover>.u-text-hover-palette-1-dark-2,
a.u-button-style:hover>.u-text-hover-palette-1-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-dark-2:hover,
.u-text-hover-palette-1-dark-2.u-language-url:hover,
.u-text-hover-palette-1-dark-2 .u-language-url:hover,
.u-text-hover-palette-1-dark-2.u-carousel-control:hover,
.u-text-hover-palette-1-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-1-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-1-dark-2:hover {
  color: #4f5772 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-1-dark-2.u-active {
  color: #4f5772 !important;
}

.u-text-palette-1-dark-2 .u-svg-link {
  fill: #4f5772;
}

.u-text-hover-palette-1-dark-2:hover .u-svg-link,
.u-text-hover-palette-1-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-1-dark-2 .u-svg-link {
  fill: #4f5772;
}

.u-text-active-palette-1-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-1-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-2 .u-svg-link {
  fill: #4f5772;
}

.u-text-palette-1-dark-1,
.u-input.u-text-palette-1-dark-1,
.u-input.u-text-palette-1-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-dark-1,
li.active>a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"],
a.u-button-style.u-text-palette-1-dark-1,
a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"] {
  color: #6779b1 !important;



}

a.u-button-style.u-text-palette-1-dark-1:hover,
a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-dark-1:focus,
a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-1-dark-1[class*="u-border-"].active {
  color: #5569a7 !important;
}

a.u-button-style:hover>.u-text-hover-palette-1-dark-1,
a.u-button-style:hover>.u-text-hover-palette-1-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-dark-1:hover,
.u-text-hover-palette-1-dark-1.u-language-url:hover,
.u-text-hover-palette-1-dark-1 .u-language-url:hover,
.u-text-hover-palette-1-dark-1.u-carousel-control:hover,
.u-text-hover-palette-1-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-1-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-1-dark-1:hover {
  color: #6779b1 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-1-dark-1.u-active {
  color: #6779b1 !important;
}

.u-text-palette-1-dark-1 .u-svg-link {
  fill: #6779b1;
}

.u-text-hover-palette-1-dark-1:hover .u-svg-link,
.u-text-hover-palette-1-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-1-dark-1 .u-svg-link {
  fill: #6779b1;
}

.u-text-active-palette-1-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-1-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-1 .u-svg-link {
  fill: #6779b1;
}

.u-text-palette-1,
.u-input.u-text-palette-1,
.u-input.u-text-palette-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1,
li.active>a.u-button-style.u-text-palette-1[class*="u-border-"],
a.u-button-style.u-text-palette-1,
a.u-button-style.u-text-palette-1[class*="u-border-"] {
  color: #7190f0 !important;



}

a.u-button-style.u-text-palette-1:hover,
a.u-button-style.u-text-palette-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1:focus,
a.u-button-style.u-text-palette-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1:active,
a.u-button-style.u-button-style.u-text-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1.active,
a.u-button-style.u-button-style.u-text-palette-1[class*="u-border-"].active {
  color: #5177ed !important;
}

a.u-button-style:hover>.u-text-hover-palette-1,
a.u-button-style:hover>.u-text-hover-palette-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1:hover,
.u-text-hover-palette-1.u-language-url:hover,
.u-text-hover-palette-1 .u-language-url:hover,
.u-text-hover-palette-1.u-carousel-control:hover,
.u-text-hover-palette-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-1:hover {
  color: #7190f0 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-1.u-active {
  color: #7190f0 !important;
}

.u-text-palette-1 .u-svg-link {
  fill: #7190f0;
}

.u-text-hover-palette-1:hover .u-svg-link,
.u-text-hover-palette-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-1 .u-svg-link {
  fill: #7190f0;
}

.u-text-active-palette-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1 .u-svg-link {
  fill: #7190f0;
}

.u-text-palette-1-light-1,
.u-input.u-text-palette-1-light-1,
.u-input.u-text-palette-1-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-light-1,
li.active>a.u-button-style.u-text-palette-1-light-1[class*="u-border-"],
a.u-button-style.u-text-palette-1-light-1,
a.u-button-style.u-text-palette-1-light-1[class*="u-border-"] {
  color: #9ab0f5 !important;



}

a.u-button-style.u-text-palette-1-light-1:hover,
a.u-button-style.u-text-palette-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-light-1:focus,
a.u-button-style.u-text-palette-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-light-1:active,
a.u-button-style.u-button-style.u-text-palette-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-light-1.active,
a.u-button-style.u-button-style.u-text-palette-1-light-1[class*="u-border-"].active {
  color: #7694f1 !important;
}

a.u-button-style:hover>.u-text-hover-palette-1-light-1,
a.u-button-style:hover>.u-text-hover-palette-1-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-light-1:hover,
.u-text-hover-palette-1-light-1.u-language-url:hover,
.u-text-hover-palette-1-light-1 .u-language-url:hover,
.u-text-hover-palette-1-light-1.u-carousel-control:hover,
.u-text-hover-palette-1-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-1-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-1-light-1:hover {
  color: #9ab0f5 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-light-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-1-light-1.u-active {
  color: #9ab0f5 !important;
}

.u-text-palette-1-light-1 .u-svg-link {
  fill: #9ab0f5;
}

.u-text-hover-palette-1-light-1:hover .u-svg-link,
.u-text-hover-palette-1-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-1-light-1 .u-svg-link {
  fill: #9ab0f5;
}

.u-text-active-palette-1-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-1-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-light-1 .u-svg-link {
  fill: #9ab0f5;
}

.u-text-palette-1-light-2,
.u-input.u-text-palette-1-light-2,
.u-input.u-text-palette-1-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-light-2,
li.active>a.u-button-style.u-text-palette-1-light-2[class*="u-border-"],
a.u-button-style.u-text-palette-1-light-2,
a.u-button-style.u-text-palette-1-light-2[class*="u-border-"] {
  color: #c4d1f9 !important;



}

a.u-button-style.u-text-palette-1-light-2:hover,
a.u-button-style.u-text-palette-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-light-2:focus,
a.u-button-style.u-text-palette-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-light-2:active,
a.u-button-style.u-button-style.u-text-palette-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-light-2.active,
a.u-button-style.u-button-style.u-text-palette-1-light-2[class*="u-border-"].active {
  color: #9cb2f5 !important;
}

a.u-button-style:hover>.u-text-hover-palette-1-light-2,
a.u-button-style:hover>.u-text-hover-palette-1-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-light-2:hover,
.u-text-hover-palette-1-light-2.u-language-url:hover,
.u-text-hover-palette-1-light-2 .u-language-url:hover,
.u-text-hover-palette-1-light-2.u-carousel-control:hover,
.u-text-hover-palette-1-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-1-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-1-light-2:hover {
  color: #c4d1f9 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-light-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-1-light-2.u-active {
  color: #c4d1f9 !important;
}

.u-text-palette-1-light-2 .u-svg-link {
  fill: #c4d1f9;
}

.u-text-hover-palette-1-light-2:hover .u-svg-link,
.u-text-hover-palette-1-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-1-light-2 .u-svg-link {
  fill: #c4d1f9;
}

.u-text-active-palette-1-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-1-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-light-2 .u-svg-link {
  fill: #c4d1f9;
}

.u-text-palette-1-light-3,
.u-input.u-text-palette-1-light-3,
.u-input.u-text-palette-1-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-light-3,
li.active>a.u-button-style.u-text-palette-1-light-3[class*="u-border-"],
a.u-button-style.u-text-palette-1-light-3,
a.u-button-style.u-text-palette-1-light-3[class*="u-border-"] {
  color: #f0f3fe !important;



}

a.u-button-style.u-text-palette-1-light-3:hover,
a.u-button-style.u-text-palette-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-light-3:focus,
a.u-button-style.u-text-palette-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-light-3:active,
a.u-button-style.u-button-style.u-text-palette-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-light-3.active,
a.u-button-style.u-button-style.u-text-palette-1-light-3[class*="u-border-"].active {
  color: #c2cefb !important;
}

a.u-button-style:hover>.u-text-hover-palette-1-light-3,
a.u-button-style:hover>.u-text-hover-palette-1-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-light-3:hover,
.u-text-hover-palette-1-light-3.u-language-url:hover,
.u-text-hover-palette-1-light-3 .u-language-url:hover,
.u-text-hover-palette-1-light-3.u-carousel-control:hover,
.u-text-hover-palette-1-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-1-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-1-light-3:hover {
  color: #f0f3fe !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-light-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-1-light-3.u-active {
  color: #f0f3fe !important;
}

.u-text-palette-1-light-3 .u-svg-link {
  fill: #f0f3fe;
}

.u-text-hover-palette-1-light-3:hover .u-svg-link,
.u-text-hover-palette-1-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-1-light-3 .u-svg-link {
  fill: #f0f3fe;
}

.u-text-active-palette-1-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-1-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-light-3 .u-svg-link {
  fill: #f0f3fe;
}

.u-text-palette-1-base,
.u-input.u-text-palette-1-base,
.u-input.u-text-palette-1-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-base,
li.active>a.u-button-style.u-text-palette-1-base[class*="u-border-"],
a.u-button-style.u-text-palette-1-base,
a.u-button-style.u-text-palette-1-base[class*="u-border-"] {
  color: #7190f0 !important;



}

a.u-button-style.u-text-palette-1-base:hover,
a.u-button-style.u-text-palette-1-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-base:focus,
a.u-button-style.u-text-palette-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-base:active,
a.u-button-style.u-button-style.u-text-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-base.active,
a.u-button-style.u-button-style.u-text-palette-1-base[class*="u-border-"].active {
  color: #5177ed !important;
}

a.u-button-style:hover>.u-text-hover-palette-1-base,
a.u-button-style:hover>.u-text-hover-palette-1-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-base:hover,
.u-text-hover-palette-1-base.u-language-url:hover,
.u-text-hover-palette-1-base .u-language-url:hover,
.u-text-hover-palette-1-base.u-carousel-control:hover,
.u-text-hover-palette-1-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-1-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-1-base:hover {
  color: #7190f0 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-base,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-1-base.u-active {
  color: #7190f0 !important;
}

.u-text-palette-1-base .u-svg-link {
  fill: #7190f0;
}

.u-text-hover-palette-1-base:hover .u-svg-link,
.u-text-hover-palette-1-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-1-base .u-svg-link {
  fill: #7190f0;
}

.u-text-active-palette-1-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-1-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-base .u-svg-link {
  fill: #7190f0;
}

.u-text-palette-2-dark-3,
.u-input.u-text-palette-2-dark-3,
.u-input.u-text-palette-2-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-dark-3,
li.active>a.u-button-style.u-text-palette-2-dark-3[class*="u-border-"],
a.u-button-style.u-text-palette-2-dark-3,
a.u-button-style.u-text-palette-2-dark-3[class*="u-border-"] {
  color: #332929 !important;



}

a.u-button-style.u-text-palette-2-dark-3:hover,
a.u-button-style.u-text-palette-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-dark-3:focus,
a.u-button-style.u-text-palette-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-2-dark-3[class*="u-border-"].active {
  color: #2e2525 !important;
}

a.u-button-style:hover>.u-text-hover-palette-2-dark-3,
a.u-button-style:hover>.u-text-hover-palette-2-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-dark-3:hover,
.u-text-hover-palette-2-dark-3.u-language-url:hover,
.u-text-hover-palette-2-dark-3 .u-language-url:hover,
.u-text-hover-palette-2-dark-3.u-carousel-control:hover,
.u-text-hover-palette-2-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-2-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-2-dark-3:hover {
  color: #332929 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-2-dark-3.u-active {
  color: #332929 !important;
}

.u-text-palette-2-dark-3 .u-svg-link {
  fill: #332929;
}

.u-text-hover-palette-2-dark-3:hover .u-svg-link,
.u-text-hover-palette-2-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-2-dark-3 .u-svg-link {
  fill: #332929;
}

.u-text-active-palette-2-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-2-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-3 .u-svg-link {
  fill: #332929;
}

.u-text-palette-2-dark-2,
.u-input.u-text-palette-2-dark-2,
.u-input.u-text-palette-2-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-dark-2,
li.active>a.u-button-style.u-text-palette-2-dark-2[class*="u-border-"],
a.u-button-style.u-text-palette-2-dark-2,
a.u-button-style.u-text-palette-2-dark-2[class*="u-border-"] {
  color: #6b4748 !important;



}

a.u-button-style.u-text-palette-2-dark-2:hover,
a.u-button-style.u-text-palette-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-dark-2:focus,
a.u-button-style.u-text-palette-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-2-dark-2[class*="u-border-"].active {
  color: #604041 !important;
}

a.u-button-style:hover>.u-text-hover-palette-2-dark-2,
a.u-button-style:hover>.u-text-hover-palette-2-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-dark-2:hover,
.u-text-hover-palette-2-dark-2.u-language-url:hover,
.u-text-hover-palette-2-dark-2 .u-language-url:hover,
.u-text-hover-palette-2-dark-2.u-carousel-control:hover,
.u-text-hover-palette-2-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-2-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-2-dark-2:hover {
  color: #6b4748 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-2-dark-2.u-active {
  color: #6b4748 !important;
}

.u-text-palette-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

.u-text-hover-palette-2-dark-2:hover .u-svg-link,
.u-text-hover-palette-2-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

.u-text-active-palette-2-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-2-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

.u-text-palette-2-dark-1,
.u-input.u-text-palette-2-dark-1,
.u-input.u-text-palette-2-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-dark-1,
li.active>a.u-button-style.u-text-palette-2-dark-1[class*="u-border-"],
a.u-button-style.u-text-palette-2-dark-1,
a.u-button-style.u-text-palette-2-dark-1[class*="u-border-"] {
  color: #a35559 !important;



}

a.u-button-style.u-text-palette-2-dark-1:hover,
a.u-button-style.u-text-palette-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-dark-1:focus,
a.u-button-style.u-text-palette-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-2-dark-1[class*="u-border-"].active {
  color: #934c50 !important;
}

a.u-button-style:hover>.u-text-hover-palette-2-dark-1,
a.u-button-style:hover>.u-text-hover-palette-2-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-dark-1:hover,
.u-text-hover-palette-2-dark-1.u-language-url:hover,
.u-text-hover-palette-2-dark-1 .u-language-url:hover,
.u-text-hover-palette-2-dark-1.u-carousel-control:hover,
.u-text-hover-palette-2-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-2-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-2-dark-1:hover {
  color: #a35559 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-2-dark-1.u-active {
  color: #a35559 !important;
}

.u-text-palette-2-dark-1 .u-svg-link {
  fill: #a35559;
}

.u-text-hover-palette-2-dark-1:hover .u-svg-link,
.u-text-hover-palette-2-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-2-dark-1 .u-svg-link {
  fill: #a35559;
}

.u-text-active-palette-2-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-2-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-1 .u-svg-link {
  fill: #a35559;
}

.u-text-palette-2,
.u-input.u-text-palette-2,
.u-input.u-text-palette-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2,
li.active>a.u-button-style.u-text-palette-2[class*="u-border-"],
a.u-button-style.u-text-palette-2,
a.u-button-style.u-text-palette-2[class*="u-border-"] {
  color: #db545a !important;



}

a.u-button-style.u-text-palette-2:hover,
a.u-button-style.u-text-palette-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2:focus,
a.u-button-style.u-text-palette-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2:active,
a.u-button-style.u-button-style.u-text-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2.active,
a.u-button-style.u-button-style.u-text-palette-2[class*="u-border-"].active {
  color: #d63b42 !important;
}

a.u-button-style:hover>.u-text-hover-palette-2,
a.u-button-style:hover>.u-text-hover-palette-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2:hover,
.u-text-hover-palette-2.u-language-url:hover,
.u-text-hover-palette-2 .u-language-url:hover,
.u-text-hover-palette-2.u-carousel-control:hover,
.u-text-hover-palette-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-2:hover {
  color: #db545a !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-2.u-active {
  color: #db545a !important;
}

.u-text-palette-2 .u-svg-link {
  fill: #db545a;
}

.u-text-hover-palette-2:hover .u-svg-link,
.u-text-hover-palette-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-2 .u-svg-link {
  fill: #db545a;
}

.u-text-active-palette-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2 .u-svg-link {
  fill: #db545a;
}

.u-text-palette-2-light-1,
.u-input.u-text-palette-2-light-1,
.u-input.u-text-palette-2-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-light-1,
li.active>a.u-button-style.u-text-palette-2-light-1[class*="u-border-"],
a.u-button-style.u-text-palette-2-light-1,
a.u-button-style.u-text-palette-2-light-1[class*="u-border-"] {
  color: #e68387 !important;



}

a.u-button-style.u-text-palette-2-light-1:hover,
a.u-button-style.u-text-palette-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-light-1:focus,
a.u-button-style.u-text-palette-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-light-1:active,
a.u-button-style.u-button-style.u-text-palette-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-light-1.active,
a.u-button-style.u-button-style.u-text-palette-2-light-1[class*="u-border-"].active {
  color: #e0656a !important;
}

a.u-button-style:hover>.u-text-hover-palette-2-light-1,
a.u-button-style:hover>.u-text-hover-palette-2-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-light-1:hover,
.u-text-hover-palette-2-light-1.u-language-url:hover,
.u-text-hover-palette-2-light-1 .u-language-url:hover,
.u-text-hover-palette-2-light-1.u-carousel-control:hover,
.u-text-hover-palette-2-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-2-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-2-light-1:hover {
  color: #e68387 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-light-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-2-light-1.u-active {
  color: #e68387 !important;
}

.u-text-palette-2-light-1 .u-svg-link {
  fill: #e68387;
}

.u-text-hover-palette-2-light-1:hover .u-svg-link,
.u-text-hover-palette-2-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-2-light-1 .u-svg-link {
  fill: #e68387;
}

.u-text-active-palette-2-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-2-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-light-1 .u-svg-link {
  fill: #e68387;
}

.u-text-palette-2-light-2,
.u-input.u-text-palette-2-light-2,
.u-input.u-text-palette-2-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-light-2,
li.active>a.u-button-style.u-text-palette-2-light-2[class*="u-border-"],
a.u-button-style.u-text-palette-2-light-2,
a.u-button-style.u-text-palette-2-light-2[class*="u-border-"] {
  color: #f1b5b8 !important;



}

a.u-button-style.u-text-palette-2-light-2:hover,
a.u-button-style.u-text-palette-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-light-2:focus,
a.u-button-style.u-text-palette-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-light-2:active,
a.u-button-style.u-button-style.u-text-palette-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-light-2.active,
a.u-button-style.u-button-style.u-text-palette-2-light-2[class*="u-border-"].active {
  color: #ea9296 !important;
}

a.u-button-style:hover>.u-text-hover-palette-2-light-2,
a.u-button-style:hover>.u-text-hover-palette-2-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-light-2:hover,
.u-text-hover-palette-2-light-2.u-language-url:hover,
.u-text-hover-palette-2-light-2 .u-language-url:hover,
.u-text-hover-palette-2-light-2.u-carousel-control:hover,
.u-text-hover-palette-2-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-2-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-2-light-2:hover {
  color: #f1b5b8 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-light-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-2-light-2.u-active {
  color: #f1b5b8 !important;
}

.u-text-palette-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

.u-text-hover-palette-2-light-2:hover .u-svg-link,
.u-text-hover-palette-2-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

.u-text-active-palette-2-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-2-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

.u-text-palette-2-light-3,
.u-input.u-text-palette-2-light-3,
.u-input.u-text-palette-2-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-light-3,
li.active>a.u-button-style.u-text-palette-2-light-3[class*="u-border-"],
a.u-button-style.u-text-palette-2-light-3,
a.u-button-style.u-text-palette-2-light-3[class*="u-border-"] {
  color: #fbeced !important;



}

a.u-button-style.u-text-palette-2-light-3:hover,
a.u-button-style.u-text-palette-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-light-3:focus,
a.u-button-style.u-text-palette-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-light-3:active,
a.u-button-style.u-button-style.u-text-palette-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-light-3.active,
a.u-button-style.u-button-style.u-text-palette-2-light-3[class*="u-border-"].active {
  color: #f3c4c7 !important;
}

a.u-button-style:hover>.u-text-hover-palette-2-light-3,
a.u-button-style:hover>.u-text-hover-palette-2-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-light-3:hover,
.u-text-hover-palette-2-light-3.u-language-url:hover,
.u-text-hover-palette-2-light-3 .u-language-url:hover,
.u-text-hover-palette-2-light-3.u-carousel-control:hover,
.u-text-hover-palette-2-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-2-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-2-light-3:hover {
  color: #fbeced !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-light-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-2-light-3.u-active {
  color: #fbeced !important;
}

.u-text-palette-2-light-3 .u-svg-link {
  fill: #fbeced;
}

.u-text-hover-palette-2-light-3:hover .u-svg-link,
.u-text-hover-palette-2-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-2-light-3 .u-svg-link {
  fill: #fbeced;
}

.u-text-active-palette-2-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-2-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-light-3 .u-svg-link {
  fill: #fbeced;
}

.u-text-palette-2-base,
.u-input.u-text-palette-2-base,
.u-input.u-text-palette-2-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-base,
li.active>a.u-button-style.u-text-palette-2-base[class*="u-border-"],
a.u-button-style.u-text-palette-2-base,
a.u-button-style.u-text-palette-2-base[class*="u-border-"] {
  color: #db545a !important;



}

a.u-button-style.u-text-palette-2-base:hover,
a.u-button-style.u-text-palette-2-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-base:focus,
a.u-button-style.u-text-palette-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-base:active,
a.u-button-style.u-button-style.u-text-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-base.active,
a.u-button-style.u-button-style.u-text-palette-2-base[class*="u-border-"].active {
  color: #d63b42 !important;
}

a.u-button-style:hover>.u-text-hover-palette-2-base,
a.u-button-style:hover>.u-text-hover-palette-2-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-base:hover,
.u-text-hover-palette-2-base.u-language-url:hover,
.u-text-hover-palette-2-base .u-language-url:hover,
.u-text-hover-palette-2-base.u-carousel-control:hover,
.u-text-hover-palette-2-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-2-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-2-base:hover {
  color: #db545a !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-base,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-2-base.u-active {
  color: #db545a !important;
}

.u-text-palette-2-base .u-svg-link {
  fill: #db545a;
}

.u-text-hover-palette-2-base:hover .u-svg-link,
.u-text-hover-palette-2-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-2-base .u-svg-link {
  fill: #db545a;
}

.u-text-active-palette-2-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-2-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-base .u-svg-link {
  fill: #db545a;
}

a.u-link.u-text-hover-palette-2-base:hover {
  color: #db545a !important;
}

.u-text-palette-3-dark-3,
.u-input.u-text-palette-3-dark-3,
.u-input.u-text-palette-3-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-dark-3,
li.active>a.u-button-style.u-text-palette-3-dark-3[class*="u-border-"],
a.u-button-style.u-text-palette-3-dark-3,
a.u-button-style.u-text-palette-3-dark-3[class*="u-border-"] {
  color: #333129 !important;



}

a.u-button-style.u-text-palette-3-dark-3:hover,
a.u-button-style.u-text-palette-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-dark-3:focus,
a.u-button-style.u-text-palette-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-3-dark-3[class*="u-border-"].active {
  color: #2e2c25 !important;
}

a.u-button-style:hover>.u-text-hover-palette-3-dark-3,
a.u-button-style:hover>.u-text-hover-palette-3-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-dark-3:hover,
.u-text-hover-palette-3-dark-3.u-language-url:hover,
.u-text-hover-palette-3-dark-3 .u-language-url:hover,
.u-text-hover-palette-3-dark-3.u-carousel-control:hover,
.u-text-hover-palette-3-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-3-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-3-dark-3:hover {
  color: #333129 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-3-dark-3.u-active {
  color: #333129 !important;
}

.u-text-palette-3-dark-3 .u-svg-link {
  fill: #333129;
}

.u-text-hover-palette-3-dark-3:hover .u-svg-link,
.u-text-hover-palette-3-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-3-dark-3 .u-svg-link {
  fill: #333129;
}

.u-text-active-palette-3-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-3-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-3 .u-svg-link {
  fill: #333129;
}

.u-text-palette-3-dark-2,
.u-input.u-text-palette-3-dark-2,
.u-input.u-text-palette-3-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-dark-2,
li.active>a.u-button-style.u-text-palette-3-dark-2[class*="u-border-"],
a.u-button-style.u-text-palette-3-dark-2,
a.u-button-style.u-text-palette-3-dark-2[class*="u-border-"] {
  color: #72683f !important;



}

a.u-button-style.u-text-palette-3-dark-2:hover,
a.u-button-style.u-text-palette-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-dark-2:focus,
a.u-button-style.u-text-palette-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-3-dark-2[class*="u-border-"].active {
  color: #675e39 !important;
}

a.u-button-style:hover>.u-text-hover-palette-3-dark-2,
a.u-button-style:hover>.u-text-hover-palette-3-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-dark-2:hover,
.u-text-hover-palette-3-dark-2.u-language-url:hover,
.u-text-hover-palette-3-dark-2 .u-language-url:hover,
.u-text-hover-palette-3-dark-2.u-carousel-control:hover,
.u-text-hover-palette-3-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-3-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-3-dark-2:hover {
  color: #72683f !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-3-dark-2.u-active {
  color: #72683f !important;
}

.u-text-palette-3-dark-2 .u-svg-link {
  fill: #72683f;
}

.u-text-hover-palette-3-dark-2:hover .u-svg-link,
.u-text-hover-palette-3-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-3-dark-2 .u-svg-link {
  fill: #72683f;
}

.u-text-active-palette-3-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-3-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-2 .u-svg-link {
  fill: #72683f;
}

.u-text-palette-3-dark-1,
.u-input.u-text-palette-3-dark-1,
.u-input.u-text-palette-3-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-dark-1,
li.active>a.u-button-style.u-text-palette-3-dark-1[class*="u-border-"],
a.u-button-style.u-text-palette-3-dark-1,
a.u-button-style.u-text-palette-3-dark-1[class*="u-border-"] {
  color: #b29a36 !important;



}

a.u-button-style.u-text-palette-3-dark-1:hover,
a.u-button-style.u-text-palette-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-dark-1:focus,
a.u-button-style.u-text-palette-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-3-dark-1[class*="u-border-"].active {
  color: #a08b31 !important;
}

a.u-button-style:hover>.u-text-hover-palette-3-dark-1,
a.u-button-style:hover>.u-text-hover-palette-3-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-dark-1:hover,
.u-text-hover-palette-3-dark-1.u-language-url:hover,
.u-text-hover-palette-3-dark-1 .u-language-url:hover,
.u-text-hover-palette-3-dark-1.u-carousel-control:hover,
.u-text-hover-palette-3-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-3-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-3-dark-1:hover {
  color: #b29a36 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-3-dark-1.u-active {
  color: #b29a36 !important;
}

.u-text-palette-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

.u-text-hover-palette-3-dark-1:hover .u-svg-link,
.u-text-hover-palette-3-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

.u-text-active-palette-3-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-3-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

.u-text-palette-3,
.u-input.u-text-palette-3,
.u-input.u-text-palette-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3,
li.active>a.u-button-style.u-text-palette-3[class*="u-border-"],
a.u-button-style.u-text-palette-3,
a.u-button-style.u-text-palette-3[class*="u-border-"] {
  color: #f1c50e !important;



}

a.u-button-style.u-text-palette-3:hover,
a.u-button-style.u-text-palette-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3:focus,
a.u-button-style.u-text-palette-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3:active,
a.u-button-style.u-button-style.u-text-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3.active,
a.u-button-style.u-button-style.u-text-palette-3[class*="u-border-"].active {
  color: #d9b10d !important;
}

a.u-button-style:hover>.u-text-hover-palette-3,
a.u-button-style:hover>.u-text-hover-palette-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3:hover,
.u-text-hover-palette-3.u-language-url:hover,
.u-text-hover-palette-3 .u-language-url:hover,
.u-text-hover-palette-3.u-carousel-control:hover,
.u-text-hover-palette-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-3:hover {
  color: #f1c50e !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-3.u-active {
  color: #f1c50e !important;
}

.u-text-palette-3 .u-svg-link {
  fill: #f1c50e;
}

.u-text-hover-palette-3:hover .u-svg-link,
.u-text-hover-palette-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-3 .u-svg-link {
  fill: #f1c50e;
}

.u-text-active-palette-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3 .u-svg-link {
  fill: #f1c50e;
}

.u-text-palette-3-light-1,
.u-input.u-text-palette-3-light-1,
.u-input.u-text-palette-3-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-light-1,
li.active>a.u-button-style.u-text-palette-3-light-1[class*="u-border-"],
a.u-button-style.u-text-palette-3-light-1,
a.u-button-style.u-text-palette-3-light-1[class*="u-border-"] {
  color: #f5d654 !important;



}

a.u-button-style.u-text-palette-3-light-1:hover,
a.u-button-style.u-text-palette-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-light-1:focus,
a.u-button-style.u-text-palette-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-light-1:active,
a.u-button-style.u-button-style.u-text-palette-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-light-1.active,
a.u-button-style.u-button-style.u-text-palette-3-light-1[class*="u-border-"].active {
  color: #f3cf35 !important;
}

a.u-button-style:hover>.u-text-hover-palette-3-light-1,
a.u-button-style:hover>.u-text-hover-palette-3-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-light-1:hover,
.u-text-hover-palette-3-light-1.u-language-url:hover,
.u-text-hover-palette-3-light-1 .u-language-url:hover,
.u-text-hover-palette-3-light-1.u-carousel-control:hover,
.u-text-hover-palette-3-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-3-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-3-light-1:hover {
  color: #f5d654 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-light-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-3-light-1.u-active {
  color: #f5d654 !important;
}

.u-text-palette-3-light-1 .u-svg-link {
  fill: #f5d654;
}

.u-text-hover-palette-3-light-1:hover .u-svg-link,
.u-text-hover-palette-3-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-3-light-1 .u-svg-link {
  fill: #f5d654;
}

.u-text-active-palette-3-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-3-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-light-1 .u-svg-link {
  fill: #f5d654;
}

.u-text-palette-3-light-2,
.u-input.u-text-palette-3-light-2,
.u-input.u-text-palette-3-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-light-2,
li.active>a.u-button-style.u-text-palette-3-light-2[class*="u-border-"],
a.u-button-style.u-text-palette-3-light-2,
a.u-button-style.u-text-palette-3-light-2[class*="u-border-"] {
  color: #f9e79b !important;



}

a.u-button-style.u-text-palette-3-light-2:hover,
a.u-button-style.u-text-palette-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-light-2:focus,
a.u-button-style.u-text-palette-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-light-2:active,
a.u-button-style.u-button-style.u-text-palette-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-light-2.active,
a.u-button-style.u-button-style.u-text-palette-3-light-2[class*="u-border-"].active {
  color: #f7de75 !important;
}

a.u-button-style:hover>.u-text-hover-palette-3-light-2,
a.u-button-style:hover>.u-text-hover-palette-3-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-light-2:hover,
.u-text-hover-palette-3-light-2.u-language-url:hover,
.u-text-hover-palette-3-light-2 .u-language-url:hover,
.u-text-hover-palette-3-light-2.u-carousel-control:hover,
.u-text-hover-palette-3-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-3-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-3-light-2:hover {
  color: #f9e79b !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-light-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-3-light-2.u-active {
  color: #f9e79b !important;
}

.u-text-palette-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

.u-text-hover-palette-3-light-2:hover .u-svg-link,
.u-text-hover-palette-3-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

.u-text-active-palette-3-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-3-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

.u-text-palette-3-light-3,
.u-input.u-text-palette-3-light-3,
.u-input.u-text-palette-3-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-light-3,
li.active>a.u-button-style.u-text-palette-3-light-3[class*="u-border-"],
a.u-button-style.u-text-palette-3-light-3,
a.u-button-style.u-text-palette-3-light-3[class*="u-border-"] {
  color: #fef9e6 !important;



}

a.u-button-style.u-text-palette-3-light-3:hover,
a.u-button-style.u-text-palette-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-light-3:focus,
a.u-button-style.u-text-palette-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-light-3:active,
a.u-button-style.u-button-style.u-text-palette-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-light-3.active,
a.u-button-style.u-button-style.u-text-palette-3-light-3[class*="u-border-"].active {
  color: #fceeb7 !important;
}

a.u-button-style:hover>.u-text-hover-palette-3-light-3,
a.u-button-style:hover>.u-text-hover-palette-3-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-light-3:hover,
.u-text-hover-palette-3-light-3.u-language-url:hover,
.u-text-hover-palette-3-light-3 .u-language-url:hover,
.u-text-hover-palette-3-light-3.u-carousel-control:hover,
.u-text-hover-palette-3-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-3-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-3-light-3:hover {
  color: #fef9e6 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-light-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-3-light-3.u-active {
  color: #fef9e6 !important;
}

.u-text-palette-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

.u-text-hover-palette-3-light-3:hover .u-svg-link,
.u-text-hover-palette-3-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

.u-text-active-palette-3-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-3-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

.u-text-palette-3-base,
.u-input.u-text-palette-3-base,
.u-input.u-text-palette-3-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-base,
li.active>a.u-button-style.u-text-palette-3-base[class*="u-border-"],
a.u-button-style.u-text-palette-3-base,
a.u-button-style.u-text-palette-3-base[class*="u-border-"] {
  color: #f1c50e !important;



}

a.u-button-style.u-text-palette-3-base:hover,
a.u-button-style.u-text-palette-3-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-base:focus,
a.u-button-style.u-text-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-base:active,
a.u-button-style.u-button-style.u-text-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-base.active,
a.u-button-style.u-button-style.u-text-palette-3-base[class*="u-border-"].active {
  color: #d9b10d !important;
}

a.u-button-style:hover>.u-text-hover-palette-3-base,
a.u-button-style:hover>.u-text-hover-palette-3-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-base:hover,
.u-text-hover-palette-3-base.u-language-url:hover,
.u-text-hover-palette-3-base .u-language-url:hover,
.u-text-hover-palette-3-base.u-carousel-control:hover,
.u-text-hover-palette-3-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-3-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-3-base:hover {
  color: #f1c50e !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-base,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-3-base.u-active {
  color: #f1c50e !important;
}

.u-text-palette-3-base .u-svg-link {
  fill: #f1c50e;
}

.u-text-hover-palette-3-base:hover .u-svg-link,
.u-text-hover-palette-3-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-3-base .u-svg-link {
  fill: #f1c50e;
}

.u-text-active-palette-3-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-3-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-base .u-svg-link {
  fill: #f1c50e;
}

.u-link.u-text-palette-3-base:hover {
  color: #d9b10d !important;
}

a.u-link.u-text-hover-palette-3-base:hover {
  color: #f1c50e !important;
}

.u-text-palette-4-dark-3,
.u-input.u-text-palette-4-dark-3,
.u-input.u-text-palette-4-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-dark-3,
li.active>a.u-button-style.u-text-palette-4-dark-3[class*="u-border-"],
a.u-button-style.u-text-palette-4-dark-3,
a.u-button-style.u-text-palette-4-dark-3[class*="u-border-"] {
  color: #293332 !important;



}

a.u-button-style.u-text-palette-4-dark-3:hover,
a.u-button-style.u-text-palette-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-dark-3:focus,
a.u-button-style.u-text-palette-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-4-dark-3[class*="u-border-"].active {
  color: #252e2d !important;
}

a.u-button-style:hover>.u-text-hover-palette-4-dark-3,
a.u-button-style:hover>.u-text-hover-palette-4-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-dark-3:hover,
.u-text-hover-palette-4-dark-3.u-language-url:hover,
.u-text-hover-palette-4-dark-3 .u-language-url:hover,
.u-text-hover-palette-4-dark-3.u-carousel-control:hover,
.u-text-hover-palette-4-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-4-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-4-dark-3:hover {
  color: #293332 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-4-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-4-dark-3.u-active {
  color: #293332 !important;
}

.u-text-palette-4-dark-3 .u-svg-link {
  fill: #293332;
}

.u-text-hover-palette-4-dark-3:hover .u-svg-link,
.u-text-hover-palette-4-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-4-dark-3 .u-svg-link {
  fill: #293332;
}

.u-text-active-palette-4-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-4-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-3 .u-svg-link {
  fill: #293332;
}

.u-text-palette-4-dark-2,
.u-input.u-text-palette-4-dark-2,
.u-input.u-text-palette-4-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-dark-2,
li.active>a.u-button-style.u-text-palette-4-dark-2[class*="u-border-"],
a.u-button-style.u-text-palette-4-dark-2,
a.u-button-style.u-text-palette-4-dark-2[class*="u-border-"] {
  color: #41807c !important;



}

a.u-button-style.u-text-palette-4-dark-2:hover,
a.u-button-style.u-text-palette-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-dark-2:focus,
a.u-button-style.u-text-palette-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-4-dark-2[class*="u-border-"].active {
  color: #3a7370 !important;
}

a.u-button-style:hover>.u-text-hover-palette-4-dark-2,
a.u-button-style:hover>.u-text-hover-palette-4-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-dark-2:hover,
.u-text-hover-palette-4-dark-2.u-language-url:hover,
.u-text-hover-palette-4-dark-2 .u-language-url:hover,
.u-text-hover-palette-4-dark-2.u-carousel-control:hover,
.u-text-hover-palette-4-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-4-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-4-dark-2:hover {
  color: #41807c !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-4-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-4-dark-2.u-active {
  color: #41807c !important;
}

.u-text-palette-4-dark-2 .u-svg-link {
  fill: #41807c;
}

.u-text-hover-palette-4-dark-2:hover .u-svg-link,
.u-text-hover-palette-4-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-4-dark-2 .u-svg-link {
  fill: #41807c;
}

.u-text-active-palette-4-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-4-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-2 .u-svg-link {
  fill: #41807c;
}

.u-text-palette-4-dark-1,
.u-input.u-text-palette-4-dark-1,
.u-input.u-text-palette-4-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-dark-1,
li.active>a.u-button-style.u-text-palette-4-dark-1[class*="u-border-"],
a.u-button-style.u-text-palette-4-dark-1,
a.u-button-style.u-text-palette-4-dark-1[class*="u-border-"] {
  color: #2cccc4 !important;



}

a.u-button-style.u-text-palette-4-dark-1:hover,
a.u-button-style.u-text-palette-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-dark-1:focus,
a.u-button-style.u-text-palette-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-4-dark-1[class*="u-border-"].active {
  color: #28b8b0 !important;
}

a.u-button-style:hover>.u-text-hover-palette-4-dark-1,
a.u-button-style:hover>.u-text-hover-palette-4-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-dark-1:hover,
.u-text-hover-palette-4-dark-1.u-language-url:hover,
.u-text-hover-palette-4-dark-1 .u-language-url:hover,
.u-text-hover-palette-4-dark-1.u-carousel-control:hover,
.u-text-hover-palette-4-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-4-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-4-dark-1:hover {
  color: #2cccc4 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-4-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-4-dark-1.u-active {
  color: #2cccc4 !important;
}

.u-text-palette-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

.u-text-hover-palette-4-dark-1:hover .u-svg-link,
.u-text-hover-palette-4-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

.u-text-active-palette-4-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-4-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

.u-text-palette-4,
.u-input.u-text-palette-4,
.u-input.u-text-palette-4[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4,
li.active>a.u-button-style.u-text-palette-4[class*="u-border-"],
a.u-button-style.u-text-palette-4,
a.u-button-style.u-text-palette-4[class*="u-border-"] {
  color: #3be8e0 !important;



}

a.u-button-style.u-text-palette-4:hover,
a.u-button-style.u-text-palette-4[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4:focus,
a.u-button-style.u-text-palette-4[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4:active,
a.u-button-style.u-button-style.u-text-palette-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4.active,
a.u-button-style.u-button-style.u-text-palette-4[class*="u-border-"].active {
  color: #21e5dc !important;
}

a.u-button-style:hover>.u-text-hover-palette-4,
a.u-button-style:hover>.u-text-hover-palette-4[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4:hover,
.u-text-hover-palette-4.u-language-url:hover,
.u-text-hover-palette-4 .u-language-url:hover,
.u-text-hover-palette-4.u-carousel-control:hover,
.u-text-hover-palette-4.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-4 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-4:hover {
  color: #3be8e0 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-4,
a.u-button-style.u-button-style.active>.u-text-active-palette-4[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-4.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-4.u-active {
  color: #3be8e0 !important;
}

.u-text-palette-4 .u-svg-link {
  fill: #3be8e0;
}

.u-text-hover-palette-4:hover .u-svg-link,
.u-text-hover-palette-4:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-4 .u-svg-link {
  fill: #3be8e0;
}

.u-text-active-palette-4:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-4 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4 .u-svg-link {
  fill: #3be8e0;
}

.u-text-palette-4-light-1,
.u-input.u-text-palette-4-light-1,
.u-input.u-text-palette-4-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-light-1,
li.active>a.u-button-style.u-text-palette-4-light-1[class*="u-border-"],
a.u-button-style.u-text-palette-4-light-1,
a.u-button-style.u-text-palette-4-light-1[class*="u-border-"] {
  color: #72efe9 !important;



}

a.u-button-style.u-text-palette-4-light-1:hover,
a.u-button-style.u-text-palette-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-light-1:focus,
a.u-button-style.u-text-palette-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-light-1:active,
a.u-button-style.u-button-style.u-text-palette-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-light-1.active,
a.u-button-style.u-button-style.u-text-palette-4-light-1[class*="u-border-"].active {
  color: #52ebe4 !important;
}

a.u-button-style:hover>.u-text-hover-palette-4-light-1,
a.u-button-style:hover>.u-text-hover-palette-4-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-light-1:hover,
.u-text-hover-palette-4-light-1.u-language-url:hover,
.u-text-hover-palette-4-light-1 .u-language-url:hover,
.u-text-hover-palette-4-light-1.u-carousel-control:hover,
.u-text-hover-palette-4-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-4-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-4-light-1:hover {
  color: #72efe9 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-light-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-4-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-4-light-1.u-active {
  color: #72efe9 !important;
}

.u-text-palette-4-light-1 .u-svg-link {
  fill: #72efe9;
}

.u-text-hover-palette-4-light-1:hover .u-svg-link,
.u-text-hover-palette-4-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-4-light-1 .u-svg-link {
  fill: #72efe9;
}

.u-text-active-palette-4-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-4-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-light-1 .u-svg-link {
  fill: #72efe9;
}

.u-text-palette-4-light-2,
.u-input.u-text-palette-4-light-2,
.u-input.u-text-palette-4-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-light-2,
li.active>a.u-button-style.u-text-palette-4-light-2[class*="u-border-"],
a.u-button-style.u-text-palette-4-light-2,
a.u-button-style.u-text-palette-4-light-2[class*="u-border-"] {
  color: #adf6f2 !important;



}

a.u-button-style.u-text-palette-4-light-2:hover,
a.u-button-style.u-text-palette-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-light-2:focus,
a.u-button-style.u-text-palette-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-light-2:active,
a.u-button-style.u-button-style.u-text-palette-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-light-2.active,
a.u-button-style.u-button-style.u-text-palette-4-light-2[class*="u-border-"].active {
  color: #87f2ec !important;
}

a.u-button-style:hover>.u-text-hover-palette-4-light-2,
a.u-button-style:hover>.u-text-hover-palette-4-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-light-2:hover,
.u-text-hover-palette-4-light-2.u-language-url:hover,
.u-text-hover-palette-4-light-2 .u-language-url:hover,
.u-text-hover-palette-4-light-2.u-carousel-control:hover,
.u-text-hover-palette-4-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-4-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-4-light-2:hover {
  color: #adf6f2 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-light-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-4-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-4-light-2.u-active {
  color: #adf6f2 !important;
}

.u-text-palette-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

.u-text-hover-palette-4-light-2:hover .u-svg-link,
.u-text-hover-palette-4-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

.u-text-active-palette-4-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-4-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

.u-text-palette-4-light-3,
.u-input.u-text-palette-4-light-3,
.u-input.u-text-palette-4-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-light-3,
li.active>a.u-button-style.u-text-palette-4-light-3[class*="u-border-"],
a.u-button-style.u-text-palette-4-light-3,
a.u-button-style.u-text-palette-4-light-3[class*="u-border-"] {
  color: #eafdfc !important;



}

a.u-button-style.u-text-palette-4-light-3:hover,
a.u-button-style.u-text-palette-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-light-3:focus,
a.u-button-style.u-text-palette-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-light-3:active,
a.u-button-style.u-button-style.u-text-palette-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-light-3.active,
a.u-button-style.u-button-style.u-text-palette-4-light-3[class*="u-border-"].active {
  color: #bef9f6 !important;
}

a.u-button-style:hover>.u-text-hover-palette-4-light-3,
a.u-button-style:hover>.u-text-hover-palette-4-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-light-3:hover,
.u-text-hover-palette-4-light-3.u-language-url:hover,
.u-text-hover-palette-4-light-3 .u-language-url:hover,
.u-text-hover-palette-4-light-3.u-carousel-control:hover,
.u-text-hover-palette-4-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-4-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-4-light-3:hover {
  color: #eafdfc !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-light-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-4-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-4-light-3.u-active {
  color: #eafdfc !important;
}

.u-text-palette-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

.u-text-hover-palette-4-light-3:hover .u-svg-link,
.u-text-hover-palette-4-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

.u-text-active-palette-4-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-4-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

.u-text-palette-4-base,
.u-input.u-text-palette-4-base,
.u-input.u-text-palette-4-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-base,
li.active>a.u-button-style.u-text-palette-4-base[class*="u-border-"],
a.u-button-style.u-text-palette-4-base,
a.u-button-style.u-text-palette-4-base[class*="u-border-"] {
  color: #2cccc4 !important;



}

a.u-button-style.u-text-palette-4-base:hover,
a.u-button-style.u-text-palette-4-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-base:focus,
a.u-button-style.u-text-palette-4-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-base:active,
a.u-button-style.u-button-style.u-text-palette-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-base.active,
a.u-button-style.u-button-style.u-text-palette-4-base[class*="u-border-"].active {
  color: #28b8b0 !important;
}

a.u-button-style:hover>.u-text-hover-palette-4-base,
a.u-button-style:hover>.u-text-hover-palette-4-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-base:hover,
.u-text-hover-palette-4-base.u-language-url:hover,
.u-text-hover-palette-4-base .u-language-url:hover,
.u-text-hover-palette-4-base.u-carousel-control:hover,
.u-text-hover-palette-4-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-4-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-4-base:hover {
  color: #2cccc4 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-base,
a.u-button-style.u-button-style.active>.u-text-active-palette-4-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-4-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-4-base.u-active {
  color: #2cccc4 !important;
}

.u-text-palette-4-base .u-svg-link {
  fill: #2cccc4;
}

.u-text-hover-palette-4-base:hover .u-svg-link,
.u-text-hover-palette-4-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-4-base .u-svg-link {
  fill: #2cccc4;
}

.u-text-active-palette-4-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-4-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-base .u-svg-link {
  fill: #2cccc4;
}

.u-text-palette-5-dark-3,
.u-input.u-text-palette-5-dark-3,
.u-input.u-text-palette-5-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-dark-3,
li.active>a.u-button-style.u-text-palette-5-dark-3[class*="u-border-"],
a.u-button-style.u-text-palette-5-dark-3,
a.u-button-style.u-text-palette-5-dark-3[class*="u-border-"] {
  color: #292d33 !important;



}

a.u-button-style.u-text-palette-5-dark-3:hover,
a.u-button-style.u-text-palette-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-dark-3:focus,
a.u-button-style.u-text-palette-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-5-dark-3[class*="u-border-"].active {
  color: #25292e !important;
}

a.u-button-style:hover>.u-text-hover-palette-5-dark-3,
a.u-button-style:hover>.u-text-hover-palette-5-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-dark-3:hover,
.u-text-hover-palette-5-dark-3.u-language-url:hover,
.u-text-hover-palette-5-dark-3 .u-language-url:hover,
.u-text-hover-palette-5-dark-3.u-carousel-control:hover,
.u-text-hover-palette-5-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-5-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-5-dark-3:hover {
  color: #292d33 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-5-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-5-dark-3.u-active {
  color: #292d33 !important;
}

.u-text-palette-5-dark-3 .u-svg-link {
  fill: #292d33;
}

.u-text-hover-palette-5-dark-3:hover .u-svg-link,
.u-text-hover-palette-5-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-5-dark-3 .u-svg-link {
  fill: #292d33;
}

.u-text-active-palette-5-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-5-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-3 .u-svg-link {
  fill: #292d33;
}

.u-text-palette-5-dark-2,
.u-input.u-text-palette-5-dark-2,
.u-input.u-text-palette-5-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-dark-2,
li.active>a.u-button-style.u-text-palette-5-dark-2[class*="u-border-"],
a.u-button-style.u-text-palette-5-dark-2,
a.u-button-style.u-text-palette-5-dark-2[class*="u-border-"] {
  color: #555c66 !important;



}

a.u-button-style.u-text-palette-5-dark-2:hover,
a.u-button-style.u-text-palette-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-dark-2:focus,
a.u-button-style.u-text-palette-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-5-dark-2[class*="u-border-"].active {
  color: #4d535c !important;
}

a.u-button-style:hover>.u-text-hover-palette-5-dark-2,
a.u-button-style:hover>.u-text-hover-palette-5-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-dark-2:hover,
.u-text-hover-palette-5-dark-2.u-language-url:hover,
.u-text-hover-palette-5-dark-2 .u-language-url:hover,
.u-text-hover-palette-5-dark-2.u-carousel-control:hover,
.u-text-hover-palette-5-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-5-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-5-dark-2:hover {
  color: #555c66 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-5-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-5-dark-2.u-active {
  color: #555c66 !important;
}

.u-text-palette-5-dark-2 .u-svg-link {
  fill: #555c66;
}

.u-text-hover-palette-5-dark-2:hover .u-svg-link,
.u-text-hover-palette-5-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-5-dark-2 .u-svg-link {
  fill: #555c66;
}

.u-text-active-palette-5-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-5-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-2 .u-svg-link {
  fill: #555c66;
}

.u-text-palette-5-dark-1,
.u-input.u-text-palette-5-dark-1,
.u-input.u-text-palette-5-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-dark-1,
li.active>a.u-button-style.u-text-palette-5-dark-1[class*="u-border-"],
a.u-button-style.u-text-palette-5-dark-1,
a.u-button-style.u-text-palette-5-dark-1[class*="u-border-"] {
  color: #858e99 !important;



}

a.u-button-style.u-text-palette-5-dark-1:hover,
a.u-button-style.u-text-palette-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-dark-1:focus,
a.u-button-style.u-text-palette-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-5-dark-1[class*="u-border-"].active {
  color: #75808c !important;
}

a.u-button-style:hover>.u-text-hover-palette-5-dark-1,
a.u-button-style:hover>.u-text-hover-palette-5-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-dark-1:hover,
.u-text-hover-palette-5-dark-1.u-language-url:hover,
.u-text-hover-palette-5-dark-1 .u-language-url:hover,
.u-text-hover-palette-5-dark-1.u-carousel-control:hover,
.u-text-hover-palette-5-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-5-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-5-dark-1:hover {
  color: #858e99 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-5-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-5-dark-1.u-active {
  color: #858e99 !important;
}

.u-text-palette-5-dark-1 .u-svg-link {
  fill: #858e99;
}

.u-text-hover-palette-5-dark-1:hover .u-svg-link,
.u-text-hover-palette-5-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-5-dark-1 .u-svg-link {
  fill: #858e99;
}

.u-text-active-palette-5-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-5-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-1 .u-svg-link {
  fill: #858e99;
}

.u-text-palette-5,
.u-input.u-text-palette-5,
.u-input.u-text-palette-5[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5,
li.active>a.u-button-style.u-text-palette-5[class*="u-border-"],
a.u-button-style.u-text-palette-5,
a.u-button-style.u-text-palette-5[class*="u-border-"] {
  color: #b9c1cc !important;



}

a.u-button-style.u-text-palette-5:hover,
a.u-button-style.u-text-palette-5[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5:focus,
a.u-button-style.u-text-palette-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5:active,
a.u-button-style.u-button-style.u-text-palette-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5.active,
a.u-button-style.u-button-style.u-text-palette-5[class*="u-border-"].active {
  color: #a2adbc !important;
}

a.u-button-style:hover>.u-text-hover-palette-5,
a.u-button-style:hover>.u-text-hover-palette-5[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5:hover,
.u-text-hover-palette-5.u-language-url:hover,
.u-text-hover-palette-5 .u-language-url:hover,
.u-text-hover-palette-5.u-carousel-control:hover,
.u-text-hover-palette-5.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-5 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-5:hover {
  color: #b9c1cc !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-5,
a.u-button-style.u-button-style.active>.u-text-active-palette-5[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-5.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-5.u-active {
  color: #b9c1cc !important;
}

.u-text-palette-5 .u-svg-link {
  fill: #b9c1cc;
}

.u-text-hover-palette-5:hover .u-svg-link,
.u-text-hover-palette-5:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-5 .u-svg-link {
  fill: #b9c1cc;
}

.u-text-active-palette-5:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-5 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5 .u-svg-link {
  fill: #b9c1cc;
}

.u-text-palette-5-light-1,
.u-input.u-text-palette-5-light-1,
.u-input.u-text-palette-5-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-light-1,
li.active>a.u-button-style.u-text-palette-5-light-1[class*="u-border-"],
a.u-button-style.u-text-palette-5-light-1,
a.u-button-style.u-text-palette-5-light-1[class*="u-border-"] {
  color: #ccd3db !important;



}

a.u-button-style.u-text-palette-5-light-1:hover,
a.u-button-style.u-text-palette-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-light-1:focus,
a.u-button-style.u-text-palette-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-light-1:active,
a.u-button-style.u-button-style.u-text-palette-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-light-1.active,
a.u-button-style.u-button-style.u-text-palette-5-light-1[class*="u-border-"].active {
  color: #b3bec9 !important;
}

a.u-button-style:hover>.u-text-hover-palette-5-light-1,
a.u-button-style:hover>.u-text-hover-palette-5-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-light-1:hover,
.u-text-hover-palette-5-light-1.u-language-url:hover,
.u-text-hover-palette-5-light-1 .u-language-url:hover,
.u-text-hover-palette-5-light-1.u-carousel-control:hover,
.u-text-hover-palette-5-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-5-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-5-light-1:hover {
  color: #ccd3db !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-light-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-5-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-5-light-1.u-active {
  color: #ccd3db !important;
}

.u-text-palette-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

.u-text-hover-palette-5-light-1:hover .u-svg-link,
.u-text-hover-palette-5-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

.u-text-active-palette-5-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-5-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

.u-text-palette-5-light-2,
.u-input.u-text-palette-5-light-2,
.u-input.u-text-palette-5-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-light-2,
li.active>a.u-button-style.u-text-palette-5-light-2[class*="u-border-"],
a.u-button-style.u-text-palette-5-light-2,
a.u-button-style.u-text-palette-5-light-2[class*="u-border-"] {
  color: #e0e5eb !important;



}

a.u-button-style.u-text-palette-5-light-2:hover,
a.u-button-style.u-text-palette-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-light-2:focus,
a.u-button-style.u-text-palette-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-light-2:active,
a.u-button-style.u-button-style.u-text-palette-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-light-2.active,
a.u-button-style.u-button-style.u-text-palette-5-light-2[class*="u-border-"].active {
  color: #c4ced9 !important;
}

a.u-button-style:hover>.u-text-hover-palette-5-light-2,
a.u-button-style:hover>.u-text-hover-palette-5-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-light-2:hover,
.u-text-hover-palette-5-light-2.u-language-url:hover,
.u-text-hover-palette-5-light-2 .u-language-url:hover,
.u-text-hover-palette-5-light-2.u-carousel-control:hover,
.u-text-hover-palette-5-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-5-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-5-light-2:hover {
  color: #e0e5eb !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-light-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-5-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-5-light-2.u-active {
  color: #e0e5eb !important;
}

.u-text-palette-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

.u-text-hover-palette-5-light-2:hover .u-svg-link,
.u-text-hover-palette-5-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

.u-text-active-palette-5-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-5-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

.u-text-palette-5-light-3,
.u-input.u-text-palette-5-light-3,
.u-input.u-text-palette-5-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-light-3,
li.active>a.u-button-style.u-text-palette-5-light-3[class*="u-border-"],
a.u-button-style.u-text-palette-5-light-3,
a.u-button-style.u-text-palette-5-light-3[class*="u-border-"] {
  color: #f5f7fa !important;



}

a.u-button-style.u-text-palette-5-light-3:hover,
a.u-button-style.u-text-palette-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-light-3:focus,
a.u-button-style.u-text-palette-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-light-3:active,
a.u-button-style.u-button-style.u-text-palette-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-light-3.active,
a.u-button-style.u-button-style.u-text-palette-5-light-3[class*="u-border-"].active {
  color: #d4dde9 !important;
}

a.u-button-style:hover>.u-text-hover-palette-5-light-3,
a.u-button-style:hover>.u-text-hover-palette-5-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-light-3:hover,
.u-text-hover-palette-5-light-3.u-language-url:hover,
.u-text-hover-palette-5-light-3 .u-language-url:hover,
.u-text-hover-palette-5-light-3.u-carousel-control:hover,
.u-text-hover-palette-5-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-5-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-5-light-3:hover {
  color: #f5f7fa !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-light-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-5-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-5-light-3.u-active {
  color: #f5f7fa !important;
}

.u-text-palette-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

.u-text-hover-palette-5-light-3:hover .u-svg-link,
.u-text-hover-palette-5-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

.u-text-active-palette-5-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-5-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

.u-text-palette-5-base,
.u-input.u-text-palette-5-base,
.u-input.u-text-palette-5-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-base,
li.active>a.u-button-style.u-text-palette-5-base[class*="u-border-"],
a.u-button-style.u-text-palette-5-base,
a.u-button-style.u-text-palette-5-base[class*="u-border-"] {
  color: #b9c1cc !important;



}

a.u-button-style.u-text-palette-5-base:hover,
a.u-button-style.u-text-palette-5-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-base:focus,
a.u-button-style.u-text-palette-5-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-base:active,
a.u-button-style.u-button-style.u-text-palette-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-base.active,
a.u-button-style.u-button-style.u-text-palette-5-base[class*="u-border-"].active {
  color: #a2adbc !important;
}

a.u-button-style:hover>.u-text-hover-palette-5-base,
a.u-button-style:hover>.u-text-hover-palette-5-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-base[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-base:hover,
.u-text-hover-palette-5-base.u-language-url:hover,
.u-text-hover-palette-5-base .u-language-url:hover,
.u-text-hover-palette-5-base.u-carousel-control:hover,
.u-text-hover-palette-5-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-5-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-5-base:hover {
  color: #b9c1cc !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-base,
a.u-button-style.u-button-style.active>.u-text-active-palette-5-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-5-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-5-base.u-active {
  color: #b9c1cc !important;
}

.u-text-palette-5-base .u-svg-link {
  fill: #b9c1cc;
}

.u-text-hover-palette-5-base:hover .u-svg-link,
.u-text-hover-palette-5-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-5-base .u-svg-link {
  fill: #b9c1cc;
}

.u-text-active-palette-5-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-5-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-base .u-svg-link {
  fill: #b9c1cc;
}

.u-text-grey-dark-3,
.u-input.u-text-grey-dark-3,
.u-input.u-text-grey-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-dark-3,
li.active>a.u-button-style.u-text-grey-dark-3[class*="u-border-"],
a.u-button-style.u-text-grey-dark-3,
a.u-button-style.u-text-grey-dark-3[class*="u-border-"] {
  color: #212121 !important;



}

a.u-button-style.u-text-grey-dark-3:hover,
a.u-button-style.u-text-grey-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-dark-3:focus,
a.u-button-style.u-text-grey-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-dark-3:active,
a.u-button-style.u-button-style.u-text-grey-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-dark-3.active,
a.u-button-style.u-button-style.u-text-grey-dark-3[class*="u-border-"].active {
  color: #1e1e1e !important;
}

a.u-button-style:hover>.u-text-hover-grey-dark-3,
a.u-button-style:hover>.u-text-hover-grey-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-grey-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-grey-dark-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-dark-3:hover,
.u-text-hover-grey-dark-3.u-language-url:hover,
.u-text-hover-grey-dark-3 .u-language-url:hover,
.u-text-hover-grey-dark-3.u-carousel-control:hover,
.u-text-hover-grey-dark-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-dark-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-dark-3:hover {
  color: #212121 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-dark-3,
a.u-button-style.u-button-style.active>.u-text-active-grey-dark-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-dark-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-dark-3.u-active {
  color: #212121 !important;
}

.u-text-grey-dark-3 .u-svg-link {
  fill: #212121;
}

.u-text-hover-grey-dark-3:hover .u-svg-link,
.u-text-hover-grey-dark-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-dark-3 .u-svg-link {
  fill: #212121;
}

.u-text-active-grey-dark-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-dark-3 .u-svg-link {
  fill: #212121;
}

.u-text-grey-dark-2,
.u-input.u-text-grey-dark-2,
.u-input.u-text-grey-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-dark-2,
li.active>a.u-button-style.u-text-grey-dark-2[class*="u-border-"],
a.u-button-style.u-text-grey-dark-2,
a.u-button-style.u-text-grey-dark-2[class*="u-border-"] {
  color: #333333 !important;



}

a.u-button-style.u-text-grey-dark-2:hover,
a.u-button-style.u-text-grey-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-dark-2:focus,
a.u-button-style.u-text-grey-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-dark-2:active,
a.u-button-style.u-button-style.u-text-grey-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-dark-2.active,
a.u-button-style.u-button-style.u-text-grey-dark-2[class*="u-border-"].active {
  color: #2e2e2e !important;
}

a.u-button-style:hover>.u-text-hover-grey-dark-2,
a.u-button-style:hover>.u-text-hover-grey-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-grey-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-grey-dark-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-dark-2:hover,
.u-text-hover-grey-dark-2.u-language-url:hover,
.u-text-hover-grey-dark-2 .u-language-url:hover,
.u-text-hover-grey-dark-2.u-carousel-control:hover,
.u-text-hover-grey-dark-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-dark-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-dark-2:hover {
  color: #333333 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-dark-2,
a.u-button-style.u-button-style.active>.u-text-active-grey-dark-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-dark-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-dark-2.u-active {
  color: #333333 !important;
}

.u-text-grey-dark-2 .u-svg-link {
  fill: #333333;
}

.u-text-hover-grey-dark-2:hover .u-svg-link,
.u-text-hover-grey-dark-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-dark-2 .u-svg-link {
  fill: #333333;
}

.u-text-active-grey-dark-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-dark-2 .u-svg-link {
  fill: #333333;
}

.u-text-grey-dark-1,
.u-input.u-text-grey-dark-1,
.u-input.u-text-grey-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-dark-1,
li.active>a.u-button-style.u-text-grey-dark-1[class*="u-border-"],
a.u-button-style.u-text-grey-dark-1,
a.u-button-style.u-text-grey-dark-1[class*="u-border-"] {
  color: #454545 !important;



}

a.u-button-style.u-text-grey-dark-1:hover,
a.u-button-style.u-text-grey-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-dark-1:focus,
a.u-button-style.u-text-grey-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-dark-1:active,
a.u-button-style.u-button-style.u-text-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-dark-1.active,
a.u-button-style.u-button-style.u-text-grey-dark-1[class*="u-border-"].active {
  color: #3e3e3e !important;
}

a.u-button-style:hover>.u-text-hover-grey-dark-1,
a.u-button-style:hover>.u-text-hover-grey-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-dark-1:hover,
.u-text-hover-grey-dark-1.u-language-url:hover,
.u-text-hover-grey-dark-1 .u-language-url:hover,
.u-text-hover-grey-dark-1.u-carousel-control:hover,
.u-text-hover-grey-dark-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-dark-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-dark-1:hover {
  color: #454545 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-grey-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-dark-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-dark-1.u-active {
  color: #454545 !important;
}

.u-text-grey-dark-1 .u-svg-link {
  fill: #454545;
}

.u-text-hover-grey-dark-1:hover .u-svg-link,
.u-text-hover-grey-dark-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-dark-1 .u-svg-link {
  fill: #454545;
}

.u-text-active-grey-dark-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-dark-1 .u-svg-link {
  fill: #454545;
}

.u-text-grey,
.u-input.u-text-grey,
.u-input.u-text-grey[class*="u-border-"],
li.active>a.u-button-style.u-text-grey,
li.active>a.u-button-style.u-text-grey[class*="u-border-"],
a.u-button-style.u-text-grey,
a.u-button-style.u-text-grey[class*="u-border-"] {
  color: #b3b3b3 !important;



}

a.u-button-style.u-text-grey:hover,
a.u-button-style.u-text-grey[class*="u-border-"]:hover,
a.u-button-style.u-text-grey:focus,
a.u-button-style.u-text-grey[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey:active,
a.u-button-style.u-button-style.u-text-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey.active,
a.u-button-style.u-button-style.u-text-grey[class*="u-border-"].active {
  color: #a1a1a1 !important;
}

a.u-button-style:hover>.u-text-hover-grey,
a.u-button-style:hover>.u-text-hover-grey[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey:hover,
a.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey:focus,
a.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey:hover,
.u-text-hover-grey.u-language-url:hover,
.u-text-hover-grey .u-language-url:hover,
.u-text-hover-grey.u-carousel-control:hover,
.u-text-hover-grey.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey:hover {
  color: #b3b3b3 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey,
a.u-button-style.u-button-style.active>.u-text-active-grey[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey.u-active {
  color: #b3b3b3 !important;
}

.u-text-grey .u-svg-link {
  fill: #b3b3b3;
}

.u-text-hover-grey:hover .u-svg-link,
.u-text-hover-grey:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey .u-svg-link {
  fill: #b3b3b3;
}

.u-text-active-grey:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey .u-svg-link {
  fill: #b3b3b3;
}

.u-text-grey-light-1,
.u-input.u-text-grey-light-1,
.u-input.u-text-grey-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-light-1,
li.active>a.u-button-style.u-text-grey-light-1[class*="u-border-"],
a.u-button-style.u-text-grey-light-1,
a.u-button-style.u-text-grey-light-1[class*="u-border-"] {
  color: #d9d9d9 !important;



}

a.u-button-style.u-text-grey-light-1:hover,
a.u-button-style.u-text-grey-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-light-1:focus,
a.u-button-style.u-text-grey-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-light-1:active,
a.u-button-style.u-button-style.u-text-grey-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-light-1.active,
a.u-button-style.u-button-style.u-text-grey-light-1[class*="u-border-"].active {
  color: #c3c3c3 !important;
}

a.u-button-style:hover>.u-text-hover-grey-light-1,
a.u-button-style:hover>.u-text-hover-grey-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-grey-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-grey-light-1[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-light-1:hover,
.u-text-hover-grey-light-1.u-language-url:hover,
.u-text-hover-grey-light-1 .u-language-url:hover,
.u-text-hover-grey-light-1.u-carousel-control:hover,
.u-text-hover-grey-light-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-light-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-light-1:hover {
  color: #d9d9d9 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-light-1,
a.u-button-style.u-button-style.active>.u-text-active-grey-light-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-light-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-light-1.u-active {
  color: #d9d9d9 !important;
}

.u-text-grey-light-1 .u-svg-link {
  fill: #d9d9d9;
}

.u-text-hover-grey-light-1:hover .u-svg-link,
.u-text-hover-grey-light-1:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-light-1 .u-svg-link {
  fill: #d9d9d9;
}

.u-text-active-grey-light-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-light-1 .u-svg-link {
  fill: #d9d9d9;
}

.u-text-grey-light-2,
.u-input.u-text-grey-light-2,
.u-input.u-text-grey-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-light-2,
li.active>a.u-button-style.u-text-grey-light-2[class*="u-border-"],
a.u-button-style.u-text-grey-light-2,
a.u-button-style.u-text-grey-light-2[class*="u-border-"] {
  color: #eeeeee !important;



}

a.u-button-style.u-text-grey-light-2:hover,
a.u-button-style.u-text-grey-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-light-2:focus,
a.u-button-style.u-text-grey-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-light-2:active,
a.u-button-style.u-button-style.u-text-grey-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-light-2.active,
a.u-button-style.u-button-style.u-text-grey-light-2[class*="u-border-"].active {
  color: #d6d6d6 !important;
}

a.u-button-style:hover>.u-text-hover-grey-light-2,
a.u-button-style:hover>.u-text-hover-grey-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-grey-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-grey-light-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-light-2:hover,
.u-text-hover-grey-light-2.u-language-url:hover,
.u-text-hover-grey-light-2 .u-language-url:hover,
.u-text-hover-grey-light-2.u-carousel-control:hover,
.u-text-hover-grey-light-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-light-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-light-2:hover {
  color: #eeeeee !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-light-2,
a.u-button-style.u-button-style.active>.u-text-active-grey-light-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-light-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-light-2.u-active {
  color: #eeeeee !important;
}

.u-text-grey-light-2 .u-svg-link {
  fill: #eeeeee;
}

.u-text-hover-grey-light-2:hover .u-svg-link,
.u-text-hover-grey-light-2:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-light-2 .u-svg-link {
  fill: #eeeeee;
}

.u-text-active-grey-light-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-light-2 .u-svg-link {
  fill: #eeeeee;
}

.u-text-grey-light-3,
.u-input.u-text-grey-light-3,
.u-input.u-text-grey-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-light-3,
li.active>a.u-button-style.u-text-grey-light-3[class*="u-border-"],
a.u-button-style.u-text-grey-light-3,
a.u-button-style.u-text-grey-light-3[class*="u-border-"] {
  color: #f6f6f6 !important;



}

a.u-button-style.u-text-grey-light-3:hover,
a.u-button-style.u-text-grey-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-light-3:focus,
a.u-button-style.u-text-grey-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-light-3:active,
a.u-button-style.u-button-style.u-text-grey-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-light-3.active,
a.u-button-style.u-button-style.u-text-grey-light-3[class*="u-border-"].active {
  color: #dddddd !important;
}

a.u-button-style:hover>.u-text-hover-grey-light-3,
a.u-button-style:hover>.u-text-hover-grey-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-grey-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-grey-light-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-light-3:hover,
.u-text-hover-grey-light-3.u-language-url:hover,
.u-text-hover-grey-light-3 .u-language-url:hover,
.u-text-hover-grey-light-3.u-carousel-control:hover,
.u-text-hover-grey-light-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-light-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-light-3:hover {
  color: #f6f6f6 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-light-3,
a.u-button-style.u-button-style.active>.u-text-active-grey-light-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-light-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-light-3.u-active {
  color: #f6f6f6 !important;
}

.u-text-grey-light-3 .u-svg-link {
  fill: #f6f6f6;
}

.u-text-hover-grey-light-3:hover .u-svg-link,
.u-text-hover-grey-light-3:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-light-3 .u-svg-link {
  fill: #f6f6f6;
}

.u-text-active-grey-light-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-light-3 .u-svg-link {
  fill: #f6f6f6;
}

.u-text-white,
.u-input.u-text-white,
.u-input.u-text-white[class*="u-border-"],
li.active>a.u-button-style.u-text-white,
li.active>a.u-button-style.u-text-white[class*="u-border-"],
a.u-button-style.u-text-white,
a.u-button-style.u-text-white[class*="u-border-"] {
  color: #ffffff !important;



}

a.u-button-style.u-text-white:hover,
a.u-button-style.u-text-white[class*="u-border-"]:hover,
a.u-button-style.u-text-white:focus,
a.u-button-style.u-text-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-white:active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-white.active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"].active {
  color: #e6e6e6 !important;
}

a.u-button-style:hover>.u-text-hover-white,
a.u-button-style:hover>.u-text-hover-white[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-white:hover,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-white:focus,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-white:hover,
.u-text-hover-white.u-language-url:hover,
.u-text-hover-white .u-language-url:hover,
.u-text-hover-white.u-carousel-control:hover,
.u-text-hover-white.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-white .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-white:hover {
  color: #ffffff !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-white,
a.u-button-style.u-button-style.active>.u-text-active-white[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-white.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-white .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-white.u-active {
  color: #ffffff !important;
}

.u-text-white .u-svg-link {
  fill: #ffffff;
}

.u-text-hover-white:hover .u-svg-link,
.u-text-hover-white:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-white .u-svg-link {
  fill: #ffffff;
}

.u-text-active-white:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-white .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-white .u-svg-link {
  fill: #ffffff;
}

.u-link.u-text-white:hover {
  color: #e6e6e6 !important;
}

.u-text-black,
.u-input.u-text-black,
.u-input.u-text-black[class*="u-border-"],
li.active>a.u-button-style.u-text-black,
li.active>a.u-button-style.u-text-black[class*="u-border-"],
a.u-button-style.u-text-black,
a.u-button-style.u-text-black[class*="u-border-"] {
  color: #000000 !important;



}

a.u-button-style.u-text-black:hover,
a.u-button-style.u-text-black[class*="u-border-"]:hover,
a.u-button-style.u-text-black:focus,
a.u-button-style.u-text-black[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-black:active,
a.u-button-style.u-button-style.u-text-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-black.active,
a.u-button-style.u-button-style.u-text-black[class*="u-border-"].active {
  color: #000000 !important;
}

a.u-button-style:hover>.u-text-hover-black,
a.u-button-style:hover>.u-text-hover-black[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-black:hover,
a.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-black.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-black:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-black:focus,
a.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-black:hover,
.u-text-hover-black.u-language-url:hover,
.u-text-hover-black .u-language-url:hover,
.u-text-hover-black.u-carousel-control:hover,
.u-text-hover-black.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-black .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-black:hover {
  color: #000000 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-black,
a.u-button-style.u-button-style.active>.u-text-active-black[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-black.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-black .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-black.u-active {
  color: #000000 !important;
}

.u-text-black .u-svg-link {
  fill: #000000;
}

.u-text-hover-black:hover .u-svg-link,
.u-text-hover-black:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-black .u-svg-link {
  fill: #000000;
}

.u-text-active-black:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-black .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-black .u-svg-link {
  fill: #000000;
}

.u-text-body-color,
.u-input.u-text-body-color,
.u-input.u-text-body-color[class*="u-border-"],
li.active>a.u-button-style.u-text-body-color,
li.active>a.u-button-style.u-text-body-color[class*="u-border-"],
a.u-button-style.u-text-body-color,
a.u-button-style.u-text-body-color[class*="u-border-"] {
  color: #111111 !important;



}

a.u-button-style.u-text-body-color:hover,
a.u-button-style.u-text-body-color[class*="u-border-"]:hover,
a.u-button-style.u-text-body-color:focus,
a.u-button-style.u-text-body-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-body-color:active,
a.u-button-style.u-button-style.u-text-body-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-body-color.active,
a.u-button-style.u-button-style.u-text-body-color[class*="u-border-"].active {
  color: #0f0f0f !important;
}

a.u-button-style:hover>.u-text-hover-body-color,
a.u-button-style:hover>.u-text-hover-body-color[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-body-color:hover,
a.u-button-style.u-button-style.u-text-hover-body-color[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-color.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-color[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-color:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-body-color:focus,
a.u-button-style.u-button-style.u-text-hover-body-color[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-body-color:hover,
.u-text-hover-body-color.u-language-url:hover,
.u-text-hover-body-color .u-language-url:hover,
.u-text-hover-body-color.u-carousel-control:hover,
.u-text-hover-body-color.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-body-color .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-body-color:hover {
  color: #111111 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-color:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-color.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-body-color,
a.u-button-style.u-button-style.active>.u-text-active-body-color[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-body-color.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-body-color .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-body-color.u-active {
  color: #111111 !important;
}

.u-text-body-color .u-svg-link {
  fill: #111111;
}

.u-text-hover-body-color:hover .u-svg-link,
.u-text-hover-body-color:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-body-color .u-svg-link {
  fill: #111111;
}

.u-text-active-body-color:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-body-color .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-body-color .u-svg-link {
  fill: #111111;
}

.u-text-body-alt-color,
.u-input.u-text-body-alt-color,
.u-input.u-text-body-alt-color[class*="u-border-"],
li.active>a.u-button-style.u-text-body-alt-color,
li.active>a.u-button-style.u-text-body-alt-color[class*="u-border-"],
a.u-button-style.u-text-body-alt-color,
a.u-button-style.u-text-body-alt-color[class*="u-border-"] {
  color: #ffffff !important;



}

a.u-button-style.u-text-body-alt-color:hover,
a.u-button-style.u-text-body-alt-color[class*="u-border-"]:hover,
a.u-button-style.u-text-body-alt-color:focus,
a.u-button-style.u-text-body-alt-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-body-alt-color:active,
a.u-button-style.u-button-style.u-text-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-body-alt-color.active,
a.u-button-style.u-button-style.u-text-body-alt-color[class*="u-border-"].active {
  color: #e6e6e6 !important;
}

a.u-button-style:hover>.u-text-hover-body-alt-color,
a.u-button-style:hover>.u-text-hover-body-alt-color[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-body-alt-color:hover,
a.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-alt-color.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-alt-color:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-body-alt-color:focus,
a.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-body-alt-color:hover,
.u-text-hover-body-alt-color.u-language-url:hover,
.u-text-hover-body-alt-color .u-language-url:hover,
.u-text-hover-body-alt-color.u-carousel-control:hover,
.u-text-hover-body-alt-color.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-body-alt-color .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-body-alt-color:hover {
  color: #ffffff !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-body-alt-color,
a.u-button-style.u-button-style.active>.u-text-active-body-alt-color[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-body-alt-color.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-body-alt-color .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-body-alt-color.u-active {
  color: #ffffff !important;
}

.u-text-body-alt-color .u-svg-link {
  fill: #ffffff;
}

.u-text-hover-body-alt-color:hover .u-svg-link,
.u-text-hover-body-alt-color:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-body-alt-color .u-svg-link {
  fill: #ffffff;
}

.u-text-active-body-alt-color:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-body-alt-color .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-body-alt-color .u-svg-link {
  fill: #ffffff;
}

.u-text-grey-25,
.u-input.u-text-grey-25,
.u-input.u-text-grey-25[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-25,
li.active>a.u-button-style.u-text-grey-25[class*="u-border-"],
a.u-button-style.u-text-grey-25,
a.u-button-style.u-text-grey-25[class*="u-border-"] {
  color: #c0c0c0 !important;



}

a.u-button-style.u-text-grey-25:hover,
a.u-button-style.u-text-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-25:focus,
a.u-button-style.u-text-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-25:active,
a.u-button-style.u-button-style.u-text-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-25.active,
a.u-button-style.u-button-style.u-text-grey-25[class*="u-border-"].active {
  color: #adadad !important;
}

a.u-button-style:hover>.u-text-hover-grey-25,
a.u-button-style:hover>.u-text-hover-grey-25[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-25:hover,
a.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-25:focus,
a.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-25:hover,
.u-text-hover-grey-25.u-language-url:hover,
.u-text-hover-grey-25 .u-language-url:hover,
.u-text-hover-grey-25.u-carousel-control:hover,
.u-text-hover-grey-25.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-25 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-25:hover {
  color: #c0c0c0 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-25,
a.u-button-style.u-button-style.active>.u-text-active-grey-25[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-25.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-25 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-25.u-active {
  color: #c0c0c0 !important;
}

.u-text-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

.u-text-hover-grey-25:hover .u-svg-link,
.u-text-hover-grey-25:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

.u-text-active-grey-25:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-25 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

.u-text-grey-5,
.u-input.u-text-grey-5,
.u-input.u-text-grey-5[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-5,
li.active>a.u-button-style.u-text-grey-5[class*="u-border-"],
a.u-button-style.u-text-grey-5,
a.u-button-style.u-text-grey-5[class*="u-border-"] {
  color: #f2f2f2 !important;



}

a.u-button-style.u-text-grey-5:hover,
a.u-button-style.u-text-grey-5[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-5:focus,
a.u-button-style.u-text-grey-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-5:active,
a.u-button-style.u-button-style.u-text-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-5.active,
a.u-button-style.u-button-style.u-text-grey-5[class*="u-border-"].active {
  color: #dadada !important;
}

a.u-button-style:hover>.u-text-hover-grey-5,
a.u-button-style:hover>.u-text-hover-grey-5[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-5:hover,
a.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-5.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-5:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-5:focus,
a.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-5:hover,
.u-text-hover-grey-5.u-language-url:hover,
.u-text-hover-grey-5 .u-language-url:hover,
.u-text-hover-grey-5.u-carousel-control:hover,
.u-text-hover-grey-5.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-5 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-5:hover {
  color: #f2f2f2 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-5:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-5.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-5,
a.u-button-style.u-button-style.active>.u-text-active-grey-5[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-5.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-5 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-5.u-active {
  color: #f2f2f2 !important;
}

.u-text-grey-5 .u-svg-link {
  fill: #f2f2f2;
}

.u-text-hover-grey-5:hover .u-svg-link,
.u-text-hover-grey-5:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-5 .u-svg-link {
  fill: #f2f2f2;
}

.u-text-active-grey-5:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-5 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-5 .u-svg-link {
  fill: #f2f2f2;
}

.u-text-grey-10,
.u-input.u-text-grey-10,
.u-input.u-text-grey-10[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-10,
li.active>a.u-button-style.u-text-grey-10[class*="u-border-"],
a.u-button-style.u-text-grey-10,
a.u-button-style.u-text-grey-10[class*="u-border-"] {
  color: #e5e5e5 !important;



}

a.u-button-style.u-text-grey-10:hover,
a.u-button-style.u-text-grey-10[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-10:focus,
a.u-button-style.u-text-grey-10[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-10:active,
a.u-button-style.u-button-style.u-text-grey-10[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-10.active,
a.u-button-style.u-button-style.u-text-grey-10[class*="u-border-"].active {
  color: #cecece !important;
}

a.u-button-style:hover>.u-text-hover-grey-10,
a.u-button-style:hover>.u-text-hover-grey-10[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-10:hover,
a.u-button-style.u-button-style.u-text-hover-grey-10[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-10.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-10[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-10:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-10[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-10:focus,
a.u-button-style.u-button-style.u-text-hover-grey-10[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-10:hover,
.u-text-hover-grey-10.u-language-url:hover,
.u-text-hover-grey-10 .u-language-url:hover,
.u-text-hover-grey-10.u-carousel-control:hover,
.u-text-hover-grey-10.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-10 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-10:hover {
  color: #e5e5e5 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-10:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-10[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-10.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-10[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-10,
a.u-button-style.u-button-style.active>.u-text-active-grey-10[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-10.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-10 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-10.u-active {
  color: #e5e5e5 !important;
}

.u-text-grey-10 .u-svg-link {
  fill: #e5e5e5;
}

.u-text-hover-grey-10:hover .u-svg-link,
.u-text-hover-grey-10:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-10 .u-svg-link {
  fill: #e5e5e5;
}

.u-text-active-grey-10:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-10 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-10 .u-svg-link {
  fill: #e5e5e5;
}

.u-text-grey-15,
.u-input.u-text-grey-15,
.u-input.u-text-grey-15[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-15,
li.active>a.u-button-style.u-text-grey-15[class*="u-border-"],
a.u-button-style.u-text-grey-15,
a.u-button-style.u-text-grey-15[class*="u-border-"] {
  color: #d9d9d9 !important;



}

a.u-button-style.u-text-grey-15:hover,
a.u-button-style.u-text-grey-15[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-15:focus,
a.u-button-style.u-text-grey-15[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-15:active,
a.u-button-style.u-button-style.u-text-grey-15[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-15.active,
a.u-button-style.u-button-style.u-text-grey-15[class*="u-border-"].active {
  color: #c3c3c3 !important;
}

a.u-button-style:hover>.u-text-hover-grey-15,
a.u-button-style:hover>.u-text-hover-grey-15[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-15:hover,
a.u-button-style.u-button-style.u-text-hover-grey-15[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-15.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-15[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-15:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-15[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-15:focus,
a.u-button-style.u-button-style.u-text-hover-grey-15[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-15:hover,
.u-text-hover-grey-15.u-language-url:hover,
.u-text-hover-grey-15 .u-language-url:hover,
.u-text-hover-grey-15.u-carousel-control:hover,
.u-text-hover-grey-15.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-15 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-15:hover {
  color: #d9d9d9 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-15:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-15[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-15.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-15[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-15,
a.u-button-style.u-button-style.active>.u-text-active-grey-15[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-15.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-15 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-15.u-active {
  color: #d9d9d9 !important;
}

.u-text-grey-15 .u-svg-link {
  fill: #d9d9d9;
}

.u-text-hover-grey-15:hover .u-svg-link,
.u-text-hover-grey-15:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-15 .u-svg-link {
  fill: #d9d9d9;
}

.u-text-active-grey-15:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-15 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-15 .u-svg-link {
  fill: #d9d9d9;
}

.u-text-grey-25,
.u-input.u-text-grey-25,
.u-input.u-text-grey-25[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-25,
li.active>a.u-button-style.u-text-grey-25[class*="u-border-"],
a.u-button-style.u-text-grey-25,
a.u-button-style.u-text-grey-25[class*="u-border-"] {
  color: #c0c0c0 !important;



}

a.u-button-style.u-text-grey-25:hover,
a.u-button-style.u-text-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-25:focus,
a.u-button-style.u-text-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-25:active,
a.u-button-style.u-button-style.u-text-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-25.active,
a.u-button-style.u-button-style.u-text-grey-25[class*="u-border-"].active {
  color: #adadad !important;
}

a.u-button-style:hover>.u-text-hover-grey-25,
a.u-button-style:hover>.u-text-hover-grey-25[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-25:hover,
a.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-25:focus,
a.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-25:hover,
.u-text-hover-grey-25.u-language-url:hover,
.u-text-hover-grey-25 .u-language-url:hover,
.u-text-hover-grey-25.u-carousel-control:hover,
.u-text-hover-grey-25.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-25 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-25:hover {
  color: #c0c0c0 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-25,
a.u-button-style.u-button-style.active>.u-text-active-grey-25[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-25.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-25 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-25.u-active {
  color: #c0c0c0 !important;
}

.u-text-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

.u-text-hover-grey-25:hover .u-svg-link,
.u-text-hover-grey-25:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

.u-text-active-grey-25:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-25 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

.u-text-grey-30,
.u-input.u-text-grey-30,
.u-input.u-text-grey-30[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-30,
li.active>a.u-button-style.u-text-grey-30[class*="u-border-"],
a.u-button-style.u-text-grey-30,
a.u-button-style.u-text-grey-30[class*="u-border-"] {
  color: #b3b3b3 !important;



}

a.u-button-style.u-text-grey-30:hover,
a.u-button-style.u-text-grey-30[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-30:focus,
a.u-button-style.u-text-grey-30[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-30:active,
a.u-button-style.u-button-style.u-text-grey-30[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-30.active,
a.u-button-style.u-button-style.u-text-grey-30[class*="u-border-"].active {
  color: #a1a1a1 !important;
}

a.u-button-style:hover>.u-text-hover-grey-30,
a.u-button-style:hover>.u-text-hover-grey-30[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-30:hover,
a.u-button-style.u-button-style.u-text-hover-grey-30[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-30.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-30[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-30:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-30[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-30:focus,
a.u-button-style.u-button-style.u-text-hover-grey-30[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-30:hover,
.u-text-hover-grey-30.u-language-url:hover,
.u-text-hover-grey-30 .u-language-url:hover,
.u-text-hover-grey-30.u-carousel-control:hover,
.u-text-hover-grey-30.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-30 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-30:hover {
  color: #b3b3b3 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-30:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-30[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-30.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-30[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-30,
a.u-button-style.u-button-style.active>.u-text-active-grey-30[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-30.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-30 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-30.u-active {
  color: #b3b3b3 !important;
}

.u-text-grey-30 .u-svg-link {
  fill: #b3b3b3;
}

.u-text-hover-grey-30:hover .u-svg-link,
.u-text-hover-grey-30:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-30 .u-svg-link {
  fill: #b3b3b3;
}

.u-text-active-grey-30:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-30 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-30 .u-svg-link {
  fill: #b3b3b3;
}

.u-text-grey-40,
.u-input.u-text-grey-40,
.u-input.u-text-grey-40[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-40,
li.active>a.u-button-style.u-text-grey-40[class*="u-border-"],
a.u-button-style.u-text-grey-40,
a.u-button-style.u-text-grey-40[class*="u-border-"] {
  color: #999999 !important;



}

a.u-button-style.u-text-grey-40:hover,
a.u-button-style.u-text-grey-40[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-40:focus,
a.u-button-style.u-text-grey-40[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-40:active,
a.u-button-style.u-button-style.u-text-grey-40[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-40.active,
a.u-button-style.u-button-style.u-text-grey-40[class*="u-border-"].active {
  color: #8a8a8a !important;
}

a.u-button-style:hover>.u-text-hover-grey-40,
a.u-button-style:hover>.u-text-hover-grey-40[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-40:hover,
a.u-button-style.u-button-style.u-text-hover-grey-40[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-40.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-40[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-40:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-40[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-40:focus,
a.u-button-style.u-button-style.u-text-hover-grey-40[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-40:hover,
.u-text-hover-grey-40.u-language-url:hover,
.u-text-hover-grey-40 .u-language-url:hover,
.u-text-hover-grey-40.u-carousel-control:hover,
.u-text-hover-grey-40.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-40 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-40:hover {
  color: #999999 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-40:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-40[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-40.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-40[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-40,
a.u-button-style.u-button-style.active>.u-text-active-grey-40[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-40.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-40 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-40.u-active {
  color: #999999 !important;
}

.u-text-grey-40 .u-svg-link {
  fill: #999999;
}

.u-text-hover-grey-40:hover .u-svg-link,
.u-text-hover-grey-40:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-40 .u-svg-link {
  fill: #999999;
}

.u-text-active-grey-40:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-40 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-40 .u-svg-link {
  fill: #999999;
}

.u-text-grey-50,
.u-input.u-text-grey-50,
.u-input.u-text-grey-50[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-50,
li.active>a.u-button-style.u-text-grey-50[class*="u-border-"],
a.u-button-style.u-text-grey-50,
a.u-button-style.u-text-grey-50[class*="u-border-"] {
  color: #808080 !important;



}

a.u-button-style.u-text-grey-50:hover,
a.u-button-style.u-text-grey-50[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-50:focus,
a.u-button-style.u-text-grey-50[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-50:active,
a.u-button-style.u-button-style.u-text-grey-50[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-50.active,
a.u-button-style.u-button-style.u-text-grey-50[class*="u-border-"].active {
  color: #737373 !important;
}

a.u-button-style:hover>.u-text-hover-grey-50,
a.u-button-style:hover>.u-text-hover-grey-50[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-50:hover,
a.u-button-style.u-button-style.u-text-hover-grey-50[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-50.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-50[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-50:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-50[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-50:focus,
a.u-button-style.u-button-style.u-text-hover-grey-50[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-50:hover,
.u-text-hover-grey-50.u-language-url:hover,
.u-text-hover-grey-50 .u-language-url:hover,
.u-text-hover-grey-50.u-carousel-control:hover,
.u-text-hover-grey-50.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-50 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-50:hover {
  color: #808080 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-50:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-50[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-50.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-50[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-50,
a.u-button-style.u-button-style.active>.u-text-active-grey-50[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-50.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-50 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-50.u-active {
  color: #808080 !important;
}

.u-text-grey-50 .u-svg-link {
  fill: #808080;
}

.u-text-hover-grey-50:hover .u-svg-link,
.u-text-hover-grey-50:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-50 .u-svg-link {
  fill: #808080;
}

.u-text-active-grey-50:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-50 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-50 .u-svg-link {
  fill: #808080;
}

.u-link.u-text-grey-50:hover {
  color: #737373 !important;
}

.u-text-grey-60,
.u-input.u-text-grey-60,
.u-input.u-text-grey-60[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-60,
li.active>a.u-button-style.u-text-grey-60[class*="u-border-"],
a.u-button-style.u-text-grey-60,
a.u-button-style.u-text-grey-60[class*="u-border-"] {
  color: #666666 !important;



}

a.u-button-style.u-text-grey-60:hover,
a.u-button-style.u-text-grey-60[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-60:focus,
a.u-button-style.u-text-grey-60[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-60:active,
a.u-button-style.u-button-style.u-text-grey-60[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-60.active,
a.u-button-style.u-button-style.u-text-grey-60[class*="u-border-"].active {
  color: #5c5c5c !important;
}

a.u-button-style:hover>.u-text-hover-grey-60,
a.u-button-style:hover>.u-text-hover-grey-60[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-60:hover,
a.u-button-style.u-button-style.u-text-hover-grey-60[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-60.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-60[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-60:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-60[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-60:focus,
a.u-button-style.u-button-style.u-text-hover-grey-60[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-60:hover,
.u-text-hover-grey-60.u-language-url:hover,
.u-text-hover-grey-60 .u-language-url:hover,
.u-text-hover-grey-60.u-carousel-control:hover,
.u-text-hover-grey-60.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-60 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-60:hover {
  color: #666666 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-60:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-60[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-60.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-60[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-60,
a.u-button-style.u-button-style.active>.u-text-active-grey-60[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-60.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-60 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-60.u-active {
  color: #666666 !important;
}

.u-text-grey-60 .u-svg-link {
  fill: #666666;
}

.u-text-hover-grey-60:hover .u-svg-link,
.u-text-hover-grey-60:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-60 .u-svg-link {
  fill: #666666;
}

.u-text-active-grey-60:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-60 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-60 .u-svg-link {
  fill: #666666;
}

.u-link.u-text-grey-60:hover {
  color: #5c5c5c !important;
}

.u-text-grey-70,
.u-input.u-text-grey-70,
.u-input.u-text-grey-70[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-70,
li.active>a.u-button-style.u-text-grey-70[class*="u-border-"],
a.u-button-style.u-text-grey-70,
a.u-button-style.u-text-grey-70[class*="u-border-"] {
  color: #4d4d4d !important;



}

a.u-button-style.u-text-grey-70:hover,
a.u-button-style.u-text-grey-70[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-70:focus,
a.u-button-style.u-text-grey-70[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-70:active,
a.u-button-style.u-button-style.u-text-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-70.active,
a.u-button-style.u-button-style.u-text-grey-70[class*="u-border-"].active {
  color: #454545 !important;
}

a.u-button-style:hover>.u-text-hover-grey-70,
a.u-button-style:hover>.u-text-hover-grey-70[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-70:hover,
a.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-70.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-70:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-70:focus,
a.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-70:hover,
.u-text-hover-grey-70.u-language-url:hover,
.u-text-hover-grey-70 .u-language-url:hover,
.u-text-hover-grey-70.u-carousel-control:hover,
.u-text-hover-grey-70.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-70 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-70:hover {
  color: #4d4d4d !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-70:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-70.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-70[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-70,
a.u-button-style.u-button-style.active>.u-text-active-grey-70[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-70.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-70 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-70.u-active {
  color: #4d4d4d !important;
}

.u-text-grey-70 .u-svg-link {
  fill: #4d4d4d;
}

.u-text-hover-grey-70:hover .u-svg-link,
.u-text-hover-grey-70:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-70 .u-svg-link {
  fill: #4d4d4d;
}

.u-text-active-grey-70:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-70 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-70 .u-svg-link {
  fill: #4d4d4d;
}

.u-text-grey-75,
.u-input.u-text-grey-75,
.u-input.u-text-grey-75[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-75,
li.active>a.u-button-style.u-text-grey-75[class*="u-border-"],
a.u-button-style.u-text-grey-75,
a.u-button-style.u-text-grey-75[class*="u-border-"] {
  color: #404040 !important;



}

a.u-button-style.u-text-grey-75:hover,
a.u-button-style.u-text-grey-75[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-75:focus,
a.u-button-style.u-text-grey-75[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-75:active,
a.u-button-style.u-button-style.u-text-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-75.active,
a.u-button-style.u-button-style.u-text-grey-75[class*="u-border-"].active {
  color: #3a3a3a !important;
}

a.u-button-style:hover>.u-text-hover-grey-75,
a.u-button-style:hover>.u-text-hover-grey-75[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-75:hover,
a.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-75.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-75:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-75:focus,
a.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-75:hover,
.u-text-hover-grey-75.u-language-url:hover,
.u-text-hover-grey-75 .u-language-url:hover,
.u-text-hover-grey-75.u-carousel-control:hover,
.u-text-hover-grey-75.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-75 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-75:hover {
  color: #404040 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-75:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-75.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-75[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-75,
a.u-button-style.u-button-style.active>.u-text-active-grey-75[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-75.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-75 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-75.u-active {
  color: #404040 !important;
}

.u-text-grey-75 .u-svg-link {
  fill: #404040;
}

.u-text-hover-grey-75:hover .u-svg-link,
.u-text-hover-grey-75:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-75 .u-svg-link {
  fill: #404040;
}

.u-text-active-grey-75:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-75 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-75 .u-svg-link {
  fill: #404040;
}

.u-text-grey-80,
.u-input.u-text-grey-80,
.u-input.u-text-grey-80[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-80,
li.active>a.u-button-style.u-text-grey-80[class*="u-border-"],
a.u-button-style.u-text-grey-80,
a.u-button-style.u-text-grey-80[class*="u-border-"] {
  color: #333333 !important;



}

a.u-button-style.u-text-grey-80:hover,
a.u-button-style.u-text-grey-80[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-80:focus,
a.u-button-style.u-text-grey-80[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-80:active,
a.u-button-style.u-button-style.u-text-grey-80[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-80.active,
a.u-button-style.u-button-style.u-text-grey-80[class*="u-border-"].active {
  color: #2e2e2e !important;
}

a.u-button-style:hover>.u-text-hover-grey-80,
a.u-button-style:hover>.u-text-hover-grey-80[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-80:hover,
a.u-button-style.u-button-style.u-text-hover-grey-80[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-80.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-80[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-80:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-80[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-80:focus,
a.u-button-style.u-button-style.u-text-hover-grey-80[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-80:hover,
.u-text-hover-grey-80.u-language-url:hover,
.u-text-hover-grey-80 .u-language-url:hover,
.u-text-hover-grey-80.u-carousel-control:hover,
.u-text-hover-grey-80.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-80 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-80:hover {
  color: #333333 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-80:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-80[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-80.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-80[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-80,
a.u-button-style.u-button-style.active>.u-text-active-grey-80[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-80.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-80 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-80.u-active {
  color: #333333 !important;
}

.u-text-grey-80 .u-svg-link {
  fill: #333333;
}

.u-text-hover-grey-80:hover .u-svg-link,
.u-text-hover-grey-80:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-80 .u-svg-link {
  fill: #333333;
}

.u-text-active-grey-80:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-80 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-80 .u-svg-link {
  fill: #333333;
}

.u-text-grey-90,
.u-input.u-text-grey-90,
.u-input.u-text-grey-90[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-90,
li.active>a.u-button-style.u-text-grey-90[class*="u-border-"],
a.u-button-style.u-text-grey-90,
a.u-button-style.u-text-grey-90[class*="u-border-"] {
  color: #1a1a1a !important;



}

a.u-button-style.u-text-grey-90:hover,
a.u-button-style.u-text-grey-90[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-90:focus,
a.u-button-style.u-text-grey-90[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-90:active,
a.u-button-style.u-button-style.u-text-grey-90[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-90.active,
a.u-button-style.u-button-style.u-text-grey-90[class*="u-border-"].active {
  color: #171717 !important;
}

a.u-button-style:hover>.u-text-hover-grey-90,
a.u-button-style:hover>.u-text-hover-grey-90[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-90:hover,
a.u-button-style.u-button-style.u-text-hover-grey-90[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-90.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-90[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-90:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-90[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-90:focus,
a.u-button-style.u-button-style.u-text-hover-grey-90[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-90:hover,
.u-text-hover-grey-90.u-language-url:hover,
.u-text-hover-grey-90 .u-language-url:hover,
.u-text-hover-grey-90.u-carousel-control:hover,
.u-text-hover-grey-90.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-grey-90 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-grey-90:hover {
  color: #1a1a1a !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-90:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-90[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-90.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-90[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-90,
a.u-button-style.u-button-style.active>.u-text-active-grey-90[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-90.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-90 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-grey-90.u-active {
  color: #1a1a1a !important;
}

.u-text-grey-90 .u-svg-link {
  fill: #1a1a1a;
}

.u-text-hover-grey-90:hover .u-svg-link,
.u-text-hover-grey-90:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-grey-90 .u-svg-link {
  fill: #1a1a1a;
}

.u-text-active-grey-90:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-grey-90 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-90 .u-svg-link {
  fill: #1a1a1a;
}

.u-color-var,
.u-body.u-color-var,
section.u-color-var:before,
.u-color-var>.u-audio-main-layout-wrapper:before,
.u-color-var>.u-container-layout:before,
.u-color-var>.u-inner-container-layout:before,
.u-color-var.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-var:before,
.u-table-alt-color-var tr:nth-child(even) {
  background-color: var(--color-var);
}

.u-input.u-color-var,
.u-field-input.u-color-var,
.u-button-style.u-color-var,
.u-button-style.u-color-var[class*="u-border-"] {
  background-color: var(--color-var) !important;
}

.u-hover-color-var:hover,
.u-hover-color-var[class*="u-border-"]:hover,
.u-hover-color-var:focus,
.u-hover-color-var[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-var:hover,
a.u-button-style.u-hover-color-var.hover,
a.u-button-style.u-hover-color-var[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-var[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-var,
a.u-button-style:hover>.u-hover-color-var[class*="u-border-"],
a.u-button-style.u-hover-color-var:focus,
a.u-button-style.u-hover-color-var[class*="u-border-"]:focus {
  background-color: var(--hover-color-var) !important;
}

.u-active-color-var.u-active.u-active,
.u-active-color-var[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-var:active,
a.u-button-style.u-button-style.u-active-color-var[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-var.active,
a.u-button-style.u-button-style.u-active-color-var[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-var,
a.u-button-style.u-button-style.active>.u-active-color-var[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-var,
li.active>a.u-button-style.u-button-style.u-active-color-var[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-var:checked {
  background-color: var(--active-color-var) !important;
}

.u-button-style.u-border-color-var {
  border-color: var(--border-color-var) !important;
}

.u-border-hover-color-var:hover,
.u-border-hover-color-var:focus,
a.u-button-style.u-border-hover-color-var:hover,
a.u-button-style:hover>.u-border-hover-color-var,
a.u-button-style.u-border-hover-color-var:focus {
  border-color: var(--border-hover-color-var) !important;
}

.u-border-active-color-var.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-var:active,
a.u-button-style.u-button-style.u-border-active-color-var.active,
a.u-button-style.u-button-style.active>.u-border-active-color-var,
li.active>a.u-button-style.u-button-style.u-border-active-color-var,
input.u-field-input.u-field-input.u-border-active-color-var:checked {
  border-color: var(--border-active-color-var) !important;
}

.u-text-color-var,
.u-input.u-text-color-var,
.u-input.u-text-color-var[class*="u-border-"],
li.active>a.u-button-style.u-text-color-var,
li.active>a.u-button-style.u-text-color-var[class*="u-border-"],
a.u-button-style.u-text-color-var,
a.u-button-style.u-text-color-var[class*="u-border-"] {
  color: var(--text-color-var) !important;
}

a.u-button-style:hover>.u-text-hover-color-var,
a.u-button-style:hover>.u-text-hover-color-var[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-var:hover,
a.u-button-style.u-button-style.u-text-hover-color-var[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-var.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-var[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-var:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-var[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-var:focus,
a.u-button-style.u-button-style.u-text-hover-color-var[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-var:hover,
.u-text-hover-color-var.u-language-url:hover,
.u-text-hover-color-var .u-language-url:hover,
.u-text-hover-color-var.u-carousel-control:hover,
.u-text-hover-color-var.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-var .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-var:hover {
  color: var(--text-hover-color-var) !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-var:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-var[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-var.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-var[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-var,
a.u-button-style.u-button-style.active>.u-text-active-color-var[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-var.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-var .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-var.u-active {
  color: var(--text-active-color-var) !important;
}

.u-text-color-var .u-svg-link {
  fill: var(--text-color-var);
}

.u-text-hover-color-var:hover .u-svg-link,
.u-text-hover-color-var:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-color-var .u-svg-link {
  fill: var(--text-hover-color-var);
}

.u-text-active-color-var:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-color-var .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-var .u-svg-link {
  fill: var(--text-active-color-var);
}

.u-body {










































































































  --theme-sheet-width-xl: 1140px;
  --theme-sheet-width-lg: 940px;
  --theme-sheet-width-md: 720px;
  --theme-sheet-width-sm: 540px;
  --theme-sheet-width-xs: 340px;
























}

h3 {
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

h4 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

h5 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  list-icon-spacing: 0.3;
  list-icon-size: 0.8;
  font-family: 'Open Sans', sans-serif;
}

p.u-large-text {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

p:not(.u-text-variant) {
  font-size: 1.125rem;
  margin: 20px 20px 0;
  line-height: 2;
  list-icon-spacing: 0.3;
  list-icon-size: 0.8;
}

a {
  font-size: 1.125rem;
  line-height: 1.6;
}

.u-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}

blockquote {
  font-size: 1.125rem;
  font-style: italic;
  padding-left: 20px;
  border-width: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

ul:not(.u-unstyled) {
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

ol {
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.u-body {
  background-attachment: fixed;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  p:not(.u-text-variant) {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  a {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  blockquote {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  ul:not(.u-unstyled) {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  ol {
    font-size: 1rem;
  }
}

.u-sm p:not(.u-text-variant) {
  font-size: 1rem;
}

.u-xs p:not(.u-text-variant) {
  font-size: 1rem;
}

.u-sm ul:not(.u-unstyled) {
  font-size: 1rem;
}

.u-xs ul:not(.u-unstyled) {
  font-size: 1rem;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>a,
.u-gradient>.u-container-layout>a,
.u-image:not(.u-shading)>.u-container-layout>a,
a {
  color: #7190f0;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>a:hover,
.u-gradient>.u-container-layout>a:hover,
.u-image:not(.u-shading)>.u-container-layout>a:hover,
a:hover {
  color: #5177ed;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>a:active,
.u-gradient>.u-container-layout>a:active,
.u-image:not(.u-shading)>.u-container-layout>a:active,
a:active {
  color: #5177ed;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-btn,
.u-gradient>.u-container-layout>.u-btn,
.u-image:not(.u-shading)>.u-container-layout>.u-btn,
.u-btn {
  background-color: #7190f0;
  color: #ffffff;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-btn:hover,
.u-gradient>.u-container-layout>.u-btn:hover,
.u-image:not(.u-shading)>.u-container-layout>.u-btn:hover,
.u-btn:hover {
  background-color: #5177ed;
  color: #e6e6e6;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-btn:focus,
.u-gradient>.u-container-layout>.u-btn:focus,
.u-image:not(.u-shading)>.u-container-layout>.u-btn:focus,
.u-btn:focus {
  background-color: #5177ed;
  color: #e6e6e6;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-btn:active,
.u-gradient>.u-container-layout>.u-btn:active,
.u-image:not(.u-shading)>.u-container-layout>.u-btn:active,
.u-btn:active {
  background-color: #5177ed;
  color: #e6e6e6;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>blockquote,
.u-gradient>.u-container-layout>blockquote,
.u-image:not(.u-shading)>.u-container-layout>blockquote,
blockquote {
  border-color: #7190f0;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-input,
.u-gradient>.u-container-layout>.u-input,
.u-image:not(.u-shading)>.u-container-layout>.u-input,
.u-input {
  border-color: #b3b3b3;
  background-color: #ffffff;
  color: #000000;
}

:where(.u-body-color, .u-palette-1-base, .u-palette-1-dark-3, .u-palette-1-dark-2, .u-palette-1-dark-1, .u-palette-1, .u-palette-1-light-1, .u-palette-2-base, .u-palette-2-dark-3, .u-palette-2-dark-2, .u-palette-2-dark-1, .u-palette-2, .u-palette-2-light-1, .u-palette-3-dark-3, .u-palette-3-dark-2, .u-palette-3-dark-1, .u-palette-4-base, .u-palette-4-dark-3, .u-palette-4-dark-2, .u-palette-4-dark-1, .u-palette-5-dark-3, .u-palette-5-dark-2, .u-palette-5-dark-1, .u-grey-40, .u-grey-30, .u-grey-90, .u-grey-80, .u-grey-75, .u-black, .u-grey-70, .u-grey-60, .u-grey-50, .u-grey-dark-3, .u-grey-dark-2, .u-grey-dark-1, .u-grey, .u-shading) a,
:where(.u-overlap-contrast .u-header) a:not(.u-nav-link):not(.u-btn) {
  color: #c4d1f9;
}

:where(.u-body-color, .u-palette-1-base, .u-palette-1-dark-3, .u-palette-1-dark-2, .u-palette-1-dark-1, .u-palette-1, .u-palette-1-light-1, .u-palette-2-base, .u-palette-2-dark-3, .u-palette-2-dark-2, .u-palette-2-dark-1, .u-palette-2, .u-palette-2-light-1, .u-palette-3-dark-3, .u-palette-3-dark-2, .u-palette-3-dark-1, .u-palette-4-base, .u-palette-4-dark-3, .u-palette-4-dark-2, .u-palette-4-dark-1, .u-palette-5-dark-3, .u-palette-5-dark-2, .u-palette-5-dark-1, .u-grey-40, .u-grey-30, .u-grey-90, .u-grey-80, .u-grey-75, .u-black, .u-grey-70, .u-grey-60, .u-grey-50, .u-grey-dark-3, .u-grey-dark-2, .u-grey-dark-1, .u-grey) a:hover {
  color: #a1a1a1;
}

:where(.u-body-color, .u-palette-1-base, .u-palette-1-dark-3, .u-palette-1-dark-2, .u-palette-1-dark-1, .u-palette-1, .u-palette-1-light-1, .u-palette-2-base, .u-palette-2-dark-3, .u-palette-2-dark-2, .u-palette-2-dark-1, .u-palette-2, .u-palette-2-light-1, .u-palette-3-dark-3, .u-palette-3-dark-2, .u-palette-3-dark-1, .u-palette-4-base, .u-palette-4-dark-3, .u-palette-4-dark-2, .u-palette-4-dark-1, .u-palette-5-dark-3, .u-palette-5-dark-2, .u-palette-5-dark-1, .u-grey-40, .u-grey-30, .u-grey-90, .u-grey-80, .u-grey-75, .u-black, .u-grey-70, .u-grey-60, .u-grey-50, .u-grey-dark-3, .u-grey-dark-2, .u-grey-dark-1, .u-grey) a:active {
  color: #a1a1a1;
}

:where(.u-shading, .u-overlap-contrast .u-header) .u-btn {
  background-color: #c4d1f9;
  color: #000000;
}

:where(.u-shading, .u-overlap-contrast .u-header) .u-btn:hover {
  background-color: #9cb2f5;
  color: #ffffff;
}

:where(.u-shading, .u-overlap-contrast .u-header) .u-btn:active {
  background-color: #9cb2f5;
  color: #ffffff;
}

.u-header {
  background-image: none;
}

.u-header .u-sheet-1 {
  min-height: 82px;
}

.u-header .u-menu-1 {
  margin: 23px 0 23px auto;
}

.u-header .u-nav-1 {
  font-weight: 700;
  font-size: 1rem;
}

.u-header .u-nav-2 {
  font-size: 1.25rem;
}

@media (max-width: 1199px) {
  .u-header .u-nav-1 {
    letter-spacing: normal;
  }
}

.u-footer .u-sheet-1 {
  min-height: 343px;
}

.u-footer .u-layout-wrap-1 {
  width: 1140px;
  margin: -581px -18px 60px auto;
}

.u-footer .u-layout-cell-1 {
  min-height: 385px;
}

.u-footer .u-container-layout-1 {
  padding: 0;
}

.u-footer .u-text-1 {
  font-size: 2.25rem;
  margin: 96px -49px 0 0;
}

.u-footer .u-text-2 {
  margin: 88px 39px 0 0;
}

.u-footer .u-btn-1 {
  background-image: none;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 7px auto 0 0;
  padding: 0;
}

.u-social-icons-1 {
  height: 43px;
  width: 230px;
  margin: 11px 394px 0 4px;
}

.u-footer .u-icon-1 {
  height: 100%;
}

.u-footer .u-icon-2 {
  height: 100%;
}

.u-footer .u-icon-3 {
  height: 100%;
}

.u-footer .u-icon-4 {
  height: 100%;
}

.u-footer .u-layout-cell-2 {
  min-height: 385px;
}

.u-footer .u-container-layout-2 {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .u-footer .u-sheet-1 {
    min-height: 298px;
  }

  .u-footer .u-layout-wrap-1 {
    width: 940px;
    margin-right: 0;
  }

  .u-footer .u-layout-cell-1 {
    min-height: 317px;
  }

  .u-footer .u-text-1 {
    margin-right: 0;
  }

  .u-footer .u-text-2 {
    margin-right: 0;
  }

  .u-social-icons-1 {
    width: 230px;
    margin-right: 240px;
    margin-left: 0;
  }

  .u-footer .u-layout-cell-2 {
    min-height: 317px;
  }
}

@media (max-width: 991px) {
  .u-footer .u-sheet-1 {
    min-height: 219px;
  }

  .u-footer .u-layout-wrap-1 {
    width: 720px;
  }

  .u-footer .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-footer .u-layout-cell-2 {
    min-height: 540px;
  }

  .u-footer .u-container-layout-2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .u-footer .u-sheet-1 {
    min-height: 319px;
  }

  .u-footer .u-layout-wrap-1 {
    width: 540px;
  }

  .u-footer .u-layout-cell-2 {
    min-height: 405px;
  }

  .u-footer .u-container-layout-2 {
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-footer .u-layout-wrap-1 {
    width: 340px;
  }

  .u-footer .u-text-1 {
    font-size: 1.875rem;
  }

  .u-footer .u-social-icons-1 {
    margin-right: 110px;
  }

  .u-footer .u-layout-cell-2 {
    min-height: 255px;
  }
}

html {
  font-size: 16px;
}

.u-section-1 {
  background-image: none;
  /* min-height: 1236px; */
}

.u-section-1 .u-shape-1 {
  height: 526px;
  margin-top: 82px;
  margin-bottom: 0;
}

.u-section-1 .u-layout-wrap-1 {
  width: 1140px;
  margin: -472px auto 60px;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 831px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-container-layout-1 {
  padding: 0;
}

.u-section-1 .u-text-1 {
  font-size: 6rem;
  margin: 45px 20px 0 0;
}

.u-section-1 .u-text-2 {
  font-weight: 700;
  font-size: 2.25rem;
  margin: 0 20px 0 0;
}

.u-section-1 .u-text-3 {
  font-size: 1.125rem;
  margin: 57px 35px 0 15px;
}

.u-section-1 .u-social-icons-1 {
  height: 39px;
  width: 211px;
  min-width: 68px;
  margin: 75px 368px 0 29px;
}

.u-section-1 .u-icon-1 {
  height: 100%;
}

.u-section-1 .u-icon-2 {
  height: 100%;
}

.u-section-1 .u-icon-3 {
  height: 100%;
}

.u-section-1 .u-icon-4 {
  height: 100%;
}

.u-section-1 .u-btn-1 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  background-image: none;
  margin: 18px auto -25px 15px;
  padding: 17px 42px 19px 41px;
}

.u-section-1 .u-icon-5 {
  font-size: 1.7858em;
  vertical-align: -4px;
  margin-left: 1px;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 831px;
}

.u-section-1 .u-container-layout-2 {
  padding: 0;
}

.u-section-1 .u-image-1 {
  --radius: 100px;
  width: 355px;
  height: 505px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 30px 40px 0 auto;
}

.u-section-1 .u-group-1 {
  --radius: 100px;
  min-height: 218px;
  width: 162px;
  height: auto;
  box-shadow: 7px 5px 0px 0px rgba(128, 128, 128, 0.31);
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -174px auto 0 49px;
}

.u-section-1 .u-container-layout-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-section-1 .u-text-4 {
  font-weight: 700;
  font-size: 3.75rem;
  margin: 0 20px;
}

.u-section-1 .u-text-5 {
  margin: 20px 20px 0;
}

.u-section-1 .u-list-1 {
  width: 298px;
  margin: -25px 57px 0 auto;
}

.u-section-1 .u-repeater-1 {
  grid-auto-columns: 100%;
  grid-template-columns: repeat(1, 100%);
  min-height: 243px;
  --gap: 10px;
}

.u-section-1 .u-list-item-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
}

.u-section-1 .u-container-layout-4 {
  padding: 0;
}

.u-section-1 .u-text-6 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 10px 0 0;
}

.u-section-1 .u-text-7 {
  margin: -37px -88px 0 98px;
}

.u-section-1 .u-list-item-2 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
}

.u-section-1 .u-container-layout-5 {
  padding: 0;
}

.u-section-1 .u-text-8 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 10px 0 0;
}

.u-section-1 .u-text-9 {
  margin: -37px -88px 0 98px;
}

.u-section-1 .u-list-item-3 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
}

.u-section-1 .u-container-layout-6 {
  padding: 0;
}

.u-section-1 .u-text-10 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 10px 0 0;
}

.u-section-1 .u-text-11 {
  margin: -37px -88px 0 98px;
}

@media (max-width: 1199px) {
  .u-section-1 {
    min-height: 967px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 940px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 685px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3.75rem;
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.875rem;
    margin-right: 0;
  }

  .u-section-1 .u-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-social-icons-1 {
    min-height: 16px;
    margin-right: 290px;
    margin-left: 0;
  }

  .u-section-1 .u-btn-1 {
    margin-left: 0;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 0;
  }

  .u-section-1 .u-group-1 {
    height: auto;
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-1 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
}

@media (max-width: 991px) {
  .u-section-1 {
    min-height: 1472px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 720px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-social-icons-1 {
    margin-right: 173px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 630px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-right: 50px;
  }

  .u-section-1 .u-image-1 {
    width: 336px;
    height: 478px;
    margin-right: 0;
  }

  .u-section-1 .u-group-1 {
    margin-top: -147px;
  }

  .u-section-1 .u-list-1 {
    margin-right: 38px;
  }
}

@media (max-width: 767px) {
  .u-section-1 {
    min-height: 1443px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5px);
    grid-template-columns: repeat(2, calc(50% - 5px));
  }

  .u-section-1 .u-text-6 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-text-8 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-text-10 {
    font-size: 2.25rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-layout-wrap-1 {
    width: 340px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.5rem;
  }

  .u-section-1 .u-social-icons-1 {
    margin-right: 129px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 566px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .u-section-1 .u-repeater-1 {
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }

  .u-section-1 .u-text-6 {
    font-size: 3rem;
  }

  .u-section-1 .u-text-8 {
    font-size: 3rem;
  }

  .u-section-1 .u-text-10 {
    font-size: 3rem;
  }
}

.u-section-2 .u-sheet-1 {
  min-height: 1239px;
}

.u-section-2 .u-list-1 {
  margin-top: 60px;
  margin-bottom: 0;
  grid-template-rows: repeat(1, auto);
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: repeat(3, calc(33.3333% - 18px));
  min-height: 884px;
  grid-auto-columns: calc(33.3333% - 18px);
  --gap: 27px;
}

.u-section-2 .u-list-item-1 {
  --radius: 50px;
  background-image: none;
}

.u-section-2 .u-container-layout-1 {
  padding: 0 0 30px;
}

.u-section-2 .u-image-1 {
  height: 308px;
  margin-top: 0;
  margin-bottom: 0;
  --top-left-radius: 50px;
  --top-right-radius: 50px;
  filter: brightness(0.9);
}

.u-section-2 .u-text-1 {
  text-transform: uppercase;
  margin: 30px 20px 0;
}

.u-section-2 .u-text-2 {
  font-size: 1.75rem;
  margin: 20px 20px 0;
}

.u-section-2 .u-list-item-2 {
  --radius: 50px;
  background-image: none;
}

.u-section-2 .u-container-layout-2 {
  padding: 0 0 30px;
}

.u-section-2 .u-image-2 {
  height: 308px;
  margin-top: 0;
  margin-bottom: 0;
  --top-left-radius: 50px;
  --top-right-radius: 50px;
  filter: brightness(0.9);
}

.u-section-2 .u-text-3 {
  text-transform: uppercase;
  margin: 30px 20px 0;
}

.u-section-2 .u-text-4 {
  font-size: 1.75rem;
  margin: 20px 20px 0;
}

.u-section-2 .u-list-item-3 {
  --radius: 50px;
  background-image: none;
}

.u-section-2 .u-container-layout-3 {
  padding: 0 0 30px;
}

.u-section-2 .u-image-3 {
  height: 308px;
  margin-top: 0;
  margin-bottom: 0;
  --top-left-radius: 50px;
  --top-right-radius: 50px;
  filter: brightness(0.9);
}

.u-section-2 .u-text-5 {
  text-transform: uppercase;
  margin: 30px 20px 0;
}

.u-section-2 .u-text-6 {
  font-size: 1.75rem;
  margin: 20px 20px 0;
}

.u-section-2 .u-list-item-4 {
  --radius: 50px;
  background-image: none;
}

.u-section-2 .u-container-layout-4 {
  padding: 0 0 30px;
}

.u-section-2 .u-image-4 {
  height: 308px;
  margin-top: 0;
  margin-bottom: 0;
  --top-left-radius: 50px;
  --top-right-radius: 50px;
  filter: brightness(0.9);
}

.u-section-2 .u-text-7 {
  text-transform: uppercase;
  margin: 30px 20px 0;
}

.u-section-2 .u-text-8 {
  font-size: 1.75rem;
  margin: 20px 20px 0;
}

.u-section-2 .u-list-item-5 {
  --radius: 50px;
  background-image: none;
}

.u-section-2 .u-container-layout-5 {
  padding: 0 0 30px;
}

.u-section-2 .u-image-5 {
  height: 308px;
  margin-top: 0;
  margin-bottom: 0;
  --top-left-radius: 50px;
  --top-right-radius: 50px;
  filter: brightness(0.9);
}

.u-section-2 .u-text-9 {
  text-transform: uppercase;
  margin: 30px 20px 0;
}

.u-section-2 .u-text-10 {
  font-size: 1.75rem;
  margin: 20px 20px 0;
}

.u-section-2 .u-list-item-6 {
  --radius: 50px;
  background-image: none;
}

.u-section-2 .u-container-layout-6 {
  padding: 0 0 30px;
}

.u-section-2 .u-image-6 {
  height: 308px;
  margin-top: 0;
  margin-bottom: 0;
  --top-left-radius: 50px;
  --top-right-radius: 50px;
  filter: brightness(0.9);
}

.u-section-2 .u-text-11 {
  text-transform: uppercase;
  margin: 30px 20px 0;
}

.u-section-2 .u-text-12 {
  font-size: 1.75rem;
  margin: 20px 20px 0;
}

.u-section-2 .u-btn-1 {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 30px auto 60px;
  padding: 0;
}

.u-section-2 .u-icon-1 {
  width: 14px;
  height: 19px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-list-1 {
    margin-top: 113px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: repeat(3, calc(33.333333333333336% - 18px));
    min-height: 729px;
    grid-auto-columns: calc(33.333333333333336% - 18px);
    grid-gap: 27px;
  }

  .u-section-2 .u-image-1 {
    height: 254px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 19px;
    margin-right: 30px;
  }

  .u-section-2 .u-image-2 {
    height: 254px;
  }

  .u-section-2 .u-text-3 {
    width: auto;
  }

  .u-section-2 .u-text-4 {
    width: auto;
    margin-top: 19px;
    margin-right: 30px;
  }

  .u-section-2 .u-image-3 {
    height: 254px;
  }

  .u-section-2 .u-text-5 {
    width: auto;
  }

  .u-section-2 .u-text-6 {
    width: auto;
    margin-top: 19px;
    margin-right: 30px;
  }

  .u-section-2 .u-image-4 {
    height: 254px;
  }

  .u-section-2 .u-text-7 {
    width: auto;
  }

  .u-section-2 .u-text-8 {
    width: auto;
    margin-top: 19px;
    margin-right: 30px;
  }

  .u-section-2 .u-image-5 {
    height: 254px;
  }

  .u-section-2 .u-text-9 {
    width: auto;
  }

  .u-section-2 .u-text-10 {
    width: auto;
    margin-top: 19px;
    margin-right: 30px;
  }

  .u-section-2 .u-image-6 {
    height: 254px;
  }

  .u-section-2 .u-text-11 {
    width: auto;
  }

  .u-section-2 .u-text-12 {
    width: auto;
    margin-top: 19px;
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-list-1 {
    margin-top: 132px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: repeat(2, calc(50% - 13.5px));
    min-height: 1256px;
    grid-auto-columns: calc(50% - 13.5px);
  }

  .u-section-2 .u-image-1 {
    height: 292px;
  }

  .u-section-2 .u-text-2 {
    margin-right: 20px;
  }

  .u-section-2 .u-image-2 {
    height: 292px;
  }

  .u-section-2 .u-text-4 {
    margin-right: 20px;
  }

  .u-section-2 .u-image-3 {
    height: 292px;
  }

  .u-section-2 .u-text-6 {
    margin-right: 20px;
  }

  .u-section-2 .u-image-4 {
    height: 292px;
  }

  .u-section-2 .u-text-8 {
    margin-right: 20px;
  }

  .u-section-2 .u-image-5 {
    height: 292px;
  }

  .u-section-2 .u-text-10 {
    margin-right: 20px;
  }

  .u-section-2 .u-image-6 {
    height: 292px;
  }

  .u-section-2 .u-text-12 {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-list-1 {
    margin-top: 134px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
  }

  .u-section-2 .u-image-1 {
    height: 438px;
  }

  .u-section-2 .u-text-2 {
    margin-top: 18px;
  }

  .u-section-2 .u-image-2 {
    height: 438px;
  }

  .u-section-2 .u-text-4 {
    margin-top: 18px;
  }

  .u-section-2 .u-image-3 {
    height: 438px;
  }

  .u-section-2 .u-text-6 {
    margin-top: 18px;
  }

  .u-section-2 .u-image-4 {
    height: 438px;
  }

  .u-section-2 .u-text-8 {
    margin-top: 18px;
  }

  .u-section-2 .u-image-5 {
    height: 438px;
  }

  .u-section-2 .u-text-10 {
    margin-top: 18px;
  }

  .u-section-2 .u-image-6 {
    height: 438px;
  }

  .u-section-2 .u-text-12 {
    margin-top: 18px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-list-1 {
    margin-top: 127px;
  }

  .u-section-2 .u-repeater-1 {
    grid-auto-columns: 100%;
  }

  .u-section-2 .u-image-1 {
    height: 276px;
  }

  .u-section-2 .u-text-2 {
    margin-top: 17px;
  }

  .u-section-2 .u-image-2 {
    height: 276px;
  }

  .u-section-2 .u-text-4 {
    margin-top: 17px;
  }

  .u-section-2 .u-image-3 {
    height: 276px;
  }

  .u-section-2 .u-text-6 {
    margin-top: 17px;
  }

  .u-section-2 .u-image-4 {
    height: 276px;
  }

  .u-section-2 .u-text-8 {
    margin-top: 17px;
  }

  .u-section-2 .u-image-5 {
    height: 276px;
  }

  .u-section-2 .u-text-10 {
    margin-top: 17px;
  }

  .u-section-2 .u-image-6 {
    height: 276px;
  }

  .u-section-2 .u-text-12 {
    margin-top: 17px;
  }
}

.u-section-3 .u-sheet-1 {
  min-height: 633px;
}

.u-section-2 .u-text-heading,
.u-section-3 .u-text-1 {
  margin: 60px auto 0;
}

.u-section-3 .u-list-1 {
  margin: 50px 0 60px;
}

.u-section-3 .u-repeater-1 {
  grid-template-columns: repeat(3, calc(33.3333% - 20px));
  min-height: 390px;
  grid-auto-columns: calc(33.3333% - 20px);
  --gap: 30px;
}

.u-section-3 .u-list-item-1 {
  background-image: none;
  --radius: 50px;
}

.u-section-3 .u-container-layout-1 {
  padding: 0 0 10px;
}

.u-section-3 .u-image-1 {
  height: 97px;
  width: 84px;
  margin: 0 auto;
}

.u-section-3 .u-list-item-2 {
  background-image: none;
  --radius: 50px;
}

.u-section-3 .u-container-layout-2 {
  padding: 10px;
}

.u-section-3 .u-image-2 {
  height: 97px;
  width: 84px;
  margin: 0 auto;
}

.u-section-3 .u-list-item-3 {
  background-image: none;
  --radius: 50px;
}

.u-section-3 .u-container-layout-3 {
  padding: 10px;
}

.u-section-3 .u-image-3 {
  height: 97px;
  width: 84px;
  margin: 0 auto;
}

.u-section-3 .u-list-item-4 {
  background-image: none;
  --radius: 50px;
}

.u-section-3 .u-container-layout-4 {
  padding: 10px;
}

.u-section-3 .u-image-4 {
  height: 97px;
  width: 84px;
  margin: 0 auto;
}

.u-section-3 .u-list-item-5 {
  background-image: none;
  --radius: 50px;
}

.u-section-3 .u-container-layout-5 {
  padding: 10px;
}

.u-section-3 .u-image-5 {
  height: 97px;
  width: 84px;
  margin: 0 auto;
}

.u-section-3 .u-list-item-6 {
  background-image: none;
  --radius: 50px;
}

.u-section-3 .u-container-layout-6 {
  padding: 10px;
}

.u-section-3 .u-image-6 {
  height: 97px;
  width: 84px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .u-section-3 .u-list-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-repeater-1 {
    grid-template-columns: repeat(3, calc(33.333333333333336% - 20px));
    min-height: 322px;
    grid-auto-columns: calc(33.333333333333336% - 20px);
    grid-gap: 30px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-repeater-1 {
    grid-template-columns: repeat(2, calc(50% - 15px));
    min-height: 555px;
    grid-auto-columns: calc(50% - 15px);
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
  }
}

.u-section-4 .u-layout-wrap-1 {
  margin-top: 60px;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 552px;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-4 .u-container-layout-1 {
  padding: 0;
}

.u-section-4 .u-text-1 {
  margin: 59px 54px 0 0;
}

.u-section-4 .u-layout-cell-2 {
  min-height: 552px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-4 .u-container-layout-2 {
  padding: 0 30px;
}

.u-section-4 .u-image-1 {
  object-position: 50% 50%;
  margin-top: 35px;
  margin-bottom: 0;
}

.u-section-4 .u-image-2 {
  width: 428px;
  height: 513px;
  margin: -517px auto 0 35px;
}

@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 575px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 455px;
  }

  .u-section-4 .u-text-1 {
    margin-right: 0;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 455px;
  }

  .u-section-4 .u-image-1 {
    height: 388px;
  }

  .u-section-4 .u-image-2 {
    width: 410px;
    height: 492px;
    margin-top: -422px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 405px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 542px;
  }

  .u-section-4 .u-image-1 {
    height: 625px;
    margin-top: 83px;
  }

  .u-section-4 .u-image-2 {
    margin-top: -659px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 706px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 517px;
  }

  .u-section-4 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-image-1 {
    height: 492px;
    margin-top: 63px;
  }

  .u-section-4 .u-image-2 {
    margin-top: -526px;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 526px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 326px;
  }

  .u-section-4 .u-container-layout-2 {
    padding: 12px;
  }

  .u-section-4 .u-image-1 {
    height: 303px;
    margin-top: 35px;
  }

  .u-section-4 .u-image-2 {
    width: 320px;
    height: 384px;
    margin-top: -337px;
  }
}


/*****************************************  
 CUSTOM
 *****************************************/


.u-disable-duration * {
  transition-duration: 0s !important;
}

.filter-toggle .summary {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* hide by default; JS will set style.display = 'inline-block' when items are selected */
.filter-toggle .clear-x {
  display: none;
  float: right;
  margin-left: 8px;
  color: #333;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  line-height: 1;
}

.filter-toggle .clear-x:hover {
  background: rgba(0, 0, 0, 0.08);
}

/* render the × glyph */
.filter-toggle .clear-x::before {
  content: "×";
  font-size: 14px;
  display: inline-block;
}

/* make caret stay slightly left so clear-x sits at the far right */
.filter-toggle .caret {
  float: right;
  opacity: 0.8;
  margin-right: 8px;
}

/* hide caret when the toggle shows the clear-x (toggle has .selected) */
.filter-toggle.selected .caret {
  display: none;
}

/* dropdown-style filters (updated visuals + sticky clear + fade) */
#events-filter.filters {
  display: flex;
  gap: 12px;
  margin: 12px 0 20px;
  flex-wrap: wrap;
}

.filter-dropdown {
  position: relative;
  min-width: 180px;
}

.filter-toggle {
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  background: #FFD54A;
  /* yellow */
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 40px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* panel layout: list (scrollable) + actions (sticky) */
.filter-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 320px;
  max-height: 320px;
  display: none;
  /* hidden by default; shown only when .visible is added */
  z-index: 40;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 8px;
  flex-direction: column;
  overflow: visible;
}

.filter-panel.visible {
  display: flex;
}

.filter-list {
  overflow: auto;
  flex: 1 1 auto;
  padding-right: 6px;
  margin-bottom: 8px;
  /* space above sticky actions */
}

.filter-list>div {
  padding: 6px 4px;
}

/* sticky clear actions at panel bottom */
.filter-actions {
  position: sticky;
  bottom: 0;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.98));
  padding-top: 8px;
  text-align: right;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  backdrop-filter: blur(2px);
}

.clear-btn {
  background: transparent;
  border: none;
  color: #222;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

/* subtle bottom fade that appears when .filter-list has more content */
.filter-fade {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 44px;
  /* above the sticky actions */
  height: 36px;
  pointer-events: none;
  display: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  border-radius: 0 0 12px 12px;
  z-index: 30;
}

.filter-panel .filter-fade.visible {
  display: block;
}

@media (max-width:600px) {
  .filter-panel {
    width: 260px;
  }
}

.blog-repeater {
  gap: 27px;
}

.blog-item {
  display: flex;
  cursor: pointer;
  border-radius: 50px;
  padding-bottom: 20px;
  overflow: hidden;
  margin: 8px;
}

.blog-item img {
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

.blog-item .title,
.blog-item .title:hover,
.blog-item .title:focus,
.blog-item .title:visited {
  color: #111111;
  font-family: Alata;
  font-weight: 400;
  line-height: 1.5;
  flex-shrink: 0;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  padding: 0;
  font-size: 1.5rem;
  margin: 20px 20px 0;
}