@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/Segoe_UI.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/Segoe_UI_Italic.woff") format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/Segoe_UI_Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/Segoe_UI_Bold_Italic.woff") format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/Segoe_UI_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/Segoe_UI_Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4 {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1024px) {
  h1, h2, h3, h4 {
    margin: 0 0 20px 0;
  }
}

h2 {
  font-size: 72px;
  line-height: 80px;
}
@media only screen and (max-width: 1444px) {
  h2 {
    font-size: 62px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 64px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 425px) {
  h2 {
    font-size: 42px;
    line-height: 44px;
  }
}

h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: 100px;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 48px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 425px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (max-width: 425px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

p {
  font-size: 24px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1024px) {
  p {
    font-size: 22px;
  }
}

.btn {
  border-radius: 10px;
  padding: 20px 60px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 425px) {
  .btn {
    width: 100%;
  }
}

.btn_secondary {
  background-color: #FB5850;
  border-color: #FB5850;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-weight: 600;
}

.btn_white {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  color: #FB5850;
  font-weight: 700;
}

header {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 1px;
  border-style: solid;
  color: #c6edf4;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: unset;
  }
}
@media only screen and (max-width: 425px) {
  header {
    padding: 20px 20px 14px 20px;
  }
}

nav {
  font-size: 20px;
}
nav .dropHamburger {
  display: none;
  width: 30px;
  height: 25px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  nav .dropHamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    padding: 0 15px;
    background-color: transparent;
    border-color: #c6edf4;
    border-width: 2px;
    border-style: solid;
    color: #c6edf4;
  }
}
nav .dropHamburger div {
  position: relative;
  width: 100%;
  height: 22px;
}
nav .dropHamburger div span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #c6edf4;
  border-color: #c6edf4;
  border-width: 1px;
  border-style: solid;
  color: #c6edf4;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav .dropHamburger div span:nth-child(1) {
  top: 0px;
}
nav .dropHamburger div span:nth-child(2) {
  top: 10px;
}
nav .dropHamburger div span:nth-child(3) {
  top: 20px;
}
nav .dropHamburger.hamburgerToggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
nav .dropHamburger.hamburgerToggle span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
nav .dropHamburger.hamburgerToggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
nav .nav_elements {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  nav .nav_elements {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  nav .nav_elements.active {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    z-index: 1;
    margin-top: 20px;
    overflow: scroll;
    padding: 0 15px;
    background-color: #121E3E;
    border-color: #121E3E;
    border-width: 0;
    border-style: none;
    color: #c6edf4;
  }
}
nav .nav_elements.active > div {
  display: block;
}
@media only screen and (max-width: 768px) {
  nav .nav_elements.active .about_us_href,
nav .nav_elements.active .our_products-title {
    display: none;
  }
}
nav .nav_elements.active .our_products-container {
  display: block;
  position: relative;
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  border-style: none;
  color: #c6edf4;
  padding: 15px;
  width: 100%;
  top: 0;
  box-sizing: border-box;
}
nav .nav_elements.active .contact_btn {
  width: 80%;
  margin: 15px auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  nav .nav_elements.active .contact_btn {
    display: none;
  }
}
nav .nav_elements > div {
  display: inline-block;
}
nav .nav_elements > div > a, nav .nav_elements > div > span {
  padding: 20px 25px;
}
nav .our_products {
  position: relative;
}
nav .our_products-title {
  cursor: pointer;
}
nav .our_products-title.active {
  background-color: #FB5850;
  border-color: #FB5850;
  border-width: 0;
  border-style: none;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}
nav .our_products-container {
  display: none;
  position: absolute;
  left: 0;
  top: 47px;
  width: 270px;
  z-index: 1;
  background-color: #FB5850;
  border-color: #FB5850;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  border-radius: 0 10px 10px 10px;
  padding: 0px;
}
nav .our_products-container.active {
  display: block;
}
nav .our_products-container p {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}
nav .our_products-container small {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 3px;
}
nav .our_products-container > div:last-of-type {
  border: unset;
}

nav .our_products-item:first-child{
  margin-top:10px;
}
nav .our_products-item {
  border-bottom: 1px solid #ffffff42;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}

.our_products-item.noborder{
  border-bottom: none;
}

.our_products-item a{
  display:block;
}

.our_products-item:hover{
  background-color:#db423b;
}
@media only screen and (max-width: 768px) {
  nav .our_products-item {
    padding: 6px 0;
  }
}
nav .contact_btn_mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  nav .contact_btn_mobile {
    display: block;
  }
}

section {
  position: relative;
}

.padding_left_big {
  padding: 0 50px 0 160px;
}
@media only screen and (max-width: 1444px) {
  .padding_left_big {
    padding: 0 50px 0 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .padding_left_big {
    padding: 0 50px 0 60px;
  }
}
@media only screen and (max-width: 425px) {
  .padding_left_big {
    padding: 20px;
  }
}

.padding_big {
  padding: 0 160px;
}
@media only screen and (max-width: 1024px) {
  .padding_big {
    padding: 0 60px;
  }
}

.section_greet {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #c6edf4;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 65px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .section_greet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 425px) {
  .section_greet {
    padding: 0;
  }
}
.section_greet h2 {
  line-height: 80px;
}
@media only screen and (max-width: 1444px) {
  .section_greet h2 {
    line-height: 70px;
  }
}
@media only screen and (max-width: 425px) {
  .section_greet h2 {
    line-height: 44px;
    font-size: 42px;
  }
}
.section_greet-info {
  box-sizing: border-box;
  width: 53%;
  padding-bottom: 220px;
}
@media only screen and (max-width: 1024px) {
  .section_greet-info {
    width: 64%;
  }
}
@media only screen and (max-width: 768px) {
  .section_greet-info {
    width: 100%;
    padding-bottom: 30px;
  }
}
.section_greet-img {
  flex-grow: 1;
  background-image: url(../img/header.webp);
  background-position: center;
  background-size: cover;
  border-radius: 100px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .section_greet-img {
    width: 100%;
    height: 400px;
    border-radius: 0;
    order: -1;
  }
}
@media only screen and (max-width: 425px) {
  .section_greet-img {
    width: 100%;
    height: 250px;
  }
}

.quote_card {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 0;
  border-style: none;
  color: #121E3E;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  max-width: 627px;
}
@media only screen and (max-width: 768px) {
  .quote_card {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    display: grid;
    grid-template-columns: 165px auto;
    grid-template-rows: 145px auto;
  }
}
.quote_card p {
  font-size: 16px;
  line-height: 24px;
}
.quote_card-img {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .quote_card-img {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.quote_card-img img {
  object-fit: cover;
  border-radius: 8px 0 0 8px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .quote_card-img img {
    border-radius: 8px;
    width: 125px;
    height: 125px;
  }
}
.quote_card-text {
  padding: 15px 20px;
  box-sizing: border-box;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .quote_card-text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .quote_card-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.quote_card-text-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .quote_card-text-title {
    display: none;
  }
}
.quote_card-text-title h5 {
  margin: 0;
}
.quote_card-text-title a {
  display: flex;
  margin: 0 0 0 8px;
}
.quote_card-text-title-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .quote_card-text-title-mobile {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.quote_card-text-title-mobile h5 {
  margin: 0;
  font-weight: 600;
}
.quote_card-text-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.quote_card-text-content svg {
  margin: 0 8px 0 0;
  fill: #FB5850;
}

.section_vision {
  background-color: #FB5850;
  border-color: #FB5850;
  border-width: 0;
  border-style: none;
  color: #ffffff;
  background-image: url(../img/overlay.png);
  background-size: cover;
}
.section_vision .quote_card {
  position: absolute;
  top: -60px;
  left: 160px;
  width: 36%;
}
@media only screen and (max-width: 1444px) {
  .section_vision .quote_card {
    left: 100px;
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .section_vision .quote_card {
    width: 54%;
  }
}
@media only screen and (max-width: 768px) {
  .section_vision .quote_card {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: none;
  }
}
.section_vision-text {
  padding: 175px 0 0 160px;
}
@media only screen and (max-width: 1444px) {
  .section_vision-text {
    padding: 175px 0 0 100px;
  }
}
@media only screen and (max-width: 768px) {
  .section_vision-text {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section_vision.padding_left_big {
    padding: 0;
  }
}

.section_info {
  background-color: #F6F4EF;
  border-color: #F6F4EF;
  border-width: 0;
  border-style: none;
  color: #121E3E;
}
.section_info-text {
  padding: 100px 160px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .section_info-text {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .section_info-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .section_info-text h2 {
    order: 1;
    padding: 30px;
  }
}
.section_info .quote_card {
  width: 50%;
  margin: auto;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .section_info .quote_card {
    width: 54%;
  }
}
@media only screen and (max-width: 768px) {
  .section_info .quote_card {
    width: 100%;
    box-shadow: none;
  }
}
.section_info-content-item {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.section_info-content-item-text {
  padding: 30px 0 30px 160px;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 1444px) {
  .section_info-content-item-text {
    padding: 30px 0 30px 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .section_info-content-item-text {
    padding: 30px 0 30px 60px;
  }
}
@media only screen and (max-width: 425px) {
  .section_info-content-item-text {
    padding: 20px;
  }
}
.section_info-content-item-text:after, .section_info-content-item-text:before {
  z-index: 1;
  display: block;
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.section_info-content-item-text:after {
  border-width: 30px;
  margin-left: -30px;
  left: 75px;
  bottom: -59px;
}
.section_info-content-item-text:before {
  border-width: 30px;
  margin-left: -30px;
  top: -59px;
}
.section_info-content-item-text .tooltip-container {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px dashed;
}
.section_info-content-item-text .tooltip-container .tooltip-text {
  display: none;
  position: absolute;
  left: 20px;
  width: 250px;
  top: 40px;
  border-radius: 10px;
  padding: 15px;
  font-weight: 400;
}
.section_info-content-item-text .tooltip-container .tooltip-text-title {
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
}
.section_info-content-item-text .tooltip-container .tooltip-text:before {
  z-index: 1;
  display: block;
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 15px;
  top: -30px;
  border-bottom-color: #121E3E;
}
.section_info-content-item-text .tooltip-container:hover .tooltip-text {
  display: block;
}
.section_info-content-item-img {
  padding: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
  flex-grow: 1;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .section_info-content-item-img {
    width: 100%;
    height: 300px;
    order: -1;
    clip-path: unset;
  }
}
@media only screen and (max-width: 768px) {
  .section_info-content-item {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
  }
}
.section_info-content-item p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.section_info-content-item h3 {
  margin: 0 0 15px 0;
  line-height: 70px;
}
.section_info-content-item ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column;
  list-style: none;
}
@media only screen and (max-width: 425px) {
  .section_info-content-item ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section_info-content-item li {
  padding: 10px;
  margin: 6px 0;
  font-size: 16px;
}
@media only screen and (max-width: 425px) {
  .section_info-content-item li {
    flex: 1;
    white-space: nowrap;
    margin: 5px 5px;
    text-align: center;
  }
}
.section_info-content-item img {
  margin: 0 0 0 auto;
  display: block;
  object-fit: cover;
}
.section_info .gathering_info .section_info-content-item-text {
  width: 36.5%;
}
@media only screen and (max-width: 1444px) {
  .section_info .gathering_info .section_info-content-item-text {
    width: 46.5%;
  }
}
@media only screen and (max-width: 768px) {
  .section_info .gathering_info .section_info-content-item-text {
    width: 100%;
  }
}
.section_info .gathering_info .section_info-content-item-text:after {
  border-top-color: #F6F4EF;
}
.section_info .gathering_info .section_info-content-item-text:before {
  display: none;
}
.section_info .gathering_info li {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #ffffff;
}
.section_info .gathering_info .section_info-content-item-img {
  background-image: url(../img/info_1_uncut.webp);
}
.section_info .prototype_sprint {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #c6edf4;
}
.section_info .prototype_sprint .section_info-content-item-text {
  width: 42.9%;
}
@media only screen and (max-width: 1444px) {
  .section_info .prototype_sprint .section_info-content-item-text {
    width: 51.9%;
  }
}
@media only screen and (max-width: 768px) {
  .section_info .prototype_sprint .section_info-content-item-text {
    width: 100%;
  }
}
.section_info .prototype_sprint .section_info-content-item-text:after {
  border-top-color: #121E3E;
}
.section_info .prototype_sprint .section_info-content-item-text:before {
  border-bottom-color: #121E3E;
  right: 45px;
}
.section_info .prototype_sprint li {
  background-color: #FB5850;
  border-color: #FB5850;
  border-width: 0;
  border-style: none;
  color: #ffffff;
}
.section_info .prototype_sprint .section_info-content-item-img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 12% 100%);
  background-image: url(../img/info_2_uncut.webp);
}
@media only screen and (max-width: 768px) {
  .section_info .prototype_sprint .section_info-content-item-img {
    clip-path: unset;
  }
}
.section_info .prototype_sprint .tooltip-text {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 0;
  border-style: none;
  color: #121E3E;
  z-index: 2;
}
.section_info .prototype_sprint .tooltip-text:before {
  border-bottom-color: #ffffff;
}
.section_info .rapid_iterations {
  background-color: #FB5850;
  border-color: #FB5850;
  border-width: 0;
  border-style: none;
  color: #ffffff;
}
.section_info .rapid_iterations .section_info-content-item-text {
  width: 49.7%;
}
@media only screen and (max-width: 1444px) {
  .section_info .rapid_iterations .section_info-content-item-text {
    width: 57.7%;
  }
}
@media only screen and (max-width: 768px) {
  .section_info .rapid_iterations .section_info-content-item-text {
    width: 100%;
  }
}
.section_info .rapid_iterations .section_info-content-item-text:after {
  border-top-color: #FB5850;
}
.section_info .rapid_iterations .section_info-content-item-text:before {
  border-bottom-color: #FB5850;
  right: 45px;
}
.section_info .rapid_iterations li {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 0;
  border-style: none;
  color: #121E3E;
}
.section_info .rapid_iterations .section_info-content-item-img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  background-image: url(../img/info_3_uncut.webp);
}
@media only screen and (max-width: 768px) {
  .section_info .rapid_iterations .section_info-content-item-img {
    clip-path: unset;
  }
}
.section_info .rapid_iterations .tooltip-text {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #ffffff;
}
.section_info .product_release {
  background-color: #c6edf4;
  border-color: #c6edf4;
  border-width: 0;
  border-style: none;
  color: #121E3E;
}
.section_info .product_release .section_info-content-item-text {
  width: 57.2%;
}
@media only screen and (max-width: 1444px) {
  .section_info .product_release .section_info-content-item-text {
    width: 64.05%;
  }
}
@media only screen and (max-width: 768px) {
  .section_info .product_release .section_info-content-item-text {
    width: 100%;
  }
}
.section_info .product_release .section_info-content-item-text:after {
  border-top-color: #c6edf4;
}
.section_info .product_release .section_info-content-item-text:before {
  border-bottom-color: #c6edf4;
  right: 45px;
}
.section_info .product_release li {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #ffffff;
}
.section_info .product_release .section_info-content-item-img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 13% 100%);
  background-image: url(../img/info_4_uncut.webp);
}
@media only screen and (max-width: 768px) {
  .section_info .product_release .section_info-content-item-img {
    clip-path: unset;
  }
}
.section_info .product_release .tooltip-text {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #ffffff;
}
.section_info .market_analysis .section_info-content-item-text {
  width: 62.76%;
}
@media only screen and (max-width: 1444px) {
  .section_info .market_analysis .section_info-content-item-text {
    width: 68.7%;
  }
}
@media only screen and (max-width: 768px) {
  .section_info .market_analysis .section_info-content-item-text {
    width: 100%;
  }
}
.section_info .market_analysis .section_info-content-item-text:after {
  display: none;
}
.section_info .market_analysis .section_info-content-item-text:before {
  border-bottom-color: #F6F4EF;
  right: 45px;
}
.section_info .market_analysis li {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #ffffff;
}
.section_info .market_analysis .section_info-content-item-img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  background-image: url(../img/info_5_uncut.webp);
}
@media only screen and (max-width: 768px) {
  .section_info .market_analysis .section_info-content-item-img {
    clip-path: unset;
  }
}

.section_contact {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 0;
  border-style: none;
  color: #121E3E;
  padding: 100px 160px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .section_contact {
    padding: 60px;
  }
}
@media only screen and (max-width: 425px) {
  .section_contact {
    text-align: left;
    padding: 90px 20px;
  }
}
.section_contact a {
  margin: auto;
}
@media only screen and (max-width: 425px) {
  .section_contact a {
    margin: 40px auto 0 auto;
  }
}

.section_skills {
  background-color: #F6F4EF;
  border-color: #F6F4EF;
  border-width: 0;
  border-style: none;
  color: #121E3E;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.section_skills .shaped {
  background-image: url(../img/skills.webp);
  background-size: cover;
  width: 850px;
  shape-outside: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  .section_skills .shaped {
    display: none;
  }
}
.section_skills-text {
  padding: 30px 0 30px 160px;
  width: 60%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .section_skills-text {
    padding: 30px 0 30px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .section_skills-text {
    width: 100%;
    padding: 0;
  }
}
.section_skills-list h2 {
  margin: 0;
}
.section_skills-list ul {
  list-style: none;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .section_skills-list ul {
    width: 560px;
  }
}
@media only screen and (max-width: 768px) {
  .section_skills-list ul {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .section_skills-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.section_skills-list li {
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  text-align: center;
  padding: 3px 8px;
  margin: 8px;
  background-color: transparent;
  border-color: #121E3E;
  border-width: 2px;
  border-style: solid;
  color: #121E3E;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Oswald";
  font-weight: 200;
}
@media only screen and (max-width: 1024px) {
  .section_skills-list li {
    margin: 4px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 425px) {
  .section_skills-list li {
    flex: 1;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 425px) {
  .section_skills-list li.grow_mobile {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 425px) {
  .section_skills-list li.width_mobile {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .section_skills-list li.padding_mobile {
    padding: 3px 12px;
  }
}
@media only screen and (max-width: 425px) {
  .section_skills-list li {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .section_skills-list {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section_skills-products {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 425px) {
  .section_skills-products {
    font-size: 16pt;
    line-height: 26px;
  }
}
.section_skills-products-item {
  margin: 0 0 25px 0;
  line-height: 32px;
}
@media only screen and (max-width: 425px) {
  .section_skills-products-item {
    margin: 0;
    padding: 10px 0 10px 0;
    line-height: 20px;
    border-bottom: 1px solid #dfdfdf;
  }
}
.section_skills-products-item p {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 1444px) {
  .section_skills-products-item p {
    font-size: 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 425px) {
  .section_skills-products-item p {
    font-size: 16px;
    line-height: 26px;
  }
}
.section_skills-products-item a {
  text-decoration: underline;
}
@media only screen and (max-width: 425px) {
  .section_skills-products-item strong {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1444px) {
  .section_skills-products h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media only screen and (max-width: 425px) {
  .section_skills-products h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.section_skills-img-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section_skills-img-mobile {
    display: block;
    background-image: url(../img/skills.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
  }
}

.section_ourTeam {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #c6edf4;
  padding: 70px 160px 90px 160px;
  text-align: center;
  background-image: url(../img/overlay.png);
  background-size: cover;
}
@media only screen and (max-width: 425px) {
  .section_ourTeam {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .section_ourTeam {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .section_ourTeam {
    padding: 30px;
  }
}
@media only screen and (max-width: 425px) {
  .section_ourTeam {
    padding: 50px 20px;
  }
}
.section_ourTeam-profiles {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section_ourTeam-profiles {
    text-align: center;
  }
}
@media only screen and (max-width: 425px) {
  .section_ourTeam-profiles {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    overflow: scroll;
  }
}
.section_ourTeam-profiles img {
  border-radius: 8px;
  width: 200px;
  height: 280px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .section_ourTeam-profiles img {
    width: 150px;
    height: 230px;
  }
}
@media only screen and (max-width: 768px) {
  .section_ourTeam-profiles img {
    width: 215px;
    height: 280px;
  }
}
.section_ourTeam-profiles-item {
  margin: 0 25px;
}
@media only screen and (max-width: 425px) {
  .section_ourTeam-profiles-item {
    min-width: 215px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1444px) {
  .section_ourTeam-profiles-item p,
.section_ourTeam-profiles-item a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section_ourTeam-profiles-item p,
.section_ourTeam-profiles-item a {
    font-size: 18px;
  }
}

.section_testimonials {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 0;
  border-style: none;
  color: #121E3E;
  padding: 50px 90px;
  text-align: center;
}
@media only screen and (max-width: 425px) {
  .section_testimonials {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .section_testimonials {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 425px) {
  .section_testimonials {
    padding: 50px 20px;
  }
}
.section_testimonials h2,
.section_testimonials h3 {
  color: #FB5850;
  margin: 0;
}
@media only screen and (max-width: 425px) {
  .section_testimonials h2 {
    font-size: 42px;
  }
}
.section_testimonials-container {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .section_testimonials-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 425px) {
  .section_testimonials-container {
    margin: 0;
  }
}
.section_testimonials-container-item {
  width: 30%;
  height: auto;
  padding: 0 25px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .section_testimonials-container-item {
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: grid;
    grid-template-columns: 150px auto;
    grid-template-rows: 75px 75px auto;
  }
}
@media only screen and (max-width: 425px) {
  .section_testimonials-container-item {
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
  }
}
.section_testimonials-container-item img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 1024px) {
  .section_testimonials-container-item img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 80%;
    height: auto;
    margin: auto;
  }
}
@media only screen and (max-width: 425px) {
  .section_testimonials-container-item img {
    width: 150px;
    height: 150px;
    margin: auto auto auto 0;
  }
}
.section_testimonials-container-item h3 {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .section_testimonials-container-item h3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media only screen and (max-width: 425px) {
  .section_testimonials-container-item h3 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .section_testimonials-container-item strong {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media only screen and (max-width: 425px) {
  .section_testimonials-container-item strong p {
    font-size: 20px;
    line-height: 44px;
  }
}
.section_testimonials-container-item-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .section_testimonials-container-item-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.section_testimonials-container-item-text svg {
  fill: #FB5850;
  margin-right: 15px;
}
.section_testimonials-container-item-text p {
  width: 98%;
  font-size: 24px;
}
@media only screen and (max-width: 1444px) {
  .section_testimonials-container-item-text p {
    width: 98%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .section_testimonials-container-item-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.section_testimonials-container > div:not(:last-of-type) {
  border-right: 1px solid #cbcdd4;
}
@media only screen and (max-width: 1024px) {
  .section_testimonials-container > div:not(:last-of-type) {
    border-bottom: 1px solid #cbcdd4;
    border-right: unset;
  }
}

.section_about-us {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #c6edf4;
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .section_about-us {
    height: auto;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
  }
}
.section_about-us > div {
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .section_about-us > div {
    width: 100%;
  }
}
.section_about-us .section_ourTeam-profiles {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}
.section_about-us .section_ourTeam-profiles p,
.section_about-us .section_ourTeam-profiles a {
  font-size: 20px;
}
.section_about-us .section_ourTeam-profiles-item {
  margin: 0;
  min-width: 33%;
}
@media only screen and (max-width: 768px) {
  .section_about-us .section_ourTeam-profiles-item {
    min-width: unset;
    margin: 0 10px;
  }
}
.section_about-us-form {
  background-color: #FB5850;
  border-color: #FB5850;
  border-width: 0;
  border-style: none;
  color: #ffffff;
  border-radius: 100px 0 0 0;
  margin: 70px 0 0 0;
  padding: 70px 160px 70px 70px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .section_about-us-form {
    border-radius: 0;
    padding: 50px 0;
  }
}

footer {
  background-color: #F6F4EF;
  border-color: #F6F4EF;
  border-width: 0;
  border-style: none;
  color: #121E3E;
}
footer p {
  font-size: 24px;
}
@media only screen and (max-width: 425px) {
  footer p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
footer .footer-text {
  padding: 30px 0 30px 160px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-text {
    padding: 30px 0 30px 60px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-text {
    padding: 30px;
    order: -1;
  }
}
footer .footer-text span {
  display: inline-block;
  font-size: 32px;
  background-color: transparent;
  border-color: #121E3E;
  border-width: 1px;
  border-style: solid;
  color: #121E3E;
  padding: 0px 8px;
  margin: 0 0 60px 0;
}
footer .footer-text img {
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 425px) {
  footer .footer-text img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
footer .footer-text a {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 425px) {
  footer .footer-text a {
    margin: 20px 0 0 0;
  }
}
footer .footer-img {
  width: 1200px;
  height: 610px;
  shape-outside: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  float: right;
  background-image: url(../img/warsaw.webp);
  background-size: cover;
}
@media only screen and (max-width: 1444px) {
  footer .footer-img {
    width: 810px;
    height: 680px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-img {
    width: 520px;
    height: 625px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-img {
    float: unset;
    clip-path: unset;
    background-position: center;
    width: 100%;
    height: 400px;
    order: 0;
  }
}
footer .footer-copyright {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 0;
  border-style: none;
  color: #121E3E;
  padding: 30px 0 30px 160px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  footer .footer-copyright {
    padding: 30px 0 30px 60px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-copyright {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 425px) {
  footer .footer-copyright {
    padding: 8px;
    font-size: 16px;
  }
}

.section_slider {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .section_slider {
    overflow: scroll;
  }
}
.section_slider-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s linear;
  min-height: 700px;
}
@media only screen and (max-width: 425px) {
  .section_slider-container {
    min-height: 400px;
  }
}
.section_slider-item {
  opacity: 0.7;
  min-width: 750px;
  height: 600px;
  transform: scale(0.8);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transition: all 0.5s linear;
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 0;
  border-style: none;
  color: #121E3E;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .section_slider-item {
    opacity: 1;
    transform: scale(1);
    min-width: 630px;
    height: 500px;
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 425px) {
  .section_slider-item {
    min-width: 270px;
    height: 360px;
    border-radius: 10px;
  }
}
.section_slider-item.active {
  opacity: 1;
  transform: scale(1);
}
.section_slider-item.active .slider-item-text a {
  pointer-events: unset;
}
.section_slider-item p {
  font-size: 16px;
}
@media only screen and (max-width: 425px) {
  .section_slider-item p {
    font-size: 14px;
    text-shadow: 1px 1px 1px #ffffff;
  }
}
.section_slider-item.slider-hello {
  background-color: #121E3E;
  border-color: #121E3E;
  border-width: 0;
  border-style: none;
  color: #ffffff;
}
.section_slider-item.slider-hello .slider-item-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.section_slider-item.slider-hello .slider-item-text h2 {
  text-transform: unset;
  line-height: 80px;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .section_slider-item.slider-hello .slider-item-text h2 {
    line-height: 60px;
  }
}
@media only screen and (max-width: 425px) {
  .section_slider-item.slider-hello .slider-item-text h2 {
    line-height: 30px;
  }
}
@media only screen and (max-width: 425px) {
  .section_slider-item.slider-hello button.btn {
    padding: 20px 10px;
  }
}
.section_slider-item.slider-hello button.btn svg {
  fill: #FB5850;
  margin-left: 8px;
  top: 3px;
}
.section_slider .slider-item-text {
  position: absolute;
  z-index: 2;
  width: 80%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
}
@media only screen and (max-width: 425px) {
  .section_slider .slider-item-text {
    width: 100%;
  }
}
.section_slider .slider-item-text h2 {
  line-height: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 425px) {
  .section_slider .slider-item-text h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.section_slider .slider-item-text a {
  display: block;
  margin: auto 0 0 0;
  font-size: 16px;
  font-weight: 700;
  pointer-events: none;
}
.section_slider .slider-item-desc {
  width: 65%;
}
@media only screen and (max-width: 425px) {
  .section_slider .slider-item-desc {
    width: 100%;
  }
}
.section_slider .slider-item-desc img {
  margin-top: 30px;
}
@media only screen and (max-width: 425px) {
  .section_slider .slider-item-desc img {
    max-width: 100%;
    margin-top: 5px;
  }
}
.section_slider .slider-item-bg {
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 425px) {
  .section_slider .slider-item-bg {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .section_slider .slider-item-bg {
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 130%);
  }
}
.section_slider .slider-hello {
  margin-left: 160px;
}
@media only screen and (max-width: 768px) {
  .section_slider .slider-hello {
    margin-left: 30px;
  }
}
.section_slider .slider-hello .slider-item-bg {
  background-image: url(../img/slide_1.webp);
}
.section_slider .slider-dropshipping .slider-item-bg {
  background-image: url(../img/slide_2.webp);
}
.section_slider .slider-woocommerce .slider-item-bg {
  background-image: url(../img/bridge.webp);
}
.section_slider .slider-designer .slider-item-bg {
  background-image: url(../img/online_designer.webp);
}
.section_slider .slider-calculator .slider-item-bg {
  background-image: url(../img/calculator.webp);
}
.section_slider .slider-promo .slider-item-bg {
  background-image: url(../img/promo.webp);
}
.section_slider .slider-ecommerce .slider-item-bg {
  background-image: url(../img/k2p20.webp);
}
.section_slider .slider-software .slider-item-bg {
  background-image: url(../img/whitelabel.webp);
}
.section_slider .slider-mobile .slider-item-bg {
  background-image: url(../img/mobile.webp);
}
.section_slider .slider-endpoint .slider-item-bg {
  background-image: url(../img/endpoint.webp);
}

.CTA_work {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  font-size: 20px;
  opacity: 0.65;
}
.CTA_work svg {
  fill: #ffffff;
  margin: 0 15px;
}

*,
html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 24px;
}
body.overlayed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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