/**
 * Set the base color(s) of the theme.
 */
/**
 * Assign the colors to a variable
 */
/**
 * Base type settings
 */
/**
 * Generate the container styles
 */
/**
 * Generate button classes
 */
/**
 * Transitions
 */
/**
 * Image wrapper
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
cite {
  font-style: inherit;
  font-weight: inherit;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

[type=radio],
[type=checkbox] {
  display: inline-block;
}

select {
  appearance: none;
}

option {
  font-weight: normal;
}

textarea {
  display: block;
  overflow: auto;
  resize: vertical;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Messina Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/messina-sans/MessinaSans-Regular.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Messina Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/messina-sans/MessinaSans-Bold.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "PolySans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/polysans/PolySans-Neutral.woff2") format("woff2"), url("../fonts/polysans/PolySans-Neutral.woff") format("woff");
}
@font-face {
  font-family: "PolySans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/polysans/PolySans-Median.woff2") format("woff2"), url("../fonts/polysans/PolySans-Median.woff") format("woff");
}
*::selection {
  background: rgba(85, 65, 240, 0.25);
}

html {
  font-family: "Messina Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: clamp(10rem, 10vw, 12rem);
}

main {
  flex: 1;
}

img,
video,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

:root {
  --cc-font-family: PolySans, sans-serif -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-font-size: 15px;
  --cc-bg: #fff;
  --cc-z-index: 2147483647;
  --cc-text: #2E2E2E;
  --cc-border-radius: .45rem;
  --cc-btn-primary-bg: #5541F0;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #5541F0;
  --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
  --cc-btn-border-radius: .375rem;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: #040608;
  --cc-overlay-opacity: 0.85;
  --cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

#cc--main {
  z-index: 2147483647;
  z-index: var(--cc-z-index);
}

.cc_div *,
.cc_div :after,
.cc_div :before,
.cc_div :hover {
  animation: none;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}

.cc_div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d4156;
  color: var(--cc-text);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-size: var(--cc-font-size);
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
  font-weight: 600;
}

#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
  border-radius: 0.45rem;
  border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div a,
.cc_div button,
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  border-color: transparent;
  text-decoration: none;
}

.cc_div .c-bn > span {
  pointer-events: none;
}

#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

.c--anim #cm.bar.slide,
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide #s-inr,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  opacity: 1;
  transform: translateX(100%);
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  opacity: 1;
  transform: translateX(-100%);
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  opacity: 0.85 !important;
  opacity: var(--cc-overlay-opacity) !important;
  visibility: visible !important;
}

#cm {
  background: #fff;
  background: var(--cc-bg);
  bottom: 1.25em;
  box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  box-shadow: var(--cc-consent-modal-box-shadow);
  font-family: inherit;
  line-height: normal;
  max-width: 24.2em;
  opacity: 0;
  padding: 1em 1.4em 1.3em;
  position: fixed;
  right: 1.25em;
  transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

#cc_div #cm {
  display: block !important;
}

#c-ttl {
  font-size: 1.05em;
  margin-bottom: 0.7em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  border-radius: 0.375rem;
  border-radius: var(--cc-btn-border-radius);
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 0.82em;
  padding: 1em 1.7em;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#c-bns button + button,
#s-c-bn,
#s-cnt button + button {
  float: right;
  margin-left: 0.5rem;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button + button:active,
#s-cnt button + button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
  color: #2d4156;
  color: var(--cc-btn-secondary-hover-text);
}

#s-cnt {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

#s-bl {
  outline: none;
  scrollbar-width: thin;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .b-bn,
#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  background: none;
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  padding: 1.3em 6.4em 1.3em 2.7em;
  position: relative;
  transition: background-color 0.25s ease;
  width: 100%;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  border: 1px solid #f1f3f5;
  border: 1px solid var(--cc-section-border);
  margin-bottom: 0.4rem;
  padding: 1em;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  border: none;
  padding: 0;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

#s-cnt .p {
  color: #2d4156;
  color: var(--cc-block-text);
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

#cs {
  bottom: 0;
  left: 0;
  padding: 0 1.7em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

#cs,
#s-inr {
  height: 100%;
}

#s-inr {
  box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
  margin: 0 auto;
  max-width: 45em;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 4.75em;
  padding-top: 4.75em;
  position: relative;
  transform: scale(0.96);
  visibility: hidden;
}

#s-bns,
#s-hdr,
#s-inr {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 1.3em 1.6em;
  width: 100%;
}

#s-bns {
  border-top: 1px solid #f1f3f5;
  border-top: 1px solid var(--cc-section-border);
  bottom: 0;
  height: 4.75em;
  left: 0;
  padding: 1em 1.8em;
  position: absolute;
  right: 0;
}

.cc_div .cc-link {
  border-bottom: 1px solid #2d4156;
  border-bottom: 1px solid var(--cc-btn-primary-bg);
  color: #2d4156;
  color: var(--cc-btn-primary-bg);
  cursor: pointer;
  display: inline;
  font-weight: 600;
  padding-bottom: 0;
  text-decoration: none;
}

.cc_div .cc-link:active,
.cc_div .cc-link:hover {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  background: #2d4156;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}

#c-bns.swap button:first-child {
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
}

#c-bns.swap button:last-child {
  background: #2d4156;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #2d4156;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
  color: #fff;
  color: var(--cc-btn-primary-hover-text);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
  color: #2d4156;
  color: var(--cc-btn-secondary-hover-text);
}

#s-hdr {
  border-bottom: 1px solid #f1f3f5;
  border-bottom: 1px solid var(--cc-section-border);
  display: table;
  height: 4.75em;
  padding: 0 1.8em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#s-hdr,
#s-ttl {
  vertical-align: middle;
}

#s-ttl {
  display: table-cell;
  font-size: 1em;
}

#s-c-bn {
  font-size: 1.45em;
  font-weight: 400;
  height: 1.7em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.7em;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
    height: 100%;
    width: 0.8em;
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: 0.25em solid #fff;
    border: 0.25em solid var(--cc-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    height: 5px;
    width: 10px;
  }
}
.cc_div .b-tg {
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 0;
  right: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tgl {
  cursor: pointer;
  position: absolute;
  top: 0;
}

.cc_div .b-tg .c-tgl {
  border: 0;
  display: block;
  left: 0;
  margin: 0;
}

.cc_div .b-tg .c-tg {
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  pointer-events: none;
  position: absolute;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

.cc_div .b-tg .c-tg:after {
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-sizing: content-box;
  content: "";
  display: block;
  height: 1.25em;
  left: 0.125em;
  position: relative;
  top: 0.125em;
  transition: transform 0.25s ease;
  width: 1.25em;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl td,
#s-bl th {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#s-bl caption {
  border-bottom: 1px solid #e9edf2;
  border-bottom: 1px solid var(--cc-cookie-table-border);
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

#s-bl td,
#s-bl th {
  font-size: 0.8em;
  padding: 0.8em 0.625em 0.8em 1.2em;
  text-align: left;
  vertical-align: top;
}

#s-bl th {
  font-family: inherit;
  font-weight: 600;
  padding: 1em 1rem;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #cs,
.force--consent #s-cnt {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  background: #070707;
  background: #040608;
  background: var(--cc-overlay-bg);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: none;
  visibility: hidden;
}

.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.25s linear;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  max-width: 100vw;
  width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

.cc_div .act .b-bn .exp:before,
.cc_div .b-bn .exp:before {
  border: solid #2d4156;
  border: solid var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  left: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.cc_div .act .b-bn .b-tl:before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i:before {
  border: solid #ecf2fa;
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  left: 0.75em;
  padding: 0.1em 0.1em 0.45em;
  top: 0.37em;
}

#s-c-bn:after,
#s-c-bn:before,
.cc_div .on-i:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  transform: rotate(45deg);
}

#s-c-bn:after,
#s-c-bn:before {
  background: #2d4156;
  background: var(--cc-btn-secondary-text);
  border-radius: 1em;
  height: 0.6em;
  left: 0.82em;
  top: 0.58em;
  width: 1.5px;
}

#s-c-bn:after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  transition: opacity 0.15s ease;
  width: 50%;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i:after,
.cc_div .off-i:before {
  background: #ecf2fa;
  background: var(--cc-toggle-knob-icon-color);
  content: " ";
  display: block;
  height: 0.7em;
  margin: 0 auto;
  position: absolute;
  right: 0.8em;
  top: 0.42em;
  transform-origin: center;
  width: 0.09375em;
}

.cc_div .off-i:before {
  transform: rotate(45deg);
}

.cc_div .off-i:after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

#cm.box.middle,
#cm.cloud.middle {
  bottom: auto;
  top: 50%;
  transform: translateY(-37%);
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center,
#cm.cloud {
  left: 1em;
  margin: 0 auto;
  right: 1em;
}

#cm.cloud {
  max-width: 50em;
  overflow: hidden;
  padding: 1.2em 1.7em;
  text-align: center;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  display: table-cell;
  padding-right: 2.4em;
  vertical-align: top;
  width: 70%;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.5rem 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

#cm.bar {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: fixed;
  right: 0;
  width: 100%;
}

#cm.bar #c-inr {
  margin: 0 auto;
  max-width: 32em;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  height: 100%;
  max-height: 100%;
  top: 0;
  transform: none;
}

.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
  padding-left: 1.4em;
  padding-right: 1.4em;
}

.cc_div .bar #cs {
  padding: 0;
}

.cc_div .bar #s-inr {
  border-radius: 0;
  margin: 0 0 0 auto;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

.cc_div .bar #s-bl caption {
  border-bottom: 1px solid #e9edf2;
  border-bottom: 1px solid var(--cc-cookie-table-border);
  border-top: 0;
  display: block;
}

.cc_div .bar #s-bl thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e9edf2;
  border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  border: none;
  padding-left: 35%;
  position: relative;
}

.cc_div .bar #s-bl td:before {
  color: #2d4156;
  color: var(--cc-text);
  content: attr(data-column);
  left: 1rem;
  overflow: hidden;
  padding-right: 0.625em;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  left: 1.25em;
  right: auto;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

@media (prefers-reduced-motion) {
  #cc--main #cm,
  #cc--main #s-cnt,
  #cc--main #s-inr {
    transition: none !important;
  }
}
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.2em !important;
    right: 1em;
    width: auto;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    max-width: 100vw;
    width: auto;
  }
  #cm.top {
    bottom: auto;
    top: 1em;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1);
  }
  #s-inr {
    border-radius: 0;
    margin: 0;
    padding-bottom: 7.9em;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.2em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.2em;
  }
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
  }
  #s-bl table,
  #s-bl tbody,
  #s-bl td,
  #s-bl th,
  #s-bl thead,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  #s-bl caption {
    border-bottom: 0;
    display: block;
  }
  #s-bl thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e9edf2;
    border-top: 1px solid var(--cc-cookie-table-border);
  }
  #s-bl td {
    border: none;
    padding-left: 35%;
    position: relative;
  }
  #s-bl td:before {
    color: #2d4156;
    color: var(--cc-text);
    content: attr(data-column);
    left: 1rem;
    overflow: hidden;
    padding-right: 0.625em;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    margin-right: 0;
    width: 100%;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    float: unset;
    margin-left: 0;
    margin-top: 0.625em;
  }
  #cm.box,
  #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.left,
  #cm.cloud.right {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    min-width: unset;
    width: auto;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.o-container {
  width: 100%;
  max-width: 1920px;
  padding-right: clamp(2rem, 5vw, 4rem);
  padding-left: clamp(2rem, 5vw, 4rem);
  margin-right: auto;
  margin-left: auto;
}

/**
 * Setup modifiers to add a max-with to containers based on the breakpoints
 */
.o-container--xs {
  max-width: 360px;
}

.o-container--sm {
  max-width: 576px;
}

.o-container--md {
  max-width: 768px;
}

.o-container--lg {
  max-width: 1024px;
}

.o-container--xl {
  max-width: 1280px;
}

.o-container--xxl {
  max-width: 1440px;
}

.o-container--xxxl {
  max-width: 1920px;
}

.o-row {
  --theme-gutter-x: 2rem;
  --theme-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--theme-gutter-y));
  margin-right: calc(-0.5 * var(--theme-gutter-x));
  margin-left: calc(-0.5 * var(--theme-gutter-x));
}
.o-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--theme-gutter-x) * 0.5);
  padding-left: calc(var(--theme-gutter-x) * 0.5);
  margin-top: var(--theme-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.o-row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.o-row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.o-row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --theme-gutter-x: 0;
}

.g-0,
.gy-0 {
  --theme-gutter-y: 0;
}

.g-1,
.gx-1 {
  --theme-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --theme-gutter-y: 1rem;
}

.g-2,
.gx-2 {
  --theme-gutter-x: 1.3333333333rem;
}

.g-2,
.gy-2 {
  --theme-gutter-y: 1.3333333333rem;
}

.g-3,
.gx-3 {
  --theme-gutter-x: 2rem;
}

.g-3,
.gy-3 {
  --theme-gutter-y: 2rem;
}

.g-4,
.gx-4 {
  --theme-gutter-x: 3rem;
}

.g-4,
.gy-4 {
  --theme-gutter-y: 3rem;
}

.g-5,
.gx-5 {
  --theme-gutter-x: 4rem;
}

.g-5,
.gy-5 {
  --theme-gutter-y: 4rem;
}

.g-6,
.gx-6 {
  --theme-gutter-x: 6rem;
}

.g-6,
.gy-6 {
  --theme-gutter-y: 6rem;
}

.g-7,
.gx-7 {
  --theme-gutter-x: 8rem;
}

.g-7,
.gy-7 {
  --theme-gutter-y: 8rem;
}

.g-8,
.gx-8 {
  --theme-gutter-x: 10rem;
}

.g-8,
.gy-8 {
  --theme-gutter-y: 10rem;
}

@media (min-width: 360px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .o-row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .o-row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .o-row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .o-row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .o-row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .o-row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .o-row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --theme-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --theme-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --theme-gutter-x: 1.3333333333rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --theme-gutter-y: 1.3333333333rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --theme-gutter-x: 2rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --theme-gutter-y: 2rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --theme-gutter-x: 3rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --theme-gutter-y: 3rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --theme-gutter-x: 4rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --theme-gutter-y: 4rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --theme-gutter-x: 6rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --theme-gutter-y: 6rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --theme-gutter-x: 8rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --theme-gutter-y: 8rem;
  }
  .g-xs-8,
  .gx-xs-8 {
    --theme-gutter-x: 10rem;
  }
  .g-xs-8,
  .gy-xs-8 {
    --theme-gutter-y: 10rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .o-row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .o-row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .o-row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .o-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .o-row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .o-row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .o-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --theme-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --theme-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --theme-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --theme-gutter-y: 1rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --theme-gutter-x: 1.3333333333rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --theme-gutter-y: 1.3333333333rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --theme-gutter-x: 2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --theme-gutter-y: 2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --theme-gutter-x: 3rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --theme-gutter-y: 3rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --theme-gutter-x: 4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --theme-gutter-y: 4rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --theme-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --theme-gutter-y: 6rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --theme-gutter-x: 8rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --theme-gutter-y: 8rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --theme-gutter-x: 10rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --theme-gutter-y: 10rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .o-row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .o-row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .o-row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .o-row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .o-row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .o-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .o-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --theme-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --theme-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --theme-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --theme-gutter-y: 1rem;
  }
  .g-md-2,
  .gx-md-2 {
    --theme-gutter-x: 1.3333333333rem;
  }
  .g-md-2,
  .gy-md-2 {
    --theme-gutter-y: 1.3333333333rem;
  }
  .g-md-3,
  .gx-md-3 {
    --theme-gutter-x: 2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --theme-gutter-y: 2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --theme-gutter-x: 3rem;
  }
  .g-md-4,
  .gy-md-4 {
    --theme-gutter-y: 3rem;
  }
  .g-md-5,
  .gx-md-5 {
    --theme-gutter-x: 4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --theme-gutter-y: 4rem;
  }
  .g-md-6,
  .gx-md-6 {
    --theme-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --theme-gutter-y: 6rem;
  }
  .g-md-7,
  .gx-md-7 {
    --theme-gutter-x: 8rem;
  }
  .g-md-7,
  .gy-md-7 {
    --theme-gutter-y: 8rem;
  }
  .g-md-8,
  .gx-md-8 {
    --theme-gutter-x: 10rem;
  }
  .g-md-8,
  .gy-md-8 {
    --theme-gutter-y: 10rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .o-row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .o-row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .o-row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .o-row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .o-row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .o-row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .o-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --theme-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --theme-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --theme-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --theme-gutter-y: 1rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --theme-gutter-x: 1.3333333333rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --theme-gutter-y: 1.3333333333rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --theme-gutter-x: 2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --theme-gutter-y: 2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --theme-gutter-x: 3rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --theme-gutter-y: 3rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --theme-gutter-x: 4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --theme-gutter-y: 4rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --theme-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --theme-gutter-y: 6rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --theme-gutter-x: 8rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --theme-gutter-y: 8rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --theme-gutter-x: 10rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --theme-gutter-y: 10rem;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .o-row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .o-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .o-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .o-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .o-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .o-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .o-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --theme-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --theme-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --theme-gutter-x: 1.3333333333rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --theme-gutter-y: 1.3333333333rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --theme-gutter-x: 2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --theme-gutter-y: 2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --theme-gutter-x: 3rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --theme-gutter-y: 3rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --theme-gutter-x: 4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --theme-gutter-y: 4rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --theme-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --theme-gutter-y: 6rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --theme-gutter-x: 8rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --theme-gutter-y: 8rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --theme-gutter-x: 10rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --theme-gutter-y: 10rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .o-row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .o-row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .o-row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .o-row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .o-row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .o-row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .o-row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --theme-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --theme-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --theme-gutter-x: 1.3333333333rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --theme-gutter-y: 1.3333333333rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --theme-gutter-x: 2rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --theme-gutter-y: 2rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --theme-gutter-x: 3rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --theme-gutter-y: 3rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --theme-gutter-x: 4rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --theme-gutter-y: 4rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --theme-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --theme-gutter-y: 6rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --theme-gutter-x: 8rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --theme-gutter-y: 8rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --theme-gutter-x: 10rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --theme-gutter-y: 10rem;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .o-row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .o-row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .o-row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .o-row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .o-row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .o-row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .o-row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --theme-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --theme-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --theme-gutter-x: 1.3333333333rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --theme-gutter-y: 1.3333333333rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --theme-gutter-x: 2rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --theme-gutter-y: 2rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --theme-gutter-x: 3rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --theme-gutter-y: 3rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --theme-gutter-x: 4rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --theme-gutter-y: 4rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --theme-gutter-x: 6rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --theme-gutter-y: 6rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --theme-gutter-x: 8rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --theme-gutter-y: 8rem;
  }
  .g-xxxl-8,
  .gx-xxxl-8 {
    --theme-gutter-x: 10rem;
  }
  .g-xxxl-8,
  .gy-xxxl-8 {
    --theme-gutter-y: 10rem;
  }
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "PolySans", sans-serif;
  font-weight: 600;
  color: #2E2E2E;
  line-height: 1.1;
}

h1, .h1 {
  font-size: calc(1.4625rem + 2.55vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.375rem;
  }
}

h2, .h2 {
  font-size: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.1875rem;
  }
}

h4, .h4 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.5625rem;
  }
}

h6, .h6 {
  font-size: 1.25rem;
}

.e-rich-text ul li,
.e-rich-text ol li, p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #595959;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

small,
.e-small {
  display: block;
  margin-bottom: 1rem;
  font-family: "PolySans", sans-serif;
  font-size: calc(1.2875rem + 0.45vw);
  font-weight: 600;
  color: #808080;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  small,
  .e-small {
    font-size: 1.625rem;
  }
}

.e-small--primary {
  color: #5541F0;
}

.e-image {
  position: relative;
}

.e-image--ratio-3-2 {
  padding-top: 66.6666%;
}

.e-image--ratio-2-3 {
  padding-top: 150%;
}

.e-image--ratio-1-1 {
  padding-top: 100%;
}

.e-image--round {
  border-radius: 50%;
}

.e-image--hero {
  padding-top: 66.6666%;
  border-top-right-radius: clamp(3rem, 7.5vw, 9rem);
}
@media (min-width: 768px) {
  .e-image--hero {
    padding-top: 42.5%;
  }
}

.e-image--quote-author {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.e-rich-text {
  /**
  * Set the bottom margin on heading elements
  */
  /**
   * Set the top margin for heading elements to create space between sections
   */
  /**
  * Set the margin between paragraphs
  */
  /**
   * Set the margin between lists
   */
  /**
   * Bold paragraph
   */
  /**
   * Links
   */
  /**
   * Lists
   */
}
.e-rich-text h1,
.e-rich-text h2,
.e-rich-text h3,
.e-rich-text h4,
.e-rich-text h5,
.e-rich-text h6 {
  margin-bottom: 1.5rem;
}
.e-rich-text * + h1,
.e-rich-text * + h2,
.e-rich-text * + h3,
.e-rich-text * + h4,
.e-rich-text * + h5,
.e-rich-text * + h6 {
  margin-top: 3rem !important;
}
.e-rich-text p + *,
.e-rich-text table + *,
.e-rich-text .c-btn + * {
  margin-top: 1.5rem;
}
.e-rich-text ul + *,
.e-rich-text ol + * {
  margin-top: 1.5rem;
}
.e-rich-text p strong {
  color: #2E2E2E;
}
.e-rich-text a:not(.c-btn):not(.c-btn-simple) {
  color: #5541F0;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.e-rich-text ul ul,
.e-rich-text ol ul {
  margin-top: 1rem;
}
.e-rich-text ul li + li,
.e-rich-text ol li + li {
  margin-top: 1rem;
}
.e-rich-text ul li,
.e-rich-text ol li {
  position: relative;
  display: block;
  padding-left: 2rem;
}
.e-rich-text ul li:before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon-checkmark.svg) no-repeat center;
  background-size: contain;
}
.e-rich-text ol {
  counter-reset: ol-counter;
}
.e-rich-text ol li {
  counter-increment: ol-counter;
}
.e-rich-text ol li:before {
  content: counter(ol-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: #5541F0;
  font-weight: 600;
}

.e-rich-text--compact h1,
.e-rich-text--compact h2,
.e-rich-text--compact h3,
.e-rich-text--compact h4,
.e-rich-text--compact h5,
.e-rich-text--compact h6 {
  margin-bottom: 1rem;
}

/**
 * Labels
 */
label,
legend {
  display: block;
  font-family: "PolySans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2E2E2E;
}

/**
 * Input fields
 */
input:not([type=checkbox]),
select,
textarea {
  display: block;
  width: 100%;
  appearance: none;
  transition: border 0.2s ease-in-out;
  background: none;
  border-bottom: 1px solid rgba(46, 46, 46, 0.2);
  font-family: "Messina Sans", sans-serif;
  font-size: 1.125rem;
  color: rgba(46, 46, 46, 0.75);
}
input:not([type=checkbox]):focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: 1px solid #5541F0;
}
input:not([type=checkbox])::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(85, 65, 240, 0.5);
}
input:not([type=checkbox]):-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 3rem rgba(85, 65, 240, 0.05) inset;
  -webkit-text-fill-color: #5541F0;
}
input:not([type=checkbox])[aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true] {
  border-bottom: 1px solid red;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
select {
  height: 3rem;
}

textarea {
  min-height: 5rem;
  max-height: 7.5rem;
  padding-top: 0.75rem;
  font-size: 1.125rem;
}

/**
 * Submit button
 */
button[type=submit] {
  display: inline-block;
  padding: 1rem 1.3333333333rem;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
  background: #5541F0;
  border-radius: 5rem;
  font-family: "PolySans", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
button[type=submit]:hover, button[type=submit]:focus {
  background: rgb(43.3658536585, 18.5853658537, 235.4146341463);
}

/**
 * Checkbox
 */
.fui-checkbox label {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  padding-top: 0.15rem;
  font-size: 0.9375rem;
}
.fui-checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #2E2E2E;
  border-radius: 3px;
}
.fui-checkbox label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  background: #5541F0;
  border-radius: 1px;
}
.fui-checkbox label a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.fui-checkbox input {
  position: absolute;
  left: -99999px;
}
.fui-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.fui-checkbox input[aria-invalid=true] + label:before {
  border: 1px solid red;
}

/**
 * Formie fields
 */
.fui-row {
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .fui-row {
    flex-direction: row;
  }
}
.fui-row:not(:first-of-type) .fui-field {
  margin-top: 3rem;
}

.fui-btn-wrapper {
  margin-top: 2rem;
}

.fui-alert {
  margin-bottom: 2rem;
  padding: 1rem;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  font-family: "PolySans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.fui-alert p {
  color: #F2F0F1;
}

.fui-alert-error {
  background: #2E2E2E;
  color: #fff;
}

.fui-alert-success {
  background: #5541F0;
  color: #fff;
}

.fui-error-message {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: rgba(46, 46, 46, 0.5);
}

.c-autoplay-video .o-container {
  width: 100%;
  height: auto;
}
.c-autoplay-video__wrapper {
  aspect-ratio: 16/9;
  position: relative;
}
.c-autoplay-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.c-autoplay-video__bar {
  opacity: 0;
  background-image: linear-gradient(to top, hsla(0, 0%, 18%, 0.5), hsla(0, 0%, 64%, 0));
  width: 100%;
  position: absolute;
  bottom: 4px;
  right: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0, 1);
}
.c-autoplay-video__bar:has(.c-autoplay-video__button:focus) {
  opacity: 1;
}
.c-autoplay-video__button {
  aspect-ratio: 1;
  margin-top: 1rem;
  width: 3rem;
  display: grid;
  place-items: center;
  appearance: none;
  background: unset;
}
.c-autoplay-video__pause, .c-autoplay-video__play {
  display: none;
}
.c-autoplay-video:hover .c-autoplay-video__bar {
  opacity: 1;
}

.c-baseline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  background: #5541F0;
  font-size: 1.25rem;
  color: #fff;
  white-space: nowrap;
}
.c-baseline svg {
  height: 1rem;
  width: auto;
}

.c-box {
  padding: clamp(2rem, 5vw, 4rem);
}

.c-button-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #5541F0;
  border-radius: 50%;
  outline-offset: 3px;
  transition: background 0.25s ease-in-out;
}
.c-button-secondary:hover, .c-button-secondary:focus {
  background: #5541F0;
}
.c-button-secondary:hover svg path, .c-button-secondary:focus svg path {
  fill: #fff;
}
.c-button-secondary svg {
  width: 1.45rem;
}
.c-button-secondary svg path {
  transition: fill 0.25s ease-in-out;
}

.c-button-secondary--up svg {
  transform: rotate(90deg);
}

.c-button-secondary--right svg {
  transform: rotate(180deg);
}

.c-button-secondary--down svg {
  transform: rotate(-90deg);
}

.c-btn-simple {
  position: relative;
  display: inline-block;
  padding-right: 2.25rem;
  transition: text-decoration-color 0.25s ease-in-out;
  font-family: "PolySans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #5541F0;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(85, 65, 240, 0.15);
  text-underline-offset: 8px;
}
.c-btn-simple:hover, .c-btn-simple:focus {
  text-decoration-color: #5541F0;
}
.c-btn-simple:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.25rem;
  background: url(../img/icon-arrow-right.svg) no-repeat right center;
  background-size: contain;
}

/**
 * Basic styling
 */
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.3333333333rem;
  border-radius: 50rem;
  font-family: "PolySans", sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
.c-btn:hover .c-btn__background, .c-btn:focus .c-btn__background {
  transform: translateY(0) scale(1.1);
  border-radius: 0;
}
.c-btn:hover .c-btn__label span, .c-btn:focus .c-btn__label span {
  transform: translateY(-90%);
}

.c-btn__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(101%);
  transition: all 0.75s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 50% 50% 0 0;
  z-index: 1;
}

.c-btn__label {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.c-btn__label span {
  display: block;
  transition: all 0.75s cubic-bezier(0.4, 0, 0, 1);
  padding-top: 0.15rem;
}
.c-btn__label span:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(110%);
}

/**
 * Color classes
 */
.c-btn--primary {
  background-color: #5541F0;
  color: #fff;
  outline-offset: 3px;
}
.c-btn--primary:hover .c-btn__background, .c-btn--primary:focus .c-btn__background {
  background: rgb(63.8536585366, 41.3658536585, 238.1341463415);
}
.c-btn--primary .c-btn__background {
  background: rgb(63.8536585366, 41.3658536585, 238.1341463415);
}

.c-btn--secondary {
  background-color: #2E2E2E;
  color: #fff;
}
.c-btn--secondary:hover .c-btn__background, .c-btn--secondary:focus .c-btn__background {
  background: rgb(20.5, 20.5, 20.5);
}
.c-btn--secondary .c-btn__background {
  background: rgb(20.5, 20.5, 20.5);
}

.c-btn--ghost-primary {
  border-color: #5541F0;
  color: #5541F0;
}
.c-btn--ghost-primary:hover .c-btn__label, .c-btn--ghost-primary:focus .c-btn__label {
  color: #fff;
}
.c-btn--ghost-primary .c-btn__background {
  background: #5541F0;
}

.c-btn--ghost-secondary {
  border-color: #2E2E2E;
  color: #2E2E2E;
}
.c-btn--ghost-secondary:hover .c-btn__label, .c-btn--ghost-secondary:focus .c-btn__label {
  color: #fff;
}
.c-btn--ghost-secondary .c-btn__background {
  background: #2E2E2E;
}

/**
 * Modifiers
 */
.c-btn--sm {
  padding: 1rem;
  font-size: 1.0625rem;
}

.c-btn--lg {
  padding: 1.3333333333rem 2rem;
}

.c-callout p {
  font-family: "PolySans", sans-serif;
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  color: #2E2E2E;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .c-callout p {
    font-size: 2.5rem;
  }
}

.c-checklist li + li {
  margin-top: 2rem;
}
.c-checklist li {
  position: relative;
  display: block;
  padding-left: 2.5rem;
  font-family: "PolySans", sans-serif;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 400;
  color: #2E2E2E;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .c-checklist li {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .c-checklist li {
    padding-left: 3rem;
  }
}
.c-checklist li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.5rem;
  background: url(../img/icon-checkmark-alt.svg) no-repeat left center;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-checklist li:before {
    width: 1.5rem;
    height: 1.75rem;
  }
}

.c-cta-form {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top-right-radius: clamp(3rem, 7.5vw, 9rem);
}
@media (min-width: 768px) {
  .c-cta-form {
    flex-direction: row;
  }
}

.c-cta-form__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 3rem clamp(2rem, 5vw, 4rem);
  background: #5541F0;
}
@media (min-width: 1280px) {
  .c-cta-form__body {
    padding: calc(clamp(2rem, 5vw, 4rem) * 1.25);
  }
}

.c-cta-form__body-wrap,
.c-cta-form__form-wrap {
  width: 100%;
  max-width: 30rem;
}

.c-cta-form__title {
  font-family: "PolySans", sans-serif;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (min-width: 1200px) {
  .c-cta-form__title {
    font-size: 2rem;
  }
}
.c-cta-form__title + * {
  margin-top: 2rem;
}

.c-cta-form__subtitle + * {
  margin-top: 4rem;
}
.c-cta-form__subtitle p {
  font-size: calc(1.2625rem + 0.15vw);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.35;
}
@media (min-width: 1200px) {
  .c-cta-form__subtitle p {
    font-size: 1.375rem;
  }
}
.c-cta-form__subtitle p u,
.c-cta-form__subtitle p em {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15rem;
}
.c-cta-form__subtitle a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15rem;
}

.c-cta-form__contact-info dd {
  font-family: "PolySans", sans-serif;
  font-size: 1.1875rem;
  color: #fff;
  line-height: 2;
}
.c-cta-form__contact-info dd a {
  color: inherit;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15rem;
  transition: text-decoration-color 0.25s ease-in-out;
}
.c-cta-form__contact-info dd a:hover, .c-cta-form__contact-info dd a:focus {
  text-decoration-color: #fff;
}

.c-cta-form__form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 3rem clamp(2rem, 5vw, 4rem);
  background: #F2F0F1;
}
@media (min-width: 1280px) {
  .c-cta-form__form {
    padding: calc(clamp(2rem, 5vw, 4rem) * 1.25);
  }
}

.c-cta__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-cta__inner {
    flex-direction: row;
    max-width: 1920px;
    margin: 0 auto;
    padding-right: clamp(2rem, 5vw, 4rem);
    padding-left: clamp(2rem, 5vw, 4rem);
  }
}

.c-cta__content {
  flex: 1;
  padding: 4rem clamp(2rem, 5vw, 4rem);
  background: #2E2E2E;
  border-top-left-radius: clamp(3rem, 5vw, 6rem);
  border-top-right-radius: clamp(3rem, 5vw, 6rem);
}
@media (min-width: 768px) {
  .c-cta__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem clamp(2rem, 5vw, 4rem);
    border-top-right-radius: 0;
  }
}
@media (min-width: 1280px) {
  .c-cta__content {
    padding: 8rem clamp(2rem, 5vw, 4rem);
  }
}

.c-cta__content-wrap {
  max-width: 30rem;
}

.c-cta__title {
  display: block;
  font-family: "PolySans", sans-serif;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2px;
}
@media (min-width: 1200px) {
  .c-cta__title {
    font-size: 2rem;
  }
}
.c-cta__title + * {
  margin-top: 2rem;
}

.c-cta__image {
  position: relative;
  padding-top: 66.6666%;
}
@media (min-width: 768px) {
  .c-cta__image {
    width: 50%;
    padding-top: 0;
    border-top-right-radius: clamp(3rem, 5vw, 6rem);
  }
}

@media (min-width: 768px) {
  [data-cursor] {
    cursor: none;
  }
}

.c-cursor {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 99;
  user-select: none;
  pointer-events: none;
  visibility: hidden;
  display: none;
  background: #2E2E2E;
  box-shadow: 0 0 3rem rgba(85, 65, 240, 0.5);
  font-family: "Messina Sans", sans-serif;
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 600;
  color: #fff;
}
@media (min-width: 1200px) {
  .c-cursor {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .c-cursor {
    display: flex;
  }
}

.c-hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #5541F0;
  border: 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 0;
  padding-right: 0.15rem;
  appearance: none;
  overflow: hidden;
  outline-offset: 3px;
  transition: background 0.25s ease-in-out;
  cursor: pointer;
}
.c-hamburger:hover, .c-hamburger[aria-pressed=true] {
  background: rgb(74.4268292683, 53.1829268293, 239.0670731707);
}
.c-hamburger:hover:after, .c-hamburger[aria-pressed=true]:after {
  transform: translateX(0);
  border-radius: 0;
}
.c-hamburger:hover span, .c-hamburger[aria-pressed=true] span {
  width: 1.375rem;
}
.c-hamburger:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(101%);
  transition: all 0.75s cubic-bezier(0.4, 0, 0, 1);
  background: rgb(63.8536585366, 41.3658536585, 238.1341463415);
  border-radius: 0 0 50% 50%;
  z-index: 1;
}
.c-hamburger span + span {
  margin-top: 5px;
}
.c-hamburger span {
  position: relative;
  display: block;
  width: 1rem;
  height: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  transition: background 0.25s ease-in-out, width 0.25s ease-in-out;
  z-index: 2;
}
.c-hamburger span:nth-child(2) {
  width: 1.375rem;
}

.c-hero {
  overflow-x: hidden;
}

.c-hero__content {
  padding: 1.3333333333rem 0 3rem;
}
@media (min-width: 768px) {
  .c-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 60vh;
  }
}
.c-hero__content .c-baseline + * {
  margin-top: 2rem;
}

.c-hero__title {
  font-size: calc(1.59375rem + 4.125vw);
  line-height: 1.15;
  max-width: 65rem;
}
@media (min-width: 1200px) {
  .c-hero__title {
    font-size: 4.6875rem;
  }
}
.c-hero__title + * {
  margin-top: 2rem;
}
.c-hero__title span:not(.c-baseline) {
  display: block;
}
@media (min-width: 768px) {
  .c-hero__title span:not(.c-baseline) {
    display: inline;
  }
}
.c-hero__title .c-baseline {
  position: relative;
}
@media (min-width: 768px) {
  .c-hero__title .c-baseline {
    top: clamp(-0.85rem, -1.25vw, -1rem);
  }
}

.c-hero__intro {
  font-size: calc(1.2625rem + 0.15vw);
  max-width: 31.5rem;
}
@media (min-width: 1200px) {
  .c-hero__intro {
    font-size: 1.375rem;
  }
}
.c-hero__intro:last-of-type {
  max-width: 28rem;
}
@media (min-width: 768px) {
  .c-hero__intro br {
    display: none;
  }
}

.c-hero__visual {
  position: relative;
}
.c-hero__visual:after {
  content: "";
  position: absolute;
  top: 20vw;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #F2F0F1;
  z-index: -1;
}
.c-hero__visual .o-container {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .c-hero__visual .o-container {
    padding-right: clamp(2rem, 5vw, 4rem);
    padding-left: clamp(2rem, 5vw, 4rem);
  }
}

.c-hero__visual-wrap {
  border-top-right-radius: clamp(3rem, 10vw, 12rem);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.c-hero__visual-wrap:hover .c-hero__visual-bar {
  opacity: 1;
}

.c-hero__visual-bar {
  opacity: 0;
  background-image: linear-gradient(to top, hsla(0, 0%, 18%, 0.5), hsla(0, 0%, 64%, 0));
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0, 1);
}
.c-hero__visual-bar:has(.c-hero__visual-button:focus) {
  opacity: 1;
}

.c-hero__visual-button {
  aspect-ratio: 1;
  margin-top: 1rem;
  width: 3rem;
  display: grid;
  place-items: center;
  appearance: none;
  background: unset;
}

.c-hero__visual-pause,
.c-hero__visual-play {
  display: none;
}

.c-highlight {
  background-color: #5541F0;
  box-shadow: -0.15rem 0 #5541F0, 0.15rem 0 #5541F0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
}

.c-info-list {
  font-family: "PolySans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2E2E2E;
  line-height: 2;
}

.c-info-list__description a {
  color: inherit;
  text-decoration-color: rgba(46, 46, 46, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color 0.25s ease-in-out;
}
.c-info-list__description a:hover, .c-info-list__description a:focus {
  text-decoration-color: #2E2E2E;
}

.c-inline-video {
  position: relative;
}
.c-inline-video .o-container {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c-inline-video .c-inline-video__thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: #2E2E2E;
}
.c-inline-video img {
  transition: opacity 0.5s;
}
.c-inline-video .c-inline-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 1px;
  background: #fff;
}
@media (min-width: 48rem) {
  .c-inline-video .c-inline-video__play {
    transform: translate(-50%, -50%) scale(2);
  }
}
.c-inline-video svg {
  width: auto;
  height: auto;
  margin-left: 3px;
}
.c-inline-video svg path {
  fill: #5541F0;
  transition: fill 0.2s;
}

.c-inline-video__video:hover img {
  opacity: 0.8;
}
.c-inline-video__video:hover .c-inline-video__play {
  background: #5541F0;
}
.c-inline-video__video:hover svg path {
  fill: #fff;
}

.c-label {
  display: inline-block;
  font-family: "PolySans", sans-serif;
}

.c-label--usp {
  padding: 1rem 1.3333333333rem;
  border-radius: 50rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-label--usp {
    font-size: 1.25rem;
    padding: 1rem 2rem;
  }
}
.c-label--usp.c-label--white {
  border: 1px solid #5541F0;
  box-shadow: 0 0 1.5rem rgba(46, 46, 46, 0.2);
}

.c-label--sm {
  padding: 0.35rem 0.85rem 0.3rem 0.5rem;
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

.c-label--primary {
  background: #5541F0;
  color: #fff;
}

.c-label--secondary {
  background: #2E2E2E;
  color: #fff;
}

.c-label--white {
  background: #fff;
  color: #5541F0;
}

.c-label--gradient {
  background: #5541F0;
  background: linear-gradient(270deg, #5541F0 0%, rgb(21, 16, 58) 100%);
  color: #fff;
}

.c-logo-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-logo-grid {
    flex-direction: row;
    align-items: center;
  }
}

.c-logo-grid__title {
  font-family: "PolySans", sans-serif;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
  color: #2E2E2E;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-logo-grid__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .c-logo-grid__title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .c-logo-grid__title {
    width: 25%;
  }
}

.c-logo-grid__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .c-logo-grid__body {
    flex: 1;
  }
}

.c-logo-grid__item {
  width: calc(50% - 2rem);
  text-align: center;
}
@media (min-width: 576px) {
  .c-logo-grid__item {
    width: calc(33.3333% - 2rem);
  }
}
@media (min-width: 1024px) {
  .c-logo-grid__item {
    width: auto;
    flex: 1;
  }
}
.c-logo-grid__item svg,
.c-logo-grid__item img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 6.25rem;
  max-height: 3rem;
  opacity: 0.3;
}

.c-logo {
  position: relative;
  display: inline-block;
  width: 8.75rem;
}
.c-logo:hover:after, .c-logo:focus:after {
  width: 87%;
}
.c-logo:after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 2px;
  background: #5541F0;
  transition: width 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (min-width: 768px) {
  .c-mobile-nav {
    display: none;
  }
}
.c-mobile-nav .c-nav-primary ul {
  gap: 1.3333333333rem;
}
.c-mobile-nav .c-nav-primary a:not(.c-btn) {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .c-mobile-nav .c-nav-primary a:not(.c-btn) {
    font-size: 2.1875rem;
  }
}
.c-mobile-nav .c-nav-primary .c-btn {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .c-mobile-nav .c-nav-primary .c-btn {
    font-size: 1.875rem;
  }
}

.c-mobile-nav__backdrop,
.c-mobile-nav__body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
}

.c-mobile-nav__backdrop {
  opacity: 0;
  background: rgba(46, 46, 46, 0.35);
  pointer-events: none;
}

.c-mobile-nav__body {
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 8rem clamp(2rem, 5vw, 4rem);
  border-top-left-radius: 75%;
  border-bottom-left-radius: 75%;
}

.c-music-floater {
  display: none;
  position: fixed;
  right: calc(clamp(2rem, 5vw, 4rem) * 1.5);
  bottom: clamp(2rem, 5vw, 4rem);
  z-index: 97;
}
@media (min-width: 768px) {
  .c-music-floater {
    display: block;
  }
}
.c-music-floater:hover .c-music-floater__record, .c-music-floater:focus .c-music-floater__record, .c-music-floater:focus-within .c-music-floater__record {
  opacity: 0.5;
}
.c-music-floater:hover .c-music-floater__album-cover, .c-music-floater:focus .c-music-floater__album-cover, .c-music-floater:focus-within .c-music-floater__album-cover {
  opacity: 1;
}
.c-music-floater:hover .c-music-floater__toggle, .c-music-floater:focus .c-music-floater__toggle, .c-music-floater:focus-within .c-music-floater__toggle {
  opacity: 1;
  visibility: visible;
}

.c-music-floater__record {
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  background: url(../img/music-floater-record.png) no-repeat center;
  background-size: contain;
  transition: opacity 0.25s ease-in-out;
}

.c-music-floater__text,
.c-music-floater__album-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-music-floater__text {
  width: 9rem;
  height: 9rem;
  background: url(../img/music-floater-text.svg) no-repeat center;
  background-size: contain;
}

.c-music-floater__album-cover {
  width: 5rem;
  height: 5rem;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.c-music-floater__toggle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 12.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  background: #2E2E2E;
  border-radius: 2rem;
  font-family: "PolySans", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}
@media (min-width: 1024px) {
  .c-music-floater__toggle {
    width: 15rem;
  }
}
.c-music-floater__toggle:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 50%) rotate(45deg);
  width: 0.75rem;
  height: 0.75rem;
  background: #2E2E2E;
  z-index: 2;
}
.c-music-floater__toggle strong {
  font-weight: 600;
  color: #fff;
}

.c-music-floater__toggle-heading {
  display: block;
  padding: 1rem;
  background: rgb(71.5, 71.5, 71.5);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.c-music-floater__toggle-body {
  padding: 1rem;
}
.c-music-floater__toggle-body span {
  display: block;
}

.c-music-floater__toggle-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background: rgb(71.5, 71.5, 71.5);
  border-radius: 5rem;
  transition: background 0.25s ease-in-out;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.c-music-floater__toggle-button:hover, .c-music-floater__toggle-button:focus {
  background: #5541F0;
}
.c-music-floater__toggle-button:before {
  content: "";
  width: 1.05rem;
  height: 1.05rem;
  background: url(../img/icon-play-spotify.svg) no-repeat center;
  background-size: contain;
}

.c-nav-primary__list {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .c-nav-primary__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .c-nav-primary__list {
    gap: 2rem;
  }
}

.c-nav-primary__list-item {
  display: block;
}
.c-nav-primary__list-item a:not(.c-btn) {
  font-family: "PolySans", sans-serif;
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 600;
  color: #2E2E2E;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.25s ease-in-out;
}
@media (min-width: 1200px) {
  .c-nav-primary__list-item a:not(.c-btn) {
    font-size: 1.375rem;
  }
}
.c-nav-primary__list-item a:not(.c-btn):hover, .c-nav-primary__list-item a:not(.c-btn):focus, .c-nav-primary__list-item a:not(.c-btn)[aria-current=page] {
  text-decoration-color: rgba(46, 46, 46, 0.35);
}

.c-numbered-list {
  counter-reset: ol-counter;
}
.c-numbered-list li {
  position: relative;
  display: block;
  padding-left: 3rem;
  counter-increment: ol-counter;
  font-family: "PolySans", sans-serif;
  font-size: 1.125rem;
  color: #2E2E2E;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .c-numbered-list li {
    padding-left: 4rem;
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .c-numbered-list li {
    font-size: 1.625rem;
  }
}
.c-numbered-list li:before {
  content: "0" counter(ol-counter);
  position: absolute;
  top: 0;
  left: 0;
  color: #808080;
}
.c-numbered-list li + li {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .c-numbered-list li + li {
    margin-top: 2rem;
  }
}
.c-numbered-list li a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15rem;
  text-decoration-color: #A4A4A4;
  transition: color 0.25s ease-in-out;
}
.c-numbered-list li a:hover, .c-numbered-list li a:focus {
  color: #5541F0;
}

.c-page-intro {
  position: relative;
}
.c-page-intro:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4rem;
  background: #F2F0F1;
  z-index: -1;
}

.c-page-intro__content {
  padding: clamp(4rem, 12.5vw, 8rem) 0 4rem;
}
@media (min-width: 768px) {
  .c-page-intro__content {
    padding: clamp(4rem, 12.5vw, 8rem) 0 calc(clamp(4rem, 12.5vw, 8rem) + 4rem);
  }
}
.c-page-intro__content h1 + * {
  margin-top: clamp(2rem, 5vw, 4rem) !important;
}
.c-page-intro__content p {
  color: #595959 !important;
  line-height: 1.4;
}
.c-page-intro__content .c-info-list {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.c-page-intro__image {
  position: relative;
  padding-top: 75%;
  border-top-left-radius: clamp(3rem, 10vw, 12rem);
}
@media (min-width: 768px) {
  .c-page-intro__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 56%;
    padding-top: 0;
  }
}

.c-person-card {
  position: relative;
}
.c-person-card:hover .c-person-card__name, .c-person-card:focus .c-person-card__name {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.c-person-card__image img {
  border-top-right-radius: clamp(3rem, 10vw, 12rem);
}

.c-person-card__name {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  transition: all 1s cubic-bezier(0.4, 0, 0, 1);
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 600;
  color: #fff;
}
@media (min-width: 1200px) {
  .c-person-card__name {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .c-person-card__name {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

.c-person-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.c-person-label__image {
  width: 3rem;
}

.c-person-label__name,
.c-person-label__function {
  display: block;
  font-family: "PolySans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.c-person-label__name {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-person-label__name {
    font-size: 1.5rem;
  }
}

.c-person-label__function {
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #A4A4A4;
}

/**
 * Modifiers
 */
.c-person-label--simple .c-person-label__name {
  font-size: 1.25rem;
  color: #A4A4A4;
}

.c-person-label--complex .c-person-label__image {
  width: 4rem;
}
.c-person-label--complex .c-person-label__name {
  font-size: 1.25rem;
  font-weight: 400;
  color: #2E2E2E;
}

.c-person-label--button {
  padding: 0.5rem 1.3333333333rem 0.5rem 0.5rem;
  border-radius: 50rem;
  background: #F2F0F1;
  transition: background 0.25s ease-in-out;
}
.c-person-label--button:hover, .c-person-label--button:focus {
  background: #5541F0;
}
.c-person-label--button:hover .c-person-label__name, .c-person-label--button:focus .c-person-label__name {
  color: #fff;
}
.c-person-label--button .c-person-label__name {
  transition: color 0.25s ease-in-out;
  color: #2E2E2E;
}

.c-quote {
  position: relative;
  max-width: 40rem;
  padding-top: calc(clamp(2rem, 5vw, 4rem) + 1rem);
}
.c-quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(2rem, 5vw, 4rem);
  height: clamp(2rem, 5vw, 4rem);
  background: url(../img/icon-quote.svg) no-repeat center;
  background-size: contain;
}
.c-quote p {
  font-family: "PolySans", sans-serif;
  font-size: calc(1.3375rem + 1.05vw);
  font-weight: 600;
  color: #2E2E2E;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .c-quote p {
    font-size: 2.125rem;
  }
}

.c-quote__footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .c-quote__footer {
    flex-direction: row;
    align-items: center;
  }
}
.c-quote__footer .e-image {
  flex-shrink: 0;
}

.c-quote__author,
.c-quote__cite {
  display: block;
  font-size: 1.0625rem;
  color: #2E2E2E;
  line-height: 1.25;
}

.c-quote__cite {
  color: #595959;
}

.c-quote--alt {
  max-width: 100%;
}
.c-quote--alt p {
  color: #2E2E2E;
}

.c-rotator {
  display: inline-block;
  padding: 0 0.4rem;
  background: #5541F0;
  color: #fff;
  font-weight: 600;
}

.c-service-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-service-card {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .c-service-card {
    gap: 6rem;
  }
}
@media (min-width: 1280px) {
  .c-service-card {
    gap: 8rem;
  }
}

.c-service-card__icon {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .c-service-card__icon {
    flex-shrink: 0;
    width: 40%;
  }
}
.c-service-card__icon img,
.c-service-card__icon svg {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 40%;
  max-height: 40%;
}

.c-service-card__image {
  overflow: hidden;
  position: relative;
  padding-top: 85%;
  border-radius: clamp(2rem, 4vw, 4rem);
  position: relative;
  text-align: center;
}
.c-service-card__image figure {
  height: 100%;
}
.c-service-card__image figure picture {
  height: 100%;
}
.c-service-card__image figure picture img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .c-service-card__image {
    flex-shrink: 0;
    width: 40%;
    padding-top: 34%;
  }
}

@media (min-width: 768px) {
  .c-service-card__body {
    max-width: 35rem;
  }
}
.c-service-card__body h3 {
  font-size: calc(1.4625rem + 2.55vw);
  font-weight: 600;
  color: #A4A4A4;
}
@media (min-width: 1200px) {
  .c-service-card__body h3 {
    font-size: 3.375rem;
  }
}
.c-service-card__body h3 + * {
  margin-top: 1.3333333333rem;
}
.c-service-card__body h3 strong {
  display: block;
  color: #2E2E2E;
}
.c-service-card__body p {
  font-size: calc(1.2875rem + 0.45vw);
  color: #2E2E2E;
}
@media (min-width: 1200px) {
  .c-service-card__body p {
    font-size: 1.625rem;
  }
}

/**
 * Modifiers
 */
.c-service-card--main {
  padding: 0 clamp(2rem, 5vw, 4rem);
}
.c-service-card--main .c-service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(20rem, 50vw, 40rem);
}

.c-service-card--alt + .c-service-card--alt {
  margin-top: 4rem;
}
.c-service-card--alt .c-service-card__icon {
  background: #fff;
  border-radius: clamp(2rem, 4vw, 4rem);
}
.c-service-card--alt .c-service-card__icon-wrap {
  position: relative;
  padding-top: 85%;
}
.c-service-card--alt .c-service-card__icon-wrap svg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 40%;
  height: auto;
  max-height: 40%;
}
.c-service-card--alt .c-service-card__body h3 {
  font-size: calc(1.34375rem + 1.125vw);
  color: #2E2E2E;
}
@media (min-width: 1200px) {
  .c-service-card--alt .c-service-card__body h3 {
    font-size: 2.1875rem;
  }
}
.c-service-card--alt .c-service-card__body p {
  font-size: 1.25rem;
}

.c-share p {
  font-family: "PolySans", sans-serif;
  font-size: calc(1.3375rem + 1.05vw);
  font-weight: 600;
  color: #2E2E2E;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .c-share p {
    font-size: 2.125rem;
  }
}
.c-share p + * {
  margin-top: 3rem;
}

.c-share__doormat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 576px) {
  .c-share__doormat {
    flex-direction: row;
    align-items: center;
  }
}

.c-share__label {
  display: block;
  font-family: "PolySans", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-share__label {
    font-size: 1.5rem;
  }
}

.c-site-footer {
  background: #F2F0F1;
  border-top-right-radius: clamp(3rem, 10vw, 12rem);
  border-top-left-radius: clamp(3rem, 10vw, 12rem);
}
.c-site-footer .c-logo + * {
  margin-top: 3rem;
}

.c-site-footer__services {
  padding: 10rem 0;
}
.c-site-footer__services .c-title h4 {
  color: #808080;
}

.c-site-footer__body {
  padding: 6rem 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-site-footer__body {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .c-site-footer__doormat {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
  }
}

.c-site-footer__info dl + * {
  margin-top: 3rem;
}
.c-site-footer__info dd {
  font-family: "PolySans", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .c-site-footer__info dd {
    font-size: 1.5rem;
  }
}
.c-site-footer__info dd a {
  color: #2E2E2E;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color 0.25s ease-in-out;
}
.c-site-footer__info dd a:hover, .c-site-footer__info dd a:focus {
  text-decoration-color: rgba(46, 46, 46, 0.35);
}
.c-site-footer__info .c-info__logo {
  margin-top: 3rem;
}
.c-site-footer__info .c-info__logo svg {
  width: 120px;
}

.c-site-footer__nav {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .c-site-footer__nav {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .c-site-footer__nav {
    margin-top: -0.5rem;
  }
}

/**
 * Modifiers
 */
.c-site-footer--inverse {
  position: relative;
  background: #fff;
  background: linear-gradient(180deg, white 0%, #f2f0f1 70%, #f2f0f1 100%);
}
.c-site-footer--inverse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(3rem, 10vw, 12rem);
  background: #F2F0F1;
  z-index: -1;
}

.c-site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.c-site-header .o-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: clamp(10rem, 10vw, 12rem);
}
@media (min-width: 1280px) {
  .c-site-header .o-container {
    gap: 2rem;
  }
}
.c-site-header__right-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-site-header .c-nav-primary {
  display: none;
}
@media (min-width: 1024px) {
  .c-site-header .c-nav-primary {
    display: block;
  }
}
.c-site-header .c-btn {
  display: none;
}
@media (min-width: 1024px) {
  .c-site-header .c-btn {
    display: inline-flex;
    height: 4rem;
  }
}
@media (min-width: 1024px) {
  .c-site-header .c-hamburger {
    display: none;
  }
}
.c-site-header .c-skip-to-content {
  display: inline-flex;
}

.c-skip-to-content {
  opacity: 0;
  font-family: "PolySans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2E2E2E;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
.c-skip-to-content:focus {
  opacity: 1;
  pointer-events: unset;
}

.c-slider__slides {
  transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}

.c-slider__slide {
  overflow: hidden;
}

@media (min-width: 768px) {
  .c-slider--service-cards {
    height: clamp(20rem, 50vw, 40rem);
  }
}
.c-slider--service-cards:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: clamp(-4rem, -5vw, -2rem);
  height: clamp(20rem, 50vw, 40rem);
  background: #F2F0F1;
  border-top-right-radius: clamp(3rem, 5vw, 6rem);
  border-bottom-right-radius: clamp(3rem, 5vw, 6rem);
  z-index: 1;
}
@media (min-width: 768px) {
  .c-slider--service-cards:after {
    right: auto;
    width: 45%;
  }
}
.c-slider--service-cards .c-slider__slides {
  position: relative;
  z-index: 2;
}

.c-social-links {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.c-social-links__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  transition: background 0.25s ease-in-out;
}
.c-social-links__link:hover, .c-social-links__link:focus {
  background: rgba(164, 164, 164, 0.15);
}
.c-social-links__link:hover svg path, .c-social-links__link:focus svg path {
  fill: #5541F0;
}
.c-social-links__link svg {
  width: 100%;
  height: auto;
  max-width: 1.35rem;
  max-height: 1.35rem;
}
.c-social-links__link svg path {
  transition: fill 0.25s ease-in-out;
}

.c-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.c-stats__stat {
  flex: 1;
}

.c-stats__stat-number {
  display: block;
  font-family: "PolySans", sans-serif;
  font-size: calc(1.4625rem + 2.55vw);
  font-weight: 600;
  color: #5541F0;
  letter-spacing: -0.04em;
}
@media (min-width: 1200px) {
  .c-stats__stat-number {
    font-size: 3.375rem;
  }
}

.c-stats__stat-label {
  display: block;
  font-size: calc(1.2625rem + 0.15vw);
  color: #A4A4A4;
}
@media (min-width: 1200px) {
  .c-stats__stat-label {
    font-size: 1.375rem;
  }
}

.c-summary {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.c-summary li {
  display: block;
  color: #2E2E2E;
}

.c-summary__title {
  color: #A4A4A4;
}

.c-team-grid {
  margin: -2rem;
}
@media (min-width: 768px) {
  .c-team-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .c-team-grid {
    margin: clamp(-4rem, -5vw, -2rem);
  }
}

.c-team-grid__sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .c-team-grid__sizer {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .c-team-grid__sizer {
    width: 33.3333%;
  }
}

.c-team-grid__item {
  position: relative;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {
  .c-team-grid__item {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .c-team-grid__item {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .c-team-grid__item:nth-child(2) {
    margin-top: 4rem;
  }
}
@media (min-width: 1280px) {
  .c-team-grid__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .c-team-grid__item:nth-child(1), .c-team-grid__item:nth-child(3) {
    margin-top: 4rem;
  }
}

.c-text-image .o-container {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .c-text-image .o-container {
    flex-direction: row;
    padding-right: clamp(2rem, 5vw, 4rem);
    padding-left: clamp(2rem, 5vw, 4rem);
  }
}

.c-text-image__image {
  position: relative;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .c-text-image__image {
    width: 50%;
    padding-top: 0;
  }
}

.c-text-image__content {
  padding: 4rem clamp(2rem, 5vw, 4rem);
  background: #F2F0F1;
}
@media (min-width: 768px) {
  .c-text-image__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: clamp(35rem, 50vw, 50rem);
  }
}
.c-text-image__content .e-rich-text {
  max-width: 35rem;
}
.c-text-image__content .e-rich-text p {
  color: #2E2E2E;
}
.c-text-image__content .c-btn-simple {
  margin-top: 3rem;
}

.c-text-image--image-right .c-text-image__image {
  border-top-right-radius: clamp(3rem, 10vw, 12rem);
}
@media (min-width: 768px) {
  .c-text-image--image-right .c-text-image__image {
    order: 2;
  }
}

.c-text-image--image-left .c-text-image__image {
  border-top-left-radius: clamp(3rem, 10vw, 12rem);
}

.c-thumbnail-grid {
  margin: -2rem;
}
@media (min-width: 768px) {
  .c-thumbnail-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .c-thumbnail-grid {
    margin: clamp(-4rem, -5vw, -2rem);
  }
}

.c-thumbnail-grid__sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .c-thumbnail-grid__sizer {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .c-thumbnail-grid__title {
    padding-top: clamp(2rem, 5vw, 4rem);
    margin-bottom: clamp(2rem, 5vw, 4rem);
  }
}
@media (min-width: 1024px) {
  .c-thumbnail-grid__title {
    margin-bottom: 0;
  }
}

.c-thumbnail-grid__item {
  position: relative;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {
  .c-thumbnail-grid__item {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .c-thumbnail-grid__item {
    padding: clamp(2rem, 5vw, 4rem);
  }
}

@media (min-width: 768px) {
  .c-thumbnail-grid--offset .c-thumbnail-grid__item:nth-of-type(3) {
    margin-top: calc(clamp(2rem, 5vw, 4rem) * 2);
  }
}

.c-thumbnail {
  display: block;
  text-decoration: none;
}
.c-thumbnail:hover .c-thumbnail__image img, .c-thumbnail:focus .c-thumbnail__image img {
  transform: scale(1.1);
}
.c-thumbnail:hover .c-thumbnail__body:after, .c-thumbnail:focus .c-thumbnail__body:after {
  transform: translateY(0) scale(1.1);
  border-radius: 0;
}

.c-thumbnail__image {
  overflow: hidden;
  border-top-right-radius: clamp(3rem, 5vw, 6rem);
}
.c-thumbnail__image img {
  transition: transform 1s cubic-bezier(0.4, 0, 0, 1);
}

.c-thumbnail__body {
  position: relative;
  padding: 2rem 1.3333333333rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-thumbnail__body {
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  .c-thumbnail__body {
    padding: clamp(2rem, 5vw, 4rem);
  }
}
.c-thumbnail__body:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(101%);
  transition: all 1s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 75% 75% 0 0;
}
.c-thumbnail__body > * {
  position: relative;
  z-index: 2;
}
.c-thumbnail__body small {
  margin-bottom: 2rem;
  font-size: 1.0625rem;
}
.c-thumbnail__body .c-person-label {
  margin-bottom: 2rem;
}
.c-thumbnail__body .c-label {
  margin-bottom: 0.75rem;
}
.c-thumbnail__body h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .c-thumbnail__body h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .c-thumbnail__body h3 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1280px) and (min-width: 1200px) {
  .c-thumbnail__body h3 {
    font-size: 2.125rem;
  }
}

.c-thumbnail--light .c-thumbnail__body {
  background: #F2F0F1;
}
.c-thumbnail--light .c-thumbnail__body small {
  color: #6B6B6B;
}
.c-thumbnail--light .c-thumbnail__body:after {
  background: rgb(230.1607142857, 226.3392857143, 228.25);
}

.c-thumbnail--dark .c-thumbnail__body {
  background: #2E2E2E;
}
.c-thumbnail--dark .c-thumbnail__body small {
  color: #A3A3A3;
}
.c-thumbnail--dark .c-thumbnail__body:after {
  background: rgb(33.25, 33.25, 33.25);
}
.c-thumbnail--dark .c-thumbnail__body h3 {
  color: #fff;
}

.c-title h1 + *, .c-title h2 + *, .c-title h3 + *, .c-title h4 + *, .c-title h5 + *, .c-title h6 + * {
  margin-top: 1.3333333333rem;
}
.c-title p {
  font-size: calc(1.28125rem + 0.375vw);
  color: #2E2E2E;
}
@media (min-width: 1200px) {
  .c-title p {
    font-size: 1.5625rem;
  }
}

.c-title--md {
  margin-bottom: 2rem;
}

.c-title--lg {
  margin-bottom: 4rem;
}

.c-title--xl {
  margin-bottom: 6rem;
}

.c-title--alt h1, .c-title--alt h2, .c-title--alt h3, .c-title--alt h4, .c-title--alt h5, .c-title--alt h6 {
  font-size: calc(1.28125rem + 0.375vw);
  font-weight: 400;
  color: #A4A4A4;
  line-height: 1.35;
}
@media (min-width: 1200px) {
  .c-title--alt h1, .c-title--alt h2, .c-title--alt h3, .c-title--alt h4, .c-title--alt h5, .c-title--alt h6 {
    font-size: 1.5625rem;
  }
}
.c-title--alt h1 span, .c-title--alt h2 span, .c-title--alt h3 span, .c-title--alt h4 span, .c-title--alt h5 span, .c-title--alt h6 span {
  display: block;
  color: #2E2E2E;
}

.c-title--page h1 {
  font-size: calc(1.6875rem + 5.25vw);
}
@media (min-width: 1200px) {
  .c-title--page h1 {
    font-size: 5.625rem;
  }
}
.c-title--page p {
  max-width: 50rem;
}

.c-values__body {
  position: relative;
  padding: clamp(4rem, 12.5vw, 8rem) clamp(2rem, 5vw, 4rem) clamp(4rem, 12.5vw, 8rem) 0;
}
@media (min-width: 768px) {
  .c-values__body {
    width: 75%;
    max-width: 55rem;
  }
}
.c-values__body:before, .c-values__body:after {
  content: "";
  position: absolute;
}
.c-values__body:before {
  right: 0;
  bottom: clamp(2rem, 5vw, 4rem);
  width: clamp(4rem, 20vw, 17.5rem);
  height: clamp(4rem, 20vw, 17.5rem);
  background: url(../img/icon-smiley.svg) no-repeat center;
  background-size: contain;
  z-index: 3;
}
@media (min-width: 768px) {
  .c-values__body:before {
    bottom: 25%;
    transform: translateX(90%);
  }
}
.c-values__body:after {
  top: 0;
  right: clamp(-4rem, -5vw, -2rem);
  bottom: 0;
  left: -100vh;
  background: #F2F0F1;
  border-bottom-right-radius: clamp(3rem, 10vw, 12rem);
  z-index: 1;
}
@media (min-width: 768px) {
  .c-values__body:after {
    right: 0;
  }
}
.c-values__body > * {
  position: relative;
  z-index: 2;
}

.c-visual {
  display: flex;
}

.c-visual__image {
  flex: 1;
}
.c-visual__image figure {
  height: clamp(20rem, 50vw, 55rem);
}
.c-visual__image.c-visual__image--offset {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.c-visual__image.c-visual__image--offset figure {
  height: 100%;
}
.c-visual__image.c-visual__image--offset figure picture {
  height: 100%;
}
.c-visual__image.c-visual__image--offset figure picture img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-visual--capped {
  margin: 0 clamp(2rem, 5vw, 4rem);
}
.c-visual--capped .c-visual__image {
  overflow: hidden;
  position: relative;
  padding-top: 52%;
}
.c-visual--capped .c-visual__image figure {
  height: 100%;
}
.c-visual--capped .c-visual__image figure picture {
  height: 100%;
}
.c-visual--capped .c-visual__image figure picture img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-visual--xl figure {
  height: clamp(20rem, 60vw, 65rem);
}
.c-visual--xl .c-visual__image {
  overflow: hidden;
  position: relative;
  padding-top: 52%;
}
.c-visual--xl .c-visual__image figure {
  height: 100%;
}
.c-visual--xl .c-visual__image figure picture {
  height: 100%;
}
.c-visual--xl .c-visual__image figure picture img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-visual--gap {
  gap: 2rem;
}

.c-visual--box {
  position: relative;
  display: block;
}
.c-visual--box .c-visual__image {
  position: relative;
  height: clamp(20rem, 50vw, 55rem);
  border-top-right-radius: clamp(3rem, 7.5vw, 9rem);
}
@media (min-width: 1024px) {
  .c-visual--box .c-visual__box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .c-visual--box .c-visual__box {
    right: clamp(2rem, 5vw, 4rem);
    bottom: clamp(2rem, 5vw, 4rem);
    width: calc(100% - clamp(2rem, 5vw, 4rem) * 1.5);
  }
}
@media (min-width: 1440px) {
  .c-visual--box .c-visual__box {
    right: 0;
    width: 100%;
  }
}

.c-visual--inline img {
  border-radius: 1rem;
}
.c-visual--inline figcaption {
  margin-top: 3rem;
  font-size: 0.9375rem;
  color: #A4A4A4;
  text-align: center;
}

[data-animation=split],
[data-animation=fade],
[data-animation=image-fade] {
  opacity: 0;
}

/**
 * Generic background color
 */
.u-bg--primary {
  background-color: #5541F0 !important;
}

.u-bg--secondary {
  background-color: #2E2E2E !important;
}

.u-bg--black {
  background-color: #000 !important;
}

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

.u-bg--grey {
  background-color: #F2F0F1 !important;
}

.u-bg--grey-on-light {
  background-color: #808080 !important;
}

.u-bg--grey-on-dark {
  background-color: #A3A3A3 !important;
}

.u-bg--grey-dark {
  background-color: #A4A4A4 !important;
}

.u-bg--grey-darker {
  background-color: #595959 !important;
}

/**
 * Section backgrounds
 */
.u-section-bg {
  position: relative;
}
.u-section-bg:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
}
.u-section-bg > * {
  position: relative;
  z-index: 1;
}

.u-section-bg--top:after {
  top: 0;
  bottom: 50%;
}

.u-section-bg--bottom:after {
  top: 50%;
  bottom: 0;
}

.u-section-bg--bottom-sm:after {
  bottom: 0;
  height: 8rem;
}

.u-section-bg--primary:after {
  background: #5541F0;
}

.u-section-bg--secondary:after {
  background: #2E2E2E;
}

.u-section-bg--white:after {
  background: #fff;
}

.u-section-bg--grey:after {
  background: #F2F0F1;
}

.u-br {
  overflow: hidden;
}

.u-br--xs {
  border-radius: 1rem !important;
}

.u-br-top-right--xs {
  border-top-right-radius: 1rem !important;
}

.u-br-bottom-right--xs {
  border-bottom-right-radius: 1rem !important;
}

.u-br-bottom-left--xs {
  border-bottom-left-radius: 1rem !important;
}

.u-br-top-left--xs {
  border-top-left-radius: 1rem !important;
}

.u-br--sm {
  border-radius: clamp(2rem, 4vw, 4rem) !important;
}

.u-br-top-right--sm {
  border-top-right-radius: clamp(2rem, 4vw, 4rem) !important;
}

.u-br-bottom-right--sm {
  border-bottom-right-radius: clamp(2rem, 4vw, 4rem) !important;
}

.u-br-bottom-left--sm {
  border-bottom-left-radius: clamp(2rem, 4vw, 4rem) !important;
}

.u-br-top-left--sm {
  border-top-left-radius: clamp(2rem, 4vw, 4rem) !important;
}

.u-br--md {
  border-radius: clamp(3rem, 5vw, 6rem) !important;
}

.u-br-top-right--md {
  border-top-right-radius: clamp(3rem, 5vw, 6rem) !important;
}

.u-br-bottom-right--md {
  border-bottom-right-radius: clamp(3rem, 5vw, 6rem) !important;
}

.u-br-bottom-left--md {
  border-bottom-left-radius: clamp(3rem, 5vw, 6rem) !important;
}

.u-br-top-left--md {
  border-top-left-radius: clamp(3rem, 5vw, 6rem) !important;
}

.u-br--lg {
  border-radius: clamp(3rem, 7.5vw, 9rem) !important;
}

.u-br-top-right--lg {
  border-top-right-radius: clamp(3rem, 7.5vw, 9rem) !important;
}

.u-br-bottom-right--lg {
  border-bottom-right-radius: clamp(3rem, 7.5vw, 9rem) !important;
}

.u-br-bottom-left--lg {
  border-bottom-left-radius: clamp(3rem, 7.5vw, 9rem) !important;
}

.u-br-top-left--lg {
  border-top-left-radius: clamp(3rem, 7.5vw, 9rem) !important;
}

.u-br--xl {
  border-radius: clamp(3rem, 10vw, 12rem) !important;
}

.u-br-top-right--xl {
  border-top-right-radius: clamp(3rem, 10vw, 12rem) !important;
}

.u-br-bottom-right--xl {
  border-bottom-right-radius: clamp(3rem, 10vw, 12rem) !important;
}

.u-br-bottom-left--xl {
  border-bottom-left-radius: clamp(3rem, 10vw, 12rem) !important;
}

.u-br-top-left--xl {
  border-top-left-radius: clamp(3rem, 10vw, 12rem) !important;
}

.u-justify-content--center {
  justify-content: center !important;
}

.u-justify-content--between {
  justify-content: space-between !important;
}

.u-justify-content--end {
  justify-content: flex-end !important;
}

.u-align-items--center {
  align-items: center !important;
}

.u-align-items--end {
  align-items: end !important;
}

.u-align-self--end {
  align-self: flex-end !important;
}

.u-order--1 {
  order: 1 !important;
}

.u-order--2 {
  order: 2 !important;
}

@media (min-width: 360px) {
  .u-justify-content-xs--center {
    justify-content: center !important;
  }
  .u-justify-content-xs--between {
    justify-content: space-between !important;
  }
  .u-justify-content-xs--end {
    justify-content: flex-end !important;
  }
  .u-align-items-xs--center {
    align-items: center !important;
  }
  .u-align-items-xs--end {
    align-items: end !important;
  }
  .u-align-self-xs--end {
    align-self: flex-end !important;
  }
  .u-order-xs--1 {
    order: 1 !important;
  }
  .u-order-xs--2 {
    order: 2 !important;
  }
}
@media (min-width: 576px) {
  .u-justify-content-sm--center {
    justify-content: center !important;
  }
  .u-justify-content-sm--between {
    justify-content: space-between !important;
  }
  .u-justify-content-sm--end {
    justify-content: flex-end !important;
  }
  .u-align-items-sm--center {
    align-items: center !important;
  }
  .u-align-items-sm--end {
    align-items: end !important;
  }
  .u-align-self-sm--end {
    align-self: flex-end !important;
  }
  .u-order-sm--1 {
    order: 1 !important;
  }
  .u-order-sm--2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .u-justify-content-md--center {
    justify-content: center !important;
  }
  .u-justify-content-md--between {
    justify-content: space-between !important;
  }
  .u-justify-content-md--end {
    justify-content: flex-end !important;
  }
  .u-align-items-md--center {
    align-items: center !important;
  }
  .u-align-items-md--end {
    align-items: end !important;
  }
  .u-align-self-md--end {
    align-self: flex-end !important;
  }
  .u-order-md--1 {
    order: 1 !important;
  }
  .u-order-md--2 {
    order: 2 !important;
  }
}
@media (min-width: 1024px) {
  .u-justify-content-lg--center {
    justify-content: center !important;
  }
  .u-justify-content-lg--between {
    justify-content: space-between !important;
  }
  .u-justify-content-lg--end {
    justify-content: flex-end !important;
  }
  .u-align-items-lg--center {
    align-items: center !important;
  }
  .u-align-items-lg--end {
    align-items: end !important;
  }
  .u-align-self-lg--end {
    align-self: flex-end !important;
  }
  .u-order-lg--1 {
    order: 1 !important;
  }
  .u-order-lg--2 {
    order: 2 !important;
  }
}
@media (min-width: 1280px) {
  .u-justify-content-xl--center {
    justify-content: center !important;
  }
  .u-justify-content-xl--between {
    justify-content: space-between !important;
  }
  .u-justify-content-xl--end {
    justify-content: flex-end !important;
  }
  .u-align-items-xl--center {
    align-items: center !important;
  }
  .u-align-items-xl--end {
    align-items: end !important;
  }
  .u-align-self-xl--end {
    align-self: flex-end !important;
  }
  .u-order-xl--1 {
    order: 1 !important;
  }
  .u-order-xl--2 {
    order: 2 !important;
  }
}
@media (min-width: 1440px) {
  .u-justify-content-xxl--center {
    justify-content: center !important;
  }
  .u-justify-content-xxl--between {
    justify-content: space-between !important;
  }
  .u-justify-content-xxl--end {
    justify-content: flex-end !important;
  }
  .u-align-items-xxl--center {
    align-items: center !important;
  }
  .u-align-items-xxl--end {
    align-items: end !important;
  }
  .u-align-self-xxl--end {
    align-self: flex-end !important;
  }
  .u-order-xxl--1 {
    order: 1 !important;
  }
  .u-order-xxl--2 {
    order: 2 !important;
  }
}
@media (min-width: 1920px) {
  .u-justify-content-xxxl--center {
    justify-content: center !important;
  }
  .u-justify-content-xxxl--between {
    justify-content: space-between !important;
  }
  .u-justify-content-xxxl--end {
    justify-content: flex-end !important;
  }
  .u-align-items-xxxl--center {
    align-items: center !important;
  }
  .u-align-items-xxxl--end {
    align-items: end !important;
  }
  .u-align-self-xxxl--end {
    align-self: flex-end !important;
  }
  .u-order-xxxl--1 {
    order: 1 !important;
  }
  .u-order-xxxl--2 {
    order: 2 !important;
  }
}
.u-labels {
  position: relative;
}
.u-labels .c-label {
  position: absolute;
}
.u-labels .c-label:first-of-type {
  top: 15%;
  left: -1.5rem;
}
@media (min-width: 768px) {
  .u-labels .c-label:first-of-type {
    left: clamp(-4rem, -5vw, -2rem);
  }
}
.u-labels .c-label:last-of-type {
  right: -1.5rem;
  bottom: 10%;
}
@media (min-width: 1920px) {
  .u-labels .c-label:last-of-type {
    right: -10%;
  }
}

.u-object-fit {
  overflow: hidden;
}
.u-object-fit img,
.u-object-fit video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-placeholder--thumbnail {
  background: #5541F0 url(../img/logo-emblem-white.svg) no-repeat center;
  background-size: 4rem;
}

.u-placeholder--person {
  background: #5541F0 url(../img/icon-user-white.svg) no-repeat center;
  background-size: 1rem;
}

/**
 * Section spacing
 */
.u-spacing-top-bottom {
  padding-top: clamp(6rem, 12.5vw, 16rem);
  padding-bottom: clamp(6rem, 12.5vw, 16rem);
}

.u-spacing-top-bottom--half {
  padding-top: clamp(4rem, 12.5vw, 8rem);
  padding-bottom: clamp(4rem, 12.5vw, 8rem);
}

.u-spacing-top-bottom--sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-spacing-top {
  padding-top: clamp(6rem, 12.5vw, 16rem);
}

.u-spacing-top--half {
  padding-top: clamp(4rem, 12.5vw, 8rem);
}

.u-spacing-top--sm {
  padding-top: 4rem;
}

.u-spacing-bottom--half {
  padding-bottom: clamp(4rem, 12.5vw, 8rem);
}

.u-spacing-bottom {
  padding-bottom: clamp(6rem, 12.5vw, 16rem);
}

.u-spacing-bottom--sm {
  padding-bottom: 4rem;
}

/**
 * Margin & padding
 */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 360px) {
  .u-mt-xs-0 {
    margin-top: 0 !important;
  }
  .u-mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .u-pt-xs-0 {
    padding-top: 0 !important;
  }
  .u-pb-xs-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .u-mt-sm-0 {
    margin-top: 0 !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .u-pt-sm-0 {
    padding-top: 0 !important;
  }
  .u-pb-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-0 {
    margin-top: 0 !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .u-pt-md-0 {
    padding-top: 0 !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .u-mt-lg-0 {
    margin-top: 0 !important;
  }
  .u-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .u-pt-lg-0 {
    padding-top: 0 !important;
  }
  .u-pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1280px) {
  .u-mt-xl-0 {
    margin-top: 0 !important;
  }
  .u-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .u-pt-xl-0 {
    padding-top: 0 !important;
  }
  .u-pb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .u-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .u-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .u-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .u-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1920px) {
  .u-mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .u-mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .u-pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .u-pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
}
.u-mt-1 {
  margin-top: 1rem !important;
}

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

.u-pt-1 {
  padding-top: 1rem !important;
}

.u-pb-1 {
  padding-bottom: 1rem !important;
}

@media (min-width: 360px) {
  .u-mt-xs-1 {
    margin-top: 1rem !important;
  }
  .u-mb-xs-1 {
    margin-bottom: 1rem !important;
  }
  .u-pt-xs-1 {
    padding-top: 1rem !important;
  }
  .u-pb-xs-1 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .u-mt-sm-1 {
    margin-top: 1rem !important;
  }
  .u-mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .u-pt-sm-1 {
    padding-top: 1rem !important;
  }
  .u-pb-sm-1 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-1 {
    margin-top: 1rem !important;
  }
  .u-mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .u-pt-md-1 {
    padding-top: 1rem !important;
  }
  .u-pb-md-1 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .u-mt-lg-1 {
    margin-top: 1rem !important;
  }
  .u-mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .u-pt-lg-1 {
    padding-top: 1rem !important;
  }
  .u-pb-lg-1 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1280px) {
  .u-mt-xl-1 {
    margin-top: 1rem !important;
  }
  .u-mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .u-pt-xl-1 {
    padding-top: 1rem !important;
  }
  .u-pb-xl-1 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1440px) {
  .u-mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .u-mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .u-pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .u-pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1920px) {
  .u-mt-xxxl-1 {
    margin-top: 1rem !important;
  }
  .u-mb-xxxl-1 {
    margin-bottom: 1rem !important;
  }
  .u-pt-xxxl-1 {
    padding-top: 1rem !important;
  }
  .u-pb-xxxl-1 {
    padding-bottom: 1rem !important;
  }
}
.u-mt-2 {
  margin-top: 1.3333333333rem !important;
}

.u-mb-2 {
  margin-bottom: 1.3333333333rem !important;
}

.u-pt-2 {
  padding-top: 1.3333333333rem !important;
}

.u-pb-2 {
  padding-bottom: 1.3333333333rem !important;
}

@media (min-width: 360px) {
  .u-mt-xs-2 {
    margin-top: 1.3333333333rem !important;
  }
  .u-mb-xs-2 {
    margin-bottom: 1.3333333333rem !important;
  }
  .u-pt-xs-2 {
    padding-top: 1.3333333333rem !important;
  }
  .u-pb-xs-2 {
    padding-bottom: 1.3333333333rem !important;
  }
}
@media (min-width: 576px) {
  .u-mt-sm-2 {
    margin-top: 1.3333333333rem !important;
  }
  .u-mb-sm-2 {
    margin-bottom: 1.3333333333rem !important;
  }
  .u-pt-sm-2 {
    padding-top: 1.3333333333rem !important;
  }
  .u-pb-sm-2 {
    padding-bottom: 1.3333333333rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-2 {
    margin-top: 1.3333333333rem !important;
  }
  .u-mb-md-2 {
    margin-bottom: 1.3333333333rem !important;
  }
  .u-pt-md-2 {
    padding-top: 1.3333333333rem !important;
  }
  .u-pb-md-2 {
    padding-bottom: 1.3333333333rem !important;
  }
}
@media (min-width: 1024px) {
  .u-mt-lg-2 {
    margin-top: 1.3333333333rem !important;
  }
  .u-mb-lg-2 {
    margin-bottom: 1.3333333333rem !important;
  }
  .u-pt-lg-2 {
    padding-top: 1.3333333333rem !important;
  }
  .u-pb-lg-2 {
    padding-bottom: 1.3333333333rem !important;
  }
}
@media (min-width: 1280px) {
  .u-mt-xl-2 {
    margin-top: 1.3333333333rem !important;
  }
  .u-mb-xl-2 {
    margin-bottom: 1.3333333333rem !important;
  }
  .u-pt-xl-2 {
    padding-top: 1.3333333333rem !important;
  }
  .u-pb-xl-2 {
    padding-bottom: 1.3333333333rem !important;
  }
}
@media (min-width: 1440px) {
  .u-mt-xxl-2 {
    margin-top: 1.3333333333rem !important;
  }
  .u-mb-xxl-2 {
    margin-bottom: 1.3333333333rem !important;
  }
  .u-pt-xxl-2 {
    padding-top: 1.3333333333rem !important;
  }
  .u-pb-xxl-2 {
    padding-bottom: 1.3333333333rem !important;
  }
}
@media (min-width: 1920px) {
  .u-mt-xxxl-2 {
    margin-top: 1.3333333333rem !important;
  }
  .u-mb-xxxl-2 {
    margin-bottom: 1.3333333333rem !important;
  }
  .u-pt-xxxl-2 {
    padding-top: 1.3333333333rem !important;
  }
  .u-pb-xxxl-2 {
    padding-bottom: 1.3333333333rem !important;
  }
}
.u-mt-3 {
  margin-top: 2rem !important;
}

.u-mb-3 {
  margin-bottom: 2rem !important;
}

.u-pt-3 {
  padding-top: 2rem !important;
}

.u-pb-3 {
  padding-bottom: 2rem !important;
}

@media (min-width: 360px) {
  .u-mt-xs-3 {
    margin-top: 2rem !important;
  }
  .u-mb-xs-3 {
    margin-bottom: 2rem !important;
  }
  .u-pt-xs-3 {
    padding-top: 2rem !important;
  }
  .u-pb-xs-3 {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 576px) {
  .u-mt-sm-3 {
    margin-top: 2rem !important;
  }
  .u-mb-sm-3 {
    margin-bottom: 2rem !important;
  }
  .u-pt-sm-3 {
    padding-top: 2rem !important;
  }
  .u-pb-sm-3 {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-3 {
    margin-top: 2rem !important;
  }
  .u-mb-md-3 {
    margin-bottom: 2rem !important;
  }
  .u-pt-md-3 {
    padding-top: 2rem !important;
  }
  .u-pb-md-3 {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .u-mt-lg-3 {
    margin-top: 2rem !important;
  }
  .u-mb-lg-3 {
    margin-bottom: 2rem !important;
  }
  .u-pt-lg-3 {
    padding-top: 2rem !important;
  }
  .u-pb-lg-3 {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 1280px) {
  .u-mt-xl-3 {
    margin-top: 2rem !important;
  }
  .u-mb-xl-3 {
    margin-bottom: 2rem !important;
  }
  .u-pt-xl-3 {
    padding-top: 2rem !important;
  }
  .u-pb-xl-3 {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 1440px) {
  .u-mt-xxl-3 {
    margin-top: 2rem !important;
  }
  .u-mb-xxl-3 {
    margin-bottom: 2rem !important;
  }
  .u-pt-xxl-3 {
    padding-top: 2rem !important;
  }
  .u-pb-xxl-3 {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 1920px) {
  .u-mt-xxxl-3 {
    margin-top: 2rem !important;
  }
  .u-mb-xxxl-3 {
    margin-bottom: 2rem !important;
  }
  .u-pt-xxxl-3 {
    padding-top: 2rem !important;
  }
  .u-pb-xxxl-3 {
    padding-bottom: 2rem !important;
  }
}
.u-mt-4 {
  margin-top: 3rem !important;
}

.u-mb-4 {
  margin-bottom: 3rem !important;
}

.u-pt-4 {
  padding-top: 3rem !important;
}

.u-pb-4 {
  padding-bottom: 3rem !important;
}

@media (min-width: 360px) {
  .u-mt-xs-4 {
    margin-top: 3rem !important;
  }
  .u-mb-xs-4 {
    margin-bottom: 3rem !important;
  }
  .u-pt-xs-4 {
    padding-top: 3rem !important;
  }
  .u-pb-xs-4 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .u-mt-sm-4 {
    margin-top: 3rem !important;
  }
  .u-mb-sm-4 {
    margin-bottom: 3rem !important;
  }
  .u-pt-sm-4 {
    padding-top: 3rem !important;
  }
  .u-pb-sm-4 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-4 {
    margin-top: 3rem !important;
  }
  .u-mb-md-4 {
    margin-bottom: 3rem !important;
  }
  .u-pt-md-4 {
    padding-top: 3rem !important;
  }
  .u-pb-md-4 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .u-mt-lg-4 {
    margin-top: 3rem !important;
  }
  .u-mb-lg-4 {
    margin-bottom: 3rem !important;
  }
  .u-pt-lg-4 {
    padding-top: 3rem !important;
  }
  .u-pb-lg-4 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1280px) {
  .u-mt-xl-4 {
    margin-top: 3rem !important;
  }
  .u-mb-xl-4 {
    margin-bottom: 3rem !important;
  }
  .u-pt-xl-4 {
    padding-top: 3rem !important;
  }
  .u-pb-xl-4 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1440px) {
  .u-mt-xxl-4 {
    margin-top: 3rem !important;
  }
  .u-mb-xxl-4 {
    margin-bottom: 3rem !important;
  }
  .u-pt-xxl-4 {
    padding-top: 3rem !important;
  }
  .u-pb-xxl-4 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1920px) {
  .u-mt-xxxl-4 {
    margin-top: 3rem !important;
  }
  .u-mb-xxxl-4 {
    margin-bottom: 3rem !important;
  }
  .u-pt-xxxl-4 {
    padding-top: 3rem !important;
  }
  .u-pb-xxxl-4 {
    padding-bottom: 3rem !important;
  }
}
.u-mt-5 {
  margin-top: 4rem !important;
}

.u-mb-5 {
  margin-bottom: 4rem !important;
}

.u-pt-5 {
  padding-top: 4rem !important;
}

.u-pb-5 {
  padding-bottom: 4rem !important;
}

@media (min-width: 360px) {
  .u-mt-xs-5 {
    margin-top: 4rem !important;
  }
  .u-mb-xs-5 {
    margin-bottom: 4rem !important;
  }
  .u-pt-xs-5 {
    padding-top: 4rem !important;
  }
  .u-pb-xs-5 {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 576px) {
  .u-mt-sm-5 {
    margin-top: 4rem !important;
  }
  .u-mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  .u-pt-sm-5 {
    padding-top: 4rem !important;
  }
  .u-pb-sm-5 {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-5 {
    margin-top: 4rem !important;
  }
  .u-mb-md-5 {
    margin-bottom: 4rem !important;
  }
  .u-pt-md-5 {
    padding-top: 4rem !important;
  }
  .u-pb-md-5 {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .u-mt-lg-5 {
    margin-top: 4rem !important;
  }
  .u-mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  .u-pt-lg-5 {
    padding-top: 4rem !important;
  }
  .u-pb-lg-5 {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1280px) {
  .u-mt-xl-5 {
    margin-top: 4rem !important;
  }
  .u-mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  .u-pt-xl-5 {
    padding-top: 4rem !important;
  }
  .u-pb-xl-5 {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1440px) {
  .u-mt-xxl-5 {
    margin-top: 4rem !important;
  }
  .u-mb-xxl-5 {
    margin-bottom: 4rem !important;
  }
  .u-pt-xxl-5 {
    padding-top: 4rem !important;
  }
  .u-pb-xxl-5 {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1920px) {
  .u-mt-xxxl-5 {
    margin-top: 4rem !important;
  }
  .u-mb-xxxl-5 {
    margin-bottom: 4rem !important;
  }
  .u-pt-xxxl-5 {
    padding-top: 4rem !important;
  }
  .u-pb-xxxl-5 {
    padding-bottom: 4rem !important;
  }
}
.u-mt-6 {
  margin-top: 6rem !important;
}

.u-mb-6 {
  margin-bottom: 6rem !important;
}

.u-pt-6 {
  padding-top: 6rem !important;
}

.u-pb-6 {
  padding-bottom: 6rem !important;
}

@media (min-width: 360px) {
  .u-mt-xs-6 {
    margin-top: 6rem !important;
  }
  .u-mb-xs-6 {
    margin-bottom: 6rem !important;
  }
  .u-pt-xs-6 {
    padding-top: 6rem !important;
  }
  .u-pb-xs-6 {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 576px) {
  .u-mt-sm-6 {
    margin-top: 6rem !important;
  }
  .u-mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .u-pt-sm-6 {
    padding-top: 6rem !important;
  }
  .u-pb-sm-6 {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-6 {
    margin-top: 6rem !important;
  }
  .u-mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .u-pt-md-6 {
    padding-top: 6rem !important;
  }
  .u-pb-md-6 {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1024px) {
  .u-mt-lg-6 {
    margin-top: 6rem !important;
  }
  .u-mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .u-pt-lg-6 {
    padding-top: 6rem !important;
  }
  .u-pb-lg-6 {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1280px) {
  .u-mt-xl-6 {
    margin-top: 6rem !important;
  }
  .u-mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .u-pt-xl-6 {
    padding-top: 6rem !important;
  }
  .u-pb-xl-6 {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1440px) {
  .u-mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .u-mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .u-pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .u-pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1920px) {
  .u-mt-xxxl-6 {
    margin-top: 6rem !important;
  }
  .u-mb-xxxl-6 {
    margin-bottom: 6rem !important;
  }
  .u-pt-xxxl-6 {
    padding-top: 6rem !important;
  }
  .u-pb-xxxl-6 {
    padding-bottom: 6rem !important;
  }
}
.u-mt-7 {
  margin-top: 8rem !important;
}

.u-mb-7 {
  margin-bottom: 8rem !important;
}

.u-pt-7 {
  padding-top: 8rem !important;
}

.u-pb-7 {
  padding-bottom: 8rem !important;
}

@media (min-width: 360px) {
  .u-mt-xs-7 {
    margin-top: 8rem !important;
  }
  .u-mb-xs-7 {
    margin-bottom: 8rem !important;
  }
  .u-pt-xs-7 {
    padding-top: 8rem !important;
  }
  .u-pb-xs-7 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 576px) {
  .u-mt-sm-7 {
    margin-top: 8rem !important;
  }
  .u-mb-sm-7 {
    margin-bottom: 8rem !important;
  }
  .u-pt-sm-7 {
    padding-top: 8rem !important;
  }
  .u-pb-sm-7 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-7 {
    margin-top: 8rem !important;
  }
  .u-mb-md-7 {
    margin-bottom: 8rem !important;
  }
  .u-pt-md-7 {
    padding-top: 8rem !important;
  }
  .u-pb-md-7 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1024px) {
  .u-mt-lg-7 {
    margin-top: 8rem !important;
  }
  .u-mb-lg-7 {
    margin-bottom: 8rem !important;
  }
  .u-pt-lg-7 {
    padding-top: 8rem !important;
  }
  .u-pb-lg-7 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1280px) {
  .u-mt-xl-7 {
    margin-top: 8rem !important;
  }
  .u-mb-xl-7 {
    margin-bottom: 8rem !important;
  }
  .u-pt-xl-7 {
    padding-top: 8rem !important;
  }
  .u-pb-xl-7 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1440px) {
  .u-mt-xxl-7 {
    margin-top: 8rem !important;
  }
  .u-mb-xxl-7 {
    margin-bottom: 8rem !important;
  }
  .u-pt-xxl-7 {
    padding-top: 8rem !important;
  }
  .u-pb-xxl-7 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1920px) {
  .u-mt-xxxl-7 {
    margin-top: 8rem !important;
  }
  .u-mb-xxxl-7 {
    margin-bottom: 8rem !important;
  }
  .u-pt-xxxl-7 {
    padding-top: 8rem !important;
  }
  .u-pb-xxxl-7 {
    padding-bottom: 8rem !important;
  }
}
.u-mt-8 {
  margin-top: 10rem !important;
}

.u-mb-8 {
  margin-bottom: 10rem !important;
}

.u-pt-8 {
  padding-top: 10rem !important;
}

.u-pb-8 {
  padding-bottom: 10rem !important;
}

@media (min-width: 360px) {
  .u-mt-xs-8 {
    margin-top: 10rem !important;
  }
  .u-mb-xs-8 {
    margin-bottom: 10rem !important;
  }
  .u-pt-xs-8 {
    padding-top: 10rem !important;
  }
  .u-pb-xs-8 {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 576px) {
  .u-mt-sm-8 {
    margin-top: 10rem !important;
  }
  .u-mb-sm-8 {
    margin-bottom: 10rem !important;
  }
  .u-pt-sm-8 {
    padding-top: 10rem !important;
  }
  .u-pb-sm-8 {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-8 {
    margin-top: 10rem !important;
  }
  .u-mb-md-8 {
    margin-bottom: 10rem !important;
  }
  .u-pt-md-8 {
    padding-top: 10rem !important;
  }
  .u-pb-md-8 {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 1024px) {
  .u-mt-lg-8 {
    margin-top: 10rem !important;
  }
  .u-mb-lg-8 {
    margin-bottom: 10rem !important;
  }
  .u-pt-lg-8 {
    padding-top: 10rem !important;
  }
  .u-pb-lg-8 {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 1280px) {
  .u-mt-xl-8 {
    margin-top: 10rem !important;
  }
  .u-mb-xl-8 {
    margin-bottom: 10rem !important;
  }
  .u-pt-xl-8 {
    padding-top: 10rem !important;
  }
  .u-pb-xl-8 {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 1440px) {
  .u-mt-xxl-8 {
    margin-top: 10rem !important;
  }
  .u-mb-xxl-8 {
    margin-bottom: 10rem !important;
  }
  .u-pt-xxl-8 {
    padding-top: 10rem !important;
  }
  .u-pb-xxl-8 {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 1920px) {
  .u-mt-xxxl-8 {
    margin-top: 10rem !important;
  }
  .u-mb-xxxl-8 {
    margin-bottom: 10rem !important;
  }
  .u-pt-xxxl-8 {
    padding-top: 10rem !important;
  }
  .u-pb-xxxl-8 {
    padding-bottom: 10rem !important;
  }
}
/**
 * Heading colors
 */
.u-text--primary h1, .u-text--primary h2, .u-text--primary h3, .u-text--primary h4, .u-text--primary h5, .u-text--primary h6 {
  color: #5541F0 !important;
}

.u-text--secondary h1, .u-text--secondary h2, .u-text--secondary h3, .u-text--secondary h4, .u-text--secondary h5, .u-text--secondary h6 {
  color: #2E2E2E !important;
}

.u-text--black h1, .u-text--black h2, .u-text--black h3, .u-text--black h4, .u-text--black h5, .u-text--black h6 {
  color: #000 !important;
}

.u-text--white h1, .u-text--white h2, .u-text--white h3, .u-text--white h4, .u-text--white h5, .u-text--white h6 {
  color: #fff !important;
}

.u-text--grey h1, .u-text--grey h2, .u-text--grey h3, .u-text--grey h4, .u-text--grey h5, .u-text--grey h6 {
  color: #F2F0F1 !important;
}

.u-text--grey-on-light h1, .u-text--grey-on-light h2, .u-text--grey-on-light h3, .u-text--grey-on-light h4, .u-text--grey-on-light h5, .u-text--grey-on-light h6 {
  color: #808080 !important;
}

.u-text--grey-on-dark h1, .u-text--grey-on-dark h2, .u-text--grey-on-dark h3, .u-text--grey-on-dark h4, .u-text--grey-on-dark h5, .u-text--grey-on-dark h6 {
  color: #A3A3A3 !important;
}

.u-text--grey-dark h1, .u-text--grey-dark h2, .u-text--grey-dark h3, .u-text--grey-dark h4, .u-text--grey-dark h5, .u-text--grey-dark h6 {
  color: #A4A4A4 !important;
}

.u-text--grey-darker h1, .u-text--grey-darker h2, .u-text--grey-darker h3, .u-text--grey-darker h4, .u-text--grey-darker h5, .u-text--grey-darker h6 {
  color: #595959 !important;
}

/**
 * Text colors
 */
.u-text--primary p, .u-text--primary small, .u-text--primary li {
  color: #5541F0 !important;
}

.u-text--secondary p, .u-text--secondary small, .u-text--secondary li {
  color: #2E2E2E !important;
}

.u-text--black p, .u-text--black small, .u-text--black li {
  color: #000 !important;
}

.u-text--white p, .u-text--white small, .u-text--white li {
  color: #fff !important;
}

.u-text--grey p, .u-text--grey small, .u-text--grey li {
  color: #F2F0F1 !important;
}

.u-text--grey-on-light p, .u-text--grey-on-light small, .u-text--grey-on-light li {
  color: #808080 !important;
}

.u-text--grey-on-dark p, .u-text--grey-on-dark small, .u-text--grey-on-dark li {
  color: #A3A3A3 !important;
}

.u-text--grey-dark p, .u-text--grey-dark small, .u-text--grey-dark li {
  color: #A4A4A4 !important;
}

.u-text--grey-darker p, .u-text--grey-darker small, .u-text--grey-darker li {
  color: #595959 !important;
}

/**
 * Alignment
 */
.u-align--center {
  text-align: center;
}

.u-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-width--25 {
  max-width: 25rem;
}

.u-width--40 {
  max-width: 40rem;
}

.u-width--50 {
  max-width: 50rem;
}