/* ---- Global ---- */
#header img {
  z-index: 1000;
}
body {
  background: #e03d10;
  background-image: linear-gradient(1deg, #e03d10 0%, #be2e0b 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
body.thanks {
  background: #d0360e;
  background-image: none;
}

.main {
  font-family: "Laro Soft";
  /* Modal container */
  /* Modal content */
  /* Close button */
}
.main h1,
.main h2 {
  opacity: 0;
  animation: unhide 0s 0.1s forwards;
}

@keyframes unhide {
  to {
    opacity: 1;
  }
}
.main h1,
.main h2,
.main .title {
  color: #ffffff;
  font-family: "Laro Soft ExtBd";
  font-size: 135px;
  font-size: clamp(50px, 10vw, 135px);
  line-height: 100%;
  transform: rotate(3deg) skew(0deg, -12deg);
  padding-top: 85px;
  padding-bottom: 37px;
  letter-spacing: clamp(-3px, 30vw, -7px);
  text-shadow: -13px 10px #0000003b;
  width: 90%;
  font-weight: normal;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .main h1,
  .main h2,
  .main .title {
    text-shadow: -5px 5px #0000003b;
  }
}
.main .title {
  font-size: clamp(50px, 10vw, 115px);
  color: #fff200;
  padding-top: 45px;
  line-height: 110%;
  width: auto;
  position: relative;
}
.main .title + img.all {
  position: absolute;
  right: -1vw;
  bottom: 2vw;
  width: 35vw;
  max-width: 320px;
  transform: rotate(-2deg);
  transition: all 100ms;
}
@media screen and (max-width: 1600px) {
  .main .title + img.all {
    right: -1vw;
    bottom: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  .main .title + img.all {
    right: 8vw;
    bottom: -2vw;
  }
}
@media screen and (max-width: 1000px) {
  .main .title + img.all {
    right: 3vw;
    bottom: -3vw;
  }
}
@media screen and (max-width: 600px) {
  .main .title + img.all {
    right: -1vw;
    bottom: -2vw;
  }
}
@media screen and (max-width: 500px) {
  .main .title + img.all {
    right: -4vw;
    bottom: 3vw;
  }
}
@media screen and (max-width: 400px) {
  .main .title + img.all {
    right: 1vw;
    bottom: 6vw;
  }
}
.main .title span {
  font-size: clamp(60px, 10vw, 165px);
}
.main h2 {
  font-size: clamp(10px, 5vw, 70px);
  padding-top: 0;
  margin-top: -25px;
  letter-spacing: 0px;
  text-shadow: -8px 9px #0000003b;
}
@media screen and (max-width: 600px) {
  .main h2 {
    text-shadow: -5px 6px #0000003b;
  }
}
.main h3 {
  font-size: clamp(30px, 5vw, 64px);
  color: white;
  text-align: center;
  font-family: "Laro Soft ExtBd";
  letter-spacing: 0px;
  max-width: 850px;
  width: 100%;
  line-height: 110%;
  padding: 0 40px;
  margin-top: -10px;
}
@media screen and (max-width: 900px) {
  .main h3 {
    margin-top: 10px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 16px;
  color: white;
  text-align: center;
  font-family: "Laro Soft";
  max-width: 850px;
  width: 100%;
  line-height: 130%;
  padding: 0 30px;
  margin-top: 34px;
}
.main h6 {
  font-family: "Laro Soft ExtBd";
  font-size: 45px;
  line-height: 100%;
}
.main h5 {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .main h5 {
    font-size: 19px;
  }
}
.main .char {
  transform: scale(0) translateZ(0px);
  display: inline-block;
  position: relative;
  will-change: transform;
  overflow: visible;
  white-space: pre;
  overflow: visible !important;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .main .char {
    padding: 0 8px;
    margin-right: -16px;
    left: -13px;
  }
}
.main header {
  background: #54a244;
}
.main .wave--green {
  height: clamp(8vw, 20vw, 11vw);
  margin-bottom: -14vw;
  transition: all 200ms;
}
@media screen and (max-width: 900px) {
  .main .wave--green {
    margin-bottom: -19vw;
  }
}
@media screen and (max-width: 1600px) {
  .main .wave--green {
    margin-bottom: -16vw;
  }
}
.main .wave--green div {
  background-image: url("../../images/dist/backgrounds/wave--green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  transform: translateY(-1px);
}
.main .bars {
  position: relative;
  z-index: 1;
}
.main .bars img {
  width: 90%;
  max-width: 980px;
  position: relative;
  left: -30px;
  transform: scale(0);
}
@media screen and (max-width: 1200px) {
  .main .bars img {
    left: 0px;
  }
}
.main .bars img:nth-of-type(1) {
  margin-bottom: -190px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .main .bars img:nth-of-type(1) {
    margin-bottom: -16vw;
  }
}
.main .bars img:nth-of-type(2) {
  left: 0px;
  max-width: 900px;
}
.main .button,
.main input[type="submit"] {
  border-radius: 100px;
  background: #f3410e;
  display: inline-block;
  padding: 7px 70px;
  margin: 66px 0 66px 0;
  font-size: 21px;
  color: white;
  transition: all 200ms;
}
.main .button:hover,
.main input[type="submit"]:hover {
  color: #f3410e;
  background: #fff;
}
.main .form {
  background: #30742f;
  background: linear-gradient(99deg, #30742f 0%, #56a030 100%);
  padding: 2px 0;
}
.main .form .checkboxes {
  margin-top: 12px;
}
.main .form .checkboxes label {
  font-family: "Laro Soft";
  font-weight: normal !important;
  font-size: 13px;
}
.main .form .checkboxes input {
  margin: 0;
  width: 22px;
  height: 22px;
  border: 1px solid black;
}
.main .form p {
  color: white;
  max-width: 770px;
  text-align: center;
  margin: 38px auto 49px auto;
  width: 100%;
  padding: 0 20px;
  line-height: 22px;
}
.main .form input {
  border-radius: 100px;
  padding: 7px 11px;
  border: 2px solid #2b3e22;
  margin-bottom: 12px;
}
.main .form input::placeholder {
  text-transform: uppercase;
}
.main .form input[type="submit"] {
  width: max-content;
  padding: 3px 54px;
  border: 0;
  margin: auto;
  font-size: 22px;
  margin-bottom: 43px;
  text-transform: uppercase;
  cursor: pointer;
}
.main .g-recaptcha {
  margin: 14px auto 26px auto;
}
.main .grad {
  height: 100px;
  background-size: contain;
  box-shadow: 0 100px white;
  background-image: url("../../../assets/images/dist/backgrounds/grad.png");
}
.main .sm {
  color: white;
  font-size: 12px;
  width: 100%;
  padding: 0 30px;
  margin: 5px auto;
  text-align: center;
  max-width: 570px;
}
.main .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 9999;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if content is long */
  background-color: rgba(0, 0, 0, 0.6);
  /* Overlay */
}
.main .modal-content {
  background-color: #fff;
  margin: auto;
  padding: 28px;
  border-radius: 20px;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
.main .modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 16px;
  top: 10px;
  cursor: pointer;
}
.main .modal .close:hover,
.main .modal .close:focus {
  color: black;
}
.main .terms_heading {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 24px;
  padding-right: 20px;
}
.main .terms-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #808080;
}
.main .thanks-wrapper {
  height: 10vw;
  min-height: 110px;
}

.footer-wave {
  position: relative;
  bottom: -1px;
  overflow: hidden;
}

.footer-wave svg {
  display: block;
  height: 18.48739vw;
}

@media (min-width: 900px) {
  .footer-wave svg {
    height: 8.61111vw;
  }
}

.region-footer {
  padding: 10vw 8vmin 5vmin;
  background-color: #f3410e;
  font-size: 1.1rem;
  color: #fff;
}

@media (min-width: 900px) {
  .region-footer {
    padding: 1em 2vmin 1.5em;
  }
}

@media (min-width: 900px) {
  .region-footer-content {
    display: flex;
    margin: 0 auto;
    max-width: 1056px;
  }
}

.region-footer-content {
  position: relative;
}

.block--copywrite {
  margin-right: auto;
  font-size: 1.2rem;
}

.block--copywrite .footer-logo {
  margin-bottom: 1rem;
  width: 144px;
  height: 19px;
  background: url(https://www.kinder.com/uk/brands/kinder/themes/custom/kinder_theme/assets/images/png/7608c14e2d3a3149a83b82a88bd96939.png?t=1757891009);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (min-width: 900px) {
  .menu--footer,
  .block-language {
    margin-top: 0.7rem;
    font-size: 0;
  }
}

@media (min-width: 900px) {
  .menu--footer + .block-international-globe .globe {
    margin-left: 2em;
  }
}

@media (min-width: 900px) {
  .globe {
    position: relative;
    top: -1.25em;
  }
}

@media (max-width: 899px) {
  .globe {
    position: absolute;
    bottom: 5.5rem;
    right: 0;
  }
}

.globe {
  border-radius: 50%;
  min-width: 52px;
  width: 52px;
  height: 52px;
  box-shadow: 2px 4px 0 0 rgba(0, 0, 0, 0.1);
  text-indent: 52px;
  background: url(https://www.kinder.com/uk/brands/kinder/themes/custom/kinder_theme/assets/images/png/1cd9945ef6ef94d7ea9db97a39c528ca.png?t=1757891009);
  background-size: 100%;
  color: transparent;
}

.hidden,
.visually-hidden {
  display: none;
}

.region-footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1592px) {
  .menu--footer ul {
    max-width: 34vw;
  }
}

.block-international-globe {
  position: static;
}

.menu--footer ul {
  max-width: 44vw;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu--footer li {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}

@media (min-width: 900px) {
  .menu--footer li {
    margin: 0 1.04167vw 1vw;
  }
}

@media (min-width: 900px) {
  .menu--footer li,
  .block-language li {
    display: inline-block;
  }
}

.menu--footer li,
.block-language li {
  line-height: 1.15;
}

ul li {
  list-style-image: none;
}

.menu--footer li a,
.block-language li a {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
}

.menu--footer a {
  font-weight: 700;
}

.region-footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

@font-face {
  font-family: "Laro Soft";
  src: url("../../fonts/LaroSoft-SemiBold.woff2") format("woff2"),
    url("../../fonts/LaroSoft-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Laro Soft ExtBd";
  src: url("../../fonts/LaroSoft-ExtraBoldItalic.woff2") format("woff2"),
    url("../../fonts/LaroSoft-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
