@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
:root {
  --swiper-theme-color: #fff;
}

html {
  background: #202020;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 15px;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.3;
  color: #000;
}

.container {
  overflow: hidden;
}

sup {
  top: -1em;
  font-weight: 600;
  font-size: 0.4em;
}

.row {
  max-width: 1080px;
  margin: 0 auto;
}

.title {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.25px;
}

#title-TY {
  font-weight: 600;
}

p, .text {
  color: #5B5B67;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #6022A6;
}
a:hover {
  color: #5B5B67;
}

#text-1 {
  font-size: 20px;
}

.purple {
  color: #6022A6;
}

footer {
  background-color: #6022A6;
}
footer div.footer {
  color: #fff;
  font-size: 16px;
}
footer p, footer a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer div.mentions p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}/*# sourceMappingURL=2328_screen.css.map */