.tp__box__inner--t {
  padding-top: 48px;
}

.tp__box__inner--b {
  padding-bottom: 48px;
}

.tp__box__inner--lf {
  padding-left: 48px;
  padding-right: 48px;
}

hr.tp__border {
  opacity: 0.4;
  border: none;
  border-bottom: 2px solid #88c2eb;
}

.tp-flex {
  display: flex;
}

.tp-flex--column {
  flex-direction: column;
}

.dark-gardient-tb {
  background-color: #112436;
  background: linear-gradient(180deg, #112436, #235684);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-6 {
  margin-bottom: 60px;
}

.gardient-blue-bt:before {
  content: "";
  background: linear-gradient(to top, #c2def1 0%, #bbdaf0 4%, transparent 100%);
}

.tp-box_bg {
  background: rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  box-shadow: 2px 7px 28px rgba(89, 112, 136, 0.12);
  border-radius: 24px;
}

.poppins-15-light-blue p {
  font-family: "Poppins";
  font-size: 15px !important;
  color: white !important;
}

.d-flex {
  display: flex;
}
.d-flex--bottom {
  align-items: end;
}

.bg_gradient--green {
  background: linear-gradient(to left, #2A712F 5%, #2A712F 85%, transparent 100%);
}

.tp-list {
  list-style: none;
  margin: 0;
  padding-bottom: 0;
}
.tp-list li {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  list-style: none;
}
.tp-list li:before {
  content: "";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
  height: 14px;
  background-color: #ff4879;
  -webkit-mask-image: url(/wp-content/uploads/ac_assets/pfeil.svg);
  mask-image: url(/wp-content/uploads/ac_assets/pfeil.svg);
  -webkit-mask-repeat: no-repeat;
  mask-position: 20px center;
  -webkit-mask-position: 0 2px;
}

.tp-list__small {
  font-size: 12px;
}
.tp-list__small li {
  line-height: 20px;
}

.tp-toggle .tp-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.tp-toggle .tp-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tp-toggle .tp-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tp-toggle .tp-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tp-toggle input:checked + .tp-slider {
  background-color: #5dd166;
}
.tp-toggle input:checked + .tp-slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.tp-toggle input:focus + .tp-slider {
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.33);
}
.tp-toggle .tp-slider.round {
  border-radius: 34px;
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.33);
}
.tp-toggle .tp-slider.round:before {
  border-radius: 50%;
}
.tp-toggle span {
  padding-left: 5px;
  font-weight: 400;
  font-size: 16px;
}

.tp-Info-box {
  position: relative;
}
.tp-Info-box .tp-Info-box__img-bg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 30%;
  z-index: -1;
}
.tp-Info-box .tp-Info-box__img-gradient {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.tp-Info-box .tp-info-box__wrap {
  display: flex;
  align-items: center;
}
.tp-Info-box .tp-info-box__wrap .tp-Info-box__content p {
  font-family: "poppins";
  font-weight: 600;
  color: white;
  font-size: 24px;
}
.tp-Info-box .tp-info-box__wrap .tp-Info-box__btn-container {
  margin-left: auto;
}
.tp-Info-box .tp-info-box__wrap .tp-Info-box__btn-container a {
  font-family: "Nexa", Sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.tp-row {
  display: flex;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tp-row {
    flex-direction: column;
    gap: 0;
  }
}
.tp-row .w66 {
  width: 66.66%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tp-row .w66 {
    width: 100%;
  }
}
.tp-row .w50 {
  width: 66.66%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tp-row .w50 {
    width: 100%;
  }
}
.tp-row .w33 {
  width: 33.33%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tp-row .w33 {
    width: 100%;
  }
}
.tp-row .w25 {
  width: 25%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tp-row .w25 {
    width: 100%;
  }
}
.tp-row .max--816 {
  max-width: 816px;
}

.tp-row--column {
  flex-direction: column;
}

@media (min-width: 1025px) {
  .shift-2-top {
    transform: translateY(-100px);
  }
}
.tp-tab--stretch .tabs {
  flex-direction: row;
  align-items: stretch;
  text-align: center;
  position: relative;
}
.tp-tab--stretch .tabs::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid white;
  width: 100%;
  bottom: 0px;
  z-index: 0;
}
.tp-tab--stretch .tabs .r-tabs-tab {
  flex: 1;
  z-index: 2;
}
.tp-tab--stretch .tabs .r-tabs-tab:hover a {
  font-weight: 600;
}
.tp-tab--stretch .tabs .r-tabs-state-active a {
  font-weight: 600;
}

.tp-accordion .elementor-accordion-item {
  border-left: 0 !important;
  border-right: 0 !important;
}
.tp-accordion .elementor-accordion-item:last-of-type {
  border-bottom: 0 !important;
}
.tp-accordion .elementor-accordion-item:first-of-type {
  border-top: 0 !important;
}
.tp-accordion .elementor-accordion-item .elementor-tab-title {
  padding-left: 0;
}

.tp__slider .tp__slide {
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.tp__slider .tp__slide .tp__item {
  width: calc(100% - 20px);
}
.tp__slider .tp__slide .tp__item img {
  width: 100%;
  height: auto;
}
.tp__slider .tp__slide .tp__item.large {
  width: calc(100% - 20px);
}
.tp__slider .tp__nav {
  position: absolute;
}
.tp__slider .tp__nav.tp__nav-r {
  right: -36px;
  top: calc(50% - 10px);
}
.tp__slider .tp__nav.tp__nav-l {
  left: -66px;
  top: calc(50% - 10px);
}
.tp__slider .fas:before {
  font-size: 26px;
  color: #153d63;
}
.tp__slider .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.tp__slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(21, 61, 99, 0.4);
  border: none;
}
.tp__slider .slick-dots li button {
  font-size: 0;
  border: none;
  background: transparent !important;
  border: none !important;
}
.tp__slider .slick-dots li button:focus {
  outline: unset;
}
.tp__slider .slick-dots .slick-active {
  background: rgb(21, 61, 99);
}

.batman__gallery .tp__slide {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 20px;
}
.batman__gallery .tp__slide:nth-child(odd) {
  flex-direction: row-reverse;
}
.batman__gallery .tp__slide .tp__item {
  width: calc(33% - 20px);
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.batman__gallery .tp__slide .tp__item img {
  width: 100%;
  height: auto;
}
.batman__gallery .tp__slide .tp__item.large {
  width: calc(67% - 20px);
}

.wolverine__gallery .tp__slider {
  max-width: 1200px;
  margin: 0 auto;
}
.wolverine__gallery .tp__slider .tp__item {
  position: relative;
}
.wolverine__gallery .tp__slider .tp__item span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  font-size: 18px;
  font-family: "poppins";
}

.tp__dark_btn a {
  border: none;
  color: white !important;
  font-family: "Nexa XBold", Sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  background-color: transparent !important;
  background-image: linear-gradient(180deg, #153d63 0%, #112436 100%) !important;
  padding: 10px 50px !important;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 12px !important;
  display: block;
}

.tp-extra-booking {
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  color: #153d63;
  background: rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 2px 7px 28px rgba(89, 112, 136, 0.12);
  display: flex;
  flex-direction: column;
}

.tp-extra-booking--zero-head {
  color: white;
}

.tp-extra-booking__head {
  background: #FFCE00;
  color: white;
  font-size: 20px;
  font-family: "poppins";
  padding: 20px;
  margin-bottom: 30px;
}

.tp-extra-booking--zero-head .tp-extra-booking__head {
  margin-bottom: 0;
}

.tp-extra-booking__footer {
  padding: 20px;
  font-weight: 600;
}

.tp-extra-booking__body {
  text-align: left;
  font-size: 15px;
  line-height: 28px;
  font-family: "poppins";
  font-weight: 500;
  flex-grow: 1;
}

.tp-extra-booking__body__hl {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.tp-extra-booking__hr {
  border: 1px solid white;
  margin: 32px 20px 0 20px !important;
}

.tp-extra-booking__hr.mb-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.tp-extra-booking__footer__price {
  font-size: 30px;
  line-height: 28px;
}

.tp-extra-booking li {
  margin-bottom: 20px;
  list-style: none;
}

.tp-extra-booking li::before {
  content: "";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
  height: 14px;
  background-color: #153D63;
  -webkit-mask-image: url(/wp-content/uploads/ac_assets/pfeil.svg);
  mask-image: url(/wp-content/uploads/ac_assets/pfeil.svg);
  -webkit-mask-repeat: no-repeat;
  mask-position: 20px center;
  -webkit-mask-position: 0 2px;
}

.tp-extra-booking--zero-head li::before {
  content: "";
  background-color: white;
}

.tp-post__row {
  display: flex;
  width: 100%;
}
.tp-post__row .tp-post__col {
  width: 33.33%;
}
.tp-post__row .tp-post__col .tp-post__col--padding {
  margin-right: 20px;
}
.tp-post__row .tp-post__col .tp-post__col--padding .tp-post__date {
  color: #153d63;
  font-family: "poppins";
  font-size: 14px;
  font-weight: 500;
}
.tp-post__row .tp-post__col .tp-post__col--padding .tp-post__head {
  position: relative;
  display: flex;
  align-items: end;
  border-radius: 30px;
  min-height: 230px;
  padding: 15px;
}
.tp-post__row .tp-post__col .tp-post__col--padding .tp-post__head .bg_gradient__dark_bottom_top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.tp-post__row .tp-post__col .tp-post__col--padding .tp-post__head h3 {
  color: white;
  font-family: "poppins";
  font-size: 18px;
  font-weight: 500;
  z-index: 9;
  margin: 0;
  padding: 0;
}
.tp-post__row .tp-post__col .tp-post__col--padding .tp-post__main {
  color: #153d63;
  font-family: "poppins";
  font-size: 15px;
  font-weight: 400;
}

.tp-post__row--v2 .tp-post__col .tp-post__col--padding .tp-post__head {
  flex-direction: column;
  justify-content: end;
  min-height: 400px;
  padding: 20px;
}
.tp-post__row--v2 .tp-post__col .tp-post__col--padding .tp-post__head .bg_gradient__dark_bottom_top {
  background: linear-gradient(to top, #204A72 50%, transparent 70%, transparent 100%);
}
.tp-post__row--v2 .tp-post__col .tp-post__col--padding .tp-post__head .tp-post__date {
  position: absolute;
  top: 28px;
  left: 20px;
  color: white;
}
.tp-post__row--v2 .tp-post__col .tp-post__col--padding .tp-post__head .tp-post__cat {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid white;
  border-radius: 12px;
  color: white;
  padding: 5px 10px;
}
.tp-post__row--v2 .tp-post__col .tp-post__col--padding .tp-post__head h3 {
  margin-bottom: 30px;
}
.tp-post__row--v2 .tp-post__col .tp-post__col--padding .tp-post__head .tp-post__main {
  color: white !important;
  z-index: 9;
  margin-bottom: 30px;
}
.tp-post__row--v2 .tp-post__col .tp-post__col--padding .tp-post__head a {
  font-family: "poppins";
  color: white;
  text-decoration: underline;
  width: 100%;
  font-size: 13px;
  z-index: 9;
  margin-bottom: 10px;
}

.highlight__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.highlight__row .highlight__row__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(94, 140, 173, 0.3);
}
.highlight__row .highlight__col {
  padding: 30px;
  z-index: 2;
  border-radius: 28px;
  min-height: 286px;
}
.highlight__row .highlight__col.col-l .btn__border {
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-family: "poppins";
}
.highlight__row .highlight__col.col-l .btn__border.blue__color {
  color: white;
  border-color: #88c2eb;
}
.highlight__row .highlight__col.col-r a {
  font-size: 13px;
  font-family: "Nexa XBold", Sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  background: white;
  padding: 14px 28px;
  border-radius: 15px;
  float: right;
}
.highlight__row .highlight__col.col-r .btn-style--light {
  border: 1px solid white !important;
  color: white !important;
}
.highlight__row .highlight__col.col-r .btn-style--light:hover {
  color: #153d63 !important;
}

.highlight__row.small__row .highlight__col .highlight__col__excerpt {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

.highlight__col__green-world-logo img {
  max-width: 288px;
}
.highlight__col__green-world-logo .small-img {
  max-width: 160px;
}

.highlight__col__head {
  display: flex;
  justify-content: space-between;
}

.hr__last__mb0 .highlight__row:last-child {
  margin-bottom: 0;
}

.hr__mb0 .highlight__row {
  margin-bottom: 0;
}

.tp-ratebox {
  box-shadow: 0 8px 24px rgba(94, 140, 173, 0.3);
  border-radius: 28px;
  border: 1px solid white;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent);
  color: #153d63;
}
.tp-ratebox a {
  text-decoration: underline;
}
.tp-ratebox .tp-ratebox__head {
  display: flex;
  justify-content: space-between;
}
.tp-ratebox .tp-ratebox__head .tp-ratebox__head__l h2 {
  font-family: "Nexa XBold", Sans-serif;
  font-size: 30px;
  color: #ff4879;
}
.tp-ratebox .tp-ratebox__head .tp-ratebox__head__l .tp-ratebox__head__unit {
  font-size: 77px;
  font-family: "Nexa", Sans-serif;
  color: #153d63;
}
.tp-ratebox .tp-ratebox__head .tp-ratebox__head__l .tp-list {
  font-family: "poppins";
  font-size: 20px;
  color: #153d63;
  margin-bottom: 40px;
}
.tp-ratebox .tp-ratebox__head .tp-ratebox__head__l .tp-list strong {
  font-family: "poppins";
  font-size: 20px;
  font-weight: 500;
}
.tp-ratebox .tp-ratebox__head .tp-ratebox__head__l .tp-list small {
  font-size: 12px;
}
.tp-ratebox .tp-ratebox__head .tp-ratebox__head__r img {
  transform: translateX(48px);
  max-width: 340px;
}
.tp-ratebox .tp-ratebox__main .tp-ratebox__main__top {
  display: flex;
  align-items: baseline;
}
.tp-ratebox .tp-ratebox__main .tp-ratebox__main__top .tp-ratebox__main__top__price {
  font-family: "poppins";
  font-size: 14px;
}
.tp-ratebox .tp-ratebox__main .tp-ratebox__main__top .tp-ratebox__main__top__price strong {
  font-size: 30px;
  font-weight: 600;
}
.tp-ratebox .tp-ratebox__main .tp-ratebox__main__mid .tp__toggle_row {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tp-ratebox .tp-ratebox__main .tp-ratebox__main__mid .tp__toggle_row .tp__toggle_col .tp-toggle {
  margin-right: 25px;
}
.tp-ratebox .tp-ratebox__main .tp-ratebox__main__mid .tp__toggle_row .tp__toggle_col .tp__toggle_headline {
  font-family: "poppins";
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.tp-ratebox .tp-ratebox__main .tp-ratebox__main__mid .tp__toggle_row .tp__toggle_col ul {
  padding-left: 15px;
}
.tp-ratebox .tp-ratebox__main .tp-ratebox__main__mid .tp__toggle_row .tp__toggle_col .tp-list__small {
  font-size: 14px;
}
.tp-ratebox .tp-ratebox__main .tp-ratebox__main__mid .tp__toggle_row .tp__toggle_col.tp__col-r {
  font-family: "poppins";
  font-size: 24px;
  font-weight: 600;
}
.tp-ratebox .tp-ratebox__footer {
  color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 0 0 28px 28px !important;
  display: flex;
  justify-content: space-between;
}
.tp-ratebox .tp-ratebox__footer .tp-ratebox__footer__col-l .tp-ratebox__footer__price strong {
  font-family: "poppins";
  font-size: 40px;
  font-weight: 600;
}
.tp-ratebox .tp-ratebox__footer .tp-ratebox__footer__col-l .tp-ratebox__footer__price small {
  font-size: 22px;
  font-weight: 400;
}
.tp-ratebox .tp-ratebox__footer .tp-ratebox__footer__col-l .tp-ratebox__footer__price_info {
  font-family: "poppins";
  font-size: 12px;
  font-weight: 400;
  display: flex;
}
.tp-ratebox .tp-ratebox__footer .tp-ratebox__footer__col-l .tp-ratebox__footer__price_info .top__info__col {
  margin-right: 50px;
}
.tp-ratebox .tp-ratebox__footer .tp-ratebox__footer__col-l .tp-ratebox__footer__price_info .top__info__col img {
  margin-right: 5px;
}
.tp-ratebox .tp-ratebox__footer .tp-ratebox__footer__col-l .tp-ratebox__footer__price_info .top__info__col a {
  color: white;
}
.tp-ratebox .tp-ratebox__footer .tp-ratebox__footer__col-r {
  display: flex;
  align-items: center;
}
.tp-ratebox .tp-ratebox__footer .tp-ratebox__footer__col-r a {
  font-family: "poppins";
  font-weight: 600;
  font-size: 13px;
  color: #153d63;
  font-weight: 600;
  text-decoration: unset;
  text-transform: uppercase;
  background: white;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
  box-shadow: 0px 6px 16px 0px rgba(94, 140, 173, 0.3);
  padding: 15px 20px 15px 20px;
}
.tp-ratebox .tp-ratebox__footer .tp-ratebox__footer__col-r a:hover {
  background: transparent;
  border-color: white;
  color: white;
}

#batman__wrap .batman__head {
  height: 45vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#batman__wrap .batman__head::before {
  content: "";
  background: linear-gradient(to top, #c2def1 0%, transparent 45%, transparent 40%);
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
}
#batman__wrap .batman__infobox {
  color: #153d63;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 100px;
  transform: translateY(-250px);
  margin-bottom: -250px;
}
#batman__wrap .batman__infobox .batman__info__author__row {
  position: relative;
  width: 100px;
}
#batman__wrap .batman__infobox .batman__info__author__row .batman__info__author-img {
  position: absolute;
  left: -150px;
  top: 60px;
  max-width: 101px;
}
#batman__wrap .batman__infobox .batman__info__post-info {
  font-family: "poppins";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
#batman__wrap .batman__infobox .batman__info__headline {
  font-family: "poppins";
  font-weight: 600;
  font-size: 30px;
  color: #88c2eb;
}
#batman__wrap .batman__gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 110px;
}
#batman__wrap .batman__become-godfather {
  max-width: 1000px;
  margin: 0 auto;
  background: #88c2eb;
  border-radius: 28px;
}
#batman__wrap .batman__become-godfather .batmann__godfather__dot--holder {
  position: relative;
}
#batman__wrap .batman__become-godfather .batmann__godfather__dot--holder .batmann__godfather__dot {
  position: absolute;
  background: #153d63;
  width: 200px;
  height: 200px;
  padding: 20px;
  color: white;
  border-radius: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: rotate(15deg);
  right: -50px;
  top: -50px;
}
#batman__wrap .batman__become-godfather .batman__become-godfather--inner {
  padding: 20px;
}
#batman__wrap .batman__become-godfather .batman__become-godfather--inner .batman__become-godfather__head img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
#batman__wrap .batman__become-godfather .batman__become-godfather--inner .batman__become-godfather__head p {
  color: white;
  font-family: "poppins";
  font-size: 20px;
  margin-bottom: 30px;
}
#batman__wrap .batman__become-godfather .batman__become-godfather--inner .batman__become-godfather__main {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#batman__wrap .batman__become-godfather .batman__become-godfather--inner .batman__become-godfather__main .batman__become-godfather__main__col {
  margin: 0 20px;
  color: white;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
#batman__wrap .batman__become-godfather .batman__become-godfather--inner .batman__become-godfather__main .batman__become-godfather__main__col .batman__become-godfather__step {
  color: #153d63;
  font-family: "Nexa XBold", Sans-serif;
  font-size: 30px;
}
#batman__wrap .batman__become-godfather .batman__become-godfather--inner .batman__become-godfather__footer {
  display: flex;
  justify-content: center;
}
#batman__wrap .batman__become-godfather .batman__become-godfather--inner .batman__become-godfather__footer a {
  text-transform: uppercase;
  background: white;
  padding: 15px 30px;
  border-radius: 14px;
  font-size: 14px;
  font-family: "Nexa";
}
#batman__wrap .batman__become-godfather .batman__become-godfather--inner .batman__become-godfather__footer a:hover {
  background: #153d63;
  color: white;
}

#wolverine__wrap .batman__infobox {
  margin-bottom: -275px;
  padding: 60px 100px 150px;
}
#wolverine__wrap .wolverine__gallery {
  background: #F0F0F0;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 99;
  box-shadow: 2px 7px 28px rgba(89, 112, 136, 0.12);
}
#wolverine__wrap .wolverine__footer {
  padding: 70px 0;
}
#wolverine__wrap .wolverine__footer .wolverine__footer__top p {
  color: #153d63;
  font-family: "poppins";
  font-size: 18px;
  margin-bottom: 86px;
}
#wolverine__wrap .wolverine__footer .wolverine__footer__bottom {
  display: flex;
  justify-content: center;
}
#wolverine__wrap .wolverine__footer .wolverine__footer__bottom a {
  text-transform: uppercase;
  background: white;
  padding: 15px 30px;
  border-radius: 14px;
  font-size: 14px;
  font-family: "Nexa";
}
#wolverine__wrap .wolverine__footer .wolverine__footer__bottom a:hover {
  background: #153d63;
  color: white;
}

/*# sourceMappingURL=index.css.map */
