@font-face {
  src: url("../fonts/gothamrnd_light.woff");
  font-family: "Gotham Rounded";
  font-weight: 300;
}
@font-face {
  src: url("../fonts/gothamrnd_book.woff");
  font-family: "Gotham Rounded";
  font-weight: 400;
}
@font-face {
  src: url("../fonts/gothamrnd_medium.woff");
  font-family: "Gotham Rounded";
  font-weight: 500;
}
@font-face {
  src: url("../fonts/gothamrnd_bold.woff");
  font-family: "Gotham Rounded";
  font-weight: 700;
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
  position: relative;
}

html,
body {
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 6rem;
}

html {
  font-size: 16px;
  font-family: "Gotham Rounded", Helvetica, sans-serif;
  font-weight: 400;
  color: #2A2071;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 125%;
  padding-bottom: 1.5rem;
}
h1 em, h2 em, h3 em, h4 em {
  display: block;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.25rem;
}

p {
  line-height: 150%;
  padding-bottom: 2rem;
}

strong {
  font-weight: 700;
}

a,
a:visited {
  color: #E20413;
}
a:hover,
a:visited:hover {
  color: #2A2071;
}

.link,
.link:visited {
  position: relative;
  display: inline-block;
  padding-right: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  color: #2A2071;
  background-image: url("../icons/link.svg");
  background-repeat: no-repeat;
  background-size: auto 65%;
  background-position: 100% 55%;
}

.button,
.button:visited {
  position: relative;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transform: skew(-10deg);
  color: #FFFFFF;
  background-color: #E20413;
  border-radius: 0.625rem;
}
.button em,
.button:visited em {
  position: relative;
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.button:hover,
.button:visited:hover {
  color: #FFFFFF;
}

.rule {
  width: 100%;
  height: 3px;
  border: 0;
  margin: 2rem 0;
  background-color: #EBEBEC;
  border-radius: 3px;
}

.space {
  width: 100%;
  height: 2rem;
  border: 0;
}

@media (max-width: 768px) {
  .space {
    height: 1rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

section {
  position: relative;
  width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container.lg {
  max-width: 1380px;
}
.container.md {
  max-width: 1024px;
}
.container.sm {
  max-width: 768px;
}
.container.xs {
  max-width: 540px;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.row {
  position: relative;
  *zoom: 1;
}

.column {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.column.opposite {
  float: right;
}
.column.center {
  text-align: center;
}

.column.lg-12 {
  width: 100%;
}
.column.lg-11 {
  width: 91.6666666667%;
}
.column.lg-10 {
  width: 83.3333333333%;
}
.column.lg-9 {
  width: 75%;
}
.column.lg-8 {
  width: 66.6666666667%;
}
.column.lg-7 {
  width: 58.3333333333%;
}
.column.lg-6 {
  width: 50%;
}
.column.lg-5 {
  width: 41.6666666667%;
}
.column.lg-4 {
  width: 33.3333333333%;
}
.column.lg-33 {
  width: 25%;
}
.column.lg-3 {
  width: 16.6666666667%;
}
.column.lg-25 {
  width: 8.3333333333%;
}

@media (max-width: 768px) {
  .column.md-center {
    text-align: center;
  }
  .column.md-12 {
    width: 100%;
  }
  .column.md-11 {
    width: 91.6666666667%;
  }
  .column.md-10 {
    width: 83.3333333333%;
  }
  .column.md-9 {
    width: 75%;
  }
  .column.md-8 {
    width: 66.6666666667%;
  }
  .column.md-7 {
    width: 58.3333333333%;
  }
  .column.md-6 {
    width: 50%;
  }
  .column.md-5 {
    width: 41.6666666667%;
  }
  .column.md-4 {
    width: 33.3333333333%;
  }
  .column.md-33 {
    width: 25%;
  }
  .column.md-3 {
    width: 16.6666666667%;
  }
  .column.md-25 {
    width: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .column.sm-center {
    text-align: center;
  }
  .column.sm-12 {
    width: 100%;
  }
  .column.sm-11 {
    width: 91.6666666667%;
  }
  .column.sm-10 {
    width: 83.3333333333%;
  }
  .column.sm-9 {
    width: 75%;
  }
  .column.sm-8 {
    width: 66.6666666667%;
  }
  .column.sm-7 {
    width: 58.3333333333%;
  }
  .column.sm-6 {
    width: 50%;
  }
  .column.sm-5 {
    width: 41.6666666667%;
  }
  .column.sm-4 {
    width: 33.3333333333%;
  }
  .column.sm-33 {
    width: 25%;
  }
  .column.sm-3 {
    width: 16.6666666667%;
  }
  .column.sm-25 {
    width: 8.3333333333%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.4s;
}
.header .header-logo {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding: 0.75rem 0;
}
.header .header-logo a {
  position: relative;
  display: block;
  padding: 0.75rem 0;
}
.header .header-logo a img {
  max-width: 15rem;
}
.header .header-trigger {
  display: none;
}
.header .header-menu {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}
.header .header-menu ul {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.header .header-menu ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.375rem 2rem 0.375rem 0;
}
.header .header-menu ul li a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #2A2071;
}
.header .header-menu ul li.line {
  position: relative;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.375rem 0.75rem;
  border: 1px solid #2A2071;
  border-radius: 0.625rem;
}
.header .header-menu ul li.line span {
  display: block;
  font-size: 0.5rem;
}
.header .header-menu ul li.line em {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) skew(-10deg);
  font-size: 0.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0.125rem 0.375rem;
  color: #FFFFFF;
  background-color: #E20413;
  border-radius: 0.125rem;
}
.header .header-menu ul li.line em i {
  position: relative;
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.header .header-menu ul li.active a {
  font-weight: 700;
}
.header.scroll {
  background-color: #FFFFFF;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .header .header-logo {
    padding: 0.5rem;
  }
  .header .header-trigger {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0.5rem;
    right: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("../icons/menu-open.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header .header-trigger.active {
    background-image: url("../icons/menu-close.svg");
  }
  .header .header-trigger.active + .header-menu {
    visibility: visible;
    opacity: 1;
  }
  .header .header-trigger.active + .header-menu ul {
    transform: translateX(0);
  }
  .header .header-menu {
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    transform: none;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
  }
  .header .header-menu ul {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 60%;
    height: 100vh;
    text-align: center;
    padding: 3rem 1rem;
    background-color: #FFFFFF;
    transform: translateX(100%);
    transition: all 0.8s;
  }
  .header .header-menu ul li {
    display: block;
    padding: 0;
  }
  .header .header-menu ul li a {
    display: block;
    padding: 0.75rem 0.5rem;
  }
  .header .header-menu ul li.line {
    display: none;
  }
}
.footer {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(#3727A8, #241B68);
  background-color: #2A2071;
}
.footer .footer-legal {
  position: relative;
}
.footer .footer-legal p {
  padding: 0.625rem 45% 0.625rem 0;
  color: #FFFFFF;
}
.footer .footer-legal figure {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: auto;
  height: 100%;
}
.footer .footer-legal figure img {
  width: auto;
  height: 100%;
}
.footer .footer-links {
  margin-top: 3rem;
  text-align: center;
}
.footer .footer-links ul {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul li {
  display: inline-block;
  font-size: 1rem;
  padding: 0.125rem 1.25rem;
}
.footer .footer-links ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.footer .footer-links ul li a {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.footer .footer-bottom {
  position: relative;
  margin-top: 3rem;
}
.footer .footer-bottom .bottom-info {
  position: relative;
  padding-left: 6rem;
  padding-right: 50%;
}
.footer .footer-bottom .bottom-info figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
}
.footer .footer-bottom .bottom-info p {
  font-size: 0.75rem;
  line-height: 1.375;
  padding-bottom: 0;
  color: #FFFFFF;
}
.footer .footer-bottom .bottom-social {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-align: right;
}
.footer .footer-bottom .bottom-social ul {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.footer .footer-bottom .bottom-social ul li {
  display: inline-block;
  margin-left: 0.625rem;
}
.footer .footer-bottom .bottom-social ul li a {
  display: block;
  text-decoration: none;
}
.footer .footer-bottom .bottom-social p {
  font-size: 0.75rem;
  line-height: 1.375;
  padding: 0;
  margin-top: 1rem;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .footer .footer-legal p {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .footer .footer-legal figure {
    position: static;
    width: 100%;
    max-width: 30rem;
    height: auto;
    transform: none;
    margin: 0 auto;
  }
  .footer .footer-legal figure img {
    width: 100%;
    height: auto;
  }
  .footer .footer-bottom .bottom-social {
    position: static;
    text-align: center;
    padding-bottom: 2rem;
  }
  .footer .footer-bottom .bottom-info {
    padding-right: 0;
  }
  .footer .footer-bottom .bottom-info figure {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 3rem 0;
  }
  .footer .footer-legal p {
    font-size: 0.75rem;
  }
  .footer .footer-legal figure {
    width: 75%;
  }
  .footer .footer-links {
    margin-top: 2rem;
  }
  .footer .footer-links ul li {
    padding: 0.125rem 0.75rem;
  }
  .footer .footer-links ul li a {
    font-size: 0.75rem;
  }
  .footer .footer-bottom .bottom-info figure {
    left: 0.625rem;
    width: 4rem;
  }
  .footer .footer-bottom .bottom-info p {
    font-size: 0.5rem;
  }
}
.intro {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background-image: url("../images/homepage/intro-background.webp");
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.intro .intro-social {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  width: 2.5rem;
  font-size: 0;
}
.intro .intro-social a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  margin: 0.375rem 0;
  background-color: #696585;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 0.4s;
}
.intro .intro-social a.fb {
  -webkit-mask-image: url("../icons/social-fb.svg");
          mask-image: url("../icons/social-fb.svg");
}
.intro .intro-social a.yt {
  -webkit-mask-image: url("../icons/social-yt.svg");
          mask-image: url("../icons/social-yt.svg");
}
.intro .intro-social a.ig {
  -webkit-mask-image: url("../icons/social-ig.svg");
          mask-image: url("../icons/social-ig.svg");
}
.intro .intro-social a.tt {
  -webkit-mask-image: url("../icons/social-tt.svg");
          mask-image: url("../icons/social-tt.svg");
}
.intro .intro-social a.x {
  -webkit-mask-image: url("../icons/social-x.svg");
          mask-image: url("../icons/social-x.svg");
}
.intro .intro-social a:hover {
  background-color: #2A2071;
}
.intro .intro-help,
.intro .intro-line {
  display: none;
}
.intro .intro-shortcuts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
.intro .intro-shortcuts .shortcuts-item {
  position: relative;
  padding: 1rem 1.5rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.intro .intro-shortcuts .shortcuts-item:hover {
  transform: translateY(-10%);
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.2);
}
.intro .intro-shortcuts .shortcuts-item .item-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro .intro-shortcuts .shortcuts-item h4 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  padding-bottom: 1rem;
  color: #E20413;
}
.intro .intro-shortcuts .shortcuts-item p {
  font-size: 0.875rem;
  padding-bottom: 1rem;
}
.intro .animated-heading .heading-main {
  font-size: 134px;
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 5rem;
  line-height: 1;
}
.intro .animated-heading .heading-main .heading-main-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro .animated-heading .heading-main .heading-main-first .heading-sub {
  padding-right: 8px;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: normal;
  color: #E30D18;
  opacity: 0;
  transform: translateY(50px);
  animation: slideUpFade 8s ease-in-out infinite;
  animation-play-state: paused;
}
.intro .animated-heading .heading-main .heading-main-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro .animated-heading .animated-check-box {
  height: 100.79px;
  width: 162.9px;
  background-color: #E30D18;
  box-shadow: 0 0 35px rgba(227, 13, 24, 0.3), inset 4px 4px 4px #A20000;
  border-radius: 999px;
  animation: boxColor 8s ease-in-out infinite;
  animation-play-state: paused;
}
.intro .animated-heading .animated-check-box .animated-ball {
  width: 70px;
  height: 70px;
  display: block;
  background-color: white;
  border-radius: 50%;
  position: relative;
  left: 18px;
  top: 16px;
  box-shadow: 3px 3px 6px -1px black;
  animation: moveBall 8s ease-in-out infinite;
  animation-play-state: paused;
}
.intro .animated-heading .box {
  border: 1px solid black;
  width: 500px;
  height: 1000px;
  position: absolute;
  left: 5px;
}
.intro .animated-heading.is-animating .heading-sub {
  animation-play-state: running !important;
}
.intro .animated-heading.is-animating .animated-check-box {
  animation-play-state: running !important;
}
.intro .animated-heading.is-animating .animated-check-box .animated-ball {
  animation-play-state: running !important;
}
@keyframes moveBall {
  0% {
    transform: translateX(0);
  }
  11% {
    transform: translateX(55px);
  }
  50% {
    transform: translateX(55px);
  }
  61% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes boxColor {
  0%, 100% {
    background-color: #E30D18;
    box-shadow: 0 0 35px rgba(227, 13, 24, 0.3), inset 4px 4px 4px #A20000;
  }
  11%, 50% {
    background-color: #38E30D;
    box-shadow: 0 0 35px rgba(13, 227, 24, 0.3), inset 4px 4px 4px #2E7D32;
  }
  61% {
    background-color: #E30D18;
    box-shadow: 0 0 35px rgba(227, 13, 24, 0.3), inset 4px 4px 4px #A20000;
  }
}
@keyframes slideUpFade {
  0%, 61%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
  11%, 50% {
    opacity: 0;
    transform: translateY(-50px);
  }
}

@media (max-width: 1024px) {
  .intro .intro-social {
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
    margin-top: 1.25rem;
    padding: 0 0.625rem;
  }
  .intro .intro-social a {
    display: inline-block;
  }
  .intro .intro-shortcuts {
    grid-template-columns: repeat(2, 1fr);
  }
  .intro .intro-shortcuts .shortcuts-item h3 {
    padding-bottom: 4.5rem;
  }
  .intro .intro-shortcuts .shortcuts-item h3 br {
    display: none;
  }
  .intro .intro-shortcuts .shortcuts-item p {
    position: absolute;
    left: 1.5rem;
    bottom: 1.25rem;
  }
  .intro .intro-shortcuts .shortcuts-item:hover {
    transform: translateY(-5%);
  }
  .intro .animated-heading .heading-main {
    margin: 0 auto !important;
    font-size: 57px !important;
    width: 435px !important;
  }
  .intro .animated-heading .heading-main .heading-main-first .heading-sub {
    font-size: 22px !important;
    padding-right: 2px !important;
  }
  .intro .animated-heading .heading-main .animated-check-box {
    width: 75px !important;
    height: 45px !important;
  }
  .intro .animated-heading .heading-main .animated-ball {
    width: 30px !important;
    height: 30px !important;
    left: 9px !important;
    top: 8px !important;
  }
  @keyframes moveBall {
    0% {
      transform: translateX(0);
    }
    11% {
      transform: translateX(27px);
    }
    50% {
      transform: translateX(27px);
    }
    61% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media (max-width: 768px) {
  .intro {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
  .intro .intro-help {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .intro .intro-help p {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.75rem 1rem;
    margin-top: 1.5rem;
    color: #FFFFFF;
    background-color: #2A2071;
    border-radius: 0.375rem;
  }
  .intro .intro-help p a {
    display: inline-block;
    font-size: 1.25rem;
    margin-left: 0.75rem;
    text-decoration: none;
    vertical-align: middle;
    padding-bottom: 0.125rem;
    color: #FFFFFF;
  }
  .intro .intro-line {
    display: block;
    text-align: center;
    margin-top: 1.5rem;
  }
  .intro .intro-line .line {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: none;
    padding: 0.5rem 1rem 0.75rem 1rem;
    margin: 0 auto;
    border: 1px solid #2A2071;
    border-radius: 0.625rem;
  }
  .intro .intro-line .line a {
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
    color: #2A2071;
  }
  .intro .intro-line .line a span {
    display: block;
    font-size: 0.75rem;
  }
  .intro .intro-line .line em {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) skew(-10deg);
    font-size: 0.75rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    text-transform: uppercase;
    padding: 0.125rem 0.375rem;
    color: #FFFFFF;
    background-color: #E20413;
    border-radius: 0.125rem;
  }
  .intro .intro-line .line em i {
    position: relative;
    display: inline-block;
    font-style: normal;
    transform: skew(10deg);
  }
  .intro .intro-shortcuts .shortcuts-item h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .intro .intro-help p {
    font-size: 0.625rem;
  }
  .intro .intro-help p a {
    font-size: 1rem;
    padding-bottom: 0.1rem;
  }
  .intro .intro-shortcuts .shortcuts-item {
    padding: 1rem;
  }
  .intro .intro-shortcuts .shortcuts-item h4 {
    font-size: 0.875rem;
  }
  .intro .intro-shortcuts .shortcuts-item h3 {
    font-size: 1rem;
    padding-bottom: 3rem;
  }
  .intro .intro-shortcuts .shortcuts-item p {
    left: 1rem;
    bottom: 0.75rem;
  }
  .intro .animated-heading .heading-main {
    width: 350px !important;
    font-size: 46px !important;
  }
  .intro .animated-heading .heading-main .heading-main-first .heading-sub {
    font-size: 18px !important;
  }
  .intro .animated-heading .heading-main .heading-main-second .animated-check-box {
    width: 55px !important;
    height: 35px !important;
  }
  .intro .animated-heading .heading-main .heading-main-second .animated-ball {
    width: 22px !important;
    height: 22px !important;
    left: 7px !important;
    top: 7px !important;
  }
  @keyframes moveBall {
    0% {
      transform: translateX(0);
    }
    11% {
      transform: translateX(18px);
    }
    50% {
      transform: translateX(18px);
    }
    61% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(0);
    }
  }
}
.accordion {
  position: relative;
}
.accordion .accordion-item {
  margin-bottom: 1.25rem;
}
.accordion .accordion-item .item-title {
  position: relative;
  cursor: pointer;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
}
.accordion .accordion-item .item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
  background-color: #F5F5F5;
  border-radius: 0.625rem;
  transition: all 0.4s;
}
.accordion .accordion-item .item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  transform: translate(-50%, -50%) rotate(0deg);
  background-image: url("../icons/accordion.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.4s;
}
.accordion .accordion-item .item-title h3 {
  position: relative;
  z-index: 1;
  padding: 0;
}
.accordion .accordion-item .item-text {
  display: none;
  opacity: 0;
  padding: 1rem 3rem 2rem 1.5rem;
  transition: all 0.8s;
}
.accordion .accordion-item .item-text p:last-child {
  padding-bottom: 0;
}
.accordion .accordion-item.active .item-title::before {
  background-color: #FFFFFF;
}
.accordion .accordion-item.active .item-title::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordion .accordion-item.active .item-text {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .accordion .accordion-item .item-title {
    padding: 0.75rem 2.5rem 0.75rem 1rem;
  }
  .accordion .accordion-item .item-title::before {
    transform: none;
  }
  .accordion .accordion-item .item-title h3 {
    font-size: 1rem;
  }
  .accordion .accordion-item .item-text {
    font-size: 0.875rem;
    padding: 1rem 2.5rem 1rem 1rem;
  }
}
.popup {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  background-color: rgba(0, 0, 0, 0.85);
  overflow: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
.popup .popup-holder {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 45rem;
  padding: 3rem 2rem;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.8s;
}
.popup .popup-holder .popup-close {
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../icons/menu-close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.popup .popup-holder .popup-content {
  text-align: center;
  color: #2A2071;
}
.popup .popup-holder .popup-content h2 {
  padding-bottom: 2rem;
}
.popup .popup-holder .popup-content h3 {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  padding: 0.75rem 2.5rem;
  margin-bottom: 2rem;
}
.popup .popup-holder .popup-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
  border-radius: 0.625rem;
  border: 0.25rem solid #FFFFFF;
  background-color: #FFFFFF;
}
.popup .popup-holder .popup-content h3 span {
  position: relative;
  z-index: 1;
}
.popup .popup-holder .popup-content h3.result-zero span {
  color: #E20413;
}
.popup .popup-holder .popup-content h3.result-zero::before {
  border-color: #E20413;
}
.popup .popup-holder .popup-content h3.result-low span {
  color: #FFFFFF;
}
.popup .popup-holder .popup-content h3.result-low::before {
  border-color: #696585;
  background-color: #696585;
}
.popup .popup-holder .popup-content h3.result-medium span {
  color: #FFFFFF;
}
.popup .popup-holder .popup-content h3.result-medium::before {
  border-color: #2A2071;
  background-color: #2A2071;
}
.popup .popup-holder .popup-content h3.result-high span {
  color: #FFFFFF;
}
.popup .popup-holder .popup-content h3.result-high::before {
  border-color: #E20413;
  background-color: #E20413;
}
.popup .popup-holder .popup-content p {
  padding: 0;
  margin-bottom: 0.5rem;
}
.popup .popup-holder .popup-content .result-help {
  display: block;
  text-align: center;
  margin-top: 2rem;
}
.popup .popup-holder .popup-content .result-help p {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}
.popup .popup-holder .popup-content .result-help .line {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: none;
  padding: 0.5rem 1rem 0.75rem 1rem;
  margin: 1rem auto;
  border: 1px solid #2A2071;
  border-radius: 0.625rem;
}
.popup .popup-holder .popup-content .result-help .line a {
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  color: #2A2071;
}
.popup .popup-holder .popup-content .result-help .line a span {
  display: block;
  font-size: 0.75rem;
}
.popup .popup-holder .popup-content .result-help .line em {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) skew(-10deg);
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0.125rem 0.375rem;
  color: #FFFFFF;
  background-color: #E20413;
  border-radius: 0.125rem;
}
.popup .popup-holder .popup-content .result-help .line em i {
  position: relative;
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.popup.inactive {
  opacity: 0;
  visibility: hidden;
}
.popup.inactive .popup-holder {
  opacity: 0;
  visibility: hidden;
  transform: translateY(5rem);
}

@media (max-width: 768px) {
  .popup .popup-holder .popup-content h3 {
    font-size: 2rem;
  }
  .popup .popup-holder .popup-content p {
    font-size: 0.875rem;
  }
  .popup .popup-holder .popup-content p.help {
    font-size: 0.75rem;
    padding-right: 11rem;
  }
  .popup .popup-holder .popup-content p.help a {
    font-size: 1rem;
    width: 10rem;
  }
}
@media (max-width: 480px) {
  .popup {
    padding: 10% 0.625rem;
  }
  .popup .popup-holder {
    padding: 2.5rem 1.5rem;
  }
  .popup .popup-holder .popup-content h2 {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .popup .popup-holder .popup-content h3 {
    font-size: 1.5rem;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  .popup .popup-holder .popup-content p.help {
    padding-right: 0;
  }
  .popup .popup-holder .popup-content p.help a {
    position: relative;
    top: 0;
    right: auto;
    display: block;
    transform: none;
    margin: 1rem auto 0 auto;
  }
}
.homepage .priority {
  padding: 5rem 0;
}
.homepage .priority .priority-quote {
  position: relative;
  text-align: center;
}
.homepage .priority .priority-quote h1 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  padding: 1.5rem 4.5rem;
  margin-bottom: 1.5rem;
}
.homepage .priority .priority-quote h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 3rem;
  aspect-ratio: 1/1;
  background-image: url("../icons/quote.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.homepage .priority .priority-quote h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  width: 3rem;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
  background-image: url("../icons/quote.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.homepage .priority .priority-text {
  padding-right: 4%;
}
.homepage .priority .priority-box {
  position: relative;
  max-width: 40rem;
  padding: 2rem;
  margin: 2rem auto;
  border-radius: 1.25rem;
  background-color: #F5F5F5;
}
.homepage .priority .priority-box h2 {
  position: relative;
  display: inline-block;
}
.homepage .priority .priority-box h2 img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 100%;
  padding-bottom: 1%;
  margin-left: 0.5rem;
}
.homepage .priority .priority-box p {
  padding-bottom: 0;
}
.homepage .priority .priority-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
.homepage .priority .priority-list .list-item {
  padding: 1rem 1.5rem;
  color: #FFFFFF;
  background-color: #2A2071;
  border-radius: 1.25rem;
}
.homepage .priority .priority-list .list-item figure {
  display: inline-block;
  margin: 1rem 0;
}
.homepage .priority .priority-list .list-item figure img {
  width: auto;
  height: 2rem;
}
.homepage .priority .priority-list .list-item p {
  font-size: 0.875rem;
}
.homepage .priority .rule {
  margin-bottom: 3.5rem;
}
.homepage .social {
  padding: 5rem 0;
}
.homepage .social .social-text {
  margin-bottom: 2rem;
}
.homepage .social .social-text h2 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  padding-right: 1.375rem;
  margin-right: 1rem;
  border-right: 3px solid #EBEBEC;
  border-radius: 3px;
}
.homepage .social .social-text ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.homepage .social .social-text ul li {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.625rem;
}
.homepage .social .social-text ul li img {
  width: 2rem;
}
.homepage .social .social-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
}
.homepage .social .social-posts .post-item {
  position: relative;
  display: block;
  min-width: 0;
  margin-top: 1rem;
  text-align: center;
}
.homepage .social .social-posts .post-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0.625rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
}
.homepage .social .social-posts .post-item .item-holder {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
}
.homepage .social .social-posts .post-item .item-holder p {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 1.25rem;
  color: #FFFFFF;
  background-color: #E20413;
  border-radius: 0.375rem;
}
.homepage .social .social-posts .post-item .item-holder h4 {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}
.homepage .social .social-posts .post-item .post-swiper {
  position: relative;
  width: 75%;
  margin: 0 auto 1.25rem;
}
.homepage .social .social-posts .post-item .post-swiper .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.homepage .social .social-posts .post-item .post-swiper .swiper-slide {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s;
}
.homepage .social .social-posts .post-item .post-swiper .swiper-slide.swiper-slide-active {
  z-index: 2;
  transform: translate(0, 0) rotate(0) scale(1);
  opacity: 1;
}
.homepage .social .social-posts .post-item .post-swiper .swiper-slide.swiper-slide-next {
  z-index: 1;
  transform: translate(-90%, -3%) rotate(3deg) scale(0.85);
  opacity: 0.5;
}
.homepage .social .social-posts .post-item .post-swiper .swiper-slide.swiper-slide-next + .swiper-slide {
  z-index: 1;
  transform: translate(-185%, -3%) rotate(6deg) scale(0.8);
  opacity: 0.25;
}
.homepage .social .social-posts .post-item .post-swiper .swiper-slide.swiper-slide-prev {
  z-index: 1;
  transform: translate(90%, -3%) rotate(-3deg) scale(0.85);
  opacity: 0.5;
}
.homepage .social .social-posts .post-item .post-swiper .swiper-pagination {
  display: block;
  font-size: 0;
  margin-top: 0.625rem;
}
.homepage .social .social-posts .post-item .post-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.125rem;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.homepage .social .social-posts .post-item .post-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.25);
}
.homepage .social .social-posts .post-item .post-swiper figure {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.75;
  background-color: #2A2071;
  border-radius: 0.625rem;
}
.homepage .map {
  padding: 5rem 0;
  text-align: center;
  background-color: #F5F5F5;
}
.homepage .map figure {
  display: block;
  margin: 2rem 0;
}
.homepage .map p {
  text-transform: uppercase;
  padding-bottom: 0;
}
.homepage .map p.line {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: none;
  padding: 0.5rem 1rem 0.75rem 1rem;
  margin: 1rem auto;
  border: 1px solid #2A2071;
  border-radius: 0.625rem;
}
.homepage .map p.line a {
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  color: #2A2071;
}
.homepage .map p.line a span {
  display: block;
  font-size: 0.75rem;
}
.homepage .map p.line em {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) skew(-10deg);
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0.125rem 0.375rem;
  color: #FFFFFF;
  background-color: #E20413;
  border-radius: 0.125rem;
}
.homepage .map p.line em i {
  position: relative;
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}

@media (max-width: 1024px) {
  .homepage .priority .priority-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .homepage .priority .priority-list .list-item h3 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .homepage .priority {
    padding: 3rem 0;
  }
  .homepage .priority .priority-quote h1 {
    padding: 1.5rem 3rem;
  }
  .homepage .priority .priority-quote h1::before {
    left: 0.625rem;
  }
  .homepage .priority .priority-quote h1::after {
    right: 0.625rem;
  }
  .homepage .priority .priority-box {
    max-width: none;
    margin: 1rem 0;
  }
  .homepage .priority .priority-list {
    margin-top: 1rem;
  }
  .homepage .priority .priority-list .list-item h3 {
    font-size: 1.25rem;
  }
  .homepage .priority .rule {
    margin-bottom: 2.5rem;
  }
  .homepage .social {
    padding: 3rem 0;
  }
  .homepage .social .social-text {
    text-align: center;
  }
  .homepage .social .social-text h2 {
    display: block;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    border: 0;
  }
  .homepage .social .social-text ul {
    display: block;
  }
  .homepage .social .social-posts {
    grid-template-columns: repeat(1, 1fr);
  }
  .homepage .social .social-posts .post-item {
    display: none;
    margin-top: 0;
  }
  .homepage .social .social-posts .post-item.active {
    display: block;
  }
  .homepage .social .social-nav {
    position: relative;
    display: block;
    font-size: 0;
    text-align: center;
    margin-top: 2rem;
  }
  .homepage .social .social-nav .prev,
  .homepage .social .social-nav .next {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    height: 3rem;
    margin: 0 2rem;
    border-radius: 50%;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  }
  .homepage .social .social-nav .prev::before,
  .homepage .social .social-nav .next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url("../icons/next.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .homepage .social .social-nav .prev.inactive,
  .homepage .social .social-nav .next.inactive {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.25;
  }
  .homepage .social .social-nav .prev::before {
    transform: rotate(180deg);
  }
  .homepage .map {
    padding: 3rem 0;
  }
  .homepage .map figure {
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .homepage .priority {
    padding: 3rem 0;
  }
  .homepage .priority .priority-quote h1 {
    padding: 1.5rem 2rem;
  }
  .homepage .priority .priority-quote h1::before {
    left: 0;
  }
  .homepage .priority .priority-quote h1::after {
    right: 0;
  }
  .homepage .priority .priority-list {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }
  .homepage .priority .priority-list .list-item p {
    padding-bottom: 1rem;
  }
}
.tipos .game {
  padding: 5rem 0;
}
.tipos .game h1 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
}
.tipos .game .game-box {
  position: relative;
  max-width: 40rem;
  padding: 2rem;
  margin: 2rem auto 4rem auto;
  border-radius: 1.25rem;
  background-color: #F5F5F5;
}
.tipos .game .game-box h2 {
  position: relative;
  display: inline-block;
}
.tipos .game .game-box p {
  padding-bottom: 0;
}
.tipos .game .game-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
.tipos .game .game-principles .principles-item {
  padding: 1rem 1.5rem;
  color: #FFFFFF;
  background-color: #2A2071;
  border-radius: 1.25rem;
}
.tipos .game .game-principles .principles-item figure {
  position: relative;
  margin: 1rem 0 1.5rem 0;
}
.tipos .game .game-principles .principles-item figure img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 2rem;
  padding: 0;
  margin-right: 0.75rem;
}
.tipos .game .game-principles .principles-item figure h3 {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.tipos .game .game-principles .principles-item figure h3 a,
.tipos .game .game-principles .principles-item figure h3 a:visited {
  color: #FFFFFF;
}
.tipos .game .game-principles .principles-item figure h3 a:hover,
.tipos .game .game-principles .principles-item figure h3 a:visited:hover {
  color: #FFFFFF;
}
.tipos .game .game-principles .principles-item p {
  font-size: 0.875rem;
  padding-bottom: 0.375rem;
}
.tipos .game .game-principles .principles-item ul {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}
.tipos .game .game-principles .principles-item ul li {
  font-size: 0.875rem;
  line-height: 150%;
}
.tipos .game .game-principles .principles-item ul li a {
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.tipos .game .rule {
  margin-bottom: 3.5rem;
}
.tipos .social {
  padding: 5rem 0;
}
.tipos .social .social-text {
  margin-bottom: 2rem;
}
.tipos .social .social-text h2 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  padding-right: 1.375rem;
  margin-right: 1rem;
  border-right: 3px solid #EBEBEC;
  border-radius: 3px;
}
.tipos .social .social-text ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.tipos .social .social-text ul li {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.625rem;
}
.tipos .social .social-text ul li img {
  width: 2rem;
}
.tipos .social .social-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
}
.tipos .social .social-posts .post-item {
  position: relative;
  display: block;
  min-width: 0;
  margin-top: 1rem;
  text-align: center;
}
.tipos .social .social-posts .post-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0.625rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
}
.tipos .social .social-posts .post-item .item-holder {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
}
.tipos .social .social-posts .post-item .item-holder p {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 1.25rem;
  color: #FFFFFF;
  background-color: #E20413;
  border-radius: 0.375rem;
}
.tipos .social .social-posts .post-item .item-holder h4 {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}
.tipos .social .social-posts .post-item .post-swiper {
  position: relative;
  width: 75%;
  margin: 0 auto 1.25rem;
}
.tipos .social .social-posts .post-item .post-swiper .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.tipos .social .social-posts .post-item .post-swiper .swiper-slide {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s;
}
.tipos .social .social-posts .post-item .post-swiper .swiper-slide.swiper-slide-active {
  z-index: 2;
  transform: translate(0, 0) rotate(0) scale(1);
  opacity: 1;
}
.tipos .social .social-posts .post-item .post-swiper .swiper-slide.swiper-slide-next {
  z-index: 1;
  transform: translate(-90%, -3%) rotate(3deg) scale(0.85);
  opacity: 0.5;
}
.tipos .social .social-posts .post-item .post-swiper .swiper-slide.swiper-slide-next + .swiper-slide {
  z-index: 1;
  transform: translate(-185%, -3%) rotate(6deg) scale(0.8);
  opacity: 0.25;
}
.tipos .social .social-posts .post-item .post-swiper .swiper-slide.swiper-slide-prev {
  z-index: 1;
  transform: translate(90%, -3%) rotate(-3deg) scale(0.85);
  opacity: 0.5;
}
.tipos .social .social-posts .post-item .post-swiper .swiper-pagination {
  display: block;
  font-size: 0;
  margin-top: 0.625rem;
}
.tipos .social .social-posts .post-item .post-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.125rem;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.tipos .social .social-posts .post-item .post-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.25);
}
.tipos .social .social-posts .post-item .post-swiper figure {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.75;
  background-color: #2A2071;
  border-radius: 0.625rem;
}
.tipos .videos {
  padding: 5rem 0;
}
.tipos .videos .videos-text {
  margin-bottom: 2rem;
}
.tipos .videos .videos-text h2 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  padding-right: 1.375rem;
  margin-right: 1rem;
  border-right: 3px solid #EBEBEC;
  border-radius: 3px;
}
.tipos .videos .videos-text ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.tipos .videos .videos-text ul li {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.625rem;
}
.tipos .videos .videos-text ul li img {
  width: 2rem;
}
.tipos .videos .videos-item {
  position: relative;
  padding: 1rem;
  margin-bottom: 1.25rem;
  background-color: #F5F5F5;
  border-radius: 0.625rem;
}
.tipos .videos .videos-item figure {
  position: relative;
  font-size: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
}
.tipos .videos .videos-item figure a {
  display: block;
}
.tipos .videos .videos-item .item-date {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  margin-bottom: 0.125rem;
  color: #FFFFFF;
  background-color: rgba(42, 32, 113, 0.1);
  border-radius: 0.375rem;
}
.tipos .videos .videos-item h3 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.tipos .videos .videos-item.highlight .item-date {
  background-color: #E20413;
}
.tipos .videos .videos-item.highlight h3 {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
.tipos .limits {
  padding: 5rem 0;
  background-color: #F5F5F5;
}
.tipos .limits .limits-item {
  padding: 1.5rem 1.5rem 0;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
}
.tipos .limits .limits-item ul {
  padding-left: 1.5rem;
  padding-bottom: 2rem;
}
.tipos .limits .limits-item ul li {
  line-height: 150%;
}
.tipos .limits .limits-item p a, .tipos .limits .limits-item ul a {
  font-weight: 700;
  text-decoration: none;
  color: #2A2071;
  border-bottom: 1px solid rgba(42, 32, 113, 0.75);
}
.tipos .limits .limits-item p + ul {
  margin-top: -1.5rem;
}
.tipos .limits .limits-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.tipos .limits .limits-note {
  margin-top: 2rem;
  padding-bottom: 0;
}
.tipos .cooperation {
  padding: 5rem 0;
}
.tipos .cooperation .cooperation-item {
  padding: 2rem 1rem 0 1rem;
  background-color: rgba(245, 245, 245, 0.75);
  border-radius: 0.625rem;
}
.tipos .cooperation .cooperation-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .tipos .game {
    padding: 3rem 0;
  }
  .tipos .game .game-box {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .tipos .game .game-principles {
    margin-top: 1rem;
  }
  .tipos .game .rule {
    margin-bottom: 2.5rem;
  }
  .tipos .social {
    padding: 3rem 0;
  }
  .tipos .social .social-text {
    text-align: center;
  }
  .tipos .social .social-text h2 {
    display: block;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    border: 0;
  }
  .tipos .social .social-text ul {
    display: block;
  }
  .tipos .social .social-posts {
    grid-template-columns: repeat(1, 1fr);
  }
  .tipos .social .social-posts .post-item {
    display: none;
    margin-top: 0;
  }
  .tipos .social .social-posts .post-item.active {
    display: block;
  }
  .tipos .social .social-nav {
    position: relative;
    display: block;
    font-size: 0;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .tipos .social .social-nav .prev,
  .tipos .social .social-nav .next {
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    height: 3rem;
    margin: 0 0.625rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
  }
  .tipos .videos {
    padding: 3rem 0;
  }
  .tipos .videos .videos-text {
    text-align: center;
  }
  .tipos .videos .videos-text h2 {
    display: block;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    border: 0;
  }
  .tipos .videos .videos-text ul {
    display: block;
  }
  .tipos .videos .videos-item {
    float: left;
  }
  .tipos .videos .videos-item figure {
    float: left;
    width: 30%;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .tipos .videos .videos-item .item-date {
    margin-top: 1rem;
  }
  .tipos .videos .videos-item.highlight {
    padding-left: 1rem;
  }
  .tipos .videos .videos-item.highlight figure {
    position: static;
    width: 100%;
  }
  .tipos .limits {
    padding: 3rem 0;
  }
  .tipos .cooperation {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .tipos .game .game-principles {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }
  .tipos .game .game-principles .principles-item figure h3 {
    display: block;
    margin-top: 1rem;
  }
  .tipos .videos .videos-item .item-date {
    margin-top: 0.125rem;
  }
  .tipos .videos .videos-item h3 {
    font-size: 0.875rem;
  }
}
.player .control {
  padding: 5rem 0;
}
.player .control h1 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
}
.player .control .control-guidelines {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  margin: 2rem 0;
}
.player .control .control-guidelines .guidelines-item {
  position: relative;
  padding: 2rem 1.5rem 2rem 6.5rem;
  background-color: #F5F5F5;
  border-radius: 0.625rem;
}
.player .control .control-guidelines .guidelines-item figure {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid #2A2071;
  border-radius: 50%;
}
.player .control .control-guidelines .guidelines-item figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: 700;
  color: #E20413;
}
.player .control .control-guidelines .guidelines-item h3 {
  padding-bottom: 0.5rem;
}
.player .control .control-guidelines .guidelines-item p {
  padding-right: 5%;
  padding-bottom: 0;
}
.player .control .control-note {
  padding-bottom: 0;
}
.player .warning {
  padding: 5rem 0;
  background-color: #F5F5F5;
}
.player .warning .warning-swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}
.player .warning .warning-swiper .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.player .warning .warning-swiper .swiper-slide {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.player .warning .warning-swiper .swiper-slide p {
  width: 20rem;
  padding: 3rem 15%;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.player .warning .warning-note {
  padding-bottom: 0;
}
.player .quiz {
  padding: 5rem 0;
}
.player .quiz .quiz-start {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0;
}
.player .quiz .quiz-start p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.player .quiz .quiz-start p a {
  font-size: 4rem;
}
.player .quiz .quiz-swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  transition: all 0.4s;
}
.player .quiz .quiz-swiper.blurred {
  opacity: 0.25;
  filter: blur(0.25rem);
}
.player .quiz .quiz-swiper.blurred .quiz-question {
  box-shadow: none;
}
.player .quiz .quiz-swiper.blurred + .quiz-evaluate {
  display: none;
}
.player .quiz .quiz-swiper .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.player .quiz .quiz-swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s;
}
.player .quiz .quiz-swiper .swiper-slide.swiper-slide-active {
  z-index: 3;
  transform: translateX(0) scale(1);
  opacity: 1;
}
.player .quiz .quiz-swiper .swiper-slide.swiper-slide-next {
  z-index: 1;
  transform: translateX(-50%) scale(0.75);
  opacity: 0.25;
}
.player .quiz .quiz-swiper .swiper-slide.swiper-slide-next::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player .quiz .quiz-swiper .swiper-slide.swiper-slide-prev {
  z-index: 1;
  transform: translateX(50%) scale(0.75);
  opacity: 0.25;
}
.player .quiz .quiz-swiper .swiper-slide.swiper-slide-prev::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player .quiz .quiz-question {
  position: relative;
  width: 100%;
  padding: 1rem 2rem 5rem 2rem;
  border-radius: 0.625rem;
  color: #FFFFFF;
  background-color: #2A2071;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.player .quiz .quiz-question h3 {
  position: relative;
  padding-left: 1.75rem;
  margin-top: 1rem;
}
.player .quiz .quiz-question h3 strong {
  position: absolute;
  top: 0;
  left: 0;
}
.player .quiz .quiz-question p {
  position: absolute;
  left: 50%;
  bottom: 1.75rem;
  transform: translateX(-50%);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}
.player .quiz .quiz-question .question-answers {
  position: relative;
  display: block;
}
.player .quiz .quiz-question .question-answers label {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-left: 4rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.player .quiz .quiz-question .question-answers label .radio {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: rgba(245, 245, 245, 0.25);
  border-radius: 0.625rem;
}
.player .quiz .quiz-question .question-answers label .radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
}
.player .quiz .quiz-question .question-answers label .radio input {
  display: none;
}
.player .quiz .quiz-question .question-answers label .radio input:checked + i {
  background-color: #2A2071;
}
.player .quiz .quiz-question .question-answers label .radio i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #2A2071;
  border-radius: 0.375rem;
}
.player .quiz .quiz-question .question-answers label .label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
  border-radius: 0.625rem;
  background-color: rgba(245, 245, 245, 0.25);
}
.player .quiz .quiz-evaluate {
  text-align: center;
  padding-bottom: 0;
}
.player .quiz .quiz-evaluate .inactive {
  cursor: not-allowed;
  opacity: 0.25;
}
.player .restraint {
  padding: 5rem 0;
  background-color: #F5F5F5;
}
.player .restraint p:last-child {
  padding-bottom: 0;
}
.player .help {
  padding: 5rem 0;
}
.player .help .help-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
}
.player .help .help-steps .steps-item {
  position: relative;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  background-color: #F5F5F5;
  border-radius: 0.625rem;
}
.player .help .help-steps .steps-item h3 {
  padding-bottom: 0.5rem;
}
.player .help .help-steps .steps-item p {
  padding-bottom: 0;
}
.player .help .help-accordion {
  padding-bottom: 2rem;
}
.player .help .help-accordion h2 {
  padding-bottom: 0;
}
.player .help .help-accordion p {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
.player .help .rule {
  margin-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .player .control {
    padding: 3rem 0;
  }
  .player .control .control-guidelines {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    margin-top: 1rem;
  }
  .player .control .control-guidelines .guidelines-item h3 br {
    display: none;
  }
  .player .warning {
    padding: 3rem 0;
  }
  .player .warning .warning-swiper .swiper-slide p {
    width: 18rem;
    font-size: 0.875rem;
  }
  .player .quiz {
    padding: 3rem 0;
  }
  .player .quiz .quiz-start .button {
    font-size: 2rem;
    white-space: nowrap;
  }
  .player .quiz .quiz-question {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4rem;
  }
  .player .quiz .quiz-question h3 {
    font-size: 1.125rem;
  }
  .player .quiz .quiz-question p {
    bottom: 1.5rem;
    font-size: 1rem;
  }
  .player .restraint {
    padding: 3rem 0;
  }
  .player .help {
    padding: 3rem 0;
  }
  .player .help .help-accordion h2 {
    font-size: 1.5rem;
    padding-left: 5%;
    padding-right: 5%;
  }
  .player .help .rule {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  .player .help h2 br {
    display: none;
  }
  .player .help .help-steps {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }
  .player .help .help-steps .steps-item {
    padding: 1rem;
    margin-bottom: 0;
    text-align: left;
  }
  .player .help .help-steps .steps-item:last-child {
    margin-bottom: 2rem;
  }
  .player .help .help-steps .steps-item h3 {
    font-size: 1rem;
  }
  .player .help .help-steps .steps-item p {
    font-size: 0.875rem;
  }
}
.seller .target {
  padding: 5rem 0;
}
.seller .target .target-quote {
  position: relative;
  text-align: center;
}
.seller .target .target-quote h1 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  padding: 1.5rem 4.5rem;
  margin-bottom: 1.5rem;
}
.seller .target .target-quote h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 3rem;
  aspect-ratio: 1/1;
  background-image: url("../icons/quote.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.seller .target .target-quote h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  width: 3rem;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
  background-image: url("../icons/quote.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.seller .target .target-box {
  position: relative;
  max-width: 40rem;
  padding: 2rem;
  margin: 2rem auto;
  border-radius: 1.25rem;
  color: #FFFFFF;
  background-color: #2A2071;
}
.seller .target .target-box h2 {
  position: relative;
  display: inline-block;
}
.seller .target .target-box p {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.75rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.375rem;
}
.seller .target .target-box p a {
  margin-left: 1rem;
}
.seller .target .target-guidelines {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.seller .target .target-guidelines .guidelines-item {
  position: relative;
  padding: 2rem 1.5rem 2rem 6.5rem;
  background-color: #F5F5F5;
  border-radius: 0.625rem;
}
.seller .target .target-guidelines .guidelines-item figure {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid #2A2071;
  border-radius: 50%;
}
.seller .target .target-guidelines .guidelines-item figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: 700;
  color: #E20413;
}
.seller .target .target-guidelines .guidelines-item h3 {
  padding-bottom: 0.5rem;
}
.seller .target .target-guidelines .guidelines-item p {
  padding-right: 5%;
  padding-bottom: 0;
}
.seller .target .target-risks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.seller .target .target-risks .risks-item {
  position: relative;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  background-color: #F5F5F5;
  border-radius: 0.625rem;
}
.seller .target .target-risks .risks-item ul {
  padding-left: 1.25rem;
  padding-bottom: 0;
}
.seller .target .target-risks .risks-item ul li {
  font-size: 1rem;
  line-height: 150%;
}
.seller .target .target-risks .risks-item ul li:not(:last-child) {
  padding-bottom: 0.5rem;
}
.seller .target .target-swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}
.seller .target .target-swiper .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.seller .target .target-swiper .swiper-slide {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 0.625rem;
}
.seller .target .target-swiper .swiper-slide p {
  width: 20rem;
  padding: 3rem 10%;
}
.seller .target .target-help {
  position: relative;
  padding: 2rem 2rem 3rem;
  margin: 2rem auto;
  border-radius: 1.25rem;
  color: #FFFFFF;
  background-color: #2A2071;
}
.seller .target .target-help h2 {
  position: relative;
}
.seller .target .target-help ul {
  text-align: left;
  padding-left: 4rem;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
.seller .target .target-help ul li {
  font-size: 1.5rem;
  line-height: 150%;
}
.seller .target .target-help ul li a {
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.seller .target .target-help p {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0.75rem 3rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.375rem;
}
.seller .target .target-help p a {
  display: block;
  max-width: 15rem;
  margin: 0.5rem auto;
  color: #2A2071;
  background-color: #FFFFFF;
}
.seller .target .rule {
  margin-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .seller .target {
    padding: 3rem 0;
  }
  .seller .target .target-quote h1 {
    padding: 1.5rem 3rem;
  }
  .seller .target .target-quote h1::before {
    left: 0.625rem;
  }
  .seller .target .target-quote h1::after {
    right: 0.625rem;
  }
  .seller .target .target-box {
    padding: 1.5rem;
    margin-top: 1rem;
  }
  .seller .target .target-box h3 {
    font-size: 1rem;
  }
  .seller .target .target-box p {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
  .seller .target .target-guidelines {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    margin-top: 1rem;
  }
  .seller .target .target-guidelines .guidelines-item {
    padding: 1rem 1rem 1rem 5rem;
  }
  .seller .target .target-guidelines .guidelines-item figure {
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .seller .target .target-guidelines .guidelines-item p {
    padding-right: 0;
  }
  .seller .target .target-risks {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }
  .seller .target .target-risks .risks-item {
    padding: 1rem 1rem 2rem;
    margin-bottom: 1rem;
  }
  .seller .target .target-risks .risks-item:not(:last-child) {
    margin-bottom: 0;
  }
  .seller .target .target-swiper {
    padding-bottom: 1rem;
  }
  .seller .target .target-swiper .swiper-slide p {
    width: 18rem;
    font-size: 0.875rem;
  }
  .seller .target .target-help {
    padding: 1.5rem 1rem 2rem;
    margin-bottom: 1rem;
  }
  .seller .target .target-help h2 {
    font-size: 1.5rem;
  }
  .seller .target .target-help ul {
    padding-left: 1.5rem;
  }
  .seller .target .target-help ul li {
    font-size: 1rem;
  }
  .seller .target .target-help ul li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  .seller .target .target-help p {
    font-size: 1rem;
    padding: 0.75rem 1.5rem 0.5rem 1.5rem;
  }
  .seller .target .rule {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }
}
.assistance .consultation {
  padding: 5rem 0;
}
.assistance .consultation h1 {
  font-size: 2rem;
}
.assistance .consultation figure {
  display: block;
  margin: 2rem 0;
}
.assistance .consultation p {
  text-transform: uppercase;
  padding-bottom: 0;
}
.assistance .consultation p.line {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: none;
  padding: 0.5rem 1rem 0.75rem 1rem;
  margin: 1rem auto;
  border: 1px solid #2A2071;
  border-radius: 0.625rem;
}
.assistance .consultation p.line a {
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  color: #2A2071;
}
.assistance .consultation p.line a span {
  display: block;
  font-size: 0.75rem;
}
.assistance .consultation p.line em {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) skew(-10deg);
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0.125rem 0.375rem;
  color: #FFFFFF;
  background-color: #E20413;
  border-radius: 0.125rem;
}
.assistance .consultation p.line em i {
  position: relative;
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.assistance .clinics {
  padding-bottom: 5rem;
}
.assistance .clinics .clinics-table {
  margin-top: 2rem;
  padding: 3rem;
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
}
.assistance .clinics .clinics-table .table-head {
  display: grid;
  grid-template-columns: 28% 25% 27% 20%;
  background-color: #F5F5F5;
  border-radius: 0.625rem;
  align-items: end;
}
.assistance .clinics .clinics-table .table-head .col {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 1rem;
}
.assistance .clinics .clinics-table .table-group {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.assistance .clinics .clinics-table .table-group.grey {
  background-color: #F5F5F5;
  border-radius: 0.625rem;
}
.assistance .clinics .clinics-table .table-group .table-region {
  padding: 1rem 1rem 0;
}
.assistance .clinics .clinics-table .table-group .table-region em {
  font-weight: 500;
  color: #E20413;
}
.assistance .clinics .clinics-table .table-group .table-row {
  display: grid;
  grid-template-columns: 28% 25% 27% 20%;
}
.assistance .clinics .clinics-table .table-group .table-row .col {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 1rem 1rem 0;
}
.assistance .clinics .clinics-table .table-group .table-row .col strong {
  font-weight: 700;
}
.assistance .clinics .clinics-table .table-group .table-row .col a {
  text-decoration: none;
  color: #2A2071;
}
.assistance .clinics .rule {
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.assistance .restriction {
  padding: 5rem 0;
  background-color: #F5F5F5;
}

@media (max-width: 768px) {
  .assistance .consultation {
    padding: 3rem 0;
  }
  .assistance .consultation h1 em {
    font-size: 1.5rem;
    line-height: 125%;
    padding: 0.5rem 5% 0 5%;
  }
  .assistance .consultation figure {
    margin-top: 1rem;
  }
  .assistance .clinics {
    padding-bottom: 3rem;
  }
  .assistance .clinics .clinics-table {
    margin: 0;
    padding: 0 0.625rem;
  }
  .assistance .clinics .clinics-table .table-head {
    display: none;
  }
  .assistance .clinics .clinics-table .table-group {
    padding: 1rem 0.625rem;
  }
  .assistance .clinics .clinics-table .table-group .table-region {
    font-size: 0.875rem;
    text-align: center;
    padding-top: 0.5rem;
  }
  .assistance .clinics .clinics-table .table-group .table-row {
    grid-template-columns: 1fr;
    padding-bottom: 0.5rem;
  }
  .assistance .clinics .clinics-table .table-group .table-row .col {
    position: relative;
    font-size: 0.75rem;
    padding: 0.25rem 1rem 0.25rem 8rem;
  }
  .assistance .clinics .clinics-table .table-group .table-row .col::before {
    content: attr(data-label) ":";
    position: absolute;
    top: 0.175rem;
    left: 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: #2A2071;
  }
  .assistance .clinics .clinics-table .table-group .table-row .col:first-child {
    padding-top: 1rem;
  }
  .assistance .clinics .clinics-table .table-group .table-row .col.col-name {
    font-size: 0.875rem;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
  }
  .assistance .clinics .clinics-table .table-group .table-row .col.col-name::before {
    content: none;
  }
  .assistance .clinics .rule {
    margin-bottom: 3rem;
  }
  .assistance .restriction {
    padding: 3rem 0;
  }
}
.error {
  width: 100%;
  padding: 10rem 0 8rem 0;
  background-image: url("../images/homepage/intro-background.webp");
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.error figure {
  margin-bottom: 3rem;
}
.error figure img {
  max-width: 20rem;
}
.error h1 {
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .error {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .error figure {
    margin-bottom: 2rem;
  }
  .error figure img {
    max-width: 12rem;
  }
  .error h1 {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}