:root {
  --font: IbmPlexSans, "Trebuchet MS", sans-serif;
  --base200: #3cb3b6;
  --text: #181c2c;
  --base400: #1b424d;
  --base--root: #fbfbfc;
  --base--line-faint: #99a2b5;
  --relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>: black;
  --relume-library-lite--rl-white\<deleted\|variable-41e69d91\>: white;
  --base500: #143038;
  --base100: #36dfe3;
  --bg-green-light: #d4f2f3;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  font-family: var(--font);
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

a {
  color: var(--base200);
  text-decoration: none;
}

.nav {
  float: none;
  color: #fff;
  background-color: #000;
  margin-bottom: 1px;
  padding-bottom: 1px;
  font-family: Lato, sans-serif;
  display: block;
}

.nav-btn {
  clear: none;
  color: #fff;
  transition: all .5s;
}

.nav-btn:hover {
  background-color: #076455;
}

.brand-logo {
  background-image: url('../images/KG.png');
  background-position: 0 0;
  background-size: contain;
  display: block;
}

.body {
  font-family: var(--font);
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.heading {
  font-family: var(--font);
  font-weight: 600;
  display: block;
}

.lead-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--font);
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 64px;
  display: flex;
  position: static;
}

.column {
  align-self: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.container {
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.image {
  width: 100%;
  display: block;
}

.slide {
  object-fit: fill;
  background-image: url('../images/bg-4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  order: 0;
  align-self: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon {
  border: 1px solid #8dddb6;
}

.utility-page-wrap {
  background-color: var(--base400);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: var(--base--root);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: center;
  width: 520px;
  display: flex;
}

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

.image-2 {
  width: 100%;
}

.slider-2 {
  height: 550px;
}

.column-2 {
  flex: 0 auto;
}

.nav-menu {
  position: relative;
}

.section-light {
  background-color: var(--base--root);
  outline-offset: 0px;
  border: 1px #0000;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 160px 5%;
  display: flex;
}

.model-block {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--base--line-faint);
  background-color: var(--base--root);
  outline-color: var(--base--line-faint);
  outline-offset: 0px;
  font-family: var(--font);
  outline-width: 2px;
  outline-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 32px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.model-block:hover {
  background-color: #d4f2f3;
}

.nmbr {
  color: var(--base--line-faint);
  text-align: right;
  border: 1px #000;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  position: static;
}

.flag {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.flag-head {
  border: 1px none var(--text);
  font-family: var(--font);
  color: var(--text);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.vat {
  color: #000;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: static;
}

.view-desktop {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  text-decoration: none;
  display: flex;
}

.mask {
  background-color: #fff;
  border: 0 solid #979797;
  border-radius: 2px;
  box-shadow: 0 1px 1px #00000029;
}

.mask-copy {
  background-color: #e92434;
  border: 0 solid #979797;
  box-shadow: 0 1px 1px #00000029;
}

.state-hover-view-desktop {
  grid-row-gap: 24px;
  border: 1px solid var(--base--line-faint);
  background-color: #d4f2f3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 396px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  box-shadow: 0 1px 2px #00000052, 0 0 1px #0000003d;
}

.row {
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: block;
}

.column-3 {
  border: 1px #000;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4 {
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-5 {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list {
  color: var(--text);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_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: .5rem 1.25rem;
  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;
  text-decoration: none;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  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;
  text-decoration: none;
}

.rl_navbar1_menu-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  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_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  padding: .5rem 2.5rem .5rem 1rem;
  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_navbar1_link {
  font-family: var(--font);
  color: var(--base--root);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  padding: .5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .5s;
}

.rl_navbar1_link:hover {
  opacity: .7;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_menu.is-page-height-tablet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.rl_navbar1_logo {
  height: 48px;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_logo-link.w--current {
  margin-left: -10px;
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.rl_navbar1_component {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--base--line-faint);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--base--line-faint);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--base--line-faint);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--base--line-faint);
  background-color: #1b424d;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.text-block {
  font-family: var(--font);
  color: var(--text);
  font-size: 22px;
  line-height: 24px;
}

.link-block {
  transition: opacity .5s;
  display: inline-block;
}

.link-block:hover {
  opacity: .7;
}

.state-normal {
  grid-row-gap: 24px;
  border: 1px solid var(--base--line-faint);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.name {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.error-fbd3fab7-25c7-6d29-5b84-93b81aef020a {
  color: #fbfbfc;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.lead-descr {
  align-self: auto;
  font-size: 22px;
  line-height: 28px;
}

.lead-title-white {
  font-family: var(--font);
  color: var(--base--root);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.container-fix {
  max-width: 1320px;
  padding-left: 0;
  padding-right: 0;
}

.section-lead {
  background-color: var(--base400);
  margin-bottom: 0;
  padding: 120px 5%;
  overflow: clip;
}

.image-3 {
  opacity: .5;
  max-width: 725px;
}

.lead-title {
  font-family: var(--font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.logo-block {
  margin-left: -10px;
  margin-right: 0;
  padding-bottom: 32px;
  overflow: visible;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.row-no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  display: flex;
}

.column-7 {
  padding-left: 0;
  padding-right: 0;
}

.column-8 {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-9 {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-2 {
  transition: opacity .5s;
}

.link-block-2:hover {
  opacity: .7;
}

.text-block-2 {
  font-family: var(--font);
  color: var(--base--root);
}

.link-lead-btn {
  font-family: var(--font);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  flex: 1;
  align-self: auto;
  min-width: 0;
  max-width: 460px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .5s;
}

.link-lead-btn:hover {
  opacity: .7;
  color: var(--text);
  -webkit-text-stroke-color: var(--base--root);
}

.link-lead-btn.w--current {
  color: #000;
}

.lead-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--base--line-faint);
  font-family: var(--font);
  color: var(--base--root);
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.lead-btn:hover {
  background-color: var(--base100);
  color: var(--text);
}

.lead-btn.link-lead-btn:hover {
  color: var(--text);
}

.lead-btn-block {
  display: flex;
}

.column-10 {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lead-row-dark {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--font);
  color: var(--base--root);
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
  position: static;
}

.lead-title-copy {
  font-family: var(--font);
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.lead-descr-white {
  font-family: var(--font);
  color: var(--base--root);
  font-size: 22px;
  line-height: 28px;
}

.rl_navbar1_menu-phone {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_link_bold {
  font-family: var(--font);
  color: var(--base--root);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  padding: .5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .5s;
}

.rl_navbar1_link_bold:hover {
  opacity: .7;
}

.rl_navbar1_link_bold.w--current {
  color: #000;
}

.column-11 {
  margin-bottom: 40px;
  padding-left: 0;
}

.info-alert {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--base--line-faint);
  background-color: var(--bg-green-light);
  font-family: var(--font);
  color: var(--text);
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.image-5 {
  box-sizing: border-box;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.model-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: static;
}

.lead-group {
  margin-bottom: 40px;
}

.image-6 {
  width: 32px;
  height: 32px;
}

.image-6:hover {
  border-radius: 20px;
}

.heading-model {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.flag-img {
  height: 28px;
}

.lead-row-brd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--base--line-faint);
  font-family: var(--font);
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 64px;
  display: flex;
  position: static;
}

.contacts-block {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: var(--base--root);
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: column;
  margin-left: 0;
  padding-bottom: 48px;
  padding-left: 0;
  display: flex;
  overflow: clip;
}

.partner-img {
  box-sizing: content-box;
  aspect-ratio: 1;
  object-fit: cover;
  align-self: center;
  width: 100%;
  transition: all .5s;
}

.partner-img:hover {
  transform: scale(1.1);
}

.partner-img:active {
  aspect-ratio: 1;
  object-fit: cover;
  width: 110%;
  max-width: 100%;
}

.image-8 {
  align-self: flex-start;
  height: 30px;
}

.partner-img-block {
  overflow: clip;
}

.section-dark {
  background-color: var(--base400);
  outline-color: var(--base--root);
  outline-offset: 0px;
  border: 1px #0000;
  outline-width: 3px;
  outline-style: none;
  flex-flow: column;
  padding: 160px 5%;
  display: flex;
}

.contacts-lead {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.form-block-dark {
  max-width: 440px;
}

.field-label {
  font-weight: 400;
}

.form-2 {
  color: var(--base--root);
}

.lead-row-dark-brd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--base--line-faint);
  font-family: var(--font);
  color: var(--base--root);
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 64px;
  display: flex;
  position: static;
}

.contacts-lead-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.submit-button {
  background-color: var(--base100);
  color: var(--text);
  border-radius: 9px;
  margin-top: 16px;
}

.dropdown-label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.form-fields-dropdown-wrapper {
  background-color: inherit;
  width: 100%;
  position: relative;
}

.form-fields-wrapper {
  background-color: inherit;
}

.form-fields-margin-bottom {
  margin-bottom: 10px;
}

.text-field-3 {
  border-radius: 4px;
}

.field-input {
  border: 1px solid var(--base--line-faint);
  background-color: var(--base400);
  color: var(--base--root);
  border-radius: 4px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
}

.textarea {
  border: 1px solid var(--base--line-faint);
  background-color: var(--base400);
  color: var(--base--root);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  margin-bottom: 16px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--base--root);
  flex-flow: column;
  display: flex;
}

.heading-4 {
  font-size: 28px;
  line-height: 32px;
}

.services-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--base--line-faint);
  color: var(--base--root);
  flex-flow: column;
  flex: 1;
  padding: 48px;
  display: flex;
}

.services-heading {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 32px;
}

.lead-btn-icon {
  background-color: var(--base400);
  border-radius: 20px;
}

.lead-btn-icon:hover {
  border: 1px #000;
}

.image-11 {
  z-index: auto;
  width: 422px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-dark {
  border-top: 1px solid var(--base--line-faint);
  background-color: var(--base500);
  outline-color: var(--base--root);
  outline-offset: 0px;
  color: var(--base--root);
  outline-width: 3px;
  outline-style: none;
  flex-flow: column;
  padding: 16px 5%;
  display: flex;
}

.flex-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-copyright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--base--root);
}

.footer-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.rl_footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer1_credit-text {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.rl_footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.rl_footer1_line-divider {
  background-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  width: 100%;
  height: 1px;
}

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

.rl_footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

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

.rl_footer_column-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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.rl_footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  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: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-secondary-small {
  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: .5rem 1.25rem;
  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-form-input {
  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\>);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  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.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  font-size: 1rem;
}

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

.rl_footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_footer1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.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_footer1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_logo-link {
  padding-left: 0;
}

.rl_footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

.rl_banner7_close-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_banner7_close-button {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  position: absolute;
  inset: auto 0% auto auto;
}

.rl_banner7_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: .5rem 1.25rem;
  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-text-style-small {
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_banner7_heading {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  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: 600;
  line-height: 1.5;
}

.rl_banner7_icon {
  width: 2rem;
  height: 2rem;
}

.rl_banner7_icon-wrapper {
  flex: none;
}

.rl_banner7_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_banner7_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_banner7_content-wrapper {
  justify-content: center;
  align-items: center;
  padding: .75rem 3rem;
  display: flex;
  position: relative;
}

.rl_banner7_component {
  border-bottom: 1px solid var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  background-color: #fff;
  position: sticky;
}

.udesly-button-close {
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-button-close:hover {
  border-color: #e6e6e6;
}

.udesly-button-outlined-small {
  background-color: var(--base100);
  color: var(--text);
  border: 1px #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  margin-top: 24px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-outlined-small:hover {
  background-color: var(--base200);
  border-color: #e6e6e6;
}

.udesly-banner-buttons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-medium {
  font-weight: 400;
}

.udesly-text-medium {
  font-weight: 500;
}

.udesly-banner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-banner {
  z-index: 10;
  background-color: var(--bg-green-light);
  color: var(--text);
  border-radius: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 350px;
  margin: 20px;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.banner-lead {
  font-family: var(--font);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.frame-2 {
  grid-column-gap: 32px;
  border: 0 solid #99a2b5;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1216px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fbfbfc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.text-2 {
  color: #fbfbfc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-19 {
  grid-row-gap: 8px;
  border: 1px solid #99a2b5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.label {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.label-2 {
  color: #fff9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.label-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  display: flex;
}

.label-4 {
  color: #3cb3b6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.input {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.button {
  grid-column-gap: 8px;
  background-color: #36dfe3;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #181c2c;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.ellipse-decor {
  filter: blur(150px);
  object-fit: fill;
  width: 550px;
  max-width: none;
  position: absolute;
  inset: -106% -48% auto auto;
}

.contacts-link {
  color: var(--base--root);
  transition: all .5s;
}

.contacts-link:hover {
  color: var(--base100);
}

.card-lead-img {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  position: static;
}

.button-2 {
  color: #181c2c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #36dfe3;
  border-radius: 8px;
  padding: 16px 24px;
  transition: all .5s;
}

.button-2:hover {
  background-color: #3cb3b6;
}

.hero-aqua-light {
  border-top: 1px solid #99a2b5;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr;
  place-content: center stretch;
  align-self: auto;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 64px;
}

.card-lead-table {
  align-self: stretch;
}

.container-fix-2 {
  align-self: stretch;
  max-width: 1320px;
  padding-left: 0;
  padding-right: 0;
}

.lead-row-brd-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  object-fit: fill;
  border-bottom: 1px solid #99a2b5;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 64px;
  font-family: IbmPlexSans, Trebuchet MS, sans-serif;
  display: flex;
  position: static;
}

.hero-trucks-lead {
  font-family: IbmPlexSans, Trebuchet MS, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

.card-lead-text {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  place-content: space-between stretch;
  justify-items: stretch;
  margin: 40px -10px;
}

.column-14 {
  align-self: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.section-light-2 {
  outline-offset: 0px;
  background-color: #fbfbfc;
  border: 1px #0000;
  outline: 3px #333;
  flex-flow: column;
  padding: 160px 5%;
  display: flex;
}

.card-lead-text-copy {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.card-lead {
  justify-content: space-between;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.column-15 {
  padding-left: 0;
  padding-right: 0;
}

.card-lead-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #99a2b5;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 16px;
  transition: all .5s;
}

.card-lead-line:hover {
  background-color: #d4f2f3;
}

.lead-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: IbmPlexSans, Trebuchet MS, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.hero-aqua-dark {
  color: var(--base--root);
  border-top: 1px solid #99a2b5;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr;
  place-content: center stretch;
  align-self: auto;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 64px;
}

.card-grid-3col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: space-between stretch;
  justify-items: stretch;
  margin: 40px -10px;
}

.card-lead-img-2-3 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  position: static;
}

.card-lead-img-3-2 {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  position: static;
}

.card-grid-2col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  place-content: space-between stretch;
  justify-items: stretch;
  margin: 40px -10px;
}

.checkbox-label {
  opacity: .6;
  color: var(--base--root);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.checkbox-field {
  margin-bottom: 16px;
}

.checkbox {
  margin-top: 6px;
}

.success-message {
  background-color: var(--base100);
}

.tech-page-logo {
  width: 100%;
  max-width: 100%;
}

.udesly-button-outlined-small-2 {
  color: #181c2c;
  background-color: #36dfe3;
  border: 1px #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-outlined-small-2:hover {
  background-color: #3cb3b6;
  border-color: #e6e6e6;
}

.grid-brands {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  object-fit: contain;
  border: 0 #000;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 40px;
  padding-left: 0;
  display: grid;
}

.brand-item {
  aspect-ratio: 1;
  opacity: .6;
  width: 100%;
  transition: all .3s;
}

.brand-item:hover {
  opacity: 1;
}

.card-lead-img-2 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 24px;
  position: static;
}

.button-3 {
  color: #181c2c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #36dfe3;
  border-radius: 8px;
  padding: 16px 24px;
  transition: all .5s;
}

.button-3:hover {
  background-color: #3cb3b6;
}

.hero-trucks {
  border-top: 1px solid #99a2b5;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr;
  place-content: center stretch;
  align-self: auto;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 64px;
}

.container-fix-3 {
  max-width: 1320px;
  padding-left: 0;
  padding-right: 0;
}

.lead-row-brd-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  object-fit: fill;
  border-bottom: 1px solid #99a2b5;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 64px;
  font-family: IbmPlexSans, Trebuchet MS, sans-serif;
  display: flex;
  position: static;
}

.card-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  place-content: space-between stretch;
  justify-items: stretch;
  margin: 40px -10px;
}

.column-18 {
  align-self: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.section-gray {
  outline-offset: 0px;
  background-color: #f1f3f5;
  border: 1px #0000;
  outline: 3px #333;
  flex-flow: column;
  padding: 160px 5%;
  display: flex;
}

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

.column-19 {
  padding-left: 0;
  padding-right: 0;
}

.lead-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: IbmPlexSans, Trebuchet MS, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.image-12 {
  box-sizing: content-box;
  object-fit: cover;
  align-self: center;
  width: 100%;
  height: 100%;
}

.image-13 {
  width: 100%;
}

.div-block-4 {
  align-self: stretch;
}

.div-block-5 {
  flex: 0 auto;
  align-self: stretch;
}

.quick-stack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 40px 0;
}

@media screen and (min-width: 1440px) {
  .section-light {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rl_navbar1_menu-btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .container-fix {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2 {
    transition: opacity .5s;
  }

  .link-block-2:hover {
    opacity: .43;
  }

  .contacts-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-left: 0;
  }

  .partner-img-block {
    width: 100%;
  }

  .section-dark {
    background-color: var(--base400);
    color: var(--base--root);
  }

  .contacts-lead, .contacts-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-12 {
    padding-right: 20px;
  }

  .image-9, .image-10 {
    height: 48px;
  }

  .heading-3 {
    font-weight: 600;
  }

  .text-field {
    border-radius: 5px;
  }

  .form {
    border-radius: 3px;
  }

  .form-block {
    border-radius: 8px;
  }

  .form-block-dark {
    margin-bottom: 20px;
    display: block;
  }

  .text-field-2 {
    margin-bottom: 40px;
  }

  .field-label, .field-label-2 {
    font-weight: 400;
  }

  .contacts-lead-bold {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-dark {
    background-color: var(--base500);
    color: var(--base--root);
    justify-content: center;
    align-items: center;
  }

  .flex-block-2 {
    max-width: 1320px;
  }

  .container-fix-2 {
    flex: 0 auto;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .card-grid, .card-grid-3col {
    margin-left: -10px;
    margin-right: -10px;
  }

  .card-grid-2col {
    grid-template-columns: 1fr 1fr;
    margin-left: -10px;
    margin-right: -10px;
  }

  .card-grid-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .lead-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-family: var(--font);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 40px;
  }

  .column {
    align-self: stretch;
  }

  .section-light {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .model-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    outline-color: var(--base--line-faint);
    outline-offset: 0px;
    border-style: solid;
    outline-width: 1px;
    outline-style: none;
    padding: 24px;
  }

  .nmbr {
    border: 1px #000;
    font-size: 16px;
    line-height: 24px;
  }

  .flag-head {
    font-size: 16px;
    line-height: 24px;
  }

  .column-3 {
    flex: 0 auto;
    order: 0;
    align-self: stretch;
  }

  .rl_menu-icon_line-bottom {
    background-color: var(--base--root);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    background-color: var(--base--root);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    background-color: var(--base--root);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar1_menu-btn {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    background-color: var(--base500);
    font-family: var(--font);
    height: 100vh;
    padding-bottom: 15rem;
  }

  .lead-descr {
    font-size: 16px;
    line-height: 24px;
  }

  .lead-title-white {
    font-size: 40px;
    line-height: 48px;
  }

  .container-fix {
    align-self: stretch;
    width: 100%;
  }

  .image-3 {
    width: auto;
    max-width: 820px;
  }

  .lead-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--text);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    font-size: 40px;
    line-height: 48px;
    display: flex;
  }

  .colum {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    flex: none;
    position: relative;
  }

  .row-no-gap {
    flex-flow: column;
    display: flex;
  }

  .link-block-2 {
    align-self: flex-start;
  }

  .link-lead-btn {
    flex: 1;
    width: auto;
    max-width: 480px;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .lead-btn {
    padding: 24px;
  }

  .lead-btn-block {
    flex-flow: column;
  }

  .lead-row-dark {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-family: var(--font);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
  }

  .lead-title-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    font-size: 40px;
    line-height: 48px;
    display: flex;
  }

  .lead-descr-white {
    font-size: 16px;
    line-height: 24px;
  }

  .rl_navbar1_menu-phone {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_link_bold {
    flex: 1;
    align-self: auto;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .image-4 {
    height: 40px;
  }

  .model-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-family: var(--font);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 32px;
  }

  .lead-group {
    margin-bottom: 24px;
  }

  .heading-model {
    font-size: 32px;
    line-height: 40px;
  }

  .flag-img {
    height: 24px;
  }

  .lead-row-brd {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-family: var(--font);
    color: var(--text);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 40px;
  }

  .contacts-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .image-8 {
    height: 24px;
  }

  .section-dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-lead, .heading-3 {
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .lead-row-dark-brd {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-family: var(--font);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 40px;
  }

  .contacts-lead-bold {
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .field-input {
    color: var(--base--root);
  }

  .services-block {
    padding: 24px;
  }

  .image-11 {
    width: 296px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-dark {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 4.5rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_banner7_icon-wrapper {
    display: none;
  }

  .udesly-banner-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .udesly-banner {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .ellipse-decor {
    width: 440px;
    top: -138%;
    right: -27%;
  }

  .contacts-link {
    color: var(--base--root);
    transition: all .5s;
  }

  .contacts-link:hover {
    color: var(--base100);
  }

  .column-13 {
    padding-left: 0;
  }

  .hero-aqua-light {
    grid-template-columns: 1.25fr .5fr;
  }

  .lead-row-brd-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    color: #181c2c;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 40px;
    font-family: IbmPlexSans, Trebuchet MS, sans-serif;
  }

  .hero-trucks-lead {
    font-size: 22px;
    line-height: 32px;
  }

  .card-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(138px, 2fr);
    grid-auto-flow: row dense;
    justify-items: stretch;
  }

  .column-14 {
    align-self: stretch;
  }

  .section-light-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-15 {
    flex: none;
    position: relative;
  }

  .lead-title-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-right: 0;
    font-size: 40px;
    line-height: 48px;
    display: flex;
  }

  .hero-aqua-dark {
    grid-template-columns: 1.25fr .5fr;
  }

  .card-grid-3col {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(138px, 2fr);
    grid-auto-flow: row dense;
    justify-items: stretch;
  }

  .card-lead-img-3-2 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
  }

  .card-grid-2col {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(138px, 2fr);
    grid-auto-flow: row dense;
    justify-items: stretch;
  }

  .grid-brands {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-top: 0;
  }

  .hero-trucks {
    grid-template-columns: 1.25fr .5fr;
  }

  .lead-row-brd-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    color: #181c2c;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 40px;
    font-family: IbmPlexSans, Trebuchet MS, sans-serif;
  }

  .card-grid-2 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(138px, 2fr);
    grid-auto-flow: row dense;
    justify-items: stretch;
  }

  .column-18 {
    align-self: stretch;
  }

  .section-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-19 {
    flex: none;
    position: relative;
  }

  .lead-title-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #181c2c;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-right: 0;
    font-size: 40px;
    line-height: 48px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .lead-row {
    flex-flow: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section {
    flex: 0 auto;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .rl_navbar1_logo-link.w--current {
    margin-left: 0;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .lead-btn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .lead-row-dark, .model-row, .lead-row-brd, .lead-row-dark-brd {
    flex-flow: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-11 {
    width: 240px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .rl_footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer1_credit-text {
    margin-top: 1.5rem;
  }

  .rl_footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 3rem;
  }

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

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer1_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_footer1_spacing-block-2, .rl_footer1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_banner7_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .rl_banner7_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1.5rem;
  }

  .rl_banner7_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 2rem 1rem 0;
    position: static;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-paragraph-small.udesly-text-medium {
    text-align: left;
  }

  .udesly-banner-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: row;
  }

  .udesly-banner {
    flex-direction: column;
  }

  .ellipse-decor {
    width: 350px;
    top: -75%;
    right: -38%;
  }

  .hero-aqua-light {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .lead-row-brd-2 {
    flex-flow: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .card-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-aqua-dark {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .card-grid-3col, .card-grid-2col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-brands {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 32px;
  }

  .column-16, .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-trucks {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .lead-row-brd-3 {
    flex-flow: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .card-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-12, .image-13 {
    align-self: stretch;
  }

  .quick-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    transition: opacity .2s;
  }

  .body {
    overflow: visible;
  }

  .lead-row {
    justify-content: flex-start;
  }

  .utility-page-wrap {
    margin-left: 0%;
  }

  .utility-page-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .rl_menu-icon_line-bottom, .rl_menu-icon_line-middle, .rl_menu-icon_line-top {
    background-color: var(--base--root);
  }

  .rl_menu-icon {
    color: var(--base--root);
  }

  .rl_navbar1_logo {
    height: 40px;
  }

  .lead-title-white {
    font-size: 30px;
    line-height: 40px;
  }

  .container-fix {
    overflow: visible;
  }

  .section-lead {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    display: block;
    overflow: hidden;
  }

  .image-3 {
    max-width: 510px;
  }

  .lead-row-dark, .model-row, .lead-row-brd {
    justify-content: flex-start;
  }

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

  .lead-row-dark-brd {
    justify-content: flex-start;
  }

  .contacts-lead-bold {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .field-input {
    color: var(--base--root);
  }

  .image-11 {
    width: 160px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .udesly-paragraph-small.udesly-text-medium {
    text-align: left;
    align-self: flex-start;
  }

  .udesly-banner-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .udesly-banner {
    max-width: 100%;
  }

  .ellipse-decor {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
    width: 260px;
    max-width: none;
    top: -135%;
    right: -52%;
    overflow: clip;
  }

  .lead-row-brd-2 {
    justify-content: flex-start;
  }

  .grid-brands {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .lead-row-brd-3 {
    justify-content: flex-start;
  }
}

#w-node-_81ef0cef-7fc4-631e-4ee0-4e846bf7693f-38f5cabf {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

@media screen and (max-width: 767px) {
  #w-node-_81ef0cef-7fc4-631e-4ee0-4e846bf7693f-38f5cabf {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}


@font-face {
  font-family: 'IbmPlexSans';
  src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IbmPlexSans';
  src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IbmPlexSans';
  src: url('../fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'IbmPlexSans';
  src: url('../fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}