.teeling-tickets-confirm {
  margin: 8.5rem auto 0;
  padding: 8.5rem 0 5.48rem;
  text-align: center;
  background: url("../img/teeling-eagle.svg");
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .teeling-tickets-confirm {
    margin: 6rem auto 0;
    padding: 6rem 0 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .teeling-tickets-confirm {
    max-width: 90%;
  }
}
.teeling-tickets-confirm__pre {
  background: white;
  white-space: break-spaces;
  text-align: left;
  font-size: 0.75rem;
  padding: 0.5rem;
  margin: 0;
}
.teeling-tickets-confirm .teeling-tickets__title {
  margin-bottom: 0;
}
.teeling-tickets-confirm .teeling-tickets__subtitle {
  max-width: 29em;
  font-size: 1.4rem;
  margin: 0.35em auto 1.92em;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets-confirm .teeling-tickets__subtitle {
    font-size: 1.1rem;
  }
}
.teeling-tickets-confirm .teeling-tickets__app {
  color: #ffffff;
  background: #402B2F;
  padding: 2rem;
  max-width: 65rem;
  width: 100%;
  margin: 0 auto 6rem auto;
  display: flex;
}
@media only screen and (max-width: 987px) {
  .teeling-tickets-confirm .teeling-tickets__app {
    flex-direction: column;
  }
}
.teeling-tickets-confirm .teeling-tickets__app--image {
  margin-right: 1rem;
  min-width: 16rem;
}
.teeling-tickets-confirm .teeling-tickets__app--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 987px) {
  .teeling-tickets-confirm .teeling-tickets__app--image {
    min-width: none;
    margin: 0 0 2rem 0;
  }
  .teeling-tickets-confirm .teeling-tickets__app--image img {
    width: 66%;
  }
}
.teeling-tickets-confirm .teeling-tickets__app--text {
  text-align: left;
  margin-right: 1rem;
}
.teeling-tickets-confirm .teeling-tickets__app--text h3 {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.teeling-tickets-confirm .teeling-tickets__app--text div::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 0.5rem;
  width: 7rem;
}
@media only screen and (max-width: 987px) {
  .teeling-tickets-confirm .teeling-tickets__app--text {
    margin-right: 0;
  }
}
.teeling-tickets-confirm .teeling-tickets__app--btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 987px) {
  .teeling-tickets-confirm .teeling-tickets__app--btn {
    margin-top: 1rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .teeling-tickets-confirm .teeling-tickets__app--btn img {
    margin-bottom: 1rem;
  }
}
.teeling-tickets-confirm .modal {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 90%;
  max-width: 34rem;
  max-height: 80%;
  z-index: 9999;
  text-align: left;
  overflow-y: auto;
  padding: 2rem 1rem;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
}
.teeling-tickets-confirm .modal .js-modal-box-button {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.teeling-tickets-confirm .modal .field-error {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets-confirm .modal .field-error {
    margin-bottom: 1rem;
  }
}
.teeling-tickets-confirm .modal.is-shown {
  display: block;
}
.teeling-tickets-confirm .hidden {
  display: none !important;
}
.teeling-tickets-confirm .loader {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teeling-tickets-confirm .loader .ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 1rem;
}
.teeling-tickets-confirm .loader .ripple div {
  position: absolute;
  border: 4px solid #8c6e2d;
  opacity: 1;
  border-radius: 50%;
  animation: tt-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.teeling-tickets-confirm .loader .ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
.teeling-tickets-confirm__tickets {
  margin: 0 auto 1rem;
}
.teeling-tickets-confirm__tickets-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.teeling-tickets-confirm__tickets-item {
  aspect-ratio: 654/646;
  flex: 0 0 50%;
  word-wrap: anywhere;
  max-width: 28rem;
  padding: 0 0.9rem 1.81rem;
  display: inline-flex;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets-confirm__tickets-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.teeling-tickets-confirm__tickets-item--top, .teeling-tickets-confirm__tickets-item--bottom {
  display: block;
  width: 100%;
  height: 2.28rem;
}
.teeling-tickets-confirm__tickets-item--top img, .teeling-tickets-confirm__tickets-item--bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.teeling-tickets-confirm__tickets-item--top img.print, .teeling-tickets-confirm__tickets-item--bottom img.print {
  display: none;
}
.teeling-tickets-confirm__tickets-item--bottom {
  transform: rotate(180deg);
}
.teeling-tickets-confirm__tickets-item-content {
  padding: 2.1rem 1.5rem 3.1rem;
  background-image: url("../img/teeling-eagle.svg");
  background-position: left -11rem bottom -3rem;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: contain;
  text-align: center;
}
.teeling-tickets-confirm__tickets-item-content:after {
  transform: rotate(180deg);
}
.teeling-tickets-confirm__tickets-item-content .ticket-barcode {
  background-color: #ffffff;
  width: max-content;
  max-width: 100%;
  margin: auto;
  padding: 0.8rem;
}
.teeling-tickets-confirm__tickets-item-content img {
  display: inline-block;
}
.teeling-tickets-confirm__tickets-item-content h6 {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.teeling-tickets-confirm__tickets-item-content h6:first-of-type {
  margin-top: 2em;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets-confirm__tickets-item-content h6 {
    font-size: 1.1rem;
  }
}
.teeling-tickets-confirm__tickets-item-content p {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.teeling-tickets-confirm__map {
  width: 100%;
  height: 100%;
  min-height: 42rem;
}
@media only screen and (max-width: 1366px) {
  .teeling-tickets-confirm__map {
    min-height: 32rem;
  }
}
@media only screen and (max-width: 768px) {
  .teeling-tickets-confirm__map {
    min-height: 500px;
  }
}
.teeling-tickets-confirm__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 60rem;
  margin: 4rem auto 6.96rem;
}
@media only screen and (max-width: 1366) {
  .teeling-tickets-confirm__contact {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .teeling-tickets-confirm__contact {
    margin: 4rem auto 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .teeling-tickets-confirm__contact {
    flex-direction: column-reverse;
  }
}
.teeling-tickets-confirm__contact-left {
  text-align: left;
  width: 45%;
  margin-right: 5%;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .teeling-tickets-confirm__contact-left {
    width: 100%;
    margin: 2rem auto 0;
    text-align: center;
  }
}
.teeling-tickets-confirm__contact-left h4 {
  margin-bottom: 1rem;
}
.teeling-tickets-confirm__contact-left span {
  display: block;
}
.teeling-tickets-confirm__contact-left span:last-of-type {
  margin-bottom: 3.5em;
}
.teeling-tickets-confirm__contact-left div {
  margin-bottom: 3rem;
}
.teeling-tickets-confirm__contact-left div:last-of-type {
  margin-bottom: 0;
}
.teeling-tickets-confirm__contact-left div:last-of-type span:last-of-type {
  margin-bottom: 0;
}
.teeling-tickets-confirm__contact-right {
  width: 50%;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .teeling-tickets-confirm__contact-right {
    width: 100%;
  }
}
.teeling-tickets-confirm__contact-right > img {
  width: 100%;
  height: 100%;
  display: none;
}
.teeling-tickets-confirm__print {
  display: flex;
  justify-content: center;
}
.teeling-tickets-confirm__print button {
  display: flex;
}
.teeling-tickets-confirm__print button:after {
  content: "";
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background: url("../img/printer.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.5rem;
}

.modal-js-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0.75;
  background: #444;
}

@media print and (color) {
  body {
    background: transparent !important;
  }

  footer,
.site-footer,
#ttPrintBtn {
    display: none;
  }

  header .counter,
header .top-menu > .container > div > div,
header .mobile-menu-container,
.site-header .counter,
.site-header .top-menu > .container > div > div,
.site-header .mobile-menu-container {
    opacity: 0;
  }

  * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  .teeling-tickets-confirm {
    margin-top: 0;
    padding-top: 15rem;
  }

  .teeling-tickets-confirm__tickets-item {
    padding-bottom: 30px;
  }
  .teeling-tickets-confirm__tickets-item--top img, .teeling-tickets-confirm__tickets-item--bottom img {
    display: none;
  }
  .teeling-tickets-confirm__tickets-item--top img.print, .teeling-tickets-confirm__tickets-item--bottom img.print {
    display: block;
  }

  .teeling-tickets-confirm__tickets-item-content,
.teeling-tickets-confirm__pre {
    background-color: #f0e9da;
  }

  .teeling-tickets-confirm__contact {
    display: block;
    max-width: 100%;
  }

  .teeling-tickets-confirm__tickets {
    page-break-after: always;
  }

  .teeling-tickets-confirm__contact-left {
    width: 100%;
  }
  .teeling-tickets-confirm__contact-left > div {
    display: inline-block;
    max-width: 45%;
    margin-right: 5%;
    vertical-align: top;
  }
  .teeling-tickets-confirm__contact-left > div span:last-of-type {
    margin-bottom: 0;
  }

  .teeling-tickets-confirm__contact-right {
    width: 100%;
    margin-bottom: 50px;
    height: 300px;
  }
  .teeling-tickets-confirm__contact-right > img {
    display: block;
  }
  .teeling-tickets-confirm__contact-right .teeling-tickets-confirm__map {
    display: none;
  }
}

/*# sourceMappingURL=teeling-tickets-confirm.css.map */
