@charset "utf-8";
/* CSS Document */
html {
  font-size: 100%;
}

#header,
.bdi-local-activation-nav-panel {
  z-index: 10;
}
.bdi-local-activation-visually-hidden {
  display: none;
}
:root {
  /*
        FONT-FAMILIES:
    */
  --ff-primary: "Chronic-Regular";
  --ff-secondary: "Avenir";
  /*
       FONT-SIZES:
     */
  --fs-400: 1rem;
  --fs-450: 1.2rem;
  --fs-500: 1.4rem;
  --fs-600: 2rem;
  --fs-700: 2.5rem;
  --fs-800: 3rem;
  --fs-900: 3.5rem;
  /*
       FONT-WEIGHTS:
    */
  --fw-regular: 400;
  --fw-semibold: 500;
  --fw-bold: 700;
  --fw-extrabold: 800;
  /*
     COLORS:
    */
  --clr-primary: #707070;
  --clr-secondary: #ffffff;
  --clr-accent: #fc7c17;
  --clr-accent-contrast: #fdbc22;
  --clr-black: #000000;
  --clr-dark-blue: #252d31;
}

body {
  margin: 0;
  padding: 0;
  /*font-family: 'Avenir';*/
  /*font-size: 16px;*/
  font-weight: 500;
  background-color: #ffffff;
}
section {
  position: relative;
}
/* .container {
  max-width: 85%;
  margin: 0 0 0 auto;
  padding: 0;
} */
a.link {
  color: unset;
}
a.button {
  text-decoration: none;
}
.button {
  font-family: "BottomBarlowBold";
  font-size: var(--fs-600);
  font-weight: 400;
  line-height: 1;
  background-color: rgb(238, 28, 36);
  color: #ffffff;
  /* border: 6px solid rgb(243, 65, 14); */
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 21rem;
  margin: 1.5em 0 1em 0;
  padding: 0 0 0.2em 0;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.button_decoration {
  max-height: 43px;
}
.button:before {
  --horns-width: 74px;
  content: "";
  background: url("../images/button_decoration_horns.svg") center/cover
    no-repeat;
  width: var(--horns-width);
  height: 100%;
  display: block;
  position: absolute;
  top: calc((0px - var(--horns-width)) / 2);
  left: calc((100% - var(--horns-width)) / 2);
}

/*
    TYPOGRAPHY STYLES
*/
h1 {
  font-family: var(--ff-primary);
  font-weight: var(--fw-regular);
  line-height: 1;
  margin: 0.25em 0 0.25em 0;
  padding: unset;
}
h2 {
  font-family: var(--ff-primary);
  font-weight: var(--fw-regular);
  line-height: 1.2;
  margin: unset;
  padding: unset;
}
h3 {
  font-family: var(--ff-primary);
  font-size: var(--fs-600);
  font-weight: var(--fw-regular);
  line-height: 1;
  padding: 0;
  margin: 0;
}
p {
  /* font-family: var(--ff-secondary); */
  /* font-size: var(--fs-500); */
  /* font-weight: var(--fw-regular); */
  /* margin: 0.5em 0 0.5em 0; */
  padding: unset;
}
.title {
  font-size: var(--fs-900);
}
.video_tutorials .title {
  font-size: var(--fs-800);
}
.subtitle {
  font-size: var(--fs-700);
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}
[data-text="medium"] {
  max-width: 61ch;
}
[data-text="column"] {
  max-width: 45ch;
}
[data-text="narrow"] {
  max-width: 35ch;
}
[data-text="extra-narrow"] {
  max-width: 20ch;
}
.primary-color {
  color: var(--clr-primary);
}
.secondary-color {
  color: var(--clr-secondary);
}
.accent-color {
  color: var(--clr-accent);
}
.monster-color {
  color: #434519;
}
.strangers-color {
  color: #1d403a;
}
.doctors-color {
  color: #4e3a13;
}
.bolder {
  font-weight: var(--fw-extrabold);
}
.therapist_description {
  max-width: 45ch;
}

/*
 Billboard Section Styles
*/
section.introduction {
  padding: 3.125em 0 0 0;
}
.billboard_container {
  position: relative;
}
.billboard {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  padding: 0 0 2.5em 0;
  background-color: var(--clr-secondary);
}
.billboard_description {
  align-self: center;
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.billboard_description img {
  max-width: 30rem;
  padding: 1em 0 0 0;
}
.billboard_image {
  position: relative;
  grid-column: 2/3;
}
.decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.decorations > * {
  position: absolute;
  pointer-events: none;
}
.decoration_bat {
  bottom: 0;
  left: 35%;
  max-width: 125px;
}
.decoration_ghost {
  top: 40%;
  left: -12%;
}
.decoration_vine {
  right: 5%;
  top: 60%;
  max-width: 90px;
}
.decoration_bigger-ghost {
  left: 48%;
  top: 36%;
  max-width: 75px;
  opacity: 0.7;
}

.decoration_wave {
  position: absolute;
  z-index: 2;
  bottom: -1%;
  left: -1%;
  width: 104%;
  max-width: 104%;
}

.packshot_group {
  display: flex;
  width: 75%;
  justify-content: flex-end;
  margin: -105px auto 40px auto;
  align-items: self-start;
  height: 100%;
  position: relative;
  z-index: 3;
}
.packshots {
  max-width: 620px;
}

/*

 FEARS SECTION

*/
section.fears {
  margin: 4em 0 2em 0;
}
section.fears .container {
  padding: 0 1.5em 0 0;
}
.therapist-info {
  align-self: center;
}
.therapist-info .headline_image {
  max-width: 191px;
}
.therapist-info .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 0 0 1em 0;
}
.therapist-info > p {
  margin: 0 0 1em 0;
}
.fear-2 {
  margin-bottom: -55%;
}
.fear-2 .fear_name {
  bottom: 25%;
}
.fear-3 {
  margin: 10% 0 10% 15%;
}
.fear-4 {
  margin-bottom: -100%;
}
.fear-4 .fear_name {
  bottom: 33%;
}
.fear-5 {
  margin: -5% 10% 0% 0%;
}
.fear {
  position: relative;
  cursor: pointer;
}
.fear_image {
  width: 190px;
  z-index: 2;
  margin-top: -70px;
  transition: all 600ms ease-in-out;
}

.fear_name {
  z-index: 3;
  align-self: end;
  justify-self: center;
  /*margin: 0 0 1em 0;*/
  text-align: center;
  position: absolute;
  bottom: 10%;
  max-width: 13ch;
}
.shape {
  width: 290px;
  height: 264px;
  clip-path: path(
    "M211.037,10.054C189.543.747,129.174-10.971,61.993,20.642S-.093,133.753.193,148.095s6.619,77.123,54.333,104.984,156.487,1.571,191.175-28.957,57.517-86.059,35.907-136.181A219.537,219.537,0,0,0,271.367,67.16C251.893,32.487,229.308,17.964,211.037,10.054Z"
  );
}

[data-fear-color="white"] {
  background-color: #ffffff;
}
[data-fear="monsters"] {
  background-color: hsl(63, 45%, 55%);
}
[data-fear="strangers"] {
  background-color: #76bbb0;
}
[data-fear="darkness"] {
  background-color: var(--clr-dark-blue);
}
[data-fear="abandonment"] {
  background-color: #b5331f;
}
[data-fear="doctors"] {
  background-color: #cdb27f;
}

/*

 VIDEOS SECTION

*/

section.video_tutorials {
  background-color: #fdbc22;
  margin: 4em 0 4em 0;
  padding: 8em 0 8em 0;
  isolation: isolate;
}
section.video_tutorials:before {
  content: "";
  background: url("../images/countdown_decoration__pumpkins.svg") center/cover
    no-repeat;
  width: 467px;
  height: 235px;
  display: block;
  top: -150px;
  left: 12%;
  position: absolute;
  z-index: 1;
}
.footer_decoration {
  margin: 10em 0 0 0;
  position: relative;
  isolation: isolate;
}
.footer_decoration img {
  width: 110%;
  max-width: 110%;
  margin-bottom: -170px;
  z-index: 2;
}
.footer_decoration:before {
  content: "";
  background: url("../images/countdown_decoration__pumpkins.svg") center/cover
    no-repeat;
  width: 467px;
  height: 235px;
  display: block;
  top: -50%;
  left: 12%;
  position: absolute;
  z-index: 1;
  transform: scaleX(-1);
}
.tutorial_description {
  grid-column: 2/3;
  max-width: 46ch;
}
.video_img {
  max-width: 560px;
  position: relative;
}
.video_img:before {
  content: "";
  background: url("../images/video_overlay__top.svg") center/cover no-repeat;
  width: 102%;
  height: 58px;
  position: absolute;
  top: -10px;
  left: -1px;
}
.video_img:after {
  content: "";
  background: url("../images/video_overlay__bottom.svg") center/cover no-repeat;
  width: 102%;
  height: 58px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.video_img__white-border:before {
  background: url("../images/video_overlay__top__white.svg") center/cover
    no-repeat;
}
.video_img__white-border:after {
  background: url("../images/video_overlay__bottom__white.svg") center/cover
    no-repeat;
}
.video_img .js-circle {
  --circle-width: 105px;
  background: url("../images/play_btn__circle.svg") center/cover no-repeat;
  width: var(--circle-width);
  height: var(--circle-width);
  cursor: pointer;
}
.play_btn__symbol {
  width: calc(var(--circle-width) / 3);
  transition: all 300ms ease-in-out;
}

.countdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.countdown h3 {
  font-size: 8rem;
  margin: 0 0 20px 0;
}
.countdown h3 span {
  color: #f04e25;
}
.countdown_decoration {
  position: absolute;
  width: 105%;
  max-width: 105%;
}
.countdown_decoration__top {
  top: -54px;
  left: -1%;
}
.countdown_decoration__bottom {
  left: -2%;
}
/*

  WORKSHOP SECTION

*/

section.workshop .title {
  text-align: center;
  margin: 0.5em 0 0.5em 0;
}
.workshop_container {
  align-items: center;
  gap: 2em;
  margin: 2em 0 2em auto;
}
.workshop_info {
  align-self: center;
}
.workshop_date {
  max-width: 44ch;
}

.disclaimer p {
  margin: 0;
  max-width: 45ch;
}
.workshop_illustration {
  width: 100%;
  max-width: 484px;
}
.bat_workshop__left,
.bat_fears__left {
  transform: rotate(45deg);
  left: 0;
  max-width: 155px;
  top: 35%;
}
.bat_fears__right {
  transform: rotate(45deg);
  max-width: 175px;
  top: unset;
  left: unset;
  bottom: 0%;
  right: 10%;
}
.bat_workshop__right {
  transform: rotate(10deg);
  max-width: 175px;
  top: unset;
  left: unset;
  bottom: 40%;
  right: -5%;
}
/*

 LAYOUT UTILITY CLASSES

*/
.one_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.two_columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em 0;
}
.two_columns.one_aside {
  grid-template-rows: auto;
  gap: 0 2em;
}
.two_columns.one_aside > div:first-of-type {
  grid-row: 1/4;
}
.stacked {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  place-items: center;
}
.stacked > * {
  grid-column: 1/2;
  grid-row: 1/2;
}

/*

    STORIES MODAL

*/
.stories_modal {
  --slider-button-width: 61px;
  /*background-color: #FDBC22;*/
  overflow-x: auto;
  scroll-snap-align: start;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.stories_modal::-webkit-scrollbar {
  display: none;
}
.stories_modal .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.stories_modal p {
  font-size: var(--fs-450);
  max-width: 35ch;
  text-align: left;
  margin: 1em 0 0 0;
}

.stories_modal .fear {
  margin: 0 0 0 0;
  cursor: revert;
}
.stories_modal .title_modal {
  font-family: var(--ff-primary);
  font-size: var(--fs-900);
  font-weight: var(--fw-regular);
  text-align: left;
  line-height: 1;
  max-width: 50ch;
  margin: -0.25em 0 0 0;
  z-index: 3;
}
.modal_item.modal_item__video {
  gap: 0 0;
}
.stories_modal .video {
  width: 100%;
  max-width: 510px;
}
.stories_modal .video.big-top-margin {
  margin: -7em 0 0 0;
}
.stories_modal .video .scaler {
  padding-top: 100%;
}
.stories_modal .fear-2 .fear_name {
  bottom: 10%;
}
.stories_modal .swiper-button-prev:after {
  content: "";
  background: url("../images/prev_btn.svg") center/cover no-repeat;
  width: var(--slider-button-width);
  height: calc(var(--slider-button-width) - 1px);
}
.stories_modal .swiper-button-next:after {
  content: "";
  background: url("../images/next_btn.svg") center/cover no-repeat;
  width: var(--slider-button-width);
  height: calc(var(--slider-button-width) - 1px);
}
.swiper-button-next,
.swiper-button-prev {
  width: var(--slider-button-width);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.stories_modal .fear:hover .fear_image {
  transform: unset;
}
.stories_modal .swiper-pagination {
  bottom: unset;
  top: 5px;
  display: flex;
}
.swiper-pagination-bullet {
  height: 4px;
  display: inline-flex;
  flex-basis: 33%;
  border-radius: 20px;
  background: #ffffff;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.stories .placer {
  padding: 0;
  max-width: 100%;
}
.stories .placer .content {
  height: 100%;
}
.stories .closeBtn {
  font-family: var(--ff-primary);
  font-size: var(--fs-600);
  font-weight: var(--fw-regular);
  color: var(--clr-secondary);
  width: unset;
  height: unset;
  background: unset;
  border-radius: unset;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.25em;
  z-index: 9;
}
.stories .closeBtn span {
  display: inline-block;
}
.closeBtn span {
  display: none;
}
.closeBtn img {
  display: none;
}
.stories .closeBtn img {
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
  transition: all 600ms ease-in-out;
}
.stories .closeBtn:before,
.stories .closeBtn:after {
  content: unset;
}
.stories .closeBtn:hover {
  transform: unset;
}
.stories .closeBtn:hover img {
  transform: rotate(0.5turn) scale(1.1);
  transition: all 600ms ease-in-out;
}
.mask_button {
  display: flex;
  font-family: var(--ff-primary);
  font-size: var(--fs-450);
  color: var(--clr-secondary);
  font-weight: var(--fw-regular);
  text-decoration: none;
  gap: 0.25em;
  position: absolute;
  top: 20px;
  left: 10px;
  cursor: pointer;
  z-index: 2;
}
.stories .tabs.main .tab.main {
  padding: 0;
}
.swiper-wrapper {
  flex-shrink: 100 !important;
  width: 100vw !important;
  padding: 0;
}
.modal_footer_decoration {
  display: none;
}
.modal_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /*width: 100vw;*/
  gap: 0 4em;
}
.modal_item div:first-of-type {
  order: 2;
}
.stories .button {
  font-size: var(--fs-500);
  max-width: 15rem;
}
.stories .modal_image {
  width: 100%;
  max-width: 420px;
}
.stories .modal_content {
  flex-basis: 40%;
}
.stories .buttons {
  display: flex;
  gap: 0 1em;
}
.stories .modal_content p[data-text="medium"] {
  max-width: 46ch;
}

section.inner_page {
  padding: 5.125em 0 0 0;
}
section.inner_page .container {
  margin: 0;
  margin-inline: auto;
  max-width: 1064px;
}
section.inner_page .two_columns {
  align-items: center;
}
section.inner_page .title {
  text-align: left;
  margin: 0 0 0.5em 0;
}
section.inner_page p {
  color: var(--clr-secondary);
  margin: 0 0 1em 0;
}
section.inner_page p.doctors-color {
  color: #4e3a13;
}
section.inner_page.abandonment p {
  font-size: var(--fs-400);
}
section.inner_page.abandonment h3.title {
  font-family: var(--ff-primary);
  font-size: var(--fs-600);
}
section.inner_page p.no-spacing {
  margin: 0;
}
section.inner_page .video .scaler {
  padding-top: 100%;
}
section.inner_page article {
  margin: 0 0 1em 0;
}
section.inner_page h3 {
  font-family: var(--ff-secondary);
  font-weight: var(--fw-extra-bold);
  text-transform: lowercase;
}
section.inner_page .button {
  margin: 2em auto 2em auto;
}
section.inner_page .footer_decoration {
  margin: 10em 0 0 0;
}
section.inner_page .decorations {
  pointer-events: none;
}
section.inner_page .decorations img {
  opacity: 0.3;
}
section.inner_page .huge-size {
  width: 135%;
}
section.inner_page p,
section.inner_page .title,
section.inner_page h3 {
  position: relative;
  z-index: 2;
}
.generic-modal p {
  font-size: var(--fs-400);
}
.generic-modal .container {
  max-width: 90%;
  margin: 0 auto 0 auto;
}
.generic-modal.popup .placer {
  max-width: 930px;
  padding: 0;
  background: unset;
}
.generic-modal.popup .placer h1 {
  padding: 1em 0 1em 0;
}
#toolbarContainer {
  display: none;
}
.popup.videosPlay .placer {
  max-width: 840px;
  padding: 0;
}
@media (hover: hover) and (pointer: fine) {
  .fear:hover .fear_image {
    transform: scale(0.9);
    transition: all 600ms ease-in-out;
  }
  .video_img .js-circle:hover .play_btn__symbol {
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
  }
}
@media (max-width: 1240px) {
  h1 {
    text-align: center;
  }
  .title {
    font-size: var(--fs-600);
  }
  [data-text="extra-narrow"] {
    max-width: 26ch;
  }
  .container {
    max-width: 90%;
  }
  .billboard {
    grid-template-columns: 0.9fr 1fr;
  }
  .billboard_description {
    padding: 1.5em 0 0 0;
  }
  .billboard_description img {
    max-width: 386px;
  }
  .packshot_group {
    margin: -100px auto 40px auto;
  }
  .packshots {
    max-width: 420px;
  }
  .decoration_bat {
    max-width: 100px;
    bottom: -35px;
  }
  .decoration_ghost {
    left: 0;
  }
  .decoration_bigger-ghost {
    max-width: 60px;
  }
  .decoration_vine {
    max-width: 70px;
  }
  .headline_image {
    max-width: 210px;
  }
  .countdown_decoration__bottom {
    left: -5%;
    bottom: -1%;
  }
  .tutorial_description {
    max-width: 44ch;
    font-size: var(--fs-400);
  }
  .footer_decoration:before {
    top: -70%;
  }
  .footer_decoration img {
    margin-bottom: -90px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 100%;
  }
  .billboard {
    grid-template-columns: 1fr;
    padding: 0 0 20px 0;
  }
  .billboard_description {
    grid-column: 1/2;
    align-items: center;
    order: 2;
    margin-top: -130px;
    z-index: 3;
  }
  .billboard_image {
    grid-column: 1/2;
    order: 1;
  }
  .packshot_group {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }
  .decoration_bat {
    display: none;
  }
  .decoration_ghost {
    display: none;
  }
  .decoration_vine {
    top: 48%;
  }
  .decoration_bigger-ghost {
    left: 5%;
  }
  .container.two_columns > * {
    grid-column: 1 / 3;
  }
  .therapist-info .headline {
    flex-direction: column;
  }
  [data-text="extra-narrow"] {
    max-width: 20ch;
  }
  .headline_text {
    text-align: center;
  }
  .therapist-info > p {
    text-align: center;
    margin: 0 auto 1em auto;
  }
  .therapist-info .button {
    margin: 2em auto 1em auto;
  }
  section.fears .container {
    padding: 0 1em 0 1em;
  }
  section.video_tutorials {
    margin: 8em 0 4em 0;
  }
  .workshop_container {
    justify-items: center;
  }
  .workshop_info {
    order: 2;
    text-align: center;
  }
  .workshop_info .button {
    margin: 1.5em auto 1.5em auto;
  }
  .footer_decoration {
    margin: 9em 0 0 0;
  }
  .footer_decoration:before {
    top: -105%;
  }
  .footer_decoration img {
    margin-bottom: -70px;
  }
  section.video_tutorials .container {
    justify-items: center;
    gap: 2em 0;
    z-index: 3;
  }
  section.video_tutorials h2,
  section.video_tutorials p {
    text-align: center;
  }
  .two_columns.one_aside > div:first-of-type {
    grid-row: 2/3;
  }
  .stories_modal .title_modal {
    font-size: var(--fs-700);
  }
  .stories .modal_image {
    max-width: 275px;
  }
  .stories_modal .video {
    width: 100%;
    max-width: 365px;
  }
  .stories_modal .video.big-top-margin {
    margin: 0 0 0 0;
  }
  .stories .button {
    font-size: var(--fs-400);
  }
  section.inner_page .two_columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  section.inner_page p,
  section.inner_page .title,
  section.inner_page h3 {
    text-align: center;
  }
  section.inner_page .fear_content {
    order: 2;
  }
  section.inner_page .title {
    margin: 0 auto 0.5em auto;
  }
}
@media (max-width: 450px) {
  h1 {
    max-width: 155pt;
  }
  h3 {
    font-size: var(--fs-500);
  }
  .video_tutorials .title {
    font-size: var(--fs-600);
    padding: 0 0.5em 0 0.5em;
  }
  p {
    font-size: var(--fs-400);
    padding: 0 1em 0 1em;
    text-align: center;
  }
  .subtitle {
    font-size: var(--fs-600);
  }
  .button {
    max-width: 17rem;
    font-size: var(--fs-500);
  }
  .stripe {
    max-width: 300%;
    width: 300%;
  }
  .billboard_description {
    margin-top: -3.75rem;
  }
  .billboard_description img {
    max-width: 20.625rem;
  }
  .decoration_vine {
    top: 27%;
    max-width: 2.8125rem;
    right: 3%;
  }
  .decoration_bigger-ghost {
    max-width: 2.1875rem;
    top: 20%;
  }
  .packshots {
    max-width: 21.875rem;
  }
  .stripe {
    margin: 2em 0 2em 0;
  }
  .fears {
    margin: 2em 0 2em 0;
  }
  .shape {
    width: 140px;
    height: 128px;
    clip-path: path(
      "M102.235,4.87C91.822.362,62.577-5.315,30.032,10S-.045,64.8.094,71.743,3.3,109.1,26.414,122.6s75.809.761,92.613-14.028S146.89,66.883,136.422,42.6a106.349,106.349,0,0,0-4.961-10.067C122.027,15.738,111.086,8.7,102.235,4.87Z"
    );
  }
  .fear_image {
    width: 105px;
    margin-top: -50px;
  }
  .countdown h3 {
    font-size: 5.5rem;
  }
  section.video_tutorials {
    padding: 1em 0 4em 0;
  }
  section.video_tutorials:before {
    left: 27%;
    width: 325px;
    height: 163px;
    top: -118px;
  }
  .countdown_decoration__bottom {
    width: 107%;
    max-width: 107%;
    left: -3%;
    bottom: -1%;
  }
  .workshop_illustration {
    max-width: 320px;
  }
  .footer_decoration {
    margin: 5em 0 0 0;
  }
  .footer_decoration:before {
    width: 224px;
    height: 113px;
    top: -125%;
    left: -3%;
  }
  .footer_decoration img {
    margin-bottom: -30px;
  }
  .decoration_bat {
    display: block;
  }
  .billboard_decorations .decoration_bat {
    display: none;
  }
  .bat_fears__left {
    top: 10%;
    bottom: unset;
  }
  .bat_fears__right {
    max-width: 65px;
    bottom: 22%;
  }
  .stories_modal {
    --slider-button-width: 40px;
  }
  .stories_modal .title_modal {
    font-family: var(--ff-primary);
    font-size: var(--fs-700);

    font-weight: var(--fw-regular);
    line-height: 1;
    max-width: 15ch;
    margin: -0.25em 0 0 0;
    z-index: 3;
  }
  .popup .placer {
    padding: 0;
    max-width: 428px;
  }
  .modal_footer_decoration {
    display: block;
  }
  .modal_item {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .modal_item div:first-of-type {
    order: unset;
  }
  .swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: block;
    height: 100%;
    max-height: 100%;
  }
  .swiper-wrapper {
    max-height: 100%;
    height: 100%;
    display: flex;
  }
  .stories .buttons {
    flex-direction: column;
    align-items: center;
  }
  .stories .button {
    font-size: var(--fs-500);
    margin: 2em auto 0 auto;
  }
  .stories .modal_content {
    flex-basis: unset;
  }
  .stories_modal .title_modal,
  .stories_modal p {
    text-align: center;
  }
  .stories_modal .title_modal {
    margin: -0.25em auto 0 auto;
  }
  .stories_modal .video {
    margin: 0em 0 0 0;
    max-width: 310px;
  }
  section.inner_page .container {
    padding: 0 1em 0 1em;
  }
  .stories .modal_image {
    max-width: 245px;
    margin: 4em 0 0 0;
  }
  .stories .closeBtn {
    font-size: var(--fs-500);
    top: 1rem;
    right: 1rem;
  }
  .stories .closeBtn img {
    width: 1rem;
    height: 100%;
  }
  section.inner_page .subtitle {
    font-size: var(--fs-600);
  }
  section.inner_page .huge-size {
    width: 100%;
  }
  section.inner_page .fear_illustration {
    margin: -4em 0 0 0;
  }
  .generic-modal h1 {
    margin: 0 auto 0 auto;
    padding: 1em 0 1em 0;
  }
}
@media (max-height: 561px) {
  .stories .modal_image {
    max-width: 200px;
  }
  .modal_item div:first-of-type {
    order: unset;
  }
  .stories .modal_image {
    margin: 4em 0 0 0;
  }
  .modal_item .video {
    margin: 2em 0 0 0 !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 35%;
  }
}

.whitecontainer {
  height: 3.5em;
  padding-top: 0.8125em;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 100%;
  margin-bottom: 0.8125em;
  display: flex;
  display: -ms-flexbox;
  top: 0;
  background-color: white;
}

@media (max-width: 767px) {
  .whitecontainer {
    display: none;
  }
}
