@charset "UTF-8";
.heading-1 {
  font-family: poppins, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.heading-2 {
  font-size: 40px;
  line-height: 50px;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-size: 28px;
  line-height: 35px;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.heading-4 {
  font-size: 24px;
  line-height: 34px;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.title-above {
  font-size: 12px;
  line-height: 1px;
  letter-spacing: 1.2px;
  font-family: poppins, sans-serif;
  color: #24B2FC;
  text-transform: uppercase;
  position: relative;
  padding-left: 44px;
  margin-bottom: 10px;
  font-weight: 700;
}
.title-above:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #24B2FC;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

h1 {
  font-family: poppins, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

@media (max-width: 600px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 br, h1 br {
    display: none;
  }
}
.btn-yellow {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  color: #fff;
  letter-spacing: 0.1px;
  background-color: #FC930A;
  padding: 13px 70px 12px 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: 0.25s;
}
.btn-yellow:before {
  content: url("../images/svg/Group_31.svg");
  position: absolute;
  right: 2px;
  top: 2px;
}
.btn-yellow:hover {
  background-color: #EB820A;
}

.btn-box {
  width: calc(50% - 20px);
  border: solid 2px #CCCCCC;
  border-top: none;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #0765B2;
  padding: 25px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.btn-box b:before {
  content: "";
  width: calc(50% - 30px);
  height: 2px;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-box b:after {
  content: "";
  width: calc(50% - 30px);
  height: 2px;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-box:after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #24B2FC;
  transform: rotate(-45deg) translate(-50%, -50%);
  left: 50%;
  position: absolute;
  transform-origin: top;
  border-top: none;
  border-right: none;
  background-color: #F5F5F5;
  opacity: 0;
  bottom: 0px;
  transition: 0.25s;
}
.btn-box:before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 61px;
}
.btn-box:hover {
  border-color: #24B2FC;
  color: #24B2FC;
}
.btn-box:hover b:before {
  background: #24B2FC;
}
.btn-box:hover b:after {
  background: #24B2FC;
}
.btn-box:hover:after {
  bottom: -9px;
  opacity: 1;
}
.btn-box:hover.ba:before {
  content: url("../images/svg/4-brakes1.svg");
}
.btn-box:hover.bpo:before {
  content: url("../images/svg/3-box1.svg");
}
.btn-box.ba:before {
  content: url("../images/svg/4-brakes2.svg");
}
.btn-box.bpo:before {
  content: url("../images/svg/3-box2.svg");
}
.btn-box.active {
  border-color: #24B2FC;
  color: #24B2FC;
}
.btn-box.active b:before {
  background: #24B2FC;
}
.btn-box.active b:after {
  background: #24B2FC;
}
.btn-box.active:after {
  bottom: -9px;
  opacity: 1;
}
.btn-box.active.ba:before {
  content: url("../images/svg/4-brakes1.svg");
}
.btn-box.active.bpo:before {
  content: url("../images/svg/3-box1.svg");
}

.btn-play {
  color: #fff;
  position: relative;
  border: none;
  background-color: transparent;
  font-weight: 700;
  padding-top: 70px;
  cursor: pointer;
}
.btn-play:before {
  content: url("../images/svg/5-play-video.svg");
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.btn-play:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #FC930A;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

.btn-swiper {
  width: 50px;
  height: 50px;
  border: solid 2px #CCCCCC;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: 0.25s;
  background-color: #fff;
}
.btn-swiper:hover {
  border-color: #0765B2;
}
.btn-swiper:hover:after {
  opacity: 0;
}
.btn-swiper:before, .btn-swiper:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
.btn-swiper.btn-next {
  right: calc(100% / 12);
  top: 50%;
  transform: translate(0, -50%);
}
.btn-swiper.btn-next:before {
  content: url("../images/svg/7-chevron-right1.svg");
}
.btn-swiper.btn-next:after {
  content: url("../images/svg/7-chevron-right2.svg");
}
.btn-swiper.btn-prev {
  left: calc(100% / 12);
  top: 50%;
  transform: translate(0, -50%);
}
.btn-swiper.btn-prev:before {
  content: url("../images/svg/7-chevron-left1.svg");
}
.btn-swiper.btn-prev:after {
  content: url("../images/svg/7-chevron-left2.svg");
}

.wpcf7-submit {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  color: #fff;
  letter-spacing: 0.1px;
  background-color: #FC930A;
  padding: 13px 70px 12px 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: 0.25s;
  border: none;
  cursor: pointer;
  text-align: left;
}
.wpcf7-submit:before {
  content: url("../images/svg/Group_31.svg");
  position: absolute;
  right: 2px;
  top: 2px;
}
.wpcf7-submit:hover {
  background-color: #EB820A;
}

.wpcf7-button {
  position: relative;
  width: 155px;
}
.wpcf7-button:before {
  content: url("../images/svg/Group_31.svg");
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}

input {
  border: none;
  border-bottom: solid 1px #CCCCCC;
  padding: 9px 0px;
  box-sizing: border-box;
  outline: 0;
  width: 100%;
  background-color: transparent;
}

.form-label {
  color: #0765B2;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.wpcf7-form label {
  margin-bottom: 17px;
  display: block;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #F21719;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  text-align: right;
  font-style: italic;
  color: #F2140C;
}
.wpcf7-form .wpcf7-acceptance {
  font-size: 12px;
}
.wpcf7-form .wpcf7-acceptance label {
  margin-bottom: 9px;
}
.wpcf7-form .wpcf7-button {
  margin-top: 23px;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0px;
}

.required-info {
  font-size: 12px;
  text-align: right;
  display: block;
  position: relative;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + span, [type=checkbox]:checked + span {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  display: block;
}

.invoice-wrapper [type=checkbox]:not(:checked) + span,
.invoice-wrapper [type=checkbox]:checked + span {
  color: #006AB7;
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
}

.regulations [type=checkbox]:not(:checked) + span,
.regulations [type=checkbox]:checked + span {
  color: #A5A7A9;
  font-size: 14px;
  line-height: 24px;
}

[type=checkbox]:not(:checked) + span:before,
[type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  border: 2px solid #DBDCDA;
  background: transparent;
  box-sizing: border-box;
}

.has-error [type=checkbox]:not(:checked) + span:before,
.has-error [type=checkbox]:checked + span:before {
  border-color: #E41E02;
}

[type=checkbox]:not(:checked) + span:after, [type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: #FC930A;
  transition: all 0.2s;
  line-height: 0;
}

[type=checkbox]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

* {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.title-bg {
  display: block;
  font-size: 160px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  left: 50%;
  position: absolute;
  line-height: 1;
  white-space: nowrap;
  color: #F5F5F5;
}

img {
  max-width: 100%;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Archivo", sans-serif;
}
body.mask {
  position: relative;
  overflow: hidden;
}
body.mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9;
}

button {
  outline: 0;
}

.list-arrow a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.list-arrow a:hover {
  color: #EB820A;
}
.list-arrow li {
  margin-bottom: 30px;
  padding-left: 13px;
  position: relative;
}
.list-arrow li:last-child {
  margin-bottom: 0px;
}
.list-arrow li:before {
  content: "‣";
  position: absolute;
  top: 0px;
  left: 0px;
}
.list-arrow li:hover:before {
  color: #EB820A;
}

a {
  transition: 0.25s;
}
a:before {
  transition: 0.25s;
}
a:after {
  transition: 0.25s;
}

.site {
  padding-top: 125px;
}

.hamburger {
  width: 30px;
  height: 21px;
  text-align: center;
  margin: 0 auto;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  position: absolute;
  cursor: pointer;
  right: 57px;
  top: 12px;
  display: none;
  z-index: 3;
}
.hamburger.open span:first-child {
  top: 0px;
  width: 0;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
  top: 20px;
  width: 0;
  left: 50%;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0A65B2;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
.hamburger span:first-child {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 10px;
}
.hamburger span:nth-child(3) {
  top: 10px;
}
.hamburger span:nth-child(4) {
  top: 20px;
}

.description li {
  list-style: none;
  position: relative;
  padding-left: 43px;
  margin-bottom: 13px;
}
.description li:last-child {
  margin-bottom: 0px;
}
.description li:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #24B2FC;
  position: absolute;
  left: 0;
  top: 14px;
}

.description-small {
  font-size: 12px;
}
.description-small a {
  text-decoration: none;
  color: #FC9326;
  font-weight: 700;
}
.description-small a:hover {
  color: #EB820A;
}

.section {
  max-width: 1600px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 54px;
  box-sizing: border-box;
}

.solution-wrapper {
  padding-bottom: 77px;
  padding-top: 87px;
  overflow: hidden;
  position: relative;
}
.solution-wrapper:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
  background-color: #EEEEEE;
  position: absolute;
}
.solution-wrapper .section {
  display: flex;
  flex-flow: wrap;
}
.solution-wrapper .section:before {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: -150px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
}
.solution-wrapper .section:after {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: -150px;
  right: 54px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: -1;
}
.solution-wrapper .left {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
.solution-wrapper .right {
  width: 50%;
  padding: 0 10%;
  margin-bottom: 50px;
  box-sizing: border-box;
  position: relative;
}
.solution-wrapper h2 {
  margin-bottom: 30px;
  color: #0765B2;
}
.solution-wrapper .image {
  width: calc(100% + 300px);
  position: relative;
  display: inline-block;
  left: -300px;
}

.banner-wrapper {
  position: relative;
  overflow: hidden;
}
.banner-wrapper:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
  background-color: #EEEEEE;
  position: absolute;
}
.banner-wrapper .section:before {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: 0px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
}
.banner-wrapper .section:after {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: -150px;
  right: 54px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: -1;
}
.banner-wrapper h1 {
  margin-bottom: 31px;
  padding-left: 100px;
  position: relative;
  z-index: 1;
}
.banner-wrapper .description {
  margin-bottom: 50px;
  padding-left: 100px;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.banner-wrapper .btn-yellow {
  z-index: 1;
}
.banner-wrapper .banner-content {
  box-sizing: border-box;
  color: #fff;
  position: relative;
  padding: 135px 0px 234px;
}
.banner-wrapper .banner-content:after {
  content: "";
  background-image: linear-gradient(98deg, #001126, #00102400);
  opacity: 76%;
  position: absolute;
  top: 0px;
  left: 60px;
  width: calc(100% - 60px);
  height: calc(100% - 100px);
}
.banner-wrapper video {
  position: absolute;
  left: 60px;
  top: 0px;
  width: auto;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
  height: calc(100% - 101px);
}

.bpo-wrapper, .ba-wrapper {
  display: none;
}
.bpo-wrapper.active, .ba-wrapper.active {
  display: block;
}

.benefits-wrapper {
  padding-bottom: 82px;
  background-color: #F5F5F5;
  padding-top: 70px;
  overflow: hidden;
}
.benefits-wrapper h2 {
  color: #0765B2;
}
.benefits-wrapper .title-bg {
  color: #fff;
}
.benefits-wrapper .description-section {
  position: relative;
}
.benefits-wrapper .heading {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
  position: relative;
}
.benefits-wrapper .heading .left {
  width: calc(100% / 10 * 4);
  margin-bottom: 40px;
  position: relative;
}
.benefits-wrapper .heading .right {
  width: calc(100% / 10 * 6);
  margin-bottom: 40px;
  display: flex;
  flex-flow: wrap;
  position: relative;
}
.benefits-wrapper .heading button {
  margin-right: 40px;
}
.benefits-wrapper .heading button:last-child {
  margin-right: 0px;
}
.benefits-wrapper .content {
  padding: 0 calc(100% / 12);
  box-sizing: border-box;
}
.benefits-wrapper .call-to-action {
  position: relative;
}
.benefits-wrapper .call-to-action .heading-3 {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.benefits-wrapper .call-to-action .btn-yellow {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.banner-mini {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 70px;
  position: relative;
}
.banner-mini .left {
  width: 50%;
  background-color: #24B2FC;
  color: #fff;
  padding: 24px 60px;
  box-sizing: border-box;
}
.banner-mini .heading-2 {
  margin-bottom: 15px;
  display: inline-block;
}
.banner-mini .right {
  width: 50%;
  background-image: url("/wp-content/uploads/2021/03/img_03_korzysci_play.png");
  background-position: center;
  background-size: cover;
}
.banner-mini .btn-play {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.effectiveness-wrapper {
  padding-top: 78px;
  overflow: hidden;
  position: relative;
}
.effectiveness-wrapper:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
  background-color: #EEEEEE;
  position: absolute;
}
.effectiveness-wrapper .content {
  padding: 0 calc(100% / 12 * 2);
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 80px;
}
.effectiveness-wrapper .section:before {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: -150px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
}
.effectiveness-wrapper .section:after {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: -150px;
  right: 54px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: -1;
}
.effectiveness-wrapper h2 {
  color: #0765B2;
}
.effectiveness-wrapper .left {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
.effectiveness-wrapper .right {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 27px;
  position: relative;
}

.wave-carousel {
  overflow: visible;
  margin-left: auto;
  margin-right: 0px;
  padding: 0 calc(100% / 12) 40px calc(100% / 12 * 2);
  box-sizing: border-box;
  position: relative;
}
.wave-carousel .swiper-slide {
  position: relative;
  margin-right: 141px;
  width: calc(52% - 141px);
}
.wave-carousel .swiper-slide:nth-child(4n+3) {
  top: 45px;
}
.wave-carousel .swiper-slide:nth-child(4n+1) {
  top: -40px;
}
.wave-carousel img {
  width: 100%;
}

.investment-space-wrapper {
  background-color: #00306C;
  overflow: hidden;
  position: relative;
  transform: translate(0, -100%);
  top: 1px;
}
.investment-space-wrapper .title-bg {
  color: #021C3E;
  opacity: 0.2;
}

.investment-wrapper {
  background-color: #00306C;
  color: #fff;
  padding-top: 89px;
  overflow: hidden;
}
.investment-wrapper .content {
  padding: 0 calc(100% / 12);
  box-sizing: border-box;
}
.investment-wrapper .title-bg {
  color: #021C3E;
  opacity: 0.2;
}
.investment-wrapper .heading {
  margin-bottom: 40px;
}
.investment-wrapper ul {
  display: flex;
  flex-flow: wrap;
}
.investment-wrapper h2 {
  position: relative;
  z-index: 1;
}
.investment-wrapper li {
  position: relative;
  padding-top: 82px;
  width: calc(100% / 10 * 3);
  padding-right: 20px;
  box-sizing: border-box;
}
.investment-wrapper li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 0px;
}
.investment-wrapper li:nth-child(1) {
  transform: translate(0, 100%);
  top: -31px;
}
.investment-wrapper li:nth-child(1):before {
  content: url("../images/svg/8-przebieg-pk1.svg");
}
.investment-wrapper li:nth-child(1):after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0765B2;
  position: absolute;
  top: 0px;
  left: 30px;
  transform: translate(0, -100%);
}
.investment-wrapper li:nth-child(2):before {
  content: url("../images/svg/8-przebieg-pk2.svg");
}
.investment-wrapper li:nth-child(2):after {
  content: "";
  width: 154px;
  height: 165px;
  border-top: solid 2px #0765B2;
  border-left: solid 2px #0765B2;
  position: absolute;
  left: 0px;
  top: 30px;
  transform: translate(-100%, 0);
}
.investment-wrapper li:nth-child(3) {
  transform: translate(0, -100%);
  top: 10px;
  left: calc(-100% / 10 );
  margin-right: calc(-100% / 10 );
}
.investment-wrapper li:nth-child(3):before {
  content: url("../images/svg/8-przebieg-pk3.svg");
}
.investment-wrapper li:nth-child(3):after {
  content: "";
  width: 75px;
  height: 197px;
  border-top: solid 2px #0765B2;
  border-left: solid 2px #0765B2;
  position: absolute;
  left: 0px;
  top: 30px;
  transform: translate(-100%, 0);
}
.investment-wrapper li:nth-child(4) {
  top: 31px;
  left: calc(-100% / 10 );
  margin-right: calc(-100% / 10 );
}
.investment-wrapper li:nth-child(4):before {
  content: url("../images/svg/8-przebieg-pk4.svg");
}
.investment-wrapper li:nth-child(4):after {
  content: "";
  width: 101px;
  height: 30px;
  border-bottom: solid 2px #0765B2;
  border-left: solid 2px #0765B2;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(-100%, 0);
}
.investment-wrapper .info-img {
  position: relative;
  z-index: 3;
  top: -100px;
  margin-bottom: -100px;
}
.investment-wrapper .info-img img {
  position: relative;
  transform: translate(-50%, 5%);
  left: 50%;
  width: calc(100% / 10 * 9.5);
}

.contact-space-wrapper {
  overflow: hidden;
  transform: translate(0, -100%);
  position: relative;
  background-color: #fff;
  z-index: 2;
  top: 1px;
}
.contact-space-wrapper:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
  background-color: #EEEEEE;
  position: absolute;
}
.contact-space-wrapper .section {
  height: 100%;
}
.contact-space-wrapper .section:before {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: 0px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
}
.contact-space-wrapper .section:after {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: 0px;
  right: 54px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: -1;
}

.contact-wrapper {
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  top: -100px;
  z-index: 2;
  margin-bottom: -100px;
}
.contact-wrapper:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
  background-color: #EEEEEE;
  position: absolute;
}
.contact-wrapper .content {
  display: flex;
  flex-flow: wrap;
  padding: 0 calc(100% / 12);
}
.contact-wrapper .section:before {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: -150px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
}
.contact-wrapper .section:after {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: -150px;
  right: 54px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: -1;
}
.contact-wrapper h2 {
  color: #0765B2;
}
.contact-wrapper .heading {
  margin-bottom: 32px;
  width: 100%;
  position: relative;
}
.contact-wrapper .left {
  width: 50%;
  margin-bottom: 40px;
  position: relative;
}
.contact-wrapper .right {
  width: 50%;
  margin-bottom: 40px;
  position: relative;
}
.contact-wrapper form {
  width: 80%;
}

.header-wrapper {
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  overflow: hidden;
  transition: 0.25s;
}
.header-wrapper:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
  background-color: #EEEEEE;
  position: absolute;
}
.header-wrapper.scroll {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.header-wrapper .section {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.header-wrapper .section:before {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: -30px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: -1;
}
.header-wrapper .section:after {
  content: "";
  width: calc(25% - 26px);
  height: 200%;
  top: -30px;
  right: 54px;
  border: solid 1px #EEEEEE;
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: -1;
}
.header-wrapper .logo {
  width: calc(100% / 12 * 3);
}
.header-wrapper .logo img {
  width: 202px;
  height: auto;
}
.header-wrapper .menu-wrapper {
  width: calc(100% / 12 * 9);
}
.header-wrapper .menu {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.header-wrapper a {
  color: #0A65B2;
  font-weight: 600;
  text-decoration: none;
  font-family: poppins, sans-serif;
}
.header-wrapper a:hover {
  color: #FC930A;
}

.footer-wrapper {
  border-top: solid 1px #EEEEEE;
  padding-top: 60px;
}
.footer-wrapper .section {
  display: flex;
  flex-flow: wrap;
}
.footer-wrapper .heading-4 {
  color: #0765B2;
  display: block;
  margin-bottom: 52px;
  min-height: 34px;
}
.footer-wrapper .footer-item {
  width: 25%;
  box-sizing: border-box;
  padding-right: 42px;
  margin-bottom: 75px;
}
.footer-wrapper .footer-1 .description {
  margin-bottom: 40px;
}
.footer-wrapper .footer-1 .description-small {
  margin-bottom: 57px;
}
.footer-wrapper .footer-1 .description-small:last-child {
  margin-bottom: 0px;
}
.footer-wrapper .footer-2 {
  width: 50%;
}
.footer-wrapper .footer-2 .row {
  display: flex;
  flex-flow: wrap;
}
.footer-wrapper .footer-2 .description {
  width: 50%;
  padding-right: 42px;
  box-sizing: border-box;
}
.footer-wrapper .footer-2 .description a {
  color: #000;
}
.footer-wrapper .footer-2 .description:last-child {
  padding-right: 0px;
}

.implementation-head {
  font-size: 16px;
  line-height: 24px;
  color: #0765B2;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 700;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  font-family: poppins, sans-serif;
}
.implementation-head li {
  width: calc(100% / 10 * 4);
}

.implementation {
  margin-top: 60px;
  position: relative;
}

.implementation-steps {
  margin-bottom: 40px;
}
.implementation-steps li {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.implementation-steps li .left {
  width: calc(100% / 10 * 4);
  box-sizing: border-box;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 20px;
  padding-top: 15px;
  position: relative;
}
.implementation-steps li .left:before {
  content: url("../images/svg/6-arrow.svg");
  position: absolute;
  width: calc(50% - 80px);
  left: calc(100% + 40px);
  transform: translate(0%, 50%);
  bottom: 0px;
  line-height: 0px;
}
.implementation-steps li .right {
  width: calc(100% / 10 * 4);
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 20px;
  padding-top: 15px;
}
.implementation-steps li:first-child .left, .implementation-steps li:first-child .right {
  padding-top: 0px;
}
.implementation-steps li:last-child .left, .implementation-steps li:last-child .right {
  border-bottom: none;
}
.implementation-steps li:last-child .left:before, .implementation-steps li:last-child .right:before {
  content: none;
}

.list-media {
  margin-top: 44px;
}
.list-media ul {
  display: flex;
  flex-flow: wrap;
}
.list-media li {
  margin-right: 31px;
}
.list-media li:last-child {
  margin-right: 0px;
}

.video-pop-up-wrapper.active {
  display: block;
}

.video-pop-up-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, 0%);
  display: none;
}
.video-pop-up-wrapper.active {
  display: block;
}
.video-pop-up-wrapper .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 9;
}
.video-pop-up-wrapper .close:before {
  content: url(../images/svg/close.svg);
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 4px #aaa;
  line-height: 0;
  padding: 8px;
  border-radius: 50%;
}
.video-pop-up-wrapper video {
  outline: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 1600px) {
  #page {
    overflow: hidden;
  }
}
@media (max-width: 1100px) {
  .hamburger {
    display: block;
  }

  .header-wrapper .menu-wrapper {
    display: none;
  }
  .header-wrapper .logo {
    width: 100%;
  }
  .header-wrapper.open .menu-wrapper {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    padding-top: 117px;
  }
  .header-wrapper.open .menu {
    display: block;
  }
  .header-wrapper.open .menu a {
    border-top: solid 1px #CCCCCC;
    display: block;
    padding: 15px 57px;
  }
  .header-wrapper.open .menu li:last-child a {
    border-bottom: solid 1px #CCCCCC;
  }
  .header-wrapper.open .logo {
    z-index: 3;
  }

  .solution-wrapper .right {
    padding: 0 5%;
  }

  .effectiveness-wrapper .content {
    padding: 0 calc(100% / 12 * 1);
  }

  .wave-carousel .swiper-slide {
    width: calc(52% - 90px);
    margin-right: 90px;
  }

  .benefits-wrapper .content {
    padding: 0 calc(100% / 12 * 0.5);
  }

  .implementation-steps li .left:before {
    content: url("../images/svg/Polygon_5.svg");
    text-align: center;
  }

  .investment-wrapper .content {
    padding: 0 calc(100% / 12 * 0.5);
  }

  .contact-wrapper .content {
    padding: 0 calc(100% / 12 * 0.5);
  }

  .footer-wrapper .footer-item {
    width: 50%;
  }
  .footer-wrapper .footer-item.footer-1 {
    order: 3;
  }
  .footer-wrapper .footer-item.footer-2 {
    width: 100%;
    padding-right: 0px;
  }
  .footer-wrapper .footer-item.footer-3 {
    order: 3;
  }
}
@media (max-width: 1000px) {
  .investment-wrapper li {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 74px;
    margin-bottom: 60px;
  }
  .investment-wrapper li:last-child {
    margin-bottom: 20px;
  }
  .investment-wrapper li:nth-child(1) {
    transform: translate(0, 0);
    top: auto;
  }
  .investment-wrapper li:nth-child(3), .investment-wrapper li:nth-child(4) {
    top: auto;
    left: auto;
    margin-right: auto;
    transform: translate(0, 0%);
  }
  .investment-wrapper li:before {
    background-color: #00306C;
  }
  .investment-wrapper li:after {
    display: none;
  }
}
@media (max-width: 800px) {
  .btn-swiper.btn-prev {
    left: calc(100% / 12 * 0.5);
    top: 50%;
  }

  .wave-carousel .swiper-slide {
    width: calc(100% - 80px);
    margin-right: 110px;
  }
}
@media (max-width: 768px) {
  .banner-wrapper .banner-content {
    padding: 105px 10px 204px;
    width: calc(100% + 20px);
    left: -10px;
  }
  .banner-wrapper .banner-content:after {
    left: -30px;
    width: calc(100% + 60px);
  }
  .banner-wrapper video {
    left: -30px;
  }
  .banner-wrapper h1 {
    padding-left: 0px;
  }
  .banner-wrapper .description {
    padding-left: 0px;
  }
  .banner-wrapper .section:after {
    right: 30px;
    width: calc(25% - 15px);
    border-left: none;
  }
  .banner-wrapper .section:before {
    width: calc(25% - 15px);
    border-right: none;
  }

  .section {
    padding: 0 30px;
  }

  .solution-wrapper .right {
    width: 100%;
    padding: 0px;
  }
  .solution-wrapper .left {
    width: 100%;
  }
  .solution-wrapper .image {
    width: 100%;
    left: 0px;
  }
  .solution-wrapper .section:after {
    right: 30px;
    width: calc(25% - 15px);
    border-left: none;
  }
  .solution-wrapper .section:before {
    width: calc(25% - 15px);
    border-right: none;
  }

  .benefits-wrapper .content {
    padding: 0;
  }

  .benefits-wrapper .heading .left {
    width: 100%;
  }
  .benefits-wrapper .heading .right {
    width: 100%;
  }

  .implementation-steps li .left {
    width: calc(100% / 10 * 4.5);
  }
  .implementation-steps li .left:before {
    left: 100%;
    width: calc(100% / 4.5);
  }
  .implementation-steps li .right {
    width: calc(100% / 10 * 4.5);
  }

  .implementation-head li {
    width: calc(100% / 10 * 4.5);
  }

  .investment-wrapper .info-img {
    top: -50px;
    margin-bottom: -50px;
  }

  .banner-mini .left {
    width: 100%;
    padding: 24px 24px 27px;
  }
  .banner-mini .right {
    width: 100%;
    padding: 34px 0px;
  }

  .effectiveness-wrapper .content {
    padding: 0px;
  }
  .effectiveness-wrapper .left {
    width: 100%;
  }
  .effectiveness-wrapper .right {
    width: 100%;
    padding-left: 0px;
  }
  .effectiveness-wrapper .section:after {
    right: 30px;
    width: calc(25% - 15px);
    border-left: none;
  }
  .effectiveness-wrapper .section:before {
    width: calc(25% - 15px);
    border-right: none;
  }

  .investment-wrapper .content {
    padding: 0px;
  }
  .investment-wrapper ul {
    position: relative;
  }
  .investment-wrapper ul:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #0765B2;
    border: none;
    top: 0px;
    left: 26px;
    position: absolute;
  }

  .contact-wrapper {
    top: -50px;
    margin-bottom: -50px;
  }
  .contact-wrapper .content {
    padding: 0px;
  }
  .contact-wrapper .left {
    width: 100%;
  }
  .contact-wrapper .right {
    width: 100%;
  }
  .contact-wrapper .section:after {
    right: 30px;
    width: calc(25% - 15px);
    border-left: none;
  }
  .contact-wrapper .section:before {
    width: calc(25% - 15px);
    border-right: none;
  }

  .contact-space-wrapper .section:after {
    right: 30px;
    width: calc(25% - 15px);
    border-left: none;
  }
  .contact-space-wrapper .section:before {
    width: calc(25% - 15px);
    border-right: none;
  }

  .footer-wrapper .footer-item {
    width: 100%;
  }
  .footer-wrapper .footer-2 .description {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .footer-wrapper .footer-2 .description:last-child {
    margin-bottom: 0px;
  }

  .header-wrapper .section:after {
    right: 30px;
    width: calc(25% - 15px);
    border-left: none;
  }
  .header-wrapper .section:before {
    width: calc(25% - 15px);
    border-right: none;
  }

  .hamburger {
    right: 30px;
  }
}
@media (max-width: 600px) {
  .banner-wrapper .section {
    padding: 0 10px;
  }
  .banner-wrapper h1 {
    overflow-wrap: break-word;
    line-break: auto;
  }
}
@media (max-width: 500px) {
  .btn-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .benefits-wrapper .heading-4 {
    min-height: auto;
  }
  .benefits-wrapper .heading button {
    margin-right: 0px;
  }
  .benefits-wrapper .heading button:last-child {
    margin-bottom: 0px;
  }

  .btn-swiper.btn-prev {
    left: -20px;
  }
  .btn-swiper.btn-next {
    right: -20px;
  }

  .wave-carousel {
    padding: 0 40px;
  }
  .wave-carousel .swiper-slide {
    width: 100%;
  }
  .wave-carousel .swiper-slide:nth-child(4n+3) {
    top: auto;
  }
  .wave-carousel .swiper-slide:nth-child(4n+1) {
    top: auto;
  }
}

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