<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Sriracha&amp;display=swap");
body {
  background-color: #fcfafb;
}
main.container-fluid {
  max-width: 100vw !important;
  overflow-x: hidden !important;
  scroll-snap-type: y mandatory;
  scroll-snap-stop: always;
}

.button.ghost {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1.25rem;
  position: relative !important;
  width: max-content;
  transform: translate(0, 0);
  transition: all 0.5s;
  border-color: #f42c54 !important;
  color: #f42c54 !important;
}
.is-stuck .button.ghost {
  background: #fcf6f8;
}
.is-anchored .button.ghost {
  background: #fdfafb;
}
.button.ghost:hover {
  background: rgba(196, 6, 78, 0.15);
  transform: translate(4px, 4px);
}
.bg-accent {
  background: #f42c54;
}
.color-accent {
  color: #f42c54;
}
.min-pt {
  padding-top: 7.5rem !important;
}
.xs-none-pt {
  padding-top: 1.25rem;
}
.min-pb {
  padding-bottom: 2.5rem;
}
.button.ghost::before {
  position: absolute !important;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: inherit;
  border-radius: inherit;
  transform: translate(4px, 4px);
  background-color: transparent;
  clip-path: polygon(
    0 calc(100% - 4px),
    0 100%,
    100% 100%,
    100% 0,
    calc(100% - 4px) 0,
    calc(100% - 4px) calc(100% - 4px)
  );
  transition: transform 0.5s, border-color 0.1s 0s;
}
.button.ghost:hover:before {
  transition: transform 0.5s, border-color 0.1s 0.1s;
  transform: translate(0, 0);
  border-color: transparent;
}
.page-pre-header {
  height: 5.625rem;
}
.color-light {
  color: rgba(6, 2, 32, 0.5);
}
.color-inherit {
  color: inherit !important;
}
.unlink {
  text-decoration: none;
}
section.container-fluid.app-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
}
section.container-fluid:not(.min-pt) {
  /* border: 0.5px solid #000; */
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
[data-app-try-it] {
  cursor: pointer;
  position: relative;
  padding: 5px;
  border-radius: 5px;
  line-height: 80%;
  display: inline-block;
  transition: all 0.3s ease 0s;
  animation: 0.35s ease-in 0s 1 normal forwards running highlightAppearance;
}
@keyframes highlightAppearance {
  from {
    background: transparent;
    border-bottom: none;
  }
  to {
    background: #f42c5433;
    border-bottom: 5px solid #f42c54;
  }
}
#slides {
  overflow-x: hidden;
  margin: 0 -1rem;
}
#slides .brand-slider {
  opacity: 0.3;
  gap: 2.25rem;
  flex-wrap: nowrap;
  position: relative;
  animation: scroll 35s linear infinite;
}

#slides .item img {
  min-width: 3.3125rem;
  height: auto;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc((-3.3125rem + -2.25rem) * 16));
  }
}
.button.main-button {
  background: #f42c54;
  border: 1px solid #000000;
  box-shadow: 5px 7px 0px #000000;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.625rem;
  padding: 1.25rem 1.5625rem;
  transform: translate(0px, 0px);
  transition: all 0.4s;
}
.button.main-button:hover {
  transform: translate(3px, 5px);
  box-shadow: 2px 2px 0px #000000;
}
.button.main-button:active {
  transform: translate(5px, 7px);
  box-shadow: 0px 0px 0px #000000;
}
.users-testimonial {
  min-height: 4.125rem;
  max-width: 100vw;
  position: relative;
  margin-top: 0.9375rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.users-testimonial:not(.users-testimonial + .users-testimonial) {
  margin-top: 1.25rem;
}
.testimonial-container {
  gap: 0.9375rem;
  width: max-content;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial {
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 3px 3px 0px #000000;
  border-radius: 5px;
  padding: 0.9375rem 1.25rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.02em;
  color: #000000;
  width: max-content;
}
.testimonial.off-screen {
  opacity: 0.2;
}
.testimonial &gt; span {
  color: #f42c54;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  letter-spacing: 0.02em;
}
.save60 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(calc(-100% - 0.5625rem)) translateY(-50%);
}
.switcher label {
  width: 3.125rem;
  height: 1.625rem;
  position: relative;
  border: 0.89px solid #000000;
  background-color: #f42c54;
  cursor: pointer;
  border-radius: 3.125rem;
}
.switcher label span {
  position: absolute;
  top: 50%;
  width: 0.875rem;
  height: 0.875rem;
  border: inherit !important;
  border-radius: 100%;
  background: #fcfafb;
  transform: translateY(-50%);
  left: 0.27875rem;
  transition: all 0.5s;
}
.switcher label input[type="checkbox"]:checked + span {
  left: calc(100% - 0.27875rem);
  transform: translateY(-50%) translateX(-100%);
}
.pricing-plan {
  position: relative;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 1.875rem 2.9375rem;
  gap: 0.625rem;
  max-width: 16.375rem;
}
.pricing-plan #free,
.pricing-plan #lite,
.pricing-plan #pro {
  background: #f42c54 !important;
  box-shadow: 3px 3px 0px #000000;
  border-radius: 2.2653px;
  padding: 0.75rem 0;
  text-align: center;
}
.pricing-plan #free:hover,
.pricing-plan #lite:hover,
.pricing-plan #pro:hover {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 #000;
}
.plan-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
}
.plan-price {
  font-size: 1.625rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}
.plan-price .price-main {
  font-size: 2.8125rem;
  line-height: 3.375rem;
}
.pricing-plan .button {
  width: 100%;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.pricing-plan .most-popular {
  position: absolute;
  top: 0;
  left: 0.8125rem;
  transform: translateY(-50%);
  background: #e9e6ee;
  padding: 0.3125rem 0.9375rem;
  border-radius: 1.25rem;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 110%;
}
.plan-features {
  gap: 0.5rem;
}
.plan-features span::before {
  content: url(/assets/img/SVG/feature-check.svg);
  margin-right: 0.5rem;
}
.plan-features span {
  font-family: "Inter";
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  white-space: nowrap;
  text-align: left;
  color: #000000;
}
#why-elia .row {
  gap: 6.25rem;
}
.benefit {
  max-width: 15.1875rem;
  padding: 0;
}
.benefit img {
  max-height: 6.625rem;
  width: auto;
}
.benefit-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  text-align: center;
  color: #000000;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.benefit-title + p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
}
#contact .row {
  max-width: 65.375rem;
}
.funded-img {
  object-fit: contain;
  width: auto;
  height: auto;
}
.funded-container {
  min-height: 4rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  align-items: center;
}
.off-canvas.is-transition-overlap.is-open {
  min-width: 40%;
}
.footer-header {
  margin-bottom: 2.5rem;
}
.social-icon {
  text-decoration: none;
}
.facebook:hover path {
  fill: #3b5998;
}
.instagram:hover path {
  fill: #f09433;
  fill: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  fill: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  fill: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.youtube:hover path {
  fill: #ff0000;
}
.linkedin:hover path {
  fill: #0077b5;
}
.footer-item a,
.footer-item {
  text-decoration: none;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  /* line-height: 89.7%; */
  color: #000000;
  display: block;
  padding: 5px 0;
}
#contact .Main-footer {
  padding: 6.25rem 0;
}
.testimonial-container .testimonial:first-child,
.testimonial-container .testimonial:last-child {
  opacity: 0.3;
}
/*
Style fixes 
*/
/* #pricing {
	padding-top: 8rem !important;
}
#why-elia {
	padding-top: 9.625rem;
}
#contact {
	padding-top: 9.625rem;
}
#features .block-content:last-child {
	margin-bottom: 5rem !important;
} */
section.app-section {
  min-height: calc(100vh - 90px);
}
@media screen and (max-width: 64em) {
  section.app-section {
    min-height: calc(100vh - 60px);
  }
}
#ELIA_IFRAME {
  position: fixed !important;
}

.feature-item {
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 5px;
  align-items: center;
  text-align: center;
  max-width: 17.5rem;
  padding: 3.125rem 1.25rem;
  gap: 1.25rem;
}
.feature-item .feature-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  text-align: center;
}
.feature-item .feature-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
}
.feature-example {
  font-family: "Sriracha";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: center;
  color: #000;
}
.feature-example span {
  color: #f42c54;
}
.text-stroke {
  position: relative;
}
.text-stroke::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f42c54;
  top: 52%;
  left: 0;
}
#try-it {
  padding-top: 4.5rem;
  margin-top: 4.5rem;
}
.language-picker {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  z-index: 4;
  background-color: #fcfafb;
}
.language-picker .row {
  height: 4.5rem;
}
.language-picker .language {
  display: flex;
  align-items: center;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #5f6368;
  transition: all 0.5s, font-weight 0s 0s;
}
.language-picker .language:hover {
  color: #000;
  font-weight: 700;
}
.language-picker .language span {
  margin-right: 0.625rem;
}
.language-picker .fr span {
  content: url(/assets/img/flags/fr.svg);
}
.language-picker .de span {
  content: url(/assets/img/flags/de.svg);
}
.language-picker .es span {
  content: url(/assets/img/flags/es.svg);
}
.language-picker .cs span {
  content: url(/assets/img/flags/cs.svg);
}
.language-picker .pl span {
  content: url(/assets/img/flags/pl.svg);
}
.language-picker .sk span {
  content: url(/assets/img/flags/sk.svg);
}
.language-picker .uk span {
  content: url(/assets/img/flags/uk.svg);
}
.language-picker .fa span {
  content: url(/assets/img/flags/fa.svg);
}
.language-picker .others {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  display: flex;
  align-items: center;
  color: #5f6368;
}
.language-picker .language.active {
  border-bottom: 3px solid #000;
  color: #000;
  font-weight: 700;
}

span.features-demo-item {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  opacity: 0.15;
  margin: 0.8125rem 0;
  display: flex;
  align-items: flex-start;
  transition: all 0.5s;
}
span.features-demo-item::before {
  content: attr(data-number);
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 78px;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 0.7s;
}
span.features-demo-item.active {
  opacity: 1;
  margin: 2.0625rem 0;
}
/* .browser-app {
	max-width: 72.1875rem;
	margin: 0 auto;
	align-self: flex-end;
} */
.browser-page {
  max-width: max(46rem, 723px);
  margin: 0 auto;
  margin-top: auto;
  flex: 1;
  background: #ffffff;
  /* box-shadow: 4px 4px 0px #000000; */
  border-radius: 12.6288px 12.6288px 0px 0px;
  border: 3.16px solid #1d1d1d;
  border-bottom: none;
  padding: 4.9375rem 4rem 2.1875rem;
}
.browser-page-header {
  height: 2.5rem;
  width: calc(100% + 6px);
  position: absolute;
  top: 0;
  left: -3px;
  border: 3.16px solid transparent;
  border-bottom-color: #1d1d1d;
  display: flex;
  padding: 0 1rem;
  align-items: center;
  gap: 0.625rem;
}
.browser-page-header span {
  width: 0.75rem;
  height: 0.75rem;
  background: #1d1d1d;
  border-radius: 100%;
}
.browser-page-content {
  font-family: "Reforma 1918";
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 200%;
}
img.browser-arrow {
  top: 0;
  left: 51%;
  position: absolute;
  width: 12.25rem;
  height: auto;
  transform: translateY(-55%);
}
.app-lookup-container {
  cursor: default;
  position: absolute;
  width: 16.25rem;
  background: #fff;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.799rem;
  line-height: 0.875rem;
  letter-spacing: 0;
  /* padding: 0 1rem; */
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 5.49843px 5.49843px rgba(0, 0, 0, 0.25));
  z-index: 10;
}
.app-lookup-container.top {
  top: unset;
  bottom: 100%;
}
span.app-lempos {
  font-family: "Reforma 1918";
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5rem;
  letter-spacing: -0.005em;
  color: #000000;
}
span.app-pos {
  font-family: "Reforma 1918";
  font-style: normal;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.75rem;
  text-transform: lowercase;
  color: #000000;
  margin-right: 0.3125rem;
}
.app-main-information {
  align-items: center;
  padding-top: 1.5625rem;
}
.translations {
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
  gap: 0.25rem;
}
.synonyms {
  gap: 0.25rem;
  padding-bottom: 1rem;
}
span.wordBox {
  padding: 0.15625rem 0.25rem;
  background: #fcfafb;
  border: 0.03125rem solid #000000;
  border-radius: 0.25rem;
}
.app-lookup-container {
  display: none;
}
[data-practice]:hover .app-lookup-container,
[data-lookup]:not([data-double-click]):hover .app-lookup-container,
[data-lookup].doubleClick .app-lookup-container,
.app-lookup-container:hover {
  display: initial;
}
.app-lookup-container .row {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
}
.app-notes {
  flex-wrap: nowrap;
  gap: 0.625rem;
  border-top: 1px solid #000000;
  padding: 5px 1rem;
  background: rgba(0, 0, 0, 0.1);
  align-items: center;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.875rem;
  color: #000000;
}
.app-bookmark {
  cursor: pointer;
  position: relative;
}
.app-bookmark.active path {
  fill: #00a81d !important;
}
.app-bookmark path {
  fill: transparent !important;
}
.app-bookmark:hover::before {
  content: attr(data-off);
  position: absolute;
  bottom: calc(100% + 4px);
  left: 0;
  padding: 3px 5px;
  background: #515356;
  color: #fff;
  border-radius: 3px;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
}
.app-bookmark.active:hover::before {
  content: attr(data-on);
}
.app-bookmark:hover::after {
  content: " ";
  position: absolute;
  width: 4px;
  height: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateY(0) translateX(-50%) rotate(-180deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #515356;
}
img.browser-arrow {
  animation: bounce 1s infinite;
}
[data-double-click] img.browser-arrow {
  max-width: unset;
  left: 25%;
  top: -5.75rem;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(-60%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(-57%);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
span.app-speaker {
  margin-left: 5px;
  margin-right: 8px;
  cursor: pointer;
}
.row.options {
  flex-direction: column;
}
.app-lookup-container:not(.pronunciation) .options .app-speaker {
  display: none;
}
.row.question {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.row.options {
  gap: 5px;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.app-option {
  min-height: max-content;
  align-items: center;
  display: flex;
}
span.app-response {
  cursor: pointer;
  background: #fcfafb;
  border: 0.5px solid #000000;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 1.25rem;
  padding: 0.3125rem 0.625rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 18px;
}
span.app-response:hover {
  background: rgba(0, 0, 0, 0.1);
}
.app-lookup-container.solved span.app-response:hover {
  background: #fcfafb;
}
.pronunciation .app-main-information .app-speaker {
  display: none;
}
.pronunciation .app-main-information .app-bookmark {
  margin-left: 0.5rem;
}
.pronunciation:not(.solved) .app-response::before {
  content: attr(data-order-val);
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 5px;
}
.app-response[data-correct],
.app-response[data-wrong] {
  padding-right: 1.8125rem;
  position: relative;
}
.app-response[data-correct]::after,
.app-response[data-wrong]::after {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  height: 15px;
  width: 15px;
  transform: translateY(-50%);
}
.app-response[data-correct]::after {
  content: url(/assets/img/SVG/correct.svg);
  margin-left: 5px;
}
.app-response[data-wrong]::after {
  content: url(/assets/img/SVG/wrong.svg);
  margin-left: 5px;
}
[data-double-click] {
  display: inline-block;
  border-bottom: 2px solid #f42c54;
  border-radius: 2px;
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}
[data-lookup]:not([data-app-try-it]):not([data-double-click]),
[data-practice] {
  position: relative;
  padding-left: 1px;
  padding-right: 1px;
  background: rgba(244, 44, 84, 0.2);
  border-bottom: 2px solid #f42c54;
  border-radius: 2px;
}
.features-demo .row.flex-1 {
  max-width: max-content;

  /* margin: 0 auto; */
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.features-demo {
  min-height: calc(100vh - 9.625rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Try-it {
  margin-top: -4.5rem;
  padding-top: 4.5rem !important;
}
#Try-it .features-demo {
  height: unset !important;
}
/**
SCROLL

**/

#Try-it {
  /* overflow-x: auto; */
  display: flex;
  flex-direction: row;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

#Try-it .features-demo {
  flex-shrink: 0;
  width: 100vw;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.features-demo-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-message {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fcfafb;
  border: 1px solid #000000;
}
.features-demo-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.features-demo-inner &gt; div {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.175rem;
  line-height: 1.5rem;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
span.features-text-item.highlighted {
  color: #f42c54;
}
.features-demo-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1.1rem 1.5rem 0.75rem;
}
span.confetti-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(75%) translateX(-70%) scale(0.8);
  z-index: -1;
}
span.confetti-2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-75%) translateX(70%) scale(0.8);
  z-index: -1;
}
.pin-spacer {
  z-index: 1 !important;
}
#try-it .pin-spacer {
  z-index: auto !important;
}
</pre></body></html>