/*
 * Normalize
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* 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;
}
/*
 * Base
 */
/*
 * Global
 */
/*
 * Definitions
 */
/*
 * Root Size
 */
:root {
  font-size: 10px;
}
@media (min-width: 1680px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 9px;
  }
}
/*
 * Definitions
 */
/*
 * Body
 */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
  font-size: 1.4rem;
  background: linear-gradient(45deg, #026DFF 0%, #1FD19F 100%);
}
img {
  max-width: 100%;
  height: auto;
}
/* styles for the app to fill screen */
html,
body,
#app {
  min-height: 100vh;
}
#app {
  display: flex;
  flex-direction: column;
}
.page-wrap {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2.5rem 2.5rem;
}
.page-wrap-home {
  flex-direction: column;
}
.main {
  flex: 1 auto;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main > section {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
.section-container {
  max-width: 144rem;
  margin: 0 auto;
}
/*
 * Colors
 */
/*
 * Fonts
 */
/* mixins */
@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/montserrat/montserrat-medium.woff2') format('woff2'), url('/assets/fonts/montserrat/montserrat-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/montserrat/montserrat-medium.woff2') format('woff2'), url('/assets/fonts/montserrat/montserrat-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/montserrat/montserrat-semibold.woff2') format('woff2'), url('/assets/fonts/montserrat/montserrat-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/montserrat/montserrat-bold.woff2') format('woff2'), url('/assets/fonts/montserrat/montserrat-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'trantor';
  src: url('/assets/fonts/trantor/trantor.eot');
  src: url('/assets/fonts/trantor/trantor.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/trantor/trantor.svg') format('svg'), url('/assets/fonts/trantor/trantor.woff') format('woff'), url('/assets/fonts/trantor/trantor.ttf') format('truetype'), url('/assets/fonts/trantor/trantor.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kuik';
  src: url('/assets/fonts/kuik/kuik.eot');
  src: url('/assets/fonts/kuik/kuik.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/kuik/kuik.svg') format('svg'), url('/assets/fonts/kuik/kuik.woff') format('woff'), url('/assets/fonts/kuik/kuik.ttf') format('truetype'), url('/assets/fonts/kuik/kuik.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * Definitions
 */
/*
 * Link
 */
a {
  color: #026DFF;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:not(.button):hover,
a:not(.button):focus {
  color: #111;
  text-decoration: none;
}
/*
 * Definitions
 */
/*
 * Image
 */
img {
  vertical-align: bottom;
}
img.rounded {
  border-radius: 8px;
}
img.circle {
  border-radius: 50%;
}
img.responsive {
  width: 100%;
  height: auto;
}
/*
 * Breakpoints
 */
/*
 * Media Queries
 */
/*
 * Definitions
 */
/*
 * Print
 */
@page {
  size: A4;
  margin: 1.5cm 2cm;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '("attr(href)")';
  }
  a[href^="#"]:after {
    content: '';
  }
  abbr[title]:after {
    content: '("attr(title)")';
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  table {
    border-collapse: collapse !important;
  }
  table td,
  table th {
    background-color: #FFFFFF !important;
  }
}
/*
 * Typography
 */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
dl:first-child,
dd:first-child,
dt:first-child,
ul > li:first-child,
ol > li:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
dl:last-child,
dd:last-child,
dt:last-child,
ul > li:last-child,
ol > li:last-child {
  margin-bottom: 0;
}
/*
 * Definitions
 */
/*
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.35;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.6em;
  color: #555;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
}
/*
 * Definitions
 */
/*
 * Paragraph
 */
p {
  margin: 2rem 0;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Lead
 */
.lead {
  margin: 0 0 2rem 0;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #111;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Strong
 */
strong {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/*
 * Definitions
 */
/*
 * Emphasis
 */
em {
  font-style: italic;
}
/*
 * Definitions
 */
/*
 * Horizontal Rule
 */
hr {
  clear: both;
  margin: 3rem auto;
  border: 0;
  height: 1px;
  background: #DDD;
}
/*
 * Definitions
 */
/*
 * Blockquote
 */
blockquote {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.5;
  color: #111;
}
blockquote p {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}
blockquote cite {
  display: block;
  margin: 1rem 0;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  color: #111;
  text-align: left;
}
/*
 * Definitions
 */
/*
 * Pullout
 */
.pullout {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #111;
  border: solid #026DFF;
  border-width: 0 0 0 0.4rem;
}
/*
 * Definitions
 */
/*
 * Lists
 */
ul,
ol {
  margin: 2rem 0;
  padding: 0;
}
ul li,
ol li {
  margin: 1rem 0 1rem 2rem;
  padding: 0 0 0 0.5rem;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.5;
}
ul li ul,
ol li ul {
  margin: 1rem 0;
  padding: 0;
}
ul li ul li,
ol li ul li {
  margin: 1rem 0 1rem 2rem;
}
ul {
  list-style: disc;
}
ul li ul {
  list-style: disc;
}
.list-unstyled {
  list-style: none;
}
.list-unstyled li {
  margin-left: 0;
}
.list-inline li {
  display: inline-block;
}
/*
 * Definitions
 */
/*
 * Definition List
 */
dl {
  margin: 2rem 0;
  padding: 0;
}
dt {
  margin: 1rem 0;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #111;
}
dd {
  margin: 0 0 2rem 0;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #111;
}
/*
 * Definitions
 */
/*
 * Code
 */
code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #8B008B;
}
/*
 * Definitions
 */
/*
 * Code
 */
pre {
  margin: 2rem 0;
  padding: 1rem;
  overflow: auto;
  color: #111;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background: #FAFAFC;
  border: 1px solid #DDD;
}
pre code {
  color: #8B008B;
}
/*
 * Definitions
 */
/*
 * Kbd
 */
kbd {
  margin: 0 0.5rem;
  padding: 0.4rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #8B008B;
  background: #FAFAFC;
  border: 1px solid #DDD;
}
/*
 * Definitions
 */
/*
 * mark
 */
mark {
  margin: 0;
  padding: 0.3rem 0.6rem;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #111;
  background: yellow;
  border: none;
  border-radius: 2px;
}
mark.error {
  color: #FFFFFF;
  background: #FF0E0E;
  border: none;
}
mark.warning {
  color: #FFFFFF;
  background: #FF5F00;
  border: none;
}
mark.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
mark.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
/*
 * Grid
 */
/*
 * Definitions
 */
/*
 * Gutter
 */
.no-gutter {
  padding: 0 !important;
}
.gutter-top {
  padding-top: 3.2rem !important;
}
.gutter-bottom {
  padding-bottom: 3.2rem !important;
}
.gutter-left {
  padding-left: 1.6rem !important;
}
.gutter-right {
  padding-right: 1.6rem !important;
}
@media (min-width: 1680px) {
  .no-gutter-xlarge {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .no-gutter-large {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .no-gutter-medium {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .no-gutter-small {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  .no-gutter-xsmall {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-2,
.gx-2 {
  --bs-gutter-x: 0.8rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.8rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.2rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.2rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.6rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.6rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 2rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 2rem;
}

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

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


@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .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.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .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.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .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.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .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.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .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.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2rem;
  }
}
/*
 * Form
 */
/*
 * Definitions
 */
/*
 * Label
 */
label {
  display: block;
  margin: 0.6rem 0;
  font-size: 1.8rem;
  color: #111;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
}
/*
 * Definitions
 */
/*
 * Fieldset
 */
fieldset {
  display: block;
  margin: 0;
  padding: 2rem;
  border: 1px solid #DDD;
}
fieldset legend {
  display: inline-block;
  padding: 1rem;
  font-size: 1.6rem;
  color: #555;
}
/*
 * Definitions
 */
/*
 * Form Message
 */
.form-message {
  margin: 0.6rem 0;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #111;
  line-height: 1.5;
}
.form-message.error {
  color: #FF0E0E;
}
.form-message.warning {
  color: #FF5F00;
}
.form-message.success {
  color: #00AA00;
}
.form-message.info {
  color: #1E90FF;
}
/*
 * Definitions
 */
/*
 * Input
 */
input,
textarea {
  display: block;
  margin: 0.6rem 0;
  width: 100%;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.6rem;
  height: 3.8rem;
  font-size: 1.6rem;
  color: #111;
  background: #FFFFFF;
  border: 1px solid #111;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
input:hover,
textarea:hover {
  color: #111;
  background: #fafafa;
  border: 1px solid #111;
}
input:focus,
textarea:focus {
  color: #111;
  background: #fafafa;
  border: 1px solid #026DFF;
}
input:disabled,
textarea:disabled {
  cursor: no-drop;
  color: #FAFAFC;
  background: #FAFAFC;
  border: 1px solid #dadae9;
}
.input-focus-style {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #026DFF;
  border: 1px solid #026DFF;
}
.input-error-style {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #FF0E0E;
  border-color: 1px solid #FF0E0E !important;
}
/*
 * Textarea
 */
textarea {
  max-width: 100%;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
/*
 * Input Styles
 */
.input-inverse {
  color: #FFFFFF;
  background: #111;
  border: none;
}
.input-inverse::-moz-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:-ms-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse::-webkit-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:hover {
  color: #FFFFFF;
  background: #0b0b0b;
  border: none;
}
.input-inverse:focus {
  color: #FFFFFF;
  background: #040404;
  border: 1px solid #026DFF;
}
/*
 * Input Search
 */
input[type="search"] {
  border-radius: 2rem;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Input File
 */
input[type="file"] {
  padding: 0;
  height: auto;
  background: transparent;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Textarea
 */
textarea {
  padding: 1.6rem;
  height: auto;
  line-height: 1.5;
}
/*
 * Checkbox and Radio
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  background-color: #FFFFFF;
  color: #026DFF;
  border: 1px solid #111;
}
[type='radio'] {
  border-radius: 100%;
}
input[type='checkbox']:checked,
input[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  [type='checkbox']:checked,
  [type='radio']:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
input[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.field--checkbox {
  display: flex;
  align-items: flex-start;
  column-gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.field--checkbox input[type="checkbox"] {
  height: 2rem;
  width: 2rem;
  border-radius: 0;
}
.field--checkbox input[type="checkbox"]:checked {
  background-color: #026DFF;
  border-color: #026DFF;
}
.field--checkbox label {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}
.field--checkbox label a {
  font-weight: 700;
  font-style: normal;
}
.field--checkbox-small {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
  margin-bottom: 0.5rem;
}
.field--checkbox-small > .field--checkbox {
  column-gap: 0.6rem;
}
.field--checkbox-small input[type="checkbox"] {
  height: 1.6rem;
  width: 1.6rem;
}
.field--checkbox-small input[type="checkbox"]:checked {
  background-color: #026DFF;
  border-color: #026DFF;
}
.field--checkbox-white input[type="checkbox"] {
  background-color: transparent !important;
  border-color: #FFFFFF;
}
.field--checkbox-white input[type="checkbox"]:checked {
  background-color: transparent !important;
  border-color: #FFFFFF;
}
.field--checkbox-white label {
  color: #FFFFFF;
}
.field.field--checkbox,
.field.field--checkbox-small {
  margin-bottom: 2.4rem;
}
.radio-group {
  display: flex;
  column-gap: 2.4rem;
  flex-wrap: wrap;
  row-gap: 0.4rem;
}
@media (max-width: 480px) {
  .radio-group {
    margin-top: 1rem;
    flex-direction: column;
    margin-bottom: 0.8rem;
  }
}
.field.field--radio {
  margin-bottom: 0.5rem;
}
.field--radio {
  display: flex;
  align-items: flex-start;
  column-gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.field--radio input[type="radio"] {
  height: 2rem;
  width: 2rem;
}
.field--radio label {
  display: inline-block;
  min-width: 5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}
.field--rounded input,
.field--rounded select {
  border-radius: 9999px !important;
}
.field--small input,
.field--small select {
  height: 3rem !important;
  font-size: 1.2rem !important;
}
.field--small label {
  font-size: 1.4rem;
}
.field--transparent input,
.field--transparent select {
  background-color: transparent !important;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}
.field--transparent input option,
.field--transparent select option {
  color: #111 !important;
}
.field--transparent input:focus,
.field--transparent select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #FFFFFF;
  border: 1px solid #FFFFFF;
}
.field--transparent .select:after {
  border-top: 0.4rem solid #FFFFFF;
}
.field--transparent label {
  color: #FFFFFF;
}
.fields--year {
  display: flex;
  border-collapse: collapse;
  flex-wrap: wrap;
}
.fields--year .field {
  width: 8.33333333%;
  margin-left: -1px;
  min-width: 9rem;
}
.fields--year .field:first-of-type {
  margin-left: 0;
}
.fields--year .field label {
  font-size: 1.6rem;
}
.fields--inline {
  display: flex;
  column-gap: 2.4rem;
  flex-wrap: wrap;
}
.fields--inline .field {
  flex: 1 auto;
  max-width: 20rem;
}
.fields--inline .field label {
  font-size: 1.6rem;
}
/* States */
[type='text']:focus,
input:where(:not([type])):focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #026DFF;
  border: 1px solid #026DFF;
}
.error [type='text'],
.error input:where(:not([type])),
.error [type='email'],
.error [type='url'],
.error [type='password'],
.error [type='number'],
.error [type='date'],
.error [type='datetime-local'],
.error [type='month'],
.error [type='search'],
.error [type='tel'],
.error [type='time'],
.error [type='week'],
.error [multiple],
.error textarea,
.error select {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #FF0E0E;
  border-color: 1px solid #FF0E0E !important;
}
/*
 * Definitions
 */
/*
 * Input Indicators 
 */
input.error,
textarea.error {
  color: #FF0E0E;
  border-color: #FF0E0E;
}
input.warning,
textarea.warning {
  color: #FF5F00;
  border-color: #FF5F00;
}
input.success,
textarea.success {
  color: #00AA00;
  border-color: #00AA00;
}
input.info,
textarea.info {
  color: #1E90FF;
  border-color: #1E90FF;
}
/*
 * Definitions
 */
/*
 * Input Sizes
 */
.input-xlarge {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
}
.input-xlarge::-moz-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xlarge:-ms-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xlarge::-webkit-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-large {
  padding: 0 2.5rem;
  height: 4.4rem;
  font-size: 1.8rem;
}
.input-large::-moz-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-large:-ms-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-large:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-large::-webkit-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-medium {
  padding: 0 1.6rem;
  height: 3.8rem;
  font-size: 1.6rem;
}
.input-medium::-moz-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-medium:-ms-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-medium::-webkit-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-small {
  padding: 0 1.2rem;
  height: 3rem;
  font-size: 1.4rem;
}
.input-small::-moz-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-small:-ms-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-small:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-small::-webkit-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xsmall {
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.2rem;
}
.input-xsmall::-moz-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xsmall:-ms-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xsmall::-webkit-input-placeholder {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
/*
 * Definitions
 */
/*
 * Controls (Radio + Checkbox)
 */
.control {
  position: relative;
  display: block;
  margin: 0.6rem 0;
  padding: 0 0 0 1.5em;
  color: #111;
  cursor: pointer;
}
.control.control-inline {
  display: inline-block;
  margin-right: 2rem;
}
.control:hover .control-indicator {
  border: 1px solid #111;
  background-color: #fafafa;
}
.control input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 2px #1E90FF;
}
.control input:checked ~ .control-indicator {
  background: #026DFF;
  border: 1px solid #026DFF;
}
.control input:checked ~ .control-label {
  color: #111;
}
.control.checkbox .control-indicator {
  border-radius: none;
}
.control.checkbox input:checked ~ .control-indicator {
  background: #026DFF no-repeat 50% 50% url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTIuOHB4IiBoZWlnaHQ9IjkuOHB4IiB2aWV3Qm94PSIwIDAgMTIuOCA5LjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyLjggOS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTEuNCwwIDQuNCw3IDEuNCw0IDAsNS40IDMsOC40IDQuNCw5LjggNS44LDguNCAxMi44LDEuNCAiLz4NCjwvc3ZnPg0K');
}
.control.radio .control-indicator {
  border-radius: 50%;
}
.control.radio input:checked ~ .control-indicator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1rem;
  color: #026DFF;
  text-align: center;
  background-color: #FFFFFF;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #111;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.control-label {
  display: block;
  margin: 0 0 0 1rem;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #111;
  line-height: 1.5;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/*
 * Definitions
 */
/*
 * Select
 */
select {
  display: block;
  width: 100%;
}
.select {
  position: relative;
  display: block;
  margin: 0.6rem 0;
}
.select select {
  margin: 0;
  padding: 0 1.6rem;
  height: 3.8rem;
  line-height: 1.2;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #111;
  cursor: pointer;
  outline: 0;
  background: #FFFFFF;
  border: 1px solid #111;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover {
  color: #111;
  background: #fafafa;
  border: 1px solid #111;
}
.select select:focus {
  color: #111;
  background: #fafafa;
  border: 1px solid #026DFF;
}
.select select option {
  line-height: 2rem;
}
.select:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  content: '';
  pointer-events: none;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid #111;
}
/*
 * Select Inverse
 */
.select-inverse select {
  color: #FFFFFF;
  border: none;
  background: #111;
}
.select-inverse select:hover {
  color: #FFFFFF;
  background: #0b0b0b;
  border: none;
}
.select-inverse select:focus {
  color: #FFFFFF;
  background: #040404;
  border: 1px solid #026DFF;
}
.select-inverse:after {
  border-top: 0.4rem solid #FFFFFF;
}
@media screen and (min-width:0\0) {
  .select select {
    padding: 0.5em;
  }
  .select:before,
  .select:after {
    display: none;
  }
}
/*
@-moz-document url-prefix() {
	
	// Firefox hack to hide the arrow (FF < 30)
	.select select {
		text-indent: 0.01px;
		text-overflow: '';
		padding-right: 1rem;
	}
	
	// Firefox hack to hide the arrow (FF => 30)
	.select:before {
		z-index: 2;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		content: '';
		pointer-events: none;
		width: 1em;
		border: @select-border;
		border-width: 1px 1px 1px 0px;
		background: @select-background;
		.border-radiuses (0, @select-border-radius, 0, @select-border-radius);
	}
	
	.select.large:before {
		width: 1.5em;
	}
	
	.select.select-inverse:before {
		border: @select-inverse-border;
		background: @select-inverse-background;
	}
}
*/
/*
 * Definitions
 */
/*
 * Select Sizes
 */
.select-xlarge select {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
  line-height: 6rem;
}
.select-large select {
  padding: 0 2.5rem;
  height: 4.4rem;
  font-size: 1.8rem;
  line-height: 4.4rem;
}
.select-medium select {
  padding: 0 1.6rem;
  height: 3.8rem;
  font-size: 1.6rem;
  line-height: 3.8rem;
}
.select-small select {
  padding: 0 1.2rem;
  height: 3rem;
  font-size: 1.4rem;
  line-height: 3rem;
}
.select-xsmall select {
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.field {
  margin-bottom: 2.4rem;
  position: relative;
}
.field .errorlist {
  margin: 0;
  list-style-type: none;
}
.field .errorlist li {
  color: #FF0E0E !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  text-align: left;
  margin: 0;
}
.field .box-error {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.8rem;
}
.field .box-error p.error {
  color: #FF0E0E !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  margin: 0;
  text-align: left;
}
.field.error input,
.field.error select,
.field.error textarea {
  border: 1px solid #FF0E0E;
}
.field.error .box-error {
  display: block;
}
.field.error .box-error p.error:not([hidden]) {
  display: block;
}
.field.error .box-error p.error:not([hidden]) ~ p {
  display: none;
}
/*
 * Elements
 */
.main-header {
  padding: 0 2.5rem;
  color: #FFFFFF;
  /* logo */
}
.main-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.2rem;
  flex-wrap: wrap;
  max-width: 144rem;
  margin: auto;
  padding: 1rem 0;
  border-bottom: 1px solid #FFFFFF;
}
.main-header .logo {
  flex-shrink: 0;
  max-width: 17.8rem;
  margin-bottom: 0.8rem;
}
.main-header .logo-img {
  object-fit: contain;
}
.main-header .right-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: flex-end;
}
.main-header .user-info .user-info__fullname {
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .main-header {
    padding: 1.2rem 2.5rem;
  }
  .main-header .header-container {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .main-header .header-container .buttons {
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .main-header .user-info {
    position: absolute !important;
    top: 2rem;
    right: 2rem;
  }
  .main-header .user-info .user-info__fullname {
    display: none;
  }
}
.language-options ul {
  display: flex;
  gap: 0.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.language-options ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.language-options ul li a {
  display: inline-flex;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  font-weight: 500;
  font-style: normal;
}
.language-options ul li a.active {
  background-color: rgba(255, 255, 255, 0.15);
}
.language-options ul li a:hover {
  color: #FFFFFF;
}
.sidebar--main {
  padding: 2rem 1.5rem 2rem 2rem;
  background-color: #FAFAFC;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 25rem;
  row-gap: 2.4rem;
  flex-shrink: 0;
}
.sidebar--main .logo {
  flex-shrink: 0;
  max-width: 13.5rem;
}
.sidebar--main .logo-img {
  max-height: 4rem;
  object-fit: contain;
}
/*
 * Definitions
 */
/*
 * Button
 */
.buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0.8rem;
  column-gap: 1.6rem;
}
.buttons-left {
  justify-content: flex-start;
}
.buttons-center {
  justify-content: center;
}
button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  /* default 16px */
  font-weight: 500;
  cursor: pointer;
  border: none;
  padding: 1rem 2rem;
  height: 3.8rem;
  border-radius: 9999px;
  background-color: #555;
  font-size: 1.4rem;
  line-height: 1;
  column-gap: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button:disabled,
.disabled {
  cursor: no-drop;
  opacity: 0.5;
}
.button-primary {
  background-color: #026DFF;
  color: #FFFFFF;
}
.button-primary:not(disabled):not(.disabled):hover,
.button-primary:not(.disabled):not(.disabled):hover,
.button-primary:not(disabled):focus,
.button-primary:not(.disabled):focus {
  background-color: #111;
  color: #FFFFFF;
}
.button-secondary {
  background-color: #1FD19F;
  color: #FFFFFF;
}
.button-secondary:not(disabled):not(.disabled):hover,
.button-secondary:not(.disabled):not(.disabled):hover,
.button-secondary:not(disabled):focus,
.button-secondary:not(.disabled):focus {
  background-color: #18a57d;
}
.button-error {
  line-height: 1;
  background-color: #FF0E0E;
  color: #FFFFFF;
}
.button-error:not(disabled):not(.disabled):hover,
.button-error:not(.disabled):not(.disabled):hover,
.button-error:not(disabled):focus,
.button-error:not(.disabled):focus {
  background-color: #da0000;
}
.button-warning {
  background-color: #FF5F00;
  color: #FFFFFF;
}
.button-warning:not(disabled):not(.disabled):hover,
.button-warning:not(.disabled):not(.disabled):hover,
.button-warning:not(disabled):focus,
.button-warning:not(.disabled):focus {
  background-color: #cc4c00;
}
.button-light {
  background-color: #FFFFFF;
  color: #111;
}
.button-light:not(disabled):not(.disabled):hover,
.button-light:not(.disabled):not(.disabled):hover,
.button-light:not(disabled):focus,
.button-light:not(.disabled):focus {
  background-color: #111;
  color: #FFFFFF;
}
.button-dark {
  background-color: #111;
  color: #FFFFFF;
}
.button-dark:not(disabled):not(.disabled):hover,
.button-dark:not(.disabled):not(.disabled):hover,
.button-dark:not(disabled):focus,
.button-dark:not(.disabled):focus {
  background: #026DFF;
}
.button-border {
  background-color: transparent;
  color: #111;
  border: 1px solid #111;
}
.button-border:not(disabled):not(.disabled):hover,
.button-border:not(.disabled):not(.disabled):hover,
.button-border:not(disabled):focus,
.button-border:not(.disabled):focus {
  background-color: #026DFF;
  border: 1px solid #026DFF;
  color: #FFFFFF;
}
.button-border-inverse {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.button-border-inverse:not(disabled):not(.disabled):hover,
.button-border-inverse:not(.disabled):not(.disabled):hover,
.button-border-inverse:not(disabled):focus,
.button-border-inverse:not(.disabled):focus {
  background-color: #FFFFFF;
  color: #111;
}
.button-border-inverse.active {
  background-color: #FFFFFF;
  color: #111;
}
.button-text {
  background-color: transparent;
  color: #111;
}
.button-text:not(disabled):not(.disabled):hover,
.button-text:not(.disabled):not(.disabled):hover,
.button-text:not(disabled):focus,
.button-text:not(.disabled):focus {
  background-color: #FAFAFC;
}
.button-tranparent {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}
.button-tranparent:not(disabled):not(.disabled):hover,
.button-tranparent:not(.disabled):not(.disabled):hover,
.button-tranparent:not(disabled):focus,
.button-tranparent:not(.disabled):focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.button-xsmall {
  padding: 0.7rem 1.2rem 0.5rem;
  height: 2.4rem;
  font-size: 1rem;
}
.button-small {
  padding: 0.6rem 1.8rem;
  height: 3rem;
  font-size: 1.2rem;
}
.button-medium {
  padding: 0.8rem 2rem;
  height: 3.8rem;
}
.button-large {
  padding: 1.2rem 2rem;
  height: 4.4rem;
}
.button-xlarge {
  font-size: 1.8rem;
  padding: 1.6rem 3rem;
  height: 5.6rem;
}
@media (max-width: 767px) {
  .button-xlarge {
    padding: 0.8rem 2.6rem;
    min-height: 5.6rem;
    height: auto;
    font-size: 1.6rem;
  }
}
.button-login {
  background-color: #FFFFFF;
  border: 1px solid #111;
  color: #111;
  padding-left: 4.6rem;
  text-align: left;
  justify-content: flex-start;
  letter-spacing: 0.2rem;
  width: 18rem;
  flex-shrink: 0;
}
.button-facebook {
  background-image: url('/assets/images/icons/facebook.svg');
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: left 1.8rem top 0.8rem;
}
.button-google {
  background-image: url('/assets/images/icons/google.svg');
  background-repeat: no-repeat;
  background-size: 1.8rem 1.8rem;
  background-position: left 1.9rem top 0.9rem;
}
.button-instagram {
  background-image: url('/assets/images/icons/instagram.svg');
  background-repeat: no-repeat;
  background-size: 1.8rem 1.8rem;
  background-position: left 1.9rem top 0.9rem;
}
/* button icon */
.button-icon {
  padding: 0;
  width: 3.8rem;
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.button-icon .icon:before {
  line-height: 2;
}
.button-icon.button-xsmall {
  width: 2.4rem;
  font-size: 1.4rem;
}
.button-icon.button-small {
  width: 3rem;
  font-size: 1.6rem;
}
.button-icon.button-large {
  width: 4.4rem;
  font-size: 2.4rem;
}
.button-status {
  background-color: white;
  color: #111;
  cursor: auto;
  padding: 1rem 2rem 1rem 1.2rem;
}
.button-status:hover {
  background-color: white;
  color: #111;
}
.button-status .icon {
  font-size: 2rem;
}
.button-status.status-ok .icon {
  color: #00AA00;
}
.button-status.status-warning.icon {
  color: #FF5F00;
}
.button-status.status-error .icon {
  color: #FF0E0E;
}
.tag-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.8rem;
  font-weight: 400;
  font-style: normal;
  height: 3.2rem;
  border-radius: 9999px;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #DDD;
  color: #111;
  padding: 0.8rem 2rem 0.8rem 1.2rem;
}
.tag-status:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.7rem;
  background-color: #111;
}
.tag-status.status-ok {
  background-color: rgba(31, 209, 159, 0.1);
  color: #1FD19F;
}
.tag-status.status-ok:before {
  background-color: #1FD19F;
}
.tag-status.status-warning {
  background-color: rgba(255, 95, 0, 0.1);
  color: #FF5F00;
}
.tag-status.status-warning:before {
  background-color: #FF5F00;
}
.tag-status.status-error {
  background-color: rgba(255, 14, 14, 0.1);
  color: #FF0E0E;
}
.tag-status.status-error:before {
  background-color: #FF0E0E;
}
.filter-buttons {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
/*
 * Definitions
 */
/*
 * Figure
 */
figure {
  display: block;
  margin: 0;
  padding: 1rem;
  border: 1px solid #DDD;
}
figcaption {
  margin: 1rem 0;
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #111;
  text-align: center;
}
/*
 * Definitions
 */
/*
 * Media
 */
.media {
  display: block;
  position: relative;
  overflow: hidden;
  background: #FAFAFC;
}
.media > svg,
.media > img,
.media > video,
.media > iframe,
.media > .media-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-1-2 {
  padding-top: 200%;
}
.media-9-16 {
  padding-top: 177.77777778%;
}
.media-9-14 {
  padding-top: 155.55555556%;
}
.media-2-3 {
  padding-top: 150%;
}
.media-3-4 {
  padding-top: 133.33333333%;
}
.media-1 {
  padding-top: 100%;
}
.media-4-3 {
  padding-top: 75%;
}
.media-3-2 {
  padding-top: 66.66666667%;
}
.media-16-9 {
  padding-top: 56.25%;
}
.media-2-1 {
  padding-top: 50%;
}
/*
 * Definitions
 */
/*
 * Nav
 */
nav ul,
.nav ul {
  margin: 0;
  list-style: none;
}
nav ul li,
.nav ul li {
  margin: 1rem 0;
}
.nav-inline ul li {
  display: inline-block;
  margin: 0 1rem;
}
/*
 * Table
 */
.table {
  width: 100%;
  overflow: auto;
}
.table table {
  width: 100%;
  font-size: 1.4rem;
  border-collapse: collapse;
}
.table table th {
  position: relative;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 1.5rem 1.2rem;
  height: 5rem;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  text-align: left;
  font-weight: 400;
  font-style: normal;
}
.table table th:before {
  position: absolute;
  left: 0;
  top: 15%;
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #555;
}
.table table th:first-child:before,
.table table th.cell-actions:before {
  display: none;
}
.table table td {
  padding: 1.4rem 1.2rem;
  border-bottom: 1px solid #111;
}
.table table .cell-short {
  min-width: 4rem;
}
.table table .cell-medium {
  min-width: 8rem;
}
.table table .cell-medium-large {
  min-width: 12rem;
}
.table table .cell-large {
  min-width: 16rem;
}
.table table .cell-xlarge {
  min-width: 20rem;
}
.table table .cell-xxlarge {
  min-width: 28rem;
}
.table table .cell-number {
  text-align: right;
  padding-right: 2rem;
}
.table table .cell-center {
  text-align: center;
}
.table table .cell-actions {
  text-align: center;
}
.table table .cell-actions a + a,
.table table .cell-actions .icon + .icon {
  margin-left: 1.2rem;
}
.table table .cell-actions-right {
  text-align: right;
  padding-right: 2.4rem;
}
.table table .cell-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.2rem;
}
.table table .order {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.125rem;
  margin-top: -0.2rem;
  min-height: 1.8rem;
}
.table table .order-up,
.table table .order-down {
  height: 0.8rem;
  line-height: 1;
  color: #111;
}
.table table .order-up {
  margin-bottom: auto;
}
.table table .order-up::before {
  content: "\e902";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  font-size: 0.8rem;
  vertical-align: top;
}
.table table .order-down {
  margin-top: auto;
}
.table table .order-down::before {
  content: "\e901";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  font-size: 0.8rem;
  vertical-align: bottom;
}
.table table .order-active {
  color: #1FD19F;
}
.table-dark {
  width: 100%;
  overflow-x: auto;
}
.table-dark table {
  width: 100%;
}
.table-dark table th {
  background-color: #111;
  color: #FFFFFF;
  border: none;
}
.table-dark table th:before {
  background-color: #FFFFFF;
}
.table-dark table .order-up,
.table-dark table .order-down {
  color: #FFFFFF;
}
.table-dark table .order-active {
  color: #026DFF;
}
/*
.table-responsive {
	margin: @table-margin;
	overflow-x: auto;
	min-height: 0.01%;

	@media @table-responsive-breakpoint {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: @table-border;

		> table {
			margin: 0;
			border: none;

			// Ensure the content doesn't wrap
			th,
			td {
				white-space: nowrap;

				&:first-child {
					border-left: none;
				}

				&:last-child {
					border-right: none;
				}
			}

			tr:first-child {

				> th,
				> td {
					border-top: none;
				}
			}

			tr:last-child {

				> th,
				> td {
					border-bottom: none;
				}
			}
		}
	}
}
*/
.state {
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  background-color: #555;
  border: 0.5rem solid #FFFFFF;
  outline: 1px solid #555;
  line-height: 1;
  border-radius: 50%;
}
.state-error {
  background-color: #FF0E0E;
  outline: 1px solid #FF0E0E;
}
.state-warning {
  background-color: #FF5F00;
  outline: 1px solid #FF5F00;
}
.state-ok {
  background-color: #1FD19F;
  outline: 1px solid #1FD19F;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(17, 17, 17, 0.5);
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  display: flex;
  flex-direction: column;
  background: #FFF;
  min-height: 4rem;
  width: 90%;
  max-width: 60rem;
  max-height: 90vh;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.modal__header {
  padding: 2rem 3rem;
  border-bottom: 0.1rem solid #DDD;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
  font-style: normal;
}
.modal__close .icon {
  color: #111;
}
.modal__close .icon::before {
  margin-right: 0;
  font-size: 1.2rem;
}
.modal__close .icon:hover {
  color: #555;
}
.modal__body {
  padding: 1.5rem 3rem;
  overflow: auto;
  padding-bottom: 3rem;
}
.modal__body .field {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  max-width: 24rem;
}
.modal__footer {
  border-top: 0.1rem solid #DDD;
  padding: 1.5rem 3rem;
  text-align: right;
}
/* SIZES */
.modal--small .modal__content {
  max-width: 42rem;
}
.modal--big .modal__content {
  max-width: 71.2rem;
}
.modal--large .modal__content {
  max-width: 90rem;
}
.modal--xlarge .modal__content {
  max-width: 110rem;
}
.avatar {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  position: relative;
  padding: 0.7rem;
  border-radius: 50%;
  cursor: pointer;
}
.avatar__content {
  background-color: #FFFFFF;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar__img {
  object-fit: cover;
}
.avatar__letter {
  font-size: 2rem;
  color: #111;
  user-select: none;
  font-weight: 700;
  font-style: normal;
}
.avatar--large {
  width: 8.8rem;
  height: 8.8rem;
  padding: 1rem;
}
.avatar--large .avatar__letter {
  font-size: 3.2rem;
}
.user-info {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.user-info__fullname {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 500;
  font-style: normal;
}
.user-info__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.user-info__name {
  font-size: 2rem;
  line-height: 1.1;
  color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
}
.user-info__lastname {
  font-size: 2rem;
  line-height: 1.1;
  color: #FFFFFF;
  font-weight: 400;
  font-style: normal;
}
.dropdown {
  display: inline-flex;
  position: relative;
  /* dropdown in hover instead of click */
  /*
    &:hover .dropdown-menu {
      display: block;
    }
    */
}
.dropdown.opened .dropdown-menu {
  display: block;
}
.dropdown .dropdow-toggle {
  cursor: pointer;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  padding: 0;
  border: 1px solid #DDD;
  box-shadow: 0 2px 5px rgba(17, 17, 17, 0.15);
  display: none;
  z-index: 9;
  min-width: 16rem;
  height: auto;
  max-height: 32rem;
  overflow: auto;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  border-radius: 0.4rem;
}
.dropdown .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 1.2rem 1.6rem;
}
.dropdown .dropdown-menu ul li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.dropdown .dropdown-menu ul li:last-child a {
  border-bottom: none;
}
.dropdown .dropdown-menu ul li a {
  color: #111;
  display: inline-flex;
  padding: 1.2rem 0rem;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
}
.dropdown .dropdown-menu ul li a:hover {
  color: #026DFF;
}
.dropdown .position-bottom {
  top: 100%;
  bottom: auto;
}
.dropdown .position-top {
  top: auto;
  bottom: 100%;
}
.dropdown .position-right {
  right: auto;
  left: 0;
}
.dropdown .position-left {
  left: auto;
  right: 0;
}
/* circle progress */
.circle-progress::part(base) {
  width: 6rem;
  height: 6rem;
}
.circle-progress::part(value) {
  stroke-width: 0.6rem;
  stroke: #FFFFFF;
  stroke-linecap: round;
}
.circle-progress::part(circle) {
  stroke-width: 0.6rem;
  stroke: rgba(255, 255, 255, 0.5);
}
.circle-progress::part(text) {
  display: none;
}
.avatar .circle-progress {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.avatar--large .circle-progress::part(base) {
  width: 8.8rem;
  height: 8.8rem;
}
.tabs__links {
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabs__item {
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabs__link {
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.tabs__section {
  display: none;
}
.tabs__section.active {
  display: block;
}
.tabs.tabs--flat > .tabs__links {
  border-bottom: 1px solid #111;
  column-gap: 1.2rem;
}
.tabs.tabs--flat > .tabs__links > .tabs__item > .tabs__link {
  color: #111;
  padding: 1.2rem 2rem 1rem;
  height: 100%;
}
.tabs.tabs--flat > .tabs__links > .tabs__item .tabs__close {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 0;
  margin-left: 1rem;
  background-color: #111;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs.tabs--flat > .tabs__links > .tabs__item .tabs__close .icon:before {
  font-size: .9rem;
  margin: 0;
  line-height: 1;
}
.tabs.tabs--flat > .tabs__links > .tabs__item {
  height: 4rem;
  padding: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.tabs.tabs--flat > .tabs__links > .tabs__item:hover {
  background: rgba(17, 17, 17, 0.1);
}
.tabs.tabs--flat > .tabs__links > .tabs__item.active {
  background: #111;
  position: relative;
  z-index: 2;
}
.tabs.tabs--flat > .tabs__links > .tabs__item.active:hover {
  background: #111;
  color: #FFFFFF;
}
.tabs.tabs--flat > .tabs__links > .tabs__item.active > .tabs__link {
  color: #FFFFFF;
}
.tabs.tabs--flat > .tabs__links > .tabs__item.active .tabs__close {
  background: #FFFFFF;
  color: #111;
}
.tabs.tabs--flat .tabs__section {
  margin-top: 2rem;
}
.tabs.tabs--flat.tabs--small > .tabs__links > .tabs__item > .tabs__link {
  color: #111;
  padding: 0 1.4rem;
  height: 100%;
  column-gap: 1.6rem;
  flex-shrink: 0;
}
.tabs.tabs--flat.tabs--small > .tabs__links .tabs__number {
  color: #111;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid;
  border-radius: 1.2rem;
}
.tabs.tabs--flat.tabs--small > .tabs__links > .tabs__item {
  height: 4rem;
  padding: 0;
  font-size: 1.6rem;
  margin-right: .4rem;
  text-transform: none;
}
.tabs.tabs--flat.tabs--small > .tabs__links > .tabs__item:hover {
  background: rgba(17, 17, 17, 0.1);
}
.tabs.tabs--flat.tabs--small > .tabs__links > .tabs__item.active {
  background: #026DFF;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-style: normal;
}
.tabs.tabs--flat.tabs--small > .tabs__links > .tabs__item.active:hover {
  background: #026DFF;
  color: #FFFFFF;
}
.tabs.tabs--flat.tabs--small > .tabs__links > .tabs__item.active > .tabs__link {
  color: #FFFFFF;
}
.tabs.tabs--flat.tabs--small > .tabs__links > .tabs__item.active .tabs__number {
  color: #FFFFFF;
}
.tabs.tabs--flat.tabs--small > .tabs__links > .tabs__item.active .tabs__close {
  background: #FFFFFF;
  color: #111;
}
.tabs.tabs--line {
  width: 100%;
}
.tabs.tabs--line > .tabs__links {
  border-bottom: .1rem solid #CCC;
  flex: auto;
}
.tabs.tabs--line > .tabs__links > .tabs__item {
  display: inline-block;
  padding-right: 2.4rem;
}
.tabs.tabs--line > .tabs__links > .tabs__item:last-child {
  padding-right: 0;
}
.tabs.tabs--line > .tabs__links > .tabs__item > .tabs__link {
  color: #111;
  display: inline-block;
  padding: 1rem 2.5rem 1rem 1.5rem;
  line-height: 1;
  border-bottom: 3px solid transparent;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  border-collapse: collapse;
}
.tabs.tabs--line > .tabs__links > .tabs__item > .tabs__link:hover {
  color: #026DFF;
}
.tabs.tabs--line > .tabs__links > .tabs__item.active .tabs__link {
  color: #026DFF;
  border-color: #026DFF;
  font-weight: 700;
  font-style: normal;
}
.tabs.tabs--line.tabs--small > .tabs__links > .tabs__item {
  padding-right: 1.6rem;
}
.tabs.tabs--line.tabs--small > .tabs__links > .tabs__item:last-child {
  padding-right: 0;
}
.tabs.tabs--line.tabs--small > .tabs__links > .tabs__item > .tabs__link {
  padding: 1rem 0.6rem;
  font-size: 1.2rem;
  border-bottom: 2px solid transparent;
}
.tabs.tabs--line.tabs--small > .tabs__links > .tabs__item.active .tabs__link {
  border-color: #026DFF;
}
.tabs--simple {
  height: auto;
  margin: 0;
}
.tabs--simple .tabs {
  /*
    &__content{
      overflow: hidden;
    }

    &__section {
      //padding: 2.4rem;
      //min-height: 30rem;
      //height: auto;
      overflow: auto;
    }
    */
}
.tabs--simple .tabs__links {
  margin: 0 0 2rem;
}
.tabs--simple .tabs__item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0;
  border-right: 0.1rem solid #DDD;
}
.tabs--simple .tabs__item:first-child {
  padding-left: 0;
}
.tabs--simple .tabs__item:last-child {
  padding-right: 0;
  border-right: none;
}
.tabs--simple .tabs__link {
  font-size: 1.4rem;
  padding: 0;
  line-height: 1;
  border-bottom: none;
  color: #111;
  opacity: 0.6;
  font-weight: 500;
  font-style: normal;
}
.tabs--simple .tabs__link:hover {
  color: #111;
  opacity: 1;
}
.tabs--simple .tabs__item.active .tabs__link {
  color: #111;
  opacity: 1;
}
.tabs.tabs--buttons > .tabs__links {
  border: none;
  column-gap: 1.2rem;
}
.tabs.tabs--buttons > .tabs__links > .tabs__item {
  height: 5.6rem;
  padding: 0;
}
.tabs.tabs--buttons > .tabs__links > .tabs__item > .tabs__link {
  color: #FFFFFF;
  padding: 1.2rem 2rem 1rem;
  background-color: rgba(255, 255, 255, 0.15);
  height: 100%;
  font-size: 1.8rem;
  text-transform: uppercase;
  border-radius: 0.4rem;
}
.tabs.tabs--buttons > .tabs__links > .tabs__item:hover > .tabs__link {
  background: #FFFFFF;
  color: #026DFF;
}
.tabs.tabs--buttons > .tabs__links > .tabs__item.active > .tabs__link {
  background: #FFFFFF;
  color: #026DFF;
  font-weight: 700;
  font-style: normal;
}
.tabs.tabs--buttons > .tabs__links > .tabs__item.active > .tabs__link:hover {
  background: #FFFFFF;
  color: #026DFF;
}
#messages {
  position: fixed;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.toast {
  display: flex;
  column-gap: 0.8rem;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  align-items: center;
  border-radius: 0.8rem;
  width: 100%;
  max-width: 38rem;
  color: #6B7280;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.toast__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 0;
}
.toast__icon svg {
  width: 2rem;
  height: 2rem;
}
.toast--success .toast__icon {
  color: #10B981;
}
.toast--error .toast__icon {
  color: #EF4444;
}
.toast__message {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
}
.box {
  background: #FFFFFF;
  padding: 3.2rem 4rem;
  border-radius: 0.8rem;
  box-shadow: 0px 8px 27px -16px rgba(0, 0, 0, 0.2);
}
.box__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.box__content {
  width: 100%;
}
.box__footer {
  padding-top: 2.4rem;
  border-top: 1px solid #111;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.box__footer .buttons {
  margin-left: auto;
}
@media (max-width: 480px) {
  .box__footer .buttons {
    flex-direction: column;
    margin-right: auto;
  }
  .box__footer .buttons .button {
    min-width: 21rem;
  }
}
.box__icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, #026DFF 0%, #1FD19F 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.box__dates,
.box__info {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  line-height: 1;
  font-size: 1.6rem;
}
.box--full {
  flex: 1 auto;
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
}
.box--full .box__content {
  flex: 1 auto;
  width: 100%;
}
/* for widget area sections */
.box--widget-small {
  padding: 2rem  3rem 2rem 2rem;
  flex: 1 1 0;
  max-width: calc(50% - 1.2rem);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .box--widget-small {
    flex: 1 auto;
    max-width: 100%;
  }
}
.box--widget-small .box__title {
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-weight: 700;
  font-style: normal;
}
.box--widget-small .box__content {
  display: flex;
  flex-wrap: wrap;
  flex: 1 auto;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
}
.box--widget {
  padding: 2rem  3rem 2rem 2rem;
  flex: 1 auto;
  width: calc(50% - 1.2rem);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .box--widget {
    width: 100%;
  }
}
.box--widget .box__title {
  font-size: 2.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1024px) {
  .box--widget .box__title {
    font-size: 2rem;
  }
}
.widget-area {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.widget-area-grid {
  display: block;
  columns: 3;
  column-gap: 2.4rem;
  /* in case of grid display */
  /*
	display: grid;
	//grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
	grid-template-columns: repeat(3, 1fr);
	//grid-template-rows: masonry;

	
	@media @small-down {
		grid-template-columns: repeat(auto-fit, minmax(250px,1fr));

		.widget{
			grid-column: span 1 !important;
			grid-row: span 1 !important;
		}
	}

	@media @xsmall {
		grid-template-columns: repeat(auto-fit, minmax(100%,1fr));
	}
	*/
  /* widget general */
  /* widget display */
  /* widget types */
}
@media (max-width: 1023px) {
  .widget-area-grid {
    columns: 2;
  }
}
@media (max-width: 767px) {
  .widget-area-grid {
    columns: 1;
  }
}
.widget-area-grid .widget {
  padding: 3rem 2rem 2.4rem 2.4rem;
  background: #FFFFFF;
  border-radius: 0.8rem;
  box-shadow: 0px 8px 27px -16px rgba(0, 0, 0, 0.2);
  flex: 1 auto;
  margin-bottom: 2.4rem;
  break-inside: avoid-column;
}
.widget-area-grid .widget-2-1 {
  grid-column: span 2;
  grid-row: span 1;
}
.widget-area-grid .widget-3-1 {
  grid-column: span 3;
  grid-row: span 1;
}
.widget-area-grid .widget-1-2 {
  grid-column: span 1;
  grid-row: span 2;
}
.widget-area-grid .widget-1-3 {
  grid-column: span 1;
  grid-row: span 3;
}
.widget-area-grid .widget-2-2 {
  grid-column: span 2;
  grid-row: span 2;
}
.widget-area-grid .widget--resume {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.widget-area-grid .widget--resume .widget__left,
.widget-area-grid .widget--resume .widget__right {
  display: flex;
  flex-direction: column;
}
.widget-area-grid .widget--resume .widget__left {
  width: 45%;
  row-gap: 0.4rem;
}
.widget-area-grid .widget--resume .widget__right {
  width: 50%;
  align-items: flex-end;
}
.widget-area-grid .widget--resume .widget__chart {
  margin-top: auto;
  padding-top: 1.2rem;
}
.widget-area-grid .widget--resume .widget__title,
.widget-area-grid .widget--resume .widget__subtitle {
  font-size: 1.6rem;
  line-height: 1.125;
  margin: 0;
}
.widget-area-grid .widget--resume .widget__title {
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
}
.widget-area-grid .widget--resume .widget__subtitle {
  font-weight: 500;
  font-style: normal;
}
.widget-area-grid .widget--resume .widget__number {
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: 700;
  font-style: normal;
}
.widget-area-grid .widget--resume .widget__date {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
}
.widget-area-grid .widget-media .widget__header {
  display: flex;
  justify-content: space-between;
}
.widget-area-grid .widget-media .widget__subtitle {
  font-size: 1.6rem;
  line-height: 1.125;
}
.widget-area-grid .widget-media .widget__title {
  font-size: 2rem;
  line-height: 1.1;
  color: #026DFF;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}
.widget-area-grid .widget-media .widget__description {
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0.5rem 0 0;
}
.widget-area-grid .widget-media .widget__image {
  margin-top: 2rem;
}
.widget-area-grid .widget-media .widget__video {
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.widget-area-grid .widget-media .widget__video video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.widget-area-grid .widget--chart .widget__title {
  font-size: 2rem;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}
.widget-area-grid .widget--data {
  display: flex;
  flex-wrap: wrap;
  padding: 1.6rem 0;
  row-gap: 1.2rem;
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
  position: relative;
}
.widget-area-grid .widget--data:before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 3.2rem);
  top: 1.6rem;
  left: 0;
  background-color: #FFFFFF;
  z-index: 9;
}
.widget-area-grid .widget--data .widget__block {
  padding: 0 2.4rem;
  border-left: 1px solid #CCC;
  width: 100%;
}
@media (max-width: 1023px) {
  .widget-area-grid .widget--data .widget__block {
    max-width: 100%;
    flex: 1 auto;
  }
}
.widget-area-grid .widget--data .widget__block:first-child {
  padding: 0 2.4rem 0 1.8rem;
  border-left: none;
}
.widget-area-grid .widget--data .widget__header {
  display: flex;
  justify-content: space-between;
}
.widget-area-grid .widget--data .widget__number {
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: 700;
  font-style: normal;
}
.widget-area-grid .widget--data .widget__description {
  font-size: 1.8rem;
  line-height: 1.125;
  margin: 0.6rem 0 0 0;
  font-weight: 500;
  font-style: normal;
}
.widget-area-grid .widget--state {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.2rem;
}
.widget-area-grid .widget--state .widget__description {
  margin: 0 0 0.6rem;
}
.widget-area-grid .widget__description {
  white-space: pre-line;
}
.cookie-advice {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  margin: 2.4rem;
  display: none;
}
.cookie-advice__container {
  width: 90%;
  max-width: 40rem;
  max-height: 90vh;
  overflow: auto;
  padding: 0 2.4rem 3.6rem;
  background-color: #000000;
  color: #FFFFFF;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .cookie-advice__container {
    width: 100%;
    max-width: 36rem;
  }
}
.cookie-advice__container p {
  font-size: 1.4rem;
  line-height: 1.286;
  color: #FFFFFF;
  margin: 1.8rem 0;
}
.cookie-advice__container p a {
  color: #1FD19F;
}
.cookie-advice__container p a:hover {
  color: rgba(31, 209, 159, 0.9);
}
.cookie-advice__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2.4rem;
  padding: 1.8rem 0;
  margin: 0;
  position: sticky;
  top: 0;
  background-color: #000000;
  z-index: 9;
}
.cookie-advice__header + p {
  margin-top: 0;
}
.cookie-advice__close {
  flex-shrink: 0;
  font-size: 1.2rem;
  cursor: pointer;
  display: none;
}
.cookie-advice__title {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0;
  font-weight: 700;
  font-style: normal;
}
.cookie-advice__options {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-bottom: 2.4rem;
}
.cookie-advice__options .field {
  margin-bottom: 0.8rem;
}
.cookie-advice__options p {
  margin: 0;
}
.cookie-advice .button-light:not(disabled):not(.disabled):hover,
.cookie-advice .button-light:not(.disabled):not(.disabled):hover,
.cookie-advice .button-light:not(disabled):focus,
.cookie-advice .button-light:not(.disabled):focus {
  background-color: #026DFF;
  color: #FFFFFF;
}
.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(17, 17, 17, 0.3);
  width: 100%;
  height: 100%;
  display: none;
}
.spinner {
  display: inline-block;
  position: relative;
  width: 8rem;
  height: 8rem;
}
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(17, 17, 17, 0.15);
  width: 100%;
  height: 100%;
}
.spinner-overlay .spinner-medium {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.spinner-overlay .spinner-small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(-50%, -50%);
  z-index: 9999;
}
.spinner-overlay .spinner-large {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.5) translate(-50%, -50%);
  z-index: 9999;
}
.spinner-overlay-transparent {
  background: transparent;
}
/* types */
.spinner-default div {
  transform-origin: 40px 40px;
  animation: spinner-opacity 1.2s linear infinite;
}
.spinner-default div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 4px;
  height: 18px;
  border-radius: 20%;
  background: #026DFF;
}
.spinner-default div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.spinner-default div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.spinner-default div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.spinner-default div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.spinner-default div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.spinner-default div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.spinner-default div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.spinner-default div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.spinner-default div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.spinner-default div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.spinner-default div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.spinner-default div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.spinner-ring {
  border: 5px solid #DDD;
  border-bottom-color: #026DFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spinner-rotation 1s linear infinite;
}
.spinner-ring > div {
  display: none;
}
/* animations */
@keyframes spinner-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spinner-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-small {
  display: inline-block;
  transform: scale(0.5);
  transform-origin: top left;
}
.spinner-large {
  display: inline-block;
  transform: scale(1.5);
  transform-origin: top left;
}
/*
 * Utilities
 */
/*
 * Utility Classes
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.full-height {
  height: 100%;
}
.fixed {
  position: fixed;
}
.pointer {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
.border-none {
  border: none;
}
.rounded {
  border-radius: 2px;
}
.cursor-pointer {
  cursor: pointer;
}
.mt-10 {
  margin-top: 4rem !important;
}
.mb-10 {
  margin-bottom: 4rem !important;
}
.ml-10 {
  margin-left: 4rem !important;
}
.mr-10 {
  margin-right: 4rem !important;
}
.mt-9 {
  margin-top: 3.6rem !important;
}
.mb-9 {
  margin-bottom: 3.6rem !important;
}
.ml-9 {
  margin-left: 3.6rem !important;
}
.mr-9 {
  margin-right: 3.6rem !important;
}
.mt-8 {
  margin-top: 3.2rem !important;
}
.mb-8 {
  margin-bottom: 3.2rem !important;
}
.ml-8 {
  margin-left: 3.2rem !important;
}
.mr-8 {
  margin-right: 3.2rem !important;
}
.mt-7 {
  margin-top: 2.8rem !important;
}
.mb-7 {
  margin-bottom: 2.8rem !important;
}
.ml-7 {
  margin-left: 2.8rem !important;
}
.mr-7 {
  margin-right: 2.8rem !important;
}
.mt-6 {
  margin-top: 2.4rem !important;
}
.mb-6 {
  margin-bottom: 2.4rem !important;
}
.ml-6 {
  margin-left: 2.4rem !important;
}
.mr-6 {
  margin-right: 2.4rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.ml-5 {
  margin-left: 2rem !important;
}
.mr-5 {
  margin-right: 2rem !important;
}
.mt-4 {
  margin-top: 1.6rem !important;
}
.mb-4 {
  margin-bottom: 1.6rem !important;
}
.ml-4 {
  margin-left: 1.6rem !important;
}
.mr-4 {
  margin-right: 1.6rem !important;
}
.mt-3 {
  margin-top: 1.2rem !important;
}
.mb-3 {
  margin-bottom: 1.2rem !important;
}
.ml-3 {
  margin-left: 1.2rem !important;
}
.mr-3 {
  margin-right: 1.2rem !important;
}
.mt-2 {
  margin-top: 0.8rem !important;
}
.mb-2 {
  margin-bottom: 0.8rem !important;
}
.ml-2 {
  margin-left: 0.8rem !important;
}
.mr-2 {
  margin-right: 0.8rem !important;
}
.mt-1 {
  margin-top: 0.4rem !important;
}
.mb-1 {
  margin-bottom: 0.4rem !important;
}
.ml-1 {
  margin-left: 0.4rem !important;
}
.mr-1 {
  margin-right: 0.4rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.text-xs {
  font-size: 1.2rem;
  /* default 12px */
  line-height: 1.6rem;
}
.text-sm {
  font-size: 1.4rem;
  /* default 14px */
  line-height: 2rem;
}
.text-base {
  font-size: 1.6rem;
  /* default 16px */
}
.text-larger {
  font-size: 1.6rem;
}
.text-lg {
  font-size: 1.8rem;
  /*  default 18px */
}
.text-xl {
  font-size: 2rem;
  /*  default 20px */
}
.text-2xl {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.text-3xl {
  font-size: 3rem;
  line-height: 3.6rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-snug {
  line-height: 1.375;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-loose {
  line-height: 2;
}
h1,
.h1 {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}
h2,
.h2,
h3,
.h3 {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
}
.text-large {
  font-size: 4.8rem;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1024px) {
  .text-large {
    font-size: 4.2rem;
  }
}
.text-medium {
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .text-medium {
    font-size: 2.1rem;
  }
}
.text-featured {
  font-size: 2rem;
  text-transform: uppercase;
}
.legal-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.legal-links li {
  margin: 0;
  padding: 0rem 0.6rem;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  line-height: 1;
}
.legal-links li:first-child {
  padding-left: 0;
  border-left: none;
}
.legal-links li:last-child {
  padding-right: 0;
  border-right: none;
}
.legal-links li a {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1023px) {
  .legal-links {
    flex-direction: column;
    row-gap: 0.8rem;
  }
  .legal-links li {
    border: none;
  }
}
.social-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.social-buttons li {
  margin: 0;
  padding: 0;
}
/* layout basic styles */
.subheader {
  margin-top: 1rem;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
  flex-wrap: wrap;
}
.subheader__left {
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
  margin-right: auto;
  row-gap: 1.2rem;
  flex-wrap: wrap;
}
.subheader__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.2rem;
  margin-left: auto;
  row-gap: 1.2rem;
  flex-wrap: wrap;
}
.subheader .main-title .icon,
.subheader .main-title a .icon,
.subheader .main-title h1 {
  color: #FFFFFF;
}
.subheader .widgets {
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.subheader .widget {
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem 1.4rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}
.subheader .widget__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  min-height: 2.8rem;
}
.subheader .widget__header {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #FFFFFF;
  min-height: 2.8rem;
  font-weight: 700;
  font-style: normal;
}
.subheader .widget__body {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subheader .widget__number {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
}
.subheader .widget__number strong {
  color: #FFFFFF;
}
.subheader .widget__title {
  font-size: 1.4rem;
  line-height: 1;
}
.subheader .widget__row {
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  column-gap: 3.2rem;
}
.subheader .widget__row:last-of-type {
  line-height: 1;
}
.working-content {
  text-align: center;
}
.working-content img {
  width: 100%;
  max-width: 34rem;
  margin-bottom: 6rem;
}
.working-content p {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.main-title {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
.main-title .icon,
.main-title a .icon {
  color: #111;
  line-height: 1;
  height: 3.2rem;
  display: flex;
  align-items: center;
}
.filters {
  display: flex;
  align-items: flex-end;
  column-gap: 1rem;
}
.filters .field,
.filters .select {
  margin: 0;
  min-width: 15rem;
}
.data-item {
  display: flex;
  column-gap: 4%;
  line-height: 1.25;
  padding: 2.4rem 0;
  border-bottom: 1px solid #111;
  flex-wrap: wrap;
  row-gap: 1.6rem;
}
.data-item:last-of-type {
  border-bottom: none;
}
.data-item__title {
  width: 23%;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.data-item__value {
  font-size: 1.6rem;
  width: 73%;
  max-width: 68rem;
}
.data-item__value ul,
.data-item__value ol {
  margin: 0;
  padding: 0;
}
.data-item__value ul li,
.data-item__value ol li {
  margin-top: 0.8rem;
  margin-bottom: 0rem;
}
.data-item__value ul li:first-child,
.data-item__value ol li:first-child {
  margin-top: 0;
}
@media (max-width: 480px) {
  .data-item__title,
  .data-item__value {
    width: 100%;
  }
}
.table-simple {
  display: inline-table;
  width: auto;
  margin: 0;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-simple td {
  font-size: 1.6rem;
  padding: 0.4rem 3rem 0.4rem 0;
  border: none;
}
.table-simple td:last-child {
  padding-right: 0;
}
.social-icons {
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  column-gap: 0.8rem;
}
.social-icons a {
  color: #111;
  line-height: 1;
  border-radius: 1.8rem;
}
.social-icons a:hover {
  color: #026DFF;
}
@media screen and (max-width: 767px) {
  .row-md-inverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .row-lg-inverse {
    flex-direction: column-reverse;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.file-input {
  display: flex;
  column-gap: 1.6rem;
}
.file-input__helper {
  flex: 1 auto;
  margin: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-input__helper:disabled {
  cursor: auto;
  color: #111;
  border-color: #111;
  background: #FFFFFF;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input__label {
  font-size: 1.4rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: 1px solid #111;
  padding: 0.8rem 2rem;
  height: 3.8rem;
  margin: 0 0 1rem 0;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
}
.file-input__label:hover {
  color: #FFFFFF;
  background-color: #111;
  border: 1px solid #111;
}
.actions-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  align-items: flex-start;
}
.actions-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.2rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
.actions-list__label {
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  flex: 1 auto;
  align-items: center;
  column-gap: 1rem;
}
.actions-list__label .icon {
  font-size: 2rem;
}
.actions-list .button {
  flex: 1 auto;
  max-width: 12rem;
}
.list-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-arrows__item {
  margin: 3.6rem 0 0 0;
  color: #FFFFFF;
  display: flex;
  font-size: 2.2rem;
  line-height: 1.35;
}
.list-arrows__item:before {
  content: "\e90b";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  margin-right: 1.6rem;
  margin-top: -0.2rem;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .list-arrows__item {
    margin: 2.8rem 0 0 0;
    font-size: 2rem;
  }
  .list-arrows__item:before {
    margin-right: 1.4rem;
    margin-top: -0.2rem;
    font-size: 2.6rem;
  }
}
.pagination .step-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.2rem;
}
.pagination .step-links a {
  color: #111;
}
.pagination .step-links a:hover {
  color: #026DFF;
}
.variation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.6rem;
  line-height: 1;
}
.variation__icon:before {
  content: "\e908";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  font-size: 1.8rem;
  color: #026DFF;
}
.variation__icon.increase:before {
  content: "\e909";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  color: #1FD19F;
}
.variation__icon.decrease:before {
  content: "\e90a";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  color: #FF0E0E;
}
.variation__number {
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
}
.empty-table {
  background-color: #FFFFFF;
  padding: 6.4rem 2.4rem;
  text-align: center;
  flex: 1 auto;
  font-size: 1.8rem;
}
.empty-table p {
  font-size: 1.8rem;
}
/*
 * Visibility
 */
.hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hide-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Print & Screen
 */
@media print {
  .hidden-print {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media screen {
  .hidden-screen {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.visible-print {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media print {
  .visible-print {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-screen {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media screen {
  .visible-screen {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Hidden Breakpoints
 */
@media (min-width: 1680px) {
  .hidden-xlarge {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .hidden-large {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) {
  .hidden-large-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1679px) {
  .hidden-large-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-medium {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1024px) {
  .hidden-medium-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1279px) {
  .hidden-medium-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-small {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) {
  .hidden-small-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1023px) {
  .hidden-small-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 767px) {
  .hidden-xsmall {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
/*
 * Visible Breakpoints
 */
.visible-xlarge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1680px) {
  .visible-xlarge {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .visible-large {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) {
  .visible-large-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1679px) {
  .visible-large-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1024px) {
  .visible-medium-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1279px) {
  .visible-medium-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) {
  .visible-small-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1023px) {
  .visible-small-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-xsmall {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .visible-xsmall {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Display
 */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
/*
 * Position
 */
.position-top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}
.position-top-left.gutter {
  top: 1.6rem;
  left: 1.6rem;
}
.position-top-right {
  position: absolute !important;
  top: 0;
  right: 0;
}
.position-top-right.gutter {
  top: 1.6rem;
  right: 1.6rem;
}
.position-bottom-left {
  position: absolute !important;
  bottom: 0;
  left: 0;
}
.position-bottom-left.gutter {
  bottom: 1.6rem;
  left: 1.6rem;
}
.position-bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}
.position-bottom-right.gutter {
  bottom: 1.6rem;
  right: 1.6rem;
}
.position-left-center {
  position: absolute !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-left-center.gutter {
  left: 1.6rem;
}
.position-right-center {
  position: absolute !important;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-right-center.gutter {
  right: 1.6rem;
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
 * Flex
 */
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.gap-10 {
  gap: 4rem;
}
.gap-x-10 {
  column-gap: 4rem;
}
.gap-y-10 {
  row-gap: 4rem;
}
.gap-9 {
  gap: 3.6rem;
}
.gap-x-9 {
  column-gap: 3.6rem;
}
.gap-y-9 {
  row-gap: 3.6rem;
}
.gap-8 {
  gap: 3.2rem;
}
.gap-x-8 {
  column-gap: 3.2rem;
}
.gap-y-8 {
  row-gap: 3.2rem;
}
.gap-7 {
  gap: 2.8rem;
}
.gap-x-7 {
  column-gap: 2.8rem;
}
.gap-y-7 {
  row-gap: 2.8rem;
}
.gap-6 {
  gap: 2.4rem;
}
.gap-x-6 {
  column-gap: 2.4rem;
}
.gap-y-6 {
  row-gap: 2.4rem;
}
.gap-5 {
  gap: 2rem;
}
.gap-x-5 {
  column-gap: 2rem;
}
.gap-y-5 {
  row-gap: 2rem;
}
.gap-4 {
  gap: 1.6rem;
}
.gap-x-4 {
  column-gap: 1.6rem;
}
.gap-y-4 {
  row-gap: 1.6rem;
}
.gap-3 {
  gap: 1.2rem;
}
.gap-x-3 {
  column-gap: 1.2rem;
}
.gap-y-3 {
  row-gap: 1.2rem;
}
.gap-2 {
  gap: 0.8rem;
}
.gap-x-2 {
  column-gap: 0.8rem;
}
.gap-y-2 {
  row-gap: 0.8rem;
}
.gap-1 {
  gap: 0.4rem;
}
.gap-x-1 {
  column-gap: 0.4rem;
}
.gap-y-1 {
  row-gap: 0.4rem;
}
.gap-0 {
  gap: 0rem;
}
.gap-x-0 {
  column-gap: 0rem;
}
.gap-y-0 {
  row-gap: 0rem;
}
/*
 * Float
 */
.right {
  float: right !important;
}
@media (min-width: 1680px) {
  .clear-right-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-right-large {
    float: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .clear-right-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clear-right-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-right-xsmall {
    float: none !important;
  }
}
.left {
  float: left !important;
}
@media (min-width: 1680px) {
  .clear-left-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-left-large {
    float: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .clear-left-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clear-left-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-left-xsmall {
    float: none !important;
  }
}
/*
 * Max Width
 */
.max-width-xlarge {
  max-width: 128rem;
}
.max-width-large {
  max-width: 100rem;
}
.max-width-medium {
  max-width: 80rem;
}
.max-width-small {
  max-width: 60rem;
}
.max-width-xsmall {
  max-width: 48rem;
}
/*
 * Margin
 */
.margin-xlarge {
  margin: 8rem;
}
.margin-large {
  margin: 5rem;
}
.margin-medium {
  margin: 3.5rem;
}
.margin-small {
  margin: 2rem;
}
.margin-xsmall {
  margin: 1.5rem;
}
.margin-top-xlarge {
  margin-top: 8rem;
}
.margin-top-large {
  margin-top: 5rem;
}
.margin-top-medium {
  margin-top: 3.5rem;
}
.margin-top-small {
  margin-top: 2rem;
}
.margin-top-xsmall {
  margin-top: 1.5rem;
}
.margin-bottom-xlarge {
  margin-bottom: 8rem;
}
.margin-bottom-large {
  margin-bottom: 5rem;
}
.margin-bottom-medium {
  margin-bottom: 3.5rem;
}
.margin-bottom-small {
  margin-bottom: 2rem;
}
.margin-bottom-xsmall {
  margin-bottom: 1.5rem;
}
.margin-left-xlarge {
  margin-left: 8rem;
}
.margin-left-large {
  margin-left: 5rem;
}
.margin-left-medium {
  margin-left: 3.5rem;
}
.margin-left-small {
  margin-left: 2rem;
}
.margin-left-xsmall {
  margin-left: 1.5rem;
}
.margin-right-xlarge {
  margin-right: 8rem;
}
.margin-right-large {
  margin-right: 5rem;
}
.margin-right-medium {
  margin-right: 3.5rem;
}
.margin-right-small {
  margin-right: 2rem;
}
.margin-right-xsmall {
  margin-right: 1.5rem;
}
/*
 * Padding
 */
.padding-xlarge {
  padding: 8rem;
}
.padding-large {
  padding: 5rem;
}
.padding-medium {
  padding: 3.5rem;
}
.padding-small {
  padding: 2rem;
}
.padding-xsmall {
  padding: 1.5rem;
}
.padding-top-xlarge {
  padding-top: 8rem;
}
.padding-top-large {
  padding-top: 5rem;
}
.padding-top-medium {
  padding-top: 3.5rem;
}
.padding-top-small {
  padding-top: 2rem;
}
.padding-top-xsmall {
  padding-top: 1.5rem;
}
.padding-bottom-xlarge {
  padding-bottom: 8rem;
}
.padding-bottom-large {
  padding-bottom: 5rem;
}
.padding-bottom-medium {
  padding-bottom: 3.5rem;
}
.padding-bottom-small {
  padding-bottom: 2rem;
}
.padding-bottom-xsmall {
  padding-bottom: 1.5rem;
}
.padding-left-xlarge {
  padding-left: 8rem;
}
.padding-left-large {
  padding-left: 5rem;
}
.padding-left-medium {
  padding-left: 3.5rem;
}
.padding-left-small {
  padding-left: 2rem;
}
.padding-left-xsmall {
  padding-left: 1.5rem;
}
.padding-right-xlarge {
  padding-right: 8rem;
}
.padding-right-large {
  padding-right: 5rem;
}
.padding-right-medium {
  padding-right: 3.5rem;
}
.padding-right-small {
  padding-right: 2rem;
}
.padding-right-xsmall {
  padding-right: 1.5rem;
}
/*
 * Font Family
 */
.sans-serif-font {
  font-family: 'Montserrat', Georgia, Helvetica, Arial, sans-serif;
}
.serif-font {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.monospace-font {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.thin-font {
  font-weight: 300;
  font-style: normal;
}
.regular-font {
  font-weight: 400;
  font-style: normal;
}
.medium-font {
  font-weight: 500;
  font-style: normal;
}
.semibold-font {
  font-weight: 600;
  font-style: normal;
}
.bold-font {
  font-weight: 700;
  font-style: normal;
}
/*
 * Font Size
 */
.font-size-xlarge {
  font-size: 2rem;
}
.font-size-large {
  font-size: 1.8rem;
}
.font-size-medium {
  font-size: 1.6rem;
}
.font-size-small {
  font-size: 1.4rem;
}
.font-size-xsmall {
  font-size: 1.2rem;
}
/*
 * Text
 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
/*
 * Text Color
 */
.text-white {
  color: #FFFFFF !important;
}
.text-light-grey {
  color: #DDD !important;
}
.text-grey {
  color: #555 !important;
}
.text-dark-grey {
  color: #333 !important;
}
.text-black {
  color: #000000 !important;
}
.text-error {
  color: #FF0E0E !important;
}
.text-warning {
  color: #FF5F00 !important;
}
.text-success {
  color: #00AA00 !important;
}
.text-info {
  color: #1E90FF !important;
}
.text-primary {
  color: #026DFF !important;
}
.text-secondary {
  color: #1FD19F !important;
}
.text-tertiary {
  color: #8B008B !important;
}
.text-dark {
  color: #111 !important;
}
.text-light {
  color: #FAFAFC !important;
}
/*
 * Background
 */
.background-transparent {
  background: transparent !important;
}
.background-white {
  background: #FFFFFF !important;
}
.background-light-grey {
  background: #DDD !important;
}
.background-grey {
  background: #555 !important;
}
.background-dark-grey {
  background: #333 !important;
}
.background-black {
  background: #000000 !important;
}
.background-error {
  background: #FF0E0E !important;
}
.background-warning {
  background: #FF5F00 !important;
}
.background-success {
  background: #00AA00 !important;
}
.background-info {
  background: #1E90FF !important;
}
.background-primary {
  background: #026DFF !important;
}
.background-secondary {
  background: #1FD19F !important;
}
.background-tertiary {
  background: #8B008B !important;
}
.background-dark {
  background: #111 !important;
}
.background-light {
  background: #FAFAFC !important;
}
/*
 * Mixins
 */
/*
 * General Mixins
 */
/*
 * Button
 */
/*
 * Input
 */
/*
 * Select
 */
/*
 * Font
 */
/*
 * Border Radius
 */
/*
 * Backgrounds
 */
/*
 * Placeholder
 */
/*
 * Arrows
 */
/*
 * Transitions
 */
/*
 * Transformations
 */
/*
 * Animations
 */
/*
 * Filters
 */
/*
 * Flexbox
 * via: https://gist.github.com/jayj
 * url: https://gist.github.com/jayj/4012969
 */
/*
 * Mark
 */
/*
 * Accessibility
 */
/*
 * Screen Reader
 */
.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-focusable:active,
.screen-reader-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Fonticons
 */
/*
.fonticon_gear() {
  .fonticon("\e90d");
}

.icon--gear:before{
  .fonticon_gear();
}
*/
.fonticon_star-filled,
.icon--star-filled:before {
  content: "\e94e";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_check,
.icon--check:before {
  content: "\e94d";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_chevrons-right,
.icon--chevrons-right:before {
  content: "\e94c";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_chevrons-left,
.icon--chevrons-left:before {
  content: "\e94b";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_oval,
.icon--oval:before {
  content: "\e94a";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_circle-checked,
.icon--circle-checked:before {
  content: "\e949";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_circle,
.icon--circle:before {
  content: "\e948";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_add,
.icon--add:before {
  content: "\e947";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_check-square,
.icon--check-square:before {
  content: "\e946";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_warehouse,
.icon--warehouse:before {
  content: "\e945";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_timer,
.icon--timer:before {
  content: "\e944";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_report,
.icon--report:before {
  content: "\e943";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_list,
.icon--list:before {
  content: "\e942";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_notebook,
.icon--notebook:before {
  content: "\e941";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_meeting,
.icon--meeting:before {
  content: "\e940";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_location,
.icon--location:before {
  content: "\e93f";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_hamburguer-menu,
.icon--hamburguer-menu:before {
  content: "\e93e";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_filter,
.icon--filter:before {
  content: "\e93d";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_euro,
.icon--euro:before {
  content: "\e93c";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_drag,
.icon--drag:before {
  content: "\e93b";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_download-xml,
.icon--download-xml:before {
  content: "\e93a";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_download-pdf,
.icon--download-pdf:before {
  content: "\e939";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_doc-filled,
.icon--doc-filled:before {
  content: "\e938";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_doc,
.icon--doc:before {
  content: "\e937";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_copy,
.icon--copy:before {
  content: "\e936";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_company,
.icon--company:before {
  content: "\e935";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_tasks,
.icon--tasks:before {
  content: "\e934";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_global,
.icon--global:before {
  content: "\e933";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_folder,
.icon--folder:before {
  content: "\e932";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_clip,
.icon--clip:before {
  content: "\e931";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_camera,
.icon--camera:before {
  content: "\e930";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_book,
.icon--book:before {
  content: "\e92f";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_commercial,
.icon--commercial:before {
  content: "\e92e";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_add-to-cart,
.icon--add-to-cart:before {
  content: "\e92d";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_credit-card,
.icon--credit-card:before {
  content: "\e92c";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_add-to-cart-filled,
.icon--add-to-cart-filled:before {
  content: "\e92b";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_qr,
.icon--qr:before {
  content: "\e92a";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_clock,
.icon--clock:before {
  content: "\e929";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_calendar,
.icon--calendar:before {
  content: "\e928";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_admin,
.icon--admin:before {
  content: "\e927";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_user,
.icon--user:before {
  content: "\e926";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_users,
.icon--users:before {
  content: "\e925";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_disabled,
.icon--disabled:before {
  content: "\e924";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_warning,
.icon--warning:before {
  content: "\e923";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_error-alt,
.icon--error-alt:before {
  content: "\e922";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_error,
.icon--error:before {
  content: "\e921";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_info,
.icon--info:before {
  content: "\e920";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_alarm,
.icon--alarm:before {
  content: "\e91f";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_download,
.icon--download:before {
  content: "\e91e";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_exit,
.icon--exit:before {
  content: "\e91d";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_enter,
.icon--enter:before {
  content: "\e91c";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_phone,
.icon--phone:before {
  content: "\e91b";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_email,
.icon--email:before {
  content: "\e91a";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_eye-disabled,
.icon--eye-disabled:before {
  content: "\e919";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_eye,
.icon--eye:before {
  content: "\e918";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_search,
.icon--search:before {
  content: "\e917";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_star,
.icon--star:before {
  content: "\e916";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_update,
.icon--update:before {
  content: "\e915";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_exchange,
.icon--exchange:before {
  content: "\e914";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_user-settings,
.icon--user-settings:before {
  content: "\e913";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_settings,
.icon--settings:before {
  content: "\e912";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_trash,
.icon--trash:before {
  content: "\e911";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_edit,
.icon--edit:before {
  content: "\e910";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_minus,
.icon--minus:before {
  content: "\e90f";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_plus,
.icon--plus:before {
  content: "\e90e";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_ellipsis-h,
.icon--ellipsis-h:before {
  content: "\e90d";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_ellipsis-v,
.icon--ellipsis-v:before {
  content: "\e90c";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_close,
.icon--close:before {
  content: "\e90b";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_arrow-top,
.icon--arrow-top:before {
  content: "\e90a";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_arrow-bottom,
.icon--arrow-bottom:before {
  content: "\e909";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_arrow-right,
.icon--arrow-right:before {
  content: "\e908";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_arrow-left,
.icon--arrow-left:before {
  content: "\e907";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_chevron-top,
.icon--chevron-top:before {
  content: "\e906";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_chevron-down,
.icon--chevron-down:before {
  content: "\e905";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_chevron-right,
.icon--chevron-right:before {
  content: "\e904";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_chevron-left,
.icon--chevron-left:before {
  content: "\e903";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_triangle-up,
.icon--triangle-up:before {
  content: "\e902";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_triangle-down,
.icon--triangle-down:before {
  content: "\e901";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_home,
.icon--home:before {
  content: "\e900";
  font-family: 'kuik';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
/* basic sizes */
.icon-12 {
  font-size: 1.2rem;
}
.icon-14 {
  font-size: 1.4rem;
}
.icon-16 {
  font-size: 1.6rem;
}
.icon-18 {
  font-size: 1.8rem;
}
.icon-20 {
  font-size: 2rem;
}
.icon-24 {
  font-size: 2.4rem;
}
.icon-28 {
  font-size: 2.8rem;
}
.icon-32 {
  font-size: 3.2rem;
}
.icon-36 {
  font-size: 3.6rem;
}
/*
.fonticon_gear() {
  .fonticon("\e90d");
}

.icon--gear:before{
  .fonticon_gear();
}
*/
.fonticon_bullet,
.icon--bullet:before {
  content: "\e90c";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_arrow-right-long,
.icon--arrow-right-long:before {
  content: "\e90b";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_circle-down,
.icon--circle-down:before {
  content: "\e90a";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_circle-up,
.icon--circle-up:before {
  content: "\e909";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_equal,
.icon--equal:before {
  content: "\e908";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_widgets,
.icon--widgets:before {
  content: "\e907";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_twitter,
.icon--twitter:before {
  content: "\e906";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_linkedin,
.icon--linkedin:before {
  content: "\e905";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_instagram,
.icon--instagram:before {
  content: "\e904";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_facebook,
.icon--facebook:before {
  content: "\e903";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_back,
.icon--back:before {
  content: "\e902";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_edit,
.icon--edit:before {
  content: "\e901";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
.fonticon_batch,
.icon--batch:before {
  content: "\e900";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
/*
  * Pages
  */
#auth-page {
  background: url("/assets/images/auth-bg.jpg");
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-attachment: scroll;
}
#auth-page .auth-content {
  background: #FFFFFF;
  border-radius: 1.5rem;
  margin: 4rem auto 1.5rem;
  max-width: 57rem;
  min-height: 2rem;
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.5);
  padding: 4rem 8.4rem 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  #auth-page .auth-content {
    margin: 1.5rem auto;
    padding: 4rem 4rem 3.2rem;
  }
}
#auth-page .auth-content .auth-link {
  font-size: 1.6rem;
}
#auth-page .auth-content .legal-links a,
#auth-page .auth-content .text-larger a,
#auth-page .auth-content .field--checkbox a {
  color: #111;
}
#auth-page .auth-content .legal-links a:hover,
#auth-page .auth-content .text-larger a:hover,
#auth-page .auth-content .field--checkbox a:hover {
  color: #026DFF;
}
#auth-page .auth-content .field {
  max-width: 33.5rem;
  margin-left: auto;
  margin-right: auto;
}
#auth-page .auth-content .field label {
  text-align: left;
}
#auth-page .auth-content .button-dark {
  max-width: 18rem;
  width: 100%;
}
#home-page {
  background-size: auto 100rem;
}
@media (max-width: 480px) {
  #home-page {
    background-size: auto 130rem;
  }
}
/*** SLIDER SECTION ***/
#home-slider {
  padding: 0 2.5rem;
}
#home-slider ul.glide__slides,
#home-slider ul.glide__slides > li {
  margin: 0;
}
.slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 4%;
}
.slide-content__left {
  width: 42%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (min-width: 1680px) {
  .slide-content__left {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 1024px) {
  .slide-content__left {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
@media (max-width: 1024px) {
  .slide-content__left {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.slide-content__right {
  width: 54%;
  padding: 6rem 2.5rem;
}
@media (max-width: 480px) {
  .slide-content {
    flex-direction: column;
    padding: 3.2rem 0 6.4rem;
    row-gap: 2.4rem;
  }
  .slide-content__left,
  .slide-content__right {
    width: 100%;
    padding: 0;
  }
}
.slide-content__image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide-content__image img {
  object-fit: contain;
}
.slide-content__subtitle {
  font-size: 1.8rem;
  line-height: 1.85;
  color: #FFFFFF;
  text-transform: uppercase;
}
.slide-content__title {
  font-size: 4.4rem;
  line-height: 1.045;
  color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1024px) {
  .slide-content__title {
    font-size: 3.6rem;
  }
}
.slide-content .list-arrows {
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .slide-content .list-arrows {
    margin-bottom: 4rem;
  }
}
/*** ABOUT SECTION ***/
#about {
  padding: 4.8rem 2.5rem;
  background-color: #FFFFFF;
  color: #111;
}
@media (max-width: 767px) {
  #about {
    padding: 2.5rem 2.5rem 0;
  }
}
.intro__image {
  text-align: center;
  vertical-align: center;
}
@media (max-width: 767px) {
  .intro__image {
    padding: 0.8rem 0 4.8rem;
  }
}
.intro__image--bg {
  background-image: url("/assets/images/about-bg.png");
  background-size: contain;
  background-position: top center;
  padding: 6rem 3.2rem 12rem;
}
@media (max-width: 767px) {
  .intro__image--bg {
    padding: 6rem 3.2rem;
  }
}
@media (max-width: 480px) {
  .intro__image--bg {
    padding: 2rem 0 4rem;
  }
}
.intro__content {
  padding: 2.4rem 0;
}
@media (max-width: 767px) {
  .intro__content {
    text-align: center;
  }
}
.intro__title {
  font-size: 4.8rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .intro__title {
    font-size: 4.2rem;
  }
}
.intro__text {
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .intro__text {
    font-size: 2.1rem;
  }
}
.intro__text strong {
  color: #026DFF;
}
/*** HOW IT WORKS SECTION ***/
#how-it-works {
  padding: 7.2rem 2.5rem 10rem;
  background: linear-gradient(45deg, #026DFF 0%, #1FD19F 100%);
  color: #FFFFFF;
}
#how-it-works .text-large {
  text-align: center;
  color: #FFFFFF;
}
#how-it-works p {
  font-size: 2rem;
  text-align: center;
  color: #FFFFFF;
}
.steps {
  margin: 7.2rem 0;
}
.steps-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.steps-list__item {
  width: 33.33333%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
.steps-list__item:first-child .steps-list__header:before,
.steps-list__item:last-child .steps-list__header:after {
  display: none;
}
.steps-list__header {
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 5.6rem;
}
.steps-list__header:before,
.steps-list__header:after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-2px);
  background-image: radial-gradient(circle, #FFF 2px, transparent 2px);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 12px 4px;
}
.steps-list__header:before {
  left: 0;
  background-position: left top;
}
.steps-list__header:after {
  right: 0;
  background-position: right top;
}
.steps-list__icon {
  width: 15rem;
  height: 15rem;
  border-radius: 7.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  position: relative;
  z-index: 9;
  flex-shrink: 0;
}
.steps-list__content {
  padding: 0 2.4rem;
}
.steps-list__content p {
  font-size: 2.4rem;
  line-height: 1.5;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .steps-list__content p {
    font-size: 2.1rem;
  }
}
.steps-list__title {
  font-size: 2.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1024px) {
  .steps-list__title {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .steps-list {
    flex-direction: column;
    row-gap: 4.6rem;
  }
  .steps-list__header {
    margin-bottom: 2rem;
  }
  .steps-list__header:before,
  .steps-list__header:after {
    display: none;
  }
  .steps-list__title {
    margin-bottom: 0.8rem;
  }
  .steps-list__item {
    width: 100%;
  }
}
/*** BENEFITS SECTION ***/
#benefits {
  padding: 7.2rem 2.5rem 10rem;
  background-color: #FFFFFF;
  color: #111;
}
#benefits .text-large {
  text-align: center;
}
.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 5.6rem 0;
}
.benefits__item {
  width: calc(50% - 1.2rem);
  margin: 0;
  padding: 4rem 4.5rem 2.4rem;
  background-color: rgba(2, 109, 255, 0.06);
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .benefits__item {
    width: 100%;
  }
}
.benefits__icon {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.4rem;
}
.benefits__title {
  font-size: 2.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1024px) {
  .benefits__title {
    font-size: 2.1rem;
  }
}
.benefits p {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1024px) {
  .benefits p {
    font-size: 2.1rem;
  }
}
/*** CLIENTS SECTION ***/
#clients {
  padding: 7.2rem 2.5rem 10rem;
  background: linear-gradient(45deg, #026DFF 0%, #1FD19F 100%);
  color: #FFFFFF;
}
.client__image {
  text-align: center;
  vertical-align: center;
  padding-right: 5.6rem;
}
@media (max-width: 767px) {
  .client__image {
    padding: 3.2rem 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .client__content {
    text-align: center;
  }
  .client__content .featured-list {
    text-align: left;
  }
}
.client__title {
  font-size: 4.8rem;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .client__title {
    font-size: 4.2rem;
  }
}
.client__subtitle {
  font-size: 2rem;
  line-height: 1.125;
  margin: 1rem;
  color: #FFFFFF;
  font-weight: 400;
  font-style: normal;
}
.client__text {
  margin-top: 4rem;
}
.client__text > p {
  font-size: 2.4rem;
  line-height: 1.667;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .client__text > p {
    font-size: 2.1rem;
  }
}
.client__text ul li,
.client__text h4,
.client__text p {
  color: #FFFFFF;
}
.featured-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.featured-list__item {
  margin: 4% 0 0 0;
  display: flex;
  font-size: 2.2rem;
  line-height: 1.35;
}
.featured-list__item:before {
  content: "\e90c";
  font-family: 'trantor';
  line-height: 1.2;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  margin-right: 3rem;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .featured-list__item {
    margin: 2.8rem 0 0 0;
    font-size: 2rem;
  }
  .featured-list__item:before {
    margin-right: 2.4rem;
    font-size: 2rem;
  }
}
.featured-list__item h4,
.featured-list__item p {
  font-size: 2.4rem;
  line-height: 1.167;
  margin: 0;
}
@media (max-width: 1024px) {
  .featured-list__item h4,
  .featured-list__item p {
    font-size: 2.1rem;
  }
}
.featured-list__item h4 {
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 0.8rem;
}
.featured-list__item p {
  max-width: 69rem;
}
@media (max-width: 767px) {
  .featured-list {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .featured-list {
    max-width: 100%;
  }
}
/*** PRICING SECTION ***/
#pricing {
  padding: 10rem 2.5rem;
  background: linear-gradient(45deg, #026DFF 0%, #1FD19F 100%);
  color: #FFFFFF;
}
#pricing .text-large {
  text-align: center;
  color: #FFFFFF;
}
#pricing p {
  font-size: 2rem;
  text-align: center;
  color: #FFFFFF;
}
.ribbon {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #B55C2D;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 472px;
  padding: 0.6rem 0;
  background-color: #FF9700;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
}
/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  z-index: 8;
}
.ribbon-top-left::before {
  top: 0;
  left: 223px;
}
.ribbon-top-left::after {
  top: 173px;
  left: 0;
}
.ribbon-top-left span {
  right: -37px;
  top: 67px;
  transform: rotate(-38deg);
  z-index: 9;
}
.plans {
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 2.4rem;
  margin-top: 12rem;
}
@media (max-width: 1023px) {
  .plans {
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
  }
  .plans .plan {
    width: 100%;
    max-width: 58rem;
  }
  .plans .plan.active {
    transform: none !important;
  }
  .plans .plan__content {
    height: auto !important;
    position: static !important;
    transform: none !important;
  }
}
.plan {
  width: 33.3333%;
  max-width: 45.2rem;
  position: relative;
  transition: transform ease 0.25s, background ease 0.25s;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(246, 248, 249, 0.3) 100%);
  border-radius: 15px;
  box-shadow: 0px 8px 27px -16px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}
.plan__content {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1023px) and (max-width: 1240px) {
  .plan__content {
    padding: 3.2rem 2rem;
  }
}
.plan__list {
  margin: 2.4rem 0 2.4rem 2rem;
}
.plan__list li {
  font-size: 2rem;
  line-height: 1.167;
  margin: 2rem 0rem 2rem 2rem;
}
@media (min-width: 1280px) {
  .plan__list li {
    font-size: 2.4rem;
    margin: 3rem 0rem 3rem 2rem;
  }
}
.plan li,
.plan span,
.plan h4 {
  color: #FFFFFF;
}
.plan__name {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.plan__price {
  font-size: 4.8rem;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .plan__price {
    font-size: 4.2rem;
  }
}
.plan__month {
  position: absolute;
  width: 6rem;
  margin-left: 2.4rem;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .plan__month {
    margin-left: 0.2rem;
    font-size: 1.6rem;
  }
}
.plan .button {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
.plan__list {
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .plan__list {
    font-size: 2.1rem;
  }
}
.plan.active {
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .plan.active {
    transform: scaleY(1.1);
  }
  .plan.active .plan__content {
    transform: scaleY(0.90909091);
  }
}
.plan.active .plan__content {
  width: 100%;
  color: #111;
}
.plan.active * {
  color: #111;
}
.plan.active .button {
  background-color: #026DFF;
  color: #FFFFFF;
}
.plan.active .button:not(disabled):not(.disabled):hover,
.plan.active .button:not(.disabled):not(.disabled):hover,
.plan.active .button:not(disabled):focus,
.plan.active .button:not(.disabled):focus {
  background-color: #111;
  color: #FFFFFF;
}
.plan.active .button span {
  color: #FFFFFF;
}
@media screen and (min-width: 1023px) and (max-width: 1240px) {
  .plan.plan--central .ribbon {
    transform: scale(0.8);
    transform-origin: top left;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .plan.plan--central.active .ribbon {
    transform: none;
  }
}
.plan.plan--central.active .ribbon span {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .plan.plan--central.active {
    transform: scale(1.2, 1.1);
  }
  .plan.plan--central.active .plan__content {
    transform: scale(0.83333333, 0.90909091);
  }
  .plan.plan--central.active .ribbon-top-left {
    top: -8.3333px;
    left: -8.3333px;
  }
  .plan.plan--central.active .ribbon-top-left:before {
    border-width: 4.16px;
    left: 188px;
  }
  .plan.plan--central.active .ribbon-top-left:after {
    border-width: 4.16px;
    top: 158px;
  }
  .plan.plan--central.active .ribbon-top-left span {
    transform: scale(0.83333333, 0.90909091) rotate(-38deg);
    right: -22px;
    top: 57px;
  }
}
/*** TESTIMONIAL SECTION ***/
#testimonials {
  padding: 10rem 2.5rem 4rem;
  background-color: #FFFFFF;
  color: #111;
}
.testimonial {
  display: flex;
  column-gap: 8%;
}
.testimonial__avatar .avatar {
  width: 15rem;
  height: 15rem;
  padding: 1.5rem;
  border: 1px solid #026DFF;
}
.testimonial__avatar .avatar__content {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.testimonial__avatar .avatar__letter {
  font-size: 3.6rem;
}
.testimonial__content {
  font-size: 2.2rem;
  flex: 1 auto;
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  flex-direction: column;
  row-gap: 1.6rem;
}
.testimonial__rating {
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  align-items: center;
  column-gap: 1.2rem;
}
.testimonial__rating .icon {
  font-size: 1.8rem;
  color: #1FD19F;
}
.testimonial__text {
  line-height: 1.182;
}
.testimonial__author {
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: 700;
  font-style: normal;
}
/*** CONTACT SECTION ***/
#contact {
  padding: 3rem 2.5rem;
  background-color: #FFFFFF;
  color: #111;
}
.contact {
  display: flex;
  align-items: center;
  column-gap: 12%;
}
.contact__image {
  width: 18%;
  padding: 2rem;
}
.contact__content {
  flex: 1 auto;
  display: flex;
  column-gap: 8%;
}
.contact__text {
  max-width: 52rem;
}
.contact__text p {
  font-size: 2.2rem;
  line-height: 1.182;
}
.contact__buttons {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 2.4rem;
}
@media (max-width: 1023px) {
  .contact {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .contact__image {
    width: 100%;
    max-width: 24rem;
  }
  .contact__content {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding: 2.4rem 4rem;
    row-gap: 3.2rem;
  }
}
/*** FOOTER ***/
#footer {
  padding: 2rem 2.5rem;
  background-color: #FFFFFF;
  color: #111;
  border-top: 1px solid #DDD;
}
.footer {
  font-size: 1.6rem;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 1023px) {
  .footer__bottom {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.footer__nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .footer__nav ul {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    row-gap: 1.2rem;
    padding-bottom: 2rem;
  }
}
.footer__nav ul li {
  margin: 0;
  display: inline-block;
  padding: 0 0.8rem;
  border-left: 1px solid #111;
  line-height: 1;
}
@media (max-width: 480px) {
  .footer__nav ul li {
    border: none;
    text-align: center;
  }
}
.footer__nav ul li:first-child {
  border-left: none;
}
.footer__nav ul li a {
  color: #111;
  line-height: 1.2;
}
.footer__nav ul li a:hover {
  color: #026DFF;
}

.footer__sponsors {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DDD;
  margin-bottom: 2rem;
}

.sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.sponsor-logo {
  max-height: 6rem;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.sponsor-logo:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .sponsors {
    gap: 2rem;
  }
  
  .sponsor-logo {
    max-height: 4rem;
    width: auto;
    object-fit: contain;
  }
}

#page-error .error {
  background-color: #FFFFFF;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 14rem);
  justify-content: center;
  border-radius: 0.8rem;
  box-shadow: 0px 8px 27px -16px rgba(0, 0, 0, 0.2);
}
#page-error .error__error-text {
  font-size: 2.4rem;
}
#page-error .error__error-number {
  margin-top: -40px;
  font-size: 17rem;
  color: rgba(2, 109, 255, 0.5);
  font-weight: 700;
}
#page-error .error__error-info {
  border-top: 1px solid #333;
  padding: 1rem 4rem 3rem 4rem;
}
.form-columns {
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  justify-content: space-between;
  column-gap: 1.6rem;
}
@media (max-width: 1024px) {
  .form-columns {
    flex-direction: column;
  }
  .form-columns .button {
    order: -1;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .form-columns {
    row-gap: 2rem;
  }
  .form-columns .button {
    margin-top: 0.8rem;
  }
}
/* PAGE REGISTER META */
#page-meta {
  background-image: url("/assets/images/meta-bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: calc(100% + 2.5rem);
  margin-bottom: -2.5rem;
}
@media (max-width: 767px) {
  #page-meta {
    background-image: none;
    height: auto;
    margin-bottom: 0;
  }
}
#page-meta .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(17, 17, 17, 0.15);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
}
.box--meta {
  width: 92%;
  max-width: 95.6rem;
  position: absolute;
  margin-top: 10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  z-index: 999;
}
@media (max-width: 767px) {
  .box--meta {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
    width: 88%;
  }
}
.meta-content {
  text-align: center;
  max-width: 46rem;
  padding: 1rem 0 0;
}
.meta-content h1 {
  margin: 0;
  letter-spacing: 2.5px;
}
.meta-content img {
  width: 100%;
  max-width: 15rem;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.meta-content p {
  font-size: 2.3rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.meta-content .buttons {
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .meta-content .button {
    height: auto;
    line-height: 1.2;
  }
}
#page-plan-detail .box {
  padding: 7rem 4.8rem 3.6rem;
}
.plan-details {
  padding-right: 3.6rem;
}
.plan-details h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 3.2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1023px) {
  .plan-details h2 {
    margin-bottom: 2.4rem;
  }
}
.plan-details__list {
  margin: 0;
}
.plan-details__list li {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 2rem 0rem 2.4rem 2rem;
}
.plan-details__list li::marker {
  color: #026DFF;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.plan-details-price {
  font-size: 4.8rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 480px) {
  .plan-details-price {
    font-size: 3.6rem;
  }
}
.plan-details-month {
  position: absolute;
  width: 6rem;
  margin-left: 2.4rem;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 480px) {
  .plan-details-month {
    margin-left: 1.6rem;
  }
}
.plan-conditions {
  max-width: 45.2rem;
  margin-left: auto;
  margin-right: auto;
}
.plan-conditions h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 3.2rem;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1023px) {
  .plan-conditions {
    max-width: 100%;
    margin: 3.6rem 0;
  }
  .plan-conditions h3 {
    margin-bottom: 2.4rem;
  }
}
