@charset "UTF-8";
:root {
  --yellow: #FFCA00;
}

.btn-primary {
  background-color: var(--yellow) !important;
  box-shadow: inset 0 0 0 2px #000;
  color: #000 !important;
}
.btn-primary:hover {
  background-color: #FFF !important;
  box-shadow: inset 0 0 0 2px var(--yellow);
}

.btn {
  border: 0;
  padding: 10px 20px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .btn {
    font-size: 18px;
    padding: 23px 30px;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1600px) {
  main .container-wide {
    max-width: 1510px;
  }
}
main h2 {
  color: #000;
  font-family: Industry;
  font-size: clamp(32px, 5vw, 40px);
  font-style: italic;
  font-weight: 900;
  line-height: clamp(34px, 5vw, 48px);
  margin: 0;
}
main h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, rgba(195, 32, 48, 0) 0%, #C32030 22.02%);
  margin-top: 8px;
  margin-bottom: 8px;
}
main h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, rgba(195, 32, 48, 0) 0%, #C32030 22.02%);
  margin-top: 8px;
  margin-bottom: 8px;
}
main p {
  font-family: "DIN 2014";
  font-size: clamp(18px, 4vw, 22px);
}
main p > strong {
  color: #000;
  font-family: "DIN 2014";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main ul,
main ol {
  margin-bottom: 0;
}
main ul li,
main ol li {
  color: #000;
  font-family: "DIN 2014";
  font-size: clamp(18px, 4vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

body.page-template-big-yellow-adventure h2 {
  width: fit-content;
}
body.page-template-big-yellow-adventure .hero-yellow {
  background-color: #FFF;
  background-image: radial-gradient(circle, #000 0%, rgba(255, 202, 0, 0.65) 100%);
  padding-top: clamp(86px, 10vw, 212px);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .hero-yellow {
    padding-bottom: 124px;
  }
}
body.page-template-big-yellow-adventure .hero-yellow__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  filter: blur(60px);
  background-repeat: no-repeat;
  opacity: 0.87;
}
body.page-template-big-yellow-adventure .hero-yellow__copy {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 46px);
}
body.page-template-big-yellow-adventure .hero-yellow .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
@media screen and (max-width: 575px) {
  body.page-template-big-yellow-adventure .hero-yellow .container {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-template-big-yellow-adventure .hero-yellow .container .hero-yellow__copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  body.page-template-big-yellow-adventure .hero-yellow .container {
    flex-direction: row;
    gap: 56px;
  }
}
@media only screen and (min-width: 1600px) {
  body.page-template-big-yellow-adventure .hero-yellow .container {
    align-items: center;
  }
}
body.page-template-big-yellow-adventure .hero-yellow h1 {
  color: #FFF;
  text-shadow: 10px 10px 20px rgba(30, 30, 30, 0.5);
  font-family: "Industry";
  font-size: clamp(40px, 5vw, 100px);
  font-style: italic;
  font-weight: 900;
  line-height: clamp(40px, 5vw, 100px);
  margin-bottom: 0;
}
body.page-template-big-yellow-adventure .hero-yellow p {
  color: #000;
  font-family: Industry;
  font-size: clamp(20px, 2.5vw, 42px);
  font-style: italic;
  font-weight: 900;
  line-height: clamp(22px, 2.5vw, 48px);
  margin-bottom: 0;
}
body.page-template-big-yellow-adventure .hero-yellow__divider {
  background: linear-gradient(270deg, rgba(255, 202, 0, 0) 0%, #FFCA00 22.02%);
  width: 100%;
  height: clamp(6px, 2vw, 12px);
}
body.page-template-big-yellow-adventure .hero-yellow__image-wrapper {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1400px) {
  body.page-template-big-yellow-adventure .hero-yellow__image-wrapper {
    width: 40%;
  }
}
@media only screen and (min-width: 1600px) {
  body.page-template-big-yellow-adventure .hero-yellow__image-wrapper {
    width: auto;
  }
}
body.page-template-big-yellow-adventure .hero-yellow__image-wrapper .hero-yellow__image {
  max-width: 100%;
  height: auto;
}
body.page-template-big-yellow-adventure .featured-yellow {
  background-color: #FFF;
  padding-top: clamp(20px, 5vw, 96px);
  padding-bottom: clamp(20px, 5vw, 96px);
}
body.page-template-big-yellow-adventure .featured-yellow__content-wrapper {
  background-color: var(--yellow);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 25px;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .featured-yellow__content-wrapper {
    padding: 50px 70px;
    flex-direction: row;
    gap: 70px;
  }
}
body.page-template-big-yellow-adventure .featured-yellow__image-wrapper {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-big-yellow-adventure .featured-yellow__image-wrapper img {
  width: 130px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .featured-yellow__image-wrapper img {
    width: 200px;
  }
}
body.page-template-big-yellow-adventure .featured-yellow h2 {
  color: #212529;
  font-family: "Industry";
  font-size: clamp(24px, 5vw, 40px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  width: fit-content;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  body.page-template-big-yellow-adventure .featured-yellow h2 {
    display: flex;
    align-items: center;
  }
  body.page-template-big-yellow-adventure .featured-yellow h2::before {
    content: "—";
    display: inline-block;
    color: #212529;
    font-family: "DIN 2014";
    font-size: clamp(24px, 5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    order: 2;
  }
}
body.page-template-big-yellow-adventure .featured-yellow h2::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .featured-yellow h2 {
    float: left;
    shape-outside: margin-box;
  }
  body.page-template-big-yellow-adventure .featured-yellow h2::after {
    display: none;
  }
}
body.page-template-big-yellow-adventure .featured-yellow p {
  color: #212529;
  font-family: "DIN 2014";
  font-size: clamp(20px, 5vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: block;
}
body.page-template-big-yellow-adventure .featured-yellow p::before {
  content: "—";
  display: none;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .featured-yellow p::before {
    display: inline-block;
  }
}
body.page-template-big-yellow-adventure .adventure-details {
  background-color: #EEE;
  padding-top: clamp(20px, 5vw, 70px);
  padding-bottom: clamp(20px, 5vw, 70px);
}
body.page-template-big-yellow-adventure .adventure-details__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .adventure-details__content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 62px;
  }
}
body.page-template-big-yellow-adventure .adventure-details__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-template-big-yellow-adventure .adventure-details__image {
  border-radius: 30px;
}
body.page-template-big-yellow-adventure .adventure-details__copy-1 p:first-of-type > strong, body.page-template-big-yellow-adventure .adventure-details__copy-2 p:first-of-type > strong {
  font-weight: 800;
}
body.page-template-big-yellow-adventure .adventure-details__img-wrapper-mobile {
  display: block;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .adventure-details__img-wrapper-mobile {
    display: none;
  }
}
body.page-template-big-yellow-adventure .adventure-details__img-wrapper-desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .adventure-details__img-wrapper-desktop {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .adventure-details__img-testimonial-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
body.page-template-big-yellow-adventure .adventure-details__testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .adventure-details__testimonial {
    flex-direction: row;
    gap: 20px;
  }
}
body.page-template-big-yellow-adventure .adventure-details__testimonial-img-wrapper {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
}
body.page-template-big-yellow-adventure .adventure-details__testimonial-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-big-yellow-adventure .adventure-details__testimonial-copy::before {
  content: "";
  display: block;
  width: 40px;
  height: 26.78px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='28' viewBox='0 0 40 28' fill='none'%3e%3cpath d='M0 27.1139L1.79105 16.7941C2.47335 13.2972 3.83795 11.0798 7.76119 7.58297L16.1194 0.333496H21.1514L11.7697 12.1032H18.2516L15.6077 27.1139H0ZM18.8486 27.1139L20.6397 16.7941C21.322 13.2972 22.6866 11.0798 26.6098 7.58297L34.968 0.333496H40L30.6183 12.1032H37.1002L34.4563 27.1139H18.8486Z' fill='%23C32030'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
body.page-template-big-yellow-adventure .adventure-details__testimonial-copy p {
  color: #1E1E1E;
  font-family: Montserrat;
  font-size: clamp(18px, 2vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
body.page-template-big-yellow-adventure .adventure-details__testimonial-copy cite {
  color: #1E1E1E;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
body.page-template-big-yellow-adventure .meet-creators {
  background-color: #EEE;
  padding-top: clamp(20px, 5vw, 70px);
  padding-bottom: clamp(20px, 5vw, 70px);
}
body.page-template-big-yellow-adventure .meet-creators__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .meet-creators__content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 62px;
  }
}
body.page-template-big-yellow-adventure .meet-creators__image {
  border-radius: 30px;
}
body.page-template-big-yellow-adventure .cta {
  padding-top: clamp(20px, 5vw, 97px);
  padding-bottom: clamp(23px, 5vw, 97px);
}
body.page-template-big-yellow-adventure .cta__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 23px;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .cta__content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
body.page-template-big-yellow-adventure .cta__copy {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body.page-template-big-yellow-adventure .cta__copy-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-template-big-yellow-adventure .cta__copy-2 .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media only screen and (min-width: 1600px) {
  body.page-template-big-yellow-adventure .cta__copy-2 .btn-wrapper {
    flex-direction: row;
  }
}
body.page-template-big-yellow-adventure .cta__copy-2 .btn-wrapper .btn {
  width: fit-content;
}
body.page-template-big-yellow-adventure .cta__form-wrapper {
  background: #1E1E1E;
  display: flex;
  gap: 15px;
  width: 594px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .cta__form-wrapper {
    margin: 0;
    gap: 20px;
  }
}
body.page-template-big-yellow-adventure .cta__form-wrapper h3 {
  color: var(--yellow);
  font-family: Industry;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 0;
}
body.page-template-big-yellow-adventure .cta__form-wrapper p {
  color: #FFF;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gform_wrapper {
  width: 100%;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gform_heading {
  display: none;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gform_fields {
  gap: 0;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gfield:nth-child(1) {
  margin-bottom: 10px;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gfield:nth-child(2) {
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .cta__form-wrapper .gfield:nth-child(2) {
    margin-bottom: 20px;
  }
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gfield_label {
  color: #FFF !important;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  gap: 0;
  margin-bottom: 8px;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gfield_label .gfield_required {
  color: #C32030;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .ginput_container > input[type=email] {
  color: rgba(30, 30, 30, 0.5);
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 2px 2px 8px 0 #D9D9D9 inset;
  padding: 10px;
  width: 100%;
  outline-color: var(--yellow);
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gchoice {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gchoice input[type=checkbox] {
  display: flex;
  width: 44px;
  max-width: 44px;
  height: 44px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 auto;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 2px 2px 8px 0 #D9D9D9 inset;
  outline-color: var(--yellow);
  cursor: pointer;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gchoice input[type=checkbox]::before {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gchoice input[type=checkbox]:checked::before {
  color: #C32030;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gchoice .gform-field-label {
  color: #FFF !important;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gchoice input[type=radio] {
  display: none;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gchoice input[type=radio] + .gform-field-label {
  background-color: var(--yellow);
  color: #000 !important;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gchoice input[type=radio] + .gform-field-label:hover {
  background-color: #FFF !important;
  box-shadow: inset 0 0 0 2px var(--yellow);
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gfield_radio {
  gap: 15px;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .cta__form-wrapper .gfield_radio {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  body.page-template-big-yellow-adventure .cta__form-wrapper .gfield_radio .gform-field-label {
    font-size: 18px !important;
    width: 255px;
    height: 70px;
    border-radius: 50px !important;
  }
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gform-footer {
  display: none;
}
body.page-template-big-yellow-adventure .cta__form-wrapper .gform_confirmation_message {
  color: #FFF !important;
  font-size: 16px;
}
body.page-template-big-yellow-adventure .collab {
  padding-top: clamp(20px, 5vw, 97px);
  padding-bottom: clamp(20px, 5vw, 93px);
}
body.page-template-big-yellow-adventure .collab__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .collab__cards {
    grid-template-columns: 1fr 1fr;
  }
}
body.page-template-big-yellow-adventure .collab__card {
  background-color: #EEE;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  padding: clamp(20px, 5vw, 40px);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  body.page-template-big-yellow-adventure .collab__card {
    min-height: 424.78px;
  }
}
body.page-template-big-yellow-adventure .collab__card::before {
  content: "";
  width: 400.39px;
  height: 292.51px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='401' height='293' viewBox='0 0 401 293' fill='none'%3e%3cpath d='M62.9443 292.78L20.1885 291.98L0.608398 282.79L3.00586 276.396H50.957L62.9443 292.78ZM327.875 292.78H162.443L167.638 284.389L323.479 283.189L329.473 276.396H338.664L327.875 292.78ZM50.1582 273.999H3.40527L8.60059 258.414H42.166L50.1582 273.999ZM341.061 273.199L215.988 273.6L220.783 265.607L334.668 264.408L337.864 258.414H357.444L341.061 273.199ZM35.373 239.633L41.7666 256.017H9.79883L14.9941 239.233L35.373 239.633ZM359.442 255.218L227.577 254.418L232.372 246.826L343.458 246.427L345.057 239.633H376.225L359.442 255.218ZM196.009 254.418L191.214 247.226H213.99L196.009 254.418ZM35.373 237.235H15.3936L20.5879 221.651H33.375L35.373 237.235ZM379.022 236.437C379.005 236.438 368.629 237.235 363.838 237.235C353.847 237.235 184.421 236.437 184.421 236.437L180.425 230.442L345.856 228.444L348.254 221.651H395.006L379.022 236.437ZM32.5752 219.253H21.3867L26.9814 202.87H31.7764L32.5752 219.253ZM389.812 203.27L401 217.655L150.056 218.454L154.052 210.861L348.254 210.462L349.852 202.87L389.812 203.27ZM31.7764 200.473H27.7803L30.9775 191.281L31.7764 200.473ZM376.625 186.087L388.213 200.473L160.445 200.072L164.841 191.681L347.454 190.882L348.254 185.688L376.625 186.087ZM32.1758 190.882L33.375 168.504L37.3711 166.906L32.1758 190.882ZM238.366 132.141C244.759 131.342 248.755 132.54 253.15 134.538C255.148 135.737 256.747 137.335 258.745 138.534C264.738 140.531 329.426 138.935 329.473 138.934L331.87 133.34L346.655 132.141L348.254 147.725H264.288C265.097 149.992 265.538 152.414 265.538 154.918C265.538 155.592 265.506 156.258 265.445 156.916H342.659L343.458 150.123H348.653L360.641 165.308L263.54 165.707C263.532 165.72 261.537 168.909 258.745 171.302C256.997 172.7 255.555 173.486 254.485 173.929C254.154 174.124 253.818 174.313 253.476 174.493L345.856 174.099L346.655 168.104H362.639L374.627 182.89L170.436 182.091L174.431 174.498L229.735 174.103C225.642 171.764 222.385 168.278 220.429 164.108H180.425L184.421 156.517H218.386L218.432 156.314C218.402 155.853 218.387 155.387 218.387 154.918C218.387 151.795 219.073 148.824 220.304 146.127H190.814L194.811 138.934H224.779C224.38 139.733 231.973 132.94 238.366 132.141ZM136.07 132.141C148.857 132.141 159.646 142.131 159.646 154.519C159.646 166.906 149.257 176.895 136.07 176.896C122.884 176.896 112.494 166.906 112.494 154.519C112.494 142.131 122.884 132.141 136.07 132.141ZM36.9717 165.707H34.9736L33.375 150.123H42.5654L36.9717 165.707ZM42.5654 146.526H33.375L32.1758 132.141H50.957L42.5654 146.526ZM346.655 129.743L200.804 128.943L205.199 121.352C205.199 121.352 295.107 120.952 323.479 120.952C321.481 118.954 319.483 116.556 317.885 114.158H345.456L346.655 129.743ZM52.1562 128.943L31.7764 128.145L30.9775 114.158H63.7441L52.1562 128.943ZM345.057 111.761L210.395 111.361L214.79 103.769L308.294 103.369L301.501 96.1768H343.858L345.057 111.761ZM65.7422 110.562L30.5781 110.162L29.3789 96.1768H80.127L65.7422 110.562ZM343.059 80.1924L343.858 93.7793H220.384L224.779 86.1865H286.717L278.725 78.9941L343.059 80.1924ZM83.7236 92.9795H29.3789L28.1807 78.9941H102.504L83.7236 92.9795ZM341.461 60.2129L342.659 76.5957L230.374 75.7969L234.77 68.2041H252.352L239.964 59.4131L341.461 60.2129ZM108.099 76.1963L27.7803 74.998L26.9814 61.4111L147.658 59.4131L108.099 76.1963ZM224.779 41.4316L243.561 57.0156H126.08L139.267 40.6318L224.779 41.4316ZM205.199 25.8467L221.184 38.6338H141.664L152.453 25.0479L205.199 25.8467ZM202.402 23.0498H154.852L173.632 0.272461L202.402 23.0498Z' fill='white'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 0;
  opacity: 0.5;
  top: auto;
  right: -70%;
  bottom: 0;
  left: auto;
}
@media screen and (min-width: 768px) {
  body.page-template-big-yellow-adventure .collab__card::before {
    top: auto;
    right: 63px;
    bottom: 0;
    left: auto;
  }
}
body.page-template-big-yellow-adventure .collab__card::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, rgba(195, 32, 48, 0) 0%, #C32030 22.02%);
  margin-top: auto;
}
body.page-template-big-yellow-adventure .collab__card img,
body.page-template-big-yellow-adventure .collab__card p, body.page-template-big-yellow-adventure .collab__card::after {
  position: relative;
  z-index: 1;
}
body.page-template-big-yellow-adventure .collab__card p {
  color: #1E1E1E;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

/*# sourceMappingURL=big-yellow-adventure.css.map */
