@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body, html {
  height: 200%;
}

body {
  background: #CFE0E8;
  height: 100vh;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

*, h1, h2, h3, h4, p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.grad-01, .grad-02 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 192px */
  letter-spacing: 1.28px;
  margin: 0 !important;
}
@media (max-width: 480px) {
  .grad-01, .grad-02 {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .grad-01, .grad-02 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .grad-01, .grad-02 {
    font-size: 76px;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .grad-01, .grad-02 {
    font-size: 96px;
  }
}

.grad-01 {
  color: #73A4BF;
  text-align: left;
}

.grad-02 {
  color: #73A4BF;
  text-align: right;
  margin-top: -60px !important;
}
@media (max-width: 480px) {
  .grad-02 {
    margin-top: -10px !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .grad-02 {
    margin-top: -15px !important;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .grad-02 {
    margin-top: -25px !important;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .grad-02 {
    margin-top: -45px !important;
  }
}

.hero-wrapper {
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #E2EBF3 0%, #CFE0E8 100%);
}

.hero {
  background: url(/images/hero-t.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 50vw auto;
}
@media (max-width: 480px) {
  .hero {
    background-size: 100vw auto;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .hero {
    background-size: 90vw auto;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .hero {
    background-size: 70vw auto;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .hero {
    background-size: 60vw auto;
  }
}

.nav-main-wrapper .nav-main .uk-navbar-nav > li > a {
  color: #484F57;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  text-transform: none !important;
}
.nav-main-wrapper .dropdown .uk-button-default {
  border-radius: 999px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(24px);
}
.nav-main-wrapper .dropdown .button-form {
  padding-left: 16px;
}
.nav-main-wrapper .uk-dropdown {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #ebf0f7;
  backdrop-filter: blur(24px);
}
.nav-main-wrapper .button-form {
  border-radius: 999px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(24px);
}
.nav-main-wrapper .button-form:hover {
  background: rgba(255, 255, 255, 0.7);
}
.nav-main-wrapper .uk-navbar-item, .nav-main-wrapper .uk-navbar-nav > li > a, .nav-main-wrapper .uk-navbar-toggle {
  min-height: 20px;
  padding: 16px;
}
.nav-main-wrapper .uk-navbar-item, .nav-main-wrapper .uk-navbar-nav > li > a, .nav-main-wrapper .uk-navbar-toggle {
  padding: 8px 16px !important;
}

.logo-wrapper {
  gap: 15px;
}

.logo {
  height: 36px;
}

.content {
  height: 200%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.half-square {
  width: 50vw;
  height: 25vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .half-square {
    width: 100vw;
    height: 50vw;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .half-square {
    width: 90vw;
    height: 45vw;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .half-square {
    width: 70vw;
    height: 35vw;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .half-square {
    width: 60vw;
    height: 30vw;
  }
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  padding: 10%;
  height: 160%;
  background-image: url("/images/gear.png");
  background-size: cover;
  background-position: center top;
  transform-origin: center;
  transform: rotate(var(--rotation, 0deg));
}

.color-wrapper-s {
  background: #CFE0E8;
  padding-bottom: 50px;
  padding-top: 50px;
}
.color-wrapper-s img {
  width: 75%;
  margin: 0 auto;
  display: block;
}
.color-wrapper-s .colors {
  text-align: center;
  font-weight: 700;
  justify-items: center;
}
.color-wrapper-s .colors .color {
  height: 30px;
  border: 2px solid;
}
.color-wrapper-s .colors .color.white {
  background: #fff;
  border-color: #fff;
}
.color-wrapper-s .colors .color.gray {
  background: #d1d5d7;
  border-color: #d1d5d7;
}
.color-wrapper-s .colors .color.gold {
  background: #d2c9c0;
  border-color: #d2c9c0;
}
.color-wrapper-s .colors .color.green {
  background: #223d3d;
  border-color: #223d3d;
}
.color-wrapper-s .colors .color.black {
  background: #000;
  border-color: #000;
}

.color-wrapper {
  background: #CFE0E8;
  padding-bottom: 40px;
  padding-top: 40px;
}
.color-wrapper .uk-subnav {
  grid-gap: 5px;
}
.color-wrapper .uk-subnav > * {
  padding-left: 0;
}
.color-wrapper .switch-colors-nav {
  background: #fff;
  width: max-content;
  margin: 0 auto;
  border-radius: 20px;
  padding: 4px;
}
.color-wrapper .switch-colors-nav .uk-button {
  border-radius: 16px;
}
.color-wrapper .uk-subnav > .uk-active > a {
  color: #fff !important;
}
.color-wrapper .uk-subnav > .uk-active > a.uk-button-silver {
  color: silver;
  background-color: silver !important;
}
.color-wrapper .uk-subnav > .uk-active > a.uk-button-silver:hover {
  color: #a7a7a7;
  background-color: #a7a7a7 !important;
}
.color-wrapper .uk-subnav > .uk-active > a.uk-button-red {
  color: darkred;
  background-color: darkred !important;
}
.color-wrapper .uk-subnav > .uk-active > a.uk-button-red:hover {
  color: #580000;
  background-color: #580000 !important;
}
.color-wrapper .uk-subnav > .uk-active > a.uk-button-green {
  color: darkgreen;
  background-color: darkgreen !important;
}
.color-wrapper .uk-subnav > .uk-active > a.uk-button-green:hover {
  color: #003100;
  background-color: #003100 !important;
}
.color-wrapper .uk-subnav > .uk-active > a.uk-button-blue {
  color: darkblue;
  background-color: darkblue !important;
}
.color-wrapper .uk-subnav > .uk-active > a.uk-button-blue:hover {
  color: #000058;
  background-color: #000058 !important;
}
.color-wrapper .uk-subnav > div > a.uk-button-silver {
  color: silver;
  background-color: silver !important;
}
.color-wrapper .uk-subnav > div > a.uk-button-silver:hover {
  color: #a7a7a7;
  background-color: #a7a7a7 !important;
}
.color-wrapper .uk-subnav > div > a.uk-button-red {
  color: darkred;
  background-color: darkred !important;
}
.color-wrapper .uk-subnav > div > a.uk-button-red:hover {
  color: #580000;
  background-color: #580000 !important;
}
.color-wrapper .uk-subnav > div > a.uk-button-green {
  color: darkgreen;
  background-color: darkgreen !important;
}
.color-wrapper .uk-subnav > div > a.uk-button-green:hover {
  color: #003100;
  background-color: #003100 !important;
}
.color-wrapper .uk-subnav > div > a.uk-button-blue {
  color: darkblue;
  background-color: darkblue !important;
}
.color-wrapper .uk-subnav > div > a.uk-button-blue:hover {
  color: #000058;
  background-color: #000058 !important;
}

.uk-cover-container .uk-cover {
  object-fit: cover;
}

.uk-position-cover .uk-flex-middle {
  z-index: 1;
}

.uk-cover-container canvas {
  background-color: rgba(0, 0, 0, 0.5);
}

.uk-heading-large {
  color: white;
}

.video-intro-wrapper video {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .video-intro-wrapper video {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .video-intro-wrapper video {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .video-intro-wrapper video {
    width: auto;
    height: 100%;
  }
}
.video-intro-wrapper .content {
  color: #fff;
  padding: 100px;
}
@media (max-width: 480px) {
  .video-intro-wrapper .content {
    padding: 20px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .video-intro-wrapper .content {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .video-intro-wrapper .content {
    padding: 60px;
  }
}
.video-intro-wrapper .content span {
  border-radius: 4px;
  padding: 30px;
  padding-right: 0;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 125% */
}
@media (max-width: 480px) {
  .video-intro-wrapper .content span {
    font-size: 24px;
    padding: 40px;
    padding-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .video-intro-wrapper .content span {
    font-size: 28px;
    padding: 60px;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .video-intro-wrapper .content span {
    font-size: 32px;
    padding: 80px;
    padding-right: 0;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .video-intro-wrapper .content span {
    font-size: 36px;
  }
}
.video-intro-wrapper .line {
  opacity: 0;
  display: block;
  white-space: pre;
}
.video-intro-wrapper .uk-cover-container {
  height: 540px;
}
.video-intro-wrapper .uk-cover-container .uk-position-cover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.content-middle {
  background: #FFF;
  background: linear-gradient(180deg, #FFF 50.08%, #D2E2EA 100%);
}
.content-middle .last-line {
  color: #E60013;
}
.content-middle .title {
  color: #2F363C;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 115% */
  letter-spacing: 0.4px;
}
@media (max-width: 480px) {
  .content-middle .title {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .content-middle .title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .content-middle .title {
    font-size: 36px;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .content-middle .title {
    font-size: 40px;
  }
}
.content-middle .content {
  color: #727C85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  letter-spacing: 0.16px;
  display: inline;
}
@media (max-width: 480px) {
  .content-middle .content {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .content-middle .content {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .content-middle .content {
    font-size: 15px;
  }
}
.content-middle .content span {
  display: inline;
}
.content-middle .slider img {
  border-radius: 38%;
  width: 90%;
}

.cta {
  padding: 30px 0;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 125% */
  color: #565151;
  background: linear-gradient(180deg, #D2E2EA 50.08%, #FFF 100%);
}
.cta p {
  font-size: 20px;
  line-height: 120%;
}
.cta a.button {
  border-radius: 999px;
  background: #d44132;
  color: #fff !important;
  padding: 10px 20px;
  text-transform: none;
  font-size: 24px;
}

.slideshow .uk-slideshow-items, .slideshow .uk-slideshow-items div {
  height: 400px;
}
@media (max-width: 480px) {
  .slideshow .uk-slideshow-items, .slideshow .uk-slideshow-items div {
    height: 400px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .slideshow .uk-slideshow-items, .slideshow .uk-slideshow-items div {
    height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .slideshow .uk-slideshow-items, .slideshow .uk-slideshow-items div {
    height: 480px;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .slideshow .uk-slideshow-items, .slideshow .uk-slideshow-items div {
    height: 540px;
  }
}
@media (min-width: 1220px) {
  .slideshow .uk-slideshow-items, .slideshow .uk-slideshow-items div {
    height: 600px;
  }
}

.slideshow-button {
  margin-top: -100px;
  z-index: 999;
}
.slideshow-button .uk-button {
  z-index: 999;
}
.slideshow-button .uk-button-default {
  border-radius: 999px;
  border: 2px solid #FFF;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  padding: 10px 20px !important;
}

.content-way {
  background: linear-gradient(180deg, #D2E2E9 0%, #FDFEFE 100%);
}
.content-way .title {
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 125% */
  background: linear-gradient(0deg, #565151 48.72%, #2F363C 98.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backdrop-filter: blur(6.6550002098px);
}
@media (max-width: 480px) {
  .content-way .title {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .content-way .title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .content-way .title {
    font-size: 36px;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .content-way .title {
    font-size: 40px;
  }
}
.content-way .not-big {
  color: #4E4949;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 125% */
  display: inline;
}
.content-way .not-big span {
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 125% */
  display: inline;
  color: #E60013;
}
.content-way .big {
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 125% */
  margin-bottom: 30px;
  font-weight: lighter;
  color: #222;
}
@media (max-width: 480px) {
  .content-way .big {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .content-way .big {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .content-way .big {
    font-size: 40px;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .content-way .big {
    font-size: 48px;
  }
}
.content-way .way-block {
  display: flex;
  height: 330px;
  padding: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
.content-way .uk-panel {
  border-radius: 12px;
  height: 330px;
}
.content-way .uk-panel .uk-overlay-default {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 98%;
  margin: 1%;
  border-radius: 8px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%; /* 133.333% */
  padding: 15px 20px;
}
@media (max-width: 480px) {
  .content-way .uk-panel .uk-overlay-default {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .content-way .uk-panel .uk-overlay-default {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .content-way .uk-panel .uk-overlay-default {
    font-size: 14px;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .content-way .uk-panel .uk-overlay-default {
    font-size: 15px;
  }
}
.content-way .uk-container-larger.slider {
  margin-left: calc((100vw - 1400px) / 2);
  padding-left: 0 !important;
  padding-right: 0;
  width: calc(1400 + (100vw - 1400px) / 2) !important;
}
.content-way .uk-container.slider {
  max-width: none !important;
}

.video-reveal-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.video-reveal-wrapper video {
  width: 100%;
}
.video-reveal-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-reveal-wrapper svg text {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
}
.video-reveal-wrapper svg > rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}
.video-reveal-wrapper svg rect {
  fill: #fff;
}

.content-bottom {
  height: 900px;
}
@media (max-width: 480px) {
  .content-bottom {
    height: 400px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .content-bottom {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .content-bottom {
    height: 600px;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .content-bottom {
    height: 750px;
  }
}
.content-bottom .title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 115% */
  letter-spacing: 0.4px;
}
@media (max-width: 480px) {
  .content-bottom .title {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .content-bottom .title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .content-bottom .title {
    font-size: 36px;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .content-bottom .title {
    font-size: 42px;
  }
}
.content-bottom .body {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}
@media (max-width: 480px) {
  .content-bottom .body {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .content-bottom .body {
    font-size: 15px;
  }
}

.features-wrapper {
  padding: 80px 0;
  background: linear-gradient(180deg, #FFF 0%, #DAE7EE 100%);
}
@media (max-width: 480px) {
  .features-wrapper {
    padding: 20px 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .features-wrapper {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .features-wrapper {
    padding: 50px 0;
  }
}
.features-wrapper .uk-tab > .uk-active > a {
  border-color: #E60013;
}
.features-wrapper .uk-tab li {
  max-width: 90vw !important;
}
@media (max-width: 480px) {
  .features-wrapper .uk-tab li {
    max-width: 90vw !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .features-wrapper .uk-tab li {
    max-width: 90vw !important;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .features-wrapper .uk-tab li {
    max-width: 90vw !important;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .features-wrapper .uk-tab li {
    max-width: 90vw !important;
  }
}
@media (min-width: 1220px) {
  .features-wrapper .uk-tab li {
    max-width: 90vw !important;
  }
}
.features-wrapper .uk-active .switcher-tab {
  text-transform: none !important;
  margin: 0px 0;
  border-radius: 8px;
  background: #F8F8F8;
  padding: 16px;
}
.features-wrapper .uk-active .switcher-tab .title {
  color: #2F363C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 5px;
}
.features-wrapper .uk-active .switcher-tab .body {
  color: #727C85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.features-wrapper .switcher-tab {
  text-transform: none !important;
  margin: 0px 0;
  border-radius: 8px;
  background: transparent;
  padding: 16px;
}
.features-wrapper .switcher-tab .title {
  color: rgba(47, 54, 60, 0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 5px;
}
.features-wrapper .switcher-tab .body {
  color: rgba(114, 124, 133, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.features-wrapper .switcher-features img {
  border-radius: 10px;
}

.technical-wrapper {
  background: #DAE7EE;
  padding-top: 70px;
  padding-bottom: 50px;
}
.technical-wrapper .technical-container {
  background: #fff;
  padding-top: 50px;
  border-radius: 50px;
  padding-bottom: 20px;
}
.technical-wrapper .technical-container .technical-switch .uk-subnav > * {
  padding-left: 0 !important;
}
.technical-wrapper .technical-container .technical-switch .uk-subnav-pill > .uk-active > a {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #2F363C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 150% */
  letter-spacing: 0.16px;
  text-transform: none !important;
  padding: 8px 48px;
}
.technical-wrapper .technical-container .technical-switch .uk-subnav-pill > * > :first-child {
  color: #656070;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 142.857% */
  text-transform: none !important;
  padding: 8px 48px;
}
.technical-wrapper .technical-container .technical-switch ul {
  padding: 4px;
  border-radius: 12px;
  background: var(--White-whiteblue-100, #F2F4F5);
}
.technical-wrapper .technical-container .technical-switch ul li {
  border-radius: 8px;
}
.technical-wrapper .technical-container .technical-switch ul li.uk-active {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.technical-wrapper .title {
  color: #2F363C;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 115% */
  letter-spacing: 0.4px;
  display: inline;
}
@media (max-width: 480px) {
  .technical-wrapper .title {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .technical-wrapper .title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .technical-wrapper .title {
    font-size: 34px;
  }
}
.technical-wrapper .title span {
  color: #E60013;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 115% */
  letter-spacing: 0.4px;
  display: inline;
}
.technical-wrapper .accordion li {
  border-radius: 16px;
  background: #F8F8F8;
  padding: 25px 30px;
}
.technical-wrapper .accordion .uk-accordion-title {
  color: #727C85;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.24px;
}
.technical-wrapper .accordion .tech {
  margin-bottom: 0px;
}
.technical-wrapper .accordion .tech .tech-title {
  color: #727C85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.technical-wrapper .accordion .tech .tech-content {
  color: #2F363C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

footer {
  background: #484F57;
  height: 110px;
}
@media (max-width: 480px) {
  footer {
    height: 60px;
  }
}
footer .logo {
  height: 65px;
  width: auto !important;
}
@media (max-width: 480px) {
  footer .logo {
    height: 30px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  footer .logo {
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  footer .logo {
    height: 50px;
  }
}
footer .nav-footer-wrapper .nav-main .uk-navbar-nav > li > a {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  text-transform: none !important;
}
footer .uk-button-default {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #ebf0f7;
  backdrop-filter: blur(24px);
}
footer .uk-button-default:hover {
  background: #fff;
}
footer .button-form {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  text-transform: none;
  padding: 4px 16px;
  color: #fff;
  font-size: 16px;
}
footer .button-form:hover {
  background: rgba(255, 255, 255, 0.7);
}
footer .button-catalog {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  text-transform: none;
  padding: 4px 16px;
  color: #fff;
  font-size: 16px;
}
footer .button-catalog:hover {
  background: rgba(255, 255, 255, 0.7);
}

.sticky-button {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d44132;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
}
.sticky-button:hover {
  color: #fff;
}

.splash-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #d9e2e9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.splash-logo {
  width: 100px;
  margin-bottom: 20px;
  animation: fadeIn 1s ease-in-out;
}

.splash-logo-dfsk {
  width: 280px;
  margin-bottom: 20px;
  animation: fadeIn 1s ease-in-out;
}

.splash-video {
  width: 80%;
  display: block;
  margin-bottom: 20px;
  max-height: 100vh;
}

.splash-screen h1 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 84px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 192px */
  letter-spacing: 1.28px;
  animation: fadeIn 3s ease-in-out;
  background: linear-gradient(9deg, #D4DFE9 -11.28%, #457AA1 138.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .splash-screen h1 {
    font-size: 42px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .splash-screen h1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .splash-screen h1 {
    font-size: 56px;
  }
}
@media (min-width: 960px) and (max-width: 1220px) {
  .splash-screen h1 {
    font-size: 72px;
  }
}
.main-content {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bar-above {
  background: #fff;
  padding: 5px;
}
.bar-above img {
  height: 40px;
  display: block;
  margin: 0 auto;
  padding: 6px;
}
@media (max-width: 480px) {
  .bar-above img {
    height: 30px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .bar-above img {
    height: 35px;
  }
}
@media (max-width: 480px) {
  .bar-above {
    padding: 2px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .bar-above {
    padding: 3px;
  }
}

.bar-below {
  background: #fff;
  padding: 5px;
}
.bar-below img {
  height: 30px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .bar-below img {
    height: 20px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .bar-below img {
    height: 25px;
  }
}
@media (max-width: 480px) {
  .bar-below {
    padding: 2px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .bar-below {
    padding: 3px;
  }
}

.uk-modal-dialog {
  border-radius: 20px;
  background: #fff;
  backdrop-filter: blur(24px);
}
.uk-modal-dialog .uk-button-primary {
  border-radius: 5px;
  background: #E60013;
  border: none;
}
.uk-modal-dialog h1 {
  display: inline;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 125% */
}
.uk-modal-dialog h1 span {
  color: #E60013;
  display: inline;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 125% */
}
.uk-modal-dialog .uk-input, .uk-modal-dialog .uk-select, .uk-modal-dialog .uk-textarea {
  border-radius: 8px;
  border: 1px solid #64748B;
}
.uk-modal-dialog .uk-background-cover {
  height: calc(100vh - 200px);
  border-radius: 20px 0 0 20px;
}
.uk-modal-dialog .uk-modal-close-full {
  border-radius: 0 20px 0 0;
}

/*# sourceMappingURL=main.css.map */
