@font-face {
  font-family: "TikTok Sans Display";
  src: url("fonts/TikTokSansDisplay-Black.eot");
  src: url("fonts/TikTokSansDisplay-Black.eot?#iefix") format("embedded-opentype"), url("fonts/TikTokSansDisplay-Black.woff2") format("woff2"), url("fonts/TikTokSansDisplay-Black.woff") format("woff"), url("fonts/TikTokSansDisplay-Black.ttf") format("truetype"), url("fonts/TikTokSansDisplay-Black.svg#TikTokSansDisplay-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTok Sans Display";
  src: url("fonts/TikTokSansDisplay-Bold.eot");
  src: url("fonts/TikTokSansDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TikTokSansDisplay-Bold.woff2") format("woff2"), url("fonts/TikTokSansDisplay-Bold.woff") format("woff"), url("fonts/TikTokSansDisplay-Bold.ttf") format("truetype"), url("fonts/TikTokSansDisplay-Bold.svg#TikTokSansDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTok Sans Display";
  src: url("fonts/TikTokSansDisplay-Medium.eot");
  src: url("fonts/TikTokSansDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/TikTokSansDisplay-Medium.woff2") format("woff2"), url("fonts/TikTokSansDisplay-Medium.woff") format("woff"), url("fonts/TikTokSansDisplay-Medium.ttf") format("truetype"), url("fonts/TikTokSansDisplay-Medium.svg#TikTokSansDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTok Text";
  src: url("fonts/TikTokText-Regular.eot");
  src: url("fonts/TikTokText-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TikTokText-Regular.woff2") format("woff2"), url("fonts/TikTokText-Regular.woff") format("woff"), url("fonts/TikTokText-Regular.ttf") format("truetype"), url("fonts/TikTokText-Regular.svg#TikTokText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  appearance: none;
  outline: none;
  padding: 0;
  outline: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

html.no__scroll,
body.no__scroll {
  overflow: hidden;
}

html,
body {
  background: #baf6f0;
  width: 100vw;
  color: #000000;
  font-size: 16px;
  font-family: "TikTok Text";
  font-weight: 500;
  position: relative;
  line-height: 1;
  overflow-x: hidden;
}

.guide {
  box-shadow: inset 0px 0px 0px 1px #333;
}

.root__container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.wrapper__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1728px;
  z-index: 10;
  padding: 5vw min(2.5vw, 48px);
}

section {
  position: relative;
}
section.section {
  width: 100%;
}
section#intro {
  background: #baf6f0;
  padding-top: 100px;
}
section#nosso_compromisso {
  background: #edbbe8;
}
section#nosso_compromisso .bg__extra {
  background: #baf6f0;
}
section#ferramentas_seguranca {
  background: #baf6f0;
}
section#sincronizacao_familiar {
  background: #edbbe8;
}
section#diretrizes_comunidade {
  background: #edbbe8;
}
section#moderacao_seguranca {
  background: #baf6f0;
}
section#bem_estar {
  background: #baf6f0;
}
section#parceria {
  background: #edbbe8;
}
section#fale {
  background: #ffffff;
  padding: 10vw 0;
}
section img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}
section img.desktop {
  display: block;
}
section img.mobile {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  html,
  body {
    width: 100%;
  }
  .root__container {
    width: 100%;
    position: relative;
    max-width: initial;
    margin: 0 auto;
    padding: 0 0;
  }
  .wrapper__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1728px;
    z-index: 10;
    padding: 0 24px;
  }
  section.section {
    width: 100%;
    padding: 10vw 0;
  }
  section#intro {
    padding-top: 30vw;
  }
  section#nosso_compromisso {
    background: #edbbe8;
    padding-bottom: 0;
  }
  section#nosso_compromisso .bg__extra {
    background: #baf6f0;
    padding: 10vw 0;
  }
  section#fale {
    min-height: initial;
    padding: 40vw 0;
  }
  section img.desktop {
    display: none !important;
  }
  section img.mobile {
    display: block !important;
  }
}
#loading-site {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0 !important;
  z-index: 99992000;
  background: #f1204a;
  transform-origin: top center;
}
#loading-site .progress-bar {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/loading_container.png) left bottom no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  overflow: initial;
  z-index: 100;
}
#loading-site .progress-bar::before {
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  color: #f1204a;
  z-index: 50;
  font-size: 1vw;
  letter-spacing: 0.02em;
}
#loading-site .progress-bar .progress {
  width: 300px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/loading_progress.png) left bottom no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  transition: 0.2s all;
  z-index: 10;
}
#loading-site .bg__red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #2fccd3;
  z-index: 10;
  transform-origin: top center;
}

@media only screen and (max-width: 770px) {
  #loading-site .progress-bar {
    top: 45%;
    width: 150px;
    height: 100px;
    background-size: cover;
  }
  #loading-site .progress-bar::before {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    color: #f1204a;
    z-index: 50;
    font-size: 3vw;
    letter-spacing: 0.02em;
  }
  #loading-site .progress-bar .progress {
    width: 0;
    height: 100px;
    background-size: cover;
  }
}
section.section#section__menu {
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 500;
  margin-bottom: 0;
  height: 100px;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
section.section#section__menu.motion {
  transform: translateY(0);
}
section.section#section__menu.motion .wrapper__container {
  opacity: 1;
  transition: all 0.3s ease-in-out 0.3s;
}
section.section#section__menu .wrapper__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  opacity: 0;
}
section.section#section__menu .wrapper__container .logo__tiktok {
  width: 2.8%;
  max-width: 48px;
}
section.section#section__menu .wrapper__container .wrapper__nav {
  width: 95%;
}
section.section#section__menu .wrapper__container .wrapper__nav ul {
  display: flex;
  justify-content: space-between;
}
section.section#section__menu .wrapper__container .wrapper__nav ul li {
  margin-left: 20px;
}
section.section#section__menu .wrapper__container .wrapper__nav ul li a {
  position: relative;
  font-size: min(1.25vw, 18px);
  font-family: "TikTok Sans Display";
  letter-spacing: -0.02em;
  color: #000000;
}
section.section#section__menu .wrapper__container .wrapper__nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
section.section#section__menu .wrapper__container .wrapper__nav ul li a:hover::before {
  transition-duration: 0.4s;
  transform: scaleX(1);
  transform-origin: left center;
}
section.section#section__menu .wrapper__container .wrapper__nav ul li a.active {
  color: #f1204a;
}
section.section#section__menu .wrapper__container .wrapper__nav ul li a.active::before {
  background: #f1204a;
  transform: scaleX(1);
  transform-origin: left center;
}
section.section#section__menu .wrapper__container .hamburger {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section.section#section__menu {
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 500;
    height: 80px;
    padding: 0;
  }
  section.section#section__menu .wrapper__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: initial;
  }
  section.section#section__menu .wrapper__container .logo__tiktok {
    position: relative;
    width: 36px;
    margin-right: 0;
    z-index: 500;
  }
  section.section#section__menu .wrapper__container.active .wrapper__nav ul {
    opacity: 1;
  }
  section.section#section__menu .wrapper__container .wrapper__nav {
    background: #ffffff;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 80px);
    display: none;
  }
  section.section#section__menu .wrapper__container .wrapper__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: calc(90dvh - 80px);
    opacity: 0;
    padding-top: 5vw;
    transition: all 0.3s ease-in-out;
  }
  section.section#section__menu .wrapper__container .wrapper__nav ul li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  section.section#section__menu .wrapper__container .wrapper__nav ul li a {
    position: relative;
    font-size: 4.5vw;
    letter-spacing: -0.01em;
    line-height: 4vw;
    color: #000000;
  }
  section.section#section__menu .wrapper__container .wrapper__nav ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  section.section#section__menu .wrapper__container .wrapper__nav ul li a:hover::before {
    transition-duration: 0.4s;
    transform: scaleX(1);
    transform-origin: left center;
  }
  section.section#section__menu .wrapper__container .hamburger {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: 2rem;
    cursor: pointer;
    display: block;
    z-index: 500;
    transition: all 0.3s ease-in-out;
    pointer-events: initial;
  }
  section.section#section__menu .wrapper__container .hamburger .line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 4px;
    background: #000000;
    transition: inherit;
    border-radius: 10px;
  }
  section.section#section__menu .wrapper__container .hamburger .line:nth-child(1) {
    top: 0.125em;
  }
  section.section#section__menu .wrapper__container .hamburger .line:nth-child(2) {
    top: 0.438em;
  }
  section.section#section__menu .wrapper__container .hamburger .line:nth-child(3) {
    top: 0.75em;
  }
  section.section#section__menu .wrapper__container .hamburger.is-active .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
    width: 100%;
    left: -5px;
  }
  section.section#section__menu .wrapper__container .hamburger.is-active .line:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  section.section#section__menu .wrapper__container .hamburger.is-active .line:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotateZ(135deg);
    width: 100%;
    right: 5px;
  }
}
.wrapper__container.margin__bottom {
  margin-bottom: min(5.2083333333vw, 100px);
}
.wrapper__container .wrapper__side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 10vh;
}
.wrapper__container .wrapper__side .l__side {
  width: 50%;
}
.wrapper__container .wrapper__side .l__side.width__40 {
  width: 40%;
}
.wrapper__container .wrapper__side .l__side.padding__left {
  padding-left: 5%;
}
.wrapper__container .wrapper__side .l__side.padding__right {
  padding-right: 5%;
}
.wrapper__container .wrapper__side .l__side.intro p {
  font-size: min(5.2083333333vw, 100px);
  letter-spacing: -0.03em;
  font-family: "TikTok Sans Display";
  font-weight: 700;
}
.wrapper__container .wrapper__side .r__side {
  width: 50%;
}
.wrapper__container .wrapper__side .r__side.small {
  width: 30%;
  max-width: 420px;
}
.wrapper__container .wrapper__side.three.align__start {
  align-items: flex-start;
}
.wrapper__container .wrapper__side.three .l__side {
  width: 30%;
}
.wrapper__container .wrapper__side.three .c__side {
  width: 30%;
  max-width: 420px;
}
.wrapper__container .wrapper__side.three .r__side {
  width: 30%;
}
.wrapper__container .wrapper__side ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: min(5.2083333333vw, 100px);
}
.wrapper__container .wrapper__side ul:last-child {
  margin-bottom: 0;
}
.wrapper__container .wrapper__side ul.list__bg {
  background: #ffffff;
  margin-top: min(1.6666666667vw, 32px);
  margin-bottom: 0;
  align-items: center;
  max-width: 650px;
  border-radius: 16px;
  overflow: hidden;
}
.wrapper__container .wrapper__side ul.list__bg li {
  font-family: "TikTok Sans Display";
  font-size: min(1.25vw, 24px);
  width: calc(100% - 60px);
}
.wrapper__container .wrapper__side ul.list__bg li:first-child {
  width: 50px;
  margin: min(0.625vw, 12px) min(1.25vw, 24px);
  background: #ffffff;
}
.wrapper__container .wrapper__side ul.list__bg li:first-child img {
  mix-blend-mode: initial;
}
.wrapper__container .wrapper__side ul.list {
  margin-top: min(2.0833333333vw, 40px);
  margin-bottom: 0;
  align-items: center;
}
.wrapper__container .wrapper__side ul.list li {
  font-size: min(1.25vw, 24px);
  line-height: 1.2em;
  width: calc(100% - 80px);
}
.wrapper__container .wrapper__side ul.list li:first-child {
  width: 80px;
  margin-right: 10px;
}
.wrapper__container .wrapper__side ul li {
  width: 75%;
  text-wrap: balance;
}
.wrapper__container .wrapper__side ul li:first-child {
  width: 22%;
  background: #baf6f0;
}
.wrapper__container .wrapper__side ul li:first-child img {
  mix-blend-mode: multiply;
}
.wrapper__container .wrapper__side ul li h4 {
  font-family: "TikTok Sans Display";
  font-size: min(2.2916666667vw, 44px);
  font-weight: 700;
  margin-bottom: min(28.125vw, 40px);
}
.wrapper__container .wrapper__side ul li p {
  font-size: min(1.25vw, 24px);
  line-height: 1.2em;
  text-wrap: balance;
}
.wrapper__container .wrapper__side .media {
  position: relative;
}
.wrapper__container .wrapper__side .media.motion__img {
  width: 100%;
}
.wrapper__container .wrapper__side .media.motion__img img {
  position: absolute;
  top: 0;
  right: 0;
}
.wrapper__container .wrapper__side .media.motion__img img.not {
  position: relative;
}
.wrapper__container .wrapper__title_description {
  width: 100%;
}
.wrapper__container .wrapper__title_description.text__center {
  text-align: center;
}
.wrapper__container .wrapper__title_description.margin__bottom {
  margin-bottom: min(5.2083333333vw, 100px);
}
.wrapper__container .wrapper__title_description .title {
  margin-bottom: min(2.6041666667vw, 50px);
}
.wrapper__container .wrapper__title_description .title h2 {
  position: relative;
  display: inline-flex;
  padding: 16px 40px 16px 20px;
  border-radius: 12px;
  font-size: min(1.9791666667vw, 38px);
  font-family: "TikTok Sans Display";
  font-weight: 700;
  overflow: hidden;
}
.wrapper__container .wrapper__title_description .title h2::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.wrapper__container .wrapper__title_description .title h2.green {
  background: #2fccd3;
}
.wrapper__container .wrapper__title_description .title h2.green::after {
  background: #baf6f0;
}
.wrapper__container .wrapper__title_description .title h2.red {
  background: #f1204a;
  color: #ffffff;
}
.wrapper__container .wrapper__title_description .title h2.red::after {
  background: #edbbe8;
}
.wrapper__container .wrapper__title_description .title h2.red__2 {
  background: #f1204a;
  color: #ffffff;
}
.wrapper__container .wrapper__title_description .title h2.red__2::after {
  background: #ffffff;
}
.wrapper__container .wrapper__title_description .title h3 {
  position: relative;
  font-size: min(2.2916666667vw, 44px);
  font-family: "TikTok Sans Display";
  font-weight: 500;
}
.wrapper__container .wrapper__title_description .title h3 strong {
  font-family: "TikTok Sans Display";
  font-weight: 900;
}
.wrapper__container .wrapper__title_description .logo__txt {
  width: min(26.7708333333vw, 514px);
  margin-bottom: min(3.6458333333vw, 70px);
}
.wrapper__container .wrapper__title_description .description.flex {
  display: flex;
  justify-content: center;
}
.wrapper__container .wrapper__title_description .description.padding__right {
  padding-right: 5%;
}
.wrapper__container .wrapper__title_description .description.padding__left {
  padding-left: 5%;
}
.wrapper__container .wrapper__title_description .description.small p {
  font-size: min(1.25vw, 24px);
  margin-bottom: min(1.6666666667vw, 32px);
}
.wrapper__container .wrapper__title_description .description.small p strong {
  font-family: "TikTok Sans Display";
  font-weight: 700;
  background: #ffffff;
  padding: 8px 24px;
  border-radius: 12px;
  color: #2fccd3;
  font-size: min(1.7708333333vw, 34px);
  display: inline-block;
}
.wrapper__container .wrapper__title_description .description.small p strong.fix {
  margin-top: min(2.5vw, 48px);
}
.wrapper__container .wrapper__title_description .description.last p {
  font-size: min(1.25vw, 24px);
  margin-bottom: min(2.0833333333vw, 40px);
}
.wrapper__container .wrapper__title_description .description.last p strong {
  color: #000000;
  display: block;
  font-family: "TikTok Sans Display";
  font-weight: 700;
  font-size: min(1.25vw, 24px);
}
.wrapper__container .wrapper__title_description .description.margin__bottom_180 {
  margin-bottom: min(9.375vw, 180px);
}
.wrapper__container .wrapper__title_description .description .ages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: min(2.0833333333vw, 40px);
}
.wrapper__container .wrapper__title_description .description .ages h5 {
  font-size: min(1.25vw, 24px);
  padding: 16px min(1.875vw, 36px) 16px min(1.25vw, 24px);
  margin: 0;
}
.wrapper__container .wrapper__title_description .description p {
  font-size: min(1.25vw, 24px);
  line-height: 1.2em;
  margin-bottom: min(1.6666666667vw, 32px);
  text-wrap: balance;
}
.wrapper__container .wrapper__title_description .description p strong {
  font-family: "TikTok Sans Display";
}
.wrapper__container .wrapper__title_description .description p strong.black {
  color: #000000;
}
.wrapper__container .wrapper__title_description .description p.small__24 {
  font-size: min(1.25vw, 24px);
}
.wrapper__container .wrapper__title_description .description p.left {
  text-align: left;
}
.wrapper__container .wrapper__title_description .description p:last-child {
  margin-bottom: 0;
}
.wrapper__container .wrapper__title_description .description p a {
  position: relative;
  color: #000000;
}
.wrapper__container .wrapper__title_description .description p a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.wrapper__container .wrapper__title_description .description p a:hover::before {
  transition-duration: 0.4s;
  transform: scaleX(1);
  transform-origin: left center;
}
.wrapper__container .wrapper__title_description .description .items p {
  position: relative;
  padding-left: min(2.0833333333vw, 40px);
  text-wrap: balance;
}
.wrapper__container .wrapper__title_description .description .items p::before {
  content: "";
  width: min(0.8333333333vw, 16px);
  height: min(0.8333333333vw, 16px);
  background: #2fccd3;
  position: absolute;
  top: min(0.2604166667vw, 5px);
  left: 0;
  border-radius: 50%;
}
.wrapper__container .wrapper__title_description .description .img__txt {
  max-width: 420px;
  width: min(21.875vw, 420px);
  margin-bottom: min(2.0833333333vw, 40px);
}
.wrapper__container .wrapper__title_description .description h4 {
  font-size: min(2.0833333333vw, 40px);
  font-family: "TikTok Sans Display";
  font-weight: 900;
  margin-bottom: min(1.6666666667vw, 32px);
}
.wrapper__container .wrapper__title_description .description h5 {
  position: relative;
  display: inline-flex;
  font-family: "TikTok Sans Display";
  padding: 16px 36px;
  border-radius: 12px;
  font-size: min(1.7708333333vw, 34px);
  font-weight: 700;
  margin-right: min(2.0833333333vw, 40px);
  margin-left: min(3.125vw, 60px);
  overflow: hidden;
}
.wrapper__container .wrapper__title_description .description h5::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.wrapper__container .wrapper__title_description .description h5.green {
  background: #2fccd3;
}
.wrapper__container .wrapper__title_description .description h5.green::after {
  background: #baf6f0;
}
.wrapper__container .wrapper__title_description .content__gif {
  display: flex;
  justify-content: space-between;
}
.wrapper__container .wrapper__title_description .content__gif ul {
  display: block;
  width: 44%;
}
.wrapper__container .wrapper__title_description .content__gif ul li {
  width: 100%;
  text-align: center;
}
.wrapper__container .wrapper__title_description .content__gif ul li p {
  position: relative;
  background: #ccc;
  display: inline-flex;
  padding: 16px 36px 16px 20px;
  border-radius: 12px;
  font-size: min(0.8333333333vw, 16px);
  font-weight: 700;
}
.wrapper__container .wrapper__title_description .content__gif ul li p::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .wrapper__container.margin__bottom {
    margin-bottom: 10vw;
  }
  .wrapper__container .wrapper__side {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: initial;
  }
  .wrapper__container .wrapper__side .l__side {
    width: 100%;
  }
  .wrapper__container .wrapper__side .l__side.margin__bottom_mobile {
    margin-bottom: 10vw;
  }
  .wrapper__container .wrapper__side .l__side.padding__left {
    padding-left: 0;
  }
  .wrapper__container .wrapper__side .l__side.order__1 {
    order: 1;
  }
  .wrapper__container .wrapper__side .l__side.width__40 {
    width: 100%;
  }
  .wrapper__container .wrapper__side .l__side.intro {
    margin-bottom: 10vw;
  }
  .wrapper__container .wrapper__side .l__side.intro p {
    font-size: 12vw;
    letter-spacing: -0.03em;
    font-weight: 700;
  }
  .wrapper__container .wrapper__side .r__side {
    width: 100%;
  }
  .wrapper__container .wrapper__side .r__side.margin__bottom_mobile {
    margin-bottom: 10vw;
  }
  .wrapper__container .wrapper__side.three.align__start {
    align-items: flex-start;
  }
  .wrapper__container .wrapper__side.three .l__side {
    width: 100%;
  }
  .wrapper__container .wrapper__side.three .c__side {
    width: 100%;
    max-width: initial;
    padding: 0 10vw 10vw 10vw;
  }
  .wrapper__container .wrapper__side.three .r__side {
    width: 100%;
  }
  .wrapper__container .wrapper__side ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10vw;
  }
  .wrapper__container .wrapper__side ul:last-child {
    margin-bottom: 0;
  }
  .wrapper__container .wrapper__side ul.list__bg {
    background: #ffffff;
    margin-top: 5vw;
    margin-bottom: 0;
    align-items: center;
    max-width: initial;
    border-radius: 16px;
    overflow: hidden;
  }
  .wrapper__container .wrapper__side ul.list__bg li {
    font-size: 3.5vw;
    width: calc(100% - 40px);
  }
  .wrapper__container .wrapper__side ul.list__bg li:first-child {
    width: 30px;
    margin: 12px 16px;
    background: #ffffff;
  }
  .wrapper__container .wrapper__side ul.list__bg li:first-child img {
    mix-blend-mode: initial;
  }
  .wrapper__container .wrapper__side ul.list {
    margin-top: 5vw;
    margin-bottom: 0;
    align-items: center;
  }
  .wrapper__container .wrapper__side ul.list li {
    font-size: 3.5vw;
    line-height: 1.2em;
    width: calc(100% - 60px);
  }
  .wrapper__container .wrapper__side ul.list li br {
    display: none;
  }
  .wrapper__container .wrapper__side ul.list li:first-child {
    width: 60px;
    margin-right: 10px;
  }
  .wrapper__container .wrapper__side ul li {
    width: 75%;
    text-wrap: balance;
  }
  .wrapper__container .wrapper__side ul li:first-child {
    width: 20%;
    margin-right: 5vw;
  }
  .wrapper__container .wrapper__side ul li h4 {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 5vw;
  }
  .wrapper__container .wrapper__side ul li p {
    font-size: 3vw;
    line-height: 1.2em;
    text-wrap: balance;
  }
  .wrapper__container .wrapper__title_description {
    width: 100%;
  }
  .wrapper__container .wrapper__title_description.text__center {
    text-align: left;
  }
  .wrapper__container .wrapper__title_description.margin__bottom {
    margin-bottom: 10vw;
  }
  .wrapper__container .wrapper__title_description .title {
    overflow: hidden;
    margin-bottom: 5vw;
  }
  .wrapper__container .wrapper__title_description .title.text__center_mobile {
    text-align: center;
  }
  .wrapper__container .wrapper__title_description .title h2 {
    position: relative;
    background: #2fccd3;
    display: inline-flex;
    padding: 12px 36px 12px 20px;
    border-radius: 12px;
    font-size: 5vw;
    font-weight: 700;
  }
  .wrapper__container .wrapper__title_description .title h2::after {
    content: "";
    position: absolute;
    top: -25px;
    right: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
  }
  .wrapper__container .wrapper__title_description .title h3 {
    position: relative;
    font-size: 3.5vw;
    font-weight: 500;
    text-wrap: balance;
  }
  .wrapper__container .wrapper__title_description .title h3 strong {
    font-weight: 900;
  }
  .wrapper__container .wrapper__title_description .logo__txt {
    width: 40vw;
    margin-bottom: 5vw;
  }
  .wrapper__container .wrapper__title_description .description.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wrapper__container .wrapper__title_description .description.padding__right {
    padding-right: 5%;
  }
  .wrapper__container .wrapper__title_description .description.padding__left {
    padding-left: 5%;
  }
  .wrapper__container .wrapper__title_description .description.small p {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
  .wrapper__container .wrapper__title_description .description.small p strong {
    color: #2fccd3;
    font-size: 4vw;
  }
  .wrapper__container .wrapper__title_description .description.last p {
    font-size: 3.5vw;
    line-height: 1.2em;
    margin-bottom: 5vw;
  }
  .wrapper__container .wrapper__title_description .description.last p strong {
    color: #000000;
    display: block;
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 1.2em;
  }
  .wrapper__container .wrapper__title_description .description.margin__bottom_180 {
    margin-bottom: min(17.578125vw, 180px);
  }
  .wrapper__container .wrapper__title_description .description .items p {
    position: relative;
    padding-left: 20px;
    text-wrap: balance;
  }
  .wrapper__container .wrapper__title_description .description .items p::before {
    content: "";
    width: min(1.5625vw, 16px);
    height: min(1.5625vw, 16px);
    background: #2fccd3;
    position: absolute;
    top: min(0.5859375vw, 6px);
    left: 0;
    border-radius: 50%;
  }
  .wrapper__container .wrapper__title_description .description .img__txt {
    width: min(41.015625vw, 420px);
    margin-bottom: min(2.9296875vw, 30px);
  }
  .wrapper__container .wrapper__title_description .description .ages {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5vw;
  }
  .wrapper__container .wrapper__title_description .description .ages h5 {
    font-size: 3.5vw;
    margin: 0;
    padding: 16px min(4.6753246753vw, 36px) 16px min(3.1168831169vw, 24px);
  }
  .wrapper__container .wrapper__title_description .description p {
    font-size: 3.5vw;
    line-height: 1.2em;
    margin-bottom: min(2.6041666667vw, 50px);
  }
  .wrapper__container .wrapper__title_description .description p.small__24 {
    font-size: 3vw;
  }
  .wrapper__container .wrapper__title_description .description p.left {
    text-align: center;
  }
  .wrapper__container .wrapper__title_description .description p:last-child {
    margin-bottom: 0;
  }
  .wrapper__container .wrapper__title_description .description h4 {
    font-size: 5vw;
    font-weight: 900;
    margin-bottom: 5vw;
    text-wrap: balance;
  }
  .wrapper__container .wrapper__title_description .description h5 {
    position: relative;
    background: #2fccd3;
    display: inline-flex;
    padding: 16px 30px 16px 24px;
    border-radius: 12px;
    font-size: 3.5vw;
    font-weight: 700;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 5vw;
  }
  .wrapper__container .wrapper__title_description .description h5::after {
    content: "";
    position: absolute;
    top: -25px;
    right: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
  }
  .wrapper__container .wrapper__title_description .content__gif {
    display: flex;
    justify-content: space-between;
  }
  .wrapper__container .wrapper__title_description .content__gif ul {
    display: block;
    width: 44%;
  }
  .wrapper__container .wrapper__title_description .content__gif ul li {
    width: 100%;
    text-align: center;
  }
  .wrapper__container .wrapper__title_description .content__gif ul li p {
    position: relative;
    background: #ccc;
    display: inline-flex;
    padding: 12px 26px 12px 10px;
    border-radius: 12px;
    font-size: 3vw;
    font-weight: 700;
    overflow: hidden;
  }
  .wrapper__container .wrapper__title_description .content__gif ul li p::after {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
  }
}
/*# sourceMappingURL=style.min.css.map */
