@import url(https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,1000&display=swap);.Loading {
  content: '';
  height: 24px;
  width: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  z-index: 1000;
  border: 6px dotted #fff;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 24px);
  -webkit-animation: rotate 1.3s ease-in-out infinite alternate;
  -moz-animation: rotate 1.3s ease-in-out infinite alternate;
  -o-animation: rotate 1.3s ease-in-out infinite alternate;
  -ms-animation: rotate 1.3s ease-in-out infinite alternate;
  animation: rotate 1.3s ease-in-out infinite alternate;
}
.Loading--bar {
  top: initial;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30%;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: rgba(0,0,0,0.5);
  -webkit-animation: loadingLeftToRight 1.3s ease-in-out infinite alternate;
  -moz-animation: loadingLeftToRight 1.3s ease-in-out infinite alternate;
  -o-animation: loadingLeftToRight 1.3s ease-in-out infinite alternate;
  -ms-animation: loadingLeftToRight 1.3s ease-in-out infinite alternate;
  animation: loadingLeftToRight 1.3s ease-in-out infinite alternate;
}
@-moz-keyframes loadingLeftToRight {
  50% {
    width: 100%;
  }
  to {
    left: initial;
    right: 0;
  }
}
@-webkit-keyframes loadingLeftToRight {
  50% {
    width: 100%;
  }
  to {
    left: initial;
    right: 0;
  }
}
@-o-keyframes loadingLeftToRight {
  50% {
    width: 100%;
  }
  to {
    left: initial;
    right: 0;
  }
}
@keyframes loadingLeftToRight {
  50% {
    width: 100%;
  }
  to {
    left: initial;
    right: 0;
  }
}
@-moz-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.PlatziDayBanner {
  background-color: #121f3d;
  background-image: url("https://static.platzi.com/media/uploads/sidebar_bg_seamless_xy_21db454ed0.jpg");
  width: 0%;
  display: none;
}
@media only screen and (min-width: 48em) {
  .PlatziDayBanner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziDayBanner {
    padding-top: 6.25rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.PlatziDayBanner-logo {
  max-height: 80%;
  margin-left: 12%;
}
@media only screen and (min-width: 75em) {
  .PlatziDayBanner-logo {
    width: 0;
    max-height: auto;
    margin-left: 0;
  }
}
.PlatziDayBanner-girl-desktop {
  display: none;
}
@media only screen and (min-width: 75em) {
  .PlatziDayBanner-girl-desktop {
    display: block;
    width: 0;
  }
}
.PlatziDayBanner-girl-tablet {
  display: none;
}
@media only screen and (min-width: 48em) {
  .PlatziDayBanner-girl-tablet {
    display: block;
    max-height: 100%;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziDayBanner-girl-tablet {
    display: none;
  }
}
.PlatziDayBanner-text {
  font-family: 'Roboto Flex';
  font-weight: 1000;
  font-size: 2.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #121f3d;
  font-stretch: 125%;
  font-variation-settings: 'GRAD' 0, 'slnt' 0, 'XTRA' 468, 'XOPQ' 96, 'YOPQ' 79, 'YTLC' 514, 'YTUC' 712, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'opsz' 100;
  margin-left: 124px;
  z-index: 2;
}
@media only screen and (min-width: 75em) {
  .PlatziDayBanner-text {
    margin: auto;
    font-size: 3.375rem;
    line-height: 3rem;
  }
}
.PromoCta {
  display: grid;
  margin-top: 2rem;
  background-color: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-template-columns: 7fr 1fr;
  grid-gap: 0.5rem;
  padding: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .PromoCta {
    grid-gap: 0.25rem;
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .PromoCta {
    padding: 0.5rem;
    grid-template-columns: 1fr 3fr 1fr;
  }
}
.PromoCta-logo {
  display: none;
}
@media only screen and (min-width: 64em) {
  .PromoCta-logo {
    display: block;
  }
}
.PromoCta-content {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.PromoCta-cta {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: auto;
  text-align: end;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.PromoCta-cta strong {
  display: none;
}
@media only screen and (min-width: 48em) {
  .PromoCta-cta strong {
    display: inline;
    margin-bottom: 0.25rem;
  }
}
.PromoCta-cta span {
  font-size: 2rem;
}
.PromoCta-countdown {
  display: inline-block;
  grid-gap: 0.125rem;
}
.PromoCta-countdown-text {
  margin: 0 0.125rem;
  font-weight: 600;
}
.PromoCta-countdown-clock {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  grid-gap: 0.125rem;
}
.PromoCta-countdown-clock-col {
  font-weight: 600;
  position: relative;
  margin-right: 0.5rem;
  text-decoration: none;
  font-size: 0.875rem;
}
.PromoCta-countdown-clock-col:last-child:after {
  content: "";
}
.PromoCta-countdown-clock-col:after {
  position: absolute;
  content: ":";
  top: -1px;
  right: -7px;
}
.PromoCta-theme--xmas-2022 {
  background-color: #cde82d;
  color: #03091e;
}
.PromoCta-theme--xmas-2022-content {
  color: #03091e;
}
.PromoCta-theme--xmas-2022-cta {
  color: #03091e;
}
.ClickableCard {
  padding: 0.75rem 1rem;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #24385b;
  color: #fff;
  width: 100%;
  max-width: 400px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  background-size: 50%;
  background-position-x: right;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.2s ease-in-out 0s;
  -moz-transition: 0.2s ease-in-out 0s;
  -o-transition: 0.2s ease-in-out 0s;
  -ms-transition: 0.2s ease-in-out 0s;
  transition: 0.2s ease-in-out 0s;
}
.ClickableCard:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.ClickableCard-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
.ClickableCard-info-route {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.ClickableCard-title {
  font-size: 1.125rem;
  font-weight: 600;
}
.ClickableCard-title span {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
}
.ClickableCard-subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #becde3;
  font-weight: 400;
}
.ClickableCard-cta-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #98ca3f;
}
.ClickableCard-thumbnail {
  position: relative;
}
.ClickableCard-thumbnail-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ClickableCard-thumbnail-img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  overflow: hidden;
}
.ClickableCard-badge {
  width: 76px;
  height: 76px;
}
.ClickableCard--CTA {
  background-color: #425c3d;
  border: 1px solid #98ca3f;
}
.ClickableCard--CTA .ClickableCard-title {
  font-weight: 700;
  font-size: 0.875rem;
}
.ClickableCard--school {
  padding: 1.25rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ClickableCard--route {
  padding: 1rem;
}
.ClickableCard--route .ClickableCard-title {
  margin-bottom: 0.5rem;
}
.ClickableCard--thumbnail {
  padding: 0;
  overflow: hidden;
}
.ClickableCard--thumbnail .ClickableCard-info {
  padding: 0.75rem 1rem;
}
.ClickableCard--thumbnail .ClickableCard-title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #eff3f8;
}
.ClickableCard--thumbnail .ClickableCard-subtitle {
  font-weight: 400;
  font-size: 0.75rem;
  color: #8da2c0;
}
.ClickableCard .icon-arrow-right_A {
  position: absolute;
  right: 10px;
  margin: auto;
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
}
.PersonalOutcome {
  padding: 2rem 1rem;
}
.PersonalOutcome-title {
  font-family: 'Roboto Flex';
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .PersonalOutcome-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.PersonalOutcome-content {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #8da2c0;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .PersonalOutcome-content {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.PersonalOutcome-resultLink {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  padding: 12px;
  border: 1px solid #cde82d;
  background-color: #121f3d;
  margin-top: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.75rem;
  border-radius: 0.75rem;
}
@media only screen and (min-width: 48em) {
  .PersonalOutcome-resultLink {
    margin-top: 2.5rem;
  }
}
.PersonalOutcome-resultLink:hover {
  background-color: rgba(205,232,45,0.12);
}
.PersonalOutcome-resultLink:focus {
  outline: 1px solid Sky;
}
.PersonalOutcome-resultLink-image {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.PersonalOutcome-resultLink-subtitle {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8da2c0;
}
.PersonalOutcome-resultLink-title {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.375rem;
  color: #fff;
}
.PersonalOutcome-resultLink-cta {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #cde82d;
  margin: auto;
  text-align: end;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.PersonalOutcome-resultLink-cta strong {
  display: none;
}
@media only screen and (min-width: 48em) {
  .PersonalOutcome-resultLink-cta strong {
    display: inline;
    margin-bottom: 0.25rem;
  }
}
.PersonalOutcome-resultLink-cta span {
  font-size: 2rem;
}
.PersonalOutcome-theme--xmas-2022 .PersonalOutcome-resultLink {
  border: 1px solid #cde82d;
}
.PersonalOutcome-theme--xmas-2022 .PersonalOutcome-resultLink:hover {
  background-color: rgba(205,232,45,0.12);
}
.PersonalOutcome-theme--xmas-2022 .PersonalOutcome-resultLink-cta {
  color: #cde82d;
}
.PersonalOutcome-theme--gift-2022 .PersonalOutcome-resultLink {
  border: 1px solid #cde82d;
}
.PersonalOutcome-theme--gift-2022 .PersonalOutcome-resultLink:hover {
  background-color: rgba(205,232,45,0.12);
}
.PersonalOutcome-theme--gift-2022 .PersonalOutcome-resultLink-cta {
  color: #cde82d;
}
.PersonalOutcome-theme-default .PersonalOutcome-resultLink {
  border: 1px solid #98ca3f;
}
.PersonalOutcome-theme-default .PersonalOutcome-resultLink:hover {
  background-color: rgba(152,202,63,0.12);
}
.PersonalOutcome-theme-default .PersonalOutcome-resultLink-cta {
  color: #98ca3f;
}
.TestOutcomeFooter-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 1rem;
  position: fixed;
  bottom: 0;
  background-color: #121f3d;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #becde3;
  padding: 0.5rem;
  width: 100vw;
  max-width: none !important;
}
@media only screen and (min-width: 75em) {
  .TestOutcomeFooter-footer {
    width: 100vw;
  }
}
.TestOutcomeFooter-footer p {
  padding-left: 1rem;
}
.TestOutcomeFooter-footer span {
  display: none;
}
@media only screen and (min-width: 48em) {
  .TestOutcomeFooter-footer span {
    display: inline;
  }
}
.TestOutcomeFooter-socialButtons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.5rem;
  padding-right: 1rem;
}
.TestOutcomeFooter-socialButton {
  border: 1px solid #cde82d;
  padding: 0.5rem 0.75rem;
  ont-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #98ca3f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.TestOutcomeFooter-socialButton:hover {
  background-color: rgba(205,232,45,0.12);
}
@media only screen and (min-width: 48em) {
  .TestOutcomeFooter-socialButton {
    padding: 0.75rem 1rem;
  }
}
.TestOutcomeFooter-socialButton i {
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  .TestOutcomeFooter-socialButton i {
    margin-right: 0.25rem;
  }
}
.TestOutcomeFooter .PlatziDayBanner {
  z-index: 2;
}
.TestOutcomeFooter-theme--gift-2022 .TestOutcomeFooter-socialButton {
  border: 1px solid #cde82d;
}
.TestOutcomeFooter-theme--gift-2022 .TestOutcomeFooter-socialButton:hover {
  background-color: rgba(205,232,45,0.12);
}
.TestOutcomeFooter-theme--gift-2022 .TestOutcomeFooter-socialButton {
  border: 1px solid #98ca3f;
}
.TestOutcomeFooter-theme--gift-2022 .TestOutcomeFooter-socialButton:hover {
  background-color: rgba(152,202,63,0.12);
}
.GiftOutcome {
  width: 100%;
}
.GiftOutcome-title {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .GiftOutcome-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.GiftOutcome-title a {
  color: #fff;
  text-decoration: underline;
  font-weight: 300;
}
.GiftOutcome-content {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #8da2c0;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .GiftOutcome-content {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.GiftOutcome-content span {
  color: #fff;
}
.GiftOutcome-resultLink {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  padding: 12px;
  border: 1px solid #cde82d;
  background-color: #121f3d;
  margin-top: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.75rem;
  border-radius: 0.75rem;
}
@media only screen and (min-width: 48em) {
  .GiftOutcome-resultLink {
    margin-top: 2.5rem;
    padding: 1rem 2rem;
  }
}
.GiftOutcome-resultLink:hover {
  background-color: rgba(205,232,45,0.12);
}
.GiftOutcome-resultLink:focus {
  outline: 1px solid Sky;
}
.GiftOutcome-resultLink-subtitle {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.08em;
  color: #8da2c0;
}
.GiftOutcome-resultLink-title {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.375rem;
  color: #fff;
}
.GiftOutcome-resultLink-cta {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #cde82d;
  margin: auto;
  text-align: end;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.GiftOutcome-resultLink-cta strong {
  display: none;
}
@media only screen and (min-width: 48em) {
  .GiftOutcome-resultLink-cta strong {
    display: inline;
    margin-bottom: 0.25rem;
  }
}
.GiftOutcome-resultLink-cta span {
  font-size: 2rem;
}
.GiftOutcome-theme--gift-2022 .GiftOutcome-resultLink {
  border: 1px solid #cde82d;
}
.GiftOutcome-theme--gift-2022 .GiftOutcome-resultLink:hover {
  background-color: rgba(205,232,45,0.12);
}
.GiftOutcome-theme--gift-2022 .GiftOutcome-resultLink-cta {
  color: #cde82d;
}
.GiftOutcome-theme--gift-2022 .GiftOutcome-title a {
  color: #cde82d;
}
.GiftOutcome-theme--gift-2022 .GiftOutcome-content span {
  color: #cde82d;
}
.TestOutcome {
  width: 100%;
  margin: 3.5rem auto 0;
  height: auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 75em) {
  .TestOutcome {
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 100vw;
  }
}
.WorkshopRegistration {
  height: calc(100vh - 52px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.WorkshopRegistration--hidden {
  display: none !important;
}
.WorkshopRegistration-form {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.WorkshopRegistration-form .PlatziFormContainer,
.WorkshopRegistration-form .PlatziForm-behavior--steps {
  height: calc(100vh - 52px);
}
.WorkshopRegistration-container {
  color: #000;
  background-color: #fff;
  min-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem;
  background-image: none;
  background-repeat: no-repeat;
  -webkit-background-size: 390%;
  -moz-background-size: 390%;
  background-size: 390%;
  background-position: 91% 25%;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-position: center;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-container {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 75em) {
  .WorkshopRegistration-container {
    background-position: 91% 25%;
  }
}
.WorkshopRegistration-title,
.WorkshopRegistration-message {
  width: 90%;
  max-width: 900px;
  text-align: center;
}
.WorkshopRegistration-title {
  line-height: 1.21;
  font-size: 1.6em;
  margin: 1rem 0;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-title {
    font-size: 2.3rem;
  }
}
.WorkshopRegistration-message {
  line-height: 1.38;
  margin-bottom: 2em;
}
.WorkshopRegistration-message--bold {
  font-weight: 700;
}
.WorkshopRegistration-button {
  background-color: #95ca3e;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  height: 3rem;
  text-transform: uppercase;
  position: relative;
}
.WorkshopRegistration-button:after {
  content: '\E644';
  position: absolute;
  right: 5px;
  top: 8px;
  font-family: 'icomoon';
  font-size: 2rem;
  font-weight: 100;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-button {
    max-width: 290px;
  }
}
.WorkshopRegistration-share {
  text-align: center;
}
.WorkshopRegistration-share-title {
  margin-bottom: 27px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}
.WorkshopRegistration-share-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0;
  list-style-type: none;
}
.WorkshopRegistration-share-item {
  margin: 0 16px;
}
.WorkshopRegistration-share-item:first-child {
  margin-left: 0;
}
.WorkshopRegistration-share-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 12px 14px;
  color: #fff;
  font-size: 1.375rem;
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-share-link {
    padding: 14px 16px;
  }
}
.WorkshopRegistration-theme--escuelajs .WorkshopRegistration {
  background-color: rgba(0,0,0,0.8);
}
.WorkshopRegistration-theme--escuelajs .WorkshopRegistration-container {
  background-image: url(https://static.platzi.com/static/css/escuelajs-bg.087a2f28baccd564c7e1ba932b7680d8.png);
  color: #f6e01c;
}
.WorkshopRegistration-theme--escuelajs .WorkshopRegistration-button {
  background-color: #f6e01c;
  color: rgba(0,0,0,0.8);
}
.WorkshopRegistration-theme--escuelajs .WorkshopRegistration-form {
  background-color: rgba(0,0,0,0.8);
}
.WorkshopRegistration-theme--demoday .WorkshopRegistration {
  background-color: #5d32c4;
}
.WorkshopRegistration-theme--demoday .WorkshopRegistration-container {
  background-image: url(https://static.platzi.com/static/css/bg-demoday-21.cd766ac15f24a29ccade1076590aefb2.png);
  color: #fff;
}
.WorkshopRegistration-theme--demoday .WorkshopRegistration-button {
  background-color: #fff;
  color: #5d32c4;
}
.WorkshopRegistration-theme--demoday .WorkshopRegistration-form {
  background-color: #5d32c4;
}
.WorkshopRegistration-theme--demoday .WorkshopRegistration-share-link {
  border: 1px solid #9e8aed;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #9e8aed;
  -webkit-transition: 0.25s border-color ease-in-out, 0.25s box-shadow ease-in-out;
  -moz-transition: 0.25s border-color ease-in-out, 0.25s box-shadow ease-in-out;
  -o-transition: 0.25s border-color ease-in-out, 0.25s box-shadow ease-in-out;
  -ms-transition: 0.25s border-color ease-in-out, 0.25s box-shadow ease-in-out;
  transition: 0.25s border-color ease-in-out, 0.25s box-shadow ease-in-out;
}
.WorkshopRegistration-theme--demoday .WorkshopRegistration-share-link:hover {
  border: 1px solid #151879;
  -webkit-box-shadow: 0px 0px 6px rgba(21,24,121,0.25);
  box-shadow: 0px 0px 6px rgba(21,24,121,0.25);
}
.WorkshopRegistration-theme--green .WorkshopRegistration {
  background-color: #273b47;
}
.WorkshopRegistration-theme--green .WorkshopRegistration-container {
  background-image: none;
  color: #98ca3f;
}
.WorkshopRegistration-theme--green .WorkshopRegistration-button {
  background-color: #98ca3f;
  color: #fff;
}
.WorkshopRegistration-theme--green .WorkshopRegistration-form {
  background-color: #273b47;
}
.WorkshopRegistration-theme--conf-2021 .WorkshopRegistration {
  background-color: #9f13ff;
}
.WorkshopRegistration-theme--conf-2021 .WorkshopRegistration-container {
  background-image: url(https://static.platzi.com/static/css/conf2021.54a1307118752d80d5427ea91c5b85b1.png);
  color: #fff;
}
.WorkshopRegistration-theme--conf-2021 .WorkshopRegistration-button {
  background-color: #fff;
  color: #9f13ff;
}
.WorkshopRegistration-theme--conf-2021 .WorkshopRegistration-form {
  background-color: #9f13ff;
}
.WorkshopRegistration-theme--conf-2021 .WorkshopRegistration-container {
  background-position: top center;
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration {
  background-color: #0c1633;
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-container {
  background-image: none;
  color: #fff;
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-button {
  background-color: #fff;
  color: #0c1633;
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-form {
  background-color: #0c1633;
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-container {
  background-color: #0c1633;
  padding: 0;
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-title {
  font-family: 'Roboto Flex';
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: start;
  color: #fff;
  font-stretch: 125%;
  font-variation-settings: 'GRAD' 0, 'slnt' 0, 'XTRA' 468, 'XOPQ' 96, 'YOPQ' 79, 'YTLC' 514, 'YTUC' 712, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'opsz' 100;
  font-size: 2rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-title {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 75em) {
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-message {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #8da2c0;
  text-align: start;
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-message a {
  color: #00ff97;
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-message {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-button {
  background-color: #00ff97;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: fit-content;
  min-width: 180px;
  padding: 1rem 0.75rem;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-button {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-form .PlatziDayLayout-content {
  margin: auto;
  max-width: none;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-form .PlatziDayLayout-content {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-form .PlatziFormContainer {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-form .PlatziFormContainer,
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-form .PlatziForm-behavior--steps {
    height: calc(100vh - 52px - 180px);
  }
}
@media only screen and (min-width: 75em) {
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-form .PlatziFormContainer,
  .WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-form .PlatziForm-behavior--steps {
    height: calc(100vh - 52px);
  }
}
.WorkshopRegistration-theme--pday-2022 .WorkshopRegistration-arrow {
  position: fixed;
  right: 100px;
  bottom: 100px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration {
  background-color: #0c1633;
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-container {
  background-image: none;
  color: #fff;
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-button {
  background-color: #fff;
  color: #0c1633;
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-form {
  background-color: #0c1633;
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-container {
  background-color: #0c1633;
  padding: 0;
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-title {
  font-family: 'Roboto Flex';
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: start;
  color: #fff;
  font-stretch: 125%;
  font-variation-settings: 'GRAD' 0, 'slnt' 0, 'XTRA' 468, 'XOPQ' 96, 'YOPQ' 79, 'YTLC' 514, 'YTUC' 712, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'opsz' 100;
  font-size: 2rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-title {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 75em) {
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-message {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #8da2c0;
  text-align: start;
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-message a {
  color: #cde82d;
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-message {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-buttomgroup {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  margin-top: auto;
}
@supports (-webkit-touch-callout: none) {
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-buttomgroup {
    position: absolute;
    bottom: 9.375rem;
  }
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-button {
  background-color: #cde82d;
  width: fit-content;
  min-width: 180px;
  padding: 1rem 0.75rem;
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-form .PlatziDayLayout-content {
  margin: auto;
  max-width: none;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-form .PlatziDayLayout-content {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-form .PlatziFormContainer {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-form .PlatziFormContainer,
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-form .PlatziForm-behavior--steps {
    height: calc(100vh - 52px - 180px);
  }
}
@media only screen and (min-width: 75em) {
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-form .PlatziFormContainer,
  .WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-form .PlatziForm-behavior--steps {
    height: calc(100vh - 90px);
  }
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-arrow {
  margin-bottom: 1rem;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
}
.WorkshopRegistration-theme--xmas-2022 .WorkshopRegistration-arrow path {
  fill: #cde82d;
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration {
  background-color: #0c1633;
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-container {
  background-image: none;
  color: #fff;
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-button {
  background-color: #fff;
  color: #0c1633;
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-form {
  background-color: #0c1633;
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-container {
  background-color: #0c1633;
  padding: 0;
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-title {
  font-family: 'Roboto Flex';
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: start;
  color: #fff;
  font-stretch: 125%;
  font-variation-settings: 'GRAD' 0, 'slnt' 0, 'XTRA' 468, 'XOPQ' 96, 'YOPQ' 79, 'YTLC' 514, 'YTUC' 712, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'opsz' 100;
  font-size: 2rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-title {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 75em) {
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-message {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #8da2c0;
  text-align: start;
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-message a {
  color: #cde82d;
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-message {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-buttomgroup {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  margin-top: auto;
}
@supports (-webkit-touch-callout: none) {
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-buttomgroup {
    position: absolute;
    bottom: 9.375rem;
  }
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-button {
  background-color: #cde82d;
  width: fit-content;
  min-width: 180px;
  padding: 1rem 0.75rem;
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-form .PlatziDayLayout-content {
  margin: auto;
  max-width: none;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-form .PlatziDayLayout-content {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-form .PlatziFormContainer {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-form .PlatziFormContainer,
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-form .PlatziForm-behavior--steps {
    height: calc(100vh - 52px - 180px);
  }
}
@media only screen and (min-width: 75em) {
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-form .PlatziFormContainer,
  .WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-form .PlatziForm-behavior--steps {
    height: calc(100vh - 90px);
  }
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-arrow {
  margin-bottom: 1rem;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
}
.WorkshopRegistration-theme--gift-2022 .WorkshopRegistration-arrow path {
  fill: #cde82d;
}
.WorkshopRegistration-theme--default .WorkshopRegistration {
  background-color: #0c1633;
}
.WorkshopRegistration-theme--default .WorkshopRegistration-container {
  background-image: none;
  color: #fff;
}
.WorkshopRegistration-theme--default .WorkshopRegistration-button {
  background-color: #fff;
  color: #0c1633;
}
.WorkshopRegistration-theme--default .WorkshopRegistration-form {
  background-color: #0c1633;
}
.WorkshopRegistration-theme--default .WorkshopRegistration-container {
  background-color: #0c1633;
  padding: 0;
}
.WorkshopRegistration-theme--default .WorkshopRegistration-title {
  font-family: 'Roboto Flex';
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: start;
  color: #fff;
  font-stretch: 125%;
  font-variation-settings: 'GRAD' 0, 'slnt' 0, 'XTRA' 468, 'XOPQ' 96, 'YOPQ' 79, 'YTLC' 514, 'YTUC' 712, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'opsz' 100;
  font-size: 2rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--default .WorkshopRegistration-title {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 75em) {
  .WorkshopRegistration-theme--default .WorkshopRegistration-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.WorkshopRegistration-theme--default .WorkshopRegistration-message {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #8da2c0;
  text-align: start;
}
.WorkshopRegistration-theme--default .WorkshopRegistration-message a {
  color: #98ca3f;
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--default .WorkshopRegistration-message {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.WorkshopRegistration-theme--default .WorkshopRegistration-buttomgroup {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  margin-top: auto;
}
@supports (-webkit-touch-callout: none) {
  .WorkshopRegistration-theme--default .WorkshopRegistration-buttomgroup {
    position: absolute;
    bottom: 9.375rem;
  }
}
.WorkshopRegistration-theme--default .WorkshopRegistration-button {
  background-color: #98ca3f;
  width: fit-content;
  min-width: 180px;
  padding: 1rem 0.75rem;
}
.WorkshopRegistration-theme--default .WorkshopRegistration-form .PlatziDayLayout-content {
  margin: auto;
  max-width: none;
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--default .WorkshopRegistration-form .PlatziDayLayout-content {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--default .WorkshopRegistration-form .PlatziFormContainer {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .WorkshopRegistration-theme--default .WorkshopRegistration-form .PlatziFormContainer,
  .WorkshopRegistration-theme--default .WorkshopRegistration-form .PlatziForm-behavior--steps {
    height: calc(100vh - 52px - 180px);
  }
}
@media only screen and (min-width: 75em) {
  .WorkshopRegistration-theme--default .WorkshopRegistration-form .PlatziFormContainer,
  .WorkshopRegistration-theme--default .WorkshopRegistration-form .PlatziForm-behavior--steps {
    height: calc(100vh - 90px);
  }
}
.WorkshopRegistration-theme--default .WorkshopRegistration-arrow {
  margin-bottom: 1rem;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
}
.WorkshopRegistration-theme--default .WorkshopRegistration-arrow path {
  fill: #98ca3f;
}
.WorkshopRegistration-theme--default .WorkshopRegistration-container {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
}
.fc_widget {
  display: none !important;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
body {
  background: #000;
  font-family: 'Roboto', sans-serif;
}
body .TOSNotification {
  display: none;
}
.PlatziForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  background-color: #fff;
  width: 100%;
  overflow: scroll;
  border: 1px solid rgba(0,0,0,0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 48em) {
  .PlatziForm {
    max-width: 70%;
  }
}
.PlatziForm-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em;
}
.PlatziForm-footer {
  display: block;
}
.PlatziForm-element {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1em;
  width: 100%;
}
.PlatziForm-label {
  margin-bottom: 0.5em;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.PlatziForm-counter {
  font-size: 0.8rem;
  margin-right: 0.5em;
}
.PlatziForm-counter:after {
  content: '>';
}
.PlatziForm-input {
  border: 1px solid #c7c7c7;
  height: 2.5em;
  padding: 0 0.5em;
  font-size: 0.9em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.PlatziForm-input:focus {
  outline: none;
}
.PlatziForm-agreement {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-filter: alpha(opacity=0);
  -moz-filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -o-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
}
.PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox {
  border: 1px solid #000;
  background-color: #000;
}
.PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox:before {
  content: '\E91A';
  font-family: 'Lato', sans-serif, 'icomoon';
  display: block;
  color: #fff;
  text-align: center;
}
.PlatziForm-agreement-label {
  color: #c7c7c7;
  padding-left: 1.5rem;
  line-height: 1.4;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.PlatziForm-submit {
  width: 100%;
  height: 3rem;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #273b47;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-top: 2rem;
}
.PlatziForm-paragraph {
  color: #000;
  padding-top: 1rem;
  text-align: center;
}
.PlatziForm-required {
  color: #ff4842;
  font-size: 0.7rem;
  margin-top: 1.2rem;
}
.PlatziForm-required--hidden {
  display: none;
}
.PlatziForm-multi {
  display: grid;
  grid-gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-multi {
    margin-bottom: 3rem;
  }
}
.PlatziForm-multi:last-child {
  margin-bottom: 0;
}
.PlatziForm-multi-element {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.PlatziForm-multi-element input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.PlatziForm-input-area {
  height: 5rem;
  border: 1px solid rgba(0,0,0,0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1rem;
  resize: none;
}
.PlatziForm-group {
  margin-left: 0.7em;
  padding: 0.4rem 0;
  position: relative;
}
.PlatziForm-group input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-filter: alpha(opacity=0);
  -moz-filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -o-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
}
.PlatziForm-group input:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  border: 1px solid #000;
}
.PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(#000 50%, #fff 60%);
  background-image: -moz-radial-gradient(#000 50%, #fff 60%);
  background-image: -o-radial-gradient(#000 50%, #fff 60%);
  background-image: -ms-radial-gradient(#000 50%, #fff 60%);
  background-image: radial-gradient(#000 50%, #fff 60%);
}
.PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #000;
}
.PlatziForm-group input:checked ~ .PlatziForm-group-checkbox:before {
  content: '\E91A';
  font-family: 'Lato', sans-serif, 'icomoon';
  display: block;
  color: #fff;
  text-align: center;
}
.PlatziForm-group-label {
  cursor: pointer;
  margin-left: 2.6em;
}
.PlatziForm-group-label:hover ~ .PlatziForm-group-radio,
.PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: $black-border-light;
}
.PlatziForm-group-label:hover ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
  background-image: -moz-radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
  background-image: -o-radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
  background-image: -ms-radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
  background-image: radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
}
.PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  background-color: rgba(0,0,0,0.5);
}
.PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox:before {
  content: '\E91A';
  font-family: 'Lato', sans-serif, 'icomoon';
  display: block;
  color: #fff;
  text-align: center;
}
.PlatziForm-group-radio,
.PlatziForm-group-checkbox {
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.5);
  width: 1em;
  height: 1em;
  position: absolute;
  left: 1rem;
  -webkit-transition: border background-color 0.4s;
  -moz-transition: border background-color 0.4s;
  -o-transition: border background-color 0.4s;
  -ms-transition: border background-color 0.4s;
  transition: border background-color 0.4s;
}
.PlatziForm-group-radio:hover,
.PlatziForm-group-checkbox:hover {
  border: $black-border-light;
}
.PlatziForm-group-radio {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.PlatziForm-group-radio:hover {
  background-image: -webkit-radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
  background-image: -moz-radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
  background-image: -o-radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
  background-image: -ms-radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
  background-image: radial-gradient(rgba(0,0,0,0.5) 50%, #fff 60%);
}
.PlatziForm-group-checkbox {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 1.2em;
  height: 1.2em;
}
.PlatziForm-group-checkbox:hover {
  background-color: rgba(0,0,0,0.5);
}
.PlatziForm-group-checkbox:hover:before {
  content: '\E91A';
  font-family: 'Lato', sans-serif, 'icomoon';
  display: block;
  color: #fff;
  text-align: center;
}
.PlatziForm-requiredBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 1em;
  padding-top: 0;
}
.PlatziForm-requiredText {
  text-align: center;
  font-size: 0.8em;
}
.PlatziForm-actions {
  padding: 0.5em;
}
.PlatziForm-behavior--steps {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 10%;
  height: 100vh;
  overflow: hidden;
  border: none;
}
@media only screen and (min-width: 64em) {
  .PlatziForm-behavior--steps {
    font-size: 1.3rem;
  }
}
.PlatziForm-behavior--steps .PlatziForm-body {
  grid-column: span 1;
  grid-row: 1/span 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 64em) {
  .PlatziForm-behavior--steps .PlatziForm-body {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }
}
.PlatziForm-behavior--steps .PlatziForm-element {
  margin-bottom: 0;
  width: initial;
  max-height: 80vh;
  overflow-y: hidden;
}
.PlatziForm-behavior--steps .PlatziForm-element:not(.PlatziForm-element--active) {
  top: 100%;
  display: none;
}
.PlatziForm-behavior--steps .PlatziForm-label {
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 1em;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  font-size: 1.5em;
}
.PlatziForm-behavior--steps .PlatziForm-counter {
  font-size: 1rem;
  min-width: 2rem;
  margin-right: 0;
}
.PlatziForm-behavior--steps .PlatziForm-input-area,
.PlatziForm-behavior--steps .PlatziForm-input {
  font-size: 1.5em;
  color: #000;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  padding: 0;
}
.PlatziForm-behavior--steps .PlatziForm-input-area::placeholder,
.PlatziForm-behavior--steps .PlatziForm-input::placeholder {
  color: rgba(0,0,0,0.5);
}
.PlatziForm-behavior--steps .PlatziForm-input-area::-ms-input-placeholder,
.PlatziForm-behavior--steps .PlatziForm-input::-ms-input-placeholder {
  color: rgba(0,0,0,0.5);
}
.PlatziForm-behavior--steps .PlatziForm-input-area {
  height: 15rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1rem;
}
.PlatziForm-behavior--steps .PlatziForm-group {
  color: rgba(0,0,0,0.5);
  cursor: pointer;
  padding: 0.6rem;
  border: $black-border--ligh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0.8em;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .PlatziForm-behavior--steps .PlatziForm-group {
    max-width: 64em;
  }
}
.PlatziForm-behavior--steps .PlatziForm-group--checked {
  border: none;
}
.PlatziForm-behavior--steps .PlatziForm-group--checked .PlatziForm-group-label {
  color: #000;
  border: none;
}
.PlatziForm-behavior--steps .PlatziForm-group-radio,
.PlatziForm-behavior--steps .PlatziForm-group-checkbox {
  left: 0.6rem;
}
.PlatziForm-behavior--steps .PlatziForm-element > .PlatziForm-group-checkbox {
  left: 1.1rem;
}
@media only screen and (min-width: 64em) {
  .PlatziForm-behavior--steps .PlatziForm-element > .PlatziForm-group-checkbox {
    left: 2rem;
  }
}
.PlatziForm-behavior--steps .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #000;
}
.PlatziForm-behavior--steps .PlatziForm-group-label {
  margin-left: 1.7rem;
}
.PlatziForm-behavior--steps .PlatziForm-group-label border none.PlatziForm-group,
.PlatziForm-behavior--steps .PlatziForm-group-label:hover {
  color: #000;
}
.PlatziForm-behavior--steps .PlatziForm-footer {
  border-top: 3px solid rgba(152,202,63,0.3);
  grid-column: span 1;
  grid-row: 2/span 1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  position: relative;
}
.PlatziForm-behavior--steps .PlatziForm-footer:before {
  content: '';
  display: block;
  width: var(--progress);
  height: 3px;
  background-color: #98ca3f;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.PlatziForm-behavior--steps .PlatziForm-requiredBlock {
  grid-column: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1em;
}
.PlatziForm-behavior--steps .PlatziForm-requiredText {
  color: #000;
  font-size: 0.7em;
}
.PlatziForm-behavior--steps .PlatziForm-agreement a {
  font-size: 1.3rem;
  border: none;
}
.PlatziForm-behavior--steps .PlatziForm-agreement-label {
  padding-left: 2rem;
  color: #000;
}
@media only screen and (min-width: 64em) {
  .PlatziForm-behavior--steps .PlatziForm-agreement-label {
    padding-left: 2.5rem;
  }
}
.PlatziForm-behavior--steps .PlatziForm-actions {
  grid-column: 2;
  grid-row: span 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em 1em;
}
.PlatziForm-behavior--steps .PlatziForm-next,
.PlatziForm-behavior--steps .PlatziForm-prev {
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
}
.PlatziForm-behavior--steps .PlatziForm-next:after,
.PlatziForm-behavior--steps .PlatziForm-prev:after {
  content: "\E644";
  font-family: 'icomoon';
  font-size: 2rem;
}
.PlatziForm-behavior--steps .PlatziForm-prev:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.PlatziForm-behavior--steps .PlatziForm-prev--disabled {
  border: 1px solid rgba(0,0,0,0.3);
  color: rgba(0,0,0,0.3);
}
@media only screen and (min-width: 48em) {
  .PlatziForm-behavior--steps .PlatziForm-prev {
    margin: 0 5px;
  }
}
.PlatziForm-behavior--steps .PlatziForm-submit {
  font-family: 'Lato', sans-serif;
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-behavior--steps .PlatziForm-submit {
    max-width: 50%;
  }
}
.PlatziForm-theme--escuelajs {
  background-color: #000;
  font-size: 18px;
}
.PlatziForm-theme--escuelajs .PlatziForm-label {
  color: #fff;
}
.PlatziForm-theme--escuelajs .PlatziForm-counter {
  color: #f6e01c;
}
.PlatziForm-theme--escuelajs .PlatziForm-input-area,
.PlatziForm-theme--escuelajs .PlatziForm-input {
  color: #f6e01c;
  background-color: #000;
  border-bottom: 1px solid 1px solid rgba(246,224,28,0.5);
}
.PlatziForm-theme--escuelajs .PlatziForm-input-area:focus,
.PlatziForm-theme--escuelajs .PlatziForm-input:focus {
  border-bottom: 1px solid #f6e01c;
}
.PlatziForm-theme--escuelajs .PlatziForm-input-area::placeholder,
.PlatziForm-theme--escuelajs .PlatziForm-input::placeholder {
  color: rgba(246,224,28,0.5);
}
.PlatziForm-theme--escuelajs .PlatziForm-input-area::-ms-input-placeholder,
.PlatziForm-theme--escuelajs .PlatziForm-input::-ms-input-placeholder {
  color: rgba(246,224,28,0.5);
}
.PlatziForm-theme--escuelajs .PlatziForm-input-area {
  border: 1px solid #f6e01c;
}
.PlatziForm-theme--escuelajs .PlatziForm-input-area::placeholder {
  color: rgba(246,224,28,0.5);
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
}
.PlatziForm-theme--escuelajs .PlatziForm-group {
  border: 1px solid rgba(246,224,28,0.5);
  color: rgba(246,224,28,0.5);
}
.PlatziForm-theme--escuelajs .PlatziForm-group:focus-within {
  border: 1px solid #f6e01c;
  background: rgba(246,224,28,0.5);
}
.PlatziForm-theme--escuelajs .PlatziForm-group--checked .PlatziForm-group-label {
  color: #f6e01c;
  border: none;
}
.PlatziForm-theme--escuelajs .PlatziForm-group-label {
  color: rgba(246,224,28,0.5);
}
.PlatziForm-theme--escuelajs .PlatziForm-group-label:hover {
  color: #f6e01c;
}
.PlatziForm-theme--escuelajs .PlatziForm-group-label:hover ~ .PlatziForm-group-radio,
.PlatziForm-theme--escuelajs .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: 1px solid rgba(246,224,28,0.8);
}
.PlatziForm-theme--escuelajs .PlatziForm-group-label:hover ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
  background-image: -moz-radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
  background-image: -o-radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
  background-image: -ms-radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
  background-image: radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
}
.PlatziForm-theme--escuelajs .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: 1px solid rgba(246,224,28,0.8);
  background-color: rgba(246,224,28,0.7);
}
.PlatziForm-theme--escuelajs .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox:before {
  color: #000;
}
.PlatziForm-theme--escuelajs .PlatziForm-group.PlatziForm-agreement:focus-within {
  border: none;
  background: transparent;
}
.PlatziForm-theme--escuelajs .PlatziForm-group.PlatziForm-agreement:hover ~ .PlatziForm-group-checkbox {
  background-color: transparent;
}
.PlatziForm-theme--escuelajs .PlatziForm-group.PlatziForm-agreement--checked {
  border: none;
}
.PlatziForm-theme--escuelajs .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--escuelajs .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--escuelajs .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  border: 1px solid #f6e01c;
  outline: none;
}
.PlatziForm-theme--escuelajs .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(#f6e01c 50%, #000 60%);
  background-image: -moz-radial-gradient(#f6e01c 50%, #000 60%);
  background-image: -o-radial-gradient(#f6e01c 50%, #000 60%);
  background-image: -ms-radial-gradient(#f6e01c 50%, #000 60%);
  background-image: radial-gradient(#f6e01c 50%, #000 60%);
}
.PlatziForm-theme--escuelajs .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--escuelajs .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #f6e01c;
}
.PlatziForm-theme--escuelajs .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox:before,
.PlatziForm-theme--escuelajs .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox:before {
  color: #000;
}
.PlatziForm-theme--escuelajs .PlatziForm-group-radio {
  border: 1px solid rgba(246,224,28,0.5);
}
.PlatziForm-theme--escuelajs .PlatziForm-group-radio:hover {
  border: 1px solid rgba(246,224,28,0.8);
  background-image: -webkit-radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
  background-image: -moz-radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
  background-image: -o-radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
  background-image: -ms-radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
  background-image: radial-gradient(rgba(246,224,28,0.7) 50%, #000 60%);
}
.PlatziForm-theme--escuelajs .PlatziForm-group-checkbox {
  border: 1px solid rgba(246,224,28,0.5);
}
.PlatziForm-theme--escuelajs .PlatziForm-group-checkbox:hover {
  border: 1px solid rgba(246,224,28,0.8);
  background-color: rgba(246,224,28,0.7);
}
.PlatziForm-theme--escuelajs .PlatziForm-group-checkbox:hover:before {
  color: #000;
}
.PlatziForm-theme--escuelajs .PlatziForm-footer {
  border-top: 3px solid rgba(255,255,255,0.3);
}
.PlatziForm-theme--escuelajs .PlatziForm-footer:before {
  background-color: #fff;
}
.PlatziForm-theme--escuelajs .PlatziForm-requiredText {
  color: #fff;
}
.PlatziForm-theme--escuelajs .PlatziForm-next,
.PlatziForm-theme--escuelajs .PlatziForm-prev {
  border: 1px solid #fff;
  color: #fff;
}
.PlatziForm-theme--escuelajs .PlatziForm-next--disabled,
.PlatziForm-theme--escuelajs .PlatziForm-prev--disabled {
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.3);
}
.PlatziForm-theme--escuelajs .PlatziForm-submit {
  background-color: #f6e01c;
  color: #000;
  font-size: 1rem;
}
.PlatziForm-theme--escuelajs .PlatziForm-agreement-label {
  color: #fff;
}
.PlatziForm-theme--escuelajs .PlatziForm-agreement a {
  border: none;
  color: #fff;
}
.PlatziForm-theme--escuelajs .PlatziForm-agreement .PlatziForm-group--checked {
  border: none;
}
.PlatziForm-theme--escuelajs .PlatziForm-paragraph {
  color: #fff;
}
.PlatziForm-theme--demoday {
  background-color: #5d32c4;
  font-size: 18px;
}
.PlatziForm-theme--demoday .PlatziForm-label {
  color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-counter {
  color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-input-area,
.PlatziForm-theme--demoday .PlatziForm-input {
  color: #fff;
  background-color: #5d32c4;
  border-bottom: 1px solid 1px solid rgba(255,255,255,0.5);
}
.PlatziForm-theme--demoday .PlatziForm-input-area:focus,
.PlatziForm-theme--demoday .PlatziForm-input:focus {
  border-bottom: 1px solid #fff;
}
.PlatziForm-theme--demoday .PlatziForm-input-area::placeholder,
.PlatziForm-theme--demoday .PlatziForm-input::placeholder {
  color: rgba(255,255,255,0.5);
}
.PlatziForm-theme--demoday .PlatziForm-input-area::-ms-input-placeholder,
.PlatziForm-theme--demoday .PlatziForm-input::-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.PlatziForm-theme--demoday .PlatziForm-input-area {
  border: 1px solid #fff;
}
.PlatziForm-theme--demoday .PlatziForm-input-area::placeholder {
  color: rgba(255,255,255,0.5);
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
}
.PlatziForm-theme--demoday .PlatziForm-group {
  border: 1px solid rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.5);
}
.PlatziForm-theme--demoday .PlatziForm-group:focus-within {
  border: 1px solid #fff;
  background: rgba(255,255,255,0.5);
}
.PlatziForm-theme--demoday .PlatziForm-group--checked .PlatziForm-group-label {
  color: #fff;
  border: none;
}
.PlatziForm-theme--demoday .PlatziForm-group-label {
  color: rgba(255,255,255,0.5);
}
.PlatziForm-theme--demoday .PlatziForm-group-label:hover {
  color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-group-label:hover ~ .PlatziForm-group-radio,
.PlatziForm-theme--demoday .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: 1px solid rgba(255,255,255,0.8);
}
.PlatziForm-theme--demoday .PlatziForm-group-label:hover ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
  background-image: -moz-radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
  background-image: -o-radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
  background-image: -ms-radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
  background-image: radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
}
.PlatziForm-theme--demoday .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: 1px solid rgba(255,255,255,0.8);
  background-color: rgba(255,255,255,0.7);
}
.PlatziForm-theme--demoday .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox:before {
  color: #5d32c4;
}
.PlatziForm-theme--demoday .PlatziForm-group.PlatziForm-agreement:focus-within {
  border: none;
  background: transparent;
}
.PlatziForm-theme--demoday .PlatziForm-group.PlatziForm-agreement:hover ~ .PlatziForm-group-checkbox {
  background-color: transparent;
}
.PlatziForm-theme--demoday .PlatziForm-group.PlatziForm-agreement--checked {
  border: none;
}
.PlatziForm-theme--demoday .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--demoday .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--demoday .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  border: 1px solid #fff;
  outline: none;
}
.PlatziForm-theme--demoday .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(#fff 50%, #5d32c4 60%);
  background-image: -moz-radial-gradient(#fff 50%, #5d32c4 60%);
  background-image: -o-radial-gradient(#fff 50%, #5d32c4 60%);
  background-image: -ms-radial-gradient(#fff 50%, #5d32c4 60%);
  background-image: radial-gradient(#fff 50%, #5d32c4 60%);
}
.PlatziForm-theme--demoday .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--demoday .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox:before,
.PlatziForm-theme--demoday .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox:before {
  color: #5d32c4;
}
.PlatziForm-theme--demoday .PlatziForm-group-radio {
  border: 1px solid rgba(255,255,255,0.5);
}
.PlatziForm-theme--demoday .PlatziForm-group-radio:hover {
  border: 1px solid rgba(255,255,255,0.8);
  background-image: -webkit-radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
  background-image: -moz-radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
  background-image: -o-radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
  background-image: -ms-radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
  background-image: radial-gradient(rgba(255,255,255,0.7) 50%, #5d32c4 60%);
}
.PlatziForm-theme--demoday .PlatziForm-group-checkbox {
  border: 1px solid rgba(255,255,255,0.5);
}
.PlatziForm-theme--demoday .PlatziForm-group-checkbox:hover {
  border: 1px solid rgba(255,255,255,0.8);
  background-color: rgba(255,255,255,0.7);
}
.PlatziForm-theme--demoday .PlatziForm-group-checkbox:hover:before {
  color: #5d32c4;
}
.PlatziForm-theme--demoday .PlatziForm-footer {
  border-top: 3px solid rgba(255,255,255,0.3);
}
.PlatziForm-theme--demoday .PlatziForm-footer:before {
  background-color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-requiredText {
  color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-next,
.PlatziForm-theme--demoday .PlatziForm-prev {
  border: 1px solid #fff;
  color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-next--disabled,
.PlatziForm-theme--demoday .PlatziForm-prev--disabled {
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.3);
}
.PlatziForm-theme--demoday .PlatziForm-submit {
  background-color: #fff;
  color: #5d32c4;
  font-size: 1rem;
}
.PlatziForm-theme--demoday .PlatziForm-agreement-label {
  color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-agreement a {
  border: none;
  color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-agreement .PlatziForm-group--checked {
  border: none;
}
.PlatziForm-theme--demoday .PlatziForm-paragraph {
  color: #fff;
}
.PlatziForm-theme--demoday .PlatziForm-label {
  display: block;
}
.PlatziForm-theme--demoday .PlatziForm-element {
  overflow-y: auto;
}
.PlatziForm-theme--demoday .PlatziForm-group {
  padding: 1rem;
}
.PlatziForm-theme--demoday .PlatziForm-element::-webkit-scrollbar {
  display: none;
}
.PlatziForm-theme--demoday .PlatziForm-element::-moz-scrollbar {
  display: none;
}
.PlatziForm-theme--green {
  background-color: #273b47;
  font-size: 18px;
}
.PlatziForm-theme--green .PlatziForm-label {
  color: #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-counter {
  color: #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-input-area,
.PlatziForm-theme--green .PlatziForm-input {
  color: #98ca3f;
  background-color: #273b47;
  border-bottom: 1px solid 1px solid rgba(152,202,63,0.5);
}
.PlatziForm-theme--green .PlatziForm-input-area:focus,
.PlatziForm-theme--green .PlatziForm-input:focus {
  border-bottom: 1px solid #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-input-area::placeholder,
.PlatziForm-theme--green .PlatziForm-input::placeholder {
  color: rgba(152,202,63,0.5);
}
.PlatziForm-theme--green .PlatziForm-input-area::-ms-input-placeholder,
.PlatziForm-theme--green .PlatziForm-input::-ms-input-placeholder {
  color: rgba(152,202,63,0.5);
}
.PlatziForm-theme--green .PlatziForm-input-area {
  border: 1px solid #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-input-area::placeholder {
  color: rgba(152,202,63,0.5);
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
}
.PlatziForm-theme--green .PlatziForm-group {
  border: 1px solid rgba(152,202,63,0.5);
  color: rgba(152,202,63,0.5);
}
.PlatziForm-theme--green .PlatziForm-group:focus-within {
  border: 1px solid #98ca3f;
  background: rgba(152,202,63,0.5);
}
.PlatziForm-theme--green .PlatziForm-group--checked .PlatziForm-group-label {
  color: #98ca3f;
  border: none;
}
.PlatziForm-theme--green .PlatziForm-group-label {
  color: rgba(152,202,63,0.5);
}
.PlatziForm-theme--green .PlatziForm-group-label:hover {
  color: #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-group-label:hover ~ .PlatziForm-group-radio,
.PlatziForm-theme--green .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: 1px solid rgba(152,202,63,0.8);
}
.PlatziForm-theme--green .PlatziForm-group-label:hover ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
  background-image: -moz-radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
  background-image: -o-radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
  background-image: -ms-radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
  background-image: radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
}
.PlatziForm-theme--green .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: 1px solid rgba(152,202,63,0.8);
  background-color: rgba(152,202,63,0.7);
}
.PlatziForm-theme--green .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox:before {
  color: #273b47;
}
.PlatziForm-theme--green .PlatziForm-group.PlatziForm-agreement:focus-within {
  border: none;
  background: transparent;
}
.PlatziForm-theme--green .PlatziForm-group.PlatziForm-agreement:hover ~ .PlatziForm-group-checkbox {
  background-color: transparent;
}
.PlatziForm-theme--green .PlatziForm-group.PlatziForm-agreement--checked {
  border: none;
}
.PlatziForm-theme--green .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--green .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--green .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  border: 1px solid #98ca3f;
  outline: none;
}
.PlatziForm-theme--green .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(#98ca3f 50%, #273b47 60%);
  background-image: -moz-radial-gradient(#98ca3f 50%, #273b47 60%);
  background-image: -o-radial-gradient(#98ca3f 50%, #273b47 60%);
  background-image: -ms-radial-gradient(#98ca3f 50%, #273b47 60%);
  background-image: radial-gradient(#98ca3f 50%, #273b47 60%);
}
.PlatziForm-theme--green .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--green .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox:before,
.PlatziForm-theme--green .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox:before {
  color: #273b47;
}
.PlatziForm-theme--green .PlatziForm-group-radio {
  border: 1px solid rgba(152,202,63,0.5);
}
.PlatziForm-theme--green .PlatziForm-group-radio:hover {
  border: 1px solid rgba(152,202,63,0.8);
  background-image: -webkit-radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
  background-image: -moz-radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
  background-image: -o-radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
  background-image: -ms-radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
  background-image: radial-gradient(rgba(152,202,63,0.7) 50%, #273b47 60%);
}
.PlatziForm-theme--green .PlatziForm-group-checkbox {
  border: 1px solid rgba(152,202,63,0.5);
}
.PlatziForm-theme--green .PlatziForm-group-checkbox:hover {
  border: 1px solid rgba(152,202,63,0.8);
  background-color: rgba(152,202,63,0.7);
}
.PlatziForm-theme--green .PlatziForm-group-checkbox:hover:before {
  color: #273b47;
}
.PlatziForm-theme--green .PlatziForm-footer {
  border-top: 3px solid rgba(152,202,63,0.3);
}
.PlatziForm-theme--green .PlatziForm-footer:before {
  background-color: #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-requiredText {
  color: #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-next,
.PlatziForm-theme--green .PlatziForm-prev {
  border: 1px solid #98ca3f;
  color: #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-next--disabled,
.PlatziForm-theme--green .PlatziForm-prev--disabled {
  border: 1px solid rgba(152,202,63,0.3);
  color: rgba(152,202,63,0.3);
}
.PlatziForm-theme--green .PlatziForm-submit {
  background-color: #98ca3f;
  color: #273b47;
  font-size: 1rem;
}
.PlatziForm-theme--green .PlatziForm-agreement-label {
  color: #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-agreement a {
  border: none;
  color: #98ca3f;
}
.PlatziForm-theme--green .PlatziForm-agreement .PlatziForm-group--checked {
  border: none;
}
.PlatziForm-theme--green .PlatziForm-paragraph {
  color: #fff;
}
.PlatziForm-theme--conf-2021 {
  background-color: #9f13ff;
  font-size: 18px;
}
.PlatziForm-theme--conf-2021 .PlatziForm-label {
  color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-counter {
  color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-input-area,
.PlatziForm-theme--conf-2021 .PlatziForm-input {
  color: #fff;
  background-color: #9f13ff;
  border-bottom: 1px solid #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-input-area:focus,
.PlatziForm-theme--conf-2021 .PlatziForm-input:focus {
  border-bottom: 1px solid #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-input-area::placeholder,
.PlatziForm-theme--conf-2021 .PlatziForm-input::placeholder {
  color: rgba(255,255,255,0.5);
}
.PlatziForm-theme--conf-2021 .PlatziForm-input-area::-ms-input-placeholder,
.PlatziForm-theme--conf-2021 .PlatziForm-input::-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.PlatziForm-theme--conf-2021 .PlatziForm-input-area {
  border: 1px solid #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-input-area::placeholder {
  color: rgba(255,255,255,0.5);
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group {
  border: #fff;
  color: rgba(255,255,255,0.5);
}
.PlatziForm-theme--conf-2021 .PlatziForm-group:focus-within {
  border: 1px solid #fff;
  background: rgba(255,255,255,0.5);
}
.PlatziForm-theme--conf-2021 .PlatziForm-group--checked .PlatziForm-group-label {
  color: #fff;
  border: none;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-label {
  color: rgba(255,255,255,0.5);
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-label:hover {
  color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-label:hover ~ .PlatziForm-group-radio,
.PlatziForm-theme--conf-2021 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-label:hover ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
  background-image: -moz-radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
  background-image: -o-radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
  background-image: -ms-radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
  background-image: radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
  background-color: rgba(255,255,255,0.7);
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox:before {
  color: #9f13ff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group.PlatziForm-agreement:focus-within {
  border: none;
  background: transparent;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group.PlatziForm-agreement:hover ~ .PlatziForm-group-checkbox {
  background-color: transparent;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group.PlatziForm-agreement--checked {
  border: none;
}
.PlatziForm-theme--conf-2021 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--conf-2021 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--conf-2021 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  border: 1px solid #fff;
  outline: none;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(#fff 50%, #9f13ff 60%);
  background-image: -moz-radial-gradient(#fff 50%, #9f13ff 60%);
  background-image: -o-radial-gradient(#fff 50%, #9f13ff 60%);
  background-image: -ms-radial-gradient(#fff 50%, #9f13ff 60%);
  background-image: radial-gradient(#fff 50%, #9f13ff 60%);
}
.PlatziForm-theme--conf-2021 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--conf-2021 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox:before,
.PlatziForm-theme--conf-2021 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox:before {
  color: #9f13ff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-radio {
  border: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-radio:hover {
  border: #fff;
  background-image: -webkit-radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
  background-image: -moz-radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
  background-image: -o-radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
  background-image: -ms-radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
  background-image: radial-gradient(rgba(255,255,255,0.7) 50%, #9f13ff 60%);
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-checkbox:hover {
  border: #fff;
  background-color: rgba(255,255,255,0.7);
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-checkbox:hover:before {
  color: #9f13ff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-footer {
  border-top: 3px solid rgba(255,255,255,0.3);
}
.PlatziForm-theme--conf-2021 .PlatziForm-footer:before {
  background-color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-requiredText {
  color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-next,
.PlatziForm-theme--conf-2021 .PlatziForm-prev {
  border: 1px solid #fff;
  color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-next--disabled,
.PlatziForm-theme--conf-2021 .PlatziForm-prev--disabled {
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.3);
}
.PlatziForm-theme--conf-2021 .PlatziForm-submit {
  background-color: #fff;
  color: #9f13ff;
  font-size: 1rem;
}
.PlatziForm-theme--conf-2021 .PlatziForm-agreement-label {
  color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-agreement a {
  border: none;
  color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-agreement .PlatziForm-group--checked {
  border: none;
}
.PlatziForm-theme--conf-2021 .PlatziForm-paragraph {
  color: #fff;
}
.PlatziForm-theme--conf-2021 .PlatziForm-group-radio,
.PlatziForm-theme--conf-2021 .PlatziForm-group-checkbox {
  background-color: rgba(255,255,255,0.5);
}
.PlatziForm-theme--pday-2022 {
  background-color: #0c1633;
  font-size: 18px;
}
.PlatziForm-theme--pday-2022 .PlatziForm-label {
  color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-counter {
  color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-input-area,
.PlatziForm-theme--pday-2022 .PlatziForm-input {
  color: #00ff97;
  background-color: #0c1633;
  border-bottom: 1px solid #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-input-area:focus,
.PlatziForm-theme--pday-2022 .PlatziForm-input:focus {
  border-bottom: 1px solid #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-input-area::placeholder,
.PlatziForm-theme--pday-2022 .PlatziForm-input::placeholder {
  color: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-input-area::-ms-input-placeholder,
.PlatziForm-theme--pday-2022 .PlatziForm-input::-ms-input-placeholder {
  color: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-input-area {
  border: 1px solid #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-input-area::placeholder {
  color: #fff;
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group {
  border: #fff;
  color: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:focus-within {
  border: 1px solid #00ff97;
  background: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group--checked .PlatziForm-group-label {
  color: #00ff97;
  border: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-label:hover {
  color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-radio,
.PlatziForm-theme--pday-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
  background-image: -o-radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
  background-image: radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
  background-color: rgba(0,255,151,0.7);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox:before {
  color: #0c1633;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group.PlatziForm-agreement:focus-within {
  border: none;
  background: transparent;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group.PlatziForm-agreement:hover ~ .PlatziForm-group-checkbox {
  background-color: transparent;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group.PlatziForm-agreement--checked {
  border: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--pday-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--pday-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  border: 1px solid #00ff97;
  outline: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(#00ff97 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(#00ff97 50%, #0c1633 60%);
  background-image: -o-radial-gradient(#00ff97 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(#00ff97 50%, #0c1633 60%);
  background-image: radial-gradient(#00ff97 50%, #0c1633 60%);
}
.PlatziForm-theme--pday-2022 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--pday-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox:before,
.PlatziForm-theme--pday-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox:before {
  color: #0c1633;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-radio {
  border: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-radio:hover {
  border: #fff;
  background-image: -webkit-radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
  background-image: -o-radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
  background-image: radial-gradient(rgba(0,255,151,0.7) 50%, #0c1633 60%);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-checkbox:hover {
  border: #fff;
  background-color: rgba(0,255,151,0.7);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-checkbox:hover:before {
  color: #0c1633;
}
.PlatziForm-theme--pday-2022 .PlatziForm-footer {
  border-top: 3px solid rgba(0,255,151,0.3);
}
.PlatziForm-theme--pday-2022 .PlatziForm-footer:before {
  background-color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-requiredText {
  color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-next,
.PlatziForm-theme--pday-2022 .PlatziForm-prev {
  border: 1px solid #00ff97;
  color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-next--disabled,
.PlatziForm-theme--pday-2022 .PlatziForm-prev--disabled {
  border: 1px solid rgba(0,255,151,0.3);
  color: rgba(0,255,151,0.3);
}
.PlatziForm-theme--pday-2022 .PlatziForm-submit {
  background-color: #00ff97;
  color: #0c1633;
  font-size: 1rem;
}
.PlatziForm-theme--pday-2022 .PlatziForm-agreement-label {
  color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-agreement a {
  border: none;
  color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-agreement .PlatziForm-group--checked {
  border: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-paragraph {
  color: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
.PlatziForm-theme--pday-2022 .PlatziForm-body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-body::-webkit-scrollbar {
  display: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-counter,
.PlatziForm-theme--pday-2022 .PlatziForm-requiredText {
  display: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-label {
  font-style: normal;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-label:hover {
  color: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-label:hover ~ .PlatziForm-group-radio {
  background: rgba(0,255,151,0.12);
}
.PlatziForm-theme--pday-2022 .PlatziForm-label:hover ~ .PlatziForm-group-radio::before {
  border: 1px solid rgba(0,255,151,0.25);
}
.PlatziForm-theme--pday-2022 .PlatziForm-element > .WorkshopRegistration-title {
  width: 100%;
  max-width: none;
  margin-bottom: 3rem;
}
.PlatziForm-theme--pday-2022 .PlatziForm-input {
  border-bottom: 1px solid Wite;
  border: 1px solid #24385b;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #03091e;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0.5rem 1rem;
}
.PlatziForm-theme--pday-2022 .PlatziForm-input::placeholder {
  color: #637b9d;
}
.PlatziForm-theme--pday-2022 .PlatziForm-input:focus {
  border: 1px solid #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group {
  padding: 1rem;
  color: #eff3f8;
  background: #24385b;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio::before {
  border: 1px solid #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio::after {
  background-color: #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:hover {
  background: rgba(0,255,151,0.25);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:hover label.PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:hover > .PlatziForm-group-radio {
  background: rgba(0,255,151,0.12);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:hover > .PlatziForm-group-radio::before {
  border: 1px solid rgba(0,255,151,0.25);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:focus > .PlatziForm-group-radio,
.PlatziForm-theme--pday-2022 .PlatziForm-group:focus-visible > .PlatziForm-group-radio {
  background: #40587c;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:focus > .PlatziForm-group-radio::before,
.PlatziForm-theme--pday-2022 .PlatziForm-group:focus-visible > .PlatziForm-group-radio::before {
  border: 1px solid #00ff97;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:focus > .PlatziForm-group-radio::after,
.PlatziForm-theme--pday-2022 .PlatziForm-group:focus-visible > .PlatziForm-group-radio::after {
  background-color: rgba(0,255,151,0.25);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:focus,
.PlatziForm-theme--pday-2022 .PlatziForm-group--checked {
  background: rgba(0,255,151,0.25);
  border: 1px solid #00ff97;
  outline: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group:focus label.PlatziForm-group-label,
.PlatziForm-theme--pday-2022 .PlatziForm-group--checked label.PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-radio {
  background-color: #40587c;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 100%;
  width: 40px;
  left: 0;
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-radio::after {
  content: ' ';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-radio::before {
  content: ' ';
  background-color: #24385b;
  border: 1px solid rgba(0,255,151,0.25);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.PlatziForm-theme--pday-2022 .PlatziForm-group-label {
  margin-left: 2.5rem;
}
.PlatziForm-theme--pday-2022 .PlatziForm-prev,
.PlatziForm-theme--pday-2022 .PlatziForm-next {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.25rem 1rem;
}
.PlatziForm-theme--pday-2022 .PlatziForm:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-filter: alpha(opacity=75);
  -moz-filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  -o-filter: alpha(opacity=75);
  filter: alpha(opacity=75);
}
.PlatziForm-theme--pday-2022 .PlatziForm-next {
  width: auto;
  color: #0c1633;
  background-color: #00ff97;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.PlatziForm-theme--pday-2022 .PlatziForm-next:hover {
  background-color: rgba(0,255,151,0.75);
  border-color: rgba(0,255,151,0.75);
}
.PlatziForm-theme--pday-2022 .PlatziForm-prev {
  margin-right: 1rem;
}
.PlatziForm-theme--pday-2022 .PlatziForm-prev:hover {
  border-color: rgba(0,255,151,0.75);
}
.PlatziForm-theme--pday-2022 .PlatziForm-footer {
  background-color: #121f3d;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--pday-2022 .PlatziForm-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--pday-2022 .PlatziForm-footer {
    position: fixed;
    left: 0vw;
    width: 100vw;
  }
}
.PlatziForm-theme--pday-2022 .PlatziForm-element {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-element::-webkit-scrollbar {
  display: none;
}
.PlatziForm-theme--pday-2022 .PlatziForm-required {
  background-color: #6d2a2a;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  position: fixed;
  bottom: 100px;
  width: 100vw;
  left: 0;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--pday-2022 .PlatziForm-required {
    bottom: 70px;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--pday-2022 .PlatziForm-required {
    width: 100vw;
    left: 0vw;
  }
}
.PlatziForm-theme--pday-2022 .PlatziForm-required::before {
  content: '!';
  background-color: #ff8884;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #6d2a2a;
  width: 16px;
  height: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  vertical-align: middle;
  line-height: 1rem;
}
.PlatziForm-theme--xmas-2022 {
  background-color: #0c1633;
  font-size: 18px;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-label {
  color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-counter {
  color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-input-area,
.PlatziForm-theme--xmas-2022 .PlatziForm-input {
  color: #cde82d;
  background-color: #0c1633;
  border-bottom: 1px solid #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-input-area:focus,
.PlatziForm-theme--xmas-2022 .PlatziForm-input:focus {
  border-bottom: 1px solid #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-input-area::placeholder,
.PlatziForm-theme--xmas-2022 .PlatziForm-input::placeholder {
  color: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-input-area::-ms-input-placeholder,
.PlatziForm-theme--xmas-2022 .PlatziForm-input::-ms-input-placeholder {
  color: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-input-area {
  border: 1px solid #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-input-area::placeholder {
  color: #fff;
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group {
  border: #fff;
  color: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:focus-within {
  border: 1px solid #cde82d;
  background: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group--checked .PlatziForm-group-label {
  color: #cde82d;
  border: none;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-label:hover {
  color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-radio,
.PlatziForm-theme--xmas-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -o-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
  background-color: rgba(205,232,45,0.7);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox:before {
  color: #0c1633;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group.PlatziForm-agreement:focus-within {
  border: none;
  background: transparent;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group.PlatziForm-agreement:hover ~ .PlatziForm-group-checkbox {
  background-color: transparent;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group.PlatziForm-agreement--checked {
  border: none;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--xmas-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--xmas-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  border: 1px solid #cde82d;
  outline: none;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(#cde82d 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(#cde82d 50%, #0c1633 60%);
  background-image: -o-radial-gradient(#cde82d 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(#cde82d 50%, #0c1633 60%);
  background-image: radial-gradient(#cde82d 50%, #0c1633 60%);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--xmas-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox:before,
.PlatziForm-theme--xmas-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox:before {
  color: #0c1633;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-radio {
  border: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-radio:hover {
  border: #fff;
  background-image: -webkit-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -o-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-checkbox:hover {
  border: #fff;
  background-color: rgba(205,232,45,0.7);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-checkbox:hover:before {
  color: #0c1633;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-footer {
  border-top: 3px solid rgba(205,232,45,0.3);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-footer:before {
  background-color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-requiredText {
  color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-next,
.PlatziForm-theme--xmas-2022 .PlatziForm-prev {
  border: 1px solid #cde82d;
  color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-next--disabled,
.PlatziForm-theme--xmas-2022 .PlatziForm-prev--disabled {
  border: 1px solid rgba(205,232,45,0.3);
  color: rgba(205,232,45,0.3);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-submit {
  background-color: #cde82d;
  color: #0c1633;
  font-size: 1rem;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-agreement-label {
  color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-agreement a {
  border: none;
  color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-agreement .PlatziForm-group--checked {
  border: none;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-paragraph {
  color: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-footer {
  grid-template-columns: 2fr 1.5fr;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-actions {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 2rem;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--xmas-2022 .PlatziForm-body {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--xmas-2022 .PlatziForm-body {
    padding-top: 7.5rem;
  }
}
.PlatziForm-theme--xmas-2022 .PlatziForm-body::-webkit-scrollbar {
  display: none;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-counter,
.PlatziForm-theme--xmas-2022 .PlatziForm-requiredText {
  display: none;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-label {
  font-style: normal;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-label:hover {
  color: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-label:hover ~ .PlatziForm-group-radio {
  background: rgba(205,232,45,0.12);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-label:hover ~ .PlatziForm-group-radio::before {
  border: 1px solid rgba(205,232,45,0.25);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-element > .WorkshopRegistration-title {
  width: 100%;
  max-width: none;
  margin-bottom: 3rem;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-input {
  border-bottom: 1px solid Wite;
  border: 1px solid #24385b;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #03091e;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0.5rem 1rem;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-input::placeholder {
  color: #637b9d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-input:focus {
  border: 1px solid #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group {
  padding: 1rem;
  color: #eff3f8;
  background: #24385b;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio::before {
  border: 1px solid #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio::after {
  background-color: #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:hover {
  background: rgba(205,232,45,0.25);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:hover label.PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:hover > .PlatziForm-group-radio {
  background: rgba(205,232,45,0.12);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:hover > .PlatziForm-group-radio::before {
  border: 1px solid rgba(205,232,45,0.25);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:focus > .PlatziForm-group-radio,
.PlatziForm-theme--xmas-2022 .PlatziForm-group:focus-visible > .PlatziForm-group-radio {
  background: #40587c;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:focus > .PlatziForm-group-radio::before,
.PlatziForm-theme--xmas-2022 .PlatziForm-group:focus-visible > .PlatziForm-group-radio::before {
  border: 1px solid #cde82d;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:focus > .PlatziForm-group-radio::after,
.PlatziForm-theme--xmas-2022 .PlatziForm-group:focus-visible > .PlatziForm-group-radio::after {
  background-color: rgba(205,232,45,0.25);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:focus,
.PlatziForm-theme--xmas-2022 .PlatziForm-group--checked {
  background: rgba(205,232,45,0.25);
  border: 1px solid #cde82d;
  outline: none;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group:focus label.PlatziForm-group-label,
.PlatziForm-theme--xmas-2022 .PlatziForm-group--checked label.PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-radio {
  background-color: #40587c;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 100%;
  width: 40px;
  left: 0;
  -webkit-border-radius: 0.5rem 0 0 0.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-radio::after {
  content: ' ';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-radio::before {
  content: ' ';
  background-color: #24385b;
  border: 1px solid rgba(205,232,45,0.25);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-group-label {
  margin-left: 2.5rem;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-prev,
.PlatziForm-theme--xmas-2022 .PlatziForm-next {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.25rem 1rem;
}
.PlatziForm-theme--xmas-2022 .PlatziForm:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-filter: alpha(opacity=75);
  -moz-filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  -o-filter: alpha(opacity=75);
  filter: alpha(opacity=75);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-next {
  width: auto;
  color: #0c1633;
  background-color: #cde82d;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-next:hover {
  background-color: rgba(205,232,45,0.75);
  border-color: rgba(205,232,45,0.75);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-prev {
  margin-right: 1rem;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-prev:hover {
  border-color: rgba(205,232,45,0.75);
}
.PlatziForm-theme--xmas-2022 .PlatziForm-footer {
  background-color: #121f3d;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--xmas-2022 .PlatziForm-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--xmas-2022 .PlatziForm-footer {
    position: fixed;
    left: 0;
    width: 100vw;
  }
}
.PlatziForm-theme--xmas-2022 .PlatziForm-element {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-element::-webkit-scrollbar {
  display: none;
}
.PlatziForm-theme--xmas-2022 .PlatziForm-required {
  background-color: #6d2a2a;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  position: fixed;
  bottom: 100px;
  width: 100vw;
  left: 0;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--xmas-2022 .PlatziForm-required {
    bottom: 70px;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--xmas-2022 .PlatziForm-required {
    width: 100vw;
    left: 0vw;
  }
}
.PlatziForm-theme--xmas-2022 .PlatziForm-required::before {
  content: '!';
  background-color: #ff8884;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #6d2a2a;
  width: 16px;
  height: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  vertical-align: middle;
  line-height: 1re $base-colorm;
}
.PlatziForm-theme--gift-2022 {
  background-color: #0c1633;
  font-size: 18px;
}
.PlatziForm-theme--gift-2022 .PlatziForm-label {
  color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-counter {
  color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-input-area,
.PlatziForm-theme--gift-2022 .PlatziForm-input {
  color: #cde82d;
  background-color: #0c1633;
  border-bottom: 1px solid #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-input-area:focus,
.PlatziForm-theme--gift-2022 .PlatziForm-input:focus {
  border-bottom: 1px solid #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-input-area::placeholder,
.PlatziForm-theme--gift-2022 .PlatziForm-input::placeholder {
  color: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-input-area::-ms-input-placeholder,
.PlatziForm-theme--gift-2022 .PlatziForm-input::-ms-input-placeholder {
  color: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-input-area {
  border: 1px solid #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-input-area::placeholder {
  color: #fff;
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group {
  border: #fff;
  color: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:focus-within {
  border: 1px solid #cde82d;
  background: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group--checked .PlatziForm-group-label {
  color: #cde82d;
  border: none;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-label:hover {
  color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-radio,
.PlatziForm-theme--gift-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -o-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
  background-color: rgba(205,232,45,0.7);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox:before {
  color: #0c1633;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group.PlatziForm-agreement:focus-within {
  border: none;
  background: transparent;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group.PlatziForm-agreement:hover ~ .PlatziForm-group-checkbox {
  background-color: transparent;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group.PlatziForm-agreement--checked {
  border: none;
}
.PlatziForm-theme--gift-2022 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--gift-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--gift-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  border: 1px solid #cde82d;
  outline: none;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(#cde82d 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(#cde82d 50%, #0c1633 60%);
  background-image: -o-radial-gradient(#cde82d 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(#cde82d 50%, #0c1633 60%);
  background-image: radial-gradient(#cde82d 50%, #0c1633 60%);
}
.PlatziForm-theme--gift-2022 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--gift-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox:before,
.PlatziForm-theme--gift-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox:before {
  color: #0c1633;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-radio {
  border: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-radio:hover {
  border: #fff;
  background-image: -webkit-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -o-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
  background-image: radial-gradient(rgba(205,232,45,0.7) 50%, #0c1633 60%);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-checkbox:hover {
  border: #fff;
  background-color: rgba(205,232,45,0.7);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-checkbox:hover:before {
  color: #0c1633;
}
.PlatziForm-theme--gift-2022 .PlatziForm-footer {
  border-top: 3px solid rgba(205,232,45,0.3);
}
.PlatziForm-theme--gift-2022 .PlatziForm-footer:before {
  background-color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-requiredText {
  color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-next,
.PlatziForm-theme--gift-2022 .PlatziForm-prev {
  border: 1px solid #cde82d;
  color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-next--disabled,
.PlatziForm-theme--gift-2022 .PlatziForm-prev--disabled {
  border: 1px solid rgba(205,232,45,0.3);
  color: rgba(205,232,45,0.3);
}
.PlatziForm-theme--gift-2022 .PlatziForm-submit {
  background-color: #cde82d;
  color: #0c1633;
  font-size: 1rem;
}
.PlatziForm-theme--gift-2022 .PlatziForm-agreement-label {
  color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-agreement a {
  border: none;
  color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-agreement .PlatziForm-group--checked {
  border: none;
}
.PlatziForm-theme--gift-2022 .PlatziForm-paragraph {
  color: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
.PlatziForm-theme--gift-2022 .PlatziForm-footer {
  grid-template-columns: 2fr 1.5fr;
}
.PlatziForm-theme--gift-2022 .PlatziForm-actions {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.PlatziForm-theme--gift-2022 .PlatziForm-body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 2rem;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--gift-2022 .PlatziForm-body {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--gift-2022 .PlatziForm-body {
    padding-top: 7.5rem;
  }
}
.PlatziForm-theme--gift-2022 .PlatziForm-body::-webkit-scrollbar {
  display: none;
}
.PlatziForm-theme--gift-2022 .PlatziForm-counter,
.PlatziForm-theme--gift-2022 .PlatziForm-requiredText {
  display: none;
}
.PlatziForm-theme--gift-2022 .PlatziForm-label {
  font-style: normal;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-label:hover {
  color: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-label:hover ~ .PlatziForm-group-radio {
  background: rgba(205,232,45,0.12);
}
.PlatziForm-theme--gift-2022 .PlatziForm-label:hover ~ .PlatziForm-group-radio::before {
  border: 1px solid rgba(205,232,45,0.25);
}
.PlatziForm-theme--gift-2022 .PlatziForm-element > .WorkshopRegistration-title {
  width: 100%;
  max-width: none;
  margin-bottom: 3rem;
}
.PlatziForm-theme--gift-2022 .PlatziForm-input {
  border-bottom: 1px solid Wite;
  border: 1px solid #24385b;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #03091e;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0.5rem 1rem;
}
.PlatziForm-theme--gift-2022 .PlatziForm-input::placeholder {
  color: #637b9d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-input:focus {
  border: 1px solid #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group {
  padding: 1rem;
  color: #eff3f8;
  background: #24385b;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio::before {
  border: 1px solid #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group input:checked ~ .PlatziForm-group-radio::after {
  background-color: #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:hover {
  background: rgba(205,232,45,0.25);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:hover label.PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:hover > .PlatziForm-group-radio {
  background: rgba(205,232,45,0.12);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:hover > .PlatziForm-group-radio::before {
  border: 1px solid rgba(205,232,45,0.25);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:focus > .PlatziForm-group-radio,
.PlatziForm-theme--gift-2022 .PlatziForm-group:focus-visible > .PlatziForm-group-radio {
  background: #40587c;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:focus > .PlatziForm-group-radio::before,
.PlatziForm-theme--gift-2022 .PlatziForm-group:focus-visible > .PlatziForm-group-radio::before {
  border: 1px solid #cde82d;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:focus > .PlatziForm-group-radio::after,
.PlatziForm-theme--gift-2022 .PlatziForm-group:focus-visible > .PlatziForm-group-radio::after {
  background-color: rgba(205,232,45,0.25);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:focus,
.PlatziForm-theme--gift-2022 .PlatziForm-group--checked {
  background: rgba(205,232,45,0.25);
  border: 1px solid #cde82d;
  outline: none;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group:focus label.PlatziForm-group-label,
.PlatziForm-theme--gift-2022 .PlatziForm-group--checked label.PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-radio {
  background-color: #40587c;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 100%;
  width: 40px;
  left: 0;
  -webkit-border-radius: 0.5rem 0 0 0.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-radio::after {
  content: ' ';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-radio::before {
  content: ' ';
  background-color: #24385b;
  border: 1px solid rgba(205,232,45,0.25);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.PlatziForm-theme--gift-2022 .PlatziForm-group-label {
  margin-left: 2.5rem;
}
.PlatziForm-theme--gift-2022 .PlatziForm-prev,
.PlatziForm-theme--gift-2022 .PlatziForm-next {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.25rem 1rem;
}
.PlatziForm-theme--gift-2022 .PlatziForm:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-filter: alpha(opacity=75);
  -moz-filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  -o-filter: alpha(opacity=75);
  filter: alpha(opacity=75);
}
.PlatziForm-theme--gift-2022 .PlatziForm-next {
  width: auto;
  color: #0c1633;
  background-color: #cde82d;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.PlatziForm-theme--gift-2022 .PlatziForm-next:hover {
  background-color: rgba(205,232,45,0.75);
  border-color: rgba(205,232,45,0.75);
}
.PlatziForm-theme--gift-2022 .PlatziForm-prev {
  margin-right: 1rem;
}
.PlatziForm-theme--gift-2022 .PlatziForm-prev:hover {
  border-color: rgba(205,232,45,0.75);
}
.PlatziForm-theme--gift-2022 .PlatziForm-footer {
  background-color: #121f3d;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--gift-2022 .PlatziForm-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--gift-2022 .PlatziForm-footer {
    position: fixed;
    left: 0;
    width: 100vw;
  }
}
.PlatziForm-theme--gift-2022 .PlatziForm-element {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.PlatziForm-theme--gift-2022 .PlatziForm-element::-webkit-scrollbar {
  display: none;
}
.PlatziForm-theme--gift-2022 .PlatziForm-required {
  background-color: #6d2a2a;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  position: fixed;
  bottom: 100px;
  width: 100vw;
  left: 0;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--gift-2022 .PlatziForm-required {
    bottom: 70px;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--gift-2022 .PlatziForm-required {
    width: 100vw;
    left: 0vw;
  }
}
.PlatziForm-theme--gift-2022 .PlatziForm-required::before {
  content: '!';
  background-color: #ff8884;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #6d2a2a;
  width: 16px;
  height: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  vertical-align: middle;
  line-height: 1re $base-colorm;
}
.PlatziForm-theme--default {
  background-color: #0c1633;
  font-size: 18px;
}
.PlatziForm-theme--default .PlatziForm-label {
  color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-counter {
  color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-input-area,
.PlatziForm-theme--default .PlatziForm-input {
  color: #98ca3f;
  background-color: #0c1633;
  border-bottom: 1px solid #fff;
}
.PlatziForm-theme--default .PlatziForm-input-area:focus,
.PlatziForm-theme--default .PlatziForm-input:focus {
  border-bottom: 1px solid #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-input-area::placeholder,
.PlatziForm-theme--default .PlatziForm-input::placeholder {
  color: #fff;
}
.PlatziForm-theme--default .PlatziForm-input-area::-ms-input-placeholder,
.PlatziForm-theme--default .PlatziForm-input::-ms-input-placeholder {
  color: #fff;
}
.PlatziForm-theme--default .PlatziForm-input-area {
  border: 1px solid #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-input-area::placeholder {
  color: #fff;
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
}
.PlatziForm-theme--default .PlatziForm-group {
  border: #fff;
  color: #fff;
}
.PlatziForm-theme--default .PlatziForm-group:focus-within {
  border: 1px solid #98ca3f;
  background: #fff;
}
.PlatziForm-theme--default .PlatziForm-group--checked .PlatziForm-group-label {
  color: #98ca3f;
  border: none;
}
.PlatziForm-theme--default .PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--default .PlatziForm-group-label:hover {
  color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-group-label:hover ~ .PlatziForm-group-radio,
.PlatziForm-theme--default .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--default .PlatziForm-group-label:hover ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
  background-image: -o-radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
  background-image: radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
}
.PlatziForm-theme--default .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox {
  border: #fff;
  background-color: rgba(152,202,63,0.7);
}
.PlatziForm-theme--default .PlatziForm-group-label:hover ~ .PlatziForm-group-checkbox:before {
  color: #0c1633;
}
.PlatziForm-theme--default .PlatziForm-group.PlatziForm-agreement:focus-within {
  border: none;
  background: transparent;
}
.PlatziForm-theme--default .PlatziForm-group.PlatziForm-agreement:hover ~ .PlatziForm-group-checkbox {
  background-color: transparent;
}
.PlatziForm-theme--default .PlatziForm-group.PlatziForm-agreement--checked {
  border: none;
}
.PlatziForm-theme--default .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--default .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--default .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  border: 1px solid #98ca3f;
  outline: none;
}
.PlatziForm-theme--default .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background-image: -webkit-radial-gradient(#98ca3f 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(#98ca3f 50%, #0c1633 60%);
  background-image: -o-radial-gradient(#98ca3f 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(#98ca3f 50%, #0c1633 60%);
  background-image: radial-gradient(#98ca3f 50%, #0c1633 60%);
}
.PlatziForm-theme--default .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox,
.PlatziForm-theme--default .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox {
  background-color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-agreement:checked ~ .PlatziForm-group-checkbox:before,
.PlatziForm-theme--default .PlatziForm-group input:checked ~ .PlatziForm-group-checkbox:before {
  color: #0c1633;
}
.PlatziForm-theme--default .PlatziForm-group-radio {
  border: #fff;
}
.PlatziForm-theme--default .PlatziForm-group-radio:hover {
  border: #fff;
  background-image: -webkit-radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
  background-image: -moz-radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
  background-image: -o-radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
  background-image: -ms-radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
  background-image: radial-gradient(rgba(152,202,63,0.7) 50%, #0c1633 60%);
}
.PlatziForm-theme--default .PlatziForm-group-checkbox {
  border: #fff;
}
.PlatziForm-theme--default .PlatziForm-group-checkbox:hover {
  border: #fff;
  background-color: rgba(152,202,63,0.7);
}
.PlatziForm-theme--default .PlatziForm-group-checkbox:hover:before {
  color: #0c1633;
}
.PlatziForm-theme--default .PlatziForm-footer {
  border-top: 3px solid rgba(152,202,63,0.3);
}
.PlatziForm-theme--default .PlatziForm-footer:before {
  background-color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-requiredText {
  color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-next,
.PlatziForm-theme--default .PlatziForm-prev {
  border: 1px solid #98ca3f;
  color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-next--disabled,
.PlatziForm-theme--default .PlatziForm-prev--disabled {
  border: 1px solid rgba(152,202,63,0.3);
  color: rgba(152,202,63,0.3);
}
.PlatziForm-theme--default .PlatziForm-submit {
  background-color: #98ca3f;
  color: #0c1633;
  font-size: 1rem;
}
.PlatziForm-theme--default .PlatziForm-agreement-label {
  color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-agreement a {
  border: none;
  color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-agreement .PlatziForm-group--checked {
  border: none;
}
.PlatziForm-theme--default .PlatziForm-paragraph {
  color: #fff;
}
.PlatziForm-theme--default .PlatziForm {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
.PlatziForm-theme--default .PlatziForm-footer {
  grid-template-columns: 2fr 1.5fr;
}
.PlatziForm-theme--default .PlatziForm-actions {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.PlatziForm-theme--default .PlatziForm-body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 2rem;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--default .PlatziForm-body {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--default .PlatziForm-body {
    padding-top: 7.5rem;
  }
}
.PlatziForm-theme--default .PlatziForm-body::-webkit-scrollbar {
  display: none;
}
.PlatziForm-theme--default .PlatziForm-counter,
.PlatziForm-theme--default .PlatziForm-requiredText {
  display: none;
}
.PlatziForm-theme--default .PlatziForm-label {
  font-style: normal;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
}
.PlatziForm-theme--default .PlatziForm-label:hover {
  color: #fff;
}
.PlatziForm-theme--default .PlatziForm-label:hover ~ .PlatziForm-group-radio {
  background: rgba(152,202,63,0.12);
}
.PlatziForm-theme--default .PlatziForm-label:hover ~ .PlatziForm-group-radio::before {
  border: 1px solid rgba(152,202,63,0.25);
}
.PlatziForm-theme--default .PlatziForm-element > .WorkshopRegistration-title {
  width: 100%;
  max-width: none;
  margin-bottom: 3rem;
}
.PlatziForm-theme--default .PlatziForm-input {
  border-bottom: 1px solid Wite;
  border: 1px solid #24385b;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #03091e;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0.5rem 1rem;
}
.PlatziForm-theme--default .PlatziForm-input::placeholder {
  color: #637b9d;
}
.PlatziForm-theme--default .PlatziForm-input:focus {
  border: 1px solid #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-group {
  padding: 1rem;
  color: #eff3f8;
  background: #24385b;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.PlatziForm-theme--default .PlatziForm-group input:checked ~ .PlatziForm-group-radio {
  background: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-group input:checked ~ .PlatziForm-group-radio::before {
  border: 1px solid #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-group input:checked ~ .PlatziForm-group-radio::after {
  background-color: #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-group:hover {
  background: rgba(152,202,63,0.25);
}
.PlatziForm-theme--default .PlatziForm-group:hover label.PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--default .PlatziForm-group:hover > .PlatziForm-group-radio {
  background: rgba(152,202,63,0.12);
}
.PlatziForm-theme--default .PlatziForm-group:hover > .PlatziForm-group-radio::before {
  border: 1px solid rgba(152,202,63,0.25);
}
.PlatziForm-theme--default .PlatziForm-group:focus > .PlatziForm-group-radio,
.PlatziForm-theme--default .PlatziForm-group:focus-visible > .PlatziForm-group-radio {
  background: #40587c;
}
.PlatziForm-theme--default .PlatziForm-group:focus > .PlatziForm-group-radio::before,
.PlatziForm-theme--default .PlatziForm-group:focus-visible > .PlatziForm-group-radio::before {
  border: 1px solid #98ca3f;
}
.PlatziForm-theme--default .PlatziForm-group:focus > .PlatziForm-group-radio::after,
.PlatziForm-theme--default .PlatziForm-group:focus-visible > .PlatziForm-group-radio::after {
  background-color: rgba(152,202,63,0.25);
}
.PlatziForm-theme--default .PlatziForm-group:focus,
.PlatziForm-theme--default .PlatziForm-group--checked {
  background: rgba(152,202,63,0.25);
  border: 1px solid #98ca3f;
  outline: none;
}
.PlatziForm-theme--default .PlatziForm-group:focus label.PlatziForm-group-label,
.PlatziForm-theme--default .PlatziForm-group--checked label.PlatziForm-group-label {
  color: #fff;
}
.PlatziForm-theme--default .PlatziForm-group-radio {
  background-color: #40587c;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 100%;
  width: 40px;
  left: 0;
  -webkit-border-radius: 0.5rem 0 0 0.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.PlatziForm-theme--default .PlatziForm-group-radio::after {
  content: ' ';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.PlatziForm-theme--default .PlatziForm-group-radio::before {
  content: ' ';
  background-color: #24385b;
  border: 1px solid rgba(152,202,63,0.25);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.PlatziForm-theme--default .PlatziForm-group-label {
  margin-left: 2.5rem;
}
.PlatziForm-theme--default .PlatziForm-prev,
.PlatziForm-theme--default .PlatziForm-next {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.25rem 1rem;
}
.PlatziForm-theme--default .PlatziForm:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-filter: alpha(opacity=75);
  -moz-filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  -o-filter: alpha(opacity=75);
  filter: alpha(opacity=75);
}
.PlatziForm-theme--default .PlatziForm-next {
  width: auto;
  color: #0c1633;
  background-color: #98ca3f;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.PlatziForm-theme--default .PlatziForm-next:hover {
  background-color: rgba(152,202,63,0.75);
  border-color: rgba(152,202,63,0.75);
}
.PlatziForm-theme--default .PlatziForm-prev {
  margin-right: 1rem;
}
.PlatziForm-theme--default .PlatziForm-prev:hover {
  border-color: rgba(152,202,63,0.75);
}
.PlatziForm-theme--default .PlatziForm-footer {
  background-color: #121f3d;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--default .PlatziForm-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--default .PlatziForm-footer {
    position: fixed;
    left: 0;
    width: 100vw;
  }
}
.PlatziForm-theme--default .PlatziForm-element {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.PlatziForm-theme--default .PlatziForm-element::-webkit-scrollbar {
  display: none;
}
.PlatziForm-theme--default .PlatziForm-required {
  background-color: #6d2a2a;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  position: fixed;
  bottom: 100px;
  width: 100vw;
  left: 0;
}
@media only screen and (min-width: 48em) {
  .PlatziForm-theme--default .PlatziForm-required {
    bottom: 70px;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziForm-theme--default .PlatziForm-required {
    width: 100vw;
    left: 0vw;
  }
}
.PlatziForm-theme--default .PlatziForm-required::before {
  content: '!';
  background-color: #ff8884;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #6d2a2a;
  width: 16px;
  height: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  vertical-align: middle;
  line-height: 1re $base-colorm;
}
.fc_widget {
  display: none !important;
}
.PlatziFormContainer {
  height: 100vh;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .PlatziFormContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.PlatziDayLayout {
  height: calc(100vh - 52px);
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .PlatziDayLayout {
    display: grid;
    grid-template-rows: 1px 1fr;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziDayLayout {
    grid-template-rows: 1px 1fr;
  }
}
.PlatziDayLayout-content {
  position: relative;
  height: calc(100vh - 140px);
  max-width: 80%;
  margin: 3.5rem auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .PlatziDayLayout-content {
    height: auto;
    margin-bottom: 1rem;
  }
  .PlatziDayLayout-content > *:not(button) {
    max-width: 700px;
  }
}
@media only screen and (min-width: 75em) {
  .PlatziDayLayout-content {
    margin: 7.5rem auto 0;
    margin-bottom: 1rem;
    width: 100vw;
  }
}
