/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v32-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v32-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v32-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.paragraph {
  width: 100%;
  font-size: 18px;
}
.headline .headline-inner,
.paragraph .paragraph-inner {
  width: 100%;
}
.paragraph a {
  color: #178fe8;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
}
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
p {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.headline *,
.paragraph * {
  line-height: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  font-family: inherit;
}
.headline {
  width: 100%;
  font-size: 25px;
}
.btn {
  display: flex;
  flex-direction: column;
}
.btn {
  cursor: pointer;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f6f9fe;
  background: #4368e0;
  border-radius: 4px;
  padding: 10px 30px;
  transition: 0.15s all ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: RGB(37 42 50/32%) 0 1px 4px 1px;
}
.btn.btn-v2 p {
  white-space: normal;
}
.btn .btn-headline {
  pointer-events: none;
}
.btn-container {
  width: 100%;
  align-items: center;
}
.btn-container,
.spacer {
  display: flex;
  flex-direction: column;
}
.spacer {
  flex: 1;
}
.spacer .inner-spacer {
  box-sizing: border-box;
  border-top: 2px solid #57585d;
  width: 100%;
  display: block;
}
#render-table {
  text-align: center;
}
.img {
  width: 100%;
  height: auto;
  display: flex;
}
.img {
  flex-direction: column;
  align-items: center;
}
.container-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container {
  border: 0;
  outline: 0;
  display: flex;
  flex-wrap: wrap;
}
.container {
  flex-direction: row;
}
.container .container-box {
  width: 100%;
  overflow: visible;
  display: flex;
  flex: 1;
  flex-direction: column;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #636a7b;
  font-size: 13px;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
h1,
h2 {
  font-weight: 500;
  line-height: 1.5;
}
h1,
h2 {
  margin: 0;
  padding: 0;
}
a {
  transition: 0.15s all ease-in-out;
}
.main-wrapper {
  width: 100%;
  flex-direction: column;
  min-height: 100vh;
  text-decoration: inherit;
  overflow: unset;
}
.element-wrapper,
.main-wrapper,
.section {
  align-items: center;
  display: flex;
}
.element-wrapper {
  justify-content: center;
  text-decoration: inherit;
  min-height: 0;
}
.section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-items: center;
  flex-direction: column;
}
.section,
.section.full {
  width: 100%;
}
.section.full .section_row {
  max-width: 1170px;
}
.section .section_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 851px) {
  .no-desktop {
    display: none !important;
  }
}


@media only screen and (max-width: 850px) and (min-width: 601px) {
  .no-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .no-mobile {
    display: none !important;
  }
  .section .section_row {
    flex-direction: column;
  }
  .section .section_row .row-column {
    width: 100% !important;
  }
}
.row-column {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: inherit;
}

.el-295152 {
  align-items: center;
}

.el-295152 {
  flex-direction: row;
}
.el-295152 > .container-box:nth-child(1) {
  width: 3%;
  min-width: 3%;
  max-width: 3%;
}
.el-295152 > .container-box:nth-child(2) {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}
.el-295152 > .container-box:nth-child(3) {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}
.el-295152 > .container-box:nth-child(4) {
  width: 8%;
  min-width: 8%;
  max-width: 8%;
}
.el-295152 > .container-box:nth-child(5) {
  width: 8%;
  min-width: 8%;
  max-width: 8%;
}
.el-295152 > .container-box:nth-child(6) {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}
.el-295152 > .container-box:nth-child(7) {
  width: unset;
  min-width: 0;
  max-width: unset;
}

.el-254607 {
  font-size: 18px;
  text-align: center;

  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}

.el-468627 {
  align-items: flex-start;
}

.el-589328 {
  align-items: center;
}
.el-286919 {
  align-items: center;
}
.el-795743 {
  align-items: center;
}
.el-968819 {
  font-size: 18px;
  text-align: center;
}
.el-315263 {
  font-size: 18px;
  text-align: center;
}
.el-359402 {
  align-items: center;
}
.el-77570 {
  align-items: center;
}
.el-391691 {
  align-items: center;
}
.el-778545 {
  align-items: center;
}
.el-860650 {
  font-size: 18px;
  text-align: left;
}
.el-412183 {
  align-items: center;
}
.el-752899 {
  align-items: center;
}
.el-703589 {
  font-size: 14px;
  text-align: center;
}
.a1 {
  width: 33px;
  height: 32px;
}
.el-784537 {
  font-size: 14px;
  text-align: center;
}
.el-256225 {
  font-size: 14px;
  text-align: center;
}
.el-96942 {
  font-size: 14px;
  text-align: center;
}
.el-422882 {
  align-items: center;
}

.el-422882 {
}

.el-422882 {
  flex-direction: row;
}

.el-422882 > .container-box:nth-child(1) {
  width: unset;
  min-width: 0;
  max-width: unset;
}

.el-422882 > .container-box:nth-child(2) {
  width: unset;
  min-width: 0;
  max-width: unset;
}

.el-422882 > .container-box:nth-child(3) {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}

.el-422882 > .container-box:nth-child(4) {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}

.el-422882 > .container-box:nth-child(5) {
  width: 12%;
  min-width: 12%;
  max-width: 12%;
}

.el-422882 > .container-box:nth-child(6) {
  width: 8%;
  min-width: 8%;
  max-width: 8%;
}
.el-466660 {
  font-size: 18px;
  text-align: center;
}
.el-232384 {
  font-size: 18px;
  text-align: center;
}
.el-670748 {
  font-size: 18px;
  text-align: center;
}
.el-655493 {
  align-items: center;
}

.el-655493 {
}

.el-655493 {
  flex-direction: row;
}

.el-655493 > .container-box:nth-child(1) {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}

.el-655493 > .container-box:nth-child(2) {
  width: unset;
  min-width: 0;
  max-width: unset;
}

.el-655493 > .container-box:nth-child(3) {
  width: unset;
  min-width: 0;
  max-width: unset;
}

.el-655493 > .container-box:nth-child(4) {
  width: unset;
  min-width: 0;
  max-width: unset;
}

.el-655493 > .container-box:nth-child(5) {
  width: unset;
  min-width: 0;
  max-width: unset;
}

@media screen and (min-width: 480px) {
  .el-655493 {
    flex-direction: row;
  }

  .el-655493 > .container-box:nth-child(1) {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
  }

  .el-655493 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-655493 > .container-box:nth-child(3) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-655493 > .container-box:nth-child(4) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-655493 > .container-box:nth-child(5) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .el-655493 {
    flex-direction: row;
  }

  .el-655493 > .container-box:nth-child(1) {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
  }

  .el-655493 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-655493 > .container-box:nth-child(3) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-655493 > .container-box:nth-child(4) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-655493 > .container-box:nth-child(5) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }
}
.el-149232 {
  align-items: center;
}
.el-674110 {
  font-size: calc(14px + 8 * ((100vw - 320px) / 960));
  text-align: center;
}

@media screen and (min-width: 480px) {
  .el-674110 {
    font-size: calc(18px + 8 * ((100vw - 320px) / 960));
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .el-674110 {
    font-size: 18px;
    text-align: center;
  }
}
.el-353429 {
  font-size: 18px;
  text-align: center;
}
.el-459760 {
  font-size: 18px;
  text-align: center;
}
.el-43062 {
  font-size: calc(14px + 8 * ((100vw - 320px) / 960));
  text-align: center;
}

@media screen and (min-width: 480px) {
  .el-43062 {
    font-size: calc(18px + 8 * ((100vw - 320px) / 960));
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .el-43062 {
    font-size: 18px;
    text-align: center;
  }
  
}
.el-128103 {
  font-size: 40px;
  text-align: center;
}
.el-349518 {
  font-size: calc(25px + 8 * ((100vw - 320px) / 960));
  text-align: left;
}

@media screen and (min-width: 480px) {
  .el-349518 {
    font-size: calc(40px + 8 * ((100vw - 320px) / 960));
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .el-349518 {
    font-size: 40px;
    text-align: center;
  }
}
.el-958877 {
  align-items: start;
}

.el-958877 {
}

.el-958877 {
  flex-direction: row;
}

.el-958877 > .container-box:nth-child(1) {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}

.el-958877 > .container-box:nth-child(2) {
  width: unset;
  min-width: 0;
  max-width: unset;
}
.el-991487 {
  align-items: center;
}

.el-991487 img {
}
.el-375044 {
  font-size: 14px;
  text-align: center;
}
.el-50476 {
  font-size: 14px;
  text-align: left;
}
.el-621241 {
  align-items: start;
}

.el-621241 {
}

.el-621241 {
  flex-direction: row;
}

.el-621241 > .container-box:nth-child(1) {
  width: unset;
  min-width: 0;
  max-width: unset;
}
.el-915084 {
  font-size: 14px;
  text-align: center;
}
.el-642823 {
  font-size: calc(14px + 8 * ((100vw - 320px) / 960));
  text-align: left;
}

@media screen and (min-width: 480px) {
  .el-642823 {
    font-size: calc(18px + 8 * ((100vw - 320px) / 960));
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .el-642823 {
    font-size: 18px;
    text-align: center;
  }
}
.el-51128 {
  align-items: flex-start;
}

.el-51128 img {
}
.el-589328 {
  align-items: center;
}

.el-589328 img {
}
.el-373653 {
  align-items: center;
}

.el-373653 img {
}
.el-775765 {
  font-size: 18px;
  text-align: left;
}
.el-424714 {
  font-size: 18px;
  text-align: left;
}
.el-574404 {
  font-size: 18px;
  text-align: left;
}
.el-825051 {
  font-size: 18px;
  text-align: left;
}
.el-301604 {
  font-size: 18px;
  text-align: center;
}
.el-729291 {
  font-size: 18px;
  text-align: left;
}
.el-347356 {
  font-size: 20px;
  text-align: left;
}
.el-635647 {
  font-size: 18px;
  text-align: center;
}
.statistic {
  max-width: 550px;
  width: 100%;
  padding: 0 15px 15px;
}
.statistic img {
  max-width: 550px;
  width: 100%;
}
.img-f {
  max-width: 540px;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 15px;
}
.img-f img {
  max-width: 100%;
}
.spi-img {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 15px;
}
.spi-img img {
  width: 100%;
}
.el-140256 {
  font-size: 18px;
  text-align: center;
}
.el-761353 {
  font-size: 18px;
  text-align: center;
}
.el-130783 {
  font-size: 18px;
  text-align: center;
}
.el-426909 {
  font-size: 32px;
  text-align: left;
}
.el-562998 {
  align-items: center;
}

.el-562998 img {
}
.el-494335 {
  font-size: 18px;
  text-align: left;
}
.el-894143 {
  font-size: 18px;
  text-align: center;
}
.el-164919 {
  font-size: 32px;
  text-align: left;
}
.el-104913 {
  font-size: 18px;
  text-align: left;
}
.el-364950 {
  font-size: 18px;
  text-align: left;
}
.el-493704 {
  font-size: 18px;
  text-align: left;
}
.el-98384 .btn {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  margin: 10px 50px 25px 50px;
  padding: 15px;
  background-color: #fb2523;
  box-shadow: transparent 0px 0px 0px 0px;
}

.el-98384 .btn:hover {
  line-height: 1;
  background-color: #9e1411;
}

.el-98384 {
  align-items: center;
}


.el-209853 {
  align-items: start;
}

.el-209853 {
}

.el-209853 {
  flex-direction: column;
}

.el-209853 > .container-box:nth-child(1) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.el-209853 > .container-box:nth-child(2) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.el-209853 > .container-box:nth-child(3) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.el-609704 {
  font-size: 18px;
  text-align: center;
}
.el-883842 {
  align-items: center;
}

.el-883842 img {
}
.el-984054 .btn {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  margin: 10px 15px 0px;
  padding: 15px 15px;
  background-color: #fb2523;
  width: 85%;
  transition: 0.3s;
}

.el-984054 .btn:hover {
  line-height: 1.3;
  background-color: #cb1a17;
}

.el-984054 {
  align-items: center;
}

.el-984054 .btn-v2 {
}
.el-763046 {
  align-items: start;
}

.el-763046 {
}

.el-763046 {
  flex-direction: column;
}

.el-763046 > .container-box:nth-child(1) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.el-491759 {
  align-items: start;
}

.el-491759 {
}

.el-491759 {
  flex-direction: row;
}

.el-491759 > .container-box:nth-child(1) {
  width: unset;
  min-width: 0;
  max-width: unset;
}
.el-470639 {
  align-items: center;
}

.el-470639 {
}

.el-470639 {
  flex-direction: row;
}

.el-470639 > .container-box:nth-child(1) {
  width: 44%;
  min-width: 44%;
  max-width: 44%;
}

.el-470639 > .container-box:nth-child(2) {
  width: unset;
  min-width: 0;
  max-width: unset;
}
.el-893195 {
  align-items: start;
}

.el-893195 {
}

.el-893195 {
  flex-direction: row;
}

.el-893195 > .container-box:nth-child(1) {
  width: unset;
  min-width: 0;
  max-width: unset;
}

.el-893195 > .container-box:nth-child(2) {
  width: unset;
  min-width: 0;
  max-width: unset;
}
.el-870266 {
  font-size: 22px;
  text-align: center;
}
.el-437685 {
  align-items: start;
}

.el-437685 {
}

.el-437685 {
  flex-direction: row;
}

.el-437685 > .container-box:nth-child(1) {
  width: 14%;
  min-width: 14%;
  max-width: 14%;
}

.el-437685 > .container-box:nth-child(2) {
  width: 16%;
  min-width: 16%;
  max-width: 16%;
}

.el-437685 > .container-box:nth-child(3) {
  width: unset;
  min-width: 0;
  max-width: unset;
}

.el-437685 > .container-box:nth-child(4) {
  width: 19%;
  min-width: 19%;
  max-width: 19%;
}

.el-437685 > .container-box:nth-child(5) {
  width: unset;
  min-width: 0;
  max-width: unset;
}
.el-875201 {
  font-size: 14px;
  text-align: center;
}
.el-887618 {
  font-size: 14px;
  text-align: center;
}
.el-163910 {
  font-size: 14px;
  text-align: center;
}
.el-256980 {
  font-size: 14px;
  text-align: center;
}
.el-939557 {
  font-size: 14px;
  text-align: center;
}
.el-154566 {
  font-size: 14px;
  text-align: center;
}
.live {
  max-width: 225px;
  width: 100%;
  margin-top: 15px;
  
}
.answer {
  padding-left: 50px;
}
.live img {
  display: block;
}
.el-648826 .btn {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin: 0px 15px 5px 15px;
  padding: 15px;
  background-color: #fb2523;
}

.el-648826 .btn:hover {
  line-height: 1;
}

.el-648826 {
  align-items: center;
}

.el-648826 .btn-v2 {
}
.el-878541 {
  align-items: start;
}

.el-878541 {
}

.el-878541 {
  flex-direction: column;
}

.el-878541 > .container-box:nth-child(1) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.el-878541 > .container-box:nth-child(2) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.el-758747 {
  align-items: start;
}

.el-758747 {
}

.el-758747 {
  flex-direction: column;
}

.el-758747 > .container-box:nth-child(1) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.el-758747 > .container-box:nth-child(2) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.el-758747 > .container-box:nth-child(3) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 480px) {
  .el-758747 {
    flex-direction: row;
  }

  .el-758747 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-758747 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-758747 > .container-box:nth-child(3) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .el-758747 {
    flex-direction: row;
  }

  .el-758747 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-758747 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }

  .el-758747 > .container-box:nth-child(3) {
    width: unset;
    min-width: 0;
    max-width: unset;
  }
}
.el-782623 {
  font-size: 18px;
  text-align: center;
}
.el-822797 {
  font-size: 14px;
  text-align: center;
}
.el-373653 {
  align-items: center;
}

.el-373653 img {
}
.el-736303 {
  font-size: 18px;
  text-align: center;
}
.el-982254 {
  font-size: 18px;
  text-align: center;
}
.el-704038 {
  align-items: center;
}

.el-704038 img {
}
.el-30517 {
  font-size: 18px;
  text-align: center;
}
.el-646961 {
  font-size: 18px;
  text-align: center;
}
.el-229623 {
  font-size: 18px;
  text-align: center;
}
.el-919943 {
  font-size: 18px;
  text-align: center;
}
.el-767976 {
  font-size: 18px;
  text-align: center;
}
.el-54285 {
  font-size: 18px;
  text-align: center;
}
.el-505982 {
  font-size: 18px;
  text-align: center;
}
.el-113213 {
  font-size: 18px;
  text-align: center;
}
.el-124025 {
  font-size: 18px;
  text-align: center;
}
.el-411230 {
  font-size: 18px;
  text-align: center;
}
.el-713611 {
  font-size: 18px;
  text-align: center;
}
.el-40982 {
  font-size: 18px;
  text-align: center;
}
.el-42446 {
  font-size: 18px;
  text-align: center;
}
.el-732826 {
  align-items: center;
}

.el-732826 img {
}
.img1 {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
.img2 {
  max-width: 60px !important;
  width: 60px !important;
  height: 60px !important;
  border-width: 0px;
  object-fit: scale-down;
  flex-shrink: 0;
 
  
}
.img3 {
  width: 120px;
  height: auto;
  object-fit: scale-down;
}

.inL_701982.inL_701982 {
  background-color: rgb(255, 255, 255);
  background-size: auto;
  background-repeat: no-repeat;
  padding: 0px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: rgb(37, 42, 50);
  font-family: 'Roboto';
  font-size: 14px;
}
.inL_568395.inL_568395 {
  position: sticky;
  z-index: 10;
  top: 0px;
  background-color: rgb(0, 0, 0);
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_903421.inL_903421 {
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: rgb(48, 48, 48);
  font-size: 14px;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_377688.inL_377688 {
  width: 100%;
}
.inL_620696.inL_620696 {
  margin: 0px;
  padding: 0;
}
.inL_802323.inL_802323 {
  margin: 0;
}
.inL_158607.inL_158607 {
  object-fit: scale-down;
}
.inL_708296.inL_708296 {
  margin: 0;
}
.inL_479705.inL_479705 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 5px 0px 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_812487.inL_812487 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 5px 0px 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_612626.inL_612626 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 5px 0px 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_274350.inL_274350 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 5px 0px 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_310926.inL_310926 {
  margin: 0px;
  padding: 0;
}
.inL_64603.inL_64603 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 5px 0px 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_572507.inL_572507 {
  font-size: 14px;
}
.inL_471608.inL_471608 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 5px 0px 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_472870.inL_472870 {
  font-size: 14px;
}
.inL_507080.inL_507080 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 5px 0px 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_809616.inL_809616 {
  font-size: 14px;
}
.inL_638070.inL_638070 {
  margin: 0;
}
.inL_663867.inL_663867 {
  object-fit: scale-down;
}
.inL_946961.inL_946961 {
  position: sticky;
  z-index: 10;
  top: 0px;
  background-color: rgb(0, 0, 0);
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_914140.inL_914140 {
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: rgb(48, 48, 48);
  font-size: 14px;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_297744.inL_297744 {
  width: 100%;
}
.inL_538344.inL_538344 {
  margin: 0px;
  padding: 0;
}
.inL_629449.inL_629449 {
  margin: 0;
}
.inL_783468.inL_783468 {
  line-height: 1;
  margin: 0px 0px 0px 5px;
  padding: 5px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_950947.inL_950947 {
  color: rgb(255, 255, 255);
}
.inL_782504.inL_782504 {
  line-height: 1;
  margin: 0px;
  padding: 5px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_215975.inL_215975 {
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.inL_948251.inL_948251 {
  line-height: 1;
  margin: 0px;
  padding: 5px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_44244.inL_44244 {
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.inL_170140.inL_170140 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 0px 10px 0px 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_643033.inL_643033 {
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_808983.inL_808983 {
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: rgb(48, 48, 48);
  font-size: 14px;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_694285.inL_694285 {
  /* width: 65%; */
  width: 87%;
}
.inL_863248.inL_863248 {
  line-height: 1.3;
  margin: 10px 0px 0px;
  padding: 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_386667.inL_386667 {
  text-align: left;
}
.inL_977606.inL_977606 {
  line-height: 1.3;
  margin: 0px 10px;
  padding: 5px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_457062.inL_457062 {
  margin: 10px 0px 0px;
  padding: 0 15px;
}
.inL_638005.inL_638005 {
  margin: 0;
}
.inL_423364.inL_423364 {
  color: rgb(93, 92, 92);
  line-height: 1;
  margin: 0px;
  padding: 0px 10px 5px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_742641.inL_742641 {
  text-align: left;
}
.inL_941146.inL_941146 {
  color: rgb(93, 92, 92);
  line-height: 1;
  margin: 0px;
  padding: 5px 10px 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_634911.inL_634911 {
  margin: 2px 4px 0px 0;
}
.inL_142752.inL_142752 {
  margin: 10px 10px 0px;
  padding: 0;
}
.inL_723048.inL_723048 {
  color: rgb(93, 92, 92);
  line-height: 1;
  margin: 0px 0px 2px;
  padding: 0px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_414874.inL_414874 {
  text-align: left;
}
.inL_997553.inL_997553 {
  color: rgb(93, 92, 92);
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_881778.inL_881778 {
  
  padding: 15px;
}
.inL_984225.inL_984225 {
  
  padding: 0 15px;
} 
.inL_398603.inL_398603 {
 
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.inL_180220.inL_180220 {
  margin: 10px 0px 0;
}
.inL_571682.inL_571682 {
  object-fit: scale-down;
}
.inL_293550.inL_293550 {
  margin: 15px 0px;
  padding: 0;
}
.inL_482584.inL_482584 {
  border-top: 1px solid rgb(207, 202, 202);
}
.inL_753710.inL_753710 {
  line-height: 1.5;
  
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_849612.inL_849612 {
  text-align: left;
}
.inL_754047.inL_754047 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_5845.inL_5845 {
  text-align: left;
}
.inL_651494.inL_651494 {
  color: rgb(0, 0, 0);
}
.inL_733869.inL_733869 {
  color: rgb(0, 0, 0);
}
.img1 {
  max-width: 600px;
  width: 100%;
}
.inL_330605.inL_330605 {
  margin: 0px auto 0;
  width: 100%;
  padding: 0 15px;
}
.inL_330605 img {
  max-width: 600px;
  width: 100%;
  display: block;
}
.inL_512909.inL_512909 {
  line-height: 1;
  padding: 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_931470.inL_931470 {
  color: rgb(0, 0, 0);
  line-height: 1.3;
}
.inL_488943.inL_488943 {
  line-height: 0.8;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_623101.inL_623101 {
  text-align: left;
}
.inL_198598.inL_198598 {
  color: rgb(0, 0, 0);
}
.inL_930760.inL_930760 {
  color: rgb(0, 0, 0);
}
.inL_596684.inL_596684 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_609663.inL_609663 {
  text-align: left;
}
.inL_850999.inL_850999 {
  color: rgb(0, 0, 0);
}
.inL_241040.inL_241040 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_293376.inL_293376 {
  text-align: left;
}
.inL_730272.inL_730272 {
  color: rgb(0, 0, 0);
}
.inL_296666.inL_296666 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_158368.inL_158368 {
  text-align: left;
}
.inL_867564.inL_867564 {
  color: rgb(0, 0, 0);
}
.inL_332583.inL_332583 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_660340.inL_660340 {
  text-align: left;
}
.inL_421782.inL_421782 {
  color: rgb(0, 0, 0);
}
.inL_599900.inL_599900 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_752497.inL_752497 {
  text-align: left;
  line-height: 1.3;
}
.inL_930033.inL_930033 {
  color: rgb(0, 0, 0);
  font-size: 20px;
}
.inL_415925.inL_415925 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_338625.inL_338625 {
  text-align: left;
}
.inL_371564.inL_371564 {
  color: rgb(0, 0, 0);
}
.inL_974509.inL_974509 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_458030.inL_458030 {
  text-align: left;
}
.inL_253138.inL_253138 {
  color: rgb(0, 0, 0);
}
.inL_804602.inL_804602 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_519949.inL_519949 {
  text-align: left;
}
.inL_979400.inL_979400 {
  color: rgb(0, 0, 0);
}
.inL_281041.inL_281041 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_87803.inL_87803 {
  text-align: left;
}
.inL_217556.inL_217556 {
  color: rgb(0, 0, 0);
}
.inL_617139.inL_617139 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_284126.inL_284126 {
  text-align: left;
}
.inL_792475.inL_792475 {
  color: rgb(0, 0, 0);
}
.inL_667117.inL_667117 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_179537.inL_179537 {
  text-align: left;
}
.inL_272240.inL_272240 {
  color: rgb(0, 0, 0);
}
.inL_509974.inL_509974 {
  text-align: left;
}
.inL_573533.inL_573533 {
  color: rgb(0, 0, 0);
}
.inL_295302.inL_295302 {
  padding: 0 15px 15px;
}
.inL_412053.inL_412053 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_565517.inL_565517 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_512150.inL_512150 {
  color: rgb(0, 0, 0);
  font-size: 18px;
}
.inL_363206.inL_363206 {
  color: rgb(0, 0, 0);
  font-size: 18px;
}
.inL_377173.inL_377173 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_194335.inL_194335 {
  color: rgb(0, 0, 0);
}
.inL_251817.inL_251817 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_739662.inL_739662 {
  color: rgb(0, 0, 0);
}
.inL_36607.inL_36607 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_823647.inL_823647 {
  color: rgb(0, 0, 0);
}
.inL_163382.inL_163382 {
  
  padding: 0 15px 15px;
}
.inL_897140.inL_897140 {
  object-fit: scale-down;
  max-width: 600px;
  width: 100%;
}
.inL_356182.inL_356182 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_494130.inL_494130 {
  text-align: left;
}
.inL_415733.inL_415733 {
  color: rgb(0, 0, 0);
}
.inL_362109.inL_362109 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_555137.inL_555137 {
  text-align: left;
}
.inL_658393.inL_658393 {
  color: rgb(0, 0, 0);
}
.inL_144152.inL_144152 {
  color: rgb(0, 0, 0);
}
.inL_917200.inL_917200 {
  color: rgb(0, 0, 0);
}
.inL_559895.inL_559895 {
  color: rgb(0, 0, 0);
}
.inL_807871.inL_807871 {
  padding: 0 15px 15px;
}
.inL_144387.inL_144387 {
  object-fit: scale-down;
 
}
.inL_291940.inL_291940 {
  padding: 0 15px 15px;
}
.inL_28369.inL_28369 {
  object-fit: scale-down;
}
.inL_681437.inL_681437 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_943972.inL_943972 {
  text-align: left;
}
.inL_13881.inL_13881 {
  color: rgb(0, 0, 0);
}
.inL_639026.inL_639026 {
  color: rgb(0, 0, 0);
}
.inL_809305.inL_809305 {
  color: rgb(0, 0, 0);
}
.inL_647624.inL_647624 {
  color: rgb(0, 0, 0);
}
.inL_217751.inL_217751 {
  color: rgb(0, 0, 0);
}
.inL_870931.inL_870931 {
  color: rgb(0, 0, 0);
}
.inL_850493.inL_850493 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_394157.inL_394157 {
  color: rgb(0, 0, 0);
}
.inL_851988.inL_851988 {
  line-height: 1.3;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_312193.inL_312193 {
  color: rgb(241, 18, 18);
}
.inL_724483.inL_724483 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_304903.inL_304903 {
  text-align: left;
}
.inL_443315.inL_443315 {
  color: rgb(0, 0, 0);
}
.inL_678288.inL_678288 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_161213.inL_161213 {
  text-align: left;
}
.inL_214217.inL_214217 {
  color: rgb(0, 0, 0);
}
.inL_776051.inL_776051 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_344067.inL_344067 {
  text-align: left;
}
.inL_679995.inL_679995 {
  color: rgb(0, 0, 0);
}
.inL_583499.inL_583499 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_846966.inL_846966 {
  text-align: left;
}
.inL_175691.inL_175691 {
  color: rgb(0, 0, 0);
}
.inL_171798.inL_171798 {
  line-height: 1.2;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_453372.inL_453372 {
  color: rgb(241, 18, 18);
}
.inL_555640.inL_555640 {
  padding: 0 15px 15px;
}
.inL_602976.inL_602976 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_518394.inL_518394 {
  color: rgb(253, 20, 20);
}
.inL_89973.inL_89973 {
  padding: 0 15px 15px;
}
.inL_749040.inL_749040 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_428823.inL_428823 {
  text-align: left;
}
.inL_138696.inL_138696 {
  color: rgb(253, 20, 20);
}
.inL_317271.inL_317271 {
  color: rgb(251, 20, 20);
}
.inL_329118.inL_329118 {
  color: rgb(251, 21, 21);
}
.inL_518258.inL_518258 {
  color: rgb(251, 22, 22);
}
.inL_984829.inL_984829 {
  text-align: left;
  
}
.mt15 {
  margin-top: 15px;
}
.inL_568982.inL_568982 {
  text-align: left;
}
.inL_370643.inL_370643 {
  font-size: 18px;
  color: #303030;
}
.inL_607130.inL_607130 {
  padding: 0 15px 15px;
}
.inL_50619.inL_50619 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_64725.inL_64725 {
  color: rgb(254, 21, 21);
}
.inL_551950.inL_551950 {
  color: rgb(253, 22, 22);
}
.inL_948399.inL_948399 {
  line-height: 1.2;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_621719.inL_621719 {
  color: rgb(241, 18, 18);
}
.inL_957696.inL_957696 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_899537.inL_899537 {
  color: rgb(249, 21, 21);
}
.inL_560150.inL_560150 {
  padding: 0 15px 15px;
}
.inL_635796.inL_635796 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_714645.inL_714645 {
  color: rgb(251, 22, 22);
}
.inL_609988.inL_609988 {
  color: rgb(254, 22, 22);
}
.inL_751375.inL_751375 {
  line-height: 1.5;
  padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_234663.inL_234663 {
  color: rgb(254, 19, 19);
}
.inL_650986.inL_650986 {
  color: rgb(253, 22, 22);
}
.inL_379300.inL_379300 {
  line-height: 1.5;
 padding: 0 15px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_302932.inL_302932 {
  color: rgb(251, 22, 22);
}
.inL_560813.inL_560813 {
  width: 35%;
}
.inL_564041.inL_564041 {
  position: sticky;
  z-index: 10;
  top: 0;
}
.inL_616150.inL_616150 {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  margin: 0px 15px 10px 15px;
  padding: 10px 0px;
  box-shadow: rgb(192, 192, 192) 3.5967px 3.47329px 9px 4px;
}
.inL_657675.inL_657675 {
  line-height: 1;
  border-width: 0px;
  border-style: solid;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  margin: 0px 15px;
  padding: 10px;
  background-color: rgb(34, 34, 34);
  text-shadow: transparent 0px 0px 0px;
}
.inL_989407.inL_989407 {
  margin: 10px 0px 0;
}
.inL_600003.inL_600003 {
  object-fit: scale-down;
}
.inL_475970.inL_475970 {
  padding: 30px;
  background-color: rgb(0, 0, 0);
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_871855.inL_871855 {
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: rgb(48, 48, 48);
  font-size: 14px;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_557186.inL_557186 {
  width: 100%;
}
.inL_549254.inL_549254 {
  margin: 0px;
  padding: 0;
}
.inL_76972.inL_76972 {
  margin: 10px 0px 0px;
  padding: 0;
}
.inL_998636.inL_998636 {
  border-top: 1px solid rgb(101, 101, 101);
  border-left: none rgb(101, 101, 101);
  border-right: none rgb(101, 101, 101);
  border-bottom: 1px solid rgb(101, 101, 101);
  margin: 0px;
  padding: 20px 0px;
  background-color: rgb(0, 0, 0);
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_126229.inL_126229 {
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: rgb(48, 48, 48);
  font-size: 14px;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_419018.inL_419018 {
  width: 100%;
}
.inL_759779.inL_759779 {
  margin: 0px;
  padding: 0;
}
.inL_540134.inL_540134 {
  margin: 0px;
  padding: 0;
}
.inL_700588.inL_700588 {
  line-height: 1;
  margin: 10px 0px 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_426092.inL_426092 {
  color: rgb(255, 255, 255);
}
.inL_236720.inL_236720 {
  margin: 0px;
  padding: 0;
}
.inL_371971.inL_371971 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_299519.inL_299519 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_305583.inL_305583 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_752455.inL_752455 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_221479.inL_221479 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 0px;
  padding: 10px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_85198.inL_85198 {
  background-color: rgb(0, 0, 0);
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_323814.inL_323814 {
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: rgb(48, 48, 48);
  font-size: 14px;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_737455.inL_737455 {
  width: 100%;
}
.inL_426462.inL_426462 {
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin: 0px;
  padding: 0;
  text-shadow: transparent 0px 0px 0px;
}
.inL_734448.inL_734448 {
  margin: 0px 0px 10px;
  position: sticky;
  z-index: 10;
  bottom: 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_306074.inL_306074 {
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: rgb(48, 48, 48);
  font-size: 14px;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_194730.inL_194730 {
  width: 100%;
}
.inL_867296.inL_867296 {
  background-color: rgb(0, 0, 0);
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_483587.inL_483587 {
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: rgb(48, 48, 48);
  font-size: 14px;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-repeat: no-repeat;
}
.inL_703170.inL_703170 {
  width: 100%;
}
.inL_460346.inL_460346 {
  margin: 0px;
  padding: 0;
}
.inL_767058.inL_767058 {
  margin: 10px 0px 0px;
  padding: 0;
}
.inL_833503.inL_833503 {
  margin: 50px 0px 0px;
  padding: 0;
}
.inL_586761.inL_586761 {
  border-top: 1px solid rgb(96, 95, 95);
}
.inL_586015.inL_586015 {
  line-height: 1;
  margin: 10px 0px 0px;
  padding: 5px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_612780.inL_612780 {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.inL_872247.inL_872247 {
  margin: 0px 0px 20px;
  padding: 0;
}
.inL_793717.inL_793717 {
  border-top: 1px solid rgb(88, 87, 87);
}
.inL_893471.inL_893471 {
  color: rgb(255, 255, 255);
  line-height: 1;
  margin: 0px;
  padding: 10px 15px;
  text-shadow: transparent 0px 0px 0px;
}
.inL_34300.inL_34300 {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
.composition__list {
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: center;
  gap: 20px;
  padding: 0 15px;
  margin: 0 auto 15px;
}
.composition__item {
  text-align: center;
  list-style: none;
  max-width: 220px;
  width: 100%;
}
.item-img {
  margin-bottom: 15px;
  max-width: 180px;
}
.item-text {
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .section .section_row .row-column .inL_694285{
    width: 100% !important;
}
.inL_694285.inL_694285 {
  width: 100%;
}
.inL_560813.inL_560813 {
  display: none !important;
}
.el-128103 {
  font-size: 27px;
  text-align: center;
}
  }

  .header-unique {
    
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    /* position: sticky;
    z-index: 10;
    top: 0px; */
    background-size: auto;
    background-repeat: no-repeat;
    
}
.pl15 {
  padding-left: 15px;
}
.header-container {
  max-width: 1600px;
  width: 100%;
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.menu-unique {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-item-unique {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400 !important;
}

.menu-item-unique:hover {
    text-decoration: underline;
}

.menu-toggle-unique {
    /* display: none; */
    font-size: 24px;
    cursor: pointer;
    color:#fff;
}

.search-unique {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ramka {  
  border: 2px solid green;
  padding-top: 15px;
}
.search-icon-unique {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-unique {
        /* display: none;
        flex-direction: column; */
        /* background-color: #000; */
        /* position: absolute; */
        /* top: 50px;
        left: 0;
        width: 100%;
        padding: 10px 0; */
    }
    .el-98384 .btn {
      font-size: 18px;
      margin: 0px 15px 15px 15px;
    }
    .item-img {
      margin-bottom: 15px;
      max-width: 150px;
  }
    .el-128103 {
      font-size: 27px;
      text-align: center;
  }
    .menu-unique.show {
        display: flex;
    }

    .menu-toggle-unique {
        display: block;
    }
}






input[placeholder="Ваше имя"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

#order {
  
    max-width: 430px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0/12%);
    border-radius: 0;
}











.api-form1 .form_control_vik_group {
    margin: 0 0 15px !important;
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
    margin: 0 !important;
    text-align: left !important;
}

.api-form1 .error_note {
    text-align: center;
    margin: 4px 0 0 !important;
    font-size: 13px;
    line-height: 16px;
    color: #c92f54;
}

#order {
   
    max-width: 430px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0/12%);
    border-radius: 0;
}


.plr {
  padding: 0 15px 15px !important;
}

@media (min-width: 1024px) {
    .api-form1 {
        display: flex;
        max-width: 800px !important;
        width: 100% !important;
        justify-content: space-between;
    }

    .form-header1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }

    #order {
        max-width: 800px;

    }
}

@media all {
    .api-form1 * {
        padding: 0;
        margin: 0;
        font-family: sans-serif !important;
    }

    .blg {

        outline: none !important;
        max-width: 100% !important;
        font-style: normal !important;
        box-sizing: border-box !important;
        line-height: 54px !important;
        position: static !important;
        height: auto !important;
        box-shadow: none !important;
        text-align: center !important;
        clear: both !important;
        font-weight: 700 !important;
        border: 0;
        background: #388e3c;
        color: #fff !important;
        font-size: 22px !important;
        text-decoration: none !important;
        border-radius: 35px !important;
        width: 100% !important;
        display: block;
        cursor: pointer !important;
        margin: 15px 0 0 !important;
        text-transform: none !important;
        transition: 0.3s;
    }
    .blg:hover {
      background: #267a2c;
    }
    .api-form1 *:before,
    .api-form1 *:after {
        content: none;
    }

    .api-form1 .text {
        border: none !important;
        text-align: center !important;
        color: #222 !important;
        padding: 0 !important;
        font-size: 18px !important;
        width: 100% !important;
        float: none !important;
        line-height: 25px !important;
        font-weight: 700 !important;
        margin: 10px 0 !important;
    }

    .api-form1 form {
        padding: 0 !important;
        background: 0 0 !important;
        margin: 15px auto 0 !important;
        border: none;
    }

    .api-form1 .form-body .text .offer-name {
        font: 700 18px/1.7 sans-serif !important;
        color: red !important;
    }

    .api-form1 {
        background: #fff !important;
        box-sizing: border-box !important;
        /* max-width: 465px !important; */
        position: relative !important;
        margin: 0 auto !important;
        text-align: center !important;
        border: 2.5px dashed #ddd !important;
        border-radius: 2.5px !important;
        padding: 30px !important;
        clear: both !important;
    }
    .api-form1 .form-body {
        max-width: 400px;
    }
    .form-header1 {
        max-width: 400px !important;
        width: 100% !important;
    }

    .api-form1 .name:invalid,
    .api-form1 .phone:invalid,
    .api-form1 .name,
    .api-form1 .phone {
        font-style: normal;
        transition: .25s !important;
        line-height: 20px !important;
        box-shadow: none !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        background: 0 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        background: #f2f2f2 !important;
        outline: none !important;
        box-sizing: border-box !important;
        border: 2.5px solid #ddd !important;
        border-radius: 35px !important;
        padding: 15px !important;
        margin: 0 0 15px !important;
    }

    .api-form1 .phone:focus {
        border: 2.5px solid #aaa !important;
    }

    .api-form1 {
        padding: 15px !important;
    }

    .api-form1 .cta-form1 {
        margin: 0 !important;
    }

    .product-image1 {
        position: relative !important;
        margin: 0 auto !important;
        background: #fff !important;
        text-align: center !important;
        max-width: 330px !important;
    }

    .product-image1 img {
        margin: 0 auto !important;
        border: none !important;
        padding: 0 !important;
        width: 90% !important;
        z-index: 0 !important;
        position: static !important;
        filter: drop-shadow(0 -1px 1px rgba(0,0,0,.5));
    }

    /* .product-banner1 {
        width: 117px !important;
        height: 117px !important;
    } */

    .api-form1 .phone:invalid {
        text-align: center !important;
        max-width: 445px;
        margin: 15px auto;
    }

    @media (max-width:768px) {

        .api-form1 .text {
            font-size: 17px !important;
        }

        .api-form1 .name:invalid,
        .api-form1 .phone:invalid,
        .api-form1 .name,
        .api-form1 .phone {
            padding: 10px !important;
            margin: 0 0 10px !important;
        }

        .blg {
            margin: 10px 0 0 !important;
            font-size: 18px !important;
            line-height: 44px !important;
        }
    }

    .order_block {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-family: sans-serif !important;
        box-shadow: none !important;
        width: 100% !important;
        border: none !important;
        max-width: 100% !important;
        line-height: 1.5 !important;
    }

    .api-form1 .form_control_vik_group {
        margin: 0 0 15px !important;
    }

    .form_control_vik_group input.form_control_vik.name,
    .form_control_vik_group input.form_control_vik.phone {
        margin: 0 !important;
        text-align: left !important;
    }

    .api-form1 .error_note {
        text-align: center;
        margin: 4px 0 0 !important;
        font-size: 13px;
        line-height: 16px;
        color: #c92f54;
    }
    
}


@media screen and (max-width:1019px) {
 
    img {
        max-width: 100%
    }
    .product-image1 {
        display: flex !important;
       max-width: 280px !important;
       
    }
    .product-image1 img {
        /* margin: 0 !important; */
    }
    .api-form1 {
        padding-top: 30px !important;
    }
}
@media (max-width:1023px) {
  
    .product-image1 {
        display: flex !important;
       max-width: 280px !important;
       
    }
    .product-image1 img {
        /* margin: 0 !important; */
    }
    .api-form1 {
        padding-top: 30px !important;
    }
}
@media screen and (max-width:992px) {
    .menu-item-unique5 {
      display: none;
    }
}
@media screen and (max-width:840px) {
  .menu-item-unique4 {
    display: none;
  }
}
@media screen and (max-width:800px) {
  .menu-item-unique3 {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .menu-item-unique2 {
    display: none;
  }
  .menu-item-unique {
    
    font-size: 16px;
}
.composition__item {
  display: flex;
  align-items: center;
  text-align: left;
  list-style: none;
  max-width: 100%;
 
  
}
.item-img {
  margin-bottom: 0px;
  max-width: 130px;
  margin-right: 10px;
}
}
@media screen and (max-width:640px) {
  .menu-item-unique1 {
    display: none;
  }
 
}
@media screen and (max-width:480px) {
  .menu-item-unique-1 {
    display: none;
  }
 
    .api-form1 {
        padding-top: 30px !important;
    }
    .product-image1 {
       max-width: 250px !important;
    }
    .composition__item {
      flex-direction: column;
     text-align: center;
      
    }
    .item-img {
      margin-bottom: 10px;
      max-width: 100px;
      margin-right: 0px;
    }
}
@media screen and (max-width:360px) {
  .menu-item-unique-2 {
    display: none;
  }
}
body * {
    font-family: sans-serif !important
}

.api-form1 .form_control_vik_group {
    margin: 0 0 15px !important
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
    margin: 0 !important;
    text-align: left !important
}

.api-form1 .error_note {
    text-align: center;
    margin: 4px 0 0 !important;
    font-size: 13px;
    line-height: 16px;
    color: #c92f54
}

.comments {
max-width: 800px;
width: 100%;
  
  /* font-family: Arial, sans-serif; */
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  padding: 15px;
}
.comments h2 {
  font-size: 26px;
  font-weight: 700;
  text-align-last: left;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  
}
.cbox-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #28408a;
  display: flex;
  justify-content: center;
  text-align: center !important;
  align-items: center !important;
  margin: 20px auto 0;
}

.comment {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(194, 187, 187);
}
.comment:last-child {
  border-bottom: none;
}
.subtitle {
  font-size: 24px !important;
  line-height: 1.2 !important;
}
.avatar {
  flex-shrink: 0;
  margin-right: 15px;
}

.avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.content {
  flex-grow: 1;
}

.name {
  font-weight: bold;
  margin: 0;
 
}

.date {
  font-size: 0.9em;
  color: #555;
  margin: 5px 0;
}

.text {
  margin: 0;
  line-height: 1.5;
}
a {
  color: #178fe8;
  font-weight: 700;
}
@media (max-width: 600px) {
  .comment {
    
    align-items: flex-start;
  }
.answer {
  padding-left: 30px;
}
  .avatar {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .el-128103 {
    font-size: 27px;
    text-align: center;
}
}


.bold {
  font-weight: 700;
  display: block;
  font-size: 20px;
}

.prices {
  display: flex;
  justify-content: center;
  margin-bottom: 15px !important;
}

.prices__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}

.prices__item:first-child {
  margin-right: 15px !important;
  padding-right: 15px !important;
  border-right: 1px solid lightgrey;
}
.prices-title {
  font-size: 18px;
  font-weight: 700;
}
.old-price {
  text-decoration: line-through;
  font-size: 22px !important;
  line-height: 1 !important;
}

.new-price {
  font-size: 24px !important;
  line-height: 1 !important;
  color: red;
  font-weight: 700;
}

.block-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
}

.block-image {
  width: 60px;
  height: 60px;
  flex-shrink: 0; /* Не дозволяє зменшувати розмір картинки */
  margin-right: 10px;
}

.block-text {
  display: flex;
  flex-direction: column;
}

.author-info {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.reading-info {
  font-size: 14px;
  color: gray;
  margin: 0;
}
.block-list {
  padding: 0 15px 15px;
}
.custom-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-list .list-item {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.custom-list .list-item::before {
  content: "\2022"; /* Крапка перед текстом */
  position: absolute;
  left: 0;
  top: -6px;
  color: black;
  font-size: 25px;
  line-height: 1.5;
}

.custom-list .list-text {
  display: inline;
}
.mb0 {
  margin-bottom: 0 !important;
}

.container-graf {
  width: 520px;
 margin-left: 15px;
  /* border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #f7fdfd;
  padding: 20px;
  margin-bottom: 15px;
}

.title-graf {
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0px 15px;
}
.box-graf {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 1;
}
.item-graf {
  position: relative;
  margin: 10px 0 20px 0px;
  padding: 5px 10px;
  font-size: 18px;
  color:#000;
  z-index: 3;
  border-top-right-radius: 3px; 
  border-bottom-right-radius: 3px;
  line-height: 1.3;
  background: rgb(250,71,4);
background: linear-gradient(90deg, rgba(250,71,4,1) 0%, rgba(254,129,62,1) 35%, rgba(252,192,130,1) 100%);
}
.box-graf::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 48px 100%; /* Відстань між лініями */
  pointer-events: none; /* Щоб лінії не заважали взаємодії з контентом */
  z-index: 2; /* Лінії під контентом */
}

.box-graf::before {
  content: "";
  position: absolute;
  bottom: -5px; /* Прив'язка до нижнього краю */
  right: 0; /* Прив'язка до правого краю */
  width: 0;
  height: 0;
  border-top: 5px solid transparent; /* Половина висоти трикутника */
  border-bottom: 5px solid transparent; /* Половина висоти трикутника */
  border-left: 15px solid #000; /* Колір і ширина трикутника */
}
.item-graf1,
.item-graf3 {
  width: 90%;
}
.item-graf2 {
  width: 98%;
}
.item-graf4 {
  width: 58%;
}
.item-graf5 {
  width: 85%;
}
.item-graf6 {
  width: 95%;
}

.highlight321 {
  background-color: #ff4500; 
  color: #fff;
  font-weight: bold;
}

.small-text {
  font-size: 18px;
}

.scroll {
  display: none;
}
@media all and (max-width:550px) {
  .close-popup {
      right: 0 !important
  }

  .scroll {
      display: block;
      margin: 0 auto 10px;
      width: 40px !important;
      transform: translateX(0px);
      animation: moving 2s infinite;
  }

  @keyframes moving {
      0% {
        transform: translateX(10px);
      }
    
      50% {
        transform: translateX(-10px);
      }
    
      100% {
        transform: translateX(10px);
      }
    }

    .scroll-x {
      overflow-x: scroll;
      margin-bottom: 10px;
    }


  
    .scroll-x img {
      width: 550px !important;
      margin-right: auto;
      margin-left: auto;
      max-width: 550px !important;
    }
    .scroll-x.container-graf {
      width: 520px;
      margin-right: auto;
      margin-left: auto;
      max-width: 520px;
    }
}

.footer2 {
  /* background-color: #f2f2f2; */
padding: 15px;
text-align: center;
line-height: 1.3;
font-size: 16px;
}
.fn {
  display: flex;
  flex-direction: column;
  gap: 10px;
 justify-content: center;
 align-items: center;
 margin: 0 auto;
}