@font-face {
  font-family: SiemensProgress;
  src: url(../fonts/SiemensProgress-Bold.ttf) format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: SiemensProgress;
  src: url(../fonts/SiemensProgress-Regular.ttf) format("opentype");
  font-weight: 400;
}

body {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.dark_green_bg {
  background-color: #3cb9b4;
}

.green_text {
  background-color: #3cb9b4;
}

.container_ep {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  background: #000028;
}

.container_ep * {
  font-family: SiemensProgress;
  font-weight: 200;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.link {
  text-decoration: none;
  color: #3ac1b9;
  font-weight: bold;
}

.gradient_belt img {
  max-width: 100%;
  width: 100%;
}

.lp_badge1 {
  position: absolute;
  bottom: 1rem;
  left: 19rem;
}

.lp_badge2 {
  position: absolute;
  bottom: 3.5rem;
  left: 8rem;
}

.container_ep .header_img {
  max-width: 100%;
}

.text_container {
  padding: 0 3rem 2rem 3rem;
}

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

.mt-4 {
  margin-top: 4rem;
}

.header_baner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.header_baner .header_claim {
  position: absolute;
  right: 3.5rem;
  bottom: 1rem;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
}

.header_baner .header_claim b {
  font-weight: 700;
  font-size: inherit;
  color: inherit;
}

.header_baner img {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header_baner .buttons {
  position: absolute;
  top: 325px;
  left: 200px;
  width: auto;
  display: flex;
  gap: 2rem;
}

.header_baner .buttons .lp_button {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header_baner .buttons .lp_button img {
  width: 20px;
}

@media screen and (max-width: 1200px) {
  .header_baner .buttons {
    top: 27vw;
    left: 17vw;
  }
}

@media screen and (max-width: 950px) {
  .header_baner .buttons .lp_button {
    padding: .5rem 1rem;
    font-size: 0.9rem;
    width: fit-content;
  }
}

@media screen and (max-width: 670px) {
  .header_baner .buttons .lp_button {
    padding: .25rem .5rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 500px) {
  .header_baner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000028;
  }

  .header_baner .buttons {
    position: unset;
    padding-top: 2rem;
  }

  .header_baner .buttons .lp_button {
    padding: .5rem 1rem;
    font-size: 0.9rem;
  }
}

.header-baner__claim {
  position: absolute;
  bottom: 0;
  right: 2%;
  max-width: 42%;
  text-align: right;
}

.header-baner__claim img {
  position: relative;
  bottom: .5rem;
  display: inline-block;
  max-width: 140px;
}

.header-baner__claim p {
  margin-top: 0;
  font-weight: 200;
  font-size: .9rem;
  margin-top: .5rem;
  text-align: left;
}

.header-baner__claim p b {
  font-weight: 700;
}

.header-baner__claim h1 {
  font-size: 1.5rem;
  position: relative;
  font-weight: 400;
  margin-top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 1.5rem;
  background: #000000a3;
  margin-bottom: .5rem;
  background: #000000bd;
  background: -o-linear-gradient(left, #50bdbd, #0099ca);
  background: -webkit-gradient(linear, left top, right top, from(#50bdbd), to(#0099ca));
  background: linear-gradient(to right, #50bdbd, #0099ca);
  width: 100%;
  text-align: left;
}

.lp_dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color .6s ease;
  -o-transition: background-color .6s ease;
  transition: background-color .6s ease;
  margin-top: 1rem;
}

.lp_active,
.lp_dot:hover {
  background-color: #184491;
}

.header-baner__claim h1 b {
  font-weight: 900;
}

.header-baner__claim h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
}

.footer {
  text-align: center;
  padding: 0 8rem 2rem 8rem;
}

.lp_footer {
  background: #2dd0dd;
  text-align: center;
  padding: 1rem 0;
}

.lp_footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.lp_footer ul li {
  display: inline-block;
  padding: 0 8px;
}

.lp_footer ul li a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.lp_footer ul li a:hover {
  border-bottom: 1px solid #000;
}

.lp_section_one .lp_grid {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 0;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.lp_section_one .lp_grid>div {
  display: flex;
  gap: 1rem;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .lp_section_one .lp_grid>div {
    flex-direction: column;
  }
}

.lp_section_one .lp_grid>div span {
  color: #3579bb;
  font-weight: 700;
  font-size: 3rem;
  border-radius: 50%;
  border: 2px solid #3579bb;
  width: 5.5rem;
  height: 5.5rem;
  display: block;
  line-height: 5.2rem;
  margin: 0 auto;
}

.lp_section_one .lp_grid>div h4 {
  font-size: 1rem;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  min-height: 62px;
  text-align: center;
}

.lp_section_one .lp_grid>div strong {
  font-weight: 600;
}

.lp_section_one .lp_grid .image-box {
  display: block;
  margin: 0 1rem;
  height: 80px;
  min-width: 90px;
  flex-grow: 1;
}

.lp_section_four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px;
  text-align: center;
  padding: 3rem 0;
}

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

.lp_section_three div img {
  max-width: 100%;
  width: 100%;
}

.lp_section_three .col_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 3rem;
}

.lp_section_three .col_text h3 {
  font-weight: 400;
  font-size: 32px;
  margin: 0;
  color: #fff;
  margin-bottom: 14px;
  line-height: 38px;
}

.lp_section_three .col_text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

.lp_section_three .col_text p.smaller {
  font-size: .8rem;
}

.lp_section_three .youtube_frame {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.lp_section_three .youtube_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp_carousel .swiper {
  width: 100%;
  height: 300px;
  padding: 0 0 4rem 0;
}

@media only screen and (max-width: 1024px) {
  .lp_carousel .swiper {
    height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .lp_carousel .swiper {
    height: 500px;
  }
}

@media only screen and (max-width: 600px) {
  .lp_carousel .swiper {
    height: 400px;
  }
}

.lp_carousel .swiper-pagination {
  bottom: 2rem;
}

.lp_carousel .swiper-slide {
  font-size: 18px;
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
}

.lp_carousel .swiper-button {
  transition: all .3s ease;
}

.lp_carousel .swiper-button:hover {
  scale: 1.1;
}

.lp_section_three.slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.lp_section_three.slide div img {
  width: 100%;
  height: auto;
}

.lp_section_three.slide .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp_section_three.slide .col_text {
  width: 100%;
  padding: 1rem 0 0 0;
}

.lp_section_three.slide .col_text h3 {
  text-align: left;
  width: 100%;
  font-size: 26px;
}

.lp_movie {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.lp_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp_section_two {
  background: #46bbb6;
  padding: 1.2rem 0;
  margin: 3rem 2rem;
  text-align: center;
}

.lp_section_two h2 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
  color: #000028;
  margin: 0;
}

.lp_section_two .lp_slider {
  position: relative;
  padding: 1rem 3.5rem 2rem 3.5rem;
}

.lp_section_two .lp_fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.2s;
  animation-name: fade;
  animation-duration: 1.2s;
}

.lp_section_two p {
  color: #000028;
}

@-webkit-keyframes fade {
  from {
    opacity: .2
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .2
  }

  to {
    opacity: 1
  }
}

.lp_next,
.lp_prev {
  cursor: pointer;
  position: absolute;
  top: 25%;
  width: auto;
  color: #184491;
  font-weight: 200;
  font-size: 35px;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 2%;
}

.lp_next {
  right: 2%;
  left: auto;
  border-radius: 3px 0 0 3px;
}

.lp_section_two .lp_slides {
  display: none;
}

.lp_section_two .lp_slider>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.lp_section_two .lp_slider .lp_product {
  background: #fff;
  max-width: 25%;
  margin: 0 .5rem;
}

.lp_section_two .lp_slider .lp_product img {
  max-width: 100%;
  width: 100%;
}

.lp_section_two .lp_slider .lp_product h4 {
  font-weight: 700;
  color: #000;
}

.lp_section_two .lp_slider .lp_product a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background: #184491;
  display: block;
  padding: 10px 0;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #184491;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.lp_section_two .lp_slider .lp_product a:hover {
  background: 0 0;
  color: #184491;
}

.lp_section_one {
  padding: 2rem;
  text-align: center;
  background: #000028;
}

.lp_section_one .lp_container {
  padding: 2rem 3rem;
}

.lp_section_one .lp_container .lp_container--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
  margin-top: 4rem;
}

.lp_section_one .lp_container .lp_container--text {
  margin: 0;
  text-align: center;
}

.lp_section_one .lp_container .lp_container--text-left {
  text-align: left;
}

.lp_section_one .lp_container .lp_container--text span {
  display: block;
  width: 100%;
  text-align: center;
}

.lp_section_one .lp_container .lp_container--small-text {
  margin: 0;
  text-align: center;
  font-size: 1rem;
}

.lp_section_one .lp_container .lp_container--text-left-small {
  font-size: .8rem;
}

.lp_section_one .lp_container .lp_container--text-left-small a {
  text-decoration: none;
}

.lp_section_one .lp_container--no-padding-top {
  padding-top: 0;
}

.lp_section_one h2 {
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}

h2.space {
  background-color: #000028;
  padding: 3rem 0;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}

.lp_table .disclaimer {
  text-align: left;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
  font-size: 13px;
}

.lp_table .disclaimer a {
  text-decoration: none;
}

.lp_table table {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
  border: 1px solid #000028;
  border-collapse: collapse;
}

.lp_table table thead {
  background: #63c1bd;
}

.lp_table table thead th {
  color: #050505;
  padding: 8px 0;
  font-weight: bold;
}

.lp_table table thead th:first-child {
  padding: .5rem 3rem;
  text-align: left;
}

.lp_table table thead th:last-child {
  border-right: none;
}

.lp_table table thead th b {
  font-weight: 700;
  color: inherit;
}

.lp_table table tbody tr:nth-child(odd) {
  background: #2c3044;
}

.lp_table table tbody td {
  padding: .5rem 3rem;
  color: #ffffff;
  font-weight: 400;
}

.lp_table table tbody td b {
  font-weight: 700;
  color: inherit;
}

.lp_table table tbody td:first-child {
  text-align: left;
}

.lp_promotion .disclaimer {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.lp_promotion .disclaimer a {
  text-decoration: none;
}

.lp_promotion ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem 0;
  margin-bottom: 0;
  padding: 0;
}

.lp_promotion ul li {
  display: grid;
  grid-template-columns: 70px auto;
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-bottom: 2rem;
}

.lp_promotion ul li span {
  text-align: center;
  font-size: 54px;
  color: #3ac1b9;
  font-weight: 400;
}

.lp_promotion ul li p {
  margin: 0;
  font-size: 19px;
  text-align: left;
  line-height: 24px;
}

.lp_promotion ul li .third {
  grid-column: 1/-1;
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 100%;
}

.lp_promotion ul li .third .lp_buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.no_styles {
  list-style: none;
  padding-left: 0;
}

ul.no_styles li {
  text-align: left;
  font-size: 1.2rem;
}

.lp_section_one h3 {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.45rem;
}

.lp_section_one p {
  font-weight: 400;
  font-size: 1.2rem;
  padding: 0;
  text-align: left;
  margin: 0 0 1rem 0;
}

.lp_section_one p b {
  font-size: inherit;
  font-weight: 700;
}

.lp_section_one p.smaller {
  font-size: .8rem;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
}

.lp_section_one p.smaller a {
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
}

.lp_section_one .lp_zasady {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0 3.5rem;
  padding-top: 5rem;
}

.lp_section_one .lp_zasady>div {
  max-width: 31%;
}

.lp_section_one .lp_zasady>div p {
  font-size: 1.1rem;
  padding-top: 1rem;
}

.lp_section_one .lp_zasady>div p a {
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
}

.lp_section_one .lp_zasady>div .lp_number {
  color: #2dd0dd;
  position: relative;
  font-size: 4rem;
  font-weight: 700;
}

.lp_section_one h2 b {
  font-size: inherit;
  font-weight: 700;
}

.lp_section_one .lp_zasady>div .lp_number:after {
  content: "";
  border: 3px solid #2dd0dd;
  border-radius: 50%;
  position: absolute;
  left: -33px;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: block;
  top: -10px;
}

.lp_buttons {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

a.lp_button {
  text-decoration: none;
  background: 0 0;
  color: #000028;
  background-color: #3ac1b9;
  font-weight: 700;
  font-size: 1rem;
  width: 31%;
  padding: .85rem 2.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3ac1b9;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: inline-block;
  width: fit-content;
}

a.lp_button:hover {
  background: transparent;
  color: #3ac1b9;
}

.lp_buttons a {
  margin-right: 1rem;
}

a.lp_button.ghost {
  background: transparent;
  color: #3ac1b9;
  border-color: transparent;
}

a.lp_button.ghost:hover {
  color: #3ac1b9;
  border-color: #3ac1b9;
}

.lp_buttons a:nth-last-child() {
  margin-right: 0;
}

.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_menu>div {
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
}

.top_menu .top_menu_links ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top_menu .top_menu_links ul li {
  padding-right: 2rem;
  display: block;
}

.top_menu .top_menu_links ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_menu .top_menu_links ul li a:hover {
  border-bottom: 1px solid #000;
}

@media only screen and (max-width:1200px) {
  .top_menu {
    display: block
  }

  .top_menu_links {
    width: 100%;
    padding: 0 .5rem 1rem .5rem
  }

  .top_menu .top_menu_links ul {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .top_menu .top_menu_links ul li {
    padding-bottom: 1rem
  }

  .lp_section_three .col_text p {
    font-size: .9rem
  }

  .lp_section_three .col_text h3 {
    font-size: 1.25rem;
    line-height: 26px
  }

  .header-baner__claim {
    max-width: 50%
  }

  .container_ep .header_img:nth-child(2) {
    display: none
  }

  .container_ep .header_img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0 auto;
    width: 100%
  }

  .header_baner .header_claim {
    display: none
  }
}

@media only screen and (max-width:900px) {
  .lp_section_one .lp_zasady>div:nth-child(2) {
    padding-left: 0
  }

  .lp_section_one .lp_zasady {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 2rem;
    padding-left: 2rem
  }

  .lp_section_one .lp_zasady>div {
    max-width: 90%;
    padding-bottom: 2rem
  }

  .lp_section_one .lp_zasady>div p br {
    display: none
  }

  .lp_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .lp_buttons a {
    width: 100%;
    margin-bottom: 1rem
  }

  .lp_section_one h2 {
    font-size: 1.6rem;
    padding: 0 1rem
  }

  .lp_section_one h2 br {
    display: none
  }

  .lp_section_one h3 {
    font-size: 1.5rem;
    padding: 0 1rem
  }

  .lp_section_one h3 br {
    display: none
  }

  .lp_section_one p {
    font-size: 1rem;
    padding: 0 1rem
  }

  .lp_section_one p br {
    display: none
  }

  .lp_section_two .lp_slider>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .lp_section_two .lp_slider .lp_product {
    max-width: 100%;
    margin-bottom: 1rem
  }

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

  .lp_section_three .col_text h3 {
    margin-top: 1rem
  }

  .lp_section_three .col_text p br {
    display: none
  }

  .lp_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .lp_footer ul li {
    margin-bottom: 1rem
  }

  .header-baner__claim {
    width: 85%;
    right: 0;
    left: 1rem
  }

  .header-baner__claim h1 {
    padding-right: 1rem;
    font-size: 1.6rem;
    width: 100%
  }

  .header_baner .header_badge {
    display: block
  }

  .lp_section_one .lp_container {
    padding: 2rem 0;
    padding-bottom: 0
  }

  .lp_buttons {
    margin-bottom: 0
  }

  .top_menu .top_menu_links ul {
    display: block;
    text-align: center
  }

  .container_ep .header_img {
    display: block
  }

  .header-baner__claim {
    right: 0;
    left: 1rem;
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    bottom: 0
  }

  .header_baner .header_badge {
    display: none
  }

  .header-baner__claim h1 {
    padding: 1rem 2rem
  }

  .header-baner__claim p {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0
  }

  .lp_section_one {
    padding: 1rem
  }

  .lp_section_one .lp_container {
    padding: 2rem 1rem
  }

  .lp_section_one h3 {
    font-size: 1.1rem
  }

  a.lp_button {
    display: block;
    width: 100%;
  }

  .lp_promotion ul li {
    padding-top: 1.5rem;
    padding-bottom: 1rem
  }

  .lp_table {
    overflow: auto
  }

  .lp_table table thead th {
    padding: 8px 16px
  }

  .lp_table table thead th.small {
    font-size: 12px
  }

  h2.space {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .lp_section_two {
    margin-left: 0;
    margin-right: 0
  }

  .lp_section_three .col_text {
    padding: 0 1rem
  }

  .lp_promotion ul li p {
    font-size: 16px;
    line-height: 20px
  }

  .lp_section_three .col_text h3 {
    line-height: 1.6rem
  }

  .container_ep .lp_section_three>div:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .container_ep .lp_section_three>div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .container_ep .lp_section_three>div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4
  }

  .container_ep .lp_section_three>div:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3
  }

  .container_ep .lp_section_three>div:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5
  }

  .container_ep .lp_section_three>div:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6
  }

  .container_ep .lp_section_three>div:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8
  }

  .container_ep .lp_section_three>div:nth-child(8) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7
  }

  .container_ep .lp_section_three>div:nth-child(9) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9
  }

  .container_ep .lp_section_three>div:nth-child(10) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10
  }

  .container_ep .lp_section_three>div:nth-child(11) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12
  }

  .container_ep .lp_section_three>div:nth-child(12) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11
  }

  .container_ep .lp_section_three>div:nth-child(13) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13
  }

  .container_ep .lp_section_three>div:nth-child(14) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14
  }

  .container_ep .lp_section_three>div:nth-child(15) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 16;
    order: 16
  }

  .container_ep .lp_section_three>div:nth-child(16) {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15
  }

  .container_ep .lp_section_three>div:nth-child(17) {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 17;
    order: 17
  }

  .container_ep .lp_section_three>div:nth-child(18) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 18;
    order: 18
  }

  .container_ep .lp_section_three>div:nth-child(19) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order: 20
  }

  .container_ep .lp_section_three>div:nth-child(20) {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 19;
    order: 19
  }

  .container_ep .lp_section_three>div:nth-child(21) {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 21;
    order: 21
  }

  .container_ep .lp_section_three>div:nth-child(22) {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 22;
    order: 22
  }

  .lp_section_four {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem;
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 64px
  }

  ul.no_styles li {
    font-size: 1rem;
    padding: 0 1rem
  }
}

@media only screen and (max-width:600px) {
  .lp_section_one .lp_container .lp_container--buttons {
    flex-direction: column;
    gap: 12px
  }

  .footer {
    padding: 0 1rem 2rem 1rem
  }

  .lp_section_one .lp_container {
    padding: 1rem .5rem
  }

  .lp_table table thead th:first-child,
  .lp_table table tbody td:first-child {
    padding: .5rem 1rem
  }

  .lp_section_one .lp_grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}