@media screen and (min-width: 2000px) {
  html {
    font-size: 22px;
  }
}
@media screen and (max-width: 2000px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1900px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 9px;
  }
}
body {
  font-family: "SKODANext";
  position: relative;
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (min-width: 992px) {
  body {
    background-attachment: initial;
  }
}
@media only screen and (max-width: 991px) {
  body {
    min-height: auto;
  }
}
h2 {
  text-transform: uppercase;
  padding: 0 2%;
  box-sizing: content-box;
}
h3 {
  padding: 0 2%;
  box-sizing: content-box;
}
b,
strong {
  font-family: "SKODANextBlack";
}
* {
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 767px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#Isolation_Mode {
  position: fixed;
  top: 15%;
  right: 5%;
  width: 5em;
  height: 5em;
  z-index: 14;
}
@media screen and (max-width: 758px) {
  #Isolation_Mode {
    opacity: 0;
  }
}
#progressMove {
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.js-token-box {
  z-index: 14;
  background-color: #000;
  height: 104vh;
  width: 100%;
  display: block;
  justify-content: flex-end;
  flex-direction: column;
  position: fixed;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 60%;
  background-position-x: 50%;
}
@media screen and (max-width: 767px) {
  .js-token-box {
    height: calc(100vh - 40px);
    display: flex;
    top: 40px;
    width: 100vw;
  }
}
.js-token-box .menu {
  z-index: 16;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0) 150%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  border: none;
}
@media screen and (max-width: 767px) {
  .js-token-box .menu {
    background: #fff;
  }
}
.js-token-box .js-token-box-content {
  position: relative;
  height: 100%;
  width: 100%;
  top: -2%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .js-token-box .js-token-box-content {
    top: 0%;
  }
}
.js-token-box .token-box {
  text-align: center;
  padding: 0.5em;
  margin: 0 auto 0% auto;
  width: 100%;
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 8%;
}
@media screen and (max-width: 1550px) {
  .js-token-box .token-box {
    bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .js-token-box .token-box {
    bottom: 10%;
  }
}
.js-token-box .token-box__text {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .js-token-box .token-box__text {
    display: block;
  }
}
.js-token-box .token-box .token-box__header {
  font-family: "SKODANextBlack";
  color: #fff;
  display: inline-block;
  font-size: 2.5em;
  margin-bottom: 0;
  width: 100%;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 1s ease;
}
@media screen and (max-width: 1550px) {
  .js-token-box .token-box .token-box__header {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .js-token-box .token-box .token-box__header {
    font-size: 2.7em;
    margin-bottom: 1%;
  }
}
.js-token-box .token-box .token-box__header.dark {
  opacity: 0.5;
}
.js-token-box .token-box .token-box__paragraph {
  font-family: "SKODANextLight";
  font-weight: 100;
  color: #fff;
  display: inline-block;
  font-size: 1.9em;
  margin: 0 0 1.5em 0;
  width: 100%;
  opacity: 1;
  transition: opacity 1s ease;
}
@media screen and (max-width: 1150px) {
  .js-token-box .token-box .token-box__paragraph {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .js-token-box .token-box .token-box__paragraph {
    font-size: 1.9em;
    margin: 0 0 2em 0;
  }
}
.js-token-box .token-box .token-box__paragraph.dark {
  opacity: 0.5;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input {
  font-family: "SKODANextLight";
  font-size: 1.3em;
  max-width: 100%;
  width: 15em;
  border-radius: 6px;
  background-color: #101417 !important;
  border: white 2px solid;
  color: white !important;
  outline: none;
  text-align: center;
  min-height: 3em;
  font-weight: 100;
  /* Chrome <=56, Safari < 10 */
  /* FF 4-18 */
  /* FF 19-51 */
  /* IE 10+ */
  /* Modern Browsers */
  /* Chrome <=56, Safari < 10 */
  /* FF 4-18 */
  /* FF 19-50 */
  /* IE 10+ */
  /* Modern Browsers */
}
.js-token-box .token-box .token-box__inputs .token-box__text-input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input::-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input::placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:focus::-webkit-input-placeholder {
  opacity: 0.2;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:focus:-moz-placeholder {
  opacity: 0.2;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:focus::-moz-placeholder {
  opacity: 0.2;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:focus:-ms-input-placeholder {
  opacity: 0.2;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:focus::-ms-input-placeholder {
  opacity: 0.2;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:focus::placeholder {
  opacity: 0.2;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:focus,
.js-token-box .token-box .token-box__inputs .token-box__text-input:active,
.js-token-box .token-box .token-box__inputs .token-box__text-input:-webkit-autofill,
.js-token-box .token-box .token-box__inputs .token-box__text-input:-webkit-autofill:hover,
.js-token-box .token-box .token-box__inputs .token-box__text-input:-webkit-autofill:focus,
.js-token-box .token-box .token-box__inputs .token-box__text-input:-webkit-autofill:active {
  font-family: "SKODANextLight" !important;
  background-color: #101417 !important;
  border: white 2px solid !important;
  color: white !important;
  text-align: center !important;
  font-weight: 100 !important;
  border: #4ba82e 2px solid !important;
  outline: none !important;
  background-color: black !important;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 50px #101417 inset !important;
  font-size: 1.3em !important;
  margin: 0 auto !important;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  font-size: 1em !important;
}
@media screen and (max-width: 767px) {
  .js-token-box .token-box .token-box__inputs .token-box__text-input {
    padding: 0.8em 1em;
    font-size: 1.8em;
    border-radius: 6px;
    border: white 2px solid;
    width: 80%;
    max-width: 350px;
    min-height: 50px;
  }
  .js-token-box .token-box .token-box__inputs .token-box__text-input:focus,
  .js-token-box .token-box .token-box__inputs .token-box__text-input:active,
  .js-token-box .token-box .token-box__inputs .token-box__text-input:-webkit-autofill,
  .js-token-box .token-box .token-box__inputs .token-box__text-input:-webkit-autofill:hover,
  .js-token-box .token-box .token-box__inputs .token-box__text-input:-webkit-autofill:focus,
  .js-token-box .token-box .token-box__inputs .token-box__text-input:-webkit-autofill:active {
    font-size: 1.8em !important;
  }
}
.js-token-box .token-box .token-box__inputs .token-box__text-input::-webkit-input-placeholder {
  color: white;
  text-align: center;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input::-moz-placeholder {
  color: white;
  text-align: center;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input::-ms-input-placeholder {
  color: white;
  text-align: center;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input::placeholder {
  color: white;
  text-align: center;
}
.js-token-box .token-box .token-box__inputs .token-box__text-input:focus {
  background-color: #101417 !important;
}
.js-token-box .token-box .token-box__inputs .token-box__button {
  font-family: "SKODANextLight";
  border: none;
  background-color: #4ba82e;
  color: #fff;
  font-size: 1.3em;
  margin-left: 1em;
  cursor: pointer;
  border-radius: 7px;
  max-width: 100%;
  position: relative;
  border: #4ba82e 2px solid;
  font-weight: 100;
  width: 15em;
  min-height: 3em;
}
.js-token-box .token-box .token-box__inputs .token-box__button img {
  display: inline-block;
  width: 0.95em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-bottom: 0.2em;
  margin-left: 0.6em;
}
@media screen and (max-width: 1024px) {
  .js-token-box .token-box .token-box__inputs .token-box__button {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .js-token-box .token-box .token-box__inputs .token-box__button {
    font-size: 1.8em;
    padding: 0.8em 1em;
    border-radius: 6px;
    margin-top: 1.5em;
    margin-left: 0;
    width: 80%;
    max-width: 350px;
    min-height: 50px;
  }
  .js-token-box .token-box .token-box__inputs .token-box__button:after {
    top: 23%;
  }
}
.js-token-box .token-box #token-error {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 1.3em;
  background: #bb1722;
  box-sizing: border-box;
  padding: 1.4em 1em;
  color: white;
  top: -112%;
  text-align: center;
}
.js-token-box .token-box #token-error:after {
  top: 100%;
  border: solid transparent;
  display: block;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent;
  border-width: 9px;
  margin-left: -9px;
  left: 50%;
  border-top-color: #bb1722;
}
#scene {
  position: absolute;
  height: 105%;
  width: 105%;
  top: -2%;
  left: -2%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  #scene {
    display: flex;
    background-image: url(./images/token_bg_mobile.jpg);
    background-position-x: 55%;
    background-position-y: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
  }
}
#scene .scene-img {
  width: 100%;
  height: 100%;
  background-image: url(./images/token-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 60%;
  background-position-x: 50%;
}
@media screen and (max-width: 1025px) {
  #scene .scene-img {
    background-position-x: 45%;
  }
}
@media screen and (max-width: 767px) {
  #scene .scene-img {
    background-image: url(./images/token_bg_mobile.jpg);
    background-position-x: 55%;
  }
}
@media screen and (max-width: 400px) {
  #scene .scene-img {
    background-image: url(./images/token_bg_mobile_2.jpg);
  }
}
#scene .scene-img1 {
  background-image: url(./images/token_bg.jpg);
}
@media screen and (max-width: 1025px) {
  #scene .scene-img1 {
    background-position-x: 45%;
  }
}
@media screen and (max-width: 767px) {
  #scene .scene-img1 {
    display: none !important;
  }
}
#scene .scene-img2 {
  background-image: url(./images/token_bg_2.png);
}
@media screen and (max-width: 1025px) {
  #scene .scene-img2 {
    background-position-x: 45%;
  }
}
@media screen and (max-width: 767px) {
  #scene .scene-img2 {
    display: none !important;
  }
}
#scene .scene-img3 {
  background-image: url(./images/token_bg_3.png);
}
@media screen and (max-width: 1025px) {
  #scene .scene-img3 {
    background-position-x: 45%;
  }
}
@media screen and (max-width: 767px) {
  #scene .scene-img3 {
    display: none !important;
  }
}
#scene.dark {
  opacity: 0.5;
}
.hide-if-modal {
  display: none;
}
div[id^="wb_drag_wrapper"] {
  display: none;
}
.content-container {
  color: white;
  background-color: black;
  margin-top: 4.3em;
  overflow: hidden;
  height: auto !important;
}
@media screen and (max-width: 1159px) {
  .content-container {
    margin-top: 40px;
  }
}
.pagination {
  position: absolute;
  top: 4em;
  right: 5%;
  display: block;
  width: 5em;
  height: 2em;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagination {
    display: none;
  }
}
@-webkit-keyframes enlarge {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  33% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  66% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes enlarge {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  33% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  66% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.toSectionBelow {
  background-color: transparent;
  outline: none;
  border: none;
  font-family: "SKODANextLight";
  color: #fff;
  display: inline-block;
  font-size: 2em;
  cursor: pointer;
  transition: color 0.5s ease;
  font-weight: 100;
}
.toSectionBelow:after {
  content: "";
  background-image: url(./images/arrow.png);
  display: block;
  z-index: 101;
  width: 0.9em;
  height: 0.9em;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 1em auto 0 auto;
  transition: background-image 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, background-image 0.5s ease;
  transition: transform 0.5s ease, background-image 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(0em) scale3d(1, 1, 1);
          transform: translateY(0em) scale3d(1, 1, 1);
}
.toSectionBelow:hover {
  color: #4ba82e;
}
.toSectionBelow:hover:after {
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
}
.toSectionBelow#btn-section1 {
  z-index: 13;
}
@media screen and (max-width: 767px) {
  .toSectionBelow#btn-section1 {
    font-size: 1.8em;
    margin-bottom: 2em;
  }
  .toSectionBelow#btn-section1::after {
    background-image: url(./images/skoda_odcisk_palca_bialy.svg);
    width: 3em;
    height: 4em;
    margin: 20% auto 15% auto;
  }
  .toSectionBelow#btn-section1:active,
  .toSectionBelow#btn-section1:focus,
  .toSectionBelow#btn-section1:hover {
    color: #4ba72e;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  .toSectionBelow#btn-section1:active::after,
  .toSectionBelow#btn-section1:focus::after,
  .toSectionBelow#btn-section1:hover::after {
    background-image: url(./images/skoda_odcisk_palca_zielony.svg);
  }
}
.toSectionBelow#btn-section2 {
  transition: all 0.5s ease;
  font-size: 2.5em;
}
.toSectionBelow#btn-section2:after {
  background-image: none;
}
.toSectionBelow#btn-section2 .cls-3 {
  fill: #fff;
  transition: all 0.5s ease;
}
.toSectionBelow#btn-section2:hover {
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
}
.toSectionBelow#btn-section2:hover .cls-3 {
  fill: #4ba82e;
}
@media screen and (max-width: 767px) {
  .toSectionBelow#btn-section2 {
    width: 1.5em;
    height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .toSectionBelow.animated::after {
    -webkit-transform: scale3d(2, 2, 2) translateY(0em);
            transform: scale3d(2, 2, 2) translateY(0em);
    -webkit-animation: enlarge 2s ease infinite;
            animation: enlarge 2s ease infinite;
  }
}
@media screen and (max-width: 1550px) {
  .toSectionBelow {
    font-size: 1.5em;
  }
}
.main-button {
  background-color: #4ba82e;
  color: #fff;
  border-radius: 5px;
  font-size: 1em;
  line-height: 1.4em;
  outline: none;
  border: none;
  padding: 10px 60px;
  text-align: center;
  transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  margin: 5% 0 5% 0;
  height: 3.2em;
  font-family: "SKODANextLight";
  position: relative;
  display: block;
  font-weight: 100;
  display: inherit;
}
.main-button img {
  display: inline-block;
  width: 1.05em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-bottom: 0.9em;
  margin-left: 0.8em;
}
.main-button:hover {
  background-color: #377a22;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.main-list {
  list-style-type: none;
  font-family: "SKODANextLight";
  font-weight: 100;
}
.main-list li {
  position: relative;
  padding-left: 5%;
}
.main-list li:before {
  content: "»";
  position: absolute;
  left: 1%;
  color: #4ba82e;
}
.hero-section {
  background-image: url(./images/section1_bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero-section {
    min-height: calc(100vh - 50px);
    background-image: url(./images/section1_bg_mobile.jpg);
  }
}
.hero-section .pagination {
  background-image: url(./images/pagination1.png);
}
.hero-section .hero-text {
  margin: auto;
}
.hero-section .fp-tableCell {
  height: 722px;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 5%;
}
.hero-section .hero-text-main {
  text-transform: uppercase;
  font-size: 4.4em;
  font-family: "SKODANextBlack";
  margin: 0;
  margin-top: 5%;
}
@media screen and (max-width: 1550px) {
  .hero-section .hero-text-main {
    font-size: 3.8em;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-text-main {
    font-size: 3.4em;
    margin-top: 15%;
  }
}
.hero-section .hero-text-small {
  font-family: "SKODANextLight";
  font-size: 1.9em;
  padding: 0 1%;
  margin: 0.3em auto;
  font-weight: 100;
}
@media screen and (max-width: 1550px) {
  .hero-section .hero-text-small {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-text-small {
    font-size: 1.8em;
    width: 40%;
    margin: 3em auto 0.1em auto;
  }
}
.slider-section-wrapper .fp-tableCell {
  display: flex;
  flex-direction: column;
  padding-bottom: 5%;
}
#slider-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: opacity 1s ease, background-image 0.5s ease;
  height: 100%;
}
#slider-section .toSectionBelow {
  margin-top: 2%;
  width: 1.5em;
}
#slider-section .toSectionBelow:after {
  margin: -0.5em auto 0.5em auto;
  width: 1.5em;
  height: 1.5em;
}
#slider-section .pagination {
  background-image: url(./images/pagination1.png);
}
#slider-section .slider-text {
  margin: auto;
  text-align: center;
}
#slider-section .slider-text-main {
  text-transform: uppercase;
  font-size: 2.5em;
  font-family: "SKODANextBlack";
  margin: 0;
  margin-top: 5%;
}
#slider-section .slider-text-small {
  font-family: "SKODANextLight";
  font-size: 1.7em;
  padding: 0 1%;
  margin: 0em auto;
  font-weight: 100;
}
#slider-section .main-list--bullet {
  font-family: "SKODANextBlack";
}
#slider-section .sliderContainer {
  max-width: 100%;
  height: 50vh;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  #slider-section .sliderContainer {
    height: 85%;
    min-height: 450px;
  }
}
#slider-section .sliderContainer.slider-unfolded {
  z-index: 3;
}
#slider-section .sliderContainer .slider {
  box-shadow: 0 0 0 #000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
@-webkit-keyframes brighten {
  from {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes brighten {
  from {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
#slider-section .sliderContainer .slider-element {
  box-shadow: 0 0 0 #000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 25%;
  height: 100%;
  width: 16.66666667%;
  transition: width 1s ease, opacity 1s ease, background-image 1s ease;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-end;
  background-position-y: bottom;
  cursor: pointer;
}
#slider-section .sliderContainer .slider-element.dark {
  opacity: 0.3;
  transition: width 1s ease, opacity 1s ease, background-image 1s ease;
}
#slider-section .sliderContainer .slider-element.bright {
  -webkit-animation: width 1s ease, brighten 2s ease, background-image 1s ease;
          animation: width 1s ease, brighten 2s ease, background-image 1s ease;
  -webkit-animation-delay: 500;
          animation-delay: 500;
}
#slider-section .sliderContainer .slider-element:hover {
  width: 25%;
  opacity: 1;
}
#slider-section .sliderContainer .slider-element:after {
  opacity: 0;
  transition: opacity 1s ease;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: -1;
  display: block;
}
#slider-section .sliderContainer .slider-description {
  min-width: 22em;
  opacity: 0;
  transition: opacity 0.4s ease;
  margin-right: 10%;
}
@media screen and (max-width: 1800px) {
  #slider-section .sliderContainer .slider-description {
    margin-right: 8%;
  }
}
@media screen and (max-width: 1600px) {
  #slider-section .sliderContainer .slider-description {
    margin-right: 6%;
  }
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-description {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1200px) {
  #slider-section .sliderContainer .slider-description {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1050px) {
  #slider-section .sliderContainer .slider-description {
    margin-right: 0%;
    min-width: 25em;
  }
}
#slider-section .sliderContainer .slider-element h3 {
  text-transform: uppercase;
  font-size: 2em;
}
#slider-section .sliderContainer .slider-element h3,
#slider-section .sliderContainer .slider-element ul {
  font-size: 1em;
  padding-left: 0;
}
#slider-section .sliderContainer .slider-element.slider-element--full::after {
  opacity: 1;
}
#slider-section .sliderContainer .slider-element:nth-of-type(1) {
  background-image: url(./images/1_octavia.jpg);
  background-image: url(./images/1_octavia_empty.jpg);
  background-position-x: 25%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element:nth-of-type(1) {
    background-position: 50%;
  }
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(1) {
  background-image: url(./images/1_octavia.jpg);
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(1):after {
  background-image: url(./images/1_octavia.jpg);
  background-position-x: 25%;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(1):after {
    background-position: 50%;
  }
}
#slider-section .sliderContainer .slider-element:nth-of-type(2) {
  background-image: url(./images/2_fabia.jpg);
  background-image: url(./images/2_fabia_empty.jpg);
  background-position-x: 20%;
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(2) {
  background-image: url(./images/2_fabia.jpg);
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(2):after {
  background-image: url(./images/2_fabia.jpg);
  background-position-x: 20%;
}
#slider-section .sliderContainer .slider-element:nth-of-type(3) {
  background-image: url(./images/3_karoq.jpg);
  background-image: url(./images/3_karoq_empty.jpg);
  background-position-x: 20%;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element:nth-of-type(3) {
    background-position: 50%;
  }
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(3) {
  background-image: url(./images/3_karoq.jpg);
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(3):after {
  background-image: url(./images/3_karoq.jpg);
  background-position-x: 20%;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(3):after {
    background-position: 50%;
  }
}
#slider-section .sliderContainer .slider-element:nth-of-type(4) {
  background-image: url(./images/4_kodiaq.jpg);
  background-image: url(./images/4_kodiaq_empty.jpg);
  background-position-x: 20%;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element:nth-of-type(4) {
    background-position: 50%;
  }
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(4) {
  background-image: url(./images/4_kodiaq.jpg);
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(4):after {
  background-image: url(./images/4_kodiaq.jpg);
  background-position-x: 20%;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(4):after {
    background-position: 50%;
  }
}
#slider-section .sliderContainer .slider-element:nth-of-type(5) {
  background-image: url(./images/5_superb.jpg);
  background-image: url(./images/5_superb_empty.jpg);
  background-position-x: 15%;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element:nth-of-type(5) {
    background-position: 50%;
  }
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(5) {
  background-image: url(./images/5_superb.jpg);
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(5):after {
  background-image: url(./images/5_superb.jpg);
  background-position-x: 15%;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(5):after {
    background-position: 50%;
  }
}
#slider-section .sliderContainer .slider-element:nth-of-type(6) {
  background-image: url(./images/6_citigo.jpg);
  background-image: url(./images/6_citigo_empty.jpg);
  background-position-x: 15%;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element:nth-of-type(6) {
    background-position: 40%;
  }
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(6) {
  background-image: url(./images/6_citigo.jpg);
}
#slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(6):after {
  background-image: url(./images/6_citigo.jpg);
  background-position-x: 15%;
}
@media screen and (max-width: 1400px) {
  #slider-section .sliderContainer .slider-element.slider-element.slider-element--full:nth-of-type(6):after {
    background-position: 40%;
  }
}
#slider-section .sliderContainer .slider-element--full {
  width: 90% !important;
  opacity: 1 !important;
  cursor: auto;
}
#slider-section .sliderContainer .slider-element--full .slider-description {
  opacity: 1;
}
#slider-section .sliderContainer .slider-mobile {
  display: none;
}
#slider-section .sliderContainer .swiper-container {
  width: 100vw;
  height: calc(100vh - 30px);
}
@media screen and (min-height: 500px) {
  #slider-section .sliderContainer .swiper-container {
    height: calc(100vh - 40px);
  }
}
#slider-section .sliderContainer .swiper-slide {
  background-color: #000;
  height: 60%;
  margin: 0 0% 0 1%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 1s ease, height 0.7s ease, margin-left 0.8s ease, margin-right 1s ease, width 0.8s ease;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  background-position-x: 50%;
  width: 100%;
  background-image: none;
  min-height: 360px;
}
#slider-section .sliderContainer .swiper-slide .shrink {
  position: absolute;
  top: 20px;
  left: 15px;
  display: none;
  width: 2.5em;
  height: 3.5em;
  background-color: transparent;
  outline: none;
  border: none;
  background-image: url(./images/arrow_back.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#slider-section .sliderContainer .swiper-slide .swiper-overlay,
#slider-section .sliderContainer .swiper-slide .swiper-overlay--shrink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#slider-section .sliderContainer .swiper-slide .swiper-overlay--shrink {
  display: none;
  z-index: 99;
}
#slider-section .sliderContainer .slick-list {
  height: 100%;
}
#slider-section .sliderContainer .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
#slider-section .sliderContainer .main-button {
  max-width: 14em;
  line-height: 1.5em;
  outline: none;
  border: none;
  padding: 0.9em 0em;
  margin-bottom: 10%;
  margin-top: 8%;
}
#slider-section .sliderContainer .main-button img {
  display: inline-block;
  width: 1em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-bottom: 0.4em;
  margin-left: 0.8em;
}
#slider-section .sliderContainer .main-list li {
  margin: 0 auto;
}
#slider-section .sliderContainer .main-list {
  font-family: "SKODANextLight";
  font-weight: 100;
  line-height: 1.5em;
}
#slider-section .sliderContainer .arrow-button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  bordeR: none;
  outline: none;
  align-self: flex-end;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
#slider-section .sliderContainer .arrow-button img {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(1) {
  background-image: url(./images/1_slide_mobile_octavia.jpg);
  background-position-y: 28%;
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(1) {
    background-position-y: 0%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(1).fullScreen {
  margin-left: -1.5%;
  z-index: 1;
  background-image: url(./images/1_slide_mobile_octavia_full.jpg);
  background-position-y: 20%;
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(1).fullScreen .main-list li:nth-of-type(1) {
  width: 85%;
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(1).fullScreen .main-list li:nth-of-type(2) {
  padding-left: 0%;
  width: 90%;
}
@media screen and (max-width: 500px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(1).fullScreen {
    margin-left: -3%;
  }
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(1).fullScreen {
    margin-left: -3.5%;
    background-position-y: 30%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(2) {
  background-image: url(./images/2_slide_mobile_fabia.jpg);
  background-position-y: 20%;
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(2) {
    background-position-y: 0%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(2).fullScreen {
  margin-left: -1%;
  margin-right: -1%;
  z-index: 1;
  background-image: url(./images/2_slide_mobile_fabia_full.jpg);
  background-position-y: 20%;
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(2).fullScreen .main-list li:nth-of-type(1) {
  width: 65%;
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(2).fullScreen .main-list li:nth-of-type(2) {
  width: 45%;
}
@media screen and (max-width: 500px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(2).fullScreen {
    margin-left: -2.5%;
  }
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(2).fullScreen {
    margin-left: -2.8%;
    margin-right: -1%;
    background-position-y: 30%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(3) {
  background-image: url(./images/4_slide_mobile_karoq.jpg);
  background-position-y: 20%;
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(3) {
    background-position-y: 0%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(3).fullScreen {
  margin-left: -1%;
  margin-right: -1%;
  z-index: 1;
  background-image: url(./images/4_slide_mobile_karoq_full.jpg);
  background-position-y: 20%;
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(3).fullScreen .main-list li:nth-of-type(1) {
  padding-left: 0%;
  width: 90%;
}
@media screen and (max-width: 500px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(3).fullScreen {
    margin-left: -2%;
  }
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(3).fullScreen {
    margin-left: -2%;
    margin-right: -1%;
    background-position-y: 30%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(4) {
  background-image: url(./images/3_slide_mobile_kodiaq.jpg);
  background-position-y: 20%;
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(4) {
    background-position-y: 0%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(4).fullScreen {
  margin-left: -0.5%;
  margin-right: -1.5%;
  z-index: 1;
  background-image: url(./images/3_slide_mobile_kodiaq_full.jpg);
  background-position-y: 20%;
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(4).fullScreen .main-list li:nth-of-type(1) {
  padding-left: 0%;
  width: 90%;
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(4).fullScreen {
    background-position-y: 30%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(5) {
  background-image: url(./images/5_slide_mobile_superb.jpg);
  background-position-y: 20%;
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(5) {
    background-position-y: 0%;
    background-color: #fff;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(5).fullScreen {
  margin-left: -1.5%;
  margin-right: -2.8%;
  z-index: 1;
  background-image: url(./images/5_slide_mobile_superb_full.jpg);
  background-position-y: 20%;
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(5).fullScreen .main-list li:nth-of-type(1) {
  padding-left: 0%;
  width: 90%;
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(5).fullScreen {
    margin-left: -1%;
    margin-right: -2.8%;
    background-position-y: 30%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(6) {
  background-image: url(./images/6_slide_mobile_citigo.jpg);
  background-position-y: 20%;
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(6) {
    background-position-y: 0%;
  }
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(6).fullScreen {
  margin-left: -1.5%;
  margin-right: -3.5%;
  z-index: 1;
  background-image: url(./images/6_slide_mobile_citigo_full.jpg);
  background-position-y: 20%;
}
#slider-section .sliderContainer .swiper-slide:nth-of-type(6).fullScreen .main-list li:nth-of-type(1) {
  padding-left: 0%;
  width: 90%;
}
@media screen and (max-width: 400px) {
  #slider-section .sliderContainer .swiper-slide:nth-of-type(6).fullScreen {
    margin-left: 0%;
    margin-right: -3.5%;
    background-position-y: 30%;
  }
}
#slider-section .sliderContainer .swiper-slide__text {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#slider-section .sliderContainer .slider-header {
  text-transform: uppercase;
  margin: 0 auto;
  font-family: "SKODANextBlack";
  font-size: 1.8em;
}
#slider-section .sliderContainer .fullScreen {
  width: 106vw !important;
  height: 100%;
  top: 0px;
  left: 0px;
  margin-left: -3%;
  margin-right: 0%;
  padding: 0;
  background-position-x: 50%;
}
#slider-section .sliderContainer .fullScreen .swiper-text__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 5%;
  text-align: center;
}
#slider-section .sliderContainer .fullScreen .main-list {
  padding-left: 0;
  margin-bottom: 2%;
  font-family: "SKODANextLight";
  font-weight: 100;
  font-size: 1.8em;
}
#slider-section .sliderContainer .fullScreen .main-button {
  z-index: 100;
  padding: 0em 4.3em;
  font-size: 1.8em;
  line-height: 3.1em;
}
#slider-section .sliderContainer .fullScreen .main-button img {
  margin-top: 1em;
  margin-left: 0.7em;
  height: 1em;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  #slider-section .sliderContainer .slider {
    display: none;
  }
  #slider-section .sliderContainer .slider-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #slider-section .sliderContainer .swiper-text__container {
    padding-bottom: 0;
  }
  #slider-section .sliderContainer .main-list {
    margin-bottom: 0%;
  }
  #slider-section .sliderContainer .main-button img {
    padding: 0;
    margin-left: 0.5em;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 450px) {
  #slider-section .sliderContainer .swiper-text__container {
    padding-bottom: 10%;
  }
  #slider-section .sliderContainer .main-list {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  #slider-section {
    height: calc(100vh - 40px);
    min-height: 540px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    background-image: url(./images/6_slider_mobile_citigo.jpg);
    background-image: url(./images/5_slider_mobile_superb.jpg);
    background-image: url(./images/4_slider_mobile_karoq.jpg);
    background-image: url(./images/3_slider_mobile_kodiaq.jpg);
    background-image: url(./images/2_slider_mobile_fabia.jpg);
    background-image: url(./images/1_slider_mobile_octavia.jpg);
  }
  #slider-section .toSectionBelow {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 15%;
    position: relative;
    width: 15%;
    z-index: 1;
  }
  #slider-section .toSectionBelow:focus,
  #slider-section .toSectionBelow:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  #slider-section.octavia {
    background-image: url(./images/1_slider_mobile_octavia.jpg);
    opacity: 1;
  }
  #slider-section.fabia {
    background-image: url(./images/2_slider_mobile_fabia.jpg);
    opacity: 1;
  }
  #slider-section.kodiaq {
    background-image: url(./images/3_slider_mobile_kodiaq.jpg);
    opacity: 1;
  }
  #slider-section.karoq {
    background-image: url(./images/4_slider_mobile_karoq.jpg);
    opacity: 1;
  }
  #slider-section.superb {
    background-image: url(./images/5_slider_mobile_superb.jpg);
    opacity: 1;
  }
  #slider-section.citigo {
    background-image: url(./images/6_slider_mobile_citigo.jpg);
    opacity: 1;
  }
  #slider-section .slider-text {
    position: absolute;
    top: 2%;
    left: auto;
    right: auto;
    width: 100%;
  }
  #slider-section .slider-text-main {
    font-size: 2.6em;
  }
  #slider-section .slider-text-small {
    font-size: 2.1em;
  }
}
@-webkit-keyframes tinySwipe {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-3.5%, 0);
            transform: translate(-3.5%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes tinySwipe {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-3.5%, 0);
            transform: translate(-3.5%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.tinySwipe {
  -webkit-animation: tinySwipe 2s ease 1;
          animation: tinySwipe 2s ease 1;
}
.offer-end {
  position: relative;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.offer-end::-webkit-scrollbar {
  /* WebKit */
  width: 0px;
}
.offer-end .fp-tableCell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1550px) {
  .offer-end .fp-tableCell {
    min-height: 100vh;
  }
}
.offer-end #scene2 {
  position: relative;
  overflow: hidden;
  max-height: 85vh;
}
@media screen and (max-width: 1700px) {
  .offer-end #scene2 {
    max-height: auto;
    min-height: 45em;
  }
}
@media screen and (max-width: 1014px) {
  .offer-end #scene2 {
    min-height: 410px;
  }
}
@media screen and (max-width: 767px) {
  .offer-end #scene2 {
    display: none;
  }
}
.offer-end #scene2 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .offer-end #scene2 img {
    display: none !important;
  }
}
.offer-end .offer-text {
  font-family: "SKODANextLight";
  font-size: 1.3em;
  font-weight: 100;
  margin-bottom: 0.5em;
  line-height: 1.1em;
}
.offer-end .offer-description {
  width: 60%;
  margin: -15% auto 0 auto;
}
.offer-end .offer-description-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.offer-end .offer-list {
  padding-left: 0;
  font-size: 1.3em;
  margin-top: 0;
}
.offer-end .offer-list--bullet {
  padding-left: 2em;
  display: inline-block;
  padding-left: 1em;
}
.offer-end .offer-list--bullet:before {
  left: 1.5%;
}
.offer-end .offer-button {
  max-width: 312px;
  min-width: 250px;
  width: 80%;
}
.offer-end .offer-button::after {
  right: 20%;
}
.offer-end .col-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.offer-end .calc-stripe {
  height: 8em;
  background-color: #fff;
  min-height: 8em;
  color: #000;
  position: relative;
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .offer-end .calc-stripe {
    text-align: center;
    height: 100%;
    max-height: 300px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .offer-end .calc-stripe .col-icon img {
    width: 20%;
    margin: 10% auto 5% auto;
  }
  .offer-end .calc-stripe .calc-description {
    width: 90%;
  }
  .offer-end .calc-stripe .calc-text-slim,
  .offer-end .calc-stripe .calc-text-bold {
    font-size: 1.1em;
  }
}
.offer-end .calc-stripe .calc-description {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media screen and (min-width: 1023px) {
  .offer-end .calc-stripe .row {
    height: 100%;
  }
}
.offer-end .calc-stripe .col-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offer-end .calc-stripe .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offer-end .calc-stripe p {
  margin: 0.15em 0;
}
.offer-end .calc-stripe .calc-text-slim {
  font-family: "SKODANextLight";
  font-size: 1.2em;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .offer-end .calc-stripe .calc-text-slim {
    font-size: 2.1em;
  }
}
.offer-end .calc-stripe .calc-text-bold {
  font-family: "SKODANextBlack";
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .offer-end .calc-stripe .calc-text-bold {
    font-size: 2.1em;
  }
}
.offer-end .calc-stripe .col-calc-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -1%;
}
.offer-end .calc-stripe .col-calc-btn .offer-button {
  padding: 1em 4em;
  background-color: #000;
}
.offer-end .calc-stripe .col-calc-btn .offer-button img {
  width: 1.1em;
  margin-left: 0.6em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
.offer-end .calc-stripe .col-calc-btn .offer-button::after {
  right: 10%;
}
@media screen and (min-width: 1600px) {
  .offer-end .calc-stripe .col-calc-btn .offer-button img {
    width: 1.1em;
    margin-left: 0.3em;
    padding-top: 0.9em;
    padding-bottom: 0em;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .offer-end .calc-stripe .col-calc-btn .offer-button {
    margin: 5% auto;
    max-width: 14em;
    margin-bottom: 20%;
    text-align: center;
    padding: 0.7em 2.6em;
  }
  .offer-end .calc-stripe .col-calc-btn .offer-button::after {
    right: 7%;
  }
}
@media screen and (max-width: 1600px) {
  .offer-end {
    height: 100% !important;
  }
}
@media screen and (max-width: 1250px) {
  .offer-end .offer-description {
    margin: -17% auto 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .offer-end .offer-description {
    margin: -15% auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .offer-end {
    height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
  }
  .offer-end .offer {
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 80vh;
    min-height: 615px;
    justify-content: flex-end;
    background-image: url(./images/bg_bottom_mobile.jpg);
    background-size: cover;
    background-position-x: center;
  }
  .offer-end #scene2 {
    flex: 1 1 auto;
    height: 100%;
  }
  .offer-end .offer-description {
    flex: 0 1 40px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
  }
  .offer-end .offer-description .offer-button {
    margin-bottom: 10%;
  }
  .offer-end .offer-text {
    font-size: 1.8em;
  }
  .offer-end .offer-list {
    font-size: 1.8em;
  }
  .offer-end .offer-list li:nth-of-type(2) {
    width: 65%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .offer-end .offer {
    height: 100vh;
  }
}
.offer-end .pagination {
  background-image: url(./images/pagination3.png);
  z-index: 2;
}
.offer-end .main-button {
  max-width: 18em;
  min-width: 18em;
  width: 80%;
  line-height: 1.3em;
  padding: 1em 6em;
  margin-bottom: 0em;
  margin-top: 0.7em;
}
.offer-end .main-button img {
  width: 1.1em;
  margin-left: 0.8em;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1600px) {
}
@media screen and (max-width: 767px) {
  .offer-end .main-button {
    margin-bottom: 20%;
    max-width: 14em;
    min-width: 15em;
    width: 80%;
    line-height: 1.3em;
    padding: 0.7em 5em;
    font-size: 1.8em;
    height: 2.8em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-logo {
    top: 25%;
  }
  .js-token-box .token-box {
    bottom: 7%;
  }
  #slider-section .toSectionBelow {
    margin-top: 0%;
  }
  .pagination {
    display: block;
  }
  .content-container {
    display: flex;
    flex-direction: column;
  }
  .hero-section {
    justify-content: flex-start;
  }
  #Isolation_Mode {
    display: none;
  }
  .offer-end .main-button {
    padding: 1em 4em 1em 6em;
  }
  .offer-end .main-button img {
    width: 1.5em;
    margin-left: 1em;
    padding-top: 0em;
    padding-bottom: 0.9em;
    padding-right: 0.2em;
    padding-left: 0.2em;
  }
  .offer-end .calc-stripe .col-calc-btn .offer-button {
    padding: 1em 4em;
  }
}
@supports (-ms-ime-align: auto) {
  .pagination {
    display: block;
  }
  #Isolation_Mode {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
