/*
sLess v 2.00

normalize.less
 - normalize css

reference.less
 - position
 - display
 - margin
 - shadow
 - animation
 - transform
 - responsive

style.less
 - main style

fonts.less
 - fonts style

popup.less
 - popup style

grid.less
 - grid size and configuration

animate.less
 - animation using keyframe style
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
header,
figure,
footer,
main,
figcaption,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
body {
  line-height: 100%;
  height: 100%;
}
body u {
  text-decoration: underline;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
}
/* FILE NAVIGATION */
#file-nav {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000000;
  color: white;
  transition: all 100ms;
  transition-timing-function: ease-out;
}
#file-nav .page-list {
  padding: 20px 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  background: #323A47;
  width: 250px;
  height: 400px;
}
#file-nav .page-list #scroll-nav {
  height: 280px;
  overflow: hidden;
}
#file-nav .page-list h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-align: center;
}
#file-nav .page-list a {
  display: block;
  line-height: 140%;
  padding: 0 10px;
  letter-spacing: 2px;
  font-size: 10px;
  text-transform: capitalize;
  color: white;
  opacity: 0.4;
  margin-bottom: 20px;
}
#file-nav .page-list a:hover {
  opacity: 1;
}
#file-nav .page-list .mCSB_scrollTools .mCSB_draggerRail {
  background: white;
  opacity: 0.1;
  width: 4px;
}
#file-nav .page-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #8593A9;
  width: 6px;
}
#file-nav #file-nav-toggle {
  width: 60px;
  height: 60px;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 100%;
  border-radius: 50%;
  background: #2A313D;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 10px 0 0 4px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 200ms;
  transition-timing-function: ease-out;
  color: white;
}
#file-nav #file-nav-toggle span {
  font-size: 7px;
  letter-spacing: 1px;
  display: block;
  position: relative;
  left: -2px;
  font-weight: 400;
}
#file-nav #file-nav-toggle small {
  display: block;
  width: 17px;
  margin: 0 auto 7px auto;
  transition: all 200ms;
  transition-timing-function: ease-out;
}
#file-nav #file-nav-toggle small span {
  display: block;
  height: 2px;
  background: white;
  margin-bottom: 2px;
}
#file-nav #file-nav-toggle:hover {
  opacity: 1;
}
#file-nav #file-nav-toggle.active {
  border-radius: 0;
}
#file-nav #file-nav-toggle.active small {
  width: 3px;
}
#file-nav .status {
  color: white;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
}
#file-nav .status .single {
  width: 50%;
  float: left;
  font-size: 32px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 3px;
}
#file-nav .status .single span {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 18px;
}
/* MARGIN */
/*LINE CLAMP*/
/* DISPLAY*/
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline {
  display: inline !lteIE7;
  display: inline-block;
}
.none {
  display: none;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* POSITION */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
/* SHADOW */
.shadow {
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.35);
}
.shadow-none {
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0);
}
.shadow-white {
  box-shadow: 1px 1px 1px 1px #ffffff;
}
.shadow-inset {
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.text-shadow {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-filter: dropshadow(color=#000000, offx=1, offy=1);
          filter: dropshadow(color=#000000, offx=1, offy=1);
}
.text-shadow-none {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-filter: dropshadow(color=#000000, offx=0, offy=0);
          filter: dropshadow(color=#000000, offx=0, offy=0);
}
.text-shadow-inset {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.5);
  -webkit-filter: dropshadow(color=#ffffff, offx=1, offy=0);
          filter: dropshadow(color=#ffffff, offx=1, offy=0);
}
.text-shadow-white {
  text-shadow: 1.5px 1.5px 1px #ffffff;
  -webkit-filter: dropshadow(color=#ffffff, offx=1, offy=0);
          filter: dropshadow(color=#ffffff, offx=1, offy=0);
}
.text-shadow-white-2 {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-filter: dropshadow(color=#ffffff, offx=1, offy=0);
          filter: dropshadow(color=#ffffff, offx=1, offy=0);
}
/* ANIMATION */
/* BORDER RADIUS */
.cover-it {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.br {
  border: solid 1px red;
}
/* FLOAT */
.left-side {
  float: left;
}
.right-side {
  float: right;
}
/* RESPONSIVE */
.block-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .block-mobile {
    display: block !important;
  }
}
.inline-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .inline-mobile {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}
/* COLOR */
/* CONTAINER */
.container {
  width: 1170px;
  padding: 0 16px;
  margin: 0 auto 0 auto;
  position: relative;
}
@media screen and (max-width: 1170px) {
  .container {
    width: 992px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.row {
  margin: 0 -16px;
}
.row::after,
.row::before {
  display: table;
  content: ' ';
  clear: both;
}
.dc1,
.dc2,
.dc3,
.dc4,
.dc5,
.dc6,
.dc7,
.dc8,
.dc9,
.dc10,
.dc11,
.dc12,
.tc1,
.tc2,
.tc3,
.tc4,
.tc5,
.tc6,
.tc7,
.tc8,
.tc9,
.tc10,
.tc11,
.tc12,
.mc1,
.mc2,
.mc3,
.mc4,
.mc5,
.mc6,
.mc7,
.mc8,
.mc9,
.mc10,
.mc11,
.mc12 {
  padding: 0 16px;
  float: left;
}
.dc1.auto,
.dc2.auto,
.dc3.auto,
.dc4.auto,
.dc5.auto,
.dc6.auto,
.dc7.auto,
.dc8.auto,
.dc9.auto,
.dc10.auto,
.dc11.auto,
.dc12.auto,
.tc1.auto,
.tc2.auto,
.tc3.auto,
.tc4.auto,
.tc5.auto,
.tc6.auto,
.tc7.auto,
.tc8.auto,
.tc9.auto,
.tc10.auto,
.tc11.auto,
.tc12.auto,
.mc1.auto,
.mc2.auto,
.mc3.auto,
.mc4.auto,
.mc5.auto,
.mc6.auto,
.mc7.auto,
.mc8.auto,
.mc9.auto,
.mc10.auto,
.mc11.auto,
.mc12.auto {
  float: none;
  margin: 0 auto 0 auto;
}
.dc1.inline,
.dc2.inline,
.dc3.inline,
.dc4.inline,
.dc5.inline,
.dc6.inline,
.dc7.inline,
.dc8.inline,
.dc9.inline,
.dc10.inline,
.dc11.inline,
.dc12.inline,
.tc1.inline,
.tc2.inline,
.tc3.inline,
.tc4.inline,
.tc5.inline,
.tc6.inline,
.tc7.inline,
.tc8.inline,
.tc9.inline,
.tc10.inline,
.tc11.inline,
.tc12.inline,
.mc1.inline,
.mc2.inline,
.mc3.inline,
.mc4.inline,
.mc5.inline,
.mc6.inline,
.mc7.inline,
.mc8.inline,
.mc9.inline,
.mc10.inline,
.mc11.inline,
.mc12.inline {
  display: inline-block;
  margin: 0 -2px;
  float: none;
}
.dc1 {
  width: 8.3%;
}
.dc2 {
  width: 16.6%;
}
.dc3 {
  width: 25%;
}
.dc4 {
  width: 33.3%;
}
.dc5 {
  width: 41.6%;
}
.dc6 {
  width: 50%;
}
.dc7 {
  width: 58.3%;
}
.dc8 {
  width: 66.6%;
}
.dc9 {
  width: 75%;
}
.dc10 {
  width: 83.3%;
}
.dc11 {
  width: 91.6%;
}
.dc12 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .tc1 {
    width: 8.3%;
  }
  .tc2 {
    width: 16.6%;
  }
  .tc3 {
    width: 25%;
  }
  .tc4 {
    width: 33.3%;
  }
  .tc5 {
    width: 41.6%;
  }
  .tc6 {
    width: 50%;
  }
  .tc7 {
    width: 58.3%;
  }
  .tc8 {
    width: 66.6%;
  }
  .tc9 {
    width: 75%;
  }
  .tc10 {
    width: 83.3%;
  }
  .tc11 {
    width: 91.6%;
  }
  .tc12 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .mc1 {
    width: 8.3%;
  }
  .mc2 {
    width: 16.6%;
  }
  .mc3 {
    width: 25%;
  }
  .mdc4 {
    width: 33.3%;
  }
  .mc5 {
    width: 41.6%;
  }
  .mc6 {
    width: 50%;
  }
  .mc7 {
    width: 58.3%;
  }
  .mc8 {
    width: 66.6%;
  }
  .mc9 {
    width: 75%;
  }
  .mc10 {
    width: 83.3%;
  }
  .mc11 {
    width: 91.6%;
  }
  .mc12 {
    width: 100%;
  }
}
/* FONTS */
/* Helvetica Neue Family */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/');
  src: url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/#iefix') format('embedded-opentype'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue-Medium.woff2') format('woff2'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue-Medium.woff') format('woff'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue-Medium.ttf') format('truetype'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/');
  src: url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/#iefix') format('embedded-opentype'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue-Light.woff2') format('woff2'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue-Light.woff') format('woff'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue-Light.ttf') format('truetype'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/');
  src: url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/#iefix') format('embedded-opentype'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue.woff2') format('woff2'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue.woff') format('woff'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue.ttf') format('truetype'), url('https://lindungibumi.bayer.com/styling/fonts/helvetica-neue/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* End -- Helvetica Neue Family */
@font-face {
  font-family: 'GothamBold';
  src: url('https://lindungibumi.bayer.com/styling/css/GothamBold.eot');
  src: url('https://lindungibumi.bayer.com/styling/css/GothamBold.eot') format('embedded-opentype'), url('https://lindungibumi.bayer.com/styling/css/GothamBold.woff') format('woff'), url('https://lindungibumi.bayer.com/styling/css/GothamBold.ttf') format('truetype'), url('https://lindungibumi.bayer.com/styling/css/GothamBold.svg#GothamBold') format('svg');
}
@font-face {
  font-family: 'GothamBook';
  src: url('https://lindungibumi.bayer.com/styling/css/GothamBook.eot');
  src: url('https://lindungibumi.bayer.com/styling/css/GothamBook.eot') format('embedded-opentype'), url('https://lindungibumi.bayer.com/styling/css/GothamBook.woff') format('woff'), url('https://lindungibumi.bayer.com/styling/css/GothamBook.ttf') format('truetype'), url('https://lindungibumi.bayer.com/styling/css/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
  font-family: 'GothamMedium';
  src: url('https://lindungibumi.bayer.com/styling/css/GothamMedium.eot');
  src: url('https://lindungibumi.bayer.com/styling/css/GothamMedium.eot') format('embedded-opentype'), url('https://lindungibumi.bayer.com/styling/css/GothamMedium.woff') format('woff'), url('https://lindungibumi.bayer.com/styling/css/GothamMedium.ttf') format('truetype'), url('https://lindungibumi.bayer.com/styling/css/GothamMedium.svg#GothamMedium') format('svg');
}
/* Font Mixins */
/* End -- Font Mixins */
/* TYPOGRAPHY */
html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 300;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1024px) {
  html {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-weight: normal;
  }
}
html p {
  line-height: 24px;
}
html p b,
html p strong,
html p a {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  html p b,
  html p strong,
  html p a {
    font-weight: bold;
  }
}
html p a {
  text-decoration: underline;
}
html a {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  html a {
    font-weight: bold;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
li,
span {
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  li,
  span {
    line-height: 1.4;
  }
}
h1,
.h1 {
  font-size: 3.052rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 1.802rem;
    margin-bottom: 16px;
  }
}
h2,
.h2 {
  font-family: 'GothamBold', sans-serif;
  font-size: 44px;
  letter-spacing: 0.04em;
  line-height: 53px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
h2.medium,
.h2.medium {
  font-size: 32px;
  line-height: 40px;
}
h2.medium span,
.h2.medium span {
  line-height: 40px;
}
h2 span,
.h2 span {
  position: relative;
  line-height: 53px;
  display: inline-block;
}
h2 span img,
.h2 span img {
  position: absolute;
  left: 100%;
  top: -10px;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 480px) {
  h2 span img,
  .h2 span img {
    top: 0;
  }
}
h3,
.h3 {
  font-family: 'GothamBold', sans-serif;
  font-size: 1.953rem;
  margin-bottom: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 1.424rem;
  }
}
h4,
.h4 {
  font-family: 'GothamBold', sans-serif;
  font-size: 1.563rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 1.266rem;
    margin-bottom: 8px;
  }
}
h5,
.h5 {
  font-family: 'GothamBold', sans-serif;
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}
h6,
.h6 {
  font-family: 'GothamBold', sans-serif;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-size: 1rem;
  margin-bottom: 8px;
}
::marker {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  ::marker {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  ::marker {
    font-weight: bold;
  }
}
ul,
ol {
  margin: 0 0 15px;
}
ul.disc > li {
  position: relative;
  margin-left: 20px;
  list-style: disc;
}
ol.decimal > li {
  list-style: decimal;
  margin-left: 20px;
}
a {
  color: black;
  text-decoration: none;
}
button:hover,
a:hover {
  cursor: pointer;
}
.lt {
  text-align: left;
}
.rt {
  text-align: right;
}
.ct {
  text-align: center;
}
input.radio,
input.check {
  opacity: 0;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
input.radio:hover,
input.check:hover {
  cursor: pointer;
}
input.radio + label {
  background: url("https://lindungibumi.bayer.com/styling/img/icon-radio.png") no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}
input.check + label {
  background: url("https://lindungibumi.bayer.com/styling/img/icon-check.png") no-repeat scroll 0 0;
  display: block;
  height: 16px;
  width: 16px;
}
input.radio:hover + label,
input.check:hover + label {
  background-position: -16px 0;
}
input.radio:checked + label,
input.check:checked + label {
  background-position: -32px 0;
}
input.radio:disabled + label,
input.check:disabled + label {
  background-position: -48px 0;
}
body,
html {
  height: 100%;
}
.red {
  color: #EC1616;
}
a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #0072B5;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  a {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  a {
    font-weight: bold;
  }
}
#top-wrapper {
  margin-bottom: 0px;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  #top-wrapper {
    padding-top: 64px;
  }
}
.push {
  height: 0px;
}
.btn {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  border-radius: 40px;
  display: inline !lteIE7;
  display: inline-block;
  transition: all 200ms;
  transition-timing-function: ease-out;
  background: #ededed;
  border: none;
  height: 40px;
  letter-spacing: 0.05em;
  line-height: 40px;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    font-weight: bold;
  }
}
.btn:hover {
  background: #dddddd;
}
.btn--red,
.btn--orange,
.btn--blue,
.btn--green {
  color: white;
  transition: all 0.3s ease-out;
}
.btn--red {
  background: linear-gradient(180deg, #FF3D3D 0%, #FB3232 50%, #F31608 100%);
  box-shadow: 0px 2px 4px #CCD1D5, inset 0px 1px 1px #FF7E7E;
}
.btn--red:hover {
  background: linear-gradient(180deg, #DF0202 0%, #CB0707 50%, #D21307 100%);
  box-shadow: 0px 0px 0px #CCD1D5, inset 0px 1px 1px #910000;
}
.btn--blue {
  background: linear-gradient(180deg, #0996EB 0%, #068BD9 50%, #0780C8 100%);
  box-shadow: inset 0px 1px 1px #37B4FE;
}
.btn--blue:hover {
  background: linear-gradient(180deg, #0778BB 0%, #056CA8 50%, #055F94 100%);
  box-shadow: inset 0px 1px 1px #015384;
}
.btn--green {
  background: url(https://lindungibumi.bayer.com/styling/img/btn-green.png) center;
  background-size: 120% 100%;
  border: solid 3px #0E7B0C;
}
.btn--green:hover {
  background: url(https://lindungibumi.bayer.com/styling/img/btn-green.png) center;
  background-size: 120% 100%;
}
.btn--orange {
  background: linear-gradient(180deg, #FFA63D 0%, #FB9232 50%, #F37908 100%);
  box-shadow: 0px 2px 4px #CCD1D5, inset 0px 1px 1px #FFBC7E;
}
.btn--orange:hover {
  background: linear-gradient(180deg, #D67400 0%, #DC6C05 50%, #D96C07 100%);
  box-shadow: 0px 0px 0px #CCD1D5, inset 0px 1px 1px #B95900;
}
.btn--text-orange {
  background: url(https://lindungibumi.bayer.com/styling/img/btn-text.png);
  background-size: cover;
  box-shadow: inset 0 1px 4px rgba(106, 106, 106, 0.25);
  color: #F7851B !important;
}
.btn--text-orange:hover {
  background: url(https://lindungibumi.bayer.com/styling/img/btn-text.png);
  background-size: cover;
  box-shadow: inset 0 1px 6px rgba(106, 106, 106, 0.35);
}
.btn--white {
  color: #EC1616;
  background: white;
  border: solid 1px #EC1616;
}
.btn--large {
  height: 52px;
  line-height: 52px;
  font-size: 1.6rem;
  padding: 0 40px;
}
.btn--large.btn--green {
  line-height: 46px;
}
.btn--small {
  height: 24px;
  line-height: 24px;
  font-size: 0.86rem;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .btn--large {
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    padding: 0 20px;
  }
  .btn--large.btn--green {
    line-height: 34px;
  }
}
.filter-btn .btn {
  background-color: #EDEDED;
}
.filter-btn .btn:hover {
  background-color: #dddddd;
}
.filter-btn .btn.active,
.filter-btn .btn.active:hover {
  background: linear-gradient(180deg, #0996EB 0%, #068BD9 50%, #0780C8 100%);
  box-shadow: inset 0px 1px 1px #37B4FE;
  color: #ffffff;
}
header {
  position: fixed;
  background: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}
header .container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 1170px) {
  header .container {
    width: 100%;
  }
}
@media screen and (max-width: 1170px) {
  header a.logo {
    max-width: 140px;
  }
  header a.logo img {
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    transform: translateZ(0);
    display: block;
    max-width: 100%;
  }
}
header nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header nav ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding-right: 30px;
}
@media screen and (max-width: 1170px) {
  header nav ul {
    padding-right: 16px;
  }
}
header nav ul li {
  margin: 0;
  display: block;
  padding: 12px 16px;
}
@media screen and (max-width: 1170px) {
  header nav ul li {
    padding: 12px 10px;
  }
}
header nav ul li a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  transition: all 200ms;
  transition-timing-function: ease-out;
  color: black;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  header nav ul li a {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  header nav ul li a {
    font-weight: bold;
  }
}
header nav ul li a:hover {
  color: #EC1616;
}
header nav .btn {
  margin-right: 16px;
}
@media screen and (max-width: 1170px) {
  header nav .btn {
    margin-right: 8px;
  }
}
header nav .btn:last-child {
  margin-right: 0;
}
header #toggle {
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
header #toggle span {
  display: block;
  background: #EC1616;
  border-radius: 4px;
  height: 4px;
  width: 100%;
  position: relative;
}
header #toggle span:before,
header #toggle span:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  background: #EC1616;
  border-radius: 4px;
  height: 4px;
  width: 100%;
}
header #toggle span:before {
  top: -8px;
}
header #toggle span:after {
  bottom: -8px;
}
@media screen and (max-width: 1024px) {
  header #toggle {
    display: block;
  }
  header .logo img {
    height: 40px;
  }
  header .container {
    height: 64px;
  }
  header nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 24px;
    background: white;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  header nav ul {
    text-align: left;
    margin: 0 0 24px 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  header nav ul li {
    display: block;
    width: 100%;
    padding: 0;
  }
  header nav ul li a {
    display: block;
    padding: 12px 10px;
  }
  header nav .btn {
    margin: 0 2px;
  }
  header nav.active {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  header nav {
    padding: 24px 16px;
  }
}
/*HEADER*/
.swiper-container,
.swiper-wrapper,
.swiper.slide {
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.swiper-container .next,
.swiper-container .prev {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 10;
  border: none;
  background: none;
  padding: 0;
}
.swiper-container .next {
  right: 16px;
}
.swiper-container .prev {
  left: 16px;
}
.swiper-pagination span {
  background: #EDEDED;
  margin: 0 3px !important;
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: all 200ms;
  transition-timing-function: ease-out;
}
.swiper-pagination span:hover {
  opacity: 0.7;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #EC1616;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .swiper-container .next,
  .swiper-container .prev {
    margin-top: -20px;
  }
  .swiper-container .next img,
  .swiper-container .prev img {
    width: 40px;
  }
}
.prize__slider .next,
.prize__slider .prev {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 10;
  border: none;
  background: none;
  padding: 0;
}
.prize__slider .next {
  right: 16px;
}
.prize__slider .prev {
  left: 16px;
}
.banner {
  height: auto;
}
@media screen and (max-width: 768px) {
  .banner {
    height: auto;
  }
}
.banner .container {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .banner .swiper-container .next,
  .banner .swiper-container .prev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide a.desktop {
    display: none;
  }
}
.banner .swiper-slide a.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide a.mobile {
    display: block;
  }
}
.banner .swiper-slide img {
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
  display: block;
  margin: 0 auto;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #F7851B;
}
/*BANNER*/
.prg {
  padding-top: 50px;
  padding-bottom: 40px;
}
.prg .img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 3%;
}
@media screen and (max-width: 1170px) {
  .prg .img {
    padding-top: 0;
  }
}
.prg .img img {
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
  display: block;
  margin: 0 auto;
}
.prg h2 + p {
  padding-top: 20px;
  text-align: justify;
}
.prg .btn-wrapper {
  padding-bottom: 40px;
  padding-top: 20px;
  border-bottom: solid 1px #E4E4E4;
}
.prg .btn-wrapper .btn {
  margin-right: 16px;
}
@media screen and (max-width: 480px) {
  .prg .btn-wrapper .btn:last-of-type {
    margin-bottom: 32px;
  }
}
.prg .per {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: 32px;
  padding: 12px 0;
}
.prg .per b {
  font-family: 'GothamBold';
}
@media screen and (max-width: 1024px) {
  .prg figure {
    margin-bottom: 24px;
  }
  .prg h2 {
    text-align: center;
  }
  .prg .btn-wrapper .btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .prg .img img {
    max-width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .prg .img img {
    max-width: 90%;
  }
  .prg .btn-wrapper {
    padding-top: 32px;
    padding-bottom: 0px;
    text-align: center;
  }
  .prg .btn-wrapper .btn {
    min-width: 260px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .prg .per {
    display: block;
    text-align: center;
  }
  .prg .per b {
    display: block;
    margin-bottom: 16px;
  }
}
.prize .title h2 + p,
.ci .container > h2 + p,
.prd .container > h2 + p,
.info > .container .text h2 + p {
  padding-top: 12px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .prize .title h2 + p,
  .ci .container > h2 + p,
  .prd .container > h2 + p,
  .info > .container .text h2 + p {
    font-size: 15px;
    line-height: 28px;
    padding-top: 8px;
  }
}
.prize {
  position: relative;
}
@media screen and (max-width: 480px) {
  .prize {
    padding-bottom: 40px;
  }
}
.prize .ll {
  position: absolute;
  left: 0;
  bottom: -26px;
  z-index: 1;
}
.prize .rl {
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: 1;
}
.prize .top {
  background: url(https://lindungibumi.bayer.com/styling/img/bg-top.png) center no-repeat #EC1616;
  background-size: auto 100%;
  text-align: center;
  padding-top: 64px;
  padding-bottom: calc(32px + 99px);
  position: relative;
  color: white;
}
.prize .top:after {
  position: absolute;
  display: block;
  background: url(https://lindungibumi.bayer.com/styling/img/background/pattern-tree-dark-bg.png) left bottom repeat-x;
  bottom: 0;
  content: '';
  height: 99px;
  left: 0;
  width: 100%;
}
.prize .top .container > h2 {
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .prize .top .container > h2 {
    padding-bottom: 0;
  }
}
.prize .top .container > h2 br {
  display: none;
}
@media screen and (max-width: 480px) {
  .prize .top .container > h2 br {
    display: block;
  }
}
.prize .top .box figure {
  padding-bottom: 16px;
}
.prize .top .box figure img {
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.prize .top .box figure + h4 {
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.prize .top ul {
  margin-bottom: 8px;
}
.prize .top li {
  margin-bottom: 0px;
  font-family: 'GothamBold';
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  display: block;
}
.prize .top p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .prize .top p {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .prize .top p {
    font-weight: bold;
  }
}
.prize .title {
  background: url(https://lindungibumi.bayer.com/styling/img/bg-prize.png) center top no-repeat;
  text-align: center;
  padding: 48px 15% 0;
  margin-top: -72px;
}
.prize .btn-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 64px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .prize .btn-wrapper {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
.prize .btn-wrapper .btn {
  margin: 0 10px;
  display: block;
}
.prize__slider {
  position: relative;
  text-align: center;
}
.prize__slider .swiper-container {
  width: 962px;
}
.prize__slider .swiper-container .small {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .prize__slider .swiper-container .small {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .prize__slider .swiper-container .small {
    font-weight: bold;
  }
}
.prize__slider .swiper-container h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.prize__slider .swiper-container button {
  min-width: 160px;
}
.prize__slider .swiper-container figure {
  margin-bottom: 12px;
}
.prize__slider .swiper-container figure img {
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
  overflow: inherit;
  transform: translateZ(0);
  width: auto;
}
.prize__slider .swiper-wrapper {
  padding-bottom: 56px;
}
@media screen and (max-width: 480px) {
  .prize__slider .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.prize__slider .swiper-pagination {
  position: relative;
  bottom: 0;
}
.prize__slider + .btn-wrapper {
  padding-top: 30px;
}
.prize__slider + .btn-wrapper .btn {
  min-width: 180px;
}
@media screen and (max-width: 480px) {
  .prize__slider + .btn-wrapper .btn {
    min-width: 260px;
  }
}
.prize__slider button.prev img,
.prize__slider button.next img {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .prize__slider .swiper-container {
    width: 100%;
  }
  .prize .title {
    width: 768px;
    background-size: 768px auto;
    padding: 40px 32px 0;
    margin: -57px auto 0 auto;
  }
  .prize .top:after {
    background-size: auto 150px;
  }
}
@media screen and (max-width: 768px) {
  .prize .ll,
  .prize .rl {
    width: 60px;
  }
  .prize .btn-wrapper .btn {
    width: 45%;
    margin-bottom: 16px;
  }
  .prize .title {
    width: 480px;
    background-size: 480px auto;
    padding: 40px 32px 0;
    margin: -36px auto 0 auto;
  }
  .prize .title h2 span {
    display: inline !lteIE7;
    display: inline-block;
    max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .prize .btn-wrapper .btn {
    margin: 0 2% 16px;
    width: 45%;
  }
  .prize .title {
    width: calc(100% - 24px);
    background-size: 100% auto;
    padding: 24px 16px 0;
    margin: -24px auto 0 auto;
  }
}
.ci {
  background-color: #fafafa;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
.ci .row {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.ci h2 + p {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ci h2 + p {
    padding-bottom: 20px;
  }
}
.ci .dc4 {
  max-width: 33%;
  margin-bottom: 56px;
}
.ci figure {
  margin-bottom: 16px;
  position: relative;
}
.ci figure img {
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ci h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .ci h5 {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .ci h5 {
    font-weight: bold;
  }
}
.ci p {
  padding: 0 10%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ci p {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .ci p {
    padding: 0 8px;
  }
}
.ci p a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .ci p a {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .ci p a {
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  .ci p + .row.ct {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ci .row {
    display: block;
  }
  .ci .dc4 {
    max-width: none;
    margin-bottom: 24px;
  }
}
.btn-wrapper.line {
  position: relative;
  margin-top: 8px;
}
.btn-wrapper.line span {
  padding: 0 40px;
  background: white;
  position: relative;
  z-index: 1;
}
.btn-wrapper.line:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .btn-wrapper.line span {
    padding: 0 16px;
  }
}
.prd {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
.prd p {
  padding: 0 15%;
}
@media screen and (max-width: 1024px) {
  .prd p {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .prd p {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .prd p {
    padding: 0 8px;
  }
}
.prd p.small {
  font-family: 'GothamMedium';
}
.prd h5 {
  font-family: 'GothamBold';
}
.prd__list {
  padding-top: 64px;
}
.prd__list figure {
  height: 180px;
  margin-bottom: 16px;
}
.prd__list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prd__list p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .prd__list p {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .prd__list p {
    font-weight: bold;
  }
}
.prd__list p.small {
  padding-left: 24px;
  padding-right: 24px;
}
.prd__list h5 {
  font-size: 20px;
  line-height: 24px;
  padding: 0 24px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.prd__list b {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .prd__list b {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .prd__list b {
    font-weight: bold;
  }
}
.prd__slider {
  display: none;
  margin-top: 40px;
}
.prd__slider .swiper-container {
  padding-bottom: 66px;
}
.prd__slider figure img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
  z-index: 1;
}
.prd__slider .swiper-container-horizontal > .swiper-pagination-bullets,
.prd__slider .swiper-pagination-custom,
.prd__slider .swiper-pagination-fraction {
  bottom: 14px;
}
.prd__slider .prev,
.prd__slider .next {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .prd__list {
    display: none;
  }
  .prd__slider {
    display: block;
  }
}
.info > figure img {
  display: block;
  width: 100%;
}
.info .container {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}
.info__banner {
  color: white;
  background-color: #E81515;
  overflow: hidden;
  position: relative;
}
.info__banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-flow: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 50%;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.info__banner .bg {
  height: auto;
  margin: 0 auto;
  width: 100%;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
  z-index: 1;
}
.info__banner .bg.desktop-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .info__banner .bg.desktop-only {
    display: none;
  }
}
.info__banner .text {
  z-index: 1;
  position: relative;
  text-align: center;
  max-width: none;
  margin: 0 auto;
}
.info__banner .text h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .info__banner .text h2 {
    margin-bottom: 20px;
  }
}
.info__banner .text h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .info__banner .text h3 {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .info__banner .text h3 {
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .info__banner .text h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .info__banner .text h3 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .info__banner > .container > .text {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 480px) {
  .info__banner > .container > .text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.info__banner + .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 64px;
  padding-top: 64px;
}
.info__banner + .container .text,
.info__banner + .container .contact {
  width: 50%;
}
@media screen and (max-width: 880px) {
  .info__banner + .container .text,
  .info__banner + .container .contact {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .info__banner + .container .text,
  .info__banner + .container .contact {
    width: 100% !important;
  }
}
.info__banner + .container .text {
  padding-right: 16px;
}
@media screen and (max-width: 1024px) {
  .info__banner + .container .text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .info__banner + .container .text {
    padding-right: 0;
  }
}
.info__banner + .container .text h2 {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .info__banner + .container .text h2 {
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 880px) {
  .info__banner + .container .text h2 span img {
    top: 0;
  }
}
.info__banner + .container .text h2 + p {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .info__banner + .container .text h2 + p {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .info__banner + .container .text h2 + p {
    max-width: 420px;
    margin: 0 auto;
  }
}
.info__banner + .container .contact {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .info__banner + .container .contact {
    width: 40%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .info__banner + .container .contact {
    padding-left: 0;
    padding-top: 24px;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media screen and (max-width: 680px) {
  .info__banner + .container .contact {
    justify-content: center;
    padding-top: 32px;
  }
}
.info__banner + .container .contact .single {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .info__banner + .container .contact .single {
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .info__banner + .container .contact .single {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .info__banner + .container .contact .single {
    border-radius: 8px;
    border: 1px solid #dadada;
    padding: 16px 20px;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 680px) {
  .info__banner + .container .contact .single {
    width: 360px;
  }
}
.info__banner + .container .contact .single:first-of-type {
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .info__banner + .container .contact .single:first-of-type {
    padding-bottom: 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .info__banner + .container .contact .single:first-of-type {
    padding-bottom: 16px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 680px) {
  .info__banner + .container .contact .single:first-of-type {
    margin-bottom: 24px;
  }
}
.info__banner + .container .contact .single img {
  max-width: 100%;
  height: auto;
  display: block;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .info__banner + .container .contact .single img {
    height: 44px;
    width: auto;
  }
}
.info__banner + .container .contact .single .text {
  width: auto;
  padding: 0;
  padding-left: 12px;
}
.info__banner + .container .contact .single .text h6 {
  line-height: 20px;
  margin: 0;
  padding-bottom: 8px;
}
.info__banner + .container .contact .single a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .info__banner + .container .contact .single a {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .info__banner + .container .contact .single a {
    font-weight: bold;
  }
}
/*MIDDLE*/
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0286D3 0%, #017EC7 21.35%, #0072B5 100%);
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer .container {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  footer .container {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  footer nav {
    border-bottom: 1px solid #03639B;
    margin-bottom: 40px;
    width: 100%;
  }
}
footer nav ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
}
footer nav li {
  display: block;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  footer nav li {
    width: 33.33333333%;
    border-top: 1px solid #03639B;
  }
}
@media screen and (max-width: 568px) {
  footer nav li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  footer nav li {
    width: 100%;
  }
}
footer a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: white;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 12px 16px;
  transition: all 200ms;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 1024px) {
  footer a {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  footer a {
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  footer a {
    display: block;
    text-align: center;
  }
}
footer a:hover {
  color: #F7851B;
}
@media screen and (max-width: 568px) {
  footer .btn-wrapper .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*FOOTER*/
.shopee {
  height: 48px;
  line-height: 48px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.shopee img {
  position: relative;
  top: 7px;
  margin-right: 8px;
}
@media screen and (max-width: 340px) {
  .shopee {
    padding: 0 16px;
    font-size: 0.8rem;
  }
}
.ck {
  position: fixed;
  background: linear-gradient(180deg, #0286D3 0%, #017EC7 21.35%, #0072B5 100%);
  transform: translateY(calc(100% + 26px));
  transition: 0.5s ease-out;
  bottom: 0;
  color: white;
  left: 0;
  padding: 40px 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 460px) {
  .ck {
    padding-bottom: 24px;
  }
}
.ck.active {
  transform: translateY(0);
}
.ck a {
  color: white;
}
.ck .container {
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .ck .container {
    padding: 16px;
  }
}
.ck .text {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ck .text .bounds {
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .ck .text .bounds {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ck .text h5 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
}
.ck .text p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .ck .text p {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
.ck .btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .ck .btn-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 380px) {
  .ck .btn-wrapper {
    flex-flow: column;
    flex-direction: column;
  }
}
.ck .btn-wrapper .group {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .ck .btn-wrapper .group {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .ck .btn-wrapper .group {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.ck .btn-wrapper .group .btn {
  min-width: 160px;
}
@media screen and (max-width: 460px) {
  .ck .btn-wrapper .group .btn {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .ck .btn-wrapper .group .btn:not(:first-of-type) {
    margin-top: 0;
    margin-left: 8px;
  }
}
.ck .btn-wrapper .btn {
  box-shadow: 0 2px 3px #005282;
  display: block;
}
@media screen and (max-width: 460px) {
  .ck .btn-wrapper .btn {
    width: 100%;
  }
}
.ck .btn-wrapper .btn:not(:first-of-type) {
  margin-left: 16px;
}
@media screen and (max-width: 460px) {
  .ck .btn-wrapper .btn:not(:first-of-type) {
    margin-left: 0;
    margin-top: 16px;
  }
}
.close-btn {
  position: absolute;
  right: 16px;
  top: -26px;
  background: none;
  border: none;
  padding: 0;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.close-btn img {
  display: block;
}
@media screen and (max-width: 768px) {
  .close-btn {
    top: -16px;
    right: 32px;
  }
}
hr {
  margin: 40px 0;
  height: 1px;
  border: none;
}
hr.dt {
  border-top: dashed 2px #D6D6D6;
}
.prz figure img {
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
  max-width: 100%;
}
.prz li {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  margin-bottom: 0;
  background: none;
}
.prz li:nth-child(odd) {
  background: #f3f3f3;
}
.prz li .btn {
  width: 100px;
}
.prz li .btn:hover {
  background: white;
}
.prz p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .prz p {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .prz p {
    font-weight: bold;
  }
}
.mpp .row {
  display: flex;
  justify-content: center;
}
.mpp .dc4 {
  margin-bottom: 10px;
  max-width: 33%;
}
.mpp figure {
  margin-bottom: 16px;
}
.mpp figure img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .mpp .row {
    display: block;
  }
  .mpp .dc4 {
    max-width: none;
  }
  .mpp figure {
    margin-bottom: 0px;
  }
  .mpp p {
    margin-bottom: 0;
  }
}
.acc {
  text-align: left;
  margin-bottom: 40px;
}
.acc p {
  margin-bottom: 0;
}
.acc__single {
  margin-bottom: 16px;
}
.acc__single.active .acc-a {
  display: block;
}
.acc__single.active .acc-q {
  background: none;
  color: #333333;
}
.acc__single.active .acc-q .exp {
  display: none;
}
.acc__single.active .acc-q .min {
  display: block;
}
.acc-q {
  position: relative;
  padding: 16px 64px 16px 16px;
  background: #F0F3F8;
  color: rgba(51, 51, 51, 0.6);
}
.acc-q p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px !important;
}
@media screen and (max-width: 1024px) {
  .acc-q p {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .acc-q p {
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .acc-q p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .acc-q p {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
.acc-q button {
  position: absolute;
  border-radius: 16px;
  background: #F0F3F8;
  border: none;
  font-size: 1.7rem;
  height: 32px;
  padding: 0;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.acc-q button span {
  height: 100%;
  line-height: 30px;
}
.acc-q .exp {
  display: block;
}
.acc-q .min {
  display: none;
}
.acc-a {
  padding: 0 64px 16px 16px;
  display: none;
}
@media screen and (max-width: 480px) {
  .acc-a {
    padding-right: 0;
  }
}
.acc-a p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .acc-a p {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 480px) {
  .acc-a p {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
.acc-a p b,
.acc-a p strong {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .acc-a p b,
  .acc-a p strong {
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  .acc-a p b,
  .acc-a p strong {
    font-weight: bold;
  }
}
.acc-a p + .prose,
.acc-a p + .prose + p {
  padding-top: 16px;
}
#floating {
  position: fixed;
  z-index: 999;
  right: 16px;
  bottom: 16px;
  transition: all 200ms;
  transition-timing-function: ease-out;
  transform: translateX(calc(100% + 20px));
}
@media screen and (max-width: 1024px) {
  #floating {
    bottom: 0;
    right: 0;
    text-align: center;
    transform: translateX(0) translateY(100%);
    width: 100%;
  }
}
#floating.active {
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  #floating.active {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  #floating .shopee {
    box-shadow: none;
    width: 100%;
    border-radius: 0;
  }
}
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
  background: rgba(86, 23, 20, 0.9);
  text-align: center;
}
.popup .popup-wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.popup .popup-full {
  height: 100%;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.popup .button-sandbox {
  position: relative;
  max-width: calc(95% - 24px);
  width: 1140px;
  z-index: 1;
}
.popup .inner {
  margin: 0 auto 0 auto;
  border-radius: 16px;
  background: white;
  border-top: 24px solid white;
  border-bottom: 24px solid white;
  border-right: 12px solid white;
  border-left: 12px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 75vh;
  max-width: calc(95% - 24px);
  overflow-y: auto;
  position: relative;
  padding: 26px 52px;
  width: 1140px;
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #CE1212 #E4E4E4;
  /* Works on Chrome, Edge, and Safari */
}
.popup .inner::-webkit-scrollbar {
  width: 8px;
}
.popup .inner::-webkit-scrollbar-track {
  background: #E4E4E4;
  border-radius: 10px;
}
.popup .inner::-webkit-scrollbar-thumb {
  background-color: #CE1212;
  border-radius: 20px;
  border: 0 solid #E4E4E4;
}
@media screen and (max-width: 768px) {
  .popup .inner {
    padding: 40px 16px 40px 8px;
  }
}
.popup .prose {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.popup .prose h5 {
  margin: 0;
  padding-bottom: 8px;
}
.popup .prose p {
  text-align: justify;
}
.popup .prose p + h5 {
  padding-top: 24px;
}
.popup .prose ol,
.popup .prose ul {
  margin: 0;
  width: 100%;
}
.popup .prose ol li ol,
.popup .prose ul li ol,
.popup .prose ol li ul,
.popup .prose ul li ul {
  padding-top: 8px;
}
.popup .prose ol li ol li,
.popup .prose ul li ol li,
.popup .prose ol li ul li,
.popup .prose ul li ul li {
  padding-top: 8px;
}
.popup .prose table {
  width: 100%;
}
.popup .prose table thead tr {
  background-color: #F3F3F3;
}
.popup .prose table tbody tr:nth-child(even) {
  background-color: #F3F3F3;
}
.popup .prose table th,
.popup .prose table td {
  padding: 12px 8px;
  line-height: 24px;
}
.popup .prose table th.medium,
.popup .prose table td.medium {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .popup .prose table th.medium,
  .popup .prose table td.medium {
    font-weight: bold;
  }
}
.popup .prose + .btn-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .popup .prose + .btn-wrapper {
    margin-top: 30px;
  }
}
.popup ul,
.popup ol {
  width: 80%;
  margin: 0 auto 32px auto;
  text-align: left;
}
.popup ul ul,
.popup ol ul,
.popup ul ol,
.popup ol ol {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .popup .prz > .row {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .popup .prz > .row .dc6 {
    width: 50% !important;
  }
}
@media screen and (max-width: 680px) {
  .popup .prz > .row .dc6 {
    width: 80% !important;
  }
}
@media screen and (max-width: 480px) {
  .popup .prz > .row .dc6 {
    width: 100% !important;
  }
}
@media screen and (max-width: 680px) {
  .popup .prz > .row .dc6:first-of-type {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .popup .prz > .row .dc4 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .popup .prz > .row .dc4 {
    width: 100%;
    max-width: 420px;
  }
}
.popup .prz > .row .dc4 h5 {
  margin-bottom: 0;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .popup .prz > .row .dc4#redeem-token-pln {
    padding-top: 20px;
  }
}
.popup .prz ul,
.popup .prz ol {
  width: 100%;
}
.popup .prz ul li,
.popup .prz ol li {
  padding: 12px 8px !important;
}
.popup :not(.prz) ul li,
.popup :not(.prz) ol li {
  line-height: 24px;
  padding-top: 16px;
}
.popup :not(.prz) ul li:first-child,
.popup :not(.prz) ol li:first-child {
  padding-top: 0;
}
.popup h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 568px) {
  .popup h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .popup h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.popup h2.medium {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .popup h2.medium {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 568px) {
  .popup h2 span {
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .popup h2 span img {
    width: 24px;
  }
}
.popup .mpp {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .popup .mpp {
    padding-top: 10px;
  }
}
.popup .mpp .row {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.popup .mpp .row .dc4 {
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .popup .mpp .row .dc4 {
    max-width: 50%;
  }
}
@media screen and (max-width: 568px) {
  .popup .mpp .row .dc4 {
    max-width: 100%;
  }
}
.popup .mpp figure {
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
  max-width: 280px;
  margin: 0 auto;
}
.popup .mpp figure img {
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translateZ(0);
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
.popup .mpp figure + p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  max-width: 280px;
  margin: 0 auto;
  padding: 16px 16px 0;
}
@media screen and (max-width: 1024px) {
  .popup .mpp figure + p {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .popup .mpp figure + p {
    font-weight: bold;
  }
}
.popup .mpp .btn-wrapper {
  margin-top: 0;
  padding-top: 8px;
}
.popup.popup--luckydraw .mpp .row .dc4 {
  margin-bottom: 20px;
}
/*POPUP*/
@-webkit-keyframes mouse {
0% {
  opacity: 0;
  top: 3px;
}
10% {
  opacity: 0.7;
  top: 3px;
}
70% {
  opacity: 0.7;
  top: 20px;
}
80% {
  opacity: 0;
  top: 20px;
}
100% {
  opacity: 0;
  top: 0;
}
}
@keyframes mouse {
0% {
  opacity: 0;
  top: 3px;
}
10% {
  opacity: 0.7;
  top: 3px;
}
70% {
  opacity: 0.7;
  top: 20px;
}
80% {
  opacity: 0;
  top: 20px;
}
100% {
  opacity: 0;
  top: 0;
}
}
.mouse:after {
  -webkit-animation: mouse 2s infinite ease-out;
  animation: mouse 3s infinite ease-out;
}
/*# sourceMappingURL=style.css.map */