blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
img,
small,
strike,
strong,
em,
sub,
sup,
tt,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
}
main,
header,
section,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
nav,
time {
  display: block;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  line-height: 1.4;
  margin: 0;
}
img,
iframe {
  border: 0;
  text-decoration: none;
}
input,
textarea {
  resize: none;
  outline: none;
}
[data-aos="soft-animate"] {
  opacity: 0.1;
  transition-property: transform, opacity;
}
[data-aos="soft-animate"].aos-animate {
  opacity: 1;
}
[data-aos="top-animate"] {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform, opacity;
}
[data-aos="top-animate"].aos-animate {
  opacity: 1;
  transform: translateY(0px);
}
[data-aos="right-animate"] {
  opacity: 0;
  transform: translateX(-10px);
  transition-property: transform, opacity;
}
[data-aos="right-animate"].aos-animate {
  opacity: 1;
  transform: translateX(0px);
}
@use "_colors" as * {
}
.clear:after {
  clear: both;
  content: "";
  display: table;
}
div.container-fluid.iw_section {
  border-bottom: 1px solid #e4e4e4;
}
h1,
h2,
h3,
h4,
h5,
p,
span,
a,
select,
input {
  font-family: "LG Smart", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}
strong {
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    scroll-behavior: initial;
  }
}
.support-wrap .contact-us-link-menu {
  border-top: 0px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
}
main.lp-obs {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
main.lp-obs section.banner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  main.lp-obs section.banner {
    justify-content: flex-end;
  }
}
main.lp-obs section.banner img {
  width: 100%;
  z-index: 0;
  position: relative;
  flex-shrink: 0;
}
main.lp-obs section.banner a.btn--banner {
  position: absolute;
  z-index: 2;
  background: #a50034;
  border-radius: 7px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 105%;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (min-width: 768px) {
  main.lp-obs section.banner a.btn--banner {
    margin-bottom: 5%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main.lp-obs section.banner a.btn--banner {
    transform: translate(-100px, 150px);
  }
}
main.lp-obs section.banner a.btn--banner:hover {
  transform: scale(1.1);
  background: #d80546;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main.lp-obs section.banner a.btn--banner:hover {
    transform: translate(-100px, 150px);
  }
}
main.lp-obs section.intro-text {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 13% 1% 13%;
}
main.lp-obs section.intro-text h1 {
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 45px;
  font-size: calc(32px + (42 - 32) * ((100vw - 300px) / (1600 - 300)));
}
main.lp-obs section.intro-text p {
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}
main.lp-obs section.intro-text p + p {
  margin: 20px;
}
main.lp-obs section.container--lp {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
main.lp-obs section.container--lp img {
  width: 100%;
  flex-shrink: 0;
}
main.lp-obs section.container--lp nav.topics {
  border-bottom: 2px solid #dfdfdf;
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  height: 50px;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  main.lp-obs section.container--lp nav.topics {
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
  }
}
main.lp-obs section.container--lp nav.topics button.arrow-slick-slide {
  display: none;
}
@media (min-width: 768px) {
  main.lp-obs section.container--lp nav.topics button.arrow-slick-slide {
    cursor: pointer;
    position: relative;
    padding: 0 65px 0 20px;
    border: 0;
    height: calc(50px - 2px);
    z-index: 2;
    outline: none;
    display: block;
  }
}
main.lp-obs section.container--lp nav.topics button.arrow-slick-slide.prev {
  padding: 0 65px 0 20px;
  transform: translate(100px, 0px);
  background: #fff;
  background: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
main.lp-obs section.container--lp nav.topics button.arrow-slick-slide.next {
  padding: 0 20px 0 65px;
  transform: translate(-100px, 0px);
  background: #fff;
  background: linear-gradient(-90deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
main.lp-obs section.container--lp nav.topics div.topics--content {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 50px;
  padding: 0 2%;
}
main.lp-obs
  section.container--lp
  nav.topics
  div.topics--content
  div.slick-slide {
  margin: 0;
  word-break: normal;
  margin: 0 30px;
  height: 50px;
  display: flex;
}
main.lp-obs
  section.container--lp
  nav.topics
  div.topics--content
  div.slick-slide
  a.link--nav {
  cursor: pointer;
  color: #000;
  font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  padding: 17px 0 10px 0;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) {
  main.lp-obs
    section.container--lp
    nav.topics
    div.topics--content
    div.slick-slide
    a.link--nav {
    border-bottom: 2px solid #dfdfdf;
  }
}
main.lp-obs
  section.container--lp
  nav.topics
  div.topics--content
  div.slick-slide
  a.link--nav:hover {
  border-bottom: 2px solid #a50034;
}
main.lp-obs
  section.container--lp
  nav.topics
  div.topics--content
  div.slick-slide
  a.link--nav.active {
  border-bottom: 2px solid #a50034;
}
main.lp-obs section.container--lp article {
  max-width: 1600px;
  width: 100%;
  margin: 70px auto 20px auto;
  padding: 0 5%;
}
@media (min-width: 768px) {
  main.lp-obs section.container--lp article {
    padding: 0 7%;
  }
}
@media (min-width: 992px) {
  main.lp-obs section.container--lp article {
    padding: 0 13%;
  }
}
main.lp-obs section.container--lp article h2 {
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1600 - 300)));
}
main.lp-obs section.container--lp article h3 {
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
  margin-top: 20px;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}
main.lp-obs section.container--lp article p {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
main.lp-obs section.container--lp article a.link-article,
main.lp-obs section.container--lp article a {
  color: #a50034;
  text-decoration: none;
}
main.lp-obs section.container--lp article a.link-article:hover,
main.lp-obs section.container--lp article a:hover {
  text-decoration: underline;
}
main.lp-obs section.container--lp article div.content--steps {
  max-width: 920px;
  margin: 35px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  main.lp-obs section.container--lp article div.content--steps {
    flex-direction: row;
  }
}
main.lp-obs section.container--lp article div.content--steps svg.arrow-step {
  transform: rotate(90deg);
  margin: 20px 0;
}
@media (min-width: 768px) {
  main.lp-obs section.container--lp article div.content--steps svg.arrow-step {
    transform: rotate(0deg);
    margin: 0;
  }
}
main.lp-obs section.container--lp article div.content--steps div.box--buy {
  border: 1px solid #a8a8a8;
  border-radius: 10px;
  width: 140px;
  height: 140px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  fill: #707070;
}
main.lp-obs section.container--lp article div.content--steps div.box--buy span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-top: 15px;
}
main.lp-obs section.container--lp article div.content--steps div.box--buy svg {
  display: block;
}
main.lp-obs section.container--lp article div.content--steps div.box--topics {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 170px;
  height: 170px;
}
main.lp-obs
  section.container--lp
  article
  div.content--steps
  div.box--topics
  svg {
  margin-bottom: 15px;
}
main.lp-obs section.container--lp article div.content--steps div.box--topics p {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  line-height: 1.2;
}
main.lp-obs
  section.container--lp
  article
  div.content--steps
  div.box--topics
  p
  span {
  color: #a50034;
  font-weight: 600;
  display: block;
}
main.lp-obs
  section.container--lp
  article
  div.content--steps
  div.box--topics
  p
  + p {
  font-size: 12px;
}
main.lp-obs
  section.container--lp
  article
  div.content--steps
  div.box--topics
  p
  + p
  a {
  color: #a50034;
}
main.lp-obs section.grid {
  display: grid;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  /* border: 1px solid #a8a8a8; */
}
@media (max-width: 543px) {
  main.lp-obs section.grid {
    display: none;
  }
}
main.lp-obs section.grid div.collumn {
  display: grid;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  grid-template-columns: minmax(50px, 1fr) minmax(200px, 1fr);
  flex-direction: row;
  background-color: #dfdfdf;
}

main.lp-obs section.grid div.collumn-obs {
  display: grid;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  grid-template-columns: 1fr 1fr;
  flex-direction: row;
  background-color: white;
}

main.lp-obs section.grid div.collumn-obs div.item {
  width: 524px;
  margin: 0 auto;
  text-align: center;
  flex-direction: row;
  background-color: #f19b18;
}
main.lp-obs section.grid div.collumn div.item {
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  border: 1px solid #a8a8a8;
  padding: 2%;
}
main.lp-obs section.grid div.collumn-2 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-direction: row;
  background-color: #dfdfdf;
}
main.lp-obs section.grid div.collumn-2 div.item {
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  border: 1px solid #a8a8a8;
  margin: 0 auto;
  align-items: center;
  padding: 2%;
}
main.lp-obs section.grid div.collumn-3 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-direction: row;
  background-color: #fff;
}
main.lp-obs section.grid div.collumn-3 div.item {
  display: grid;
  width: 100%;
  font-size: 18px;
  color: #333;
  border: 1px solid #a8a8a8;
  margin: 0 auto;
  align-items: center;
}
main.lp-obs section.grid div.collumn-3 div.collumn-inside {
  display: grid;
}
main.lp-obs section.grid div.collumn-3 div.collumn-inside div.item {
  display: grid;
  width: 100%;
  font-size: 18px;
  color: #333;
  border: 1px solid #a8a8a8;
  margin: 0 auto;
  align-items: center;
  padding: 1%;
}
main.lp-obs section.grid-mobile {
  display: grid;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #a8a8a8;
}
@media (min-width: 576px) {
  main.lp-obs section.grid-mobile {
    display: none;
  }
}
main.lp-obs section.grid-mobile div.collumn {
  display: grid;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  grid-template-columns: 1fr;
  flex-direction: row;
  background-color: #dfdfdf;
}
main.lp-obs section.grid-mobile div.collumn div.item {
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  border: 1px solid #a8a8a8;
  padding: 2%;
}
main.lp-obs section.grid-mobile div.collumn-2 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  grid-template-columns: 1fr minmax(149px, 1fr);
  flex-direction: row;
  background-color: #fff;
}
main.lp-obs section.grid-mobile div.collumn-2 div.item {
  display: grid;
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  border: 1px solid #a8a8a8;
  margin: 0 auto;
  align-items: center;
  padding: 2%;
}
main.lp-obs section.grid-mobile div.collumn-3 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  grid-template-columns: 1fr minmax(149px, 1fr);
  flex-direction: row;
  background-color: #fff;
}
main.lp-obs section.grid-mobile div.collumn-3 div.item {
  display: grid;
  width: 100%;
  font-size: 18px;
  color: #333;
  border: 1px solid #a8a8a8;
  margin: 0 auto;
  align-items: center;
}
main.lp-obs section.grid-mobile div.collumn-3 div.collumn-inside {
  display: grid;
}
main.lp-obs section.grid-mobile div.collumn-3 div.collumn-inside div.item {
  display: grid;
  width: 100%;
  font-size: 18px;
  color: #333;
  border: 1px solid #a8a8a8;
  margin: 0 auto;
  align-items: center;
  padding: 1%;
}
main.lp-obs section.banner-footer {
  background: #fbecec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px 5%;
  margin: 50px 0 0 0;
}
main.lp-obs section.banner-footer h4 {
  color: #000;
  font-weight: 600;
  font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (1600 - 300)));
}
main.lp-obs section.banner-footer p {
  margin: 25px 0 35px 0;
  text-align: center;
  color: #707070;
}
main.lp-obs section.banner-footer p br {
  display: none;
}
@media (min-width: 768px) {
  main.lp-obs section.banner-footer p br {
    display: block;
  }
}
main.lp-obs section.banner-footer a.btn--footer {
  background: #a50034;
  border-radius: 7px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
main.lp-obs section.banner-footer a.btn--footer:hover {
  transform: scale(1.1);
  background: #d80546;
}
/*# sourceMappingURL=app.min.css.map */
