.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Cinzel, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.6;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.hero-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section {
  position: static;
  top: 101vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
  background-image: linear-gradient(180deg, #222, #222);
  mix-blend-mode: normal;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-img-container {
  width: auto;
  margin-right: 0%;
}

.slide-txt-container {
  width: 45%;
  margin-left: 4%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0%;
  color: #fff;
  font-size: 3.2em;
  line-height: 115%;
  font-weight: 500;
}

.heading.centered {
  width: 60%;
  margin: 0em auto 0%;
  padding-bottom: 16px;
  font-family: Cinzel, sans-serif;
  font-size: 3em;
  font-weight: 400;
  text-align: center;
}

.paragraph2 {
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.9em;
  letter-spacing: 0.25px;
}

.line-red {
  width: 30%;
  height: 4px;
  margin: 33px auto 51px;
  background-color: #d83650;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.line-red.negative {
  margin-top: 2em;
  margin-bottom: 4em;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.slide {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.mask {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 670px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.slide--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: 0%;
  border-style: solid;
  border-width: 3px;
  border-color: #d83650;
  border-radius: 50%;
}

.right-arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 48px;
  height: 48px;
  margin-right: 0%;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #d83650;
  border-radius: 50%;
  color: #d83650;
}

.versus-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), color-stop(11%, rgba(34, 34, 34, 0.9)), color-stop(86%, rgba(34, 34, 34, 0.9)), to(#222)), url('../images/ukr-flag.jpg');
  background-image: linear-gradient(180deg, #222, rgba(34, 34, 34, 0.9) 11%, rgba(34, 34, 34, 0.9) 86%, #222), url('../images/ukr-flag.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.body {
  background-color: #222;
}

.contents {
  position: relative;
  top: 110vh;
}

.icon {
  color: #d83650;
  font-size: 30px;
}

.icon-2 {
  color: #d83650;
  font-size: 30px;
}

.slide-nav {
  display: block;
  width: 30em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.versus-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80vw;
  height: auto;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.versus-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.versus-content.real {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-top: 61px;
  margin-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  width: 60%;
}

.versus-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.versus-img.real {
  width: 75%;
  margin-top: 0px;
  margin-left: -20%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.versus-img.virtual {
  width: 75%;
  margin-right: -16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.year-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  height: 10em;
  margin-right: 0px;
  margin-bottom: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
}

.year-circle.real {
  margin-right: 0px;
  margin-bottom: -46px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #d83650;
}

.year {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.year.real {
  color: #d83650;
  font-size: 3em;
}

.year.virtua {
  font-size: 3em;
}

.versus-tit {
  color: #fff;
  font-size: 1.4em;
  text-align: right;
}

.versus-tit.real {
  color: #d83650;
  font-size: 1.4em;
  text-align: left;
}

.versus-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8em;
  text-align: right;
}

.versus-text.real {
  font-size: 1.2em;
  text-align: left;
}

.versus-txt {
  width: 30em;
  margin-right: 0%;
}

.versus-txt.real {
  margin-right: 0px;
  margin-left: 0%;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-6 {
  width: 4px;
  height: 250px;
  margin-bottom: -55px;
  background-color: #d83650;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.characters-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #222;
}

.slider-characters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 33em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-2 {
  overflow: visible;
  width: 1440px;
}

.right-arrow-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-top: 100px;
  margin-right: 10%;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #d83650;
  border-radius: 50%;
  color: #d83650;
  font-size: 30px;
}

.left-arrow-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 48px;
  height: 48px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: 10%;
  border-style: solid;
  border-width: 3px;
  border-color: #d83650;
  border-radius: 50%;
  color: #d83650;
  font-size: 30px;
}

.slide-nav-2 {
  display: none;
}

.character-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.character-image {
  width: 32%;
  height: 100%;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.character-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
}

.character-actor {
  margin-top: 0px;
  margin-bottom: 0.2em;
  font-family: Oswald, sans-serif;
  color: #d83650;
  font-size: 3.3em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.chearacter--as {
  margin-top: 0px;
  margin-bottom: 1em;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
}

.character-text {
  margin-bottom: 44px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 300;
}

.image {
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mask-2 {
  overflow: hidden;
}

.div-block-7 {
  width: 70%;
  height: 320px;
  margin-top: 38px;
  margin-bottom: 40px;
  padding-top: 10px;
  border-radius: 11px;
  background-color: #fff;
}

.tweet-container {
  display: none;
}

.image-2 {
  display: block;
  border-radius: 18px;
}

.unicef-section {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.unicef-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 10rem;
  height: 10rem;
  margin-bottom: 20px;
}

.youtube {
  margin-top: 36px;
}

.unicef-video-container {
  width: 60%;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 45px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.text-block {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.unicef-button {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 10%;
  margin-bottom: 2em;
  margin-left: 2em;
  padding-bottom: 0em;
  padding-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-zelensky-photo {
  position: absolute;
  left: 0%;
  top: 100px;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/hero-char.png');
  background-position: 50% 100%;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-logo-container {
  position: relative;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin: 0px auto 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  position: relative;
  z-index: 50;
  width: 70%;
  height: 100%;
}

.image-5 {
  max-width: none;
  margin-bottom: -77px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section {
  position: relative;
  z-index: 3000;
  display: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 10em;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.heading-2 {
  font-size: 3em;
}

.heading-3 {
  font-size: 2.4em;
}

.heading-4 {
  font-size: 1.9em;
}

.heading-5 {
  font-size: 1.3em;
}

.heading-6 {
  font-size: 1em;
}

.heading-7 {
  font-size: 0.8em;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.versus-img-container {
  width: 100%;
}

.image-6 {
  width: 100%;
  max-width: none;
}

.image-7 {
  display: inline-block;
  width: 100%;
  max-width: none;
}

.hero-name-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  margin-top: 254px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-8 {
  position: relative;
  width: 100%;
  max-width: none;
}

.slide-3 {
  width: 100vw;
}

.youtube-section {
  height: auto;
  margin-top: 0px;
  background-color: #222;
}

.div-block-8 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.div-block-9 {
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.horario {
  margin-top: 0px;
  color: #fff;
  font-size: 1vw;
  font-weight: 500;
  text-align: center;
}

.horario._1 {
  margin-bottom: 40px;
  font-size: 2vw;
}

.horario.hero {
  width: 50vw;
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-10 {
  position: relative;
  z-index: 40;
  width: 80vw;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(216, 54, 80, 0.9);
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span {
  font-size: 2vw;
}

.text-span-2 {
  font-size: 2vw;
}

.text-span-3 {
  font-size: 2vw;
}

.div-block-11 {
  width: 50vw;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.text-block-2 {
  margin-top: 40px;
  color: #fff;
  font-size: 2vw;
  text-align: center;
}

.html-embed-2 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video {
  display: none;
}

@media screen and (max-width: 991px) {
  .about-container {
    width: 95vw;
    height: auto;
  }

  .slider-img-container {
    width: 40%;
  }

  .slide-txt-container {
    width: 55%;
  }

  .heading {
    margin-top: 0px;
    font-size: 4em;
  }

  .paragraph2 {
    font-size: 1.8em;
    line-height: 1.8em;
  }

  .line-red {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .slide {
    width: auto;
  }

  .mask {
    width: auto;
  }

  .slider {
    width: 95%;
    height: 61em;
  }

  .slide--container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left-arrow {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 48px;
    height: 48px;
    margin: 60px 0px 0px 40%;
    border-style: solid;
    border-width: 2px;
    border-color: #d83650;
    border-radius: 50%;
    color: #d83650;
  }

  .right-arrow {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 48px;
    height: 48px;
    margin-top: 60px;
    margin-right: 40%;
    margin-bottom: 0px;
    border-width: 2px;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #d83650;
    border-radius: 50%;
    font-size: 24px;
  }

  .icon-2 {
    font-size: 24px;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 5%;
    bottom: 0%;
    display: none;
  }

  .versus-container {
    width: 95vw;
  }

  .versus-img.real {
    width: 100%;
  }

  .versus-img.virtual {
    width: 100%;
  }

  .versus-tit {
    font-size: 2em;
    line-height: 1.1em;
  }

  .versus-tit.real {
    font-size: 2em;
    line-height: 1.1em;
  }

  .versus-text {
    font-size: 1.6em;
  }

  .versus-text.real {
    font-size: 1.6em;
  }

  .versus-txt {
    width: 40em;
  }

  .line {
    margin-right: 14px;
  }

  .characters-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slider-characters {
    width: 95vw;
    height: 33em;
  }

  .right-arrow-2 {
    margin-right: 0%;
  }

  .left-arrow-2 {
    margin-left: 0%;
  }

  .character-info {
    width: 65%;
  }

  .chearacter--as {
    font-size: 2.2em;
  }

  .character-text {
    font-size: 1.6em;
    line-height: 1.8;
  }

  .tweet-container {
    width: 70%;
  }

  .text-block {
    font-size: 1.8vw;
  }

  .unicef-button {
    width: 15%;
    margin-bottom: 3%;
  }

  .hero-logo-container {
    width: 40%;
  }

  .image-4 {
    width: 90%;
  }

  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .hero-name-container {
    top: 16%;
    width: 42%;
    margin-top: 0%;
  }

  .youtube-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .horario {
    font-size: 2.5vw;
  }

  .horario._1 {
    font-size: 3vw;
  }

  .div-block-10 {
    width: 95vw;
  }

  .text-span {
    font-size: 4vw;
  }

  .text-span-2 {
    font-size: 4vw;
  }

  .text-span-3 {
    font-size: 4vw;
  }

  .text-block-2 {
    font-size: 4vw;
  }

  .video {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .about-section {
    height: auto;
  }

  .about-container {
    height: auto;
    margin-top: 11.3em;
    margin-bottom: 10em;
  }

  .slide-txt-container {
    margin-bottom: 20px;
  }

  .heading {
    font-size: 4em;
  }

  .heading.centered {
    width: 90%;
    margin-top: 0em;
    padding-bottom: 0px;
    font-size: 5em;
  }

  .paragraph2 {
    font-size: 12px;
  }

  .line-red.negative {
    margin-top: 4em;
    margin-bottom: 2.8em;
  }

  .slider {
    height: auto;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    margin-top: 80px;
    margin-left: -3%;
    background-color: rgba(34, 34, 34, 0.8);
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0px;
    bottom: auto;
    display: none;
    margin-top: 80px;
    margin-right: -5%;
    background-color: rgba(34, 34, 34, 0.8);
  }

  .versus-section {
    height: auto;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .versus-container {
    margin-top: 2em;
    margin-bottom: 10em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .versus-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .versus-content.real {
    width: 100%;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .versus-img.real {
    margin-left: 0%;
  }

  .versus-img.virtual {
    margin-right: 0%;
  }

  .year-circle {
    width: 20em;
    height: 20em;
  }

  .year.real {
    font-size: 6em;
  }

  .year.virtua {
    font-size: 6em;
  }

  .versus-tit {
    font-size: 3.5em;
    text-align: center;
  }

  .versus-tit.real {
    font-size: 4em;
    text-align: center;
  }

  .versus-text {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.8em;
    text-align: center;
  }

  .versus-text.real {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
  }

  .versus-txt {
    width: 100%;
    text-align: center;
  }

  .line {
    display: none;
    margin-right: 0px;
  }

  .div-block-6 {
    display: block;
    height: 90px;
    margin-bottom: 0px;
    -webkit-transform: rotate(74deg);
    -ms-transform: rotate(74deg);
    transform: rotate(74deg);
  }

  .characters-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .slider-characters {
    width: 90vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .right-arrow-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    margin-top: 30px;
    margin-right: -5%;
    background-color: rgba(34, 34, 34, 0.8);
  }

  .left-arrow-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    margin-top: 30px;
    margin-left: -5%;
    background-color: rgba(34, 34, 34, 0.8);
  }

  .slide-nav-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .character-container {
    width: 90vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .character-image {
    width: 40%;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.6);
  }

  .character-info {
    width: 60%;
  }

  .character-actor {
    font-size: 4em;
  }

  .chearacter--as {
    font-size: 3em;
  }

  .character-text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.8em;
  }

  .mask-2 {
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2 {
    display: block;
  }

  .unicef-section {
    height: auto;
  }

  .image-3 {
    width: 6rem;
    height: 6rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .youtube {
    margin-top: 20px;
  }

  .button {
    font-size: 3em;
  }

  .text-block {
    font-size: 3vw;
  }

  .hero-zelensky-photo {
    top: 18px;
  }

  .hero-logo-container {
    width: 35%;
  }

  .versus-img-container {
    width: 80%;
  }

  .hero-name-container {
    left: 0%;
    top: 15%;
    right: 0%;
    bottom: auto;
    width: 50%;
    margin-top: 0%;
  }

  .slide-3 {
    width: 100%;
    margin-top: 45px;
    margin-right: 12px;
    margin-left: 0px;
  }

  .div-block-8 {
    display: none;
    width: 90%;
    max-width: none;
  }

  .div-block-9 {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .horario {
    font-size: 2.5vw;
  }

  .horario._1 {
    margin-bottom: 20px;
    font-size: 3.5vw;
  }

  .section-2 {
    height: 100vh;
  }

  .columns {
    margin-top: 20px;
  }

  .text-span {
    font-size: 3.5vw;
  }

  .text-span-2 {
    font-size: 3.5vw;
  }

  .text-span-3 {
    font-size: 3.5vw;
  }

  .video {
    display: block;
  }

  .slide-4 {
    margin-top: 45px;
  }

  .slide-5 {
    margin-top: 45px;
  }

  .slide-6 {
    margin-top: 45px;
  }

  .slide-7 {
    margin-top: 45px;
  }

  .slide-8 {
    margin-top: 45px;
  }

  .slide-9 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-container {
    height: auto;
    margin-top: 16.2em;
  }

  .slider-img-container {
    width: 80%;
    margin-bottom: 20px;
  }

  .slide-txt-container {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .heading {
    margin-bottom: 8%;
    font-size: 6.6em;
    text-align: center;
  }

  .heading.centered {
    margin-top: 0em;
    margin-bottom: 0%;
    padding-bottom: 0px;
    font-size: 7em;
  }

  .paragraph2 {
    margin-top: 18px;
    font-size: 12px;
    text-align: center;
  }

  .line-red.negative {
    margin-bottom: 4em;
  }

  .slider {
    height: auto;
  }

  .slide--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 100px;
    margin-left: 0%;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 100px;
    margin-right: 0%;
    margin-left: auto;
    border-radius: 100%;
  }

  .contents {
    overflow: hidden;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 39px;
    padding-top: 0px;
  }

  .versus-img.virtual {
    margin-top: 18px;
  }

  .year-circle {
    width: 23em;
    height: 23em;
    margin-bottom: -22px;
  }

  .year-circle.real {
    margin-bottom: -23px;
  }

  .versus-tit {
    font-size: 5em;
  }

  .versus-tit.real {
    font-size: 5em;
  }

  .versus-text {
    font-size: 13px;
  }

  .versus-text.real {
    font-size: 13px;
  }

  .characters-section {
    border-radius: 0px;
  }

  .slider-characters {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .right-arrow-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 128px;
    margin-right: 0%;
  }

  .left-arrow-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-top: 128px;
    margin-left: 0%;
  }

  .slide-nav-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }

  .character-container {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .character-image {
    width: 70%;
    margin-bottom: 27px;
  }

  .character-info {
    width: 100%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .character-actor {
    font-size: 8.3em;
    text-align: center;
  }

  .chearacter--as {
    font-size: 6em;
    line-height: 130%;
    text-align: center;
  }

  .character-text {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0px;
  }

  .mask-2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .tweet-container {
    width: 90%;
  }

  .unicef-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .unicef-container {
    margin-top: 54px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-3 {
    width: 5rem;
    height: 5rem;
    margin-top: 0px;
  }

  .youtube {
    margin-top: 20px;
  }

  .unicef-video-container {
    width: 90%;
  }

  .button {
    font-size: 14px;
  }

  .text-block {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .unicef-button {
    width: 30%;
    height: auto;
    margin-bottom: 5em;
    margin-left: 5em;
    padding-bottom: 3.3em;
  }

  .hero-zelensky-photo {
    top: 24px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: auto 80%;
    background-attachment: scroll;
  }

  .hero-logo-container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 90%;
    margin-bottom: 35%;
  }

  .image-5 {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .hero-name-container {
    top: 3%;
    width: 75%;
    margin-top: 28%;
  }

  .slide-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .youtube-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    width: 95%;
    max-width: none;
  }

  .html-embed {
    display: none;
  }

  .div-block-9 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .horario {
    font-size: 4.5vw;
  }

  .horario._1 {
    margin-bottom: 20px;
    font-size: 6vw;
  }

  .horario.hero {
    width: 71vw;
    margin-top: 0px;
    font-size: 5vw;
  }

  .div-block-10 {
    margin-top: 30px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    margin-bottom: 20px;
  }

  .text-span {
    font-size: 5vw;
  }

  .text-span-2 {
    font-size: 5vw;
  }

  .text-span-3 {
    font-size: 5vw;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-size: 6vw;
  }

  .html-embed-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-12 {
    margin-right: auto;
    margin-left: auto;
  }
}

