@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v26-latin_latin-ext-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin_latin-ext-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v26-latin_latin-ext-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v26-latin_latin-ext-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v26-latin_latin-ext-900.woff2") format("woff2");
}
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
*:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

i,
em,
dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

ul, li, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/**
 * clearfix
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

html {
  font-size: 62.5%;
  font-family: var(--primary-font);
  font-weight: 400;
  background: var(--gray-color-50);
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --container-narrow: 75.2rem;
  --container-basic: 123.2rem;
  --container-wide: 144rem;
  --container-full: 192rem;
  --container-padding: 2.4rem;
  /*!
         Colors define
     */
  /*!Základní*/
  --base-black: #000000;
  --base-black-rgb: 0, 0, 0;
  --base-white: #fff;
  --base-white-rgb: 255, 255, 255;
  /*!Šedá*/
  --gray-color-25: #fcfcfd;
  --gray-color-25-rgb: 252, 252, 253;
  --gray-color-50: #f9fafb;
  --gray-color-50-rgb: 249, 250, 251;
  --gray-color-100: #f2f4f7;
  --gray-color-100-rgb: 242, 244, 247;
  --gray-color-200: #eaecf0;
  --gray-color-200-rgb: 234, 236, 240;
  --gray-color-300: #d0d5dd;
  --gray-color-300-rgb: 208, 213, 221;
  --gray-color-400: #98a2b3;
  --gray-color-400-rgb: 152, 162, 179;
  --gray-color-500: #667085;
  --gray-color-500-rgb: 102, 112, 133;
  --gray-color-600: #475467;
  --gray-color-600-rgb: 71, 84, 103;
  --gray-color-700: #344054;
  --gray-color-700-rgb: 52, 64, 84;
  --gray-color-800: #182230;
  --gray-color-800-rgb: 24, 34, 48;
  --gray-color-900: #101828;
  --gray-color-900-rgb: 16, 24, 40;
  --gray-color-950: #0c111d;
  --gray-color-950-rgb: 12, 17, 29;
  /*!Brand — Naramky oranžová*/
  --brand-color-100: #fff4f1;
  --brand-color-100-rgb: 255, 244, 241;
  --brand-color-200: #ffe6e0;
  --brand-color-200-rgb: 255, 230, 224;
  --brand-color-300: #ffc4b5;
  --brand-color-300-rgb: 255, 196, 181;
  --brand-color-400: #f9a08c;
  --brand-color-400-rgb: 249, 160, 140;
  --brand-color-500: #e87d68;
  --brand-color-500-rgb: 232, 125, 104;
  --brand-color-600: #d56952;
  --brand-color-600-rgb: 213, 105, 82;
  --brand-color-700: #b54e38;
  --brand-color-700-rgb: 181, 78, 56;
  --brand-color-800: #903c2b;
  --brand-color-800-rgb: 144, 60, 43;
  --brand-color-900: #6b2c1e;
  --brand-color-900-rgb: 107, 44, 30;
  --brand-color-1000: #4e1f15;
  --brand-color-1000-rgb: 78, 31, 21;
  --brand-color-1100: #33130d;
  --brand-color-1100-rgb: 51, 19, 13;
  --brand-color-1200: #1a0907;
  --brand-color-1200-rgb: 26, 9, 7;
  /*!Error*/
  --error-color-25: #fffbfa;
  --error-color-25-rgb: 255, 251, 250;
  --error-color-50: #fef3f2;
  --error-color-50-rgb: 254, 243, 242;
  --error-color-100: #fee4e2;
  --error-color-100-rgb: 254, 228, 226;
  --error-color-200: #fecdca;
  --error-color-200-rgb: 254, 205, 202;
  --error-color-300: #fda29b;
  --error-color-300-rgb: 253, 162, 155;
  --error-color-400: #f97066;
  --error-color-400-rgb: 249, 112, 102;
  --error-color-500: #f04438;
  --error-color-500-rgb: 240, 68, 56;
  --error-color-600: #d92d20;
  --error-color-600-rgb: 217, 45, 32;
  --error-color-700: #b42318;
  --error-color-700-rgb: 180, 35, 24;
  --error-color-800: #912018;
  --error-color-800-rgb: 145, 32, 24;
  --error-color-900: #7a271a;
  --error-color-900-rgb: 122, 39, 26;
  --error-color-950: #55160c;
  --error-color-950-rgb: 85, 22, 12;
  /*!Warning*/
  --warning-color-25: #fffcf5;
  --warning-color-25-rgb: 255, 252, 245;
  --warning-color-50: #fffaeb;
  --warning-color-50-rgb: 255, 250, 235;
  --warning-color-100: #fef0c7;
  --warning-color-100-rgb: 254, 240, 199;
  --warning-color-200: #fedf89;
  --warning-color-200-rgb: 254, 223, 137;
  --warning-color-300: #fec84b;
  --warning-color-300-rgb: 254, 200, 75;
  --warning-color-400: #fdb022;
  --warning-color-400-rgb: 253, 176, 34;
  --warning-color-500: #f79009;
  --warning-color-500-rgb: 247, 144, 9;
  --warning-color-600: #dc6803;
  --warning-color-600-rgb: 220, 104, 3;
  --warning-color-700: #b54708;
  --warning-color-700-rgb: 181, 71, 8;
  --warning-color-800: #93370d;
  --warning-color-800-rgb: 147, 55, 13;
  --warning-color-900: #7a2e0e;
  --warning-color-900-rgb: 122, 46, 14;
  --warning-color-950: #4e1d09;
  --warning-color-950-rgb: 78, 29, 9;
  /*!Success*/
  --success-color-25: #f6fef9;
  --success-color-25-rgb: 246, 254, 249;
  --success-color-50: #ecfdf3;
  --success-color-50-rgb: 236, 253, 243;
  --success-color-100: #dcfae6;
  --success-color-100-rgb: 220, 250, 230;
  --success-color-200: #abefc6;
  --success-color-200-rgb: 171, 239, 198;
  --success-color-300: #75e0a7;
  --success-color-300-rgb: 117, 224, 167;
  --success-color-400: #47cd89;
  --success-color-400-rgb: 71, 205, 137;
  --success-color-500: #17b26a;
  --success-color-500-rgb: 23, 178, 106;
  --success-color-600: #079455;
  --success-color-600-rgb: 7, 148, 85;
  --success-color-700: #067647;
  --success-color-700-rgb: 6, 118, 71;
  --success-color-800: #085d3a;
  --success-color-800-rgb: 8, 93, 58;
  --success-color-900: #074d31;
  --success-color-900-rgb: 7, 77, 49;
  --success-color-950: #053321;
  --success-color-950-rgb: 5, 51, 33;
  /*!Naramky barvy*/
  --naramky-navy: #002040;
  --naramky-navy-rgb: 0, 32, 64;
  --naramky-orange: #d56952;
  --naramky-orange-rgb: 213, 105, 82;
  --naramky-orange-dark: #b54e38;
  --naramky-orange-dark-rgb: 181, 78, 56;
  --naramky-green: #91ad47;
  --naramky-green-rgb: 145, 173, 71;
  --naramky-green-dark: #749224;
  --naramky-green-dark-rgb: 116, 146, 36;
  --naramky-blue: #4283a3;
  --naramky-blue-rgb: 66, 131, 163;
  --naramky-blue-dark: #116792;
  --naramky-blue-dark-rgb: 17, 103, 146;
  --naramky-red: #f52d02;
  --naramky-red-rgb: 245, 45, 2;
  --naramky-text: #353535;
  --naramky-text-rgb: 53, 53, 53;
  /*!Ostatní*/
  --primary-color: #d56952;
  --primary-color-rgb: 213, 105, 82;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --gray: #909296;
  --gray-rgb: 144, 146, 150;
  --display-color-primary: #002040;
  --display-color-primary-rgb: 0, 32, 64;
  --text-color-primary: #353535;
  --text-color-primary-rgb: 53, 53, 53;
  --header-nav-item-color: #353535;
  --header-nav-item-color-rgb: 53, 53, 53;
  --header-nav-item-hover-color: #d56952;
  --header-nav-item-hover-color-rgb: 213, 105, 82;
  --header-menu-btn-color: #002040;
  --header-menu-btn-color-rgb: 0, 32, 64;
  --header-menu-btn-hover-color: #d56952;
  --header-menu-btn-hover-color-rgb: 213, 105, 82;
  --mobile-buttons-border-color: #d0d5dd;
  --mobile-buttons-border-color-rgb: 208, 213, 221;
  /*!
         End of Colors define
     */
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 1000px) {
  html {
    --container-padding: 1.8rem;
  }
}

body {
  margin: 0;
}

main {
  padding-top: 0;
}

.site-header--dark ~ main {
  padding-top: var(--header--height, 81px);
}

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

a {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

figure {
  margin: 0;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
img,
video,
nav {
  margin: 0;
}

.display-2xl-thin {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 100;
}
.display-2xl-thin p:not([class*=display-]):not([class*=text-]), .display-2xl-thin ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 100;
}

.display-2xl-extra-light {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 200;
}
.display-2xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 200;
}

.display-2xl-light {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 300;
}
.display-2xl-light p:not([class*=display-]):not([class*=text-]), .display-2xl-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 300;
}

.display-2xl-regular {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 400;
}
.display-2xl-regular p:not([class*=display-]):not([class*=text-]), .display-2xl-regular ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 400;
}

.display-2xl-medium {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 500;
}
.display-2xl-medium p:not([class*=display-]):not([class*=text-]), .display-2xl-medium ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 500;
}

.display-2xl-semibold {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 600;
}
.display-2xl-semibold p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 600;
}

.display-2xl-bold {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 800;
}
.display-2xl-bold p:not([class*=display-]):not([class*=text-]), .display-2xl-bold ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 800;
}

.display-2xl-black {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 900;
}
.display-2xl-black p:not([class*=display-]):not([class*=text-]), .display-2xl-black ul:not([class*=display-]):not([class*=text-]), .display-2xl-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.2rem;
  line-height: 1.25;
  font-style: normal;
  color: var(--display-color-primary);
  font-weight: 900;
}

.display-xl-thin {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 100;
}
.display-xl-thin p:not([class*=display-]):not([class*=text-]), .display-xl-thin ul:not([class*=display-]):not([class*=text-]), .display-xl-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 100;
}

.display-xl-extra-light {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 200;
}
.display-xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 200;
}

.display-xl-light {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 300;
}
.display-xl-light p:not([class*=display-]):not([class*=text-]), .display-xl-light ul:not([class*=display-]):not([class*=text-]), .display-xl-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 300;
}

.display-xl-regular {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 400;
}
.display-xl-regular p:not([class*=display-]):not([class*=text-]), .display-xl-regular ul:not([class*=display-]):not([class*=text-]), .display-xl-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 400;
}

.display-xl-medium {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 500;
}
.display-xl-medium p:not([class*=display-]):not([class*=text-]), .display-xl-medium ul:not([class*=display-]):not([class*=text-]), .display-xl-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 500;
}

.display-xl-semibold {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 600;
}
.display-xl-semibold p:not([class*=display-]):not([class*=text-]), .display-xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-xl-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 600;
}

.display-xl-bold {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 800;
}
.display-xl-bold p:not([class*=display-]):not([class*=text-]), .display-xl-bold ul:not([class*=display-]):not([class*=text-]), .display-xl-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 800;
}

.display-xl-black {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 900;
}
.display-xl-black p:not([class*=display-]):not([class*=text-]), .display-xl-black ul:not([class*=display-]):not([class*=text-]), .display-xl-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 6rem;
  font-style: normal;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 900;
}

.display-lg-thin {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 100;
}
.display-lg-thin p:not([class*=display-]):not([class*=text-]), .display-lg-thin ul:not([class*=display-]):not([class*=text-]), .display-lg-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 100;
}

.display-lg-extra-light {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 200;
}
.display-lg-extra-light p:not([class*=display-]):not([class*=text-]), .display-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .display-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 200;
}

.display-lg-light {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 300;
}
.display-lg-light p:not([class*=display-]):not([class*=text-]), .display-lg-light ul:not([class*=display-]):not([class*=text-]), .display-lg-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 300;
}

.display-lg-regular {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 400;
}
.display-lg-regular p:not([class*=display-]):not([class*=text-]), .display-lg-regular ul:not([class*=display-]):not([class*=text-]), .display-lg-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 400;
}

.display-lg-medium {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 500;
}
.display-lg-medium p:not([class*=display-]):not([class*=text-]), .display-lg-medium ul:not([class*=display-]):not([class*=text-]), .display-lg-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 500;
}

.display-lg-semibold {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 600;
}
.display-lg-semibold p:not([class*=display-]):not([class*=text-]), .display-lg-semibold ul:not([class*=display-]):not([class*=text-]), .display-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 600;
}

.display-lg-bold {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 800;
}
.display-lg-bold p:not([class*=display-]):not([class*=text-]), .display-lg-bold ul:not([class*=display-]):not([class*=text-]), .display-lg-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 800;
}

.display-lg-black {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 900;
}
.display-lg-black p:not([class*=display-]):not([class*=text-]), .display-lg-black ul:not([class*=display-]):not([class*=text-]), .display-lg-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-style: normal;
  line-height: 1.25;
  color: var(--display-color-primary);
  font-weight: 900;
}

.display-md-thin {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 100;
}
.display-md-thin p:not([class*=display-]):not([class*=text-]), .display-md-thin ul:not([class*=display-]):not([class*=text-]), .display-md-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 100;
}

.display-md-extra-light {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 200;
}
.display-md-extra-light p:not([class*=display-]):not([class*=text-]), .display-md-extra-light ul:not([class*=display-]):not([class*=text-]), .display-md-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 200;
}

.display-md-light {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 300;
}
.display-md-light p:not([class*=display-]):not([class*=text-]), .display-md-light ul:not([class*=display-]):not([class*=text-]), .display-md-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 300;
}

.display-md-regular {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 400;
}
.display-md-regular p:not([class*=display-]):not([class*=text-]), .display-md-regular ul:not([class*=display-]):not([class*=text-]), .display-md-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 400;
}

.display-md-medium {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 500;
}
.display-md-medium p:not([class*=display-]):not([class*=text-]), .display-md-medium ul:not([class*=display-]):not([class*=text-]), .display-md-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 500;
}

.display-md-semibold {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 600;
}
.display-md-semibold p:not([class*=display-]):not([class*=text-]), .display-md-semibold ul:not([class*=display-]):not([class*=text-]), .display-md-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 600;
}

.display-md-bold {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 800;
}
.display-md-bold p:not([class*=display-]):not([class*=text-]), .display-md-bold ul:not([class*=display-]):not([class*=text-]), .display-md-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 800;
}

.display-md-black {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 900;
}
.display-md-black p:not([class*=display-]):not([class*=text-]), .display-md-black ul:not([class*=display-]):not([class*=text-]), .display-md-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 900;
}

.display-sm-thin {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 100;
}
.display-sm-thin p:not([class*=display-]):not([class*=text-]), .display-sm-thin ul:not([class*=display-]):not([class*=text-]), .display-sm-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 100;
}

.display-sm-extra-light {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 200;
}
.display-sm-extra-light p:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ul:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 200;
}

.display-sm-light {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 300;
}
.display-sm-light p:not([class*=display-]):not([class*=text-]), .display-sm-light ul:not([class*=display-]):not([class*=text-]), .display-sm-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 300;
}

.display-sm-regular {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 400;
}
.display-sm-regular p:not([class*=display-]):not([class*=text-]), .display-sm-regular ul:not([class*=display-]):not([class*=text-]), .display-sm-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 400;
}

.display-sm-medium {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 500;
}
.display-sm-medium p:not([class*=display-]):not([class*=text-]), .display-sm-medium ul:not([class*=display-]):not([class*=text-]), .display-sm-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 500;
}

.display-sm-semibold {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 600;
}
.display-sm-semibold p:not([class*=display-]):not([class*=text-]), .display-sm-semibold ul:not([class*=display-]):not([class*=text-]), .display-sm-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 600;
}

.display-sm-bold {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 800;
}
.display-sm-bold p:not([class*=display-]):not([class*=text-]), .display-sm-bold ul:not([class*=display-]):not([class*=text-]), .display-sm-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 800;
}

.display-sm-black {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 900;
}
.display-sm-black p:not([class*=display-]):not([class*=text-]), .display-sm-black ul:not([class*=display-]):not([class*=text-]), .display-sm-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-style: normal;
  line-height: 1.27;
  color: var(--display-color-primary);
  font-weight: 900;
}

.display-xs-thin {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 100;
}
.display-xs-thin p:not([class*=display-]):not([class*=text-]), .display-xs-thin ul:not([class*=display-]):not([class*=text-]), .display-xs-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 100;
}

.display-xs-extra-light {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 200;
}
.display-xs-extra-light p:not([class*=display-]):not([class*=text-]), .display-xs-extra-light ul:not([class*=display-]):not([class*=text-]), .display-xs-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 200;
}

.display-xs-light {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 300;
}
.display-xs-light p:not([class*=display-]):not([class*=text-]), .display-xs-light ul:not([class*=display-]):not([class*=text-]), .display-xs-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 300;
}

.display-xs-regular {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 400;
}
.display-xs-regular p:not([class*=display-]):not([class*=text-]), .display-xs-regular ul:not([class*=display-]):not([class*=text-]), .display-xs-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 400;
}

.display-xs-medium {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 500;
}
.display-xs-medium p:not([class*=display-]):not([class*=text-]), .display-xs-medium ul:not([class*=display-]):not([class*=text-]), .display-xs-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 500;
}

.display-xs-semibold {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 600;
}
.display-xs-semibold p:not([class*=display-]):not([class*=text-]), .display-xs-semibold ul:not([class*=display-]):not([class*=text-]), .display-xs-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 600;
}

.display-xs-bold {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 800;
}
.display-xs-bold p:not([class*=display-]):not([class*=text-]), .display-xs-bold ul:not([class*=display-]):not([class*=text-]), .display-xs-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 800;
}

.display-xs-black {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 900;
}
.display-xs-black p:not([class*=display-]):not([class*=text-]), .display-xs-black ul:not([class*=display-]):not([class*=text-]), .display-xs-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 900;
}

.text-xl-thin {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
}
.text-xl-thin p:not([class*=display-]):not([class*=text-]), .text-xl-thin ul:not([class*=display-]):not([class*=text-]), .text-xl-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
}

.text-xl-extra-light {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
}
.text-xl-extra-light p:not([class*=display-]):not([class*=text-]), .text-xl-extra-light ul:not([class*=display-]):not([class*=text-]), .text-xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
}

.text-xl-light {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
}
.text-xl-light p:not([class*=display-]):not([class*=text-]), .text-xl-light ul:not([class*=display-]):not([class*=text-]), .text-xl-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
}

.text-xl-regular {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
}
.text-xl-regular p:not([class*=display-]):not([class*=text-]), .text-xl-regular ul:not([class*=display-]):not([class*=text-]), .text-xl-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
}

.text-xl-medium {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
}
.text-xl-medium p:not([class*=display-]):not([class*=text-]), .text-xl-medium ul:not([class*=display-]):not([class*=text-]), .text-xl-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
}

.text-xl-semibold {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
}
.text-xl-semibold p:not([class*=display-]):not([class*=text-]), .text-xl-semibold ul:not([class*=display-]):not([class*=text-]), .text-xl-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
}

.text-xl-bold {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
}
.text-xl-bold p:not([class*=display-]):not([class*=text-]), .text-xl-bold ul:not([class*=display-]):not([class*=text-]), .text-xl-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
}

.text-xl-black {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
}
.text-xl-black p:not([class*=display-]):not([class*=text-]), .text-xl-black ul:not([class*=display-]):not([class*=text-]), .text-xl-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
}

.text-lg-thin {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 100;
}
.text-lg-thin p:not([class*=display-]):not([class*=text-]), .text-lg-thin ul:not([class*=display-]):not([class*=text-]), .text-lg-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 100;
}

.text-lg-extra-light {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 200;
}
.text-lg-extra-light p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 200;
}

.text-lg-light {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 300;
}
.text-lg-light p:not([class*=display-]):not([class*=text-]), .text-lg-light ul:not([class*=display-]):not([class*=text-]), .text-lg-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 300;
}

.text-lg-regular {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 400;
}
.text-lg-regular p:not([class*=display-]):not([class*=text-]), .text-lg-regular ul:not([class*=display-]):not([class*=text-]), .text-lg-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 400;
}

.text-lg-medium {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 500;
}
.text-lg-medium p:not([class*=display-]):not([class*=text-]), .text-lg-medium ul:not([class*=display-]):not([class*=text-]), .text-lg-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 500;
}

.text-lg-semibold {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 600;
}
.text-lg-semibold p:not([class*=display-]):not([class*=text-]), .text-lg-semibold ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 600;
}

.text-lg-bold {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 800;
}
.text-lg-bold p:not([class*=display-]):not([class*=text-]), .text-lg-bold ul:not([class*=display-]):not([class*=text-]), .text-lg-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 800;
}

.text-lg-black {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 900;
}
.text-lg-black p:not([class*=display-]):not([class*=text-]), .text-lg-black ul:not([class*=display-]):not([class*=text-]), .text-lg-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 900;
}

.text-md-thin {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
}
.text-md-thin p:not([class*=display-]):not([class*=text-]), .text-md-thin ul:not([class*=display-]):not([class*=text-]), .text-md-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
}

.text-md-extra-light {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
}
.text-md-extra-light p:not([class*=display-]):not([class*=text-]), .text-md-extra-light ul:not([class*=display-]):not([class*=text-]), .text-md-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
}

.text-md-light {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
}
.text-md-light p:not([class*=display-]):not([class*=text-]), .text-md-light ul:not([class*=display-]):not([class*=text-]), .text-md-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
}

.text-md-regular {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
}
.text-md-regular p:not([class*=display-]):not([class*=text-]), .text-md-regular ul:not([class*=display-]):not([class*=text-]), .text-md-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
}

.text-md-medium {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
}
.text-md-medium p:not([class*=display-]):not([class*=text-]), .text-md-medium ul:not([class*=display-]):not([class*=text-]), .text-md-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
}

.text-md-semibold {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
}
.text-md-semibold p:not([class*=display-]):not([class*=text-]), .text-md-semibold ul:not([class*=display-]):not([class*=text-]), .text-md-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
}

.text-md-bold {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
}
.text-md-bold p:not([class*=display-]):not([class*=text-]), .text-md-bold ul:not([class*=display-]):not([class*=text-]), .text-md-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
}

.text-md-black {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
}
.text-md-black p:not([class*=display-]):not([class*=text-]), .text-md-black ul:not([class*=display-]):not([class*=text-]), .text-md-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
}

.text-sm-thin {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 100;
}
.text-sm-thin p:not([class*=display-]):not([class*=text-]), .text-sm-thin ul:not([class*=display-]):not([class*=text-]), .text-sm-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 100;
}

.text-sm-extra-light {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 200;
}
.text-sm-extra-light p:not([class*=display-]):not([class*=text-]), .text-sm-extra-light ul:not([class*=display-]):not([class*=text-]), .text-sm-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 200;
}

.text-sm-light {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 300;
}
.text-sm-light p:not([class*=display-]):not([class*=text-]), .text-sm-light ul:not([class*=display-]):not([class*=text-]), .text-sm-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 300;
}

.text-sm-regular {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 400;
}
.text-sm-regular p:not([class*=display-]):not([class*=text-]), .text-sm-regular ul:not([class*=display-]):not([class*=text-]), .text-sm-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 400;
}

.text-sm-medium {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 500;
}
.text-sm-medium p:not([class*=display-]):not([class*=text-]), .text-sm-medium ul:not([class*=display-]):not([class*=text-]), .text-sm-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 500;
}

.text-sm-semibold {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 600;
}
.text-sm-semibold p:not([class*=display-]):not([class*=text-]), .text-sm-semibold ul:not([class*=display-]):not([class*=text-]), .text-sm-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 600;
}

.text-sm-bold {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 800;
}
.text-sm-bold p:not([class*=display-]):not([class*=text-]), .text-sm-bold ul:not([class*=display-]):not([class*=text-]), .text-sm-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 800;
}

.text-sm-black {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 900;
}
.text-sm-black p:not([class*=display-]):not([class*=text-]), .text-sm-black ul:not([class*=display-]):not([class*=text-]), .text-sm-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 900;
}

.text-xs-thin {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
}
.text-xs-thin p:not([class*=display-]):not([class*=text-]), .text-xs-thin ul:not([class*=display-]):not([class*=text-]), .text-xs-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
}

.text-xs-extra-light {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
}
.text-xs-extra-light p:not([class*=display-]):not([class*=text-]), .text-xs-extra-light ul:not([class*=display-]):not([class*=text-]), .text-xs-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
}

.text-xs-light {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
}
.text-xs-light p:not([class*=display-]):not([class*=text-]), .text-xs-light ul:not([class*=display-]):not([class*=text-]), .text-xs-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
}

.text-xs-regular {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
}
.text-xs-regular p:not([class*=display-]):not([class*=text-]), .text-xs-regular ul:not([class*=display-]):not([class*=text-]), .text-xs-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
}

.text-xs-medium {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
}
.text-xs-medium p:not([class*=display-]):not([class*=text-]), .text-xs-medium ul:not([class*=display-]):not([class*=text-]), .text-xs-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
}

.text-xs-semibold {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
}
.text-xs-semibold p:not([class*=display-]):not([class*=text-]), .text-xs-semibold ul:not([class*=display-]):not([class*=text-]), .text-xs-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
}

.text-xs-bold {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
}
.text-xs-bold p:not([class*=display-]):not([class*=text-]), .text-xs-bold ul:not([class*=display-]):not([class*=text-]), .text-xs-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
}

.text-xs-black {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
}
.text-xs-black p:not([class*=display-]):not([class*=text-]), .text-xs-black ul:not([class*=display-]):not([class*=text-]), .text-xs-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
}

p, ul, ol {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 400;
  line-height: 1.7;
}

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

a {
  font-weight: 600;
  color: var(--naramky-text);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover {
  opacity: 0.9;
}

h1 {
  font-family: var(--primary-font);
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1.22;
  color: var(--display-color-primary);
  font-weight: 600;
}

h2 {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.33;
  color: var(--display-color-primary);
  font-weight: 600;
}

h3 {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
}

h4 {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
}

h5 {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 600;
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-basic);
  padding: 0 var(--container-padding);
}
.container.container--narrow {
  max-width: var(--container-wide);
}
.container.container--wide {
  max-width: var(--container-wide);
}
.container.container--full {
  max-width: var(--container-full);
}

.section {
  padding: 8rem 0;
}

.color-primary {
  color: var(--primary-color);
}

.tags-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 500;
  text-decoration: none;
  padding: 0.2rem 1rem;
  border-radius: 999px;
  color: var(--color);
  background: var(--bg);
  border: 1px solid var(--border-color);
  white-space: nowrap;
}
.tag-item.tag-item--primary {
  --color: var(--brand-color-900);
  --bg: var(--brand-color-100);
  --border-color: var(--brand-color-400);
}

.section__footer {
  margin-top: 4rem;
}
.section__footer.section__footer--center {
  text-align: center;
}

.error-404 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  text-align: center;
}

.error-404__number {
  display: block;
  font-size: 20rem;
  font-weight: 700;
  color: var(--naramky-blue);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .error-404__number {
    font-size: 14rem;
  }
}

.error-404__text {
  display: block;
  font-weight: 700;
  color: var(--naramky-blue-dark);
  font-size: 4rem;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .error-404__text {
    font-size: 3rem;
  }
}

.error-404__body {
  margin-top: 4rem;
}

.error-404__message {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text-color-primary);
}
.error-404__message a {
  color: var(--naramky-orange);
}
.error-404__message a:hover {
  color: var(--naramky-orange-dark);
}

.error-404__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}