.container[data-v-fdf2df20] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.container .title[data-v-fdf2df20] {
  width: 100%;
  padding: 24px 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
@media (min-width: 1024px) {
.container .title[data-v-fdf2df20] {
    padding: 96px 20px 36px;
    font-size: 64px;
    line-height: 64px;
}
}
@media (min-width: 1440px) {
.container .title[data-v-fdf2df20] {
    padding: 96px 20px;
    font-size: 115px;
    line-height: 120px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
}
.container .title .decoration[data-v-fdf2df20] {
  display: none;
  width: 100%;
  padding-bottom: 18px;
}
.container .title .decoration .text[data-v-fdf2df20] {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
}
.container .title .decoration .line[data-v-fdf2df20] {
  width: 100%;
  transform: translateY(-50%);
  border-bottom: 1px solid #1d1d1d;
  margin: 0 24px;
}
@media (min-width: 1440px) {
.container .title .decoration[data-v-fdf2df20] {
    display: flex;
}
}
.container .title .subtitle[data-v-fdf2df20] {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin-left: 0;
}
@media (min-width: 600px) {
.container .title .subtitle[data-v-fdf2df20] {
    margin-left: 8px;
}
}
@media (min-width: 1024px) {
.container .title .subtitle[data-v-fdf2df20] {
    font-size: 64px;
    line-height: 64px;
    margin-left: 16px;
}
}
@media (min-width: 1440px) {
.container .title .subtitle[data-v-fdf2df20] {
    font-size: 92px;
    line-height: 92px;
    margin-left: 0;
}
}
.container .title .subtitle .tag[data-v-fdf2df20] {
  transition: 0.3s;
}
.container .title .subtitle .tag[data-v-fdf2df20]:hover {
  color: #ff5f00;
}.page-content[data-v-7111afb0] {
  width: 100%;
  margin: 0 auto;
}
.page-content .floating-menu[data-v-7111afb0] {
  position: fixed;
  right: 32px;
}
.error[data-v-7111afb0] {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article[data-v-7111afb0] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 64px;
}
.article__image[data-v-7111afb0] {
  width: 100%;
  padding: 20px;
}
@media (min-width: 1024px) {
.article__image[data-v-7111afb0] {
    max-width: 1000px;
    padding: 0;
}
}
.article__intro[data-v-7111afb0] {
  width: 100%;
  max-width: 1000px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding: 0 20px 20px;
  margin: 0;
}
@media (min-width: 1024px) {
.article__intro[data-v-7111afb0] {
    font-size: 25px;
    line-height: 38px;
    margin: 36px 0;
    max-width: 1000px;
    padding: 0;
}
}
.article__content[data-v-7111afb0] {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
}
@media (min-width: 1024px) {
.article__content[data-v-7111afb0] {
    padding: 0 0 64px 0;
}
}
.article .register-button[data-v-7111afb0] {
  padding: 20px 20px 0 20px;
}
@media (min-width: 1024px) {
.article .register-button[data-v-7111afb0] {
    padding: 0;
    max-width: 400px;
}
}