@keyframes bs-notify-fadeOut {
  0% {
    opacity: .9;
  }

  100% {
    opacity: 0;
  }
}

select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px �;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  text-align: right;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: inline-flex;
  position: relative;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, .5);
}

.bootstrap-select > select {
  border: none;
  bottom: 0;
  left: 50%;
  opacity: 0 !important;
  z-index: 0 !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  display: block !important;
  position: absolute !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  z-index: 2 !important;
  width: 100% !important;
  display: block !important;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle {
  border-color: #b94a48;
}

.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle {
  border-color: #28a745;
}

.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline-offset: -2px;
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.bootstrap-select.form-control {
  border: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select {
  width: auto;
}

.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn) {
  float: none;
  margin-left: 0;
  display: inline-block;
}

.bootstrap-select[class*="col-"] {
  float: none;
  margin-left: 0;
  display: inline-block;
}

.bootstrap-select.dropdown-menu-right {
  float: right;
}

.bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  float: left;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  left: 0;
  overflow: hidden;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
  position: absolute;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
  overflow: hidden;
  opacity: 0 !important;
  width: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  vertical-align: middle;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 12px;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  box-sizing: border-box;
  min-width: 100%;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  float: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: static;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, .5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  padding-left: 2.25em;
  position: relative;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select .dropdown-menu .notify {
  pointer-events: none;
  opacity: .9;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  width: 96%;
  min-height: 26px;
  margin: 0 2%;
  padding: 3px 5px;
  position: absolute;
  bottom: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: .3s linear .75s forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  white-space: nowrap;
  background: #f5f5f5;
  margin: 0 5px;
  padding: 3px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  padding: 0;
  display: inline;
  position: static;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  margin-top: -1px;
  position: static;
  top: auto;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 15px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  width: .5em;
  height: 1em;
  transform-style: preserve-3d;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  display: block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-bottom: 7px solid rgba(204, 204, 204, .2);
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  bottom: -4px;
  left: 9px;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-bottom: 6px solid #fff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  bottom: -4px;
  left: 10px;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  border-top: 7px solid rgba(204, 204, 204, .2);
  border-bottom: 0;
  top: -4px;
  bottom: auto;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: -4px;
  bottom: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  left: auto;
  right: 12px;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  left: auto;
  right: 13px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before {
  display: block;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after {
  display: block;
}

.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block;
}

.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  box-sizing: border-box;
  width: 100%;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  box-sizing: border-box;
  width: 100%;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  float: none;
  width: 100%;
  margin-bottom: 0;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img, .slick-slide {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid rgba(0, 0, 0, 0);
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

:before {
  box-sizing: border-box;
}

:after {
  box-sizing: border-box;
}

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

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

body {
  color: #212529;
  text-align: left;
  background-color: #fff;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button {
  -webkit-appearance: button;
}

[type="button"] {
  -webkit-appearance: button;
}

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

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

button:not(:disabled) {
  cursor: pointer;
}

[type="button"]:not(:disabled) {
  cursor: pointer;
}

[type="reset"]:not(:disabled) {
  cursor: pointer;
}

[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

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

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

textarea {
  resize: vertical;
  overflow: auto;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 564px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

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

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6667%;
  }
}

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

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6667%;
  }
}

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

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6667%;
  }
}

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

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}

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

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }
}

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

  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6667%;
  }
}

.table {
  color: #212529;
  width: 100%;
  margin-bottom: 1rem;
}

.table th, .table td {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  padding: .75rem;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered, .table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8daff;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9ecdff;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cccf;
}

.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe7a0;
}

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b1b7;
}

.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #eef1f3;
}

.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbd;
}

.table-active, .table-active > th, .table-active > td, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075);
}

@media (max-width: 563.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1919.98px) {
  .table-responsive-xxxl {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
  overflow-x: auto;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

.form-control:disabled {
  opacity: 1;
  background-color: #e9ecef;
}

input[type="date"].form-control {
  -ms-appearance: none;
  appearance: none;
}

input[type="time"].form-control {
  -ms-appearance: none;
  appearance: none;
}

input[type="datetime-local"].form-control {
  -ms-appearance: none;
  appearance: none;
}

input[type="month"].form-control {
  -ms-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  width: 100%;
  display: block;
}

.col-form-label {
  font-size: inherit;
  margin-bottom: 0;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-width: 1px 0;
  width: 100%;
  margin-bottom: 0;
  padding: .375rem 0;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  border-radius: .2rem;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-lg {
  border-radius: .3rem;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size], select.form-control[multiple], textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  margin-top: .25rem;
  display: block;
}

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

.form-row > .col {
  padding-left: 5px;
  padding-right: 5px;
}

.form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-check {
  padding-left: 1.25rem;
  display: block;
  position: relative;
}

.form-check-input {
  margin-top: .3rem;
  margin-left: -1.25rem;
  position: absolute;
}

.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  align-items: center;
  margin-right: .75rem;
  padding-left: 0;
  display: inline-flex;
}

.form-check-inline .form-check-input {
  margin-top: 0;
  margin-left: 0;
  margin-right: .3125rem;
  position: static;
}

.valid-feedback {
  color: #28a745;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.form-row > .col > .valid-tooltip {
  left: 5px;
}

.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback {
  display: block;
}

.was-validated :valid ~ .valid-tooltip {
  display: block;
}

.is-valid ~ .valid-feedback {
  display: block;
}

.is-valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem) !important;
}

.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem) !important;
}

.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

select.form-control.is-valid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}

.was-validated select.form-control:valid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}

textarea.form-control.is-valid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated textarea.form-control:valid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.custom-select.is-valid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") right 1.75rem center / calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem) !important;
}

.was-validated .custom-select:valid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") right 1.75rem center / calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem) !important;
}

.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback {
  display: block;
}

.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .valid-feedback {
  display: block;
}

.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label:before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #34ce57;
  border-color: #34ce57;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before {
  background-color: #34ce57;
  border-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #28a745;
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback {
  color: #dc3545;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.form-row > .col > .invalid-tooltip {
  left: 5px;
}

.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback {
  display: block;
}

.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem) !important;
}

.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem) !important;
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

select.form-control.is-invalid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}

.was-validated select.form-control:invalid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}

textarea.form-control.is-invalid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated textarea.form-control:invalid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.custom-select.is-invalid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") right 1.75rem center / calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem) !important;
}

.was-validated .custom-select:invalid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") right 1.75rem center / calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem) !important;
}

.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 564px) {
  .form-inline label {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .form-inline .form-group {
    flex-flow: wrap;
    flex: none;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .form-inline .form-control {
    vertical-align: middle;
    width: auto;
    display: inline-block;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: .25rem;
    position: relative;
  }

  .form-inline .custom-control {
    justify-content: center;
    align-items: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  transition: height .35s;
  position: relative;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid rgba(0, 0, 0, 0);
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  z-index: 1000;
  float: left;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  font-size: 1rem;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

@media (min-width: 564px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xxl-right {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1920px) {
  .dropdown-menu-xxxl-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xxxl-right {
    left: auto;
    right: 0;
  }
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem;
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid rgba(0, 0, 0, 0);
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .125rem;
  top: 0;
  left: 100%;
  right: auto;
}

.dropright .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: .125rem;
  top: 0;
  left: auto;
  right: 100%;
}

.dropleft .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: inline-block;
}

.dropleft .dropdown-toggle:after {
  display: none;
}

.dropleft .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid rgba(0, 0, 0, 0);
  border-bottom: .3em solid rgba(0, 0, 0, 0);
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"] {
  bottom: auto;
  right: auto;
}

.dropdown-menu[x-placement^="right"] {
  bottom: auto;
  right: auto;
}

.dropdown-menu[x-placement^="bottom"] {
  bottom: auto;
  right: auto;
}

.dropdown-menu[x-placement^="left"] {
  bottom: auto;
  right: auto;
}

.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
}

.dropdown-item {
  clear: both;
  color: #212529;
  width: 100%;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: .25rem 1.5rem;
  font-weight: 400;
  display: block;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  background-color: #e9ecef;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #007bff;
  text-decoration: none;
}

.dropdown-item.disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  color: #6c757d;
  white-space: nowrap;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  display: block;
}

.dropdown-item-text {
  color: #212529;
  padding: .25rem 1.5rem;
  display: block;
}

.custom-control {
  z-index: 1;
  print-color-adjust: exact;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  display: block;
  position: relative;
}

.custom-control-inline {
  margin-right: 1rem;
  display: inline-flex;
}

.custom-control-input {
  z-index: -1;
  opacity: 0;
  width: 1rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  vertical-align: top;
  margin-bottom: 0;
  position: relative;
}

.custom-control-label:before {
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
}

.custom-control-label:after {
  content: "";
  background: 50% / 50% 50% no-repeat;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
}

.custom-checkbox .custom-control-label:before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #007bff;
  border-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, .5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, .5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  pointer-events: all;
  border-radius: .5rem;
  width: 1.75rem;
  left: -2.25rem;
}

.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: .5rem;
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  transition: -ms-transform .15s ease-in-out, transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  top: calc(.25rem + 2px);
  left: calc(2px - 2.25rem);
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -ms-transform: translateX(.75rem);
  transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, .5);
}

.custom-select {
  color: #495057;
  vertical-align: middle;
  -ms-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple] {
  background-image: none;
  height: auto;
  padding-right: .75rem;
}

.custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: .75rem;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.custom-file-input {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  position: relative;
  overflow: hidden;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}

.custom-file-label {
  z-index: 1;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.custom-file-label:after {
  z-index: 3;
  color: #495057;
  content: "Browse";
  border-left: inherit;
  background-color: #e9ecef;
  border-radius: 0 .25rem .25rem 0;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.custom-range {
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 1.4rem;
  padding: 0;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb {
  -ms-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.custom-range::-moz-range-thumb {
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb {
  -ms-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.custom-range::-ms-thumb {
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: .2rem;
  margin-right: .2rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb {
  -ms-appearance: none;
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-width: .5rem;
  border-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: .5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
  margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label:before {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-file-label, .custom-select {
    transition: none;
  }

  .custom-control-label:before {
    transition: none;
  }
}

.nav {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  padding: .5rem 1rem;
  display: block;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  margin-bottom: -1px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
  text-align: center;
  flex: auto;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.alert {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  z-index: 2;
  color: inherit;
  padding: .75rem 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9ecdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cccf;
}

.alert-secondary .alert-link {
  color: #212326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c32;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe7a0;
}

.alert-warning .alert-link {
  color: #533f02;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b1b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #eef1f3;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbd;
}

.alert-dark .alert-link {
  color: #040505;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  z-index: 1050;
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog {
  pointer-events: none;
  width: auto;
  margin: .5rem;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: -ms-transform .3s ease-out, transform .3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  max-height: calc(100% - 1rem);
  display: flex;
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  align-items: center;
  min-height: calc(100% - 1rem);
  display: flex;
}

.modal-dialog-centered:before {
  height: calc(100vh - 1rem);
  content: "";
  height: min-content;
  display: block;
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}

.modal-content {
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  flex: auto;
  padding: 1rem;
  position: relative;
}

.modal-footer {
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.modal-footer > * {
  margin: .25rem;
}

.modal-scrollbar-measure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -9999px;
  overflow: scroll;
}

@media (min-width: 564px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  z-index: 1070;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
}

.tooltip:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  text-align: left;
}

.tooltip:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  text-align: right;
}

.tooltip .arrow {
  width: .8rem;
  height: .4rem;
  display: block;
  position: absolute;
}

.tooltip .arrow:before {
  content: "";
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0;
}

.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow:before {
  border-width: .4rem .4rem 0;
  border-top-color: #000;
  top: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-width: .4rem .4rem 0;
  border-top-color: #000;
  top: 0;
}

.bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem;
}

.bs-tooltip-right .arrow {
  width: .4rem;
  height: .8rem;
  left: 0;
}

.bs-tooltip-auto[x-placement^="right"] .arrow {
  width: .4rem;
  height: .8rem;
  left: 0;
}

.bs-tooltip-right .arrow:before {
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
  right: 0;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
  right: 0;
}

.bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0;
}

.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow:before {
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
  bottom: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
  bottom: 0;
}

.bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem;
}

.bs-tooltip-left .arrow {
  width: .4rem;
  height: .8rem;
  right: 0;
}

.bs-tooltip-auto[x-placement^="left"] .arrow {
  width: .4rem;
  height: .8rem;
  right: 0;
}

.bs-tooltip-left .arrow:before {
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
  left: 0;
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
  left: 0;
}

.tooltip-inner {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  max-width: 200px;
  padding: .25rem .5rem;
}

.popover {
  z-index: 1060;
  text-align: left;
  max-width: 276px;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.popover:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  text-align: left;
}

.popover:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  text-align: right;
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
  display: block;
  position: absolute;
}

.popover .arrow:before {
  content: "";
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
}

.popover .arrow:after {
  content: "";
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
}

.bs-popover-top {
  margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem;
}

.bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-top > .arrow:before {
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: 0;
}

.bs-popover-auto[x-placement^="top"] > .arrow:before {
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: 0;
}

.bs-popover-top > .arrow:after {
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
  bottom: 1px;
}

.bs-popover-auto[x-placement^="top"] > .arrow:after {
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
  bottom: 1px;
}

.bs-popover-right {
  margin-left: .5rem;
}

.bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem;
}

.bs-popover-right > .arrow {
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  left: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^="right"] > .arrow {
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  left: calc(-.5rem - 1px);
}

.bs-popover-right > .arrow:before {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25);
  left: 0;
}

.bs-popover-auto[x-placement^="right"] > .arrow:before {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25);
  left: 0;
}

.bs-popover-right > .arrow:after {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
  left: 1px;
}

.bs-popover-auto[x-placement^="right"] > .arrow:after {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
  left: 1px;
}

.bs-popover-bottom {
  margin-top: .5rem;
}

.bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem;
}

.bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-bottom > .arrow:before {
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25);
  top: 0;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow:before {
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25);
  top: 0;
}

.bs-popover-bottom > .arrow:after {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
  top: 1px;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow:after {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
  top: 1px;
}

.bs-popover-bottom .popover-header:before {
  content: "";
  border-bottom: 1px solid #f7f7f7;
  width: 1rem;
  margin-left: -.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header:before {
  content: "";
  border-bottom: 1px solid #f7f7f7;
  width: 1rem;
  margin-left: -.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs-popover-left {
  margin-right: .5rem;
}

.bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem;
}

.bs-popover-left > .arrow {
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  right: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^="left"] > .arrow {
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  right: calc(-.5rem - 1px);
}

.bs-popover-left > .arrow:before {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25);
  right: 0;
}

.bs-popover-auto[x-placement^="left"] > .arrow:before {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25);
  right: 0;
}

.bs-popover-left > .arrow:after {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
  right: 1px;
}

.bs-popover-auto[x-placement^="left"] > .arrow:after {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
  right: 1px;
}

.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  color: #212529;
  padding: .5rem .75rem;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

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

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

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

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

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: .2rem !important;
}

.rounded {
  border-radius: .25rem !important;
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
  border-radius: .3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 564px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
  .d-xxxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive:before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

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

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

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 564px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1920px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxxl-fill {
    flex: auto !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 564px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

@media (min-width: 1920px) {
  .float-xxxl-left {
    float: left !important;
  }

  .float-xxxl-right {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.fixed-bottom {
  z-index: 1030;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@supports (position: sticky) {
  .sticky-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  white-space: normal;
  width: auto;
  height: auto;
  position: static;
  overflow: visible;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .176) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.mt-1, .my-1 {
  margin-top: .25rem !important;
}

.mr-1, .mx-1 {
  margin-right: .25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
  margin-left: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.mt-2, .my-2 {
  margin-top: .5rem !important;
}

.mr-2, .mx-2 {
  margin-right: .5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
  margin-left: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.pt-1, .py-1 {
  padding-top: .25rem !important;
}

.pr-1, .px-1 {
  padding-right: .25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
  padding-left: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.pt-2, .py-2 {
  padding-top: .5rem !important;
}

.pr-2, .px-2 {
  padding-right: .5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
  padding-left: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -.25rem !important;
}

.m-n2 {
  margin: -.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 564px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: .25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: .25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -.25rem !important;
  }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important;
  }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important;
  }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important;
  }

  .m-sm-n2 {
    margin: -.5rem !important;
  }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important;
  }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important;
  }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: .25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -.25rem !important;
  }

  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important;
  }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important;
  }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important;
  }

  .m-md-n2 {
    margin: -.5rem !important;
  }

  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important;
  }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important;
  }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -.25rem !important;
  }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important;
  }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important;
  }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important;
  }

  .m-lg-n2 {
    margin: -.5rem !important;
  }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important;
  }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important;
  }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -.25rem !important;
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important;
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important;
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important;
  }

  .m-xl-n2 {
    margin: -.5rem !important;
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important;
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important;
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .mt-xxl-1, .my-xxl-1 {
    margin-top: .25rem !important;
  }

  .mr-xxl-1, .mx-xxl-1 {
    margin-right: .25rem !important;
  }

  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xxl-1, .mx-xxl-1 {
    margin-left: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .mt-xxl-2, .my-xxl-2 {
    margin-top: .5rem !important;
  }

  .mr-xxl-2, .mx-xxl-2 {
    margin-right: .5rem !important;
  }

  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xxl-2, .mx-xxl-2 {
    margin-left: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .pt-xxl-1, .py-xxl-1 {
    padding-top: .25rem !important;
  }

  .pr-xxl-1, .px-xxl-1 {
    padding-right: .25rem !important;
  }

  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xxl-1, .px-xxl-1 {
    padding-left: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .pt-xxl-2, .py-xxl-2 {
    padding-top: .5rem !important;
  }

  .pr-xxl-2, .px-xxl-2 {
    padding-right: .5rem !important;
  }

  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xxl-2, .px-xxl-2 {
    padding-left: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5, .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5, .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5, .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -.25rem !important;
  }

  .mt-xxl-n1, .my-xxl-n1 {
    margin-top: -.25rem !important;
  }

  .mr-xxl-n1, .mx-xxl-n1 {
    margin-right: -.25rem !important;
  }

  .mb-xxl-n1, .my-xxl-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-xxl-n1, .mx-xxl-n1 {
    margin-left: -.25rem !important;
  }

  .m-xxl-n2 {
    margin: -.5rem !important;
  }

  .mt-xxl-n2, .my-xxl-n2 {
    margin-top: -.5rem !important;
  }

  .mr-xxl-n2, .mx-xxl-n2 {
    margin-right: -.5rem !important;
  }

  .mb-xxl-n2, .my-xxl-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-xxl-n2, .mx-xxl-n2 {
    margin-left: -.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3, .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3, .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3, .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3, .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4, .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4, .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4, .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4, .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5, .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5, .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5, .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5, .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1920px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

  .mt-xxxl-0, .my-xxxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxxl-0, .mx-xxxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxxl-0, .my-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxxl-0, .mx-xxxl-0 {
    margin-left: 0 !important;
  }

  .m-xxxl-1 {
    margin: .25rem !important;
  }

  .mt-xxxl-1, .my-xxxl-1 {
    margin-top: .25rem !important;
  }

  .mr-xxxl-1, .mx-xxxl-1 {
    margin-right: .25rem !important;
  }

  .mb-xxxl-1, .my-xxxl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xxxl-1, .mx-xxxl-1 {
    margin-left: .25rem !important;
  }

  .m-xxxl-2 {
    margin: .5rem !important;
  }

  .mt-xxxl-2, .my-xxxl-2 {
    margin-top: .5rem !important;
  }

  .mr-xxxl-2, .mx-xxxl-2 {
    margin-right: .5rem !important;
  }

  .mb-xxxl-2, .my-xxxl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xxxl-2, .mx-xxxl-2 {
    margin-left: .5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .mt-xxxl-3, .my-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxxl-3, .mx-xxxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxxl-3, .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxxl-3, .mx-xxxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxxl-4, .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxxl-4, .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxxl-4, .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxxl-4, .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .mt-xxxl-5, .my-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxxl-5, .mx-xxxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxxl-5, .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxxl-5, .mx-xxxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .pt-xxxl-0, .py-xxxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxxl-0, .px-xxxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxxl-0, .py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxl-0, .px-xxxl-0 {
    padding-left: 0 !important;
  }

  .p-xxxl-1 {
    padding: .25rem !important;
  }

  .pt-xxxl-1, .py-xxxl-1 {
    padding-top: .25rem !important;
  }

  .pr-xxxl-1, .px-xxxl-1 {
    padding-right: .25rem !important;
  }

  .pb-xxxl-1, .py-xxxl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xxxl-1, .px-xxxl-1 {
    padding-left: .25rem !important;
  }

  .p-xxxl-2 {
    padding: .5rem !important;
  }

  .pt-xxxl-2, .py-xxxl-2 {
    padding-top: .5rem !important;
  }

  .pr-xxxl-2, .px-xxxl-2 {
    padding-right: .5rem !important;
  }

  .pb-xxxl-2, .py-xxxl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xxxl-2, .px-xxxl-2 {
    padding-left: .5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .pt-xxxl-3, .py-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxxl-3, .px-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxxl-3, .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxxl-3, .px-xxxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxxl-4, .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxxl-4, .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxxl-4, .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxxl-4, .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .pt-xxxl-5, .py-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxxl-5, .px-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-5, .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxxl-5, .px-xxxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxxl-n1 {
    margin: -.25rem !important;
  }

  .mt-xxxl-n1, .my-xxxl-n1 {
    margin-top: -.25rem !important;
  }

  .mr-xxxl-n1, .mx-xxxl-n1 {
    margin-right: -.25rem !important;
  }

  .mb-xxxl-n1, .my-xxxl-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-xxxl-n1, .mx-xxxl-n1 {
    margin-left: -.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -.5rem !important;
  }

  .mt-xxxl-n2, .my-xxxl-n2 {
    margin-top: -.5rem !important;
  }

  .mr-xxxl-n2, .mx-xxxl-n2 {
    margin-right: -.5rem !important;
  }

  .mb-xxxl-n2, .my-xxxl-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-xxxl-n2, .mx-xxxl-n2 {
    margin-left: -.5rem !important;
  }

  .m-xxxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxxl-n3, .my-xxxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxxl-n3, .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxxl-n3, .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxxl-n3, .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxxl-n4, .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxxl-n4, .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxxl-n4, .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxxl-n4, .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxxl-n5, .my-xxxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxxl-n5, .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxxl-n5, .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxxl-n5, .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mt-xxxl-auto, .my-xxxl-auto {
    margin-top: auto !important;
  }

  .mr-xxxl-auto, .mx-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-auto, .my-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxl-auto, .mx-xxxl-auto {
    margin-left: auto !important;
  }
}

.stretched-link:after {
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 564px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1920px) {
  .text-xxxl-left {
    text-align: left !important;
  }

  .text-xxxl-right {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
  font: 0 / 0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  :after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #adb5bd;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body, .container {
    min-width: 1024px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.row {
  margin-left: -6px;
  margin-right: -6px;
}

.row > .col, .row > .col-auto {
  padding-left: 6px;
  padding-right: 6px;
}

.row > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 16px;
  padding-right: 16px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters > .col {
  padding-left: 0;
  padding-right: 0;
}

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

@media (min-width: 564px) {
  .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .row > .col, .row > .col-auto {
    padding-left: 6px;
    padding-right: 6px;
  }

  .row > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .row > .col, .row > .col-auto {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .row > .col, .row > .col-auto {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1280px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row > .col, .row > .col-auto {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1440px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row > .col, .row > .col-auto {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1920px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row > .col, .row > .col-auto {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 32px;
    padding-right: 32px;
  }
}

:root {
  --headerHeight: 0;
}

@media (min-width: 768px) {
  :root {
    --headerHeight: 0;
  }
}

:root {
  --color-teal-50: #e6ecec;
  --color-teal-100: #b8c9cb;
  --color-teal-200: #8aa6a9;
  --color-teal-300: #5c8387;
  --color-teal-400: #2e6066;
  --color-teal: #003d44;
  --color-teal-600: #003238;
  --color-teal-700: #00272c;
  --color-teal-800: #001c1f;
  --color-teal-900: #001113;
  --color-teal-950: #000607;
  --color-ultraviolet-50: #f6ebff;
  --color-ultraviolet-100: #ecd6ff;
  --color-ultraviolet-200: #d7a8ff;
  --color-ultraviolet-300: #c480ff;
  --color-ultraviolet-400: #b157ff;
  --color-ultraviolet: #9c2aff;
  --color-ultraviolet-600: #8000f0;
  --color-ultraviolet-700: #6000b3;
  --color-ultraviolet-800: #3f0075;
  --color-ultraviolet-900: #21003d;
  --color-ultraviolet-950: #10001f;
  --color-cherry-50: #fef3f2;
  --color-cherry-100: #fde4e3;
  --color-cherry-200: #fdcdcb;
  --color-cherry-300: #faaba7;
  --color-cherry-400: #f47b75;
  --color-cherry: #ea5048;
  --color-cherry-600: #d7332b;
  --color-cherry-700: #b52720;
  --color-cherry-800: #95251f;
  --color-cherry-900: #7c2520;
  --color-cherry-950: #430f0c;
  --color-caramel-50: #faf3eb;
  --color-caramel-100: #f0ddc6;
  --color-caramel-200: #e6c7a1;
  --color-caramel-300: #dcb17c;
  --color-caramel-400: #d39b57;
  --color-caramel: #c98532;
  --color-caramel-600: #a56d29;
  --color-caramel-700: #815520;
  --color-caramel-800: #5c3d17;
  --color-caramel-900: #38250e;
  --color-caramel-950: #140d05;
  --color-turquoise-50: #e6f3f3;
  --color-turquoise-100: #b8dcde;
  --color-turquoise-200: #8ac6c9;
  --color-turquoise-300: #5cb0b4;
  --color-turquoise-400: #2e999f;
  --color-turquoise: #008289;
  --color-turquoise-600: #006b71;
  --color-turquoise-700: #005458;
  --color-turquoise-800: #003c3f;
  --color-turquoise-900: #002527;
  --color-turquoise-950: #000d0e;
  --color-peach-50: #fef3f0;
  --color-peach-100: #fdded4;
  --color-peach-200: #fbc8b8;
  --color-peach-300: #fab39c;
  --color-peach-400: #f89d81;
  --color-peach: #f78865;
  --color-peach-600: #cb7053;
  --color-peach-700: #9e5741;
  --color-peach-800: #723f2e;
  --color-peach-900: #45261c;
  --color-peach-950: #190e0a;
  --color-grey-50: #eff2f2;
  --color-grey-100: #dfe5e5;
  --color-grey-150: #cfd7d7;
  --color-grey-200: #bfcaca;
  --color-grey-250: #afbcbd;
  --color-grey-300: #a0afaf;
  --color-grey-350: #90a1a2;
  --color-grey-400: #809495;
  --color-grey-450: #708687;
  --color-grey: #60797a;
  --color-grey-550: #566d6e;
  --color-grey-600: #4d6162;
  --color-grey-650: #435555;
  --color-grey-700: #3a4949;
  --color-grey-750: #303c3d;
  --color-grey-800: #273031;
  --color-grey-850: #1d2424;
  --color-grey-900: #141818;
  --color-grey-950: #0a0c0c;
  --color-red-50: #fceae9;
  --color-red-100: #f7c3c1;
  --color-red-200: #f39d99;
  --color-red-300: #ee7771;
  --color-red-400: #e95049;
  --color-red: #e42a21;
  --color-red-600: #bb221b;
  --color-red-700: #921b15;
  --color-red-800: #69130f;
  --color-red-900: #400c09;
  --color-red-950: #170403;
  --color-green-50: #edf3eb;
  --color-green-100: #cdddc6;
  --color-green-200: #adc6a2;
  --color-green-300: #8db07d;
  --color-green-400: #6d9a59;
  --color-green: #4d8434;
  --color-green-600: #3f6c2b;
  --color-green-700: #315421;
  --color-green-800: #233d18;
  --color-green-900: #16250f;
  --color-green-950: #080d05;
  --color-blue-50: #e6f2f9;
  --color-blue-100: #b9daee;
  --color-blue-200: #8cc2e3;
  --color-blue-300: #60abd8;
  --color-blue-400: #3393cd;
  --color-blue: #067bc2;
  --color-blue-600: #05659f;
  --color-blue-700: #044f7c;
  --color-blue-800: #033959;
  --color-blue-900: #022236;
  --color-blue-950: #010c13;
  --color-yellow-50: #fff6ea;
  --color-yellow-100: #ffe6c3;
  --color-yellow-200: #ffd69d;
  --color-yellow-300: #ffc676;
  --color-yellow-400: #ffb650;
  --color-yellow: #ffa629;
  --color-yellow-600: #d18822;
  --color-yellow-700: #a36a1a;
  --color-yellow-800: #754c13;
  --color-yellow-900: #472e0b;
  --color-yellow-950: #191104;
  --color-cream: #f8f3f0;
  --color-latte: #eee1d4;
  --color-hazelnut: #916939;
  --color-sage: #e9f3f3;
  --color-eucalyptus: #bfd4d0;
  --color-river: #559996;
  --color-oat: #fdfaf8;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-primary: var(--color-teal);
  --color-primary-dark: var(--color-teal-700);
  --color-primary-darker: var(--color-teal-900);
  --color-primary-light: var(--color-teal-300);
  --color-primary-lighter: var(--color-teal-50);
  --color-secondary: var(--color-cherry);
  --color-secondary-dark: var(--color-cherry-600);
  --color-secondary-darker: var(--color-cherry-700);
  --color-secondary-light: var(--color-cherry-400);
  --color-secondary-lighter: var(--color-cherry-50);
  --color-tertiary: var(--color-caramel);
  --color-tertiary-dark: var(--color-caramel-600);
  --color-tertiary-darker: var(--color-caramel-700);
  --color-tertiary-light: var(--color-caramel-400);
  --color-tertiary-lighter: var(--color-caramel-50);
  --color-text-default: var(--color-teal-700);
  --color-text-light: var(--color-teal);
  --color-text-lighter: var(--color-teal-400);
  --color-text-inverse-default: var(--color-white);
  --color-text-inverse-dark: var(--color-teal-100);
  --color-text-inverse-darker: var(--color-teal-200);
  --color-text-field-disabled: var(--color-teal-300);
  --color-text-field-placeholder: var(--color-teal-400);
  --color-bg-neutral: var(--color-white);
  --color-bg-field-selected: var(--color-caramel-50);
  --color-bg-field-disabled: var(--color-teal-50);
  --color-bg-overlay: rgba(20, 24, 24, .6);
  --color-border: var(--color-grey-200);
  --color-border-light: var(--color-grey-100);
  --color-border-field: var(--color-teal-300);
  --color-border-inverse: var(--color-white);
  --color-border-field-hover: var(--color-teal-400);
  --color-border-field-selected: var(--color-caramel-600);
  --color-border-field-disabled: var(--color-teal-100);
  --color-border-field-focus: var(--color-grey-900);
  --color-border-primary: var(--color-primary);
  --color-info: var(--color-blue);
  --color-info-dark: var(--color-blue-600);
  --color-info-darker: var(--color-blue-700);
  --color-info-light: var(--color-blue-400);
  --color-info-lighter: var(--color-blue-50);
  --color-success: var(--color-green);
  --color-success-dark: var(--color-green-600);
  --color-success-darker: var(--color-green-700);
  --color-success-light: var(--color-green-400);
  --color-success-lighter: var(--color-green-50);
  --color-warning: var(--color-yellow);
  --color-warning-dark: var(--color-yellow-600);
  --color-warning-darker: var(--color-yellow-700);
  --color-warning-light: var(--color-yellow-400);
  --color-warning-lighter: var(--color-yellow-50);
  --color-error: var(--color-red);
  --color-error-dark: var(--color-red-600);
  --color-error-darker: var(--color-red-700);
  --color-error-light: var(--color-red-400);
  --color-error-lighter: var(--color-red-50);
}

.cc-color-black {
  color: var(--color-black) !important;
}

.cc-bg-black {
  background-color: var(--color-black) !important;
}

.cc-border-black {
  border-color: var(--color-black) !important;
}

.cc-color-white {
  color: var(--color-white) !important;
}

.cc-bg-white {
  background-color: var(--color-white) !important;
}

.cc-border-white {
  border-color: var(--color-white) !important;
}

.cc-color-primary {
  color: var(--color-primary) !important;
}

.cc-bg-primary {
  background-color: var(--color-primary) !important;
}

.cc-border-primary {
  border-color: var(--color-primary) !important;
}

.cc-color-primary-dark {
  color: var(--color-primary-dark) !important;
}

.cc-bg-primary-dark {
  background-color: var(--color-primary-dark) !important;
}

.cc-border-primary-dark {
  border-color: var(--color-primary-dark) !important;
}

.cc-color-primary-darker {
  color: var(--color-primary-darker) !important;
}

.cc-bg-primary-darker {
  background-color: var(--color-primary-darker) !important;
}

.cc-border-primary-darker {
  border-color: var(--color-primary-darker) !important;
}

.cc-color-primary-light {
  color: var(--color-primary-light) !important;
}

.cc-bg-primary-light {
  background-color: var(--color-primary-light) !important;
}

.cc-border-primary-light {
  border-color: var(--color-primary-light) !important;
}

.cc-color-primary-lighter {
  color: var(--color-primary-lighter) !important;
}

.cc-bg-primary-lighter {
  background-color: var(--color-primary-lighter) !important;
}

.cc-border-primary-lighter {
  border-color: var(--color-primary-lighter) !important;
}

.cc-color-secondary {
  color: var(--color-secondary) !important;
}

.cc-bg-secondary {
  background-color: var(--color-secondary) !important;
}

.cc-border-secondary {
  border-color: var(--color-secondary) !important;
}

.cc-color-secondary-dark {
  color: var(--color-secondary-dark) !important;
}

.cc-bg-secondary-dark {
  background-color: var(--color-secondary-dark) !important;
}

.cc-border-secondary-dark {
  border-color: var(--color-secondary-dark) !important;
}

.cc-color-secondary-darker {
  color: var(--color-secondary-darker) !important;
}

.cc-bg-secondary-darker {
  background-color: var(--color-secondary-darker) !important;
}

.cc-border-secondary-darker {
  border-color: var(--color-secondary-darker) !important;
}

.cc-color-secondary-light {
  color: var(--color-secondary-light) !important;
}

.cc-bg-secondary-light {
  background-color: var(--color-secondary-light) !important;
}

.cc-border-secondary-light {
  border-color: var(--color-secondary-light) !important;
}

.cc-color-secondary-lighter {
  color: var(--color-secondary-lighter) !important;
}

.cc-bg-secondary-lighter {
  background-color: var(--color-secondary-lighter) !important;
}

.cc-border-secondary-lighter {
  border-color: var(--color-secondary-lighter) !important;
}

.cc-color-tertiary {
  color: var(--color-tertiary) !important;
}

.cc-bg-tertiary {
  background-color: var(--color-tertiary) !important;
}

.cc-border-tertiary {
  border-color: var(--color-tertiary) !important;
}

.cc-color-tertiary-dark {
  color: var(--color-tertiary-dark) !important;
}

.cc-bg-tertiary-dark {
  background-color: var(--color-tertiary-dark) !important;
}

.cc-border-tertiary-dark {
  border-color: var(--color-tertiary-dark) !important;
}

.cc-color-tertiary-darker {
  color: var(--color-tertiary-darker) !important;
}

.cc-bg-tertiary-darker {
  background-color: var(--color-tertiary-darker) !important;
}

.cc-border-tertiary-darker {
  border-color: var(--color-tertiary-darker) !important;
}

.cc-color-tertiary-light {
  color: var(--color-tertiary-light) !important;
}

.cc-bg-tertiary-light {
  background-color: var(--color-tertiary-light) !important;
}

.cc-border-tertiary-light {
  border-color: var(--color-tertiary-light) !important;
}

.cc-color-tertiary-lighter {
  color: var(--color-tertiary-lighter) !important;
}

.cc-bg-tertiary-lighter {
  background-color: var(--color-tertiary-lighter) !important;
}

.cc-border-tertiary-lighter {
  border-color: var(--color-tertiary-lighter) !important;
}

.cc-color-text-default {
  color: var(--color-text-default) !important;
}

.cc-bg-text-default {
  background-color: var(--color-text-default) !important;
}

.cc-border-text-default {
  border-color: var(--color-text-default) !important;
}

.cc-color-text-light {
  color: var(--color-text-light) !important;
}

.cc-bg-text-light {
  background-color: var(--color-text-light) !important;
}

.cc-border-text-light {
  border-color: var(--color-text-light) !important;
}

.cc-color-text-lighter {
  color: var(--color-text-lighter) !important;
}

.cc-bg-text-lighter {
  background-color: var(--color-text-lighter) !important;
}

.cc-border-text-lighter {
  border-color: var(--color-text-lighter) !important;
}

.cc-color-text-inverse-default {
  color: var(--color-text-inverse-default) !important;
}

.cc-bg-text-inverse-default {
  background-color: var(--color-text-inverse-default) !important;
}

.cc-border-text-inverse-default {
  border-color: var(--color-text-inverse-default) !important;
}

.cc-color-text-inverse-dark {
  color: var(--color-text-inverse-dark) !important;
}

.cc-bg-text-inverse-dark {
  background-color: var(--color-text-inverse-dark) !important;
}

.cc-border-text-inverse-dark {
  border-color: var(--color-text-inverse-dark) !important;
}

.cc-color-text-inverse-darker {
  color: var(--color-text-inverse-darker) !important;
}

.cc-bg-text-inverse-darker {
  background-color: var(--color-text-inverse-darker) !important;
}

.cc-border-text-inverse-darker {
  border-color: var(--color-text-inverse-darker) !important;
}

.cc-color-text-field-disabled {
  color: var(--color-text-field-disabled) !important;
}

.cc-bg-text-field-disabled {
  background-color: var(--color-text-field-disabled) !important;
}

.cc-border-text-field-disabled {
  border-color: var(--color-text-field-disabled) !important;
}

.cc-color-text-field-placeholder {
  color: var(--color-text-field-placeholder) !important;
}

.cc-bg-text-field-placeholder {
  background-color: var(--color-text-field-placeholder) !important;
}

.cc-border-text-field-placeholder {
  border-color: var(--color-text-field-placeholder) !important;
}

.cc-color-bg-neutral {
  color: var(--color-bg-neutral) !important;
}

.cc-bg-bg-neutral {
  background-color: var(--color-bg-neutral) !important;
}

.cc-border-bg-neutral {
  border-color: var(--color-bg-neutral) !important;
}

.cc-color-bg-field-selected {
  color: var(--color-bg-field-selected) !important;
}

.cc-bg-bg-field-selected {
  background-color: var(--color-bg-field-selected) !important;
}

.cc-border-bg-field-selected {
  border-color: var(--color-bg-field-selected) !important;
}

.cc-color-bg-field-disabled {
  color: var(--color-bg-field-disabled) !important;
}

.cc-bg-bg-field-disabled {
  background-color: var(--color-bg-field-disabled) !important;
}

.cc-border-bg-field-disabled {
  border-color: var(--color-bg-field-disabled) !important;
}

.cc-color-bg-overlay {
  color: var(--color-bg-overlay) !important;
}

.cc-bg-bg-overlay {
  background-color: var(--color-bg-overlay) !important;
}

.cc-border-bg-overlay {
  border-color: var(--color-bg-overlay) !important;
}

.cc-color-border {
  color: var(--color-border) !important;
}

.cc-bg-border {
  background-color: var(--color-border) !important;
}

.cc-border-border {
  border-color: var(--color-border) !important;
}

.cc-color-border-light {
  color: var(--color-border-light) !important;
}

.cc-bg-border-light {
  background-color: var(--color-border-light) !important;
}

.cc-border-border-light {
  border-color: var(--color-border-light) !important;
}

.cc-color-border-field {
  color: var(--color-border-field) !important;
}

.cc-bg-border-field {
  background-color: var(--color-border-field) !important;
}

.cc-border-border-field {
  border-color: var(--color-border-field) !important;
}

.cc-color-border-inverse {
  color: var(--color-border-inverse) !important;
}

.cc-bg-border-inverse {
  background-color: var(--color-border-inverse) !important;
}

.cc-border-border-inverse {
  border-color: var(--color-border-inverse) !important;
}

.cc-color-border-field-hover {
  color: var(--color-border-field-hover) !important;
}

.cc-bg-border-field-hover {
  background-color: var(--color-border-field-hover) !important;
}

.cc-border-border-field-hover {
  border-color: var(--color-border-field-hover) !important;
}

.cc-color-border-field-selected {
  color: var(--color-border-field-selected) !important;
}

.cc-bg-border-field-selected {
  background-color: var(--color-border-field-selected) !important;
}

.cc-border-border-field-selected {
  border-color: var(--color-border-field-selected) !important;
}

.cc-color-border-field-disabled {
  color: var(--color-border-field-disabled) !important;
}

.cc-bg-border-field-disabled {
  background-color: var(--color-border-field-disabled) !important;
}

.cc-border-border-field-disabled {
  border-color: var(--color-border-field-disabled) !important;
}

.cc-color-border-field-focus {
  color: var(--color-border-field-focus) !important;
}

.cc-bg-border-field-focus {
  background-color: var(--color-border-field-focus) !important;
}

.cc-border-border-field-focus {
  border-color: var(--color-border-field-focus) !important;
}

.cc-color-border-primary {
  color: var(--color-border-primary) !important;
}

.cc-bg-border-primary {
  background-color: var(--color-border-primary) !important;
}

.cc-border-border-primary {
  border-color: var(--color-border-primary) !important;
}

.cc-color-info {
  color: var(--color-info) !important;
}

.cc-bg-info {
  background-color: var(--color-info) !important;
}

.cc-border-info {
  border-color: var(--color-info) !important;
}

.cc-color-info-dark {
  color: var(--color-info-dark) !important;
}

.cc-bg-info-dark {
  background-color: var(--color-info-dark) !important;
}

.cc-border-info-dark {
  border-color: var(--color-info-dark) !important;
}

.cc-color-info-darker {
  color: var(--color-info-darker) !important;
}

.cc-bg-info-darker {
  background-color: var(--color-info-darker) !important;
}

.cc-border-info-darker {
  border-color: var(--color-info-darker) !important;
}

.cc-color-info-light {
  color: var(--color-info-light) !important;
}

.cc-bg-info-light {
  background-color: var(--color-info-light) !important;
}

.cc-border-info-light {
  border-color: var(--color-info-light) !important;
}

.cc-color-info-lighter {
  color: var(--color-info-lighter) !important;
}

.cc-bg-info-lighter {
  background-color: var(--color-info-lighter) !important;
}

.cc-border-info-lighter {
  border-color: var(--color-info-lighter) !important;
}

.cc-color-success {
  color: var(--color-success) !important;
}

.cc-bg-success {
  background-color: var(--color-success) !important;
}

.cc-border-success {
  border-color: var(--color-success) !important;
}

.cc-color-success-dark {
  color: var(--color-success-dark) !important;
}

.cc-bg-success-dark {
  background-color: var(--color-success-dark) !important;
}

.cc-border-success-dark {
  border-color: var(--color-success-dark) !important;
}

.cc-color-success-darker {
  color: var(--color-success-darker) !important;
}

.cc-bg-success-darker {
  background-color: var(--color-success-darker) !important;
}

.cc-border-success-darker {
  border-color: var(--color-success-darker) !important;
}

.cc-color-success-light {
  color: var(--color-success-light) !important;
}

.cc-bg-success-light {
  background-color: var(--color-success-light) !important;
}

.cc-border-success-light {
  border-color: var(--color-success-light) !important;
}

.cc-color-success-lighter {
  color: var(--color-success-lighter) !important;
}

.cc-bg-success-lighter {
  background-color: var(--color-success-lighter) !important;
}

.cc-border-success-lighter {
  border-color: var(--color-success-lighter) !important;
}

.cc-color-warning {
  color: var(--color-warning) !important;
}

.cc-bg-warning {
  background-color: var(--color-warning) !important;
}

.cc-border-warning {
  border-color: var(--color-warning) !important;
}

.cc-color-warning-dark {
  color: var(--color-warning-dark) !important;
}

.cc-bg-warning-dark {
  background-color: var(--color-warning-dark) !important;
}

.cc-border-warning-dark {
  border-color: var(--color-warning-dark) !important;
}

.cc-color-warning-darker {
  color: var(--color-warning-darker) !important;
}

.cc-bg-warning-darker {
  background-color: var(--color-warning-darker) !important;
}

.cc-border-warning-darker {
  border-color: var(--color-warning-darker) !important;
}

.cc-color-warning-light {
  color: var(--color-warning-light) !important;
}

.cc-bg-warning-light {
  background-color: var(--color-warning-light) !important;
}

.cc-border-warning-light {
  border-color: var(--color-warning-light) !important;
}

.cc-color-warning-lighter {
  color: var(--color-warning-lighter) !important;
}

.cc-bg-warning-lighter {
  background-color: var(--color-warning-lighter) !important;
}

.cc-border-warning-lighter {
  border-color: var(--color-warning-lighter) !important;
}

.cc-color-error {
  color: var(--color-error) !important;
}

.cc-bg-error {
  background-color: var(--color-error) !important;
}

.cc-border-error {
  border-color: var(--color-error) !important;
}

.cc-color-error-dark {
  color: var(--color-error-dark) !important;
}

.cc-bg-error-dark {
  background-color: var(--color-error-dark) !important;
}

.cc-border-error-dark {
  border-color: var(--color-error-dark) !important;
}

.cc-color-error-darker {
  color: var(--color-error-darker) !important;
}

.cc-bg-error-darker {
  background-color: var(--color-error-darker) !important;
}

.cc-border-error-darker {
  border-color: var(--color-error-darker) !important;
}

.cc-color-error-light {
  color: var(--color-error-light) !important;
}

.cc-bg-error-light {
  background-color: var(--color-error-light) !important;
}

.cc-border-error-light {
  border-color: var(--color-error-light) !important;
}

.cc-color-error-lighter {
  color: var(--color-error-lighter) !important;
}

.cc-bg-error-lighter {
  background-color: var(--color-error-lighter) !important;
}

.cc-border-error-lighter {
  border-color: var(--color-error-lighter) !important;
}

* {
  font: inherit;
  color: inherit;
  word-break: break-word;
  box-sizing: border-box;
  outline-width: .2rem;
  outline-color: var(--color-primary);
  outline-offset: 0;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

:focus-visible {
  box-shadow: none;
}

:before:focus-visible {
  box-shadow: none;
}

:after:focus-visible {
  box-shadow: none;
}

html {
  scroll-padding-top: var(--headerHeight);
  font-size: 62.5%;
}

body {
  font-optical-sizing: auto;
  color: var(--color-text-default);
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  width: 100%;
  height: 100%;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

body b, body strong {
  font-weight: 700;
}

body em, body i {
  font-style: italic;
}

body.cc-body-no-scroll, body.modal-open {
  position: relative;
  overflow: hidden;
}

.cc-skip {
  z-index: 101;
  background: var(--color-primary);
  color: var(--color-text-inverse-default);
  opacity: 0;
  pointer-events: none;
  border: none;
  padding: 0 .8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 3.4rem;
  transition: all .22s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}

.cc-skip:hover {
  background: var(--color-primary);
  color: var(--color-text-inverse-default);
}

.cc-skip:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

.cc-page {
  background: var(--color-oat);
}

body a {
  -webkit-text-decoration-skip: objects;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: all .22s ease-in-out;
}

body a:active, body a:hover {
  color: inherit;
  text-decoration: none;
}

img, .cc-img {
  max-width: 100%;
  display: block;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  transition: all .22s ease-in-out;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}

ol {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 150.4rem;
}

.container .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.container--small {
  max-width: 119.6rem;
}

.cc-row--small {
  gap: 3.2rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-row--small {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.cc-col-left {
  flex-grow: 1;
}

@media (max-width: 1023.98px) {
  .cc-col-left {
    width: 100%;
  }
}

.cc-col-right {
  flex-grow: 0;
  flex-shrink: 0;
  width: 25.2rem;
}

@media (max-width: 1023.98px) {
  .cc-col-right {
    width: 100%;
  }
}

.cc-visibility-hidden {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.cc-uppercase {
  text-transform: uppercase;
}

.cc-pointer {
  cursor: pointer;
}

.cc-text-left {
  text-align: left;
}

.cc-text-center {
  text-align: center;
}

.cc-text-right {
  text-align: right;
}

.cc-no-scrollbar {
  -ms-overflow-style: none;
}

.cc-no-scrollbar::-webkit-scrollbar {
  display: none;
}

@media print {
  .cc-print-hidden {
    display: none !important;
  }
}

.cc-print-only {
  display: none !important;
}

@media print {
  .cc-print-only {
    display: block !important;
  }
}

.grecaptcha-badge {
  z-index: 999 !important;
}

@media (max-width: 1023.98px) {
  .grecaptcha-badge {
    bottom: 8rem !important;
  }
}

.hide-order-discount {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, .cc-h1, .cc-h2, .cc-h3, .cc-h4, .cc-h5, .cc-h6, p, small, caption, ul, li, .cc-p, .cc-small, .cc-caption {
  color: var(--color-text-default);
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
}

h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b, .cc-h1 strong, .cc-h1 b, .cc-h2 strong, .cc-h2 b, .cc-h3 strong, .cc-h3 b, .cc-h4 strong, .cc-h4 b, .cc-h5 strong, .cc-h5 b, .cc-h6 strong, .cc-h6 b, p strong, p b, small strong, small b, caption strong, caption b, ul strong, ul b, li strong, li b, .cc-p strong, .cc-p b, .cc-small strong, .cc-small b, .cc-caption strong, .cc-caption b {
  font-weight: 700;
}

h1 em, h1 i, h2 em, h2 i, h3 em, h3 i, h4 em, h4 i, h5 em, h5 i, h6 em, h6 i, .cc-h1 em, .cc-h1 i, .cc-h2 em, .cc-h2 i, .cc-h3 em, .cc-h3 i, .cc-h4 em, .cc-h4 i, .cc-h5 em, .cc-h5 i, .cc-h6 em, .cc-h6 i, p em, p i, small em, small i, caption em, caption i, ul em, ul i, li em, li i, .cc-p em, .cc-p i, .cc-small em, .cc-small i, .cc-caption em, .cc-caption i {
  font-style: italic;
}

.cc-heading-xxxxl {
  letter-spacing: -.1rem;
  font-family: Epilogue, sans-serif;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 6.4rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-heading-xxxxl {
    font-size: 7.2rem;
    line-height: 8rem;
  }
}

.cc-heading-xxxxl strong, .cc-heading-xxxxl b {
  font-weight: 600;
}

.cc-heading-xxxl {
  letter-spacing: -.1rem;
  font-family: Epilogue, sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.6rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-heading-xxxl {
    font-size: 6.4rem;
    line-height: 7.2rem;
  }
}

.cc-heading-xxxl strong, .cc-heading-xxxl b {
  font-weight: 600;
}

.cc-heading-xxl {
  letter-spacing: -.1rem;
  font-family: Epilogue, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 4.4rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-heading-xxl {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}

.cc-heading-xxl strong, .cc-heading-xxl b {
  font-weight: 600;
}

h1, .cc-like-h1, .cc-heading-xl {
  letter-spacing: -.005rem;
  font-family: Epilogue, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
  display: block;
}

@media (min-width: 1024px) {
  h1, .cc-like-h1, .cc-heading-xl {
    letter-spacing: -.1rem;
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

h1 strong, h1 b, .cc-like-h1 strong, .cc-like-h1 b, .cc-heading-xl strong, .cc-heading-xl b {
  font-weight: 600;
}

h2, .cc-like-h2, .cc-heading-lg {
  letter-spacing: -.05rem;
  font-family: Epilogue, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  display: block;
}

@media (min-width: 1024px) {
  h2, .cc-like-h2, .cc-heading-lg {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

h2 strong, h2 b, .cc-like-h2 strong, .cc-like-h2 b, .cc-heading-lg strong, .cc-heading-lg b {
  font-weight: 600;
}

h3, .cc-like-h3, .cc-heading-md {
  letter-spacing: -.05rem;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  h3, .cc-like-h3, .cc-heading-md {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

h3 strong, h3 b, .cc-like-h3 strong, .cc-like-h3 b, .cc-heading-md strong, .cc-heading-md b {
  font-weight: 600;
}

h4, .cc-like-h4, .cc-heading-sm {
  letter-spacing: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: block;
}

@media (min-width: 1024px) {
  h4, .cc-like-h4, .cc-heading-sm {
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

h4 strong, h4 b, .cc-like-h4 strong, .cc-like-h4 b, .cc-heading-sm strong, .cc-heading-sm b {
  font-weight: 600;
}

h5, .cc-like-h5, .cc-heading-xs {
  letter-spacing: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  display: block;
}

@media (min-width: 1024px) {
  h5, .cc-like-h5, .cc-heading-xs {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

h5 strong, h5 b, .cc-like-h5 strong, .cc-like-h5 b, .cc-heading-xs strong, .cc-heading-xs b {
  font-weight: 600;
}

h6, .cc-like-h6, .cc-heading-xxs {
  letter-spacing: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  h6, .cc-like-h6, .cc-heading-xxs {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

h6 strong, h6 b, .cc-like-h6 strong, .cc-like-h6 b, .cc-heading-xxs strong, .cc-heading-xxs b {
  font-weight: 600;
}

p, small, .cc-p, .cc-small, ul li, ol li {
  letter-spacing: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  p, small, .cc-p, .cc-small, ul li, ol li {
    font-size: 1.4rem;
  }
}

.cc-text-xl, .cc-like-text-xl {
  font-size: 1.6rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-text-xl, .cc-like-text-xl {
    font-size: 2rem;
  }
}

.cc-text-lg, .cc-like-text-lg {
  font-size: 1.5rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-text-lg, .cc-like-text-lg {
    font-size: 1.8rem;
  }
}

.cc-typ-order-link, .cc-typ-order-link:hover {
  text-decoration: underline !important;
}

.cc-text-md, .cc-text-base, .cc-like-text-md, .cc-like-text-base {
  font-size: 1.4rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-text-md, .cc-text-base, .cc-like-text-md, .cc-like-text-base {
    font-size: 1.6rem;
  }
}

.cc-text-sm, .cc-like-text-sm {
  letter-spacing: .025rem;
  font-size: 1.3rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-text-sm, .cc-like-text-sm {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}

.cc-text-xs, .cc-like-text-xs {
  letter-spacing: .025rem;
  font-size: 1.2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-text-xs, .cc-like-text-xs {
    font-size: 1.2rem;
  }
}

[class*="cc-like-h"] * {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

[class*="cc-like-text-"] * {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.cc-rounded-none {
  border-radius: 0;
}

.cc-rounded-sm {
  border-radius: .2rem;
}

.cc-rounded-md {
  border-radius: .4rem;
}

.cc-rounded-lg {
  border-radius: .8rem;
}

.cc-rounded-xl {
  border-radius: 1.6rem;
}

.cc-rounded-full {
  border-radius: 50%;
}

.cc-m-none {
  margin: 0 !important;
}

.cc-mt-none {
  margin-top: 0 !important;
}

.cc-mr-none {
  margin-right: 0 !important;
}

.cc-mb-none {
  margin-bottom: 0 !important;
}

.cc-ml-none {
  margin-left: 0 !important;
}

.cc-p-none {
  padding: 0;
}

.cc-pt-none {
  padding-top: 0;
}

.cc-pr-none {
  padding-right: 0;
}

.cc-pb-none {
  padding-bottom: 0;
}

.cc-pl-none {
  padding-left: 0;
}

.cc-gap-none {
  gap: 0;
}

.cc-m-xxs {
  margin: .2rem !important;
}

.cc-mt-xxs {
  margin-top: .2rem !important;
}

.cc-mr-xxs {
  margin-right: .2rem !important;
}

.cc-mb-xxs {
  margin-bottom: .2rem !important;
}

.cc-ml-xxs {
  margin-left: .2rem !important;
}

.cc-p-xxs {
  padding: .2rem;
}

.cc-pt-xxs {
  padding-top: .2rem;
}

.cc-pr-xxs {
  padding-right: .2rem;
}

.cc-pb-xxs {
  padding-bottom: .2rem;
}

.cc-pl-xxs {
  padding-left: .2rem;
}

.cc-gap-xxs {
  gap: .2rem;
}

.cc-m-xs {
  margin: .4rem !important;
}

.cc-mt-xs {
  margin-top: .4rem !important;
}

.cc-mr-xs {
  margin-right: .4rem !important;
}

.cc-mb-xs {
  margin-bottom: .4rem !important;
}

.cc-ml-xs {
  margin-left: .4rem !important;
}

.cc-p-xs {
  padding: .4rem;
}

.cc-pt-xs {
  padding-top: .4rem;
}

.cc-pr-xs {
  padding-right: .4rem;
}

.cc-pb-xs {
  padding-bottom: .4rem;
}

.cc-pl-xs {
  padding-left: .4rem;
}

.cc-gap-xs {
  gap: .4rem;
}

.cc-m-sm {
  margin: .8rem !important;
}

.cc-mt-sm {
  margin-top: .8rem !important;
}

.cc-mr-sm {
  margin-right: .8rem !important;
}

.cc-mb-sm {
  margin-bottom: .8rem !important;
}

.cc-ml-sm {
  margin-left: .8rem !important;
}

.cc-p-sm {
  padding: .8rem;
}

.cc-pt-sm {
  padding-top: .8rem;
}

.cc-pr-sm {
  padding-right: .8rem;
}

.cc-pb-sm {
  padding-bottom: .8rem;
}

.cc-pl-sm {
  padding-left: .8rem;
}

.cc-gap-sm {
  gap: .8rem;
}

.cc-m-md {
  margin: 1.2rem !important;
}

.cc-mt-md {
  margin-top: 1.2rem !important;
}

.cc-mr-md {
  margin-right: 1.2rem !important;
}

.cc-mb-md {
  margin-bottom: 1.2rem !important;
}

.cc-ml-md {
  margin-left: 1.2rem !important;
}

.cc-p-md {
  padding: 1.2rem;
}

.cc-pt-md {
  padding-top: 1.2rem;
}

.cc-pr-md {
  padding-right: 1.2rem;
}

.cc-pb-md {
  padding-bottom: 1.2rem;
}

.cc-pl-md {
  padding-left: 1.2rem;
}

.cc-gap-md {
  gap: 1.2rem;
}

.cc-m-lg {
  margin: 1.6rem !important;
}

.cc-mt-lg {
  margin-top: 1.6rem !important;
}

.cc-mr-lg {
  margin-right: 1.6rem !important;
}

.cc-mb-lg {
  margin-bottom: 1.6rem !important;
}

.cc-ml-lg {
  margin-left: 1.6rem !important;
}

.cc-p-lg {
  padding: 1.6rem;
}

.cc-pt-lg {
  padding-top: 1.6rem;
}

.cc-pr-lg {
  padding-right: 1.6rem;
}

.cc-pb-lg {
  padding-bottom: 1.6rem;
}

.cc-pl-lg {
  padding-left: 1.6rem;
}

.cc-gap-lg {
  gap: 1.6rem;
}

.cc-m-xl {
  margin: 2.4rem !important;
}

.cc-mt-xl {
  margin-top: 2.4rem !important;
}

.cc-mr-xl {
  margin-right: 2.4rem !important;
}

.cc-mb-xl {
  margin-bottom: 2.4rem !important;
}

.cc-ml-xl {
  margin-left: 2.4rem !important;
}

.cc-p-xl {
  padding: 2.4rem;
}

.cc-pt-xl {
  padding-top: 2.4rem;
}

.cc-pr-xl {
  padding-right: 2.4rem;
}

.cc-pb-xl {
  padding-bottom: 2.4rem;
}

.cc-pl-xl {
  padding-left: 2.4rem;
}

.cc-gap-xl {
  gap: 2.4rem;
}

.cc-m-xxl {
  margin: 3.2rem !important;
}

.cc-mt-xxl {
  margin-top: 3.2rem !important;
}

.cc-mr-xxl {
  margin-right: 3.2rem !important;
}

.cc-mb-xxl {
  margin-bottom: 3.2rem !important;
}

.cc-ml-xxl {
  margin-left: 3.2rem !important;
}

.cc-p-xxl {
  padding: 3.2rem;
}

.cc-pt-xxl {
  padding-top: 3.2rem;
}

.cc-pr-xxl {
  padding-right: 3.2rem;
}

.cc-pb-xxl {
  padding-bottom: 3.2rem;
}

.cc-pl-xxl {
  padding-left: 3.2rem;
}

.cc-gap-xxl {
  gap: 3.2rem;
}

.cc-m-xxxl {
  margin: 4rem !important;
}

.cc-mt-xxxl {
  margin-top: 4rem !important;
}

.cc-mr-xxxl {
  margin-right: 4rem !important;
}

.cc-mb-xxxl {
  margin-bottom: 4rem !important;
}

.cc-ml-xxxl {
  margin-left: 4rem !important;
}

.cc-p-xxxl {
  padding: 4rem;
}

.cc-pt-xxxl {
  padding-top: 4rem;
}

.cc-pr-xxxl {
  padding-right: 4rem;
}

.cc-pb-xxxl {
  padding-bottom: 4rem;
}

.cc-pl-xxxl {
  padding-left: 4rem;
}

.cc-gap-xxxl {
  gap: 4rem;
}

.cc-m-xxxxl {
  margin: 8rem !important;
}

.cc-mt-xxxxl {
  margin-top: 8rem !important;
}

.cc-mr-xxxxl {
  margin-right: 8rem !important;
}

.cc-mb-xxxxl {
  margin-bottom: 8rem !important;
}

.cc-ml-xxxxl {
  margin-left: 8rem !important;
}

.cc-p-xxxxl {
  padding: 8rem;
}

.cc-pt-xxxxl {
  padding-top: 8rem;
}

.cc-pr-xxxxl {
  padding-right: 8rem;
}

.cc-pb-xxxxl {
  padding-bottom: 8rem;
}

.cc-pl-xxxxl {
  padding-left: 8rem;
}

.cc-gap-xxxxl {
  gap: 8rem;
}

.cc-boxshadow-none {
  box-shadow: none;
}

.cc-boxshadow-inverse {
  box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 -.2rem .4rem rgba(20, 24, 24, .1);
}

.cc-boxshadow-sm {
  box-shadow: 0 .1rem .2rem rgba(20, 24, 24, .12);
}

.cc-boxshadow {
  box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 .2rem .4rem rgba(20, 24, 24, .1);
}

.cc-boxshadow-lg {
  box-shadow: 0 0 .4rem rgba(20, 24, 24, .04), 0 .4rem .8rem rgba(20, 24, 24, .1);
}

.cc-boxshadow-xl {
  box-shadow: 0 0 .4rem rgba(20, 24, 24, .04), 0 .6rem 1.6rem rgba(20, 24, 24, .12);
}

.cc-scrollbar-custom::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.cc-scrollbar-custom::-webkit-scrollbar-track {
  background: var(--color-primary-lighter);
  border-radius: 8px;
}

.cc-scrollbar-custom::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 8px;
}

.cc-scrollbar-custom::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

.cc-scrollbar-custom-s::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.cc-scrollbar-custom-s::-webkit-scrollbar-track {
  background: var(--color-primary-lighter);
  border-radius: 4px;
}

.cc-scrollbar-custom-s::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 4px;
}

.cc-scrollbar-custom-s::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

.cc-scrollbar-custom-xs::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.cc-scrollbar-custom-xs::-webkit-scrollbar-track {
  background: var(--color-primary-lighter);
  border-radius: 2px;
}

.cc-scrollbar-custom-xs::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 2px;
}

.cc-scrollbar-custom-xs::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

.cc-scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cc-scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.cc-tabs {
  margin: 0;
  padding: 0;
}

.cc-tabs__header {
  width: 100%;
  position: relative;
}

.cc-tabs__header:before {
  content: "";
  background: var(--color-border-light);
  width: 100%;
  height: .1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cc-tabs__navbar {
  white-space: nowrap;
  border: none;
  flex-flow: row;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  overflow-x: auto;
}

.cc-tabs__navbar__item {
  margin: 0;
  border: none;
  margin-right: 2.4rem;
  padding: 0;
  display: block;
}

.cc-tabs__navbar__item:last-child {
  margin-right: 0;
}

.cc-tabs__navbar .cc-tabs__button {
  letter-spacing: 0;
  color: var(--color-text-light);
  background: none;
  border: none;
  flex-wrap: nowrap;
  align-items: center;
  gap: .8rem;
  margin: 0;
  padding: 1.6rem 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all .22s ease-in-out;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-tabs__navbar .cc-tabs__button {
    font-size: 1.4rem;
  }
}

.cc-tabs__navbar .cc-tabs__button:before {
  content: "";
  background-color: var(--color-border);
  opacity: 0;
  width: 100%;
  height: .2rem;
  transition: all .22s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cc-tabs__navbar .cc-tabs__button:hover {
  color: var(--color-text-default);
}

.cc-tabs__navbar .cc-tabs__button:hover:before {
  opacity: 1;
}

.cc-tabs__navbar .cc-tabs__button.active {
  color: var(--color-text-default);
  background: none;
  border: none;
}

.cc-tabs__navbar .cc-tabs__button.active:before {
  background-color: var(--color-border-primary);
  opacity: 1;
}

.cc-tabs__navbar .cc-tabs__button.cc-disabled {
  cursor: not-allowed;
  color: var(--color-grey-400);
  background: none;
}

.cc-tabs__navbar .cc-tabs__button:disabled {
  cursor: not-allowed;
  color: var(--color-grey-400);
  background: none;
}

.cc-tabs__navbar .cc-tabs__button:disabled:before {
  display: none;
}

.cc-tabs__navbar .cc-tabs__button.cc-disabled:before {
  display: none;
}

.cc-tabs__navbar .cc-tabs__button.cc-disabled:hover {
  color: var(--color-grey-400);
}

.cc-tabs__navbar .cc-tabs__button:disabled:hover {
  color: var(--color-grey-400);
}

.cc-tabs__navbar .cc-tabs__button.cc-disabled .cc-notification {
  background: var(--color-grey-50);
  color: var(--color-grey-400);
}

.cc-tabs__navbar .cc-tabs__button:disabled .cc-notification {
  background: var(--color-grey-50);
  color: var(--color-grey-400);
}

.cc-tabs--flexible .cc-tabs__navbar {
  overflow-x: initial;
}

.cc-tabs--flexible .cc-tabs__navbar__item {
  flex: 1;
  margin-right: 0;
}

.cc-tabs--flexible .cc-tabs__navbar .cc-tabs__button {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
}

.cc-tabs--custom .cc-tabs__header:before {
  display: none;
}

.cc-tabs--custom .cc-tabs__navbar__item {
  margin-right: 8rem;
}

.cc-tabs--custom .cc-tabs__navbar__item:last-child {
  margin-right: 0;
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button {
  letter-spacing: -.05rem;
  color: var(--color-grey-400);
  border: none;
  margin: 0;
  padding: 0 .4rem;
  font-family: Epilogue, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-tabs--custom .cc-tabs__navbar .cc-tabs__button {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button span {
  z-index: 1;
  position: relative;
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button:before {
  content: "";
  background-color: var(--color-grey);
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 1.2rem;
  transition: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button:hover {
  color: var(--color-text-lighter);
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button:hover:before {
  opacity: .1;
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button.active {
  color: var(--color-tertiary);
  border: none;
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button.active:before {
  background-color: var(--color-tertiary);
  opacity: .1;
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button.cc-disabled {
  cursor: not-allowed;
  color: var(--color-grey-250);
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button:disabled {
  cursor: not-allowed;
  color: var(--color-grey-250);
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button.cc-disabled:hover {
  color: var(--color-grey-250);
}

.cc-tabs--custom .cc-tabs__navbar .cc-tabs__button:disabled:hover {
  color: var(--color-grey-250);
}

.cc-notification {
  min-width: 1.6rem;
  height: 1.6rem;
  color: var(--color-text-inverse-default);
  text-align: center;
  background: var(--color-tertiary);
  border-radius: 50%;
  margin: 0;
  padding: 0 .2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .22s ease-in-out;
  display: block;
}

.cc-divider {
  background-color: var(--color-border-light);
  border: none;
  width: 100%;
  height: .1rem;
  margin: 0;
  padding: 0;
  display: block;
}

.cc-btn {
  letter-spacing: 0;
  color: var(--color-text-inverse-default);
  background: var(--color-primary-dark);
  text-align: center;
  text-transform: none;
  border: .1rem solid var(--color-primary-dark);
  cursor: pointer;
  border-radius: .8rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  height: auto;
  min-height: 4.8rem;
  margin: 0;
  padding: .4rem 1.6rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: none;
  transition: all .22s ease-in-out;
  display: inline-flex;
  position: relative;
}

.cc-btn.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn--primary {
  color: var(--color-text-inverse-default);
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

.cc-btn--primary:hover, .cc-btn--primary.cc-hover {
  color: var(--color-text-inverse-default);
  background: var(--color-primary-darker);
  border-color: var(--color-primary-darker);
}

.cc-btn--primary:focus-visible {
  color: var(--color-text-inverse-default);
  background: var(--color-primary-darker);
  border-color: var(--color-primary-darker);
}

.cc-btn--primary.cc-active {
  color: var(--color-text-inverse-default);
  background: var(--color-primary-darker);
  border-color: var(--color-primary-darker);
  box-shadow: none;
}

.cc-btn--primary:active:not(:disabled) {
  color: var(--color-text-inverse-default);
  background: var(--color-primary-darker);
  border-color: var(--color-primary-darker);
  box-shadow: none;
}

.cc-btn--primary.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn--primary:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn--primary-tertiary {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary);
  border-color: var(--color-tertiary);
}

.cc-btn--primary-tertiary:hover, .cc-btn--primary-tertiary.cc-hover {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary-darker);
  border-color: var(--color-tertiary-darker);
}

.cc-btn--primary-tertiary:focus-visible {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary-darker);
  border-color: var(--color-tertiary-darker);
}

.cc-btn--primary-tertiary.cc-active {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary-darker);
  border-color: var(--color-tertiary-darker);
  box-shadow: none;
}

.cc-btn--primary-tertiary:active:not(:disabled) {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary-darker);
  border-color: var(--color-tertiary-darker);
  box-shadow: none;
}

.cc-btn--primary-tertiary.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn--primary-tertiary:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn--secondary {
  color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  background: none;
}

.cc-btn--secondary:hover, .cc-btn--secondary.cc-hover {
  color: var(--color-primary-darker);
  background: var(--color-primary-lighter);
  border-color: var(--color-primary-darker);
}

.cc-btn--secondary.cc-active {
  color: var(--color-teal-950);
  background: var(--color-teal-100);
  border-color: var(--color-teal-950);
  box-shadow: none;
}

.cc-btn--secondary:active:not(:disabled) {
  color: var(--color-teal-950);
  background: var(--color-teal-100);
  border-color: var(--color-teal-950);
  box-shadow: none;
}

.cc-btn--secondary.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: none;
}

.cc-btn--secondary:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: none;
}

.cc-btn--tertiary {
  color: var(--color-primary-dark);
  background: none;
  border-color: rgba(0, 0, 0, 0);
}

.cc-btn--tertiary:hover, .cc-btn--tertiary.cc-hover {
  color: var(--color-primary-dark);
  background: var(--color-primary-lighter);
  border-color: var(--color-primary-lighter);
}

.cc-btn--tertiary:focus-visible {
  color: var(--color-primary-dark);
  background: var(--color-primary-lighter);
  border-color: var(--color-primary-lighter);
}

.cc-btn--tertiary.cc-active {
  color: var(--color-teal-950);
  background: var(--color-teal-100);
  border-color: var(--color-teal-100);
  box-shadow: none;
}

.cc-btn--tertiary:active:not(:disabled) {
  color: var(--color-teal-950);
  background: var(--color-teal-100);
  border-color: var(--color-teal-100);
  box-shadow: none;
}

.cc-btn--tertiary.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: none;
  border-color: rgba(0, 0, 0, 0);
}

.cc-btn--tertiary:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: none;
  border-color: rgba(0, 0, 0, 0);
}

.cc-btn--error {
  color: var(--color-text-inverse-default);
  background: var(--color-error);
  border-color: var(--color-error);
}

.cc-btn--error:hover, .cc-btn--error.cc-hover {
  color: var(--color-text-inverse-default);
  background: var(--color-error-dark);
  border-color: var(--color-error-dark);
}

.cc-btn--error:focus-visible {
  color: var(--color-text-inverse-default);
  background: var(--color-error-dark);
  border-color: var(--color-error-dark);
}

.cc-btn--error.cc-active {
  color: var(--color-text-inverse-default);
  background: var(--color-error-darker);
  border-color: var(--color-error-darker);
  box-shadow: none;
}

.cc-btn--error:active:not(:disabled) {
  color: var(--color-text-inverse-default);
  background: var(--color-error-darker);
  border-color: var(--color-error-darker);
  box-shadow: none;
}

.cc-btn--error.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn--error:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn--success {
  color: var(--color-text-inverse-default);
  background: var(--color-success);
  border-color: var(--color-success);
}

.cc-btn--success:hover, .cc-btn--success.cc-hover {
  color: var(--color-text-inverse-default);
  background: var(--color-success-dark);
  border-color: var(--color-success-dark);
}

.cc-btn--success:focus-visible {
  color: var(--color-text-inverse-default);
  background: var(--color-success-dark);
  border-color: var(--color-success-dark);
}

.cc-btn--success.cc-active {
  color: var(--color-text-inverse-default);
  background: var(--color-success-darker);
  border-color: var(--color-success-darker);
  box-shadow: none;
}

.cc-btn--success:active:not(:disabled) {
  color: var(--color-text-inverse-default);
  background: var(--color-success-darker);
  border-color: var(--color-success-darker);
  box-shadow: none;
}

.cc-btn--success.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn--success:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  background: var(--color-bg-field-disabled);
  border-color: var(--color-bg-field-disabled);
}

.cc-btn--sm {
  min-height: 3.2rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

@media (max-width: 563.98px) {
  .cc-btn--extended-mobile {
    width: 100%;
  }
}

.cc-btn--extended {
  width: 100%;
}

.cc-btn--icon {
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  min-height: 4.8rem;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.cc-btn--icon--sm {
  width: 3.2rem;
  height: 3.2rem;
  min-height: 3.2rem;
}

.cc-btn--icon--xs {
  width: 1.6rem;
  height: 1.6rem;
  min-height: 1.6rem;
}

.cc-btn--filters {
  color: var(--color-text-default);
  border-color: var(--color-primary-dark);
  background: none;
  min-height: 4rem;
  padding: .9rem 1.2rem;
}

.cc-btn--filters .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-text-default);
}

.cc-btn--filters:hover, .cc-btn--filters.cc-hover {
  color: var(--color-primary-darker);
  background: var(--color-primary-lighter);
  border-color: var(--color-primary-darker);
}

.cc-btn--filters:focus-visible {
  color: var(--color-primary-darker);
  background: var(--color-primary-lighter);
  border-color: var(--color-primary-darker);
}

.cc-btn--filters:hover .cc-notification, .cc-btn--filters.cc-hover .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-primary-darker);
}

.cc-btn--filters:focus-visible .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-primary-darker);
}

.cc-btn--filters.cc-active {
  color: var(--color-teal-950);
  background: var(--color-teal-100);
  border-color: var(--color-teal-950);
  box-shadow: none;
}

.cc-btn--filters:active:not(:disabled) {
  color: var(--color-teal-950);
  background: var(--color-teal-100);
  border-color: var(--color-teal-950);
  box-shadow: none;
}

.cc-btn--filters.cc-active .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-teal-950);
}

.cc-btn--filters:active:not(:disabled) .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-teal-950);
}

.cc-btn--filters.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: none;
}

.cc-btn--filters:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: none;
}

.cc-btn--filters.cc-disabled .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-text-field-disabled);
}

.cc-btn--filters:disabled .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-text-field-disabled);
}

.cc-btn--filters--active {
  color: var(--color-tertiary);
  border-color: var(--color-tertiary);
  background: none;
}

.cc-btn--filters--active .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary);
}

.cc-btn--filters--active:hover, .cc-btn--filters--active.cc-hover {
  color: var(--color-tertiary-dark);
  background: var(--color-tertiary-lighter);
  border-color: var(--color-tertiary-dark);
}

.cc-btn--filters--active:focus-visible {
  color: var(--color-tertiary-dark);
  background: var(--color-tertiary-lighter);
  border-color: var(--color-tertiary-dark);
}

.cc-btn--filters--active:hover .cc-notification, .cc-btn--filters--active.cc-hover .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary-dark);
}

.cc-btn--filters--active:focus-visible .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary-dark);
}

.cc-btn--filters--active.cc-active {
  color: var(--color-tertiary-dark);
  background: var(--color-camel-100);
  border-color: var(--color-tertiary-dark);
  box-shadow: none;
}

.cc-btn--filters--active:active:not(:disabled) {
  color: var(--color-tertiary-dark);
  background: var(--color-camel-100);
  border-color: var(--color-tertiary-dark);
  box-shadow: none;
}

.cc-btn--filters--active.cc-active .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary-dark);
}

.cc-btn--filters--active:active:not(:disabled) .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-tertiary-dark);
}

.cc-btn--filters--active.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: none;
}

.cc-btn--filters--active:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: none;
}

.cc-btn--filters--active.cc-disabled .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-text-field-disabled);
}

.cc-btn--filters--active:disabled .cc-notification {
  color: var(--color-text-inverse-default);
  background: var(--color-text-field-disabled);
}

.cc-btn--show-filters {
  gap: 0;
}

.cc-btn--show-filters span:first-child {
  margin-right: .4rem;
}

.cc-link {
  letter-spacing: 0;
  color: var(--color-text-default);
  text-align: center;
  text-transform: none;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: all .22s ease-in-out;
  display: inline-flex;
  position: relative;
}

.cc-link:before {
  content: "";
  opacity: 1;
  background: var(--color-text-default);
  width: 100%;
  height: .1rem;
  transition: all .22s ease-in-out;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cc-link:hover, .cc-link.cc-hover {
  text-decoration: none;
}

.cc-link:hover:before {
  opacity: 0;
}

.cc-link.cc-hover:before {
  opacity: 0;
}

.cc-link.cc-disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
}

.cc-link:disabled {
  cursor: not-allowed;
  color: var(--color-text-field-disabled);
}

.cc-link--sm {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.cc-link--md {
  font-size: 1.4rem;
  line-height: 2rem;
}

.cc-link--lg {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.cc-icon {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.cc-icon .cc-svg {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  padding: 0;
  display: block;
}

.cc-icon .cc-svg--xsmall {
  width: 1.2rem;
  height: 1.2rem;
}

.cc-icon .cc-svg--small {
  width: 2rem;
  height: 2rem;
}

.cc-icon .cc-svg--medium {
  width: 2.4rem;
  height: 2.4rem;
}

.cc-icon .cc-svg--large {
  width: 3.6rem;
  height: 3.6rem;
}

.cc-icon .cc-svg--xlarge {
  width: 4rem;
  height: 4rem;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  border-radius: 0;
  width: .8rem;
  height: .8rem;
}

.tooltip .tooltip-inner {
  background: var(--color-primary);
  color: var(--color-text-inverse-default);
  opacity: 1;
  border-radius: .4rem;
  max-width: 20rem;
  padding: .8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

body:has(.cc-pdp) .tooltip .tooltip-inner {
  background: var(--color-grey-950);
}

body:has(.cc-plp) .tooltip .tooltip-inner {
  background: var(--color-grey-950);
}

.tooltip .tooltip-inner a {
  text-decoration: underline;
}

.tooltip .tooltip-inner a:before {
  background: var(--color-tertiary-darker);
}

.tooltip.bs-tooltip-top .arrow:before {
  border-width: .8rem .8rem 0;
  border-top-color: var(--color-primary);
  border-radius: 0;
  margin-left: -.4rem;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-width: .8rem .8rem 0;
  border-top-color: var(--color-primary);
  border-radius: 0;
  margin-left: -.4rem;
}

body:has(.cc-pdp) .tooltip.bs-tooltip-top .arrow:before {
  border-top-color: var(--color-grey-950);
}

body:has(.cc-pdp) .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: var(--color-grey-950);
}

body:has(.cc-plp) .tooltip.bs-tooltip-top .arrow:before {
  border-top-color: var(--color-grey-950);
}

body:has(.cc-plp) .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: var(--color-grey-950);
}

.tooltip.bs-tooltip-left .arrow:before {
  border-width: .8rem 0 .8rem .8rem;
  border-left-color: var(--color-primary);
  border-radius: 0;
  margin-top: -.4rem;
}

.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-width: .8rem 0 .8rem .8rem;
  border-left-color: var(--color-primary);
  border-radius: 0;
  margin-top: -.4rem;
}

body:has(.cc-pdp) .tooltip.bs-tooltip-left .arrow:before {
  border-left-color: var(--color-grey-950);
}

body:has(.cc-pdp) .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: var(--color-grey-950);
}

body:has(.cc-plp) .tooltip.bs-tooltip-left .arrow:before {
  border-left-color: var(--color-grey-950);
}

body:has(.cc-plp) .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: var(--color-grey-950);
}

.tooltip.bs-tooltip-right .arrow:before {
  border-width: .8rem .8rem .8rem 0;
  border-right-color: var(--color-primary);
  border-radius: 0;
  margin-top: -.4rem;
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-width: .8rem .8rem .8rem 0;
  border-right-color: var(--color-primary);
  border-radius: 0;
  margin-top: -.4rem;
}

body:has(.cc-pdp) .tooltip.bs-tooltip-right .arrow:before {
  border-right-color: var(--color-grey-950);
}

body:has(.cc-pdp) .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: var(--color-grey-950);
}

body:has(.cc-plp) .tooltip.bs-tooltip-right .arrow:before {
  border-right-color: var(--color-grey-950);
}

body:has(.cc-plp) .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: var(--color-grey-950);
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-width: 0 .8rem .8rem;
  border-bottom-color: var(--color-primary);
  border-radius: 0;
  margin-left: -.4rem;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-width: 0 .8rem .8rem;
  border-bottom-color: var(--color-primary);
  border-radius: 0;
  margin-left: -.4rem;
}

body:has(.cc-pdp) .tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: var(--color-grey-950);
}

body:has(.cc-pdp) .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: var(--color-grey-950);
}

body:has(.cc-plp) .tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: var(--color-grey-950);
}

body:has(.cc-plp) .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: var(--color-grey-950);
}

.modal-backdrop {
  z-index: 1040;
  background-color: var(--color-grey-900);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-backdrop.show {
  opacity: .6;
}

.cc-modal.modal {
  z-index: 1050;
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cc-modal.modal .cc-modal__dialog.modal-dialog {
  justify-content: center;
  align-items: center;
  width: calc(100% - 2.4rem);
  max-width: 56.4rem;
  height: calc(100% - 2.4rem);
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cc-modal.modal.cc-account__returnModal .cc-modal__dialog.modal-dialog {
  max-width: 40rem;
}

.cc-modal.modal.cc-modal--lateral .cc-modal__dialog.modal-dialog {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  .cc-modal.modal.cc-modal--lateral .cc-modal__dialog.modal-dialog {
    max-width: 40rem;
    height: calc(100% - 3.2rem);
    top: 50%;
    left: auto;
    right: 1.6rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.cc-modal.modal.cc-modal--lateral .cc-modal__content {
  border-radius: 1.6rem 1.6rem 0 0;
  max-height: calc(100vh - 16rem);
}

@media (min-width: 768px) {
  .cc-modal.modal.cc-modal--lateral .cc-modal__content {
    border-radius: 1.6rem;
    height: 100%;
    max-height: 100%;
  }
}

.cc-modal__content {
  background: var(--color-white);
  border: none;
  border-radius: 1.6rem;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  display: flex;
  overflow-y: auto;
}

.cc-modal__header {
  border-bottom: .1rem solid var(--color-border-light);
  align-items: center;
  margin: 0 1.6rem;
  padding: .8rem 0;
  display: flex;
}

@media (min-width: 564px) {
  .cc-modal__header {
    margin: 0 2.4rem;
    padding: 1.6rem 0 1.2rem;
  }
}

.cc-modal__title {
  color: var(--color-text-default);
  flex: 1;
  padding-right: .8rem;
}

.cc-modal__close {
  cursor: pointer;
  width: 4.8rem;
  height: 4.8rem;
  color: var(--color-text-default);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: .8rem;
  display: flex;
}

.cc-modal__body {
  flex: 1;
  padding: 1.6rem;
  overflow-y: auto;
}

@media (min-width: 564px) {
  .cc-modal__body {
    padding: 2.4rem;
  }
}

.cc-editDefaultAddressModal .cc-modal__body {
  overflow-y: visible;
}

.cc-modal__footer {
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem;
  display: flex;
  box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 -.2rem .4rem rgba(20, 24, 24, .1);
}

@media (min-width: 564px) {
  .cc-modal__footer {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 2.4rem;
  }
}

.cc-modal__footer .cc-btn {
  width: 100%;
}

@media (min-width: 564px) {
  .cc-modal__footer .cc-btn {
    width: auto;
  }
}

.cc-modal__footer .cc-btn--secondary {
  order: 1;
}

@media (min-width: 564px) {
  .cc-modal__footer .cc-btn--secondary {
    order: unset;
  }
}

.form-group {
  margin: 0;
}

.form-control {
  color: var(--color-text-default);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.form-control.is-invalid {
  background-image: none;
}

.using-mouse input:focus, .using-mouse textarea:focus, .using-mouse .cc-form__radio:focus + label, .using-mouse .cc-form__checkbox:focus + label {
  box-shadow: none;
  outline: none;
}

.using-mouse select:not(.js-sp):focus {
  box-shadow: none;
  outline: none;
}

input:focus, textarea:focus {
  outline: .2rem solid var(--color-primary);
  outline-offset: 0;
}

select:not(.js-sp):focus {
  outline: .2rem solid var(--color-primary);
  outline-offset: 0;
}

.using-mouse .bootstrap-select .dropdown-toggle:focus {
  outline-offset: 0 !important;
  box-shadow: none !important;
  border-color: inherit !important;
  outline: rgba(0, 0, 0, 0) !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: .2rem solid var(--color-primary) !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  border-color: inherit !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
  display: none;
}

input[type="date"]::-moz-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
  display: none;
}

input[type="date"] {
  -webkit-text-fill-color: FieldText;
  color: rgba(0, 0, 0, 0);
  text-align: left !important;
  -webkit-text-align-last: left !important;
  text-align-last: left !important;
  direction: ltr !important;
}

input[type="date"]:focus {
  color: rgba(0, 0, 0, 0);
}

input[type="date"]:active {
  color: rgba(0, 0, 0, 0);
}

input[type="date"]::-webkit-date-and-time-value {
  text-align: left !important;
  direction: ltr !important;
}

.cc-form {
  display: block;
}

.cc-form__group {
  margin-bottom: 1.6rem;
  display: block;
}

.cc-registration__form .cc-form__group {
  margin-bottom: 1.2rem;
}

.cc-form__wrp {
  padding-bottom: .4rem;
  position: relative;
}

.cc-form__wrp--checkbox, .cc-form__wrp--radio, .cc-form__wrp--toggle {
  align-items: center;
  display: flex;
}

.cc-form__label {
  letter-spacing: 0;
  color: var(--color-text-lighter);
  pointer-events: none;
  cursor: text;
  background: none;
  width: 100%;
  margin: 0;
  padding: 0 0 0 1.2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  transition: all .22s ease-in-out;
  display: block;
  position: absolute;
  top: 1.4rem;
  left: 0;
}

.cc-form__label.cc-form__label--focused {
  color: var(--color-grey2);
  padding-top: 0;
  font-size: 1.2rem;
  line-height: 2rem;
}

.cc-form__checkbox-label, .cc-form__radio-label, .cc-form__toggle-label {
  letter-spacing: 0;
  color: var(--color-text-lighter);
  top: initial;
  left: initial;
  width: initial;
  pointer-events: default;
  cursor: pointer;
  background: none;
  margin: 0;
  padding: 0 0 0 .8rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  transition: all .22s ease-in-out;
  display: block;
  position: relative;
}

.cc-form__checkbox-label.cc-form__label--focused, .cc-form__radio-label.cc-form__label--focused, .cc-form__toggle-label.cc-form__label--focused {
  color: var(--color-grey2);
  padding-top: 0;
  font-size: 1.2rem;
  line-height: 2rem;
}

.cc-form__input {
  -ms-appearance: none;
  appearance: none;
  letter-spacing: 0;
  color: var(--color-text-default);
  border: .1rem solid var(--color-border-field);
  width: 100%;
  height: 4.8rem;
  box-shadow: none;
  background: none;
  border-radius: .8rem;
  margin: 0;
  padding: 2.2rem 1.2rem .6rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
}

.cc-form__input::placeholder {
  opacity: 0;
}

.cc-form__input:focus ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__input:not(:placeholder-shown) ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__input:-webkit-autofill ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__input:-webkit-autofill ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__input:autofill ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__input:focus {
  border-color: inherit;
  box-shadow: none;
  background: none;
  outline: none;
}

.cc-form__input:focus-visible {
  outline: .2rem solid var(--color-primary);
  outline-offset: 0;
}

.cc-form__input:hover, .cc-form__input.cc-hover {
  border-color: var(--color-border-field-hover);
}

.cc-form__input.cc-disabled {
  color: var(--color-text-lighter);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form__input:disabled {
  color: var(--color-text-lighter);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form__input:disabled ~ label {
  color: var(--color-text-field-disabled);
  cursor: not-allowed;
}

.cc-form__input.cc-disabled ~ label {
  color: var(--color-text-field-disabled);
  cursor: not-allowed;
}

.cc-form__textarea {
  letter-spacing: 0;
  color: var(--color-text-default);
  border: .1rem solid var(--color-border-field);
  width: 100%;
  min-height: 5rem;
  box-shadow: none;
  background: none;
  border-radius: .8rem;
  margin: 0;
  padding: 2.2rem 1.2rem .6rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
}

.cc-form__textarea::placeholder {
  opacity: 0;
}

.cc-form__textarea:focus ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__textarea:not(:placeholder-shown) ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__textarea:-webkit-autofill ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__textarea:-webkit-autofill ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__textarea:autofill ~ label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  top: .6rem;
}

.cc-form__textarea:focus {
  border-color: inherit;
  box-shadow: none;
  background: none;
  outline: none;
}

.cc-form__textarea:focus-visible {
  outline: .2rem solid var(--color-primary);
  outline-offset: 0;
}

.cc-form__textarea:hover, .cc-form__textarea.cc-hover {
  border-color: var(--color-border-field-hover);
}

.cc-form__textarea.cc-disabled {
  color: var(--color-text-lighter);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form__textarea:disabled {
  color: var(--color-text-lighter);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form__textarea:disabled ~ label {
  color: var(--color-text-field-disabled);
  cursor: not-allowed;
}

.cc-form__textarea.cc-disabled ~ label {
  color: var(--color-text-field-disabled);
  cursor: not-allowed;
}

.cc-form select.cc-form__select {
  -ms-appearance: none;
  appearance: none;
  letter-spacing: 0;
  color: var(--color-text-lighter);
  border: .1rem solid var(--color-border-field);
  width: 100%;
  height: 4.8rem;
  box-shadow: none;
  cursor: pointer;
  background: none;
  border-radius: .8rem;
  margin: 0;
  padding: 1.3rem 4rem 1.3rem 1.2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
}

.cc-form select.cc-form__select--light {
  color: var(--color-text-inverse-default);
}

.cc-form select.cc-form__select:focus {
  border-color: inherit;
  box-shadow: none;
  background: none;
  outline: none;
}

.cc-form select.cc-form__select:focus-visible {
  outline: .2rem solid var(--color-primary);
  outline-offset: 0;
}

.cc-form select.cc-form__select:hover, .cc-form select.cc-form__select.cc-hover {
  border-color: var(--color-border-field-hover);
}

.cc-form select.cc-form__select.cc-disabled {
  color: var(--color-text-lighter);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form select.cc-form__select:disabled {
  color: var(--color-text-lighter);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form select.cc-form__select:disabled ~ label {
  color: var(--color-text-field-disabled);
  cursor: not-allowed;
}

.cc-form select.cc-form__select.cc-disabled ~ label {
  color: var(--color-text-field-disabled);
  cursor: not-allowed;
}

.cc-form__select.cc-disabled__selector {
  color: var(--color-text-field-disabled);
}

.cc-form__select:disabled__selector {
  color: var(--color-text-field-disabled);
}

.cc-form__select__selector {
  pointer-events: none;
  color: var(--color-black);
  position: absolute;
  top: 1.4rem;
  right: 1.2rem;
}

.cc-form__select--light__selector {
  color: var(--color-text-inverse-default);
}

.cc-form .cc-form__wrp--select .cc-icon {
  display: none;
}

@media (max-width: 767.98px) {
  .cc-form .cc-form__wrp--select .js-sp-desktop ~ .cc-icon {
    display: block;
  }
}

.cc-form .cc-form__wrp--select select.cc-form__select {
  display: none;
}

@media (max-width: 767.98px) {
  .cc-form .cc-form__wrp--select select.cc-form__select.js-sp-desktop {
    display: block;
  }
}

.cc-form .cc-form__wrp--select .cc-select.bootstrap-select {
  width: 100%;
  padding: 0;
}

.cc-form .cc-form__wrp--select .dropdown-toggle {
  letter-spacing: 0;
  color: var(--color-text-lighter);
  border: .1rem solid var(--color-border-field);
  width: 100%;
  height: 4.8rem;
  box-shadow: none;
  cursor: pointer;
  background: none;
  border-radius: .8rem;
  margin: 0;
  padding: 1.3rem 4rem 1.3rem 1.2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
}

.cc-form .cc-form__wrp--select .dropdown-toggle:after {
  content: "";
  z-index: 1;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 9L12 5L16 9M16 15L12 19L8 15' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat;
  border: none;
  width: 2rem;
  height: 2rem;
  transition: all .22s ease-in-out;
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 1.2rem;
}

.cc-form .cc-form__wrp--select .dropdown-toggle:hover, .cc-form .cc-form__wrp--select .dropdown-toggle.cc-hover {
  border-color: var(--color-border-field-hover);
  color: var(--color-text-lighter);
}

.cc-form .cc-form__wrp--select .dropdown-toggle:focus {
  border-color: var(--color-border-field-hover);
}

.cc-form .cc-form__wrp--select .dropdown-toggle:focus-visible {
  outline: .2rem solid var(--color-primary);
  outline-offset: 0;
}

.cc-form .cc-form__wrp--select .dropdown-toggle.disabled {
  color: var(--color-text-lighter);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form .cc-form__wrp--select .dropdown-toggle:disabled {
  color: var(--color-text-lighter);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form .cc-form__wrp--select .dropdown-toggle:disabled:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 9L12 5L16 9M16 15L12 19L8 15' stroke='%235C8387' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cc-form .cc-form__wrp--select .dropdown-toggle.disabled:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 9L12 5L16 9M16 15L12 19L8 15' stroke='%235C8387' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cc-form .cc-form__wrp--select .dropdown-toggle .filter-option {
  font: inherit;
  color: inherit;
  text-align: left;
  white-space: inherit;
  font-style: normal;
  display: block;
}

.cc-form .cc-form__wrp--select .dropdown-toggle .filter-option .cc-select-name {
  font-style: normal;
}

.cc-form .cc-form__wrp--select .dropdown-toggle .filter-option-inner-inner {
  overflow: visible;
}

.cc-form .cc-form__wrp--select .dropdown-toggle:active, .cc-form .cc-form__wrp--select .dropdown-toggle:focus {
  color: inherit;
  text-decoration: none;
}

.cc-form .cc-form__wrp--select--light .dropdown-toggle {
  color: var(--color-text-inverse-default) !important;
}

.cc-form .cc-form__wrp--select--light .dropdown-toggle:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 9L12 5L16 9M16 15L12 19L8 15' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cc-form .cc-form__wrp--select--light .dropdown-toggle:hover, .cc-form .cc-form__wrp--select--light .dropdown-toggle.cc-hover {
  color: var(--color-text-inverse-default);
}

.cc-form .cc-form__wrp--select .cc-select.show .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
}

.cc-form .cc-form__wrp--select .cc-select.show .dropdown-toggle:after {
  -ms-transform: none;
  transform: none;
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu {
  z-index: 99;
  border: none;
  border-radius: .8rem;
  margin: 0;
  padding: .4rem;
  left: 0;
  box-shadow: 0 0 .4rem rgba(20, 24, 24, .04), 0 .6rem 1.6rem rgba(20, 24, 24, .12);
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu li {
  width: 100%;
  display: block;
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu li a {
  color: var(--color-text-default);
  letter-spacing: 0;
  text-align: left;
  border-radius: .4rem;
  padding: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  transition: all .22s ease-in-out;
  display: block;
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu li a .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font: inherit;
  color: inherit;
  display: block;
  overflow: hidden;
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu li a:hover {
  background: var(--color-grey-50);
  color: var(--color-text-default);
  text-decoration: none;
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu li.selected a, .cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu li.active a {
  background: var(--color-grey-50);
  color: var(--color-text-default);
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu li.disabled {
  opacity: .5;
  cursor: default;
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu li:disabled {
  opacity: .5;
  cursor: default;
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-menu .dropdown-menu.inner {
  max-height: 25rem;
}

.cc-form .cc-form__wrp--select .show > .btn-light.dropdown-toggle:focus {
  color: var(--color-text-lighter);
  box-shadow: none;
  border: .1rem solid var(--color-border-field-hover);
  background-color: rgba(0, 0, 0, 0);
}

.cc-form .cc-form__wrp--select .btn-light:not(:disabled):not(.disabled).active:focus {
  color: var(--color-text-lighter);
  box-shadow: none;
  border: .1rem solid var(--color-border-field-hover);
  background-color: rgba(0, 0, 0, 0);
}

.cc-form .cc-form__wrp--select .btn-light:not(:disabled):not(.disabled):active:focus {
  color: var(--color-text-lighter);
  box-shadow: none;
  border: .1rem solid var(--color-border-field-hover);
  background-color: rgba(0, 0, 0, 0);
}

.cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-toggle.bs-placeholder, .cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .cc-form .cc-form__wrp--select .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: var(--color-text-lighter);
}

.cc-form__checkbox {
  -ms-appearance: none;
  appearance: none;
  border: .2rem solid var(--color-border-field);
  width: 2rem;
  height: 2rem;
  color: var(--color-primary);
  cursor: pointer;
  background: none;
  border-radius: .4rem;
  flex-shrink: 0;
  transition: all .22s ease-in-out;
  display: block;
  position: relative;
}

.cc-form__checkbox:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L4 6.5L9 1.5' stroke='%23003D44' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 1rem .8rem no-repeat;
  border: none;
  width: 100%;
  height: 100%;
  transition: all .22s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-form__checkbox:checked {
  background: var(--color-primary);
  color: var(--color-white);
  border: .2rem solid var(--color-primary);
}

.cc-form__checkbox:checked:before {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L4 6.5L9 1.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cc-form__checkbox:hover, .cc-form__checkbox.cc-hover {
  border-color: var(--color-border-field-hover);
}

.cc-form__checkbox.cc-disabled {
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form__checkbox:disabled {
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form__checkbox:disabled:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L4 6.5L9 1.5' stroke='%235C8387' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cc-form__checkbox.cc-disabled:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L4 6.5L9 1.5' stroke='%235C8387' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cc-form__checkbox:disabled ~ label {
  cursor: not-allowed;
}

.cc-form__checkbox.cc-disabled ~ label {
  cursor: not-allowed;
}

.cc-form__checkbox:focus {
  box-shadow: none;
}

.cc-form__checkbox:focus ~ label {
  box-shadow: none;
}

.cc-form__checkbox:focus {
  border-color: var(--color-primary);
  outline: .2rem solid var(--color-primary);
  outline-offset: 0;
}

.cc-form__radio {
  -ms-appearance: none;
  appearance: none;
  border: .2rem solid var(--color-border-field);
  width: 2rem;
  height: 2rem;
  color: var(--color-primary);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all .22s ease-in-out;
  display: block;
  position: relative;
}

.cc-form__radio:before {
  content: "";
  background: var(--color-white);
  opacity: 0;
  pointer-events: none;
  border: none;
  border-radius: 50%;
  width: .8rem;
  height: .8rem;
  margin: -.4rem 0 0 -.4rem;
  transition: all .22s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.cc-form__radio:checked {
  background: var(--color-primary);
  color: var(--color-white);
  border: .2rem solid var(--color-primary);
}

.cc-form__radio:checked:before {
  background: var(--color-white);
  opacity: 1;
}

.cc-form__radio:hover, .cc-form__radio.cc-hover {
  border-color: var(--color-border-field-hover);
}

.cc-form__radio.cc-disabled {
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form__radio:disabled {
  color: var(--color-text-field-disabled);
  border-color: var(--color-border-field-disabled);
  background: var(--color-bg-field-disabled);
  cursor: not-allowed;
}

.cc-form__radio:disabled:before {
  background: var(--color-grey-400);
}

.cc-form__radio.cc-disabled:before {
  background: var(--color-grey-400);
}

.cc-form__radio:disabled ~ label {
  cursor: not-allowed;
}

.cc-form__radio.cc-disabled ~ label {
  cursor: not-allowed;
}

.cc-form__radio:focus {
  box-shadow: none;
}

.cc-form__radio:focus ~ label {
  box-shadow: none;
}

.cc-form__radio:focus {
  border-color: var(--color-primary);
  outline: .2rem solid var(--color-primary);
  outline-offset: 0;
}

.cc-form__toggle {
  vertical-align: middle;
  width: 5.4rem;
  height: 3rem;
  margin-right: 1.2rem;
  display: inline-block;
  position: relative;
}

.cc-form__toggle input[type="checkbox"] {
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-form__toggle .cc-form__toggle-slider {
  cursor: pointer;
  background-color: var(--color-text-inverse-dark);
  border-radius: 2.4rem;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cc-form__toggle .cc-form__toggle-slider:before {
  content: "";
  background-color: var(--color-bg-neutral);
  border-radius: 15rem;
  width: 2.2rem;
  height: 2.2rem;
  transition: all .3s;
  position: absolute;
  bottom: .4rem;
  left: .4rem;
  box-shadow: 0 .3rem .6rem rgba(34, 34, 34, .2), 0 1.2rem 2.4rem rgba(34, 34, 34, .08);
}

.cc-form__toggle input:checked + .cc-form__toggle-slider {
  background-color: var(--color-primary);
}

.cc-form__toggle input:checked + .cc-form__toggle-slider:before {
  -ms-transform: translateX(2.4rem);
  transform: translateX(2.4rem);
}

.cc-form__toggle input:disabled + .cc-form__toggle-slider {
  background-color: var(--color-border-field-disabled);
  cursor: not-allowed;
}

.cc-form__toggle input:disabled + .cc-form__toggle-slider:before {
  background-color: var(--color-grey-400);
}

.cc-form__error {
  letter-spacing: 0;
  color: var(--color-error);
  opacity: 0;
  margin-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
}

.cc-form__error:empty {
  font-size: 0;
  line-height: 0;
}

.cc-form .cc-error .cc-form__input, .cc-form .cc-error .cc-form__textarea, .cc-form .cc-error .cc-form__wrp--select .dropdown-toggle, .cc-form .cc-error .cc-form__checkbox, .cc-form .cc-error .cc-form__radio {
  background-image: none;
  background-size: unset;
  background-position: unset;
  border-color: var(--color-error) !important;
  padding-right: 0 !important;
}

.cc-form .cc-error .cc-form__select:not(.js-sp) {
  background-image: none;
  background-size: unset;
  background-position: unset;
  border-color: var(--color-error) !important;
  padding-right: 0 !important;
}

.cc-form .cc-error .cc-form__input:focus-visible {
  outline-color: var(--color-error) !important;
}

.cc-form .cc-error .cc-form__textarea:focus-visible {
  outline-color: var(--color-error) !important;
}

.cc-form .cc-error .cc-form__select:not(.js-sp):focus-visible {
  outline-color: var(--color-error) !important;
}

.cc-form .cc-error .cc-form__wrp--select .dropdown-toggle:focus-visible {
  outline-color: var(--color-error) !important;
}

.cc-form .cc-error .cc-form__checkbox:focus-visible {
  outline-color: var(--color-error) !important;
}

.cc-form .cc-error .cc-form__radio:focus-visible {
  outline-color: var(--color-error) !important;
}

.cc-form .cc-error .cc-form__checkbox:checked {
  border-color: var(--color-error) !important;
  background-color: var(--color-error) !important;
}

.cc-form .cc-error .cc-form__checkbox:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L4 6.5L9 1.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cc-form .cc-error .cc-form__radio:checked {
  border-color: var(--color-error) !important;
  background-color: var(--color-error) !important;
}

.cc-form .cc-error .cc-form__radio:before {
  background: var(--color-white) !important;
}

.cc-form .cc-error .cc-form__toggle {
  border-radius: 15rem;
  border: .1rem solid var(--color-error) !important;
}

.cc-form .cc-error .cc-form__error {
  opacity: 1 !important;
}

.cc-form .cc-success .cc-form__input, .cc-form .cc-success .cc-form__textarea {
  border-color: var(--color-success);
}

.cc-form .cc-success .cc-form__select:not(.js-sp) {
  border-color: var(--color-success);
}

.cc-form__icon {
  cursor: pointer;
  position: absolute;
  top: 29%;
  right: 1.2rem;
}

@media (min-width: 1024px) {
  .cc-form__mandatory {
    margin-top: 1.2rem;
  }
}

.cc-accordion__item {
  border-bottom: .1rem solid var(--color-border-light);
  margin: 0;
  padding: 0;
  position: relative;
}

.cc-accordion__header {
  width: 100%;
  margin: 0;
}

.cc-accordion__title {
  letter-spacing: 0;
  color: var(--color-text-default);
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-accordion__title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-accordion__btn {
  text-align: left;
  width: 100%;
  font: inherit;
  color: inherit;
  padding: 1.6rem 4.4rem 1.6rem 0;
  display: block;
  position: relative;
}

.cc-accordion__btn:before {
  content: "";
  background: var(--color-primary-dark);
  border-radius: .2rem;
  width: 1.2rem;
  height: .2rem;
  margin-top: -.1rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
}

.cc-accordion__btn:after {
  content: "";
  background: var(--color-primary-dark);
  border-radius: .2rem;
  width: 1.2rem;
  height: .2rem;
  margin-top: -.1rem;
  transition: all .22s ease-in-out;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.cc-accordion__btn.collapsed:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cc-accordion__body {
  padding: 0 0 1.6rem;
}

.cc-accordion p {
  color: var(--color-text-light);
}

.cc-accordion--light .cc-accordion__item {
  border-bottom-color: var(--color-border-field);
}

.cc-accordion--light .cc-accordion__title {
  color: var(--color-text-inverse-default);
}

.cc-accordion--light .cc-accordion__btn:before {
  background: var(--color-teal-50);
}

.cc-accordion--light .cc-accordion__btn:after {
  background: var(--color-teal-50);
}

.cc-accordion--light p {
  color: var(--color-text-inverse-dark);
}

.cc-breadcrumb {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .cc-breadcrumb {
    margin: 0 0 2.4rem;
  }
}

.cc-breadcrumb__wrp {
  color: var(--color-grey);
  white-space: nowrap;
  -ms-overflow-style: none;
  align-items: center;
  gap: .4rem;
  display: flex;
  overflow-x: auto;
}

.cc-breadcrumb__wrp::-webkit-scrollbar {
  display: none;
}

.cc-breadcrumb__item {
  align-items: center;
  gap: .4rem;
  display: flex;
}

.cc-breadcrumb__link {
  color: var(--color-text-lighter);
  text-underline-offset: .325rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-decoration: underline;
  display: block;
}

.cc-breadcrumb__link.cc-active {
  color: var(--color-text-default);
}

.cc-breadcrumb__link.cc-active:not(.cc-active-link) {
  text-decoration: none;
}

.cc-prod-tile-col {
  margin: 0 0 1.2rem;
}

@media (min-width: 1024px) {
  .cc-prod-tile-col {
    margin: 0 0 2.4rem;
  }
}

.cc-prod-tile-col .product {
  height: 100%;
}

.cc-prod-tile {
  border: .1rem solid var(--color-border-light);
  background: var(--color-white);
  border-radius: .8rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 1.2rem;
  transition: all .22s ease-in-out;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-prod-tile {
    padding: 2.4rem 1.6rem 1.6rem;
  }
}

.cc-prod-tile--editorial {
  padding: 0;
  overflow: hidden;
}

.cc-prod-tile__abs-link {
  z-index: 1;
  text-indent: -9999rem;
  border-radius: .8rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-prod-tile__abs-link:focus-visible {
  outline: .2rem solid var(--color-border-primary);
  outline-offset: -.2rem;
}

.cc-prod-tile__main {
  padding: 0 0 1.2rem;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-prod-tile__main {
    flex-direction: column;
    align-items: center;
    padding: 0 0 1.6rem;
  }
}

.cc-prod-tile__labels {
  pointer-events: none;
  flex-wrap: wrap;
  gap: .4rem;
  margin: 0 0 .8rem;
  transition: all .22s ease-in-out;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-prod-tile__labels {
    z-index: 2;
    margin: 0;
    position: absolute;
    top: -.8rem;
    left: 0;
  }
}

.cc-prod-tile__label {
  letter-spacing: .025rem;
  color: var(--tag-color, var(--color-secondary));
  white-space: nowrap;
  background: none;
  padding: 0 .2rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: block;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-prod-tile__label {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.cc-prod-tile__label:before {
  content: "";
  background: var(--tag-color, var(--color-secondary));
  opacity: .1;
  z-index: 0;
  width: 100%;
  height: .6rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cc-prod-tile__name {
  letter-spacing: 0;
  color: var(--color-text-default);
  margin: 0 0 .4rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
  display: block;
}

@media (min-width: 1024px) {
  .cc-prod-tile__name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4.4rem;
    margin: 0 0 .8rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: -webkit-box;
    overflow: hidden;
  }
}

.cc-prod-tile__rating {
  align-items: center;
  gap: .4rem;
  min-height: 2.3rem;
  margin: 0 0 .8rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-prod-tile__rating {
    margin: 0;
  }
}

.cc-prod-tile__rating__icon {
  color: var(--color-primary);
  align-items: center;
  gap: 0;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-prod-tile__rating__icon .cc-svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.cc-prod-tile__rating__text {
  letter-spacing: .025rem;
  color: var(--color-text-lighter);
  font-size: 1.1rem;
  line-height: 1.5rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-prod-tile__rating__text {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.cc-prod-tile__rating a .stars__rating span {
  color: var(--color-text-light);
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.cc-prod-tile__rating a .stars__rating .rate-aggregate, .cc-prod-tile__rating a .stars__rating .rate-aggregate__separator, .cc-prod-tile__rating a .stars__rating .rate-aggregate__max, .cc-prod-tile__rating a .stars__rating .rate-total span {
  display: none;
}

.cc-prod-tile__rating .stars__item {
  background: none !important;
}

.cc-prod-tile__rating .stars__item .star-svg {
  width: 100% !important;
  height: 100% !important;
}

.cc-prod-tile__rating .stars__item .star-svg path {
  stroke: var(--color-primary);
  stroke-width: .2rem;
  stroke-linejoin: round;
}

.cc-prod-tile__rating .stars__item .star-svg defs linearGradient stop {
  stop-color: var(--color-primary);
}

.cc-prod-tile__rating .stars__item .star-svg defs linearGradient stop[stop-color="#fff"] {
  stop-color: var(--color-white);
}

.cc-prod-tile__text {
  flex: 1;
  width: calc(100% - 14.8rem);
  padding-right: .8rem;
}

@media (min-width: 1024px) {
  .cc-prod-tile__text {
    flex: initial;
    order: 1;
    width: 100%;
    padding: 0;
  }
}

.cc-prod-tile__img {
  flex: 0 0 14.8rem;
  width: 14.8rem;
  max-width: 100%;
  height: 13.3rem;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-prod-tile__img {
    flex: initial;
    width: 24rem;
    height: 21.6rem;
    margin: 0 0 1.6rem;
  }
}

.cc-prod-tile__img a {
  text-decoration: none;
}

.cc-prod-tile__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-prod-tile__highlights {
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -.4rem;
  padding: 0 0 1.2rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-prod-tile__highlights {
    padding: 0 0 1.6rem;
  }
}

.cc-prod-tile__highlight {
  flex: 0 0 33.3333%;
  width: 33.3333%;
  margin: 0;
  padding: 0 .4rem;
  list-style-type: none;
  display: flex;
}

.cc-prod-tile__highlight__wrp {
  background: rgba(239, 242, 242, .5);
  border-radius: .4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.2rem .8rem;
  display: flex;
}

.cc-prod-tile__highlight__icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto .8rem;
  display: flex;
}

.cc-prod-tile__highlight__icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-prod-tile__highlight__text {
  letter-spacing: .025rem;
  color: var(--color-primary);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.1rem;
  line-height: 1.5rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-prod-tile__highlight__text {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.cc-prod-tile__prices {
  flex-wrap: wrap;
  align-items: center;
  height: 4.8rem;
  margin: auto 0 0;
  padding: 0 5rem 0 0;
  display: flex;
}

.cc-prod-tile .cc-price {
  align-items: center;
  gap: .8rem;
  display: flex;
}

.cc-prod-tile .cc-price__sales {
  letter-spacing: 0;
  color: var(--color-text-default);
  white-space: nowrap;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-prod-tile .cc-price__sales {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-prod-tile .cc-price__original {
  letter-spacing: .025rem;
  color: var(--color-text-lighter);
  white-space: nowrap;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-decoration: line-through;
  display: block;
}

.cc-prod-tile .cc-price__original__label {
  display: none;
}

[data-action="Product-Show"] .cc-prod-tile .cc-price__original__label {
  display: block;
}

.cc-prod-tile .cc-price__additionalPrices {
  display: none;
}

.cc-prod-tile .cc-price__omnibus-info, .cc-prod-tile .cc-price__seller-info {
  z-index: 2;
  vertical-align: middle;
  margin-left: .4rem;
  line-height: 1;
  transition: all .22s ease-in-out;
  position: relative;
}

.cc-prod-tile .cc-price__omnibus-info.cc-link:before {
  background: none;
}

.cc-prod-tile .cc-price__seller-info.cc-link:before {
  background: none;
}

.cc-prod-tile .cc-price__percentage {
  letter-spacing: .025rem;
  color: var(--color-white);
  background: var(--color-secondary);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  height: 1.8rem;
  margin: 0;
  padding: 0 .8rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-prod-tile .cc-price__percentage {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.cc-prod-tile__compare {
  z-index: 3;
  backdrop-filter: blur(.2rem);
  background: rgba(255, 255, 255, .8);
  border-radius: .4rem;
  padding: .4rem;
  transition: all .22s ease-in-out;
  display: none;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
}

@media (min-width: 1024px) {
  .cc-prod-tile__compare {
    opacity: 0;
    display: block;
  }
}

.cc-prod-tile__compare .cc-form__group {
  margin: 0;
}

.cc-prod-tile__compare .cc-form__wrp {
  padding: 0;
}

.cc-prod-tile__compare .cc-form__checkbox-label {
  color: var(--color-text-default);
}

.cc-prod-tile__product-icon {
  z-index: 3;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2.4rem;
  right: 3.8rem;
}

@media (min-width: 1024px) {
  .cc-prod-tile__product-icon {
    top: 2.8rem;
    right: 4.2rem;
  }
}

.cc-prod-tile__product-icon img {
  object-fit: contain;
  width: 6.4rem;
  max-width: 100%;
  height: 6.4rem;
  max-height: 100%;
}

.cc-prod-tile__wishlist {
  z-index: 3;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0;
  padding: 0;
  transition: all .22s ease-in-out;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .cc-prod-tile__wishlist {
    opacity: 0;
    top: .4rem;
    right: .4rem;
  }
}

.cc-pdp__imageCarousel .cc-prod-tile__wishlist {
  border: .1rem solid var(--color-border-light);
  border-radius: 100%;
  position: static;
}

@media (min-width: 1024px) {
  .cc-pdp__imageCarousel .cc-prod-tile__wishlist {
    opacity: 1;
  }
}

@media (max-width: 1023.98px) {
  .cc-pdp__imageCarousel .cc-prod-tile__wishlist {
    margin-left: auto;
  }
}

.cc-prod-tile__wishlist .cc-icon-full {
  display: none;
}

.cc-prod-tile__quick-add {
  z-index: 3;
  background: var(--color-primary-dark);
  width: 4.8rem;
  height: 4.8rem;
  color: var(--color-white);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: all .22s ease-in-out;
  display: flex;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
}

@media (min-width: 1024px) {
  .cc-prod-tile__quick-add {
    opacity: 0;
    bottom: 1.6rem;
    right: 1.6rem;
  }

  .cc-prod-tile__quick-add:hover {
    background: var(--color-primary-darker);
  }
}

.cc-prod-tile__quick-add:focus-visible {
  outline: .2rem solid var(--color-secondary);
}

.cc-prod-tile:hover, .cc-prod-tile.cc-hover {
  box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 .2rem .4rem rgba(20, 24, 24, .1);
}

.cc-prod-tile:focus-within {
  box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 .2rem .4rem rgba(20, 24, 24, .1);
}

@media (min-width: 1024px) {
  .cc-prod-tile:hover .cc-prod-tile__wishlist, .cc-prod-tile:hover .cc-prod-tile__quick-add, .cc-prod-tile:hover .cc-prod-tile__compare, .cc-prod-tile.cc-hover .cc-prod-tile__wishlist, .cc-prod-tile.cc-hover .cc-prod-tile__quick-add, .cc-prod-tile.cc-hover .cc-prod-tile__compare {
    opacity: 1;
  }

  .cc-prod-tile:focus-within .cc-prod-tile__wishlist {
    opacity: 1;
  }

  .cc-prod-tile:focus-within .cc-prod-tile__quick-add {
    opacity: 1;
  }

  .cc-prod-tile:focus-within .cc-prod-tile__compare {
    opacity: 1;
  }

  .cc-prod-tile:hover .cc-prod-tile__labels, .cc-prod-tile.cc-hover .cc-prod-tile__labels {
    opacity: 0;
  }

  .cc-prod-tile:focus-within .cc-prod-tile__labels {
    opacity: 0;
  }
}

@media (max-width: 1023.98px) {
  .cc-prod-tile--in-carousel .cc-prod-tile {
    padding: 1.2rem;
  }
}

.cc-prod-tile--in-carousel .cc-prod-tile--editorial {
  padding: 0;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .cc-prod-tile--in-carousel .cc-prod-tile__main {
    align-items: initial;
    flex-direction: column;
    padding: 0 0 1.2rem;
  }
}

.cc-prod-tile--in-carousel .cc-prod-tile__labels {
  opacity: 1 !important;
}

@media (max-width: 1023.98px) {
  .cc-prod-tile--in-carousel .cc-prod-tile__labels {
    z-index: 2;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .cc-prod-tile--in-carousel .cc-prod-tile__name {
    margin-bottom: .8rem;
  }

  .cc-prod-tile--in-carousel .cc-prod-tile__text {
    flex: initial;
    order: 1;
    width: 100%;
    padding: 0;
  }

  .cc-prod-tile--in-carousel .cc-prod-tile__img {
    flex: initial;
    width: 20rem;
    height: 18rem;
    margin: 0 auto 1.2rem;
  }
}

.cc-prod-tile--in-carousel .cc-prod-tile__compare {
  display: none;
}

@media (max-width: 1023.98px) {
  .cc-prod-tile--in-carousel .cc-prod-tile__wishlist {
    top: 0;
    right: 0;
  }

  .cc-prod-tile--in-carousel .cc-prod-tile__product-icon {
    top: 0;
    right: 4.8rem;
  }

  .cc-prod-tile--in-carousel .cc-prod-tile__quick-add {
    bottom: 1.2rem;
    right: 1.2rem;
  }
}

.cc-prod-tile__promotion {
  gap: 1rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-prod-tile__promotion {
    flex-direction: column;
  }
}

.cc-prod-tile__promotion__standard {
  background: var(--main-punisher-bg-color, #03c);
  color: var(--main-punisher-color, var(--color-white));
  border-radius: .4rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: .8rem;
  padding: 1.2rem;
  display: flex;
}

.cc-prod-tile__promotion__codeBtn {
  background: var(--main-punisher-color, var(--color-white));
  color: var(--main-punisher-bg-color, #03c);
  border-radius: .4rem;
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
  padding: .2rem .8rem;
  font-weight: 700;
  display: flex;
}

.cc-prod-tile__promotion__code {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: .4rem;
  display: flex;
}

.cc-prod-tile__promotion__refund {
  background: var(--extra-punisher-bg-color, #fde4e3);
  color: var(--extra-punisher-color, var(--color-secondary-darker));
  text-align: center;
  border-radius: 99.9rem;
  width: fit-content;
  padding: .2rem .8rem;
}

.cc-prod-tile__promotion__refund__link {
  font-weight: 400;
}

.cc-prod-tile__promotion__refund .cc-prod-tile__promotion__description {
  color: var(--extra-punisher-color, var(--color-secondary-darker));
  font-weight: 700;
}

.cc-prod-tile__promotion__description {
  text-align: center;
}

.cc-slider-wrp {
  position: relative;
}

.slick-slider {
  color: var(--color-primary);
  margin: 0;
  font-size: 0;
  position: static;
}

.slick-slider.slick-dotted {
  margin: 0;
}

.slick-slider .slick-hidden {
  display: none !important;
}

.slick-loading .slick-slider .slick-list {
  background: initial;
}

.slick-slider .slick-track {
  margin: 0;
}

.slick-slider .slick-slide {
  height: auto;
}

.slick-slider .slick-dots {
  border-radius: .4rem;
  width: 100%;
  height: .2rem;
  margin: 1.8rem 0 0;
  padding: 0;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.slick-slider .slick-dots li {
  background: var(--color-border-light);
  flex: 1;
  width: 100%;
  height: .2rem;
  margin: 0;
  transition: all .22s ease-in-out;
  position: relative;
}

.slick-slider .slick-dots li button {
  opacity: 0;
  background: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-slider .slick-dots li button:before {
  display: none;
}

.slick-slider .slick-dots .slick-active {
  background: var(--color-primary);
  border-radius: .4rem;
}

.slick-slider .slick-arrow {
  color: rgba(0, 0, 0, 0);
  z-index: 2;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 48 48'%3E%3Cpath fill='%2300272C' d='M0,24C0,10.7,10.7,0,24,0s24,10.7,24,24-10.7,24-24,24S0,37.3,0,24Z'/%3E%3Cpath fill='%23FFF' d='M21,30.7c-.2,0-.4,0-.5-.2-.3-.3-.3-.8,0-1.1l5.5-5.5-5.5-5.5c-.3-.3-.3-.8,0-1.1s.8-.3,1.1,0l6,6c.1.1.2.3.2.5s0,.4-.2.5l-6,6c-.1.1-.3.2-.5.2Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.2rem;
  border: none;
  width: 3.2rem;
  height: 3.2rem;
  margin-top: -1.6rem;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 1024px) {
  .slick-slider .slick-arrow {
    background-size: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
    margin-top: -2.4rem;
  }
}

.slick-slider .slick-arrow:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 48 48'%3E%3Cpath fill='%23001113' d='M0,24C0,10.7,10.7,0,24,0s24,10.7,24,24-10.7,24-24,24S0,37.3,0,24Z'/%3E%3Cpath fill='%23FFF' d='M21,30.7c-.2,0-.4,0-.5-.2-.3-.3-.3-.8,0-1.1l5.5-5.5-5.5-5.5c-.3-.3-.3-.8,0-1.1s.8-.3,1.1,0l6,6c.1.1.2.3.2.5s0,.4-.2.5l-6,6c-.1.1-.3.2-.5.2Z'/%3E%3C/svg%3E");
}

.slick-slider .slick-arrow.slick-disabled {
  opacity: 1;
  cursor: not-allowed;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 48 48'%3E%3Cpath fill='%23E6ECEC' d='M48,24c0,13.3-10.7,24-24,24S0,37.3,0,24,10.7,0,24,0s24,10.7,24,24Z'/%3E%3Cpath fill='%235C8387' d='M21,30.7c-.2,0-.4,0-.5-.2-.3-.3-.3-.8,0-1.1l5.5-5.5-5.5-5.5c-.3-.3-.3-.8,0-1.1s.8-.3,1.1,0l6,6c.1.1.2.3.2.5s0,.4-.2.5l-6,6c-.1.1-.3.2-.5.2Z'/%3E%3C/svg%3E");
}

.slick-slider .slick-arrow:before {
  display: none;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.cc-cart-shipment {
  background: var(--color-info-lighter);
  width: 100%;
  color: var(--color-info-darker);
  border-radius: .8rem;
  margin: 0 0 2.4rem;
  padding: 2.4rem 2.4rem 3.6rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.cc-cart-shipment .cc-free-label {
  display: none;
}

.cc-cart-shipment .cc-not-free-label {
  display: block;
}

.cc-cart-shipment__header {
  align-items: center;
  margin: 0 0 1.6rem;
  display: flex;
}

.cc-cart-shipment__header__title-wrp {
  flex: 1;
  padding-right: 1.6rem;
}

.cc-cart-shipment__header__title {
  color: inherit;
  text-align: left;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  display: block;
}

.cc-cart-shipment__header__title strong, .cc-cart-shipment__header__title b {
  font-weight: 700;
}

.cc-cart-shipment__header__icon {
  flex: 0 0 4rem;
  width: 4rem;
  margin: -1rem 0;
  font-size: 0;
}

.cc-cart-shipment__header__icon .cc-svg {
  width: 4rem;
  height: 4rem;
}

.cc-cart-shipment__progress {
  background: var(--color-bg-field-disabled);
  border-radius: .4rem;
  width: 100%;
  height: .8rem;
  margin: 0 0 1.6rem;
  position: relative;
  overflow: hidden;
}

.cc-cart-shipment__progress__active {
  background: var(--color-info);
  border-radius: .4rem;
  width: .8rem;
  min-width: .8rem;
  max-width: 100%;
  height: 100%;
  transition: all .22s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-cart-shipment__info {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cc-cart-shipment__info__remaining {
  color: inherit;
  text-align: left;
  margin: 0 1.6rem 0 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1rem;
  display: block;
}

.cc-cart-shipment__info__link {
  color: var(--color-primary-dark);
  text-align: left;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  text-decoration: underline;
  display: block;
}

.cc-cart-shipment__info__link:hover {
  color: var(--color-primary-dark);
}

.cc-cart-shipment__note__text {
  color: var(--color-primary);
  text-align: left;
  margin: 0;
  padding: 1.6rem 0 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  display: block;
}

.cc-cart-shipment__note__text b, .cc-cart-shipment__note__text strong {
  font-weight: 700;
}

.cc-cart-shipment__note__text__small {
  letter-spacing: .025rem;
  margin: .2rem 0 0;
  font-size: 1.1rem;
  line-height: 1.7rem;
  display: block;
}

.cc-cart-shipment__note__btn {
  z-index: 1;
  width: 3.6rem;
  height: 3.6rem;
  color: var(--color-primary);
  background: var(--color-primary-lighter);
  border-radius: .8rem 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cc-cart-shipment__note__btn .cc-icon {
  transition: all .22s ease-in-out;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cc-cart-shipment__note__btn.collapsed .cc-icon {
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.cc-cart-shipment--free {
  color: var(--color-success-darker);
  background: var(--color-success-lighter);
  padding: 2.4rem;
}

.cc-cart-shipment--free .cc-cart-shipment__progress__active {
  background: var(--color-success);
  width: 100% !important;
}

.cc-cart-shipment--free .cc-not-free-label {
  display: none;
}

.cc-cart-shipment--free .cc-free-label {
  display: block;
}

.cc-cart-shipment--free .cc-cart-shipment__progress {
  margin: 0;
}

.cc-cart-shipment--free .cc-cart-shipment__info, .cc-cart-shipment--free .cc-cart-shipment__note {
  display: none;
}

.cc-search-suggestions .cc-suggestions {
  z-index: 2;
  background: var(--color-white);
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior-y: contain;
  width: 100%;
  height: calc(100vh - 12.8rem);
  padding: 0 0 max(1.6rem, env(safe-area-inset-bottom));
  position: fixed;
  top: 12.8rem;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions {
    width: calc(100% + 6.8rem);
    height: auto;
    max-height: 67rem;
    overflow: initial;
    border-radius: 3.2rem;
    flex-direction: column;
    padding: 5.8rem .8rem 1.6rem;
    display: flex;
    position: absolute;
    top: -.8rem;
    left: -.8rem;
  }
}

.cc-search-suggestions .cc-suggestions__row {
  padding: 0 1.6rem;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__row {
    flex: auto;
    height: 100%;
    min-height: 0;
    padding: 0 .4rem;
    display: flex;
    overflow-y: auto;
  }

  .cc-search-suggestions .cc-suggestions__col--left {
    flex: 0 0 20rem;
    width: 20rem;
  }
}

@media (min-width: 1280px) {
  .cc-search-suggestions .cc-suggestions__col--left {
    flex: 0 0 25rem;
    width: 25rem;
  }
}

@media (min-width: 1440px) {
  .cc-search-suggestions .cc-suggestions__col--left {
    flex: 0 0 31.6rem;
    width: 31.6rem;
  }
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__col--right {
    flex: 1;
    width: calc(100% - 20rem);
    padding: 0 2.4rem;
  }
}

@media (min-width: 1280px) {
  .cc-search-suggestions .cc-suggestions__col--right {
    width: calc(100% - 25rem);
  }
}

@media (min-width: 1440px) {
  .cc-search-suggestions .cc-suggestions__col--right {
    width: calc(100% - 31.6rem);
  }
}

.cc-search-suggestions .cc-suggestions__section {
  padding: 1.6rem 0 0;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__section--asset {
    padding: 1.2rem 0 0;
  }
}

.cc-search-suggestions .cc-suggestions__section--mobile {
  display: block;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__section--mobile {
    display: none;
  }
}

.cc-search-suggestions .cc-suggestions__section--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__section--desktop {
    display: block;
  }
}

.cc-search-suggestions .cc-suggestions__section__title {
  color: var(--color-text-default);
  margin: 0 0 .8rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__section__title {
    padding: 0 0 0 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .cc-search-suggestions .cc-suggestions__section__title--products {
    padding: 0;
  }
}

.cc-search-suggestions .cc-suggestions__section__see-all-button {
  color: var(--color-text-lighter);
  text-underline-offset: .3rem;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: underline;
  position: absolute;
  top: 1.6rem;
  right: 0;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__section__see-all-button {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.cc-search-suggestions .cc-suggestions__section--noResults, .cc-search-suggestions .cc-suggestions__section--noResults .cc-suggestions__item__text {
  color: var(--color-text-lighter);
}

.cc-search-suggestions .cc-suggestions__section--noResults .cc-suggestions__items {
  padding: 0 0 0 3.5rem;
}

.cc-search-suggestions .cc-suggestions__section--noResults .cc-suggestions__item {
  color: var(--color-text-lighter);
  list-style-type: disc;
  list-style-position: outside;
  display: list-item !important;
}

.cc-search-suggestions .cc-suggestions__section--noResults .cc-suggestions__item .cc-suggestions__item__text {
  padding: 0;
}

.cc-search-suggestions .cc-suggestions__items {
  margin: 0;
  padding: 0;
  display: block;
}

.cc-search-suggestions .cc-suggestions__item {
  margin: 0 0 .4rem;
  padding: 0;
  list-style-type: none;
  display: block;
}

.cc-search-suggestions .cc-suggestions__item:last-child {
  margin-bottom: 0;
}

.cc-search-suggestions .cc-suggestions__item__link {
  align-items: center;
  padding: .4rem 0;
  transition: all .22s ease-in-out;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__item__link {
    border-radius: .8rem;
    padding: .8rem 1.2rem;
  }

  .cc-search-suggestions .cc-suggestions__item__link:hover {
    background: var(--color-primary-lighter);
  }
}

.cc-search-suggestions .cc-suggestions__item__text {
  color: var(--color-text-default);
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  padding: 0 0 0 1.6rem;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__item__text {
    font-size: 1.4rem;
  }
}

.cc-search-suggestions .cc-suggestions__item__text--simple {
  padding: 0;
}

.cc-search-suggestions .cc-suggestions__item__text b, .cc-search-suggestions .cc-suggestions__item__text strong {
  font-weight: 700;
}

.cc-search-suggestions .cc-suggestions__item__text.cc-suggestions__item__text__notFound {
  white-space: normal;
  margin-bottom: 1.2rem;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__item__text.cc-suggestions__item__text__notFound {
    max-width: 95%;
    margin-bottom: 2rem;
  }
}

.cc-search-suggestions .cc-suggestions__item__button {
  border: .1rem solid var(--color-border-light);
  max-width: 100%;
  color: var(--color-text-light);
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2rem;
  padding: 1rem 1.2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
  transition: all .22s ease-in-out;
  display: block;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__item__button {
    font-size: 1.4rem;
  }

  .cc-search-suggestions .cc-suggestions__item__button:hover {
    background: var(--color-primary-lighter);
  }
}

.cc-search-suggestions .cc-suggestions__items-button {
  flex-wrap: wrap;
  gap: .8rem;
  margin: 0;
  padding: 0;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__items-button {
    padding: 0 1.2rem;
  }
}

.cc-search-suggestions .cc-suggestions__item-button {
  max-width: 100%;
  margin: 0 0 .4rem;
  padding: 0;
  list-style-type: none;
  display: block;
}

.cc-search-suggestions .cc-suggestions__item-button:last-child {
  margin-bottom: 0;
}

.cc-search-suggestions .cc-suggestions__products {
  flex-wrap: nowrap;
  margin: 0 -1.6rem;
  padding: 0 1rem;
  display: flex;
  overflow-x: auto;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__products {
    overflow: initial;
    flex-flow: column;
    margin: 0;
    padding: 0;
  }
}

.cc-search-suggestions .cc-suggestions__product {
  flex: 0 0 15.2rem;
  width: 15.2rem;
  padding: .4rem .6rem 0;
  display: block;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__product {
    flex: initial;
    border-bottom: .1rem solid var(--color-border-light);
    width: 100%;
    padding: 0;
  }
}

.cc-search-suggestions .cc-suggestions__product__link {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__product__link {
    flex-direction: row;
    padding: 1.2rem 0;
  }
}

.cc-search-suggestions .cc-suggestions__product__img {
  width: 12rem;
  max-width: 100%;
  height: 10.8rem;
  margin: 0 auto 1.2rem;
  padding: 0;
  display: block;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__product__img {
    width: 8.8rem;
    height: 8rem;
    margin: 0;
  }
}

.cc-search-suggestions .cc-suggestions__product__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-search-suggestions .cc-suggestions__product__info {
  flex-direction: column;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__product__info {
    flex: 1;
    width: calc(100% - 8.8rem);
    padding: 0 0 0 1.6rem;
  }
}

.cc-search-suggestions .cc-suggestions__product__name {
  color: var(--color-text-default);
  margin: 0 0 .8rem;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__product__name {
    font-size: 1.4rem;
  }
}

.cc-search-suggestions .cc-suggestions__product__prices {
  flex-wrap: wrap;
  align-items: center;
  margin: auto 0 0;
  padding: 0;
  display: flex;
}

.cc-search-suggestions .cc-suggestions__product .cc-price {
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem .8rem;
  display: flex;
}

.cc-search-suggestions .cc-suggestions__product .cc-price__sales {
  letter-spacing: 0;
  color: var(--color-text-default);
  white-space: nowrap;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__product .cc-price__sales {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-search-suggestions .cc-suggestions__product .cc-price__original {
  letter-spacing: .025rem;
  color: var(--color-text-lighter);
  white-space: nowrap;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: line-through;
  display: block;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__product .cc-price__original {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.cc-search-suggestions .cc-suggestions__product .cc-price__original.cc-price__comparison, .cc-search-suggestions .cc-suggestions__product .cc-price__original__label, .cc-search-suggestions .cc-suggestions__product .cc-price__additionalPrices {
  display: none;
}

.cc-search-suggestions .cc-suggestions__product .cc-price__omnibus-info.cc-link:before {
  background: none;
}

.cc-search-suggestions .cc-suggestions__product .cc-price__seller-info.cc-link:before {
  background: none;
}

.cc-search-suggestions .cc-suggestions__product .cc-price__percentage {
  letter-spacing: .025rem;
  color: var(--color-white);
  background: var(--color-secondary);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  height: 1.8rem;
  margin: 0;
  padding: 0 .8rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__product .cc-price__percentage {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.cc-search-suggestions .cc-suggestions__banner {
  text-decoration: none;
  display: block;
}

.cc-search-suggestions .cc-suggestions__banner__img {
  aspect-ratio: 328 / 100;
  border-radius: .8rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-search-suggestions .cc-suggestions__banner__img {
    aspect-ratio: 570 / 120;
  }
}

.cc-search-suggestions .cc-suggestions__banner__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

body.cc-search-is-open {
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  body.cc-search-is-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}

body.cc-search-is-open .cc-header-search:after {
  content: "";
  background: var(--color-bg-overlay);
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

body.cc-search-is-open .cc-header .cc-header-search .cc-form__input--search {
  box-shadow: 0 0 0 .2rem var(--color-border);
}

@media (max-width: 1023.98px) {
  body.cc-search-is-open .cc-header .cc-header-search__search-btn {
    display: none;
  }

  body.cc-search-is-open .cc-header .cc-header-search__close-btn-mobile {
    display: flex !important;
  }
}

.veil {
  z-index: 100;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.veil .underlay {
  opacity: .5;
  background-color: var(--color-white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.spinner {
  text-align: center;
  width: 8rem;
  height: 8rem;
  margin-top: -4rem;
  margin-left: -4rem;
  animation: 2s linear infinite sk-rotate;
  position: absolute;
  top: 50%;
  left: 50%;
}

.dot1, .dot2 {
  background-color: var(--color-primary);
  border-radius: 100%;
  width: 60%;
  height: 60%;
  animation: 2s ease-in-out infinite sk-bounce;
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot2 {
  animation-delay: -1s;
  top: auto;
  bottom: 0;
}

@keyframes sk-rotate {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -ms-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.cc-header-top-spacer {
  display: none;
}

@media (min-width: 1024px) {
  .cc-header-top-spacer {
    height: 3.4rem;
    display: block;
  }

  .cc-page:has(.cc-registration__container, .cc-typ-container) .cc-header-top-spacer {
    height: 0;
  }
}

.cc-header-bottom-spacer {
  display: none;
}

@media (min-width: 1024px) {
  .cc-header-bottom-spacer {
    height: 4.4rem;
    display: block;
  }

  .cc-header-wrp:has(.cc-em-publine:not(.d-none):not(.cc-em-publine--hidden)) ~ .cc-header-bottom-spacer {
    height: 0;
  }

  .cc-header-wrp:has(.cc-em-publine.cc-em-publine--visible) ~ .cc-header-bottom-spacer {
    height: 0;
  }

  .cc-page:has(.cc-registration__container, .cc-typ-container) .cc-header-bottom-spacer {
    height: 0;
  }

  .cc-page.cc-publine-empty:has(.cc-breadcrumb.cc-em-breadcrumb):not(:has(.cc-experienceComponents > .experience-component.experience-breadcrumbs:first-child .cc-breadcrumb.cc-em-breadcrumb)) .cc-header-bottom-spacer {
    height: 0;
  }

  .cc-page.cc-publine-dismissed:not(:has(.cc-breadcrumb)) .cc-header-bottom-spacer {
    height: 0;
  }

  .cc-page.cc-publine-empty:not(:has(.cc-breadcrumb)) .cc-header-bottom-spacer {
    height: 0;
  }

  .cc-page.cc-publine-dismissed:has(.cc-breadcrumb.cc-em-breadcrumb):not(:has(.cc-experienceComponents > .experience-component.experience-breadcrumbs:first-child .cc-breadcrumb.cc-em-breadcrumb)) .cc-header-bottom-spacer {
    height: 0;
  }
}

.cc-header-wrp {
  z-index: 100;
  display: block;
  position: sticky;
  top: 0;
}

.cc-header {
  background: none;
  position: relative;
}

@media (max-width: 1023.98px) {
  .cc-header {
    min-height: 13.2rem;
  }
}

.cc-header__top {
  background: var(--color-primary-dark);
  width: 100%;
  color: var(--color-text-inverse-default);
  z-index: 2;
  display: none;
  position: absolute;
  top: -3.4rem;
  left: 0;
}

@media (min-width: 1024px) {
  .cc-header__top {
    display: block;
  }
}

.cc-header__top__wrp {
  justify-content: space-between;
  align-items: center;
  height: 3.4rem;
  display: flex;
}

.cc-header__top__left {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  margin: 0;
  padding-right: 2.4rem;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 3.4rem;
  display: block;
  overflow: hidden;
}

.cc-header__top__left * {
  font: inherit;
  color: inherit;
}

.cc-header__top__left b, .cc-header__top__left strong {
  font-weight: 700;
}

.cc-header__top__left i, .cc-header__top__left em {
  font-style: italic;
}

.cc-header__top__left a {
  text-decoration: underline;
}

.cc-header__top__left a:hover {
  text-decoration: none;
}

.cc-header__top__items {
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.cc-header__top__item {
  margin: 0;
  padding: 0 1.6rem 0 0;
  display: block;
  position: relative;
}

.cc-header__top__item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.cc-header__top .cc-header-link {
  white-space: nowrap;
  align-items: center;
  gap: .4rem;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 3.4rem;
  text-decoration: none;
  display: flex;
}

.cc-header__top .cc-header-link:hover {
  text-decoration: underline;
}

.cc-header__top .cc-header-link--border-right {
  margin-right: 1.6rem;
}

.cc-header__top .cc-header-link--border-right:before {
  content: "";
  background: var(--color-text-inverse-default);
  width: .1rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cc-header__top .cc-header-link * {
  font: inherit;
  color: var(--color-white);
}

.cc-header__top .cc-header-link img {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.cc-header__main {
  color: var(--color-white);
  background: var(--color-primary-dark);
  z-index: 9;
  border-radius: 0 0 1.6rem 1.6rem;
  padding: 1.6rem 0;
  position: relative;
  box-shadow: 0 0 .4rem rgba(20, 24, 24, .04), 0 .4rem .8rem rgba(20, 24, 24, .1);
}

@media (min-width: 1024px) {
  .cc-header__main {
    border-radius: 0 0 3.2rem 3.2rem;
  }
}

.cc-header__main__wrp {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.cc-header__main__col-left {
  align-items: center;
  gap: 2.8rem;
  margin: 0;
  padding: 0;
  transition: all .5s ease-in-out;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-header__main__col-left {
    flex: 0 0 25%;
    gap: 0;
    width: 25%;
  }
}

.cc-header__main__col-center {
  flex: 0 0 100%;
  order: 1;
  width: 100%;
  max-height: 7rem;
  margin: 0;
  padding: 0;
  transition: all .22s ease-in-out;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-header__main__col-center {
    order: initial;
    width: 50%;
    overflow: initial;
    flex: 0 0 50%;
  }
}

.cc-header__main__col-right {
  justify-content: flex-end;
  align-items: center;
  gap: .4rem;
  margin: 0 0 0 auto;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-header__main__col-right {
    flex: 0 0 25%;
    width: 25%;
    margin: 0;
    padding: 0;
    position: relative;
  }
}

.cc-header__main__menu-toggle {
  width: 3.2rem;
  height: 3.2rem;
  color: var(--color-white);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: all .5s ease-in-out;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-header__main__menu-toggle {
    width: 0;
    overflow: hidden;
  }
}

.cc-header__main__menu-toggle .cc-icon {
  width: 2.8rem;
  height: 2.8rem;
}

.cc-header__main__menu-toggle .cc-icon.cc-menu-opened {
  display: none;
}

.cc-header__main__logo {
  transition: all .22s ease-in-out;
}

.cc-header__main__logo a {
  color: inherit;
  margin: 0;
  text-decoration: none;
  display: block;
}

.cc-header__main__logo img {
  width: 17.2rem;
  height: 2.8rem;
  display: block;
}

.cc-header__main__btn {
  color: inherit;
  background: none;
  border: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-header__main__btn {
    width: auto;
    min-width: 5.4rem;
    height: 5.4rem;
  }
}

@media (max-width: 1023.98px) {
  .cc-header__main__btn--wishlist {
    display: none;
  }
}

@media (min-width: 1024px) {
  .cc-header__main__btn:hover {
    background: var(--color-teal);
    border-radius: .8rem;
  }
}

.cc-header__main__btn-icon {
  justify-content: center;
  display: flex;
  position: relative;
}

.cc-header__main__btn-icon .cc-icon {
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
}

.cc-header__main__btn-number {
  color: var(--color-white);
  text-align: center;
  background: var(--color-secondary);
  border: .1rem solid var(--color-primary-dark);
  white-space: nowrap;
  border-radius: .8rem;
  min-width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  padding: 0 .4rem;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: block;
  position: absolute;
  top: -.2rem;
  left: 50%;
}

@media (min-width: 1024px) {
  .cc-header__main__btn-number {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.cc-header__main__btn-text {
  color: var(--color-white);
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  display: none;
}

@media (min-width: 1024px) {
  .cc-header__main__btn-text {
    flex: 0 0 100%;
    width: 100%;
    display: block;
  }
}

.cc-header .cc-header-search {
  padding: 1.6rem 0 0;
}

@media (min-width: 1024px) {
  .cc-header .cc-header-search {
    padding: 0;
  }
}

.cc-header .cc-header-search__search-btn {
  width: 4rem;
  height: 4.8rem;
  color: var(--color-primary-dark);
  justify-content: center;
  align-items: center;
  margin-top: -2.4rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: .2rem;
}

.cc-header .cc-header-search__close-btn-mobile {
  width: 4rem;
  height: 4.8rem;
  color: var(--color-primary-dark);
  justify-content: center;
  align-items: center;
  margin-top: -2.4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: .2rem;
}

.cc-header .cc-header-search__reset-btn {
  width: 4rem;
  height: 4.8rem;
  color: var(--color-primary-dark);
  justify-content: center;
  align-items: center;
  margin-top: -2.4rem;
  display: flex;
  position: absolute;
  top: 50%;
  right: .2rem;
}

.cc-header .cc-header-search__close-btn {
  width: 4.8rem;
  height: 4.8rem;
  color: var(--color-primary-dark);
  justify-content: center;
  align-items: center;
  margin-top: -2.4rem;
  display: flex;
  position: absolute;
  top: 50%;
  right: -5.2rem;
}

@media (max-width: 1023.98px) {
  .cc-header .cc-header-search__close-btn {
    display: none !important;
  }
}

.cc-header .cc-header-search .cc-form {
  position: relative;
}

.cc-header .cc-header-search .cc-form__group {
  margin: 0;
}

.cc-header .cc-header-search .cc-form__wrp {
  z-index: 3;
  padding: .2rem;
  position: relative;
}

.cc-header .cc-header-search .cc-form__input--search {
  background: var(--color-white);
  color: var(--color-text-default);
  touch-action: manipulation;
  border-radius: 2.4rem;
  padding: 1.3rem 4.4rem;
  font-size: 16px;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .cc-header .cc-header-search .cc-form__input--search {
    font-size: 1.4rem;
  }
}

.cc-header .cc-header-search .cc-form__input--search::placeholder {
  font-size: 16px;
}

@media (min-width: 1024px) {
  .cc-header .cc-header-search .cc-form__input--search::placeholder {
    font-size: 1.4rem;
  }
}

.cc-header .cc-header-search .cc-form__input--search:-moz-placeholder-shown {
  font-size: 16px;
}

.cc-header .cc-header-search .cc-form__input--search::-moz-placeholder {
  font-size: 16px;
}

.cc-header .cc-header-search .cc-form__input--search:-ms-placeholder-shown {
  font-size: 16px;
}

.cc-header .cc-header-search .cc-form__input--search::-webkit-input-placeholder {
  font-size: 16px;
}

@media (min-width: 1024px) {
  .cc-header .cc-header-search .cc-form__input--search:-moz-placeholder-shown {
    font-size: 1.4rem;
  }

  .cc-header .cc-header-search .cc-form__input--search::-moz-placeholder {
    font-size: 1.4rem;
  }

  .cc-header .cc-header-search .cc-form__input--search:-ms-placeholder-shown {
    font-size: 1.4rem;
  }

  .cc-header .cc-header-search .cc-form__input--search::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

.cc-header .cc-header-search .cc-form__input--search:-moz-placeholder-shown {
  color: var(--color-text-lighter);
  opacity: 1;
}

.cc-header .cc-header-search .cc-form__input--search::-moz-placeholder {
  color: var(--color-text-lighter);
  opacity: 1;
}

.cc-header .cc-header-search .cc-form__input--search:-ms-placeholder-shown {
  color: var(--color-text-lighter);
  opacity: 1;
}

.cc-header .cc-header-search .cc-form__input--search::-webkit-input-placeholder {
  color: var(--color-text-lighter);
  opacity: 1;
}

.cc-header .cc-header-search .cc-form__input--search:focus {
  box-shadow: 0 0 0 .2rem var(--color-border);
}

@media (max-width: 1023.98px) {
  .cc-header .cc-header-search .cc-form__input--search:focus ~ .cc-header-search__search-btn {
    display: none;
  }

  .cc-header .cc-header-search .cc-form__input--search:focus ~ .cc-header-search__close-btn-mobile {
    display: flex !important;
  }
}

.cc-header__bottom {
  color: var(--color-white);
  background: var(--color-primary-dark);
  z-index: 1;
  border-radius: 0 0 1.6rem 1.6rem;
  padding: 0;
  transition: all .5s ease-in-out;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-header__bottom {
    border-radius: 0 0 3.2rem 3.2rem;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .cc-header__bottom:before {
    content: "";
    background: var(--color-primary-dark);
    z-index: -1;
    width: 100%;
    height: 4rem;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}

.cc-header__bottom__wrp {
  z-index: 2;
  align-items: center;
  padding: 0 0 1.2rem;
  display: none;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-header__bottom__wrp {
    display: flex;
  }
}

.cc-header__bottom__menu-toggle {
  width: auto;
  height: 3.2rem;
  color: var(--color-white);
  background: none;
  border: none;
  align-items: center;
  gap: .4rem;
  margin: 0;
  padding: 0 .8rem 0 0;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-header__bottom__menu-toggle {
    white-space: nowrap;
  }
}

.cc-header__bottom__menu-toggle .cc-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.cc-header__bottom__menu-toggle .cc-icon.cc-menu-opened {
  display: none;
}

.cc-header__bottom__menu-label {
  color: inherit;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

.cc-header__bottom__items {
  margin: 0;
  padding: 0;
  align-items: center;
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-header__bottom__items {
    white-space: nowrap;
    overflow-x: auto;
  }
}

.cc-header__bottom__items:before {
  content: "";
  background: var(--color-teal-300);
  width: .1rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cc-header__bottom__item {
  margin: 0;
  padding: .4rem .8rem;
  display: block;
  position: relative;
}

.cc-header__bottom__item:hover {
  background: var(--color-teal);
  border-radius: .8rem;
}

.cc-header__bottom .cc-header-link {
  color: var(--color-text-inverse-default);
  white-space: nowrap;
  align-items: center;
  gap: .4rem;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
}

.cc-header__bottom .cc-header-link--border-right {
  margin-right: 1.6rem;
}

.cc-header__bottom .cc-header-link--border-right:before {
  content: "";
  background: var(--color-teal-300);
  width: .1rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cc-header__bottom .cc-header-link * {
  font: inherit;
  color: inherit;
}

.cc-header__bottom .cc-header-link img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-header--sticky .cc-header__main__col-left {
    gap: 2rem;
  }

  .cc-header--sticky .cc-header__main__menu-toggle {
    width: 3.2rem;
  }

  .cc-header--sticky .cc-header__bottom, .cc-header--sticky .cc-header__menu {
    top: 0;
  }
}

@media (max-width: 1023.98px) {
  .cc-header--sticky.cc-header--sticky-bottom .cc-header__main__col-center {
    max-height: 0;
  }
}

.cc-header__menu-extra-bg {
  z-index: -1;
  background-color: var(--color-grey-900);
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100vh;
  transition: opacity .22s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-header__menu-wrp {
  transition: all .22s ease-in-out;
}

@media (min-width: 1024px) {
  .cc-header__menu-wrp {
    position: relative;
  }
}

.cc-header__menu {
  z-index: 11;
  background: var(--color-white);
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all .22s ease-in-out;
  display: block;
  position: fixed;
  top: 0;
  right: 100%;
}

@media (min-width: 1024px) {
  .cc-header__menu {
    opacity: 0;
    border-radius: 0 0 1.6rem 1.6rem;
    width: 34.2rem;
    height: auto;
    max-height: calc(100vh - 18rem);
    position: absolute;
    top: 4.4rem;
    left: 0;
    right: auto;
  }
}

.cc-header__menu__wrp {
  height: 100%;
  position: relative;
}

.cc-header__menu__section {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-header__menu__section {
    overflow: initial;
  }
}

.cc-header__menu__head {
  align-items: center;
  height: 6.4rem;
  padding: .8rem 1.6rem;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-header__menu__head {
    height: 5.6rem;
    padding: 1.4rem 2.8rem;
  }
}

.cc-header__menu__head:before {
  content: "";
  background: var(--color-border-light);
  width: calc(100% - 3.2rem);
  height: .1rem;
  position: absolute;
  bottom: 0;
  left: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-header__menu__head--first {
    display: none;
  }
}

.cc-header__menu__head__title {
  color: var(--color-text-default);
  flex: 1;
  margin: 0;
  padding: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-header__menu__head__title {
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.cc-header__menu__head__title a {
  text-align: center;
  text-underline-offset: .3rem;
  text-decoration: underline;
  display: block;
}

@media (min-width: 1024px) {
  .cc-header__menu__head__title a {
    text-align: left;
    text-decoration: none;
  }
}

.cc-header__menu__head__btn {
  width: 4.8rem;
  height: 4.8rem;
  color: var(--color-text-default);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-header__menu__head__btn {
    display: none;
  }
}

.cc-header__menu__head__btn .cc-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.cc-header__menu__head__link {
  letter-spacing: .025rem;
  color: var(--color-text-lighter);
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: none;
}

@media (min-width: 1024px) {
  .cc-header__menu__head__link {
    display: block;
  }
}

.cc-header__menu__head__link a {
  font: inherit;
  color: inherit;
  text-underline-offset: .3rem;
  text-decoration: underline;
}

.cc-header__menu__body {
  flex: 1;
  padding: 1.6rem;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .cc-header__menu__body {
    max-height: calc(100vh - var(--headerHeight)  - 2rem);
  }

  .cc-header__menu__body .cc-header__menu__body {
    max-height: calc(100vh - var(--headerHeight)  - 9.2rem);
  }
}

.cc-header__menu__body--first {
  flex: 1;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .cc-header__menu__body--first {
    flex: initial;
    padding-bottom: 1.6rem;
  }
}

.cc-header__menu__list {
  margin: 0;
  padding: 0;
}

.cc-header__menu__item {
  margin: 0 0 .4rem;
  padding: 0;
}

@media (min-width: 1024px) {
  .cc-header__menu__item {
    margin: 0;
  }
}

.cc-header__menu__item:last-child {
  margin-bottom: 0;
}

.cc-header__menu__btn {
  width: 100%;
  color: var(--color-text-default);
  background: none;
  border: none;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  padding: .8rem 1.2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: all .22s ease-in-out;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-header__menu__btn {
    border-radius: .8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-header__menu__btn__text {
  font: inherit;
  color: inherit;
  text-align: left;
  flex: 1;
  display: block;
}

@media (min-width: 1024px) {
  .cc-header__menu__btn.cc-hover, .cc-header__menu__btn--anchor:hover {
    background: var(--color-primary-lighter);
  }
}

.cc-header__menu__icon {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: block;
  overflow: hidden;
}

.cc-header__menu__icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}

.cc-header__menu .cc-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.cc-header__menu__section-inner {
  z-index: 2;
  background: var(--color-white);
  visibility: hidden;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all .22s ease-in-out;
  display: flex;
  position: absolute;
  top: 0;
  left: 100%;
}

@media (min-width: 1024px) {
  .cc-header__menu__section-inner {
    z-index: -1;
    background: var(--color-white);
    opacity: 1;
    border-radius: 0 0 1.6rem 1.6rem;
    width: 83.2rem;
    height: auto;
    min-height: 100%;
    padding-top: 1.6rem;
    padding-left: 34.2rem;
    transition: none;
    display: none;
    left: 0;
  }

  .cc-header__menu__section-inner:after {
    content: "";
    background: var(--color-white);
    z-index: 1;
    border-right: .1rem solid var(--color-border-light);
    border-radius: 0 0 0 1.6rem;
    width: 34.2rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.cc-header__menu__section-inner.cc-open {
  visibility: visible;
  left: 0;
}

@media (min-width: 1024px) {
  .cc-header__menu__section-inner.cc-open {
    opacity: 1;
    display: flex;
  }
}

.cc-header__menu__inner-list {
  flex-wrap: wrap;
  margin: 0 -.2rem;
  display: flex;
}

.cc-header__menu__inner-item {
  width: 50%;
  padding: .2rem;
}

@media (min-width: 1024px) {
  .cc-header__menu__inner-item {
    width: 33.3333%;
  }
}

.cc-header__menu__inner-link {
  padding: .8rem;
  display: block;
}

.cc-header__menu__inner-link:hover {
  opacity: .7;
}

.cc-header__menu__inner-link__img {
  width: 100%;
  height: 6.4rem;
  margin: 0 auto .4rem;
  display: block;
}

.cc-header__menu__inner-link img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}

.cc-header__menu__inner-link__text {
  color: var(--color-text-default);
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-header__menu__inner-link__text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-header__menu__inner-logos {
  border: .1rem solid var(--color-border-light);
  border-radius: .8rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1.2rem 0 0;
  padding: .4rem 1.2rem;
  display: none;
}

@media (min-width: 1024px) {
  .cc-header__menu__inner-logos {
    display: flex;
  }
}

.cc-header__menu__inner-logo {
  flex: 0 0 20%;
  width: 20%;
  margin: 0;
  padding: 0;
}

.cc-header__menu__inner-logo-link {
  display: block;
}

.cc-header__menu__inner-logo-link img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.cc-header__menu__inner-banner {
  margin-top: 1.2rem;
}

@media (min-width: 1024px) {
  .cc-header__menu__inner-banner {
    justify-content: space-between;
    display: flex;
  }
}

.cc-header__menu__inner-banner__item {
  aspect-ratio: 16 / 9;
  border-radius: .8rem;
  margin: 0 0 1.2rem;
  display: block;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-header__menu__inner-banner__item {
    width: calc(50% - .6rem);
    margin: 0;
  }
}

.cc-header__menu__inner-banner__item:last-child {
  margin: 0;
}

.cc-header__menu__inner-banner__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}

.cc-header__menu__top-items {
  border-top: .1rem solid var(--color-border-light);
  margin: 1.6rem 0 0;
  padding: 1.6rem 0;
}

@media (min-width: 1024px) {
  .cc-header__menu__top-items {
    display: none;
  }
}

.cc-header__menu__bottom-account {
  height: 6.4rem;
}

@media (min-width: 1024px) {
  .cc-header__menu__bottom-account {
    display: none;
  }
}

.cc-header__menu__bottom-account__wrp {
  background: var(--color-cream);
  border-radius: 1.6rem 1.6rem 0 0;
  width: 100%;
  height: 6.4rem;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 .4rem rgba(20, 24, 24, .04), 0 -.4rem .8rem rgba(20, 24, 24, .1);
}

.cc-header__menu__bottom-account__item {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cc-header__menu__bottom-account__item:after {
  content: "";
  background: var(--color-border-light);
  width: .1rem;
  height: 3.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cc-header__menu__bottom-account__link {
  height: 6.4rem;
  color: var(--color-text-default);
  justify-content: center;
  align-items: center;
  gap: .4rem;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-decoration: none;
  display: flex;
}

.cc-header__menu__top-item {
  margin: 0 0 .4rem;
  display: block;
}

.cc-header__menu__top-item .cc-header-link {
  letter-spacing: 0;
  color: var(--color-text-default);
  border: none;
  width: 100%;
  margin: 0;
  padding: 1.2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  display: block;
}

.cc-header__menu__top-item .cc-header-link img {
  display: none;
}

.cc-header--menu-open .cc-header__bottom__menu-toggle .cc-icon.cc-menu-opened, .cc-header--menu-open .cc-header__main__menu-toggle .cc-icon.cc-menu-opened {
  display: flex;
}

.cc-header--menu-open .cc-header__bottom__menu-toggle .cc-icon.cc-menu-closed, .cc-header--menu-open .cc-header__main__menu-toggle .cc-icon.cc-menu-closed {
  display: none;
}

.cc-header--menu-open .cc-header__menu {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.cc-header--menu-open .cc-header__menu-extra-bg {
  opacity: .6;
  pointer-events: initial;
}

.cc-header--menu-open ~ .experience-region .cc-em-publine {
  opacity: .6;
}

.cc-header--second-level-open .cc-header__menu__body--first {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-header--second-level-open .cc-header__menu__body--first {
    overflow: initial;
  }
}

.cc-header__user {
  background: none;
  width: auto;
  max-width: 20vw;
  height: 2.1rem;
  position: absolute;
  top: 5.4rem;
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .cc-header__user {
    left: 5vw;
  }
}

.cc-header__popover {
  width: 100%;
  min-width: 29.7rem;
  height: auto;
  max-height: calc(100vh - 18rem);
  color: var(--color-text-default);
  border: 0;
  flex-direction: column;
  gap: .8rem;
  margin-top: 7.5rem;
  padding: 2.2rem 2.4rem;
  display: flex;
  left: 24%;
  overflow-y: auto;
}

.cc-header__popover::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.cc-header__popover::-webkit-scrollbar-track {
  background: var(--color-primary-lighter);
  border-radius: 4px;
}

.cc-header__popover::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 4px;
}

.cc-header__popover::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .cc-header__popover {
    left: -14%;
  }
}

@media (max-width: 1023.98px) {
  .cc-header__popover {
    display: none;
  }
}

.cc-header__popover__title {
  font-size: 1.6rem;
}

.cc-header__popover__form {
  margin-bottom: 3.3rem;
}

.cc-header__popover__form .cc-form__group.cc-error .cc-form__error {
  opacity: 1;
}

.cc-header__popover__button {
  width: 100%;
}

.cc-header__popover__link {
  font-weight: 400;
}

.cc-header__popover .cc-form__group {
  margin-bottom: .8rem;
}

.cc-header__popover__actions {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .5rem;
  display: flex;
}

.cc-header__popover__text {
  margin-bottom: .8rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.cc-header__popover__userTitle {
  font-size: 1.8rem;
  font-weight: 700;
}

.cc-header__popover__navLink {
  align-items: center;
  gap: 1.1rem;
  padding: 1.2rem 1.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
}

.cc-header__popover__navLink:hover {
  background: var(--color-primary-lighter);
  border-radius: .8rem;
}

.cc-header__popover__userPopover {
  min-width: 33.7rem;
  padding: 2.2rem 1.6rem;
}

.cc-footer {
  background: var(--color-oat);
}

.cc-footer__top__double {
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem 0 1.2rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-footer__top__double {
    flex-direction: row;
    gap: 8rem;
    padding: 2.4rem 0;
  }
}

.cc-footer__top__double__item {
  background: var(--color-cream);
  border-radius: .8rem;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem;
  text-decoration: none;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-footer__top__double__item {
    background: none;
    border-radius: 0;
    flex-direction: row;
    flex: 1;
    align-items: center;
    gap: 3.2rem;
    width: 50%;
    padding: 0;
  }

  .cc-footer__top__double__img {
    order: 1;
  }
}

.cc-footer__top__double__img img {
  width: auto;
  height: 4.8rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .cc-footer__top__double__img img {
    height: 8rem;
    margin: 0;
  }

  .cc-footer__top__double__info {
    flex: 1;
  }
}

.cc-footer__top__double__title {
  letter-spacing: 0;
  color: var(--color-text-default);
  text-align: center;
  margin: 0 0 .2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-footer__top__double__title {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-footer__top__double__text {
  letter-spacing: 0;
  color: var(--color-text-light);
  text-align: center;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.95rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-footer__top__double__text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-footer__top__double__text b, .cc-footer__top__double__text strong {
  font-weight: 700;
}

.cc-footer__top__highlights {
  background: var(--color-cream);
  border-radius: .8rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 1.6rem;
  padding: 1.2rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-footer__top__highlights {
    margin: 2.4rem 0 1.6rem;
    padding: 2.4rem 0;
  }
}

.cc-footer__top__highlights__item {
  border: none;
  border-right: .1rem solid var(--color-border-light);
  border-bottom: .1rem solid var(--color-border-light);
  flex: 0 0 50%;
  padding: 1.6rem 1.2rem;
  text-decoration: none;
  display: block;
}

.cc-footer__top__highlights__item:nth-child(2n) {
  border-right: none;
}

@media (min-width: 1024px) {
  .cc-footer__top__highlights__item:nth-child(2n) {
    border-right: .1rem solid var(--color-border-light);
  }
}

.cc-footer__top__highlights__item:nth-child(3) {
  border-bottom: none;
}

.cc-footer__top__highlights__item:nth-child(4) {
  border-bottom: none;
}

@media (min-width: 1024px) {
  .cc-footer__top__highlights__item {
    border: none;
    border-right: .1rem solid var(--color-border-light);
    flex: 0 0 25%;
    padding: 0 2.4rem;
  }
}

.cc-footer__top__highlights__item:last-child {
  border-right: none;
}

.cc-footer__top__highlights__img img {
  width: auto;
  height: 4rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .cc-footer__top__highlights__img img {
    height: 5.6rem;
  }
}

.cc-footer__top__highlights__info {
  margin: 1.2rem 0 0;
}

.cc-footer__top__highlights__title {
  letter-spacing: 0;
  color: var(--color-text-default);
  text-align: center;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
}

.cc-footer__top__highlights__title b, .cc-footer__top__highlights__title strong {
  font-weight: 700;
}

.cc-footer__top__highlights-note {
  letter-spacing: .25rem;
  color: var(--color-text-light);
  text-align: center;
  margin: 0;
  padding: 0 0 1.6rem;
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-footer__top__highlights-note {
    padding: 0 0 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.cc-footer__top__highlights-note * {
  font: inherit;
  color: inherit;
  text-align: center;
  margin: 0;
  padding: 0;
}

.cc-footer__top__highlights-note b, .cc-footer__top__highlights-note strong {
  font-weight: 700;
}

.cc-footer__top__highlights-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.cc-footer__top__highlights-note a:hover {
  text-decoration: none;
}

.cc-footer__top__seo {
  padding: 1.6rem 0 2.4rem;
}

@media (min-width: 1024px) {
  .cc-footer__top__seo {
    padding: 2rem 0 4rem;
  }
}

.cc-footer__top__seo__text {
  letter-spacing: .25rem;
  color: var(--color-text-light);
  text-align: left;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 8rem;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: -webkit-box;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-footer__top__seo__text {
    -webkit-line-clamp: unset;
    column-count: 2;
    max-height: unset;
    column-gap: 8rem;
    font-size: 1.3rem;
    line-height: 2rem;
    display: block;
  }
}

.cc-footer__top__seo__text * {
  font: inherit;
  color: inherit;
  text-align: left;
  margin: 0;
  padding: 0;
}

.cc-footer__top__seo__text b, .cc-footer__top__seo__text strong {
  font-weight: 700;
}

.cc-footer__top__seo__text a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.cc-footer__top__seo__text a:hover {
  text-decoration: none;
}

.cc-footer__top__seo__toggle {
  letter-spacing: 0;
  color: var(--color-text-light);
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-decoration: underline;
  display: block;
}

@media (min-width: 1024px) {
  .cc-footer__top__seo__toggle {
    display: none;
  }
}

.cc-footer__top__seo__toggle-label {
  font: inherit;
  color: inherit;
}

.cc-footer__top__seo__toggle-label--show {
  display: block;
}

.cc-footer__top__seo__toggle-label--hide {
  display: none;
}

.cc-footer__top__seo.cc-expanded .cc-footer__top__seo__text {
  -webkit-line-clamp: unset;
  max-height: unset;
}

.cc-footer__top__seo.cc-expanded .cc-footer__top__seo__toggle-label--show {
  display: none;
}

.cc-footer__top__seo.cc-expanded .cc-footer__top__seo__toggle-label--hide {
  display: block;
}

.cc-footer__main {
  background: var(--color-primary-dark);
  color: var(--color-text-inverse-default);
  border-radius: 1.6rem 1.6rem 0 0;
  padding: .8rem 0 2.4rem;
}

@media (min-width: 1024px) {
  .cc-footer__main {
    border-radius: 3.2rem 3.2rem 0 0;
    padding: 2.4rem 0 4rem;
  }

  .cc-footer__main__row {
    gap: 2.4rem;
    display: flex;
  }
}

.cc-footer__main__col {
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .cc-footer__main__col {
    flex: 1;
    width: 25%;
  }
}

.cc-footer__main__col--accordion-m {
  border-bottom: .1rem solid var(--color-border-field);
  position: relative;
}

@media (min-width: 1024px) {
  .cc-footer__main__col--accordion-m {
    border: none;
  }
}

.cc-footer__main__header {
  width: 100%;
  margin: 0;
}

.cc-footer__main__title {
  letter-spacing: 0;
  color: var(--color-text-inverse-default);
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-footer__main__title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-footer__main__btn {
  text-align: left;
  width: 100%;
  font: inherit;
  color: inherit;
  padding: 1.6rem 4.4rem 1.6rem 0;
  display: block;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-footer__main__btn {
    cursor: default;
    padding: 1.6rem 0 .4rem;
  }
}

.cc-footer__main__btn:before {
  content: "";
  background: var(--color-teal-50);
  border-radius: .2rem;
  width: 1.2rem;
  height: .2rem;
  margin-top: -.1rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-footer__main__btn:before {
    display: none;
  }
}

.cc-footer__main__btn:after {
  content: "";
  background: var(--color-teal-50);
  border-radius: .2rem;
  width: 1.2rem;
  height: .2rem;
  margin-top: -.1rem;
  transition: all .22s ease-in-out;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (min-width: 1024px) {
  .cc-footer__main__btn:after {
    display: none;
  }
}

.cc-footer__main__btn.collapsed:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cc-footer__main__btn--text:before {
  display: none;
}

.cc-footer__main__btn--text:after {
  display: none;
}

@media (min-width: 1024px) {
  .cc-footer__main__content {
    display: block !important;
  }
}

.cc-footer__main__content-inner {
  padding: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .cc-footer__main__content-inner {
    padding: .4rem 0 1.2rem;
  }
}

.cc-footer__main__content-inner * {
  color: var(--color-text-inverse-dark);
}

.cc-footer__main__list {
  margin: 0;
  padding: 0;
}

.cc-footer__main__list-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cc-footer__main__list-item a, .cc-footer__main__list-item button {
  letter-spacing: 0;
  color: var(--color-text-inverse-dark);
  padding: .4rem 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
  display: inline-block;
}

.cc-footer__main__list-item a:hover, .cc-footer__main__list-item button:hover {
  text-decoration: underline;
}

.cc-footer__main__socials {
  gap: 1.6rem;
  padding: 0;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-footer__main__socials {
    padding: 1.2rem 0 0;
  }
}

.cc-footer__main__socials-item {
  flex: 0 0 2.4rem;
  width: 2.4rem;
  display: block;
}

.cc-footer__main__social {
  width: 100%;
  display: block;
}

.cc-footer__main__social img {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  display: block;
}

.cc-footer__main__country-selector {
  padding-top: 2.4rem;
}

.cc-footer__bottom {
  background: var(--color-primary-dark);
}

.cc-footer__bottom__container {
  padding: 0 0 2.4rem;
}

@media (min-width: 1024px) {
  .cc-footer__bottom__container {
    border-top: .1rem solid var(--color-border-field);
    align-items: center;
    padding: 4rem 0;
    display: flex;
  }
}

.cc-footer__bottom__logo {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .cc-footer__bottom__logo {
    margin: 0;
  }
}

.cc-footer__bottom__logo img {
  width: 17.2rem;
  height: 2.8rem;
  margin: 0 auto;
  display: block;
}

@media (min-width: 1024px) {
  .cc-footer__bottom__logo img {
    width: 19.2rem;
    height: 3.2rem;
    margin: 0;
  }
}

.cc-footer__bottom__text-wrp {
  text-align: center;
}

@media (min-width: 1024px) {
  .cc-footer__bottom__text-wrp {
    margin-left: auto;
  }
}

.cc-footer__bottom__text {
  letter-spacing: 0;
  color: var(--color-text-inverse-dark);
  text-align: center;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-footer__bottom__text {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-footer__bottom__text b, .cc-footer__bottom__text strong {
  font-weight: 700;
}

.cc-footer .cc-country-selector .cc-form__group, .cc-footer .cc-country-selector .cc-form__wrp {
  margin: 0;
  padding: 0;
}

.cc-footer .cc-country-selector__option {
  align-items: center;
  gap: .8rem;
  display: flex;
}

.cc-footer .cc-country-selector__icon {
  border: .1rem solid var(--color-text-inverse-default);
  border-radius: 50%;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

.cc-footer .cc-country-selector__icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}

.cc-footer .cc-country-selector__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  display: block;
  overflow: hidden;
}

.cc-page--checkout {
  min-height: 100vh;
}

.cc-page--checkout .cc-footer__main, .cc-page--checkout .cc-footer__bottom, .cc-page--checkout .cc-footer__top__double, .cc-page--checkout .cc-footer__top__seo {
  display: none;
}

.cc-em-accordion.cc-em {
  margin-bottom: 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-accordion.cc-em {
    margin-bottom: 4rem;
  }
}

.cc-em-accordion__extra-title {
  letter-spacing: 0;
  color: var(--color-primary);
  margin: 0 0 3.2rem;
  font-family: Epilogue, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-accordion__extra-title {
    letter-spacing: -.05rem;
    margin: 0 0 3.2rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.cc-em-accordion--light .cc-em-accordion__extra-title {
  color: var(--color-text-inverse-default);
}

.cc-em-accordion--light .cc-accordion__item {
  border-bottom-color: var(--color-border-field);
}

.cc-em-accordion--light .cc-accordion__title {
  color: var(--color-text-inverse-default);
}

.cc-em-accordion--light .cc-accordion__btn:before {
  background: var(--color-teal-50);
}

.cc-em-accordion--light .cc-accordion__btn:after {
  background: var(--color-teal-50);
}

.cc-em-accordion--light p {
  color: var(--color-text-inverse-dark);
}

.cc-em-anchor {
  scroll-margin-top: var(--headerHeight);
  display: block;
}

.cc-em-anchor.editmode {
  border: .2rem dashed var(--color-border-light);
  background: var(--color-background-light);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 4rem;
  margin: 1rem 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.cc-em-anchor.editmode:after {
  content: "Anchor: #" attr(data-anchor-label);
}

.cc-category-header {
  padding: 2.4rem 0;
}

@media (min-width: 1024px) {
  .cc-category-header {
    margin-bottom: 1.6rem;
  }

  .cc-category-header__wrp {
    align-items: center;
    display: flex;
  }

  .cc-category-header__main {
    flex: 1;
  }
}

.cc-category-header__title {
  color: var(--color-text-default);
  text-align: left;
  letter-spacing: -.05rem;
  margin: 0 0 .8rem;
  font-family: Epilogue, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-category-header__title {
    letter-spacing: -.1rem;
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.cc-category-header__title__keywords {
  color: var(--color-tertiary);
}

.cc-category-header__text {
  color: var(--color-text-light);
  text-align: left;
  letter-spacing: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
  display: block;
}

@media (max-width: 1023.98px) {
  .cc-category-header__text {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 8.4rem;
    display: -webkit-box;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .cc-category-header__text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-category-header__text a {
  color: inherit;
  text-decoration: underline;
}

.cc-category-header__text-toggle {
  letter-spacing: 0;
  color: var(--color-text-light);
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: underline;
  display: inline-block;
}

@media (min-width: 1024px) {
  .cc-category-header__text-toggle {
    display: none;
  }
}

.cc-category-header__text-toggle-label {
  font: inherit;
  color: inherit;
}

.cc-category-header__text-toggle-label--show {
  display: block;
}

.cc-category-header__text-toggle-label--hide {
  display: none;
}

.cc-category-header__text-wrp.cc-expanded .cc-category-header__text {
  -webkit-line-clamp: unset;
  max-height: unset;
}

.cc-category-header__text-wrp.cc-expanded .cc-category-header__text-toggle-label--show {
  display: none;
}

.cc-category-header__text-wrp.cc-expanded .cc-category-header__text-toggle-label--hide {
  display: block;
}

.cc-category-header__infoExtra {
  padding: 2.4rem 0 0;
  display: none;
}

@media (min-width: 1024px) {
  .cc-category-header__infoExtra {
    flex: 0 0 31.6rem;
    width: 31.6rem;
    padding: 0 0 0 3.2rem;
    display: block;
  }
}

.cc-category-header__infoExtra__item {
  border-bottom: .1rem solid var(--color-border-light);
  align-items: center;
  margin: 0 0 1.6rem;
  padding: 0 0 1.6rem;
  display: flex;
}

.cc-category-header__infoExtra__item:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.cc-category-header__infoExtra__img {
  width: 4rem;
  height: 4rem;
  margin: 0;
  display: block;
}

.cc-category-header__infoExtra__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-category-header__infoExtra__content {
  flex: 1;
  padding: 0 0 0 .8rem;
}

.cc-category-header__infoExtra__title {
  color: var(--color-text-default);
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1rem;
  display: block;
}

.cc-category-header__infoExtra__text {
  color: var(--color-text-default);
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
  display: block;
}

.cc-em-category-cross {
  background: var(--color-cream);
  border-radius: 0 0 1.6rem 1.6rem;
  padding: 1.6rem 0;
}

@media (min-width: 1024px) {
  .cc-em-category-cross {
    border-radius: 0 0 3.2rem 3.2rem;
    padding: 2.4rem 0;
  }
}

.cc-em-category-cross__wrp {
  margin: 0 -1.6rem;
  padding: 0 1.6rem;
  display: flex;
  overflow-x: auto;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__wrp {
    overflow: initial;
    margin: 0;
    padding: 0;
  }
}

.cc-em-category-cross__left {
  border-right: .1rem solid var(--color-border-light);
  align-items: center;
  padding-right: 2.4rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__left {
    padding-right: 3.2rem;
  }
}

.cc-em-category-cross__center {
  flex: 1;
  align-items: center;
  padding: 0 2.4rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__center {
    padding: 0 3.2rem;
    overflow-x: auto;
  }
}

.cc-em-category-cross__right {
  border-left: .1rem solid var(--color-border-light);
  flex: 0 0 31.6rem;
  align-items: center;
  width: 31.6rem;
  margin-left: auto;
  padding-left: 2.4rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__right {
    padding-left: 3.2rem;
  }
}

.cc-em-category-cross__back {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cc-em-category-cross__back-content {
  width: 8.8rem;
  margin-left: 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__back-content {
    margin-left: 3.2rem;
  }
}

.cc-em-category-cross__back-img {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin: 0 auto .8rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__back-img {
    width: 8.8rem;
    height: 8.8rem;
    margin-bottom: 1.2rem;
  }
}

.cc-em-category-cross__back-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-category-cross__back-title {
  text-align: center;
  color: var(--color-text-default);
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__back-title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-em-category-cross__list {
  gap: 1.2rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__list {
    gap: 2.4rem;
  }
}

.cc-em-category-cross__list-item {
  flex: 0 0 8.8rem;
  width: 8.8rem;
  display: block;
}

.cc-em-category-cross__banner {
  color: var(--color-white);
  border-radius: .8rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.cc-em-category-cross__banner:hover {
  color: var(--color-white);
}

.cc-em-category-cross__banner__img {
  aspect-ratio: 16 / 9;
  z-index: 1;
  position: relative;
}

.cc-em-category-cross__banner__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-category-cross__banner__info {
  z-index: 3;
  text-align: left;
  width: 100%;
  padding: 1.6rem 6.2rem 1.6rem 1.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cc-em-category-cross__banner--shadow .cc-em-category-cross__banner__info {
  background: linear-gradient(rgba(0, 6, 7, 0) 0%, rgba(0, 6, 7, .75) 100%);
}

.cc-em-category-cross__banner__title {
  letter-spacing: 0;
  color: inherit;
  margin: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__banner__title {
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.cc-em-category-cross__banner__text {
  letter-spacing: 0;
  color: inherit;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-category-cross__banner__text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-em-category-cross__banner__icon {
  z-index: 3;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
}

.cc-em-category-cross__banner__icon .cc-svg {
  width: 3rem;
  height: 3rem;
}

.cc-em-category-cross-item {
  width: 8.8rem;
}

.cc-em-category-cross-item__img {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin: 0 auto .8rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-em-category-cross-item__img {
    width: 8.8rem;
    height: 8.8rem;
    margin-bottom: 1.2rem;
  }
}

.cc-em-category-cross-item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-category-cross-item__title {
  text-align: center;
  color: var(--color-text-default);
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-category-cross-item__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-em-product-tile-img {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

@media (min-width: 564px) {
  .cc-em-product-tile-img {
    aspect-ratio: initial;
    height: 100%;
  }
}

.cc-em-product-tile-img:focus {
  outline: none;
}

.cc-em-product-tile-img:focus-visible {
  border: .2rem solid var(--color-primary);
}

.cc-em-product-tile-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-em.cc-em-breadcrumb {
  margin: 2.4rem 0 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em.cc-em-breadcrumb {
    margin: 4rem 0 2.4rem;
  }
}

.cc-em-cards {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-cards {
    margin: 0 0 3.2rem;
  }
}

.cc-em-cards__list {
  margin: 0 -1.6rem;
  padding: .2rem 1rem .8rem;
  display: flex;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .cc-em-cards__list {
    margin: 0 -2.4rem;
    padding: .2rem 1.8rem .8rem;
  }
}

@media (min-width: 1024px) {
  .cc-em-cards__list {
    padding: .2rem 1.2rem .8rem;
  }

  .cc-em-cards__list--image-text {
    justify-content: center;
  }
}

.cc-em-cards--image .cc-em-cards__item {
  flex: 0 0 14.6rem;
  width: 14.6rem;
  min-width: 14.6rem;
  padding: 0 .6rem;
}

@media (min-width: 1024px) {
  .cc-em-cards--image .cc-em-cards__item {
    flex: 0 0 20rem;
    width: 20rem;
    min-width: 20rem;
    padding: 0 1.2rem;
  }
}

@media (min-width: 1280px) {
  .cc-em-cards--image .cc-em-cards__item {
    flex: 0 0 14.2857%;
    width: 14.2857%;
    min-width: 20rem;
    padding: 0 1.2rem;
  }
}

@media (min-width: 1024px) {
  .cc-em-cards--image .cc-em-cards__item--image-text {
    max-width: 36.6rem;
  }
}

.cc-em-cards__item {
  flex: 0 0 25.2rem;
  width: 25.2rem;
  padding: 0 .6rem;
}

@media (min-width: 1024px) {
  .cc-em-cards__item {
    flex: 1;
    width: 100%;
    min-width: 25%;
    padding: 0 1.2rem;
  }

  .cc-em-cards__item--image-text {
    max-width: 36.6rem;
  }
}

.cc-em-cards__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0 0 1.6rem;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-cards__title {
    letter-spacing: -.05rem;
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-cards__title--image-text {
  text-align: center;
  max-width: 119.6rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .cc-em-cards__title--image-text {
    letter-spacing: -.05rem;
    text-align: center;
    margin: 0 auto 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.cc-em-cards__text {
  letter-spacing: 0;
  color: var(--color-text-default);
  margin: 0 0 1.6rem;
  font-family: Mulish, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-cards__text {
    letter-spacing: 0;
    margin: 0 0 3.2rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

.cc-em-cards__text em, .cc-em-cards__text i {
  font-style: italic;
}

.cc-em-cards__text b, .cc-em-cards__text strong {
  font-weight: 700;
}

.cc-em-cards__text a {
  color: inherit;
  text-decoration: underline;
}

.cc-em-cards__text a:hover, .cc-em-cards__text a:focus {
  text-decoration: none;
}

.cc-em-cards__text--image-text {
  text-align: center;
  max-width: 119.6rem;
  margin-left: auto;
  margin-right: auto;
}

.cc-em-cards-category {
  margin: 0 0 1.2rem;
}

@media (min-width: 1024px) {
  .cc-em-cards-category {
    margin: 0 0 2.8rem;
  }
}

.cc-em-cards-category__list {
  flex-wrap: wrap;
  margin: 0 -.6rem;
  padding: 0;
  display: flex;
}

.cc-em-cards-category__item {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 .6rem 1.2rem;
}

@media (min-width: 768px) {
  .cc-em-cards-category__item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (min-width: 1024px) {
  .cc-em-cards-category__item {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .cc-em-cards-category__item {
    flex: 0 0 16.6667%;
    width: 16.6667%;
  }

  .cc-em-cards-category__item--alternative {
    flex: 0 0 19.6667%;
    width: 19.6667%;
  }
}

.cc-em-cards-category__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0 0 1.6rem;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-cards-category__title {
    letter-spacing: -.05rem;
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-card-image {
  height: 100%;
  display: block;
  position: relative;
}

.cc-em-card-image__link {
  height: 100%;
  color: inherit;
  outline-offset: .1rem;
  border: .1rem solid var(--color-border-light);
  background: var(--color-white);
  border-radius: .8rem 3.2rem .8rem .8rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-em-card-image a.cc-em-card-image__link:hover {
    box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 .2rem .4rem rgba(20, 24, 24, .1);
  }
}

.cc-em-card-image__img {
  aspect-ratio: 1;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.cc-em-card-image__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-card-image__title-wrp {
  color: var(--color-text-default);
  flex: 1;
  padding: 1.2rem;
}

@media (min-width: 1024px) {
  .cc-em-card-image__title-wrp {
    padding: 1.6rem;
  }
}

.cc-em-card-image__title {
  color: var(--color-text-default);
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-card-image__title {
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-em-card-image-text {
  display: block;
}

.cc-em-card-image-text__link {
  color: inherit;
  border-radius: .8rem;
  text-decoration: none;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-card-image-text a.cc-em-card-image-text__link:hover .cc-em-card-image-text__img {
    box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 .2rem .4rem rgba(20, 24, 24, .1);
  }
}

.cc-em-card-image-text__img {
  aspect-ratio: 1;
  z-index: 1;
  border-radius: .8rem;
  transition: all .22s ease-in-out;
  position: relative;
  overflow: hidden;
}

.cc-em-card-image-text__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-card-image-text__title-wrp {
  color: var(--color-text-default);
  padding: 2.4rem 0 0;
}

.cc-em-card-image-text__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 5.6rem;
  margin: 0;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: -webkit-box;
  overflow: hidden;
}

.cc-em-card-image-text__text {
  letter-spacing: 0;
  color: var(--color-text-light);
  margin: 1.6rem 0 0;
  font-family: Mulish, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  display: block;
}

.cc-em-card-category {
  height: 100%;
}

.cc-em-card-category__link {
  height: 100%;
  color: inherit;
  background: var(--color-white);
  border: .1rem solid var(--color-border-light);
  border-radius: .8rem;
  padding: 1.2rem;
  text-decoration: none;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-card-category__link {
    padding: 2.4rem;
  }

  .cc-em-card-category__link:hover {
    box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 .2rem .4rem rgba(20, 24, 24, .1);
  }
}

.cc-em-card-category__img {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}

.cc-em-card-category__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-card-category__title-wrp {
  text-align: center;
  margin: .4rem 0 0;
}

@media (min-width: 1024px) {
  .cc-em-card-category__title-wrp {
    margin: .8rem 0 0;
  }
}

.cc-em-card-category__title {
  color: var(--color-text-default);
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-card-category__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-em-cards-highlight {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-cards-highlight {
    margin: 0 0 3.2rem;
  }
}

.cc-em-cards-highlight__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0 0 1.6rem;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-cards-highlight__title {
    letter-spacing: -.05rem;
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-cards-highlight__title--slider {
  padding-right: 8rem;
}

@media (min-width: 1024px) {
  .cc-em-cards-highlight__title--slider {
    padding-right: 11rem;
  }
}

.cc-em-cards-highlight__list:not(.cc-em-cards-highlight__list--slider) {
  flex-wrap: wrap;
  margin: 0 -.6rem;
  display: flex;
}

@media (min-width: 768px) {
  .cc-em-cards-highlight__list:not(.cc-em-cards-highlight__list--slider) {
    margin: 0 -1.2rem;
  }
}

.cc-em-cards-highlight__list:not(.cc-em-cards-highlight__list--slider) .cc-em-cards-highlight__item {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 .6rem 1.6rem;
}

@media (min-width: 768px) {
  .cc-em-cards-highlight__list:not(.cc-em-cards-highlight__list--slider) .cc-em-cards-highlight__item {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 1.2rem 1.6rem;
  }
}

.cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider {
  margin: 0 -1.6rem;
  position: relative;
}

@media (min-width: 768px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider {
    margin: 0 -2.4rem;
  }
}

.cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .cc-em-cards-highlight__item {
  padding: 0 .6rem 1.6rem;
}

@media (min-width: 768px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .cc-em-cards-highlight__item {
    padding: 0 1.2rem 1.6rem;
  }
}

.cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-list {
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-list {
    padding: 0 1.2rem;
  }
}

@media (min-width: 1024px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-list {
    padding: 0;
  }
}

.cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-arrow {
  margin-top: 0;
  top: -4.8rem;
}

@media (min-width: 1024px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-arrow {
    top: -7.6rem;
  }
}

.cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-arrow.slick-next {
  right: 1.6rem;
}

@media (min-width: 768px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-arrow.slick-next {
    right: 2.4rem;
  }
}

.cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-arrow.slick-prev {
  left: auto;
  right: 5.6rem;
}

@media (min-width: 768px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-arrow.slick-prev {
    right: 6.4rem;
  }
}

@media (min-width: 1024px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider .slick-arrow.slick-prev {
    right: 8.2rem;
  }
}

.cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}

.cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider:not(.slick-slider) .cc-em-cards-highlight__item {
  flex: 0 0 50%;
  width: 50%;
}

@media (min-width: 564px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider:not(.slick-slider) .cc-em-cards-highlight__item {
    flex: 0 0 90.9091%;
    width: 90.9091%;
  }
}

@media (min-width: 768px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider:not(.slick-slider) .cc-em-cards-highlight__item {
    flex: 0 0 47.6191%;
    width: 47.6191%;
  }
}

@media (min-width: 1024px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider:not(.slick-slider) .cc-em-cards-highlight__item {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider:not(.slick-slider) .cc-em-cards-highlight__item {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .cc-em-cards-highlight__list.cc-em-cards-highlight__list--slider:not(.slick-slider) .cc-em-cards-highlight__item {
    flex: 0 0 25%;
    width: 25%;
  }
}

.cc-em-card-highlight__link {
  text-decoration: none;
  display: block;
}

.cc-em-card-highlight__img {
  aspect-ratio: 1;
  border-radius: .8rem;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.cc-em-card-highlight__img:hover {
  border-radius: .8rem;
  box-shadow: 0 0 4px rgba(20, 24, 24, .04), 0 4px 8px rgba(20, 24, 24, .1);
}

.cc-em-card-highlight__img--vertical {
  aspect-ratio: 342 / 514;
}

.cc-em-card-highlight__img img {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-em-card-highlight__icon {
  z-index: 2;
  background: var(--color-white);
  width: 3.2rem;
  height: 3.2rem;
  color: var(--color-primary-dark);
  pointer-events: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-card-highlight__icon {
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    bottom: 2.4rem;
    right: 2.4rem;
  }
}

.cc-em-card-highlight__icon svg {
  width: 2rem;
  height: 2rem;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .cc-em-card-highlight__icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.cc-em-card-highlight__title-wrp {
  padding: 1.2rem 0;
}

@media (min-width: 1024px) {
  .cc-em-card-highlight__title-wrp {
    padding: 1.6rem 0 0;
  }
}

.cc-em-card-highlight__title {
  letter-spacing: 0;
  color: var(--color-text-default);
  margin: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: block;
}

.cc-em-tags {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-tags {
    margin: 0 0 3.2rem;
  }
}

.cc-em-tags__wrp {
  position: relative;
}

.cc-em-tags__list {
  justify-content: center;
  align-items: stretch;
  margin: 0 -1.6rem;
  padding: .8rem 1rem;
  display: flex;
  overflow-x: auto;
}

.cc-plp__editorialBar .cc-em-tags__list {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .cc-em-tags__list {
    margin: 0 -2.4rem;
    padding: .8rem 1.8rem;
  }
}

@media (min-width: 1024px) {
  .cc-em-tags__list {
    margin: 0;
    padding: .8rem 0;
  }
}

.cc-em-tags__item {
  flex-shrink: 0;
  width: auto;
  padding: 0 .6rem;
  display: flex;
}

@media (min-width: 768px) {
  .cc-em-tags__item:first-child {
    padding-left: 0;
  }

  .cc-em-tags__item:last-child {
    padding-right: 0;
  }
}

.cc-em-tags__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0 0 1.6rem;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-tags__title {
    letter-spacing: -.05rem;
    margin: 0 0 2.4rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-tag {
  white-space: nowrap;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.cc-em-tag__link {
  height: 100%;
  min-height: 4rem;
  color: var(--color-text-light);
  background-color: var(--color-bg-neutral);
  border: .1rem solid var(--color-border-light);
  border-radius: 99.9rem;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  margin: 0;
  padding: .4rem 1.2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-decoration: none;
  display: flex;
}

.cc-em-tag__link:hover {
  border-color: var(--color-primary);
}

.cc-em-tag__link--onlyIcon {
  border: .1rem solid rgba(0, 0, 0, 0);
  width: auto;
  min-height: auto;
  padding: 0;
}

.cc-em-tag__link--onlyIcon .cc-em-tag__icon {
  border-radius: 99.9rem;
}

.cc-em-tag__link--onlyIcon:hover {
  border-color: var(--color-primary);
}

.cc-em-tag__title {
  font: inherit;
  color: inherit;
  margin: 0;
  padding-right: .4rem;
  display: block;
}

.cc-em-tag__icon {
  flex-shrink: 0;
}

.cc-em-tag__icon:not(:only-child) {
  width: 4.8rem;
  height: 4.8rem;
}

.cc-em-logos {
  background: var(--color-white);
  margin: 0 0 2.4rem;
  padding: .4rem 0;
}

@media (min-width: 1024px) {
  .cc-em-logos {
    margin: 0 0 4rem;
  }
}

.cc-em-logos__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0 0 1.6rem;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-logos__title {
    letter-spacing: -.05rem;
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-logos__title--disabled-desktop {
  padding-right: 8rem;
}

@media (min-width: 1024px) {
  .cc-em-logos__title--disabled-desktop {
    padding-right: 0;
  }
}

.cc-em-logos__wrp {
  padding: 0 4.4rem;
}

@media (min-width: 1024px) {
  .cc-em-logos__wrp {
    padding: 0;
  }
}

.cc-em-logos__wrp--disabled-desktop {
  margin: 0 -1.6rem;
  padding: 0;
}

@media (min-width: 768px) {
  .cc-em-logos__wrp--disabled-desktop {
    margin: 0 -2.4rem;
  }
}

@media (min-width: 1024px) {
  .cc-em-logos__wrp--disabled-desktop {
    margin: 0;
  }
}

.cc-em-logos__wrp--disabled-desktop .slick-slider .slick-arrow {
  margin-top: 0;
  top: -4.8rem;
}

.cc-em-logos__wrp--disabled-desktop .slick-slider .slick-arrow.slick-next {
  right: 1.6rem;
}

.cc-em-logos__wrp--disabled-desktop .slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: 5.6rem;
}

.cc-em-logos__list:not(.slick-slider) {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cc-em-logos__list:not(.slick-slider) .cc-em-logos__item {
  flex: 0 0 50%;
  width: 50%;
}

@media (min-width: 564px) {
  .cc-em-logos__list:not(.slick-slider) .cc-em-logos__item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .cc-em-logos__list:not(.slick-slider) .cc-em-logos__item {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .cc-em-logos__list:not(.slick-slider) .cc-em-logos__item {
    flex: 0 0 16.6667%;
    width: 16.6667%;
  }
}

@media (min-width: 1280px) {
  .cc-em-logos__list:not(.slick-slider) .cc-em-logos__item {
    flex: 0 0 14.2857%;
    width: 14.2857%;
  }
}

@media (min-width: 1440px) {
  .cc-em-logos__list:not(.slick-slider) .cc-em-logos__item {
    flex: 0 0 12.5%;
    width: 12.5%;
  }
}

.cc-em-logos__list.cc-em-logos__list--disabled-desktop {
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .cc-em-logos__list.cc-em-logos__list--disabled-desktop {
    gap: 2.4rem 0;
    margin: 0 -1.2rem;
  }
}

.cc-em-logos__list.cc-em-logos__list--disabled-desktop .slick-list {
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .cc-em-logos__list.cc-em-logos__list--disabled-desktop .slick-list {
    padding: 0;
  }
}

.cc-em-logos__list.cc-em-logos__list--disabled-desktop .cc-em-logos__item {
  padding: 0 .6rem;
}

@media (min-width: 1024px) {
  .cc-em-logos__list.cc-em-logos__list--disabled-desktop .cc-em-logos__item {
    flex: 0 0 20%;
    width: 20%;
    padding: 0 1.2rem;
  }
}

@media (min-width: 1280px) {
  .cc-em-logos__list.cc-em-logos__list--disabled-desktop .cc-em-logos__item {
    flex: 0 0 20%;
    width: 20%;
  }
}

@media (min-width: 1440px) {
  .cc-em-logos__list.cc-em-logos__list--disabled-desktop .cc-em-logos__item {
    flex: 0 0 20%;
    width: 20%;
  }
}

.cc-em-logo {
  padding: 0;
}

@media (min-width: 768px) {
  .cc-em-logo {
    padding: 0 1.2rem;
  }
}

@media (min-width: 1280px) {
  .cc-em-logo {
    padding: 0 2.4rem;
  }
}

.cc-em-logo__link {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-logo a.cc-em-logo__link:hover {
    opacity: .7;
  }
}

.cc-em-logo__img {
  aspect-ratio: 16 / 9;
  display: block;
}

.cc-em-logo__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-logo-image {
  padding: 0;
}

.cc-em-logo-image__link {
  color: inherit;
  border-radius: .8rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-em-logo-image a.cc-em-logo-image__link:hover .cc-em-logo-image__img:after {
    opacity: .4;
  }
}

.cc-em-logo-image__img {
  aspect-ratio: 1;
  display: block;
}

.cc-em-logo-image__img--with-logo:after {
  content: "";
  background: var(--color-grey-900);
  opacity: .24;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all .22s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-em-logo-image__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-logo-image__logo {
  aspect-ratio: 16 / 9;
  z-index: 2;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cc-em-logo-image__logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-mini-infos {
  margin: 0 0 1.8rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos {
    margin: 0 0 2.8rem;
  }
}

.cc-em-mini-infos__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0 0 1.6rem;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos__title {
    letter-spacing: -.05rem;
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-mini-infos__text {
  letter-spacing: 0;
  color: var(--color-text-light);
  margin: 0 0 .8rem;
  font-family: Mulish, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos__text {
    letter-spacing: 0;
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.cc-em-mini-infos__list {
  flex-wrap: wrap;
  display: flex;
}

.cc-em-mini-infos--horizontal .cc-em-mini-infos__list {
  margin: 0 -.6rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--horizontal .cc-em-mini-infos__list {
    justify-content: flex-start;
    margin: 0 -1.2rem;
  }
}

.cc-em-mini-infos--horizontal .cc-em-mini-infos__item {
  flex: 0 0 50%;
  width: 50%;
}

@media (min-width: 768px) {
  .cc-em-mini-infos--horizontal .cc-em-mini-infos__item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--horizontal .cc-em-mini-infos__item {
    flex: 0 0 25%;
    width: 25%;
  }
}

.cc-em-mini-infos--vertical-3, .cc-em-mini-infos--vertical-4 {
  margin: 0 0 .8rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3, .cc-em-mini-infos--vertical-4 {
    margin: 0 0 2.2rem;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-infos__title, .cc-em-mini-infos--vertical-4 .cc-em-mini-infos__title {
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 .8rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-infos__title, .cc-em-mini-infos--vertical-4 .cc-em-mini-infos__title {
    letter-spacing: -.05rem;
    margin: 0 0 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-infos__text, .cc-em-mini-infos--vertical-4 .cc-em-mini-infos__text {
  text-align: center;
  max-width: 114.2rem;
  margin-bottom: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-infos__text, .cc-em-mini-infos--vertical-4 .cc-em-mini-infos__text {
    margin-bottom: 2.4rem;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-infos__list, .cc-em-mini-infos--vertical-4 .cc-em-mini-infos__list {
  margin: 0 -.8rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-infos__list, .cc-em-mini-infos--vertical-4 .cc-em-mini-infos__list {
    justify-content: center;
    margin: 0 -1.6rem;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-infos__item, .cc-em-mini-infos--vertical-4 .cc-em-mini-infos__item {
  flex: 0 0 50%;
  width: 50%;
}

@media (min-width: 768px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-infos__item, .cc-em-mini-infos--vertical-4 .cc-em-mini-infos__item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-infos__item, .cc-em-mini-infos--vertical-4 .cc-em-mini-infos__item {
    flex: 0 0 25%;
    width: 25%;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-info, .cc-em-mini-infos--vertical-4 .cc-em-mini-info {
  padding: 1.6rem .6rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-info, .cc-em-mini-infos--vertical-4 .cc-em-mini-info {
    padding: 1.6rem;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-info__link, .cc-em-mini-infos--vertical-4 .cc-em-mini-info__link {
  background: none;
  padding: 0 1.2rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-info__link, .cc-em-mini-infos--vertical-4 .cc-em-mini-info__link {
    padding: 0 1.2rem;
    display: block;
  }

  .cc-em-mini-infos--vertical-3 .cc-em-mini-info a.cc-em-mini-info__link:hover, .cc-em-mini-infos--vertical-4 .cc-em-mini-info a.cc-em-mini-info__link:hover {
    box-shadow: none;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-info__img, .cc-em-mini-infos--vertical-4 .cc-em-mini-info__img {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-info__title-wrp, .cc-em-mini-infos--vertical-4 .cc-em-mini-info__title-wrp {
  padding: 1.6rem 0 0;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-info__title-wrp, .cc-em-mini-infos--vertical-4 .cc-em-mini-info__title-wrp {
    padding: 1.6rem 0 0;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-info__title, .cc-em-mini-infos--vertical-4 .cc-em-mini-info__title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-info__title, .cc-em-mini-infos--vertical-4 .cc-em-mini-info__title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-info__text, .cc-em-mini-infos--vertical-4 .cc-em-mini-info__text {
  letter-spacing: 0;
  text-align: center;
  color: var(--color-primary);
  font-size: 1.4rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-info__text, .cc-em-mini-infos--vertical-4 .cc-em-mini-info__text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-em-mini-infos--vertical-3 .cc-em-mini-infos__item {
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-infos__item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--vertical-3 .cc-em-mini-infos__item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

.cc-em-mini-infos--listing .cc-em-mini-infos__list {
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--listing .cc-em-mini-infos__list {
    flex-wrap: wrap;
    margin: 0 -1.6rem;
  }
}

.cc-em-mini-infos--listing .cc-em-mini-infos__item {
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--listing .cc-em-mini-infos__item {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 1.6rem;
  }
}

.cc-em-mini-infos--listing .cc-em-mini-info {
  padding: 0;
}

.cc-em-mini-infos--listing .cc-em-mini-info__link {
  border-bottom: .1rem solid var(--color-border-light);
  background: none;
  border-radius: 0;
  align-items: center;
  padding: 1.6rem 0;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--listing .cc-em-mini-info__link {
    padding: 2.4rem 0;
  }

  .cc-em-mini-infos--listing .cc-em-mini-info a.cc-em-mini-info__link:hover {
    box-shadow: none;
  }
}

.cc-em-mini-infos--listing .cc-em-mini-info__img {
  flex: 0 0 6rem;
  width: 6rem;
  height: 6rem;
  margin: 0;
}

.cc-em-mini-infos--listing .cc-em-mini-info__title-wrp {
  flex: 1;
  padding: 0 0 0 1.2rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--listing .cc-em-mini-info__title-wrp {
    padding: 0 0 0 2.4rem;
  }
}

.cc-em-mini-infos--listing .cc-em-mini-info__title {
  color: var(--color-text-default);
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--listing .cc-em-mini-info__title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.cc-em-mini-infos--listing .cc-em-mini-info__text {
  letter-spacing: 0;
  text-align: left;
  color: var(--color-text-light);
  font-size: 1.4rem;
  line-height: 2.1rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-infos--listing .cc-em-mini-info__text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-em-mini-info {
  height: 100%;
  padding: .6rem;
}

@media (min-width: 1024px) {
  .cc-em-mini-info {
    padding: 1.2rem;
  }
}

.cc-em-mini-info__link {
  color: var(--color-text-default);
  background: var(--color-cream);
  border-radius: .8rem;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-mini-info__link {
    align-items: center;
    padding: 2.4rem;
    display: flex;
  }

  .cc-em-mini-info a.cc-em-mini-info__link:hover {
    box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 .2rem .4rem rgba(20, 24, 24, .1);
  }
}

.cc-em-mini-info__img {
  aspect-ratio: 1;
  border-radius: .4rem;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-em-mini-info__img {
    margin: 0;
  }
}

.cc-em-mini-info__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-mini-info__title-wrp {
  padding: 1.6rem 0 0;
}

@media (min-width: 1024px) {
  .cc-em-mini-info__title-wrp {
    flex: 1;
    padding: 0 0 0 1.6rem;
  }
}

.cc-em-mini-info__title {
  letter-spacing: 0;
  color: var(--color-text-default);
  text-align: center;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-mini-info__title {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.cc-em-mini-info__text {
  letter-spacing: .025rem;
  color: var(--color-text-lighter);
  text-align: center;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-mini-info__text {
    letter-spacing: 0;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.cc-em-mini-info__text b, .cc-em-mini-info__text strong {
  font-weight: 700;
}

.cc-em-mini-info__text i, .cc-em-mini-info__text em {
  font-style: italic;
}

.cc-em-product-slider {
  margin: 0 0 2.4rem;
  padding: 0;
}

@media (min-width: 1024px) {
  .cc-em-product-slider {
    margin: 0 0 4rem;
  }
}

.cc-em-product-slider__title-wrp {
  align-items: center;
  min-height: 2.8rem;
  margin: 0 0 1.6rem;
  padding-right: 9rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-product-slider__title-wrp {
    min-height: 4rem;
    margin: 0 0 3.6rem;
    padding-right: 12.4rem;
  }
}

.cc-em-product-slider__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-product-slider__title {
    letter-spacing: -.05rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-product-slider__wrp {
  margin: 0;
  position: relative;
}

.cc-em-product-slider__list-wrp {
  margin: 0 -1.6rem;
  padding: 0;
}

@media (min-width: 1024px) {
  .cc-em-product-slider__list-wrp {
    margin: 0 -1.2rem;
  }
}

.cc-em-product-slider__list-wrp .slick-track {
  display: flex;
}

.cc-em-product-slider__list-wrp .slick-track .slick-slide {
  height: auto;
}

.cc-em-product-slider__list-wrp .slick-track .slick-slide > div, .cc-em-product-slider__list-wrp .slick-track .slick-slide > div .cc-em-product-slider__item, .cc-em-product-slider__list-wrp .slick-track .slick-slide > div .product, .cc-em-product-slider__list-wrp .slick-track .slick-slide > div .cc-prod-tile {
  height: 100%;
}

.cc-em-product-slider__list-wrp .slick-list {
  width: 100%;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .cc-em-product-slider__list-wrp .slick-list {
    padding: 0;
  }
}

.cc-em-product-slider__list-wrp .slick-arrow {
  margin: 0;
  top: -4.8rem;
}

@media (min-width: 1024px) {
  .cc-em-product-slider__list-wrp .slick-arrow {
    top: -8rem;
  }
}

.cc-em-product-slider__list-wrp .slick-arrow.slick-prev {
  left: auto;
  right: 5.6rem;
}

@media (min-width: 1024px) {
  .cc-em-product-slider__list-wrp .slick-arrow.slick-prev {
    right: 6.8rem;
  }
}

.cc-em-product-slider__list-wrp .slick-arrow.slick-next {
  left: auto;
  right: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-product-slider__list-wrp .slick-arrow.slick-next {
    right: 1.2rem;
  }
}

.cc-em-product-slider__list {
  width: 100%;
  display: block;
}

.cc-em-product-slider__list:not(.slick-slider) {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
  flex: 0 0 87%;
  width: 87%;
}

@media (min-width: 564px) {
  .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 41.6%;
    width: 41.6%;
  }
}

@media (min-width: 1024px) {
  .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 38.5%;
    width: 38.5%;
  }
}

@media (min-width: 1280px) {
  .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 29.5%;
    width: 29.5%;
  }
}

@media (min-width: 1440px) {
  .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 25%;
    width: 25%;
  }
}

.cc-em-product-slider--simple .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
  flex: 0 0 50%;
  width: 50%;
}

@media (min-width: 564px) {
  .cc-em-product-slider--simple .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .cc-em-product-slider--simple .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (min-width: 1024px) {
  .cc-em-product-slider--simple .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (min-width: 1280px) {
  .cc-em-product-slider--simple .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .cc-em-product-slider--simple .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 20%;
    width: 20%;
  }
}

@media (max-width: 1023.98px) {
  .cc-em-product-slider--simple .cc-prod-tile__prices {
    height: auto;
    margin-bottom: 1.2rem;
    padding-right: 0;
  }

  .cc-em-product-slider--simple .cc-prod-tile__prices .cc-price {
    flex-wrap: wrap;
  }

  .cc-em-product-slider--simple .cc-prod-tile__buttons {
    display: none;
  }
}

.cc-em-product-slider--simple .cc-prod-tile__quick-add-full {
  letter-spacing: .025rem;
  width: 100%;
  min-height: 3.2rem;
  padding: .8rem 1.2rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-product-slider--simple .cc-prod-tile__quick-add-full {
    display: none;
  }
}

.cc-em-product-slider__item {
  padding: 0 .6rem 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-product-slider__item {
    padding: 0 1.2rem 1.6rem;
  }
}

.cc-em-product-slider__item .product:hover {
  border-radius: .8rem;
  box-shadow: 0 0 4px rgba(20, 24, 24, .04), 0 4px 8px rgba(20, 24, 24, .1);
}

.cc-em-quote-products {
  margin: 0 0 2.4rem;
  padding: 0;
}

@media (min-width: 1024px) {
  .cc-em-quote-products {
    margin: 0 0 4rem;
  }

  .cc-em-quote-products__wrp {
    align-items: center;
    display: flex;
  }

  .cc-em-quote-products__col-image-left {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 4.8rem;
  }
}

@media (max-width: 1023.98px) {
  .cc-em-quote-products__col-image-left {
    display: none;
  }
}

.cc-em-quote-products__col-quote {
  max-width: 37rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .cc-em-quote-products__col-quote {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 1.6rem;
  }
}

.cc-em-quote-products__col-products {
  margin: 2rem 0 0;
}

@media (min-width: 1024px) {
  .cc-em-quote-products__col-products {
    flex: 0 0 50%;
    width: 50%;
    margin: 0;
    padding-left: 1.6rem;
  }
}

.cc-em-quote-products__image-left {
  aspect-ratio: 1;
  border-radius: .8rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cc-em-quote-products__image-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-quote-products__quote-infos {
  z-index: 1;
  align-items: center;
  width: 27.2rem;
  min-height: 24.1rem;
  margin: 0 0 0 auto;
  padding: .8rem 2.4rem;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-em-quote-products__quote-infos {
    width: 30.6rem;
    min-height: 27.1rem;
    padding: .8rem 2.6rem;
  }
}

.cc-em-quote-products__quote-text-wrp {
  gap: 1.2rem;
  padding: 0 1.4rem 0 .6rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-quote-products__quote-text-wrp {
    padding: 0 1.6rem 0 .6rem;
  }
}

.cc-em-quote-products__background {
  z-index: -1;
  width: 27.2rem;
  height: 24.1rem;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .cc-em-quote-products__background {
    width: 30.6rem;
    height: 27.1rem;
  }
}

.cc-em-quote-products__quote-icon {
  letter-spacing: -.09rem;
  color: var(--color-text-default);
  font-family: Epilogue, sans-serif;
  font-size: 4.7rem;
  font-weight: 600;
  line-height: 5rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-quote-products__quote-icon {
    letter-spacing: -.01rem;
    min-width: 2.2rem;
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}

.cc-em-quote-products__quote-text {
  color: var(--color-text-default);
  flex: 1;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-quote-products__quote-text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.cc-em-quote-products__quote-author {
  align-items: center;
  margin-top: -1.6rem;
  display: flex;
}

.cc-em-quote-products__quote-author__img {
  border: .4rem solid var(--color-white);
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  margin: 0;
  overflow: hidden;
}

.cc-em-quote-products__quote-author__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cc-em-quote-products__quote-author__infos {
  flex: 1;
  padding-left: 1.4rem;
}

.cc-em-quote-products__quote-author__name {
  color: var(--color-tertiary);
  margin: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-quote-products__quote-author__name {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.cc-em-quote-products__quote-author__role {
  color: var(--color-text-lighter);
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-quote-products__quote-author__role {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.cc-em-quote-products .cc-em-product-slider {
  margin: 0;
}

@media (min-width: 1024px) {
  .cc-em-quote-products .cc-em-product-slider__title-wrp {
    margin-bottom: 2.4rem;
  }
}

.cc-em-quote-products .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
  flex: 0 0 87%;
  width: 87%;
}

@media (min-width: 564px) {
  .cc-em-quote-products .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .cc-em-quote-products .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 41.6%;
    width: 41.6%;
  }
}

@media (min-width: 1024px) {
  .cc-em-quote-products .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 71.43%;
    width: 71.43%;
  }
}

@media (min-width: 1280px) {
  .cc-em-quote-products .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 1440px) {
  .cc-em-quote-products .cc-em-product-slider__list:not(.slick-slider) .cc-em-product-slider__item {
    flex: 0 0 50%;
    width: 50%;
  }
}

.cc-em-find-machine {
  margin: 0 0 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-find-machine {
    margin: 0 0 4rem;
  }
}

.cc-em-find-machine__wrp {
  margin: 0;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__wrp {
    margin: 0 -1.2rem;
    display: flex;
  }
}

.cc-em-find-machine__col-main {
  margin: 0;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__col-main {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 1.2rem;
  }
}

.cc-em-find-machine__main {
  text-align: center;
  border: .1rem solid var(--color-border-light);
  background: var(--color-white);
  border-radius: .8rem;
  flex-direction: column;
  justify-content: center;
  min-height: 45.2rem;
  margin: 0 0 1.6rem;
  padding: 3.2rem 4rem;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__main {
    height: 100%;
    min-height: 10rem;
    margin: 0;
    padding: 2.4rem 4rem;
  }
}

.cc-em-find-machine__main__img {
  aspect-ratio: 1;
  width: 12.8rem;
  height: 12.8rem;
  margin: 0 auto 1.6rem;
}

.cc-em-find-machine__main__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-find-machine__main__info {
  width: 100%;
}

.cc-em-find-machine__main__title {
  color: var(--color-text-default);
  text-align: center;
  margin: 0 0 .8rem;
  font-family: Mulish, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__main__title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.cc-em-find-machine__main__text {
  color: var(--color-text-default);
  text-align: center;
  margin: 0 0 1.6rem;
  font-family: Mulish, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__main__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.cc-em-find-machine__main__text b, .cc-em-find-machine__main__text strong {
  font-weight: 700;
}

.cc-em-find-machine__col-cards {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__col-cards {
    flex: 0 0 50%;
    gap: 2.4rem;
    width: 50%;
    padding: 0 1.2rem;
  }
}

.cc-em-find-machine__card {
  width: 100%;
  display: block;
  position: relative;
}

.cc-em-find-machine__card__link {
  height: 100%;
  color: inherit;
  outline-offset: .1rem;
  border-radius: .8rem;
  text-decoration: none;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__card a.cc-em-card-image__link:hover {
    box-shadow: 0 0 .6rem rgba(20, 24, 24, .04), 0 .2rem .4rem rgba(20, 24, 24, .1);
  }
}

.cc-em-find-machine__card__img {
  aspect-ratio: 328 / 120;
  z-index: 1;
  border-radius: .8rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__card__img {
    aspect-ratio: 708 / 214;
  }
}

.cc-em-find-machine__card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-find-machine__card__img:after {
  content: "";
  z-index: 2;
  background: linear-gradient(rgba(20, 24, 24, 0) 50%, rgba(20, 24, 24, .72) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-em-find-machine__card__title-wrp {
  z-index: 3;
  width: 100%;
  color: var(--color-white);
  padding: 1.2rem 5rem 1.2rem 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__card__title-wrp {
    padding: 2.4rem 8rem 2.4rem 2.4rem;
  }
}

.cc-em-find-machine__card__title-wrp .cc-icon {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__card__title-wrp .cc-icon {
    bottom: 2.4rem;
    right: 2.4rem;
  }
}

.cc-em-find-machine__card__title-wrp .cc-icon .cc-svg {
  width: 3.2rem;
  height: 3.2rem;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__card__title-wrp .cc-icon .cc-svg {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.cc-em-find-machine__card__title {
  color: var(--color-white);
  margin: 0;
  font-family: Epilogue, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-find-machine__card__title {
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.cc-em-richtext {
  margin: 0 0 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-richtext {
    margin: 0 0 4rem;
  }
}

.cc-em-richtext--alignment-left {
  text-align: left;
}

.cc-em-richtext--alignment-center {
  text-align: center;
}

.cc-em-richtext--alignment-right {
  text-align: right;
}

.cc-em-richtext__wrp * {
  text-align: inherit;
  color: var(--color-text-default);
}

.cc-em-richtext__wrp h1, .cc-em-richtext__wrp h2, .cc-em-richtext__wrp h3, .cc-em-richtext__wrp h4, .cc-em-richtext__wrp h5 {
  margin-bottom: 1.6rem;
}

.cc-em-richtext__wrp a {
  text-decoration: underline;
}

.cc-em-richtext__wrp ul li {
  list-style-type: disc !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 1em"] {
  list-style-type: circle !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 40px"] {
  list-style-type: circle !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 2em"] {
  list-style-type: square !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 3em"] {
  list-style-type: square !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 4em"] {
  list-style-type: square !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 5em"] {
  list-style-type: square !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 6em"] {
  list-style-type: square !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 80px"] {
  list-style-type: square !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 120px"] {
  list-style-type: square !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 160px"] {
  list-style-type: square !important;
}

.cc-em-richtext__wrp ul li[style*="margin-left: 200px"] {
  list-style-type: square !important;
}

.cc-em-richtext__wrp ol li {
  list-style-type: decimal !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 1em"] {
  list-style-type: lower-alpha !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 40px"] {
  list-style-type: lower-alpha !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 2em"] {
  list-style-type: lower-roman !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 3em"] {
  list-style-type: lower-roman !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 4em"] {
  list-style-type: lower-roman !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 5em"] {
  list-style-type: lower-roman !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 6em"] {
  list-style-type: lower-roman !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 80px"] {
  list-style-type: lower-roman !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 120px"] {
  list-style-type: lower-roman !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 160px"] {
  list-style-type: lower-roman !important;
}

.cc-em-richtext__wrp ol li[style*="margin-left: 200px"] {
  list-style-type: lower-roman !important;
}

.cc-em-richtext__wrp ul, .cc-em-richtext__wrp ol {
  padding-left: 2rem;
}

.cc-em-richtext__wrp li {
  list-style-position: outside;
  display: list-item !important;
}

.cc-em-call-to-action {
  margin: 0 0 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-call-to-action {
    margin: 0 0 4rem;
  }
}

.cc-em-call-to-action--alignment-left {
  text-align: left;
}

.cc-em-call-to-action--alignment-center {
  text-align: center;
}

.cc-em-call-to-action--alignment-center .cc-em-call-to-action__wrp {
  max-width: 95rem;
  margin: 0 auto;
}

.cc-em-call-to-action--alignment-right {
  text-align: right;
}

.cc-em-call-to-action__wrp * {
  text-align: inherit;
}

.cc-em-call-to-action__wrp h1, .cc-em-call-to-action__wrp h2, .cc-em-call-to-action__wrp h3, .cc-em-call-to-action__wrp h4, .cc-em-call-to-action__wrp h5 {
  margin-bottom: .8rem;
}

.cc-em-call-to-action__wrp h1, .cc-em-call-to-action__wrp h2, .cc-em-call-to-action__wrp h3, .cc-em-call-to-action__wrp h4, .cc-em-call-to-action__wrp h5, .cc-em-call-to-action__wrp p {
  color: var(--color-text-default);
}

.cc-em-call-to-action__wrp a {
  text-decoration: underline;
}

.cc-em-call-to-action__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0 0 .8rem;
  font-size: 2rem;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-call-to-action__title {
    letter-spacing: -.05rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-call-to-action__text {
  letter-spacing: 0;
  color: var(--color-text-light);
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-call-to-action__text {
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.cc-em-call-to-action__btn {
  display: flex;
}

.cc-em-call-to-action__btn--alignment-left {
  justify-content: flex-start;
}

.cc-em-call-to-action__btn--alignment-center {
  justify-content: center;
}

.cc-em-call-to-action__btn--alignment-right {
  justify-content: flex-end;
}

.cc-em-call-to-action__btn .cc-btn {
  text-decoration: none;
}

@media (max-width: 563.98px) {
  .cc-em-call-to-action__btn .cc-btn {
    flex: 0 0 100%;
    width: 100%;
  }
}

.cc-em-background-wrapper.cc-em {
  margin-bottom: 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-background-wrapper.cc-em {
    margin-bottom: 4rem;
  }
}

.cc-em-heroBanner__image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.cc-em-heroBanner__item {
  position: relative;
}

@media (max-width: 1023.98px) {
  .cc-page.cc-publine-empty:has(.cc-breadcrumb.cc-em-breadcrumb) .cc-em-heroBanner__item {
    margin-top: -1.8rem;
  }

  .cc-page.cc-publine-empty:not(:has(.cc-breadcrumb)) .cc-em-heroBanner__item {
    margin-top: -1.8rem;
  }

  .cc-page.cc-publine-dismissed:not(:has(.cc-breadcrumb)) .cc-em-heroBanner__item {
    margin-top: -1.8rem;
  }

  .cc-page.cc-publine-dismissed:has(.cc-breadcrumb.cc-em-breadcrumb) .cc-em-heroBanner__item {
    margin-top: -1.8rem;
  }
}

.cc-em-heroBanner__item__contentWrapper {
  background-color: var(--color-bg-neutral);
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  padding: 3.2rem;
}

@media (min-width: 1024px) {
  .cc-em-heroBanner__item__contentWrapper {
    top: calc((100% + var(--headerHeight)) / 2.5);
    max-width: 58.6rem;
    max-height: calc(100% - var(--headerHeight)  - 2rem);
    pointer-events: auto;
    border-radius: 1.6rem;
    width: 100%;
    padding: 3.2rem 5.2rem;
    position: absolute;
    left: 15%;
    overflow-y: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .cc-em-heroBanner__item__contentWrapper--newsletter {
    left: 35%;
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  .cc-em-heroBanner__item__contentWrapper--newsletter {
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }
}

@media (max-width: 1023.98px) {
  .cc-em-heroBanner__item__title {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .cc-em-heroBanner__item__text {
    font-size: 1.6rem;
  }
}

.cc-em-heroBanner__item__cta {
  width: 100%;
  margin-top: 2.4rem;
}

.cc-em-heroBanner__item__gap {
  margin-bottom: .8rem;
}

.cc-em-steps-mentions__wrapper {
  grid-template-columns: 1fr;
  gap: 2.4rem;
  display: grid;
}

@media (min-width: 1024px) {
  .cc-em-steps-mentions__wrapper {
    grid-template-columns: 3fr 1fr;
  }
}

.cc-em-steps-mentions__title {
  margin-bottom: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-steps-mentions__title {
    margin-bottom: 3.2rem;
  }
}

.cc-em-steps-mentions__list {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

.cc-em-steps-mentions__info {
  border-radius: .8rem;
  padding: 2.4rem;
}

.cc-em-steps-mentions__info__title {
  font-size: 1.6rem;
  font-weight: 700;
}

.cc-em-steps-mentions .cc-em-step-mention__link {
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  display: flex;
}

.cc-em-steps-mentions .cc-em-step-mention__step {
  border-radius: 100%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
}

.cc-em-banner.cc-em {
  margin-bottom: 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-banner.cc-em {
    margin-bottom: 4rem;
  }
}

.cc-em-banner--full .container {
  max-width: 100%;
  padding: 0;
}

.cc-em-banner--first {
  margin-top: -1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-banner--first {
    margin-top: -4.4rem;
  }
}

.cc-em-banner__wrp {
  position: relative;
}

@media (max-width: 1023.98px) {
  .cc-page.cc-publine-empty:has(.cc-breadcrumb.cc-em-breadcrumb) .cc-em-banner__wrp {
    margin-top: -1.6rem;
  }
}

.cc-em-banner__slider {
  font-size: 0;
}

.cc-em-banner__slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}

.cc-em-banner__slider:not(.slick-slider) .cc-em-banner__item {
  flex: 0 0 100%;
  width: 100%;
}

.cc-em-banner .slick-track {
  display: flex;
}

.cc-em-banner .slick-dots {
  border-radius: .3rem;
  gap: .6rem;
  width: 6.2rem;
  height: .6rem;
  margin: 0;
  position: absolute;
  bottom: 2.5rem;
  left: 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-banner .slick-dots {
    bottom: 4.1rem;
    left: 4rem;
  }
}

.cc-em-banner .slick-dots li {
  background: var(--color-white);
  opacity: .3;
  flex: 0 0 .6rem;
  width: .6rem;
  height: .6rem;
  margin: 0;
  transition: all .22s ease-in-out;
}

.cc-em-banner .slick-dots .slick-active {
  background: var(--color-white);
  opacity: .7;
  border-radius: .3rem;
  flex: 1;
  width: 100%;
}

.cc-em-banner .slick-arrow.slick-prev {
  left: 4rem;
}

.cc-em-banner .slick-arrow.slick-next {
  right: 4rem;
}

.cc-em-banner__play-pause {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--color-white);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 1.6rem;
  left: 9.4rem;
}

@media (min-width: 1024px) {
  .cc-em-banner__play-pause {
    bottom: 3.2rem;
    left: 11rem;
  }
}

.cc-em-banner__play-pause__play {
  display: none;
}

.cc-em-banner__play-pause__pause, .cc-em-banner__play-pause.cc-paused .cc-em-banner__play-pause__play {
  display: block;
}

.cc-em-banner__play-pause.cc-paused .cc-em-banner__play-pause__pause {
  display: none;
}

.cc-em-banner-item {
  width: 100%;
  display: block;
}

.cc-em-banner-item__wrp {
  aspect-ratio: 360 / 376;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .cc-em-banner-item__wrp {
    aspect-ratio: 1920 / 572;
  }
}

.cc-em-banner-item__wrp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-hero.cc-em {
  margin-bottom: 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-hero.cc-em {
    margin-bottom: 4rem;
  }
}

.cc-em-hero--first {
  margin-top: -1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-hero--first {
    margin-top: -4.4rem;
  }
}

.cc-em-hero__wrp {
  position: relative;
}

.cc-em-hero__img {
  aspect-ratio: 360 / 180;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .cc-page.cc-publine-empty:has(.cc-breadcrumb.cc-em-breadcrumb) .cc-em-hero__img {
    margin-top: -1.6rem;
  }

  .cc-page.cc-publine-empty:not(:has(.cc-breadcrumb)) .cc-em-hero__img {
    margin-top: -1.6rem;
  }

  .cc-page.cc-publine-dismissed:not(:has(.cc-breadcrumb)) .cc-em-hero__img {
    margin-top: -1.6rem;
  }

  .cc-page.cc-publine-dismissed:has(.cc-breadcrumb.cc-em-breadcrumb) .cc-em-hero__img {
    margin-top: -1.6rem;
  }
}

@media (min-width: 1025px) {
  .cc-em-hero__img {
    aspect-ratio: 1920 / 640;
    min-height: 64rem;
  }
}

.cc-em-hero__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-hero__content {
    z-index: 1;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.cc-em-hero__content-wrp {
  padding: 2.4rem 0;
}

@media (min-width: 1024px) {
  .cc-em-hero__content-wrp {
    background: var(--color-white);
    width: 58.6rem;
    max-height: calc(var(--windowHeight)  - var(--headerHeight)  - 4rem);
    border-radius: 1.6rem;
    margin: 0;
    padding: 4rem 8rem;
    overflow-y: auto;
  }
}

.cc-em-hero__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0 0 .8rem;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-hero__title {
    letter-spacing: -.05rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-hero__text {
  letter-spacing: 0;
  color: var(--color-text-light);
  margin: 0 0 .8rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-hero__text {
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-em-hero__cta {
  margin-top: 2.4rem;
}

.cc-em-hero__cta .cc-btn {
  width: 100%;
}

.cc-em-tabs {
  margin-bottom: 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-tabs {
    margin-bottom: 4rem;
  }

  .cc-em-tabs__header {
    width: fit-content;
    margin: 0 auto;
  }
}

.cc-em-tabs__content {
  padding: 1.6rem 0 0;
}

@media (min-width: 1024px) {
  .cc-em-tabs__content {
    padding: 3.2rem 0 0;
  }
}

.cc-em-tabs__content div.cc-em {
  margin: 0;
}

.cc-em-half-image-text.cc-em {
  margin-bottom: 2.4rem;
}

@media (min-width: 1024px) {
  .cc-em-half-image-text.cc-em {
    margin-bottom: 4rem;
  }
}

.cc-em-half-image-text--first {
  margin-top: -1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-half-image-text--first {
    margin-top: -4.4rem;
  }
}

.cc-em-half-image-text__wrp {
  position: relative;
}

@media (min-width: 1024px) {
  .cc-em-half-image-text__wrp {
    align-items: center;
    gap: 2.4rem;
    display: flex;
  }

  .cc-em-half-image-text__col {
    flex: 0 0 calc(50% - 1.2rem);
    width: calc(50% - 1.2rem);
  }
}

.cc-em-half-image-text__video {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cc-em-half-image-text__video .cc-video-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-em-half-image-text__img {
  aspect-ratio: 16 / 9;
  border-radius: .8rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cc-em-half-image-text__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-em-half-image-text__content {
  padding: 1.6rem 0;
}

@media (min-width: 1024px) {
  .cc-em-half-image-text__content {
    padding: 1.6rem 4rem;
  }
}

.cc-em-half-image-text__title {
  letter-spacing: 0;
  color: var(--color-text-default);
  margin: 0 0 .8rem;
  font-family: Epilogue, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-half-image-text__title {
    letter-spacing: -.05rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.cc-em-half-image-text__text {
  letter-spacing: 0;
  color: var(--color-text-light);
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-half-image-text__text {
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-em-half-image-text__button {
  margin: .8rem 0 0;
}

@media (max-width: 1023.98px) {
  .cc-em-half-image-text__button .cc-btn {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .cc-em-half-image-text--image-right .cc-em-half-image-text__col--text {
    order: -1;
  }
}

@keyframes scrollHorizontalRight {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.cc-em-publine {
  opacity: 1;
  z-index: 100;
  transition: -ms-transform .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cc-em-publine--hidden {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cc-em-publine--visible {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cc-em-publine.cc-em {
  border-radius: 99.9rem;
  flex-wrap: nowrap;
}

.cc-page.cc-publine-dismissed .cc-em-publine.cc-em {
  display: none;
}

.cc-page:has(.cc-breadcrumb:not(.cc-em-breadcrumb)) .cc-em-publine.cc-em {
  margin-top: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-page:has(.cc-breadcrumb:not(.cc-em-breadcrumb)) .cc-em-publine.cc-em {
    margin-top: 5.6rem;
  }
}

.cc-page:not(:has(.cc-breadcrumb)) .cc-em-publine.cc-em {
  margin-bottom: -5.6rem;
  -ms-transform: translateY(1.6rem);
  transform: translateY(1.6rem);
}

.cc-page:has(.cc-breadcrumb.cc-em-breadcrumb) .cc-em-publine.cc-em {
  margin-bottom: -5.6rem;
  -ms-transform: translateY(1.6rem);
  transform: translateY(1.6rem);
}

@media (min-width: 1024px) {
  .cc-page:not(:has(.cc-breadcrumb)) .cc-em-publine.cc-em {
    -ms-transform: translateY(5.6rem);
    transform: translateY(5.6rem);
  }

  .cc-page:has(.cc-breadcrumb.cc-em-breadcrumb) .cc-em-publine.cc-em {
    -ms-transform: translateY(5.6rem);
    transform: translateY(5.6rem);
  }
}

.cc-page:not(:has(.cc-breadcrumb)):has(.cc-registration__login, .cc-registration__container) .cc-em-publine.cc-em {
  margin-top: 1.6rem;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .cc-page:not(:has(.cc-breadcrumb)):has(.cc-registration__login, .cc-registration__container) .cc-em-publine.cc-em {
    margin-top: 5.6rem;
  }
}

@media (max-width: 1023.98px) {
  .cc-em-publine.cc-em {
    margin-bottom: 2.4rem;
  }
}

.cc-em-publine--wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  margin: 0 auto;
  padding: .8rem 0;
  display: flex;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .cc-em-publine--wrapper {
    padding: .8rem 1.6rem;
  }
}

.cc-em-publine--content {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.cc-em-publine--textBlocks {
  white-space: nowrap;
  gap: 3.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.cc-em-publine--textBlocks.is-scrolling .cc-em-publine--textBlock.is-active {
  animation: scrollHorizontalRight var(--publine-scroll-speed) ease forwards;
}

.cc-em-publine--textBlocks.is-paused .cc-em-publine--textBlock.is-active {
  animation-play-state: paused;
}

.cc-em-publine--textBlock {
  opacity: 0;
  pointer-events: none;
  transition: none;
  position: absolute;
  left: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.cc-em-publine--textBlock.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cc-em-publine--text * {
  color: inherit !important;
}

.cc-em-publine--icons {
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  gap: .4rem;
  margin-right: 1rem;
  display: flex;
}

.cc-em-publine--playIcon, .cc-em-publine--pauseIcon, .cc-em-publine--closeIcon {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.cc-em-publine--playIcon img, .cc-em-publine--pauseIcon img, .cc-em-publine--closeIcon img {
  display: block;
}

.cc-em-publine--playIcon img, .cc-em-publine--pauseIcon img {
  width: 1.6rem;
  height: 1.6rem;
}

.cc-em-publine--closeIcon img {
  width: 2rem;
  height: 2rem;
}

.cc-em-button {
  text-align: center;
}

.cc-em-button__wrapper {
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-em-button__wrapper {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.cc-em-button__item {
  min-height: 4.8rem;
}

@media (max-width: 1023.98px) {
  .cc-em-button__item, .cc-em-button__item a {
    width: 100%;
  }
}

.cc-em-blog {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .cc-em-blog {
    margin: 0 0 3.2rem;
  }
}

.cc-em-blog__title {
  letter-spacing: -.05rem;
  color: var(--color-text-default);
  margin: 0 0 1.6rem;
  font-family: Epilogue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-em-blog__title {
    letter-spacing: -.05rem;
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.cc-em-blog__list {
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media (min-width: 1024px) {
  .cc-em-blog__list {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}

.cc-em-blog__item {
  height: fit-content;
}

@media (min-width: 1024px) {
  .cc-em-blog__item:first-child {
    grid-row: 1 / 4;
    height: 100%;
  }
}

.cc-em-blog__item:first-child .cc-em-blog-item__link {
  border-radius: .8rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-em-blog__item:first-child .cc-em-blog-item__link {
    height: 100%;
  }
}

.cc-em-blog__item:first-child .cc-em-blog-item__title-wrp {
  backdrop-filter: blur(.2rem);
  background: rgba(255, 255, 255, .9);
  border-radius: .4rem;
  max-height: calc(100% - 3.2rem);
  margin: 0 1.6rem;
  padding: 1.2rem 1.6rem;
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-em-blog__item:first-child .cc-em-blog-item__title-wrp {
    padding: 1.6rem 2.4rem;
  }
}

.cc-em-blog__item:first-child .cc-em-blog-item__title {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cc-em-blog__item:first-child .cc-em-blog-item__title {
    -webkit-line-clamp: 4;
  }
}

.cc-em-blog__item:first-child .cc-em-blog-item__img {
  height: 100%;
}

.cc-em-blog__item:first-child .cc-em-blog-item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cc-em-blog__item:not(:first-child) .cc-em-blog-item__link {
  border: .1rem solid var(--color-border-light);
  border-radius: .8rem;
  align-items: center;
  gap: 1.2rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-blog__item:not(:first-child) .cc-em-blog-item__link {
    gap: 2.4rem;
  }
}

.cc-em-blog__item:not(:first-child) .cc-em-blog-item__img {
  flex-shrink: 0;
}

.cc-em-blog__item:not(:first-child) .cc-em-blog-item__img img {
  object-fit: cover;
  width: 11rem;
  height: 8.2rem;
}

@media (min-width: 1024px) {
  .cc-em-blog__item:not(:first-child) .cc-em-blog-item__img img {
    width: 21.3rem;
    height: 15.975rem;
  }
}

.cc-em-blog__item:not(:first-child) .cc-em-blog-item__title-wrp {
  flex: 1;
}

@media (max-width: 1023.98px) {
  .cc-em-blog__item:not(:first-child) .cc-em-blog-item__title-wrp {
    padding-right: .8rem;
  }
}

.cc-em-blog__item:not(:first-child) .cc-em-blog-item__title {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.cc-em-blog__item:hover {
  background: var(--color-cream);
  border-radius: .8rem;
  box-shadow: 0 0 .4rem rgba(20, 24, 24, .04), 0 .4rem .8rem rgba(20, 24, 24, .1);
}

.cc-em-blog-item__img img {
  border-radius: .8rem;
}

.cc-em-blog-item__title {
  color: var(--color-text-default);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1rem;
}

@media (min-width: 1024px) {
  .cc-em-blog-item__title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.cc-em-blog-item__title-wrp {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-em-blog-item__title-wrp {
    gap: .8rem;
  }
}

.cc-em-blog-item__text {
  color: var(--color-text-light);
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.cc-text-feature {
  font-size: inherit;
}

.cc-text-feature ul li {
  list-style-type: disc;
}

.cc-text-feature ul ul li {
  list-style-type: circle;
}

.cc-text-feature ul li[style*="margin-left: 1em"] {
  list-style-type: circle;
}

.cc-text-feature ul li[style*="margin-left: 40px"] {
  list-style-type: circle;
}

.cc-text-feature ul ul ul li {
  list-style-type: square;
}

.cc-text-feature ul li[style*="margin-left: 2em"] {
  list-style-type: square;
}

.cc-text-feature ul li[style*="margin-left: 3em"] {
  list-style-type: square;
}

.cc-text-feature ul li[style*="margin-left: 4em"] {
  list-style-type: square;
}

.cc-text-feature ul li[style*="margin-left: 5em"] {
  list-style-type: square;
}

.cc-text-feature ul li[style*="margin-left: 6em"] {
  list-style-type: square;
}

.cc-text-feature ul li[style*="margin-left: 80px"] {
  list-style-type: square;
}

.cc-text-feature ul li[style*="margin-left: 120px"] {
  list-style-type: square;
}

.cc-text-feature ul li[style*="margin-left: 160px"] {
  list-style-type: square;
}

.cc-text-feature ul li[style*="margin-left: 200px"] {
  list-style-type: square;
}

.cc-text-feature ol li {
  list-style-type: decimal;
}

.cc-text-feature ol ol li {
  list-style-type: lower-alpha;
}

.cc-text-feature ol li[style*="margin-left: 1em"] {
  list-style-type: lower-alpha;
}

.cc-text-feature ol li[style*="margin-left: 40px"] {
  list-style-type: lower-alpha;
}

.cc-text-feature ol ol ol li {
  list-style-type: lower-roman;
}

.cc-text-feature ol li[style*="margin-left: 2em"] {
  list-style-type: lower-roman;
}

.cc-text-feature ol li[style*="margin-left: 3em"] {
  list-style-type: lower-roman;
}

.cc-text-feature ol li[style*="margin-left: 4em"] {
  list-style-type: lower-roman;
}

.cc-text-feature ol li[style*="margin-left: 5em"] {
  list-style-type: lower-roman;
}

.cc-text-feature ol li[style*="margin-left: 6em"] {
  list-style-type: lower-roman;
}

.cc-text-feature ol li[style*="margin-left: 80px"] {
  list-style-type: lower-roman;
}

.cc-text-feature ol li[style*="margin-left: 120px"] {
  list-style-type: lower-roman;
}

.cc-text-feature ol li[style*="margin-left: 160px"] {
  list-style-type: lower-roman;
}

.cc-text-feature ol li[style*="margin-left: 200px"] {
  list-style-type: lower-roman;
}

.cc-text-feature ul, .cc-text-feature ol {
  padding-left: 2rem;
}

.cc-text-feature li {
  list-style-position: outside;
  display: list-item !important;
}

.cc-minicart__popover {
  width: 100%;
  min-width: 45.6rem;
  height: auto;
  color: var(--color-text-default);
  border: 0;
  flex-direction: column;
  gap: .8rem;
  margin-top: 6.5rem;
  padding: 1.2rem 1.9rem;
  display: none;
  left: -25%;
}

@media (min-width: 1024px) {
  .cc-minicart__popover.show {
    display: flex;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .cc-minicart__popover {
    left: -80%;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1439.98px) {
  .cc-minicart__popover {
    left: -45%;
  }
}

@media (max-width: 1023.98px) {
  .cc-minicart__popover {
    display: none;
  }
}

.cc-minicart__popover--empty {
  min-width: 36.1rem;
  padding: 1.4rem;
  left: 0 !important;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .cc-minicart__popover--empty {
    left: -45% !important;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1439.98px) {
  .cc-minicart__popover--empty {
    left: -13% !important;
  }
}

.cc-minicart__title {
  font-weight: 700;
}

.cc-minicart__productBody {
  justify-content: flex-end;
  align-items: flex-start;
  margin: .7rem 0;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-minicart__bodyDescription {
    flex: 1 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.cc-minicart__image {
  width: 6.4rem;
  height: 6.4rem;
}

.cc-minicart__image.cc-checkout__image {
  width: 4rem;
  height: 3.6rem;
}

.cc-minicart__product {
  border-bottom: .1rem solid var(--color-border);
  font-size: 1.4rem;
}

.cc-minicart__product__details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: .4rem;
  display: flex;
}

.cc-minicart__product__details__quantity {
  font-weight: 700;
}

.cc-minicart__product__name {
  width: 42%;
  margin-left: -1.2rem;
}

.cc-minicart__product__totalPrice {
  font-weight: 700;
}

.justify-content-start .cc-minicart__product__price {
  flex: 1;
  min-width: 0;
}

.cc-minicart__alignItems {
  margin-top: -2.6rem;
}

.cc-minicart__oldPrice {
  color: var(--color-text-lighter);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: line-through;
}

.cc-minicart__restProducts {
  margin: 1.8rem 0;
}

.cc-minicart__restProducts__text {
  padding-bottom: 1.2rem;
}

.cc-minicart__footer {
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
  display: flex;
}

.cc-minicart__total {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-minicart__total p {
  font-size: 1.6rem;
  font-weight: 700;
}

.cc-minicart__modalFooter {
  box-shadow: none;
  margin-top: -.6rem;
  padding-top: 0;
}

.cc-minicart__emptyMessage {
  font-size: 1.6rem;
}

.cc-checkout__productName {
  max-width: 20rem;
}

@media (min-width: 564px) and (max-width: 1023.98px) {
  .cc-checkout__productName {
    max-width: 100%;
  }
}

@media (max-width: 300px) {
  .cc-checkout__productName {
    max-width: 5rem;
  }
}

.cc-checkout__productName .line-item-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cc-checkout__productName .line-item-name span {
  display: inline;
}

@media (min-width: 1024px) {
  .cc-addProdModal__info {
    gap: 2rem;
  }
}

@media (max-width: 1023.98px) {
  .cc-addProdModal__info {
    justify-content: space-between;
    gap: .8rem;
  }
}

.cc-addProdModal__image img {
  object-fit: contain;
  width: 12rem;
  height: 12rem;
}

.cc-addProdModal__prodInfo {
  flex-direction: column;
  gap: 1.1rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-addProdModal__prodInfo {
    order: -1;
    gap: .8rem;
  }
}

@media (min-width: 1024px) {
  .cc-addProdModal__prodInfo {
    padding-top: 1rem;
  }

  .cc-addProdModal__suggestedProducts {
    margin-top: 1.2rem;
  }
}

.cc-addProdModal__suggestedProducts__products {
  margin-top: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-addProdModal__suggestedProducts__products {
    margin-top: 2rem;
  }
}

.cc-addProdModal__suggestedProducts__itemWrapper {
  gap: .6rem;
  display: flex;
}

.cc-addProdModal__suggestedProducts__itemInfo {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-addProdModal__suggestedProducts__itemInfo {
    flex: 0 0 71%;
  }
}

.cc-addProdModal__suggestedProducts .cc-minicart__product {
  border-bottom: none;
  border-top: .1rem solid var(--color-border);
}

.cc-addProdModal__suggestedProducts .cc-minicart__product__name {
  width: auto;
  margin-left: unset;
}

@media (min-width: 1024px) {
  .cc-addProdModal__suggestedProducts .cc-minicart__product__name {
    font-size: 1.6rem;
  }
}

.cc-addProdModal__productBody {
  margin: .7rem 0;
}

.cc-addProdModal__productBody .cc-minicart__bodyDescription {
  justify-content: space-between;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-addProdModal__productBody .cc-minicart__bodyDescription {
    align-items: center;
  }
}

.cc-addProdModal__prices .cc-price {
  align-items: center;
  gap: .8rem;
  display: flex;
}

.cc-addProdModal__prices .cc-price__sales {
  letter-spacing: 0;
  color: var(--color-text-default);
  white-space: nowrap;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

@media (min-width: 1024px) {
  .cc-addProdModal__prices .cc-price__sales {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.cc-addProdModal__prices .cc-price__original {
  letter-spacing: .025rem;
  color: var(--color-text-lighter);
  white-space: nowrap;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: block;
}

.cc-addProdModal__prices .cc-price__original__label {
  display: none;
}

[data-action="Product-Show"] .cc-addProdModal__prices .cc-price__original__label {
  display: inline;
}

.cc-addProdModal__prices .cc-price__original span {
  text-decoration: line-through;
}

.cc-addProdModal__prices .cc-price__additionalPrices {
  display: none;
}

.cc-addProdModal__prices .cc-price__omnibus-info.cc-link:before {
  background: none;
}

.cc-addProdModal__prices .cc-price__seller-info.cc-link:before {
  background: none;
}

.cc-addProdModal__prices .cc-price__percentage {
  letter-spacing: .025rem;
  color: var(--color-white);
  background: var(--color-secondary);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  height: 1.8rem;
  margin: 0;
  padding: 0 .8rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-addProdModal__prices .cc-price__percentage {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.cc-addProdModal__btn {
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .cc-addProdModal__btn {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.cc-addProdModal__btn__cart {
  background: var(--color-primary-dark);
  color: var(--color-white);
  border: none;
}

.cc-addProdModal__btn__cart:hover {
  background: var(--color-primary-darker);
}

.cc-addProdModal__btn__added {
  border: .1rem solid var(--color-primary-dark);
}

@media (max-width: 1023.98px) {
  .cc-addProdModal .cc-minicart____modalFooter {
    margin-top: 1rem;
  }

  .cc-addProdModal .cc-minicart____modalFooter button, .cc-addProdModal .cc-minicart____modalFooter a {
    font-size: 1.3rem;
  }
}

.cc-addProdModal__checkbox {
  margin-top: 1.6rem;
}

@media (max-width: 1023.98px) {
  .cc-addProdModal__checkbox {
    margin-top: 2rem;
    margin-bottom: .8rem;
    padding: 1rem !important;
  }

  .cc-addProdModal__checkbox label {
    align-items: center;
    font-size: 1.3rem;
  }
}

.cc-addProdModal__label {
  flex: 0 0 80%;
}

@media (max-width: 563.98px) {
  .cc-addProdModal__label {
    flex: 0 0 60%;
  }
}

.cc-addProdModal .stars__item svg {
  width: 1.5rem;
  height: 1.5rem;
}

.cc-toast {
  justify-content: space-between;
  align-items: stretch;
  gap: 1.3rem;
  height: max-content;
  margin-left: auto;
  padding: 1rem 1.6rem 0;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-toast {
    max-width: 42rem;
    padding: 1.2rem 1.8rem 0;
  }
}

.cc-toast.cc-cartToast {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .4rem;
}

@media (min-width: 1024px) {
  .cc-account__orderHistory .cc-toast {
    max-width: unset;
  }
}

.cc-toast.cc-toast__global {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .cc-toast.cc-toast__global {
    margin-left: auto;
    left: auto;
  }
}

.cc-toast__wrp {
  z-index: 10;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-toast__wrp {
    justify-content: flex-end;
    height: 0;
    display: flex;
  }
}

.cc-em-heroBanner__item .cc-toast__wrp {
  position: absolute;
  top: 0;
  right: 0;
}

.cc-toast__textWrp {
  flex-direction: column;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-toast__textWrp {
    margin-right: 5.2rem;
  }
}

.cc-toast__title {
  font-size: 1.4rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .cc-toast__title {
    font-size: 1.6rem;
  }
}

.cc-toast__text {
  display: inline-block;
}

.cc-cartToast .cc-toast__text {
  margin-left: 3.2rem;
  padding-bottom: 1.2rem;
}

.cc-toast__buttonWrp {
  align-items: center;
  margin-bottom: .7rem;
  padding-left: 2.6rem;
  display: flex;
  position: relative;
}

.cc-toast__buttonWrp:before {
  content: "";
  background-color: var(--color-border);
  width: .1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-toast-info {
  border: .1rem solid var(--color-info);
  border-bottom: .4rem solid var(--color-info-light);
  background-color: var(--color-info-lighter);
}

.cc-toast-info .cc-toast__title, .cc-toast-info .cc-toast__text {
  color: var(--color-blue-800);
}

.cc-toast-success {
  border: .1rem solid var(--color-success);
  border-bottom: .4rem solid var(--color-success-light);
  background-color: var(--color-success-lighter);
}

.cc-toast-success .cc-toast__title, .cc-toast-success .cc-toast__text {
  color: var(--color-green-800);
}

.cc-toast-error {
  border: .1rem solid var(--color-error);
  border-bottom: .4rem solid var(--color-error-light);
  background-color: var(--color-error-lighter);
}

.cc-toast-error .cc-toast__title, .cc-toast-error .cc-toast__text {
  color: var(--color-red-800);
}

.cc-toast-warning {
  border: .1rem solid var(--color-warning);
  border-bottom: .4rem solid var(--color-warning-light);
  background-color: var(--color-warning-lighter);
}

.cc-toast-warning .cc-toast__title, .cc-toast-warning .cc-toast__text {
  color: var(--color-yellow-800);
}

.cc-toast-info-static {
  border: 0;
  border-left: .3rem solid var(--color-info);
  background-color: var(--color-info-lighter);
}

@media (min-width: 1024px) {
  .cc-toast-info-static {
    max-width: unset;
  }
}

.cc-toast-info-static .cc-toast__title, .cc-toast-info-static .cc-toast__text, .cc-toast-info-static .cc-icon {
  color: var(--color-blue-800);
}

.cc-toast-info-static .cc-toast__title a, .cc-toast-info-static .cc-toast__text a, .cc-toast-info-static .cc-icon a {
  font-size: 1.4rem;
}

.cc-newsletter__contentWrapper {
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-newsletter__contentWrapper {
    border-radius: 1.6rem;
  }

  .cc-newsletter__content {
    max-width: 34.5rem;
    margin: 0 auto;
  }
}

@media (max-width: 1023.98px) {
  .cc-newsletter__title {
    font-size: 2rem;
  }
}

.cc-newsletter__text {
  margin: 2.4rem 0;
}

.cc-newsletter__form {
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-newsletter__form {
    gap: 2.4rem;
  }
}

.cc-newsletter__form .cc-form__group {
  margin-bottom: 0;
}

.cc-newsletter__modal .cc-modal__dialog {
  width: auto !important;
  height: auto !important;
  max-height: 75vh !important;
  top: auto !important;
  bottom: 1.6rem !important;
  left: 0 !important;
  right: 1.6rem !important;
  -ms-transform: none !important;
  transform: none !important;
}

@media (min-width: 1024px) {
  .cc-newsletter__modal .cc-modal__dialog {
    max-width: 40rem !important;
    left: auto !important;
  }
}

@media (max-width: 1023.98px) {
  .cc-newsletter__modal .cc-modal__dialog {
    max-width: 100vw !important;
    bottom: 0 !important;
    right: 0 !important;
  }
}

.cc-newsletter__modal .cc-modal__content {
  z-index: 1;
  max-height: 80vh;
}

@media (min-width: 1024px) {
  .cc-newsletter__modal .cc-modal__content {
    flex-direction: column;
    height: 100%;
    max-height: 100vh;
    display: flex;
  }
}

@media (max-width: 1023.98px) {
  .cc-newsletter__modal .cc-modal__content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1024px) {
  .cc-newsletter__modal .cc-modal__body {
    padding-bottom: 1rem;
  }
}

.cc-newsletter__modal__img {
  object-fit: cover;
  border-radius: .8rem;
  width: 100%;
  height: auto;
}

@media (max-width: 1023.98px) {
  .cc-newsletter__modal .cc-newsletter__caption {
    margin-top: .8rem;
  }
}

.cc-maintenance__container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cc-maintenance__content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cc-error__container {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .cc-error__container {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.cc-error__img {
  position: relative;
}

.cc-error__img img {
  width: 100%;
}

.cc-error__text {
  flex-direction: column;
  gap: .8rem;
  max-width: 90%;
  display: flex;
  position: absolute;
}

@media (min-width: 768px) {
  .cc-error__text {
    width: fit-content;
    max-width: calc(40% - 10vw);
    top: 9%;
    right: 20vw;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .cc-error__text {
    top: 20%;
  }
}

@media (max-width: 767.98px) {
  .cc-error__text {
    margin-bottom: 2.4rem;
    bottom: 0;
  }
}

.cc-error__button {
  width: 100%;
  margin-top: 1.6rem;
}

@media (min-width: 768px) {
  .cc-error__button {
    width: fit-content;
  }
}


/*# sourceMappingURL=main.css.map*/