:root {
  font-family: Lexend, sans-serif;
  color: #fff;
  background: #0c0c13;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0; 
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.container {
  width: 100%;
  max-width: 375px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-right: 120px;
    padding-left: 120px;
  }
}
.section {
  scroll-margin-top: 50px;
}
@media screen and (min-width: 1440px) {
  .section {
    scroll-margin-top: 56px;
  }
}
.section-title {
  text-shadow: 0 0 8px #f00;
  font-family: Nosifer, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 42px;
}
@media screen and (min-width: 1440px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: currentColor;
  text-decoration: none;
  font-family: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  color: inherit;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: Lexend;
  src: url(/assets/Lexend-Bold-db820d3c.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lexend;
  src: url(/assets/Lexend-Medium-18086a9d.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lexend;
  src: url(/assets/Lexend-Regular-5f9ed62e.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nosifer;
  src: url(/assets/Nosifer-Regular-7f47cc39.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} /*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
.header {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 1440px) {
  .header {
    padding: 16px 0;
  }
}
.nav {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .nav {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .nav-list {
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
.header-logo-link {
  display: none;
}
@media screen and (min-width: 1440px) {
  .header-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lexend, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44444;
    text-transform: uppercase;
    color: red;
  }
}
.nav-list {
  display: none;
}
@media screen and (min-width: 1440px) {
  .nav-list {
    display: flex;
    align-items: center;
  }
}
.nav-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .nav-list-link {
    font-family: Lexend, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .nav-list-link:hover,
  .nav-list-link.active {
    color: red;
  }
}
.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1440px) {
  .nav-btn {
    display: none;
  }
}
.close-btn {
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1440px) {
  .close-btn {
    display: none;
  }
}
.context-menu {
  display: none;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background: rgba(255, 255, 255, 0.1);
  padding: 60px;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  transform: none;
  z-index: 10;
}
.context-nav-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  text-align: left;
}
.context-list-link {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.context-list-link:active {
  color: red;
}
.is-open {
  display: flex;
}
@media screen and (min-width: 1440px) {
  .is-open {
    display: none;
  }
}
.closed {
  display: none;
}
.screen-freeze {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hero-bg-wrapper {
  background-image: url(/assets/hero-anonymous-mob-60511742.png),
    url(/assets/hero-bg-mob-0bcf59dd.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, top 0 center;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 247px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .hero-bg-wrapper {
    padding-top: 143px;
    padding-bottom: 130px;
    background-image: url(/assets/hero-anonymous-desk-1c22357e.png),
      url(/assets/hero-bg-desk-c302bac6.jpg);
    background-position: bottom right 28px, top 0 center;
    max-width: 1440px;
  }
}
.hero-title {
  text-shadow: 0 0 12px 0 #000;
  font-family: Nosifer, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
}
@media screen and (min-width: 1440px) {
  .hero-title {
    font-size: 88px;
    line-height: 1.13636;
    max-width: 836px;
    margin-bottom: 32px;
  }
}
.hero-text {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .hero-text {
    font-size: 20px;
    line-height: 1.4;
    max-width: 836px;
  }
}
.hero-text-bottom {
  margin-top: 12px;
}
.hero-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f00;
  border-radius: 96px;
  padding: 26px 22px;
  max-width: 245px;
  font-family: Lexend, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-align: right;
  color: #fff;
  margin-top: 32px;
}
@media screen and (min-width: 1440px) {
  .hero-btn {
    margin-top: 68px;
  }
}
.lab-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1440px) {
  .lab-section {
    padding-bottom: 109px;
  }
}
.lab-section-wrapper {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .lab-section-wrapper {
    max-width: 1440px;
  }
}
.lab-container {
  padding-left: 0;
  padding-right: 0;
}
.lab-swiper-container {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .lab-swiper-container {
    max-width: 1440px;
  }
}
.lab-swiper-container.show {
  visibility: visible;
}
.lab-swiper-wrapper {
  display: flex !important;
  gap: 0;
}
.lab-slide {
  width: 100% !important;
  max-width: 335px;
  display: flex !important;
  justify-content: center;
}
@media screen and (min-width: 1440px) {
  .lab-slide {
    max-width: 800px;
  }
}
.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1440px) {
  .dots {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.lab-dot {
  width: 11px;
  height: 11px;
  transition: transform 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}
.lab-dot.active {
  background-color: red;
}
.lab-text {
  padding: 0 20px;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .lab-text {
    padding: 0 120px;
    text-align: center;
  }
}
.inside-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1440px) {
  .inside-section {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .inside-container {
    padding: 0;
  }
}
.inside-list {
  box-shadow: 0 0 12px red;
  padding: 22px 45px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 1440px) {
  .inside-list {
    padding: 22px 120px;
    flex-direction: row;
    justify-content: center;
    gap: 74px;
  }
}
.inside-list-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1440px) {
  .inside-list-item {
    max-width: 244px;
  }
}
.inside-item-line {
  box-shadow: 0 0 25px red;
  background: #fff;
  border-radius: 99px;
  min-width: 6px;
  height: 109px;
}
.inside-item-text {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fff;
}
.clients-bg-wrapper {
  background-image: url(/assets/clients-anonymous-mob-32d371aa.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 428px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .clients-bg-wrapper {
    padding-top: 118px;
    padding-bottom: 118px;
    background-image: url(/assets/clients-anonymous-desk-78140751.png);
    background-position: bottom right;
    max-width: 1440px;
  }
}
@media screen and (min-width: 1440px) {
  .clients-title {
    text-align: left;
  }
}
.clients-text {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .clients-text {
    max-width: 790px;
  }
}
.collaborators-section-wrapper {
  padding-top: 80px;
  padding-bottom: 64px;
  background-image: url(/assets/collaborators-bg-mob-e28f8cad.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: cover;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .collaborators-section-wrapper {
    padding-bottom: 54px;
    background-image: url(/assets/collaborators-bg-desk-5c18afe4.png);
    max-width: 1440px;
  }
}
.collaborators-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1440px) {
  .collaborators-container {
    padding: 0 120px;
  }
}
.collaborators-swiper-container {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .collaborators-swiper-container {
    max-width: 1440px;
  }
}
.collaborators-swiper-container.show {
  visibility: visible;
}
@media screen and (min-width: 1440px) {
  .collaborators-swiper-wrapper {
    display: flex !important;
    justify-content: center;
    gap: 32px;
  }
}
.collaborators-slide {
  box-shadow: 0 0 12px red;
  border: 1px solid #f00;
  border-radius: 12px;
  background: #0c0c13;
  padding: 22px 12px;
  width: 100% !important;
  max-width: 300px;
  display: flex !important;
  flex-direction: column;
}
.collaborators-img {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.collaborators-item-name {
  text-shadow: 0 0 8px #f00;
  font-family: Lexend, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 4px;
}
.collaborators-item-text {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
}
.collaborators-text {
  padding: 0 20px;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  color: #fff;
  margin-top: 22px;
}
@media screen and (min-width: 1440px) {
  .collaborators-text {
    padding: 0;
    margin-top: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .collaborators-text-br {
    display: none;
  }
}
.pricing-section-wrapper {
  padding-top: 80px;
  padding-bottom: 157px;
  background-image: url(/assets/pricing-bg-mob-4f85290e.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: cover;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .pricing-section-wrapper {
    padding-bottom: 141px;
    background-image: url(/assets/pricing-bg-desk-3bf0147b.png);
    max-width: 1440px;
  }
}
.pricing-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1440px) {
  .pricing-container {
    padding: 0 120px;
  }
}
.pricing-swiper-container {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .pricing-swiper-container {
    max-width: 1440px;
  }
}
.pricing-swiper-container.show {
  visibility: visible;
}
@media screen and (min-width: 1440px) {
  .pricing-swiper-wrapper {
    display: flex !important;
    justify-content: center;
    gap: 32px;
  }
}
.pricing-slide {
  box-shadow: 0 0 12px red;
  border: 1px solid #f00;
  border-radius: 12px;
  background: #0c0c13;
  padding: 22px 12px;
  width: 100% !important;
  max-width: 300px;
  min-height: 323px !important;
  display: flex !important;
  flex-direction: column;
}
.question-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.pricing-item-title {
  text-shadow: 0 0 8px #f00;
  font-family: Lexend, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 4px;
}
.pricing-item-price {
  font-family: Lexend, sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 1.4;
  text-align: center;
  color: red;
  margin-bottom: 4px;
}
.pricing-item-span {
  font-size: 22px;
}
.pricing-features-list {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-features-item {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  color: #fff;
}
.contact-section-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(/assets/collaborators-bg-mob-e28f8cad.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: cover;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .contact-section-wrapper {
    padding-bottom: 45px;
    background-image: url(/assets/collaborators-bg-desk-5c18afe4.png);
    max-width: 1440px;
  }
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 42px;
}
@media screen and (min-width: 1440px) {
  .contact-list {
    flex-direction: row;
    justify-content: center;
  }
}
.contact-list-item {
  box-shadow: 0 0 12px red;
  background: #0c0c13;
  border: 1px solid #f00;
  border-radius: 12px;
  padding: 22px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .contact-list-item {
    max-width: 300px;
  }
}
.contact-item-title {
  text-shadow: 0 0 8px #f00;
  font-family: Lexend, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
}
.contact-item-text {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
}
.contact-img {
  box-shadow: 0 0 12px red;
  border-radius: 22px;
  margin-left: auto;
  margin-right: auto;
}
.footer {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media screen and (min-width: 1440px) {
  .footer {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-wrapper {
    display: flex;
  }
}
.footer-title-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44444;
  text-transform: uppercase;
  text-align: center;
  color: red;
}
.footer-text {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.66667;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (min-width: 1440px) {
  .footer-text {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .footer-br {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .footer-nav {
    margin-left: 30px;
  }
}
.footer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .footer-list {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .footer-list-item {
    position: relative;
  }
  .footer-list-item:not(:last-child) {
    padding-right: 0.5em;
    margin-right: 0.5em;
  }
  .footer-list-item:not(:last-child):after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer-link {
  font-family: Lexend, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.cookie-banner-section {
  box-shadow: 0 14px 42px #080f340f;
  background: #0c0c13;
  border: 1px solid #f00;
  border-radius: 20px;
  width: 100%;
  max-width: 335px;
  padding: 47px 15px 20px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 1440px) {
  .cookie-banner-section {
    max-width: 1272px;
    padding: 52px 48px 52px 138px;
    align-items: center;
  }
}
.cookie-close-btn {
  position: absolute;
  top: 26px;
  right: 28px;
  background-color: transparent;
  outline: none;
  border: none;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1440px) {
  .cookie-close-btn {
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
  }
}
.cookie-banner-text {
  font-family: Lexend, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
  margin-bottom: 37px;
  padding-left: 22px;
}
@media screen and (min-width: 1440px) {
  .cookie-banner-text {
    font-size: 18px;
    line-height: 1.66667;
    max-width: 648px;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.cookie-banner-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (min-width: 1440px) {
  .cookie-banner-buttons {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    margin-left: 67px;
  }
}
.cookie-accept-btn {
  box-shadow: 0 3px 12px #4a3aff2e;
  background: #fff;
  border-radius: 56px;
  padding: 18px 26px;
  font-family: Lexend, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125;
  color: #0c0c13;
  width: 100%;
  max-width: 174px;
}
@media screen and (min-width: 1440px) {
  .cookie-accept-btn {
    padding: 15px 26px;
    width: 196px;
  }
}
.cookie-decline-btn {
  box-shadow: 0 4px 8px #4a3aff14;
  background: #0c0c13;
  border: 1px solid #fff;
  border-radius: 56px;
  padding: 18px 26px;
  font-family: Lexend, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.125;
  color: #fff;
  width: 100%;
  max-width: 110px;
}
@media screen and (min-width: 1440px) {
  .cookie-decline-btn {
    padding: 15px 26px;
    width: 196px;
  }
}
.show-cookie-banner {
  display: block;
}
@media screen and (min-width: 1440px) {
  .show-cookie-banner {
    display: flex;
  }
}
