@font-face {
  font-family: objectsans;
  src: url('../fonts/PPObjectSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: objectsans;
  src: url('../fonts/PPObjectSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: objectsans;
  src: url('../fonts/PPObjectSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Caveat;
  src: url('../fonts/Caveat-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --page-background: #fcfcfc;
  --primary-text: #2a2a3c;
  --secondary-text: #9392a0;
  --elements: white;
  --theme-secondary: #c7f150;
  --border: #dfdfe2;
  --theme-color: #3316e9;
  --relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>: black;
  --relume-library-lite-rl-white\<deleted\|variable-41e69d91\>: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate, .w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--page-background);
  color: var(--primary-text);
  font-variation-settings: "wght" 350, "wdth" 130, "opsz" 16, "GRAD" 80;
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--primary-text);
  letter-spacing: -.0725em;
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: objectsans, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: objectsans, sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 96%;
}

h3 {
  letter-spacing: -.032em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: objectsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

p {
  letter-spacing: -.016em;
  margin-bottom: 32px;
}

a {
  text-decoration: none;
}

.heading {
  font-family: objectsans, sans-serif;
  font-weight: 400;
  line-height: 90%;
}

.body {
  color: var(--primary-text);
  font-variation-settings: "wght" 350, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.body.process {
  background-color: #f5f5f5;
}

.text-description {
  color: var(--primary-text);
  font-variation-settings: "wght" 300, "wdth" 130, "opsz" 16, "slnt" 0, "GRAD" 50;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 135%;
}

.text-description.padding-right {
  text-align: left;
  max-width: 520px;
  padding-right: 50px;
}

.text-description.padding-right.small {
  overflow-wrap: break-word;
  margin-top: 4px;
  font-size: 20px;
}

.text-description.padding-right.process {
  padding-right: 0;
}

.text-description.contrast {
  color: #f6f6f7;
  max-width: 650px;
}

.text-description.hero {
  letter-spacing: -.016em;
  font-size: 28px;
}

.text-description.hero.divider {
  width: 12px;
  color: var(--secondary-text);
  align-self: center;
}

.text-description.hero.info {
  border-radius: 16px;
  padding: 8px 16px;
}

.text-description.hero.info.price {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #c7f150b3;
  position: absolute;
  inset: 10% auto auto 0%;
  transform: rotate(-10deg);
}

.text-description.hero.company {
  color: #fff;
  mix-blend-mode: difference;
  padding-left: 10px;
  padding-right: 10px;
}

.text-description.align-left {
  z-index: 1;
  font-variation-settings: "wght" 350, "wdth" 130, "opsz" 16, "slnt" 0, "GRAD" 50;
  text-align: left;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.text-description.align-left.small {
  font-variation-settings: "wght" 500, "wdth" 130, "opsz" 16, "slnt" 0, "GRAD" 50;
  letter-spacing: -.032em;
  padding-top: 4px;
  font-size: 20px;
  font-weight: 500;
}

.text-description.align-left.solution-text {
  font-size: 20px;
  line-height: 130%;
}

.text-description.align-left.solution-text.secondary {
  color: #2a2a3cb3;
}

.text-description.half-tone {
  color: var(--secondary-text);
  font-size: 20px;
}

.text-description.center {
  max-width: 640px;
}

.accent {
  letter-spacing: -.02em;
  font-family: Caveat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50%;
}

.accent.hero {
  font-size: 42px;
}

.page-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: objectsans, sans-serif;
  font-size: 96px;
  font-weight: 400;
}

.page-title.process-title {
  text-align: left;
  margin-bottom: 24px;
}

.card-title {
  letter-spacing: -.032em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: objectsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.card-title.small {
  letter-spacing: -.02em;
  text-transform: lowercase;
  margin-bottom: 2px;
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.card-title.small.divider {
  color: #9392a080;
  width: 5px;
}

.card-title.small.footer {
  color: var(--secondary-text);
  margin-bottom: 8px;
  font-size: 14px;
}

.card-title.contrast {
  color: var(--elements);
  letter-spacing: -.04em;
  margin-bottom: 4px;
}

.card-title.contrast.media {
  padding-right: 32px;
}

.card-title.padding-top {
  padding-top: 8px;
  padding-bottom: 0;
}

.card-title.media {
  padding-right: 48px;
  font-size: 16px;
  font-weight: 400;
}

.card-title.large {
  letter-spacing: -.048em;
  font-size: 40px;
}

.card-title.large.solution-list-title {
  font-size: 40px;
  font-weight: 400;
}

.card-title.regular {
  padding-top: 8px;
  font-weight: 500;
  line-height: 110%;
}

.block-title {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: objectsans, sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 96%;
}

.block-title.padding-right {
  padding-right: 100px;
}

.block-title.padding-right.xl {
  padding-bottom: 24px;
  font-size: 72px;
  line-height: 88%;
}

.block-title.padding-right.xl.small {
  padding-bottom: 8px;
  font-size: 40px;
  line-height: 100%;
}

.block-title.contrast {
  color: #f6f6f7;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
  line-height: 88%;
}

.block-title.contrast.left {
  text-align: left;
  flex: 1;
}

.block-title.contrast.left.small {
  max-width: 600px;
}

.block-title.contrast.small {
  margin-bottom: 16px;
}

.block-title.small {
  margin-bottom: 24px;
  font-size: 64px;
}

.block-title.center {
  text-align: center;
  max-width: 640px;
}

.body-text {
  font-variation-settings: "wght" 350, "wdth" 125, "opsz" 16, "GRAD" 30;
  letter-spacing: -.016em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 125%;
}

.body-text.secondary.dark-text {
  max-width: 400px;
  color: var(--primary-text);
}

.body-text.secondary.contrast {
  max-width: 450px;
}

.body-text.contrast {
  color: #f6f6f7b3;
}

.body-text.accent {
  font-variation-settings: "wght" 500, "wdth" 125, "opsz" 16, "GRAD" 30;
  letter-spacing: -.04em;
  font-size: 20px;
}

.body-text.side-info {
  max-width: 240px;
  margin-bottom: 8px;
}

.body-text.side-info.solution-text {
  line-height: 130%;
}

.body-text.counter {
  width: auto;
  padding-left: 11px;
  padding-right: 11px;
}

.body-text.secondary {
  color: #9392a0;
  font-size: 14px;
  line-height: 135%;
}

.body-text.secondary.dark-text {
  color: #2a2a3c;
  max-width: 380px;
}

.body-text.secondary.dark-text.large {
  max-width: 600px;
}

.body-text.account {
  text-align: center;
}

.body-accent {
  z-index: 1;
  font-variation-settings: "wght" 350, "wdth" 130, "opsz" 20, "slnt" 0, "GRAD" 50;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.body-accent.xl {
  font-size: 24px;
}

.body-accent.xl.contrast {
  color: var(--elements);
}

.styleguide {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--elements);
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

.secondary-text {
  color: var(--primary-text);
  font-variation-settings: "wght" 350, "wdth" 130, "opsz" 20, "slnt" 0, "GRAD" 50;
  letter-spacing: -.016em;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.secondary-text.link {
  border-bottom: 1px solid var(--border);
  flex: 0 auto;
  transition: all .2s;
}

.secondary-text.link:hover {
  border-bottom-color: var(--theme-color);
  color: var(--theme-color);
}

.secondary-text.center {
  color: var(--secondary-text);
  text-align: center;
}

.secondary-text.center.small {
  letter-spacing: 0;
  margin-top: 2px;
  font-size: 12px;
}

.secondary-text.new-school {
  flex: 1;
  margin-right: 10px;
}

.logo {
  z-index: 9;
  width: 128px;
  height: 32px;
  color: var(--primary-text);
  mix-blend-mode: normal;
  position: relative;
}

.nav-item {
  z-index: 12;
  grid-column-gap: 5px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  height: 32px;
  color: var(--primary-text);
  background-color: #e6e6e6cc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  transition: all .3s ease-out;
  display: flex;
  position: relative;
}

.nav-item:hover {
  background-color: #d9d9d9e6;
}

.nav-item.menu {
  display: flex;
}

.nav-item.menu-link {
  display: none;
}

.nav-link {
  z-index: 10;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  height: 32px;
  color: var(--secondary-text);
  letter-spacing: -.016em;
  background-color: #fcfcfc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 17px;
  line-height: 125%;
  transition: all .3s ease-out;
  display: flex;
}

.nav-link:hover {
  color: var(--primary-text);
  background-color: #d9d9d9e6;
}

.telegram-icon {
  width: 16px;
  height: 20px;
}

.nav-button {
  z-index: 13;
  background-color: var(--theme-color);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fffffff2;
  background-image: url('../images/blur.svg');
  background-position: 50% 70%;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 8px 8px 12px;
  transition: all .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 40px #3316e933, inset 1px 0 #ffffff1a;
}

.nav-button:hover {
  color: var(--elements);
  background-color: #2a2a3c;
  background-image: url('../images/blur.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #0000000a;
  box-shadow: 0 4px 120px 8px #111111b3, inset 0 1px #ffffff1a;
}

.nav-button.login {
  height: 56px;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 15px;
}

.nav-button.login:hover {
  box-shadow: 0 4px 30px 8px #1113, inset 0 1px #ffffff1a;
}

.nav-button-bg {
  z-index: 0;
  position: absolute;
}

.section {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  position: relative;
}

.section.case-list {
  grid-column-gap: 4px;
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0 80px 120px;
  display: grid;
}

.section.case-list.solution {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section.case-list.all-cases {
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 0;
}

.section.contrast {
  grid-row-gap: 100px;
  background-color: #020519;
  background-image: url('../images/process-bg-bottom.svg'), url('../images/process-bg-top.svg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.section.contrast.media {
  background-color: #020519;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.contrast.media.blue {
  grid-row-gap: 48px;
  background-color: #000;
  background-image: url('../images/process-bg-bottom.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.footer {
  grid-column-gap: 4px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 2.25fr .75fr;
  grid-auto-columns: 1fr;
  padding: 56px 80px 24px;
  display: grid;
}

.section.video {
  height: 700px;
  padding: 0;
  overflow: hidden;
}

.section.cases {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.process {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 150px 56px;
  display: flex;
}

.section.process-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.section.solution-info {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.title {
  padding-bottom: 50px;
}

.section.company-intro {
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 750px;
  display: flex;
}

.section.hero {
  padding-bottom: 170px;
}

.container {
  max-width: 95%;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.hero-img {
  z-index: 1;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 5% 0% auto;
}

.collection-list {
  grid-column-gap: 4px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.img-container {
  border-radius: 15px;
  height: 24rem;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.img-container.more-cases {
  grid-column-gap: 12px;
  background-color: #13131f;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-container.large {
  width: 100%;
  height: 35rem;
  position: relative;
}

.img-container.media {
  border: 1px solid #ffffff14;
  height: auto;
}

.img-container.extra-large {
  width: 100%;
  height: 40rem;
  position: relative;
}

.case-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-img.more-cases-preview {
  border-radius: 8px;
  flex: 0 auto;
  width: 100px;
  height: 100px;
}

.case-title {
  margin-bottom: 12px;
  position: relative;
}

.case-info {
  padding-right: 40px;
}

.collection-list-wrapper, .case-item {
  width: 100%;
}

.case-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.case-link {
  color: var(--primary-text);
  text-decoration: none;
}

.more-cases {
  color: var(--primary-text);
  transition: all .2s;
  position: relative;
}

.more-cases:hover {
  color: var(--theme-color);
}

.card-title-accent {
  font-family: Caveat, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.nav {
  z-index: 8;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10px 0 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav.open-menu {
  padding-left: 24px;
  padding-right: 16px;
}

.nav-list {
  z-index: 10;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 20px auto auto;
}

.clients-logo {
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: absolute;
  bottom: 40px;
  overflow: hidden;
}

.clients-logo.mobile {
  display: none;
}

.logo-list {
  margin-right: 4em;
}

.logo-list.logo-move {
  flex: none;
  max-width: 100%;
  margin-right: -2em;
}

.logo-list.logo-move-mobile, .logo-list.logo-move-copy {
  flex: none;
  max-width: none;
  height: 56px;
  margin-right: -2em;
}

.info-block {
  grid-column-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.info-block.form {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.info-block.solution {
  flex: 1;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.info-block.policy {
  flex-direction: column;
  display: flex;
}

.info-block.about {
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.logo-shadow {
  z-index: 1;
  background-image: linear-gradient(270deg, #fefefe00, #fdfdfd00 0%, #fdfdfdb3 50%, #fcfcfc 80%, #fcfcfc);
  width: 150px;
  position: absolute;
  inset: 0% auto 0% -4%;
}

.logo-shadow.right {
  background-image: linear-gradient(to right, #fdfdfd, #fefefe00 0%, #fdfdfdb3 50%, #fcfcfc 80%, #fcfcfc);
  inset: 0% -4% 0% auto;
}

.logo-shadow-right {
  background-image: linear-gradient(270deg, #fdfdfd, #fefefe00 0%, #fdfdfdb3 50%, #fcfcfc 80%, #fcfcfc);
  width: 150px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.solution {
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
}

.solution-list {
  grid-column-gap: 4px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.solution-card-item {
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 100px -4px #0000000a, inset 0 -1px #0000000a, inset 0 1px #0000000a;
}

.solution-card-item:hover {
  z-index: 1;
  box-shadow: 0 4px 100px -4px #0000001f, inset 0 -1px #0000000a, inset 0 1px #0000000a;
}

.solution-card-item.process {
  z-index: 1;
  grid-row-gap: 0px;
  background-color: var(--elements);
  margin-bottom: 4px;
  padding: 32px;
}

.solution-card-item.process:hover {
  box-shadow: 0 4px 100px -4px #0000000a, inset 0 -1px #0000000a, inset 0 1px #0000000a;
}

.solution-card-item.process.accordion {
  cursor: auto;
}

.solution-card-item.process-copy {
  z-index: 1;
  grid-row-gap: 0px;
  background-color: var(--elements);
  margin-bottom: 4px;
  padding: 32px;
}

.solution-card-item.process-copy:hover {
  box-shadow: 0 4px 100px -4px #0000000a, inset 0 -1px #0000000a, inset 0 1px #0000000a;
}

.solution-card-item.process-copy.accordion {
  cursor: auto;
}

.solution-card-content {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.solution-card-content.no-padding {
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 0;
}

.card-info.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solution-img {
  width: 100px;
  position: relative;
  top: 16px;
  left: 24px;
}

.solution-img.nav {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  position: static;
}

.solution-info {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 8px;
  display: block;
}

.solution-info.preview {
  display: flex;
}

.div-block {
  padding: 32px;
}

.button {
  background-color: var(--elements);
  width: auto;
  height: 48px;
  color: var(--primary-text);
  border: 1px solid #ededf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 16px -8px #00000029;
}

.button:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
  box-shadow: 0 8px 32px -8px #16096833;
}

.button.accent {
  background-color: var(--theme-color);
  width: auto;
  color: var(--elements);
  background-image: url('../images/blur.svg');
  background-position: 50% 0;
  background-size: cover;
  border-style: none;
  border-radius: 100px;
  margin-top: 48px;
  box-shadow: inset 0 1px #ffffff1a, 0 4px 16px -8px #00000029;
}

.button.accent:hover {
  background-color: var(--theme-secondary);
  color: var(--primary-text);
  background-image: url('../images/blur-hover.svg');
  background-position: 50% 100%;
}

.button.accent.xl {
  height: 80px;
  margin-top: 64px;
  padding: 24px 64px;
  box-shadow: inset 0 1px #ffffff1a, 0 4px 80px -8px #3316e94d;
}

.button.accent.xl:hover {
  box-shadow: inset 0 1px #ffffff1a, 0 4px 100px -8px #c7f15066;
}

.button.accent.xl.no-shadow {
  font-variation-settings: "wght" 350, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
  margin-top: 24px;
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght, sans-serif;
  font-size: 24px;
  box-shadow: inset 0 1px #ffffff1a, 0 4px 32px -8px #3316e933;
}

.button.contrast {
  grid-column-gap: 4px;
  color: var(--elements);
  background-color: #ffffff1a;
  border-color: #ededf00a;
  border-radius: 100px;
  margin-top: 20px;
  box-shadow: inset 4px 0 24px #503ec04d, 0 4px 16px -8px #00000029;
}

.button.contrast:hover {
  background-color: var(--theme-secondary);
  color: var(--primary-text);
  box-shadow: inset 4px 0 24px #abd536, 0 4px 16px -8px #00000029;
}

.button.xl {
  height: 80px;
}

.button.case-button {
  height: 80px;
  margin-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
}

.button.account {
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu {
  z-index: 2;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.solution-menu {
  z-index: 9;
  background-color: #fff;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.nav-solution-list {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.nav-solution-item {
  background-color: var(--elements);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.nav-solution-item:hover {
  color: var(--theme-color);
}

.nav-solution {
  width: 100%;
}

.nav-divider {
  background-image: linear-gradient(#e6e6e600, #e6e6e6 20% 80%, #e6e6e600);
  width: 3px;
  height: 100px;
}

.menu-overlay {
  z-index: 1;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.block-info {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.block-info.align-left {
  align-items: flex-start;
}

.block-info.media {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-bottom: 24px;
}

.process-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  width: 100%;
  max-width: 1350px;
  padding-left: 56px;
  padding-right: 56px;
}

.process-card-item {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.process-card-item._1-card {
  border-top-style: none;
}

.process-card-item._2-card {
  border-top-style: none;
  border-right-style: none;
}

.process-card-item.last-card {
  border-right-style: none;
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.manager-img {
  border-radius: 1000px;
  width: 96px;
  margin-bottom: 16px;
}

.text-link {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  height: 32px;
  color: var(--secondary-text);
  background-color: #f0f0f000;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s ease-out;
  display: flex;
  position: static;
}

.text-link:hover {
  color: var(--primary-text);
  background-color: #0000;
}

.text-link.footer {
  color: var(--primary-text);
}

.text-link.footer:hover {
  color: var(--theme-color);
}

.text-link.footer.large {
  color: var(--primary-text);
  font-variation-settings: "wght" 250, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
  letter-spacing: -.02em;
  font-size: 24px;
}

.text-link.footer.large:hover {
  color: var(--theme-color);
  letter-spacing: -.02em;
}

.text-link.footer.lowercase {
  text-transform: lowercase;
}

.text-link.button {
  position: static;
}

.footer-link {
  display: flex;
}

.footer-link.secondary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #dfdfe280;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr .75fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  padding-top: 20px;
  display: grid;
}

.site-link {
  flex: 1;
  display: flex;
}

.link-block-item {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 40px;
  display: flex;
}

.showreal-video {
  width: 100%;
  height: 100%;
}

.html-embed-2 {
  height: 100%;
}

.html-embed-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.footer-link-item {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.footer-link-item.agima {
  justify-content: flex-end;
  align-items: center;
}

.agima-logo {
  color: var(--secondary-text);
  transition: all .2s;
  display: flex;
}

.agima-logo:hover {
  color: var(--theme-color);
}

.nav-solution-link {
  width: 100%;
  color: var(--primary-text);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 20px;
  text-decoration: none;
  display: flex;
}

.nav-solution-link:hover {
  color: var(--theme-color);
  background-color: #f0f0f080;
}

.cedro-logo {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cedro-logo.account {
  height: 72px;
  position: absolute;
  inset: 0% 0% auto;
}

.button-icon {
  height: 100%;
}

.tool-icon {
  height: 48px;
  margin-top: 20px;
}

.tool-icon.contrast {
  border: 1px solid #0000001a;
  border-radius: 100px;
  margin-top: 0;
}

.button-row {
  grid-column-gap: 2px;
  align-items: stretch;
  display: flex;
}

.button-row.contrast {
  margin-top: 20px;
}

.html-embed-4 {
  width: 40px;
  height: 70px;
}

.dropdown-indicator {
  background-color: var(--secondary-text);
  border-radius: 20px;
  width: 4px;
  height: 4px;
}

.case-img-row {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-img-preview {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(1.2);
}

.inner-shadow {
  z-index: 1;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 64px #00000029;
}

.content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.media-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.media-link {
  color: #fcfcfcd9;
  text-decoration: none;
}

.media-list {
  grid-column-gap: 4px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.media-item {
  flex: 1;
  font-size: 18px;
}

.media-item:first-child {
  flex-direction: column;
  flex: 0 auto;
}

.video-container {
  border-radius: 15px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-img {
  position: absolute;
  inset: 50% auto auto 50%;
}

.divider {
  width: 1px;
}

.vertical-border {
  background-image: linear-gradient(#fff0, #ffffff1a 15% 85%, #fff0);
}

.horizontal-border {
  background-image: linear-gradient(to right, #fff0, #ffffff1a 15% 85%, #fff0);
}

.content-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1350px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.media-title {
  letter-spacing: -.02em;
  padding-right: 40px;
  font-family: objectsans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.media-title.small {
  padding-right: 20px;
  font-family: Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.case-preview {
  width: 100%;
  height: 100%;
}

.case-preview.solution-form {
  width: 100%;
  max-width: 500px;
  height: 250px;
}

.youtube-icon {
  width: 22px;
  height: 20px;
}

.page-info {
  grid-column-gap: 8px;
  justify-content: center;
  display: flex;
}

.price {
  grid-column-gap: 8px;
  background-color: #c7f150b3;
  border-radius: 12px;
  align-items: center;
  height: 56px;
  margin-bottom: 16px;
  padding: 4px 16px;
  display: flex;
  transform: rotate(-2deg);
}

.heading-2 {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: objectsans, sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 96%;
}

.rich-text {
  font-variation-settings: "wght" 300, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
  letter-spacing: -.02em;
  padding-right: 100px;
  font-weight: 500;
}

.sideblock-icon {
  width: 56px;
  margin-bottom: 8px;
  position: relative;
  left: -16px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  font-variation-settings: "wght" 300, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
  background-color: #0000;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 18px;
}

.text-field:hover {
  color: var(--primary-text);
  border-bottom-color: #c7c7cc;
}

.text-field:focus {
  border-bottom-color: var(--primary-text);
}

.text-field::placeholder {
  color: var(--primary-text);
}

.text-field.textarea {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.input-label {
  color: var(--secondary-text);
  font-variation-settings: "wght" 300, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
  letter-spacing: 0;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
}

.input-label.link:hover {
  color: var(--theme-color);
}

.input-label.account {
  color: var(--primary-text);
}

.radio-input {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-text {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ededede6;
  border-style: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  inset: 0%;
}

.radio-text:hover {
  background-color: #e0e0e0e6;
}

.radio-text:active {
  transform: scale(.96);
}

.radio-text.w--redirected-checked {
  background-color: var(--theme-color);
  color: var(--page-background);
}

.form {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 550px;
  display: flex;
}

.input {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.radio-list {
  grid-column-gap: 2px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.policy-link {
  border-bottom: 1px solid var(--border);
  color: var(--secondary-text);
}

.policy-link:hover {
  border-bottom-color: var(--primary-text);
  color: var(--primary-text);
}

.slider-content {
  text-align: center;
  flex-direction: column;
  place-content: space-between center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.secondary-text-2 {
  opacity: .5;
  letter-spacing: -.02em;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.lead-text {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 1100px;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 40px;
  line-height: 48px;
}

.lead-text.slider {
  font-variation-settings: "wght" 300, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
  letter-spacing: -.04em;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 48px;
  line-height: 56px;
}

.slider-ava {
  background-color: #dadada;
  border-radius: 100%;
  width: 96px;
  margin-bottom: 16px;
}

.primary-text {
  opacity: .8;
  letter-spacing: -.03em;
  max-width: 600px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.primary-text.slider {
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
}

.slide-nav {
  font-size: 9px;
  display: none;
  inset: auto 0% 0%;
}

.lead-accent {
  letter-spacing: -.04em;
  font-family: Caveat, sans-serif;
  font-size: 56px;
  line-height: 24px;
}

.lead-accent.slider {
  font-size: 72px;
  line-height: 38px;
}

.left-arrow {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.right-arrow {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.slider-arrow {
  width: 40px;
}

.container-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-divider {
  background-image: linear-gradient(to right, #fff, #e6e6e6 10% 90%, #fff);
  width: 100%;
  height: 1px;
}

.media-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-video {
  width: 320px;
  height: 320px;
  position: absolute;
  inset: 0%;
}

.sideblock-content {
  position: static;
  top: 48px;
}

.sideblock-content.manager {
  opacity: 1;
  position: sticky;
  top: 64px;
}

.sideblock-content.solution-block {
  padding-top: 8px;
}

.radio {
  display: none;
}

.social-links {
  grid-column-gap: 2px;
  width: 100%;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.social-item {
  background-color: #fcfcfc1a;
  border-radius: 1000px;
  flex: 1;
  height: 220px;
}

.tab-link {
  height: 48px;
  color: var(--secondary-text);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  display: flex;
}

.tab-link:hover {
  color: var(--primary-text);
}

.tab-link.w--current {
  grid-row-gap: 4px;
  color: var(--primary-text);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.text-block {
  font-variation-settings: "wght" 300, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
}

.active-point {
  background-color: var(--theme-color);
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.process-item {
  background-color: var(--elements);
  border-radius: 12px;
  margin-bottom: 64px;
  padding: 32px;
}

.step {
  width: 56px;
  height: 56px;
  color: var(--secondary-text);
  text-align: center;
  background-color: #ebebeb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  display: flex;
}

.info-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.process-nav {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.process-link {
  color: var(--secondary-text);
  font-size: 20px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.process-link:hover, .process-link.w--current {
  color: var(--primary-text);
}

.process-link.last-child {
  margin-bottom: 24px;
}

.process-nav-list {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.top-shadow {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff0);
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.process-title {
  margin-bottom: 80px;
}

.faq-block {
  margin-top: 64px;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_icon {
  width: 2rem;
  height: 2rem;
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_list {
  border-bottom: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
}

.accordion {
  grid-row-gap: 4px;
  border-bottom: 1px solid var(--border);
  flex-direction: column;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.faq-answer {
  overflow: hidden;
}

.process-nav-content {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.process-subtitle {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
}

.line-lottie {
  width: 128px;
  position: absolute;
  top: -20px;
  left: 70px;
}

.all-cases-description {
  position: relative;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header1 {
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
}

.list {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}

.paragraph {
  margin-bottom: 8px;
}

.list-item {
  margin-bottom: 12px;
}

.award-table {
  margin-top: 32px;
}

.table-item {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.table-item.last-child {
  border-bottom-style: none;
}

.table-item-head {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}

.table-item-head.secondary {
  color: var(--secondary-text);
}

.table-item-head.secondary.fix-width {
  max-width: 160px;
}

.table-item-head.fix-width {
  max-width: 260px;
}

.award-counter {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.counter {
  background-color: var(--theme-secondary);
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.award-row {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-direction: row;
  width: 70%;
  display: flex;
}

.employee-item {
  color: var(--primary-text);
  text-decoration: none;
}

.policy-content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 56px;
  padding-right: 56px;
}

.policy-block {
  margin-top: 64px;
}

.policy-list {
  padding-left: 0;
  list-style-type: none;
}

.policy-item {
  margin-top: 32px;
}

.policy-item.no-margin {
  margin-top: 0;
}

.info-solution-list {
  margin-top: 16px;
}

.solution-list-item {
  border-bottom: 1px solid var(--border);
  color: #75747f;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.solution-list-item:hover {
  color: var(--primary-text);
}

.solution-list-item.last-item {
  border-bottom-style: none;
}

.info-block-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 760px;
  padding-top: 32px;
  display: flex;
}

.case-no-link {
  color: var(--primary-text);
  position: relative;
}

.soon-badge, .soon-badge-2 {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  border-radius: 100px;
  padding: 10px 10px 10px 12px;
  position: absolute;
  inset: 16px 16px auto auto;
  box-shadow: 0 2px 48px #0003;
}

.case-no-link-2 {
  color: #2a2a3c;
  position: relative;
}

.solution-item {
  align-self: stretch;
  margin-top: 32px;
}

.soon-badge-3 {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  border-radius: 100px;
  padding: 10px 10px 10px 12px;
  position: absolute;
  inset: 16px 16px auto auto;
  box-shadow: 0 2px 48px #0003;
}

.case-link-2 {
  color: #2a2a3c;
  text-decoration: none;
}

.soon-badge-4 {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  border-radius: 100px;
  padding: 10px 10px 10px 12px;
  position: absolute;
  inset: 16px 16px auto auto;
  box-shadow: 0 2px 48px #0003;
}

.process-list-item {
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 100px -4px #0000000a, inset 0 -1px #0000000a, inset 0 1px #0000000a;
}

.process-list-item:hover {
  z-index: 1;
  box-shadow: 0 4px 100px -4px #0000001f, inset 0 -1px #0000000a, inset 0 1px #0000000a;
}

.process-list-item.process {
  z-index: 1;
  grid-row-gap: 0px;
  background-color: var(--elements);
  margin-bottom: 4px;
  padding: 32px;
}

.process-list-item.process:hover {
  box-shadow: 0 4px 100px -4px #0000000a, inset 0 -1px #0000000a, inset 0 1px #0000000a;
}

.process-list-item.process.accordion {
  cursor: auto;
}

.process-list-item.process-copy {
  z-index: 1;
  grid-row-gap: 0px;
  background-color: var(--elements);
  margin-bottom: 4px;
  padding: 32px;
}

.process-list-item.process-copy:hover {
  box-shadow: 0 4px 100px -4px #0000000a, inset 0 -1px #0000000a, inset 0 1px #0000000a;
}

.process-list-item.process-copy.accordion {
  cursor: auto;
}

.company-img-1 {
  width: 170px;
  display: none;
  position: absolute;
  inset: 15% auto auto 3%;
}

.company-img-2 {
  width: 100px;
  display: none;
  position: absolute;
  inset: 10% auto auto 26%;
}

.company-img-3 {
  object-fit: cover;
  width: 180px;
  height: 150px;
  display: none;
  position: absolute;
  inset: auto;
}

.company-img-4 {
  width: 220px;
  display: none;
  position: absolute;
  top: 10%;
  right: 18%;
}

.company-img-5 {
  width: 100px;
  display: none;
  position: absolute;
  top: 20%;
  right: 4%;
}

.company-img-6 {
  width: 100px;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 2%;
}

.company-img-7 {
  width: 150px;
  display: none;
  position: absolute;
  inset: auto auto 10% 20%;
}

.company-img-8 {
  width: 300px;
  display: none;
  position: absolute;
  bottom: -10%;
  left: 40%;
}

.company-img-9 {
  width: 240px;
  display: none;
  position: absolute;
  inset: auto 5% 0% auto;
}

.company-video {
  object-fit: cover;
  width: 320px;
  height: 240px;
  position: absolute;
  inset: auto;
}

.employee-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.employee-img.more-cases-preview {
  border-radius: 8px;
  flex: 0 auto;
  width: 100px;
  height: 100px;
}

.modal-menu {
  display: none;
}

.solution-icon {
  margin-bottom: 8px;
}

.nda-badge {
  background-color: #f1e450;
  border-radius: 12px;
  align-self: flex-start;
  padding: 2px 10px;
  position: relative;
  inset: 0% 0% auto 8px;
}

.nda-title {
  display: flex;
}

.nav-list-mobile {
  z-index: 9;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: sticky;
  inset: 20px auto auto;
}

.button-2 {
  color: #2a2a3c;
  background-color: #fff;
  border: 1px solid #ededf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  margin-top: 0;
  padding: 20px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 16px -8px #00000029;
}

.button-2:hover {
  color: #3316e9;
  border-color: #3316e9;
  box-shadow: 0 8px 32px -8px #16096833;
}

.button-2.contrast {
  grid-column-gap: 4px;
  color: #fff;
  background-color: #ffffff1a;
  border-color: #ededf00a;
  border-radius: 100px;
  margin-top: 20px;
  box-shadow: inset 4px 0 24px #503ec04d, 0 4px 16px -8px #00000029;
}

.button-2.contrast:hover {
  color: #2a2a3c;
  background-color: #c7f150;
  box-shadow: inset 4px 0 24px #abd536, 0 4px 16px -8px #00000029;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cedro-vector {
  width: 88px;
}

.cedro-icon {
  width: 32px;
  height: 32px;
}

.expertise-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--secondary-text);
  border: 1px solid #ebebeb;
  border-radius: 16px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.expertise-img {
  opacity: .4;
  width: 20px;
  height: 20px;
}

.go-to-top {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 0;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  height: 32px;
  color: var(--secondary-text);
  background-color: #fcfcfc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  transition: all .3s ease-out;
  display: flex;
  position: absolute;
  left: 32px;
}

.go-to-top:hover {
  color: var(--primary-text);
  background-color: #d9d9d9e6;
}

.go-to-top.w--current {
  pointer-events: none;
  left: 32px;
}

.account-title {
  text-align: center;
  letter-spacing: -.05em;
  margin-top: 0;
  font-size: 50px;
  font-weight: 400;
}

.account-input {
  background-color: #fff0;
  border: 1px solid #0000001a;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px -2px #0000001a;
}

.account-input:hover {
  border-color: #000;
}

.account-input:active {
  background-color: #f7f7f7;
  border-color: #000;
}

.account-input:focus {
  color: var(--primary-text);
  -webkit-text-stroke-color: var(--theme-color);
}

.label {
  justify-content: space-between;
  display: flex;
}

.paragraph-2 {
  margin-top: -24px;
}

.account-link {
  color: var(--secondary-text);
  border-bottom: 1px solid #0000001a;
  transition: all .1s;
  display: none;
}

.account-link:hover {
  border-bottom-color: var(--theme-color);
  color: var(--theme-color);
}

.account-wrapper {
  background-color: var(--page-background);
  justify-content: flex-start;
  max-width: 400px;
  padding-top: 150px;
  padding-left: 16px;
  padding-right: 16px;
}

.access-img {
  margin-bottom: 16px;
}

.account-settings {
  background-color: #fcfcfc00;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: 100px;
}

.user-account-form {
  flex-direction: column;
  display: flex;
}

.link-access {
  margin-top: 32px;
  display: none;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #fff0;
}

.success-form-img {
  width: 48px;
  margin-bottom: 16px;
}

.error-message {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-2 {
  display: none;
}

.blog-card {
  width: 100%;
  height: 120px;
  color: var(--primary-text);
  text-align: center;
  background-color: #eee;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.blog-card:hover {
  color: var(--theme-color);
}

.sort-trg-btn {
  display: none;
}

.blog-btn {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border);
  color: var(--primary-text);
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: fit-content;
  padding: 12px 16px;
  display: block;
}

.blog-btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.blog-btn.w--current {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--page-background);
}

.blog-btn.is-back {
  border-style: none;
  border-radius: 0;
}

.collection-item-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.blog-author-card {
  color: var(--primary-text);
}

.blog-author-card:hover {
  color: var(--theme-color);
}

.blog-main {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.dropdown-toggle {
  padding: 0;
  display: block;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #0000;
  position: relative;
}

.blog-dd-link {
  padding: 12px 16px;
}

.blog-dd-link:hover {
  color: var(--theme-color);
}

.blog-dd-link.w--current {
  color: var(--theme-color);
  text-decoration: underline;
}

.blog-dd-link.is-a {
  border-top: 1px solid var(--border);
}

.blog-dd-link.is-1 {
  padding-top: 0;
}

.dropdown {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 8px 0 auto;
}

.blog-dd {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  width: 128px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0 auto;
}

.blog-dd-toggle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary-text);
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  position: relative;
}

.blog-dd-toggle.w--current {
  color: var(--theme-color);
  text-decoration: underline;
}

.blog-dd-icon {
  margin: 0;
  text-decoration: none;
  position: relative;
}

.blog-dd-2 {
  background-color: #fff;
  border: 1px solid #dfdfe2;
  border-radius: 0 0 0 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-dd-toggle-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2a2a3c;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  position: relative;
}

.blog-dd-toggle-2.w--current {
  color: #3316e9;
  text-decoration: underline;
}

.blog-dd-link-2 {
  padding: 12px 16px;
}

.blog-dd-link-2:hover {
  color: #3316e9;
}

.blog-dd-link-2.w--current {
  color: #3316e9;
  text-decoration: underline;
}

.blog-dd-link-2.is-a {
  border-top: 1px solid #dfdfe2;
}

@media screen and (min-width: 1280px) {
  .text-description.padding-right {
    max-width: 670px;
  }

  .accent {
    font-size: 36px;
  }

  .page-title {
    font-size: 112px;
  }

  .page-title.solution-title {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 104px;
  }

  .card-title.small {
    text-align: center;
    font-size: 18px;
  }

  .card-title.small.footer {
    text-align: left;
  }

  .block-title.padding-right.xl {
    font-size: 88px;
  }

  .body-text.secondary.dark-text {
    max-width: 460px;
  }

  .body-text.side-info.solution-text {
    position: static;
  }

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

  .section.footer {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section.video.test {
    height: 3000px;
  }

  .section.process-info {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .section.company-intro {
    justify-content: center;
    align-items: center;
    height: 90vh;
    max-height: 800px;
    display: flex;
  }

  .hero-img {
    width: 430px;
    display: block;
  }

  .solution-card-item.process {
    box-shadow: 0 4px 100px -4px #00000014, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .solution-card-item.process:hover {
    box-shadow: 0 4px 100px -4px #e9606014, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .solution-card-item.process-copy {
    box-shadow: 0 4px 100px -4px #00000014, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .solution-card-item.process-copy:hover {
    box-shadow: 0 4px 100px -4px #e9606014, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .menu {
    display: none;
  }

  .footer-link.secondary {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .media-list {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .rich-text {
    padding-right: 200px;
  }

  .form-block {
    width: 70%;
  }

  .collection-list-wrapper-2 {
    display: block;
  }

  .media-grid {
    grid-column-gap: 4px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sideblock-content.solution-block {
    margin-top: 24px;
  }

  .html-embed-5 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 6%;
    left: 0%;
    right: 0%;
  }

  .process-item {
    background-color: var(--elements);
    border-radius: 12px;
    padding: 32px;
  }

  .process-nav {
    top: 0%;
  }

  .process-link {
    font-size: 18px;
  }

  .process-nav-list {
    z-index: 2;
    grid-row-gap: 4px;
    justify-content: center;
    top: auto;
    bottom: auto;
  }

  .top-shadow {
    z-index: 2;
  }

  .process {
    background-color: #f5f5f5;
  }

  .faq-block {
    margin-top: 64px;
  }

  .process-subtitle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .line-lottie {
    width: 120px;
    top: -18px;
    left: 70px;
  }

  .award-row {
    width: 52%;
  }

  .solution-item {
    padding-right: 150px;
  }

  .process-list-item.process {
    box-shadow: 0 4px 100px -4px #00000014, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .process-list-item.process:hover {
    box-shadow: 0 4px 100px -4px #e9606014, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .process-list-item.process-copy {
    box-shadow: 0 4px 100px -4px #00000014, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .process-list-item.process-copy:hover {
    box-shadow: 0 4px 100px -4px #e9606014, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .company-img-1 {
    order: -1;
  }

  .company-img-4 {
    width: 220px;
  }

  .company-img-5, .company-img-6 {
    width: 100px;
  }

  .company-img-7 {
    width: 150px;
  }

  .company-img-8 {
    width: 300px;
  }

  .solution-icon {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .text-description.padding-right {
    padding-right: 0;
  }

  .text-description.contrast {
    font-size: 28px;
  }

  .text-description.hero {
    font-size: 32px;
  }

  .text-description.align-left {
    z-index: 1;
  }

  .text-description.align-left.small {
    font-size: 24px;
  }

  .accent.hero {
    font-size: 46px;
  }

  .accent.adaptive {
    font-size: 40px;
  }

  .page-title {
    max-width: 1200px;
    font-size: 120px;
  }

  .card-title {
    font-size: 32px;
  }

  .card-title.large {
    font-size: 48px;
  }

  .block-title.padding-right.xl {
    font-size: 104px;
  }

  .block-title.padding-right.xl.small {
    padding-bottom: 16px;
    font-size: 48px;
    line-height: 100%;
  }

  .block-title.contrast {
    font-size: 104px;
  }

  .body-text, .body-text.secondary {
    font-size: 18px;
  }

  .body-text.side-info {
    max-width: 250px;
  }

  .body-text.counter {
    background-color: var(--theme-secondary);
  }

  .body-text.secondary, .body-accent {
    font-size: 18px;
  }

  .logo, .nav-item, .nav-link {
    height: 40px;
  }

  .nav-button {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    max-width: 1800px;
  }

  .section.case-list {
    padding-left: 120px;
    padding-right: 120px;
  }

  .section.contrast {
    border-radius: 48px;
    max-width: 1640px;
  }

  .section.contrast.media.blue {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.footer {
    padding-left: 120px;
    padding-right: 120px;
  }

  .section.video {
    max-width: 1640px;
    height: 900px;
  }

  .section.process-info {
    padding-right: 300px;
  }

  .section.hero {
    padding-top: 200px;
    padding-bottom: 250px;
  }

  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-img {
    width: 500px;
    top: 6%;
    left: 2%;
  }

  .img-container {
    height: 24rem;
  }

  .img-container.large, .img-container.extra-large {
    height: 32rem;
  }

  .img-container.employee {
    height: 30rem;
  }

  .nav-list {
    width: 700px;
  }

  .clients-logo {
    max-width: none;
  }

  .info-block {
    padding-left: 120px;
    padding-right: 120px;
  }

  .solution {
    padding-left: 80px;
    padding-right: 80px;
  }

  .card-info.center {
    max-width: 560px;
  }

  .process-grid {
    max-width: 1600px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .button-row.social {
    align-items: stretch;
  }

  .video-container {
    border-radius: 48px;
  }

  .content-block {
    max-width: 1600px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .lead-text.slider {
    max-width: 1000px;
  }

  .line-lottie {
    z-index: 0;
  }

  .nav-list-mobile {
    width: 700px;
  }

  .go-to-top {
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 16px;
    font-size: 56px;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .text-description.padding-right {
    padding-right: 20px;
  }

  .text-description.hero.company {
    max-width: 500px;
  }

  .accent.adaptive {
    font-size: 36px;
  }

  .page-title {
    font-size: 80px;
    line-height: 90%;
  }

  .page-title.solution-title {
    line-height: 80%;
  }

  .card-title.large {
    font-size: 24px;
  }

  .block-title.padding-right.xl, .block-title.contrast {
    font-size: 80px;
  }

  .block-title.contrast.left {
    margin-bottom: 0;
  }

  .block-title.center {
    font-size: 80px;
  }

  .body-text.secondary.dark-text, .body-text.side-info {
    max-width: 400px;
  }

  .body-text.side-info.secondary-info {
    color: var(--secondary-text);
  }

  .body-text.side-info.solution-text {
    top: auto;
  }

  .body-accent.xl {
    font-size: 20px;
  }

  .nav-item.menu-link {
    cursor: pointer;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .nav-button {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.case-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 100px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.contrast {
    border-radius: 0;
  }

  .section.contrast.media.blue {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.footer {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .section.video {
    height: 600px;
  }

  .section.process {
    padding: 100px 32px;
  }

  .section.solution-info {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero {
    padding-bottom: 150px;
  }

  .hero-img {
    display: none;
    inset: 10% 0% 0%;
  }

  .img-container.large, .img-container.extra-large {
    height: 24rem;
  }

  .nav {
    padding-left: 20px;
    position: relative;
  }

  .nav-list {
    display: none;
    position: fixed;
    inset: auto 0% 20px;
  }

  .logo-list.logo-move-mobile, .logo-list.logo-move-copy {
    height: 56px;
  }

  .info-block {
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .info-block.form {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
    display: grid;
  }

  .solution {
    padding-left: 32px;
    padding-right: 32px;
  }

  .solution-list {
    grid-template-columns: 1fr 1fr;
  }

  .solution-card-item:hover {
    box-shadow: 0 4px 100px -4px #0000000a, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .solution-card-content {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .solution-info {
    padding-right: 40px;
  }

  .button.accent.xl {
    height: 64px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .button.case-button {
    height: 64px;
  }

  .nav-solution-list.menu-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .block-info.media {
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 8px;
  }

  .process-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    width: 100%;
  }

  .footer-link.secondary {
    flex-direction: column;
    grid-template-columns: .75fr 1fr 1fr;
    display: flex;
  }

  .site-link {
    flex: 1;
    justify-content: space-between;
  }

  .link-block-item {
    padding-right: 0;
  }

  .nav-solution-link.menu-list {
    box-shadow: 0 2px 40px #00000014;
  }

  .video-container {
    border-radius: 0;
  }

  .content-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sideblock-icon {
    opacity: .5;
    width: 48px;
    margin-bottom: 8px;
    left: -8px;
  }

  .radio-input {
    margin-bottom: 0;
  }

  .radio-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .lead-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .lead-text.slider {
    font-size: 32px;
    line-height: 40px;
  }

  .primary-text {
    font-size: 16px;
  }

  .lead-accent {
    font-size: 46px;
  }

  .lead-accent.slider {
    font-size: 48px;
    line-height: 20px;
  }

  .container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sideblock-content.solution-block, .sideblock-content.info {
    display: none;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .info-content {
    max-width: none;
  }

  .process-nav {
    display: none;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .process-subtitle.secondary {
    color: var(--secondary-text);
    letter-spacing: .5px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .table-item-head.secondary.fix-width {
    padding-left: 8px;
  }

  .case-no-link {
    position: relative;
  }

  .soon-badge, .soon-badge-2 {
    z-index: 10;
    position: absolute;
  }

  .case-no-link-2 {
    position: relative;
  }

  .soon-badge-3, .soon-badge-4 {
    z-index: 10;
    position: absolute;
  }

  .process-list-item:hover {
    box-shadow: 0 4px 100px -4px #0000000a, inset 0 -1px #0000000a, inset 0 1px #0000000a;
  }

  .modal-menu {
    z-index: 100;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-block {
    z-index: 2;
    background-color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 550px;
    position: fixed;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .menu-list-item {
    height: 56px;
    color: var(--primary-text);
    border-bottom: 1px solid #efeff2;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 16px;
    display: flex;
  }

  .menu-list-item.w--current {
    height: 56px;
    color: var(--primary-text);
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 16px;
    display: flex;
  }

  .modal-overlay {
    z-index: 1;
    background-color: #0000004d;
    position: absolute;
    inset: 0%;
  }

  .chev-right {
    width: 24px;
    height: 24px;
    color: var(--secondary-text);
  }

  .menu-expertise {
    padding: 24px;
  }

  .nav-list-mobile {
    display: flex;
    position: fixed;
    inset: auto 0% 20px;
  }

  .account-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  h4, .text-description, .text-description.padding-right, .text-description.contrast {
    font-size: 20px;
  }

  .text-description.hero {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
  }

  .text-description.align-left.solution-text.secondary {
    font-size: 20px;
  }

  .accent {
    font-size: 28px;
  }

  .accent.hero {
    font-size: 32px;
  }

  .accent.adaptive {
    font-size: 28px;
  }

  .page-title {
    max-width: 540px;
    margin-bottom: 16px;
    font-size: 58px;
    line-height: 90%;
  }

  .card-title.small {
    font-size: 16px;
  }

  .block-title.padding-right.xl {
    padding-bottom: 16px;
    padding-right: 0;
    font-size: 56px;
  }

  .block-title.contrast {
    margin-bottom: 16px;
    font-size: 56px;
  }

  .block-title.center {
    font-size: 56px;
  }

  .body-text.side-info {
    text-align: center;
    order: 0;
    margin-top: 8px;
  }

  .body-text.side-info.secondary-info {
    text-align: left;
    max-width: 300px;
    font-size: 12px;
  }

  .body-text.side-info.solution-text {
    text-align: left;
  }

  .body-accent {
    flex: none;
  }

  .nav-item {
    display: none;
  }

  .nav-item.menu {
    display: flex;
    position: relative;
  }

  .nav-item.menu-link {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-button {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.case-list {
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.case-list.solution {
    grid-template-columns: 1fr 1fr;
  }

  .section.contrast {
    border-radius: 0;
  }

  .section.contrast.media {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.contrast.media.blue {
    grid-row-gap: 24px;
  }

  .section.process {
    padding: 100px 24px;
  }

  .section.solution-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-img {
    width: 320px;
    top: 15%;
  }

  .nav-list {
    z-index: 100;
    width: auto;
    display: none;
    bottom: 32px;
  }

  .clients-logo {
    display: none;
  }

  .clients-logo.mobile {
    justify-content: flex-start;
    display: flex;
  }

  .info-block {
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .info-block.form {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .info-block.about {
    padding-bottom: 80px;
  }

  .solution {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .solution-info {
    grid-row-gap: 4px;
    align-items: stretch;
    padding-bottom: 0;
  }

  .button.accent.xl {
    margin-top: 32px;
  }

  .nav-solution-list.menu-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .process-grid {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .process-card-item {
    background-color: #ffffff14;
    border-radius: 12px;
    margin-bottom: 4px;
    box-shadow: inset 0 1px #ffffff0a;
  }

  .side-info {
    grid-column-gap: 16px;
    flex-direction: row;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
  }

  .manager-img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-link {
    justify-content: center;
  }

  .text-link.footer.large {
    justify-content: flex-start;
  }

  .footer-link {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-link.secondary {
    grid-template-columns: 1fr 1.75fr .5fr;
    display: flex;
  }

  .footer-link-item.link {
    display: block;
  }

  .nav-solution-link.menu-list {
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    box-shadow: 0 2px 40px #00000014;
  }

  .nav-solution-link.menu-list:hover {
    background-color: #e3e3e380;
  }

  .nav-solution-link.menu-list:active {
    transform: scale(.95);
  }

  .about-img {
    width: 64px;
    display: none;
    top: 265px;
    left: 320px;
  }

  .vertical-border, .horizontal-border {
    display: none;
  }

  .content-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .media-title {
    font-size: 24px;
  }

  .rich-text {
    padding-right: 50px;
  }

  .sideblock-icon {
    opacity: .6;
    margin-bottom: 0;
  }

  .form-block {
    width: 100%;
  }

  .lead-text {
    font-size: 24px;
    line-height: 32px;
  }

  .lead-text.slider {
    font-size: 28px;
    line-height: 32px;
  }

  .lead-accent {
    font-size: 34px;
  }

  .lead-accent.slider {
    font-size: 40px;
  }

  .media-grid {
    grid-template-columns: 1fr;
  }

  .sideblock-content.manager {
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: none;
  }

  .sideblock-content.solution-block {
    display: none;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .process-subtitle.secondary {
    color: var(--secondary-text);
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .award-row {
    grid-column-gap: 20px;
    flex-direction: row;
    width: auto;
  }

  .solution-item {
    margin-top: 24px;
  }

  .modal-menu {
    z-index: 100;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-block {
    z-index: 2;
    background-color: var(--elements);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    flex-direction: column;
    height: 500px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .menu-list-item {
    height: 56px;
    color: var(--primary-text);
    border-bottom: 1px solid #efeff2;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 16px;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    display: flex;
  }

  .menu-list-item:hover {
    color: var(--theme-color);
    background-color: #dfdfe259;
  }

  .modal-overlay {
    z-index: 1;
    background-color: #0000004d;
    position: absolute;
    inset: 0%;
  }

  .chev-right {
    opacity: .4;
    width: 24px;
    height: 24px;
  }

  .menu-expertise {
    padding: 24px;
  }

  .nav-list-mobile {
    z-index: 100;
    width: auto;
    display: flex;
    bottom: 32px;
  }

  .footer-info {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .text-description {
    text-align: left;
  }

  .text-description.padding-right {
    padding-right: 32px;
  }

  .text-description.padding-right.small {
    padding-right: 0;
  }

  .text-description.contrast {
    text-align: left;
  }

  .text-description.hero {
    text-align: center;
    max-width: 300px;
    font-size: 20px;
    line-height: 120%;
  }

  .text-description.hero.divider {
    color: #2a2a3c66;
  }

  .text-description.hero.company {
    max-width: 280px;
  }

  .text-description.align-left.solution-text.secondary {
    font-size: 20px;
  }

  .text-description.half-tone {
    font-size: 14px;
  }

  .accent, .accent.hero {
    font-size: 28px;
  }

  .accent.adaptive {
    font-size: 30px;
  }

  .page-title {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 90%;
  }

  .page-title.solution-title {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 50px;
    line-height: 90%;
  }

  .card-title.small.footer {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .card-title.large {
    font-size: 24px;
  }

  .card-title.contrast {
    text-align: center;
  }

  .block-title.padding-right.xl {
    font-size: 40px;
  }

  .block-title.contrast {
    text-align: left;
    font-size: 40px;
  }

  .block-title.contrast.left {
    margin-bottom: 8px;
  }

  .block-title.small {
    font-size: 40px;
  }

  .block-title.center {
    text-align: left;
    font-size: 40px;
  }

  .body-text.contrast {
    font-size: 16px;
  }

  .body-text.footer-link {
    font-size: 20px;
  }

  .body-text.counter {
    align-self: flex-start;
  }

  .body-text.mobile-menu {
    font-size: 20px;
  }

  .body-text.account {
    font-size: 14px;
  }

  .body-accent.xl {
    font-size: 18px;
  }

  .body-accent.mobile-menu {
    font-size: 20px;
  }

  .secondary-text.link {
    border-bottom: 1px solid var(--border);
  }

  .logo {
    height: 31px;
  }

  .nav-item.menu-link {
    height: 48px;
  }

  .telegram-icon {
    height: 20px;
  }

  .nav-button {
    height: 48px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.case-list {
    grid-row-gap: 56px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section.contrast.media {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.contrast.media.blue, .section.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.video {
    height: 420px;
  }

  .section.process {
    padding: 64px 20px;
  }

  .section.solution-info {
    padding-right: 0;
  }

  .section.company-intro {
    height: 80vh;
  }

  .section.hero {
    padding-bottom: 120px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 32px;
    display: flex;
  }

  .hero-img {
    width: 240px;
  }

  .img-container {
    border: 1px solid #ffffff1a;
    height: 20rem;
  }

  .img-container.more-cases {
    border-style: none;
  }

  .img-container.large, .img-container.extra-large {
    height: 20rem;
  }

  .case-info {
    padding-right: 0;
  }

  .nav {
    align-items: flex-end;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 4px;
  }

  .nav.account {
    padding-left: 4px;
  }

  .nav-list {
    z-index: 100;
  }

  .clients-logo {
    display: none;
  }

  .clients-logo.mobile {
    grid-column-gap: 0px;
    justify-content: flex-start;
    display: flex;
    bottom: 48px;
  }

  .logo-list.logo-move {
    height: 56px;
    margin-right: 9em;
  }

  .logo-list.logo-move-mobile {
    opacity: 1;
    height: 56px;
    margin-right: 9em;
  }

  .logo-list.logo-move-copy {
    height: 56px;
    margin-right: 9em;
  }

  .info-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-block.form {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-shadow {
    pointer-events: none;
    width: 100px;
    left: 0%;
  }

  .logo-shadow.right {
    width: 100px;
    right: 0%;
  }

  .solution {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solution-list {
    flex-direction: column;
    display: flex;
  }

  .solution-card-item.process {
    padding: 24px;
  }

  .solution-card-item.process.accordion {
    padding-left: 24px;
    padding-right: 24px;
  }

  .solution-card-item.process-copy {
    padding: 24px;
  }

  .solution-card-item.process-copy.accordion {
    padding-left: 24px;
    padding-right: 24px;
  }

  .solution-img.nav {
    object-fit: contain;
    width: 48px;
    height: 48px;
    padding-left: 4px;
  }

  .solution-info {
    padding-right: 0;
  }

  .button.accent.xl {
    align-self: stretch;
    padding-left: 32px;
    padding-right: 32px;
  }

  .button.contrast {
    align-self: stretch;
    margin-top: 12px;
  }

  .nav-solution-list.menu-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .block-info {
    text-align: left;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-info.align-left, .block-info.media, .block-info.case-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .process-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-card-item {
    grid-row-gap: 16px;
    align-items: flex-start;
    padding-top: 16px;
  }

  .side-info {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .manager-img {
    width: 96px;
  }

  .text-link {
    justify-content: center;
  }

  .text-link.footer {
    height: 32px;
    font-size: 24px;
  }

  .text-link.footer.large {
    height: 36px;
    font-size: 28px;
  }

  .text-link.footer.lowercase {
    justify-content: flex-start;
    height: 32px;
  }

  .footer-link.secondary {
    grid-row-gap: 4px;
    align-items: flex-start;
    padding-top: 32px;
    display: flex;
  }

  .site-link {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .link-block-item {
    align-items: flex-start;
  }

  .footer-link-item.agima {
    margin-top: 24px;
  }

  .nav-solution-link.menu-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cedro-logo.account {
    display: flex;
  }

  .tool-icon {
    margin-top: auto;
  }

  .tool-icon.contrast {
    border: 1px solid #0000001a;
    border-radius: 100px;
  }

  .button-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .button-row.social {
    flex-direction: column;
  }

  .button-row.contrast {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .media-list {
    flex-direction: column;
    display: flex;
  }

  .about-img {
    width: 50px;
    inset: 280px auto auto 230px;
  }

  .media-title {
    font-size: 20px;
  }

  .media-title.small {
    font-family: objectsans, sans-serif;
    font-size: 20px;
    line-height: 120%;
  }

  .case-preview.solution-form {
    height: 130px;
  }

  .youtube-icon {
    height: 16px;
  }

  .price {
    height: 48px;
    transform: none;
  }

  .rich-text {
    padding-right: 0;
  }

  .radio-text {
    height: 56px;
  }

  .radio-list {
    flex-direction: column;
  }

  .slider-content {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    height: 90%;
  }

  .lead-text {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .lead-text.slider {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
    line-height: 28px;
  }

  .primary-text {
    font-size: 14px;
  }

  .slide-nav {
    padding-top: 10px;
    font-size: 7px;
    display: block;
    position: relative;
  }

  .lead-accent {
    font-size: 36px;
    line-height: 20px;
  }

  .lead-accent.slider {
    font-size: 36px;
  }

  .mask {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    left: 0;
    overflow: hidden;
  }

  .left-arrow {
    background-image: linear-gradient(to right, #f7f7f7, #fff0);
    display: none;
    left: -16px;
  }

  .right-arrow {
    background-image: linear-gradient(270deg, #f7f7f7, #fff0);
    display: none;
    right: -16px;
  }

  .slider-arrow {
    display: none;
  }

  .container-2 {
    grid-row-gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .side-text {
    text-align: center;
  }

  .sideblock-content {
    display: none;
  }

  .sideblock-content.manager {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .sideblock-content.solution-block {
    display: none;
  }

  .process-nav {
    position: relative;
  }

  .process-title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .process-nav-content {
    height: auto;
  }

  .process-subtitle.secondary {
    font-size: 11px;
  }

  .line-lottie {
    width: 100px;
    top: -12px;
    left: 75px;
  }

  .rl_header1_component {
    grid-template-columns: 1fr;
  }

  .table-item {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .table-item-head {
    font-variation-settings: "wght" 500, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
  }

  .table-item-head.secondary {
    font-variation-settings: "wght" 400, "wdth" 135, "opsz" 16, "slnt" 0, "GRAD" 80;
  }

  .table-item-head.secondary.fix-width {
    max-width: none;
    padding-left: 0;
  }

  .award-counter.adaptive {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .award-row {
    flex-direction: column;
  }

  .policy-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-block-content {
    justify-content: flex-start;
  }

  .solution-item {
    margin-top: 20px;
  }

  .process-list-item.process {
    padding: 24px;
  }

  .process-list-item.process.accordion {
    padding-left: 24px;
    padding-right: 24px;
  }

  .process-list-item.process-copy {
    padding: 24px;
  }

  .process-list-item.process-copy.accordion {
    padding-left: 24px;
    padding-right: 24px;
  }

  .company-video {
    top: auto;
  }

  .modal-menu {
    z-index: 100;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-block {
    height: 570px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-list-mobile {
    z-index: 100;
    display: flex;
  }

  .button-2.contrast {
    align-self: stretch;
    margin-top: 12px;
  }

  .expertise-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .expertise-img {
    width: 16px;
    height: 16px;
  }

  .account-title {
    font-size: 40px;
  }

  .account-wrapper {
    height: 100svh;
  }

  .footer-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_41258f49-0ba8-03da-6def-f42d4e085e5b-00acac77, #w-node-fea0fe7c-5359-24f1-458c-8b7ac7bf17c5-00acac77, #w-node-_5ea19690-66a1-9ab0-ac48-b96b53def228-00acac77 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf7b787e-3ece-d0c9-db2f-ef79d9376037-00acac77, #w-node-a73af3e2-477f-8fb7-32e4-6a7cf6c4f0dc-00acac77 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f2d29792-fa47-0885-0e95-e33b5a2292c5-00acac77, #w-node-_3a74c37f-f3ce-5235-24a3-36552edcfbfa-00acac77, #w-node-_50758e4f-f0f2-3949-29d5-1b0bef1b94d7-00acac77 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51933d4a-d10b-9b21-20b9-f34f232f8089-00acac77 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-eb840bbc-62fb-7baf-bbd8-95e241eec8c0-00acac77 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-b8b1dbbb-07a8-63f6-370c-eb9512102199-00acac77 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_14bd28aa-afcd-7d9b-9f2a-4fc5dd482bd8-00acac77, #w-node-_7a6777d7-1f00-8cc9-19f1-e5ec71e0471f-00acac77, #w-node-bac042b5-3a65-d014-9120-bacad6441101-00acac77, #w-node-f10d4852-ca66-1415-1ed1-20903a1e7e9e-00acac77, #w-node-_6adb4f47-ec8c-3cf6-f449-116f421f32dc-00acac77, #w-node-_3698bc40-586e-e846-15e3-21fc907c2312-00acac77, #w-node-d5f0fd99-9977-5852-9a85-d3c8eed020b8-eed020b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5f0fd99-9977-5852-9a85-d3c8eed020b9-eed020b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5f0fd99-9977-5852-9a85-d3c8eed020ba-eed020b7, #w-node-d5f0fd99-9977-5852-9a85-d3c8eed020bb-eed020b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5f0fd99-9977-5852-9a85-d3c8eed020f4-eed020b7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d5f0fd99-9977-5852-9a85-d3c8eed020f5-eed020b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5f0fd99-9977-5852-9a85-d3c8eed020f8-eed020b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5f0fd99-9977-5852-9a85-d3c8eed020fc-eed020b7, #w-node-_20592a9f-fca9-c7bb-b7cf-bdabc0059232-c0059230 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20592a9f-fca9-c7bb-b7cf-bdabc005923f-c0059230 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20592a9f-fca9-c7bb-b7cf-bdabc0059240-c0059230 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_20592a9f-fca9-c7bb-b7cf-bdabc0059242-c0059230 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_5214c499-77f6-82dc-b674-80a7d4319949-d431993b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5214c499-77f6-82dc-b674-80a7d4319956-d431993b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5214c499-77f6-82dc-b674-80a7d431995a-d431993b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5214c499-77f6-82dc-b674-80a7d4319963-d431993b {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_5214c499-77f6-82dc-b674-80a7d4319964-d431993b {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5214c499-77f6-82dc-b674-80a7d4319965-d431993b {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_5214c499-77f6-82dc-b674-80a7d4319972-d431993b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5214c499-77f6-82dc-b674-80a7d4319976-d431993b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa0aead6-dff2-c000-3f8e-5aad80dcc87e-4a94cbd9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d2217c76-0076-e8c6-a132-80a6ea58a8d4-4a94cbd9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f263ec37-2517-0948-4c65-02033c1f012c-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f0138-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f0183-4a94cbd9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f263ec37-2517-0948-4c65-02033c1f0144-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f015f-4a94cbd9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f263ec37-2517-0948-4c65-02033c1f01b3-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f01f2-4a94cbd9, #w-node-f025b913-7319-1bce-24ca-ec94f4241cef-f4241ce0, #w-node-f025b913-7319-1bce-24ca-ec94f4241cf1-f4241ce0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f025b913-7319-1bce-24ca-ec94f4241cf1-f4241ce0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a16c-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a178-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a184-7ed94bdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a190-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a19c-7ed94bdb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a1a8-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a1b4-7ed94bdb, #w-node-_240fc1f5-94b3-49ca-944d-1505d5f4a6c6-7ed94bdb, #w-node-_4a4e938b-3a2c-ca68-515b-159e162d2e22-7ed94bdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8f0edc3-1bd9-3527-7710-5babbaae13e9-7ed94bdb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_18fc74ed-7390-dce6-3704-a0c42392cd73-7ed94bdb, #w-node-df166557-88f8-04de-21b7-91f7f0b09a12-7ed94bdb, #w-node-_91e8ca58-a02d-9277-cda7-43dcb5f64bb5-7ed94bdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25fa2f6f-294c-ce4c-310a-86cf3eed3705-7ed94bdb, #w-node-_31c93bd6-a1ae-0a76-aaa4-8e139f517f24-7ed94bdb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2509c421-44bc-6b2c-9287-274fae7fcfc0-7ed94bdb, #w-node-cf541924-e081-eba8-4bed-715061908fe6-7ed94bdb, #w-node-b036dbe0-3f4c-6522-1afc-ebff17e5df89-7ed94bdb, #w-node-_15d0cd65-8d95-db4b-00d0-5c6725cb47b2-7ed94bdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a73f2e24-1a4c-04e9-b2d0-aaf28856ce01-7ed94bdb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e703091d-0a3e-1e8f-653b-e1a9cd456710-7ed94bdb, #w-node-_35af4a6a-f459-e08d-7d7f-cfd12ba98e28-7ed94bdb, #w-node-_715610b7-ee05-0919-ddd6-5607d0197ab2-7ed94bdb, #w-node-_988d430c-88e3-08af-964f-014812da7d17-7ed94bdb, #w-node-_7abd360a-9301-a7ad-9780-b9b751797f9a-7ed94bdb, #w-node-_8611298a-e8e5-7196-8bf8-b9be52e34858-7ed94bdb, #w-node-_61dbe1ef-d9f8-7945-fe4e-9533593ff179-7ed94bdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9dcdc09c-6873-23d7-a41a-aa74f87b5e9b-7ed94bdb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6e8f6525-b909-811d-2374-a51e5400d247-476720b3 {
  grid-area: span 3 / span 2 / span 3 / span 2;
  place-self: stretch stretch;
}

#sprint.w-node-e99a7365-4129-76b7-be5d-54208b03c94b-476720b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51933d4a-d10b-9b21-20b9-f34f232f8089-476720b3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-eb840bbc-62fb-7baf-bbd8-95e241eec8c0-476720b3 {
  grid-area: 2 / 2 / 4 / 4;
}

#release.w-node-a97ae96d-e545-ecae-8318-d10b3bb580db-476720b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a97ae96d-e545-ecae-8318-d10b3bb580e0-476720b3, #w-node-be6ac183-5225-1e62-5f20-4e7b0aa8f576-476720b3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-be6ac183-5225-1e62-5f20-4e7b0aa8f578-476720b3 {
  grid-area: 2 / 2 / 4 / 4;
}

#transparent.w-node-_629004b7-3fc1-e65a-c25a-295cc699e5f3-476720b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_629004b7-3fc1-e65a-c25a-295cc699e5f8-476720b3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_629004b7-3fc1-e65a-c25a-295cc699e5fa-476720b3 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_3f22d41e-938a-671e-9b44-7443f4c1c5b9-6c89dde8 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_0077e6ca-462c-01a3-f716-d46b7d2bdc5f-6c89dde8 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_51933d4a-d10b-9b21-20b9-f34f232f8089-6c89dde8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f924d17b-3a01-0a9a-ea5f-5c2ff89d27e0-6c89dde8, #w-node-f924d17b-3a01-0a9a-ea5f-5c2ff89d27e1-6c89dde8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_89f54410-4108-975a-fd35-1c9fb7f08f23-6c89dde8, #w-node-_89f54410-4108-975a-fd35-1c9fb7f08f2f-6c89dde8, #w-node-_89f54410-4108-975a-fd35-1c9fb7f08f3b-6c89dde8, #w-node-_12b6aa2f-9b1a-021e-cc75-3a3e9e355e7e-6c89dde8, #w-node-_67b331d3-955d-3d60-e19f-9c025f780be4-6c89dde8, #w-node-c3807fcb-7621-1e9e-fa1f-bc05435df03a-6c89dde8, #w-node-_79a6be3b-7e4c-3f5c-1e24-887915911830-6c89dde8, #w-node-_29c095c6-7e13-86bb-bcdf-5ec7ad285c89-6c89dde8, #w-node-f030d05b-73d6-6751-cc90-50d1744cd35f-6c89dde8, #w-node-a9665876-e110-332a-7e1c-a911e5997816-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e5997822-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e599782e-17f21883 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9665876-e110-332a-7e1c-a911e599783a-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e5997846-17f21883 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9665876-e110-332a-7e1c-a911e5997852-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e599785e-17f21883, #w-node-b80f45b7-5511-6360-2ff7-b262a7e4e53d-17f21883 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9665876-e110-332a-7e1c-a911e5997803-17f21883 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2e1feefa-067f-fd61-ca1f-e4a3521fa6d6-17f21883 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ee3372b6-9059-8d8c-2d4d-11017b4a4fd0-60662f7d, #w-node-a9665876-e110-332a-7e1c-a911e5997822-60662f7d, #w-node-_06a9e896-f2cd-7c76-6a6d-2d475e430b85-60662f7d, #w-node-b80f45b7-5511-6360-2ff7-b262a7e4e53d-60662f7d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3cfb7185-abe5-2dbb-6ddc-3ec9c621b052-60662f7d, #w-node-_27c7861c-a286-beb9-f8c3-4767f0cf0dc5-60662f7d, #w-node-_5b29ee7f-f1d4-603f-dedd-f4e4c52c4683-60662f7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9665876-e110-332a-7e1c-a911e5997803-60662f7d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2e1feefa-067f-fd61-ca1f-e4a3521fa6d6-60662f7d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7919960c-989d-020b-2d32-fffc4ab06d18-d86cdd24, #w-node-_7abf1df6-1ec9-3ab3-9c1d-f77c0e83a9e4-d86cdd24 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_94a78f3c-eb16-72fc-0016-08ee8311d4f1-d86cdd24, #w-node-b80f45b7-5511-6360-2ff7-b262a7e4e53d-d86cdd24, #w-node-_27c7861c-a286-beb9-f8c3-4767f0cf0dc5-d86cdd24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9665876-e110-332a-7e1c-a911e5997822-d86cdd24, #w-node-_06a9e896-f2cd-7c76-6a6d-2d475e430b85-d86cdd24 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9665876-e110-332a-7e1c-a911e5997803-d86cdd24 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2e1feefa-067f-fd61-ca1f-e4a3521fa6d6-d86cdd24 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e6bfc693-5f9d-5bd2-7246-30a74b555ada-6bc3964a, #w-node-b92d8521-f4ac-2289-a206-1f4d5364b998-6bc3964a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9b6a8d5a-4429-b329-5b8c-bf80703aaec1-6bc3964a, #w-node-a7bc9a78-4a5b-722f-c5c8-018d41ce24b3-6bc3964a, #w-node-_71a9e541-d36f-179e-e350-e801ea9b15b1-6bc3964a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9665876-e110-332a-7e1c-a911e5997803-6bc3964a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2e1feefa-067f-fd61-ca1f-e4a3521fa6d6-6bc3964a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8ddf32bc-c3b1-e9f0-b604-59d4195e93c9-00ee02ed, #w-node-_5baf895c-8077-c8df-ca0f-ae534893c36e-00ee02ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6e1f4c10-3d22-34a6-e1a1-529c0c379506-00ee02ed, #w-node-a969d5dd-54f3-1a09-664e-72e6d4a5d422-00ee02ed, #w-node-b2171be5-37f1-34bd-8062-d5fc0a7c99f8-00ee02ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9665876-e110-332a-7e1c-a911e5997803-00ee02ed {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2e1feefa-067f-fd61-ca1f-e4a3521fa6d6-00ee02ed {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8ddf32bc-c3b1-e9f0-b604-59d4195e93c9-992fdb22, #w-node-_5baf895c-8077-c8df-ca0f-ae534893c36e-992fdb22 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9665876-e110-332a-7e1c-a911e5997803-992fdb22 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2e1feefa-067f-fd61-ca1f-e4a3521fa6d6-992fdb22 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-fa0aead6-dff2-c000-3f8e-5aad80dcc87e-4a94cbd9, #w-node-a9665876-e110-332a-7e1c-a911e5997803-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e5997803-60662f7d, #w-node-a9665876-e110-332a-7e1c-a911e5997803-d86cdd24 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2e1feefa-067f-fd61-ca1f-e4a3521fa6d6-d86cdd24 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-a9665876-e110-332a-7e1c-a911e5997803-6bc3964a, #w-node-a9665876-e110-332a-7e1c-a911e5997803-00ee02ed, #w-node-a9665876-e110-332a-7e1c-a911e5997803-992fdb22 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_41258f49-0ba8-03da-6def-f42d4e085e5b-00acac77, #w-node-fea0fe7c-5359-24f1-458c-8b7ac7bf17c5-00acac77, #w-node-_5ea19690-66a1-9ab0-ac48-b96b53def228-00acac77, #w-node-cf7b787e-3ece-d0c9-db2f-ef79d9376037-00acac77, #w-node-f2d29792-fa47-0885-0e95-e33b5a2292c5-00acac77, #w-node-_3a74c37f-f3ce-5235-24a3-36552edcfbfa-00acac77, #w-node-_50758e4f-f0f2-3949-29d5-1b0bef1b94d7-00acac77, #w-node-f263ec37-2517-0948-4c65-02033c1f012c-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f0138-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f0183-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f0144-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f015f-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f01b3-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f01f2-4a94cbd9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f025b913-7319-1bce-24ca-ec94f4241cef-f4241ce0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a16c-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a178-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a184-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a190-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a1a8-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a1b4-7ed94bdb, #w-node-_240fc1f5-94b3-49ca-944d-1505d5f4a6c6-7ed94bdb, #w-node-_4a4e938b-3a2c-ca68-515b-159e162d2e22-7ed94bdb, #w-node-c8f0edc3-1bd9-3527-7710-5babbaae13e9-7ed94bdb, #w-node-_18fc74ed-7390-dce6-3704-a0c42392cd73-7ed94bdb, #w-node-df166557-88f8-04de-21b7-91f7f0b09a12-7ed94bdb, #w-node-_91e8ca58-a02d-9277-cda7-43dcb5f64bb5-7ed94bdb, #w-node-_25fa2f6f-294c-ce4c-310a-86cf3eed3705-7ed94bdb, #w-node-_31c93bd6-a1ae-0a76-aaa4-8e139f517f24-7ed94bdb, #w-node-_2509c421-44bc-6b2c-9287-274fae7fcfc0-7ed94bdb, #w-node-cf541924-e081-eba8-4bed-715061908fe6-7ed94bdb, #w-node-b036dbe0-3f4c-6522-1afc-ebff17e5df89-7ed94bdb, #w-node-_15d0cd65-8d95-db4b-00d0-5c6725cb47b2-7ed94bdb, #w-node-a73f2e24-1a4c-04e9-b2d0-aaf28856ce01-7ed94bdb, #w-node-e703091d-0a3e-1e8f-653b-e1a9cd456710-7ed94bdb, #w-node-_35af4a6a-f459-e08d-7d7f-cfd12ba98e28-7ed94bdb, #w-node-_715610b7-ee05-0919-ddd6-5607d0197ab2-7ed94bdb, #w-node-_988d430c-88e3-08af-964f-014812da7d17-7ed94bdb, #w-node-_7abd360a-9301-a7ad-9780-b9b751797f9a-7ed94bdb, #w-node-_8611298a-e8e5-7196-8bf8-b9be52e34858-7ed94bdb, #w-node-_61dbe1ef-d9f8-7945-fe4e-9533593ff179-7ed94bdb, #w-node-_9dcdc09c-6873-23d7-a41a-aa74f87b5e9b-7ed94bdb, #w-node-a9665876-e110-332a-7e1c-a911e5997816-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e5997822-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e599782e-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e599783a-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e5997846-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e5997852-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e599785e-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e5997822-60662f7d, #w-node-_06a9e896-f2cd-7c76-6a6d-2d475e430b85-60662f7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b80f45b7-5511-6360-2ff7-b262a7e4e53d-60662f7d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3cfb7185-abe5-2dbb-6ddc-3ec9c621b052-60662f7d, #w-node-_27c7861c-a286-beb9-f8c3-4767f0cf0dc5-60662f7d, #w-node-_5b29ee7f-f1d4-603f-dedd-f4e4c52c4683-60662f7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7919960c-989d-020b-2d32-fffc4ab06d18-d86cdd24 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7abf1df6-1ec9-3ab3-9c1d-f77c0e83a9e4-d86cdd24, #w-node-_94a78f3c-eb16-72fc-0016-08ee8311d4f1-d86cdd24, #w-node-b80f45b7-5511-6360-2ff7-b262a7e4e53d-d86cdd24, #w-node-_27c7861c-a286-beb9-f8c3-4767f0cf0dc5-d86cdd24, #w-node-a9665876-e110-332a-7e1c-a911e5997822-d86cdd24, #w-node-_06a9e896-f2cd-7c76-6a6d-2d475e430b85-d86cdd24, #w-node-e6bfc693-5f9d-5bd2-7246-30a74b555ada-6bc3964a, #w-node-b92d8521-f4ac-2289-a206-1f4d5364b998-6bc3964a, #w-node-_9b6a8d5a-4429-b329-5b8c-bf80703aaec1-6bc3964a, #w-node-a7bc9a78-4a5b-722f-c5c8-018d41ce24b3-6bc3964a, #w-node-_71a9e541-d36f-179e-e350-e801ea9b15b1-6bc3964a, #w-node-_8ddf32bc-c3b1-e9f0-b604-59d4195e93c9-00ee02ed, #w-node-_5baf895c-8077-c8df-ca0f-ae534893c36e-00ee02ed, #w-node-_6e1f4c10-3d22-34a6-e1a1-529c0c379506-00ee02ed, #w-node-a969d5dd-54f3-1a09-664e-72e6d4a5d422-00ee02ed, #w-node-b2171be5-37f1-34bd-8062-d5fc0a7c99f8-00ee02ed, #w-node-_8ddf32bc-c3b1-e9f0-b604-59d4195e93c9-992fdb22, #w-node-_5baf895c-8077-c8df-ca0f-ae534893c36e-992fdb22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_41258f49-0ba8-03da-6def-f42d4e085e5b-00acac77, #w-node-fea0fe7c-5359-24f1-458c-8b7ac7bf17c5-00acac77, #w-node-_5ea19690-66a1-9ab0-ac48-b96b53def228-00acac77, #w-node-cf7b787e-3ece-d0c9-db2f-ef79d9376037-00acac77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f2d29792-fa47-0885-0e95-e33b5a2292c5-00acac77 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_3a74c37f-f3ce-5235-24a3-36552edcfbfa-00acac77, #w-node-_50758e4f-f0f2-3949-29d5-1b0bef1b94d7-00acac77, #w-node-f263ec37-2517-0948-4c65-02033c1f012c-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f0138-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f0183-4a94cbd9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f263ec37-2517-0948-4c65-02033c1f0144-4a94cbd9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f263ec37-2517-0948-4c65-02033c1f015f-4a94cbd9 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-f263ec37-2517-0948-4c65-02033c1f01b3-4a94cbd9, #w-node-f263ec37-2517-0948-4c65-02033c1f01f2-4a94cbd9, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a16c-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a178-7ed94bdb, #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a184-7ed94bdb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a190-7ed94bdb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a1a8-7ed94bdb {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_9313b1ef-5929-d3a6-47f2-b77585c5a1b4-7ed94bdb, #w-node-_240fc1f5-94b3-49ca-944d-1505d5f4a6c6-7ed94bdb, #w-node-_4a4e938b-3a2c-ca68-515b-159e162d2e22-7ed94bdb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c8f0edc3-1bd9-3527-7710-5babbaae13e9-7ed94bdb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_18fc74ed-7390-dce6-3704-a0c42392cd73-7ed94bdb, #w-node-df166557-88f8-04de-21b7-91f7f0b09a12-7ed94bdb, #w-node-_91e8ca58-a02d-9277-cda7-43dcb5f64bb5-7ed94bdb, #w-node-_25fa2f6f-294c-ce4c-310a-86cf3eed3705-7ed94bdb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_31c93bd6-a1ae-0a76-aaa4-8e139f517f24-7ed94bdb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2509c421-44bc-6b2c-9287-274fae7fcfc0-7ed94bdb, #w-node-cf541924-e081-eba8-4bed-715061908fe6-7ed94bdb, #w-node-b036dbe0-3f4c-6522-1afc-ebff17e5df89-7ed94bdb, #w-node-_15d0cd65-8d95-db4b-00d0-5c6725cb47b2-7ed94bdb, #w-node-a73f2e24-1a4c-04e9-b2d0-aaf28856ce01-7ed94bdb, #w-node-e703091d-0a3e-1e8f-653b-e1a9cd456710-7ed94bdb, #w-node-_35af4a6a-f459-e08d-7d7f-cfd12ba98e28-7ed94bdb, #w-node-_715610b7-ee05-0919-ddd6-5607d0197ab2-7ed94bdb, #w-node-_988d430c-88e3-08af-964f-014812da7d17-7ed94bdb, #w-node-_7abd360a-9301-a7ad-9780-b9b751797f9a-7ed94bdb, #w-node-_8611298a-e8e5-7196-8bf8-b9be52e34858-7ed94bdb, #w-node-_61dbe1ef-d9f8-7945-fe4e-9533593ff179-7ed94bdb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9dcdc09c-6873-23d7-a41a-aa74f87b5e9b-7ed94bdb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a9665876-e110-332a-7e1c-a911e5997816-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e5997822-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e599782e-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e599783a-17f21883 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a9665876-e110-332a-7e1c-a911e5997846-17f21883 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-a9665876-e110-332a-7e1c-a911e5997852-17f21883, #w-node-a9665876-e110-332a-7e1c-a911e599785e-17f21883, #w-node-b80f45b7-5511-6360-2ff7-b262a7e4e53d-17f21883 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a9665876-e110-332a-7e1c-a911e5997822-60662f7d, #w-node-_06a9e896-f2cd-7c76-6a6d-2d475e430b85-60662f7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b80f45b7-5511-6360-2ff7-b262a7e4e53d-60662f7d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3cfb7185-abe5-2dbb-6ddc-3ec9c621b052-60662f7d, #w-node-_27c7861c-a286-beb9-f8c3-4767f0cf0dc5-60662f7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5b29ee7f-f1d4-603f-dedd-f4e4c52c4683-60662f7d, #w-node-_7919960c-989d-020b-2d32-fffc4ab06d18-d86cdd24 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7abf1df6-1ec9-3ab3-9c1d-f77c0e83a9e4-d86cdd24, #w-node-_94a78f3c-eb16-72fc-0016-08ee8311d4f1-d86cdd24, #w-node-b80f45b7-5511-6360-2ff7-b262a7e4e53d-d86cdd24, #w-node-_27c7861c-a286-beb9-f8c3-4767f0cf0dc5-d86cdd24, #w-node-a9665876-e110-332a-7e1c-a911e5997822-d86cdd24, #w-node-_06a9e896-f2cd-7c76-6a6d-2d475e430b85-d86cdd24 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e6bfc693-5f9d-5bd2-7246-30a74b555ada-6bc3964a, #w-node-b92d8521-f4ac-2289-a206-1f4d5364b998-6bc3964a, #w-node-_9b6a8d5a-4429-b329-5b8c-bf80703aaec1-6bc3964a, #w-node-a7bc9a78-4a5b-722f-c5c8-018d41ce24b3-6bc3964a, #w-node-_71a9e541-d36f-179e-e350-e801ea9b15b1-6bc3964a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8ddf32bc-c3b1-e9f0-b604-59d4195e93c9-00ee02ed {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5baf895c-8077-c8df-ca0f-ae534893c36e-00ee02ed, #w-node-_6e1f4c10-3d22-34a6-e1a1-529c0c379506-00ee02ed, #w-node-a969d5dd-54f3-1a09-664e-72e6d4a5d422-00ee02ed, #w-node-b2171be5-37f1-34bd-8062-d5fc0a7c99f8-00ee02ed {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8ddf32bc-c3b1-e9f0-b604-59d4195e93c9-992fdb22, #w-node-_5baf895c-8077-c8df-ca0f-ae534893c36e-992fdb22 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'objectsans';
  src: url('../fonts/PPObjectSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'objectsans';
  src: url('../fonts/PPObjectSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'objectsans';
  src: url('../fonts/PPObjectSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoflex variablefont grad xtra yopq ytas ytde ytfi ytlc ytuc opsz slnt wdth wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}