* {
  font-family: Arial, sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
}

#dpHeader {
  min-height: 69px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
#dpHeader .logo-wrapper {
  width: 218px;
  display: flex;
  justify-content: flex-start;
}
#dpHeader .logo-wrapper.full-width {
  width: 1232px;
}
#dpHeader #logo {
  width: 200px;
  height: auto;
  object-fit: contain;
}
#dpHeader .store-icon-wrapper {
  width: 1030px;
  display: flex;
  justify-content: flex-end;
}

#dpFooter {
  margin-top: auto;
  width: 100%;
  height: 71px;
  background-color: #f5f5f5;
  display: flex;
}
#dpFooter .copyRight {
  padding-left: 50px;
  height: 14px;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  flex: 1;
  line-height: 71px;
}
#dpFooter .footerMenu {
  width: auto;
  text-align: right;
  padding-right: 50px;
}
#dpFooter .footerMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  line-height: 71px;
}
#dpFooter .footerMenu ul li {
  margin-left: 20px;
  float: left;
}
#dpFooter .footerMenu ul li a {
  text-decoration: none;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.btn {
  margin-top: 27px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 71px;
  text-transform: uppercase;
}
.btn a.button {
  display: inline-block;
  width: 327px;
  height: 71px;
  /*border-radius: 35px;*/
  background-color: #60b736;
  color: white;
  text-decoration: none;
  position: relative;
  transition: 0.25s ease-in-out;
}
.btn a.button.cta {
  overflow: hidden;
}
.btn a.button.cta > span {
  margin-left: 45px;
}
.btn a.button.cta:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 71px;
  width: 60px;
  background-color: #72d443;
  opacity: 0.64;
}
.btn a.button.cta:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.btn a.button.cta:hover #arrow {
  animation: bounce 0.6s;
  -webkit-animation: bounce 0.6s;
  -moz-animation: bounce 0.6s;
}
.btn a.button.cta:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.btn a.button #arrow {
  position: relative;
  float: right;
  top: 26px;
  margin-right: 21px;
}
.btn a.button:before, .btn a.button:after, .btn a.button #arrow {
  transition: 0.25s ease-in-out;
}

.content-wrapper {
  width: 669px;
  margin: 0 auto;
  margin-top: 42px;
}
.content-wrapper .header {
  color: #171717;
  font-size: 36px;
  font-weight: 400;
  line-height: 42.53px;
  padding-left: 1px;
}
.content-wrapper .text-content {
  color: #221f1f;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 80px;
}
.content-wrapper .text-content h2.bold {
  font-size: 16px;
  margin: 0;
}
.content-wrapper .text-content p {
  margin: 0;
}
.content-wrapper .text-content .medium-bold {
  font-family: "Lato Medium";
  font-weight: 500;
}
.content-wrapper .text-content .bold {
  font-family: "Lato - Bold";
  font-weight: 700;
}
.content-wrapper .text-content a:not(.regular-link) {
  color: #221f1f;
  font-family: "Lato Medium";
  text-decoration: underline;
}
.content-wrapper p.section-header {
  font-family: "Lato - Bold";
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 16px;
}
.content-wrapper ul li span.item-header {
  text-decoration: underline;
}
.content-wrapper ul.decimal-listItem {
  list-style-type: decimal;
}
.content-wrapper ul.decimal-listItem li {
  padding-left: 10px;
}
.content-wrapper ul.uses-of-information p:not(.text-underline) {
  margin-bottom: 16px;
}
.content-wrapper ol.roman-listItem {
  list-style-type: upper-roman;
}

@-webkit-keyframes bounce {
  0% {
    right: 0;
  }
  25% {
    right: 4px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 0;
  }
}
.browserName, .extensionName {
  text-transform: capitalize;
}

.hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: bold;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media only screen and (max-width: 700px) {
  .content-wrapper {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
  }
}
body {
  background-image: url("images/background.png");
}

.center-wrap {
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.center-wrap .left-content {
  max-width: 520px;
  padding-top: 98px;
}
.center-wrap .left-content .title {
  color: #221f1f;
  font-size: 44px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 50px;
}
.center-wrap .left-content .subtitle {
  color: #221f1f;
  font-size: 28px;
  font-weight: 400;
  padding: 10px 0 15px;
  margin: 0;
  line-height: 34px;
}
.center-wrap .left-content .disclaimer_txt {
  color: #143463;
  font-size: 13px;
  font-weight: 400;
  margin-top: 45px;
  line-height: 16px;
}
.center-wrap .left-content .disclaimer_txt a {
  color: #28a4df;
  text-decoration: underline;
}
.center-wrap .right-content {
  margin-top: 49px;
}
.center-wrap .right-content #pcImg {
  width: 100%;
  height: auto;
}

.cardGrid {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 67px auto 48px;
}
.cardGrid .card {
  display: flex;
  flex-direction: column;
  width: 280px;
  align-items: center;
}
.cardGrid .card span {
  text-align: center;
  color: #143463;
  font-family: all-round-gothic;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .center-wrap .left-content {
    padding-top: 49px;
  }
}
body[data-lang=de] .center-wrap .left-content .title {
  font-size: 32px;
  line-height: 38px;
}
body[data-lang=de] .center-wrap .left-content .subtitle {
  font-size: 22px;
  line-height: 28.87px;
}
body[data-lang=de] .center-wrap .left-content .disclaimer_txt {
  font-size: 13px;
  line-height: 19.21px;
}
body[data-lang=de] .btn {
  font-size: 18px;
}
body[data-lang=de] .btn a.button {
  width: 335px;
}
body[data-lang=de] .btn a.button.cta > span {
  margin-left: 25px;
}

body[data-lang=fr] .center-wrap .left-content .title {
  font-size: 32px;
  line-height: 38px;
}
body[data-lang=fr] .center-wrap .left-content .subtitle {
  font-size: 22px;
  line-height: 28.87px;
}
body[data-lang=fr] .center-wrap .left-content .disclaimer_txt {
  line-height: 19.21px;
}
body[data-lang=fr] .btn {
  font-size: 18px;
}
body[data-lang=fr] .btn a.button {
  width: 335px;
}

* {
  font-family: Avant Garde HBL, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

#dpHeader {
  background: none;
  padding-left: 0;
  padding-right: 10px;
  min-height: 70px;
}
#dpHeader .logo-wrapper {
  align-self: flex-start;
}
#dpHeader .logo-wrapper.full-width {
  width: 100%;
}
#dpHeader #logo {
  width: 160px;
  box-shadow: 0 1px 50px rgba(1, 1, 1, 0.2);
}

#dpFooter {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 45px;
  background: none;
}
#dpFooter .copyRight {
  flex: unset;
  width: 100%;
  line-height: 19px;
  color: #b8b8b8;
  padding-left: 216px;
  font-size: 12px;
}
#dpFooter .footerMenu {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 0;
}
#dpFooter .footerMenu ul {
  line-height: 45px;
}
#dpFooter .footerMenu ul li a {
  color: #b8b8b8;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 510px) {
  #dpHeader .logo-wrapper {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  #dpHeader .store-icon-wrapper {
    padding-right: 0px;
  }
}
body {
  background: url("images/background.png") no-repeat;
  background-size: cover;
}

#dpHeader .logo-wrapper {
  width: 100%;
}
#mainContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.policy-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.policy {
  width: 70%;
}

.center-wrap {
  height: 376px;
}
.center-wrap .title {
  color: #e2e2e2;
  font-size: 54px;
  line-height: 60px;
  font-family: "Source Serif Pro";
  position: absolute;
  text-align: center;
  margin-top: 0;
  font-weight: 700;
}
.center-wrap .left-content {
  max-width: 600px;
  padding-top: 155px;
}
.center-wrap .left-content .subtitle {
  color: #e2e2e2;
  font-family: "Source Serif Pro";
  font-size: 22px;
  line-height: normal;
}
.center-wrap .left-content .disclaimer_txt {
  width: 400px;
  height: 48px;
  color: #e2e2e2;
  font-family: "Source Serif Pro";
  font-size: 12px;
  margin-top: 33px;
  line-height: normal;
}
.center-wrap .right-content {
  padding-left: 40px;
  margin-top: 160px;
}

.cardGrid {
  margin: 0;
  background-color: #2b2b2b;
  max-width: 100%;
  padding: 27px 100px 20px;
}
.cardGrid .card {
  justify-content: space-between;
}
.cardGrid .card span {
  width: 190px;
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  font-family: "Source Serif Pro";
}

.btn {
  width: 170px;
  height: 40px;
  line-height: 34px;
  margin-top: 12px;
}
.btn a.button {
  color: #e2e2e2;
  text-transform: none;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  width: 170px;
  height: 40px;
  line-height: 40px;
  background-color: #4a5bff;
}
.btn a.button #arrow {
  display: none;
}
.btn a.button.cta > span {
  margin-left: 25px;
}
.btn a.button.cta:before {
  width: 0;
  background-color: #616bc6;
}

#dpFooter {
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-color: #2b2b2b;
}

@media screen and (max-height: 650px) {
  .center-wrap {
    height: 435px;
  }
}
body[data-lang=de] .center-wrap .title {
  width: 1100px;
}
body[data-lang=de] .center-wrap .left-content .subtitle {
  width: 470px;
}
body[data-lang=de] .center-wrap .left-content .disclaimer_txt {
  width: 460px;
  font-size: 12px;
  margin-top: 33px;
  line-height: normal;
}
body[data-lang=de] .cardGrid .card span {
  width: 230px;
}
body[data-lang=de] .btn a.button {
  width: 285px;
}

/*# sourceMappingURL=style.css.map */
