/*! 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;
}

/*! 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;
}

.tealhr-accordion{max-width:100%;overflow:hidden;width:100%}.tealhr-accordion[data-block-version="2"] .tealhr-accordion-header svg{fill:#0dcd66}.tealhr-accordion-header{align-items:center;color:#4a4a4a;cursor:pointer;display:flex;font-size:20px;font-weight:500;font-weight:700;gap:24px;justify-content:space-between;letter-spacing:-.04em;line-height:140%;padding:24px 0;text-align:left;transition:all .5s;-webkit-transition:all .5s;width:100%}.tealhr-accordion-header.active svg{transform:rotate(45deg)}.tealhr-accordion-header svg{flex:0 0 auto;height:19px;width:19px;fill:#524ac1;stroke:transparent;transition:all .3s;-webkit-transition:all .3s}.tealhr-accordion-content{border-bottom:1px solid #ccc;max-height:0;overflow:hidden;transition:all .5s;-webkit-transition:all .5s}.tealhr-accordion-content.open{max-height:1000px}.tealhr-accordion-content-wrapper{display:flex;flex-direction:column;gap:12px;padding:0 0 32px}.tealhr-accordion-content-text{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.breadcrumb{overflow:hidden;white-space:nowrap}.breadcrumb__list{align-items:center;display:flex;flex-direction:row!important;gap:20px!important;overflow:hidden}.breadcrumb__item{border-bottom:1px solid transparent;color:#999;font-size:18px;font-weight:500;font-weight:700;letter-spacing:-.04em;line-height:133%;position:relative;transition:all .3s;-webkit-transition:all .3s}.breadcrumb__item:hover{border-bottom-color:currentColor}.breadcrumb__item:last-of-type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb__item.active{color:#141414}.breadcrumb__item.active:hover{border-bottom:1px solid transparent}.footer{border-radius:40px;margin:10px 0 0;overflow:hidden;position:relative;z-index:20}.footer[data-block-version="2"] .footer__content{min-height:575px}.footer[data-block-version="2"] .footer__vector{inset:auto 0 -550px auto}.footer__container{margin:0 auto;max-width:1920px;position:relative;width:100%}.footer__content{background:#f7f7f7;border-radius:40px;display:flex;flex-direction:column;gap:10px;justify-content:space-between;min-height:940px;padding:60px 50px 32px}.footer__content-top{gap:20px}.footer__content-bottom,.footer__content-top{display:flex;justify-content:space-between;position:relative;z-index:1}.footer__content-bottom{align-items:end;gap:32px}.footer__content-bottom-copyright{color:#9c9c9c;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;max-width:600px}.footer__content-bottom-links{align-items:center;display:flex;gap:40px;position:relative}.footer__content-bottom-links:after{background:radial-gradient(50% 176.47% at 50% 40.69%,#949494 0,#fff 100%);bottom:-16px;content:"";display:none;height:1px;left:0;position:absolute;right:0;width:100%}.footer__content-bottom-link{color:#4a4a4a;font-size:18px;font-style:italic;font-weight:500;letter-spacing:-.07em;line-height:1.3;position:relative;transition:all .3s;-webkit-transition:all .3s}.footer__content-bottom-link:hover{color:#999}.footer__content-bottom-link:last-of-type:after{display:none}.footer__content-bottom-link:after{background:#9c9c9c;content:"";height:27px;position:absolute;right:-14px;top:50%;transform:rotate(25deg) translateY(-50%);width:1px}.footer__content-info{display:flex;flex-direction:column;gap:60px;max-width:900px;width:100%}.footer__content-info-link{align-items:center;align-self:flex-start;display:flex;font-size:60px;font-style:italic;font-weight:700;gap:20px;letter-spacing:-.07em;line-height:1.3;position:relative;transition:all .3s;-webkit-transition:all .3s}.footer__content-info-link:after{background:#524ac1;content:"";height:2px;inset:auto auto 0 0;position:absolute;transition:all .3s;-webkit-transition:all .3s;width:0}.footer__content-info-link:hover{color:#524ac1}.footer__content-info-link:hover:after{width:calc(100% - 8px)}.footer__content-info-link:hover svg{stroke:#524ac1;fill:#524ac1}.footer__content-info-link svg.carriage{height:22px;width:41px}.footer__content-form{display:flex;flex-direction:column;gap:48px;max-width:490px;width:100%}.footer__content-form-heading{color:#0dcd66}.footer__content-form .tealhr-input__field{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.footer__content-links{display:flex;flex:0 0 auto;gap:144px;padding:0 175px 65px 0}.footer__content-links-column{display:flex;flex-direction:column;gap:60px}.footer__content-links-cell{display:flex;flex:0 0 auto;flex-direction:column;gap:16px}.footer__title{color:#9c9c9c;font-size:18px;font-style:italic;font-weight:500;letter-spacing:-.04em;line-height:133%}.footer__list{display:flex;flex-direction:column;gap:12px}.footer__item{font-size:20px;font-weight:500;font-weight:700;letter-spacing:-.04em;line-height:140%}.footer__link{transition:all .3s;-webkit-transition:all .3s}.footer__link:hover{color:#999}.footer__button.up{inset:0 0 auto auto;position:absolute}.footer__socials{align-items:center;display:flex;gap:8px}.footer__socials-link{height:34px;width:34px}.footer__socials-link svg{height:100%;width:100%}.footer__vector{height:auto;inset:auto 0 -440px auto;pointer-events:none;position:absolute;width:1620px;z-index:0}.footer__vector img{width:100%}.tealhr__form{border:2px solid #181818;border-radius:16px;display:flex;flex-direction:column;gap:24px;padding:40px 20px;width:100%}.tealhr__form_white{border:2px solid #fff}.tealhr__form-wrapper{display:flex;flex-direction:column;gap:24px}.tealhr__form .tealhr__button{margin:0 auto;max-width:434px;width:100%}.header{padding:10px 50px;position:absolute}.header,.header.scroll{inset:0 0 auto 0;z-index:30}.header.scroll{background:#fff;border-bottom:1px solid #ccc;position:fixed;transform:translateY(-100%);transition:.6s}.header.scroll.active{transform:translateY(0)}.header.scroll:after{display:none}.header__container{align-items:center;display:flex;gap:24px;height:62px;justify-content:space-between;margin:0 auto;max-width:1830px;position:relative;width:100%}.header__container .tealhr__button{min-width:220px}.header__navigation{align-items:center;display:flex;gap:120px}.header__logo{height:60px;width:180px}.header__logo img{width:100%}.header__list{align-items:center;display:flex;gap:24px}.header__item{font-size:18px;font-weight:700;letter-spacing:-.04em;line-height:1.3}.header__link{align-items:center;display:flex;gap:0;transition:all .3s;-webkit-transition:all .3s;white-space:nowrap}.header__link:hover{color:#999}.header__link:hover .header__link-icon{stroke:#999;transform:rotate(-90deg)}.header__link-icon{height:8px;width:14px;stroke:#141414}.header__burger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex:0 0 auto;flex-direction:column;gap:8px;height:60px;justify-content:center;padding:5px;position:relative;transition:all .3s;-webkit-transition:all .3s;width:60px;z-index:30}.header__burger.open{transform:translateY(0)}.header__burger.open .header__burger-line{width:40px}.header__burger.open .header__burger-line:first-child{transform:rotate(-45deg) translateY(7px) translate(-8px)}.header__burger.open .header__burger-line:nth-child(2){transform:scale(0)}.header__burger.open .header__burger-line:nth-child(3){transform:rotate(45deg) translateY(-6px) translate(-6px)}.header__burger-line{background:#141414;border-radius:48px;height:2px;transition:all .3s;-webkit-transition:all .3s;width:100%}.header__burger-line:nth-child(2){width:50%}.header-banner{align-items:center;background:#5759ce;display:flex;flex-direction:row;gap:10px;justify-content:center;min-height:100px;padding:0;position:relative;width:100%}.header-banner__img{display:block;height:auto;max-width:1280px;object-fit:cover;width:100%}.mobile-menu{background:#fff;background-image:url(../svg/different/img-menu.svg);background-position:50%;background-repeat:no-repeat;inset:0;padding:84px 0 0;pointer-events:none;position:fixed;transform:translateY(-100%);transition:.6s;z-index:29}.mobile-menu.active{pointer-events:auto;transform:translateY(0)}.mobile-menu.active .mobile-menu__item{animation-duration:.6s;animation-fill-mode:forwards}.mobile-menu.active .mobile-menu__item:first-child{animation-delay:.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-1}@keyframes animation-burger-li-1{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(2){animation-delay:.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-2}@keyframes animation-burger-li-2{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(3){animation-delay:1s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-3}@keyframes animation-burger-li-3{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(4){animation-delay:1.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-4}@keyframes animation-burger-li-4{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(5){animation-delay:1.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-5}@keyframes animation-burger-li-5{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(6){animation-delay:1.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-6}@keyframes animation-burger-li-6{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(7){animation-delay:1.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-7}@keyframes animation-burger-li-7{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(8){animation-delay:2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-8}@keyframes animation-burger-li-8{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(9){animation-delay:2.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-9}@keyframes animation-burger-li-9{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(10){animation-delay:2.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-10}@keyframes animation-burger-li-10{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(11){animation-delay:2.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-11}@keyframes animation-burger-li-11{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(12){animation-delay:2.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-12}@keyframes animation-burger-li-12{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(13){animation-delay:3s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-13}@keyframes animation-burger-li-13{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(14){animation-delay:3.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-14}@keyframes animation-burger-li-14{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(15){animation-delay:3.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-15}@keyframes animation-burger-li-15{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(16){animation-delay:3.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-16}@keyframes animation-burger-li-16{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(17){animation-delay:3.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-17}@keyframes animation-burger-li-17{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(18){animation-delay:4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-18}@keyframes animation-burger-li-18{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(19){animation-delay:4.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-19}@keyframes animation-burger-li-19{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(20){animation-delay:4.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-20}@keyframes animation-burger-li-20{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(21){animation-delay:4.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-21}@keyframes animation-burger-li-21{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(22){animation-delay:4.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-22}@keyframes animation-burger-li-22{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(23){animation-delay:5s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-23}@keyframes animation-burger-li-23{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(24){animation-delay:5.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-24}@keyframes animation-burger-li-24{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(25){animation-delay:5.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-25}@keyframes animation-burger-li-25{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(26){animation-delay:5.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-26}@keyframes animation-burger-li-26{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(27){animation-delay:5.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-27}@keyframes animation-burger-li-27{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(28){animation-delay:6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-28}@keyframes animation-burger-li-28{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(29){animation-delay:6.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-29}@keyframes animation-burger-li-29{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(30){animation-delay:6.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-30}@keyframes animation-burger-li-30{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(31){animation-delay:6.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-31}@keyframes animation-burger-li-31{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(32){animation-delay:6.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-32}@keyframes animation-burger-li-32{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(33){animation-delay:7s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-33}@keyframes animation-burger-li-33{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(34){animation-delay:7.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-34}@keyframes animation-burger-li-34{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(35){animation-delay:7.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-35}@keyframes animation-burger-li-35{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(36){animation-delay:7.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-36}@keyframes animation-burger-li-36{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(37){animation-delay:7.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-37}@keyframes animation-burger-li-37{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(38){animation-delay:8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-38}@keyframes animation-burger-li-38{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(39){animation-delay:8.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-39}@keyframes animation-burger-li-39{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(40){animation-delay:8.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-40}@keyframes animation-burger-li-40{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(41){animation-delay:8.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-41}@keyframes animation-burger-li-41{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(42){animation-delay:8.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-42}@keyframes animation-burger-li-42{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(43){animation-delay:9s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-43}@keyframes animation-burger-li-43{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(44){animation-delay:9.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-44}@keyframes animation-burger-li-44{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(45){animation-delay:9.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-45}@keyframes animation-burger-li-45{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(46){animation-delay:9.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-46}@keyframes animation-burger-li-46{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(47){animation-delay:9.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-47}@keyframes animation-burger-li-47{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(48){animation-delay:10s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-48}@keyframes animation-burger-li-48{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(49){animation-delay:10.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-49}@keyframes animation-burger-li-49{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(50){animation-delay:10.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-50}@keyframes animation-burger-li-50{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(51){animation-delay:10.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-51}@keyframes animation-burger-li-51{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(52){animation-delay:10.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-52}@keyframes animation-burger-li-52{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(53){animation-delay:11s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-53}@keyframes animation-burger-li-53{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(54){animation-delay:11.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-54}@keyframes animation-burger-li-54{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(55){animation-delay:11.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-55}@keyframes animation-burger-li-55{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(56){animation-delay:11.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-56}@keyframes animation-burger-li-56{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(57){animation-delay:11.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-57}@keyframes animation-burger-li-57{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(58){animation-delay:12s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-58}@keyframes animation-burger-li-58{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(59){animation-delay:12.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-59}@keyframes animation-burger-li-59{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(60){animation-delay:12.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-60}@keyframes animation-burger-li-60{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(61){animation-delay:12.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-61}@keyframes animation-burger-li-61{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(62){animation-delay:12.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-62}@keyframes animation-burger-li-62{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(63){animation-delay:13s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-63}@keyframes animation-burger-li-63{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(64){animation-delay:13.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-64}@keyframes animation-burger-li-64{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(65){animation-delay:13.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-65}@keyframes animation-burger-li-65{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(66){animation-delay:13.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-66}@keyframes animation-burger-li-66{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(67){animation-delay:13.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-67}@keyframes animation-burger-li-67{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(68){animation-delay:14s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-68}@keyframes animation-burger-li-68{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(69){animation-delay:14.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-69}@keyframes animation-burger-li-69{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(70){animation-delay:14.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-70}@keyframes animation-burger-li-70{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(71){animation-delay:14.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-71}@keyframes animation-burger-li-71{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(72){animation-delay:14.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-72}@keyframes animation-burger-li-72{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(73){animation-delay:15s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-73}@keyframes animation-burger-li-73{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(74){animation-delay:15.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-74}@keyframes animation-burger-li-74{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(75){animation-delay:15.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-75}@keyframes animation-burger-li-75{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(76){animation-delay:15.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-76}@keyframes animation-burger-li-76{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(77){animation-delay:15.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-77}@keyframes animation-burger-li-77{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(78){animation-delay:16s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-78}@keyframes animation-burger-li-78{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(79){animation-delay:16.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-79}@keyframes animation-burger-li-79{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(80){animation-delay:16.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-80}@keyframes animation-burger-li-80{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(81){animation-delay:16.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-81}@keyframes animation-burger-li-81{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(82){animation-delay:16.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-82}@keyframes animation-burger-li-82{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(83){animation-delay:17s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-83}@keyframes animation-burger-li-83{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(84){animation-delay:17.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-84}@keyframes animation-burger-li-84{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(85){animation-delay:17.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-85}@keyframes animation-burger-li-85{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(86){animation-delay:17.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-86}@keyframes animation-burger-li-86{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(87){animation-delay:17.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-87}@keyframes animation-burger-li-87{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(88){animation-delay:18s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-88}@keyframes animation-burger-li-88{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(89){animation-delay:18.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-89}@keyframes animation-burger-li-89{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(90){animation-delay:18.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-90}@keyframes animation-burger-li-90{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(91){animation-delay:18.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-91}@keyframes animation-burger-li-91{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(92){animation-delay:18.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-92}@keyframes animation-burger-li-92{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(93){animation-delay:19s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-93}@keyframes animation-burger-li-93{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(94){animation-delay:19.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-94}@keyframes animation-burger-li-94{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(95){animation-delay:19.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-95}@keyframes animation-burger-li-95{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(96){animation-delay:19.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-96}@keyframes animation-burger-li-96{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(97){animation-delay:19.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-97}@keyframes animation-burger-li-97{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(98){animation-delay:20s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-98}@keyframes animation-burger-li-98{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(99){animation-delay:20.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-99}@keyframes animation-burger-li-99{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(100){animation-delay:20.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-100}@keyframes animation-burger-li-100{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(101){animation-delay:20.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-101}@keyframes animation-burger-li-101{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(102){animation-delay:20.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-102}@keyframes animation-burger-li-102{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(103){animation-delay:21s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-103}@keyframes animation-burger-li-103{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(104){animation-delay:21.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-104}@keyframes animation-burger-li-104{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(105){animation-delay:21.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-105}@keyframes animation-burger-li-105{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(106){animation-delay:21.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-106}@keyframes animation-burger-li-106{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(107){animation-delay:21.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-107}@keyframes animation-burger-li-107{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(108){animation-delay:22s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-108}@keyframes animation-burger-li-108{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(109){animation-delay:22.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-109}@keyframes animation-burger-li-109{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(110){animation-delay:22.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-110}@keyframes animation-burger-li-110{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(111){animation-delay:22.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-111}@keyframes animation-burger-li-111{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(112){animation-delay:22.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-112}@keyframes animation-burger-li-112{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(113){animation-delay:23s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-113}@keyframes animation-burger-li-113{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(114){animation-delay:23.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-114}@keyframes animation-burger-li-114{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(115){animation-delay:23.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-115}@keyframes animation-burger-li-115{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(116){animation-delay:23.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-116}@keyframes animation-burger-li-116{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(117){animation-delay:23.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-117}@keyframes animation-burger-li-117{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(118){animation-delay:24s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-118}@keyframes animation-burger-li-118{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(119){animation-delay:24.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-119}@keyframes animation-burger-li-119{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(120){animation-delay:24.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-120}@keyframes animation-burger-li-120{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(121){animation-delay:24.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-121}@keyframes animation-burger-li-121{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(122){animation-delay:24.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-122}@keyframes animation-burger-li-122{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(123){animation-delay:25s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-123}@keyframes animation-burger-li-123{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(124){animation-delay:25.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-124}@keyframes animation-burger-li-124{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(125){animation-delay:25.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-125}@keyframes animation-burger-li-125{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(126){animation-delay:25.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-126}@keyframes animation-burger-li-126{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(127){animation-delay:25.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-127}@keyframes animation-burger-li-127{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(128){animation-delay:26s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-128}@keyframes animation-burger-li-128{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(129){animation-delay:26.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-129}@keyframes animation-burger-li-129{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(130){animation-delay:26.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-130}@keyframes animation-burger-li-130{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(131){animation-delay:26.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-131}@keyframes animation-burger-li-131{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(132){animation-delay:26.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-132}@keyframes animation-burger-li-132{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(133){animation-delay:27s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-133}@keyframes animation-burger-li-133{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(134){animation-delay:27.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-134}@keyframes animation-burger-li-134{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(135){animation-delay:27.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-135}@keyframes animation-burger-li-135{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(136){animation-delay:27.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-136}@keyframes animation-burger-li-136{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(137){animation-delay:27.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-137}@keyframes animation-burger-li-137{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(138){animation-delay:28s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-138}@keyframes animation-burger-li-138{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(139){animation-delay:28.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-139}@keyframes animation-burger-li-139{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(140){animation-delay:28.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-140}@keyframes animation-burger-li-140{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(141){animation-delay:28.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-141}@keyframes animation-burger-li-141{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(142){animation-delay:28.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-142}@keyframes animation-burger-li-142{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(143){animation-delay:29s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-143}@keyframes animation-burger-li-143{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(144){animation-delay:29.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-144}@keyframes animation-burger-li-144{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(145){animation-delay:29.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-145}@keyframes animation-burger-li-145{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(146){animation-delay:29.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-146}@keyframes animation-burger-li-146{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(147){animation-delay:29.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-147}@keyframes animation-burger-li-147{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(148){animation-delay:30s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-148}@keyframes animation-burger-li-148{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(149){animation-delay:30.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-149}@keyframes animation-burger-li-149{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(150){animation-delay:30.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-150}@keyframes animation-burger-li-150{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(151){animation-delay:30.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-151}@keyframes animation-burger-li-151{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(152){animation-delay:30.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-152}@keyframes animation-burger-li-152{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(153){animation-delay:31s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-153}@keyframes animation-burger-li-153{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(154){animation-delay:31.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-154}@keyframes animation-burger-li-154{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(155){animation-delay:31.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-155}@keyframes animation-burger-li-155{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(156){animation-delay:31.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-156}@keyframes animation-burger-li-156{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(157){animation-delay:31.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-157}@keyframes animation-burger-li-157{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(158){animation-delay:32s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-158}@keyframes animation-burger-li-158{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(159){animation-delay:32.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-159}@keyframes animation-burger-li-159{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(160){animation-delay:32.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-160}@keyframes animation-burger-li-160{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(161){animation-delay:32.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-161}@keyframes animation-burger-li-161{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(162){animation-delay:32.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-162}@keyframes animation-burger-li-162{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(163){animation-delay:33s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-163}@keyframes animation-burger-li-163{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(164){animation-delay:33.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-164}@keyframes animation-burger-li-164{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(165){animation-delay:33.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-165}@keyframes animation-burger-li-165{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(166){animation-delay:33.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-166}@keyframes animation-burger-li-166{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(167){animation-delay:33.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-167}@keyframes animation-burger-li-167{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(168){animation-delay:34s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-168}@keyframes animation-burger-li-168{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(169){animation-delay:34.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-169}@keyframes animation-burger-li-169{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(170){animation-delay:34.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-170}@keyframes animation-burger-li-170{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(171){animation-delay:34.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-171}@keyframes animation-burger-li-171{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(172){animation-delay:34.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-172}@keyframes animation-burger-li-172{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(173){animation-delay:35s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-173}@keyframes animation-burger-li-173{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(174){animation-delay:35.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-174}@keyframes animation-burger-li-174{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(175){animation-delay:35.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-175}@keyframes animation-burger-li-175{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(176){animation-delay:35.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-176}@keyframes animation-burger-li-176{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(177){animation-delay:35.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-177}@keyframes animation-burger-li-177{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(178){animation-delay:36s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-178}@keyframes animation-burger-li-178{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(179){animation-delay:36.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-179}@keyframes animation-burger-li-179{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(180){animation-delay:36.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-180}@keyframes animation-burger-li-180{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(181){animation-delay:36.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-181}@keyframes animation-burger-li-181{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(182){animation-delay:36.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-182}@keyframes animation-burger-li-182{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(183){animation-delay:37s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-183}@keyframes animation-burger-li-183{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(184){animation-delay:37.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-184}@keyframes animation-burger-li-184{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(185){animation-delay:37.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-185}@keyframes animation-burger-li-185{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(186){animation-delay:37.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-186}@keyframes animation-burger-li-186{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(187){animation-delay:37.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-187}@keyframes animation-burger-li-187{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(188){animation-delay:38s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-188}@keyframes animation-burger-li-188{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(189){animation-delay:38.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-189}@keyframes animation-burger-li-189{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(190){animation-delay:38.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-190}@keyframes animation-burger-li-190{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(191){animation-delay:38.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-191}@keyframes animation-burger-li-191{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(192){animation-delay:38.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-192}@keyframes animation-burger-li-192{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(193){animation-delay:39s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-193}@keyframes animation-burger-li-193{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(194){animation-delay:39.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-194}@keyframes animation-burger-li-194{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(195){animation-delay:39.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-195}@keyframes animation-burger-li-195{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(196){animation-delay:39.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-196}@keyframes animation-burger-li-196{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(197){animation-delay:39.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-197}@keyframes animation-burger-li-197{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(198){animation-delay:40s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-198}@keyframes animation-burger-li-198{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(199){animation-delay:40.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-199}@keyframes animation-burger-li-199{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(200){animation-delay:40.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-200}@keyframes animation-burger-li-200{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(201){animation-delay:40.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-201}@keyframes animation-burger-li-201{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(202){animation-delay:40.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-202}@keyframes animation-burger-li-202{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(203){animation-delay:41s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-203}@keyframes animation-burger-li-203{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(204){animation-delay:41.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-204}@keyframes animation-burger-li-204{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(205){animation-delay:41.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-205}@keyframes animation-burger-li-205{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(206){animation-delay:41.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-206}@keyframes animation-burger-li-206{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(207){animation-delay:41.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-207}@keyframes animation-burger-li-207{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(208){animation-delay:42s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-208}@keyframes animation-burger-li-208{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(209){animation-delay:42.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-209}@keyframes animation-burger-li-209{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(210){animation-delay:42.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-210}@keyframes animation-burger-li-210{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(211){animation-delay:42.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-211}@keyframes animation-burger-li-211{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(212){animation-delay:42.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-212}@keyframes animation-burger-li-212{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(213){animation-delay:43s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-213}@keyframes animation-burger-li-213{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(214){animation-delay:43.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-214}@keyframes animation-burger-li-214{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(215){animation-delay:43.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-215}@keyframes animation-burger-li-215{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(216){animation-delay:43.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-216}@keyframes animation-burger-li-216{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(217){animation-delay:43.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-217}@keyframes animation-burger-li-217{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(218){animation-delay:44s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-218}@keyframes animation-burger-li-218{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(219){animation-delay:44.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-219}@keyframes animation-burger-li-219{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(220){animation-delay:44.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-220}@keyframes animation-burger-li-220{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(221){animation-delay:44.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-221}@keyframes animation-burger-li-221{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(222){animation-delay:44.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-222}@keyframes animation-burger-li-222{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(223){animation-delay:45s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-223}@keyframes animation-burger-li-223{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(224){animation-delay:45.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-224}@keyframes animation-burger-li-224{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(225){animation-delay:45.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-225}@keyframes animation-burger-li-225{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(226){animation-delay:45.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-226}@keyframes animation-burger-li-226{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(227){animation-delay:45.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-227}@keyframes animation-burger-li-227{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(228){animation-delay:46s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-228}@keyframes animation-burger-li-228{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(229){animation-delay:46.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-229}@keyframes animation-burger-li-229{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(230){animation-delay:46.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-230}@keyframes animation-burger-li-230{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(231){animation-delay:46.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-231}@keyframes animation-burger-li-231{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(232){animation-delay:46.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-232}@keyframes animation-burger-li-232{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(233){animation-delay:47s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-233}@keyframes animation-burger-li-233{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(234){animation-delay:47.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-234}@keyframes animation-burger-li-234{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(235){animation-delay:47.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-235}@keyframes animation-burger-li-235{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(236){animation-delay:47.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-236}@keyframes animation-burger-li-236{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(237){animation-delay:47.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-237}@keyframes animation-burger-li-237{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(238){animation-delay:48s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-238}@keyframes animation-burger-li-238{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(239){animation-delay:48.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-239}@keyframes animation-burger-li-239{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(240){animation-delay:48.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-240}@keyframes animation-burger-li-240{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(241){animation-delay:48.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-241}@keyframes animation-burger-li-241{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(242){animation-delay:48.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-242}@keyframes animation-burger-li-242{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(243){animation-delay:49s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-243}@keyframes animation-burger-li-243{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(244){animation-delay:49.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-244}@keyframes animation-burger-li-244{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(245){animation-delay:49.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-245}@keyframes animation-burger-li-245{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(246){animation-delay:49.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-246}@keyframes animation-burger-li-246{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(247){animation-delay:49.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-247}@keyframes animation-burger-li-247{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(248){animation-delay:50s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-248}@keyframes animation-burger-li-248{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(249){animation-delay:50.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-249}@keyframes animation-burger-li-249{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(250){animation-delay:50.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-250}@keyframes animation-burger-li-250{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(251){animation-delay:50.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-251}@keyframes animation-burger-li-251{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(252){animation-delay:50.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-252}@keyframes animation-burger-li-252{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(253){animation-delay:51s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-253}@keyframes animation-burger-li-253{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(254){animation-delay:51.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-254}@keyframes animation-burger-li-254{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(255){animation-delay:51.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-255}@keyframes animation-burger-li-255{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(256){animation-delay:51.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-256}@keyframes animation-burger-li-256{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(257){animation-delay:51.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-257}@keyframes animation-burger-li-257{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(258){animation-delay:52s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-258}@keyframes animation-burger-li-258{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(259){animation-delay:52.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-259}@keyframes animation-burger-li-259{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(260){animation-delay:52.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-260}@keyframes animation-burger-li-260{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(261){animation-delay:52.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-261}@keyframes animation-burger-li-261{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(262){animation-delay:52.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-262}@keyframes animation-burger-li-262{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(263){animation-delay:53s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-263}@keyframes animation-burger-li-263{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(264){animation-delay:53.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-264}@keyframes animation-burger-li-264{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(265){animation-delay:53.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-265}@keyframes animation-burger-li-265{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(266){animation-delay:53.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-266}@keyframes animation-burger-li-266{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(267){animation-delay:53.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-267}@keyframes animation-burger-li-267{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(268){animation-delay:54s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-268}@keyframes animation-burger-li-268{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(269){animation-delay:54.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-269}@keyframes animation-burger-li-269{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(270){animation-delay:54.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-270}@keyframes animation-burger-li-270{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(271){animation-delay:54.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-271}@keyframes animation-burger-li-271{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(272){animation-delay:54.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-272}@keyframes animation-burger-li-272{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(273){animation-delay:55s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-273}@keyframes animation-burger-li-273{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(274){animation-delay:55.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-274}@keyframes animation-burger-li-274{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(275){animation-delay:55.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-275}@keyframes animation-burger-li-275{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(276){animation-delay:55.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-276}@keyframes animation-burger-li-276{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(277){animation-delay:55.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-277}@keyframes animation-burger-li-277{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(278){animation-delay:56s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-278}@keyframes animation-burger-li-278{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(279){animation-delay:56.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-279}@keyframes animation-burger-li-279{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(280){animation-delay:56.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-280}@keyframes animation-burger-li-280{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(281){animation-delay:56.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-281}@keyframes animation-burger-li-281{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(282){animation-delay:56.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-282}@keyframes animation-burger-li-282{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(283){animation-delay:57s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-283}@keyframes animation-burger-li-283{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(284){animation-delay:57.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-284}@keyframes animation-burger-li-284{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(285){animation-delay:57.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-285}@keyframes animation-burger-li-285{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(286){animation-delay:57.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-286}@keyframes animation-burger-li-286{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(287){animation-delay:57.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-287}@keyframes animation-burger-li-287{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(288){animation-delay:58s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-288}@keyframes animation-burger-li-288{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(289){animation-delay:58.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-289}@keyframes animation-burger-li-289{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(290){animation-delay:58.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-290}@keyframes animation-burger-li-290{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(291){animation-delay:58.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-291}@keyframes animation-burger-li-291{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(292){animation-delay:58.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-292}@keyframes animation-burger-li-292{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(293){animation-delay:59s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-293}@keyframes animation-burger-li-293{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(294){animation-delay:59.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-294}@keyframes animation-burger-li-294{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(295){animation-delay:59.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-295}@keyframes animation-burger-li-295{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(296){animation-delay:59.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-296}@keyframes animation-burger-li-296{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(297){animation-delay:59.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-297}@keyframes animation-burger-li-297{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(298){animation-delay:60s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-298}@keyframes animation-burger-li-298{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(299){animation-delay:60.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-299}@keyframes animation-burger-li-299{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(300){animation-delay:60.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-300}@keyframes animation-burger-li-300{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(301){animation-delay:60.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-301}@keyframes animation-burger-li-301{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(302){animation-delay:60.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-302}@keyframes animation-burger-li-302{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(303){animation-delay:61s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-303}@keyframes animation-burger-li-303{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(304){animation-delay:61.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-304}@keyframes animation-burger-li-304{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(305){animation-delay:61.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-305}@keyframes animation-burger-li-305{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(306){animation-delay:61.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-306}@keyframes animation-burger-li-306{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(307){animation-delay:61.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-307}@keyframes animation-burger-li-307{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(308){animation-delay:62s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-308}@keyframes animation-burger-li-308{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(309){animation-delay:62.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-309}@keyframes animation-burger-li-309{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(310){animation-delay:62.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-310}@keyframes animation-burger-li-310{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(311){animation-delay:62.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-311}@keyframes animation-burger-li-311{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(312){animation-delay:62.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-312}@keyframes animation-burger-li-312{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(313){animation-delay:63s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-313}@keyframes animation-burger-li-313{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(314){animation-delay:63.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-314}@keyframes animation-burger-li-314{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(315){animation-delay:63.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-315}@keyframes animation-burger-li-315{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(316){animation-delay:63.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-316}@keyframes animation-burger-li-316{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(317){animation-delay:63.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-317}@keyframes animation-burger-li-317{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(318){animation-delay:64s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-318}@keyframes animation-burger-li-318{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(319){animation-delay:64.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-319}@keyframes animation-burger-li-319{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(320){animation-delay:64.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-320}@keyframes animation-burger-li-320{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(321){animation-delay:64.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-321}@keyframes animation-burger-li-321{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(322){animation-delay:64.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-322}@keyframes animation-burger-li-322{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(323){animation-delay:65s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-323}@keyframes animation-burger-li-323{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(324){animation-delay:65.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-324}@keyframes animation-burger-li-324{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(325){animation-delay:65.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-325}@keyframes animation-burger-li-325{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(326){animation-delay:65.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-326}@keyframes animation-burger-li-326{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(327){animation-delay:65.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-327}@keyframes animation-burger-li-327{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(328){animation-delay:66s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-328}@keyframes animation-burger-li-328{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(329){animation-delay:66.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-329}@keyframes animation-burger-li-329{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(330){animation-delay:66.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-330}@keyframes animation-burger-li-330{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(331){animation-delay:66.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-331}@keyframes animation-burger-li-331{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(332){animation-delay:66.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-332}@keyframes animation-burger-li-332{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(333){animation-delay:67s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-333}@keyframes animation-burger-li-333{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(334){animation-delay:67.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-334}@keyframes animation-burger-li-334{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(335){animation-delay:67.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-335}@keyframes animation-burger-li-335{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(336){animation-delay:67.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-336}@keyframes animation-burger-li-336{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(337){animation-delay:67.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-337}@keyframes animation-burger-li-337{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(338){animation-delay:68s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-338}@keyframes animation-burger-li-338{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(339){animation-delay:68.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-339}@keyframes animation-burger-li-339{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(340){animation-delay:68.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-340}@keyframes animation-burger-li-340{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(341){animation-delay:68.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-341}@keyframes animation-burger-li-341{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(342){animation-delay:68.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-342}@keyframes animation-burger-li-342{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(343){animation-delay:69s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-343}@keyframes animation-burger-li-343{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(344){animation-delay:69.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-344}@keyframes animation-burger-li-344{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(345){animation-delay:69.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-345}@keyframes animation-burger-li-345{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(346){animation-delay:69.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-346}@keyframes animation-burger-li-346{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(347){animation-delay:69.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-347}@keyframes animation-burger-li-347{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(348){animation-delay:70s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-348}@keyframes animation-burger-li-348{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(349){animation-delay:70.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-349}@keyframes animation-burger-li-349{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(350){animation-delay:70.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-350}@keyframes animation-burger-li-350{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(351){animation-delay:70.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-351}@keyframes animation-burger-li-351{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(352){animation-delay:70.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-352}@keyframes animation-burger-li-352{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(353){animation-delay:71s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-353}@keyframes animation-burger-li-353{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(354){animation-delay:71.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-354}@keyframes animation-burger-li-354{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(355){animation-delay:71.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-355}@keyframes animation-burger-li-355{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(356){animation-delay:71.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-356}@keyframes animation-burger-li-356{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(357){animation-delay:71.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-357}@keyframes animation-burger-li-357{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(358){animation-delay:72s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-358}@keyframes animation-burger-li-358{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(359){animation-delay:72.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-359}@keyframes animation-burger-li-359{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(360){animation-delay:72.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-360}@keyframes animation-burger-li-360{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(361){animation-delay:72.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-361}@keyframes animation-burger-li-361{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(362){animation-delay:72.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-362}@keyframes animation-burger-li-362{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(363){animation-delay:73s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-363}@keyframes animation-burger-li-363{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(364){animation-delay:73.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-364}@keyframes animation-burger-li-364{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(365){animation-delay:73.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-365}@keyframes animation-burger-li-365{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(366){animation-delay:73.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-366}@keyframes animation-burger-li-366{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(367){animation-delay:73.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-367}@keyframes animation-burger-li-367{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(368){animation-delay:74s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-368}@keyframes animation-burger-li-368{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(369){animation-delay:74.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-369}@keyframes animation-burger-li-369{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(370){animation-delay:74.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-370}@keyframes animation-burger-li-370{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(371){animation-delay:74.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-371}@keyframes animation-burger-li-371{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(372){animation-delay:74.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-372}@keyframes animation-burger-li-372{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(373){animation-delay:75s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-373}@keyframes animation-burger-li-373{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(374){animation-delay:75.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-374}@keyframes animation-burger-li-374{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(375){animation-delay:75.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-375}@keyframes animation-burger-li-375{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(376){animation-delay:75.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-376}@keyframes animation-burger-li-376{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(377){animation-delay:75.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-377}@keyframes animation-burger-li-377{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(378){animation-delay:76s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-378}@keyframes animation-burger-li-378{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(379){animation-delay:76.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-379}@keyframes animation-burger-li-379{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(380){animation-delay:76.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-380}@keyframes animation-burger-li-380{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(381){animation-delay:76.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-381}@keyframes animation-burger-li-381{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(382){animation-delay:76.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-382}@keyframes animation-burger-li-382{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(383){animation-delay:77s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-383}@keyframes animation-burger-li-383{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(384){animation-delay:77.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-384}@keyframes animation-burger-li-384{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(385){animation-delay:77.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-385}@keyframes animation-burger-li-385{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(386){animation-delay:77.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-386}@keyframes animation-burger-li-386{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(387){animation-delay:77.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-387}@keyframes animation-burger-li-387{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(388){animation-delay:78s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-388}@keyframes animation-burger-li-388{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(389){animation-delay:78.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-389}@keyframes animation-burger-li-389{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(390){animation-delay:78.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-390}@keyframes animation-burger-li-390{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(391){animation-delay:78.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-391}@keyframes animation-burger-li-391{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(392){animation-delay:78.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-392}@keyframes animation-burger-li-392{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(393){animation-delay:79s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-393}@keyframes animation-burger-li-393{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(394){animation-delay:79.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-394}@keyframes animation-burger-li-394{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(395){animation-delay:79.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-395}@keyframes animation-burger-li-395{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(396){animation-delay:79.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-396}@keyframes animation-burger-li-396{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(397){animation-delay:79.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-397}@keyframes animation-burger-li-397{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(398){animation-delay:80s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-398}@keyframes animation-burger-li-398{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(399){animation-delay:80.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-399}@keyframes animation-burger-li-399{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(400){animation-delay:80.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-400}@keyframes animation-burger-li-400{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(401){animation-delay:80.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-401}@keyframes animation-burger-li-401{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(402){animation-delay:80.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-402}@keyframes animation-burger-li-402{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(403){animation-delay:81s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-403}@keyframes animation-burger-li-403{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(404){animation-delay:81.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-404}@keyframes animation-burger-li-404{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(405){animation-delay:81.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-405}@keyframes animation-burger-li-405{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(406){animation-delay:81.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-406}@keyframes animation-burger-li-406{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(407){animation-delay:81.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-407}@keyframes animation-burger-li-407{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(408){animation-delay:82s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-408}@keyframes animation-burger-li-408{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(409){animation-delay:82.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-409}@keyframes animation-burger-li-409{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(410){animation-delay:82.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-410}@keyframes animation-burger-li-410{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(411){animation-delay:82.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-411}@keyframes animation-burger-li-411{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(412){animation-delay:82.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-412}@keyframes animation-burger-li-412{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(413){animation-delay:83s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-413}@keyframes animation-burger-li-413{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(414){animation-delay:83.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-414}@keyframes animation-burger-li-414{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(415){animation-delay:83.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-415}@keyframes animation-burger-li-415{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(416){animation-delay:83.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-416}@keyframes animation-burger-li-416{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(417){animation-delay:83.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-417}@keyframes animation-burger-li-417{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(418){animation-delay:84s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-418}@keyframes animation-burger-li-418{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(419){animation-delay:84.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-419}@keyframes animation-burger-li-419{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(420){animation-delay:84.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-420}@keyframes animation-burger-li-420{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(421){animation-delay:84.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-421}@keyframes animation-burger-li-421{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(422){animation-delay:84.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-422}@keyframes animation-burger-li-422{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(423){animation-delay:85s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-423}@keyframes animation-burger-li-423{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(424){animation-delay:85.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-424}@keyframes animation-burger-li-424{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(425){animation-delay:85.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-425}@keyframes animation-burger-li-425{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(426){animation-delay:85.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-426}@keyframes animation-burger-li-426{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(427){animation-delay:85.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-427}@keyframes animation-burger-li-427{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(428){animation-delay:86s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-428}@keyframes animation-burger-li-428{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(429){animation-delay:86.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-429}@keyframes animation-burger-li-429{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(430){animation-delay:86.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-430}@keyframes animation-burger-li-430{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(431){animation-delay:86.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-431}@keyframes animation-burger-li-431{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(432){animation-delay:86.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-432}@keyframes animation-burger-li-432{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(433){animation-delay:87s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-433}@keyframes animation-burger-li-433{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(434){animation-delay:87.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-434}@keyframes animation-burger-li-434{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(435){animation-delay:87.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-435}@keyframes animation-burger-li-435{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(436){animation-delay:87.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-436}@keyframes animation-burger-li-436{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(437){animation-delay:87.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-437}@keyframes animation-burger-li-437{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(438){animation-delay:88s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-438}@keyframes animation-burger-li-438{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(439){animation-delay:88.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-439}@keyframes animation-burger-li-439{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(440){animation-delay:88.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-440}@keyframes animation-burger-li-440{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(441){animation-delay:88.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-441}@keyframes animation-burger-li-441{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(442){animation-delay:88.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-442}@keyframes animation-burger-li-442{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(443){animation-delay:89s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-443}@keyframes animation-burger-li-443{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(444){animation-delay:89.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-444}@keyframes animation-burger-li-444{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(445){animation-delay:89.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-445}@keyframes animation-burger-li-445{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(446){animation-delay:89.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-446}@keyframes animation-burger-li-446{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(447){animation-delay:89.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-447}@keyframes animation-burger-li-447{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(448){animation-delay:90s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-448}@keyframes animation-burger-li-448{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(449){animation-delay:90.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-449}@keyframes animation-burger-li-449{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(450){animation-delay:90.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-450}@keyframes animation-burger-li-450{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(451){animation-delay:90.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-451}@keyframes animation-burger-li-451{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(452){animation-delay:90.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-452}@keyframes animation-burger-li-452{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(453){animation-delay:91s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-453}@keyframes animation-burger-li-453{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(454){animation-delay:91.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-454}@keyframes animation-burger-li-454{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(455){animation-delay:91.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-455}@keyframes animation-burger-li-455{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(456){animation-delay:91.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-456}@keyframes animation-burger-li-456{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(457){animation-delay:91.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-457}@keyframes animation-burger-li-457{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(458){animation-delay:92s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-458}@keyframes animation-burger-li-458{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(459){animation-delay:92.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-459}@keyframes animation-burger-li-459{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(460){animation-delay:92.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-460}@keyframes animation-burger-li-460{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(461){animation-delay:92.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-461}@keyframes animation-burger-li-461{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(462){animation-delay:92.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-462}@keyframes animation-burger-li-462{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(463){animation-delay:93s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-463}@keyframes animation-burger-li-463{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(464){animation-delay:93.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-464}@keyframes animation-burger-li-464{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(465){animation-delay:93.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-465}@keyframes animation-burger-li-465{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(466){animation-delay:93.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-466}@keyframes animation-burger-li-466{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(467){animation-delay:93.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-467}@keyframes animation-burger-li-467{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(468){animation-delay:94s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-468}@keyframes animation-burger-li-468{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(469){animation-delay:94.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-469}@keyframes animation-burger-li-469{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(470){animation-delay:94.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-470}@keyframes animation-burger-li-470{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(471){animation-delay:94.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-471}@keyframes animation-burger-li-471{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(472){animation-delay:94.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-472}@keyframes animation-burger-li-472{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(473){animation-delay:95s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-473}@keyframes animation-burger-li-473{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(474){animation-delay:95.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-474}@keyframes animation-burger-li-474{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(475){animation-delay:95.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-475}@keyframes animation-burger-li-475{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(476){animation-delay:95.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-476}@keyframes animation-burger-li-476{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(477){animation-delay:95.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-477}@keyframes animation-burger-li-477{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(478){animation-delay:96s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-478}@keyframes animation-burger-li-478{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(479){animation-delay:96.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-479}@keyframes animation-burger-li-479{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(480){animation-delay:96.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-480}@keyframes animation-burger-li-480{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(481){animation-delay:96.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-481}@keyframes animation-burger-li-481{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(482){animation-delay:96.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-482}@keyframes animation-burger-li-482{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(483){animation-delay:97s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-483}@keyframes animation-burger-li-483{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(484){animation-delay:97.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-484}@keyframes animation-burger-li-484{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(485){animation-delay:97.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-485}@keyframes animation-burger-li-485{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(486){animation-delay:97.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-486}@keyframes animation-burger-li-486{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(487){animation-delay:97.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-487}@keyframes animation-burger-li-487{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(488){animation-delay:98s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-488}@keyframes animation-burger-li-488{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(489){animation-delay:98.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-489}@keyframes animation-burger-li-489{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(490){animation-delay:98.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-490}@keyframes animation-burger-li-490{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(491){animation-delay:98.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-491}@keyframes animation-burger-li-491{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(492){animation-delay:98.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-492}@keyframes animation-burger-li-492{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(493){animation-delay:99s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-493}@keyframes animation-burger-li-493{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(494){animation-delay:99.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-494}@keyframes animation-burger-li-494{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(495){animation-delay:99.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-495}@keyframes animation-burger-li-495{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(496){animation-delay:99.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-496}@keyframes animation-burger-li-496{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(497){animation-delay:99.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-497}@keyframes animation-burger-li-497{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(498){animation-delay:100s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-498}@keyframes animation-burger-li-498{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(499){animation-delay:100.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-499}@keyframes animation-burger-li-499{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(500){animation-delay:100.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-500}@keyframes animation-burger-li-500{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(501){animation-delay:100.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-501}@keyframes animation-burger-li-501{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(502){animation-delay:100.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-502}@keyframes animation-burger-li-502{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(503){animation-delay:101s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-503}@keyframes animation-burger-li-503{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(504){animation-delay:101.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-504}@keyframes animation-burger-li-504{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(505){animation-delay:101.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-505}@keyframes animation-burger-li-505{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(506){animation-delay:101.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-506}@keyframes animation-burger-li-506{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(507){animation-delay:101.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-507}@keyframes animation-burger-li-507{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(508){animation-delay:102s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-508}@keyframes animation-burger-li-508{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(509){animation-delay:102.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-509}@keyframes animation-burger-li-509{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(510){animation-delay:102.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-510}@keyframes animation-burger-li-510{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(511){animation-delay:102.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-511}@keyframes animation-burger-li-511{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(512){animation-delay:102.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-512}@keyframes animation-burger-li-512{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(513){animation-delay:103s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-513}@keyframes animation-burger-li-513{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(514){animation-delay:103.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-514}@keyframes animation-burger-li-514{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(515){animation-delay:103.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-515}@keyframes animation-burger-li-515{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(516){animation-delay:103.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-516}@keyframes animation-burger-li-516{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(517){animation-delay:103.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-517}@keyframes animation-burger-li-517{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(518){animation-delay:104s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-518}@keyframes animation-burger-li-518{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(519){animation-delay:104.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-519}@keyframes animation-burger-li-519{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(520){animation-delay:104.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-520}@keyframes animation-burger-li-520{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(521){animation-delay:104.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-521}@keyframes animation-burger-li-521{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(522){animation-delay:104.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-522}@keyframes animation-burger-li-522{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(523){animation-delay:105s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-523}@keyframes animation-burger-li-523{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(524){animation-delay:105.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-524}@keyframes animation-burger-li-524{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(525){animation-delay:105.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-525}@keyframes animation-burger-li-525{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(526){animation-delay:105.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-526}@keyframes animation-burger-li-526{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(527){animation-delay:105.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-527}@keyframes animation-burger-li-527{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(528){animation-delay:106s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-528}@keyframes animation-burger-li-528{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(529){animation-delay:106.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-529}@keyframes animation-burger-li-529{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(530){animation-delay:106.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-530}@keyframes animation-burger-li-530{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(531){animation-delay:106.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-531}@keyframes animation-burger-li-531{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(532){animation-delay:106.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-532}@keyframes animation-burger-li-532{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(533){animation-delay:107s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-533}@keyframes animation-burger-li-533{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(534){animation-delay:107.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-534}@keyframes animation-burger-li-534{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(535){animation-delay:107.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-535}@keyframes animation-burger-li-535{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(536){animation-delay:107.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-536}@keyframes animation-burger-li-536{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(537){animation-delay:107.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-537}@keyframes animation-burger-li-537{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(538){animation-delay:108s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-538}@keyframes animation-burger-li-538{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(539){animation-delay:108.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-539}@keyframes animation-burger-li-539{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(540){animation-delay:108.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-540}@keyframes animation-burger-li-540{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(541){animation-delay:108.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-541}@keyframes animation-burger-li-541{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(542){animation-delay:108.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-542}@keyframes animation-burger-li-542{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(543){animation-delay:109s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-543}@keyframes animation-burger-li-543{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(544){animation-delay:109.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-544}@keyframes animation-burger-li-544{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(545){animation-delay:109.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-545}@keyframes animation-burger-li-545{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(546){animation-delay:109.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-546}@keyframes animation-burger-li-546{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(547){animation-delay:109.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-547}@keyframes animation-burger-li-547{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(548){animation-delay:110s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-548}@keyframes animation-burger-li-548{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(549){animation-delay:110.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-549}@keyframes animation-burger-li-549{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(550){animation-delay:110.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-550}@keyframes animation-burger-li-550{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(551){animation-delay:110.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-551}@keyframes animation-burger-li-551{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(552){animation-delay:110.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-552}@keyframes animation-burger-li-552{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(553){animation-delay:111s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-553}@keyframes animation-burger-li-553{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(554){animation-delay:111.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-554}@keyframes animation-burger-li-554{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(555){animation-delay:111.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-555}@keyframes animation-burger-li-555{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(556){animation-delay:111.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-556}@keyframes animation-burger-li-556{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(557){animation-delay:111.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-557}@keyframes animation-burger-li-557{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(558){animation-delay:112s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-558}@keyframes animation-burger-li-558{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(559){animation-delay:112.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-559}@keyframes animation-burger-li-559{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(560){animation-delay:112.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-560}@keyframes animation-burger-li-560{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(561){animation-delay:112.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-561}@keyframes animation-burger-li-561{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(562){animation-delay:112.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-562}@keyframes animation-burger-li-562{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(563){animation-delay:113s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-563}@keyframes animation-burger-li-563{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(564){animation-delay:113.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-564}@keyframes animation-burger-li-564{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(565){animation-delay:113.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-565}@keyframes animation-burger-li-565{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(566){animation-delay:113.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-566}@keyframes animation-burger-li-566{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(567){animation-delay:113.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-567}@keyframes animation-burger-li-567{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(568){animation-delay:114s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-568}@keyframes animation-burger-li-568{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(569){animation-delay:114.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-569}@keyframes animation-burger-li-569{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(570){animation-delay:114.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-570}@keyframes animation-burger-li-570{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(571){animation-delay:114.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-571}@keyframes animation-burger-li-571{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(572){animation-delay:114.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-572}@keyframes animation-burger-li-572{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(573){animation-delay:115s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-573}@keyframes animation-burger-li-573{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(574){animation-delay:115.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-574}@keyframes animation-burger-li-574{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(575){animation-delay:115.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-575}@keyframes animation-burger-li-575{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(576){animation-delay:115.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-576}@keyframes animation-burger-li-576{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(577){animation-delay:115.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-577}@keyframes animation-burger-li-577{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(578){animation-delay:116s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-578}@keyframes animation-burger-li-578{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(579){animation-delay:116.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-579}@keyframes animation-burger-li-579{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(580){animation-delay:116.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-580}@keyframes animation-burger-li-580{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(581){animation-delay:116.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-581}@keyframes animation-burger-li-581{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(582){animation-delay:116.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-582}@keyframes animation-burger-li-582{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(583){animation-delay:117s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-583}@keyframes animation-burger-li-583{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(584){animation-delay:117.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-584}@keyframes animation-burger-li-584{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(585){animation-delay:117.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-585}@keyframes animation-burger-li-585{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(586){animation-delay:117.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-586}@keyframes animation-burger-li-586{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(587){animation-delay:117.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-587}@keyframes animation-burger-li-587{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(588){animation-delay:118s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-588}@keyframes animation-burger-li-588{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(589){animation-delay:118.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-589}@keyframes animation-burger-li-589{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(590){animation-delay:118.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-590}@keyframes animation-burger-li-590{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(591){animation-delay:118.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-591}@keyframes animation-burger-li-591{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(592){animation-delay:118.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-592}@keyframes animation-burger-li-592{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(593){animation-delay:119s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-593}@keyframes animation-burger-li-593{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(594){animation-delay:119.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-594}@keyframes animation-burger-li-594{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(595){animation-delay:119.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-595}@keyframes animation-burger-li-595{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(596){animation-delay:119.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-596}@keyframes animation-burger-li-596{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(597){animation-delay:119.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-597}@keyframes animation-burger-li-597{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(598){animation-delay:120s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-598}@keyframes animation-burger-li-598{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(599){animation-delay:120.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-599}@keyframes animation-burger-li-599{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(600){animation-delay:120.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-600}@keyframes animation-burger-li-600{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(601){animation-delay:120.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-601}@keyframes animation-burger-li-601{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(602){animation-delay:120.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-602}@keyframes animation-burger-li-602{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(603){animation-delay:121s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-603}@keyframes animation-burger-li-603{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(604){animation-delay:121.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-604}@keyframes animation-burger-li-604{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(605){animation-delay:121.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-605}@keyframes animation-burger-li-605{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(606){animation-delay:121.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-606}@keyframes animation-burger-li-606{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(607){animation-delay:121.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-607}@keyframes animation-burger-li-607{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(608){animation-delay:122s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-608}@keyframes animation-burger-li-608{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(609){animation-delay:122.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-609}@keyframes animation-burger-li-609{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(610){animation-delay:122.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-610}@keyframes animation-burger-li-610{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(611){animation-delay:122.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-611}@keyframes animation-burger-li-611{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(612){animation-delay:122.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-612}@keyframes animation-burger-li-612{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(613){animation-delay:123s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-613}@keyframes animation-burger-li-613{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(614){animation-delay:123.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-614}@keyframes animation-burger-li-614{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(615){animation-delay:123.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-615}@keyframes animation-burger-li-615{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(616){animation-delay:123.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-616}@keyframes animation-burger-li-616{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(617){animation-delay:123.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-617}@keyframes animation-burger-li-617{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(618){animation-delay:124s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-618}@keyframes animation-burger-li-618{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(619){animation-delay:124.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-619}@keyframes animation-burger-li-619{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(620){animation-delay:124.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-620}@keyframes animation-burger-li-620{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(621){animation-delay:124.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-621}@keyframes animation-burger-li-621{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(622){animation-delay:124.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-622}@keyframes animation-burger-li-622{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(623){animation-delay:125s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-623}@keyframes animation-burger-li-623{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(624){animation-delay:125.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-624}@keyframes animation-burger-li-624{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(625){animation-delay:125.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-625}@keyframes animation-burger-li-625{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(626){animation-delay:125.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-626}@keyframes animation-burger-li-626{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(627){animation-delay:125.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-627}@keyframes animation-burger-li-627{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(628){animation-delay:126s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-628}@keyframes animation-burger-li-628{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(629){animation-delay:126.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-629}@keyframes animation-burger-li-629{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(630){animation-delay:126.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-630}@keyframes animation-burger-li-630{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(631){animation-delay:126.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-631}@keyframes animation-burger-li-631{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(632){animation-delay:126.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-632}@keyframes animation-burger-li-632{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(633){animation-delay:127s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-633}@keyframes animation-burger-li-633{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(634){animation-delay:127.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-634}@keyframes animation-burger-li-634{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(635){animation-delay:127.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-635}@keyframes animation-burger-li-635{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(636){animation-delay:127.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-636}@keyframes animation-burger-li-636{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(637){animation-delay:127.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-637}@keyframes animation-burger-li-637{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(638){animation-delay:128s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-638}@keyframes animation-burger-li-638{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(639){animation-delay:128.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-639}@keyframes animation-burger-li-639{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(640){animation-delay:128.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-640}@keyframes animation-burger-li-640{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(641){animation-delay:128.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-641}@keyframes animation-burger-li-641{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(642){animation-delay:128.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-642}@keyframes animation-burger-li-642{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(643){animation-delay:129s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-643}@keyframes animation-burger-li-643{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(644){animation-delay:129.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-644}@keyframes animation-burger-li-644{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(645){animation-delay:129.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-645}@keyframes animation-burger-li-645{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(646){animation-delay:129.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-646}@keyframes animation-burger-li-646{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(647){animation-delay:129.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-647}@keyframes animation-burger-li-647{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(648){animation-delay:130s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-648}@keyframes animation-burger-li-648{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(649){animation-delay:130.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-649}@keyframes animation-burger-li-649{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(650){animation-delay:130.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-650}@keyframes animation-burger-li-650{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(651){animation-delay:130.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-651}@keyframes animation-burger-li-651{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(652){animation-delay:130.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-652}@keyframes animation-burger-li-652{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(653){animation-delay:131s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-653}@keyframes animation-burger-li-653{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(654){animation-delay:131.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-654}@keyframes animation-burger-li-654{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(655){animation-delay:131.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-655}@keyframes animation-burger-li-655{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(656){animation-delay:131.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-656}@keyframes animation-burger-li-656{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(657){animation-delay:131.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-657}@keyframes animation-burger-li-657{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(658){animation-delay:132s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-658}@keyframes animation-burger-li-658{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(659){animation-delay:132.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-659}@keyframes animation-burger-li-659{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(660){animation-delay:132.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-660}@keyframes animation-burger-li-660{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(661){animation-delay:132.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-661}@keyframes animation-burger-li-661{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(662){animation-delay:132.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-662}@keyframes animation-burger-li-662{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(663){animation-delay:133s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-663}@keyframes animation-burger-li-663{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(664){animation-delay:133.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-664}@keyframes animation-burger-li-664{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(665){animation-delay:133.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-665}@keyframes animation-burger-li-665{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(666){animation-delay:133.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-666}@keyframes animation-burger-li-666{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(667){animation-delay:133.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-667}@keyframes animation-burger-li-667{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(668){animation-delay:134s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-668}@keyframes animation-burger-li-668{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(669){animation-delay:134.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-669}@keyframes animation-burger-li-669{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(670){animation-delay:134.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-670}@keyframes animation-burger-li-670{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(671){animation-delay:134.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-671}@keyframes animation-burger-li-671{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(672){animation-delay:134.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-672}@keyframes animation-burger-li-672{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(673){animation-delay:135s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-673}@keyframes animation-burger-li-673{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(674){animation-delay:135.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-674}@keyframes animation-burger-li-674{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(675){animation-delay:135.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-675}@keyframes animation-burger-li-675{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(676){animation-delay:135.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-676}@keyframes animation-burger-li-676{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(677){animation-delay:135.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-677}@keyframes animation-burger-li-677{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(678){animation-delay:136s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-678}@keyframes animation-burger-li-678{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(679){animation-delay:136.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-679}@keyframes animation-burger-li-679{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(680){animation-delay:136.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-680}@keyframes animation-burger-li-680{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(681){animation-delay:136.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-681}@keyframes animation-burger-li-681{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(682){animation-delay:136.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-682}@keyframes animation-burger-li-682{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(683){animation-delay:137s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-683}@keyframes animation-burger-li-683{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(684){animation-delay:137.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-684}@keyframes animation-burger-li-684{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(685){animation-delay:137.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-685}@keyframes animation-burger-li-685{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(686){animation-delay:137.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-686}@keyframes animation-burger-li-686{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(687){animation-delay:137.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-687}@keyframes animation-burger-li-687{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(688){animation-delay:138s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-688}@keyframes animation-burger-li-688{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(689){animation-delay:138.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-689}@keyframes animation-burger-li-689{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(690){animation-delay:138.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-690}@keyframes animation-burger-li-690{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(691){animation-delay:138.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-691}@keyframes animation-burger-li-691{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(692){animation-delay:138.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-692}@keyframes animation-burger-li-692{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(693){animation-delay:139s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-693}@keyframes animation-burger-li-693{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(694){animation-delay:139.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-694}@keyframes animation-burger-li-694{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(695){animation-delay:139.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-695}@keyframes animation-burger-li-695{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(696){animation-delay:139.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-696}@keyframes animation-burger-li-696{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(697){animation-delay:139.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-697}@keyframes animation-burger-li-697{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(698){animation-delay:140s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-698}@keyframes animation-burger-li-698{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(699){animation-delay:140.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-699}@keyframes animation-burger-li-699{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(700){animation-delay:140.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-700}@keyframes animation-burger-li-700{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(701){animation-delay:140.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-701}@keyframes animation-burger-li-701{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(702){animation-delay:140.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-702}@keyframes animation-burger-li-702{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(703){animation-delay:141s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-703}@keyframes animation-burger-li-703{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(704){animation-delay:141.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-704}@keyframes animation-burger-li-704{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(705){animation-delay:141.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-705}@keyframes animation-burger-li-705{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(706){animation-delay:141.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-706}@keyframes animation-burger-li-706{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(707){animation-delay:141.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-707}@keyframes animation-burger-li-707{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(708){animation-delay:142s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-708}@keyframes animation-burger-li-708{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(709){animation-delay:142.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-709}@keyframes animation-burger-li-709{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(710){animation-delay:142.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-710}@keyframes animation-burger-li-710{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(711){animation-delay:142.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-711}@keyframes animation-burger-li-711{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(712){animation-delay:142.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-712}@keyframes animation-burger-li-712{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(713){animation-delay:143s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-713}@keyframes animation-burger-li-713{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(714){animation-delay:143.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-714}@keyframes animation-burger-li-714{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(715){animation-delay:143.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-715}@keyframes animation-burger-li-715{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(716){animation-delay:143.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-716}@keyframes animation-burger-li-716{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(717){animation-delay:143.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-717}@keyframes animation-burger-li-717{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(718){animation-delay:144s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-718}@keyframes animation-burger-li-718{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(719){animation-delay:144.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-719}@keyframes animation-burger-li-719{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(720){animation-delay:144.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-720}@keyframes animation-burger-li-720{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(721){animation-delay:144.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-721}@keyframes animation-burger-li-721{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(722){animation-delay:144.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-722}@keyframes animation-burger-li-722{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(723){animation-delay:145s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-723}@keyframes animation-burger-li-723{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(724){animation-delay:145.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-724}@keyframes animation-burger-li-724{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(725){animation-delay:145.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-725}@keyframes animation-burger-li-725{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(726){animation-delay:145.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-726}@keyframes animation-burger-li-726{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(727){animation-delay:145.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-727}@keyframes animation-burger-li-727{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(728){animation-delay:146s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-728}@keyframes animation-burger-li-728{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(729){animation-delay:146.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-729}@keyframes animation-burger-li-729{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(730){animation-delay:146.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-730}@keyframes animation-burger-li-730{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(731){animation-delay:146.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-731}@keyframes animation-burger-li-731{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(732){animation-delay:146.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-732}@keyframes animation-burger-li-732{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(733){animation-delay:147s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-733}@keyframes animation-burger-li-733{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(734){animation-delay:147.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-734}@keyframes animation-burger-li-734{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(735){animation-delay:147.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-735}@keyframes animation-burger-li-735{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(736){animation-delay:147.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-736}@keyframes animation-burger-li-736{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(737){animation-delay:147.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-737}@keyframes animation-burger-li-737{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(738){animation-delay:148s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-738}@keyframes animation-burger-li-738{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(739){animation-delay:148.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-739}@keyframes animation-burger-li-739{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(740){animation-delay:148.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-740}@keyframes animation-burger-li-740{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(741){animation-delay:148.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-741}@keyframes animation-burger-li-741{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(742){animation-delay:148.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-742}@keyframes animation-burger-li-742{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(743){animation-delay:149s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-743}@keyframes animation-burger-li-743{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(744){animation-delay:149.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-744}@keyframes animation-burger-li-744{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(745){animation-delay:149.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-745}@keyframes animation-burger-li-745{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(746){animation-delay:149.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-746}@keyframes animation-burger-li-746{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(747){animation-delay:149.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-747}@keyframes animation-burger-li-747{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(748){animation-delay:150s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-748}@keyframes animation-burger-li-748{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(749){animation-delay:150.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-749}@keyframes animation-burger-li-749{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(750){animation-delay:150.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-750}@keyframes animation-burger-li-750{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(751){animation-delay:150.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-751}@keyframes animation-burger-li-751{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(752){animation-delay:150.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-752}@keyframes animation-burger-li-752{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(753){animation-delay:151s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-753}@keyframes animation-burger-li-753{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(754){animation-delay:151.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-754}@keyframes animation-burger-li-754{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(755){animation-delay:151.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-755}@keyframes animation-burger-li-755{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(756){animation-delay:151.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-756}@keyframes animation-burger-li-756{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(757){animation-delay:151.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-757}@keyframes animation-burger-li-757{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(758){animation-delay:152s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-758}@keyframes animation-burger-li-758{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(759){animation-delay:152.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-759}@keyframes animation-burger-li-759{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(760){animation-delay:152.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-760}@keyframes animation-burger-li-760{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(761){animation-delay:152.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-761}@keyframes animation-burger-li-761{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(762){animation-delay:152.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-762}@keyframes animation-burger-li-762{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(763){animation-delay:153s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-763}@keyframes animation-burger-li-763{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(764){animation-delay:153.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-764}@keyframes animation-burger-li-764{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(765){animation-delay:153.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-765}@keyframes animation-burger-li-765{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(766){animation-delay:153.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-766}@keyframes animation-burger-li-766{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(767){animation-delay:153.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-767}@keyframes animation-burger-li-767{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(768){animation-delay:154s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-768}@keyframes animation-burger-li-768{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(769){animation-delay:154.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-769}@keyframes animation-burger-li-769{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(770){animation-delay:154.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-770}@keyframes animation-burger-li-770{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(771){animation-delay:154.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-771}@keyframes animation-burger-li-771{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(772){animation-delay:154.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-772}@keyframes animation-burger-li-772{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(773){animation-delay:155s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-773}@keyframes animation-burger-li-773{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(774){animation-delay:155.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-774}@keyframes animation-burger-li-774{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(775){animation-delay:155.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-775}@keyframes animation-burger-li-775{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(776){animation-delay:155.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-776}@keyframes animation-burger-li-776{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(777){animation-delay:155.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-777}@keyframes animation-burger-li-777{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(778){animation-delay:156s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-778}@keyframes animation-burger-li-778{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(779){animation-delay:156.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-779}@keyframes animation-burger-li-779{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(780){animation-delay:156.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-780}@keyframes animation-burger-li-780{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(781){animation-delay:156.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-781}@keyframes animation-burger-li-781{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(782){animation-delay:156.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-782}@keyframes animation-burger-li-782{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(783){animation-delay:157s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-783}@keyframes animation-burger-li-783{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(784){animation-delay:157.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-784}@keyframes animation-burger-li-784{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(785){animation-delay:157.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-785}@keyframes animation-burger-li-785{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(786){animation-delay:157.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-786}@keyframes animation-burger-li-786{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(787){animation-delay:157.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-787}@keyframes animation-burger-li-787{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(788){animation-delay:158s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-788}@keyframes animation-burger-li-788{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(789){animation-delay:158.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-789}@keyframes animation-burger-li-789{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(790){animation-delay:158.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-790}@keyframes animation-burger-li-790{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(791){animation-delay:158.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-791}@keyframes animation-burger-li-791{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(792){animation-delay:158.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-792}@keyframes animation-burger-li-792{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(793){animation-delay:159s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-793}@keyframes animation-burger-li-793{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(794){animation-delay:159.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-794}@keyframes animation-burger-li-794{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(795){animation-delay:159.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-795}@keyframes animation-burger-li-795{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(796){animation-delay:159.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-796}@keyframes animation-burger-li-796{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(797){animation-delay:159.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-797}@keyframes animation-burger-li-797{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(798){animation-delay:160s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-798}@keyframes animation-burger-li-798{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(799){animation-delay:160.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-799}@keyframes animation-burger-li-799{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(800){animation-delay:160.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-800}@keyframes animation-burger-li-800{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(801){animation-delay:160.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-801}@keyframes animation-burger-li-801{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(802){animation-delay:160.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-802}@keyframes animation-burger-li-802{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(803){animation-delay:161s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-803}@keyframes animation-burger-li-803{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(804){animation-delay:161.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-804}@keyframes animation-burger-li-804{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(805){animation-delay:161.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-805}@keyframes animation-burger-li-805{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(806){animation-delay:161.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-806}@keyframes animation-burger-li-806{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(807){animation-delay:161.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-807}@keyframes animation-burger-li-807{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(808){animation-delay:162s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-808}@keyframes animation-burger-li-808{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(809){animation-delay:162.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-809}@keyframes animation-burger-li-809{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(810){animation-delay:162.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-810}@keyframes animation-burger-li-810{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(811){animation-delay:162.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-811}@keyframes animation-burger-li-811{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(812){animation-delay:162.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-812}@keyframes animation-burger-li-812{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(813){animation-delay:163s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-813}@keyframes animation-burger-li-813{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(814){animation-delay:163.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-814}@keyframes animation-burger-li-814{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(815){animation-delay:163.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-815}@keyframes animation-burger-li-815{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(816){animation-delay:163.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-816}@keyframes animation-burger-li-816{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(817){animation-delay:163.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-817}@keyframes animation-burger-li-817{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(818){animation-delay:164s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-818}@keyframes animation-burger-li-818{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(819){animation-delay:164.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-819}@keyframes animation-burger-li-819{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(820){animation-delay:164.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-820}@keyframes animation-burger-li-820{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(821){animation-delay:164.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-821}@keyframes animation-burger-li-821{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(822){animation-delay:164.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-822}@keyframes animation-burger-li-822{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(823){animation-delay:165s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-823}@keyframes animation-burger-li-823{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(824){animation-delay:165.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-824}@keyframes animation-burger-li-824{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(825){animation-delay:165.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-825}@keyframes animation-burger-li-825{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(826){animation-delay:165.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-826}@keyframes animation-burger-li-826{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(827){animation-delay:165.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-827}@keyframes animation-burger-li-827{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(828){animation-delay:166s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-828}@keyframes animation-burger-li-828{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(829){animation-delay:166.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-829}@keyframes animation-burger-li-829{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(830){animation-delay:166.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-830}@keyframes animation-burger-li-830{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(831){animation-delay:166.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-831}@keyframes animation-burger-li-831{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(832){animation-delay:166.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-832}@keyframes animation-burger-li-832{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(833){animation-delay:167s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-833}@keyframes animation-burger-li-833{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(834){animation-delay:167.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-834}@keyframes animation-burger-li-834{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(835){animation-delay:167.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-835}@keyframes animation-burger-li-835{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(836){animation-delay:167.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-836}@keyframes animation-burger-li-836{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(837){animation-delay:167.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-837}@keyframes animation-burger-li-837{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(838){animation-delay:168s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-838}@keyframes animation-burger-li-838{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(839){animation-delay:168.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-839}@keyframes animation-burger-li-839{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(840){animation-delay:168.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-840}@keyframes animation-burger-li-840{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(841){animation-delay:168.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-841}@keyframes animation-burger-li-841{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(842){animation-delay:168.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-842}@keyframes animation-burger-li-842{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(843){animation-delay:169s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-843}@keyframes animation-burger-li-843{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(844){animation-delay:169.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-844}@keyframes animation-burger-li-844{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(845){animation-delay:169.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-845}@keyframes animation-burger-li-845{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(846){animation-delay:169.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-846}@keyframes animation-burger-li-846{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(847){animation-delay:169.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-847}@keyframes animation-burger-li-847{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(848){animation-delay:170s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-848}@keyframes animation-burger-li-848{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(849){animation-delay:170.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-849}@keyframes animation-burger-li-849{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(850){animation-delay:170.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-850}@keyframes animation-burger-li-850{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(851){animation-delay:170.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-851}@keyframes animation-burger-li-851{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(852){animation-delay:170.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-852}@keyframes animation-burger-li-852{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(853){animation-delay:171s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-853}@keyframes animation-burger-li-853{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(854){animation-delay:171.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-854}@keyframes animation-burger-li-854{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(855){animation-delay:171.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-855}@keyframes animation-burger-li-855{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(856){animation-delay:171.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-856}@keyframes animation-burger-li-856{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(857){animation-delay:171.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-857}@keyframes animation-burger-li-857{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(858){animation-delay:172s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-858}@keyframes animation-burger-li-858{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(859){animation-delay:172.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-859}@keyframes animation-burger-li-859{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(860){animation-delay:172.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-860}@keyframes animation-burger-li-860{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(861){animation-delay:172.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-861}@keyframes animation-burger-li-861{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(862){animation-delay:172.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-862}@keyframes animation-burger-li-862{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(863){animation-delay:173s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-863}@keyframes animation-burger-li-863{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(864){animation-delay:173.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-864}@keyframes animation-burger-li-864{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(865){animation-delay:173.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-865}@keyframes animation-burger-li-865{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(866){animation-delay:173.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-866}@keyframes animation-burger-li-866{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(867){animation-delay:173.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-867}@keyframes animation-burger-li-867{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(868){animation-delay:174s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-868}@keyframes animation-burger-li-868{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(869){animation-delay:174.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-869}@keyframes animation-burger-li-869{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(870){animation-delay:174.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-870}@keyframes animation-burger-li-870{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(871){animation-delay:174.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-871}@keyframes animation-burger-li-871{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(872){animation-delay:174.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-872}@keyframes animation-burger-li-872{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(873){animation-delay:175s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-873}@keyframes animation-burger-li-873{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(874){animation-delay:175.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-874}@keyframes animation-burger-li-874{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(875){animation-delay:175.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-875}@keyframes animation-burger-li-875{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(876){animation-delay:175.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-876}@keyframes animation-burger-li-876{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(877){animation-delay:175.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-877}@keyframes animation-burger-li-877{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(878){animation-delay:176s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-878}@keyframes animation-burger-li-878{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(879){animation-delay:176.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-879}@keyframes animation-burger-li-879{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(880){animation-delay:176.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-880}@keyframes animation-burger-li-880{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(881){animation-delay:176.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-881}@keyframes animation-burger-li-881{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(882){animation-delay:176.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-882}@keyframes animation-burger-li-882{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(883){animation-delay:177s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-883}@keyframes animation-burger-li-883{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(884){animation-delay:177.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-884}@keyframes animation-burger-li-884{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(885){animation-delay:177.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-885}@keyframes animation-burger-li-885{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(886){animation-delay:177.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-886}@keyframes animation-burger-li-886{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(887){animation-delay:177.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-887}@keyframes animation-burger-li-887{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(888){animation-delay:178s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-888}@keyframes animation-burger-li-888{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(889){animation-delay:178.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-889}@keyframes animation-burger-li-889{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(890){animation-delay:178.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-890}@keyframes animation-burger-li-890{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(891){animation-delay:178.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-891}@keyframes animation-burger-li-891{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(892){animation-delay:178.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-892}@keyframes animation-burger-li-892{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(893){animation-delay:179s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-893}@keyframes animation-burger-li-893{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(894){animation-delay:179.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-894}@keyframes animation-burger-li-894{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(895){animation-delay:179.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-895}@keyframes animation-burger-li-895{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(896){animation-delay:179.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-896}@keyframes animation-burger-li-896{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(897){animation-delay:179.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-897}@keyframes animation-burger-li-897{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(898){animation-delay:180s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-898}@keyframes animation-burger-li-898{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(899){animation-delay:180.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-899}@keyframes animation-burger-li-899{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(900){animation-delay:180.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-900}@keyframes animation-burger-li-900{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(901){animation-delay:180.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-901}@keyframes animation-burger-li-901{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(902){animation-delay:180.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-902}@keyframes animation-burger-li-902{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(903){animation-delay:181s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-903}@keyframes animation-burger-li-903{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(904){animation-delay:181.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-904}@keyframes animation-burger-li-904{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(905){animation-delay:181.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-905}@keyframes animation-burger-li-905{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(906){animation-delay:181.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-906}@keyframes animation-burger-li-906{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(907){animation-delay:181.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-907}@keyframes animation-burger-li-907{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(908){animation-delay:182s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-908}@keyframes animation-burger-li-908{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(909){animation-delay:182.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-909}@keyframes animation-burger-li-909{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(910){animation-delay:182.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-910}@keyframes animation-burger-li-910{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(911){animation-delay:182.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-911}@keyframes animation-burger-li-911{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(912){animation-delay:182.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-912}@keyframes animation-burger-li-912{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(913){animation-delay:183s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-913}@keyframes animation-burger-li-913{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(914){animation-delay:183.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-914}@keyframes animation-burger-li-914{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(915){animation-delay:183.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-915}@keyframes animation-burger-li-915{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(916){animation-delay:183.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-916}@keyframes animation-burger-li-916{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(917){animation-delay:183.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-917}@keyframes animation-burger-li-917{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(918){animation-delay:184s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-918}@keyframes animation-burger-li-918{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(919){animation-delay:184.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-919}@keyframes animation-burger-li-919{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(920){animation-delay:184.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-920}@keyframes animation-burger-li-920{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(921){animation-delay:184.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-921}@keyframes animation-burger-li-921{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(922){animation-delay:184.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-922}@keyframes animation-burger-li-922{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(923){animation-delay:185s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-923}@keyframes animation-burger-li-923{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(924){animation-delay:185.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-924}@keyframes animation-burger-li-924{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(925){animation-delay:185.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-925}@keyframes animation-burger-li-925{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(926){animation-delay:185.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-926}@keyframes animation-burger-li-926{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(927){animation-delay:185.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-927}@keyframes animation-burger-li-927{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(928){animation-delay:186s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-928}@keyframes animation-burger-li-928{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(929){animation-delay:186.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-929}@keyframes animation-burger-li-929{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(930){animation-delay:186.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-930}@keyframes animation-burger-li-930{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(931){animation-delay:186.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-931}@keyframes animation-burger-li-931{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(932){animation-delay:186.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-932}@keyframes animation-burger-li-932{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(933){animation-delay:187s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-933}@keyframes animation-burger-li-933{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(934){animation-delay:187.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-934}@keyframes animation-burger-li-934{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(935){animation-delay:187.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-935}@keyframes animation-burger-li-935{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(936){animation-delay:187.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-936}@keyframes animation-burger-li-936{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(937){animation-delay:187.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-937}@keyframes animation-burger-li-937{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(938){animation-delay:188s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-938}@keyframes animation-burger-li-938{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(939){animation-delay:188.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-939}@keyframes animation-burger-li-939{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(940){animation-delay:188.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-940}@keyframes animation-burger-li-940{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(941){animation-delay:188.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-941}@keyframes animation-burger-li-941{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(942){animation-delay:188.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-942}@keyframes animation-burger-li-942{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(943){animation-delay:189s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-943}@keyframes animation-burger-li-943{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(944){animation-delay:189.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-944}@keyframes animation-burger-li-944{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(945){animation-delay:189.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-945}@keyframes animation-burger-li-945{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(946){animation-delay:189.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-946}@keyframes animation-burger-li-946{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(947){animation-delay:189.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-947}@keyframes animation-burger-li-947{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(948){animation-delay:190s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-948}@keyframes animation-burger-li-948{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(949){animation-delay:190.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-949}@keyframes animation-burger-li-949{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(950){animation-delay:190.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-950}@keyframes animation-burger-li-950{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(951){animation-delay:190.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-951}@keyframes animation-burger-li-951{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(952){animation-delay:190.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-952}@keyframes animation-burger-li-952{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(953){animation-delay:191s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-953}@keyframes animation-burger-li-953{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(954){animation-delay:191.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-954}@keyframes animation-burger-li-954{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(955){animation-delay:191.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-955}@keyframes animation-burger-li-955{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(956){animation-delay:191.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-956}@keyframes animation-burger-li-956{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(957){animation-delay:191.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-957}@keyframes animation-burger-li-957{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(958){animation-delay:192s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-958}@keyframes animation-burger-li-958{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(959){animation-delay:192.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-959}@keyframes animation-burger-li-959{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(960){animation-delay:192.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-960}@keyframes animation-burger-li-960{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(961){animation-delay:192.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-961}@keyframes animation-burger-li-961{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(962){animation-delay:192.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-962}@keyframes animation-burger-li-962{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(963){animation-delay:193s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-963}@keyframes animation-burger-li-963{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(964){animation-delay:193.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-964}@keyframes animation-burger-li-964{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(965){animation-delay:193.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-965}@keyframes animation-burger-li-965{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(966){animation-delay:193.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-966}@keyframes animation-burger-li-966{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(967){animation-delay:193.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-967}@keyframes animation-burger-li-967{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(968){animation-delay:194s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-968}@keyframes animation-burger-li-968{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(969){animation-delay:194.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-969}@keyframes animation-burger-li-969{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(970){animation-delay:194.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-970}@keyframes animation-burger-li-970{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(971){animation-delay:194.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-971}@keyframes animation-burger-li-971{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(972){animation-delay:194.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-972}@keyframes animation-burger-li-972{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(973){animation-delay:195s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-973}@keyframes animation-burger-li-973{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(974){animation-delay:195.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-974}@keyframes animation-burger-li-974{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(975){animation-delay:195.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-975}@keyframes animation-burger-li-975{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(976){animation-delay:195.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-976}@keyframes animation-burger-li-976{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(977){animation-delay:195.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-977}@keyframes animation-burger-li-977{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(978){animation-delay:196s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-978}@keyframes animation-burger-li-978{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(979){animation-delay:196.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-979}@keyframes animation-burger-li-979{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(980){animation-delay:196.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-980}@keyframes animation-burger-li-980{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(981){animation-delay:196.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-981}@keyframes animation-burger-li-981{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(982){animation-delay:196.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-982}@keyframes animation-burger-li-982{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(983){animation-delay:197s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-983}@keyframes animation-burger-li-983{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(984){animation-delay:197.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-984}@keyframes animation-burger-li-984{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(985){animation-delay:197.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-985}@keyframes animation-burger-li-985{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(986){animation-delay:197.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-986}@keyframes animation-burger-li-986{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(987){animation-delay:197.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-987}@keyframes animation-burger-li-987{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(988){animation-delay:198s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-988}@keyframes animation-burger-li-988{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(989){animation-delay:198.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-989}@keyframes animation-burger-li-989{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(990){animation-delay:198.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-990}@keyframes animation-burger-li-990{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(991){animation-delay:198.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-991}@keyframes animation-burger-li-991{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(992){animation-delay:198.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-992}@keyframes animation-burger-li-992{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(993){animation-delay:199s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-993}@keyframes animation-burger-li-993{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(994){animation-delay:199.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-994}@keyframes animation-burger-li-994{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(995){animation-delay:199.4s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-995}@keyframes animation-burger-li-995{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(996){animation-delay:199.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-996}@keyframes animation-burger-li-996{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(997){animation-delay:199.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-997}@keyframes animation-burger-li-997{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(998){animation-delay:200s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-998}@keyframes animation-burger-li-998{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__item:nth-child(999){animation-delay:200.2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-li-999}@keyframes animation-burger-li-999{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__socials-description{animation-delay:1.8s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-text}@keyframes animation-burger-text{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu.active .mobile-menu__socials-links{animation-delay:2s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:animation-burger-socials-links}@keyframes animation-burger-socials-links{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.mobile-menu__container{height:100%;justify-content:center}.mobile-menu__container,.mobile-menu__content{align-items:center;display:flex;flex-direction:column}.mobile-menu__content{gap:60px}.mobile-menu__list{display:flex;flex-direction:column;gap:10px}.mobile-menu__item{font-size:34px;font-style:italic;font-weight:800;font-weight:700;letter-spacing:-.055em;line-height:110%;opacity:0;pointer-events:none;text-align:center;transition:all .3s;-webkit-transition:all .3s}.mobile-menu__socials{align-items:center;display:flex;flex-direction:column;gap:11px}.mobile-menu__socials-description{color:#999;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;opacity:0;pointer-events:none}.mobile-menu__socials-links{align-items:center;display:flex;gap:16px;opacity:0;pointer-events:none}.mobile-menu__socials-link{height:32px;width:32px}.mobile-menu__socials-link-icon{height:100%;width:100%}.tealhr__select{display:flex;flex-direction:column;gap:6px;position:relative;width:100%}.tealhr__select[disabled]{pointer-events:none}.tealhr__select[disabled] .tealhr__select-label{color:hsla(0,0%,9%,.3)}.tealhr__select[disabled] .tealhr__select-control{border:1px solid hsla(0,0%,9%,.302);color:hsla(0,0%,9%,.302)}.tealhr__select_white[disabled] .tealhr__select-label{color:hsla(0,0%,100%,.302)!important}.tealhr__select_white .tealhr__select-label{color:#fff}.tealhr__select_white .tealhr__select-control{border:1px solid #fff;color:hsla(0,0%,100%,.5)}.tealhr__select_white .tealhr__select-control[data-selected=selected]{color:#fff}.tealhr__select_white .tealhr__select-wrapper[data-open=true] .tealhr__select-dropdown{border:1px solid #fff}.tealhr__select_white .tealhr__select-option{color:#fff}.tealhr__select_white .tealhr__select-option:hover{background:#fff}.tealhr__select_white .tealhr__select-option_selected{background:#fff;color:#0dcd66}.tealhr__select_white[disabled] .tealhr__select-label{color:#fff}.tealhr__select_white[disabled] .tealhr__select-control{border:1px solid hsla(0,0%,100%,.302);color:hsla(0,0%,100%,.302)}.tealhr__select-label{font-size:14px;font-weight:500;letter-spacing:-.04em;line-height:110%}.tealhr__select-wrapper{position:relative}.tealhr__select-wrapper[data-open=true] .tealhr__select-dropdown{border:1px solid #181818;max-height:376px;overflow-y:auto}.tealhr__select-control{align-items:center;background:transparent;border:1px solid #181818;border-radius:4px;color:hsla(0,0%,8%,.502);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:15px;height:50px;letter-spacing:-.04em;line-height:110%;padding:8px 48px 8px 10px;position:relative;transition:all .3s;-webkit-transition:all .3s;width:100%}.tealhr__select-control[data-selected=selected]{color:#181818}.tealhr__select-dropdown{background:transparent;border:1px solid transparent;border-radius:4px;height:0;list-style:none;margin:4px 0 0;overflow:hidden;position:relative;transition:all .3s;-webkit-transition:all .3s;z-index:10}.tealhr__select-dropdown::-webkit-scrollbar-thumb{background-color:#fff}.tealhr__select-option{cursor:pointer;font-size:14px;font-weight:500;letter-spacing:-.04em;line-height:110%;padding:10px 12px;transition:all .3s;-webkit-transition:all .3s}.tealhr__select-option:hover,.tealhr__select-option_selected{background:#181818;color:#0dcd66}.swiper-main{margin:0 auto;max-width:1240px;min-height:750px;overflow:hidden;padding:0 0 120px;position:relative;width:100%}.swiper-main .swiper-slide{align-items:center;background:#f7f7f7;display:flex;gap:50px;height:auto}.swiper-main .swiper-slide__img{align-items:center;display:flex;justify-content:center;max-width:660px;pointer-events:none;user-select:none;width:100%}.swiper-main .swiper-slide__img img{height:auto;width:100%}.swiper-main .swiper-slide:nth-child(odd) .swiper-slide__info-heading span{color:#0dcd66}.swiper-main .swiper-slide:nth-child(odd) .swiper-slide__info-heading span:after,.swiper-main .swiper-slide:nth-child(odd) .swiper-slide__info-heading span:before{background-color:#d6f9d3}.swiper-main .swiper-slide:nth-child(odd) .swiper-slide__info-description span{color:#0dcd66}.swiper-main .swiper-slide:nth-child(odd) .swiper-slide__info-item:after{background-image:url(../svg/icons/icon-lightning.svg)}.swiper-main .swiper-slide:nth-child(odd) .swiper-slide__info-important{border-bottom:1px solid #0dcd66;border-top:1px solid #0dcd66;color:#0dcd66}.swiper-main .swiper-slide:nth-child(odd) .swiper-slide__info span{color:#0dcd66}.swiper-main .swiper-slide:nth-child(2n) .swiper-slide__info-heading span{color:#524ac1}.swiper-main .swiper-slide:nth-child(2n) .swiper-slide__info-heading span:after,.swiper-main .swiper-slide:nth-child(2n) .swiper-slide__info-heading span:before{background-color:#d1d1f4}.swiper-main .swiper-slide:nth-child(2n) .swiper-slide__info-description span{color:#524ac1}.swiper-main .swiper-slide:nth-child(2n) .swiper-slide__info-item:after{background-image:url(../svg/icons/icon-lightning-perple.svg)}.swiper-main .swiper-slide:nth-child(2n) .swiper-slide__info-important{border-bottom:1px solid #524ac1;border-top:1px solid #524ac1;color:#524ac1}.swiper-main .swiper-slide:nth-child(2n) .swiper-slide__info span{color:#524ac1}.swiper-main .swiper-slide__info{display:flex;flex-direction:column;gap:24px;margin:0 auto 0 0;max-width:670px}.swiper-main .swiper-slide__info.v2{max-width:560px}.swiper-main .swiper-slide__info-head{display:flex;flex-direction:column;gap:24px}.swiper-main .swiper-slide__info-heading{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.swiper-main .swiper-slide__info-description{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.swiper-main .swiper-slide__info-description.italic{font-style:italic}.swiper-main .swiper-slide__info-title{font-size:18px;font-weight:500;font-weight:700;letter-spacing:-.04em;line-height:133%}.swiper-main .swiper-slide__info-list{display:flex;flex-direction:column;gap:14px;padding:0 0 0 22px}.swiper-main .swiper-slide__info-item{font-size:18px;font-weight:700;letter-spacing:-.04em;line-height:133%;position:relative}.swiper-main .swiper-slide__info-item:after{background-image:url(../svg/icons/icon-lightning.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";height:16px;inset:2px auto auto -22px;position:absolute;width:12px}.swiper-main .swiper-slide__info-content{display:flex;flex-direction:column;gap:24px}.swiper-main .swiper-slide__info-content-text{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.swiper-main .swiper-slide__info-content-bottom{align-items:center;display:flex;gap:24px;justify-content:space-between}.swiper-main .swiper-slide__info-content-bottom-text{color:#4a4a4a;font-size:18px;font-style:italic;font-weight:500;letter-spacing:-.04em;line-height:133%;opacity:.5}.swiper-main .swiper-slide__info-important{border-bottom:1px solid #0dcd66;border-top:1px solid #0dcd66;color:#0dcd66;display:flex;flex-direction:column;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;padding:18px 0}.swiper-main .swiper-slide__info-accent{color:#4a4a4a;font-size:24px;font-style:italic;font-weight:500;letter-spacing:-.04em;line-height:120%}.swiper-main .swiper-slide__info-accent span{font-size:32px;font-weight:700}.swiper-main .swiper-slide__info-percentages{display:flex;flex-direction:column;gap:20px}.swiper-main .swiper-slide__info-percentages-cell{align-items:center;color:#4a4a4a;display:flex;font-size:32px;font-weight:700;font-weight:500;gap:32px;letter-spacing:-.055em;line-height:127%}.swiper-main .swiper-slide__info-percentages-cell.medium{font-weight:500}.swiper-main .swiper-slide__info{flex:0 0 auto;max-width:530px;padding:0 20px 0 0;width:100%}.swiper-main__cells{display:grid;gap:20px;grid-auto-rows:134px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1240px;width:100%}.swiper-main__cell{align-items:center;background:#fff;border-radius:24px;display:flex;gap:32px;padding:32px 24px 32px 16px}.swiper-main__cell:first-child,.swiper-main__cell:nth-child(2) .swiper-main__cell-percent-value{color:#009b65}.swiper-main__cell:nth-child(3) .swiper-main__cell-percent-value{color:#524ac1}.swiper-main__cell:nth-child(4) .swiper-main__cell-percent-value{color:#ca2c92}.swiper-main__cell-percent{align-items:center;display:flex;flex:0 0 auto;height:70px;justify-content:center;position:relative;width:70px}.swiper-main__cell-percent-img{height:100%;width:100%}.swiper-main__cell-percent-value{font-size:32px;font-style:Italic;font-weight:700;inset:50% auto auto 16px;letter-spacing:-5.5%;line-height:120%;position:absolute;transform:translateY(-50%)}.swiper-main__cell-info{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.swiper-main__navigation{inset:50% 0 auto;position:absolute;transform:translateY(-50%);width:100%;z-index:2}.swiper-main__btn{align-items:center;cursor:pointer;display:flex;height:60px;justify-content:center;position:absolute;transition:all .3s;-webkit-transition:all .3s;width:60px}.swiper-main__btn.prev{left:0}.swiper-main__btn.next{right:0}.swiper-main__btn svg{flex:0 0 auto;height:41px;width:22px;fill:#b4b4b4;stroke:#b4b4b4;transition:all .3s;-webkit-transition:all .3s}.swiper-main__btn.swiper-button-disabled{opacity:.4;pointer-events:none}.swiper-main__tabs{align-items:center;background:#181818;border-radius:75px;box-shadow:0 4px 30px 0 rgba(0,0,0,.051);color:#f7f7f7;display:flex;height:92px;inset:auto auto 0 50%;padding:16px;position:absolute;transform:translateX(-50%);z-index:2}.swiper-main__tabs-button{align-items:center;border-radius:60px;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:60px;justify-content:center;letter-spacing:-.04em;line-height:133%;padding:12px 18px;transition:all .3s;-webkit-transition:all .3s;white-space:nowrap}.swiper-main__tabs-button.active{background:#f7f7f7;color:#181818}.swiper-customers{min-height:360px;overflow:hidden;padding:0 40px;position:relative}.swiper-customers:after,.swiper-customers:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,0),#fff);content:"";height:100%;pointer-events:none;position:absolute;transition:.2s;width:40px;z-index:100}.swiper-customers:before{inset:0 auto auto 0}.swiper-customers:after{inset:0 0 auto auto;transform:rotate(180deg)}.swiper-customers .swiper-slide{display:flex;flex-direction:column;gap:57px;min-height:334px;position:relative;width:574px}.swiper-customers .swiper-slide:first-child:before{inset:0 auto 0 -24px}.swiper-customers .swiper-slide:nth-child(odd) .swiper-slide__quote{background:#d1d1f4}.swiper-customers .swiper-slide:nth-child(odd) .swiper-slide__quote:after{background-image:url(../svg/icons/quote-tail.svg)}.swiper-customers .swiper-slide:nth-child(odd) .swiper-slide__info-icon{background-image:url(../svg/icons/icon-employee.svg)}.swiper-customers .swiper-slide:nth-child(odd) .swiper-slide__info-quantity{color:#524ac1}.swiper-customers .swiper-slide:nth-child(2n) .swiper-slide__quote{background:#d6f9d3}.swiper-customers .swiper-slide:nth-child(2n) .swiper-slide__quote:after{background-image:url(../svg/icons/quote-tail-green.svg)}.swiper-customers .swiper-slide:nth-child(2n) .swiper-slide__info-icon{background-image:url(../svg/icons/icon-employee-green.svg)}.swiper-customers .swiper-slide:nth-child(2n) .swiper-slide__info-quantity{color:#0dcd66}.swiper-customers .swiper-slide__quote{border-radius:13px 13px 13px 0;font-size:24px;font-style:italic;font-weight:500;letter-spacing:-.04em;line-height:120%;padding:13px;position:relative}.swiper-customers .swiper-slide__quote:after{background-repeat:no-repeat;background-size:100% 100%;content:"";height:25px;inset:auto auto -25px 0;position:absolute;width:25px}.swiper-customers .swiper-slide__info{display:flex;flex-direction:column;gap:12px}.swiper-customers .swiper-slide__info-title{font-size:32px;font-weight:700;letter-spacing:-.04em;line-height:1.3}.swiper-customers .swiper-slide__info-wrapper{align-items:center;display:flex;gap:10px}.swiper-customers .swiper-slide__info-text{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.swiper-customers .swiper-slide__info-icon{background-repeat:no-repeat;background-size:100% 100%;height:24px;width:60px}.swiper-customers .swiper-slide__info-quantity{font-size:20px;font-weight:500;letter-spacing:-.04em;line-height:140%}.swiper-customers .swiper-slide__author{align-items:center;display:flex;gap:12px}.swiper-customers .swiper-slide__author-avatar{border-radius:50%;display:flex;flex:0 0 auto;height:60px;overflow:hidden;position:relative;width:60px}.swiper-customers .swiper-slide__author-avatar img{height:100%;object-fit:cover;object-position:center;width:100%}.swiper-customers .swiper-slide__author-info{display:flex;flex-direction:column;gap:4px}.swiper-customers .swiper-slide__author-name,.swiper-customers .swiper-slide__author-post{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.swiper-customers .swiper-slide__author-post{color:#9c9c9c;font-style:italic}.swiper-customers .swiper-scrollbar{background:#f7f7f7;display:none;height:10px!important;inset:auto auto 0 40px!important;position:absolute;width:calc(100% - 80px)!important}.swiper-customers .swiper-scrollbar-drag{background:#282828}.swiper-customers__navigation{display:flex;inset:auto 40px 0 auto;position:absolute;z-index:2}.swiper-customers__btn{align-items:center;background:#282828;cursor:pointer;display:flex;height:60px;justify-content:center;padding:15px 20px;transition:all .3s;-webkit-transition:all .3s;width:60px}.swiper-customers__btn:hover svg{opacity:.5}.swiper-customers__btn.prev{border-radius:54px 0 0 54px;left:0}.swiper-customers__btn.next{border-radius:0 54px 54px 0;right:0}.swiper-customers__btn svg{flex:0 0 auto;height:41px;width:22px;fill:#fff;stroke:#fff;transition:all .3s;-webkit-transition:all .3s}.swiper-customers__btn.swiper-button-disabled svg{opacity:.4;pointer-events:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{height:100%}body{color:#141414;font-family:Inter,Arial,sans-serif;overflow:auto;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}body.lock{overflow:hidden}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{border-radius:0}::-webkit-scrollbar-thumb{background-color:#524ac1;border:0;border-radius:5px}@-moz-document url-prefix(){*{scrollbar-color:#524ac1 #fff;scrollbar-width:thin}}@font-face{font-display:block;font-family:Inter;font-style:normal;font-weight:400;src:url(../fonts/inter/Inter-Regular.woff2) format("woff2"),url(../fonts/inter/Inter-Regular.woff) format("woff")}@font-face{font-display:block;font-family:Inter;font-style:normal;font-weight:500;src:url(../fonts/inter/Inter-Medium.woff2) format("woff2"),url(../fonts/inter/Inter-Medium.woff) format("woff")}@font-face{font-display:block;font-family:Inter;font-style:italic;font-weight:500;src:url(../fonts/inter/Inter-MediumItalic.woff2) format("woff2"),url(../fonts/inter/Inter-MediumItalic.woff) format("woff")}@font-face{font-display:block;font-family:Inter;font-style:normal;font-weight:600;src:url(../fonts/inter/Inter-SemiBold.woff2) format("woff2"),url(../fonts/inter/Inter-SemiBold.woff) format("woff")}@font-face{font-display:block;font-family:Inter;font-style:italic;font-weight:600;src:url(../fonts/inter/Inter-SemiBoldItalic.woff2) format("woff2"),url(../fonts/inter/Inter-SemiBoldItalic.woff) format("woff")}@font-face{font-display:block;font-family:Inter;font-style:normal;font-weight:700;src:url(../fonts/inter/Inter-Bold.woff2) format("woff2"),url(../fonts/inter/Inter-Bold.woff) format("woff")}@font-face{font-display:block;font-family:Inter;font-style:normal;font-weight:800;src:url(../fonts/inter/Inter-ExtraBold.woff2) format("woff2"),url(../fonts/inter/Inter-ExtraBold.woff) format("woff")}@font-face{font-display:block;font-family:Inter;font-style:italic;font-weight:800;src:url(../fonts/inter/Inter-ExtraBoldItalic.woff2) format("woff2"),url(../fonts/inter/Inter-ExtraBoldItalic.woff) format("woff")}button{border:1px solid transparent}.tealhr__button{align-items:center;background:#141414;border-radius:60px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:500;gap:10px;height:60px;justify-content:center;letter-spacing:-.04em;line-height:133%;min-width:140px;padding:15px 24px;transition:all .3s;-webkit-transition:all .3s;white-space:nowrap}.tealhr__button.bold{font-weight:700}.tealhr__button:hover{background:#5c5c5c}.tealhr__button.white{background:#fff;color:#524ac1}.tealhr__button.white:hover{background:#9189f7;color:#fff}.tealhr__button svg{flex:0 0 auto;height:9px;width:17px;fill:#fff;stroke:#fff}.tealhr__button-link{align-items:center;align-self:flex-start;color:#4a4a4a;display:flex;font-size:18px;font-weight:500;gap:8px;letter-spacing:-.04em;line-height:1.3;position:relative;transition:all .3s;-webkit-transition:all .3s}.tealhr__button-link:hover{color:#999}.tealhr__button-link:after{background:#b4b4b4;content:"";height:2px;inset:auto auto 0 0;position:absolute;width:calc(100% - 24px)}.tealhr__button-link svg.carriage{height:9px;width:16px;fill:#b4b4b4;stroke:#b4b4b4}.tealhr-checkbox{align-items:center;cursor:pointer;display:flex;min-height:16px;position:relative;transition:all .3s;-webkit-transition:all .3s;user-select:none;width:100%}.tealhr-checkbox_white:has(input[type=checkbox][disabled]) .tealhr-checkbox__icon{background:transparent;border:1px solid hsla(0,0%,100%,.302)!important;pointer-events:none}.tealhr-checkbox_white:has(input[type=checkbox][disabled]) .tealhr-checkbox__icon use{fill:transparent}.tealhr-checkbox_white:has(input[type=checkbox][disabled]) .tealhr-checkbox__label{color:hsla(0,0%,100%,.302)!important}.tealhr-checkbox_white:has(input[type=checkbox][disabled]) .tealhr-checkbox__label-link{color:hsla(0,0%,100%,.302)!important}.tealhr-checkbox_white:has(input[type=checkbox][disabled]) .tealhr-checkbox__wrapper{cursor:default}.tealhr-checkbox_white:has(input[type=checkbox][disabled]) .tealhr-checkbox__input:checked+.tealhr-checkbox__wrapper .tealhr-checkbox__icon{background:transparent;border:1px solid hsla(0,0%,100%,.302)!important}.tealhr-checkbox_white .tealhr-checkbox__icon{background:#fff;border:1px solid #fff}.tealhr-checkbox_white .tealhr-checkbox__label{color:#fff}.tealhr-checkbox:has(input[type=checkbox][disabled]) .tealhr-checkbox__icon{background:transparent;border:1px solid hsla(0,0%,9%,.302);pointer-events:none}.tealhr-checkbox:has(input[type=checkbox][disabled]) .tealhr-checkbox__icon use{fill:transparent}.tealhr-checkbox:has(input[type=checkbox][disabled]) .tealhr-checkbox__label{color:hsla(0,0%,9%,.3)}.tealhr-checkbox:has(input[type=checkbox][disabled]) .tealhr-checkbox__label-link{color:hsla(0,0%,9%,.3)}.tealhr-checkbox:has(input[type=checkbox][disabled]) .tealhr-checkbox__wrapper{cursor:default}.tealhr-checkbox:has(input[type=checkbox][disabled]) .tealhr-checkbox__input:checked+.tealhr-checkbox__wrapper .tealhr-checkbox__icon{background:transparent;border:1px solid hsla(0,0%,9%,.302)}.tealhr-checkbox__icon{flex:0 0 auto;height:20px;width:20px;fill:transparent;stroke:transparent;background:transparent;border:1px solid #181818;border-radius:3px}.tealhr-checkbox__icon,.tealhr-checkbox__wrapper{cursor:pointer;transition:all .3s;-webkit-transition:all .3s}.tealhr-checkbox__wrapper{align-items:center;display:flex;gap:10px;width:100%}.tealhr-checkbox__label{color:#181818;font-size:14px;font-weight:500;letter-spacing:-.04em;line-height:110%;transition:all .3s;-webkit-transition:all .3s}.tealhr-checkbox__label-link{border-bottom:1px solid transparent;color:#0dcd66;transition:all .3s;-webkit-transition:all .3s}.tealhr-checkbox__label-link:hover{border-bottom:1px solid;color:#21ec7f}.tealhr-checkbox__label span{color:#0dcd66}.tealhr-checkbox__input:checked+.tealhr-checkbox__wrapper .tealhr-checkbox__icon{fill:#0dcd66}.tealhr-h1,.tealhr-h2,.tealhr-h3,.tealhr-h4,h1,h2,h3,h4{color:#141414;margin:0;position:relative;transition:all .3s;-webkit-transition:all .3s}.tealhr-h1,h1{font-size:84px}.tealhr-h1,.tealhr-h2,h1,h2{font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-h2,h2{font-size:64px}.tealhr-h3,h3{font-size:34px}.tealhr-h3,.tealhr-h4,h3,h4{font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-h4,h4{font-size:28px}.subhead{transition:all .3s;-webkit-transition:all .3s}input,textarea{appearance:none;background:transparent;border:none;box-shadow:none;outline:none}.tealhr-input{display:flex;flex-direction:column;gap:6px;position:relative;transition:all .3s;-webkit-transition:all .3s}.tealhr-input_white:has(.tealhr-input__field[disabled]) .tealhr-input__label{color:hsla(0,0%,100%,.302)!important}.tealhr-input_white:has(.tealhr-input__field[disabled]) .tealhr-input__label span{color:hsla(0,0%,100%,.302)!important}.tealhr-input_white .tealhr-input__label{color:#fff}.tealhr-input_white .tealhr-input__field{border:1px solid #fff;color:#fff}.tealhr-input_white .tealhr-input__field::placeholder{color:hsla(0,0%,100%,.5)}.tealhr-input_white .tealhr-input__field[disabled]{border:1px solid hsla(0,0%,100%,.302)}.tealhr-input_white .tealhr-input__field[disabled]::placeholder{color:hsla(0,0%,100%,.302)}.tealhr-input_white .tealhr-input__delete{fill:#fff;stroke:#fff}.tealhr-input_green .tealhr-input__field{border:1px solid #0dcd66}.tealhr-input_green .tealhr-input__field[disabled]{border:1px solid rgba(13,205,102,.302)}.tealhr-input_green .tealhr-input__field[disabled]::placeholder{color:rgba(13,205,102,.302)}.tealhr-input:has(.tealhr-input__field[disabled]) .tealhr-input__label{color:hsla(0,0%,9%,.3)}.tealhr-input:has(.tealhr-input__field[disabled]) .tealhr-input__label span{color:hsla(0,0%,9%,.3)}.tealhr-input:has(.tealhr-input__field[disabled]) .tealhr-input__send{background:rgba(214,249,211,.302);pointer-events:none;user-select:none}.tealhr-input:has(.tealhr-input__field[disabled]) .tealhr-input__send-icon{fill:rgba(13,205,102,.302)}.tealhr-input__wrapper{align-items:center;display:flex;gap:20px;position:relative}.tealhr-input__wrapper.error .tealhr-input__field{border:1px solid #c14a75;color:#c14a75}.tealhr-input__wrapper.error .tealhr-input__field::placeholder{color:rgba(193,74,117,.502)}.tealhr-input__wrapper.error .tealhr-input__delete{fill:#c14a75;stroke:#c14a75}.tealhr-input__field,.tealhr-input__label{font-size:14px;font-weight:500;letter-spacing:-.04em;line-height:110%}.tealhr-input__field{align-items:center;background:transparent;border:1px solid #181818;border-radius:4px;color:#181818;display:flex;gap:15px;height:50px;padding:8px 48px 8px 10px;position:relative;transition:all .3s;-webkit-transition:all .3s;width:100%}.tealhr-input__field.textarea{height:80px;resize:none;transition:all .3s;-webkit-transition:all .3s}.tealhr-input__field::placeholder{color:hsla(0,0%,8%,.502)}.tealhr-input__field[disabled]{border:1px solid hsla(0,0%,9%,.302);pointer-events:none}.tealhr-input__field[disabled]::placeholder{color:hsla(0,0%,9%,.302)}.tealhr-input__delete{height:18px;inset:50% 16px 0 auto;opacity:0;position:absolute;transform:translateY(-50%);visibility:hidden;width:18px;fill:#181818;stroke:#181818;cursor:pointer;pointer-events:none;transition:all .3s;-webkit-transition:all .3s}.tealhr-input__delete.visible{opacity:1;pointer-events:auto;visibility:visible}.tealhr-input__error{color:#c14a75;transition:all .3s;-webkit-transition:all .3s}.tealhr-input__error,.tealhr-input__info{font-size:14px;font-weight:500;letter-spacing:-.04em;line-height:110%}.tealhr-input__info{color:#9c9c9c;font-style:italic}.tealhr-input__info-link{border-bottom:1px solid}.tealhr-input__send{align-items:center;background:#d6f9d3;border:1px solid transparent;border-radius:4px;cursor:pointer;display:flex;flex:0 0 auto;height:50px;justify-content:center;transition:all .3s;-webkit-transition:all .3s;width:60px}.tealhr-input__send:hover{background:#b7e9b2}.tealhr-input__send:focus{background:#0dcd66}.tealhr-input__send:focus .tealhr-input__send-icon{fill:#d6f9d3}.tealhr-input__send-icon{height:21px;width:30px;fill:#0dcd66;stroke:transparent}a{color:inherit;text-decoration:none;transition:all .3s;-webkit-transition:all .3s;width:fit-content}.percent,a{position:relative}.percent{align-items:center;display:flex;flex:0 0 auto;height:70px;justify-content:center;width:70px}.percent.green{color:#009b65}.percent.purplish{color:#524ac1}.percent.pink{color:#ca2c92}.percent.big{height:104px;width:104px}.percent.big .percent__info{font-size:60px}.percent__info{font-size:32px;font-style:italic;font-weight:700;inset:50% auto auto 16px;letter-spacing:-.055em;line-height:1.2;position:absolute;transform:translateY(-50%);white-space:nowrap}.percent__icon{height:100%;inset:0;pointer-events:none;position:absolute;user-select:none;width:100%}span{color:#0dcd66;position:relative}span.purple{color:#524ac1}span.green-101{color:#0dcd66}span.pink{color:#c14a75}span.white-opacity{color:hsla(0,0%,100%,.6)}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon),h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon){color:#0dcd66;display:inline-block;position:relative;z-index:-1}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before{background-color:#d6f9d3;border-radius:20px;content:"";height:100%;pointer-events:none;position:absolute;transform:rotate(-2.74deg);width:75%;z-index:-1}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after{inset:-2px auto auto -15px}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before{inset:auto -15px -2px auto}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple{color:#524ac1}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:after,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple:before{background-color:#d1d1f4}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224{color:#524ac1}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:after,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).purple-224:before{background-color:#d1d1f4}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).green-101{color:#0dcd66}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).pink{color:#c14a75}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon).white-opacity{color:hsla(0,0%,100%,.6)}h2 span:after{inset:-2px auto auto -10px}h2 span:before{inset:auto -10px -2px auto}svg{flex:0 0 auto;stroke:#141414;fill:#141414;transition:all .3s;-webkit-transition:all .3s}svg.carriage.top{transform:rotate(180deg)}svg.carriage.right{transform:rotate(-90deg)}svg.carriage.left{transform:rotate(90deg)}svg.dotted-circle.purplish{fill:#524ac1}svg.dotted-circle.pink{fill:146}ol,p,ul{margin:0;padding:0;transition:all .3s;-webkit-transition:all .3s}ul li{list-style:none}.tealhr__text-lead,.tealhr__text-m{transition:all .3s;-webkit-transition:all .3s}.tealhr__text-lead.bold,.tealhr__text-m.bold{font-weight:700}.tealhr__text-lead{font-size:20px;line-height:140%}.tealhr__text-lead,.tealhr__text-m{font-weight:500;letter-spacing:-.04em}.tealhr__text-m{font-size:18px;line-height:133%}textarea{appearance:none;background:transparent;border:none;box-shadow:none;outline:none}.tealhr{display:flex;flex-direction:column;gap:20px;margin:0 0 20px;padding:92px 0 0;position:relative;z-index:20}.header__list>.header__item--has-children>.header__submenu{background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(82,74,193,.13),0 2px 0 #524ac1;left:0;min-width:220px;opacity:0;padding:18px 24px 18px 40px;pointer-events:none;position:absolute;top:100%;transform:translateY(40px);transition:opacity .32s cubic-bezier(.4,.2,.2,1),transform .32s cubic-bezier(.4,.2,.2,1),visibility .32s cubic-bezier(.4,.2,.2,1);visibility:hidden;z-index:100}.header__list>.header__item--has-children>.header__submenu:before{background:transparent;content:"";display:block;height:36px;left:0;position:absolute;top:-35px;width:149px}.header__list>.header__item--has-children{position:relative}.header__list>.header__item--has-children:focus-within>.header__submenu,.header__list>.header__item--has-children:hover>.header__submenu{opacity:1;pointer-events:auto;transform:translateY(30px);visibility:visible}.header__submenu>.header__item--has-children>.header__submenu{background:#fff;border-radius:14px;box-shadow:0 8px 32px rgba(82,74,193,.13),0 2px 0 #524ac1;left:100%;min-width:200px;opacity:0;padding:16px 20px;pointer-events:none;position:absolute;top:0;transform:translateY(40px);transition:opacity .28s cubic-bezier(.4,.2,.2,1),transform .28s cubic-bezier(.4,.2,.2,1),visibility .28s cubic-bezier(.4,.2,.2,1);visibility:hidden;z-index:120}.header__submenu>.header__item--has-children:focus-within>.header__submenu,.header__submenu>.header__item--has-children:hover>.header__submenu{opacity:1;pointer-events:auto;transform:translateY(30px);visibility:visible}ul.header__submenu--sub{background:#fff;border-radius:14px;box-shadow:0 8px 32px rgba(82,74,193,.13),0 2px 0 #524ac1;left:105%;min-width:200px;opacity:0;padding:16px 20px;pointer-events:none;position:absolute;top:0;transform:translateY(40px);transition:opacity .28s cubic-bezier(.4,.2,.2,1),transform .28s cubic-bezier(.4,.2,.2,1),visibility .28s cubic-bezier(.4,.2,.2,1);visibility:hidden;z-index:120}ul.header__submenu--sub:before{background:transparent;content:"";display:block;height:66px;left:-84px;position:absolute;width:100px}ul.header__submenu--sub .header__item{margin:10px 0}li.header__item--has-children:focus-within>ul.header__submenu--sub,li.header__item--has-children:hover>ul.header__submenu--sub{opacity:1;pointer-events:auto;transform:translateY(30px);visibility:visible}ul.header__submenu>li.header__item{margin:10px 0}.header__list>.header__item--has-children>.header__link>.header__dropdown-arrow{background:none;border-bottom:2px solid;border-radius:2px;border-right:2px solid;color:#141414;content:"";display:inline-block;height:10px;margin-left:8px;transform:rotate(-45deg);transition:transform .3s cubic-bezier(.4,.2,.2,1);vertical-align:middle;width:10px}.header__list>.header__item--has-children:focus-within>.header__link>.header__dropdown-arrow,.header__list>.header__item--has-children:hover>.header__link>.header__dropdown-arrow{transform:rotate(45deg)}.header__submenu--sub .header__dropdown-arrow,.header__submenu>.header__item--has-children>.header__link>.header__dropdown-arrow{background:none;border-bottom:2px solid;border-radius:2px;border-right:2px solid;color:#141414;content:"";display:inline-block;height:10px;margin-left:8px;transform:rotate(-45deg);transition:none;vertical-align:middle;width:10px}ul.mobile-menu__submenu li.mobile-menu__item{font-size:18px;font-weight:400;margin:10px 0}header.header.banner-on{margin-top:115px}header.header.banner-on.scroll{transform:translateY(-370%)}header.header.banner-on.scroll.active{margin-top:0;transform:translateY(0)}.tealhr-aboutMain__card--video{align-items:center;background:none;background-position:50%;background-size:cover;border-radius:18px;box-shadow:0 6px 28px rgba(87,89,206,.08);display:flex;justify-content:center;min-height:260px;overflow:hidden;position:relative;transition:box-shadow .22s cubic-bezier(.4,.2,.2,1),transform .22s cubic-bezier(.4,.2,.2,1)}.tealhr-aboutMain__card--video:hover{box-shadow:0 10px 40px rgba(87,89,206,.18);transform:translateY(-2px) scale(1.02)}.tealhr-aboutMain__video-link{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;min-height:240px;position:relative;transition:filter .2s;width:100%}.tealhr-aboutMain__video-link:hover{filter:brightness(1.08) saturate(1.1)}.tealhr-aboutMain__video-preview{border-radius:18px;height:100%;object-fit:cover;transition:filter .22s;width:100%}img.tealhr-aboutMain__video-preview{border-radius:6px;max-width:100%}.tealhr-aboutMain__video-play{align-items:center;background:rgba(87,89,206,.87);border-radius:50%;box-shadow:0 2px 10px rgba(87,89,206,.12);display:flex;height:62px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background .18s;width:62px}.tealhr-aboutMain__video-play:after{border-bottom:12px solid transparent;border-left:20px solid #fff;border-top:12px solid transparent;content:"";display:block;height:0;margin-left:7px;width:0}.tealhr-aboutMain__video-link:hover .tealhr-aboutMain__video-play{background:#5759ce}.tealhr-aboutMain__card.tealhr-aboutMain__card--video{margin:15px}.wpcf7-response-output{display:none}span.wpcf7-not-valid-tip{left:0;margin:0;max-height:0;opacity:0;overflow:hidden;top:100%;transition:opacity .5s ease,max-height .5s ease}.wpcf7-not-valid+span.wpcf7-not-valid-tip{color:#c14a75;font-size:14px;font-weight:500;letter-spacing:-.04em;line-height:110%;margin-top:6px;max-height:20px;opacity:1}footer.footer .wpcf7-not-valid+span.wpcf7-not-valid-tip{display:none}.tealhr-accordion-content-wrapper{color:#4a4a4a}.tealhr-accordion-content-wrapper .tealhr-h1,.tealhr-accordion-content-wrapper .tealhr-h2,.tealhr-accordion-content-wrapper .tealhr-h3,.tealhr-accordion-content-wrapper h1,.tealhr-accordion-content-wrapper h2,.tealhr-accordion-content-wrapper h3{margin:40px 0 20px;text-transform:none}.tealhr-accordion-content-wrapper .tealhr-h1,.tealhr-accordion-content-wrapper h1{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-accordion-content-wrapper .tealhr-h2,.tealhr-accordion-content-wrapper h2{font-size:34px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-accordion-content-wrapper .tealhr-h3,.tealhr-accordion-content-wrapper h3{font-size:28px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-accordion-content-wrapper hr{background:#ccc;border:0;height:1px;margin:0;width:100%}.tealhr-accordion-content-wrapper p{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;line-height:1.5;margin:0 0 20px}.tealhr-accordion-content-wrapper a{border-bottom:1px solid transparent;color:#524ac1}.tealhr-accordion-content-wrapper a:hover{border-bottom-color:currentColor}.tealhr-accordion-content-wrapper ol,.tealhr-accordion-content-wrapper ul{display:flex;flex-direction:column;gap:8px;list-style-type:none;margin:0 0 20px;padding:0 0 0 30px}.tealhr-accordion-content-wrapper ol li,.tealhr-accordion-content-wrapper ul li{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;position:relative}.tealhr-accordion-content-wrapper ul li:before{background-image:url(../svg/icons/icon-lightning-perple.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";height:13px;inset:5px auto auto -22px;position:absolute;width:10px}.tealhr-accordion-content-wrapper ol{counter-reset:step-counter}.tealhr-accordion-content-wrapper ol li:before{content:counter(step-counter);counter-increment:step-counter;inset:0 auto auto -22px;position:absolute}.tealhr-accordion-content-wrapper .blockquote{display:flex;flex-direction:column;font-size:18px;font-weight:500;gap:20px;letter-spacing:-.04em;line-height:133%;margin:0 0 40px;position:relative}.tealhr-accordion-content-wrapper .blockquote:has(.blockquote__author){margin:0 0 20px}.tealhr-accordion-content-wrapper .blockquote__info{background:#d1d1f4;border-radius:12px 12px 12px 0;color:#524ac1;padding:15px 20px;position:relative}.tealhr-accordion-content-wrapper .blockquote__info:after{background-image:url(../svg/icons/quote-tail.svg);background-repeat:no-repeat;background-size:100% 100%;content:"";height:20px;inset:auto auto -20px 0;position:absolute;transform:scaleX(-1);width:20px}.tealhr-accordion-content-wrapper .blockquote__author{align-items:center;display:flex;gap:13px;padding:4px 0}.tealhr-accordion-content-wrapper .blockquote__author-avatar{border-radius:50%;flex:0 0 auto;height:60px;overflow:hidden;width:60px}.tealhr-accordion-content-wrapper .blockquote__author-avatar img{height:100%;object-fit:cover;object-position:center;width:100%}.tealhr-accordion-content-wrapper .blockquote__author-info{display:flex;flex-direction:column;font-size:18px;font-weight:500;gap:4px;letter-spacing:-.04em;line-height:133%}.tealhr-accordion-content-wrapper .blockquote__author-name{color:#141414}.tealhr-accordion-content-wrapper .blockquote__author-post{color:#9c9c9c}.tealhr-accordion-content-wrapper .figure,.tealhr-accordion-content-wrapper figure{align-items:center;display:flex;flex-direction:column;gap:12px;margin:0 0 40px;overflow:hidden;position:relative}.tealhr-accordion-content-wrapper .figure figcaption,.tealhr-accordion-content-wrapper .figure__figcaption,.tealhr-accordion-content-wrapper figure figcaption,.tealhr-accordion-content-wrapper figure__figcaption{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;text-align:center}.tealhr-accordion-content-wrapper .figure img,.tealhr-accordion-content-wrapper figure img{border-radius:24px;height:100%;margin:0;object-fit:cover;object-position:center;width:100%}.tealhr-accordion-content-wrapper img{border-radius:24px;height:auto;margin:0 0 40px;width:100%}.tealhr-input_green input.wpcf7-not-valid{border:1px solid #c14a75;border-image:initial;color:#c14a75}.tealhr-input_green input.wpcf7-not-valid::placeholder{color:rgba(193,74,117,.5);opacity:.5}.tealhr-input_green input.wpcf7-not-valid::-webkit-input-placeholder{color:rgba(193,74,117,.5);opacity:.5}.tealhr-input_green input.wpcf7-not-valid::-moz-placeholder{color:rgba(193,74,117,.5);opacity:.5}.tealhr-input_green input.wpcf7-not-valid:-ms-input-placeholder{color:rgba(193,74,117,.5);opacity:.5}.tealhr-input_green input.wpcf7-not-valid:-moz-placeholder{color:rgba(193,74,117,.5);opacity:.5}.ut-modal.fancybox__content{background:#f7f7f7;border-radius:30px;box-shadow:0 4px 250px 0 rgba(0,0,0,.2);margin:0 auto;max-width:630px;padding:40px;position:relative;width:100%}.ut-modal__head{border-bottom:1px solid #e5e5e5;margin-bottom:30px;padding-bottom:20px;text-align:center}.ut-modal__heading{color:#333;font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:12px}.ut-modal__description{color:#666;font-size:16px;font-style:italic;line-height:1.5;margin:0}.ut-modal__content{padding-top:10px}.ut-modal__content .wpcf7-form{display:flex;flex-direction:column;gap:20px}.ut-modal__content .wpcf7{margin:0}.ut-modal__content .wpcf7 p{margin:0 0 15px}.ut-modal__content .wpcf7 p:last-child{margin-bottom:0}section{padding:0 50px;width:100%}section.hidden{overflow:hidden}section.tealhrMain{margin:-92px 0 0}section.tealhrMainSwiper{margin:-130px 0 0}section.businessCase,section.tealhrBlock,section.tealhrCustomersSwiper{padding:0}section.aboutAwards,section.learnMore,section.tealhrComponents{overflow:hidden;padding:0}section.archiveCaseStudies,section.archiveFeatures{overflow:hidden}section.tealhrLogos{padding:0}.tealhr-main{display:flex;flex-direction:column;gap:20px;height:940px;margin:0 auto;max-width:1920px;position:relative;width:100%}.tealhr-main[data-block-version="2"]{height:auto;min-height:940px;padding:170px 0 150px}.tealhr-main[data-block-version="2"] .tealhr-main__content{align-items:center;gap:60px}.tealhr-main[data-block-version="2"] .tealhr-main__content .tealhr__button{min-width:220px}.tealhr-main[data-block-version="2"] .tealhr-main__info{align-items:center;gap:24px;max-width:100%;padding:0}.tealhr-main[data-block-version="2"] .tealhr-main__heading,.tealhr-main[data-block-version="2"] .tealhr-main__subhead{text-align:center}.tealhr-main[data-block-version="2"] .tealhr-main__subhead{font-size:22px;font-weight:500;letter-spacing:-.055em;line-height:127%;max-width:900px}.tealhr-main[data-block-version="2"] .tealhr-main__img{height:auto;inset:auto;position:relative;width:100%;z-index:0}.tealhr-main__content{height:100%;margin:0 auto;max-width:1240px;position:relative}.tealhr-main__content,.tealhr-main__info{display:flex;flex-direction:column;gap:32px;width:100%}.tealhr-main__info{max-width:705px;padding:170px 0 0}.tealhr-main__heading{font-size:84px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-main__subhead{color:#4a4a4a;font-size:32px;font-weight:700;font-weight:500;letter-spacing:-.055em;line-height:127%}.tealhr-main__subhead.medium{font-weight:500}.tealhr-main__subhead span{color:#524ac1}.tealhr-main__achievements{align-items:center;display:flex;gap:10px;height:85px}.tealhr-main__achievements-img,.tealhr-main__img{height:100%;width:auto}.tealhr-main__img{inset:0 -340px auto auto;pointer-events:none;position:absolute;transition:all .3s;-webkit-transition:all .3s;user-select:none;z-index:-2}.tealhr-main__img img{height:100%;object-fit:cover;width:auto}.tealhr-main__vector{height:auto;inset:auto auto -430px -690px;pointer-events:none;position:absolute;transform:scaleX(-1);width:1620px;z-index:-10}.tealhr-main__vector img{width:100%}.tealhr-swiper{border-radius:40px;display:flex;flex-direction:column;justify-content:center;min-height:940px;position:relative}.tealhr-swiper.main{background:#f7f7f7;box-shadow:0 4px 250px 0 rgba(0,0,0,.2);margin:0 auto;max-width:1920px;padding:40px 50px 60px;width:100%}.tealhr-swiper.customers{gap:60px;margin:0 auto;max-width:1920px;max-width:2000px;width:100%}.tealhr-swiper__button{align-items:end;background-image:url(../svg/different/hummock.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:flex;height:64px;inset:-64px 50% auto auto;justify-content:center;position:absolute;transform:translate(50%);width:320px}.tealhr-swiper__button-link{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.tealhr-swiper__button-link-icon{stroke:#aeaeae;height:12px;width:22px}.tealhr-swiper__head{margin:0 auto;max-width:1240px;max-width:1320px;padding:0 40px;position:relative;width:100%;z-index:0}.tealhr-swiper__heading{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%;max-width:700px}.tealhr-swiper__content{margin:0 auto;max-width:1240px;width:100%}.tealhr-swiper-customers{gap:60px;justify-content:center;min-height:940px}.tealhr-block,.tealhr-swiper-customers{display:flex;flex-direction:column;width:100%}.tealhr-block{background:#f7f7f7;border-radius:40px;gap:20px;height:940px;margin:0 auto;max-width:1920px;overflow:hidden;padding:0 50px;position:relative}.tealhr-block.purple .tealhr-block__info-heading span{color:#524ac1!important}.tealhr-block.purple .tealhr-block__info-heading span:after,.tealhr-block.purple .tealhr-block__info-heading span:before{background-color:#d1d1f4!important}.tealhr-block.purple .tealhr-block__info-description span{color:#524ac1}.tealhr-block.purple .tealhr-block__info-item:after{background-image:url(../svg/icons/icon-lightning-perple.svg)}.tealhr-block.reverse .tealhr-block__info{margin:0 0 0 auto}.tealhr-block.reverse .tealhr-block__img{inset:0 auto auto -340px}.tealhr-block__content{display:flex;flex-direction:column;gap:32px;height:100%;justify-content:center;margin:0 auto;max-width:1240px;position:relative;width:100%;z-index:1}.tealhr-block:nth-child(odd) .tealhr-block__info-heading span{color:#0dcd66}.tealhr-block:nth-child(odd) .tealhr-block__info-heading span:after,.tealhr-block:nth-child(odd) .tealhr-block__info-heading span:before{background-color:#d6f9d3}.tealhr-block:nth-child(odd) .tealhr-block__info-description span{color:#0dcd66}.tealhr-block:nth-child(odd) .tealhr-block__info-item:after{background-image:url(../svg/icons/icon-lightning.svg)}.tealhr-block:nth-child(odd) .tealhr-block__info-important{border-bottom:1px solid #0dcd66;border-top:1px solid #0dcd66;color:#0dcd66}.tealhr-block:nth-child(odd) .tealhr-block__info span{color:#0dcd66}.tealhr-block:nth-child(2n) .tealhr-block__info-heading span{color:#524ac1}.tealhr-block:nth-child(2n) .tealhr-block__info-heading span:after,.tealhr-block:nth-child(2n) .tealhr-block__info-heading span:before{background-color:#d1d1f4}.tealhr-block:nth-child(2n) .tealhr-block__info-description span{color:#524ac1}.tealhr-block:nth-child(2n) .tealhr-block__info-item:after{background-image:url(../svg/icons/icon-lightning-perple.svg)}.tealhr-block:nth-child(2n) .tealhr-block__info-important{border-bottom:1px solid #524ac1;border-top:1px solid #524ac1;color:#524ac1}.tealhr-block:nth-child(2n) .tealhr-block__info span{color:#524ac1}.tealhr-block__info{display:flex;flex-direction:column;gap:24px;margin:0 auto 0 0;max-width:670px}.tealhr-block__info.v2{max-width:560px}.tealhr-block__info-head{display:flex;flex-direction:column;gap:24px}.tealhr-block__info-heading{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-block__info-description{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-block__info-description.italic{font-style:italic}.tealhr-block__info-title{font-size:18px;font-weight:500;font-weight:700;letter-spacing:-.04em;line-height:133%}.tealhr-block__info-list{display:flex;flex-direction:column;gap:14px;padding:0 0 0 22px}.tealhr-block__info-item{font-size:18px;font-weight:700;letter-spacing:-.04em;line-height:133%;position:relative}.tealhr-block__info-item:after{background-image:url(../svg/icons/icon-lightning.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";height:16px;inset:2px auto auto -22px;position:absolute;width:12px}.tealhr-block__info-content{display:flex;flex-direction:column;gap:24px}.tealhr-block__info-content-text{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-block__info-content-bottom{align-items:center;display:flex;gap:24px;justify-content:space-between}.tealhr-block__info-content-bottom-text{color:#4a4a4a;font-style:italic;opacity:.5}.tealhr-block__info-content-bottom-text,.tealhr-block__info-important{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-block__info-important{border-bottom:1px solid #0dcd66;border-top:1px solid #0dcd66;color:#0dcd66;display:flex;flex-direction:column;padding:18px 0}.tealhr-block__info-accent{color:#4a4a4a;font-size:24px;font-style:italic;font-weight:500;letter-spacing:-.04em;line-height:120%}.tealhr-block__info-accent span{font-size:32px;font-weight:700}.tealhr-block__info-percentages{display:flex;flex-direction:column;gap:20px}.tealhr-block__info-percentages-cell{align-items:center;color:#4a4a4a;display:flex;font-size:32px;font-weight:700;font-weight:500;gap:32px;letter-spacing:-.055em;line-height:127%}.tealhr-block__info-percentages-cell.medium{font-weight:500}.tealhr-block__img{height:100%;inset:0 -340px auto auto;pointer-events:none;position:absolute;transition:all .3s;-webkit-transition:all .3s;user-select:none;width:auto;z-index:-2}.tealhr-block__img img{height:100%;object-fit:cover;width:auto}.tealhr-businessCase__container{margin:0 auto;max-width:1920px;padding:0 50px;position:relative;width:100%}.tealhr-businessCase__container.top{background-image:url(../svg/different/background-fragment.svg);background-position:50%;background-repeat:no-repeat;background-size:cover}.tealhr-businessCase__container.bottom{background:#0dcd66;border-radius:0 0 40px 40px}.tealhr-businessCase__top{margin:0 auto;max-width:1240px;padding:155px 0 100px;width:100%}.tealhr-businessCase__bottom{margin:0 auto;max-width:1240px;padding:75px 0 150px;position:relative;width:100%}.tealhr-businessCase__info{align-items:center;display:flex;flex-direction:column;gap:15px;position:relative}.tealhr-businessCase__info-heading{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-businessCase__info-text{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-businessCase__employees{display:flex}.tealhr-businessCase__employee{border:2px solid #fff;border-radius:50%;height:60px;width:60px}.tealhr-businessCase__employee:not(:first-of-type){margin-left:-17px}.tealhr-businessCase__employee img{border-radius:50%;height:100%;object-fit:cover;width:100%}.tealhr-businessCase__cells{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.tealhr-businessCase__cell{color:#fff;display:flex;flex-direction:column;gap:32px;min-height:252px;padding:0 0 0 16px;position:relative}.tealhr-businessCase__cell:after{background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));content:"";height:100%;inset:0 auto 0 0;position:absolute;width:1px}.tealhr-businessCase__cell-top{display:flex;flex-direction:column;gap:10px}.tealhr-businessCase__cell-top .tealhr-businessCase__cell-text{max-width:210px}.tealhr-businessCase__cell-text,.tealhr-businessCase__cell-title{font-size:18px;font-weight:500;font-weight:700;letter-spacing:-.04em;line-height:133%}.tealhr-businessCase__cell-bottom{align-items:center;display:flex;gap:24px;margin:auto 0 0}.tealhr-faq{display:flex;flex-direction:column;gap:60px;justify-content:center;margin:0 auto;max-width:1240px;padding:120px 0 180px;width:100%}.tealhr-faq[data-block-version="2"]{padding:0 0 180px}.tealhr-faq__heading{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-learnMore{background-image:url(../svg/different/learn-more-background.svg),radial-gradient(62.41% 62.41% at 50% 50%,#7972cf 0,#36308d 100%);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:40px;height:560px;margin:0 auto;max-width:1920px;position:relative;width:100%}.tealhr-learnMore:after{background:radial-gradient(62.41% 62.41% at 50% 50%,rgba(121,114,207,0) 70.61%,#36308d 100%);border-radius:40px;content:"";inset:0;pointer-events:none;position:absolute}.tealhr-learnMore__content{align-items:center;display:flex;flex-direction:column;gap:32px;height:100%;justify-content:center;margin:0 auto;max-width:1240px;padding:0 50px;text-align:center;width:100%}.tealhr-learnMore__heading{color:#fff;font-size:84px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%;z-index:1}.tealhr-learnMore .tealhr__button{min-width:188px}.tealhr-contactsMain{margin:0 auto;max-width:1920px;padding:90px 0 100px;position:relative;width:100%}.tealhr-contactsMain__wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1240px;width:100%}.tealhr-contactsMain__head{padding:0 0 30px;position:relative}.tealhr-contactsMain__head:after{background:radial-gradient(45% 50% at 50% 50%,#afafaf 72.26%,#fff 100%);content:"";height:1px;inset:auto 0 0 0;position:absolute;width:100%}.tealhr-contactsMain__heading{font-size:84px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-contactsMain__content{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);position:relative}.tealhr-contactsMain__content:after{background:linear-gradient(180deg,#afafaf,#fff 118.41%);content:"";height:100%;inset:0 50% 0 auto;position:absolute;transform:translateX(-50%);width:1px}.tealhr-contactsMain__cell{display:flex;flex-wrap:wrap;gap:20px 80px;padding:30px 0 0}.tealhr-contactsMain__cell:nth-child(2){padding:30px 0 0 30px}.tealhr-contactsMain__cell-wrapper{display:flex;flex-direction:column;gap:12px}.tealhr-contactsMain__cell-title{color:#9c9c9c;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-contactsMain__cell-info{font-size:20px;font-weight:500;font-weight:700;letter-spacing:-.04em;line-height:140%;max-width:450px}.tealhr-contactsMain__cell-info-link{align-self:flex-start;border-bottom:1px solid transparent;font-size:20px;font-weight:500;letter-spacing:-.04em;line-height:140%;position:relative;transition:all .3s;-webkit-transition:all .3s}.tealhr-contactsMain__cell-info-link:hover{border-bottom-color:currentColor;color:#524ac1}html[lang=ru-RU] .tealhr-contactsMain__cell-info-link:hover{color:#0dcd66}.tealhr-contactsMain__cell-socials{align-items:center;display:flex;gap:16px}.tealhr-contactsMain__cell-socials-link{height:32px;width:32px}.tealhr-contactsMain__cell-socials-link svg{height:100%;width:100%}.tealhr-contactsMain__vector{height:auto;inset:auto auto -375px -180px;pointer-events:none;position:absolute;width:1400px;z-index:-2}.tealhr-contactsMain__vector img{width:100%}.tealhr-contactsMap iframe{border-radius:40px;height:940px;width:100%}.tealhr-archiveArticles{display:flex;flex-direction:column;gap:60px;margin:0 auto;max-width:1240px;padding:90px 0 100px;width:100%}.tealhr-archiveArticles__head{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.tealhr-archiveArticles__heading{font-size:84px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-archiveArticles__description{color:#4a4a4a;font-size:32px;font-weight:700;font-weight:500;letter-spacing:-.055em;line-height:127%;max-width:1190px;width:100%}.tealhr-archiveArticles__description.medium{font-weight:500}.tealhr-archiveArticles__content{display:grid;gap:40px 20px;grid-template-columns:repeat(3,1fr)}.tealhr-archiveArticles__card{background:#f7f7f7;border-radius:24px;display:flex;flex-direction:column;height:290px;overflow:hidden;width:100%}.tealhr-archiveArticles__card:hover .tealhr-archiveArticles__card-img img{opacity:.9;transform:scale(1.04)}.tealhr-archiveArticles__card-img{height:165px;overflow:hidden;pointer-events:none;user-select:none;width:100%}.tealhr-archiveArticles__card-img img{height:100%;object-fit:cover;object-position:center;transition:all 1s;width:100%}.tealhr-archiveArticles__card-info{display:flex;flex-direction:column;padding:20px 12px 32px}.tealhr-archiveArticles__card-info-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:18px;font-weight:500;font-weight:700;letter-spacing:-.04em;line-height:133%;overflow:hidden;text-overflow:ellipsis}.tealhr-article{margin:0 auto;max-width:840px;padding:90px 0 100px;width:100%}.tealhr-article .breadcrumb{margin:0 0 20px}.tealhr-article__content{color:#4a4a4a;display:flex;flex-direction:column;overflow:hidden}.tealhr-article__content>:first-child{margin-top:0}.tealhr-article__content .tealhr-h1,.tealhr-article__content .tealhr-h2,.tealhr-article__content .tealhr-h3,.tealhr-article__content h1,.tealhr-article__content h2,.tealhr-article__content h3{margin:40px 0 20px;text-transform:none}.tealhr-article__content .tealhr-h1,.tealhr-article__content h1{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-article__content .tealhr-h2,.tealhr-article__content h2{font-size:34px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-article__content .tealhr-h3,.tealhr-article__content h3{font-size:28px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-article__content hr{background:#ccc;border:0;height:1px;margin:0;width:100%}.tealhr-article__content p{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;line-height:1.5;margin:0 0 20px}.tealhr-article__content a{border-bottom:1px solid transparent;color:#524ac1}.tealhr-article__content a:hover{border-bottom-color:currentColor}html[lang=ru-RU] .tealhr-article__content a{color:#0dcd66}.tealhr-article__content ol,.tealhr-article__content ul{display:flex;flex-direction:column;gap:8px;list-style-type:none;margin:0 0 20px;padding:0 0 0 30px}.tealhr-article__content ol li,.tealhr-article__content ul li{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;position:relative}.tealhr-article__content ul li:before{background-image:url(../svg/icons/icon-lightning-perple.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";height:13px;inset:5px auto auto -22px;position:absolute;width:10px}html[lang=ru-RU] .tealhr-article__content ul li:before{background-image:url(../svg/icons/icon-lightning.svg)}.tealhr-article__content ol{counter-reset:step-counter}.tealhr-article__content ol li:before{content:counter(step-counter);counter-increment:step-counter;inset:0 auto auto -22px;position:absolute}.tealhr-article__content .blockquote{display:flex;flex-direction:column;font-size:18px;font-weight:500;gap:20px;letter-spacing:-.04em;line-height:133%;margin:0 0 40px;position:relative}.tealhr-article__content .blockquote:has(.blockquote__author){margin:0 0 20px}.tealhr-article__content .blockquote__info{background:#d1d1f4;border-radius:12px 12px 12px 0;color:#524ac1;padding:15px 20px;position:relative}html[lang=ru-RU] .tealhr-article__content .blockquote__info{background:#d6f9d3;color:#0dcd66}.tealhr-article__content .blockquote__info:after{background-image:url(../svg/icons/quote-tail.svg);background-repeat:no-repeat;background-size:100% 100%;content:"";height:20px;inset:auto auto -20px 0;position:absolute;transform:scaleX(-1);width:20px}html[lang=ru-RU] .tealhr-article__content .blockquote__info:after{background-image:url(../svg/icons/quote-tail-green.svg)}.tealhr-article__content .blockquote__author{align-items:center;display:flex;gap:13px;padding:4px 0}.tealhr-article__content .blockquote__author-avatar{border-radius:50%;flex:0 0 auto;height:60px;overflow:hidden;width:60px}.tealhr-article__content .blockquote__author-avatar img{height:100%;object-fit:cover;object-position:center;width:100%}.tealhr-article__content .blockquote__author-info{display:flex;flex-direction:column;font-size:18px;font-weight:500;gap:4px;letter-spacing:-.04em;line-height:133%}.tealhr-article__content .blockquote__author-name{color:#141414}.tealhr-article__content .blockquote__author-post{color:#9c9c9c}.tealhr-article__content .figure,.tealhr-article__content figure{align-items:center;display:flex;flex-direction:column;gap:12px;margin:0 0 40px;overflow:hidden;position:relative}.tealhr-article__content .figure figcaption,.tealhr-article__content .figure__figcaption,.tealhr-article__content figure figcaption,.tealhr-article__content figure__figcaption{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;text-align:center}.tealhr-article__content .figure img,.tealhr-article__content figure img{border-radius:24px;height:100%;margin:0;object-fit:cover;object-position:center;width:100%}.tealhr-article__content img{border-radius:24px;height:auto;margin:0 0 40px;width:100%}.tealhr-article__content .tealhr-article__important{border-bottom:1px solid #524ac1;border-top:1px solid #524ac1;color:#524ac1;display:flex;flex-direction:column;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;margin:0 0 20px;padding:36px 0}html[lang=ru-RU] .tealhr-article__content .tealhr-article__important{border-bottom-color:#0dcd66;border-top-color:#0dcd66;color:#0dcd66}.tealhr-article__content .tealhr-article__card{background:#f7f7f7;border-radius:24px;display:flex;flex-direction:column;gap:12px;margin:0 0 20px;padding:32px}.tealhr-article__content .tealhr-article__card h3,.tealhr-article__content .tealhr-article__card p{margin:0}.tealhr-pricing{display:flex;flex-direction:column;gap:60px;margin:0 auto;max-width:1240px;padding:90px 0 100px;width:100%}.tealhr-pricing__head{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.tealhr-pricing__heading{font-size:84px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-pricing__description{color:#4a4a4a;font-size:32px;font-weight:700;font-weight:500;letter-spacing:-.055em;line-height:127%;max-width:1190px;width:100%}.tealhr-pricing__description.medium{font-weight:500}.tealhr-pricing__content{align-items:center;display:flex;flex-direction:column;gap:24px}.tealhr-pricing__table{border:1px solid #ccc;border-radius:24px 24px 0 0;display:grid;grid-template-columns:minmax(400px,1fr) 220px 220px 220px;overflow:auto;width:100%}.tealhr-pricing__table-cell{border:1px solid #ccc;display:flex;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;padding:12px;text-align:left;transition:all .3s;-webkit-transition:all .3s}.tealhr-pricing__table-cell.head{align-items:center;background:#524ac1;color:#fff;font-weight:700;justify-content:center}.tealhr-pricing__table-cell.centered{color:#524ac1}.tealhr-pricing__table-cell.btn,.tealhr-pricing__table-cell.centered{align-items:center;justify-content:center}.tealhr-archiveFeatures{display:flex;flex-direction:column;gap:20px}.tealhr-archiveFeatures__head{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.tealhr-archiveFeatures__heading{font-size:84px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-archiveFeatures__description{color:#4a4a4a;font-size:32px;font-weight:700;font-weight:500;letter-spacing:-.055em;line-height:127%;max-width:1190px;width:100%}.tealhr-archiveFeatures__description.medium{font-weight:500}.tealhr-archiveFeatures__head{margin:0 auto;max-width:1240px;padding:90px 50px 100px;width:100%}.tealhr-archiveFeatures__content{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1920px;width:100%}.tealhr-archiveFeatures__content section{padding:0}.tealhr-archiveFeatures-block{align-items:center;background:#f7f7f7;border-radius:40px;display:flex;flex-direction:column;justify-content:center;min-height:940px;padding:0 50px}.tealhr-archiveFeatures-block__content{align-items:center;background:#f7f7f7;display:flex;gap:50px;height:auto;position:relative;z-index:1}.tealhr-archiveFeatures-block__img{align-items:center;display:flex;justify-content:center;max-width:660px;pointer-events:none;user-select:none;width:100%}.tealhr-archiveFeatures-block__img img{height:auto;width:100%}.tealhr-archiveFeatures-block:nth-child(odd) .tealhr-archiveFeatures-block__info-heading span{color:#0dcd66}.tealhr-archiveFeatures-block:nth-child(odd) .tealhr-archiveFeatures-block__info-heading span:after,.tealhr-archiveFeatures-block:nth-child(odd) .tealhr-archiveFeatures-block__info-heading span:before{background-color:#d6f9d3}.tealhr-archiveFeatures-block:nth-child(odd) .tealhr-archiveFeatures-block__info-description span{color:#0dcd66}.tealhr-archiveFeatures-block:nth-child(odd) .tealhr-archiveFeatures-block__info-item:after{background-image:url(../svg/icons/icon-lightning.svg)}.tealhr-archiveFeatures-block:nth-child(odd) .tealhr-archiveFeatures-block__info-important{border-bottom:1px solid #0dcd66;border-top:1px solid #0dcd66;color:#0dcd66}.tealhr-archiveFeatures-block:nth-child(odd) .tealhr-archiveFeatures-block__info span{color:#0dcd66}.tealhr-archiveFeatures-block:nth-child(2n) .tealhr-archiveFeatures-block__info-heading span{color:#524ac1}.tealhr-archiveFeatures-block:nth-child(2n) .tealhr-archiveFeatures-block__info-heading span:after,.tealhr-archiveFeatures-block:nth-child(2n) .tealhr-archiveFeatures-block__info-heading span:before{background-color:#d1d1f4}.tealhr-archiveFeatures-block:nth-child(2n) .tealhr-archiveFeatures-block__info-description span{color:#524ac1}.tealhr-archiveFeatures-block:nth-child(2n) .tealhr-archiveFeatures-block__info-item:after{background-image:url(../svg/icons/icon-lightning-perple.svg)}.tealhr-archiveFeatures-block:nth-child(2n) .tealhr-archiveFeatures-block__info-important{border-bottom:1px solid #524ac1;border-top:1px solid #524ac1;color:#524ac1}.tealhr-archiveFeatures-block:nth-child(2n) .tealhr-archiveFeatures-block__info span{color:#524ac1}.tealhr-archiveFeatures-block__info{display:flex;flex-direction:column;gap:24px;margin:0 auto 0 0;max-width:670px}.tealhr-archiveFeatures-block__info.v2{max-width:560px}.tealhr-archiveFeatures-block__info-head{display:flex;flex-direction:column;gap:24px}.tealhr-archiveFeatures-block__info-heading{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-archiveFeatures-block__info-description{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-archiveFeatures-block__info-description.italic{font-style:italic}.tealhr-archiveFeatures-block__info-title{font-size:18px;font-weight:500;font-weight:700;letter-spacing:-.04em;line-height:133%}.tealhr-archiveFeatures-block__info-list{display:flex;flex-direction:column;gap:14px;padding:0 0 0 22px}.tealhr-archiveFeatures-block__info-item{font-size:18px;font-weight:700;letter-spacing:-.04em;line-height:133%;position:relative}.tealhr-archiveFeatures-block__info-item:after{background-image:url(../svg/icons/icon-lightning.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";height:16px;inset:2px auto auto -22px;position:absolute;width:12px}.tealhr-archiveFeatures-block__info-content{display:flex;flex-direction:column;gap:24px}.tealhr-archiveFeatures-block__info-content-text{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-archiveFeatures-block__info-content-bottom{align-items:center;display:flex;gap:24px;justify-content:space-between}.tealhr-archiveFeatures-block__info-content-bottom-text{color:#4a4a4a;font-size:18px;font-style:italic;font-weight:500;letter-spacing:-.04em;line-height:133%;opacity:.5}.tealhr-archiveFeatures-block__info-important{border-bottom:1px solid #0dcd66;border-top:1px solid #0dcd66;color:#0dcd66;display:flex;flex-direction:column;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;padding:18px 0}.tealhr-archiveFeatures-block__info-accent{color:#4a4a4a;font-size:24px;font-style:italic;font-weight:500;letter-spacing:-.04em;line-height:120%}.tealhr-archiveFeatures-block__info-accent span{font-size:32px;font-weight:700}.tealhr-archiveFeatures-block__info-percentages{display:flex;flex-direction:column;gap:20px}.tealhr-archiveFeatures-block__info-percentages-cell{align-items:center;color:#4a4a4a;display:flex;font-size:32px;font-weight:700;font-weight:500;gap:32px;letter-spacing:-.055em;line-height:127%}.tealhr-archiveFeatures-block__info-percentages-cell.medium{font-weight:500}.tealhr-archiveFeatures-block__info{flex:0 0 auto;max-width:530px;width:100%}.tealhr-archiveCaseStudies{display:flex;flex-direction:column;gap:20px}.tealhr-archiveCaseStudies__head{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.tealhr-archiveCaseStudies__heading{font-size:84px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-archiveCaseStudies__description{color:#4a4a4a;font-size:32px;font-weight:700;font-weight:500;letter-spacing:-.055em;line-height:127%;max-width:1190px;width:100%}.tealhr-archiveCaseStudies__description.medium{font-weight:500}.tealhr-archiveCaseStudies__head{margin:0 auto;max-width:1240px;padding:90px 50px 100px;width:100%}.tealhr-archiveCaseStudies__content{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1920px;width:100%}.tealhr-archiveCaseStudies-block{align-items:center;background:#f7f7f7;border-radius:40px;display:flex;flex-direction:column;justify-content:center;min-height:940px;padding:0 50px}.tealhr-archiveCaseStudies-block:nth-child(odd) .tealhr-archiveCaseStudies-block__info-heading span{color:#0dcd66}.tealhr-archiveCaseStudies-block:nth-child(odd) .tealhr-archiveCaseStudies-block__info-heading span:after,.tealhr-archiveCaseStudies-block:nth-child(odd) .tealhr-archiveCaseStudies-block__info-heading span:before{background-color:#d6f9d3}.tealhr-archiveCaseStudies-block:nth-child(odd) .tealhr-archiveCaseStudies-block__info-description span{color:#0dcd66}.tealhr-archiveCaseStudies-block:nth-child(odd) .tealhr-archiveCaseStudies-block__info-item:after{background-image:url(../svg/icons/icon-lightning.svg)}.tealhr-archiveCaseStudies-block:nth-child(odd) .tealhr-archiveCaseStudies-block__info-important{border-bottom:1px solid #0dcd66;border-top:1px solid #0dcd66;color:#0dcd66}.tealhr-archiveCaseStudies-block:nth-child(odd) .tealhr-archiveCaseStudies-block__info span{color:#0dcd66}.tealhr-archiveCaseStudies-block:nth-child(2n) .tealhr-archiveCaseStudies-block__info-heading span{color:#524ac1}.tealhr-archiveCaseStudies-block:nth-child(2n) .tealhr-archiveCaseStudies-block__info-heading span:after,.tealhr-archiveCaseStudies-block:nth-child(2n) .tealhr-archiveCaseStudies-block__info-heading span:before{background-color:#d1d1f4}.tealhr-archiveCaseStudies-block:nth-child(2n) .tealhr-archiveCaseStudies-block__info-description span{color:#524ac1}.tealhr-archiveCaseStudies-block:nth-child(2n) .tealhr-archiveCaseStudies-block__info-item:after{background-image:url(../svg/icons/icon-lightning-perple.svg)}.tealhr-archiveCaseStudies-block:nth-child(2n) .tealhr-archiveCaseStudies-block__info-important{border-bottom:1px solid #524ac1;border-top:1px solid #524ac1;color:#524ac1}.tealhr-archiveCaseStudies-block:nth-child(2n) .tealhr-archiveCaseStudies-block__info span{color:#524ac1}.tealhr-archiveCaseStudies-block__info{display:flex;flex-direction:column;gap:24px;margin:0 auto 0 0;max-width:670px}.tealhr-archiveCaseStudies-block__info.v2{max-width:560px}.tealhr-archiveCaseStudies-block__info-head{display:flex;flex-direction:column;gap:24px}.tealhr-archiveCaseStudies-block__info-heading{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-archiveCaseStudies-block__info-description{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-archiveCaseStudies-block__info-description.italic{font-style:italic}.tealhr-archiveCaseStudies-block__info-title{font-size:18px;font-weight:500;font-weight:700;letter-spacing:-.04em;line-height:133%}.tealhr-archiveCaseStudies-block__info-list{display:flex;flex-direction:column;gap:14px;padding:0 0 0 22px}.tealhr-archiveCaseStudies-block__info-item{font-size:18px;font-weight:700;letter-spacing:-.04em;line-height:133%;position:relative}.tealhr-archiveCaseStudies-block__info-item:after{background-image:url(../svg/icons/icon-lightning.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";height:16px;inset:2px auto auto -22px;position:absolute;width:12px}.tealhr-archiveCaseStudies-block__info-content{display:flex;flex-direction:column;gap:24px}.tealhr-archiveCaseStudies-block__info-content-text{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-archiveCaseStudies-block__info-content-bottom{align-items:center;display:flex;gap:24px;justify-content:space-between}.tealhr-archiveCaseStudies-block__info-content-bottom-text{color:#4a4a4a;font-size:18px;font-style:italic;font-weight:500;letter-spacing:-.04em;line-height:133%;opacity:.5}.tealhr-archiveCaseStudies-block__info-important{border-bottom:1px solid #0dcd66;border-top:1px solid #0dcd66;color:#0dcd66;display:flex;flex-direction:column;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;padding:18px 0}.tealhr-archiveCaseStudies-block__info-accent{color:#4a4a4a;font-size:24px;font-style:italic;font-weight:500;letter-spacing:-.04em;line-height:120%}.tealhr-archiveCaseStudies-block__info-accent span{font-size:32px;font-weight:700}.tealhr-archiveCaseStudies-block__info-percentages{display:flex;flex-direction:column;gap:20px}.tealhr-archiveCaseStudies-block__info-percentages-cell{align-items:center;color:#4a4a4a;display:flex;font-size:32px;font-weight:700;font-weight:500;gap:32px;letter-spacing:-.055em;line-height:127%}.tealhr-archiveCaseStudies-block__info-percentages-cell.medium{font-weight:500}.tealhr-archiveCaseStudies-block__content{align-items:center;background:#f7f7f7;display:flex;gap:50px;height:auto;position:relative;z-index:1}.tealhr-archiveCaseStudies-block__img{align-items:center;display:flex;justify-content:center;max-width:660px;pointer-events:none;user-select:none;width:100%}.tealhr-archiveCaseStudies-block__img img{height:auto;width:100%}.tealhr-archiveCaseStudies-block__info{flex:0 0 auto;max-width:530px;width:100%}.tealhr-aboutMain{margin:0 auto;max-width:1920px;padding:90px 0 100px;width:100%}.tealhr-aboutMain__head{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.tealhr-aboutMain__heading{font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-aboutMain__description{color:#4a4a4a;font-size:32px;font-weight:700;font-weight:500;letter-spacing:-.055em;line-height:127%;max-width:1190px;width:100%}.tealhr-aboutMain__description.medium{font-weight:500}.tealhr-aboutMain[data-block-version="2"] .tealhr-aboutMain__content{grid-template-columns:repeat(3,1fr)}.tealhr-aboutMain[data-block-version="2"] .tealhr-aboutMain__content:after{display:none}.tealhr-aboutMain[data-block-version="2"] .tealhr-aboutMain__card:not(:last-child):after{background:linear-gradient(180deg,#afafaf,#fff 118.41%);content:"";height:100%;inset:0 -10px 0 auto;position:absolute;width:1px}.tealhr-aboutMain[data-block-version="2"] .tealhr-aboutMain__card-img{width:auto}.tealhr-aboutMain[data-block-version="2"] .tealhr-aboutMain__card-content-text{color:#4a4a4a}.tealhr-aboutMain__wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1240px;width:100%}.tealhr-aboutMain__head{padding:0 0 60px;position:relative}.tealhr-aboutMain__head:after{background:radial-gradient(50% 50% at 50% 50%,#afafaf 72.26%,#fff 100%);content:"";height:1px;inset:auto 0 0 0;position:absolute;width:100%}.tealhr-aboutMain__heading{font-size:84px}.tealhr-aboutMain__heading,.tealhr-aboutMain__heading_small{font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-aboutMain__heading_small{font-size:64px}.tealhr-aboutMain__content{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);position:relative}.tealhr-aboutMain__content:after{background:linear-gradient(180deg,#afafaf,#fff 118.41%);content:"";height:100%;inset:0 50% 0 auto;position:absolute;transform:translateX(-50%);width:1px}.tealhr-aboutMain__card{gap:12px;padding:32px 24px;position:relative}.tealhr-aboutMain__card,.tealhr-aboutMain__card-head{align-items:center;display:flex;flex-direction:column}.tealhr-aboutMain__card-head{gap:24px}.tealhr-aboutMain__card-heading{font-size:28px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-aboutMain__card-img{height:108px;width:108px}.tealhr-aboutMain__card-img img{height:100%;width:100%}.tealhr-aboutMain__card-content{display:flex;flex-direction:column;gap:16px}.tealhr-aboutMain__card-content-text{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;text-align:center}.tealhr-awards{background-image:url(../svg/different/learn-more-background.svg),radial-gradient(62.41% 62.41% at 50% 50%,#7972cf 0,#36308d 100%);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:40px;color:#fff;height:775px;margin:0 auto;max-width:1920px;padding:0 50px;position:relative;width:100%}.tealhr-awards:after{background:radial-gradient(62.41% 62.41% at 50% 50%,rgba(121,114,207,0) 70.61%,#36308d 100%);border-radius:40px;content:"";inset:0;pointer-events:none;position:absolute}.tealhr-awards[data-block-version="2"]{background-image:url(../svg/different/learn-more-background.svg),radial-gradient(68.61% 68.61% at 50% 43.8%,#51c587 0,#0c6d39 100%);background-position:50%;background-repeat:no-repeat;background-size:cover}.tealhr-awards[data-block-version="2"]:after{display:none}.tealhr-awards__content{align-items:center;display:flex;gap:20px;height:100%;justify-content:center;margin:0 auto;max-width:1240px;width:100%}.tealhr-awards__content-left{display:flex;flex-direction:column;gap:60px;max-width:880px;width:100%}.tealhr-awards__content-left-img{max-width:510px;width:100%}.tealhr-awards__content-left-img img{height:auto;width:100%}.tealhr-awards__content-left p{font-size:32px;font-weight:500;letter-spacing:-.04em;line-height:1.3}.tealhr-awards__content-right{display:flex;flex-direction:column;gap:24px;max-width:348px;padding:0 16px;position:relative;width:100%}.tealhr-awards__content-right:after{background:linear-gradient(180deg,#afafaf,#fff 118.41%);content:"";height:100%;inset:0 auto 0 0;position:absolute;width:1px}.tealhr-awards__content-right-img{height:300px;width:100%}.tealhr-awards__content-right-img img{border-radius:24px;height:100%;object-fit:cover;width:100%}.tealhr-awards__content-right h3{font-size:28px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:1.3}.tealhr-awards__content-right .tealhr__button-link.v2{color:#fff}.tealhr-awards__info{font-size:32px;font-weight:700;font-weight:500;letter-spacing:-.055em;line-height:127%}.tealhr-awards__info.medium{font-weight:500}.tealhr-awards__heading{color:#fff;font-size:28px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-components{background:#f7f7f7;border-radius:40px;display:flex;flex-direction:column;gap:40px;justify-content:center;margin:0 auto;max-width:1920px;min-height:940px;padding:120px 50px;width:100%}.tealhr-components__heading{margin:0 auto;max-width:870px;text-align:center}.tealhr-components__content{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1240px;width:100%}.tealhr-components__card{background:#fff;border-radius:24px;display:flex;flex-direction:column;gap:72px;padding:32px}.tealhr-components__card-top{display:flex;gap:20px}.tealhr-components__card-footer{display:flex}.tealhr-components__card-footer .tealhr__button-link{margin:0 0 0 auto}.tealhr-components__card-img{flex:0 0 auto;height:108px;width:108px}.tealhr-components__card-img img{height:100%;width:100%}.tealhr-components__card-info{display:flex;flex-direction:column;gap:12px}.tealhr-components__card-info-heading{font-size:28px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-components__card-info-text{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-bulletin{display:flex;flex-direction:column;margin:0 auto;max-width:1240px;padding:90px 0 100px;width:100%}.tealhr-bulletin__head{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.tealhr-bulletin__heading{font-size:84px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-bulletin__description{color:#4a4a4a;font-size:32px;font-weight:700;font-weight:500;letter-spacing:-.055em;line-height:127%;max-width:1190px;width:100%}.tealhr-bulletin__description.medium{font-weight:500}.tealhr-bulletin__head{padding:0 0 100px}.tealhr-bulletin__head .tealhr__button{min-width:220px}.tealhr-bulletin__contributors{display:flex;flex-direction:column;gap:60px;padding:90px 0 100px}.tealhr-bulletin__contributors-head{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.tealhr-bulletin__contributors-heading{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-bulletin__contributors-description{color:#4a4a4a;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%;max-width:705px}.tealhr-bulletin__contributors-cards{display:grid;gap:40px 20px;grid-template-columns:repeat(3,1fr);max-width:1060px;width:100%}.tealhr-bulletin__contributors-card{background:#f7f7f7;border-radius:24px;display:flex;flex-direction:column;min-height:290px;overflow:hidden;width:100%}.tealhr-bulletin__contributors-card-img{height:252px;overflow:hidden;pointer-events:none;user-select:none;width:100%}.tealhr-bulletin__contributors-card-img img{height:100%;object-fit:cover;object-position:top;transition:all 1s;width:100%}.tealhr-bulletin__contributors-card-info{align-items:center;display:flex;flex-direction:column;gap:12px;padding:20px 12px 32px;text-align:center}.tealhr-bulletin__contributors-card-info-name{font-size:34px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-bulletin__contributors-card-info-city{color:#524ac1}.tealhr-bulletin__contributors-card-info-city,.tealhr-bulletin__contributors-card-info-company,.tealhr-bulletin__contributors-card-info-text{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-bulletin__contributors-card-info-company{color:#4a4a4a;font-size:16px}.tealhr-bulletin__form{align-items:center;margin:0 auto;max-width:670px;padding:90px 0 0}.tealhr-bulletin__form,.tealhr-bulletin__form-wrapper{display:flex;flex-direction:column;gap:20px;width:100%}.tealhr-bulletin__form-info{font-size:14px;font-weight:500;letter-spacing:-.04em;line-height:110%;text-align:center}.tealhr-bulletin__form-info-link{border-bottom:1px solid transparent;color:#524ac1}.tealhr-bulletin__form-info-link:hover{border-bottom-color:currentColor}.tealhr-bulletin .tealhr__form{margin:0 auto;max-width:670px;width:100%}.tealhr-information{background-image:url(../svg/different/learn-more-background.svg),radial-gradient(68.61% 68.61% at 50% 43.8%,#51c587 0,#0c6d39 100%);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:40px;margin:0 auto;max-width:1920px;overflow:hidden;padding:120px 50px;position:relative;width:100%}.tealhr-information[data-block-version="2"]{padding:80px 50px}.tealhr-information[data-block-version="2"] .tealhr-information__block{max-width:570px;z-index:1}.tealhr-information[data-block-version="2"] .tealhr-information__img{inset:-85px -345px -85px auto;position:absolute;width:auto;z-index:0}.tealhr-information[data-block-version="2"] .tealhr-information__img img{height:100%;object-fit:cover;width:100%}.tealhr-information[data-block-version="3"]{background:#009b65}.tealhr-information[data-block-version="4"]{background:transparent}.tealhr-information[data-block-version="4"] .tealhr-information__heading{color:#141414}.tealhr-information[data-block-version="4"] .tealhr-information__subhead{color:#009b65;font-weight:700}.tealhr-information[data-block-version="4"] .tealhr-information__info{color:#4a4a4a}.tealhr-information__content{align-items:self-start;display:grid;gap:80px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1240px;position:relative;width:100%}.tealhr-information__block{display:flex;flex-direction:column;gap:32px;position:relative}.tealhr-information__block .tealhr__button{min-width:220px}.tealhr-information__heading,.tealhr-information__info,.tealhr-information__subhead{color:#fff}.tealhr-information__head{display:flex;flex-direction:column;gap:16px}.tealhr-information__heading{font-size:48px;font-style:Italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-information__heading_big{font-size:64px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-information__info,.tealhr-information__subhead{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-information__info{max-width:480px}.tealhr-information__img{height:auto;pointer-events:none;transition:all .3s;-webkit-transition:all .3s;user-select:none;width:100%}.tealhr-logos{height:65px;margin:0 auto;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);max-width:1240px;overflow:hidden;position:relative;width:100%}.tealhr-logos-track{align-items:center;animation:scrollLeft 100s linear infinite;display:flex;gap:30px;height:65px;min-width:max-content}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.tealhr-logo{align-items:center;display:flex;filter:grayscale(100%);flex-shrink:0;height:auto}.tealhr-logo img{height:auto;max-height:65px;object-fit:contain;width:auto}.tealhr-prices{display:flex;flex-direction:column;gap:60px;margin:0 auto;max-width:1240px;padding:90px 0 100px;width:100%}.tealhr-prices__head{align-items:center;display:flex;flex-direction:column;gap:24px;text-align:center}.tealhr-prices__heading{font-size:84px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-prices__description{color:#4a4a4a;font-size:32px;font-weight:700;font-weight:500;letter-spacing:-.055em;line-height:127%;max-width:1190px;width:100%}.tealhr-prices__description.medium{font-weight:500}.tealhr-prices__description{max-width:700px}.tealhr-prices__content{display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.tealhr-prices__card:nth-child(odd) .tealhr-prices__card-body{background:rgba(13,205,102,.051)}.tealhr-prices__card:nth-child(odd) .tealhr-prices__card-item:after{background-image:url(../svg/icons/icon-lightning.svg)}.tealhr-prices__card:nth-child(2n) .tealhr-prices__card-body{background:rgba(82,74,193,.051)}.tealhr-prices__card:nth-child(2n) .tealhr-prices__card-item:after{background-image:url(../svg/icons/icon-lightning-perple.svg)}.tealhr-prices__card:nth-child(2n) span{color:#524ac1}.tealhr-prices__card:nth-child(2n) span:after,.tealhr-prices__card:nth-child(2n) span:before{background-color:#d1d1f4}.tealhr-prices__card-body{align-items:center;border-radius:24px;display:flex;flex-direction:column;gap:32px;padding:24px 24px 48px}.tealhr-prices__card-head{display:flex;flex-direction:column;gap:24px;text-align:center}.tealhr-prices__card-heading{font-size:34px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-prices__card-description{display:flex;flex-direction:column;gap:10px}.tealhr-prices__card-description-price{font-size:34px;font-size:32px;font-style:italic;font-weight:800;letter-spacing:-.055em;line-height:110%}.tealhr-prices__card-description-info{font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:133%}.tealhr-prices__card-content{align-items:center;display:flex;flex-direction:column;gap:32px}.tealhr-prices__card-content .tealhr__button{min-width:220px}.tealhr-prices__card-list{display:flex;flex-direction:column;gap:14px;padding:0 0 0 22px}.tealhr-prices__card-info,.tealhr-prices__card-item{font-size:16px;letter-spacing:-.04em;line-height:133%;position:relative}.tealhr-prices__card-item{font-weight:700}.tealhr-prices__card-item:after{background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";height:16px;inset:2px auto auto -22px;position:absolute;width:12px}.tealhr-prices__card-info{font-style:Italic;font-weight:400;text-align:center}@media screen and (max-width:1919px){.footer[data-block-version="2"] .footer__content-bottom{align-items:start;flex-direction:column-reverse}.footer[data-block-version="2"] .footer__content-bottom-links{flex-wrap:wrap;gap:8px 40px}.footer[data-block-version="2"] .footer__content-bottom-links:after{display:block}}@media screen and (max-width:1599px){.footer__content-links{gap:90px}}@media screen and (max-width:1439px){.footer__content{padding:120px 40px 60px}.header{padding:10px 40px}.header__navigation{gap:60px}.header__item{font-size:16px}.mobile-menu__socials-description{font-size:14px}section{padding:0 40px}.tealhr-swiper.main{padding:130px 40px 90px}.tealhr-block,.tealhr-businessCase__container,.tealhr-learnMore__content{padding:0 40px}.tealhr-archiveFeatures__head{padding:90px 40px 100px}.tealhr-archiveFeatures-block{padding:0 40px}.tealhr-archiveCaseStudies__head{padding:90px 40px 100px}.tealhr-archiveCaseStudies-block,.tealhr-awards{padding:0 40px}.tealhr-components,.tealhr-information{padding:120px 40px}.tealhr-prices{padding:90px 0 100px}}@media(min-width:1365px){h2.tealhr-information__heading.tealhr-information__heading_big{white-space:nowrap}}@media screen and (max-width:1279px){.footer[data-block-version="2"] .footer__vector{inset:auto -100px -30px auto}.footer__content{gap:60px;min-height:auto}.footer__content-bottom{align-items:start;flex-direction:column-reverse}.footer__content-bottom-copyright{max-width:100%}.footer__content-bottom-links{width:100%}.footer__content-bottom-links:after{display:block}.footer__content-info{gap:40px;max-width:570px}.footer__content-links{flex-direction:column;gap:32px;padding:0}.footer__content-links-column{gap:32px}.footer__button.up{inset:auto;position:relative}.footer__vector{inset:auto -100px -30px auto;width:1200px}.header__container .tealhr__button{min-width:180px}.header__navbar{display:none}.header__burger{display:flex}.swiper-main{min-height:650px}.swiper-main .swiper-slide__info{max-width:100%!important}.swiper-main .swiper-slide__info.v2{display:grid;grid-template-columns:repeat(2,1fr)}.swiper-main .swiper-slide__info-description{max-width:435px}.swiper-main .swiper-slide__info-percentages{display:grid;grid-template-columns:repeat(2,1fr)}.swiper-main .swiper-slide__info{max-width:510px!important;padding:0}.swiper-main__cells{display:flex;flex-direction:column;gap:10px}.swiper-main__cell{padding:32px 106px}.swiper-main__navigation{display:none}.swiper-main__tabs{font-size:16px;height:60px;padding:10px}.swiper-main__tabs-button{font-size:16px;height:40px;padding:12px}.swiper-customers .swiper-slide__info-title{font-size:28px;line-height:1.4}section.tealhrMainSwiper{margin:-50px 0 0}.tealhr-main{height:800px}.tealhr-main[data-block-version="2"]{min-height:auto;padding:140px 0}.tealhr-main[data-block-version="2"] .tealhr-main__content .tealhr__button{min-width:180px}.tealhr-main__info{max-width:505px;padding:140px 0 0}.tealhr-main__achievements{height:60px}.tealhr-main__img{inset:0 -40px auto auto}.tealhr-main__vector{inset:auto auto -70px -335px;width:1023px}.tealhr-swiper{min-height:auto}.tealhr-swiper.main{padding:45px 40px 90px}.tealhr-swiper.customers{padding:120px 0}.tealhr-swiper__button{height:55px;inset:-52px 50% auto auto;width:260px}.tealhr-swiper-customers{min-height:auto}.tealhr-block{height:auto;padding:120px 40px 45px}.tealhr-block.reverse .tealhr-block__img{inset:auto}.tealhr-block__info{max-width:100%!important}.tealhr-block__info.v2{display:grid;grid-template-columns:repeat(2,1fr)}.tealhr-block__info-description{max-width:435px}.tealhr-block__info-percentages{display:grid;grid-template-columns:repeat(2,1fr)}.tealhr-block__img{height:auto;inset:auto;position:relative}.tealhr-block__img img{aspect-ratio:16/9;border-radius:25px;height:auto;min-height:560px;width:100%}.tealhr-businessCase__container.top{background-position:bottom right 16%}.tealhr-businessCase__top{padding:120px 0}.tealhr-businessCase__bottom{padding:75px 0 100px}.tealhr-businessCase__info{align-items:start;max-width:510px;text-align:start}.tealhr-businessCase__cells{gap:40px 16px;grid-template-columns:repeat(2,1fr)}.tealhr-contactsMain__vector{display:none}.tealhr-contactsMap iframe{height:768px}.tealhr-pricing__table{grid-template-columns:minmax(300px,1fr) 180px 180px 180px}.tealhr-archiveFeatures-block__info{max-width:100%!important}.tealhr-archiveFeatures-block__info.v2{display:grid;grid-template-columns:repeat(2,1fr)}.tealhr-archiveFeatures-block__info-description{max-width:435px}.tealhr-archiveFeatures-block__info-percentages{display:grid;grid-template-columns:repeat(2,1fr)}.tealhr-archiveFeatures-block__info{max-width:510px!important;padding:0}.tealhr-archiveCaseStudies-block__info{max-width:100%!important}.tealhr-archiveCaseStudies-block__info.v2{display:grid;grid-template-columns:repeat(2,1fr)}.tealhr-archiveCaseStudies-block__info-description{max-width:435px}.tealhr-archiveCaseStudies-block__info-percentages{display:grid;grid-template-columns:repeat(2,1fr)}.tealhr-archiveCaseStudies-block__info{max-width:510px!important;padding:0}.tealhr-awards{height:auto;padding:120px 40px}.tealhr-awards__content-left p{font-size:28px;line-height:1.4}.tealhr-components{min-height:auto}.tealhr-components__card{gap:32px}.tealhr-bulletin__head .tealhr__button{min-width:180px}.tealhr-information[data-block-version="2"] .tealhr-information__img{inset:-85px -55px -85px auto}.tealhr-information__content{gap:40px}}@media(max-width:1200px){.header-banner__img{max-width:1024px}}@media screen and (max-width:1099px){.footer[data-block-version="2"] .footer__content-bottom-links{display:grid;grid-template-columns:repeat(2,max-content)}.footer[data-block-version="2"] .footer__content-bottom-link:nth-child(2n):after{display:none}.footer[data-block-version="2"] .footer__vector{inset:auto -350px 50% auto}.footer__content-top{display:flex;flex-direction:column;gap:60px}.footer__content-links{flex-direction:row;justify-content:space-between}.footer__button.up{margin:auto 0 0}.footer__vector{inset:auto -350px 50% auto;transform:translateY(50%)}.swiper-main{padding:0}.swiper-main .swiper-wrapper{background:transparent;flex-direction:column;gap:10px;height:auto}.swiper-main .swiper-slide{border-radius:40px;display:flex;flex-direction:column;gap:20px;padding:30px 40px 60px;pointer-events:auto!important;width:100%}.swiper-main .swiper-slide__img{height:600px;margin:0 auto}.swiper-main .swiper-slide__img img{height:100%;width:auto}.swiper-main .swiper-slide__info{margin:0;max-width:100%}.swiper-main .swiper-slide__info.v2{display:flex;flex-direction:column;max-width:100%}.swiper-main .swiper-slide__info-description{max-width:100%}.swiper-main .swiper-slide__info-item{font-size:16px}.swiper-main .swiper-slide__info-content-bottom{display:flex;flex-direction:row-reverse}.swiper-main .swiper-slide__info-percentages{display:flex;flex-direction:column}.swiper-main .swiper-slide__info-percentages-cell{font-size:28px;line-height:140%}.swiper-main .swiper-slide__info{max-width:100%!important;width:100%}.swiper-main__cell{background:#f7f7f7;padding:32px 24px 32px 16px}.swiper-main__tabs{display:none}.swiper-customers{padding:0 40px 60px}.swiper-customers .swiper-slide:first-child{border-left:none;padding:0}.swiper-customers .swiper-slide:first-child:before{display:none}.swiper-customers .swiper-scrollbar{display:block}.swiper-customers__navigation{display:none}.tealhr__button-link{background:#282828;border-radius:60px;color:#fff;height:60px;padding:15px 30px}.tealhr__button-link:hover{background:#5c5c5c;color:#fff}.tealhr__button-link svg.carriage,.tealhr__button-link:after{display:none}.tealhr__button-link.v2{background:transparent;border-radius:0;color:#4a4a4a;height:auto;padding:0}.tealhr__button-link.v2 svg,.tealhr__button-link.v2:after{display:block}.tealhr-h1,h1{font-size:76px}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):after{left:-12px}.tealhr-learnMore__heading span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] [class*=heading] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] [class*=title] span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h3 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h4 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h5 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,[class*=wp-block-teal-hr] h6 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,h1 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before,h2 span:not(.components-base-control__label):not(.components-panel__body-title):not(.dashicon):not(.block-editor-block-icon):before{right:-12px}h2 span:after{left:-12px}h2 span:before{right:-12px}section.tealhrMainSwiper{margin:-220px 0 0}.tealhr-main{height:auto}.tealhr-main[data-block-version="2"]{padding:140px 0 120px}.tealhr-main__info{align-items:center;gap:26px;max-width:100%;text-align:center}.tealhr-main__heading{font-size:76px}.tealhr-main__subhead{font-size:28px;line-height:140%}.tealhr-main__img{display:flex;height:680px;inset:auto;margin:0 -40px;position:relative}.tealhr-main__img img{border-radius:40px;width:100%}.tealhr-main__vector{inset:210px -415px auto auto;transform:rotate(52deg)}.tealhr-swiper.main{background:#fff;box-shadow:none;gap:10px;padding:0}.tealhr-swiper.customers{gap:40px;padding:60px 0}.tealhr-swiper__head{gap:40px}.tealhr-block{background:transparent;border-radius:26px;padding:60px 40px 0}.tealhr-block.reverse .tealhr-block__info{margin:0}.tealhr-block__info{margin:0;max-width:100%;width:100%}.tealhr-block__info.v2{display:flex;flex-direction:column;max-width:100%}.tealhr-block__info-description{max-width:100%}.tealhr-block__info-item{font-size:16px}.tealhr-block__info-content-bottom{display:flex;flex-direction:row-reverse}.tealhr-block__info-percentages{display:flex;flex-direction:column}.tealhr-block__info-percentages-cell{font-size:28px;line-height:140%}.tealhr-block__img{margin:0 -40px}.tealhr-block__img img{min-height:554px;object-position:right}.tealhr-businessCase__container.top{background-position:bottom right 34%}.tealhr-faq,.tealhr-faq[data-block-version="2"]{padding:60px 0 80px}.tealhr-faq__heading{text-align:center}.tealhr-learnMore__content{gap:24px}.tealhr-learnMore__heading{font-size:76px}.tealhr-contactsMain{padding:60px 0 80px}.tealhr-contactsMain__wrapper{gap:40px}.tealhr-contactsMain__head{padding:0}.tealhr-contactsMain__head:after{display:none}.tealhr-contactsMain__heading{font-size:76px}.tealhr-contactsMain__content{display:flex;flex-direction:column;gap:32px}.tealhr-contactsMain__content:after{display:none}.tealhr-contactsMain__cell{gap:32px;padding:0}.tealhr-contactsMain__cell:nth-child(2){flex-direction:column;padding:0}.tealhr-archiveArticles{padding:60px 0 80px}.tealhr-archiveArticles__heading{font-size:76px}.tealhr-archiveArticles__description{font-size:28px;line-height:140%}.tealhr-archiveArticles__content{grid-template-columns:repeat(2,1fr)}.tealhr-article,.tealhr-pricing{padding:60px 0 80px}.tealhr-pricing__heading{font-size:76px}.tealhr-pricing__description{font-size:28px;line-height:140%}.tealhr-pricing__table{grid-template-columns:minmax(300px,1fr) 160px 160px 160px}.tealhr-pricing__table-cell{font-size:16px}.tealhr-archiveFeatures__heading{font-size:76px}.tealhr-archiveFeatures__description{font-size:28px;line-height:140%}.tealhr-archiveFeatures-block{border-radius:26px;min-height:auto;padding:0}.tealhr-archiveFeatures-block__content{border-radius:40px;display:flex;flex-direction:column;gap:20px;padding:30px 40px 60px;pointer-events:auto!important;width:100%}.tealhr-archiveFeatures-block__img{height:600px;margin:0 auto}.tealhr-archiveFeatures-block__img img{height:100%;width:auto}.tealhr-archiveFeatures-block__info{margin:0;max-width:100%}.tealhr-archiveFeatures-block__info.v2{display:flex;flex-direction:column;max-width:100%}.tealhr-archiveFeatures-block__info-description{max-width:100%}.tealhr-archiveFeatures-block__info-item{font-size:16px}.tealhr-archiveFeatures-block__info-content-bottom{display:flex;flex-direction:row-reverse}.tealhr-archiveFeatures-block__info-percentages{display:flex;flex-direction:column}.tealhr-archiveFeatures-block__info-percentages-cell{font-size:28px;line-height:140%}.tealhr-archiveFeatures-block__info{max-width:100%!important;width:100%}.tealhr-archiveCaseStudies__heading{font-size:76px}.tealhr-archiveCaseStudies__description{font-size:28px;line-height:140%}.tealhr-archiveCaseStudies-block{border-radius:26px;min-height:auto;padding:0}.tealhr-archiveCaseStudies-block__info{margin:0;max-width:100%}.tealhr-archiveCaseStudies-block__info.v2{display:flex;flex-direction:column;max-width:100%}.tealhr-archiveCaseStudies-block__info-description{max-width:100%}.tealhr-archiveCaseStudies-block__info-item{font-size:16px}.tealhr-archiveCaseStudies-block__info-content-bottom{display:flex;flex-direction:row-reverse}.tealhr-archiveCaseStudies-block__info-percentages{display:flex;flex-direction:column}.tealhr-archiveCaseStudies-block__info-percentages-cell{font-size:28px;line-height:140%}.tealhr-archiveCaseStudies-block__content{border-radius:40px;display:flex;flex-direction:column;gap:20px;padding:30px 40px 60px;pointer-events:auto!important;width:100%}.tealhr-archiveCaseStudies-block__img{height:600px;margin:0 auto}.tealhr-archiveCaseStudies-block__img img{height:100%;width:auto}.tealhr-archiveCaseStudies-block__info{max-width:100%!important;width:100%}.tealhr-aboutMain{padding:60px 0 80px}.tealhr-aboutMain__description{font-size:28px;line-height:140%}.tealhr-aboutMain[data-block-version="2"] .tealhr-aboutMain__card:not(:last-child):after{height:1px;inset:auto 0 0 0;width:100%}.tealhr-aboutMain[data-block-version="2"] .tealhr-aboutMain__card:nth-child(2){padding:64px 0}.tealhr-aboutMain[data-block-version="2"] .tealhr-aboutMain__card:nth-child(3){padding:64px 0 0}.tealhr-aboutMain__head{padding:0 0 48px}.tealhr-aboutMain__heading{font-size:76px}.tealhr-aboutMain__content{display:flex;flex-direction:column;gap:0}.tealhr-aboutMain__content:after{display:none}.tealhr-aboutMain__card:first-child{padding:46px 0 64px}.tealhr-aboutMain__card:first-child:after{background:radial-gradient(50% 50% at 50% 50%,#afafaf 72.26%,#fff 100%);content:"";height:1px;inset:auto 0 0 0;position:absolute;width:100%}.tealhr-aboutMain__card:nth-child(2){padding:64px 0 0}.tealhr-awards__content{flex-direction:column;gap:50px}.tealhr-awards__content-left{align-items:center;flex-direction:column-reverse;gap:32px;text-align:center}.tealhr-awards__content-right{max-width:100%;padding:0}.tealhr-awards__content-right:after{display:none}.tealhr-awards__content-right-img{aspect-ratio:1/1;height:auto}.tealhr-awards__content-right .tealhr__button-link.v2{color:#fff}.tealhr-awards__info{font-size:28px;line-height:140%}.tealhr-components__content{display:flex;flex-direction:column}.tealhr-bulletin{padding:60px 0 80px}.tealhr-bulletin__heading{font-size:76px}.tealhr-bulletin__description{font-size:28px;line-height:140%}.tealhr-bulletin__head{padding:0 0 80px}.tealhr-bulletin__contributors{padding:60px 0 80px}.tealhr-bulletin__contributors-cards{grid-template-columns:repeat(2,1fr)}.tealhr-bulletin__form{padding:60px 0 0}.tealhr-information[data-block-version="2"]{padding:80px 0 0}.tealhr-information[data-block-version="2"] .tealhr-information__content{align-items:start}.tealhr-information[data-block-version="2"] .tealhr-information__block{padding:0 50px}.tealhr-information[data-block-version="2"] .tealhr-information__heading,.tealhr-information[data-block-version="2"] .tealhr-information__info{order:0}.tealhr-information[data-block-version="2"] .tealhr-information__img{inset:auto;margin:-170px 0 -10px;position:relative;width:100%}.tealhr-information[data-block-version="3"] .tealhr-information__content{align-items:start}.tealhr-information[data-block-version="3"] .tealhr-information__img{margin:0 0 0 auto;max-width:575px}.tealhr-information__content{display:flex;flex-direction:column}.tealhr-information__heading{order:2}.tealhr-information__info{max-width:100%;order:3}.tealhr-information__img{order:1}.tealhr-information .tealhr__form{max-width:530px;width:100%}.tealhr-prices__heading{font-size:76px}.tealhr-prices__description{font-size:28px;line-height:140%}.tealhr-prices__content{align-items:center;display:flex;flex-direction:column}.tealhr-prices__card{max-width:410px;width:100%}}@media(max-width:900px){.header-banner__img{max-width:768px}.tealhr-aboutMain__card--video,.tealhr-aboutMain__video-link{min-height:180px}.tealhr-aboutMain__video-play{height:55px;width:55px}.tealhr-aboutMain__video-play:after{border-bottom-width:8px;border-left-width:14px;border-top-width:8px}.tealhr-aboutMain__card.tealhr-aboutMain__card--video{padding:0}.tealhr-aboutMain__video-play:after{margin-left:3px}}@media screen and (max-width:767px){.tealhr-accordion-header{font-size:18px}.tealhr-accordion-content-text{font-size:16px}.footer[data-block-version="2"] .footer__content-bottom-links{display:flex}.footer[data-block-version="2"] .footer__content-links-column.second{display:flex;flex-direction:column}.footer[data-block-version="2"] .footer__vector{inset:auto -380px 40% auto}.footer__content{border-radius:26px;gap:40px;padding:60px 10px 32px}.footer__content-top{gap:40px}.footer__content-bottom-links{align-items:start;flex-direction:column;gap:8px}.footer__content-bottom-link:after{display:none}.footer__content-info-link{font-size:36px;gap:10px}.footer__content-info-link svg.carriage{height:12px;width:22px}.footer__content-links{flex-direction:column;gap:40px}.footer__content-links-column{gap:40px}.footer__content-links-column.second{display:grid;gap:40px 20px;grid-template-columns:repeat(2,1fr)}.footer__content-links-column.second .tealhr__button{grid-column:1/3;grid-row:3/3}.footer__content-links-cell{gap:12px}.footer__list{gap:8px}.footer__item{font-size:18px}.footer__button.up{width:100%}.footer__socials-link{height:24px;width:24px}.footer__vector{inset:auto -380px 40% auto;transform:translateY(50%) rotate(-45deg) scaleX(-1)}.tealhr__form{padding:40px 10px}.header{padding:10px}.header__container{gap:16px}.header__container .tealhr__button{min-width:auto}.header__logo{height:40px;width:130px}.header__burger{gap:5px;height:40px;padding:3px;width:40px}.header__burger.open .header__burger-line{width:25px}.header__burger.open .header__burger-line:first-child{transform:rotate(-45deg) translateY(5px) translate(-5px)}.header__burger.open .header__burger-line:nth-child(3){transform:rotate(45deg) translateY(-5px) translate(-5px)}.mobile-menu__item{font-size:28px}.swiper-main .swiper-slide{gap:32px;padding:30px 10px 60px}.swiper-main .swiper-slide__img{height:auto;width:auto}.swiper-main .swiper-slide__img img{height:auto;object-fit:cover;width:100%}.swiper-main .swiper-slide__info.v2{gap:20px}.swiper-main .swiper-slide__info-heading{font-size:34px;line-height:120%}.swiper-main .swiper-slide__info-content-bottom{gap:12px}.swiper-main .swiper-slide__info-content-bottom-text{font-size:14px}.swiper-main .swiper-slide__info-accent{font-size:18px;line-height:140%}.swiper-main .swiper-slide__info-percentages{gap:10px}.swiper-main .swiper-slide__info-percentages-cell{font-size:18px;padding:0}.swiper-main__cell{flex-direction:column;gap:12px}.swiper-main__cell-info{text-align:center}.swiper-customers{padding:0 10px 50px}.swiper-customers:after,.swiper-customers:before{width:10px}.swiper-customers .swiper-slide{gap:48px;min-height:auto;width:240px}.swiper-customers .swiper-slide__quote{font-size:18px;line-height:140%}.swiper-customers .swiper-slide__info-quantity,.swiper-customers .swiper-slide__info-title{font-size:18px}.swiper-customers .swiper-scrollbar{inset:auto auto 0 10px!important;width:calc(100% - 20px)!important}.tealhr__button{font-size:16px;height:50px;padding:14px 17px}.tealhr__button-link{font-size:16px;height:50px;padding:15px 20px}.tealhr__button-link.v2{font-size:18px}.tealhr-h1,h1{font-size:54px}.tealhr-h2,h2{font-size:34px;line-height:120%}.tealhr-h3,h3{font-size:28px}.tealhr-h4,h4{font-size:26px}.tealhr__text-lead{font-size:18px}.tealhr{gap:10px;margin:0 0 10px}.tealhr-accordion-content-wrapper .tealhr-h1,.tealhr-accordion-content-wrapper .tealhr-h2,.tealhr-accordion-content-wrapper .tealhr-h3,.tealhr-accordion-content-wrapper h1,.tealhr-accordion-content-wrapper h2,.tealhr-accordion-content-wrapper h3{margin:20px 0}.tealhr-accordion-content-wrapper .tealhr-h1,.tealhr-accordion-content-wrapper h1{font-size:34px;line-height:120%}.tealhr-accordion-content-wrapper .tealhr-h2,.tealhr-accordion-content-wrapper h2{font-size:28px}.tealhr-accordion-content-wrapper .tealhr-h3,.tealhr-accordion-content-wrapper h3{font-size:26px}section{padding:0 10px}section.tealhrMainSwiper{margin:-70px 0 0}.tealhr-main[data-block-version="2"]{padding:120px 0 70px}.tealhr-main[data-block-version="2"] .tealhr-main__subhead{font-size:18px}.tealhr-main__content{gap:20px}.tealhr-main__info{gap:20px;padding:120px 0 0}.tealhr-main__heading{font-size:54px}.tealhr-main__subhead{font-size:18px}.tealhr-main__achievements{height:50px}.tealhr-main__img{height:364px;margin:0 -10px}.tealhr-main__img img{border-radius:26px}.tealhr-main__vector{inset:130px -220px auto auto;width:550px}.tealhr-swiper.customers{gap:24px}.tealhr-swiper__button{height:40px;inset:-36px 50% auto auto;width:180px}.tealhr-swiper__head{padding:0 10px}.tealhr-swiper__heading{font-size:34px;line-height:120%}.tealhr-swiper-customers{gap:40px}.tealhr-block{padding:60px 10px 0}.tealhr-block__info.v2{gap:20px}.tealhr-block__info-heading{font-size:34px;line-height:120%}.tealhr-block__info-content-bottom{gap:12px}.tealhr-block__info-content-bottom-text{font-size:14px}.tealhr-block__info-accent{font-size:18px;line-height:140%}.tealhr-block__info-percentages{gap:10px}.tealhr-block__info-percentages-cell{font-size:18px;padding:0}.tealhr-block__img{margin:0 -10px}.tealhr-block__img img{border-radius:26px;min-height:351px;object-position:center}.tealhr-businessCase__container{padding:0 10px}.tealhr-businessCase__top{padding:60px 0 120px}.tealhr-businessCase__bottom{padding:40px 0}.tealhr-businessCase__info{max-width:300px;padding:0}.tealhr-businessCase__info-heading{font-size:34px;line-height:120%}.tealhr-businessCase__cells{gap:32px;grid-template-columns:1fr;padding:0}.tealhr-businessCase__cell{gap:16px;min-height:auto;padding:0 0 32px}.tealhr-businessCase__cell:last-of-type:after{display:none}.tealhr-businessCase__cell:after{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));height:1px;inset:auto 0 0 0;width:100%}.tealhr-businessCase__cell-top .tealhr-businessCase__cell-text{max-width:280px}.tealhr-businessCase__cell-bottom{margin:0}.tealhr-faq{gap:24px}.tealhr-faq,.tealhr-faq[data-block-version="2"]{padding:60px 0}.tealhr-faq__heading{font-size:34px;line-height:120%;text-align:start}.tealhr-learnMore,.tealhr-learnMore:after{border-radius:26px}.tealhr-learnMore__content{padding:0 10px}.tealhr-learnMore__heading{font-size:54px}.tealhr-contactsMain__wrapper{gap:24px}.tealhr-contactsMain__heading{font-size:54px}.tealhr-contactsMain__content{gap:24px}.tealhr-contactsMain__cell{gap:24px 20px}.tealhr-contactsMain__cell-info,.tealhr-contactsMain__cell-info-link{font-size:18px}.tealhr-contactsMap iframe{height:420px}.tealhr-archiveArticles__heading{font-size:54px}.tealhr-archiveArticles__description{font-size:18px}.tealhr-archiveArticles__content{display:flex;flex-direction:column;gap:10px}.tealhr-article__content .tealhr-h1,.tealhr-article__content .tealhr-h2,.tealhr-article__content .tealhr-h3,.tealhr-article__content h1,.tealhr-article__content h2,.tealhr-article__content h3{margin:20px 0}.tealhr-article__content .tealhr-h1,.tealhr-article__content h1{font-size:34px;line-height:120%}.tealhr-article__content .tealhr-h2,.tealhr-article__content h2{font-size:28px}.tealhr-article__content .tealhr-h3,.tealhr-article__content h3{font-size:26px}.tealhr-article__content .tealhr-article__important{padding:20px 0}.tealhr-article__content .tealhr-article__card{padding:32px 20px}.tealhr-pricing__heading{font-size:54px}.tealhr-pricing__description{font-size:18px}.tealhr-archiveFeatures__heading{font-size:54px}.tealhr-archiveFeatures__description{font-size:18px}.tealhr-archiveFeatures{gap:10px}.tealhr-archiveFeatures__head{padding:60px 10px 80px}.tealhr-archiveFeatures__content{gap:10px}.tealhr-archiveFeatures-block__content{gap:32px;padding:30px 10px 60px}.tealhr-archiveFeatures-block__img{height:auto;width:auto}.tealhr-archiveFeatures-block__img img{height:auto;object-fit:cover;width:100%}.tealhr-archiveFeatures-block__info.v2{gap:20px}.tealhr-archiveFeatures-block__info-heading{font-size:34px;line-height:120%}.tealhr-archiveFeatures-block__info-content-bottom{gap:12px}.tealhr-archiveFeatures-block__info-content-bottom-text{font-size:14px}.tealhr-archiveFeatures-block__info-accent{font-size:18px;line-height:140%}.tealhr-archiveFeatures-block__info-percentages{gap:10px}.tealhr-archiveFeatures-block__info-percentages-cell{font-size:18px;padding:0}.tealhr-archiveCaseStudies__heading{font-size:54px}.tealhr-archiveCaseStudies__description{font-size:18px}.tealhr-archiveCaseStudies{gap:10px}.tealhr-archiveCaseStudies__head{padding:60px 10px 80px}.tealhr-archiveCaseStudies__content{gap:10px}.tealhr-archiveCaseStudies-block__info.v2{gap:20px}.tealhr-archiveCaseStudies-block__info-heading{font-size:34px;line-height:120%}.tealhr-archiveCaseStudies-block__info-content-bottom{gap:12px}.tealhr-archiveCaseStudies-block__info-content-bottom-text{font-size:14px}.tealhr-archiveCaseStudies-block__info-accent{font-size:18px;line-height:140%}.tealhr-archiveCaseStudies-block__info-percentages{gap:10px}.tealhr-archiveCaseStudies-block__info-percentages-cell{font-size:18px;padding:0}.tealhr-archiveCaseStudies-block__content{gap:32px;padding:30px 10px 60px}.tealhr-archiveCaseStudies-block__img{height:auto;width:auto}.tealhr-archiveCaseStudies-block__img img{height:auto;object-fit:cover;width:100%}.tealhr-aboutMain__description{font-size:18px}.tealhr-aboutMain{padding:60px 0 80px}.tealhr-aboutMain__head{padding:0 0 40px}.tealhr-aboutMain__heading{font-size:54px}.tealhr-aboutMain__heading_small{font-size:34px;line-height:120%}.tealhr-aboutMain__card-heading{font-size:26px}.tealhr-awards{padding:0 10px}.tealhr-awards:after{border-radius:26px}.tealhr-awards{padding:80px 10px}.tealhr-awards__content{gap:40px}.tealhr-awards__content-left p,.tealhr-awards__info{font-size:18px}.tealhr-awards__heading{font-size:26px}.tealhr-components{border-radius:26px;padding:80px 10px}.tealhr-components__card-top{flex-direction:column;gap:24px}.tealhr-components__card-img{height:80px;width:80px}.tealhr-components__card-info-heading{font-size:26px}.tealhr-bulletin__heading{font-size:54px}.tealhr-bulletin__description{font-size:18px}.tealhr-bulletin__head .tealhr__button{min-width:auto}.tealhr-bulletin__contributors-heading{font-size:34px;line-height:120%}.tealhr-bulletin__contributors-cards{display:flex;flex-direction:column;gap:10px}.tealhr-bulletin__contributors-card-info-name{font-size:28px}.tealhr-information{border-radius:26px;padding:60px 10px}.tealhr-information[data-block-version="2"]{padding:60px 0 0}.tealhr-information[data-block-version="2"] .tealhr-information__block{max-width:100%;padding:0 10px}.tealhr-information[data-block-version="2"] .tealhr-information__img{margin:0 0 -10px}.tealhr-information[data-block-version="3"] .tealhr-information__img{margin:0;max-width:100%}.tealhr-information__heading{font-size:38px}.tealhr-information__heading_big{font-size:34px;line-height:120%}.tealhr-information .tealhr__form{max-width:100%}.tealhr-logos,.tealhr-logos-track{height:50px}.tealhr-logo img{max-height:50px}.tealhr-prices__heading{font-size:54px}.tealhr-prices__description{font-size:18px}.tealhr-prices{padding:60px 0 80px}.tealhr-prices__card-description-price,.tealhr-prices__card-heading{font-size:28px}}@media(max-width:600px){.tealhr-aboutMain__card--video,.tealhr-aboutMain__video-link{min-height:120px}.tealhr-aboutMain__video-play{height:55px;width:55px}.tealhr-aboutMain__video-play:after{border-bottom-width:5px;border-left-width:9px;border-top-width:5px}}@media(max-width:480px){.header-banner__img{max-width:360px}}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}
