@charset "UTF-8";
:root {
  --primary-font: 'Strawford', sans-serif;
  --primary-color: #e31c81;
  --color-light: #dbe3ee;
  --font-regular: 400;
  --font-medium: 500;
  --font-bold: 700;
  --font-xbold: 900;
  --global-radius: 1.5rem;
  --global-radius-s: 0.5rem;
  --global-radius-m: 1rem;
  --global-radius-l: 2rem;
  --global-spacing-s: -0.02125rem;
  --global-spacing-m: -0.04rem;
  --global-spacing-l: -0.05rem;
  --global-shadow: 0 0.5rem 1rem 0 rgba(19, 18, 44, 0.08);
  --global-transition: all 0.18s ease-in;
}

@font-face {
  font-family: Strawford;
  src: url("/assets/strawford/subset-StrawfordRegular-4f12b624.woff2") format("woff2"), url("/assets/strawford/subset-StrawfordRegular-a40f3073.woff") format("woff"), url("/assets/strawford/subset-StrawfordRegular-e461a4cf.svg#StrawfordRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Strawford;
  src: url("/assets/strawford/subset-StrawfordMedium-0cada64a.woff2") format("woff2"), url("/assets/strawford/subset-StrawfordMedium-c55f952b.woff") format("woff"), url("/assets/strawford/subset-StrawfordMedium-0ddb1811.svg#StrawfordMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Strawford;
  src: url("/assets/strawford/subset-StrawfordBlack-f05d3429.woff2") format("woff2"), url("/assets/strawford/subset-StrawfordBlack-35c27265.woff") format("woff"), url("/assets/strawford/subset-StrawfordBlack-768538c2.svg#StrawfordBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Strawford;
  src: url("/assets/strawford/subset-StrawfordBold-1a5c1d1c.woff2") format("woff2"), url("/assets/strawford/subset-StrawfordBold-2643fe7b.woff") format("woff"), url("/assets/strawford/subset-StrawfordBold-0cb629bf.svg#StrawfordBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: var(--primary-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #63697c;
}

body {
  margin: 0;
}

.uk-link, a {
  color: #e31c81;
  text-decoration: underline;
  cursor: pointer;
}

.uk-link:hover, a:hover {
  color: #e31c81;
  text-decoration: none;
}

strong {
  font-weight: var(--font-bold);
}

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

sup {
  top: -0.5em;
}

img, svg {
  vertical-align: middle;
}

img, svg {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

dl, ol, p, ul {
  margin: 0 0 1rem 0;
}

* + dl, * + ol, * + p, * + ul {
  margin-top: 1rem;
}

.uk-h1, .uk-h2, h1, h2, h3 {
  margin: 0 0 1rem 0;
  font-family: var(--primary-font);
  font-weight: var(--font-bold);
  color: #13122c;
  text-transform: none;
}

* + .uk-h1, * + .uk-h2, * + h1, * + h2, * + h3 {
  margin-top: 0;
}

.uk-h1, h1 {
  font-size: clamp(2.875rem, 6vw, 5rem);
  line-height: 1;
}

.uk-h2, h2 {
  font-size: clamp(1.875rem, 4vw, 2.375rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 1.2;
}

@media (min-width: 47.25rem) {
  .uk-h1, h1 {
    font-size: clamp(2.875rem, 6vw, 5rem);
  }
  .uk-h2, h2 {
    font-size: clamp(1.875rem, 4vw, 2.375rem);
  }
}
ol, ul {
  padding-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.uk-hr, hr {
  overflow: visible;
  text-align: inherit;
  margin: 0;
  border: 0;
  border-top: 0.0625rem solid #dbe3ee;
}

* + .uk-hr, * + hr {
  margin-top: 0;
}

:focus {
  outline: 0;
}

:focus-visible {
  outline: 2px dotted #13122c;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

main {
  display: block;
}

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 47.25rem;
  --uk-breakpoint-l: 63.9375rem;
  --uk-breakpoint-xl: 80rem ;
}

a.uk-link-text {
  color: inherit;
}

a.uk-link-text:hover {
  color: #999;
}

.uk-heading-line > ::after, .uk-heading-line > ::before {
  content: "";
  position: absolute;
  top: calc(50% - (0.2px + 0.05em) / 2);
  width: 2000px;
  border-bottom: calc(0.2px + 0.05em) solid #dbe3ee;
}

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

.uk-list {
  padding: 0;
  list-style: none;
}

.uk-list > * {
  break-inside: avoid-column;
}

.uk-list > * > :last-child {
  margin-bottom: 0;
}

.uk-list > :nth-child(n+2) {
  margin-top: 0.5rem;
}

.uk-list-circle > ::before, .uk-list-decimal > ::before, .uk-list-disc > ::before, .uk-list-hyphen > ::before, .uk-list-square > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uk-list-disc > ::before {
  list-style-type: disc;
}

.uk-list-circle > ::before {
  list-style-type: circle;
}

.uk-list-square > ::before {
  list-style-type: square;
}

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) " . ";
}

.uk-list-hyphen > ::before {
  content: "–  ";
}

.uk-list-muted > ::before {
  color: #999 !important;
}

.uk-list-emphasis > ::before {
  color: #13122c !important;
}

.uk-list-primary > ::before {
  color: #e31c81 !important;
}

.uk-list-secondary > ::before {
  color: #222 !important;
}

.uk-list-bullet > * {
  padding-left: 30px;
}

.uk-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%2363697C%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0;
}

.uk-table th {
  padding: 0.6875rem 0.75rem;
  text-align: left;
  vertical-align: bottom;
  font-size: 1rem;
  font-weight: var(--font-bold);
  color: #fff;
}

.uk-table td {
  padding: 0.6875rem 0.75rem;
  vertical-align: top;
}

.uk-table td > :last-child {
  margin-bottom: 0;
}

.uk-table-divider > :not(:first-child) > tr {
  border-top: 0.09375rem solid #dbe3ee;
}

.uk-table-hover tbody tr:hover {
  background: #f1f5fb;
}

.uk-table tbody tr.uk-active, .uk-table > tr.uk-active {
  background: #f1f5fb;
}

.uk-table-large td, .uk-table-large th {
  padding: 22px 12px;
}

@media (max-width: 46.25rem) {
  .uk-table-responsive, .uk-table-responsive tbody, .uk-table-responsive td, .uk-table-responsive th, .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive td, .uk-table-responsive th {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive td:not(:first-child):not(.uk-table-link), .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
    padding-top: 0 !important;
  }
  .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
    padding-bottom: 0 !important;
  }
}
.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

button.uk-icon:not(:disabled) {
  cursor: pointer;
}

.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-icon > * {
  transform: translate(0, 0);
}

.uk-active > .uk-icon-link {
  color: #585d6e;
}

.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #63697c;
}

.uk-checkbox, .uk-input, .uk-radio, .uk-select, .uk-textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}

.uk-input {
  overflow: visible;
}

.uk-select {
  text-transform: none;
}

.uk-textarea {
  overflow: auto;
}

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

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

.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {
  opacity: 1;
}

.uk-checkbox:not(:disabled), .uk-radio:not(:disabled) {
  cursor: pointer;
}

.uk-input, .uk-textarea {
  -webkit-appearance: none;
}

.uk-input, .uk-select, .uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 1rem;
  background: #fff;
  color: #63697c;
}

.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 3.5rem;
  vertical-align: middle;
  display: inline-block;
}

.uk-input:not(input) {
  line-height: 3.375rem;
}

.uk-textarea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #63697c;
}

.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
}

.uk-input::placeholder {
  color: #13122c;
}

.uk-textarea::placeholder {
  color: #13122c;
}

.uk-form-small {
  font-size: 0.9375rem;
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.uk-form-large {
  font-size: 1.25rem;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 3.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uk-form-danger, .uk-form-danger:focus {
  color: #f0506e;
}

.uk-form-success, .uk-form-success:focus {
  color: #1dba78;
}

.uk-form-width-small {
  width: 5rem;
}

.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2363697C%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2363697C%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-select:not([multiple]):not([size]) option {
  color: #63697c;
}

.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-input[list]:focus, .uk-input[list]:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2363697C%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

.uk-checkbox, .uk-radio {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  margin-top: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-radio {
  border-radius: 50%;
}

.uk-checkbox:focus, .uk-radio:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color: #e31c81;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #b61667;
}

.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled, .uk-radio:disabled {
  background-color: #f8f8f8;
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.uk-form-custom input[type=file], .uk-form-custom select {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
}

.uk-form-custom input[type=file] {
  font-size: 500px;
  overflow: hidden;
}

.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 3.5rem !important;
}

.uk-form-icon-flip ~ .uk-input {
  padding-right: 3.5rem !important;
}

.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 1.5rem;
  vertical-align: middle;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 2.875rem;
  text-align: center;
  text-decoration: none;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-button:hover {
  text-decoration: none;
}

.uk-button-default {
  background-color: rgba(0, 0, 0, 0);
  color: #13122c;
}

.uk-button-default:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #13122c;
}

.uk-button-default.uk-active, .uk-button-default:active {
  background-color: rgba(0, 0, 0, 0);
  color: #13122c;
}

.uk-button-primary {
  background-color: #e31c81;
  color: #f1f5fb;
}

.uk-button-primary:hover {
  background-color: #fe2c97;
  color: #fff;
}

.uk-button-primary.uk-active, .uk-button-primary:active {
  background-color: #b61667;
  color: #fff;
}

.uk-button-secondary {
  background-color: #222;
  color: #fff;
}

.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}

.uk-button-secondary.uk-active, .uk-button-secondary:active {
  background-color: #090909;
  color: #fff;
}

.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff;
}

.uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
}

.uk-button-large {
  padding: 0 2rem;
  line-height: 3.3125rem;
  font-size: 1.25rem;
}

.uk-progress {
  vertical-align: baseline;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 1rem;
  height: 15px;
}

* + .uk-progress {
  margin-top: 1rem;
}

.uk-progress::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0);
}

.uk-progress::-webkit-progress-value {
  background-color: #e31c81;
  transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
  background-color: #e31c81;
  transition: width 0.6s ease;
}

.uk-section {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 47.25rem) {
  .uk-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.uk-section > :last-child {
  margin-bottom: 0;
}

.uk-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .uk-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 47.25rem) {
  .uk-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.uk-container > :last-child {
  margin-bottom: 0;
}

.uk-container-large {
  max-width: 94.5rem;
}

.uk-card {
  position: relative;
  box-sizing: border-box;
}

.uk-card-body {
  display: flow-root;
  padding: 1.5rem 1.5rem;
}

.uk-card-header {
  display: flow-root;
  padding: 1rem 2rem;
}

.uk-card-footer {
  display: flow-root;
  padding: 1rem 2rem;
}

@media (min-width: 63.9375rem) {
  .uk-card-body {
    padding: 2rem 2rem;
  }
  .uk-card-header {
    padding: 1rem 1.5rem;
  }
  .uk-card-footer {
    padding: 1rem 1.5rem;
  }
}
.uk-card-body > :last-child, .uk-card-footer > :last-child, .uk-card-header > :last-child {
  margin-bottom: 0;
}

.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

.uk-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  height: 22px;
  padding: 0 10px;
  background: #e31c81;
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.uk-card-badge:first-child + * {
  margin-top: 0;
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #fff;
}

.uk-card-default {
  background-color: #fff;
  color: #63697c;
}

.uk-card-default .uk-card-title {
  color: #13122c;
}

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
}

.uk-card-primary {
  background-color: #e31c81;
  color: #fff;
}

.uk-card-primary .uk-card-title {
  color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
  background-color: #e31c81;
}

.uk-card-secondary {
  background-color: #222;
  color: #fff;
}

.uk-card-secondary .uk-card-title {
  color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
}

.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
  padding: 15px 15px;
}

.uk-card-small .uk-card-header {
  padding: 10px 15px;
}

.uk-card-small .uk-card-footer {
  padding: 10px 15px;
}

@media (min-width: 63.9375rem) {
  .uk-card-large .uk-card-body, .uk-card-large.uk-card-body {
    padding: 70px 70px;
  }
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}
.uk-alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #63697c;
}

* + .uk-alert {
  margin-top: 1rem;
}

.uk-alert > :last-child {
  margin-bottom: 0;
}

.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
}

.uk-alert-close:first-child + * {
  margin-top: 0;
}

.uk-alert-primary {
  background: #f9d2e6;
  color: #e31c81;
}

.uk-alert-success {
  background: #d9f4e8;
  color: #1dba78;
}

.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a;
}

.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

.uk-placeholder {
  margin-bottom: 1rem;
  padding: 2rem 2rem;
  background: rgba(0, 0, 0, 0);
}

* + .uk-placeholder {
  margin-top: 1rem;
}

.uk-placeholder > :last-child {
  margin-bottom: 0;
}

.uk-label {
  display: inline-block;
  padding: 0 0.5rem;
  background: #e31c81;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
}

.uk-label-success {
  background-color: #1dba78;
  color: #fff;
}

.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}

.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}

.uk-article {
  display: flow-root;
}

.uk-article > :last-child {
  margin-bottom: 0;
}

.uk-accordion {
  padding: 0;
  list-style: none;
}

.uk-accordion > :nth-child(n+2) {
  margin-top: 1rem;
}

.uk-accordion-title {
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.4;
  color: #13122c;
}

.uk-accordion-title:hover {
  color: #e31c81;
  text-decoration: none;
}

.uk-accordion-content {
  display: flow-root;
  margin-top: 0;
}

.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 1rem;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 300px;
}

.uk-drop.uk-open {
  display: block;
}

.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

.uk-drop-parent-icon {
  margin-left: 0.25em;
  transition: transform 0.3s ease-out;
}

[aria-expanded=true] > .uk-drop-parent-icon {
  transform: rotateX(180deg);
}

.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-grid > * {
  margin: 0;
}

.uk-grid > * > :last-child {
  margin-bottom: 0;
}

.uk-grid {
  margin-left: -1rem;
}

.uk-grid > * {
  padding-left: 1rem;
}

* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
  margin-top: 1rem;
}

@media (min-width: 63.9375rem) {
  .uk-grid {
    margin-left: -1.5rem;
  }
  .uk-grid > * {
    padding-left: 1.5rem;
  }
  * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
    margin-top: 1.5rem;
  }
}
.uk-grid-column-small, .uk-grid-small {
  margin-left: -15px;
}

.uk-grid-column-small > *, .uk-grid-small > * {
  padding-left: 15px;
}

* + .uk-grid-margin-small, .uk-grid + .uk-grid-row-small, .uk-grid + .uk-grid-small, .uk-grid-row-small > .uk-grid-margin, .uk-grid-small > .uk-grid-margin {
  margin-top: 15px;
}

.uk-grid-column-medium, .uk-grid-medium {
  margin-left: -2rem;
}

.uk-grid-column-medium > *, .uk-grid-medium > * {
  padding-left: 2rem;
}

* + .uk-grid-margin-medium, .uk-grid + .uk-grid-medium, .uk-grid + .uk-grid-row-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin {
  margin-top: 2rem;
}

.uk-grid-column-large, .uk-grid-large {
  margin-left: -1.5rem;
}

.uk-grid-column-large > *, .uk-grid-large > * {
  padding-left: 1.5rem;
}

* + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin {
  margin-top: 1.5rem;
}

@media (min-width: 63.9375rem) {
  .uk-grid-column-large, .uk-grid-large {
    margin-left: -70px;
  }
  .uk-grid-column-large > *, .uk-grid-large > * {
    padding-left: 70px;
  }
  * + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin {
    margin-top: 70px;
  }
}
.uk-grid-collapse, .uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse > *, .uk-grid-column-collapse > * {
  padding-left: 0;
}

.uk-grid + .uk-grid-collapse, .uk-grid + .uk-grid-row-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

.uk-grid-divider > * {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 0.0625rem solid #dbe3ee;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 0.0625rem solid #dbe3ee;
}

.uk-grid-divider {
  margin-left: -2rem;
}

.uk-grid-divider > * {
  padding-left: 2rem;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 1rem;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 2rem;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -1rem;
  left: 2rem;
}

@media (min-width: 63.9375rem) {
  .uk-grid-divider {
    margin-left: -3rem;
  }
  .uk-grid-divider > * {
    padding-left: 3rem;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 1.5rem;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 3rem;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -1.5rem;
    left: 3rem;
  }
}
.uk-grid-divider.uk-grid-column-small, .uk-grid-divider.uk-grid-small {
  margin-left: -30px;
}

.uk-grid-divider.uk-grid-column-small > *, .uk-grid-divider.uk-grid-small > * {
  padding-left: 30px;
}

.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
  left: 15px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px;
}

.uk-grid-divider.uk-grid-column-medium, .uk-grid-divider.uk-grid-medium {
  margin-left: -4rem;
}

.uk-grid-divider.uk-grid-column-medium > *, .uk-grid-divider.uk-grid-medium > * {
  padding-left: 4rem;
}

.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
  left: 2rem;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 4rem;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -2rem;
  left: 4rem;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -2rem;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 4rem;
}

.uk-grid-divider.uk-grid-column-large, .uk-grid-divider.uk-grid-large {
  margin-left: -3rem;
}

.uk-grid-divider.uk-grid-column-large > *, .uk-grid-divider.uk-grid-large > * {
  padding-left: 3rem;
}

.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
  left: 1.5rem;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 3rem;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -1.5rem;
  left: 3rem;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -1.5rem;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 3rem;
}

@media (min-width: 63.9375rem) {
  .uk-grid-divider.uk-grid-column-large, .uk-grid-divider.uk-grid-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-column-large > *, .uk-grid-divider.uk-grid-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}
.uk-grid-item-match, .uk-grid-match > * {
  display: flex;
  flex-wrap: wrap;
}

.uk-grid-item-match > :not([class*=uk-width]), .uk-grid-match > * > :not([class*=uk-width]) {
  box-sizing: border-box;
  width: 100%;
  flex: auto;
}

.uk-nav, .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-nav li > a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
}

.uk-nav > li > a {
  padding: 0 0;
}

.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotateX(180deg);
}

.uk-nav-header {
  padding: 0 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.uk-nav-header:not(:first-child) {
  margin-top: 1rem;
}

.uk-nav-default > li.uk-active > a {
  color: #13122c;
}

.uk-nav-default .uk-nav-header {
  color: #13122c;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #13122c;
}

.uk-nav-primary > li.uk-active > a {
  color: #13122c;
}

.uk-nav-primary .uk-nav-header {
  color: #13122c;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #13122c;
}

.uk-nav-secondary > li.uk-active > a {
  color: #13122c;
}

.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #13122c;
}

.uk-nav-secondary .uk-nav-header {
  color: #13122c;
}

.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #13122c;
}

.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 0.0625rem solid #dbe3ee;
}

.uk-navbar {
  display: flex;
  position: relative;
}

.uk-navbar-left, .uk-navbar-right {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.uk-navbar-right {
  margin-left: auto;
}

.uk-navbar-nav {
  display: flex;
  gap: clamp(1.25rem, 4vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-navbar-left, .uk-navbar-right {
  flex-wrap: wrap;
}

.uk-navbar-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 2rem;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  font-family: var(--primary-font);
  text-decoration: none;
}

.uk-navbar-nav > li > a {
  padding: 0 0;
  color: #13122c;
}

.uk-navbar-nav > li:hover > a {
  color: #e31c81;
}

.uk-navbar-nav > li > a:active {
  color: #13122c;
}

.uk-navbar-nav > li.uk-active > a {
  color: #13122c;
}

.uk-navbar-dropdown :focus-visible {
  outline-color: #13122c !important;
}

.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -2rem;
}

.uk-navbar-dropdown .uk-drop-grid > * {
  padding-left: 2rem;
}

.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 2rem;
}

.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
  width: 1000px;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #13122c;
}

.uk-navbar-dropdown-nav .uk-nav-header {
  color: #13122c;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #13122c;
}

.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -1.25rem;
  padding: 0;
  list-style: none;
}

.uk-subnav > * {
  flex: none;
  padding-left: 1.25rem;
  position: relative;
}

.uk-subnav > * > :first-child {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  color: #999;
}

.uk-subnav > * > a:hover {
  color: #63697c;
  text-decoration: none;
}

.uk-subnav > .uk-active > a {
  color: #13122c;
}

.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 1.25rem;
  border-left: 0.0625rem solid transparent;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #e31c81;
  color: #fff;
}

.uk-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.uk-pagination > * {
  flex: none;
  padding-left: 0;
  position: relative;
}

.uk-pagination > * > * {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  padding: 5px 10px;
  color: #999;
}

.uk-pagination > * > :hover {
  color: #63697c;
  text-decoration: none;
}

.uk-pagination > .uk-active > * {
  color: #63697c;
}

.uk-pagination > .uk-disabled > * {
  color: #999;
}

.uk-dropdown {
  --uk-position-offset: 0.5rem;
  --uk-position-viewport-offset: 15px;
  width: auto;
  min-width: 200px;
  padding: 25px;
  background: #fff;
  color: #63697c;
}

.uk-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-dropdown :focus-visible {
  outline-color: #13122c !important;
}

.uk-dropdown-large {
  padding: 40px;
}

.uk-dropdown-dropbar {
  width: auto;
  background: rgba(0, 0, 0, 0);
  padding: 5px 0 25px 0;
  --uk-position-viewport-offset: 15px ;
}

@media (min-width: 640px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 2rem ;
  }
}
@media (min-width: 47.25rem) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 1.5rem ;
  }
}
.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uk-dropdown-nav > li > a {
  color: #999;
}

.uk-dropdown-nav > li.uk-active > a, .uk-dropdown-nav > li > a:hover {
  color: #63697c;
}

.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}

.uk-dropdown-nav .uk-nav-header {
  color: #13122c;
}

.uk-dropdown-nav .uk-nav-divider {
  border-top: 0.0625rem solid #dbe3ee;
}

.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #63697c;
}

[class*=uk-child-width] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: 33.3333333333%;
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: 16.6666666667%;
}

.uk-child-width-auto > * {
  width: auto;
}

.uk-child-width-expand > :not([class*=uk-width]) {
  flex: 1;
  min-width: 1px;
}

@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: 33.3333333333%;
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6666666667%;
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  .uk-child-width-1-1\@s > :not([class*=uk-width]), .uk-child-width-1-2\@s > :not([class*=uk-width]), .uk-child-width-1-3\@s > :not([class*=uk-width]), .uk-child-width-1-4\@s > :not([class*=uk-width]), .uk-child-width-1-5\@s > :not([class*=uk-width]), .uk-child-width-1-6\@s > :not([class*=uk-width]), .uk-child-width-auto\@s > :not([class*=uk-width]) {
    flex: initial;
  }
}
@media (min-width: 47.25rem) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: 33.3333333333%;
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6666666667%;
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  .uk-child-width-1-1\@m > :not([class*=uk-width]), .uk-child-width-1-2\@m > :not([class*=uk-width]), .uk-child-width-1-3\@m > :not([class*=uk-width]), .uk-child-width-1-4\@m > :not([class*=uk-width]), .uk-child-width-1-5\@m > :not([class*=uk-width]), .uk-child-width-1-6\@m > :not([class*=uk-width]), .uk-child-width-auto\@m > :not([class*=uk-width]) {
    flex: initial;
  }
}
@media (min-width: 63.9375rem) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: 33.3333333333%;
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6666666667%;
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  .uk-child-width-1-1\@l > :not([class*=uk-width]), .uk-child-width-1-2\@l > :not([class*=uk-width]), .uk-child-width-1-3\@l > :not([class*=uk-width]), .uk-child-width-1-4\@l > :not([class*=uk-width]), .uk-child-width-1-5\@l > :not([class*=uk-width]), .uk-child-width-1-6\@l > :not([class*=uk-width]), .uk-child-width-auto\@l > :not([class*=uk-width]) {
    flex: initial;
  }
}
@media (min-width: 80rem) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: 33.3333333333%;
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6666666667%;
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  .uk-child-width-1-1\@xl > :not([class*=uk-width]), .uk-child-width-1-2\@xl > :not([class*=uk-width]), .uk-child-width-1-3\@xl > :not([class*=uk-width]), .uk-child-width-1-4\@xl > :not([class*=uk-width]), .uk-child-width-1-5\@xl > :not([class*=uk-width]), .uk-child-width-1-6\@xl > :not([class*=uk-width]), .uk-child-width-auto\@xl > :not([class*=uk-width]) {
    flex: initial;
  }
}
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.uk-width-1-2 {
  width: 50%;
}

.uk-width-1-3 {
  width: 33.3333333333%;
}

.uk-width-2-3 {
  width: 66.6666666667%;
}

.uk-width-1-4 {
  width: 25%;
}

.uk-width-2-4 {
  width: 50%;
}

.uk-width-3-4 {
  width: 75%;
}

.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

.uk-width-1-6 {
  width: 16.6666666667%;
}

.uk-width-5-6 {
  width: 83.3333333333%;
}

.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-2xlarge {
  width: 750px;
}

.uk-width-auto {
  width: auto;
}

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

@media (min-width: 640px) {
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-1-2\@s {
    width: 50%;
  }
  .uk-width-1-3\@s {
    width: 33.3333333333%;
  }
  .uk-width-2-3\@s {
    width: 66.6666666667%;
  }
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-2-4\@s {
    width: 50%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  .uk-width-1-6\@s {
    width: 16.6666666667%;
  }
  .uk-width-5-6\@s {
    width: 83.3333333333%;
  }
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  .uk-width-auto\@s {
    width: auto;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
  .uk-width-1-1\@s, .uk-width-1-2\@s, .uk-width-1-3\@s, .uk-width-1-4\@s, .uk-width-2-4\@s, .uk-width-1-5\@s, .uk-width-1-6\@s, .uk-width-2-3\@s, .uk-width-2-5\@s, .uk-width-2xlarge\@s, .uk-width-3-4\@s, .uk-width-3-5\@s, .uk-width-4-5\@s, .uk-width-5-6\@s, .uk-width-auto\@s, .uk-width-large\@s, .uk-width-medium\@s, .uk-width-small\@s, .uk-width-xlarge\@s {
    flex: initial;
  }
}
@media (min-width: 47.25rem) {
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-1-2\@m {
    width: 50%;
  }
  .uk-width-1-3\@m {
    width: 33.3333333333%;
  }
  .uk-width-2-3\@m {
    width: 66.6666666667%;
  }
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-2-4\@m {
    width: 50%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  .uk-width-1-6\@m {
    width: 16.6666666667%;
  }
  .uk-width-5-6\@m {
    width: 83.3333333333%;
  }
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  .uk-width-auto\@m {
    width: auto;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
  .uk-width-1-1\@m, .uk-width-1-2\@m, .uk-width-1-3\@m, .uk-width-1-4\@m, .uk-width-2-4\@m, .uk-width-1-5\@m, .uk-width-1-6\@m, .uk-width-2-3\@m, .uk-width-2-5\@m, .uk-width-2xlarge\@m, .uk-width-3-4\@m, .uk-width-3-5\@m, .uk-width-4-5\@m, .uk-width-5-6\@m, .uk-width-auto\@m, .uk-width-large\@m, .uk-width-medium\@m, .uk-width-small\@m, .uk-width-xlarge\@m {
    flex: initial;
  }
}
@media (min-width: 63.9375rem) {
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-1-2\@l {
    width: 50%;
  }
  .uk-width-1-3\@l {
    width: 33.3333333333%;
  }
  .uk-width-2-3\@l {
    width: 66.6666666667%;
  }
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-2-4\@l {
    width: 50%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  .uk-width-1-6\@l {
    width: 16.6666666667%;
  }
  .uk-width-5-6\@l {
    width: 83.3333333333%;
  }
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  .uk-width-auto\@l {
    width: auto;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
  .uk-width-1-1\@l, .uk-width-1-2\@l, .uk-width-1-3\@l, .uk-width-1-4\@l, .uk-width-2-4\@l, .uk-width-1-5\@l, .uk-width-1-6\@l, .uk-width-2-3\@l, .uk-width-2-5\@l, .uk-width-2xlarge\@l, .uk-width-3-4\@l, .uk-width-3-5\@l, .uk-width-4-5\@l, .uk-width-5-6\@l, .uk-width-auto\@l, .uk-width-large\@l, .uk-width-medium\@l, .uk-width-small\@l, .uk-width-xlarge\@l {
    flex: initial;
  }
}
@media (min-width: 80rem) {
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-1-2\@xl {
    width: 50%;
  }
  .uk-width-1-3\@xl {
    width: 33.3333333333%;
  }
  .uk-width-2-3\@xl {
    width: 66.6666666667%;
  }
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-2-4\@xl {
    width: 50%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  .uk-width-1-6\@xl {
    width: 16.6666666667%;
  }
  .uk-width-5-6\@xl {
    width: 83.3333333333%;
  }
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  .uk-width-auto\@xl {
    width: auto;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
  .uk-width-1-1\@xl, .uk-width-1-2\@xl, .uk-width-1-3\@xl, .uk-width-1-4\@xl, .uk-width-2-4\@xl, .uk-width-1-5\@xl, .uk-width-1-6\@xl, .uk-width-2-3\@xl, .uk-width-2-5\@xl, .uk-width-2xlarge\@xl, .uk-width-3-4\@xl, .uk-width-3-5\@xl, .uk-width-4-5\@xl, .uk-width-5-6\@xl, .uk-width-auto\@xl, .uk-width-large\@xl, .uk-width-medium\@xl, .uk-width-small\@xl, .uk-width-xlarge\@xl {
    flex: initial;
  }
}
.uk-width-max-content {
  width: max-content;
}

.uk-width-min-content {
  width: min-content;
}

[class*=uk-height] {
  box-sizing: border-box;
}

.uk-height-1-1 {
  height: 100%;
}

.uk-text-lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.6;
  color: #63697c;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 1rem;
  line-height: 1.5;
}

.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

.uk-text-italic {
  font-style: italic;
}

.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

.uk-text-decoration-none {
  text-decoration: none !important;
}

.uk-text-muted {
  color: #999 !important;
}

.uk-text-emphasis {
  color: #13122c !important;
}

.uk-text-primary {
  color: #e31c81 !important;
}

.uk-text-secondary {
  color: #222 !important;
}

.uk-text-success {
  color: #1dba78 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-text-danger {
  color: #f0506e !important;
}

.uk-text-background {
  -webkit-background-clip: text;
  color: transparent !important;
  display: inline-block;
  background-color: #e31c81;
}

.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}
@media (min-width: 47.25rem) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}
@media (min-width: 63.9375rem) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}
@media (min-width: 80rem) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
.uk-text-top {
  vertical-align: top !important;
}

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

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

.uk-text-baseline {
  vertical-align: baseline !important;
}

.uk-text-nowrap {
  white-space: nowrap;
}

.uk-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

td.uk-text-truncate, th.uk-text-truncate {
  max-width: 0;
}

.uk-text-break {
  overflow-wrap: break-word;
}

td.uk-text-break, th.uk-text-break {
  word-break: break-word;
}

.uk-overflow-auto {
  overflow: auto;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
}

@-moz-document url-prefix() {
  .uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
.uk-disabled {
  pointer-events: none;
}

.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

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

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

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

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

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

@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}
@media (min-width: 47.25rem) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}
@media (min-width: 63.9375rem) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}
@media (min-width: 80rem) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
.uk-flex-stretch {
  align-items: stretch;
}

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

.uk-flex-middle {
  align-items: center;
}

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

@media (min-width: 640px) {
  .uk-flex-stretch\@s {
    align-items: stretch;
  }
  .uk-flex-top\@s {
    align-items: flex-start;
  }
  .uk-flex-middle\@s {
    align-items: center;
  }
  .uk-flex-bottom\@s {
    align-items: flex-end;
  }
}
@media (min-width: 47.25rem) {
  .uk-flex-stretch\@m {
    align-items: stretch;
  }
  .uk-flex-top\@m {
    align-items: flex-start;
  }
  .uk-flex-middle\@m {
    align-items: center;
  }
  .uk-flex-bottom\@m {
    align-items: flex-end;
  }
}
@media (min-width: 63.9375rem) {
  .uk-flex-stretch\@l {
    align-items: stretch;
  }
  .uk-flex-top\@l {
    align-items: flex-start;
  }
  .uk-flex-middle\@l {
    align-items: center;
  }
  .uk-flex-bottom\@l {
    align-items: flex-end;
  }
}
@media (min-width: 80rem) {
  .uk-flex-stretch\@xl {
    align-items: stretch;
  }
  .uk-flex-top\@xl {
    align-items: flex-start;
  }
  .uk-flex-middle\@xl {
    align-items: center;
  }
  .uk-flex-bottom\@xl {
    align-items: flex-end;
  }
}
.uk-flex-row {
  flex-direction: row;
}

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

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

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

@media (min-width: 640px) {
  .uk-flex-row\@s {
    flex-direction: row;
  }
  .uk-flex-column\@s {
    flex-direction: column;
  }
}
@media (min-width: 47.25rem) {
  .uk-flex-row\@m {
    flex-direction: row;
  }
  .uk-flex-column\@m {
    flex-direction: column;
  }
}
@media (min-width: 63.9375rem) {
  .uk-flex-row\@l {
    flex-direction: row;
  }
  .uk-flex-column\@l {
    flex-direction: column;
  }
}
@media (min-width: 80rem) {
  .uk-flex-row\@xl {
    flex-direction: row;
  }
  .uk-flex-column\@xl {
    flex-direction: column;
  }
}
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

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

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

.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
@media (min-width: 47.25rem) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
@media (min-width: 63.9375rem) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
@media (min-width: 80rem) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
.uk-flex-initial {
  flex: initial;
}

.uk-flex-none {
  flex: none;
}

.uk-flex-auto {
  flex: auto;
}

.uk-flex-1 {
  flex: 1;
}

@media (min-width: 640px) {
  .uk-flex-initial\@s {
    flex: initial;
  }
  .uk-flex-none\@s {
    flex: none;
  }
  .uk-flex-1\@s {
    flex: 1;
  }
}
@media (min-width: 47.25rem) {
  .uk-flex-initial\@m {
    flex: initial;
  }
  .uk-flex-none\@m {
    flex: none;
  }
  .uk-flex-1\@m {
    flex: 1;
  }
}
@media (min-width: 63.9375rem) {
  .uk-flex-initial\@l {
    flex: initial;
  }
  .uk-flex-none\@l {
    flex: none;
  }
  .uk-flex-1\@l {
    flex: 1;
  }
}
@media (min-width: 80rem) {
  .uk-flex-initial\@xl {
    flex: initial;
  }
  .uk-flex-none\@xl {
    flex: none;
  }
  .uk-flex-1\@xl {
    flex: 1;
  }
}
.uk-margin {
  margin-bottom: 1rem;
}

* + .uk-margin {
  margin-top: 1rem !important;
}

.uk-margin-top {
  margin-top: 1rem !important;
}

.uk-margin-bottom {
  margin-bottom: 1rem !important;
}

.uk-margin-left {
  margin-left: 1rem !important;
}

.uk-margin-right {
  margin-right: 1rem !important;
}

.uk-margin-small {
  margin-bottom: 0.5rem;
}

* + .uk-margin-small {
  margin-top: 0.5rem !important;
}

.uk-margin-small-top {
  margin-top: 0.5rem !important;
}

.uk-margin-small-bottom {
  margin-bottom: 0.5rem !important;
}

.uk-margin-small-left {
  margin-left: 0.5rem !important;
}

.uk-margin-small-right {
  margin-right: 0.5rem !important;
}

.uk-margin-medium {
  margin-bottom: 2rem;
}

* + .uk-margin-medium {
  margin-top: 2rem !important;
}

.uk-margin-medium-top {
  margin-top: 2rem !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 2rem !important;
}

.uk-margin-medium-left {
  margin-left: 2rem !important;
}

.uk-margin-medium-right {
  margin-right: 2rem !important;
}

.uk-margin-large {
  margin-bottom: 2rem;
}

* + .uk-margin-large {
  margin-top: 2rem !important;
}

.uk-margin-large-top {
  margin-top: 2rem !important;
}

.uk-margin-large-bottom {
  margin-bottom: 2rem !important;
}

.uk-margin-large-left {
  margin-left: 2rem !important;
}

.uk-margin-large-right {
  margin-right: 2rem !important;
}

@media (min-width: 63.9375rem) {
  .uk-margin-large {
    margin-bottom: 3rem;
  }
  * + .uk-margin-large {
    margin-top: 3rem !important;
  }
  .uk-margin-large-top {
    margin-top: 3rem !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 3rem !important;
  }
  .uk-margin-large-left {
    margin-left: 3rem !important;
  }
  .uk-margin-large-right {
    margin-right: 3rem !important;
  }
}
.uk-margin-xlarge {
  margin-bottom: 2rem;
}

* + .uk-margin-xlarge {
  margin-top: 2rem !important;
}

.uk-margin-xlarge-top {
  margin-top: 2rem !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 2rem !important;
}

.uk-margin-xlarge-left {
  margin-left: 2rem !important;
}

.uk-margin-xlarge-right {
  margin-right: 2rem !important;
}

@media (min-width: 63.9375rem) {
  .uk-margin-xlarge {
    margin-bottom: 3.5rem;
  }
  * + .uk-margin-xlarge {
    margin-top: 3.5rem !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 3.5rem !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 3.5rem !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 3.5rem !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 3.5rem !important;
  }
}
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.uk-margin-auto-top {
  margin-top: auto !important;
}

.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

.uk-margin-auto-left {
  margin-left: auto !important;
}

.uk-margin-auto-right {
  margin-right: auto !important;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}
@media (min-width: 47.25rem) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}
@media (min-width: 63.9375rem) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}
@media (min-width: 80rem) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *, .uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}
@media (min-width: 47.25rem) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
@media (min-width: 63.9375rem) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}
@media (min-width: 80rem) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
.uk-padding-remove-top {
  padding-top: 0 !important;
}

:root {
  --uk-position-margin-offset: 0px ;
}

.uk-hidden, [hidden] {
  display: none !important;
}

@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
@media (min-width: 47.25rem) {
  .uk-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 63.9375rem) {
  .uk-hidden\@l {
    display: none !important;
  }
}
@media (min-width: 80rem) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
@media (max-width: 46.25rem) {
  .uk-visible\@m {
    display: none !important;
  }
}
@media (max-width: 62.9375rem) {
  .uk-visible\@l {
    display: none !important;
  }
}
@media (max-width: 79rem) {
  .uk-visible\@xl {
    display: none !important;
  }
}
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within), .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

main {
  overflow: clip;
  padding-top: 7rem;
}

.uk-hr {
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}

@media (min-width: 80rem) {
  .uk-hr {
    max-width: calc(100% - 8rem);
  }
}
.uk-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.uk-icon--plus {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #13122c;
  border-radius: 50%;
}

.uk-icon--plus::after, .uk-icon--plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #13122c;
  transition: var(--global-transition);
}

.uk-icon--plus::before {
  width: 0.125rem;
  height: 0.75rem;
}

.uk-icon--plus::after {
  width: 0.75rem;
  height: 0.125rem;
}

.color--white {
  color: #fff;
}

.color--g100 {
  color: #f1f5fb;
}

.color--g200 {
  color: #dbe3ee;
}

.color--black {
  color: #13122c;
}

.color--secondary-dark {
  color: #bccde5;
}

.uk-margin-semi-bottom {
  margin-bottom: 2.5rem !important;
}

.uk-margin-half-bottom {
  margin-bottom: 1.5rem !important;
}

@media (min-width: 63.9375rem) {
  .uk-flex-unset\@l {
    order: unset;
  }
}
@media (min-width: 47.25rem) {
  .uk-margin-remove-bottom\@m {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 63.9375rem) {
  .uk-margin-remove-bottom\@l {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 63.9375rem) {
  .uk-margin-large-bottom\@l {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 63.9375rem) {
  .uk-margin-xlarge-top\@l {
    margin-top: 5rem !important;
  }
}
.uk-placeholder {
  border: 1px dashed #e5e5e5;
  border-radius: var(--global-radius-m);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo {
  display: inline-flex;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  transition: var(--global-transition);
}

.logo__title {
  margin-right: 0.75rem;
  font-weight: var(--font-bold);
  font-size: clamp(1.5rem, 4vw, 1.75rem);
  letter-spacing: -0.035rem;
  line-height: 1;
}

.logo__company {
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.02rem;
}

.logo__company .uk-icon {
  margin-left: 0.375rem;
}

.logo--vertical {
  flex-direction: column;
  align-items: center;
}

.logo--vertical .logo__title {
  margin-right: 0;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.2;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 4;
}

.uk-navbar {
  padding: 1rem;
  margin-inline: auto;
  transition: var(--global-transition);
  flex-direction: column;
}

@media (min-width: 47.25rem) {
  .uk-navbar {
    padding-block: 2rem;
  }
}
@media (min-width: 63.9375rem) {
  .uk-navbar {
    flex-direction: row;
  }
}
@media (min-width: 80rem) {
  .uk-navbar {
    max-width: calc(100% - 8rem);
  }
}
.uk-navbar-left {
  gap: 1.25rem;
  margin-bottom: 0.665rem;
  padding-bottom: 0.665rem;
  border-bottom: 0.0625rem solid #ebeaf4;
}

@media (min-width: 63.9375rem) {
  .uk-navbar-left {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 80rem) {
  .uk-navbar-left {
    gap: 2.5rem;
  }
}
.uk-navbar-right {
  width: 100%;
}

@media (min-width: 63.9375rem) {
  .uk-navbar-right {
    width: auto;
  }
}
.uk-navbar-right .uk-link {
  letter-spacing: var(--global-spacing-s);
  text-decoration: none;
}

.uk-navbar-right .uk-link strong {
  margin-left: 0.75rem;
}

.header__nav {
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  max-height: 0;
  background-color: #fff;
  transition: var(--global-transition);
  box-shadow: var(--global-shadow);
}

@media (min-width: 63.9375rem) {
  .header__nav {
    position: relative;
    top: 0;
    width: auto;
    max-height: 100%;
    padding-left: 1.25rem;
    border-left: 0.0625rem solid #ebeaf4;
    box-shadow: none;
  }
}
@media (min-width: 80rem) {
  .header__nav {
    padding-left: 2.5rem;
  }
}
.header__nav.uk-open {
  max-height: 20rem;
}

.header.uk-scroll {
  box-shadow: var(--global-shadow);
}

.header.uk-scroll .uk-navbar {
  padding-block: 1rem;
}

.header .nav-dropdown > div {
  box-shadow: var(--global-shadow);
}

.header .nav-dropdown .uk-dropdown-nav li {
  line-height: 2;
}

.header .uk-dropdown {
  background-color: #fff;
  box-shadow: var(--global-shadow);
}

.header .uk-dropdown-nav a {
  color: #13122c;
  padding-top: 3px;
  padding-bottom: 3px;
}

.footer {
  position: relative;
  padding-block: 3rem;
  background-color: #13122c;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='1201' height='602' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23302E4A' d='M0 0h1v602H0zM400 0h1v602h-1zM800 0h1v602h-1zM1200 0h1v602h-1z'/%3E%3C/svg%3E");
}

.footer strong {
  color: inherit;
}

@media (min-width: 47.25rem) {
  .footer {
    padding-block: 3rem;
  }
}
@media (min-width: 80rem) {
  .footer {
    padding-block: 3rem;
  }
}
.footer .logo {
  margin-bottom: 1rem;
}

@media (min-width: 47.25rem) {
  .footer .logo {
    margin-bottom: 1.5rem;
  }
}
.footer .uk-grid + .uk-grid {
  margin-top: 3rem;
}

@media (min-width: 47.25rem) {
  .footer .uk-grid + .uk-grid {
    margin-top: 3rem;
  }
}
.uk-nav--inline {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 0.5rem 1.5rem;
}

@media (min-width: 47.25rem) {
  .uk-nav--inline {
    gap: 0 3.5rem;
  }
}
.uk-nav--inline li > a {
  letter-spacing: var(--global-spacing-s);
  text-decoration: underline;
}

.uk-navbar-nav {
  padding: 1rem;
  justify-content: center;
}

@media (min-width: 47.25rem) {
  .uk-navbar-nav {
    padding: 0;
  }
}
.uk-navbar-nav > li > a {
  transition: var(--global-transition);
}

.uk-h1, h1 {
  margin-bottom: 2rem;
  letter-spacing: -0.2rem;
}

.uk-h2, h2 {
  margin-bottom: 2rem;
  letter-spacing: -0.095rem;
}

h3 {
  letter-spacing: var(--global-spacing-l);
}

.pretitle {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: var(--font-xbold);
  letter-spacing: 0.0325rem;
  color: #e31c81;
}

.uk-title--20 {
  font-size: 1.25rem;
}

p {
  letter-spacing: var(--global-spacing-m);
}

p strong {
  font-weight: var(--font-medium);
  color: #13122c;
}

p a {
  color: inherit;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

.uk-text-lead {
  letter-spacing: -0.05rem;
}

.uk-text--14 {
  font-size: 0.875rem;
  letter-spacing: -0.035rem;
  line-height: 2;
}

.uk-text--17 {
  font-size: clamp(1rem, 4vw, 1.0625rem);
  letter-spacing: -0.0425rem;
  line-height: 1.68;
}

.uk-text--18 {
  font-size: clamp(1rem, 4vw, 1.125rem);
  letter-spacing: -0.045rem;
  line-height: 2;
}

.price--small {
  font-size: 1.25rem;
  letter-spacing: var(--global-spacing-l);
}

.price--small span {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: var(--global-spacing-m);
}

.font--400 {
  font-weight: var(--font-regular);
}

.font--500 {
  font-weight: var(--font-medium);
}

.uk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-bold);
  border: 0.09375rem solid transparent;
  border-radius: var(--global-radius);
  transition: var(--global-transition);
  letter-spacing: clamp(-0.01875rem, 2vw, var(--global-spacing-s));
}

.uk-button:hover {
  text-decoration: underline;
}

.uk-button-primary.uk-disabled {
  background-color: #e4b5ce;
}

.uk-button-default {
  border-color: #13122c;
}

.uk-button-default:hover {
  color: #fff;
  background-color: #13122c;
}

.uk-button-medium {
  font-size: 1.0625rem;
  letter-spacing: -0.02125rem;
}

.uk-button-large {
  line-height: 3.375rem;
  letter-spacing: -0.025rem;
  border-radius: var(--global-radius-l);
}

.uk-button--menu {
  position: relative;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  line-height: 1;
  color: #13122c;
  font-weight: var(--font-medium);
  margin-right: auto;
}

.uk-button--menu .uk-icon {
  margin-right: 0.75rem;
}

.uk-button--menu:focus, .uk-button--menu:hover {
  color: #e31c81;
  background-color: rgba(0, 0, 0, 0);
}

.uk-button--header {
  padding-inline: 1rem;
  line-height: 1.975rem;
}

@media (min-width: 63.9375rem) {
  .uk-button--header {
    padding-inline: 1.5rem;
    line-height: 2.875rem;
  }
}
.uk-link {
  display: inline-flex;
  align-items: center;
  transition: var(--global-transition);
}

.uk-list li {
  position: relative;
}

.uk-list--info > :nth-child(n+2) {
  margin-top: 0;
}

.uk-list--info li {
  letter-spacing: var(--global-spacing-m);
}

.uk-list--info .uk-text-primary {
  margin-bottom: 0.25rem;
}

.uk-table td, .uk-table th {
  vertical-align: middle;
  letter-spacing: -0.0375rem;
}

.uk-table td {
  font-size: 0.9375rem;
  height: 3.5rem;
}

thead {
  background-color: #13122c;
}

tbody {
  border-block: 0.09375rem solid #dbe3ee;
}

.td--input {
  width: 5rem;
}

.td--divider {
  border-right: 0.09375rem solid #dbe3ee;
}

.uk-section {
  position: relative;
  padding-block: 3rem;
}

@media (min-width: 80rem) {
  .uk-section--medium {
    padding-block: 3rem;
  }
}
@media (min-width: 80rem) {
  .uk-section--global {
    padding-block: 3rem;
  }
}
.uk-section--intro {
  padding-top: 1rem;
}

@media (min-width: 80rem) {
  .uk-section--intro {
    padding-block: 1rem 3rem;
  }
}
.uk-form--login .form__group {
  margin-bottom: 1rem;
}

@media (min-width: 63.9375rem) {
  .uk-form--login .form__group {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.form__group {
  position: relative;
  display: flex;
  flex-direction: column;
}

.form__group--inline {
  flex-direction: row;
  align-items: flex-start;
}

.form__group--inline .uk-checkbox, .form__group--inline .uk-radio {
  top: 0;
  margin-right: 0.75rem;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.uk-form-label {
  cursor: pointer;
  letter-spacing: var(--global-spacing-m);
  margin-bottom: 0.5rem;
}

.uk-checkbox, .uk-input, .uk-radio, .uk-select, .uk-textarea {
  position: relative;
  border: 0.09375rem solid #13122c;
  transition: var(--global-transition);
}

.uk-input[placeholder], .uk-textarea[placeholder] {
  font-weight: var(--font-bold);
}

.uk-checkbox:checked, .uk-checkbox:focus, .uk-checkbox:hover, .uk-input:checked, .uk-input:focus, .uk-input:hover, .uk-radio:checked, .uk-radio:focus, .uk-radio:hover, .uk-select:checked, .uk-select:focus, .uk-select:hover, .uk-textarea:checked, .uk-textarea:focus, .uk-textarea:hover {
  border-color: #e31c81;
}

.uk-checkbox, .uk-radio {
  flex: 0 0 auto;
}

.uk-checkbox + label, .uk-radio + label {
  font-size: clamp(1rem, 4vw, 1.125rem);
  color: #13122c;
  margin-bottom: 0;
}

.uk-checkbox {
  border-radius: 0.375rem;
}

.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 2.5rem;
}

.uk-form-large {
  height: 3.5rem;
}

.uk-form-small {
  letter-spacing: -0.0375rem;
}

.uk-input--rounded {
  border-radius: var(--global-radius-l);
}

.hero {
  position: relative;
}

.hero__content {
  max-width: 34rem;
  padding-block: 2rem;
}

@media (min-width: 80rem) {
  .hero__content {
    padding-top: 5rem;
  }
}
.hero__picture {
  display: block;
}

@media (min-width: 80rem) {
  .hero__picture img {
    min-width: 49.125rem;
  }
}
.hero__picture--fit img {
  min-width: auto;
}

.hero__usp {
  margin: 0 auto;
}

@media (min-width: 47.25rem) {
  .hero__usp {
    max-width: 18rem;
  }
}
.hero__usp .uk-icon {
  margin-bottom: 1.5rem;
}

.hero__usp + .hero__usp {
  margin-top: 2rem;
}

@media (min-width: 63.9375rem) {
  .hero__usp + .hero__usp {
    margin-top: 5rem;
  }
}
.hero__usp--large {
  max-width: 36rem;
}

.hero--thin .hero__content {
  max-width: 100%;
}

@media (min-width: 63.9375rem) {
  .hero--thin .hero__content {
    padding-top: 2rem;
  }
}
.hero--about {
  padding-block: 3rem;
}

@media (min-width: 47.25rem) {
  .hero--about {
    padding-block: 5rem;
  }
}
@media (min-width: 80rem) {
  .hero--about {
    padding-block: 7.5rem;
  }
}
.hero--form {
  padding-block: 3rem;
}

@media (min-width: 47.25rem) {
  .hero--form {
    padding-block: 5rem;
  }
}
@media (min-width: 80rem) {
  .hero--form {
    padding-block: 7.5rem 4.5rem;
  }
}
.uk-picture {
  position: relative;
  display: inline-block;
}

.uk-picture--qr {
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.75rem;
  filter: drop-shadow(0 8px 16px rgba(19, 18, 44, 0.08));
}

.usp {
  gap: 2rem 0;
  counter-reset: usp;
  padding-bottom: 1rem;
}

@media (min-width: 47.25rem) {
  .usp {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 80rem) {
  .usp {
    padding-top: 4.25rem;
  }
}
.usp__item {
  max-width: 21.25rem;
  margin-inline: auto;
}

.usp__item .uk-title {
  margin-bottom: 1.25rem;
}

.usp__item .uk-title::before {
  counter-increment: usp;
  content: counter(usp) ". ";
}

.pricing--free {
  background-color: #e6f5fc;
}

.pricing--free .uk-h2 {
  color: #42b7e8;
}

.pricing--full {
  background-color: #ffdeef;
}

.pricing--full .uk-h2 {
  color: #e31c81;
}

.pricing--full hr {
  border-color: #e31c81;
}

.pricing .uk-card .uk-label-primary, .pricing--full-width .uk-card .uk-label-primary {
  position: absolute;
  top: -1.25rem;
}
.pricing .uk-card .uk-label, .pricing--full-width .uk-card .uk-label {
  padding: 0.5rem 1.25rem;
  line-height: 1.25rem;
  font-size: 1.0625rem;
  color: #13122c;
  font-weight: var(--font-bold);
  border: 0.09375rem solid #13122c;
  border-radius: var(--global-radius-s);
}
.pricing .uk-card .uk-label-default, .pricing--full-width .uk-card .uk-label-default {
  background-color: rgba(0, 0, 0, 0);
}
.pricing .uk-card .uk-label-primary, .pricing--full-width .uk-card .uk-label-primary {
  color: #fff;
  border-color: #e31c81;
}

.pricing--full-width .uk-card .uk-label-primary {
  right: 1.25rem;
}

.pricing .uk-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.pricing .uk-card-body .content-wrapper {
  flex-grow: 1;
}

.pricing .uk-card-body .time, .pricing .uk-card-body span {
  display: inline-block;
}

.pricing .uk-card-body .price {
  position: relative;
  letter-spacing: var(--global-spacing-m);
}

.pricing .uk-card-body .price del {
  position: absolute;
  top: -0.875rem;
}

.pricing .uk-card-body .time {
  margin-bottom: 10px;
}

.uk-article {
  max-width: 49.5rem;
  margin-inline: auto;
}

.uk-article * + ol, .uk-article * + p, .uk-article * + ul {
  margin-top: 1.5rem;
}

.uk-article p {
  font-size: clamp(1rem, 4vw, 1.125rem);
  letter-spacing: -0.045rem;
  line-height: 2;
}

.uk-article p a {
  color: #e31c81;
}

.uk-article .uk-list > :nth-child(n+2) {
  margin-top: 2rem;
}

@media (min-width: 63.9375rem) {
  .uk-article .uk-list > :nth-child(n+2) {
    margin-top: 3.5rem;
  }
}
.uk-article h1, .uk-article h2 {
  margin-bottom: 2rem;
}

@media (min-width: 63.9375rem) {
  .uk-article h1, .uk-article h2 {
    margin-bottom: 3.5rem;
  }
}
.uk-article ol {
  counter-reset: num;
}

.uk-article ol h3 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  letter-spacing: -0.095rem;
}

.uk-article ol h3::before {
  counter-increment: num;
  content: counter(num) ". ";
}

.uk-article--about h2 {
  margin-bottom: 1.5rem;
}

.uk-article--about ul ~ p {
  margin-bottom: 0;
}

.uk-article--about p + ul:not(.uk-accordion) {
  margin-top: 0;
}

.uk-article--about ul > li {
  position: relative;
  font-size: clamp(1rem, 4vw, 1.125rem);
  letter-spacing: -0.045rem;
  line-height: 2;
}

.uk-article--about .uk-accordion + * {
  margin-top: 3.5rem;
}

@media (min-width: 63.9375rem) {
  .uk-article--about .uk-accordion + * {
    margin-top: 5.5rem;
  }
}
.uk-accordion .uk-accordion-title {
  font-weight: var(--font-bold);
  letter-spacing: -0.06rem;
  text-decoration: none;
  border-bottom: 0.0625rem solid #dbe3ee;
}

.uk-accordion .uk-accordion-content, .uk-accordion .uk-accordion-title {
  padding: 1rem;
}

@media (min-width: 47.25rem) {
  .uk-accordion .uk-accordion-content, .uk-accordion .uk-accordion-title {
    padding-inline: 1.5rem;
  }
}
.uk-accordion .uk-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.25rem) {
  .uk-accordion .uk-accordion-content {
    padding-block: 1.5rem 3rem;
  }
}
.uk-accordion li.uk-open .uk-icon--plus {
  border-color: #e31c81;
}

.uk-accordion li.uk-open .uk-icon--plus::after {
  background-color: #e31c81;
}

.uk-accordion li.uk-open .uk-icon--plus::before {
  height: 0;
}

.uk-card {
  border: 0.0625rem solid #f1f5fb;
  border-radius: var(--global-radius-m);
}

.uk-card--payment {
  border-color: #f5c2dd;
}

@media (min-width: 63.9375rem) {
  .uk-card--evaluation .uk-card-body {
    padding-block: 3.5rem;
  }
}
.evaluation {
  position: relative;
  display: flex;
  flex-direction: column;
}

.evaluation__head {
  padding: 1rem;
  margin-bottom: 0.125rem;
  background-color: #f1f5fb;
  border-radius: var(--global-radius-m) var(--global-radius-m) 0 0;
}

@media (min-width: 47.25rem) {
  .evaluation__head {
    padding: 1.5rem;
  }
}
.evaluation__body {
  padding: 2rem 1rem;
  background-color: #ffdeef;
  border-radius: 0 0 var(--global-radius-m) var(--global-radius-m);
}

@media (min-width: 63.9375rem) {
  .evaluation__body {
    padding: 3.5rem 6rem 3.5rem 4.8rem;
  }
}
.evaluation__title {
  font-size: clamp(1.875rem, 2vw, 2.375rem);
  letter-spacing: -0.095rem;
  line-height: 1.12;
}

.stepper {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
}

.stepper__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: -0.025rem;
  color: #dbe3ee;
}

.stepper__link::before {
  counter-increment: step;
  content: counter(step);
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-bold);
  border: 0.09375rem solid #dbe3ee;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.25rem;
}

.stepper__link strong {
  margin-left: 0.5rem;
}

@media (min-width: 63.9375rem) {
  .stepper__link strong {
    margin-left: 1rem;
  }
}
.stepper__link:hover {
  color: unset;
}

.stepper li.uk-done .stepper__link {
  color: #13122c;
}

.stepper li.uk-done .stepper__link::before {
  font-size: 0;
  background-color: #1dba78;
  border-color: #1dba78;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 5 7.515 15 3 10.24' stroke='%23fff' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.stepper li.uk-active .stepper__link {
  color: #e31c81;
}

.stepper li.uk-active .stepper__link::before {
  background-color: #e31c81;
  border-color: #e31c81;
  color: #fff;
}

label.required:after {
  content: " *";
}

td.icons a {
  text-decoration: none;
  color: #63697c;
}

.uk-button.uk-disabled {
  cursor: not-allowed;
}

.icon-center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  text-align: center;
}
.icon-center-container > .svg-inline--fa {
  font-size: 5rem;
}

.evaluation__head.full {
  border-radius: var(--global-radius-m);
}

.uk-table thead th.invalid-column {
  background-color: #f0506e !important;
  color: white;
}
.uk-table tbody tr.invalid-row {
  border: 3px solid #f0506e !important;
}
.uk-table tbody tr.invalid-row td.invalid-cell {
  background-color: #f0506e !important;
  color: white;
}
.uk-table tbody tr.invalid-row td.invalid-cell input {
  border-color: #f0506e;
}

.uk-accordion-content .uk-table tbody {
  border: none;
}

.uk-text-info {
  color: #1e87f0 !important;
}

.icon-link {
  font-size: 20px;
}
.icon-link + .icon-link {
  margin-left: 0.5rem;
}

.uk-subnav li.uk-disabled span {
  color: #c3c6d9;
}

.uk-form-button {
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-bold);
  border: none;
  transition: var(--global-transition);
  letter-spacing: clamp(-0.01875rem, 2vw, var(--global-spacing-s));
}

.uk-fa-button {
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.uk-input-with-button input {
  border-radius: var(--global-radius-l) 0 0 var(--global-radius-l);
}
.uk-input-with-button .uk-fa-button {
  border-radius: 0 var(--global-radius-l) var(--global-radius-l) 0;
  padding-left: 14px;
  padding-right: 20px;
}

.uk-button-success:hover {
  color: #fff !important;
}

.button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-group .uk-button {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
}

#cenik thead {
  background-color: #e31c81;
}
#cenik .pricing--full-width {
  display: none;
}
#cenik .pricing--full-width .price del {
  display: block;
}
#cenik .pricing--small-only {
  display: block;
}
@media (min-width: 63.9375rem) {
  #cenik .pricing--full-width {
    display: block;
  }
  #cenik .pricing--small-only {
    display: none;
  }
}

.uk-page {
  max-width: 49.5rem;
  margin-inline: auto;
  /* Headings */
}
.uk-page h1, .uk-page h2, .uk-page h3, .uk-page h4, .uk-page h5, .uk-page h6 {
  font-weight: var(--font-bold);
  margin-bottom: 1rem !important;
  color: #13122c;
  text-transform: none;
}
.uk-page h1:not(:first-child), .uk-page h2:not(:first-child), .uk-page h3:not(:first-child), .uk-page h4:not(:first-child), .uk-page h5:not(:first-child), .uk-page h6:not(:first-child) {
  margin-top: 2rem;
}
.uk-page h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.uk-page h2 {
  font-size: 2rem;
  line-height: 1.3;
}
.uk-page h3 {
  font-size: 1.75rem;
  line-height: 1.4;
}
.uk-page h4 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.uk-page h5 {
  font-size: 1.25rem;
  line-height: 1.6;
}
.uk-page h6 {
  font-size: 1.1rem;
  line-height: 1.7;
}
.uk-page {
  /* Paragraphs */
}
.uk-page p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.uk-page hr {
  margin: 2rem 0;
}
.uk-page {
  /* Lists */
}
.uk-page ul, .uk-page ol {
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
  padding-left: 1.5rem;
}
.uk-page ul strong, .uk-page ol strong {
  font-weight: var(--font-medium);
  color: #13122c;
}
.uk-page ul li, .uk-page ol li {
  margin-bottom: 0.5rem;
}
.uk-page {
  /* Blockquotes */
}
.uk-page blockquote {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 1.5rem 0;
  padding: 1rem;
  border-left: 4px solid var(--color-primary);
  background-color: var(--color-light);
}
.uk-page {
  /* Links */
}
.uk-page a:not([class]) {
  color: #e31c81;
}
.uk-page {
  /* Code */
}
.uk-page code {
  background-color: var(--color-light);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
}
.uk-page code, .uk-page pre {
  font-family: "Courier New", Courier, "Lucida Console", "Monaco", "Consolas", "Menlo", "DejaVu Sans Mono", "Source Code Pro", "Fira Code", "Ubuntu Mono", monospace;
}
.uk-page ul.toc {
  list-style-type: none;
  padding-left: 0;
}
.uk-page ul.toc li {
  margin: 0.5em 0;
}
.uk-page ul.toc li a {
  text-decoration: none;
}
.uk-page ul.toc li a:hover {
  text-decoration: underline;
}
.uk-page ul.toc li ul {
  padding-left: 1em;
  border-left: 2px solid #ddd;
}
.uk-page ul.toc li ul li {
  margin: 0.3em 0;
}

.uk-section--cta {
  background-color: #e31c81;
}
.uk-section--cta h2 {
  color: #f1f5fb;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.uk-section--cta p {
  color: #f1f5fb;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.uk-section--cta p strong {
  color: #f1f5fb;
}
.uk-section--cta .uk-button-white {
  background-color: #f1f5fb;
  color: #e31c81;
}
.uk-section--cta .uk-button-white:hover {
  background-color: #151515;
  color: #fff;
}
.uk-section--cta .uk-button-white.uk-active, .uk-section--cta .uk-button-white:active {
  background-color: #090909;
  color: #f1f5fb;
}

.uk-button-success {
  background-color: #28a745;
  color: #fff;
}
.uk-button-success:hover {
  background-color: #218838;
}
.uk-button-success.uk-active, .uk-button-success:active {
  background-color: #1e7e34;
}

.product-price {
  text-align: center;
  color: #e31c81;
  font-size: 2rem;
  font-weight: var(--font-bold);
  line-height: 1;
}
.product-price del {
  color: #13122c;
  display: block;
  font-size: 1.2rem;
}

.picture {
  position: relative;
  display: block;
}

.picture--illustration img {
  min-width: 61.125rem;
}

.picture--half img {
  margin-bottom: -16rem;
}

.contact-picture {
  border: 2px solid #e31c81;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.promo-xml {
  border: 1px solid #e31c81;
  padding: 1rem;
  border-radius: var(--global-radius-m);
  height: 100%;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 960px) {
  .promo-xml {
    flex-direction: row;
  }
}
.promo-xml .heading {
  color: #e31c81;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.promo-xml .heading br {
  display: none;
}
@media (min-width: 960px) {
  .promo-xml .heading br {
    display: block;
  }
}
.promo-xml .text {
  padding: 10px 0;
}
@media (min-width: 960px) {
  .promo-xml .text {
    padding: 0 10px;
  }
}
.promo-xml .text a {
  text-decoration: underline;
}
.promo-xml .text a:hover {
  text-decoration: none;
}
.promo-xml .text p {
  margin-bottom: 0;
}

@media (max-width: 1022px) {
  .header .uk-navbar .uk-navbar-left {
    display: none !important;
  }
}
@media (min-width: 1023px) {
  .header .uk-navbar .uk-navbar-right .logo {
    display: none !important;
  }
}
.header .uk-navbar .uk-navbar-right .logo__title {
  margin-right: 0;
}

.uk-navbar-right .uk-link strong {
  margin-left: 0.5rem;
}

.uk-navbar-right .uk-button strong {
  margin-left: 0.5rem;
}

.uk-section--cta .uk-button {
  line-height: 1.2rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
