/* template-01 base styles (SCSS) */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100dvh !important;
  height: auto !important;
  touch-action: auto !important;
}

#page {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  -webkit-overflow-scrolling: auto !important;
  overscroll-behavior: auto !important;
  scroll-behavior: auto !important;
}

body {
  background-color: var(--bg);
  font-family: "Roboto", sans-serif;
  font-display: swap;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

section {
  position: relative;
}

#app {
  max-width: 1440px;
  margin: 0 auto;
}

._iej8zmgq {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: var(--primary);
}
@media screen and (min-width: 1024px) {
  ._iej8zmgq {
    font-size: 64px;
  }
}

._2sncmk4u {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: var(--primary);
}
@media screen and (min-width: 1024px) {
  ._2sncmk4u {
    font-size: 48px;
  }
}

._icbbhh18 {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: var(--text);
}
@media screen and (min-width: 1024px) {
  ._icbbhh18 {
    font-size: 24px;
  }
}

._vp5k9ioh {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  ._vp5k9ioh {
    margin-top: 20px;
  }
}

._qo1mv8dm {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  ._qo1mv8dm {
    margin-top: 30px;
  }
}

.text_20_20 {
  margin-top: 20px;
}

._dxqqjxup {
  margin-top: 20px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  ._dxqqjxup {
    margin-top: 30px;
    padding: 0 30px;
  }
}
._dxqqjxup img {
  display: block;
  width: fit-content;
  max-height: 750px;
  margin-left: auto;
  margin-right: auto;
}
._dxqqjxup p,
._dxqqjxup ul,
._dxqqjxup table,
._dxqqjxup h3,
._dxqqjxup h4,
._dxqqjxup h5 {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  ._dxqqjxup p,
  ._dxqqjxup ul,
  ._dxqqjxup table,
  ._dxqqjxup h3,
  ._dxqqjxup h4,
  ._dxqqjxup h5 {
    margin-top: 20px;
  }
}

img {
  border-radius: 14px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  img {
    border-radius: 24px;
  }
}

ul,
ol {
  margin-left: 25px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
@media screen and (min-width: 1024px) {
  header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding: 0 30px;
    height: 120px;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  header.fixed {
    position: fixed;
  }
}
header ._3tunqi7x {
  width: 46px;
  height: 46px;
}
@media screen and (min-width: 1024px) {
  header ._3tunqi7x {
    width: 62px;
    height: 62px;
  }
}
header ._pj98nh8f {
  display: none;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  header ._pj98nh8f {
    display: flex;
  }
}
header ._om0ei6y4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 46px;
  background: var(--primary);
  border-radius: 8px;
  font-size: 16px;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--text2);
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  header ._om0ei6y4 {
    width: 244px;
    height: 62px;
    border-radius: 12px;
    font-size: 24px;
  }
}
header ._wlooez5y {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 46px;
  border: 1px solid var(--bg2);
  background: var(--bg2);
  border-radius: 8px;
  text-decoration: none;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  header ._wlooez5y {
    width: 170px;
    height: 62px;
    border-radius: 12px;
    font-size: 24px;
  }
}
header nav {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  header nav {
    display: flex;
  }
}
header nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 400;
}
header nav a:active {
  color: var(--text);
}
header ._gyl8jhvv {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  header ._gyl8jhvv {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header ._gyl8jhvv ._lgquurtn,
header ._gyl8jhvv .close-icon {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
header ._gyl8jhvv .close-icon {
  opacity: 0;
  position: absolute;
}
header ._gyl8jhvv.active ._lgquurtn {
  opacity: 0;
}
header ._gyl8jhvv.active .close-icon {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  header ._pj98nh8f {
    display: none;
  }
}

._3lnmkmol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
._3lnmkmol.active {
  transform: translateX(0);
}
._3lnmkmol ._l5u9d8fj {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  z-index: 1002;
}
._3lnmkmol ._l5u9d8fj img {
  width: 100%;
  height: 100%;
}
._3lnmkmol ._srg4pwqh {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 20px;
  gap: 40px;
}
._3lnmkmol ._hy40de7r {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
._3lnmkmol ._hy40de7r ._uu7wwc1k {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.3s ease;
}
._3lnmkmol ._hy40de7r ._uu7wwc1k:hover, ._3lnmkmol ._hy40de7r ._uu7wwc1k:active {
  color: var(--primary);
}
._3lnmkmol ._axqn96ar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 300px;
}
._3lnmkmol ._axqn96ar ._wlooez5y,
._3lnmkmol ._axqn96ar ._om0ei6y4 {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
._3lnmkmol ._axqn96ar ._wlooez5y {
  border: 1px solid var(--bg2);
  background: var(--bg2);
  color: var(--text);
}
._3lnmkmol ._axqn96ar ._om0ei6y4 {
  background: var(--primary);
  color: var(--text2);
}

main ._dl4qzwjs ._vsarbx79 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-image: url("./assets/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 12px 72px;
  background-color: color-mix(in srgb, var(--primary) 8%, transparent);
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs ._vsarbx79 {
    display: grid;
    grid-template-columns: 1fr 640px;
    padding: 60px 30px 72px;
    background-position: center;
    align-items: center;
  }
  main ._dl4qzwjs ._vsarbx79.fixed {
    padding: 190px 30px 72px;
  }
}
main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq h1 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq h1 {
    text-align: left;
  }
}
main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq > img {
  border-radius: 12px;
  margin: 0 18px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq > img {
    display: none;
  }
}
main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq > ._icbbhh18 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq > ._icbbhh18 {
    text-align: left;
  }
}
main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq ._pj98nh8f {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8px;
  margin-top: 6px;
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq ._pj98nh8f {
    gap: 12px;
    margin-top: 20px;
  }
}
main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq ._pj98nh8f ._zo07c63p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  background: var(--bg2);
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 89%;
  letter-spacing: -0.03em;
  color: var(--text);
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq ._pj98nh8f ._zo07c63p {
    height: 60px;
    font-size: 24px;
  }
}
main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq ._pj98nh8f ._qkjxq2vx {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  height: 46px;
  background: var(--primary);
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 89%;
  letter-spacing: -0.03em;
  color: var(--text2);
  cursor: pointer;
}
main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq ._pj98nh8f ._qkjxq2vx img {
  width: 21px;
  height: 21px;
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq ._pj98nh8f ._qkjxq2vx img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs ._vsarbx79 ._y7vq5wtq ._pj98nh8f ._qkjxq2vx {
    height: 60px;
    font-size: 24px;
    gap: 30px;
  }
}
main ._dl4qzwjs ._vsarbx79 ._gbaig964 {
  display: none;
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs ._vsarbx79 ._gbaig964 {
    display: block;
  }
}
main ._dl4qzwjs ._vsarbx79 ._gbaig964 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main ._dl4qzwjs .bottom {
  margin-top: 20px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  main ._dl4qzwjs .bottom {
    margin-top: 66px;
    padding: 0 30px;
  }
}
main ._pjgu3ef1 ._3mo6k677 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 12px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  main ._pjgu3ef1 ._3mo6k677 {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--text);
}
@media screen and (min-width: 1024px) {
  main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v {
    padding-bottom: 34px;
  }
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v ._qas98flr {
  font-weight: 500;
  font-size: 16px;
  line-height: 99%;
  letter-spacing: -0.03em;
  color: var(--text);
}
@media screen and (min-width: 1024px) {
  main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v ._qas98flr {
    font-size: 24px;
  }
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v ._ciikmyth {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background-color: var(--primary);
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v ._ciikmyth img {
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 1024px) {
  main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v ._ciikmyth img {
    width: 18px;
    height: 18px;
  }
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v ._ciikmyth ._i93513e9 {
  display: block;
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v ._ciikmyth ._qfdth14d {
  display: none;
}
@media screen and (min-width: 1024px) {
  main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._lz8ugl3v ._ciikmyth {
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._nb5jw9wn {
  display: none;
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._nb5jw9wn {
    padding-top: 30px;
  }
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._nb5jw9wn ._qas98flr {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._nb5jw9wn {
    font-size: 24px;
  }
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph ._fmb826q6 {
  display: none;
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph:has(._fmb826q6:checked) ._nb5jw9wn {
  display: block;
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph:has(._fmb826q6:checked) ._lz8ugl3v ._ciikmyth ._i93513e9 {
  display: none;
}
main ._pjgu3ef1 ._3mo6k677 ._h3rez7ph:has(._fmb826q6:checked) ._lz8ugl3v ._ciikmyth ._qfdth14d {
  display: block;
}

footer {
  display: flex;
  justify-content: center;
  background-color: var(--bg2);
}
footer.fixed {
  padding-bottom: 86px;
}
@media screen and (min-width: 1024px) {
  footer.fixed {
    padding-bottom: 0;
  }
}
footer ._1z8a9x44 {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 12px;
}
@media screen and (min-width: 1024px) {
  footer ._1z8a9x44 {
    display: grid;
    grid-template-columns: 70px 70px 1fr;
    gap: 20px;
    padding: 44px 24px;
    align-items: center;
  }
}
footer ._1z8a9x44 ._icbbhh18 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer ._1z8a9x44 ._icbbhh18 {
    width: auto;
  }
}
footer ._1z8a9x44 img {
  width: 52px;
  height: 52px;
}
@media screen and (min-width: 1024px) {
  footer ._1z8a9x44 img {
    width: 70px;
    height: 70px;
  }
}
footer ._1z8a9x44 .footer__top {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  footer ._1z8a9x44 .footer__top {
    gap: 36px;
  }
}

._2sb0wdzj {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._2sb0wdzj img {
  max-width: 215px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  ._2sb0wdzj img {
    max-width: 330px;
  }
}
._2sb0wdzj ._icbbhh18 {
  max-width: 780px;
  text-align: center;
}

._gr5247pp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  z-index: 100;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 0 12px;
}
._gr5247pp.visible {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  ._gr5247pp.visible {
    display: none;
  }
}
._gr5247pp ._om0ei6y4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  background: var(--primary);
  border-radius: 12px;
  font-size: 16px;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--text2);
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  ._gr5247pp ._om0ei6y4 {
    width: 244px;
    height: 62px;
    border-radius: 12px;
    font-size: 24px;
  }
}
._gr5247pp ._wlooez5y {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  border: 1px solid var(--bg2);
  background: var(--bg2);
  border-radius: 12px;
  text-decoration: none;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  ._gr5247pp ._wlooez5y {
    width: 170px;
    height: 62px;
    border-radius: 12px;
    font-size: 24px;
  }
}

/* Global table styles */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  table {
    font-size: 18px;
    margin: 30px 0;
  }
}

th,
td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid var(--primary);
  color: var(--text);
}
@media screen and (min-width: 1024px) {
  th,
  td {
    padding: 16px 20px;
  }
}

th {
  background-color: var(--primary);
  color: var(--text2);
  font-weight: 600;
}

tr:nth-child(even) {
  background-color: rgba(var(--primary), 0.05);
}

tr:hover {
  background-color: rgba(var(--primary), 0.1);
}

td strong {
  color: var(--primary);
  font-weight: 600;
}