@charset "UTF-8";
body {
  width: 100%; }

body, html {
  max-width: 100%;
  overflow-x: hidden; }

.kp--main {
  width: 100%;
  position: relative; }

@font-face {
  font-family: 'Chronic-Regular';
  src: url("../fonts/chronic/Chronic-Regular.woff") format("woff"), url("../fonts/chronic/Chronic-Regular.svg#Chronic-Normal") format("svg"), url("../fonts/chronic/Chronic-Regular.eot"), url("../fonts/chronic/Chronic-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5 {
  font-weight: 500; }

/*
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  } to {
      -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  } to {
      -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  } to {
      -webkit-transform: rotate(360deg);
    }
}
 */
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes jello {
  0% {
    transform: scale(1); }
  25% {
    transform: scaleX(1.2) scaleY(0.8); }
  50% {
    transform: scaleX(0.8) scaleY(1.2); }
  75% {
    transform: scaleX(1.1) scaleY(1.1); } }

@keyframes jelloTranslate {
  0% {
    transform: scale(1) translate(-50%, -50%); }
  25% {
    transform: scaleX(1.2) scaleY(0.8) translate(-50%, -50%); }
  50% {
    transform: scaleX(0.8) scaleY(1.2) translate(-50%, -50%); }
  75% {
    transform: scaleX(1.1) scaleY(1.1) translate(-50%, -50%); } }

@keyframes jelloTranslateY {
  0% {
    transform: scale(1) translateY(-50%); }
  25% {
    transform: scaleX(1.2) scaleY(0.8) translateY(-50%); }
  50% {
    transform: scaleX(0.8) scaleY(1.2) translateY(-50%); }
  75% {
    transform: scaleX(1.1) scaleY(1.1) translateY(-50%); } }

@keyframes jelloTranslateButton {
  0% {
    transform: scale(1); }
  25% {
    transform: scaleX(1.2) scaleY(0.8); }
  50% {
    transform: scaleX(0.8) scaleY(1.2); }
  75% {
    transform: scaleX(1.1) scaleY(1.1); } }

.text-center {
  text-align: center; }

#header {
  z-index: 100; }

header {
  width: 100%;
  height: 62.91667vw;
  max-height: 1208px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #FFF; }
  @media screen and (min-width: 1920px) {
    header {
      height: 1208px; } }

.kp--nav {
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 9;
  padding: 12px 20px;
  background: #FFF; }
  @media screen and (max-width: 768px) {
    .kp--nav {
      padding: 12px 13px; } }
  .kp--nav .kp--nav-mobile-toggle {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer; }
    @media screen and (min-width: 769px) {
      .kp--nav .kp--nav-mobile-toggle {
        display: none; } }
    .kp--nav .kp--nav-mobile-toggle.active .open-mobile-app {
      opacity: 0; }
    .kp--nav .kp--nav-mobile-toggle.active .close-mobile-nav {
      opacity: 1; }
    .kp--nav .kp--nav-mobile-toggle-holder {
      display: flex;
      flex-flow: row;
      align-items: center;
      position: relative; }
    .kp--nav .kp--nav-mobile-toggle svg {
      width: 50px;
      width: 33px; }
      .kp--nav .kp--nav-mobile-toggle svg.close-mobile-nav {
        position: absolute;
        right: 0;
        opacity: 0; }
    .kp--nav .kp--nav-mobile-toggle span {
      font-family: "Chronic-Regular", "sans-serif";
      font-size: 22px;
      color: #009adc;
      margin-right: 20px; }
  .kp--nav ul {
    list-style-type: none;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .kp--nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #faf5ed;
        flex-flow: column;
        padding-top: 20px;
        display: none; } }
    .kp--nav ul li a {
      font-family: "Chronic-Regular", "sans-serif";
      font-size: 1.61458vw;
      margin-left: 2.29167vw;
      color: #009adc;
      text-decoration: none;
      white-space: nowrap; }
      @media screen and (min-width: 1920px) {
        .kp--nav ul li a {
          font-size: 31px; } }
      @media screen and (min-width: 1920px) {
        .kp--nav ul li a {
          margin-left: 44px; } }
      @media screen and (max-width: 1100px) {
        .kp--nav ul li a {
          font-size: 22px; } }
      @media screen and (max-width: 768px) {
        .kp--nav ul li a {
          color: #0062ab;
          margin-bottom: 20px;
          float: left;
          width: 100%; } }

.header-bg--elem1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: initial !important;
  max-width: 1920px;
  max-height: 1208px;
  width: 100vw;
  height: 62.91667vw;
  background-image: url("../images/v3/bg.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .header-bg--elem1 {
      position: absolute;
      z-index: 0; } }

.header-bg--elem2 {
  position: absolute;
  top: 5.88542vw;
  max-width: 504px;
  max-height: 136px;
  width: 26.25vw;
  height: 7.08333vw;
  background-image: url("../images/v3/konkurs.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (min-width: 1920px) {
    .header-bg--elem2 {
      top: 113px; } }
  @media screen and (max-width: 768px) {
    .header-bg--elem2 {
      max-width: 504px;
      max-height: 136px;
      width: 65.625vw;
      height: 17.70833vw;
      top: 27.73438vw;
      position: relative;
      display: none; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .header-bg--elem2 {
      top: 213px; } }

.header-bg--elem3 {
  position: absolute;
  left: 5.98958vw;
  top: 2.60417vw;
  max-width: 210px;
  max-height: 114px;
  width: 10.9375vw;
  height: 5.9375vw;
  background-image: url("../images/v3/logo.png");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 1920px) {
    .header-bg--elem3 {
      left: 115px; } }
  @media screen and (min-width: 1920px) {
    .header-bg--elem3 {
      top: 50px; } }
  @media screen and (max-width: 768px) {
    .header-bg--elem3 {
      top: 6.51042vw;
      max-width: 210px;
      max-height: 114px;
      width: 27.34375vw;
      height: 14.84375vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .header-bg--elem3 {
      top: 50px; } }

.header-bg--elem4 {
  position: absolute;
  left: 0;
  top: 13.59375vw;
  max-width: 661px;
  max-height: 700px;
  width: 34.42708vw;
  height: 36.45833vw;
  background-image: url("../images/v3/pingwiny.png");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 1920px) {
    .header-bg--elem4 {
      top: 261px; } }
  @media screen and (max-width: 768px) {
    .header-bg--elem4 {
      display: none; } }

.header-bg--elem5 {
  position: absolute;
  top: 2.96875vw;
  right: 5.88542vw;
  max-width: 143px;
  max-height: 101px;
  width: 7.44792vw;
  height: 5.26042vw;
  background-image: url("../images/v3/logo2.png");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 1920px) {
    .header-bg--elem5 {
      top: 57px; } }
  @media screen and (min-width: 1920px) {
    .header-bg--elem5 {
      right: 113px; } }
  @media screen and (max-width: 768px) {
    .header-bg--elem5 {
      top: 7.42188vw;
      max-width: 143px;
      max-height: 101px;
      width: 18.61979vw;
      height: 13.15104vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .header-bg--elem5 {
      top: 57px; } }

.header-bg--elem6 {
  position: absolute;
  top: 16.09375vw;
  right: 16.61458vw;
  max-width: 325px;
  max-height: 511px;
  width: 16.92708vw;
  height: 26.61458vw;
  background-image: url("../images/v3/baton.png");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 1920px) {
    .header-bg--elem6 {
      top: 309px; } }
  @media screen and (min-width: 1920px) {
    .header-bg--elem6 {
      right: 319px; } }
  @media screen and (max-width: 768px) {
    .header-bg--elem6 {
      display: none; } }

.header-bg--elem7 {
  position: absolute;
  top: 11.66667vw;
  right: 13.33333vw;
  max-width: 211px;
  max-height: 493px;
  width: 10.98958vw;
  height: 25.67708vw;
  background-image: url("../images/v3/baton-koko.png");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 1920px) {
    .header-bg--elem7 {
      top: 224px; } }
  @media screen and (min-width: 1920px) {
    .header-bg--elem7 {
      right: 256px; } }
  @media screen and (max-width: 768px) {
    .header-bg--elem7 {
      display: none; } }

.header-bg--elem8 {
  position: absolute;
  top: 22.39583vw;
  max-width: 512px;
  max-height: 143px;
  width: 26.66667vw;
  height: 7.44792vw;
  background-image: url("../images/v3/mamotato.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (min-width: 1920px) {
    .header-bg--elem8 {
      top: 430px; } }
  @media screen and (max-width: 768px) {
    .header-bg--elem8 {
      position: relative;
      max-width: 512px;
      max-height: 143px;
      width: 66.66667vw;
      height: 18.61979vw;
      display: none; } }

.header-bg--elem9 {
  position: absolute;
  top: 30.10417vw;
  max-width: 650px;
  max-height: 229px;
  width: 33.85417vw;
  height: 11.92708vw;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (min-width: 1920px) {
    .header-bg--elem9 {
      top: 578px; } }
  .header-bg--elem9 p {
    margin: 0;
    font-family: 'Chronic-Regular', sans-serif;
    font-size: 2.44792vw;
    line-height: 3.125vw;
    text-align: center;
    color: #02b6ed; }
    @media screen and (min-width: 1920px) {
      .header-bg--elem9 p {
        font-size: 47px; } }
    @media screen and (min-width: 1920px) {
      .header-bg--elem9 p {
        line-height: 60px; } }
    .header-bg--elem9 p span {
      color: #f2410e; }
  @media screen and (max-width: 768px) {
    .header-bg--elem9 {
      position: relative;
      top: auto;
      width: 100%; }
      .header-bg--elem9 p {
        font-size: 6vw;
        line-height: 7vw; } }

.header-bg--elem10 {
  position: absolute;
  left: 0;
  top: 42.8125vw;
  left: -2.60417vw;
  max-width: 985px;
  max-height: 113px;
  width: 51.30208vw;
  height: 5.88542vw;
  background-image: url("../images/v3/cien.png");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 1920px) {
    .header-bg--elem10 {
      top: 822px; } }
  @media screen and (min-width: 1920px) {
    .header-bg--elem10 {
      left: -50px; } }
  @media screen and (max-width: 768px) {
    .header-bg--elem10 {
      display: none; } }

.header-bg--elem11 {
  position: absolute;
  left: 0;
  top: 12.5vw;
  max-width: 1920px;
  max-height: 247px;
  width: 100vw;
  height: 12.86458vw;
  background-image: url("../images/v3/header-doodle.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: initial !important; }
  @media screen and (min-width: 1920px) {
    .header-bg--elem11 {
      top: 240px; } }
  @media screen and (max-width: 768px) {
    .header-bg--elem11 {
      display: none; } }

.header-bg--elem-topmobile {
  width: 100%;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .header-bg--elem-topmobile {
      display: none; } }

.kp--main-section-16 {
  display: flex;
  flex-flow: row;
  min-height: 25.72917vw;
  position: relative;
  background: #FFF;
  background-color: #f2410e; }
  @media screen and (min-width: 1920px) {
    .kp--main-section-16 {
      min-height: 494px; } }
  .kp--main-section-16:before {
    content: '';
    display: block;
    position: absolute;
    top: -18.48739vw;
    left: 0;
    width: 100%;
    height: 18.48739vw;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjQgMCA1MDAgNDMiPgogICAgICAgICAgICA8cGF0aCBkPSJNNTEzLjk5OTY5LDExLjQwODUxYy00LjAxNDgzLDEuNjAyMzYtNy45NDI4NywzLjE1Nzc4LTExLjQ5OTgyLDQuMzQzNDQtMTgsNi0yMS40LTQuMi0yMy4zLTguNS0yLjMtNS40LTExLjgtNS41LTMzLjgsMy45LTcuMiwzLjEtMTIuOCw1LjEtMTcsNS44LTMuNy42LTkuNC44LTEzLjQtMi4xLTQuOS0zLjYtMy4zLTEwLjItOS45LTExLjItNy4yLTEuMS0xOS43LDQuMi0yOS42LDguMS0xMC4zLDQuMS0xNS4xLDYuNC0yMi43LDUuMnMtOC43LTcuNi05LjktOS44Yy0xLjYtMy01LjEtNS42LTE4LjgtMS40LTE1LjgsNC45LTI0LjMsMTAuMi0zMywxMS40LTEyLjUsMS42LTE0LjktNC43LTE2LjUtOC4xLTEuOC00LTQuMy04LjgtMjIuOC0yLjQtMTguMyw2LjQtMjMuMywxMC42LTMyLjgsMTAuNy0xNi44LjEtOS41LTEyLjYtMTkuNi0xMy42LTguNC0uOC0xNy40LDMuMS0yNy45LDcuNGE5Mi45NzQ4Nyw5Mi45NzQ4NywwLDAsMS0xMy43LDQuOWMtMTUuMSwzLjgtMTguNy0yLjctMjAuOC03LjMtLjQtLjktMS4yLTMuMy0zLjItNC4zLTQuMS0yLTEyLjctMS0xOS4xLDEuOS03LjgsMy41LTE4LjQsMTEuMi0yNi4xLDExLjgtNS4xLjQtNi44LTEuOC03LjEtMy43YTQuNjc4MjYsNC42NzgyNiwwLDAsMSwuNS0yLjZjLjYtMS4zLDEuNS0zLjctLjItNS44LTIuMS0yLjctOS4zLTIuMi05LjMtMi4yLTE0LjcuNy0yMSw1LjQtMzIsMTAuNS03LDMuMi0xMiw0LjItMTUuOCwzLjRhOS44ODM3Miw5Ljg4MzcyLDAsMCwxLTMuMy0xLjVjLTEuNC0xLjEtMy4xLTMuNC0yLTUuOWE2LjQzNDg0LDYuNDM0ODQsMCwwLDEsMi4yLTIuNyw4LjYzNSw4LjYzNSwwLDAsMCwxLjMtMS40YzEuNC0xLjkuOC01LjEtMi45LTZhMTcuNjA1NDMsMTcuNjA1NDMsMCwwLDAtOS45LDEuMmMtMy43LDEuNi02LjcsMy4xLTEwLjEsNC44VjQzLjQwMTI1SDUxMy45OTk2OVoiIGZpbGw9IiNmMzQxMGUiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTY4LjI5OTY4LDEzLjM1MTkzYTQuNzY3MDcsNC43NjcwNywwLDAsMC00LjksMS43LDguODg3MzQsOC44ODczNCwwLDAsMC0xLjksNC43LDMuMjk0NzgsMy4yOTQ3OCwwLDAsMCwwLDEuNCwzLjIzMjEzLDMuMjMyMTMsMCwwLDAsMy45LDIuNWMyLjYtLjQsNC4zLTMuNyw0LjUtNi41QzcwLjA5OTcsMTMuOTUxOTQsNjguMjk5NjgsMTMuMzUxOTMsNjguMjk5NjgsMTMuMzUxOTNaIiBmaWxsPSIjZmZmIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik01NS42OTk3MSwxMy43NTE5MmMtLjkuNC0xLjguOS0yLjcsMS40YTM2LjU5NCwzNi41OTQsMCwwLDAtOC4yLDhjLTMuNSw0LjctNC4zLDguNy00LjMsMTEuNmE3LjcyNTcxLDcuNzI1NzEsMCwwLDAsNy40LDcuNGM1LjguMyw4LjctNCw4LjctOC41LDAtMy43LTEuNS02LjctMS0xMS41YTE2LjEyNSwxNi4xMjUsMCwwLDEsMS4zLTQuOWgwYy4yLS4zLjQtLjcuNi0xLDEuMS0xLjMsMS4xLTIuMS41LTIuNkEyLjY1NzEzLDIuNjU3MTMsMCwwLDAsNTUuNjk5NzEsMTMuNzUxOTJaIiBmaWxsPSIjZmZmIj48L3BhdGg+CiAgICAgICAgICA8L3N2Zz4=");
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 900px) {
      .kp--main-section-16:before {
        top: -8.61111vw;
        height: 8.61111vw; } }
  .kp--main-section-16:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(../images/white-transition.svg);
    background-size: cover;
    background-position: center center;
    height: 80px;
    content: "";
    z-index: 2; }
  .kp--main-section-16-bg {
    width: 100%;
    max-width: initial !important;
    position: absolute;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: -2px; }
    .kp--main-section-16-bg_elem5 {
      position: absolute;
      max-width: 1920px;
      max-height: 735px;
      width: 100vw;
      height: 38.28125vw;
      left: 0;
      top: 0;
      z-index: 3; }
      @media (max-width: 768px) {
        .kp--main-section-16-bg_elem5 {
          top: 41.66667vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-16-bg_elem5 {
      top: 320px; } }
      @media (max-width: 470px) {
        .kp--main-section-16-bg_elem5 {
          display: none; } }
  .kp--main-section-16-container {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 3; }
    @media (max-width: 768px) {
      .kp--main-section-16-container {
        height: 68.61979vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-16-container {
      height: 527px; } }
    @media (max-width: 600px) {
      .kp--main-section-16-container {
        height: 68.66667vw; } }
  @media screen and (max-width: 600px) and (min-width: 1920px) {
    .kp--main-section-16-container {
      height: 412px; } }
    @media (max-width: 768px) {
      .kp--main-section-16-container .row1 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center; } }
    @media (max-width: 768px) {
      .kp--main-section-16-container .row2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 6.51042vw;
        padding-bottom: 6.51042vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-16-container .row2 {
      padding-top: 50px; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-16-container .row2 {
      padding-bottom: 50px; } }
  .kp--main-section-16 .nagrody--miarka {
    position: absolute;
    max-width: 181px;
    max-height: 624px;
    width: 9.42708vw;
    height: 32.5vw;
    left: 6.97917vw;
    top: 0.83333vw;
    z-index: 3; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--miarka {
        left: 134px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--miarka {
        top: 16px; } }
    @media (max-width: 768px) {
      .kp--main-section-16 .nagrody--miarka {
        max-width: 91px;
        max-height: 312px;
        width: 11.84896vw;
        height: 40.625vw;
        position: relative;
        left: auto;
        top: -15px; } }
  .kp--main-section-16 .nagrody--maskotka {
    position: absolute;
    max-width: 658px;
    max-height: 626px;
    width: 34.27083vw;
    height: 32.60417vw;
    left: 19.16667vw;
    top: 2.8125vw;
    z-index: 3; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--maskotka {
        left: 368px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--maskotka {
        top: 54px; } }
    @media (max-width: 768px) {
      .kp--main-section-16 .nagrody--maskotka {
        max-width: 329px;
        max-height: 313px;
        width: 42.83854vw;
        height: 40.75521vw;
        position: relative;
        left: auto;
        top: auto; } }
  .kp--main-section-16 .nagrody--title1 {
    position: absolute;
    max-width: 354px;
    max-height: 86px;
    width: 18.4375vw;
    height: 4.47917vw;
    right: 24.79167vw;
    top: 5.78125vw;
    z-index: 3; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--title1 {
        right: 476px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--title1 {
        top: 111px; } }
    @media (max-width: 768px) {
      .kp--main-section-16 .nagrody--title1 {
        width: 80%;
        height: auto;
        position: relative;
        right: auto;
        top: auto; } }
  .kp--main-section-16 .nagrody--title2 {
    position: absolute;
    max-width: 511px;
    max-height: 81px;
    width: 26.61458vw;
    height: 4.21875vw;
    right: 17.86458vw;
    top: 10vw;
    z-index: 3; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--title2 {
        right: 343px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--title2 {
        top: 192px; } }
    @media (max-width: 768px) {
      .kp--main-section-16 .nagrody--title2 {
        width: 80%;
        height: auto;
        position: relative;
        right: auto;
        top: auto; } }
  .kp--main-section-16 .nagrody--stars {
    position: absolute;
    max-width: 605px;
    max-height: 464px;
    width: 31.51042vw;
    height: 24.16667vw;
    right: 20.3125vw;
    top: -2.08333vw;
    z-index: 3; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--stars {
        right: 390px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-16 .nagrody--stars {
        top: -40px; } }
    @media (max-width: 500px) {
      .kp--main-section-16 .nagrody--stars {
        top: -8vw; } }
  @media screen and (max-width: 500px) and (min-width: 1920px) {
    .kp--main-section-16 .nagrody--stars {
      top: -40px; } }
    @media (max-width: 768px) {
      .kp--main-section-16 .nagrody--stars {
        width: 70%;
        height: auto;
        z-index: 2; } }

.kp--main-section-18 {
  width: 100%;
  min-height: 53.125vw;
  padding-bottom: 3.125vw;
  padding-top: 11.45833vw;
  position: relative;
  align-items: stretch;
  justify-content: stretch;
  background: white;
  background: linear-gradient(180deg, white 0%, white 53%, #fcf5ef 100%); }
  @media screen and (min-width: 1920px) {
    .kp--main-section-18 {
      min-height: 1020px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-18 {
      padding-bottom: 60px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-18 {
      padding-top: 220px; } }
  .kp--main-section-18-bg_elem1 {
    position: absolute;
    max-width: 317px;
    max-height: 60px;
    width: 16.51042vw;
    height: 3.125vw;
    left: 0;
    top: 16.19792vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18-bg_elem1 {
        top: 311px; } }
    @media (max-width: 768px) {
      .kp--main-section-18-bg_elem1 {
        max-width: 217px;
        max-height: 41px;
        width: 28.25521vw;
        height: 5.33854vw;
        top: 27.47396vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-18-bg_elem1 {
      top: 211px; } }
  .kp--main-section-18-bg_elem2 {
    position: absolute;
    max-width: 433px;
    max-height: 60px;
    width: 22.55208vw;
    height: 3.125vw;
    left: 16.51042vw;
    top: 19.11458vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18-bg_elem2 {
        left: 317px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18-bg_elem2 {
        top: 367px; } }
    @media (max-width: 768px) {
      .kp--main-section-18-bg_elem2 {
        display: none; } }
  .kp--main-section-18-bg_elem3 {
    position: absolute;
    max-width: 312px;
    max-height: 84px;
    width: 16.25vw;
    height: 4.375vw;
    left: 50%;
    transform: translateX(-50%);
    top: 15.625vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18-bg_elem3 {
        top: 300px; } }
    @media (max-width: 768px) {
      .kp--main-section-18-bg_elem3 {
        max-width: 312px;
        max-height: 84px;
        width: 40.625vw;
        height: 10.9375vw;
        top: 26.04167vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-18-bg_elem3 {
      top: 200px; } }
  .kp--main-section-18-bg_elem4 {
    position: absolute;
    max-width: 297px;
    max-height: 60px;
    width: 15.46875vw;
    height: 3.125vw;
    right: 0;
    top: 18.48958vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18-bg_elem4 {
        top: 355px; } }
    @media (max-width: 768px) {
      .kp--main-section-18-bg_elem4 {
        max-width: 197px;
        max-height: 40px;
        width: 25.65104vw;
        height: 5.20833vw;
        top: 33.20312vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-18-bg_elem4 {
      top: 255px; } }
  .kp--main-section-18-bg_elem5 {
    position: absolute;
    max-width: 433px;
    max-height: 60px;
    width: 22.55208vw;
    height: 3.125vw;
    right: 15.46875vw;
    top: 15.625vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18-bg_elem5 {
        right: 297px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18-bg_elem5 {
        top: 300px; } }
    @media (max-width: 768px) {
      .kp--main-section-18-bg_elem5 {
        display: none; } }
  .kp--main-section-18 .first {
    margin-top: 13.02083vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18 .first {
        margin-top: 250px; } }
    @media (max-width: 768px) {
      .kp--main-section-18 .first {
        margin-top: 32.55208vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-18 .first {
      margin-top: 250px; } }
  .kp--main-section-18 .last {
    margin-top: 3.90625vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18 .last {
        margin-top: 75px; } }
  .kp--main-section-18-row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 8.33333vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-18-row {
        margin-top: 160px; } }
    @media screen and (max-width: 768px) {
      .kp--main-section-18-row {
        padding-left: 15px;
        padding-right: 15px; } }
    .kp--main-section-18-row_elem1 {
      position: absolute;
      max-width: 348px;
      max-height: 326px;
      width: 18.125vw;
      height: 16.97917vw;
      left: 16.19792vw;
      top: 27.13542vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row_elem1 {
          left: 311px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row_elem1 {
          top: 521px; } }
      @media (max-width: 1025px) {
        .kp--main-section-18-row_elem1 {
          left: 9.7561vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-18-row_elem1 {
      left: 100px; } }
      @media (max-width: 768px) {
        .kp--main-section-18-row_elem1 {
          max-width: 248px;
          max-height: 232px;
          width: 32.29167vw;
          height: 30.20833vw;
          top: 48.30729vw;
          left: 0; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-18-row_elem1 {
      top: 371px; } }
      @media (max-width: 576px) {
        .kp--main-section-18-row_elem1 {
          display: none; } }
    .kp--main-section-18-row .zasady-elements--col .number {
      font-size: 4.94792vw;
      font-family: "Chronic-Regular", "sans-serif";
      color: #f2410e;
      text-align: center;
      margin: 0; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .number {
          font-size: 95px; } }
      @media (max-width: 1025px) {
        .kp--main-section-18-row .zasady-elements--col .number {
          font-size: 60px; } }
    .kp--main-section-18-row .zasady-elements--col .text, .kp--main-section-18-row .zasady-elements--col .bigger-text, .kp--main-section-18-row .zasady-elements--col .text strong, .kp--main-section-18-row .zasady-elements--col .bigblue, .kp--main-section-18-row .zasady-elements--col .bigred {
      text-transform: uppercase;
      text-align: center;
      font-family: "Chronic-Regular", "sans-serif";
      font-size: 2.08333vw;
      color: #02b6ed;
      margin: 0; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .text, .kp--main-section-18-row .zasady-elements--col .bigger-text, .kp--main-section-18-row .zasady-elements--col .text strong, .kp--main-section-18-row .zasady-elements--col .bigblue, .kp--main-section-18-row .zasady-elements--col .bigred {
          font-size: 40px; } }
      @media (max-width: 1025px) {
        .kp--main-section-18-row .zasady-elements--col .text, .kp--main-section-18-row .zasady-elements--col .bigger-text, .kp--main-section-18-row .zasady-elements--col .text strong, .kp--main-section-18-row .zasady-elements--col .bigblue, .kp--main-section-18-row .zasady-elements--col .bigred {
          font-size: 40px; } }
    .kp--main-section-18-row .zasady-elements--col .text strong {
      font-weight: normal;
      color: #2d358b; }
    .kp--main-section-18-row .zasady-elements--col .bigger-text {
      font-size: 2.91667vw;
      color: #f2410e; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .bigger-text {
          font-size: 56px; } }
      @media (max-width: 1025px) {
        .kp--main-section-18-row .zasady-elements--col .bigger-text {
          font-size: 40px; } }
    .kp--main-section-18-row .zasady-elements--col .bigger-text + .text {
      color: #f2410e; }
    .kp--main-section-18-row .zasady-elements--col .normal-text {
      font-family: "Noto Sans", "sans serif";
      text-transform: normal;
      text-align: center;
      font-size: 1.14583vw;
      color: #424242; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .normal-text {
          font-size: 22px; } }
      @media (max-width: 1025px) {
        .kp--main-section-18-row .zasady-elements--col .normal-text {
          font-size: 16px; } }
    .kp--main-section-18-row .zasady-elements--col .batony {
      position: absolute;
      max-width: 495px;
      max-height: 402px;
      width: 25.78125vw;
      height: 20.9375vw;
      right: 15.52083vw;
      top: 23.4375vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .batony {
          right: 298px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .batony {
          top: 450px; } }
      @media (max-width: 1025px) {
        .kp--main-section-18-row .zasady-elements--col .batony {
          right: 9.7561vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-18-row .zasady-elements--col .batony {
      right: 100px; } }
      @media (max-width: 768px) {
        .kp--main-section-18-row .zasady-elements--col .batony {
          max-width: 295px;
          max-height: 240px;
          width: 38.41146vw;
          height: 31.25vw;
          top: 45.57292vw;
          right: 0; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-18-row .zasady-elements--col .batony {
      top: 350px; } }
      @media (max-width: 576px) {
        .kp--main-section-18-row .zasady-elements--col .batony {
          display: none; } }
    .kp--main-section-18-row .zasady-elements--col .star {
      position: absolute;
      max-width: 39px;
      max-height: 42px;
      width: 2.03125vw;
      height: 2.1875vw;
      right: 11.97917vw;
      top: 33.85417vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .star {
          right: 230px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .star {
          top: 650px; } }
    .kp--main-section-18-row .zasady-elements--col .starafter {
      max-width: 226px;
      max-height: 252px;
      width: 11.77083vw;
      height: 13.125vw;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .kp--main-section-18-row .zasady-elements--col .starafter {
          max-width: 226px;
          max-height: 252px;
          width: 29.42708vw;
          height: 32.8125vw; } }
    .kp--main-section-18-row .zasady-elements--col .bigblue {
      color: #02b6ed;
      font-size: 5.46875vw;
      text-align: center;
      margin-bottom: -1.04167vw;
      margin-top: 3.64583vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .bigblue {
          font-size: 105px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .bigblue {
          margin-bottom: -20px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .bigblue {
          margin-top: 70px; } }
      @media (max-width: 768px) {
        .kp--main-section-18-row .zasady-elements--col .bigblue {
          font-size: 13.67188vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-18-row .zasady-elements--col .bigblue {
      font-size: 105px; } }
    .kp--main-section-18-row .zasady-elements--col .bigred {
      color: #f2410e;
      font-size: 3.38542vw;
      text-align: center; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .bigred {
          font-size: 65px; } }
      @media (max-width: 768px) {
        .kp--main-section-18-row .zasady-elements--col .bigred {
          font-size: 8.46354vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-18-row .zasady-elements--col .bigred {
      font-size: 65px; } }
    .kp--main-section-18-row .zasady-elements--col .penguinright {
      position: absolute;
      max-width: 348px;
      max-height: 328px;
      width: 18.125vw;
      height: 17.08333vw;
      right: 12.23958vw;
      top: 55.20833vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .penguinright {
          right: 235px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .penguinright {
          top: 1060px; } }
      @media (max-width: 1025px) {
        .kp--main-section-18-row .zasady-elements--col .penguinright {
          display: none; } }
    .kp--main-section-18-row .zasady-elements--col .penguinleft {
      position: absolute;
      max-width: 272px;
      max-height: 306px;
      width: 14.16667vw;
      height: 15.9375vw;
      left: 13.33333vw;
      top: 72.8125vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .penguinleft {
          left: 256px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .penguinleft {
          top: 1398px; } }
      @media (max-width: 1025px) {
        .kp--main-section-18-row .zasady-elements--col .penguinleft {
          display: none; } }
    .kp--main-section-18-row .zasady-elements--col .starleft {
      position: absolute;
      max-width: 39px;
      max-height: 42px;
      width: 2.03125vw;
      height: 2.1875vw;
      left: 26.82292vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .starleft {
          left: 515px; } }
    .kp--main-section-18-row .zasady-elements--col .reddoodleleft {
      position: absolute;
      max-width: 577px;
      max-height: 210px;
      width: 30.05208vw;
      height: 10.9375vw;
      top: 93.125vw;
      left: 0; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-18-row .zasady-elements--col .reddoodleleft {
          top: 1788px; } }
      @media (max-width: 1025px) {
        .kp--main-section-18-row .zasady-elements--col .reddoodleleft {
          display: none; } }

.kp--main-section-19 {
  width: 100%;
  min-height: 53.125vw;
  padding-bottom: 3.125vw;
  padding-top: 6.25vw;
  position: relative;
  align-items: stretch;
  justify-content: center;
  background: white;
  background: linear-gradient(0deg, white 0%, white 53%, #fcf5ef 100%); }
  @media screen and (min-width: 1920px) {
    .kp--main-section-19 {
      min-height: 1020px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-19 {
      padding-bottom: 60px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-19 {
      padding-top: 120px; } }
  .kp--main-section-19 .regulamin-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px; }
    .kp--main-section-19 .regulamin-holder .regulamin {
      position: absolute;
      max-width: 223px;
      max-height: 40px;
      width: 11.61458vw;
      height: 2.08333vw;
      right: 8.80208vw;
      top: 13.64583vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-19 .regulamin-holder .regulamin {
          right: 169px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-19 .regulamin-holder .regulamin {
          top: 262px; } }
      @media (max-width: 768px) {
        .kp--main-section-19 .regulamin-holder .regulamin {
          max-width: 223px;
          max-height: 40px;
          width: 29.03646vw;
          height: 5.20833vw;
          margin-bottom: 30px; } }
    .kp--main-section-19 .regulamin-holder .regulamindownload {
      position: absolute;
      max-width: 204px;
      max-height: 264px;
      width: 10.625vw;
      height: 13.75vw;
      right: 9.47917vw;
      top: 18.95833vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-19 .regulamin-holder .regulamindownload {
          right: 182px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-19 .regulamin-holder .regulamindownload {
          top: 364px; } }
      .kp--main-section-19 .regulamin-holder .regulamindownload:hover {
        animation: jelloTranslateButton 0.5s; }
      @media (max-width: 768px) {
        .kp--main-section-19 .regulamin-holder .regulamindownload {
          max-width: 204px;
          max-height: 264px;
          width: 26.5625vw;
          height: 34.375vw; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .regulamin-holder .regulamin, .kp--main-section-19 .regulamin-holder .regulamindownload {
        position: relative;
        top: auto;
        right: auto; } }
  .kp--main-section-19 .form-container {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 1025px) {
      .kp--main-section-19 .form-container {
        align-items: center; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .form-container {
        display: block;
        padding: 0 50px; } }
    @media (max-width: 576px) {
      .kp--main-section-19 .form-container {
        padding: 0 20px; } }
  .kp--main-section-19 .starsdoodleleft {
    position: absolute;
    max-width: 300px;
    max-height: 1009px;
    width: 15.625vw;
    height: 52.55208vw;
    left: 13.54167vw;
    top: 7.29167vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .starsdoodleleft {
        left: 260px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .starsdoodleleft {
        top: 140px; } }
    @media (max-width: 1025px) {
      .kp--main-section-19 .starsdoodleleft {
        top: 19.5122vw;
        left: 6.34146vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .starsdoodleleft {
      top: 200px; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .starsdoodleleft {
      left: 65px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .starsdoodleleft {
        display: none; } }
  .kp--main-section-19 .starsdoodleright {
    position: absolute;
    max-width: 441px;
    max-height: 986px;
    width: 22.96875vw;
    height: 51.35417vw;
    right: 3.95833vw;
    top: 6.25vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .starsdoodleright {
        right: 76px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .starsdoodleright {
        top: 120px; } }
    @media (max-width: 1025px) {
      .kp--main-section-19 .starsdoodleright {
        top: 23.41463vw;
        right: 3.90244vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .starsdoodleright {
      top: 240px; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .starsdoodleright {
      right: 40px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .starsdoodleright {
        display: none; } }
  .kp--main-section-19 .brushdoodle {
    position: absolute;
    max-width: 238px;
    max-height: 258px;
    width: 12.39583vw;
    height: 13.4375vw;
    left: 6.77083vw;
    top: 17.08333vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .brushdoodle {
        left: 130px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .brushdoodle {
        top: 328px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .brushdoodle {
        display: none; } }
  .kp--main-section-19 .crayondoodle {
    position: absolute;
    max-width: 193px;
    max-height: 236px;
    width: 10.05208vw;
    height: 12.29167vw;
    right: 15.78125vw;
    top: 48.33333vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .crayondoodle {
        right: 303px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .crayondoodle {
        top: 928px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .crayondoodle {
        display: none; } }
    @media (max-width: 1025px) {
      .kp--main-section-19 .crayondoodle {
        top: 63.95833vw;
        right: 10.57292vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .crayondoodle {
      top: 1228px; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .crayondoodle {
      right: 203px; } }
  .kp--main-section-19 .formarrow {
    max-width: 394px;
    max-height: 53px;
    width: 20.52083vw;
    height: 2.76042vw;
    top: 94.27083vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .formarrow {
        top: 1810px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .formarrow {
        display: none; } }
    @media (min-width: 1920px) {
      .kp--main-section-19 .formarrow {
        top: 1750px; } }
  .kp--main-section-19 .pencilsdoodle {
    max-width: 266px;
    max-height: 127px;
    width: 13.85417vw;
    height: 6.61458vw; }
    @media (max-width: 768px) {
      .kp--main-section-19 .pencilsdoodle {
        display: none; } }
  .kp--main-section-19 p {
    text-align: center;
    margin: 0; }
  .kp--main-section-19 .header {
    font-family: "Chronic-Regular", "sans-serif";
    font-size: 3.38542vw;
    color: #02b6ed;
    letter-spacing: 3px; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .header {
        font-size: 65px; } }
    @media (max-width: 1025px) {
      .kp--main-section-19 .header {
        font-size: 8.46354vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .header {
      font-size: 65px; } }
  .kp--main-section-19 .text {
    font-family: "Noto Sans", "sans-serif"; }
  .kp--main-section-19 input:-internal-autofill-selected {
    background-color: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='566px' height='84px'><path fill-rule='evenodd'  fill='rgb(162, 233, 255)' d='M15.601,78.63 C15.601,78.63 173.764,83.620 261.846,83.584 C349.929,83.549 508.503,83.314 528.333,78.709 C548.163,74.105 576.660,24.774 560.832,13.712 C545.3,2.649 400.811,0.183 247.646,0.712 C212.553,0.835 14.278,8.108 0.994,11.41 C0.994,11.41 -2.875,63.16 15.601,78.63 Z'/></svg>") !important; }
  .kp--main-section-19 input[type="text"], .kp--main-section-19 input[type="email"], .kp--main-section-19 textarea {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='566px' height='84px'><path fill-rule='evenodd'  fill='rgb(162, 233, 255)' d='M15.601,78.63 C15.601,78.63 173.764,83.620 261.846,83.584 C349.929,83.549 508.503,83.314 528.333,78.709 C548.163,74.105 576.660,24.774 560.832,13.712 C545.3,2.649 400.811,0.183 247.646,0.712 C212.553,0.835 14.278,8.108 0.994,11.41 C0.994,11.41 -2.875,63.16 15.601,78.63 Z'/></svg>");
    background-size: 100% 100%;
    border: none;
    height: 3.64583vw;
    width: 29.32292vw;
    padding-left: 1.04167vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 input[type="text"], .kp--main-section-19 input[type="email"], .kp--main-section-19 textarea {
        height: 70px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 input[type="text"], .kp--main-section-19 input[type="email"], .kp--main-section-19 textarea {
        width: 563px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 input[type="text"], .kp--main-section-19 input[type="email"], .kp--main-section-19 textarea {
        padding-left: 20px; } }
    @media (max-width: 1025px) {
      .kp--main-section-19 input[type="text"], .kp--main-section-19 input[type="email"], .kp--main-section-19 textarea {
        height: 6.82927vw;
        width: 54.92683vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 input[type="text"], .kp--main-section-19 input[type="email"], .kp--main-section-19 textarea {
      height: 70px; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 input[type="text"], .kp--main-section-19 input[type="email"], .kp--main-section-19 textarea {
      width: 563px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 input[type="text"], .kp--main-section-19 input[type="email"], .kp--main-section-19 textarea {
        height: 14vw; } }
    @media (max-width: 768px) {
      .kp--main-section-19 input[type="text"], .kp--main-section-19 input[type="email"], .kp--main-section-19 textarea {
        width: 100% !important; } }
  .kp--main-section-19 .checkboxes label {
    cursor: pointer; }
  .kp--main-section-19 .checkboxes input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -9; }
    .kp--main-section-19 .checkboxes input[type="checkbox"] + span {
      position: relative; }
      .kp--main-section-19 .checkboxes input[type="checkbox"] + span:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35px' height='23px'><path fill-rule='evenodd'  fill='rgb(162, 233, 255)' d='M0.901,21.468 C0.901,21.468 10.440,23.6 15.754,22.996 C21.66,22.988 30.632,22.921 31.828,21.647 C33.24,20.373 34.742,6.718 33.788,3.655 C32.832,0.593 24.136,0.88 14.898,0.57 C12.780,0.91 0.822,2.104 0.20,2.916 C0.20,2.916 0.213,17.303 0.901,21.468 Z'/></svg>");
        background-size: 100% 100%;
        height: 1.66667vw;
        width: 1.66667vw;
        content: " ";
        display: inline-block;
        margin-right: 1.04167vw; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:before {
            height: 32px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:before {
            width: 32px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:before {
            margin-right: 20px; } }
        @media (max-width: 1300px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:before {
            width: 22px;
            height: 22px; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:before {
            width: 22px;
            height: 22px;
            margin: 5px 0 0 0;
            display: inline-block;
            position: relative;
            left: -8px; } }
      .kp--main-section-19 .checkboxes input[type="checkbox"] + span:after {
        content: '';
        position: absolute;
        top: -0.15625vw;
        left: 1px;
        height: 1.45833vw;
        width: 1.45833vw;
        text-indent: 0;
        text-align: center;
        line-height: 19px; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:after {
            top: -3px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:after {
            height: 28px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:after {
            width: 28px; } }
        @media (max-width: 1700px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:after {
            top: 0.15625vw; } }
  @media screen and (max-width: 1700px) and (min-width: 1920px) {
    .kp--main-section-19 .checkboxes input[type="checkbox"] + span:after {
      top: 3px; } }
        @media (max-width: 1300px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:after {
            width: 18px;
            height: 18px;
            top: 3px;
            left: 2px; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-19 .checkboxes input[type="checkbox"] + span:after {
            top: 1px;
            left: -6px; } }
    .kp--main-section-19 .checkboxes input[type="checkbox"]:checked + span:after {
      background-image: url("../images/v3/check.svg");
      background-size: contain;
      background-repeat: no-repeat; }
  .kp--main-section-19 .checkboxes label {
    position: relative; }
  .kp--main-section-19 .checkboxes {
    margin-left: 14.58333vw;
    margin-top: 4.16667vw;
    margin-right: 7.29167vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .checkboxes {
        margin-left: 280px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .checkboxes {
        margin-top: 80px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .checkboxes {
        margin-right: 140px; } }
    @media (max-width: 576px) {
      .kp--main-section-19 .checkboxes {
        margin: 10px 30px 0 60px; } }
  .kp--main-section-19 .checkbox-one {
    margin-bottom: 0.52083vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .checkbox-one {
        margin-bottom: 10px; } }
  .kp--main-section-19 .checkbox-two {
    margin-bottom: 1.5625vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .checkbox-two {
        margin-bottom: 30px; } }
  .kp--main-section-19 .checkboxes label, .kp--main-section-19 form p {
    font-family: "Noto Sans", "sans-serif";
    font-size: 20px;
    text-align: left; }
    @media (max-width: 1025px) {
      .kp--main-section-19 .checkboxes label, .kp--main-section-19 form p {
        font-size: 16px; } }
  .kp--main-section-19 .checkboxes label {
    display: block;
    line-height: 1.641;
    text-indent: -2.76042vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .checkboxes label {
        text-indent: -53px; } }
    @media (max-width: 1300px) {
      .kp--main-section-19 .checkboxes label {
        text-indent: -35px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .checkboxes label {
        text-indent: -30px; } }
  .kp--main-section-19 form p {
    margin-top: 2.86458vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 form p {
        margin-top: 55px; } }
  .kp--main-section-19 textarea {
    height: 11.97917vw;
    resize: none;
    padding-top: 2.60417vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 textarea {
        height: 230px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 textarea {
        height: 29.94792vw;
        padding-top: 6.51042vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 textarea {
      height: 230px; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 textarea {
      padding-top: 50px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 textarea {
        padding-top: 50px; } }
  .kp--main-section-19 label,
  .kp--main-section-19 .form-input-file-label span {
    font-family: "Chronic-Regular", "sans serif";
    font-size: 1.45833vw;
    color: #424242;
    text-align: right;
    margin-right: 0.52083vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 label,
      .kp--main-section-19 .form-input-file-label span {
        font-size: 28px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 label,
      .kp--main-section-19 .form-input-file-label span {
        margin-right: 10px; } }
    @media (max-width: 1025px) {
      .kp--main-section-19 label,
      .kp--main-section-19 .form-input-file-label span {
        font-size: 23px;
        text-align: left; } }
  .kp--main-section-19 .form-input-file-label span {
    text-align: right;
    display: block; }
    @media (max-width: 1025px) {
      .kp--main-section-19 .form-input-file-label span {
        font-size: 23px;
        text-align: left; } }
  .kp--main-section-19 .form {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    row-gap: 2.60417vw;
    margin-top: 2.60417vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .form {
        row-gap: 50px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .form {
        margin-top: 50px; } }
    @media (max-width: 1025px) {
      .kp--main-section-19 .form {
        grid-template-columns: 100%; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .form {
        display: block;
        align-items: unset; } }
  .kp--main-section-19 .form-input-holder,
  .kp--main-section-19 .form-input-file-holder {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center; }
    @media (max-width: 1025px) {
      .kp--main-section-19 .form-input-holder,
      .kp--main-section-19 .form-input-file-holder {
        grid-template-columns: 100%; } }
    @media (max-width: 576px) {
      .kp--main-section-19 .form-input-holder,
      .kp--main-section-19 .form-input-file-holder {
        padding: 10px 0; } }
  .kp--main-section-19 form button {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='340px' height='83px'><path fill-rule='evenodd'  fill='rgb(240, 78, 35)' d='M8.997,77.465 C8.997,77.465 104.211,83.26 157.237,82.989 C210.263,82.956 305.725,82.719 317.662,78.111 C329.601,73.504 346.756,24.136 337.227,13.65 C327.698,1.994 240.894,0.473 148.688,0.56 C127.562,0.179 8.200,7.457 0.204,10.393 C0.204,10.393 -2.126,62.406 8.997,77.465 Z'/></svg>");
    background-size: 100% 100%;
    height: 4.16667vw;
    width: 29.47917vw;
    font-size: 2.60417vw;
    color: #fff;
    font-family: "Chronic-Regular", "sans serif";
    margin-top: 0.78125vw;
    letter-spacing: 0.15625vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 form button {
        height: 80px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 form button {
        width: 566px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 form button {
        font-size: 50px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 form button {
        margin-top: 15px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 form button {
        letter-spacing: 3px; } }
    .kp--main-section-19 form button:hover {
      animation: jelloTranslateButton 0.5s; }
    @media (max-width: 1025px) {
      .kp--main-section-19 form button {
        height: 7.80488vw;
        width: 55.21951vw;
        font-size: 4.87805vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 form button {
      height: 80px; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 form button {
      width: 566px; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 form button {
      font-size: 50px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 form button {
        height: 10.41667vw;
        width: 100%;
        font-size: 6.51042vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 form button {
      height: 80px; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 form button {
      font-size: 50px; } }
  .kp--main-section-19 .button {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; }
    @media (max-width: 768px) {
      .kp--main-section-19 .button {
        display: block;
        margin-left: 14.58333vw;
        margin-top: 4.16667vw;
        margin-right: 7.29167vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 .button {
      margin-left: 280px; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 .button {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 .button {
      margin-right: 140px; } }
    @media (max-width: 576px) {
      .kp--main-section-19 .button {
        padding: 0 20px;
        margin: 0; } }
  .kp--main-section-19 input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: -9; }
  .kp--main-section-19 .file-upload-holder {
    display: flex;
    flex-flow: column; }
  .kp--main-section-19 .fileupload,
  .kp--main-section-19 .file-upload-holder label {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='340px' height='83px'><path fill-rule='evenodd'  fill='rgb(240, 78, 35)' d='M8.997,77.465 C8.997,77.465 104.211,83.26 157.237,82.989 C210.263,82.956 305.725,82.719 317.662,78.111 C329.601,73.504 346.756,24.136 337.227,13.65 C327.698,1.994 240.894,0.473 148.688,0.56 C127.562,0.179 8.200,7.457 0.204,10.393 C0.204,10.393 -2.126,62.406 8.997,77.465 Z'/></svg>");
    background-size: 100% 100%;
    height: 3.64583vw;
    width: 17.8125vw;
    cursor: pointer; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .fileupload,
      .kp--main-section-19 .file-upload-holder label {
        height: 70px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-19 .fileupload,
      .kp--main-section-19 .file-upload-holder label {
        width: 342px; } }
    .kp--main-section-19 .fileupload:hover,
    .kp--main-section-19 .file-upload-holder label:hover {
      animation: jelloTranslateButton 0.5s; }
    @media (max-width: 1025px) {
      .kp--main-section-19 .fileupload,
      .kp--main-section-19 .file-upload-holder label {
        height: 6.82927vw;
        width: 33.36585vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .fileupload,
    .kp--main-section-19 .file-upload-holder label {
      height: 70px; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .fileupload,
    .kp--main-section-19 .file-upload-holder label {
      width: 342px; } }
    @media (max-width: 768px) {
      .kp--main-section-19 .fileupload,
      .kp--main-section-19 .file-upload-holder label {
        height: 9.11458vw;
        width: 44.53125vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 .fileupload,
    .kp--main-section-19 .file-upload-holder label {
      height: 70px; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 .fileupload,
    .kp--main-section-19 .file-upload-holder label {
      width: 342px; } }
    @media (max-width: 576px) {
      .kp--main-section-19 .fileupload,
      .kp--main-section-19 .file-upload-holder label {
        width: 100%; } }
    .kp--main-section-19 .fileupload p,
    .kp--main-section-19 .file-upload-holder label p {
      color: #FFF;
      font-family: "Chronic-Regular", "sans serif";
      font-size: 2.60417vw;
      margin-top: 0.52083vw;
      letter-spacing: 0.15625vw;
      text-align: center; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-19 .fileupload p,
        .kp--main-section-19 .file-upload-holder label p {
          font-size: 50px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-19 .fileupload p,
        .kp--main-section-19 .file-upload-holder label p {
          margin-top: 10px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-19 .fileupload p,
        .kp--main-section-19 .file-upload-holder label p {
          letter-spacing: 3px; } }
      @media (max-width: 1025px) {
        .kp--main-section-19 .fileupload p,
        .kp--main-section-19 .file-upload-holder label p {
          font-size: 4.87805vw;
          margin-top: 0.97561vw; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .fileupload p,
    .kp--main-section-19 .file-upload-holder label p {
      font-size: 50px; } }
  @media screen and (max-width: 1025px) and (min-width: 1920px) {
    .kp--main-section-19 .fileupload p,
    .kp--main-section-19 .file-upload-holder label p {
      margin-top: 10px; } }
      @media (max-width: 768px) {
        .kp--main-section-19 .fileupload p,
        .kp--main-section-19 .file-upload-holder label p {
          font-size: 5.20833vw;
          margin-top: 1.95312vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 .fileupload p,
    .kp--main-section-19 .file-upload-holder label p {
      font-size: 40px; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-19 .fileupload p,
    .kp--main-section-19 .file-upload-holder label p {
      margin-top: 15px; } }

.kp--main-section-20 {
  width: 100%;
  min-height: 53.125vw;
  padding-bottom: 11.45833vw;
  padding-top: 6.25vw;
  position: relative;
  align-items: stretch;
  justify-content: center;
  background-color: #FFF;
  /*&-products {
      display: flex;
      justify-content: center;
      @include con($baseWidth, 'gap', 90, 'vw');
      @include con($baseWidth, 'margin-top', 80, 'vw');
      .doodleleftcol {
        position: absolute;
        @include dim($baseWidth, 466, 256);
        left: 0;
        @include con($baseWidth, 'top', 840, 'vw');
        z-index: 0;
      }
      .doodlerightcol {
        position: absolute;
        @include dim($baseWidth, 635, 269);
        right: 0;
        @include con($baseWidth, 'top', 700, 'vw');
        z-index: 0;
      }
      .starproductsleft {
        position: absolute;
        @include dim($baseWidth, 39, 42);
        @include con($baseWidth, 'top', 550, 'vw');
        @include con($baseWidth, 'left', 225, 'vw');
      }
      .starproductsright {
        position: absolute;
        @include dim($baseWidth, 39, 42);
        @include con($baseWidth, 'top', 590, 'vw');
        @include con($baseWidth, 'right', 225, 'vw');
      }
      &-col {
        z-index: 2;
        .leftcol{
          @include dim($baseWidth, 268, 686);
        }
        .centercol{
          @include dim($baseWidth, 336, 686);
        }
        .rightcol{
          @include dim($baseWidth, 336, 686);
        }
        p {
          font-family: "Chronic-Regular", "sans serif";
          @include con($baseWidth, 'font-size', 26, 'vw');
          text-align: center;
          margin: 0;
        }
        .productname{
          color: #f04e23;
          @include con($baseWidth, 'margin-top', 40, 'vw');
        }
        .gratis {
          color: #59c4f1;
        }
      }*/ }
  @media screen and (min-width: 1920px) {
    .kp--main-section-20 {
      min-height: 1020px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-20 {
      padding-bottom: 220px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-20 {
      padding-top: 120px; } }
  @media screen and (max-width: 768px) {
    .kp--main-section-20 {
      padding-bottom: 100px; } }
  .kp--main-section-20 .heading, .kp--main-section-20 .red {
    text-align: center;
    font-size: 5.46875vw;
    font-family: "Chronic-Regular", "sans serif";
    color: #02b6ed;
    margin: 0; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-20 .heading, .kp--main-section-20 .red {
        font-size: 105px; } }
    @media (max-width: 768px) {
      .kp--main-section-20 .heading, .kp--main-section-20 .red {
        font-size: 13.67188vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-20 .heading, .kp--main-section-20 .red {
      font-size: 105px; } }
  .kp--main-section-20 .red {
    color: #f04e23;
    font-size: 3.64583vw;
    margin-top: -1.04167vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-20 .red {
        font-size: 70px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-20 .red {
        margin-top: -20px; } }
    @media (max-width: 768px) {
      .kp--main-section-20 .red {
        font-size: 9.11458vw; } }
  @media screen and (max-width: 768px) and (min-width: 1920px) {
    .kp--main-section-20 .red {
      font-size: 70px; } }
  .kp--main-section-20 .slider-container .doodleleftcol {
    position: absolute;
    max-width: 466px;
    max-height: 256px;
    width: 24.27083vw;
    height: 13.33333vw;
    left: 0;
    top: 28.125vw;
    z-index: 0; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-20 .slider-container .doodleleftcol {
        top: 540px; } }
    @media (max-width: 768px) {
      .kp--main-section-20 .slider-container .doodleleftcol {
        max-width: 316px;
        max-height: 174px;
        width: 41.14583vw;
        height: 22.65625vw; } }
  .kp--main-section-20 .slider-container .starproductsleft {
    position: absolute;
    max-width: 39px;
    max-height: 42px;
    width: 2.03125vw;
    height: 2.1875vw;
    top: 13.02083vw;
    left: 11.71875vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-20 .slider-container .starproductsleft {
        top: 250px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-20 .slider-container .starproductsleft {
        left: 225px; } }
  .kp--main-section-20 .slider-container .doodlerightcol {
    position: absolute;
    max-width: 635px;
    max-height: 269px;
    width: 33.07292vw;
    height: 14.01042vw;
    right: 0;
    top: 20.83333vw;
    z-index: 0; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-20 .slider-container .doodlerightcol {
        top: 400px; } }
    @media (max-width: 768px) {
      .kp--main-section-20 .slider-container .doodlerightcol {
        max-width: 435px;
        max-height: 184px;
        width: 56.64062vw;
        height: 23.95833vw; } }
  .kp--main-section-20 .slider-container .starproductsright {
    position: absolute;
    max-width: 39px;
    max-height: 42px;
    width: 2.03125vw;
    height: 2.1875vw;
    top: 15.10417vw;
    right: 11.71875vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-20 .slider-container .starproductsright {
        top: 290px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-20 .slider-container .starproductsright {
        right: 225px; } }

.leftcol {
  max-width: 268px;
  max-height: 686px;
  width: 13.95833vw;
  height: 35.72917vw; }
  @media (max-width: 768px) {
    .leftcol {
      width: auto;
      height: 370px; } }
  @media (max-width: 576px) {
    .leftcol {
      width: auto;
      height: 270px; } }

.centercol {
  max-width: 336px;
  max-height: 686px;
  width: 17.5vw;
  height: 35.72917vw; }
  @media (max-width: 768px) {
    .centercol {
      width: auto;
      height: 370px; } }
  @media (max-width: 576px) {
    .centercol {
      width: auto;
      height: 270px; } }

.rightcol {
  max-width: 336px;
  max-height: 686px;
  width: 17.5vw;
  height: 35.72917vw; }
  @media (max-width: 768px) {
    .rightcol {
      width: auto;
      height: 370px; } }
  @media (max-width: 576px) {
    .rightcol {
      width: auto;
      height: 270px; } }

.second-leftcol {
  max-width: 243px;
  max-height: 674px;
  width: 12.65625vw;
  height: 35.10417vw; }
  @media (max-width: 768px) {
    .second-leftcol {
      width: auto;
      height: 370px; } }
  @media (max-width: 576px) {
    .second-leftcol {
      width: auto;
      height: 270px; } }

.second-rightcol {
  max-width: 236px;
  max-height: 666px;
  width: 12.29167vw;
  height: 34.6875vw; }
  @media (max-width: 768px) {
    .second-rightcol {
      width: auto;
      height: 370px; } }
  @media (max-width: 576px) {
    .second-rightcol {
      width: auto;
      height: 270px; } }

.owl-carousel {
  width: calc(100% - 100px) !important;
  margin-left: 50px; }
  @media screen and (max-width: 768px) {
    .owl-carousel {
      width: 100% !important;
      margin-left: 0; } }

.slider-container {
  position: relative; }

.slider-container-inner {
  width: 62.5vw;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1920px) {
    .slider-container-inner {
      width: 1200px; } }
  @media screen and (max-width: 768px) {
    .slider-container-inner {
      width: 100%; } }

.ac2-arrow-left, .ac2-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer; }
  .ac2-arrow-left:hover, .ac2-arrow-right:hover {
    animation: jelloTranslateY 0.5s; }
  @media screen and (max-width: 768px) {
    .ac2-arrow-left, .ac2-arrow-right {
      top: 35%; } }

.ac2-arrow-left {
  left: 4.16667vw;
  max-width: 129px;
  max-height: 108px;
  width: 6.71875vw;
  height: 5.625vw; }
  @media screen and (min-width: 1920px) {
    .ac2-arrow-left {
      left: 80px; } }
  @media (max-width: 768px) {
    .ac2-arrow-left {
      width: 50px;
      height: auto;
      left: 10px; } }

.ac2-arrow-right {
  max-width: 129px;
  max-height: 108px;
  width: 6.71875vw;
  height: 5.625vw;
  right: 4.16667vw; }
  @media screen and (min-width: 1920px) {
    .ac2-arrow-right {
      right: 80px; } }
  @media (max-width: 768px) {
    .ac2-arrow-right {
      width: 50px;
      height: auto;
      right: 10px; } }

.productname {
  color: #f04e23;
  margin-top: 2.08333vw; }
  @media screen and (min-width: 1920px) {
    .productname {
      margin-top: 40px; } }

.gratis {
  color: #59c4f1; }

.item p {
  font-family: "Chronic-Regular", "sans serif";
  font-size: 26px;
  text-align: center;
  margin: 0; }
  @media (max-width: 1025px) {
    .item p {
      font-size: 26px; } }

.owl-carousel .owl-item img {
  margin: 0 auto;
  margin-bottom: 2.08333vw;
  margin-top: 4.16667vw; }
  @media screen and (min-width: 1920px) {
    .owl-carousel .owl-item img {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1920px) {
    .owl-carousel .owl-item img {
      margin-top: 80px; } }

.bdi-local-activation-field img {
  max-width: 50%; }

.kp--nav {
  padding: 0 13px !important; }

.bdi-local-activation-first-level .bdi-local-activation-menu .bdi-local-activation-menu-item--expanded.bdi-local-activation-no-full-width.bdi-local-activation-kinder-has-promo-block > .bdi-local-activation-next-level {
  z-index: 10;
  margin-top: -6px; }

.bdi-local-activation-first-level .bdi-local-activation-show-full-width .bdi-local-activation-next-level {
  z-index: 10;
  margin-top: -6px; }

.bdi-local-activation-first-level .bdi-local-activation-menu .bdi-local-activation-menu-item--expanded.touched-link > .bdi-local-activation-next-level, .bdi-local-activation-first-level .bdi-local-activation-menu .bdi-local-activation-menu-item--expanded:hover > .bdi-local-activation-next-level {
  z-index: 10;
  margin-top: -6px; }

.kp--main-header {
  overflow: hidden;
  position: relative;
  margin-top: 98px; }
  @media screen and (max-width: 768px) {
    .kp--main-header {
      margin-top: 90px;
      height: auto;
      padding: 120px 0 40vw 0; } }
  .kp--main-header-beata {
    position: absolute;
    top: 6.875vw;
    left: 0;
    background-image: url(../images/beata.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    max-width: 655px;
    max-height: 1136px;
    width: 34.11458vw;
    height: 59.16667vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-header-beata {
        top: 132px; } }
    @media screen and (max-width: 768px) {
      .kp--main-header-beata {
        top: auto;
        bottom: -22vw;
        width: 36%;
        left: -9px; } }
    @media screen and (max-width: 590px) {
      .kp--main-header-beata {
        bottom: -15vw;
        width: 40%; } }
    @media screen and (max-width: 500px) {
      .kp--main-header-beata {
        bottom: -11vw;
        width: 43%; } }
    @media screen and (max-width: 460px) {
      .kp--main-header-beata {
        bottom: -6vw;
        width: 43%; } }
  .kp--main-header-pingui {
    position: absolute;
    top: 14.01vw;
    right: 0px;
    background-image: url(../images/pingui.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    max-width: 588px;
    max-height: 1287px;
    width: 30.625vw;
    height: 67.03125vw; }
    @media screen and (max-width: 991px) {
      .kp--main-header-pingui {
        width: 25%; } }
    @media screen and (max-width: 768px) {
      .kp--main-header-pingui {
        top: auto;
        bottom: -60px;
        background-position: bottom center;
        width: 29%;
        max-width: 170px; } }
    @media screen and (max-width: 500px) {
      .kp--main-header-pingui {
        right: 0; } }
  .kp--main-header-logo {
    max-width: 358px;
    position: absolute;
    width: 18.65vw;
    top: 80px;
    right: 40px; }
    @media screen and (max-width: 1500px) {
      .kp--main-header-logo {
        top: 40px; } }
    @media screen and (max-width: 768px) {
      .kp--main-header-logo {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 130px;
        top: 30px; } }
    @media screen and (max-width: 991px) {
      .kp--main-header-logo {
        top: 30px; } }
  .kp--main-header-text-1 {
    position: absolute;
    top: 8.125vw;
    background-image: url("../images/header-text.png");
    background-size: contain;
    background-position: center center;
    max-width: 920px;
    max-height: 270px;
    width: 47.91667vw;
    height: 14.0625vw;
    left: 18.95833vw;
    top: 5.36458vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-header-text-1 {
        top: 103px; } }
    @media screen and (max-width: 768px) {
      .kp--main-header-text-1 {
        top: 90px;
        width: 80%;
        background-repeat: no-repeat;
        background-position: center center;
        left: 10%;
        height: 140px; } }
  .kp--main-header-text-2 {
    background-image: url("../images/header-joinus.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    max-width: 607px;
    max-height: 113px;
    width: 31.61458vw;
    height: 5.88542vw;
    left: 35.41667vw;
    top: 21.5625vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-header-text-2 {
        top: 414px; } }
    @media screen and (max-width: 768px) {
      .kp--main-header-text-2 {
        width: 80%;
        left: 10%;
        background-position: center center;
        height: 40px;
        top: 217px; } }
  .kp--main-header-text-3 {
    background-image: url("../images/header-zapraszam.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    max-width: 349px;
    max-height: 81px;
    width: 18.17708vw;
    height: 4.21875vw;
    left: 29.79167vw;
    top: 31.09375vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-header-text-3 {
        top: 597px; } }
    @media screen and (max-width: 768px) {
      .kp--main-header-text-3 {
        width: 50%;
        left: 25%;
        top: 264px;
        height: 30px; } }
    @media screen and (max-width: 500px) {
      .kp--main-header-text-3 {
        left: 32%; } }
  .kp--main-header-text-4 {
    background-image: url("../images/podpis.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    max-width: 406px;
    max-height: 105px;
    width: 21.14583vw;
    height: 5.46875vw;
    left: 36.35417vw;
    top: 35vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-header-text-4 {
        top: 672px; } }
    @media screen and (max-width: 768px) {
      .kp--main-header-text-4 {
        width: 50%;
        left: 25%;
        top: 300px;
        height: 30px; } }
    @media screen and (max-width: 500px) {
      .kp--main-header-text-4 {
        left: 34%; } }

.kp--main-section-1 {
  width: 100%;
  background-color: #faf5ed;
  position: relative;
  min-height: 32.29167vw;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/section1bg.jpg");
  background-size: cover;
  background-position: left -4.4vw;
  padding-bottom: 3.64583vw;
  padding-top: 1.5625vw; }
  @media screen and (min-width: 1920px) {
    .kp--main-section-1 {
      min-height: 620px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-1 {
      padding-bottom: 70px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-1 {
      padding-top: 30px; } }
  @media screen and (max-width: 768px) {
    .kp--main-section-1 {
      background-image: none; } }
  .kp--main-section-1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .kp--main-section-1-bg .gogle {
      position: absolute;
      max-width: 200px;
      max-height: 107px;
      width: 10.41667vw;
      height: 5.57292vw;
      left: 41.92708vw;
      top: 26.82292vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-1-bg .gogle {
          left: 805px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-1-bg .gogle {
          top: 515px; } }
    .kp--main-section-1-bg .chmurka {
      max-width: 133px;
      max-height: 188px;
      width: 6.92708vw;
      height: 9.79167vw;
      right: 1.09375vw;
      left: auto;
      position: absolute; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-1-bg .chmurka {
          right: 21px; } }
    .kp--main-section-1-bg .szlaczek {
      display: none;
      position: absolute;
      top: 66%;
      width: 115vw;
      max-width: 150vw;
      left: -13%; }

.kp--main-section-elements {
  width: 100%;
  position: relative; }

.kp--main-section-elem-1 {
  max-width: 733px;
  max-height: 479px;
  width: 38.17708vw;
  height: 24.94792vw;
  top: 1.5625vw;
  background-image: url("../images/batony2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (min-width: 1920px) {
    .kp--main-section-elem-1 {
      top: 30px; } }
  @media screen and (max-width: 768px) {
    .kp--main-section-elem-1 {
      max-width: 733px;
      max-height: 479px;
      width: 100%;
      height: 84.947917vw;
      top: 1.5625vw; } }

.kp--main-section-elem-2 {
  position: absolute;
  left: 37.8125vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: row; }
  @media screen and (min-width: 1920px) {
    .kp--main-section-elem-2 {
      left: 726px; } }
  @media screen and (max-width: 768px) {
    .kp--main-section-elem-2 {
      position: relative;
      flex-flow: column;
      justify-content: center;
      width: 100%;
      top: initial;
      transform: initial;
      left: 0;
      align-items: center; } }
  .kp--main-section-elem-2-container {
    display: flex;
    align-items: center;
    margin-right: 2.08333vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-elem-2-container {
        margin-right: 40px; } }
    @media screen and (max-width: 768px) {
      .kp--main-section-elem-2-container {
        margin-right: 0;
        flex-flow: column; } }
    .kp--main-section-elem-2-container.darkblue .number, .kp--main-section-elem-2-container.darkblue .text {
      color: #2c328c; }
    .kp--main-section-elem-2-container.red .number, .kp--main-section-elem-2-container.red .text {
      color: #f2410e; }
    .kp--main-section-elem-2-container.blue .number, .kp--main-section-elem-2-container.blue .text {
      color: #009adc; }
    .kp--main-section-elem-2-container .number {
      font-family: "Chronic-Regular", "sans-serif";
      font-size: 5.10417vw;
      margin-right: 1.35417vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-elem-2-container .number {
          font-size: 98px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-elem-2-container .number {
          margin-right: 26px; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-elem-2-container .number {
          font-size: 40px; } }
    .kp--main-section-elem-2-container .text {
      font-family: "Chronic-Regular", "sans-serif";
      font-size: 2.29167vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-elem-2-container .text {
          font-size: 44px; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-elem-2-container .text {
          font-size: 26px;
          text-align: center;
          padding-left: 30px;
          padding-right: 30px; }
          .kp--main-section-elem-2-container .text p {
            margin-top: 0; }
            .kp--main-section-elem-2-container .text p br {
              display: none; } }

.kp--main-section-elem-3 h5 {
  text-align: center;
  font-size: 2.86458vw;
  color: #2c328c;
  margin-bottom: 0;
  margin-top: 90px;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 1920px) {
    .kp--main-section-elem-3 h5 {
      font-size: 55px; } }
  @media screen and (max-width: 991px) {
    .kp--main-section-elem-3 h5 {
      font-size: 35px; } }
  @media screen and (max-width: 768px) {
    .kp--main-section-elem-3 h5 {
      font-size: 30px;
      margin-bottom: 30px;
      margin-top: 40px; } }

.kp--main-section-elem-4 {
  position: relative;
  max-width: 100vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 37.8125vw;
  margin-top: -4.6875vw; }
  @media screen and (min-width: 1920px) {
    .kp--main-section-elem-4 {
      padding-left: 726px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-elem-4 {
      margin-top: -90px; } }
  @media screen and (max-width: 768px) {
    .kp--main-section-elem-4 {
      padding-left: 30px;
      margin-top: 0;
      padding-right: 30px; } }
  @media screen and (max-width: 768px) {
    .kp--main-section-elem-4-container {
      width: 100%;
      display: flex;
      flex-flow: row;
      justify-content: center; }
      .kp--main-section-elem-4-container .kp--cta-content {
        font-size: 6vw; }
      .kp--main-section-elem-4-container a {
        width: 50%; }
        .kp--main-section-elem-4-container a svg {
          height: auto;
          width: 100%; } }

.kp--main-section-2 {
  width: 100%;
  min-height: 53.125vw;
  position: relative;
  background: #f2410e;
  margin-top: 18.48739vw;
  display: flex;
  align-items: stretch;
  justify-content: stretch; }
  @media screen and (min-width: 1920px) {
    .kp--main-section-2 {
      min-height: 1020px; } }
  @media screen and (min-width: 991px) {
    .kp--main-section-2 {
      margin-top: 8.61111vw; } }
  .kp--main-section-2:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url("../images/creamy-transition.svg");
    background-size: cover;
    background-position: center center;
    height: 80px;
    content: '';
    z-index: 9; }
  .kp--main-section-2::before {
    content: '';
    display: block;
    position: absolute;
    top: -18.48739vw;
    left: 0;
    width: 100%;
    height: 18.48739vw;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjQgMCA1MDAgNDMiPgogICAgICAgICAgICA8cGF0aCBkPSJNNTEzLjk5OTY5LDExLjQwODUxYy00LjAxNDgzLDEuNjAyMzYtNy45NDI4NywzLjE1Nzc4LTExLjQ5OTgyLDQuMzQzNDQtMTgsNi0yMS40LTQuMi0yMy4zLTguNS0yLjMtNS40LTExLjgtNS41LTMzLjgsMy45LTcuMiwzLjEtMTIuOCw1LjEtMTcsNS44LTMuNy42LTkuNC44LTEzLjQtMi4xLTQuOS0zLjYtMy4zLTEwLjItOS45LTExLjItNy4yLTEuMS0xOS43LDQuMi0yOS42LDguMS0xMC4zLDQuMS0xNS4xLDYuNC0yMi43LDUuMnMtOC43LTcuNi05LjktOS44Yy0xLjYtMy01LjEtNS42LTE4LjgtMS40LTE1LjgsNC45LTI0LjMsMTAuMi0zMywxMS40LTEyLjUsMS42LTE0LjktNC43LTE2LjUtOC4xLTEuOC00LTQuMy04LjgtMjIuOC0yLjQtMTguMyw2LjQtMjMuMywxMC42LTMyLjgsMTAuNy0xNi44LjEtOS41LTEyLjYtMTkuNi0xMy42LTguNC0uOC0xNy40LDMuMS0yNy45LDcuNGE5Mi45NzQ4Nyw5Mi45NzQ4NywwLDAsMS0xMy43LDQuOWMtMTUuMSwzLjgtMTguNy0yLjctMjAuOC03LjMtLjQtLjktMS4yLTMuMy0zLjItNC4zLTQuMS0yLTEyLjctMS0xOS4xLDEuOS03LjgsMy41LTE4LjQsMTEuMi0yNi4xLDExLjgtNS4xLjQtNi44LTEuOC03LjEtMy43YTQuNjc4MjYsNC42NzgyNiwwLDAsMSwuNS0yLjZjLjYtMS4zLDEuNS0zLjctLjItNS44LTIuMS0yLjctOS4zLTIuMi05LjMtMi4yLTE0LjcuNy0yMSw1LjQtMzIsMTAuNS03LDMuMi0xMiw0LjItMTUuOCwzLjRhOS44ODM3Miw5Ljg4MzcyLDAsMCwxLTMuMy0xLjVjLTEuNC0xLjEtMy4xLTMuNC0yLTUuOWE2LjQzNDg0LDYuNDM0ODQsMCwwLDEsMi4yLTIuNyw4LjYzNSw4LjYzNSwwLDAsMCwxLjMtMS40YzEuNC0xLjkuOC01LjEtMi45LTZhMTcuNjA1NDMsMTcuNjA1NDMsMCwwLDAtOS45LDEuMmMtMy43LDEuNi02LjcsMy4xLTEwLjEsNC44VjQzLjQwMTI1SDUxMy45OTk2OVoiIGZpbGw9IiNmMzQxMGUiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTY4LjI5OTY4LDEzLjM1MTkzYTQuNzY3MDcsNC43NjcwNywwLDAsMC00LjksMS43LDguODg3MzQsOC44ODczNCwwLDAsMC0xLjksNC43LDMuMjk0NzgsMy4yOTQ3OCwwLDAsMCwwLDEuNCwzLjIzMjEzLDMuMjMyMTMsMCwwLDAsMy45LDIuNWMyLjYtLjQsNC4zLTMuNyw0LjUtNi41QzcwLjA5OTcsMTMuOTUxOTQsNjguMjk5NjgsMTMuMzUxOTMsNjguMjk5NjgsMTMuMzUxOTNaIiBmaWxsPSIjZmZmIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik01NS42OTk3MSwxMy43NTE5MmMtLjkuNC0xLjguOS0yLjcsMS40YTM2LjU5NCwzNi41OTQsMCwwLDAtOC4yLDhjLTMuNSw0LjctNC4zLDguNy00LjMsMTEuNmE3LjcyNTcxLDcuNzI1NzEsMCwwLDAsNy40LDcuNGM1LjguMyw4LjctNCw4LjctOC41LDAtMy43LTEuNS02LjctMS0xMS41YTE2LjEyNSwxNi4xMjUsMCwwLDEsMS4zLTQuOWgwYy4yLS4zLjQtLjcuNi0xLDEuMS0xLjMsMS4xLTIuMS41LTIuNkEyLjY1NzEzLDIuNjU3MTMsMCwwLDAsNTUuNjk5NzEsMTMuNzUxOTJaIiBmaWxsPSIjZmZmIj48L3BhdGg+CiAgICAgICAgICA8L3N2Zz4=");
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (min-width: 991px) {
      .kp--main-section-2::before {
        top: -8.61111vw;
        height: 8.61111vw; } }
  .kp--main-section-2-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
    .kp--main-section-2-bg .white-szlaczek {
      position: absolute;
      width: 100vw; }
    .kp--main-section-2-bg .gloves {
      position: absolute;
      max-width: 160px;
      max-height: 175px;
      width: 8.33333vw;
      height: 9.11458vw;
      top: 8.33333vw;
      right: 3.95833vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-bg .gloves {
          top: 160px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-bg .gloves {
          right: 76px; } }
    .kp--main-section-2-bg .hat {
      position: absolute;
      max-width: 198px;
      max-height: 159px;
      width: 10.3125vw;
      height: 8.28125vw;
      left: 2.23958vw;
      top: 24.0625vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-bg .hat {
          left: 43px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-bg .hat {
          top: 462px; } }
  .kp--main-section-2-elements {
    width: 100%;
    z-index: 8;
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: center;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .kp--main-section-2-elements {
        flex-flow: column;
        align-items: center; } }
  .kp--main-section-2-cta {
    display: block;
    width: initial;
    float: left;
    margin-top: 4.94792vw;
    width: 20.20833vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-2-cta {
        margin-top: 95px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-2-cta {
        width: 388px; } }
    @media screen and (max-width: 991px) {
      .kp--main-section-2-cta {
        margin-top: 0;
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center; } }
    .kp--main-section-2-cta .nagrodybtn {
      max-width: 388px;
      max-height: 155px;
      width: 20.20833vw;
      height: 8.07292vw; }
      @media screen and (max-width: 991px) {
        .kp--main-section-2-cta .nagrodybtn {
          width: 250px;
          height: auto; } }
    .kp--main-section-2-cta p {
      text-align: center;
      font-family: "Chronic-Regular", "sans-serif";
      color: #FFF;
      font-size: 2.39583vw;
      margin-top: 0.52083vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-cta p {
          font-size: 46px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-cta p {
          margin-top: 10px; } }
      @media screen and (max-width: 991px) {
        .kp--main-section-2-cta p {
          text-align: center;
          font-size: 20px;
          margin-top: 10px;
          margin-bottom: 30px; }
          .kp--main-section-2-cta p br {
            display: none; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-2-cta p {
          padding-left: 30px;
          padding-right: 30px;
          font-size: 30px; } }
  .kp--main-section-2-rewards {
    display: flex;
    flex-flow: column;
    padding-left: 4.16667vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-2-rewards {
        padding-left: 80px; } }
    @media screen and (max-width: 991px) {
      .kp--main-section-2-rewards {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    .kp--main-section-2-rewards .first-row {
      display: flex;
      padding-left: 2.60417vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-rewards .first-row {
          padding-left: 50px; } }
      @media screen and (max-width: 991px) {
        .kp--main-section-2-rewards .first-row {
          padding-left: 0; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-2-rewards .first-row {
          flex-flow: row wrap;
          align-items: center; } }
      .kp--main-section-2-rewards .first-row .bigcard {
        max-width: 750px;
        max-height: 408px;
        width: 39.0625vw;
        height: 21.25vw; }
        @media screen and (max-width: 991px) {
          .kp--main-section-2-rewards .first-row .bigcard {
            max-width: 100%;
            width: 750px;
            height: auto; } }
    .kp--main-section-2-rewards .second-row {
      display: flex;
      flex-flow: row; }
      @media screen and (max-width: 991px) {
        .kp--main-section-2-rewards .second-row {
          align-items: flex-start; } }
      .kp--main-section-2-rewards .second-row .smallcard {
        max-width: 678px;
        max-height: 398px;
        width: 35.3125vw;
        height: 20.72917vw; }
        @media screen and (max-width: 991px) {
          .kp--main-section-2-rewards .second-row .smallcard {
            max-width: 60%;
            max-height: initial;
            width: 60%;
            height: auto; } }
      .kp--main-section-2-rewards .second-row .komin {
        max-width: 472px;
        max-height: 364px;
        width: 24.58333vw;
        height: 18.95833vw;
        margin-top: -2.60417vw; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-2-rewards .second-row .komin {
            margin-top: -50px; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-2-rewards .second-row .komin {
            max-width: 40%;
            max-height: initial;
            width: 40%;
            height: auto;
            margin-top: -7%; } }
        @media screen and (max-width: 480px) {
          .kp--main-section-2-rewards .second-row .komin {
            margin-top: -4%; } }
  .kp--main-section-2-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .kp--main-section-2-footer {
        position: relative;
        height: 380px;
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        justify-content: flex-end; } }
    @media screen and (max-width: 480px) {
      .kp--main-section-2-footer {
        height: 290px; } }
    .kp--main-section-2-footer-cta {
      max-width: 290px;
      max-height: 80px;
      width: 15.10417vw;
      height: 4.16667vw;
      left: 20.46875vw;
      margin-top: -6.25vw;
      position: absolute; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-footer-cta {
          left: 393px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-footer-cta {
          margin-top: -120px; } }
      @media screen and (max-width: 991px) {
        .kp--main-section-2-footer-cta {
          max-width: initial;
          max-height: initial;
          left: 44%;
          top: 100px; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .kp--main-section-2-footer-cta {
      width: 29.26337vw; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .kp--main-section-2-footer-cta {
      height: 8.07265vw; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-2-footer-cta {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          width: 55%;
          height: auto;
          padding-right: 30px; } }
      .kp--main-section-2-footer-cta .kp--cta-content {
        font-size: 2.03125vw; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-2-footer-cta .kp--cta-content {
            font-size: 39px; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-2-footer-cta .kp--cta-content {
            font-size: 3.93542vw; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-2-footer-cta .kp--cta-content {
            font-size: 6vw; } }
      .kp--main-section-2-footer-cta .kp--cta svg {
        max-width: 290px;
        max-height: 80px;
        width: 15.10417vw;
        height: 4.16667vw; }
        @media screen and (max-width: 991px) {
          .kp--main-section-2-footer-cta .kp--cta svg {
            width: 29.26337vw; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-2-footer-cta .kp--cta svg {
            height: 8.07265vw; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-2-footer-cta .kp--cta svg {
            max-width: initial;
            max-height: initial; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-2-footer-cta .kp--cta svg {
            height: auto;
            width: 100%;
            margin-top: 0; } }
    .kp--main-section-2-footer-pengui {
      background-image: url("../images/pengui2.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      max-width: 265px;
      max-height: 423px;
      width: 13.80208vw;
      height: 22.03125vw;
      position: absolute;
      bottom: -33px;
      left: 7.65625vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-footer-pengui {
          left: 147px; } }
      @media screen and (min-width: 991px) {
        .kp--main-section-2-footer-pengui img {
          display: none; } }
      @media screen and (max-width: 991px) {
        .kp--main-section-2-footer-pengui {
          background-image: none;
          max-width: initial;
          max-height: initial;
          height: initial;
          width: 50%; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-2-footer-pengui {
          left: 0;
          width: 45%;
          bottom: 0; } }
    .kp--main-section-2-footer-content {
      width: 100%;
      text-align: center;
      color: #FFF;
      font-size: 1.14583vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-2-footer-content {
          font-size: 22px; } }
      @media screen and (max-width: 991px) {
        .kp--main-section-2-footer-content {
          font-size: 12px;
          text-align: justify;
          width: 55%;
          padding-right: 30px; } }
      @media screen and (max-width: 500px) {
        .kp--main-section-2-footer-content {
          font-size: 9px; } }

.kp--main-section-3 {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  position: relative; }
  @media screen and (min-width: 1920px) {
    .kp--main-section-3 {
      padding-top: 120px; } }
  @media screen and (min-width: 1920px) {
    .kp--main-section-3 {
      padding-bottom: 120px; } }
  .kp--main-section-3-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0; }
    .kp--main-section-3-bg .szlaczek-1 {
      width: 100%;
      background-image: url("../images/bg-form-1.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      height: 41.66667vw;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3-bg .szlaczek-1 {
          height: 800px; } }
    .kp--main-section-3-bg .szlaczek-2 {
      width: 100%;
      background-image: url("../images/bg-form-2.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      height: 20.83333vw;
      position: absolute;
      top: 44.27083vw;
      left: 0; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3-bg .szlaczek-2 {
          height: 400px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3-bg .szlaczek-2 {
          top: 850px; } }
    .kp--main-section-3-bg .narty {
      max-width: 221px;
      max-height: 170px;
      width: 11.51042vw;
      height: 8.85417vw;
      top: 10px;
      right: 40px;
      background-image: url("../images/narty.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute; }
    .kp--main-section-3-bg .szalik {
      max-width: 199px;
      max-height: 180px;
      width: 10.36458vw;
      height: 9.375vw;
      background-image: url("../images/szalik.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 28.125vw;
      left: 20px; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3-bg .szalik {
          top: 540px; } }
  .kp--main-section-3-form {
    width: 90%;
    padding: 50px;
    background-image: url("../images/form-bg2.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 26px;
    position: relative;
    z-index: 1;
    box-shadow: 3px 0 40px #265da2; }
    .kp--main-section-3-form form {
      position: relative; }
      .kp--main-section-3-form form.loading button[type="submit"] {
        display: none; }
      .kp--main-section-3-form form.loading:before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        cursor: not-allowed;
        z-index: 9;
        position: absolute; }
    @media screen and (min-width: 1500px) {
      .kp--main-section-3-form {
        width: 1480px; } }
    @media screen and (max-width: 768px) {
      .kp--main-section-3-form {
        width: 95%;
        padding: 40px; } }
    @media screen and (max-width: 480px) {
      .kp--main-section-3-form {
        padding: 40px 25px; } }
    .kp--main-section-3-form .form-header {
      width: 100%; }
      .kp--main-section-3-form .form-header h3 {
        font-size: 3.75vw;
        color: #f2410e;
        margin: 0; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-header h3 {
            font-size: 72px; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-header h3 {
            font-size: 40px; } }
      .kp--main-section-3-form .form-header h5 {
        margin-top: 0;
        font-size: 1.5625vw;
        margin-bottom: 3.64583vw;
        font-weight: 300; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-header h5 {
            font-size: 30px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-header h5 {
            margin-bottom: 70px; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-header h5 {
            font-size: 30px; } }
    .kp--main-section-3-form .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      column-gap: 0.78125vw;
      margin-bottom: 1.71875vw;
      grid-template-areas: ". ."; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3-form .form-row {
          column-gap: 15px; } }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3-form .form-row {
          margin-bottom: 33px; } }
      .kp--main-section-3-form .form-row.form-row-napisz {
        grid-template-areas: ". . .";
        grid-template-columns: 50% repeat(2, 1fr); }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-row.form-row-napisz {
            grid-template-areas: ".";
            grid-template-rows: auto;
            grid-template-columns: 1fr; }
            .kp--main-section-3-form .form-row.form-row-napisz .form-input-file-holder {
              flex-flow: row wrap;
              align-items: center; }
              .kp--main-section-3-form .form-row.form-row-napisz .form-input-file-holder .form-input-file-label {
                order: 2; }
              .kp--main-section-3-form .form-row.form-row-napisz .form-input-file-holder input[type=file] {
                order: 1; }
              .kp--main-section-3-form .form-row.form-row-napisz .form-input-file-holder .form-input-error {
                order: 3; }
              .kp--main-section-3-form .form-row.form-row-napisz .form-input-file-holder small {
                order: 4; } }
      @media screen and (max-width: 991px) {
        .kp--main-section-3-form .form-row {
          grid-template-columns: 1fr;
          grid-template-rows: 1fr;
          grid-template-areas: "."; } }
      @media screen and (max-width: 991px) {
        .kp--main-section-3-form .form-row {
          row-gap: 2.01816vw; } }
      .kp--main-section-3-form .form-row.full {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: '.'; }
    .kp--main-section-3-form label > sup {
      margin-left: -10px;
      margin-bottom: -10px;
      display: inline-block; }
    .kp--main-section-3-form .form-input-holder {
      display: flex;
      flex-flow: column; }
      .kp--main-section-3-form .form-input-holder label {
        font-family: "Chronic-Regular", "sans-serif";
        font-size: 1.92708vw;
        margin-bottom: 0.72917vw;
        color: #424242; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-holder label {
            font-size: 37px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-holder label {
            margin-bottom: 14px; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-input-holder label {
            font-size: 3.02725vw; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-input-holder label {
            margin-bottom: 1.41271vw; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-input-holder label {
            font-size: 25px; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-input-holder label.text-center {
            text-align: left;
            margin-top: 20px; } }
      .kp--main-section-3-form .form-input-holder input {
        border-color: #797777;
        border-radius: 10px;
        background: #FFF;
        box-shadow: none;
        outline: none;
        font-family: "Chronic-Regular", "sans-serif";
        font-size: 1.92708vw;
        color: #424242;
        padding: 10px;
        border: 1px solid; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-holder input {
            font-size: 37px; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-input-holder input {
            font-size: 3.02725vw; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-input-holder input {
            font-size: 25px; } }
      .kp--main-section-3-form .form-input-holder textarea {
        border-color: #797777;
        border-radius: 10px;
        background: #FFF;
        box-shadow: none;
        outline: none;
        font-family: "Chronic-Regular", "sans-serif";
        font-size: 1.92708vw;
        color: #424242;
        padding: 10px;
        min-height: 228px; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-holder textarea {
            font-size: 37px; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-input-holder textarea {
            font-size: 3.02725vw; } }
    .kp--main-section-3-form .form-input-file-holder-lub {
      text-align: center;
      padding-top: 3.64583vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3-form .form-input-file-holder-lub {
          padding-top: 70px; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-3-form .form-input-file-holder-lub {
          text-align: left;
          padding-top: 0; } }
      .kp--main-section-3-form .form-input-file-holder-lub span {
        font-family: "Chronic-Regular", "sans-serif";
        font-size: 1.66667vw; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-file-holder-lub span {
            font-size: 32px; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-input-file-holder-lub span {
            font-size: 25px; } }
    .kp--main-section-3-form .form-input-file-holder {
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
      .kp--main-section-3-form .form-input-file-holder.flex-column {
        flex-flow: column;
        align-items: flex-start; }
      .kp--main-section-3-form .form-input-file-holder input[type="file"] {
        font-family: "Chronic-Regular", "sans-serif";
        position: absolute;
        z-index: -1;
        opacity: 0; }
      .kp--main-section-3-form .form-input-file-holder label {
        border: 1px solid #797777;
        border-radius: 10px;
        overflow: hidden;
        background: #FFF;
        box-shadow: none;
        outline: none;
        font-family: "Chronic-Regular", "sans-serif";
        font-size: 1.92708vw;
        color: #c1c1c1;
        padding: 10px;
        white-space: nowrap;
        width: 20.83333vw;
        max-width: 400px;
        margin-right: 1.19792vw; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-file-holder label {
            font-size: 37px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-file-holder label {
            width: 400px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-file-holder label {
            margin-right: 23px; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-input-file-holder label {
            font-size: 3.02725vw; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-input-file-holder label {
            width: 40.36327vw; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-input-file-holder label {
            margin-right: 2.01816vw; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-input-file-holder label {
            font-size: 25px; } }
      .kp--main-section-3-form .form-input-file-holder .form-input-file-label {
        margin-bottom: 0.72917vw;
        font-family: "Chronic-Regular", "sans-serif"; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-file-holder .form-input-file-label {
            margin-bottom: 14px; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-input-file-holder .form-input-file-label {
            font-size: 25px; } }
        .kp--main-section-3-form .form-input-file-holder .form-input-file-label span {
          font-family: "Chronic-Regular", "sans-serif";
          font-size: 1.92708vw;
          white-space: nowrap; }
          @media screen and (min-width: 1920px) {
            .kp--main-section-3-form .form-input-file-holder .form-input-file-label span {
              font-size: 37px; } }
          @media screen and (max-width: 991px) {
            .kp--main-section-3-form .form-input-file-holder .form-input-file-label span {
              font-size: 3.02725vw; } }
          @media screen and (max-width: 768px) {
            .kp--main-section-3-form .form-input-file-holder .form-input-file-label span {
              font-size: 25px; } }
      .kp--main-section-3-form .form-input-file-holder small {
        width: 100%;
        display: block;
        font-size: 1.35417vw;
        font-family: Verdana, serif;
        color: #000;
        margin-top: 18px; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-file-holder small {
            font-size: 26px; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-input-file-holder small {
            font-size: 2.62361vw; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-input-file-holder small {
            font-size: 16px;
            margin-bottom: 20px; } }
    .kp--main-section-3-form .g-recaptcha {
      float: left;
      z-index: 0;
      position: relative; }
    .kp--main-section-3-form .form-top-left-grid-row-recaptcha {
      margin-bottom: 1.04167vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3-form .form-top-left-grid-row-recaptcha {
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-3-form .form-top-left-grid-row-recaptcha {
          margin-bottom: 20px;
          display: block;
          float: left; } }
    .kp--main-section-3-form .form-input-check-holder {
      float: left;
      width: 100%;
      position: relative;
      z-index: 2; }
      .kp--main-section-3-form .form-input-check-holder input[type="checkbox"] {
        position: absolute;
        z-index: -99;
        opacity: 0; }
      .kp--main-section-3-form .form-input-check-holder input[type="checkbox"]:checked ~ label > div {
        border-color: #424242; }
        .kp--main-section-3-form .form-input-check-holder input[type="checkbox"]:checked ~ label > div:before {
          font-family: "Chronic-Regular", "sans-serif";
          content: "✔";
          font-size: 18px;
          position: absolute;
          top: 13px;
          left: 5px;
          line-height: 0; }
      .kp--main-section-3-form .form-input-check-holder input[type="checkbox"] ~ label > div {
        width: 25px;
        height: 25px;
        background: #FFF;
        border: 1px solid #d0d0d0;
        position: relative;
        min-width: 25px;
        margin-right: 1.25vw; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-check-holder input[type="checkbox"] ~ label > div {
            margin-right: 24px; } }
      .kp--main-section-3-form .form-input-check-holder input[type="checkbox"] ~ label > span {
        font-size: 1.04167vw;
        font-family: 'Myriad Pro', sans-serif; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-input-check-holder input[type="checkbox"] ~ label > span {
            font-size: 20px; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-input-check-holder input[type="checkbox"] ~ label > span {
            font-size: 2.01816vw; } }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-input-check-holder input[type="checkbox"] ~ label > span {
            font-size: 16px;
            text-align: justify; } }
      .kp--main-section-3-form .form-input-check-holder input[type="checkbox"] ~ label {
        display: flex;
        flex-flow: row;
        align-items: flex-start;
        float: left;
        width: 100%;
        cursor: pointer; }
        .kp--main-section-3-form .form-input-check-holder input[type="checkbox"] ~ label:hover div {
          border-color: #424242; }
    .kp--main-section-3-form .form-submit-row {
      width: 100%;
      padding-top: 3.125vw;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3-form .form-submit-row {
          padding-top: 60px; } }
      @media screen and (max-width: 991px) {
        .kp--main-section-3-form .form-submit-row {
          padding-top: 2.62361vw; } }
      .kp--main-section-3-form .form-submit-row .form-submit-button {
        background: #f2410e;
        color: #FFF;
        font-family: "Chronic-Regular", "sans-serif";
        font-size: 2.70833vw;
        border: 1px solid #91201a;
        border-radius: 10px;
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.34);
        padding-top: 0.52083vw;
        padding-bottom: 0.52083vw;
        padding-left: 7.29167vw;
        padding-right: 7.29167vw; }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            font-size: 52px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            padding-top: 10px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            padding-bottom: 10px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            padding-left: 140px; } }
        @media screen and (min-width: 1920px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            padding-right: 140px; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            padding-top: 1.00908vw; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            padding-bottom: 1.00908vw; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            padding-left: 14.12714vw; } }
        @media screen and (max-width: 991px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            padding-right: 14.12714vw; } }
        .kp--main-section-3-form .form-submit-row .form-submit-button:hover {
          animation: jello 0.5s; }
        @media screen and (max-width: 768px) {
          .kp--main-section-3-form .form-submit-row .form-submit-button {
            width: 100%;
            font-size: 29px;
            margin-top: 20px; } }
        .kp--main-section-3-form .form-submit-row .form-submit-button.loading {
          display: flex;
          align-items: center;
          justify-content: center; }
          .kp--main-section-3-form .form-submit-row .form-submit-button.loading span {
            display: none; }
          .kp--main-section-3-form .form-submit-row .form-submit-button.loading svg {
            display: block;
            margin-left: 0; }
        .kp--main-section-3-form .form-submit-row .form-submit-button svg {
          width: 30px;
          height: 30px;
          margin-left: 10px;
          animation-fill-mode: forwards;
          animation: spin 2s linear infinite;
          display: none; }
  .kp--main-section-3 .form-bottom-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1.3fr 0.7fr;
    gap: 0 0;
    grid-template-areas: "form-top-grid-row" "form-bottom-grid-row"; }
    @media screen and (max-width: 768px) {
      .kp--main-section-3 .form-bottom-grid {
        display: flex;
        flex-flow: column-reverse; } }
    .kp--main-section-3 .form-bottom-grid .form-bottom-grid-row {
      grid-area: form-bottom-grid-row; }
    .kp--main-section-3 .form-bottom-grid .form-top-grid-row {
      display: grid;
      grid-template-columns: 1.4fr 0.6fr;
      grid-template-rows: 1fr;
      gap: 0 0;
      grid-template-areas: "form-top-left-grid-row .";
      grid-area: form-top-grid-row; }
      @media screen and (max-width: 768px) {
        .kp--main-section-3 .form-bottom-grid .form-top-grid-row {
          display: block; } }
    .kp--main-section-3 .form-bottom-grid .form-top-left-grid-row {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      gap: 0 0;
      grid-template-areas: "." "." ".";
      grid-area: form-top-left-grid-row; }
      @media screen and (max-width: 768px) {
        .kp--main-section-3 .form-bottom-grid .form-top-left-grid-row {
          display: block; } }
    .kp--main-section-3 .form-bottom-grid .form-top-left-grid-row-checkbox {
      margin-bottom: 1.14583vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-3 .form-bottom-grid .form-top-left-grid-row-checkbox {
          margin-bottom: 22px; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-3 .form-bottom-grid .form-top-left-grid-row-checkbox {
          margin-bottom: 20px;
          float: left;
          width: 100%; } }
    .kp--main-section-3 .form-bottom-grid .form-brand-image {
      background-image: url("../images/pengui-form.png");
      background-size: contain;
      background-position: bottom center;
      background-repeat: no-repeat;
      margin-bottom: 10px; }

.kp--main-section-4 {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    .kp--main-section-4 {
      padding-top: 50px; } }
  .kp--main-section-4-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0; }
    .kp--main-section-4-bg .szlaczek-1 {
      width: 100%;
      background-image: url("../images/video-bg-1.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom right;
      height: 23.4375vw;
      position: absolute;
      left: 0; }
    .kp--main-section-4-bg .szlaczek-2 {
      width: 100%;
      background-image: url("../images/video-bg-2.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom center;
      height: 23.4375vw;
      top: 52.08333vw;
      position: absolute;
      left: 0; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-4-bg .szlaczek-2 {
          top: 1000px; } }
    .kp--main-section-4-bg .czapka {
      max-width: 140px;
      max-height: 147px;
      width: 7.29167vw;
      height: 7.65625vw;
      background-image: url("../images/czapka2.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 22.39583vw;
      left: 20px; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-4-bg .czapka {
          top: 430px; } }
    .kp--main-section-4-bg .lyzwy {
      max-width: 205px;
      max-height: 184px;
      width: 10.67708vw;
      height: 9.58333vw;
      background-image: url("../images/lyzwy.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 32.8125vw;
      right: -60px; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-4-bg .lyzwy {
          top: 630px; } }
  .kp--main-section-4-container {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 8.33333vw;
    grid-template-areas: ". .";
    z-index: 1; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-4-container {
        column-gap: 160px; } }
    @media screen and (max-width: 991px) {
      .kp--main-section-4-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        column-gap: 8.3333333333vw;
        grid-template-areas: "."; } }
    @media screen and (max-width: 991px) {
      .kp--main-section-4-container {
        row-gap: 4.03633vw; } }
    @media screen and (min-width: 1500px) {
      .kp--main-section-4-container {
        width: 1480px; } }
  .kp--main-section-4-video-container.has-instructions .video-elem-content {
    margin-top: 1.5625vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-4-video-container.has-instructions .video-elem-content {
        margin-top: 30px; } }
  .kp--main-section-4-video-container .video-elem-header {
    width: 100%;
    margin-bottom: 1.5625vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-4-video-container .video-elem-header {
        margin-bottom: 30px; } }
    .kp--main-section-4-video-container .video-elem-header h4 {
      font-size: 2.65625vw;
      color: #f2410e;
      margin: 0;
      text-align: center; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-4-video-container .video-elem-header h4 {
          font-size: 51px; } }
      @media screen and (max-width: 991px) {
        .kp--main-section-4-video-container .video-elem-header h4 {
          font-size: 5.04541vw; } }
      @media screen and (max-width: 768px) {
        .kp--main-section-4-video-container .video-elem-header h4 {
          font-size: 30px; } }
  .kp--main-section-4-video-container .video-elem-content {
    font-family: Verdana, sans-serif;
    font-size: 1.25vw;
    padding-left: 1.51042vw;
    padding-right: 1.51042vw;
    color: #0062ab;
    text-align: justify;
    margin-top: 4.42708vw; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-4-video-container .video-elem-content {
        font-size: 24px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-4-video-container .video-elem-content {
        padding-left: 29px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-4-video-container .video-elem-content {
        padding-right: 29px; } }
    @media screen and (min-width: 1920px) {
      .kp--main-section-4-video-container .video-elem-content {
        margin-top: 85px; } }
    @media screen and (max-width: 991px) {
      .kp--main-section-4-video-container .video-elem-content {
        font-size: 2.01816vw; } }
    @media screen and (max-width: 991px) {
      .kp--main-section-4-video-container .video-elem-content {
        margin-top: 2.5227vw; } }
    @media screen and (max-width: 768px) {
      .kp--main-section-4-video-container .video-elem-content {
        font-size: 17px; } }
  .kp--main-section-4-video-container .video-elem-player-poster-holder {
    background: #f2410e;
    padding: 23px 30px;
    -webkit-mask-image: url("../images/mask_1.svg");
    mask-image: url("../images/mask_1.svg");
    mask-type: luminance;
    mask-size: cover;
    -webkit-mask-size: cover; }
    @media screen and (max-width: 768px) {
      .kp--main-section-4-video-container .video-elem-player-poster-holder {
        padding: 16px 23px; } }
  .kp--main-section-4-video-container .video-elem-player-poster {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -4%;
    width: 100%;
    padding-bottom: 58%;
    -webkit-mask-image: url("../images/mask_1.svg");
    mask-image: url("../images/mask_1.svg");
    mask-type: luminance;
    mask-size: cover;
    -webkit-mask-size: cover;
    position: relative; }
    .kp--main-section-4-video-container .video-elem-player-poster:hover svg {
      animation: jelloTranslate 0.5s; }
    .kp--main-section-4-video-container .video-elem-player-poster svg {
      width: 60px;
      position: absolute;
      top: 50%;
      left: 50%;
      height: auto;
      transform: translate(-50%, -50%); }
      .kp--main-section-4-video-container .video-elem-player-poster svg .bdi-local-activation-play-button-shadow {
        fill: #f2410e; }
      .kp--main-section-4-video-container .video-elem-player-poster svg .bdi-local-activation-play-button-body {
        fill: #f2410e; }
      .kp--main-section-4-video-container .video-elem-player-poster svg .bdi-local-activation-play-button-icon {
        fill: #FFFFFF; }
  .kp--main-section-4-pingui {
    position: absolute;
    background-image: url("../images/pingui-bottom.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 655px;
    max-height: 393px;
    width: 34.11458vw;
    height: 20.46875vw;
    bottom: 30%; }
    @media screen and (max-width: 991px) {
      .kp--main-section-4-pingui {
        display: none; } }

.kp--main-section-5 {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  position: relative;
  z-index: 1; }
  .kp--main-section-5-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0; }
    .kp--main-section-5-bg .kask {
      max-width: 114px;
      max-height: 110px;
      width: 5.9375vw;
      height: 5.72917vw;
      background-image: url("../images/kask2.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .kp--main-section-5-bg .kask {
          width: 50%;
          height: 80px; } }
  .kp--main-section-5-container {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 46%);
    grid-template-rows: 1fr;
    column-gap: 8.33333vw;
    grid-template-areas: ". .";
    z-index: 1; }
    @media screen and (min-width: 1920px) {
      .kp--main-section-5-container {
        column-gap: 160px; } }
    @media screen and (min-width: 1500px) {
      .kp--main-section-5-container {
        width: 1480px; } }
  .kp--main-section-5 .bottom-slider-holder {
    width: 100%;
    position: relative; }
  .kp--main-section-5 .bottom-slider-image-holder {
    width: 100%; }
  .kp--main-section-5 .bottom-slider-images {
    background: #0062ab;
    padding: 15px 15px;
    -webkit-mask-image: url("../images/mask_1.svg");
    mask-image: url("../images/mask_1.svg");
    mask-type: luminance;
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 80%;
    margin-left: 10%; }
  .kp--main-section-5 .bottom-slider-image {
    width: 95%;
    padding-bottom: 56%;
    margin-left: 2.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-mask-image: url("../images/mask_1.svg");
    mask-image: url("../images/mask_1.svg");
    mask-type: luminance;
    mask-size: cover;
    -webkit-mask-size: cover; }
  .kp--main-section-5 .bottom-slider-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer; }
    .kp--main-section-5 .bottom-slider-arrow:hover {
      animation: jello .5s; }
    .kp--main-section-5 .bottom-slider-arrow.arrow-left {
      background-image: url("../images/arrow-left.svg");
      background-repeat: no-repeat;
      background-size: contain;
      max-width: 65px;
      max-height: 45px;
      width: 3.38542vw;
      height: 2.34375vw;
      left: 0; }
    .kp--main-section-5 .bottom-slider-arrow.arrow-right {
      background-image: url("../images/arrowright.svg");
      background-repeat: no-repeat;
      background-size: contain;
      max-width: 65px;
      max-height: 45px;
      width: 3.38542vw;
      height: 2.34375vw;
      right: 0; }
  .kp--main-section-5 .bottom-slider-title {
    width: 100%; }
    .kp--main-section-5 .bottom-slider-title h4 {
      font-size: 1.875vw;
      color: #0062ab;
      text-align: center; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-5 .bottom-slider-title h4 {
          font-size: 36px; } }
  .kp--main-section-5-downloads {
    width: 100%; }
    .kp--main-section-5-downloads .downloads-container {
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: flex-start;
      text-decoration: none;
      padding: 20px 25px 0 25px; }
    .kp--main-section-5-downloads .downloads-text {
      text-align: left;
      font-family: Verdana, sans-serif;
      color: #f2410e;
      font-size: 16px;
      margin-left: 2.08333vw; }
      @media screen and (min-width: 1920px) {
        .kp--main-section-5-downloads .downloads-text {
          margin-left: 40px; } }
      .kp--main-section-5-downloads .downloads-text strong {
        font-size: 16px; }
    .kp--main-section-5-downloads .downloads-icon {
      width: 60px; }

.kp--cta {
  float: left;
  position: relative;
  display: flex;
  align-items: center; }
  .kp--cta:hover {
    animation: jello 0.5s; }
  .kp--cta > svg {
    width: 24.01042vw;
    height: 6.51042vw; }
    @media screen and (min-width: 1920px) {
      .kp--cta > svg {
        width: 461px; } }
    @media screen and (min-width: 1920px) {
      .kp--cta > svg {
        height: 125px; } }
  .kp--cta-content {
    font-family: "Chronic-Regular", "sans-serif";
    font-size: 3.28125vw;
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    color: #FFF;
    text-decoration: none !important;
    transform: rotate(-3deg);
    padding-left: 1.04167vw;
    padding-top: 0.625vw; }
    @media screen and (min-width: 1920px) {
      .kp--cta-content {
        font-size: 63px; } }
    @media screen and (min-width: 1920px) {
      .kp--cta-content {
        padding-left: 20px; } }
    @media screen and (min-width: 1920px) {
      .kp--cta-content {
        padding-top: 12px; } }
    .kp--cta-content strong {
      font-weight: 300; }
  .kp--cta-red svg {
    filter: drop-shadow(0.57292vw 1.14583vw 0.15625vw rgba(71, 191, 238, 0.2)); }
    @media screen and (min-width: 1920px) {
      .kp--cta-red svg {
        filter: drop-shadow(11px 22px 3px rgba(71, 191, 238, 0.2)); } }
  .kp--cta-red .kp--cta-bg {
    fill: #f2410e;
    fill-rule: evenodd; }
  .kp--cta-blue svg {
    filter: drop-shadow(0.57292vw 1.14583vw 0.15625vw rgba(71, 191, 238, 0.2)); }
    @media screen and (min-width: 1920px) {
      .kp--cta-blue svg {
        filter: drop-shadow(11px 22px 3px rgba(71, 191, 238, 0.2)); } }
  .kp--cta-blue .kp--cta-bg {
    fill: #009adc;
    fill-rule: evenodd; }

.kp--footer-nav {
  width: 100%;
  position: absolute;
  top: -2.60417vw;
  right: 3.38542vw; }
  @media screen and (max-width: 768px) {
    .kp--footer-nav {
      display: none; } }
  @media screen and (min-width: 1920px) {
    .kp--footer-nav {
      top: -50px; } }
  @media screen and (min-width: 1920px) {
    .kp--footer-nav {
      right: 65px; } }
  .kp--footer-nav ul {
    display: flex;
    list-style-type: none;
    flex-flow: row;
    justify-content: flex-end; }
    .kp--footer-nav ul li:first-child a {
      margin-left: 0; }
    .kp--footer-nav ul li a {
      font-family: "Chronic-Regular", "sans-serif";
      font-size: 1.19792vw;
      margin-left: 2.29167vw;
      color: #FFF;
      text-decoration: none;
      white-space: nowrap; }
      @media screen and (min-width: 1920px) {
        .kp--footer-nav ul li a {
          font-size: 23px; } }
      @media screen and (min-width: 1920px) {
        .kp--footer-nav ul li a {
          margin-left: 44px; } }

#html5lightbox-watermark {
  display: none !important; }

.kp--videos-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  cursor: pointer; }
  .kp--videos-backdrop .kp--videos-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .kp--videos-backdrop .kp--videos-modal > [data-setup] {
      border: 15px solid #f2410e;
      border-radius: 14px; }
    @media screen and (max-width: 768px) {
      .kp--videos-backdrop .kp--videos-modal {
        width: calc(100% - 40px); } }
  .kp--videos-backdrop .kp--videos-modal-close {
    position: absolute;
    top: -50px;
    right: -50px;
    border: 4px solid #f2410e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    color: #f2410e;
    z-index: 99999;
    font-family: "Chronic-Regular", "sans-serif";
    text-align: center;
    line-height: 34px;
    font-size: 26px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .kp--videos-backdrop .kp--videos-modal-close {
        right: 0px; } }
  .kp--videos-backdrop.opened {
    display: block; }

.owl-dots {
  display: none; }

.form-input-error {
  color: #f2410e;
  font-family: "Chronic-Regular", "sans-serif";
  margin-top: 10px; }

.form-input-holder.has-error label {
  color: #f2410e; }

.form-input-file-holder.has-error .form-input-file-label span {
  color: #f2410e; }

.form-input-check-holder.has-error .form-input-error {
  margin-left: 43px;
  margin-top: 10px;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .form-input-check-holder.has-error .form-input-error {
      margin-left: 31px; } }

.form-input-check-holder.has-error input[type=checkbox] ~ label > div {
  border-color: #f2410e; }

.video-elem-thumbs {
  display: grid;
  margin-top: 54px;
  padding-left: 10px;
  padding-right: 10px; }
  .video-elem-thumbs.left {
    grid-template-columns: none;
    flex-flow: row wrap;
    justify-content: flex-start;
    display: flex; }
    @media screen and (max-width: 991px) {
      .video-elem-thumbs.left .video-elem-thumbs-thumb img {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .video-elem-thumbs.left {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: flex-start; }
        .video-elem-thumbs.left .video-elem-thumbs-thumb {
          width: 30%;
          margin-left: 1.5%;
          margin-right: 1.5%;
          margin-bottom: 20px; } }
  .video-elem-thumbs.right {
    grid-template-columns: none;
    flex-flow: row wrap;
    justify-content: space-between;
    display: flex; }
    @media screen and (max-width: 991px) {
      .video-elem-thumbs.right .video-elem-thumbs-thumb img {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .video-elem-thumbs.right {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: flex-start; }
        .video-elem-thumbs.right .video-elem-thumbs-thumb {
          width: 25%;
          margin-left: 1.5%;
          margin-right: 1.5%;
          margin-bottom: 20px; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .video-elem-thumbs.right .video-elem-thumbs-thumb {
        width: 22%; } }
  .video-elem-thumbs-thumb {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
    width: calc(20% - 0px);
    min-height: 80px; }
    .video-elem-thumbs-thumb img {
      width: 110px; }
    .video-elem-thumbs-thumb-content {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      margin-top: 10px; }
      .video-elem-thumbs-thumb-content strong {
        font-family: "Chronic-Regular", "sans-serif";
        width: 100%;
        text-align: center;
        color: #0062ab;
        font-weight: 500;
        font-size: 17px; }
      .video-elem-thumbs-thumb-content span {
        font-family: "Chronic-Regular", "sans-serif";
        width: 100%;
        text-align: center;
        color: #f2410e;
        display: none; }

@media screen and (max-width: 991px) {
  .mobile-menu-open .bdi-local-activation-menu--main-wrapper .bdi-local-activation-nav-panel {
    z-index: 9; } }

@media screen and (max-width: 768px) {
  .video-bachleda-dimensions {
    width: 100%;
    height: 480px; }
  .kp--videos-modal > div[class*="-dimensions"] {
    width: 100%;
    height: 480px; } }

@media screen and (max-width: 480px) {
  .kp--main-section-elem-4-container a {
    width: 70%; }
    .kp--main-section-elem-4-container a .kp--cta-content {
      font-size: 30px; } }

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  line-height: 73px !important; }

.video-js .vjs-big-play-button {
  font-size: 50px;
  line-height: 1.5em;
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 6px solid #f2410e;
  background-color: #FFF;
  border-radius: 50%;
  transition: all 0.4s;
  color: #f2410e; }

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  border-color: #f2410e;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.58);
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
  display: none !important; }

.optional-label {
  margin-left: 15px;
  margin-bottom: 7px;
  display: inline-block; }

.form-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: none; }

.form-success-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 768px) {
    .form-success-modal {
      width: 80%; } }
  @media screen and (max-width: 500px) {
    .form-success-modal {
      width: 100%; } }
  .form-success-modal img {
    width: 80%;
    height: auto;
    margin-left: 10%; }

.form-success-close {
  position: absolute;
  top: 10px;
  right: 30px;
  border: 4px solid #f2410e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  color: #f2410e;
  z-index: 99999;
  font-family: "Chronic-Regular", "sans-serif";
  text-align: center;
  line-height: 34px;
  font-size: 26px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .form-success-close {
      top: 10px;
      right: 30px; } }

.video-elem-thumbs-thumb .video-elem-player-poster {
  text-decoration: none !important;
  padding-bottom: 0 !important; }

.video-elem-thumbs-thumb .downloads-container .downloads-icon {
  width: 40px;
  margin-top: 10px; }

.video-elem-thumbs-thumb-content {
  min-height: 40px; }

.footer-wrapper {
  position: relative;
  margin-top: 18.48739vw;
  background-color: #f2410e !important;
  font-size: 16px;
  color: #FFF; }

@media (min-width: 1592px) {
  .bdi-local-activation-menu--footer ul {
    max-width: 40vw; } }

form button[type="submit"].loading {
  display: flex;
  align-items: center;
  justify-content: center; }
  form button[type="submit"].loading span {
    display: none; }
  form button[type="submit"].loading svg {
    display: block;
    margin-left: 0; }

form button[type="submit"] svg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  animation-fill-mode: forwards;
  animation: spin 2s linear infinite;
  display: none; }

form {
  position: relative; }
  form.loading button[type="submit"] {
    display: none; }
  form.loading:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
    z-index: 9;
    position: absolute; }
